body{    
    font-family: 'Open Sans', sans-serif;
    background: #FFF;
    color: #999;
    padding-top: 280px;
}
@media only screen and (min-width: 600px) and (max-width: 1500px) { 
    body{
        padding-top: 126px !important;
    }
}
@media only screen and (min-width: 1300px){ 
    body{
        padding-top: 76px !important;
    }
}

a, a:hover, a:focus, a:active{
    text-decoration: none;
}

.page-head{
    content: '';
    display: block;
    clear: both;
    height: 50px;
}
.header-gap{
    margin-top: 60px;
}
@media only screen and (max-width: 768px) { 
    .header-gap{
        margin-top: 200px;
    }
}
.break{
    content: '';
    display: block;
    clear: both;
    height: 20px;
}
h1, h2, h3, h4, h5{
    font-weight: 300;
    color: #333;
}
/* old
h1{
    font-size: 4em;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 700 !important;
    color: #000;
}
*/
h1{
    color: #6fb708;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 2em;
}
h3{
    color: #6fb708;
    font-weight: 400;
}
h4{
    font-weight: 400;
}

.break{
    height: 30px;
    clear: both;
    display: block;
}

.background-white{
    background: #FFF !important;
}
.background-blue{
    background: #7db830 !important;
}
.background-grey{
    background: #999 !important;
}

/* ------------  TOP  ------------ */
.top-info{
    border-bottom: 1px solid #DDD;
    padding: 10px 0;
    background: #8bcd35;
    color: #FFF;
}
.top-info ul{
    margin: 0;
    padding: 0;
}
.top-info ul li{
    margin: 0 20px 0 0;
    list-style: none;
    display: inline-block;
}
.top-info ul li a{
    color: #FFF;
}
.top-info ul li span{
    font-weight: 700;
}
.top-info ul li:after{
    content: '|';
    padding-left: 20px;
}
.top-info ul li:last-child:after{
    content: '';
}
@media only screen and (max-width: 768px) { 
    .top-info{
        text-align: center;
    }
    .top-info ul li{
        display: block;
    }
    .top-info ul li:after{
        content: '';
        padding-left:0px;
    }
    .top-info ul li span{
        display: block;
        margin-top: 10px;
    }
}

/* ------------  NAVBAR  ------------ */
.navbar-brand{
    width: 300px;
}
.navbar-brand img{
    max-width: 100%;
}
.navbar-default{
    background: #FFF;
}
.navbar-nav > li > a{
    padding: 30px 15px;
    font-size: 22px;
    color: #333 !important;
}
.navbar-nav > li > a:hover{
    color: #a1e14d !important;
}
.menu-toggle{
    display: none;
}
.dropdown-menu{
    border: 0;
    background: rgba(255,255,255,0.8);
}
.dropdown-menu > li > a{
    padding: 10px;
    font-size: 1.2em;
    transition: all 0.1s;
}
.dropdown-menu > li > a:hover{
    background: #a1e14d;
    color: #FFF;
}

@media only screen and (max-width: 768px) { 
    .navbar-header{
        height: 150px;
    }
    .navbar-brand{
        width: 300px;
        position: absolute;
        left: 50%;
        margin-left: -150px !important;  /* 50% of your logo width */
        display: block;
            margin-top: 0px;
        clear: both;
    }
    .navbar-brand img{
        width: 100% !important;
    }
    .menu-toggle{
        display: block;
        margin-top: 100px;
        text-align: center;
    }
    .menu-toggle button{
        background: #a1e14d;
        border: 0;
        color: #FFF;
        padding: 10px 15px;
    }
    .navbar-nav > li > a{
        padding: 10px;
        font-size: 0.8em;   
        text-align: center;
    }
    .navbar-nav > li > a:hover{
        color: #FFF !important;
        font-size: 0.8em;   
    }
    .navbar-nav > li:hover{
        background: #a1e14d;
    }
    .dropdown-menu{
        background: #EEE;
    }
    .dropdown-menu > li > a{
        color: #999 !important;
        background: #EEE;
        text-align: center;
    }
    .dropdown-menu > li > a:hover{
        color: #FFF !important;
    }
    .navbar-text{
        text-align: center !important;
    }
}

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

