﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800');
/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
/* Variables */
/*  Mixins */
body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  /*-webkit-tap-highlight-color: $color-main;*/ }

.gradient {
 padding:40px 0 80px 0;
 z-index:999;
 background-color: rgba(0,0,0,0.2);
}

h1 {
    color:#335489;
}

.text-muted {
  color: #5a5a5a; }

.text-primary {
  color: #335489; }

p {
  font-size: 16px;
  line-height: 22px; }

p.large {
  font-size: 18px; }

p.small {
  font-size: 14px; }

a, a:hover, a:focus, a:active, a.active {
  outline: none; }

a {
  color: #335489;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s; }

a:hover, a:focus, a:active, a.active {
  color: #00666f; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #335489; }

.img-centered {
  margin: 0 auto; }

.bg-light-gray {
  background-color: #e1e1e1; }

.bg-darkest-gray {
  background-color: #222222; }

/*  BUTTON  */
.btn-primary {
  color: white;
  background-color: #335489;
  border-color: #335489;
  text-transform: uppercase;
  font-weight: 700; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #004f55;
  border-color: #00373c; }

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #335489;
  border-color: #335489; }

.btn-primary .badge {
  color: #335489;
  background-color: white; }

.btn-xl {
  font-size: 18px;
  padding: 10px 40px; }

.btn-sm {
  font-size: 12px;
  padding: 8px 16px; }

.btn-xl, .btn-sm {
  color: white;
  background-color: #335489;
  border-color: #335489;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px; }

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .btn-sm:hover, .btn-sm:focus, .btn-sm:active, .btn-sm.active, .open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #004f55;
  border-color: #00373c; }

.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
  background-image: none; }

.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
  background-color: #335489;
  border-color: #335489; }

.btn-xl .badge {
  color: #335489;
  background-color: white; }

/*  NAVBAR-CUSTOM  */
.navbar-custom {
  /*background-color:rgba(2, 2, 2, 0);*/
  border-color: transparent; }
  .navbar-custom .navbar-brand {
    color: #335489; }
    .navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:active {
      color: #004f55; }
    .navbar-custom .navbar-brand img {
      width: 100%;
      margin: 0;
      margin-top: -10px; }
  .navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
    float: right;
    position: static;
  }
  .navbar-custom .navbar-toggle {
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    /*background-color: $color-main;
      border-color: $color-main;*/
    text-transform: uppercase;
    color: white;
    font-size: 12px; }
    .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
      background-color: #414141; }
  .navbar-custom .nav li a {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 17px 5px 17px;
    letter-spacing: 1px;
    color: white;
    /*text-shadow: 2px 2px 6px rgba(84, 84, 84, 0.38);*/ }
    .navbar-custom .nav li a:focus {
      color: white;
      outline: none;
      text-shadow: none; }
    .navbar-custom .nav li a:hover {
      color: #b9c2d1;
      outline: none;
      /*text-shadow: 1px 1px 1px rgba(84, 84, 84, 0.38);*/
    }
  .navbar-custom .nav li .active {
    color:#b9c2d1; }
    .navbar-custom .nav li .active:hover, .navbar-custom .nav li .active:focus {
      color: #335489;
      outline: none;
      /*text-shadow: 1px 1px 1px rgba(84, 84, 84, 0.38);*/ }

.navbar-right {
  margin-right: 0; }

.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #335489; }
  .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
    color: white;
    background-color: hsl(184,100%,46.5%); }

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color:transparent;
    color:hsl(184,100%,46.5%);
}

/* DROPDOWN MENU */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-align: left;
  list-style: none;
  background-color: #e4e4e4;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*border: 1px solid rgba(149, 149, 149, 0.92);*/
  border; none;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu li a {
  text-transform: capitalize !important; }

.dropdown-menu li a:hover {
  background-color: transparent }

.navbar-fixed-top .navbar-collapse {
  max-height: 565px; }

.navbar-collapse.in {
  overflow-y: visible; }

/* HEADER    */
header {
  text-align: center;
  color: white; }
  header .intro-text {
    padding-top: 200px;
    padding-bottom: 110px; }
    header .intro-text h1, header .intro-text .intro-lead-in {
      font-size: 56px;
      color: white;
      font-family: 'Muli', sans-serif;
      font-weight: 700;
      text-transform: capitalize;
      margin-bottom: 25px;
      text-transform: none;
      text-shadow: -1px 4px 14px rgba(0, 0, 0, 0.8); }
    header .intro-text .intro-heading {
      color: white;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 50px;
      line-height: 50px;
      margin-bottom: 25px; }




.iHome {max-width:100%; width:890px; height:500px;border:none;}


hr.hr-break {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 20%;
  border: 0;
  border-top: 1px solid #374044; }



.wrap-block-img {
  top: 320px;
  padding: 0;
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  height: 320px; }
  .wrap-block-img h1 {
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    color: #335489;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-left: 0; }
  .wrap-block-img h2 {
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
    color: #335489;
    letter-spacing: 3px; }
  .wrap-block-img p {
    font-weight: 300 !important;
    font-size: 20px;
    line-height: 32px;
    color: #00c5d5 !important; }


.header-team {
    background: transparent url(../images/ban-no-text.jpg) no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 100%;
}

.cdcp-hero {
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-cdcp.jpg) no-repeat center;
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
}



/***********Main Content************/
#main-content {
  padding:40px 0 80px 0;
  background-color: #fff;
  color: #000; }
  #main-content h1 {
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
    font-weight: bold; }
  #main-content h3 {
      font-size:20px;
    color: rgba(0,0,0,0.8); 
   }

#main-content-2 {
  padding: 80px 0;
  background-color: #1c1c1c;
  color: #fff; }
  #main-content-2 h1 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff; }
  #main-content-2 h3 {
    font-size:20px;
    color: #fff; }

#services {
    padding:80px 0;
    background-color: #eee;
}

#services h2 {
    font-size:30px;
    margin-bottom: 45px;
}

#services p {
    font-style:normal;
    font-weight:normal;
    font-size:20px;
    color: rgba(0,0,0,0.8);
    padding: 20px 0;
    letter-spacing:0.5px;
 }

.service-content {
    max-width: 1200px;
    text-align:center;
    margin:0 auto;
}

.service-content h4 {
    margin-top: 45px;
    font-size: 22px;
    font-style: italic;
}

.schedule-button-home {
  border-radius: 8px;
  display: inline-block;
  background-color: #335489;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 39.5%;
  margin-top: -30px;
  padding: 15px 28px;
  /*box-shadow: 1px -3px 15px rgba(0, 0, 0, 0.2);*/ }
  .schedule-button-home h2 {
    font-size: 26px;
    color: #fff;
    padding: 0;
    margin: 0; }

  .schedule-button-home a{
      text-decoration:none;
      display:inline-block;
  }

  #index-values {
      background-color:#fff;
      display:inline-block;
      margin:0 auto;
  }

  .index-values-content {
       text-align:center;
       margin-left:20%;
       margin-right:20%;
  }

  #index-values h1 {
      color:#000;
      font-weight: bold;
      margin-bottom: 40px;
  }

   #index-values p {
      color: rgba(0,0,0,0.8);
      font-size: 22px;
  }

   #index-values span {
       font-size:20px;
       color:#335489;
   }

   .value-box {
     position: relative;
   }

 .index-grid{
     display:inline-block;
     margin-top:22%;
     color:#fff;
     text-align:center;
     position: absolute;
     bottom: 0;
     left:0;
     right:0;
 }

 .index-grid span{
    display:block;
    color:#fff;
    padding-top: 10%;
    font-weight:bold;
    letter-spacing:8px;
    font-size:42px;
 }

 #index-blog {
     margin:0 auto;
 }

 .center-fix {
  width: 90%;
  margin: 0 auto;
  }

