@charset "utf-8";
/* CSS Document */
@import'print.css';
@import'bootstrap.min.css';
@import'../font-awesome/css/font-awesome.min.css';
@import url(http://fonts.googleapis.com/css?family=Roboto|PT+Sans+Narrow:400,700);
h1,h2,h3,h4,h5{font-family: 'Roboto', sans-serif;margin: 0;padding: 0;}
h1,h2{margin:0;font-size:30px;padding-bottom:10px;text-shadow:2px 2px #fff;}
h2{color:#254279;font-size: 25px;text-shadow:2px 2px #fff;}
h3{margin:0;font-size:15px;padding-top:10px;padding-bottom:5px;font-weight:bold;}
h4{margin:0;font-size:22px;padding-bottom:10px;color:#254279;}
h5{margin:0;font-size:18px;}
p{text-align:justify;}
a,li{transition: all 0.2s;}
li{transition: all 0.6s;}
a:focus{outline:none}
h1.page-title,
h2.sub-title{margin: 0;padding:0;font-size: 24px;font-weight: bold;}
h2.sub-title{font-size: 20px;}

.spacer1,.spacer2,.spacer3,.spacer4,.spacer5,.spacer6,.spacer7,.spacer8,.spacer9,.spacer10{clear:both;}
.spacer1{height:5px;}
.spacer2{height:10px;}
.spacer3{height:15px;}
.spacer4{height:20px;}
.spacer5{height:25px;}
.spacer6{height:30px;}
.spacer7{height:35px;}
.spacer8{height:40px;}
.spacer9{height:45px;}
.spacer10{height:50px;}

.divider1,.divider2,.divider3,
.divider4,.divider5,.divider6{clear:both;background:#000;height:1px;content:' ';opacity:.3;width:95%;}
.divider1{margin:5px 0}
.divider2{margin:10px 0}
.divider3{margin:15px 0}
.divider4{margin:20px 0}
.divider5{margin:25px 0}
.divider6{margin:30px 0}

.nopadding {padding: 0 !important;}
.nomargin {margin: 0 !important;}

.noborder {border: 0 !important;}
.noborder-top {border-top: 0 !important;}
.noborder-right {border-top: 0 !important;}
.noborder-bottom {border-top: 0 !important;}
.noborder-left {border-top: 0 !important;}

.noborder-radius {border-radius: 0 !important;}
.noborder-top-left-radius {border-top-left-radius: 0 !important;}
.noborder-top-right-radius {border-top-right-radius: 0 !important;}
.noborder-bottom-left-radius {border-bottom-left-radius: 0 !important;}
.noborder-bottom-right-radius {border-bottom-right-radius: 0 !important;}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}

.captcha-hoder{overflow:hidden;}
.captcha-hoder img{float:left;width:100px;margin-right:10px;margin-top:2px}
.captcha-hoder input{float:left;width:100px;margin:0;}

.datepicker{background:#f1f1f1 url(../img/calendar.jpg) no-repeat center right 10px;}
.img-responsive {display:inline;}

.btn-blue{background:#254279; color:#fff;font-family: 'Roboto', sans-serif;font-size:12px;margin: 0;padding:3px 12px 4px 12px;text-transform:capitalize;border-radius: 2px;}
.btn-blue:hover{color:#fff;background:#173368;}
.btn-full{width:100%;}

.btn-yellow,
.btn-yellow:hover{background:#faaa0f; color:#fff;font-family: 'Roboto', sans-serif;font-size:16px;margin:0;padding:2px 30px 4px 30px;text-transform:capitalize;border-radius: 0px;}

.image-holder{margin-bottom:10px;}
.image-holder-right{margin-bottom:5px;margin-left:10px;float:right;width:45%;}
.image-holder-left{margin-bottom:5px;margin-right:10px;float:left;width:40%;}

.legal-docs,
.our-team-box{border:#ddd 1px solid;background:#f9f9f9;padding:10px;box-shadow: 0 0 6px #f1f1f1;text-align:center;margin: 2px;overflow:hidden;}
.legal-docs h4,
.our-team-box h4{margin:0;padding:0 0 5px 0;font-family: 'Roboto', sans-serif;font-size:14px;font-weight:bold;color:#333;}
.our-team-box{text-align:left;margin:0;margin-bottom:2px;}
.our-team-box img{width:180px;float:right;margin-left:30px;}

.extra-box{border:#ddd 1px solid;background:#f9f9f9;padding:10px 10px 0 10px;box-shadow: 0 0 6px #f1f1f1;margin: 2px;overflow:hidden;}
.extra-box h4 {margin:0;padding:0 0 5px 0;font-family: 'Roboto', sans-serif;font-size:14px;font-weight:bold;color:#333}

.social-link a{width:25px;height:25px;border-radius:100px;display:inline-block;color:#fff;font-size:18px;margin-left:5px;text-align:center;}
.social-link a.facebook{background:#3e5b97;padding-top:3px;}
.social-link a.twitter{background:#3fb0e1;padding-top:2px;padding-left:2px;}
.social-link a.google-plus{background:#cf4832;padding-top:3px;padding-left:5px;}
.social-link a.linkedin{background:#4393cc;padding-top:2px;}
.social-link a.pinterest{background:#c3282d;padding-top:1px;}
.social-link a.youtube{background:#DD2826;padding-top:2px;}

.gallery-thumb{margin-bottom:15px;}

.booking-form label{float:left;width:150px;font-size:15px;font-weight:normal;font-family: 'Roboto', sans-serif;}
.booking-form label.accept{float:none;width:auto;}
.booking-form .form-control{display:inline-block;}
.booking-form .form-massage{width:70%;}
.booking-form span{color:red;}

.relative{position: relative;}
.absolute{position: absolute;}

@media (min-width: 768px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {display: block;transition: all 0.2s;}
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}