body {
  background: #FFF;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

textarea {
  resize: vertical;
}

.divider {
  background: #CCC;
  display: block;
  height: 1px;
  margin: 20px 0 15px;
  width: 25%;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.no-left-pad {
  padding-left: 0;
}

.no-right-pad {
  padding-right: 0;
}

.btn-primary,
.btn-default,
.dropdown-menu > li > a,
.carousel-indicators li,
.carousel-indicators li.active {
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -ms-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row:before,
.flex-row:after {
  content: normal;
}

/* - - - - - TYPOGRAPHY - - - - - */

strong {
  font-weight: 600 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Droid Serif', sans-serif;
  font-weight: 400;
  margin-top: 10px;
}

h1 {
  color: #333;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

h2, h2 > a {
  font-size: 21px;
  margin: 10px 0 0px;
}

h3, h3 > a {
  font-size: 18px;
  margin: 0 0 4px;
}

p, a, ul, li {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  text-align: justify;
}

h2 + ul {
  margin-top: 10px;
}

p {
  margin-bottom: 10px;
  padding-bottom: 0;
}

ul li {
  padding-bottom: 2px;
}

a {
  color: #FF8800;
  font-weight: 400;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

a:focus,
a:hover,
#services a:hover h3 {
  color: #FF8800;
  text-decoration: none;
}

/* - - - - INNER PAGE TYPOGRAPHY - - - - */

#content > #inner-copy h2 + h3 {
  margin-top: 10px;
}


#inner-copy h2 > a,
#inner-copy h3 > a {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
}

/* - - - - - START HEADER CSS - - - - - */

header {
  background: #FFF;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,.25);
  box-shadow: 0 0 4px 4px rgba(0,0,0,.25);
}

.left-shape {
  align-items: center;
  background-color: #000;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
}

.left-shape:before {
  border-left: 50px solid transparent;
  border-top: 50px solid #000;
  content: "";
  height: 0;
  left: -50px;
  position: absolute;
  top: 0;
  width: 0;
}

.right-shape {
  align-items: center;
  background: #013E81;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 50px;
  padding: 0 15px 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.right-shape:before {
  border-bottom: 50px solid #013E81;
  border-left: 50px solid transparent;
  content: "";
  height: 0;
  left: -50px;
  position: absolute;
  top: 0;
  width: 0;
}

.right-shape:after {
  border-top: 50px solid #013E81;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -50px;
  top: 0;
  width: 0;
}

.left-shape h2 {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.right-shape img {
  margin-right: 10px;
}

.right-shape p {
  font-family: 'Roboto', sans-serif;
  position: relative;
  top: 6px;
}


/* - - - - - NAVIGATION MENU CSS - - - - - */

.menu-holder {
  padding: 0;
}

.navbar {
  border: none;
  margin-bottom: 0;
  min-height: 20px;
  z-index: 50;
}

/* centers the navbar links */
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  margin-top: 45px;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
  padding: 0;
}

.navbar-nav li {
  padding-bottom: 0 !important;
}

.navbar-nav > li > a {
  color: #333;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 15px;
  -webkit-transition: background .25s ease;
  -moz-transition: background .25s ease;
  -ms-transition: background .25s ease;
  -o-transition: background .25s ease;
  transition: background .25s ease;
}

.nav .open > a, 
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:active,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover {
  background: #ffac44;
  color: #FFF;
}

.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a:active {
  border-bottom-color: transparent;
}

.dropdown-menu {
  border-top: none;
  width: auto;
}

.dropdown-menu > li > a {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 20px 6px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background: #FF8800;
  color: #FFF;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: none;
}

.navbar-brand {
  color: #333;
  display: none;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 15px 0 10px;
  position: relative;
  top: 13px;
}

.navbar-toggle {
  margin: 16px 0 0px;
}

.navbar-toggle .icon-bar {
  background: #FF8800;
}

/* - - - - - START IMAGE SECTION CSS - - - - - */

#header-image img,
#carousel-wrapper {
  min-width: 100%;
  z-index: 1;
}

.carousel img {
  max-width: none;
  min-width: 100%;
  z-index: 999;  
}

.carousel-indicators {
  background: #FFF;
  border-bottom: 1px solid #FFF;
  bottom: -120px;
  font-size: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  width: 100%;
  -webkit-box-shadow: inset 0 14px 4px -10px rgba(0,0,0,.25);
  box-shadow: inset 0 14px 4px -10px rgba(0,0,0,.25);
}

.carousel-indicators li,
.carousel-indicators li.active {
  border: 0;
  border-radius: 0;
  color: #000;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 27px 20px 25px;
  text-align: left;
  text-indent: 0;
  width: 350px;
}

.carousel-indicators li:first-child,
.carousel-indicators li:nth-child(2) {
  border-left: 1px solid #D4D6DA;
}

.carousel-indicators li:last-child,
.carousel-indicators li:nth-child(2) {
  border-right: 1px solid #D4D6DA;
}

.carousel-indicators li > h2 {
  font-family: 'Droid Serif', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.carousel-indicators li > p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.carousel-indicators li > h2,
.carousel-indicators li > p {
  -webkit-transition: color 0s linear;
  -moz-transition: color 0s linear;
  -ms-transition: color 0s linear;
  -o-transition: color 0s linear;
  transition: color 0s linear;
  color: #FFF;
}

.carousel-indicators li {
  background: #000;
  -webkit-box-shadow: inset 0 14px 4px -10px rgba(0,0,0,.25);
  box-shadow: inset 0 14px 4px -10px rgba(0,0,0,.25);
}

.carousel-indicators li.active {
  background: #FF8800;
  color: #FFF;
}

.carousel-indicators li:hover > p,
.carousel-indicators li.active p {
  color: #FFF;
}

.carousel-indicators li:hover {
  background: #FF8800;
  color: #FFF;
  cursor: pointer;
}

#myCarousel .carousel-control {
  opacity: 1;
  width: 5%;
}

#myCarousel .carousel-control .glyphicon-chevron-left,
#myCarousel .carousel-control .glyphicon-chevron-right {
  color: #FFF;
  font-size: 25px;
  height: 25px;
  width: auto;
}

#carousel-wrapper:hover .carousel-control .glyphicon-chevron-left,
#carousel-wrapper:hover .carousel-control .glyphicon-chevron-right {
  display: inline;
  z-index: 100;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

#myCarousel .carousel-control .glyphicon-chevron-left {
  left: 60px;
  position: absolute;
}