.index-blog-content {
  display:block;
  max-width:420px;
  text-align: left;
  margin:0 auto;
}
.index-blog-content h1 {
  color: #213460;
  font-size: 24px;
}
.index-blog-content h2 {
  color: rgba(0,0,0,0.5);
  font-size: 18px;
}
.index-blog-content p {
  color: rgba(0,0,0,0.8);
  font-size: 16px;
}

#index-blog img {
    margin-left:30px;
}


.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

/* MAP */
#map {
  padding: 0; }
  #map .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  #map iframe {
    width: 100%;
    height: 280px;
    border: none; }

/*  TEAM MEMBER  */
#team .team-member {
  margin-bottom: 50px; }
  #team .team-member img {
    margin: 0 auto;
    border: 6px solid white; }
  #team .team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
    text-align: center; }
  #team .team-member p.text-muted {
    text-align: center; }
  #team .team-member p {
    margin-top: 0; }
#team .large {
  font-weight: bold; }
#team li {
  font-size: 16px;
  line-height: 30px; }
#team .fa {
  color: #004f55;
  margin-right: 8px; }

aside.clients img {
  margin: 50px auto; }

/* SERVICES */
  #services .col-sm-4 {
    padding-left: 0;
    padding-right: 0; }
  #services .service-heading {
    margin: 15px 0;
    text-transform: none; }
  #services .service-circle {
    background-color: #335489;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: block;
    margin: 0 auto; }
  #services img {
    width: 100%;
    margin: 0 auto; }
  #services .btn {
    margin-bottom: 0;
    margin-top: 30px; }
  #services ul {
    margin: 0 0 0 20%; }
  #services li {
    font-size: 16px;
    line-height: 30px;
    text-align: left; }
  #services .fa {
    color: #5a5a5a;
    margin-right: 8px; }

