@charset "utf-8";
/* CSS Document */

/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"),
    url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hrIqOxjaPX.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"),
    url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdc1GAK6b.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
    url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhrIqOxjaPX.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  /*font-family: Verdana, Geneva, sans-serif;*/
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}

html {
  /*background-color: #0077B9;*/
  background-image: linear-gradient(to right, #6a78d1, #00a4bd);
}
* html body {
  overflow: hidden;
  width: 100%;
}
* html div#content {
  height: 100%;
  overflow: auto;
  background-color: #fff;
}

body {
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  /*color:#333;*/
  color: #575748;
  /* margin-top:70px; */
  margin-top: 50px;
}
body {
  background: none;
}
body.home {
  margin-top: 0;
}
nav > .container {
  background: none;
}

div.container-1000 {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

.navbar-top {
  padding-top: 5px;
  padding-bottom: 5px;
  /*
   background-color: rgba(0, 0, 0, 0.35);
   background-color:rgba(255,255,255,0.01);
   */
  background-color: rgba(33, 150, 243, 0.81);
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-brand {
  padding: 9px 15px;
}

.navbar-toggle {
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.9);
  float: left;
  padding: 10px 10px;
  margin-left: 10px;
  margin-right: 0;
}
.navbar-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header-logo {
  width: 100%;
  padding: 5px;
  max-width: 190px;
}

.phone-container {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: right;
}

.logo-container {
  text-align: left;
}

#footer table tr .sidenav {
  vertical-align: middle;
}
.side_offer_container {
  width: 100%;
  text-align: left;
  padding: 15px;
}

.page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.left_col,
.left_col:before {
  padding: 10px;
  width: 25%;
  float: left;
  background-color: #48a4d3;
  position: initial !important;
}

.left_col:before {
  content: "";
  position: absolute !important;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  background-color: #48a4d3;
}

.right_col {
  float: left;
  padding: 10px;
  padding-left: 25px;
}

.main_content {
  margin-left: 35px;
}
.sidenav {
  max-height: 500px;
  width: 70%;
  margin-left: 15%;
  text-align: left;
  padding: 15px;
  color: #fff;
  background-color: #48a4d3;
}

.container {
  background-color: #ffffffeb;
  clear: left;
}

.pad-vert-50 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.sidenav .heading {
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  color: #3a331b;
}

.footer_text {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #4c4c4c70;
  position: relative;
  line-height: 48px;
  min-height: 48px;
  text-align: center;
}

.feature-box {
  margin: 5px 0;
  padding: 0 5px !important;
}

.feature-box-inner {
  height: 180px;
  background-color: #e4eef1;
  border: 1px solid #b6cfe2;
}

.feature-box-inner:hover {
  background-color: #fffceb;
  border: 1px solid #df7400;
}

.feature-box h3 {
  color: #004a83;
  text-align: center;
  padding-top: 5px;
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 5px;
}

.feature-box h4 {
  font-size: 11px;
  font-weight: normal;
  color: #004a83;
  text-align: center;
  margin: 0;
}

.sidenav hr {
  border: none;
  border-bottom: 1px solid #3c71a3;
}
ul.header-nav {
  list-style: none;
  text-decoration: none;
  line-height: 80px;
}

ul.header-nav li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  color: #006dc4;
  font-size: 18px;
}

.general.privacy {
  padding-left: 25px;
}

.service_container {
  width: 48%;
  height: 415px;
  margin: 5px;
  float: left;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 5px;
  padding-bottom: 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}

.service_container.sole_trader {
  background-image: url("/images/bg_ledger_calculator_light.jpg");
}

.service_container.investor {
  background-image: url("/images/bg_ledger_correction_light.jpg");
  width: 49%;
}

.service_container.business {
  background-image: url("/images/bg_meeting_light_lge.jpg");
  height: 310px;
  width: 98%;
  clear: left;
}

.service_button {
  position: absolute;
  bottom: 15px;
  margin-left: 80px;
  color: #fff;
}
.service_button.awesome.large {
  position: absolute;
}
.golden_ticks {
  list-style-image: url("/images/gold_tick.png");
}

.blue-ticks {
  list-style-image: url("/images/blue-tick.png");
}