#myCarousel .carousel-control .glyphicon-chevron-right {
  position: absolute;
  right: 60px;
}

/* - - - - - - START INDEX SECTION - - - - - - - */

#index-section {
  background: #F3F5FA;
  padding: 8rem 0 27rem;
}

#index-section h1 {
  margin-top: 0;
}

/* - - - - - - START WHO-WE-ARE SECTION - - - - - - - */

#who-we-are {
  bottom: 18rem;
  margin-bottom: -37rem;
  position: relative;
  text-align: center;
  z-index: 9999;
}

#who-we-are img {
  display: block;
  margin: 0 auto;
  height: 125px;
  width: 125px;
}

#who-we-are .box {
  background: #FFF;
  border-top: 8px solid #FF8800;
  height: 100%;
  padding: 40px 30px 40px;
  -webkit-transition: border .25s linear;
  -moz-transition: border .25s linear;
  -ms-transition: border .25s linear;
  -o-transition: border .25s linear;
  transition: border .25s linear;
}

#who-we-are .box:hover {
  border-color: #000000;
}

#who-we-are h2 {
  color: #000;
  font-size: 22px;
  margin: 25px 0 20px;
  text-align: center;
  -webkit-transition: color .25s linear;
  -moz-transition: color .25s linear;
  -ms-transition: color .25s linear;
  -o-transition: color .25s linear;
  transition: color .25s linear;
}


#who-we-are p {
  text-align: center;
  color: #000;
}

/* - - - - - START TAGLINE SECTION CSS - - - - - */

#tagline {
  background: url("../site_images/tagline-bg.jpg") no-repeat center center;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: inset 0 14px 4px -10px rgba(0,0,0,.25);
  box-shadow: inset 0 14px 4px -10px rgba(0,0,0,.25);
}

.tagline-holder {
  height: 60rem;
  padding: 30rem 1.5rem 0;
}

