


/* ==========================================================================
   General styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');


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

body{
    font: 300 14px/21px 'Roboto', sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


h1,
h2,
h3,
h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}


img{
    max-width: 100%;
    height: auto;
}

a:link,
a:visited{
    text-decoration: none;
}

a:focus,
a:visited{
    outline: none;
}

.section-contents{
    padding: 90px 0;
}


p{
    margin-bottom: 25px;
}
p:last-child{
    margin-bottom: 0;
}

strong{
    font-weight: 500;
}
hr{border-top: 1px solid #8d9099; margin: 60px 0;}




/*************************************************************
 Header
**************************************************************/
.navbar{
    background: #fff;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
}

a.logo{ 
    position: absolute;
    top: 0;       
    z-index: 1000;  
}

.nav{    
    padding: 20px 0;
}

.nav > li > a,
.dropdown-menu li a{
    font-size: 13px;
    font-weight: 400;
    color: #555555;
    text-transform: uppercase;
}
.nav > li > a:hover,
.nav > li > a.current,
.dropdown-menu li a:hover{
    color: #8db15a;
    text-decoration: underline;
    background-color: transparent;
}

.navbar-toggle .icon-bar{
    background: #8db15a;
}

.navbar-toggle{
    padding: 7px;
    border: 1px solid #8db15a;
}

li.book-btn{
    padding-top: 13px;
}

li.book-btn a{
    font-size: 13px;
    color: #fff;
    background: #8db15a;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 17px;
    cursor: pointer;
    font-weight: 500;
}

li.book-btn a:hover{
    background: #95bd5d;
}

h2{
    text-transform: uppercase;
    color: #8db15a;
}



/*************************************************************
 Home Page
**************************************************************/
.home-bg{
    background: url(images/home-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.section-banner{
    display: table;
    width: 100%;
    height: 95%;
}

.vam{
    display: table-cell;
    width: 100%;
    height: 100%;  
    vertical-align: middle;
    text-align: center;
}



.hero-text h1 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 300;
    display: block;
    color: #fff;
    margin: 0;
    text-align: center;
}




/*************************************************************
 About Page
**************************************************************/
.grey-bg{
    background: #ebebeb;
    display: table;
    width: 100%;    
    height: 100%;
    margin-top: 80px;
}

.vac{
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle; 
}




/*************************************************************
 Services Page
**************************************************************/
.section-services strong{
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.has-mt{
    margin-top: 45px;
    text-transform: uppercase;
    font-weight: 400;
}



/*************************************************************
 Contact Page
**************************************************************/
input[type="text"],
input[type="email"],
textarea{
    font: 400 13px/21px 'Roboto', sans-serif;
    color: #555555;
    height: 40px;
    width: 100%;
    display: block;
    border: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding: 6px 12px;
}

textarea{
    height: 125px;
}

input[type="submit"]{
    background: #8db15a;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    border: none;
    width: 180px;
    height: 45px;
    text-align: center;
    font-size: 16px;
    outline: none;  
    font-weight: 700; 

}

input[type="submit"]:hover,
input[type="submit"]:focus{
    background: #95bd5d;  
}

label{
    font-weight: 300;
    margin-bottom: 0;
}

.warning{    
    color: #E86258;
}

.seccess{
    color: #4BAF47;
    text-align: center;
}


/*  CSS for <iframe> responsive Google Map */
.map{
    position: relative;
    padding-bottom: 86.6666667%;
    height: 0;
    margin: 0 auto 25px;
    border: 5px solid #fff;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-contact a{
    text-decoration: none;
    color: #000;
}

.section-contact a:hover{
    color: #8db15a;
}

table{
    width: 220px;
}



/*************************************************************
 Footer
**************************************************************/
.site-footer{
    background: #d6d4d4;
    font-size: 13px;
    padding: 20px 0;
    font-weight: 400;
    color: #555555;
}

.site-footer p{
    margin-bottom: 0;
    text-align: center;
}

.site-footer a{
    color: #555555;
    text-decoration: none;
}


.index-footer{
    background: #8db15a;
    color: #fff;
}



/*************************************************************
 Responsive styles
**************************************************************/
@media screen and (max-width: 767px){
    a.logo{ 
        width: 120px; 
    }

    .navbar{
        padding: 15px 0;
    }

    .nav{    
        padding-top: 40px;
    }
   
    .section-contents{
        padding: 40px 0;
    }

    a.logo{
        padding-left: 15px;
    }
    

    li.book-btn{
        padding-left: 15px;
    }


    .navbar-collapse{
        margin-top: 15px;
    }

    
    .hero-text h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .hero-text br{
        display: none;
    } 

    .section-about img{
        margin-bottom: 30px;
    }  
}


@media screen and (max-width: 480px){
    a.logo{
        width: 100px;
    }    
}


@media screen and (min-width: 768px) and (max-width: 991px){
    a.logo{
        width: 210px;
    }
 

    li.book-btn a{
        font-size: 13px;
    }
    
    .navbar .container{
        width: 100%;
    }

    .hero-text h1{
       font-size: 42px;
       line-height: 50px;
    }

    .navbar{
        padding: 0;
    }
}

@media screen and (min-width: 992px){
    .section-services .container{
        max-width: 920px;
        margin: auto;
    } 
    
     
}

@media screen and (min-width: 992px) and (max-width: 1200px){   
    
    .nav>li>a {
        padding-left: 11px;
        padding-right: 11px;
    }

    .navbar .container{
        width: 100%;
    }   
}

@media screen and (min-width: 1300px){
    .hero-text h1{
        font-weight: 100;
        font-size: 57px;
        line-height: 70px;
    }

    

    .site-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }
}