@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,900);



html, body {
 margin: 0;
 padding: 0;
 height: 100%;

}
a{
  text-decoration: none;
  color: #8DD5E3;
}
a:hover,
a:focus {
  color: #006699 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

button:hover,
button:focus {
  text-decoration: none !important;
  cursor: pointer !important;
}


::-webkit-scrollbar { 
    display: none; 
}
.container.marketing{
  width: 90%;
}


/*** SLIDER STYLING ***/

.slider-subheader{
  background: #8DD5E3;
  text-align: center;
  margin-bottom: 1.3em;
  padding: 10px;
  color: #fff;
}
.slider-subheader h2{
  font-size: 1.8em;
  margin:0;
}
.main-screen span{
    font-size: 1em;
    font-variant: small-caps;
    margin-left: 2em;
     margin-top: -145em;
    z-index: 100;
    position: absolute;
}
.main-screen {
  z-index: 98;
  padding: 0;
  height: 650px;
  width: 100%;
  overflow: hidden; 
  /*margin-top: 25em;*/
}

.slideshow {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 99;
  list-style: none;
}

/*The image class in the CSS is a bit delicate, adding extra fluff to this section will create some performance issues on the scroll. Overflow:Hidden seems to smooth out some of the scrolling issues related. */

.image {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 650px;
    left: 0;
    top: 0;
    overflow: hidden;
    display: block;
    /*margin-top: 25em;*/
}

.image:nth-of-type(1) {
  background: url('../img/smile-woman-1.jpg') no-repeat center center;
  background-size: cover;
}

/*.image:nth-of-type(2) {
  background: url('../img/smile-old-man-1.jpg') no-repeat center center;
  background-size: cover;
}
.image:nth-of-type(3) {
  background: url('../img/smile-old-woman-1.jpg') no-repeat center center;
  background-size: cover;
}
.image:nth-of-type(4) {
  background: url('../img/smile-man-1.jpg') no-repeat center center;
  background-size: cover;

}*/

.image.active {
    z-index:2;
}

.image.last-active {
    z-index:1;
}

.appointment-btn{
  /*margin-top: 40em;*/
    margin-top: -142em;
    position: absolute;
    z-index: 0;
}
.beforeandafter{
  margin-top: 10px;
}
.beforeandafter h4{
  text-align: center;
  color: #8DD5E3;
}
/*** SLIDER STYLING ***/

/*** NAVIGATION STYLING ***/
.navbar-default{
  background:#fff !important;
  border-color: #337ab7 !important;
  border:0px !important;
}
.navbar-brand{
  height: auto !important;
}
.navbar{
  padding-bottom: 0 !important;
  border-radius: 0px !important;
  border:0px;
}
.btn-primary{
  background: #8DD5E3 !important;
  border: none !important;
  color: #fff !important;
}
.btn-primary:hover{
  background: rgba(1,143,177,0.5)!important;
}
.sub-menu-nav{
  margin-top: 0.6em;
  text-align: center;
  font-size: 1.3em;
  background: #8DD5E3;
}
nav {
  z-index: 9999;
  padding: 15px 0 0 0;
  margin: 0;
  top: 0;
  left: 0;
  color: white;
  list-style: none;
  position: relative;
  overflow: hidden; 
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
    
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.flex-item {
  font-weight: bold;
  font-size: .750rem;
  text-align: center;
  font-family: 'Roboto';
  letter-spacing: .15em;
}

.flex-item:nth-of-type(2),  
.flex-item:nth-of-type(3),  
.flex-item:nth-of-type(4) { 
  padding-top: 8px;
}

.flex-item:nth-of-type(1) {
  font-size: 5rem; 
  flex-grow: .75;
  text-align: left;
  padding-left: 60px;
  color:rgba(238,177,17,1);
 }

.flex-item:nth-of-type(2) { 
  text-align: right;
  flex-grow: 2;
  padding-right: 20px;
}
.flex-item:nth-of-type(3) { 
  flex-grow: 2;
  text-align: left;
  padding-left: 20px;
}
.flex-item:nth-of-type(4) { 
  flex-grow: 1; 
  text-align: right;
  padding-right: 60px;
  padding-left: 15px;
 
}

.flex-item.follow {
  padding: 0;
 }

nav.follow {
    position:fixed; 
    top: 0;
    left: 0;
    background: white;  
    color:black; 
    text-shadow:none;
    width: 100%;
    height: 47px;
    overflow: hidden; 
    display: none !important;
}

.dropdown-menu.multi-level li span{
    margin-left: 1.2em;
    font-weight: 500;
}

.navbar-nav>li>.dropdown-menu{
  width: 100%;
  min-width: 300px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*** NAVIGATION STYLING ***/


/*** ICON LINKS ***/
.icon-links .col-sm-4{
  padding: 20px;
}

.icon-links .col-sm-4 h2{
  font-size: 1.6em;
  color: #333;
}
.icon-links .row{
  margin-top: 0em;
  margin-bottom: 2em;
}
.icon-links .col-sm-4 .img-square{
  width:140px;
  height: 140px;
}
.st0{
    fill:rgba(0,0,0,1);
    stroke-width:2;
    stroke-miterlimit:10;
}
.icon-links-div:hover{
    cursor: pointer;
}
.icon-links-div:hover .st0,  
.icon-links-div:hover .st1, 
.icon-links-div:hover .st2{
    fill:rgba(51,122,183,1);
    stroke-width:2;
    stroke-miterlimit:10;
}
.icon-links-div:hover h2{
  color:rgba(51,122,183,1);
}

/*** ICON LINKS ***/

/*** BODY STYLING ***/
section {
  margin: 100px auto 100px auto;
  height: 500px;
  width: 1300px;
  background: rgba(238,177,17,1);
  text-align: center;
  padding: 30px;
  color: white;
  font-size: 4em;
  overflow: hidden; 
}

div.section_wrapper{
  z-index: 98;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; 

}
  .divider-top-header.video-sect-header{
        margin: 0.2em 0em 0.5em;
  }
  .divider-top-header{
    font-size: 2.5em;
    font-variant: small-caps;
    color: rgba(0,0,0,0.3);
    font-weight: 600;
    margin: 2em 0em 0em;
    /*border-bottom: 3px solid #ccc;*/
  }
/*** BODY STYLING ***/


/*** PATIENTS CHOICE ***/
.patients-choice .bar{
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
}
.patients-choice img{
  width: 75px !important;
  height: 75px !important;
  opacity: 0.8;
}
.patients-choice p{
  text-align: center;
  color: rgba(0,0,0,0.6);
}


/*** VIDEO PLAYER ***/
.video-player{
  margin-top: 2em;
}

.video-player video{
  -webkit-box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.51);
  -moz-box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.51);
  box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.51);
}
@media (max-width: 991px){
.video-player video{
  margin-bottom: 3em;
}
}
/*** TESTIMONIAL SECTION ***/