.tagline-text {
  left: 50%;
  position: absolute;
  text-align: center;
  width: 80%;
  z-index: 999;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tagline-text h3 {
  color: #FFF;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 auto 1rem;
  padding-bottom: 0;
}

.tagline-text p {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.overlay {
  background: rgba(1, 62, 129, .2);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

/* - - - - - - - - START SERVICES SECTION - - - - - - - - */

#services {
  background: #F3F5FA;
  padding: 10rem 0;
  text-align: center;
}

#services h2 {
  color: #333;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}

#services h3 {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-top: 8px;
  text-align: left;
  -webkit-transition: color .25s linear;
  -moz-transition: color .25s linear;
  -ms-transition: color .25s linear;
  -o-transition: color .25s linear;
  transition: color .25s linear;
}

#services img {
  margin-top: 20px;
}

/* - - - - - - - - WHY CHOOSE US SECTION - - - - - - - - */

#why-choose-us {
  background: #016894;
  -webkit-box-shadow: inset 0 14px 4px -10px rgba(0,0,0,.25);
  box-shadow: inset 0 14px 4px -10px rgba(0,0,0,.25);
}

#why-choose-us h2 {
  color: #FFF;
  font-size: 35px;
  font-weight: 500;
  margin: 0 0 25px;
  text-align: center;
}

#why-choose-us h3 {
  color: #FFF;
  margin: 30px 0 8px;
}

#why-choose-us h2 + p {
  color: #FFF;
  margin-bottom: 40px;
}

#why-choose-us .social-media {
  margin-bottom: 20px;
}

/* - - - - - - - - START TESTIMONIALS SECTION - - - - - - - - */

#testimonials {
  background: #F3F5FA;
  padding: 9rem 0 10rem;
  position: relative;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,.25);
  box-shadow: 0 2px 3px 1px rgba(0,0,0,.25);
}

#testimonials .row {
  margin: 0;
}

#testimonials h2 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 0;
  text-align: center;
}

#testimonials h2 + p {
  margin-bottom: 30px;
  margin-top: 10px;
}

#testimonials .quote-row {
  background: url('../images/new_layout_images/lay360/quote.png') no-repeat 4% 90% #FFF;
  border: 1px solid #DBDDE2;
  border-radius: 5px;
  padding: 5rem 5rem 11rem;
}

#testimonials .quote-inner p {
  color: #333;
  line-height: 1.8;
  text-align: left;
}

#testimonials .quote-inner p:last-child {
  padding-bottom: 0;
}

.triangle-grey {
  border-color: #DBDDE2 transparent transparent transparent;
  border-style: solid;
  border-width: 21px 21px 0 21px;
  height: 0;
  left: 50px;
  position: relative;
  width: 0;
}

.triangle-white {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  bottom: 22px;
  height: 0;
  left: 51px;
  margin-bottom: -38px;
  position: relative;
  width: 0;
}

#testimonials .stars {
  color: #FF8800;
  float: right;
  font-size: 22px;
  margin: 30px 0 0 0;
}

#testimonials p.name {
  color: #000;
  font-size: 18px;
  margin: 30px 0 0 25px;
  padding-bottom: 0;
  text-align: left;
}

#testimonials p.detail {
  font-size: 16px;
  font-style: italic;
  color: #555;
  margin: 0px 0 0 25px;
  text-align: left;
}

#testimonials .btn-center {
  margin-top: 45px;
}

#testimonials .btn-center .btn {
  margin: 10px 15px;
}

/* - - - - - - START INNER CONTENT - - - - - - - */

#content {
  padding: 0 1.5rem 10rem;
}

#heading {
  background: #FF8800;
  padding: 0;
  text-align: left;
}

#heading > .container {
  padding: 0 30px;
}

#heading > .container > h1 {
  color: #FFF;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  padding: 25px 0;
}

#inner-copy {
  padding-top: 50px;
}

/* - - - - - - - - START SIDEBAR - - - - - - - - */

#sidebar {
  margin-top: 50px;
}

#sidebar-links {
  margin: 0 0 40px;
}

#sidebar-links a {
  background: #FAFAFA;
  border-bottom: 1px solid #E7EAF2;
  border-left: 5px solid #F2F2F2;
  color: #000;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 18px 20px 14px;
  -webkit-transition: background .25s linear, border .25s linear, color 0s;
  -moz-transition: background .25s linear, border .25s linear, color 0s;
  -ms-transition: background .25s linear, border .25s linear, color 0s;
  -o-transition: background .25s linear, border .25s linear, color 0s;
  transition: background .25s linear, border .25s linear, color 0s;
}