/* BLOG */
#blog h2 {
  font-size: 24px;
  margin-top: 0; }
  #blog h2 small {
    font-size: 85%; }
#blog .lead {
  margin-bottom: 45px; }
#blog img {
  width: 100%; }
#blog a {
  color: #fa8d00; }
  #blog a:hover {
    color: #335489;
    text-decoration: none; }
    #blog a:hover:after {
      content: '\f101' !important;
      color: #5EADA4;
      margin-left: 10px; }
  #blog a:after {
    position: relative;
    margin-left: 6px;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 20px;
    color: #335489;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
#blog a.t-head {
  color: #335489; }
  #blog a.t-head:hover {
    color: #fa8d00;
    text-decoration: none; }
  #blog a.t-head:after {
    content: none !important; }
#blog .blog-list hr {
  border-top: 1px solid #b4b4b4;
  width: 20%;
  margin: 25px auto 35px auto; }
#blog .left-blog {
  width: 25%;
  float: left;
  padding-right: 15px; }
  #blog .left-blog p {
    margin-top: 6px;
    font-style: italic; }
#blog .right-blog {
  width: 75%;
  float: right; }

#blog-art {
  padding-top: 160px; }
  #blog-art img {
    width: 100%; }
  #blog-art h1 {
    font-size: 32px;
    margin-top: 0; }
  #blog-art h2 {
    font-size: 26px; }
  #blog-art li {
    margin-bottom: 10px; }

/* WHY CHOOSE */
#why-choose {
  background-color: #222222; }
  #why-choose .section-heading {
    color: white; }
  #why-choose .btn {
    margin-bottom: 0;
    margin-top: 30px; }
  #why-choose .text-muted {
    color: #b4b4b4; }

#why-choose-wh {
  background-color: white; }
  #why-choose-wh .section-heading {
    color: #222222; }
  #why-choose-wh .btn {
    margin-bottom: 0;
    margin-top: 30px; }
  #why-choose-wh .text-muted {
    color: #414141; }

/* SIDE NAV */

.before-after {
    margin-top:30px;
    border:solid 1px #335489;
    background-color:#eee;
    text-align:center;
    padding-top:10px;
}

