@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|Ubuntu:400,500);
h1,h2,h3,h4,h5{margin: 0;padding: 0;font-family: 'Ubuntu', sans-serif;}
h1{font-size: 28px;}
h2{font-size: 24px;}
h3{font-size: 20px;}
h4{font-size: 16px;}
p{text-align:justify;}
a,li{transition: all 0.2s;}
li{transition: all 0.6s;}
a:focus{outline:none}

.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 auto}
.divider2{margin:10px auto}
.divider3{margin:15px auto}
.divider4{margin:20px auto}
.divider5{margin:25px auto}
.divider6{margin:30px auto}

.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 !important;margin:0;}

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

.btn-brown,
.btn-black{background:#94472C; color:#fff;font-family: 'Ubuntu', sans-serif;font-size:14px;margin:5px 0;padding:3px 12px 4px 12px;text-transform:capitalize;border-radius: 2px;}
.btn-brown:hover{color:#fff;background:#7F3A23;}
.btn-black{background: #231D1B;}
.btn-black:hover{color:#fff;background:#231D1B;}


.image-holder{margin-bottom:10px;}
.image-holder-right{margin-bottom:5px;margin-left:10px;float:right;max-width:45%;}
.image-holder-left{margin-bottom:5px;margin-right:10px;float:left;max-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{float: left;}
.social-link a{width:30px;height:30px;border-radius:2px;color:#fff;font-size:20px;margin-right:5px;text-align:center;float: left;}
.social-link a.facebook{background:#3e5b97;padding-top:6px;}
.social-link a.twitter{background:#3fb0e1;padding-top:4px;padding-left:2px;}
.social-link a.google-plus{background:#cf4832;padding-top:6px;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:6px;}

.gallery-thumb{margin-bottom:15px;display:inline-block; margin-top:10px;}
.gallery-thumb img{}

.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;}

@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
	.social-link{float: right;}
	.btn-brown,
	.btn-black{margin:0;}
	.img-responsive {margin:0;}
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}