@media (min-width: 768px) and (max-width: 1281px) {
    .navbar-brand{
        width: 280px;
    }
    .navbar-nav > li > a{
        font-size: 1em;   
    }
    .navbar-nav > li > a:hover{
        font-size: 1em;   
    }
}

/* ------------  HOME  ------------ */
.home-section{
    position: relative;
    height: 100%;
}
.home-section-text{
    padding: 50px 250px 0;
}
.home-section-text h1{
    font-weight: 400;
    font-size: 2em;
    line-height: 0.8em;
    /*text-transform: uppercase;*/
}
.home-section-text h5{
    font-weight: 300;
    font-size: 2em;
    line-height: 0.8em;
    padding: 40px 0;
}
.home-section-text p{
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.1em;
    color: #333;
}
.home-section-text ul{
    padding-left: 20px;
}
.home-section-text ul li{
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 1.3em;
    color: #333;
}
.home-section-text button{
    margin: 20px 0;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 1.7em;
    background: #a1e14d;
    border: 0;
}
.home-section-1{
    background: url('../images/img-home-1.jpg') no-repeat center center;
    height: 700px;
    background-size: 100%;
}
.home-section-2{
    background: url('../images/img-home-2.jpg') no-repeat center center;
    height: 700px;
    background-size: 100%;
}
.home-section-3{
    background: url('../images/img-home-3.jpg') no-repeat center center;
    height: 700px;
    background-size: 100%;
}
.home-section-4{
    background: url('../images/img-home-4.jpg') no-repeat center center;
    height: 700px;
    background-size: 100%;
}

.home-doctors{
    padding: 40px 0;
    color: #FFF;
}
.home-doctors-list{
    margin: 0px 0;
}
.home-doctors h1, .home-doctors-list h3, .home-doctors-list h4{
    color: #FFF;
}
.home-doctors-list h4{
    border-bottom: 1px dotted #FFF;
    padding-bottom: 20px;
}
.home-articles h3{
    margin-bottom: 20px;
}
.home-articles button{
    border: 0;
    background: 0;
    color: #333;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-top: 20px;
}
.home-research{
    margin-bottom: 20px;
}
.content-home-osa{
    font-size: 1.3em;
    font-weight: 300;
    padding-bottom: 20px;
    color: #333;
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .home-articles{
        padding: 40px 0;
    }
}

