


/* ==========================================================================
   General styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');


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

body{
    font: 400 18px/26px 'Source Sans Pro', sans-serif;
    color: #838383;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


h1,
h2,
h3,
h4{
    font-family: 'Source Sans Pro', 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: 80px 0;
}


p{
    margin-bottom: 25px;
}

strong{
    font-weight: 700;
}

strong.upper-c{
    text-transform: uppercase;
    display: block;
}


/*************************************************************
 Header
**************************************************************/
.navbar{
    padding: 30px 0;
    margin-bottom: 0;
    border-radius: 0;
    border-top: 22px solid #58baa2;
}
.hasbb{
    border-bottom: 5px solid #58baa2;
}


a.logo{ 
    display: inline-block;
    width: 220px;
}

.nav > li > a,
.dropdown-menu li a{
    font-size: 15px;
    font-weight: 600;
    color: #555555;
    text-transform: uppercase;
}

.nav > li > a:hover,
.nav > li > a.current,
.dropdown-menu li a:hover{
    text-decoration: underline;
    background-color: transparent;
}

.navbar-toggle .icon-bar{
    background: #58baa2;
}

.navbar-toggle{
    padding: 7px;
    border: 1px solid #58baa2;
}

li.book-btn{
    padding-top: 10px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
}

li.book-btn a{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #58baa2;
    text-transform: uppercase;
    text-decoration: none;
    padding: 11px 15px;
    cursor: pointer;
}

li.book-btn a:hover{
    background: #5cc4ab;
}


/*************************************************************
 Home Page
**************************************************************/
.section-banner{
    background: url(images/hero-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}


.section-banner{
    width: 100%;
    height: inherit;
    display: table;
    color: #fff;
}

.section-banner h1{
    font-weight: 700;
}

.section-banner h1,
.section-banner h2{
   margin-bottom: 0;
   margin-top: 0;
}

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




/*************************************************************
 section-about-karen
**************************************************************/
.section-about-karen{
    background: url(images/pattern-bg.jpg) repeat;
}

h3.about-karen{
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
} 



/*************************************************************
 Services Page
**************************************************************/
.services-list{
    background: #f3f3f3;
    padding: 0 10px;
    margin-bottom: 30px;
    max-width: 318px;
}

.services-list li a {
    display: block;
    padding: 10px ;
    border-bottom: 1px solid #dfdfdf;
    color: #838383;
}

.services-list li:last-child a {
    border-bottom: none;
}

.services-list li a.active,
.services-list li a:hover {
   font-weight: 700;
}

ul.bullet-list li {
    position: relative;    
    padding-left: 10px;
}
ul.bullet-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #838383;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

.price-box{
    max-width: 530px;
    border: 1px solid #58baa2;
    padding: 15px 25px;
    margin-top: 40px;
}

.price-box form{
    margin-top: 10px;
}


/*************************************************************
 Contact Page
**************************************************************/
/*  CSS for <iframe> responsive Google Map */
.map{
    position: relative;
    padding-bottom: 86.6666667%;
    height: 0;
    margin: auto;
}

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

table{
    max-width: 320px;
}
td.days{
    padding-right: 12px;
}


/*************************************************************
 Footer
**************************************************************/
.site-footer{
    background: #58baa2;
    color: #fff;
    padding: 20px 0;
}
.site-footer p{
    margin-bottom: 0;
    text-align: center;
}



/*************************************************************
 Responsive styles
**************************************************************/
@media screen and (max-width: 767px){
    body{
        font-size: 15px;
    }

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

    .navbar{
        padding: 15px 0;
    }
  
    .section-contents{
        padding: 35px 0;
    }

     
 
    li.book-btn {
        margin-top: 15px;
    } 

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

    img.has-mb{
        display: block;
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 480px){
    a.logo{
        display: inline-block;
        width: 190px;
    }   

    .hero-text h2 br{
       display: none;
    }  
    
    .price-box {
        padding: 8px;
    }   
    
    .price-box td{
        font-size: 14px;
        vertical-align: middle;
        border-bottom: 1px solid #ebebeb;
    }  
    
    .price-box form{
        margin-top: 15px;
    }
}


@media screen and (min-width: 768px){

    h3.about-karen:before,
    h3.about-karen:after{
        content: '';
        position: absolute;        
        top: 50%;  
        width: 106px;
        height: 3px;
        background: #959595;        
        margin-top: -1px;
    }

    h3.about-karen:before{
        left: 50%;
        margin-left: -200px;
    }  

    h3.about-karen:after{
        right: 50%;
        margin-right: -200px;
    }
    
  
    
    .price-box td{
        vertical-align: middle;
    }
    
    td.time-cost{
        padding-right: 5px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px){
    body{
        font-size: 16px;
    }

    a.logo{
        display: inline-block;
        width: 200px;
    }  
 
    .navbar-header{
        display: block;
        float: none !important;
        text-align: center;
    }
    .navbar-right{
        float: none !important;
        max-width: 687px;
        margin: 15px auto 0;
    }

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



@media screen and (min-width: 992px){
    .hero-text h1{
       font-size: 60px;
       line-height: 60px;
    } 

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

    .services-list li a {
        font-size: 19px;
    }


    .section-description p{
        padding: 0 80px;
        margin-bottom: 0;
    }
}