.side-nav h3 {
  margin-top: 0; 
  display:block;
  background-color:#eee; padding:5px;
}
.side-nav ul {
  padding: 0;
  list-style: none !important;
  margin: 0; }
  .side-nav ul li {
    margin-top: 7px;
    padding: 0; 
    border-bottom:solid 1px #ddd;
  }
    .side-nav ul li a {
      position: relative;
      font-size: 16px !important;
      padding-left: 18px;
      font: inherit;
      color: inherit !important;
      text-decoration: none;
      display: block;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .side-nav ul li a:hover {
        color: #335489 !important; }
        .side-nav ul li a:hover:before {
          content: '\f101' !important;
          color: #5EADA4;
          left: -3px; }
      .side-nav ul li a:before {
        position: absolute;
        content: '\f105';
        font-family: 'FontAwesome';
        font-size: 26px;
        line-height: 20px;
        color: #ccc;
        left: 0;
        top: 0;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
      .side-nav ul li a:after {
        display: none; }

.side-blog {
  margin-top: 25px; }

/* TWEETER*/
.twitter-widget {
  margin: 0 auto;
  padding: 1px;
  background: transparent;
  border: 1px solid #335489;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  .twitter-widget iframe {
    width: 100% !important;
    margin: 0 auto;
    /*.timeline-Header {
    background:$color-main !important;
    padding: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    }
    h1.timeline-Header-title {
    font-family: 'Muli', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    color: #FFFFFF !important;
    }
    .timeline-Header-byline {color: #FFFFFF !important;}
    .customisable-highlight {color:white !important;}*/ }

/*.marked-list {display: block;
    ul {padding: 0; list-style: none; margin: 0;}
    li {
        a {color: inherit; position: relative; padding-left: 18px;}
        a:before {
        position: absolute;
        content: '\f105';
        font-family: 'FontAwesome';
        font-size: 30px;
        color:$color-main;
        left: 0;
         top: 0; 
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        }
    }
}*/
/*  SECTION  */
section {
  padding: 50px 0; }
  section h2.section-heading {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 15px; }
  section h3.section-subheading {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
    text-transform: none;
    font-style: italic;
    font-weight: 400; }

/* CAROUSEL CONTROLS*/
.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-caption {
  width: 100%;
  height: 40%;
  margin: 0 auto;
  padding: 0;
  border: 0px solid red;
  bottom: 0;
  top: 60%;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  text-shadow: -1px 3px 20px rgba(0, 0, 0, 0.3); }
  .carousel-caption h3 {
    font-size: 58px;
    color: white;
    font-weight: 700;
    text-transform: capitalize; }
  .carousel-caption p {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.75px;
    font-family: 'Muli', sans-serif;
    font-weight: 700; }
  .carousel-caption .btn-sm {
    margin-top: 15px;
    background-color: rgba(18, 148, 211, 0.85);
    border: 1px solid white;
    border-radius: 6px; }
    .carousel-caption .btn-sm:hover {
      background-color: #00373c; }

.caption-black {
  color: #222222; }

/* Fade transition for carousel items */
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
 }

/* CONTACT */
.hours {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%; }
  .hours h4 {
    padding: 10px 0;
    font-weight: 700; }
  .hours ul {
    margin: 0; }
    .hours ul .fa {
      width: 25px;
      color: #335489; }
  .hours .hours-left {
    float: left;
    width: 38%;
    font-weight: bold;
    margin-top: 0; }
  .hours .hours-right {
    float: right;
    width: 58%; }

.hours-offset {
  padding-left: 0 !important;
  padding-right: 0 !important; }

#contact {
  /*input, select {padding-bottom:8px;}*/
  /*.btn-xl {padding:20px 40px !important;}*/ }
  #contact .form-group {
    margin-bottom: 15px; }
  #contact .form-control {
    height: auto;
    margin-bottom: 15px !important;
    font-size: 12px; }
    #contact .form-control:focus {
      border-color: #22efff;
      box-shadow: none; }
  #contact .text-danger {
    color: red; }
  #contact input[type=radio] {
    margin: 0 0 0 5px;
    vertical-align: middle; }
  #contact label {
    color: #6f6f6f;
    font-weight: 500;
    font-size: 12px !important; }
  #contact .fa {
    color: #004f55;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 15px; }
  #contact .fa-mobile {
    font-size: 28px !important; }
  #contact h4 {
    text-transform: none; }
  #contact iframe {
    width: 100%;
    height: 220px;
    margin-top: 20px;
    border: 4px solid #335489;
    border-radius: 8px;
    padding: 2px; }
  #contact .rate {
    margin-bottom: 15px; }
    #contact .rate .col-lg-2, #contact .rate .col-md-3, #contact .rate .col-sm-4, #contact .rate .col-sm-12, #contact .rate .col-xs-6 {
      padding-left: 1px;
      padding-right: 5px; }