a {
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
.nav {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
}

.general {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  /*color:#333;*/
  color: #575748;
}
h1 {
  color: #7d7d6a;
  font-weight: 300;
}

.testimonial,
.emphasis-block {
  color: #7d7d6a;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 15px;
}

.emphasis-block {
  font-size: 18px;
}

.special-price-tag {
  width: 150px;
  margin-top: 15px;
}

@media (min-width: 930px) {
  .now-open-heading {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .feature-box {
    padding-top: 17px;
  }
  .feature-box h3 {
    font-size: 22px;
    margin-top: 42px;
  }

  .special-price-tag {
    position: absolute;
    left: -20px;
    top: 40px;
  }
}

.small-indent {
  padding-left: 25px;
}

h2 {
  font-size: 14px;
  /*color:#7D7D6A; */
  color: #006dc4;
  /*font-weight:normal;*/
}
h3 {
  color: #ef952f;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2px;
}
.nav table tr td table .nav td {
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
li {
  line-height: 25px;
}

div#container {
  text-align: left;
  background-color: #fff;
  margin-bottom: -5px;
}
div.header_banner_center {
  clear: left;
  height: 250px;
  background-image: url(/images/center_banner_bg.png);
  background-repeat: repeat-x;
}
div#content {
  display: inline-block;
  width: 100%;
  z-index: 5;
  position: relative;
}

.header {
  text-align: center;
  padding: 15px 0;
  text-align: center;
}

.nav li a:hover {
  background-color: #0a83bd;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
}

.open a:hover,
.open a:active,
.open a,
.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.5);
}

.dropdown-menu li a:hover {
  background-color: #369fd1;
}

.dropdown-menu li {
  text-align: left;
}

.contact-subheading {
  padding: 10px 0;
  padding-right: 20px;
  text-align: right;
  font-weight: bold;
}

.contact-information {
  padding: 10px 0;
  text-align: left;
}

#header-bar {
  background-color: #3f8fc5;
  height: 5px;
  clear: left;
}

.footer {
  margin-bottom: 0;
  padding-bottom: 25px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #ffffff14;
}

.footer-bar.row {
  margin-top: 0;
  padding: 0px;
  background-color: #ffffff36;
  text-align: center;
}

.bottom-links {
  margin-top: 25px;
  margin-left: 3%;
  text-align: left;
  /* color:#A4C6D6 !important; */
  line-height: 25px;
}

.bottom-link-border {
  border-right: 1px solid #333;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 27px;
}
.bottom-link-padded {
  padding-left: 35px;
}

.container-fluid {
  background-color: #fff;
}

.general a:link {
  color: #333;
  text-decoration: none;
}
.general.large.awesome a:link {
  color: #fff;
}
.general.large.awesome a:visited {
  color: #fff;
}
.general.large.awesome a:hover {
  color: #fff;
}
.general a:visited {
  color: #333;
  text-decoration: none;
}
.general a:hover {
  color: #333;
  text-decoration: underline;
}

.sidenav a {
  text-shadow: 0px 1px 2px #115785;
}
.sidenav a:link {
  color: #fff;
  text-decoration: none;
}
.sidenav a:visited {
  color: #fff;
  text-decoration: none;
}
.sidenav a:hover {
  color: #fff;
  text-decoration: underline;
}
.nav a:visited {
  color: #fff;
  text-decoration: none;
}
.nav a:link {
  color: #fff;
  text-decoration: none;
}
.nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.sidenav ul li {
  border-bottom: dashed 1px #3c71a3;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  list-style: none;
  padding-left: 15px;
}

.blue-link {
  color: #006dc4 !important;
}

.blue-link {
  color: #006dc4 !important;
}

.side_offer_heading {
  font-size: 14px;
  font-weight: bold;
}
.button_yellow {
  font-size: 16px;
  font-weight: bold;
  background: url(/images/button_bg.png);
  background-repeat: repeat-x;
  color: #fff;
  text-align: center;
}

.btn-orange {
  background-color: #ff9900;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
  border-radius: 5px;
}

.btn-white-orange {
  background-color: #fff;
  color: #ff9900 !important;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
  border-radius: 5px;
}

.service-image {
  width: 100%;
  padding-top: 15px;
}
.awesome,
.awesome:visited {
  /*background: #222 url(/images/alert-overlay.png) repeat-x;*/
  background: #222
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeNpi/v//vwMTAwPDfzjBgMpFI/7hFSOT9Y8qRuF3JLoHAQIMAHYtMmRA+CugAAAAAElFTkSuQmCC")
    repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
  text-shadow: 0 -1px 1px #222;
  border-bottom: 1px solid #222;
  position: relative;
  cursor: pointer;
}