#sidebar-links a.currentLink {
  background: #FFF;
  border-left: 5px solid #000;
  cursor: default;
  pointer-events: none;
}

#sidebar-links a:first-child {
  border-top: 1px solid #E7EAF2;
}

#sidebar-links a:after {
  color: #666;
  content: '\f054';
  font-family: FontAwesome;
  position: absolute;
  right: 35px;
}

#sidebar-links a.currentLink:after {
  color: #000;
}

#sidebar-links a:hover {
  background: #FFF;
  border-left: 5px solid #FF8800;
}

#sidebar-links a:hover:after {
  color: #FF8800;
}

#sidebar .consultation img {
  margin-top: 57px;
}

#sidebar .sidebar-consult {
  margin-bottom: 40px;
}

/* - - - - - - - - START FOOTER  - - - - - - - - */

footer {
  background: #000;
  padding: 50px 0;
}

footer h2,
footer p,
footer a {
  color: #FFF;
}

footer h2 {
  font-size: 19px;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 12px;
}

footer a,
footer p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

footer a {
  color: #DADADA;
  display: inline-block;
  margin-bottom: 4px;
  padding-bottom: 0;
}

footer p {
  color: #FFF;
  padding-bottom: 0;
  margin-bottom: 6px;
}

footer .footer-site-name {
  font-size: 14px;
  font-weight: 500;
}

footer .fa {
  margin-right: 6px;
}


/* - - - - - - - START FOOTER NAV - - - - - - - */

#footer-nav {
  margin: 30px auto 10px;
  text-align: left;
}

#footer-nav a {
  margin: 6px 30px 6px 0;
}

#footer-nav a,
#footer-nav a:focus,
#footer-nav a:active {
  color: #DADADA;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}

#footer-nav a:first-child {
  margin-left: 0;
}

#footer-nav a:hover {
  color: #FF8800;
}

/* - - - - - START FOOTER COPYRIGHT - - - - - - */

footer .copyright {
  border-top: 1px solid #222;
  margin-top: 0px;
  padding-top: 30px;
}

.copyright a {
  font-size: 13px;
  font-weight: 400;
}

.copyright p {
  font-size: 13px;
  line-height: 1.7;
}

footer .social-media {
  float: right;
}

/* - - - - - - - - START BUTTONS - - - - - - - - */

.btn,
.btn-primary,
.btn-default {
  background-image: none;
  background: #FF8800;
  border: 2px solid #FF8800;
  border-radius: 25px;
  box-shadow: none;
  color: #FFF;
  float: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 0;
  padding: 22px 34px 20px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.btn:hover,
.btn-primary:hover {
  background: #FFF;
  border: 2px solid #FF8800;
  color: #FF8800;
}

.btn-default {
  background: transparent;
  border: 2px solid #000;
  color: #FFF;
  padding: 22px 42px 20px;
}

.btn-default:hover {
  border-color: #000;
  background: #000;
  color: #FFF;
}

.btn-center {
  text-align: center;
}

/* - - - - - - - - - - DON'T TOUCH - - - - - - - - - - */

.error {
  background-color: #FFFFFF !important;
  border: 1px solid #FF0000 !important;
  color: #FF0000 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  padding: 13px 10px 12px 10px !important;
}

.error p {
  font-size: 14px;
  padding-bottom: 0;
}

.error ul {
  font-weight: 400 !important;
  margin-bottom: 0;
  margin-top: 8px;
  padding-left: 10px;
}

/* - - - - - - - - - - TAX CENTER  - - - - - - - - - - */

img[src="images/bullet_tax_center.jpg"],
img[src="images/bullet_download_tax_forms.jpg"],
img[src="images/bullet_record_retention.jpg"],
img[src="images/bullet_tax_organizer.jpg"],
img[src="images/bullet_tax_rates.jpg"],
img[src="images/bullet_tax_tips.jpg"],
img[src="images/bullet_tax_calculators.jpg"] {
  margin-top: 20px;
}

img[src="images/bullet_tax_center.jpg"] {
  margin-bottom: 15px
}

img[src="images/bullet_track_tax_refund.jpg"] {
  margin-top: -20px;
}


/* - - - - - - - - START MEDIA QUERIES - - - - - - - - */

@media all and (max-width: 1199px) {

  .navbar .navbar-nav {
    margin-top: 45px;
  }

  .navbar-nav > li > a {
    padding: 12px 15px;
  }

  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 325px;
  }

  #testimonials .quote-row {
    background: url('../images/new_layout_images/lay360/quote.png') no-repeat 5% 91% #FFF;
    padding: 5rem 5rem 11rem;
  }

}