form img {
  float: left;
  width: 180px;
  margin: 0 15px 15px 0; }
form .btn-danger {
  margin: 5px 0 15px 0; }

#contact ::-webkit-input-placeholder {
  text-transform: none;
  font-weight: 500;
  color: #6f6f6f; }

#contact :-moz-placeholder {
  /* Firefox 18- */
  text-transform: none;
  font-weight: 500;
  color: #6f6f6f; }

#contact ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: none;
  font-weight: 500;
  color: #6f6f6f; }

#contact :-ms-input-placeholder {
  text-transform: none;
  font-weight: 500;
  color: #6f6f6f; }

/*  FOOTER  */
footer {
  background-color: #335489;
  padding: 25px 0;
  text-align: center; }
  footer .copyright {
    font-size: 12px !important;
    text-transform: none; }
  footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    text-transform: uppercase;
    text-transform: none; }
  footer p {
    color: #ffffff; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #d9d9d9;
      text-decoration: none; }

/*  SOCIAL BUTTONS  */
ul.social-buttons {
  margin-bottom: 0; }

ul.social-buttons li a {
  display: block;
  /*background-color: #222222;*/
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
    background-color: #335489; }

.btn:focus, .btn:active, .btn.active, .btn:active:focus {
  outline: none; }

/*::-moz-selection {
  text-shadow: none;
  background: transparent;
}
::selection {
  text-shadow: none;
  background: transparent;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}*/
.img-logo {
  width: 55%;
  top: -50px;
  position: absolute;
  left: 0; }

/*   Hover Effect   */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }
  .hovereffect .zoom-in {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1000; }
    .hovereffect .zoom-in .fa-search-plus {
      color: #335489; }
      .hovereffect .zoom-in .fa-search-plus:hover {
        color: transparent; }

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .hovereffect .overlay .cont {
    margin: auto;
    position: absolute;
    padding: 15px;
    top: 50%;
    transform: translateY(-50%); }
    .hovereffect .overlay .cont .hover-head {
      text-transform: uppercase;
      font-size: 32px;
      line-height: 36px;
      font-weight: 500; }
    .hovereffect .overlay .cont .hover-p {
      font-size: 14px;
      line-height: 18px; }

.hovereffect:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6); }

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.hovereffect img {
  display: inline-block;
  width: 100%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  margin: 0;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 100%;
  width: 100%;
  position: relative;
  bottom: 0;
  /*padding: 15px;*/ }

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

@media (max-width: 767px) {
  .navbar-custom .navbar-brand {
    color: #335489; }
    .navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:active {
      color: #004f55; }
    .navbar-custom .navbar-brand img {
      width: 200px;
      margin: 0;
      margin-top: -15px; }

  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em; }
    .navbar-custom.affix .navbar-brand img {
      width: 140px;
      margin: 0;
      margin-top: -5px; }

  #services .service-circle {
    margin-top: 25px; }

  /*.img-logo {width: 40%; top:0; position:relative; left:0;}*/
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white; }

  .navbar-nav .open .dropdown-menu {
    background-color: #335489; }
 }

  .dropdown-menu {
      background-color: #335489;
  }

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block !important; }

  .navbar-custom {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 0 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none; }
    .navbar-custom .navbar-brand {
      font-size: 2em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }

  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px; }

  .navbar-custom.affix {
    background-color: #335489;
    padding: 0; }

  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em; }
    .navbar-custom.affix .navbar-brand img {
      width: 200px;
      margin: 0;
      margin-top: -15px; }

  header .intro-text .intro-lead-in {
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px; }
  header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px; }

  /*section {
    padding: 100px 0;
  }*/ }

