23body{background-color: #fff;font-family: 'Arial', sans-serif;font-size: 15px;line-height: 15px; color: #73726C;}


.btn,a,a:hover{color:#777;text-decoration: none;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;outline:0 ;}

h1,h2,h3,h4,h5,h6{font-family:'Neris', sans-serif;line-height: 1em;margin: 0;}
h1{font-size: 5em;}
h1.title,h2{font-size: 2em;line-height: 3em;}
h3{font-size: 1.5em; margin-bottom: 0.70em;}
h4{font-size: 1.25em; margin-bottom: 0.75em;}
p{margin-bottom: 1em;line-height: 1.5em;}


.btn{border:none !important;border-radius: 0;padding: 5px 30px;}
.btn-default{background:#cac8c4;box-shadow: none !important;color: #fff;}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active{
	box-shadow: none !important;
	background:#999;
	color: #fff;
	outline: none !important;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #999;
	border-color: #999;
}
.pagination>li>a, .pagination>li>span{
	color: #999;
}
.spacer{padding:4em 0; }
.spacer-tiny{padding:2em 0 0 0; }
.spacer-img{padding:2em;}
.logo{width:50%;}

/*--clientes*/
.client-logos {
	z-index: 1;
	margin-bottom: 0;
	text-align: center;
}

.client-logos li {
	display: inline-block;
	margin: 25px 25px 25px 25px;
	vertical-align: middle;
}

.client-logos li a {
	display: block;
	padding: 5px;
}

.client-logos li img {
	max-height: 40px;
	opacity: 0.6;

	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.client-logos li img:hover {
	opacity: 1;

	-webkit-filter: initial;
	filter: initial;
}

.clients {
	border-top: 1px solid #dadfe3;
	background: rgba(255, 255, 255, 0.9);
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: small;}
/*clientes*/

/*services*/
.services-wrap {
	position: relative;
	padding-bottom: 50px;
	text-align: center;
}

.services {
	border-bottom: 1px solid #eaebec;
}

.single-service {
	padding: 40px 35px 40px 35px;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 4px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-radius: 3px;
	background: #fff;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.services-wrap .service-box {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.single-service > h3 > a:hover,
.service-icon > a:hover {
	text-decoration: none;
}

.services-wrap > .service-box {
	width: 31.5%;
	margin: 0 1.25% 0 1.25%;
	margin-bottom: 30px;
	vertical-align: top;
}

.services-wrap > .service-box:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.services-wrap > .service-box:nth-child(3n) {
	clear: right;
	margin-right: 0;
}

.single-service .service-icon {
	margin-bottom: 35px;
	font-size: 60px;
}

.single-service h3 {
	margin-bottom: 15px;
	padding-top: 5px;
}

.galcolumn .single-service {
	width: 100%;
}

.display-none {
	display: none !important;
}

.azera_shop_grid_col_4 > div,
.azera_shop_grid_col_3 > div,
.azera_shop_grid_col_2 > div,
.azera_shop_grid_col_1 > div {
	margin-bottom: 30px;
	text-align: center;
}

.azera_shop_grid_col_4 {
	float: left;
	width: 23%;
	margin: 0 1.25% 0 1.25%;
}

.azera_shop_grid_col_3 {
	float: left;
	width: 31.5%;
	min-height: 1px;
	margin: 0 1.25% 0 1.25%;
}

.azera_shop_grid_col_2 {
	float: left;
	width: 48%;
	margin: 0 1.75% 0 1.75%;
}

.azera_shop_grid_col_1 {
	float: left;
	width: 100%;
}

.azera_shop_grid_first {
	margin-left: 0;
	padding-left: 0;
}

.azera_shop_grid_last {
	margin-right: 0;
	padding-right: 0;
}
/*services*/

/*nav*/
.navbar{margin: 0;}
.navbar-nav{margin:0 -15px;}
.navbar-nav > li > a{font-size: 1em;line-height: 4.26em;padding: 10px 0 10px 30px;}
.navbar-default{border:none;background: #d8d8d8;}
.navbar-brand{height: 83px;}
/*nav*/



/*SLIDER*/
.banner {position: relative;color: #fff;}
.banner p{font:300 1.35em/4em 'Old Standard TT', serif;margin:0; }
.banner img.img-responsive{width: 100%;}
.banner .welcome-message{position: absolute;left: 0;right:0;bottom:0;top:0;text-align: center;}
.banner .welcome-message .wrap-info{
	display: table;
	height: 100%;
	width: 100%;
}
.banner .welcome-message .wrap-info .information{display: table-cell;vertical-align: middle;}
.banner .arrow-nav{
	position: absolute;
	bottom:-3.5em;
	background-color: #999;
	height: 7em;
	width: 7em;
	display: inline-block;
	z-index: 100;
	left: 50%;
	margin-left: -52px;
	color: #fff;
	border-radius: 50%;
}
.banner .arrow-nav i{font-size: 5em;line-height:105px;}
.banner .arrow-nav:hover{background: #756534;}


/*reserve-info*/
.reserve-info{background-color: #fff;}

.services{background-color: rgba(204, 204, 204, 0.43); }
.services .caption{
	/*background-color:rgba(204, 204, 204, 0.17);*/
	color: #000;
	padding: 1.5em;
}
.services .caption a {
	color: #666;
	font-size: 1.25em;
}
.services .caption a:hover{color: #fff;}
.carousel-control{width: 10%;background: none !important;}
.carousel-control i.fa{position: absolute;left: 0;right: 0;top: 50%;margin-top: -10px;}
.carousel img{width: 100%;}

/*footer*/
footer{
	background-color:#333;
	color: #AEAEAC;
}
footer.spacer{padding: 3em 0;}
footer h4{color: #DCDCDC;}
footer a,footer p{line-height: 1.5em;font-size: 0.85em;color: #AEAEAC;}
footer a:hover{color: #fff;}
footer .subscribe .form-control{height: 30px;padding: 4px 12px;border: none;}
footer .subscribe .input-group-btn:last-child>.btn{margin: 0;}
footer .subscribe .input-group{margin-bottom: 1em;}
footer .subscribe .social a{font-size: 1.5em;margin-right: 0.25em;}
.copyright{background-color: #252423;padding: 0.6em 0;font-size: 0.85em;color: #7F7F7F;}
.copyright a{color: #AEAEAC;}
/*footer*/

.toTop{position: fixed;right: 1em; bottom: 1em;background:rgba(0,0,0,0.5);width: 35px; height: 35px;text-align: center;color: #fff;font-size: 2em; }
.toTop:hover{color: #fff;background:rgba(0,0,0,0.8);}



/*unform*/
.radio-inline{padding-top: 4px;padding-left: 0;}
.form-horizontal .radio{padding-top: 3px;}
.radio-inline input[type="radio"]{margin-left: 0;}
div.radio{margin-right: 10px;}
div.radio span{background:url(../images/radio.png) 0 20px !important;}

div.radio span,div.radio input{width: 20px;height: 20px;}
div.radio span.checked{background-position: 0 0 !important;}


.form-control{border: 1px solid #999;border-radius:0;box-shadow:none !important;}
.form-control:focus{border: 1px solid #bbb;}
div.selector{border:none;border: 1px solid #999;height: 33px !important; padding:3px 10px !important; border-radius: 0; font-size: 14px; background: #fff !important; width: 100% !important;}
div.selector:hover{border-color: #bbb;}
div.selector span{height: 36px;padding: 0; background: url(../images/drop.png) right 9px no-repeat !important;color: #8d8d8d; width: 100% !important;margin-right: 20px;}
div.selector:hover span{ background-position:right 9px !important; color: #282828;}
div.selector select{height: 36px !important;top: -2px; cursor: pointer; background-color: #fff;}
div.selector option{ padding: 10px;}
.checkbox label{padding-left: 0;}
.checkbox input[type=checkbox]{margin-left: -10px;}
/*unform*/


/*rooms and tariff*/
.rooms{margin-bottom: 2em;}
.rooms .info{padding: 1.5em;background-color: #E8E7E0;}


.room-features .amenitites li{margin-bottom: 1em;}
.room-features .size-price{background-color: #C7C5BB;padding: 2em 0;text-align: center;color: #fff;height: 10.97em;line-height: 3em;}
.room-features .size-price span{display: block;font-size: 2em;}


.gallery .gallery-image{margin-bottom: 2em;display: inline-block;}
.gallery .gallery-image img{width: 100%;}

body::-webkit-scrollbar {
        width: 6px;
    }
 
    
    /* Let's get this party started */
    ::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
       background: #rgba(204, 204, 204, 0.13); 
/*        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
        -webkit-border-radius: 10px;
        border-radius: 10px;*/
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
/*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
        background:#999; 
    }
    ::-webkit-scrollbar-thumb:window-inactive {
        background: #ddd; 
    }
.error {color: #FF0000;}

/*responsive starts here*/
@media (max-width: 991px){
	.logo{width:25%;}
}
@media (max-width: 767px){	
	.logo{width:25%;}
	.navbar-toggle{margin-top: 23px;}
    .navbar-default .navbar-toggle{background-color: #d8d8d8;}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background-color:#666;}
    .navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
    .navbar-nav > li > a{line-height: 1em;}
	.banner{height:auto;}

    h1 {font-size: 2em;}
	h2 {font-size: 1em;}
    .banner p {font: 200 1em/1em 'Old Standard TT', serif;}
    .banner .arrow-nav{margin-left: -22px;height: 5em;width: 3em;bottom: 1em;}
    .banner .arrow-nav i {font-size: 1em;line-height: 25px;}
	

    .spacer {padding: 4em 0;}

    .reserve-info h3{margin-top: 2em;}

    .services div.col-sm-4{margin-bottom: 2em;}

    footer.spacer{padding:1em 0 3em 0 ;}
    footer h4{margin-top: 2em;}

    .room-features .size-price{margin-bottom: 2em;}
}
@media (max-width: 500px){	
	.banner{height:auto;}

    h1 {font-size: 1em;}
	h2 {font-size: 0.75em;}
    .banner p {font: 100 1em/1em 'Old Standard TT', serif;}
    .banner .arrow-nav{margin-left: -22px;height: 5em;width: 3em;bottom: 1em;}
    .banner .arrow-nav i {font-size: 1em;line-height: 25px;}
	
}