@media all and (max-width: 991px) {

  .navbar .navbar-nav {
    margin-top: 15px;
   }

  .logo-holder {
    text-align: center;
  }

  .logo-holder img {
   display: inline-block;
   margin-top: 2rem;
  }

  #logo-menu .container {
    padding: 0;
    display: block;
  }

  .menu-holder {
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 12px 15px;
  }

  .carousel-indicators {
    display: none;
  }

  #index-section {
    padding-top: 2.5rem;
  }

  .consultation {
    text-align: center;
  }

  .consultation img {
    display: inline-block;
  }

  #testimonials .quote-row {
    background: url('../images/new_layout_images/lay360/quote.png') no-repeat 8% 92% #FFF;
    padding: 5rem 5rem 11rem;
  }

  #sidebar img {
   display: block;
   margin: 0 auto;
  }

  #sidebar img.sidebar-consult {
   margin-bottom: 50px;
  }

  .tagline-text h3 {
    font-size: 45px;
  }
  
}

@media all and (max-width:767px) {

  #carousel-wrapper:hover .carousel-control .glyphicon-chevron-left,
  #carousel-wrapper:hover .carousel-control .glyphicon-chevron-right {
    display: none;
  }

  #who-we-are {
   background: #F3F5FA;
  }

  #who-we-are .container div[class*="col-"] {
    margin-bottom: 25px;
  }

  #services {
    padding: 7rem 0 6rem;
  }

  #why-choose-us h2 + p,
  #why-choose-us .why-image {
    margin-bottom: 20px;
  }

  #testimonials .quote-row {
    background: url('../images/new_layout_images/lay360/quote.png') no-repeat 3.5% 87% #FFF;
  }

  footer {
    text-align: left;
    padding: 40px 15px 35px;
  }

  footer h2 {
    margin-top: 30px;
  }

  #footer-nav {
    margin: 40px auto;
    text-align: left;
  }

  footer p {
    text-align: left;
  }

  footer .social-media {
    display: block;
    float: none;
    margin: 5px auto 20px;
    text-align: center;
  }

  #testimonials .quote-holder div:last-child > .quote-row {
    margin-top: 30px;
  }

  ul.navbar-nav li {
    text-align: center;
  }

  .navbar-nav > li > a {
    border: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:active,
  .navbar .navbar-nav > .open > a,
  .navbar .navbar-nav > .open > a:hover,
  .navbar .navbar-nav > .open > a:focus {
    background: #FFF;
    border: 0;
    color: #FF8800;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px;
  }

  .navbar-nav .open .dropdown-menu {
    padding-top: 0;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
    text-align: center;
  }

  .navbar-collapse.in {
    overflow-y: initial;
  }

  .navbar-collapse {
    max-height: none;
  }

  footer .col-xs-12 {
    width: 50%;
  }

}

@media all and (max-width: 575px) {

  footer,
  footer p,
  #footer-nav {
    text-align: center;
  }

  #footer-nav a,
  #footer-nav a:first-child {
    margin: 6px 15px;
  }

  footer .col-xs-12 {
    width: 100%;
  }
}

@media all and (max-width: 480px) {

  #inner-copy img:first-child {
    margin-top: 30px;
   }

  #testimonials .quote-row {
    background: #FFF;
    padding: 4rem 5rem;
  }

}

@media all and (max-width: 375px) {

  #testimonials .quote-holder > div > .row:first-child:after,
  #testimonials .quote-holder > div > .row:first-child:before {
    bottom: 89px;
  }

  #testimonials .quote-holder > div > .row:first-child:before {
    bottom: 87px;
  }

}

/* = = = = = = = = = END MAIN360.CSS = = = = = = = = = */