.affix .img-logo {
  width: 56%;
  top: -8px;
  left: 15px; }

.affix .affix-top-notshow {
  display: none; }

.affix-top-notshow {
  color: white;
  padding: 0; }
  .affix-top-notshow .top-bar-row {
    background-color: rgba(255, 255, 255, 0.4);
    float: right;
    padding:10px 10px 10px 20px;
    margin-bottom: 18px;
    max-width: 824px; }
  .affix-top-notshow ul.top-bar {
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align:center;
    font-size:18px;
  }
    /*.affix-top-notshow ul.top-bar li:first-child {
      padding: 5px 0 0 0;
      float: left; }
    .affix-top-notshow ul.top-bar li:nth-child(2) {
      padding: 5px 5% 0 0; }
    .affix-top-notshow ul.top-bar li:last-child {
      padding: 5px 10px 0 0;
      float: right; }*/
    .affix-top-notshow ul.top-bar .fa {
      font-size: 20px;
      margin-right: 10px;
      padding-bottom: 2px;
      vertical-align: middle; }
    .affix-top-notshow ul.top-bar a {
      color: white;
      text-decoration: none;
      padding:0px 15px;
    }
      .affix-top-notshow ul.top-bar a:hover {
        color: #335489;
 }



/*@media (min-width: 600px) and (max-width: 958px) {*/


@media (max-width: 1024px) {
  .hovereffect .overlay .cont {
    padding: 10px; }
    .hovereffect .overlay .cont .hover-head {
      font-size: 26px;
      line-height: 26px;
      font-weight: 500; }
    .hovereffect .overlay .cont .hover-p {
      font-size: 14px;
      line-height: 16px; }
 }

@media (min-width: 768px) and (max-width: 1023px) {
  .navbar-collapse {
    float: left !important; }
 }

@media (min-width: 768px) and (max-width: 849px) {
  .img-logo {
    display: none; }

  .affix .img-logo {
    display: none; }
 }

@media (max-width: 768px) {
  .parallax-team, .parallax-checkup, .parallax-hygiene, .parallax-periodontics, .parallax-implants, .parallax-endodontics, .parallax-crowns-bridges, .parallax-oral-cancer, .parallax-mouth-guards, .parallax-teeth-whitening, .header-team, .header-patient, .header-contact, .header-checkup, .header-hygiene, .header-periodontics, .header-implants, .header-endodontics, .header-crowns-bridges, .header-oral-cancer, .header-mouth-guards, .header-teeth-whitening, .header-blog {
    background-position: left 95px !important;
    background-attachment: initial;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 100%; }

  .navbar-custom {
    background-color: #575757; }
 }

@media (min-width: 850px) and (max-width: 1199px) {
  .img-logo {
    width: 90%;
    top: 0;
    left: 5px; }

  .affix .img-logo {
    width: 90%;
    top: -5px;
    left: 5px; }
 }

@media (max-width: 767px) {
  .navbar-custom {
    background-color: rgba(87, 87, 87, 0.94); }
    .navbar-custom .navbar-collapse {
      border: none !important;
      width: 220px;
      background-color: transparent; }

  .img-logo {
    width: 51%;
    top: -12px;
    left: 15px; }

  .affix .img-logo {
    width: 35%;
    top: 0;
    left: 15px; }

  .carousel-caption {
    width: 75%;
    height: 50%;
    top: 35%; }
    .carousel-caption h3 {
      font-size: 32px;
      font-weight: 700; }
    .carousel-caption p {
      font-size: 20px;
      line-height: 26px;
      font-weight: 500; }
    #blog-index img{
        float:left;
    }
 }