.phone-number {
  font-size: 18px;
  color: #fff;
  line-height: 75px;
  font-weight: bold;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: none !important;
}

.navbar {
  margin-bottom: 0;
  height: inherit;
  min-height: inherit;
  border: none;
}

.header-container {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0077b9;
  z-index: 1000;
}

.nav-container {
  background-color: #1983bf;
  z-index: 1000;
}

div.navbar-collapse,
div.navbar-collapse ul,
div.navbar-collapse li {
  padding-top: 0;
  padding-bottom: 0;
}

div.navbar-collapse li a {
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.navbar-nav > li > a {
  padding-top: 11px;
  padding-bottom: 5px;
}

div.navbar-collapse li a.active,
div.navbar-collapse li a:hover {
  border-bottom: 3px solid #fad200;
  color: rgba(255, 255, 255, 1);
}

.special-container {
  background: #006dd9; /* Old browsers */
  background: -moz-linear-gradient(top, #006dd9 0%, #26c9ff 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #006dd9),
    color-stop(100%, #26c9ff)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #006dd9 0%, #26c9ff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #006dd9 0%, #26c9ff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #006dd9 0%, #26c9ff 100%); /* IE10+ */
  background: linear-gradient(to bottom, #006dd9 0%, #26c9ff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006dd9', endColorstr='#26c9ff',GradientType=0 ); /* IE6-9 */
}

.special-container h1 {
  color: #ffe500;
  font-size: 4rem;
}

.special-container h2 {
  font-size: 3rem;
}

.special-container h4 {
  color: #ffe500;
  font-size: 1.5rem;
  font-weight: bold;
}

.special-container p {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.now-open-address {
  font-size: 1.75rem !important;
  text-align: center;
}

.now-open-heading {
  font-size: 2.1rem !important;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
}
.awesome:hover {
  background-color: #111;
  color: #fff;
}
.awesome:active {
  top: 1px;
}
.small.awesome,
.small.awesome:visited {
  font-size: 11px;
  padding: ;
}
.awesome,
.awesome:visited,
.medium.awesome,
.medium.awesome:visited {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.large.awesome,
.large.awesome:visited {
  font-size: 14px;
  padding: 8px 14px 9px;
}

.white.awesome,
.green.awesome:visited {
  background-color: #ffffff;
}
.green.awesome,
.green.awesome:visited {
  background-color: #91bd09;
}
.green.awesome:hover {
  background-color: #749a02;
}
.blue.awesome,
.blue.awesome:visited {
  background-color: #2daebf;
}
.blue.awesome:hover {
  background-color: #007d9a;
}
.red.awesome,
.red.awesome:visited {
  background-color: #e33100;
}
.red.awesome:hover {
  background-color: #872300;
}
.magenta.awesome,
.magenta.awesome:visited {
  background-color: #a9014b;
}
.magenta.awesome:hover {
  background-color: #630030;
}
.orange.awesome,
.orange.awesome:visited {
  background-color: #ff5c00;
}
.orange.awesome:hover {
  background-color: #d45500;
}
.yellow.awesome,
.yellow.awesome:visited {
  background-color: #ffb515;
}
.yellow.awesome:hover {
  background-color: #fc9200;
}

.btn-book-appt {
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background-color: #fda103;
  border-color: #a86a00;
  text-shadow: 1px 1px 1px #422a00;
}

.btn-book-appt:hover {
  background-color: #f98406;
  color: #fff;
}

.circle-bg {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  background-color: rgba(33, 150, 243, 0.54);
  text-align: center;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #05a;
}

.circle-bg img {
  width: 75%;
}

.btn-white {
  padding: 10px;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 15px;
}

.btn-white:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
}

.btn-yellow {
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 15px;
  background-color: rgba(246, 202, 35, 0.8);
  border: 1px solid rgb(216, 179, 35);
}

.btn-yellow:hover {
  color: #fff;
  background-color: rgba(246, 202, 35, 1);
  text-decoration: none;
}

.btn-yellow-outline {
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 15px;
  background-color: rgba(246, 202, 35, 0);
  border: 1px solid rgb(216, 179, 35);
}

.btn-yellow-outline:hover {
  color: #fff;
  background-color: rgba(246, 202, 35, 0.25);
  text-decoration: none;
}

.top-panel {
  background-image: url(/images/tax-deadline-extension-bg.jpg);
  background-size: cover;
  background-position-y: center;
  background-position-x: right;
  min-height: 500px;
  padding-top: 50px;
}

.top-panel h1 {
  color: #fff;
  font-size: 32px;
  padding-top: 75px;
  text-transform: uppercase;
  text-align: center;
}

.top-panel h3 {
  color: #f8cd22;
  text-align: center;
}

.top-panel p {
  color: #fff;
  padding-top: 25px;
}

div.maximum-refund-panel {
  background: #515151;
  padding-top: 0px;
  min-height: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

div.maximum-refund-panel {
  display: flex;
  align-items: center;
}

.maximum-refund-panel img {
  max-width: 100%;
}

.maximum-refund-panel p {
  text-align: center;
}

.maximum-refund-panel h1 {
  padding-top: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #ccc;
}

@media all and (max-width: 768px) and (min-width: 1px) {
  .header-logo {
    width: 100%;
    padding: 5px;
    max-width: 200px;
    float: left;
    padding-top: 13px;
    padding-left: 10px;
  }

  body {
    margin-top: 60px;
  }

  .navbar-nav {
    margin-top: 0;
  }

  .navbar-nav li {
    background-color: rgba(0, 0, 0, 0.65);
  }

  .nav.open > a {
    background-color: rgba(0, 0, 0, 0.75) !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }

  .nav a:link {
    color: #fff;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 2px;
  }

  .contact-subheading {
    text-align: center;
  }
  .contact-information {
    text-align: center;
  }
  .nav > li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  .navbar-nav > li > .dropdown-menu li {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav > li > .dropdown-menu li:hover {
    background-color: #369fd1;
    border-bottom: 3px solid #fad200;
  }
  .navbar-nav > li > .dropdown-menu li a {
    background: none;
  }
  .navbar-nav > li > .dropdown-menu li a:hover {
    border: none;
  }
  .bottom-link-padded {
    text-align: center !important;
  }
  .logo-container {
    text-align: center;
  }

  .footer h4 {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  h1 {
    font-size: 20px;
  }
  h3 {
    font-size: 14px;
  }

  .btn-orange {
    font-size: 12px;
  }

  .navbar-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-panel p {
    background-color: rgba(0, 0, 0, 0.35);
    padding-bottom: 25px;
  }

  .navbar-toggle {
    float: right;
    padding: 10px 10px;
    margin-left: 10px;
    margin-right: 0;
    padding-right: 20px;
  }

  .navbar-toggle span.glyphicon {
    display: block;
    text-align: center;
    font-size: 26px;
  }

  .navbar-toggle span {
    font-size: 8px;
    font-weight: bold;
    float: left;
    text-align: center;
    clear: left;
  }

  .phone-container {
    font-size: 22px;
    padding-top: 13px;
    padding-bottom: 47px;
    text-align: center;
    float: right;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .circle-bg {
    max-width: 100px;
    max-height: 100px;
    border-radius: 100px;
    padding-top: 22px;
  }
  .circle-bg img {
    width: 60%;
  }

  .clear-xs {
    clear: left;
  }

  .fast-link h3 {
    margin-top: 10px;
    font-size: 14px;
  }

  .bottom-link-padded {
    padding-left: 15px;
  }

  .pad-vert-50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 380px) {
  .header-logo {
    max-width: 160px;
    padding-top: 18px;
  }

  .top-panel {
    background-position-x: 411px;
  }

  .top-panel h1 {
    padding-top: 0;
  }

  .top-panel h3 {
    padding-bottom: 25px;
  }

  .videoWrapper {
    margin-left: -30px;
    margin-right: -30px;
  }

  .now-open-address {
    font-size: 1.4rem !important;
  }
  .now-open-heading {
    font-size: 1.8rem !important;
    margin-top: 20px;
  }
  .bottom-links {
    margin-left: 0;
    text-align: center;
  }
  .feature-box-inner {
    height: 140px;
  }
  .special-price-tag {
    left: 5px;
    top: 10px;
  }

  /*.phone-container {font-size:18px;text-align:center;}*/
}

@media (max-width: 1200px) and (min-width: 768px) {
  .nav {
    font-size: 14px;
  }
  ul.nav > li > a {
    font-size: 10px !important;
    letter-spacing: 1px !important;
  }

  div.container {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .sidenav {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media all and (max-width: 999px) and (min-width: 1px) {
  div.container-1000 {
    width: 100%;
  }
}