.testimonial-sect .review{
  overflow-y: scroll;
  height: 200px;
}
.testimonial-sect div{
  padding: 0px 10px;
}

figure.snip1390 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 0;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  background-color: #8DD5E3;
  padding: 30px;
  background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1390 figcaption {
  width: 100%;
}
figure.snip1390 h2,
figure.snip1390 h4,
figure.snip1390 blockquote {
  margin: 0;
}
figure.snip1390 h2,
figure.snip1390 h4 {
  font-weight: 300;
}
figure.snip1390 h2 {
  color: #ffffff;
}
figure.snip1390 h4 {
  color: rgba(1,143,177,0.7);
}
figure.snip1390 blockquote {
    font-size: 1em;
    padding: 0px;
    margin-top: 20px;
    /* background-color: #ffffff; */
    border-radius: 5px;
    /* box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3); */
    text-align: left;
    position: relative;
    color: #fff;
    border-left: none;
}

figure.snip1390 blockquote:before {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 40px;
  opacity: 0.25;
  font-style: normal;
  top: -10px;
  left: -20px;
}
figure.snip1390 .profile {
  width: 100%;
  /*border-radius: 50%;*/
  display: inline-block;
  /*box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);*/
  margin-bottom: 10px;
  border: solid 1px #fff;
}
figure.snip1390 .testimonial-img{
  margin-top: 15px;
  margin-bottom: 15px;
}

/*** LIVE CHAT SECTION ***/
  .live-chat{
    margin-left: 77%;
  }