@media (max-width: 966px) {
  .container {
    width: inherit; }

  .dropdown-menu {
    background-color: #959595; }
 }

@media (min-width: 480px) and (max-width: 667px) {
  .carousel-caption {
    width: 75%;
    height: 50%;
    top: 35%; }
    .carousel-caption h3 {
      font-size: 26px;
      font-weight: 700; }
    .carousel-caption p {
      font-size: 16px;
      line-height: 22px;
      font-weight: 500; }
 }

@media (max-width: 480px) {
  .img-logo {
    top: -5px;}

  .affix .img-logo {
    width: 45%;
    top: 6px;
    left: 10px; }
 }

@media (max-width: 320px) {
  .top-appointment {
    display: none !important; }

  .carousel-caption {
    width: 75%;
    height: 50%;
    margin: 0 auto;
    padding: 0;
    top: 30%; }
    .carousel-caption h3 {
      font-size: 26px;
      font-weight: 700; }
    .carousel-caption p {
      font-size: 18px;
      line-height: 20px;
      font-weight: 500; }
 }

@media (max-width: 767px) {
    .schedule-button-home {
        width: 85%!important;
        left: 7.5%!important;
    }
    .index-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/banner-lg.png) no-repeat center; 
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  padding-left: 80px 0;
  height: 100vh;
}
  .values-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-values-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
  .contact-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-contact-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
  .team-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-team-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
  .blog-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-blog-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
  .faqs-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-faq-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
  .before-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-before-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
  .invisalign-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-invisalign-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
  .whitening-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-teeth-whitening-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
  .cleaning-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-cleaning-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
  .checkup-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-dental-checkup-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
  .fillings-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-white-fillings-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
  .root-canal-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-root-canal-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
  .crowns-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-crowns-bridges-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
  .implants-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-implants-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
.dentures-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-dentures-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
.veneers-hero { 
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/ban-veneers-mob.jpg) no-repeat ; 
  background-repeat: no-repeat;
  overflow: hidden;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  height: 300px;
  position:relative;
  top:-40px;
}
 header .intro-text h1, header .intro-text .intro-lead-in {
       font-size:40px;
   }
 #doctors-bio h3 {
     margin-bottom: 20px;
 }
 .side-nav {
     margin-top:40px;
 }
#top-sec {
    display:none;
}
}

@media (max-width: 1344px) {
   .affix-top-notshow ul.top-bar{
       font-size:13px;
   } 
}

@media (max-width: 1134px) {
   .navbar-custom .nav li a{
       font-size:16px;
   } 
}

@media (max-width: 1062px) {
   .navbar-custom .nav li a{
       font-size:12px;
   } 
}


#carousel-example-generic {
  display: inline-block;
}
/*****************************/

/* Plugin styles */
ul.thumbnails-carousel {
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
ul.thumbnails-carousel .center {
	display: inline-block;
}
ul.thumbnails-carousel li {
	margin-right: 5px;
	float: left;
	cursor: pointer;
}
.controls-background-reset {
	background: none !important;
}
.active-thumbnail {
	opacity: 0.4;
}
.indicators-fix {
	bottom: 70px;
}


.carousel .item {
    min-height:0px !important;
}

#carousel-example-generic {
    border:3px solid #335489;
}

.carousel-inner>.item>img{
    margin:0 auto;
max-width:100%;
}

#doctors-bio img{
    border:1px solid #335489;
}

#blog-index img {
    /*border:2px solid #335489;*/
    height:270px;
    margin-right:15px;
    float:left;
}

.blog-index-content {
    padding:20px;
}

#blog-single img {
border:2px solid #335489;
}
#blog-single p {margin:20px 0;}

@media (max-width: 767px) {
#blog-index img {
    display:none;
}

}

body img {
    max-width: 100% !important;
    height: auto!important;
}

@media(min-width: 769px) {
    .mobile-social-ul {
        display: none;
    }
}

@media(max-width: 768px) {
    #mainNav {
        width: inherit !important;
        padding-bottom: 4px;
    }

    #map .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .hidden-mobile {
        display: none!important;
    }

    .mobile-social-ul {
        position: absolute;
        left: 20px;
        margin-top: 15px;
        display: block;
    }

    .mobile-social-ul li {
        margin-bottom: 25px;
    }

    .mobile-social-ul li a i {
        font-size: 2.4em;
    }

    .index-grid span {
        font-size: 30px;
        padding-bottom: 5px;
    }

    #index-blog img {
        margin-left: 0;
    }
}