@media only screen and (max-width: 768px) {
    .home-section-text{
        padding: 30px 50px;
        border-bottom: 1px dashed #CCC;
        height: 370px;
        text-align: center;
    }
    .home-section-text h1{
        font-size: 2em;
    }
    .home-section-text h5{
        font-size: 1.3em;
        padding: 20px 0;
    }
    .home-section-text p{
        font-size: 1em;
    }
    .home-section-text ul li{
        list-style: none;
        font-size: 1em;
    }
    .home-section-text button{
        margin: 10px 0;
        padding: 5px 10px;
        font-size: 1em;
    }
    .home-section-1, .home-section-2, .home-section-3{
        height: 320px;
    }
    .home-doctors h1{
        text-align: center;
    }
    .home-doctors-list{
        text-align: center !important;
    }
    .home-doctors-list img{
        width: 200px;
        margin: auto;
        text-align: center !important;
    }
    .home-doctors-list h4{
        padding-bottom: 13px;
    }
    .content-home-osa{
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1440px) {
    .home-section-text{
        padding: 30px 50px;
    }
    .home-section-text h1{
        font-size: 1.7em;
        padding-bottom: 0px;
    }
    .home-section-text h5{
        font-size: 1.3em;
        padding: 10px 0;
    }
    .home-section-text p{
        font-size: 1.2em;
    }
    .home-section-1, .home-section-2, .home-section-3{
        height: 400px;
    }
    .home-section-text button{
        margin: 10px 0;
        padding: 5px 10px;
        font-size: 1em;
    }
    .home-section-text ul li{
        list-style: none;
        font-size: 1.2em;
        list-style: circle;
    }
}
@media only screen and (min-width: 1440px) {
    .home-section-text{
        padding: 80px 180px 0;
    }
    .home-section-text h1{
        font-weight: 400;
        font-size: 2em;
        line-height: 0.8em;
        text-transform: uppercase;
    }
    .home-section-text h5{
        font-weight: 300;
        font-size: 2em;
        line-height: 0.8em;
        padding: 40px 0;
    }
    .home-section-text p{
        font-weight: 300;
        font-size: 1.3em;
        line-height: 1.1em;
        color: #333;
    }
    .home-section-text ul{
        padding-left: 20px;
    }
    .home-section-text ul li{
        margin: 0;
        padding: 0;
        font-weight: 300;
        font-size: 1.3em;
        color: #333;
    }
    .home-section-text button{
        margin: 20px 0;
        text-transform: uppercase;
        padding: 15px 30px;
        font-size: 1.7em;
        background: #a1e14d;
        border: 0;
    }
    .home-section-1, .home-section-2, .home-section-3{
        height: 600px;
    }
}

/* ------------  SLIDE  ------------ */
@media only screen and (max-width: 768px) {
    header.slide{
        margin-top: 60px;
    }
}

/* ------------  ALL PAGES  ------------ */
.page-banner{
    position: relative;
}
.page-banner img{
    width: 100%;
}

.content-img{
    padding: 50px 0 0;
}
.content-img img{
    width: 100%;
}
@media (min-width: 768px) {
    .content-img{
        padding: 70px 0 0;
    }
}
@media (min-width: 992px) {
    .content-img{
        padding: 20px 0 0;
    }
}
@media (min-width: 1200px) {
    .content-img{
        padding: 50px 0 0;
    }
}
.content-box{
    padding: 3% 7%;
}
.content-box p{
    font-size: 1.3em;
    font-weight: 300;
    padding-bottom: 20px;
    color: #333;
}
.content-box ul{
    margin: 10px 0 40px;
    padding: 0;
}
.content-box ul li{
    font-size: 1.3em;
    font-weight: 300;
    list-style: none;
    color: #333;
    margin-left: 20px;
}
.content-box ul li:before{
    content: "\f138";
    font-family: FontAwesome;
    font-size: 0.7em;
    margin-left: -20px;
    margin-right: 10px;
}
.content-rsight{
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .content-right{
        text-align: center;
    }
    .content-box ul li{
        border-bottom: 1px dashed #CCC;
        padding: 10px 0;
        font-size: 1em;
        font-weight: 700;
    }
    .content-box ul li:before{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1281px) {
    .content-box{
        padding: 2% 4%;
    }
    .content-box h1{
        font-size: 2em;
        padding: 0;
    }
    .content-box p{
        font-size: 1em;
    }
}

/* ------------  DOCTORS  ------------ */
.doctors-box{
}
.doctors-photo{
    margin-top: 80px;
}
.doctors-photo img{
    width: 100%;
}

.doctors-description{
    padding: 5% 7%;
    font-weight: 300;
    list-style: none;
}
.doctors-description h4{
    border-bottom: 1px dotted #999;
    padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .doctors-description{
        font-size: 1em;
    }
}

.doctors-list{
    margin: 0;
    padding: 0;
}
.doctors-list li{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    display: block;
    width: 20%;
}
.doctors-list li a img{
    width: 100% !important;
    transition: all 0.1s;
    opacity: 0.7;
    box-shadow: 0px 0px 0px #333;
    position: relative;
    z-index: 1;
}
.doctors-list li a:hover img{
    opacity: 0.9;
    box-shadow: 0px 0px 20px #333;
}
.doctors-list li a:focus img{
    width: 110% !important;
    opacity: 1;
    box-shadow: 0px 0px 40px #333;
    z-index: 4;
}
.doctors-list li:last-child a:focus img{
    margin-left: -10%;
}
.doctor-desc-box{
    text-align: center;
    padding: 1% 10%;
    display: block;
    clear: both;
}

/* ------------  ARTICLE LIST  ------------ */
.articles-list{
    padding: 0;
    height: 350px;
    overflow: hidden;
    text-align: center;
    opacity: 1;
    border-bottom: 5px solid #a1e14d;
    transition: all 0.2s;
}
.articles-list:hover{
    opacity: 0.7;
    border-bottom: 5px solid #48750d;
}
.articles-list img{
    width: 100%;
    position: relative;
    z-index: 1;
}
.articles-name{
    position: absolute;
    z-index: 3;
    bottom: 10%;
    background: rgba(255,255,255,0.7);
    width: 100%;
    padding: 20px 0;
    font-weight: 300;
    font-size: 2em;
    color: #48750d;
    box-shadow: 0px 0px 15px #999;
}

@media only screen and (max-width: 768px) {
    .articles-list{        
        height: 170px;
    }
    .articles-name{
        bottom: 10%;
        padding: 10px 0;
        font-size: 1.2em;
    }
}

@media (min-width: 768px) and (max-width: 1281px) {
    .articles-list{
        height: 250px;
    }
    .articles-name{
        padding: 10px 0;
    }
}

/* ------------  CONTACT  ------------ */
.contact-form h2{
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
    margin: 40px 0 20px;
    
}
.contact-form input[type="text"]{
    padding: 15px !important;
}
.contact-form textarea{
    padding: 15px !important;
    height: 160px;
}

.contact-map{
    padding: 0;
}
.contact-map iframe{
    width: 100%;
    height: 550px;
    margin-top: 46px;
}

@media only screen and (max-width: 1025px) {
    .contact-map iframe{
        margin-top: 16px;
    }
}

.contact-box{
    padding: 4% 15%;
    text-align: center;
}
.contact-box i{
    font-size: 1.5em;
}
.contact-box p{
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 40px;
}
.contact-box p span{
    display: block;
    font-weight: 700;
}
/* ------------  QUIZ  ------------ */
.quiz-trivia h1{
    font-size: 3em;
}
.quiz-table{
    border: 1px dashed #CCC;
    background: #EFEFEF;
    padding-top: 15px;
}
.quiz-box{
    margin-top: 40px;
}
.quiz-box input[type="text"]{
    width: 50px;
    padding: 0 10px;
    margin: 0;
    text-align: center;
    border: 1px solid #CCC;
    border-radius: 5px;
} 
.quiz-disclaimer{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #CCC;
}
.quiz-disclaimer p span{
    display: block;
    font-weight: 700;
    font-size: 1.2em;
    font-style: italic;
}

/* ------------  FOOTER  ------------ */
footer{
    margin: 40px 0 0;
    padding: 0;
    padding: 10px 0;
}
footer h1{
    font-size: 2.5em;
}
.top-footer i{
    color: #a1e14d;
    font-size: 1.5em;
    display: block;
    float: left;
    margin-right: 20px;
    height: 30px;
}
.top-footer p{
    font-size: 1.2em;
}
.footer-map iframe{
    width: 100%;
    height: 270px;
    margin-top: 30px;
}
.open-hours{
    margin: 0;
    padding: 0;
}
.open-hours li{
    margin: 0;
    padding: 7px 0;
    list-style: none;
    border-bottom: 1px dashed #CCC;
}
.copyright{
    padding: 50px 0;
    font-size: 1.5em;
    font-weight: 300;
}

@media only screen and (max-width: 768px) {
    .top-footer h1{
        text-align: center;
    }
    .top-footer ul li{
        font-size: 12px;
        text-align: center;
    }
}
.thankyou{
    text-align: center;
    padding: 30px 0 80px;
    margin-top: 50px;
}
.thankyou img{
    max-width: 100%;
}