@media (max-width: 1200px) and (min-width: 992px){
  .live-chat{
    margin-left: 73%;
  }
}
@media (max-width: 991px) and (min-width: 769px){
  .live-chat{
    margin-left: 70%;
  }
}
@media (max-width: 768px) and (min-width: 571px){
  .live-chat{
    margin-left: 60%;
  }
}
@media (max-width: 570px){
  .live-chat{
    margin-left: 49%;
  }
}

.live-chat{
    position: fixed !important;
    z-index: 10;
    width: 160px !important;
    height: 160px !important;
    float: right !important;
    bottom:100px !important;
}
#custom_image_b3848{
  width:160px;
}
/*** SOCIAL FEED SECTION ***/
.social-feeds div{
  margin-top: 10px;
}

.social-feeds div i{
    color: rgba(0,0,0,0.3);
    padding: 20px;
}
.social-feeds div i:hover{
  color:#8DD5E3;
}

#twitter-widget-0{
  max-width: 330px !important;
  border: 3px solid #FAFAFA !important;
}

/*.websta-widgets a.powered_by:link{
  display: none !important;
}*/

#instafeed{
  border: 7px solid #FAFAFA;
  padding: 10px;
  max-width: 330px;
}
#instaheader{
    max-width: 330px;
}
#instafeed a img{
  width: 50%;
  height: auto;
  border: 5px solid #FAFAFA;
}


/*
@media (min-width:992px){
#fb-widget-cont{
  width:330px;
}
}
@media (min-width: 768px) and (max-width: 991px){
#fb-widget-cont{
  width:190px;
}
}
#fb-widget-cont{
  width:800px;
}
*/
/*** FOOTER ***/
footer{
  padding: 20px;
  border-top: 1px solid rgba(0,0,0,0.1);
  line-height: 1;
  font-size: 0.9em
}
.footer-copy{
  text-align: center;
  line-height: 1.5;
  opacity: 0.7;
  border-top: 2px solid rgba(0,0,0,0.1);
  padding: 20px 10px 10px;
}
/*** FOOTER ***/


.featurette h2 a{
  color: #333;
}
@media (min-width: 1200px){
.desktop-nav{
  margin-left: 25em !important;
  margin-right: auto;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.desktop-nav{
  margin-left: 15em !important;
}
}
@media (min-width: 768px) and (max-width: 991px){
.icon-links .col-sm-4 .img-square{
  width:80px;
  height: 80px;
}
.icon-links .col-sm-4 h2 {
    font-size: 1.3em;
    color: #333;
}
.nav>li>a{
  padding: 10px 13px !important;
  font-size: 12px !important;
}
}
@media (max-width: 991px){
.desktop-nav{
  margin-left: 10em !important;
}
.patients-choice img{
  width: 65px !important;
  height: 65px !important;
}
}
@media (min-width: 991px){
  .featurette .left{
    border-right: 1px solid #ccc;
    padding-right: 20px;
  }
  .featurette .right{
    padding-left: 10px;
    padding-right: 20px;
  }

  .divider-top-header{
    font-size: 2.5em;
    font-variant: small-caps;
    color: rgba(0,0,0,0.3);
    font-weight: bold;
    margin-left: 0.4em;
    /*border-bottom: 1px solid #ccc;*/
  }
}

@media (min-width: 768px){
.navbar-brand.mobile-logo {
    display:none;
}
.desktop-nav a{
  margin-bottom: 10px;
  padding:0;
}
.desktop-nav{
  margin-right: auto;
}
.navbar{
  margin-bottom: 0 !important;
}
#navbar-phone, #navbar-signin, #navbar-address{
    padding: 10px;
}
#navbar-phone a, #navbar-signin a, #navbar-address a{
    color: #fff;
}

.slider-subheader h2{
  font-size: 2.2em;
  margin:0;
}

}
@media (max-width: 767px){
  .navbar-brand{
    clear:both !important;
    float:none !important;
  }
.navbar-brand.mobile-logo {
    display:block;
    width:200px;
}
.desktop-nav{
  display: none !important;
}
#navbar-phone a, #navbar-signin a, #navbar-address a{
  color: #fff;
}
#navbar-phone, #navbar-signin, #navbar-address{
  text-align: center;
  margin: 5px 0px;
}
.main-screen {
    margin-top: -2em;
  }
}
