:root {
	--header-bgcolor : #ffffff;
	--header-color : #000000;
	--footer-bgcolor : #363966;
	--buttons-bgcolor : #3FD9FF;
	--buttons-bgcolor-over : #FC4DBE;
	--buttonsActive-bgcolor : #FC4DBE;
	--buttonsSeparatorActive-bgcolor: #e2b220;
	--searchLinebgColor: #f2f2f2;
	--searchBoxbgColor: rgba(255,255,255,0.95);
	--backgroud-color: #F9F5F5;
	--main-color:  #F4F4F4;
	--secondary-color:  #D45225;
	--text-color: #000;
	--hight-text-color: #442303;
	--yellow-content: #f9ffac;
}

body{
	font-family: "Open Sans", sans-serif;
}

@font-face {
	font-family: 'Candara';
	src: url('/assets/fonts/Candara.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Candara';
	src: url('/assets/fonts/Candarab.ttf');
	font-weight: 700;
	font-style: normal;
}

.infoHeader {
	max-width: 90%;
	margin-bottom: -2px;
	margin-left: 10%;
	height: 25px;
	text-align: right;
	border-bottom: 1px solid #c3c3c3;
	color: #939393;
}

.navElement {
	float: right;
	padding-left: 15px;
}

.topNav {
	background-color: var(--secondary-color);
	height: 40px; 
	width:100%;
}

.infopage {
	background:#ffffff;
	padding:20px 50px;
	text-align: justify;
	-webkit-box-shadow: 4px 6px 22px -14px rgba(0,0,0,0.88);
	-moz-box-shadow: 4px 6px 22px -14px rgba(0,0,0,0.88);
	box-shadow: 4px 6px 22px -14px rgba(0,0,0,0.88);
}

.form-error{
	border: 1px solid #f00000;

}
.descuento_container{
	width: 100%;
	display: inline-block;
}
.descuento_listado::before{
	content: " ";
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	background-color:#CA0000;
}
.descuento_listado{
	color:#CA0000;
	position: relative;
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 700;
}
.overlayNotify{
	height: 100%;
    position:fixed;
    z-index:1031; background:#000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity:0.7;
    top:0;
    right:0;
    bottom:0;
    left:0;
    }
.notifyBox{
    position:fixed;
	text-align: center;
    z-index:1032;
    width:400px;
    min-height:110px;
    background:#ffffff;
    padding:20px;
    top:50%;
    margin-top:-75px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);

    left: calc(50% - 200px);

     }
.notifyConten {
	padding-bottom: 15px;
}
.embebed-frame{
	position: relative;
	margin-top: 30px;
	height: 800px;
}
#captcha-wrap{
	/*background:#4EADC9;*/
	background: linear-gradient(to bottom, #4EADC9 0%, #3393AE 100%) repeat scroll 0 0 transparent;
	border:solid #4EADC9 1px;
	border-radius: 10px;
	float:left;
	height:110px;
	margin-top:3px;
	padding:3px;
	text-align:left;
	width:219px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#captcha-wrap .captcha-box{
	-webkit-border-radius: 7px;
	background:#fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	border:solid #fff 1px;
}
#captcha-wrap .text-box{
	-webkit-border-radius: 7px;
	background:#EFEFEF;
	-moz-border-radius: 7px;
	width:140px;
	height:43px;
	float:left;
	margin:4px;
	border-radius: 7px;
	text-align:center;
	border:solid #EFEFEF 1px;
}

#captcha-wrap .text-box input{ width:120px;}
#captcha-wrap .text-box label{
	 color:#000000;
	 font-family: helvetica,sans-serif;
	 font-size:12px;
	 width:150px;
	 padding-top:3px;
	 padding-bottom:3px;
}
#captcha-wrap .captcha-action{
	float:right; width:60px;
	background:url(/assets/images/logos_.jpg) bottom right no-repeat;
	background-size: 100%;
	height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh, #captcha-wrap  img#captcha-refresh2{
	border:solid #333333 1px;
	cursor:pointer;
	margin-left:-32px;
	margin-top:23px;
}
#captcha-wrap .text-box .texto {
	margin-bottom: -5px;
    padding-bottom: 0;
}

#captcha-code, #captcha-code2, #captcha-code3{
	height: 19px;
    padding-top: 0;
}

.loader_autocomplete {
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	border-top: 2px solid var(--buttons-bgcolor);
	width: 14px;
	height: 14px;
	-webkit-animation: spin 1s linear infinite;
	/* Safari */
	animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.bancos img{ margin:8px 14px; }
/*Makes bootstrap menu drop on hover*/
@media (min-width: 992px) {
	ul.nav li.dropdown > ul.dropdown-menu, .navElement .dropdown > .dropdown-menu {
		display: block;
		margin-top:40px;
		opacity:0;
		max-width:0;
		max-height:0;
		-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;
		overflow:hidden;
		right: 0px;
		left: auto;
		text-align: left;
	}

	ul.nav li.dropdown:hover > ul.dropdown-menu, .navElement .dropdown:hover > .dropdown-menu{
		display: block;
		margin-top:0px;
		opacity:1;
		max-width:900px;
		max-height:500px;
	}
	.navElement a:hover {
		text-decoration: none;
		color: var(--header-color);
	}
	
}
.inline-block {
	display: inline-block;
}
.lightcaret{
	width:10px;
	height:5px;
	background:url('/assets/images/caret.png') scroll 0 0 no-repeat;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}

ul.droplist { list-style:none;}
ul.droplist li{line-height:30px; border-bottom:1px solid #efefef; padding:0px 20px; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
ul.droplist li.dropdown-header{padding:0px 20px; }
ul.droplist li:hover.dropdown-header{background:#fff; }
ul.droplist li:hover{background:#efefef;}
ul.droplist li a{color:#444; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
ul.droplist li:hover a{color:#0099cc;  text-decoration:none;}

ul.droplist li.dropdown-title{ font-family:"Open Sans"; font-size:14px; color:#cccccc; padding:0px 20px; }
ul.droplist li:hover.dropdown-title{background:#fff; }

ul.droplist li.inactive a{ color:#999; cursor:default;}
ul.droplist li:hover.inactive{background:#fff; }

.dropwidth01{width:650px;}
.dropwidth02{width:400px;}

.z-index100{z-index:100;}
.mtnav{position:relative; top:0px;}
.navbar-wrapper2{min-height:0px; background:var(--header-bgcolor); border-bottom:0px solid #cccccc; box-shadow: 0 0 5px rgba(0, 0, 0, 0.13); padding-bottom:0px;}
.mtslide{position:relative; top:50px;}
.mtslide2{position:relative; top:0px;}
@media (min-width: 992px) {
/*.navbar-wrapper2{min-height:110px; background-image:url('/assets/images/header_back.png');background-repeat: no-repeat;background-size: auto 114px; background-position: 50px 0px;border-bottom:0px solid #cccccc; box-shadow: 0 0 5px rgba(0, 0, 0, 0.13); padding-bottom:0px;} */
.navbar-wrapper2{min-height:110px; background-color:var(--header-bgcolor);border-bottom:0px solid #cccccc; box-shadow: 0 0 5px rgba(0, 0, 0, 0.13); padding-bottom:0px;}
.mtnav{position:relative; top:30px;}
.navbar.mtnav {
	top: 0px !important;
}

.navbar.mtnav > .container {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	flex-wrap: nowrap;
}

.navbar.mtnav .navbar-brand {
	margin-top: 0 !important;
	margin-left: 0 !important;
}
.mtslide{position:relative; top:0px;}
}
.boton_eviat{background-color: #873299;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;height: 75px; margin-right: -10px; margin-top: -35px;padding-top: 30px;text-align: center;width: 100px;}
.boton_eviat a {color:white !important;}

.tp-leftarrow{top:240px!important;}
.tp-rightarrow{top:240px!important;}
@media (min-width: 992px) {
	.tp-leftarrow{
		top:50%!important;
	}
	.tp-rightarrow{
		top:50%!important;
	}
}


img.fullwidth{width:100%; height:261px;}


img.logo {max-width: 180px; max-height: 80px;}

/*GLOBAL*/
.none{display:none;}
.block{display:block;}
.left{float:left;}
.right{float:right;}
.center{margin:0 auto; text-align:center;}
.textleft{text-align:left;}
.textright{text-align:right;}
.textcenter{text-align:center;}
.caps{text-transform:uppercase;}
.relative{position:relative;}
.absolute{position:absolute;}
.fixed{position:fixed!important;}
.cpointer{cursor:pointer;}
.cunvailable{cursor:not-allowed;}
.indent0{text-indent:0px;}

.badge {
	background-color: var(--buttonsActive-bgcolor); /*orange !important;*/ /*var(--header-color);*/
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 125px;
	vertical-align: bottom;
	margin-left: 5px;
}

.ohidden{overflow:hidden;}


.posright-0{right:auto!important}


.line1{background:#e7e7e7; height:1px;  margin:16px 0 6px 0; padding:0; display:block;}
.line2{background:#e8e8e8; height:1px;  margin:12px 0 6px 0; padding:0; display:block;}
.line3{background:#e8e8e8; height:1px;  margin:0px 0 0px 0; padding:0; display:block;}
.line4{background:#e8e8e8; height:1px;  margin:17px 0 15px 0; padding:0; display:block;}
.line5{background:#e8e8e8; height:1px;  margin:4px 0 12px 0; padding:0; display:block;}

/*TYPOGRAPHY CUSTOMISATION*/
.xslim{font-weight:100;}
.slim{font-weight:300;}
.normal{font-weight:400;}


.bold{font-weight:700;}


.lh1{line-height:7px !important;}
.lh2{line-height:15px;}
.lh3{line-height:60px;}
.lh4{line-height:17px;}
.lh5{line-height:36px;}

.lato{font-family:"Candara";}
.opensans{font-family:"Open Sans";}
.size8{font-size:8px;}
.size10{font-size:10px;}
.size11{font-size:11px;}
.size12{font-size:12px;}
.size13{font-size:13px;}
.size14{font-size:14px;}
.size16{font-size:16px;}
.size18{font-size:18px;line-height: 1.7;}
.size20{font-size:20px;}
.size22{font-size:22px;}
.size24{font-size:24px;}
.size28{font-size:28px;}
.size26{font-size:26px;}
.size30{font-size:30px;}
.size40{font-size:40px;}
.size48{font-size:48px;}
.size60{font-size:60px;}
.size65{font-size:65px;}
.size100{font-size:100px;}






/*COLORS*/
.white{color:#fff;}
.dark{color:#333;}
.lgrey{color:#ccc;}
.lightgrey{color:#ccc;}
.grey{color:#999;}
.grey2{color:#666;}
.green{color:var(--buttons-bgcolor); /*#075FBA;*/;}
.green2{color:#339933;}
.eviatblue{color:var(--buttons-bgcolor); /*#075FBA;*/;}
.lblue{color:#0099cc;}
.yellow{color:#ffff00;}
.red{color:#ff3300;}
.lred{color:#ff9966;}
.lred2{color:var(--text-color); /*#075FBA;*/;}

/*anchors*/
a.dark{color:#333;text-decoration:none;}
a:hover.dark{color:#0099cc;text-decoration:none;}

a.grey{color: var(--secondary-color);
  font-weight: bold;
  text-transform: uppercase;}
a.orange{color:#ff6633;}

a.whitelink{color:#fff;}

a.greylink{color:#666;}

a.clblue{color:#0099cc;}
a:hover.clblue{color:#72bf66;}

a.green2{color:#72bf66; font-weight:normal; text-decoration:none; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
a:hover.green2{color:#339933; font-weight:normal; text-decoration:none;}


/*COLORS*/


/*SHADOW*/
.shadow{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}

/*IMAGE*/
.fwi{width:100%; height:261px; overflow:hidden; position:relative;}
.fwi img{width:100%; margin-left:0px;}
@media (min-width: 992px) {
.fwi img{width:120%;margin-left:-20px;}
}
@media (min-width: 1200px) {
.fwi img{width:100%; margin-left:0px;}
}

/*bg*/
.sliderbg{
position:fixed;
background:url('/assets/images/slider-bg.png') #333 scroll center center;
}
.sliderbg2{
position:fixed;
background:url('/assets/images/bg.jpg') #0d73a5 scroll center -50px no-repeat;
Width:100%; height:720px;
}


/*ROLLOVER*/
.mhover{
width:100%;
height:100%;
position:absolute;
top:0px;
z-index:100000;
background: rgba(21,38,47,0.8);
}
.mhover span{
width:30px;
height:30px;
margin-left:-30px;
background:url('/assets/images/sprite.png') 2px -148px transparent;
position:absolute;
top:50%;
z-index:100000;
}
.mhover span img{
width:30px;
height:30px;
}


.ctitle{width:100%; height:63px;padding:18px;background:#15262f; position:relative; font-family:Lato;font-size:20px;color:#fff;text-transform:uppercase;}
.ctitle span {float:right; color:#72bf66; font-size:18px;}
.ctitle a {float:right; padding:4px 0px 0px 20px;}
.ctitle a img {width:14px;height:18px; display:block; background:url('/assets/images/sprite.png')  0px -36px}
.ctitle a:hover img {width:14px;height:18px; display:block; background:url('/assets/images/sprite.png')  0px -54px}

.ftitle{font-family:"Open Sans"; Font-size:16px; color:#666; font-weight:700;}

.ftitleblack{font-family:"Open Sans"; Font-size:16px; color:#FFFFFF; font-weight:700;}


/*Alignments positioning*/
.paddingg{padding:0px !important;}
.pbottom15{padding-bottom:10px;}
.m1{margin:13px 0px 0px 22px;}

.mt110{position:relative; top:90px;}
.mt1{position:relative; top:1px;}
.mt2{position:relative; top:2px;}
.mt3{position:relative; top:3px;}
.mt4{position:relative; top:4px;}
.mt5{position:relative; top:5px;}
.mt6{position:relative; top:6px;}
.mt7{position:relative; top:7px;}
.mt8{position:relative; top:8px;}
.mt9{position:relative; top:9px;}
.mt10{position:relative; top:10px;}
.mt15{position:relative; top:15px;}
.mt20{position:relative; top:20px;}
.mt25{position:relative; top:25px;}
.mt30{position:relative; top:30px;}
.mt-1{position:relative; top:-1px;}
.mt-2{position:relative; top:-2px;}
.mt-3{position:relative; top:-3px;}
.mt-4{position:relative; top:-4px;}
.mt-5{position:relative; top:-5px;}
.mt-6{position:relative; top:-6px;}
.mt-7{position:relative; top:-7px;}
.mt-8{position:relative; top:-8px;}
.mt-9{position:relative; top:-9px;}
.mt-10{position:relative; top:-10px;}
.mt-200{position:relative; top:-261px;}
.mt-130{position:relative; top:-130px;}
.mt-430{position:relative; top: -475px; opacity: 1;}


.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}

.cmtt{position:relative; top:500px;}

.mr20{margin-right:20px;}
.mr30{margin-right:30px;}

.pt-6{position:relative;top:-6px;}

.ca01{margin: 20px 0 0 30px;}
.ca02{position:relative; top:-10px; margin:8px 10px 0 0;color:#999;}
.ca03{position:relative; top:-5px; margin:7px 10px 0 0;color:#999;}

img.imgpos1{margin: 0px 10px;}

.margtop1{margin-top:1px!important;}
.margtop2{margin-top:2px!important;}
.margtop3{margin-top:3px!important;}
.margtop4{margin-top:4px!important;}
.margtop5{margin-top:5px!important;}
.margtop6{margin-top:6px!important;}
.margtop7{margin-top:7px!important;}
.margtop8{margin-top:8px!important;}
.margtop9{margin-top:9px!important;}
.margtop10{margin-top:10px!important;}
.margtop12{margin-top:12px!important;}
.margtop15{margin-top:15px!important;}
.margtop20{margin-top:20px!important;}
.margtop25{margin-top:25px!important;}
.margtop30{margin-top:30px!important;}
.margtop35{margin-top:35px!important;}
.margtop40{margin-top:40px!important;}

.margtop-0{margin-top:0px;}

.margtop-1{margin-top:-1px!important;}
.margtop-2{margin-top:-2px!important;}
.margtop-3{margin-top:-3px!important;}
.margtop-4{margin-top:-4px!important;}
.margtop-5{margin-top:-5px!important;}
.margtop-10{margin-top:-10px!important;}
.margtop-15{margin-top:-15px!important;}
.margtop-20{margin-top:-20px!important;}
.margtop-25{margin-top:-25px!important;}
.margtop-30{margin-top:-30px!important;}
.margtop-35{margin-top:-35px!important;}
.margtop-40{margin-top:-40px!important;}


.margleft15{margin-left:15px!important;}
.margleft20{margin-left:20px!important;}

.margright10{margin-right:10px!important;}
.margright20{margin-right:20px!important;}
.margbottom20{margin-bottom:35px!important;}

/*SEARCH BACKGROUND*/
.searchbg{
height:62px;
width:100%;
position:absolute;
top:301px;
display:block;
background:#f7f7f7;
border-top:1px solid #e8e8e8;
z-index:100;
}
.searchbg2{
height:62px;
width:100%;
position:absolute;
top:301px;
display:block;
background:#f7f7f7;
border-top:1px solid #e8e8e8;
z-index:100;
}
.searchbg3{
height:62px;
width:100%;
position:absolute;
top:730px;
display:block;
background:#f7f7f7;
border-top:1px solid #e8e8e8;
z-index:100;
}
.searchbg4{
	width:100%;
	display:inline-block;
		/* background: var(--searchLinebgColor); */
	/* border-top:1px solid #e8e8e8; */
	text-align: center;
	margin-top: 15px;
}

@media (min-width: 992px) {
.searchbg2{
height:62px;
width:100%;
position:absolute;
top:171px;
display:block;
background:#f7f7f7;
border-top:1px solid #e8e8e8;
z-index:100;
}
.searchbg3{
height:62px;
width:100%;
position:absolute;
top:380px;
display:block;
background:#f7f7f7;
border-top:1px solid #e8e8e8;
z-index:100;
}


}

/*BUTTONS*/
.checkbox a{
	color:var(--secondary-color);
	text-decoration: none;
}
.btn-search {
	text-transform:uppercase;
	margin-left:30px;
	margin-top:12px;

	border: 1px solid var(--secondary-color);
	background-color: var(--secondary-color);
	padding: 7.5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 19px;
	-webkit-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
	box-shadow: rgba(0,0,0,0.18) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 -1px 0;
	color:#ffffff;
	font-size: 13px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;

	font-family:"Open Sans";
	font-weight:700;

-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;
}
.btn-search:hover{
	/*color:#be3507;*/
	color:#ffffff;
	/*text-shadow: rgba(255,255,255,.4) 0 1px 0;*/
	text-shadow: rgba(0,0,0,.4) 0 -1px 0;

	background-color: var(--hight-text-color);
	border-color: var(--hight-text-color);

}

.btn-search3 {
  
	text-transform:uppercase;
	

	border: 1px solid var(--secondary-color);
	background-color: var(--secondary-color);
	
	padding: 10.5px 20px;
	
	color:#ffffff;
	font-size: 13px;
	
	text-decoration: none;
	vertical-align: middle;

	font-family:"Open Sans";
	font-weight:700;
	border-radius: 19px;
  box-shadow: none;
	-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;
	min-width: 180px;
}
.btn-search3:hover{
	color:#ffffff;
	background-color: var(--hight-text-color);
	border-color: var(--hight-text-color);
}


.btn-search4 {
	text-transform:uppercase;
	border: 1px solid var(--secondary-color);
	background: var(--secondary-color);
	padding: 7.5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
	box-shadow: rgba(0,0,0,0.18) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 -1px 0;
	color:#ffffff;
	font-size: 13px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	font-family:"Open Sans";
	font-weight:700;
    -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;
    float: right;
}
.btn-search4:hover{
	/*color:#be3507;*/
	color:#ffffff;
	/*text-shadow: rgba(255,255,255,.4) 0 1px 0;*/
	text-shadow: rgba(0,0,0,.4) 0 -1px 0;
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}

.followus {
  margin-top: 10px;
}
.btn-search5 {
	text-transform:uppercase;
	border: 1px solid var(--secondary-color);
	background: var(--secondary-color);
	padding: 7.5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: rgba(0,0,0,0.1) 0 3px 2px;
	color:white;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	font-family:"Open Sans";
	font-weight:700;
	text-transform:uppercase;
    -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;
		border-radius: 19px;
  width: 100%;
  /* margin-top: 20px; */
}
.btn-search5:hover{
	color:white;
	border: 1px solid var(--secondary-color);
	background: var(--secondary-color);
}


.bluebtn {
	text-transform:uppercase;
	border: 1px solid #006699;
	background: #3994d4;
	background: -webkit-gradient(linear, left top, left bottom, from(#3994d4), to(#1d7db7));
	background: -webkit-linear-gradient(top, #3994d4, #1d7db7);
	background: -moz-linear-gradient(top, #3994d4, #1d7db7);
	background: -ms-linear-gradient(top, #3994d4, #1d7db7);
	background: -o-linear-gradient(top, #3994d4, #1d7db7);
	padding: 7.5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: rgba(0,0,0,0.3) 0 3px 5px;
	color:#fff;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	font-family:"Open Sans";
	font-weight:700;
	text-transform:uppercase;
    -webkit-transition:.3s;-moz-transition:.3s;transition:.3s
}
.bluebtn:hover{
	color:#fff;
	border: 1px solid #006699;
	background: #1d7db7;
	background: -webkit-gradient(linear, left top, left bottom, from(#1d7db7), to(#3994d4));
	background: -webkit-linear-gradient(top, #1d7db7, #3994d4);
	background: -moz-linear-gradient(top, #1d7db7, #3994d4);
	background: -ms-linear-gradient(top, #1d7db7, #3994d4);
	background: -o-linear-gradient(top, #1d7db7, #3994d4);
}

.redbtn {
	/*display: inline-block;*/
	text-transform:uppercase;
	border: 1px solid #990000;
	background: #D43939;
	background: -webkit-gradient(linear, left top, left bottom, from(#D43939), to(#B71D1D));
	background: -webkit-linear-gradient(top, #D43939, #B71D1D);
	background: -moz-linear-gradient(top, #D43939, #B71D1D);
	background: -ms-linear-gradient(top, #D43939, #B71D1D);
	background: -o-linear-gradient(top, #D43939, #B71D1D);
	padding: 7.5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: rgba(0,0,0,0.3) 0 3px 5px;
	color:#fff;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	font-family:"Open Sans";
	font-weight:700;
	text-transform:uppercase;
    -webkit-transition:.3s;-moz-transition:.3s;transition:.3s
}
.redbtn:hover, .redbtn:focus, a.redbtn:focus{
	color:#fff;
	border: 1px solid #990000;
	background: #B71D1D;
	background: -webkit-gradient(linear, left top, left bottom, from(#B71D1D), to(#D43939));
	background: -webkit-linear-gradient(top, #B71D1D, #D43939);
	background: -moz-linear-gradient(top, #B71D1D, #D43939);
	background: -ms-linear-gradient(top, #B71D1D, #D43939);
	background: -o-linear-gradient(top, #B71D1D, #D43939);
}

a.add2fav{
width:100%;
height:52px;
border:1px solid #e5e5e5;
background:url('/assets/images/btn-plus.png') #fff no-repeat 20px 0;
padding:15px 10px 10px 10px;
display:block;
text-align:center;
text-transform:uppercase;
text-decoration:none;
font-family:"Open Sans";
font-size:16px;
font-weight:700;
color:#7c8c94;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: rgba(0,0,0,0.1) 1px 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.1) 1px 1px 3px;
box-shadow: rgba(0,0,0,0.1) 1px 1px 3px;
}
a:hover.add2fav{
text-decoration:none;
color:#666!important;
border:1px solid #ccc;
background:url('/assets/images/btn-plus-over.png') #fff no-repeat 20px 0;
}
a:link.add2fav{text-decoration:none ; color:#7c8c94; }
a:active.add2fav{text-decoration:none ; color:#7c8c94; }
a:visited.add2fav {text-decoration:none ; color:#7c8c94; }

.btnmarg{margin-bottom:20px;}
@media (min-width: 992px){
.btnmarg{margin-bottom:0px;}
}

.booknow{
	width:100%;
	min-height:52px;
	padding:15px 10px 15px 10px;
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-family:"Open Sans";
	font-size:16px;
	font-weight:700;
	color:#fff;
	background-color: var(--secondary-color);
	text-decoration: none;
	border-radius: 29px;
}
.booknow.disabled{
	background: var(--grey-intense-color);
  border-color: var(--grey-intense-color);
	cursor: not-allowed;
	color: var(--header-bgcolor)
}
.booknow:hover{
	text-decoration:none;
	color:#ffffff;
	/*text-shadow: rgba(255,255,255,.4) 0 1px 0;*/
	text-shadow: rgba(0,0,0,.4) 0 -1px 0;
	background-color: var(--hight-text-color); /*#005cd9;*/
	/*
	background: #ff6633;
	background: -webkit-gradient(linear, left top, left bottom, from(#e35121), to(#ff6633));
	background: -webkit-linear-gradient(top, #e35121, #ff6633);
	background: -moz-linear-gradient(top, #e35121, #ff6633);
	background: -ms-linear-gradient(top, #e35121, #ff6633);
	background: -o-linear-gradient(top, #e35121, #ff6633);
	*/
}
a:link.booknow{text-decoration:none ; color:#fff; }
a:active.booknow{text-decoration:none ; color:#fff; }
a:visited.booknow {text-decoration:none ; color:#fff; }

.htmlCustomContainer{
	max-width: 1366px;
  margin: 0 auto;
  padding: 15px 15px 0px 15px;
}

.updatebtn{
border:2px solid #ebebeb;
padding:5px 20px 5px 20px;
background:#fff;
color:#999;
font-weight:700;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.updatebtn:hover{
color:#666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.popularbtn{
border:2px solid #ebebeb;
padding:5px 10px 5px 10px;
background:#fff;
color:#999;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.popularbtn:hover{
color:#666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.bookbtn, .bookbtn2{
border:2px solid #ebebeb;
padding:5px 15px 5px 15px;
background:#fff;
color:#999;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition:.2s;-moz-transition:.2s;transition:.2s
}
.bookbtn:hover{
border:2px solid var(--buttons-bgcolor);
color:#fff;
background:var(--buttons-bgcolor);
}
.bookbtn2:hover{
text-decoration: underline;
}
.bookbtn:hover.cunvailable{
border:2px solid #ebebeb;
padding:5px 15px 5px 15px;
background:#fff;
color:#999;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition:.2s;-moz-transition:.2s;transition:.2s
}

.gridbtn{
width:25px;
background:url('/assets/images/grid-icon.png') #fff no-repeat scroll -2px 0px;
border:2px solid #ebebeb;
padding:5px 15px 5px 15px;

color:#999;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition:.2s;-moz-transition:.2s;transition:.2s
}
.gridbtn:hover{
background:url('/assets/images/grid-icon.png') #fff no-repeat scroll -33px 0px;
color:#666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gridbtn.active{
background:url('/assets/images/grid-icon.png') #fff no-repeat scroll -33px 0px;
color:#666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
cursor:not-allowed;
}


.listbtn{
width:25px;
background:url('/assets/images/grid-icon.png') #fff no-repeat scroll -2px -31px;
border:2px solid #ebebeb;
padding:5px 15px 5px 15px;

color:#999;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition:.2s;-moz-transition:.2s;transition:.2s
}
.listbtn:hover{
background:url('/assets/images/grid-icon.png') #fff no-repeat scroll -33px -31px;
color:#666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.listbtn.active{
background:url('/assets/images/grid-icon.png') #fff no-repeat scroll -33px -31px;
color:#666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
cursor:not-allowed;
}

.grid2btn{
width:25px;
background:url('/assets/images/grid-icon.png') #fff no-repeat scroll -2px -62px;
border:2px solid #ebebeb;
padding:5px 15px 5px 15px;

color:#999;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition:.2s;-moz-transition:.2s;transition:.2s
}
.grid2btn:hover{
background:url('/assets/images/grid-icon.png') #fff no-repeat scroll -33px -62px;
color:#666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.grid2btn.active{
background:url('/assets/images/grid-icon.png') #fff no-repeat scroll -33px -62px;
color:#666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
cursor:not-allowed;
}

.collapsible-header {
	padding: 10px;
	width: 100%;
	display: inline-block;
	background: white;
	border-bottom: 1px solid #ddd;
}
.collapsible-header:hover {
	background-color: #f2f2f2;
	text-decoration: none;
	color: inherit;
}
.collapsible-header:focus {
	text-decoration: none;
	color: inherit;
}
.text-cancelled {
	background: red;
	color: white;
	padding: 0 15px;
	text-align: center;
	font-weight: bold;
	max-width: 50%;
	margin: 10px 0;
	border-radius: 10px;
}
.text-invoice {
	background: black;
	color: white;
	cursor: pointer;
	padding: 0 15px;
	text-align: center;
	font-weight: bold;
	max-width: 50%;
	margin: 10px 0;
	border-radius: 10px;
}
.text-invoice:hover {
	background: #442f2f;	
}
.text-invoiceRQ {
	background: #c3c3c3;
	color: #3c3c3c;
	padding: 0 15px;
	text-align: center;
	font-weight: bold;
	max-width: 50%;
	margin: 10px 0;
	border-radius: 10px;
}
#purchase-pagination {
	margin-top: 20px;
}

#purchase-filters {
	position: relative;
	display: inline-block;
	width: 100%;
}
#purchases {
	margin-top: 25px;
}

#profileName {
	max-width: 75%;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.historyItem {
	display: flex;
	position: relative;
	padding: 5px;
	transition: all 0.2s;
	flex-wrap: wrap;
}
.historyItem:hover {
	background: #f2f2f2;
	cursor: pointer;
}

.mySelectBoxClass > .customSelectInner {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 75% !important;
	display: block;
	overflow: hidden;
}


.iosbtn {
border:2px solid #353535;
background:transparent;
color:#353535;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
font-weight:700;
text-transform:uppercase;
-webkit-transition:.2s;-moz-transition:.2s;transition:.2s
}
.iosbtn:hover{
border:2px solid #353535;
background:#353535;
color:white;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
font-weight:700;
text-transform:uppercase;
}

.roundbtn{
width:56px;
height:56px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
background:#fff;
border:1px solid #ccc;
-webkit-transition:.2s;-moz-transition:.2s;transition:.2s
}
.roundbtn:hover{
background:#15262f;
border:1px solid #15262f;
color:#fff;

}

/*CUSTOM COLUMNS*/
.w19percent{width:19%; float:left; margin-right: 1%;}
.w20percentlast{width:20%; float:right;}
.w50percent{width:50%; float:left;}
.w50percentlast{width:50%; float:right;}
.w33percent{width:33%; float:left;}
.w33percentlast{width:33%; float:right;}
.w25percent{width:25%; float:left;}
.w25percentlast{width:25%; float:right;}

.wh33percent{width:33%;}
.wh66percent{width:66%;}

/*PERCENTAGES*/
.wh10percent{width:10%;}
.wh20percent{width:20%;}
.wh30percent{width:30%;}
.wh40percent{width:40%;}
.wh50percent{width:50%;}
.wh60percent{width:60%;}
.wh70percent{width:70%;}
.wh75percent{width:75%;}
.wh80percent{width:80%;}
.wh90percent{width:90%;}
.wh100percent{width:100%;}

.tabbox{ overflow:hidden;}

/*TABS customisations*/
.tab-content{background:#ffffff; padding:30px; min-height:155px; }
.tab-content2{background: var(--searchBoxbgColor); COLOR:#0a0a0a; padding:30px 15px 30px 15px; min-height:324px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.tab-content3{background:#ffffff; padding:30px; height:324px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.tab-content4{background:#ffffff; padding:30px 0px 30px 0px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.0); color:#999;}
#myTab > li > a > span.hidetext{display:none;}
#myTab2 > li > a > span.hidetext{display:none;}
@media (min-width: 992px) {
.tab-content2{background: var(--searchBoxbgColor); padding:30px 15px 30px 15px; min-height:193px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
#myTab > li > a > span.hidetext{display:inline-block;}
#myTab2 > li > a > span.hidetext{display:inline-block;}
}


/*SPRITE IMAGES FOR TABS*/
.nav-tabs > li.active > a span.flight {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  0 0;}
.nav-tabs > li.active > a:hover span.flight {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  0 0;}
.nav-tabs > li > a span.flight {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  0 0; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.flight {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  0px -18px;}

.nav-tabs > li.active > a span.hotel {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -14px 0px; }
.nav-tabs > li.active > a:hover span.hotel {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -14px 0px;}
.nav-tabs > li > a span.hotel {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -14px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.hotel {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -14px -18px;}

.nav-tabs > li.active > a span.car {width:21px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -28px 0px; }
.nav-tabs > li.active > a:hover span.car {width:21px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -28px 0px; }
.nav-tabs > li > a span.car {width:21px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -28px 0px;  -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.car {width:21px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -28px -18px; }

.nav-tabs > li.active > a span.suitcase {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -50px 0px; }
.nav-tabs > li.active > a:hover span.suitcase {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -50px 0px; }
.nav-tabs > li > a span.suitcase {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -50px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.suitcase {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -50px -18px;}

.nav-tabs > li.active > a span.flighthotel {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -68px 0px; }
.nav-tabs > li.active > a:hover span.flighthotel {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -68px 0px; }
.nav-tabs > li > a span.flighthotel {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -68px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.flighthotel {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -68px -18px;}

.nav-tabs > li.active > a span.cruise {width:22px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -87px 0px; }
.nav-tabs > li.active > a:hover span.cruise {width:22px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -87px 0px; }
.nav-tabs > li > a span.cruise {width:22px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -87px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.cruise {width:22px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -87px -18px;}

.nav-tabs > li.active > a span.hotelcar {width:23px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -110px 0px; }
.nav-tabs > li.active > a:hover span.hotelcar {width:23px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -110px 0px; }
.nav-tabs > li > a span.hotelcar {width:23px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -110px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.hotelcar {width:23px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -110px -18px;}

.nav-tabs > li.active > a span.flighthotelcar {width:26px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -135px 0px; }
.nav-tabs > li.active > a:hover span.flighthotelcar {width:26px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -135px 0px; }
.nav-tabs > li > a span.flighthotelcar {width:26px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -135px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.flighthotelcar {width:26px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -135px -18px;}

.nav-tabs > li.active > a span.summary {width:16px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -163px 0px; }
.nav-tabs > li.active > a:hover span.summary {width:16px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -163px 0px; }
.nav-tabs > li > a span.summary {width:16px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -163px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.summary {width:16px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -163px -18px;}

.nav-tabs > li.active > a span.rates {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -183px 0px; }
.nav-tabs > li.active > a:hover span.rates {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -183px 0px; }
.nav-tabs > li > a span.rates {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -183px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.rates {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -183px -18px;}

.nav-tabs > li.active > a span.preferences {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -199px 0px; }
.nav-tabs > li.active > a:hover span.preferences {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -199px 0px; }
.nav-tabs > li > a span.preferences {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -199px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.preferences {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -199px -18px;}

.nav-tabs > li.active > a span.maps {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -217px 0px; }
.nav-tabs > li.active > a:hover span.maps {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -217px 0px; }
.nav-tabs > li > a span.maps {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -217px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.maps {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -217px -18px;}

.nav-tabs > li.active > a span.reviews {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -236px 0px; }
.nav-tabs > li.active > a:hover span.reviews {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -236px 0px; }
.nav-tabs > li > a span.reviews {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -236px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.reviews {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -236px -18px;}

.nav-tabs > li.active > a span.thingstodo {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -255px 0px; }
.nav-tabs > li.active > a:hover span.thingstodo {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -255px 0px; }
.nav-tabs > li > a span.thingstodo {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -255px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.thingstodo {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -255px -18px;}

#air{height:203px; overflow-x: hidden;}
#hotel{min-height:125px; overflow-x: hidden;}
#car{height:203px; overflow-x: hidden;}
#vacations{height:203px; overflow-x: hidden;}

/*For the wide tabs*/
#air2{height:203px; overflow-x: hidden;}
#hotel2{height:203px; overflow-x: hidden;}
#car2{height:203px; overflow-x: hidden;}
#vacations2{height:203px; overflow-x: hidden;}
#flighthotel2{height:203px; overflow-x: hidden;}
#cruise2{height:203px; overflow-x: hidden;}
#hotelcar2{height:203px; overflow-x: hidden;}
#flighthotelcar2{height:203px; overflow-x: hidden;}

@media (min-width: 992px) {
#air2{height:71px; overflow-x: hidden;}
#hotel2{height:71px; overflow-x: hidden;}
#car2{height:71px; overflow-x: hidden;}
#vacations2{height:71px; overflow-x: hidden;}
#flighthotel2{height:71px; overflow-x: hidden;}
#cruise2{height:71px; overflow-x: hidden;}
#hotelcar2{height:71px; overflow-x: hidden;}
#flighthotelcar2{height:71px; overflow-x: hidden;}
}

/*Last minute*/
.lastminute{
height:990px;
width:100%;
background:#f2f2f2;
padding-top:780px;
position:absolute;
top:0px;
text-align:center;
font-family:Lato;
font-size:24px;
font-weight:300;
overflow:hidden;
}
.lastminute2{
height:450px;
width:100%;
background:#f2f2f2;
padding-top:240px;
position:absolute;
top:0px;
text-align:center;
font-family:Lato;
font-size:24px;
font-weight:300;
overflow:hidden;
}
.lastminute3{
height:250px;
width:100%;
background:#f2f2f2;
padding-top:60px;
margin-bottom:60px;
margin-top:560px;
text-align:center;
font-family:Lato;
font-size:24px;
font-weight:300;
overflow:hidden;
}
.lastminutecontact{
height:790px;
width:100%;
background:#f2f2f2;
padding-top:560px;
position:absolute;
top:0px;
text-align:center;
font-family:Lato;
font-size:24px;
font-weight:300;
overflow:hidden;
}
.lmcc{
opacity:0;
margin-top:100px;
}
.lcfix{background:#fff!important;}
.bgfix{background:#f2f2f2!important;}

@media (min-width: 992px) {

	/*Last minute*/
	.login_button{
		border-left: solid 1px #707070;
  	margin-left: 15px;
	}
	.lastminute{
	height:277px;
	width:100%;
	background:#f2f2f2;
	padding-top:110px;
	position:absolute;
	top:0px;
	text-align:center;
	font-family:Lato;
	font-size:24px;
	font-weight:300;
	overflow:hidden;
	}

	.lastminute2{
	height:277px;
	width:100%;
	background:#f2f2f2;
	padding-top:110px;
	position:absolute;
	top:0px;
	text-align:center;
	font-family:Lato;
	font-size:24px;
	font-weight:300;
	overflow:hidden;
	}

	.lastminute3{
	height:275px;
	width:100%;
	background:#f2f2f2;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:10px;
	margin-top:0px;
	text-align:justify;
	font-family:Lato;
	font-size:18px;
	font-weight:300;
	overflow:hidden;
	}

	.dbox-visitors {
	    display: block;
	    background: #fff;
	    padding: 20px;
	    box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.1);
	    border: 1px solid #eeeeee;
	}

	.cyanbox {
		width: 70px;
		height: 70px;
		background: #66cccc;
		float: left;
		margin-right: 20px;
	}

	.greenbox {
		width: 70px;
		height: 70px;
		background: #5dbd66;
		float: left;
		margin-right: 20px;
	}

	.orangebox {
		width: 70px;
		height: 70px;
		background: #fcb532;
		float: left;
		margin-right: 20px;
	}

	.pinkbox {
		width: 70px;
		height: 70px;
		background: #ef5e94;
		float: left;
		margin-right: 20px;
	}

	.bgazul {
		background: #302a3c;
		min-height: 70px;

	}

	.acierta {
		color: #FFFFFF;
		font-size: 47px;
		font-weight: bold;
		font-family: 'Orienta', sans-serif;
		line-height: 50px;
	}

	.lastminutecontact{
	height:277px;
	width:100%;
	background:#f2f2f2;
	padding-top:110px;
	position:absolute;
	top:0px;
	text-align:center;
	font-family:Lato;
	font-size:24px;
	font-weight:300;
	overflow:hidden;
	}

	.deals3{
	height:455px!important;
	width:100%;
	background:#fff;
	padding-top:120px!important;
	position:absolute;
	top:0px;
	text-align:left;
	font-family:"Open Sans";
	font-size:14px;
	font-weight:400;
	color:#444;
	overflow:hidden;
	border-bottom:0px solid #ccc;
	}

	.deals4{
	min-height:300px;
	width:100%;
	background:#fff;
	padding-top:50px!important;
	text-align:left;
	font-family:"Open Sans";
	font-size:14px;
	font-weight:400;
	color:#444;
	overflow:hidden;
	border-bottom:0px solid #ccc;
	}


}

.deals3{
height:1500px;
width:100%;
background:#fff;
padding-top:810px;
position:absolute;
top:0px;
text-align:left;
font-family:"Open Sans";
font-size:14px;
font-weight:400;
color:#444;
overflow:hidden;
border-bottom:0px solid #ccc;
}

.deal{min-height:78px; padding:13px 0 13px 0; border-bottom:1px solid #ececec; font-family:'Lato';font-weight:400;font-size:15px;}
img.dealthumb {float:left;}
.dealtitle{float:left; max-width:60%; margin-left:10px; border:0px solid black; line-height:16px;}
.dealprice{float:right; }
.price{font-weight:700; color:#339933; font-size:18px;}
.dtitle{font-family:"Open Sans"; Font-size:16px; color:#333; font-weight:700;text-transform:uppercase;}


.deals4{
min-height:300px;
width:100%;
background:#fff;
padding-top:510px;
text-align:left;
font-family:"Open Sans";
font-size:14px;
font-weight:400;
color:#444;
overflow:hidden;
border-bottom:0px solid #ccc;
}

.lastminute4{
height:250px;
width:100%;
background:#f2f2f2;
padding-top:60px;
margin-bottom:60px;
margin-top:55px;
text-align:center;
font-family:Lato;
font-size:24px;
font-weight:300;
overflow:hidden;
}

/*newsletter section*/
.newsletter-container {
background:none;
color:white;
border: none;
padding: 15px 20px 15px;
display: flex;
align-items: baseline;
justify-content: space-between;
margin: 0 180px;
}
.newsletter-draggable {
display: none;
padding-top: 0;
padding-bottom: 25px;
}

.newsletter-icontainer, .newsletter-econtainer, .newsletter-dcontainer{
flex:1;
}
.newsletter-icontainer, .newsletter-dcontainer .row{
display: flex;
align-items: center;
}
.newsletter-icontainer .transparentbox {
width: 70px;
height: 70px;
background: none;
}
.newsletter-econtainer{
position:relative !important;
border: 1px solid #ccc;
background-color: white;
border-radius: 2px;
padding: 5px 10px 3px;
}
.newsletter-econtainer .newsletter-image{
position:absolute !important;
}

.newsletter-econtainer .newsletter-image img{
width: 27px;
height: 20px;
}

.newsletter-econtainer .newsletter-input{
border: none;
background: none;
text-indent: 3.5rem;
width: 100%;
outline: none;
}

.newsletter-dcontainer .row{
justify-content: space-between;
}

.newsletter-from, .newsletter-to{
height: 60px;
padding: 10px;
}
.newsletter-to{
padding: 5px 7px;
border: 1px solid #eee;
background-color: rgba(70, 70, 70, 0.7);
border-radius: 3px;
min-width: 75px;
}
/*CarouFredSel*/
.wrapper {
	background-color: white;
	width: 100%;
	margin: 0px auto;
	padding: 5px;

}
.list_carousel {
	background-color: #fff;
	margin: 0px;
	width: 100%;
	overflow:hidden;
	position:relative;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border: 0px solid #efefef;
	width: 255px;
	height: 230px;
	padding: 0;
	margin: 0px 20px;
	display: block;
	float: left;
	line-height:10px ;
	text-align:left;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	width:34px;
	height:55px;
	float: left;
	margin-left: 10px;
	background: var(--footer-bgcolor);
	position:absolute;
	top:60px;
	left:-10px;
}

.prev:hover{
	background: var(--buttonsActive-bgcolor);

}
a.prev    img {width:14px;height:18px; display:block; background:url('/assets/images/sprite.png')  -14px -36px; margin:18px 0 0 9px;}
a:hover.prev   img {width:14px;height:18px; display:block; background:url('/assets/images/sprite.png')  -14px -54px;}


.next {
	width:34px;
	height:55px;
	float: right;
	margin-right: 10px;
	background:var(--footer-bgcolor);
	position:absolute;
	top:60px;
	right:-11px;
}
.daterangepicker .next, .daterangepicker .prev {
	top: 10px;
	line-height: 20px !important;
	height: 32px !important;
	background: none;
}
.next:hover{
	background: var(--buttonsActive-bgcolor);
}
a.next    img {width:14px;height:18px; display:block; background:url('/assets/images/sprite.png')  0px -36px; margin:18px 0 0 12px;}
a:hover.next   img {width:14px;height:18px; display:block; background:url('/assets/images/sprite.png')  0px -54px;}

.daterangepicker {
  margin-top: -36px !important;
  margin-left: -4px;
}

.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}





button.prev2 {
	width:34px;
	height:55px;
	float: left;
	margin-left: 10px;
	/*background:#15262f;*/
	position:absolute;
	bottom:40px;
	left:-10px;
	z-index:100;
	border:0;
	background:transparent;
}


button.prev2    img {width:14px;height:18px; display:block; background:url('/assets/images/sprite.png')  -14px -36px; margin:0px 0 0 4px;}
button:hover.prev2   img {width:14px;height:18px; display:block; background:url('/assets/images/sprite.png')  -42px -36px;}


.next2 {
	width:34px;
	height:55px;
	float: right;
	margin-right: 10px;
	/*background:#15262f;*/
	position:absolute;
	bottom:40px;
	right:-11px;
	z-index:100;
	border:0;
	background:transparent;
}

button.next2    img {width:14px;height:18px; display:block; background:url('/assets/images/sprite.png')  0px -36px; margin:0px 0 0 2px;}
button:hover.next2   img {width:14px;height:18px; display:block; background:url('/assets/images/sprite.png')  -28px -36px;}










/*BLACK FOOTER*/
/*.footerbgblack{width:100%; background:#15262f;padding:60px 0; margin-top:80px; overflow:hidden;}*/
.footerbgblack{width:100%; background:var(--footer-bgcolor);padding:0px; margin-top:80px; overflow:hidden;}
.footerbg3black{width:100%; background:#12222a;padding:30px 0; overflow:hidden;}
.footerbg3black a{color:#FFFFFF;}
.footerbg3black a:hover{color:#fafafa; text-decoration:none;}
.fccustom2black{background:#495459; height:32px; color:#999!important; border:0px; -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}







/*FOOTER BG*/
.footerbg{width:100%; background:#f2f2f2;padding:60px 0; overflow:hidden;}
.footerbg2{width:100%; background:#f2f2f2;padding:30px 0; overflow:hidden;}
.footerbg2 a{color:#999;}
.footerbg2 a:hover{color:#0099cc; text-decoration:none;}

.footerbg3{width:100%; background:#fff;padding:30px 0; overflow:hidden;}
.footerbg3 a{color:#999;}
.footerbg3 a:hover{color:#0099cc; text-decoration:none;}

.footer{text-align:center;color:#999; font-size:14px;}
.footer a{color:#0099cc; font-size:14px; font-weight:normal;   -webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.footer a:hover{color:#D45225; font-size:14px; font-weight:normal; text-decoration:none;}

.scont{text-align:left;color:#999; font-size:14px;}
.scont a{color:#0099cc; font-size:14px; font-weight:normal;   -webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.scont a:hover{color:#D45225; font-size:14px; font-weight:normal; text-decoration:none;}

ul.footerlist {padding-left:20px; list-style-image:url('/assets/images/li.png');}
ul.footerlist li{line-height:24px; }
ul.footerlist li a{color:#999; }
ul.footerlist li a:hover{color:#0099cc; text-decoration:none;}

ul.footerlistblack {padding-left:20px; list-style-image:url('/assets/images/li2.png');}
ul.footerlistblack li{line-height:24px; }
ul.footerlistblack li a{color:#FFFFFF; }
ul.footerlistblack li a:hover{color:#dadada; text-decoration:none;}


.pnr{font-family:"Open Sans"; font-size:30px; color:#0099cc; font-weight:300;}

.fccustom{background:#f2f2f2; height:32px; border:0px; -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
.fccustom2{background:#ffffff; height:32px; border:0px; -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
.btncustom{
width:32px;
height:32px;
background:url('/assets/images/arrow.png') #0099cc -5px -5px;
border:0px;
text-indent:-100px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color:#fff;
-webkit-transition:.3s;
-moz-transition:.3s;
transition:.3s;
position:absolute;
top:0px;
right:0px;
overflow:hidden;
}
.btncustom:hover{
background:url('/assets/images/arrow.png') #72bf66 37px -5px;
border:0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color:#fff;
}

.item_room_selector .room_item_price{
	display: grid;
	grid-template-columns: 1fr;
  padding-bottom: 15px;
}

.fbgfix{background:#FCFCFC; margin-top:80px;}
.bordertop1{border-top:1px solid #e5e5e5;}
.bordertype1{height:115px; border-right:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7; text-align:center; color:#999;}
.bordertype2{height:115px; border-bottom:1px solid #e7e7e7; text-align:center; color:#999; padding:20px;}
.bordertype3{height:80px; border-bottom:1px solid #e7e7e7; text-align:center; color:#999; padding:20px;}

.bordertype4{ border-left:1px solid #e7e7e7; color:#999; }
.bordertype5{ border-right:1px solid #e7e7e7; color:#999; }


.sfix{position:absolute;top:995px;}
.sfix2{position:absolute;top:440px;}
.sfix3{position:absolute;top:790px;}
@media (min-width: 992px) {
.sfix{position:absolute;top:277px;}
.sfix2{position:absolute;top:277px;}
.sfix3{position:absolute;top:277px;}
}


.detailsright .bordertype2 > span, .scrollpin-container .bordertype2 > span {
	white-space: pre;
}

@media screen and (max-width: 767px) {
	.detailsright .bordertype2, .scrollpin-container .bordertype2 {
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.form-control:focus{
	box-shadow: none;
}
.gotop{position:relative; top:100px;}
a.gotop {width:37px;height:37px; display:block; text-align:center;margin:0 auto;}
a.gotop img{width:37px;height:37px; display:block; background:url('/assets/images/sprite.png')  0px -72px; }
a:hover.gotop img{width:37px;height:37px; display:block; background:url('/assets/images/sprite.png')  0px -109px;}

a.social1 {margin:0 5px; position:relative; top:-120px; }
a.social2 {margin:0 5px; position:relative; top:-120px; }
a.social3 {margin:0 5px; position:relative; top:-120px; }
a.social4 {margin:0 5px; position:relative; top:-120px; }

a.social1b {margin:0 5px;}
a.social2b{margin:0 5px;}
a.social3b {margin:0 5px;}
a.social4b {margin:0 5px;}

/*CUSTOM SELECT, INPUT*/

/* .customSelect { */
/* This is the default class that is used */
/* Put whatever custom styles you want here */
/* background:url('/assets/images/select.png') #fff no-repeat right; */
/* border:2px solid #ebebeb; */
/* position: relative; */
/* } */
.customSelect::after {
  content: "\f078";
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
  position: absolute;
  right: 10px;
	top: 4px;
	pointer-events: none;
}

.customSelect.customSelectOpen {
/* Styles for when the select box is open */
  border-color: #66afe9;
  outline: 0;
}
.customSelect.customSelectOpen::after {
  content: "\f077";
}




.customSelect2 {
/* This is the default class that is used */
/* Put whatever custom styles you want here */
background:url('/assets/images/select-intro.png') #e7e2e2 no-repeat right;
border:0px solid #fff;
color:#999;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.customSelect2.customSelect2Open {
/* Styles for when the select box is open */
  background:url('/assets/images/select-over.png') #e7e2e2 no-repeat right;
  border:0px solid #66afe9;
  color:#999;
  outline: 0;
}



.mySelectCalendar {
	/* background:url('/assets/images/calendar.png') #fff no-repeat right; */
	background-color: #FFFFFF !important;
	/* background-position:98% 1px; */
	cursor: pointer !important;
}
.mySelectCalendar2 {
	/* background:url('/assets/images/calendar2.png') #fff no-repeat right; */
	background-color: #FFFFFF !important;
	/* background-position:98% 1px; */
	cursor: pointer !important;
}




.boxshadow{
min-height:100px;
background:#fff;
box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
margin-bottom:30px;
}
@media (min-width: 992px) {
.boxshadow{margin-bottom:0px;}
}
.bscontainer{padding:30px;}
img.fwimg{width:100%;}


.slidercontainer{width:100%; height:446px; background:#fff; color:#666;}
.scolleft{background:#f2f2f2;height:100%; padding: 15px 30px 30px 30px; top:446px;}
.scolright{background:#333;height:100%; overflow:hidden; top:-410px;}
@media (min-width: 992px) {
.scolleft{background:white;height:450px; padding: 15px 30px 30px 30px; top:0px;}
.scolright{background:#333;height:100%; overflow:hidden; top:0px;}

}

.blacklable{height:75px; width:100%; padding:10px 10px 0 20px; display:block; background:rgba(24,24,24,0.9);}

.lbl{position:relative;}
.smallblacklabel{position:absolute; left:0; bottom:0; padding:5px 20px; font-family:'Lato';Font-weight:700; text-transform:uppercase; font-size:16px; color:white; background:rgba(24,24,24,0.9); }

span.flight-ico {width:22px;height:16px; display:block; float:left; background:url('/assets/images/sprite.png')  0px -215px;}
span.hotel-ico {width:22px;height:16px; display:block; float:left; background:url('/assets/images/sprite.png')  -22px -215px; }
span.car-ico {width:22px;height:16px; display:block; float:left; background:url('/assets/images/sprite.png')  -44px -215px; }
span.suitcase-ico {width:22px;height:16px; display:block; float:left; background:url('/assets/images/sprite.png')  -66px -215px; }
span.transfer-ico {width:23px;height:16px; display:block; float:left; background:url('/assets/images/sprite.png')  -111px -215px; }
span.cruise-ico {width:22px;height:16px; display:block; float:left; background:url('/assets/images/sprite.png')  -88px -215px; }

.hotelstab, .flightstab, .vacationstab, .carstab, .cruisestab, .flighthotelcartab, .flighthoteltab, .flightcartab,.hotelcartab {height:205px; overflow:hidden;}
.hotelstab2{
	border:solid 1px var(--grey-intense-color);
	padding: 12px 15px;
	border-radius: 10px;
	margin-top: 10px;
	
}

.hotelstab2 .search_form{
	display: flex;
	flex-wrap: wrap;
}
.hotelstab2 .search_form .searchbox-section{
	grid-template-rows: 1fr;
	grid-gap: 10px;
}
.hotelstab2, .flightstab2, .vacationstab2, .carstab2, .cruisestab2, .flighthotelcartab2, .flighthoteltab2, .flightcartab2,.hotelcartab2 {color:inherit}


.flighttab3, .hoteltab3, .cartab3, .suitcasetab3, .flighthoteltab3, .cruisetab3, .hotelcartab3, .flighthotelcartab3 {color: inherit;}


.slideup{position:absolute;top:-446px; width:100%;}

.ctup{background:#fff; margin-top:498px; position:relative; z-index:100; display:block}
@media (min-width: 992px) {
.ctup{background:#fff; margin-top:600px; position:relative; z-index:100; display:block}
}
.sboxpurple{margin-left:25px;text-shadow: 2px 2px rgba(0, 0, 0, 0.5);margin-top: 20px;}
.slidecouple{
width:558px;
height:504px;
display:block;
background:url('/assets/images/slider/couple.png') no-repeat;
}

/*CSS FOR DETAILS PAGE*/
.pagecontainer2{ background:#fff; border:1px solid #cccccc;  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.13); */ position:relative;}
.pageconta,.pagecontainer2,.pagecontainerc,.pagecontainerc1,.pagecontainerc2{ background:#fff; border:1px solid #cccccc;  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.13); */ position:relative;}

/*CSS FOR LIST PAGE*/
/*.thebg{background:url('/assets/images/palmleafs.png') #f2f2f2 no-repeat top center;}*/
.thebg{background-color:#FFF;} /*var(--buttonsActive-bgcolor)}*/
.pagecontainer{ background:#fff; margin-top:32px;  display: flex; flex-wrap: wrap;}
.container_list_hotels{
	margin-top: 0px;	
}
.offset-0{padding-left:0px; padding-right:0px!important;}
.offset-1{padding-left:5px; padding-right:5px;}
.offset-2{padding-left:15px; padding-right:15px;}
.offset-3{padding-left:15px; padding-right:0px;}
@media (min-width: 992px) {
.offset-3{padding-left:15px!important; padding-right:0!important;}
}
.filters{background:none;  font-family:'Open Sans'; color:var(--text-color);
  padding: 0px 15px 15px 15px;
}
.rightcontent{min-height:500px; }

.paddingbtm20{padding-bottom:20px;}
.padding0{margin:0px!important;}
.padding10{padding:10px;}
.padding20{padding:20px;}
.padding30{padding:30px;}
.hpadding30{padding:0 30px;}
.padding40{padding:40px;}
.padding50{padding:50px;}
.hpadding50{padding:0 50px;}
.padding20title{padding:20px 20px 0px 20px;}
.hpadding20{padding: 0px 20px 0px 20px;}
.cpadding0{padding: 50px 50px 30px 50px;}
.cpadding1{padding: 0px 30px 10px 50px;}
.title_order{
	font-size: 0.85rem;
  align-items: center;
  display: flex;
}
.order_input_container .customSelect{
	border-radius: 10px;
  height: 34px;
}

.filtertip {height:auto; background:var(--buttons-bgcolor); padding:0px; color:#fff; position:relative; text-align:center; line-height:1.2; font-family:'Open Sans'; transition: 0.2s all;}
.filtertip a{color:#fff;}
.filtertip .size30.bold {
	display: inline-block;
}
.tip-arrow {
	width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--buttons-bgcolor);
	/* width:33px;
	height:9px;
	background:url('/assets/images/tip-arrow.png');  */
	position:absolute;
	bottom:-15px !important;
	left:50%;
	margin-left:-15px;
}
.breadcrub{margin-top:0px; color:#ccc;}

/*MAP LIST HOTELS*/
#text_hotel_list{
	font-family: "Open sans";
	font-size: 18px;
	color: var(--text-color);
	font-weight: bold;
	margin-bottom: 20px;
}

.map-container {
/*     width: 100%; */
    height: 240px;
    border-radius: 15px;
    overflow: hidden;
}

.map-image {
    width: 100%;
    height: 195px;
	}
.map-image .img-responsive {
	object-fit: cover;
  width: 100%;
}
.map-button {
    background-color: var(--secondary-color);
    color: var(--backgroud-color);
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}

.map-button p {
    margin: 0;
	font-family: "Open sans";
}

.brlines{display: none;}
@media (min-width: 992px) {
.breadcrub{ color:#ccc;}
}
.brlines{height:8px; width:100%; margin-top:10px; background:url('/assets/images/breadcrumb.png'); display: none;}

ul.bcrumbs {list-style:none; margin:0; padding:0;}
ul.bcrumbs li {float:left; margin-left:20px;}
ul.bcrumbs li a{color:var(--buttonsActive-bgcolor);}
ul.bcrumbs li a:hover{color:var(--buttons-bgcolor-over); text-decoration:none;}
ul.bcrumbs li a.active{color:var(--secondary-color); text-decoration: none;}

a.homebtn{
width:21px;
height:21px;
background:url('/assets/images/home-icon.png') #fff no-repeat  scroll -16px -10px;
color:#222;
-webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;
-webkit-transition:.3s;-moz-transition:.3s;transition:.3s
}
a:hover.homebtn{
background:url('/assets/images/home-icon.png') #222 no-repeat  scroll -16px -33px;
}

a.backbtn{
width:21px;
height:21px;
background:url('/assets/images/back-icon.png') #fff no-repeat  scroll -16px -12px;
color:#222;
-webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;
-webkit-transition:.3s;-moz-transition:.3s;transition:.3s
}
a:hover.backbtn{
background:url('/assets/images/back-icon.png') #222 no-repeat  scroll -16px -31px;
}

.bookfilters{ position:relative; font-size:12px; padding-bottom:0px; padding-top:20px;}
.topsortby {
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}
.order_by_container {
  display: flex;
  width: 100%;
  justify-content: end;
}
.item_order_by {
  display: grid;
  width: 350px;
  grid-template-columns: 1fr 1fr;
}

.itemlabel{background:#f2f2f2; width:100%; height:50px; padding:10px 15px; font-family:"Open Sans"; font-size:13px; line-height:15px;}

.listitem{background:#efefef; width:100%; overflow:hidden; position:relative;}
.listitem img{ height:100%; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.listitem:hover img{height:120%; margin-left:-10%; margin-top:-10%; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}

@media (min-width: 992px) {
.listitem{background:#efefef; width:100%; height:180px; overflow:hidden; position:relative;}
}

@media (max-width: 992px) {
.listitem img{width:100%; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.listitem:hover img{width:120%; margin-left:-10%; margin-top:-10%; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
.pagecontainer2 {margin-top: 50px;}
}

@media (min-width: 1200px) {
.listitem img{width:100%; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.listitem:hover img{width:120%; margin-left:-10%; margin-top:-10%; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
}

.circuit_list > div {
	display: flex;
}

.circuit_list .listitem2 {
	height: 100%;
}

.circuit_list .listitem2 img {
	object-fit: cover;
}

.circuit_list .listitem2:hover img {
	max-height: 100%;
	margin-left: 0 !important;
	margin-top: 0 !important;
	width: 100%;
	transform: scale(1.2);
}

.itemlabel3{ width:100%; font-family:"Open Sans"; font-size:13px; line-height:15px; min-height:210px; overflow:hidden;}
.itemlabel2{background:#f2f2f2; width:100%; height:210px;  font-family:"Open Sans"; font-size:13px; line-height:15px; overflow:hidden;}
.labelright{float:right; height:100%; padding:10px; border-left:1px solid #e8e8e8;}
.labelleft{padding:10px 0 15px 15px;}
.labelleft2{padding:10px 0 15px 15px;font-family:"Open Sans"; font-size:13px; line-height:18px;}



.listitem2{background:#efefef; height:210px; overflow:hidden; position:relative;}
.listitem2 img{ /* height:100%; */ -webkit-transition:.3s;-moz-transition:.3s;transition:.3s}


@media (max-width: 992px) {
.listitem2{background:#efefef; width:100%; height:100%; overflow:hidden; position:relative; background-repeat: no-repeat; background-position: center; background-size: cover;
}
.listitem2 img{width:100%; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s; opacity: 0;}

.mt-430{position:relative; top: -460px; opacity: 1;}
}
@media (min-width: 1200px) {
.listitem2 img{width:100%; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s}

}



.fav-icon{
width:25px;
height:23px;
background:url('/assets/images/fav-book-icons.png') scroll 0 -70px no-repeat;
position:absolute;
top:0px;
}
.fav-icon:hover{
width:25px;
height:23px;
background:url('/assets/images/fav-book-icons.png') scroll 0 -93px no-repeat;
position:absolute;
top:0px;
}
.book-icon{
width:25px;
height:23px;
background:url('/assets/images/fav-book-icons.png') scroll 0 0 no-repeat;
position:absolute;
top:0px;
}
.hotdeal-label{
position:absolute;
top:0px;
color: white;
font-weight: bold;
}
.book-icon:hover{
width:25px;
height:23px;
background:url('/assets/images/fav-book-icons.png') scroll 0 -23px no-repeat;
position:absolute;
top:0px;
}

.collapsebtn{
width:100%;
height:32px;
border:0px solid black;
text-align:left;
padding-left:20px;
padding-right:20px;
color:#666;
font-family:"Open Sans";
font-size:14px;
font-weight:700;
}
.collapsebtn.last{
 color: inherit;
}
.collapsebtn  span.collapsearrow{
width:9px;
height:8px;
float:right;
margin-top:10px;
background:url('/assets/images/collapsearrow.png') scroll 0 -8px no-repeat;
-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;
}
.collapsebtn.collapsed span.collapsearrow{
width:9px;
height:8px;
float:right;
margin-top:10px;
background:url('/assets/images/collapsearrow.png') scroll 0 0px no-repeat;
-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;
}


.collapsebtn2{
width:100%;
height:32px;
border:0px solid black;
text-align:left;
padding-left:20px;
padding-right:20px;
color:#15262f;
font-family:"Open Sans";
font-size:14px;
font-weight:700;
background:#fff;
}
.collapsebtn2.last{
	color: inherit;
}
.collapsebtn2 span.collapsearrow{
width:9px;
height:8px;
float:right;
margin-top:7px;
background:url('/assets/images/collapsearrow.png') scroll 0 -8px no-repeat;
-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;
}
.collapsebtn2.collapsed span.collapsearrow{
width:9px;
height:8px;
float:right;
margin-top:7px;
background:url('/assets/images/collapsearrow.png') scroll 0 0px no-repeat;
-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;
}





.collapsebtn3{
width:9px;
height:6px;
border:0px solid black;
text-align:left;
padding-left:20px;
padding-right:20px;
font-family:"Open Sans";
font-size:14px;
font-weight:400;
background:url('/assets/images/arrows.png') scroll 0 -6px no-repeat;
}
.collapsebtn3.collapsed{
width:9px;
height:6px;
border:0px solid black;
text-align:left;
padding-left:20px;
padding-right:20px;
font-family:"Open Sans";
font-size:14px;
font-weight:400;
background:url('/assets/images/arrows.png') scroll 0 0 no-repeat;
}




/*PREFERENCE LIST*/
ul.hotelpreferences {margin: 0px;padding: 0px;list-style: none;}
.hotelpreferences li{
width:28px;
height:28px;
background:url('') #fff; border:2px solid #efefef;
border:2px solid #ebebeb;
padding:5px;
color:#999;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
/*-webkit-transition:.2s;-moz-transition:.2s;transition:.2s;	*/
float:left;
margin-left:2px;
}
.hotelpreferences li:hover{color: inherit;}
.hotelpreferences li.icohp-internet{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -3px no-repeat;}
.hotelpreferences li:hover.icohp-internet{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -3px no-repeat;}
.hotelpreferences li.icohp-air{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -33px no-repeat;}
.hotelpreferences li:hover.icohp-air{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -33px no-repeat;}
.hotelpreferences li.icohp-pool{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -63px no-repeat;}
.hotelpreferences li:hover.icohp-pool{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -63px no-repeat;}
.hotelpreferences li.icohp-childcare{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -93px no-repeat;}
.hotelpreferences li:hover.icohp-childcare{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -93px no-repeat;}
.hotelpreferences li.icohp-fitness{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -123px no-repeat;}
.hotelpreferences li:hover.icohp-fitness{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -123px no-repeat;}
.hotelpreferences li.icohp-breakfast{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -153px no-repeat;}
.hotelpreferences li:hover.icohp-breakfast{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -153px no-repeat;}
.hotelpreferences li.icohp-parking{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -183px no-repeat;}
.hotelpreferences li:hover.icohp-parking{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -183px no-repeat;}
.hotelpreferences li.icohp-pets{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -213px no-repeat;}
.hotelpreferences li:hover.icohp-pets{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -213px no-repeat;}
.hotelpreferences li.icohp-spa{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -243px no-repeat;}
.hotelpreferences li:hover.icohp-spa{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -243px no-repeat;}
.hotelpreferences li.icohp-hairdryer{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -273px no-repeat;}
.hotelpreferences li:hover.icohp-hairdryer{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -273px no-repeat;}
.hotelpreferences li.icohp-garden{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -303px no-repeat;}
.hotelpreferences li:hover.icohp-garden{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -303px no-repeat;}
.hotelpreferences li.icohp-grill{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -333px no-repeat;}
.hotelpreferences li:hover.icohp-grill{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -333px no-repeat;}
.hotelpreferences li.icohp-kitchen{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -363px no-repeat;}
.hotelpreferences li:hover.icohp-kitchen{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -363px no-repeat;}
.hotelpreferences li.icohp-bar{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -393px no-repeat;}
.hotelpreferences li:hover.icohp-bar{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -393px no-repeat;}
.hotelpreferences li.icohp-living{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -423px no-repeat;}
.hotelpreferences li:hover.icohp-living{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -423px no-repeat;}
.hotelpreferences li.icohp-tv{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -453px no-repeat;}
.hotelpreferences li:hover.icohp-tv{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -453px no-repeat;}
.hotelpreferences li.icohp-fridge{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -483px no-repeat;}
.hotelpreferences li:hover.icohp-fridge{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -483px no-repeat;}
.hotelpreferences li.icohp-microwave{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -513px no-repeat;}
.hotelpreferences li:hover.icohp-microwave{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -513px no-repeat;}
.hotelpreferences li.icohp-washing{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -543px no-repeat;}
.hotelpreferences li:hover.icohp-washing{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -543px no-repeat;}
.hotelpreferences li.icohp-roomservice{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -573px no-repeat;}
.hotelpreferences li:hover.icohp-roomservice{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -573px no-repeat;}
.hotelpreferences li.icohp-safe{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -603px no-repeat;}
.hotelpreferences li:hover.icohp-safe{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -603px no-repeat;}
.hotelpreferences li.icohp-playground{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -633px no-repeat;}
.hotelpreferences li:hover.icohp-playground{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -633px no-repeat;}
.hotelpreferences li.icohp-conferenceroom{background:url('/assets/images/hotelpref-ico.png') #fff scroll -3px -663px no-repeat;}
.hotelpreferences li:hover.icohp-conferenceroom{background:url('/assets/images/hotelpref-ico.png') #fff scroll -33px -663px no-repeat;}



/*PREFERENCE LIST GREEN VERSION*/
ul.hotelpreferences2 {margin: 0px;padding: 0px;list-style: none;}
.hotelpreferences2 li{
width:28px;
height:28px;
background:url('') #72bf66;
border:2px solid #72bf66;
padding:5px;
color:#999;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
/*-webkit-transition:.2s;-moz-transition:.2s;transition:.2s;	*/

margin-top:4px;
}
.hotelpreferences2 li:hover{color: inherit;}
.hotelpreferences2 li.icohp-internet{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -3px no-repeat;}
.hotelpreferences2 li:hover.icohp-internet{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -3px no-repeat;}
.hotelpreferences2 li.icohp-air{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -33px no-repeat;}
.hotelpreferences2 li:hover.icohp-air{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -33px no-repeat;}
.hotelpreferences2 li.icohp-pool{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -63px no-repeat;}
.hotelpreferences2 li:hover.icohp-pool{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -63px no-repeat;}
.hotelpreferences2 li.icohp-childcare{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -93px no-repeat;}
.hotelpreferences2 li:hover.icohp-childcare{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -93px no-repeat;}
.hotelpreferences2 li.icohp-fitness{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -123px no-repeat;}
.hotelpreferences2 li:hover.icohp-fitness{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -123px no-repeat;}
.hotelpreferences2 li.icohp-breakfast{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -153px no-repeat;}
.hotelpreferences2 li:hover.icohp-breakfast{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -153px no-repeat;}
.hotelpreferences2 li.icohp-parking{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -183px no-repeat;}
.hotelpreferences2 li:hover.icohp-parking{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -183px no-repeat;}
.hotelpreferences2 li.icohp-pets{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -213px no-repeat;}
.hotelpreferences2 li:hover.icohp-pets{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -213px no-repeat;}
.hotelpreferences2 li.icohp-spa{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -243px no-repeat;}
.hotelpreferences2 li:hover.icohp-spa{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -243px no-repeat;}
.hotelpreferences2 li.icohp-hairdryer{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -273px no-repeat;}
.hotelpreferences2 li:hover.icohp-hairdryer{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -273px no-repeat;}
.hotelpreferences2 li.icohp-garden{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -303px no-repeat;}
.hotelpreferences2 li:hover.icohp-garden{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -303px no-repeat;}
.hotelpreferences2 li.icohp-grill{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -333px no-repeat;}
.hotelpreferences2 li:hover.icohp-grill{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -333px no-repeat;}
.hotelpreferences2 li.icohp-kitchen{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -363px no-repeat;}
.hotelpreferences2 li:hover.icohp-kitchen{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -363px no-repeat;}
.hotelpreferences2 li.icohp-bar{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -393px no-repeat;}
.hotelpreferences2 li:hover.icohp-bar{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -393px no-repeat;}
.hotelpreferences2 li.icohp-living{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -423px no-repeat;}
.hotelpreferences2 li:hover.icohp-living{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -423px no-repeat;}
.hotelpreferences2 li.icohp-tv{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -453px no-repeat;}
.hotelpreferences2 li:hover.icohp-tv{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -453px no-repeat;}
.hotelpreferences2 li.icohp-fridge{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -483px no-repeat;}
.hotelpreferences2 li:hover.icohp-fridge{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -483px no-repeat;}
.hotelpreferences2 li.icohp-microwave{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -513px no-repeat;}
.hotelpreferences2 li:hover.icohp-microwave{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -513px no-repeat;}
.hotelpreferences2 li.icohp-washing{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -543px no-repeat;}
.hotelpreferences2 li:hover.icohp-washing{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -543px no-repeat;}
.hotelpreferences2 li.icohp-roomservice{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -573px no-repeat;}
.hotelpreferences2 li:hover.icohp-roomservice{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -573px no-repeat;}
.hotelpreferences2 li.icohp-safe{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -603px no-repeat;}
.hotelpreferences2 li:hover.icohp-safe{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -603px no-repeat;}
.hotelpreferences2 li.icohp-playground{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -633px no-repeat;}
.hotelpreferences2 li:hover.icohp-playground{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -633px no-repeat;}
.hotelpreferences2 li.icohp-conferenceroom{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -3px -663px no-repeat;}
.hotelpreferences2 li:hover.icohp-conferenceroom{background:url('/assets/images/hotelpref-ico-green.png') #72bf66 scroll -33px -663px no-repeat;}


ul.hpref-text {list-style:none; margin-top:-5px; padding-left:10px;}
.hpref-text li{margin-top:12px;}



.testimonialbox{ margin-left:-15px; margin-right:-15px; margin-top:20px;}
.needassistancebox{ margin-left:-15px; margin-right:-15px;}
.alsolikebox{ margin-left:-15px; margin-right:-15px;}
.loginbox{ margin-left:-15px; margin-right:-15px;}
.paymentbox{ margin-left:-15px; margin-right:-15px;border-radius: 10px;}
@media (min-width: 992px) {
.testimonialbox{ margin-left:10px; margin-right:-15px; margin-top:0px;}
.needassistancebox{ margin-left:10px; margin-right:-15px;}
.alsolikebox{ margin-left:10px; margin-right:-15px;}
.loginbox{ margin-left:10px; margin-right:-15px;}
.paymentbox{ margin-left:20px; margin-right:0px;}
}


.testimonialbox2{ margin-left:0px; margin-right:0px; margin-top:0px;}
.needassistancebox2{ margin-left:0px; margin-right:0px;}
.alsolikebox2{ margin-left:0px; margin-right:0px; margin-bottom:50px;}
@media (min-width: 992px) {
.testimonialbox2{ margin-left:0px; margin-right:20px; margin-top:0px;}
.needassistancebox2{ margin-left:0px; margin-right:20px;}
.alsolikebox2{ margin-left:0px; margin-right:20px;}
}

.details-slider2{height:734px; overflow:hidden;}
@media (min-width:992px){
	.details-slider2{height:534px; overflow:hidden;}
	#circuit-carousel {
		height: 420px;
	}
	.filters{
		margin-top: -45px;
	}
}

.n-carousel-item {
	display: flex;
	justify-content: center;
}

.n-carousel-item img{
	max-height: 100%;
	width: auto !important;
	height: 100%;
}
.ui-autocomplete {
	z-index: 10003 !important;
}



span.icon-quote{
width:27px;
height:27px;
background:url('/assets/images/icon-quote.png') no-repeat;
display:block;
position:absolute;
float:left;
left:15px;
}

span.icon-help{
width:24px;
height:24px;
background:url('/assets/images/icon-phone.png') no-repeat;
display:block;
position:absolute;
float:left;
left:15px;
}

span.icon-location{
width:17px;
height:24px;
background:url('/assets/images/icon-location.png') no-repeat;
display:block;
position:absolute;
float:left;
left:15px;
}

span.icon-lockk{
width:23px;
height:29px;
background:url('/assets/images/lock.png') no-repeat;
display:block;
position:absolute;
float:left;
left:15px;
}

.detailsright{ border-left:1px solid #e7e7e7;}



.details-slider{height:334px; overflow:hidden;}
#inner{height:334px;}


@media (min-width:399px) and (max-width:499px){
.details-slider{height:434px; overflow:hidden;}
#inner{height:434px;}
}
@media (min-width:500px){
.details-slider{height:434px; overflow:hidden;}
#inner{height:534px;}
.caroufredsel_wrapper{max-height:400px!important;}
}

/*
###########################
CAROUFREDSEL DETAILS PAGE
###########################
*/
#c-carousel {
	height: 100%;
	padding: 0;
	margin: 0;
}
#c-carousel {
	background: #fff;
	min-height: 534px;
}
#c-carousel * {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

#wrapper {
	background: #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#inner {
	width: 100%;
	min-width: 250px;
	max-width: 960px;
	/*height:534px;*/
	position: absolute;
	top: 0px;
	left: 0px;
}
#carousel-wrapper {
	background: #fff;
	width: 100%;
	height: 434px;

	position: absolute;
	bottom: 0px;
	left: 0;
}
#carousel {
	width: 800px;
	height: 500px;
	overflow: hidden;
}
#carousel img {
	display: block;
	float: left;
	width:100%;
}
#pager-wrapper {
	height: 120px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 2;
}
#pager img {
	cursor: pointer;
	background: #fff;
	/*box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
	display: block;
	width: 120px;
	height: 80px;
	padding: 10px;
	margin: 10px;
	float: left;
}
#pager img:hover {
	background: #eff;
}
#pager img.selected {
	background: #dff;
}






ul.checklist  {margin:0px;padding:0px;}
.checklist li {list-style-image:url('/assets/images/check.png'); list-style-position:inside; padding:5px; margin-left:-20px;}

ul.checklist2  {margin:0px;padding:0px;}
.checklist2 li {list-style-image:url('/assets/images/check.png'); list-style-position:inside; padding:0px; margin-left:0px; color:#72bf66;}

#map-canvas { width:100%; height: 500px; display:none;}
#map-canvas2 { width:100%; height: 110%; display:none;}

.gm-style-mtc:nth-child(1){margin-top:25px;}
.gm-style-mtc:nth-child(2){margin-top:25px;}




.scircle{
width:62px;
height:65px;
background:url('/assets/images/circle.png') no-repeat;
font-family:"Open Sans";
font-size:16px;
font-weight:700;
color:#333;
padding: 14px 0 0 12px;
}
.sctext{
font-family:"Open Sans";
font-size:14px;
font-weight:700;
color:#666;
}
.circlewrap{
width:52px;
height:52px;
margin:0 auto;
position:relative;
}
.circlewrap span{
width:23px;
height:23px;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
position:absolute;
bottom:0px;
right:-10px;
background:#0099cc;
color:#fff;
font-size:11px;
padding-top:3px;
}

.circleimg{
-webkit-border-radius: 52px;
-moz-border-radius: 52px;
border-radius: 52px;
}

ul.circle-list{
list-style:none;
padding-left:0px;
}
.circle-list li{
float:left;
background:#fff;
width:23px;
height:23px;
color:#999999;
font-size:11px;
border:2px solid #e7e7e7;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
padding-top:3px;
padding-left:1px;
margin-left:3px;
}



ul.jslidetext{
width:100px;
list-style:none;
padding-left:0px;
padding-top:10px;
text-align:right;
margin:0 auto;
}
.jslidetext li{
margin-top:10px;
}

ul.jslidetext2{
width:100px;
list-style:none;
padding-left:0px;
text-align:right;
margin:-5px auto 0 auto;
}
.jslidetext2 li{
margin-top:22px;
}

#ascrail2000_, #ascrail2000 > div {width:16px !important}
#ascrail2000{width:16px !important; background-color: #fafafa; border-left: 1px solid #dadada;}

/* Styles */
.cstyle01{display: inline-block; width: 100%;  font-size:13px}
.cstyle02{position:absolute; background:#f7f7f7; width:100%; margin-left:-20px; padding:20px;}
.cstyle03{background:#fff; margin-top:950px; position:relative; z-index:100; display:block;}
.cstyle04{position:relative; top:-41px;}
.cstyle05{display:block; background:white; width:100%; height:324px; overflow:hidden;}
.cstyle06{min-height:640px;}
.cstyle07{min-height:570px;}
.cstyle08{line-height:7px; margin-top:16px;}
.cstyle09{display: inline-block; width: 100%;  font-size:13px;}
.cstyle10{ height:40px; position:absolute; top:0px; width:100%}
.cstyle11{background:#ccc; width:100%; height:100%;}


/* MEDIA FIXES*/
.mediafix1{margin-top:30px;margin-left:-15px;margin-bottom:15px;}

@media (min-width: 992px){
.mediafix1{margin-top:0px;margin-left:0px;margin-bottom:0px;}
}



/* LOGIN PAGE CSS*/
.login-fullwidth{
width:100%;
height:100%;
position:fixed;
z-index: 10010;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.login-fullwidth {
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.none {
	display: none !important;
}

.login-fullwidth img.search-logo{margin-bottom:5px; width:130px;}
.login-fullwidth .blue{color:var(--secondary-color);}

.login-fullwidth .login-wrap2{
width:80%;
max-width: 660px;
height:450px;
background:transparent;
margin-left: 0 !important;;
position:absolute;
}
@media screen and (min-width: 700px) {
	/*cambiar aqui*/
	.login-fullwidth  .login-wrap2{
	width:660px;
	height:450px;
	background:transparent;
margin-left: 0 !important;;
	position:absolute;
	}

	
	
}

.login-fullwidth .searchingbg{
width:100%;
min-height:200px;
background:white;
opacity: 0.7;
}

.login-fullwidth ul.leftatr{
list-style-type:none;
margin:0px;
padding:0px;
float:left;
width:40%;
}
.login-fullwidth ul.leftatr li{
height:50px;
background: var(--secondary-color);
border-bottom:2px solid #e7e7e7;
text-align:right;
padding-top:15px;
padding-right:20px;
text-transform:uppercase;
color:#fff;
font-weight:700;
font-size:14px;
}

.login-fullwidth ul.rightatr{
list-style-type:none;
margin:0px;
padding:0px;
float:right;
width:60%;
}
.login-fullwidth ul.rightatr li{
height:50px;
background:#fff;
border-bottom:2px solid #e7e7e7;
text-align:left;
padding-left:20px;
text-transform:uppercase;
color:#999999;
font-weight:700;
font-size:14px;
padding-top: 0;
display: flex;
align-items: center;
}

.login-wrap{
width:250px;
height:310px;
background:transparent;
margin:auto auto;
position:absolute;
}
.cpadding50{padding:20px;}
.chpadding50{padding:0 20px;}


@media (min-width:400px){

	.login-wrap{width:372px;height:380px;}
	.cpadding50{padding:50px;}
	.chpadding50{padding:0 50px;}
	img.login-img{margin-left:5px; margin-bottom:5px; width:147px!important;}

	.login-c1{	height:195px!important;	}
	.login-c2{height:231px!important;}
	.login-c3{ margin-top:281px!important; }
	.alignbottom{right:50px!important;}
	.alignbottom2{left:50px!important;}

}

img.login-img{margin-left:5px; margin-bottom:5px; width:110px;}

.login-c1{
width:94%;
height:147px;
background:#ffffff;
z-index:100;
position:absolute;
margin-left:3%;
border:1px solid #dcdcdc;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
}

.login-c2{
width:100%;
height:171px;
background:#f2f2f2;
color:#666;
z-index:50;
margin-top:50px;
position:absolute;
border:1px solid #dcdcdc;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1)
}
.login-c3{
width:94%;
height:54px;
background:#006699 url(/assets/images/login-blue.png) repeat-y left;
z-index:10;
margin-top:221px;
margin-left:3%;
position:absolute;
}
.logmargfix{
padding-left:3%;
padding-right:3%;
}
input.logpadding{
height:42px;
}

.alignbottom{
position:absolute;
bottom:25px;
right:20px;
margin-right:3%;
}

.alignbottom2{
position:absolute;
bottom:23px;
left:20px;
margin-left:3%;
}
.login-c3 .right{margin-right:20px; margin-top:15px;}
.login-c3 .left{margin-left:20px; margin-top:15px;}
.login-c3 .left span{
width:26px;
height:26px;
background:url('/assets/images/login-home.png') scroll 0 0 no-repeat;
display:block;
float:left;
margin-top:-3px;
margin-right:5px;
}

.roundstep.active{
width:23px;
height:23px;
background:#72bf66;
color:#fff;
border-radius:23px;
padding:1px 0 0 6px;
border:1px solid #72bf66;
}
.roundstep{
width:23px;
height:23px;
background:#fff;
color:#666;
border-radius:23px;
padding:1px 0 0 6px;
border:1px solid #ccc;
}


/*Navigation-tabs*/
.navigation-tabs{
height:43px;
border-bottom:1px solid #ebebeb;
}
.navigation-tabs li{
height:43px;
float:left;
background:#ebebeb;
color:#999999;
padding:0 15px 0 10px;
margin:0px;
border-left:1px solid #ebebeb;
border-top:1px solid #ebebeb;
border-right:1px solid #ebebeb;
border-radius:5px 5px 0 0;
}
.navigation-tabs li a{
color:#999999;
}
.navigation-tabs li.active{
background:#fff;
color:#333;
border-left:1px solid #e5e5e5;
border-top:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
}
.navigation-tabs li.active a{
color:#333;
}

.logtop {
	width: 350px;
	padding: 10px 15px;
	max-width: 100%;
}
.logtop li {
	margin: 5px 0;
}

.logtop input[type="checkbox"] {
	margin-right: 5px;
}

#sexo_principal {
	width: 100% !important;
}
.circuitComment h3 {
	font-size: 10px;
}

.filter-item {
	background: #f2f2f2;
	color: #666;
	padding: 7px;
	display: inline-block;
	margin-bottom: 10px;
}

.filter-item-data {
	font-size: 12px;
	font-family: "Open Sans";
}

.filter-item-name {
	color: var(--buttons-bgcolor);
	font-weight: bold;
	margin-right: 2px;
}

.filter-item-remove {
	margin-left: 5px;
	color: #ef9a9a;
	cursor: pointer;
	transition: .2s color;
}

.filter-item-remove:hover {
	color: #f44336;
}

#currentFilters {
	width: 95%;
	margin: 0 auto;
}

#currentFilters .filter-item:not(:last-child) {
	margin-right: 10px;
}


/*profile-tabs*/

.profile-tabs{
border-bottom:1px solid #ebebeb;
}
.profile-tabs li{
background:#f2f2f2;
color:#999999;
padding:0px;
margin:0px;
border-bottom:1px solid #e6e6e6;
}
.profile-tabs li a{
width:100%;
height:115px;
color:#999999;
padding-top:30px;
text-align:center;
}
.profile-tabs li.active{
background:#fff;
color:#333;
border-bottom:1px solid #ffffff;
}
.profile-tabs li.active a{
color:#333;
}

.tab-content5{
width:100%;
}


.myTab2pos{
z-index:100;
position:relative;
left:1px;
top:1px;
}

.tab-content6{
width:100%;
min-height:160px;
border:1px solid #e8e8e8;
position:relative;
top:-40px;
z-index:10;
padding: 60px 20px 76px 20px;
}


/*SPRITE IMAGES FOR TABS*/
.nav-tabs > li.active > a span.flighttab3 {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  0 0;}
.nav-tabs > li.active > a:hover span.flighttab3 {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  0 0;}
.nav-tabs > li > a span.flighttab3 {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  0 0; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.flighttab3 {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  0px -18px;}

.nav-tabs > li.active > a span.hoteltab3 {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -14px 0px; }
.nav-tabs > li.active > a:hover span.hoteltab3 {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -14px 0px;}
.nav-tabs > li > a span.hoteltab3 {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -14px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.hoteltab3 {width:14px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -14px -18px;}

.nav-tabs > li.active > a span.cartab3 {width:21px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -28px 0px; }
.nav-tabs > li.active > a:hover span.cartab3 {width:21px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -28px 0px; }
.nav-tabs > li > a span.cartab3 {width:21px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -28px 0px;  -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.cartab3 {width:21px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -28px -18px; }

.nav-tabs > li.active > a span.suitcasetab3 {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -50px 0px; }
.nav-tabs > li.active > a:hover span.suitcasetab3 {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -50px 0px; }
.nav-tabs > li > a span.suitcasetab3 {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -50px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.suitcasetab3 {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -50px -18px;}

.nav-tabs > li.active > a span.flighthoteltab3 {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -68px 0px; }
.nav-tabs > li.active > a:hover span.flighthoteltab3 {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -68px 0px; }
.nav-tabs > li > a span.flighthoteltab3 {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -68px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.flighthoteltab3 {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -68px -18px;}

.nav-tabs > li.active > a span.cruisetab3 {width:22px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -87px 0px; }
.nav-tabs > li.active > a:hover span.cruisetab3 {width:22px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -87px 0px; }
.nav-tabs > li > a span.cruisetab3 {width:22px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -87px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.cruisetab3 {width:22px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -87px -18px;}

.nav-tabs > li.active > a span.hotelcartab3 {width:23px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -110px 0px; }
.nav-tabs > li.active > a:hover span.hotelcartab3 {width:23px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -110px 0px; }
.nav-tabs > li > a span.hotelcartab3 {width:23px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -110px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.hotelcartab3 {width:23px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -110px -18px;}

.nav-tabs > li.active > a span.flighthotelcartab3 {width:26px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -135px 0px; }
.nav-tabs > li.active > a:hover span.flighthotelcartab3 {width:26px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -135px 0px; }
.nav-tabs > li > a span.flighthotelcartab3 {width:26px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -135px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.flighthotelcartab3 {width:26px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -135px -18px;}

.nav-tabs > li.active > a span.summarytab3 {width:16px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -163px 0px; }
.nav-tabs > li.active > a:hover span.summarytab3 {width:16px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -163px 0px; }
.nav-tabs > li > a span.summarytab3 {width:16px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -163px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.summarytab3 {width:16px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -163px -18px;}

.nav-tabs > li.active > a span.ratestab3 {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -183px 0px; }
.nav-tabs > li.active > a:hover span.ratestab3 {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -183px 0px; }
.nav-tabs > li > a span.ratestab3 {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -183px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.ratestab3 {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -183px -18px;}

.nav-tabs > li.active > a span.preferencestab3 {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -199px 0px; }
.nav-tabs > li.active > a:hover span.preferencestab3 {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -199px 0px; }
.nav-tabs > li > a span.preferencestab3 {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -199px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.preferencestab3 {width:17px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -199px -18px;}

.nav-tabs > li.active > a span.mapstab3 {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -217px 0px; }
.nav-tabs > li.active > a:hover span.mapstab3 {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -217px 0px; }
.nav-tabs > li > a span.mapstab3 {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -217px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.mapstab3 {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -217px -18px;}

.nav-tabs > li.active > a span.reviewstab3 {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -236px 0px; }
.nav-tabs > li.active > a:hover span.reviewstab3 {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -236px 0px; }
.nav-tabs > li > a span.reviewstab3 {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -236px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.reviewstab3 {width:18px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -236px -18px;}

.nav-tabs > li.active > a span.thingstodotab3 {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -255px 0px; }
.nav-tabs > li.active > a:hover span.thingstodotab3 {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -255px 0px; }
.nav-tabs > li > a span.thingstodotab3 {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -255px 0px; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.nav-tabs > li > a:hover span.thingstodotab3 {width:15px;height:18px; display:block; float:left; background:url('/assets/images/sprite.png')  -255px -18px;}



span.profile-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 0 no-repeat; }
span.bookings-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -30px no-repeat; }
span.wishlist-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -60px no-repeat; }
span.settings-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -90px no-repeat; }
span.history-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -120px no-repeat; }
span.password-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -150px no-repeat; }
span.newsletter-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -180px no-repeat; }

span.dashboard-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -450px no-repeat; }
span.posts-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -210px no-repeat; }
span.media-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -240px no-repeat; }
span.pages-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -270px no-repeat; }
span.comments-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -300px no-repeat; }
span.forums-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -330px no-repeat; }
span.topics-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -360px no-repeat; }
span.replies-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -390px no-repeat; }
span.appearance-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -420px no-repeat; }
span.tools-icon{width:25px;height:30px; display:block;margin:0 auto; background:url('/assets/images/profile-icons.png') scroll 0 -480px no-repeat; }




/*ABOUT PAGE*/
.progress-about {
  height: 35px;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.pbar1,.pbar2,.pbar3,.pbar4 {
text-align:left;
overflow:hidden;
padding:9px 10px;
}
.margbtm10{margin-bottom:10px;}
.cpdd01{padding:0px 15px 0px 0px;}
.cpdd02{padding:0px 0px 0px 15px;}

.hpadding50c{padding:20px 10px;}

@media (min-width:480px){
.hpadding50c{padding:20px 50px;}
}

span.gcircle{display:block; float:left; padding-top:7px; width:40px; height:40px; background:#666; text-align:center; font-size:18px; font-family:lato; font-weight:700; color:#fff; -webkit-border-radius: 100px;	-moz-border-radius: 100px;	border-radius: 100px;}
.aboutarrow{display:block; float:left; position:relative; left:50%; bottom:-20px; width:25px; height:13px; background:url('/assets/images/about-arrow.png') no-repeat; }

.abover{position:relative; overflow:hidden;}
.abover-off{position:relative; overflow:hidden;}
.abbg{background:#0099cc; background:rgba(114,191,102,0.8); position:absolute;top:0;}


span.socials-twitter{width:18px; height:18px; display:block; background:url('/assets/images/socials.png') 0 0 no-repeat;  }
span.socials-twitter:hover{width:18px; height:18px; display:block; background:url('/assets/images/socials.png') 0 -18px no-repeat; }

span.socials-facebook{width:18px; height:18px; display:block; background:url('/assets/images/socials.png') -18px 0 no-repeat;   }
span.socials-facebook:hover{width:18px; height:18px; display:block; background:url('/assets/images/socials.png') -18px -18px no-repeat; }

span.socials-gplus{width:18px; height:18px; display:block; background:url('/assets/images/socials.png') -36px 0 no-repeat;   }
span.socials-gplus:hover{width:18px; height:18px; display:block; background:url('/assets/images/socials.png') -36px -18px no-repeat; }

.socials-container{position:relative;}





/*BLOG PAGE*/
ul.blogcat{padding:0; margin:0; list-style:none;}
ul.blogcat li{border-bottom:1px solid #e5e5e5; padding:5px 0;}
ul.blogcat li a{color:#333; transition: all .3s ease-in-out; }
ul.blogcat li a:hover{color:#0099cc; text-decoration:none;}


a.blogpost-hover{position:absolute; width:50px; height:50px; display:block; background:#333; color:#fff; font-size:20px; padding:12px 0; text-align:center; border-radius:100px; text-decoration:none; transition: all .3s ease-in-out; }
a.blogpost-hover:hover{background:#fff; color:#333;}

a.blogpost-hover2{position:absolute; width:50px; height:50px; display:block; background:#333; color:#fff; font-size:20px; padding:12px 0; text-align:center; border-radius:100px; text-decoration:none; transition: all .3s ease-in-out; }
a.blogpost-hover2:hover{background:#fff; color:#333;}

/*Navigation-tabs3*/
.navigation-tabs3{
height:43px;
border-bottom:1px solid #ebebeb;
}
.navigation-tabs3 li{
height:43px;
float:left;
background:#efefef;
color:#999999;
padding:0 15px 0 10px;
margin-left:2px;
border-left:1px solid #ebebeb;
border-top:1px solid #ebebeb;
border-bottom:1px solid #ebebeb;
border-right:1px solid #ebebeb;
border-radius:5px 5px 0 0;
}
.navigation-tabs3 li.active{
border-bottom:1px solid #fff;
}
.navigation-tabs3 li a{
color:#999999;
}
.navigation-tabs3 li.active{
background:#fff;
color:#333;
border-left:1px solid #e5e5e5;
border-top:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
}
.navigation-tabs3 li.active a{
color:#333;
}

/*CarouFredSel Blog*/
.wrapper2 {
	background-color: white;
	width: 100%;
	height:407px;
	margin: 0px auto;
	padding: 5px;

}
.list_carousel2 {
	background-color: #fff;
	margin: 0px;
	width: 100%;
	height:407px;
	overflow:hidden;
	position:relative;
}
.list_carousel2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;

}
.list_carousel2 li {
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border: 0px solid #efefef;
	width: 100%px;
	max-height:407px;
	padding: 0;
	margin: 0px 20px;
	display: block;
	float: left;
	line-height:10px ;
	text-align:left;
}

.list_carousel2.responsive {
	width: auto;
	margin-left: 0;
}
.xprev {
	width:34px;
	height:55px;
	float: left;
	margin-left: 10px;
	background:#15262f;
	position:absolute;
	top:40%;
	left:-10px;
}

.xprev:hover{
	background:#72bf66;
}
a.xprev    img {width:14px;height:18px; display:block; background:url('/assets/images/sprite.png')  -14px -36px; margin:18px 0 0 9px;}
a:hover.xprev   img {width:14px;height:18px; display:block; background:url('/assets/images/sprite.png')  -14px -54px;}


.xnext {
	width:34px;
	height:55px;
	float: right;
	margin-right: 10px;
	background:#15262f;
	position:absolute;
	top:40%;
	right:-11px;
}
.xnext:hover{
	background:#72bf66;
}
a.xnext    img {width:14px;height:18px; display:block; background:url('/assets/images/sprite.png')  0px -36px; margin:18px 0 0 12px;}
a:hover.xnext   img {width:14px;height:18px; display:block; background:url('/assets/images/sprite.png')  0px -54px;}


.circlewrap2{
width:52px;
height:52px;
margin:0;
position:relative;
}
.circlewrap2 span{
width:23px;
height:23px;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
position:absolute;
bottom:0px;
right:-10px;
background:#0099cc;
color:#fff;
font-size:11px;
padding-top:3px;
}
.cpdl{padding:0 6px;top:28px;}

.cpwidth{width:150px;}
.cpwidth2{width:90px;}
.cpwidth3{width:290px;}
.line6{background:#e8e8e8; height:1px;  margin:30px 0 30px 0; padding:0; display:block;}


.carscontainer{
border:1px solid #e6e6e6;
}
.purchasecontainer{
border-top:1px solid #e6e6e6;
margin-top:10px;
padding:10px 20px 10px 20px;
}
.carscontainer img{ height: 135px;opacity:0.9; -webkit-transition:.2s;-moz-transition:.2s;transition:.2s}
.carscontainer img:hover{opacity:1;}

/* Términos y Condiciones */
.eviat-tyc {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 120px;
}
.eviat-tyc h1 {
	font-size: 2em;
}
.eviat-tyc ul {
	padding: 0;
	margin: 0 auto;
	list-style-position: inside;
	padding-left: 2em;
}
.eviat-tyc ul li {
	display: block;
	list-style-type: square;
	padding: 0;
	margin: .5em 0;
}
.eviat-tyc ul li a {
	padding: 0 .5em;
	line-height: 1em;
	padding: .5em 0;
	display: inline-block;
}

/* Seleccionador de habitaciones en listado de hoteles*/
.room-selector {
	overflow: hidden;
	position: relative;
	transition: 0.3s height;
}

.room-selector .expander {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	background: var(--buttons-bgcolor);
	border-top: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	color: #fafafa;
	cursor: pointer;
	transition: 0.2s all;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: bold;
}

.expander:after {
	position: relative;
	top: 2px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e114";
	margin-left: 5px;
}

.expander.expanded:after {
	content: "\e113";
}

.room-selector .expander:hover {
	background: var(--buttons-bgcolor-over);
	color: #fafafa;
}

.room-selector .room-table
{
	width: 100%;
}
.room-selector label
{
    position:relative;
    cursor:pointer;
}
.room-selector label [type="radio"]
{
    display:none;
}
.room-selector [type="radio"] + span
{
    display:inline-block;
}
.room-selector [type="radio"][disabled] + span
{
    background:#BDBDBD;
}
.room-selector .greyrow td
{
	background: #F2F2F2;
}
.room-selector table tr td {
	border-top: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	font-family: "Open Sans";
	font-size: 13px;
	padding: 0.5em 1em;
}
.room-selector table tr td+td {
	border-left: solid 1px #E6E6E6;
}

.room-selector .roombtn{
	border: 2px solid var(--secondary-color);
	padding: 0.5em 1em;
	background: var(--secondary-color);
	color: #FFF;
	border-radius: 19px;
	transition: all 0.2s ease 0s;
	text-align: center;
  width: 100%;
  font-size: 0.75rem;
}
.room-selector .roombtn.selected{
	border:2px solid #4CAF50; /*2px solid #069;*/
	color: #FFF;
	cursor: default;
	background: #4CAF50 none repeat scroll 0% 0%; /*#069 none repeat scroll 0% 0%;*/
  font-size: 0.75rem;
  
}
.roombtn.btn-disabled {
  background: var(--grey-intense-color);
  border-color: var(--grey-intense-color);
	cursor: not-allowed;
}
.roombtn.selected::before {
	content: "\f00c";
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	font-weight: var(--fa-style,900);
	margin-right: 5px;
  }

 .room-selected{
	font-family: "Open Sans";
	width: 100%;
	text-align: center;
 } 

.legales {
	-webkit-column-count: 2;
	-moz-column-count: 2; column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
}



/*  #########################
	# 	LOADER FOUNTAIN		#
	######################### */

	#fountainG{
		position:relative;
		width:234px;
		height:28px;
		margin:auto;
	}

	.fountainG{
		position:absolute;
		top:0;
		background-color:rgb(0, 85, 150);
		width:15px;
		height:15px;
		animation-name:bounce_fountainG;
			-o-animation-name:bounce_fountainG;
			-ms-animation-name:bounce_fountainG;
			-webkit-animation-name:bounce_fountainG;
			-moz-animation-name:bounce_fountainG;
		animation-duration:1.5s;
			-o-animation-duration:1.5s;
			-ms-animation-duration:1.5s;
			-webkit-animation-duration:1.5s;
			-moz-animation-duration:1.5s;
		animation-iteration-count:infinite;
			-o-animation-iteration-count:infinite;
			-ms-animation-iteration-count:infinite;
			-webkit-animation-iteration-count:infinite;
			-moz-animation-iteration-count:infinite;
		animation-direction:normal;
			-o-animation-direction:normal;
			-ms-animation-direction:normal;
			-webkit-animation-direction:normal;
			-moz-animation-direction:normal;
		transform:scale(.3);
			-o-transform:scale(.3);
			-ms-transform:scale(.3);
			-webkit-transform:scale(.3);
			-moz-transform:scale(.3);
		border-radius:19px;
			-o-border-radius:19px;
			-ms-border-radius:19px;
			-webkit-border-radius:19px;
			-moz-border-radius:19px;
	}

	#fountainG_1{
		left:0;
		animation-delay:0.6s;
			-o-animation-delay:0.6s;
			-ms-animation-delay:0.6s;
			-webkit-animation-delay:0.6s;
			-moz-animation-delay:0.6s;
	}

	#fountainG_2{
		left:29px;
		animation-delay:0.75s;
			-o-animation-delay:0.75s;
			-ms-animation-delay:0.75s;
			-webkit-animation-delay:0.75s;
			-moz-animation-delay:0.75s;
	}

	#fountainG_3{
		left:58px;
		animation-delay:0.9s;
			-o-animation-delay:0.9s;
			-ms-animation-delay:0.9s;
			-webkit-animation-delay:0.9s;
			-moz-animation-delay:0.9s;
	}

	#fountainG_4{
		left:88px;
		animation-delay:1.05s;
			-o-animation-delay:1.05s;
			-ms-animation-delay:1.05s;
			-webkit-animation-delay:1.05s;
			-moz-animation-delay:1.05s;
	}

	#fountainG_5{
		left:117px;
		animation-delay:1.2s;
			-o-animation-delay:1.2s;
			-ms-animation-delay:1.2s;
			-webkit-animation-delay:1.2s;
			-moz-animation-delay:1.2s;
	}

	#fountainG_6{
		left:146px;
		animation-delay:1.35s;
			-o-animation-delay:1.35s;
			-ms-animation-delay:1.35s;
			-webkit-animation-delay:1.35s;
			-moz-animation-delay:1.35s;
	}

	#fountainG_7{
		left:175px;
		animation-delay:1.5s;
			-o-animation-delay:1.5s;
			-ms-animation-delay:1.5s;
			-webkit-animation-delay:1.5s;
			-moz-animation-delay:1.5s;
	}

	#fountainG_8{
		left:205px;
		animation-delay:1.64s;
			-o-animation-delay:1.64s;
			-ms-animation-delay:1.64s;
			-webkit-animation-delay:1.64s;
			-moz-animation-delay:1.64s;
	}



	@keyframes bounce_fountainG{
		0%{
		transform:scale(1);
			background-color:rgb(0, 85, 150);
		}

		100%{
		transform:scale(.3);
			background-color:rgb(255,255,255);
		}
	}

	@-o-keyframes bounce_fountainG{
		0%{
		-o-transform:scale(1);
			background-color:rgb(0, 85, 150);
		}

		100%{
		-o-transform:scale(.3);
			background-color:rgb(255,255,255);
		}
	}

	@-ms-keyframes bounce_fountainG{
		0%{
		-ms-transform:scale(1);
			background-color:rgb(0, 85, 150);
		}

		100%{
		-ms-transform:scale(.3);
			background-color:rgb(255,255,255);
		}
	}

	@-webkit-keyframes bounce_fountainG{
		0%{
		-webkit-transform:scale(1);
			background-color:rgb(0, 85, 150);
		}

		100%{
		-webkit-transform:scale(.3);
			background-color:rgb(255,255,255);
		}
	}

	@-moz-keyframes bounce_fountainG{
		0%{
		-moz-transform:scale(1);
			background-color:rgb(0, 85, 150);
		}

		100%{
		-moz-transform:scale(.3);
			background-color:rgb(255,255,255);
		}
	}

	.HDinfo {
		background: var(--buttonsActive-bgcolor);
		opacity: 0.9;
		float: left;
		font-size: 12px;
		line-height: normal;
		color: #FFFFFF;
		width: 100%;
		padding: 3px;
		padding-left: 10px;
		height: 40px;
		margin-bottom: -40px;
	}

	.HDinfo .HotelName {
		font-weight: bold;
	}

	.HDinfo .Precio {
		font-weight: bold;
	}
	#imgicono-mas, #imgicono-menos {
		display: none;
		width: 35px;
		height: 35px;
		opacity: .5;
		position: relative;
		float: right;
	}
	#text2 {
		display: none;
	}
	/* start new site */
.top-info{
	background-color: #F4F4F4; 
	height: 40px;  
	width:100%;
}
.container_top{
	height: 100%;  display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.8rem;
}
.container_lang{
	text-align: right;
}
.lang-item{
	position: relative;
	display: inline-block;
	width: 30px;
	overflow: hidden;
	opacity: 0.6;
	cursor: pointer;
}
.lang-item.active{
	opacity: 1;
}
.lang-item:first-child{
	margin-right: 15px;
}

.img-responsive{
	max-width: 100%;
	max-height: 100%;
}
.container_main_menu {
  width: 100%;
  /* display: grid;
  grid-template-columns: 1fr 3fr 3fr; */
  align-items: center;
}
.text-top-menu {
  display: flex;
}
.phone_top {
  margin-left: 10px;
  color: var(--secondary-color);
  font-weight: bold;
  text-decoration: none;
}
.badge-login{
	background-color: var(--secondary-color);
}

.login_button a.dropdown-toggle {
  text-decoration: none;
  height: 40px;
  display: flex;
  width: 150px;
  justify-content: end;
  align-items: center;
	color: var(--text-color);
}
.login_button  .dropdown-menu{
	right: 0px;
}
.menu_container {
  justify-content: end;
}
.container_main_menu .container-fluid {
  padding-right: 0px;
}
.searchbox-index{
	margin-top: 0px;
	border-radius: 10px;
	border:solid 1px #d5d5d5;
	background: var(--bs-body-bg);
	color: var(--text-color);
}
.searchbox-index .nav-tabs{
	border: 0px;
}
.searchbox-index .nav-tabs > li {
  background: none;
  border: 0px;
	border-radius: 10px;
	overflow: hidden;
}
.searchbox-index .nav-tabs > li a{
  border: 0px;
}
.searchbox-index .tab-content{
	box-shadow: none;
	background: none;
  padding: 10px 15px;
}
.searchbox-index .btn-search{
	float: none;
  text-shadow: none;
  background-color: var(--secondary-color);
  text-transform: initial;
  border-radius: 19px;
  box-shadow: none;
  border-color: var(--secondary-color);
	font-size: 0.9rem;
	margin-top: 0px;
}
.searchbox-section {
  display: grid;
  /* grid-template-columns: repeat(auto-fill,minmax(250px,1fr)); */
	grid-template-columns: 1fr;
  grid-gap: 15px;
	grid-template-rows: 40px 1fr;
}
.searchbox-item-container{
	display: grid;
  /* grid-template-columns: repeat(auto-fill,minmax(250px,1fr)); */
  grid-template-columns: 3fr 2fr 3fr;
  grid-gap: 10px;
}

.title-input{
	font-size: 0.75rem;
	text-transform: uppercase;
}
.dates-container .title-input{
	grid-area: title;
}
.dates-container .inputin{
	grid-area:input-in;
	margin-top: 1px;
	border-radius: 5px 0px 0px 5px;
	border-right: none;
	padding: 0px;
  padding-left: 5px;
}
.container_extras{
	padding-left: 0px;
}

.dates-container .inputout{
	grid-area:input-out;
	margin-top: 1px;
	border-radius: 0px 5px 5px 0px;
	padding: 0px;
  border-left: solid 1px var(--grey-intense-color) !important;
  padding-left: 5px;
	
}
.searchbox-item-container-extras {
  /* padding-left: 10px; */
	display: flex;
	justify-content: space-between;
	gap:10px;
}
.searchbox-item-container-extras .form-control.mySelectBoxClass{
	max-width: 100%;
	height: 32px !important;
	
}
.searchbox-section .form-control{
	font-size: 0.85rem;
	border:0px;
}


.item_search_input {
  display: flex;
  flex-wrap: wrap;
}
.input_item_container {
  width: 100%;
	position: relative;
}
.dates-container {
  display: grid;
  grid-template-areas:
"title   title" 
"input-in input-out";
}

.modal-rooms .modal-dialog{
	width: 90%;
	max-width: 900px;
}
.modal-rooms .rooms {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
  grid-gap: 30px;
}
.searchbox-item .room{
	display: inline-block;
	width: 100%;
	position: relative;
	border: solid 1px #B6B6B6;
  border-radius: 19px;
}

.continer-info-item {
  border: solid 1px var(--grey-intense-color);
  padding: 5px 15px;
  border-radius: 10px;
	min-height: 65px;
	display:grid;
}

.title_pax{
	display: none;
}
.continer-info-item .room:first-child .title_pax{
	display: block;
	margin-top: -15px;
}
.text_category{
	color:var(--secondary-color);
}
#servicios .container{
	margin-top: 20px;
	border-top: solid 1px #939393;
  padding-top: 30px;
}

.searchbox-title {
  font-size: 0.85rem;
  font-weight: bold;
  /* text-transform: lowercase; */
  color: var(--hight-text-color);
}
.searchbox-subtitle {
  font-size: 0.8rem;
  text-transform: none;
  font-style: italic;
}
.container-flyers {
  display: grid;
  grid-template-columns: 4fr 2fr 2fr;
  grid-gap: 17px;
  margin-top: 35px;
}
.item_flyer {
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: left;
  height: 360px;
  background-size: cover;
  display: flex;
  align-items: end;
  padding: 15px;
  color: var(--white);
	text-decoration: none;
}
.item_flyer .title_flyer, .item_flyer .destination_flyer {
	text-decoration: none;
}
.desktopPBView{
	display:block;	
	padding-top: 250px;
}
.mobilePBView{
	display:none;
	padding-top: 250px;
}
.btn-general {
  padding: 10px 19px 12px;
  border: solid 1px var(--white);
  border-radius: 29px;
  font-size: 0.8rem;
  color: var(--white);
  margin: 7px 0px 0px;
}
.btn-general:hover{	
  border: solid 1px var(--white);
}

.btn-flyer {
  background-color: rgba(0, 0, 0, 0.2);
  height: 41px;
  width: 133px;
}
.btn-flyer:hover{
	background-color: rgba(0, 0, 0, 0.7);
}
.title_flyer {
  font-size: 1rem;
  font-weight: bold;
}
.destination_flyer {
  font-size: 1rem;
  font-weight: bold;
  color: var(--yellow-content);
}
.child.hasCustomSelect{
	height: 41px !important;
}
.faqs-login {
  display: grid;
  grid-template-columns: 1fr 315px;
	grid-gap:15px;
}
.faqs-login.faqs_fullwidth {
  grid-template-columns: 1fr;
}
.section-faqs-login {
  margin-top: 15px;
}
.login-home-container {
  border: solid 1px #d5d5d5;
  border-radius: 10px;
  padding: 15px;
}
.faq-container {
  padding-top: 0px;
	display: flex;
	flex-wrap: wrap;
	border:solid 1px #d5d5d5;
	border-radius: 10px;
}
.title_login{
	text-transform: uppercase;
	margin-bottom: 15px;
}
.childs-container {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--grey-intense-color);
  padding-bottom: 10px;
	position: relative;
  float: left;
}
.room:last-child .childs-container{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.img_faqs {
  position: relative;
  width: 281px;
  max-width: 100%;
  float: left;
  height: 100%;
	background-size: cover;
  border-radius: 10px 0px 0px 10px;
}
.question_container {
  display: inline-block;
  width: 66%;
  margin-left: 15px;
  min-width: 400px;
  padding-top: 32px;
  color: var(--bs-black);
}
.title_questions {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--hight-text-color);
}
.question {
  font-size: 0.85rem;
  font-weight: bold;
  margin-top: 10px;
}
.answer {
  font-size: 0.85rem;
  margin-top: 10px;
}
.btn-answers {
  margin-top: 23px;
  color: var(--secondary-color);
  font-weight: bold;
  text-transform: none;
}
.input_item_form{
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
#login_new_user{
	padding-bottom: 10px;
}
.item_hotel {
  display: flex;
  border: solid 1px #B6B6B6;
  border-radius: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}
.itemscontainer{
	padding-left: 15px;
}
.search_by_hotel {
  background: #f4f4f4;
  padding: 25px 5px 15px 5px;
  border-radius: 10px;
}
.search_by_hotel .title_filter_item {
  text-align: center;
}
.title_filter_item {
  font-size: 0.8rem;
  font-weight: bold;
  text-shadow: none;
	padding-bottom: 10px;
}
.filters .btn-search {
  background: var(--secondary-color);
  border-radius: 10px;
  border-color: var(--secondary-color);
  width: 100%;
  position: relative;
  margin: 15px 0px 0px 0px;
}
.filter_item {
  margin-bottom: 15px;
	padding-top: 10px;
	font-size: 0.8rem;
}
.filter_item label {
  display: flex;
  margin-bottom: 10px;
}
.filter_item label input{
	margin-right: 10px;
}
/* jslider changes*/
.jslider .jslider-bg .v {
  top: 2px;
  height: 2px;
  background: var(--grey-intense-color);
}
.jslider_round .jslider-pointer {
  
  background: var(--secondary-color);
  border-radius: 50%;
  
}
/* list */
.item_hotel .itemlabel3{
	display: grid;
  grid-template-columns: 1fr 230px;
  grid-template-areas:
		"description prices";
}
.item_hotel .labelleft2 {
  grid-area: description;
	display: flex;
  align-items: start;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 20px;
  flex-direction: column;
}
.item_hotel .labelright {
  grid-area: prices;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #B6B6B6;
  padding-left: 20px;
  padding-right: 11px;
}
.hotel_info_item {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.title_hotel {
  margin-bottom: 5px;
}
.zone_hotel {
  margin-bottom: 5px;
}
.address_container .fa{
	margin-right: 10px;
}
.price_container {
  margin-bottom: 10px;
  color: var(--text-color);
}
.pagination{
	justify-content: center;
	flex-wrap: wrap;
}
.recomendation_mxvx {
  position: absolute;
  top: 0px;
  left: 0;
  background: #D45225E8;
  padding: 5px;
  color: var(--white);
  width: 100%;
  text-align: center;
}
.price_value{
	font-size: 1.3rem;
  color: var(--text-color);
  font-weight: 500;
	display: inline-block;
	margin-top: 10px;
}
.back_link{
	color:#636363;
	font-size: 0.85rem;
	text-decoration: none;
}
.back_sites{
	width: 100%;
	padding-bottom: 20px;
}
.page-link {
  color: var(--hight-text-color);
	height: 40px;
  align-items: center;
  display: flex;
}
.page-item.active .page-link, .page-item:hover .page-link {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
	color:#FFF;
}
.item_hotel .details{
	border-color:var(--secondary-color);
	background: var(--secondary-color);
	color: var(--white);
	border-radius: 19px;
	width: 100%;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	text-align: center;
}
/* details */
.rooms-table {
  width: 100%;
  display: inline-block;
  border: 0px;
}
.rooms-table form {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  grid-gap: 15px;
  border: 0px;
}
.item_room {
  padding: 15px;
}
.purchase-container {
  position: absolute;
  right: 0;
  background-color: white;
  z-index: 30;
}
.bordered-container {
  margin-bottom: 2rem;
  transition: 200ms box-shadow;
  background: transparent;
	background-color: transparent;
  position: relative;
	
  padding-top: 0px;
  margin-top: 0px;

}
.options_container {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
  margin-top: 10px;
}

.price_container_aside{
	position: sticky;
  display: inline-block;
  border: solid 1px red;
  width: 100%;
  top: 10px;
	border-radius: 1rem !important;
	border: solid 1px var(--grey-intense-color);
  padding: 25px 15px 10px 15px;
}
.price_container_aside h5 {
  color: var(--secondary-color);
  font-weight: bold;
}
.price_container_aside .fontw {
  font-weight: bold;
  font-size: 1.5rem;
}
.price_container_aside .fontre {
  font-size: 0.85rem;
  color: var(--grey-intense-color);
}
.price_container_aside #reservar {
  background: var(--secondary-color);
  padding: 10px;
  border-radius: 30px;
  min-width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: var(--white);
	width: 100%;
}
.btn-azul4 {
  text-align: center;
}
.price_container_aside .text-center {
  text-align: left !important;
  font-size: 1rem;
}
#cart-info {
  font-size: 1rem;
}
#selected-rooms {
  font-size: 0.85rem;
  color: var(--secondary-color);
}
.item_room {
  padding: 0px;
  border: solid 1px var(--grey-intense-color);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.item_room_image {
  max-height: 192px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.room_item_info{
	padding: 0px 15px 0px 15px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
  flex: 1;
  grid-template-rows: auto 1fr;
}
.title_room {
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 0.85rem;
	border-bottom: 1px solid var(--grey-light-color);
}
.list-group-item{
	border-left: 0px;
	border-radius: 0px;
	border-right: 0px;
	border-color:var(--grey-light-color);
	padding-left: 0px;
	background: none;
}
.item_room.item_selected {
  background: #F8FFEE;
  border-color: #4CAF50;
}
.options_container {
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr /* repeat(auto-fill,minmax(130px,1fr)) */;
	/* grid-gap: 10px; */
	grid-gap: 20px;

}
.hotel_beds_container {
  padding: 10px 0px;
  color: var(--bs-body-color);
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
	width: 100%;
}
.hotel_beds_container .mySelectBoxClass > .customSelectInner{
	font-size: 0.75rem;
}
.hotel_beds_container .bed_selector {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 12px;
	overflow: hidden;
}
.hotel_beds_container select {
  font-size: 12px;
	z-index: 2;
}
.hotel_name_container {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: center;
  margin-top: 10px;
}
.hotel_title {
  color: var(--text-color);
  font-size: 1.6rem;
}
.thotel {
  display: inline-block;
}
.cityname {
  display: inline-block;
}
.star-c.imgpos2 {
  color: #E9B910;
  font-size: 1rem;
}
.direccion {
  font-size: 0.85rem;
  color: #000;
}
.btn-reservar, .btn-reservar:hover {
  background: var(--secondary-color);
  text-align: center;
  color: var(--white);
  padding: 5px 10px 5px 10px;
  border-radius: 19px;
  text-decoration: none;
}
.description_detail .container{
	display: flex;
}
.map{
	width: 100%;
	height: 240px;
}
.description_detail {
  padding-top: 50px;
	margin-bottom: 30px;
}
.title_desc{
	font-size: 1.2rem;
	margin-bottom: 10px;
	font-weight: bold;
}
.contactus_container .container{
	display: flex;
	border-top: solid 1px #939393;
  padding-top: 30px;
}
.titulolista {
  font-size: 0.85rem;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 10px;
  color: var(--secondary-color);
}
.amenities .list-group {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
}
.amenities .list-group-item {
  font-size: 0.85rem;
	border: 0px;
}
.amenities .list-group-item .fas {
  margin-right: 5px;
}
.contact_us_btns {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
	align-items: center;
	text-align: center;
}
.contact_us_text .title_desc{
	text-transform: capitalize;
}
.btn.btn_secondary {
	background: var(--secondary-color);
	color: var(--white);
	border-radius: 19px;
}

.btn_green {
	background: #4CAF50;
	color: var(--white);
	border-radius: 19px;
}
.btn_green:hover{
	background: #4CAF50;
	color: var(--white);
}

.contact_us_btns .fa, .contact_us_btns .fab {
	margin-right: 5px;
}
.section_booking .container{
	display: flex;
	/* flex-direction: row-reverse; */
	flex-wrap: wrap;
}
.booking_container{
	border-radius: 10px;
  overflow: hidden;
}
.image_booking{
	max-height: 150px;
  overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.booking_details .title_desc {
  padding-top: 10px;
  padding-left: 15px;
  display: inline-block;
}
.delete_prod{
	position: absolute;
	right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: #FFFFFFBC;
  text-align: center;
  border-radius: 0px 10px 0px 0px;
}
.register_payment_container {
padding-left: 20px;
}
.container{
	max-width: 1366px;
}
.reservation_dates {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
  border-top: solid 1px #D9D9D9;
  padding-top: 10px;
}
.title_dates_item {
  text-transform: uppercase;
  font-size: 0.65rem;
}
.reservation_dates .dates-item {
  padding-right: 10px;
  padding-left: 0px;
}
.reservation_dates {
  text-align: left;
  font-weight: bold;
  font-size: 0.85rem;
}
.container_name_paxes{
	padding-left: 25px;
	padding-right: 25px;
}
.pax_item{
	display: grid;
	grid-gap:15px;
	grid-template-columns: repeat(auto-fill, minmax(270px,1fr));
	padding-left: 15px;
	padding-right: 15px;
}
.room_board_type {
  padding-left: 15px;
  font-style: italic;
}
.total_pax_container{
	padding-left: 15px;
	padding-right: 15px;
}
.item_totalpax {
  color: var(--secondary-color);
}
.extra_info_item{
	padding-left: 15px;
	padding-right: 15px;
}
.extra_info_item .eviatblue, .pax_item .eviatblue{
	color:var(--text-color);
}
.pax_item .form-control{
	border-radius: 10px;
}
.section_booking {
  margin-top: 30px;
}

.section_message .container {
  display: flex;
}
.image_top_booking {
  position: relative;
  width: 80%;
  max-width: 490px;
  margin-bottom: -20px;
  display: inline-block;
}
.image_top_booking::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--secondary-color);
  left: -20px;
  top: -20px;
  border-radius: 10px;
  z-index: 0;
}
.image_top_booking .fwimg {
  position: relative;
  border-radius: 10px;
  object-fit: contain;
}
.message_image {
  text-align: right;
}
.section_message .container {
  display: flex;
}
.section_message {
  background: #F4F4F4;
  padding-top: 50px;
}
.message_text {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  color: var(--secondary-color);
  font-weight: bold;
  justify-content: start;
}
.icon_reservation{
	font-size: 2.5rem;
	width: 100%;
}
.icon_reservation .fa{
	font-size: 3rem;
}
.booking_confirm{
	margin-top: 50px;
}
.bookingcode {
  margin-top: 15px;
  padding-left: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.bookingcode .bold {
  color: var(--secondary-color);
  font-size: 1.5rem;
}
.login_button li {
  padding: 10px;
}
.login_button li a {
  /* color: var(--white); */
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  /* background: var(--secondary-color); */
  /* border-radius: 19px; */
  width: 100%;
  display: inline-block;
}
.btn_login_container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
  height: 100%;
}
.btn_item{
	text-align: center;
  width: 100%;
	
}
.btn-profile {
  background: var(--secondary-color);
  color: var(--white);
  border-radius: 19px;
  margin: 10px;
}
.modal-rooms .modal-title{
	font-weight: bold;
}
.modal-rooms .modal-header{
	border-bottom: 0px;
}.modal-rooms .modal-footer{
	border-top: 0px;
  justify-content: center;
  padding-top: 0px;
}
.close_modal {
  position: absolute;
  right: 22px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
}
.modal-rooms .close_modal .btn-close{
	background: #E0DCDC78;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
  font-size: 1.5rem;
}
.room_changes{
	border:solid 1px #B6B6B6;
	border-radius: 19px;
	margin-bottom: 15px;
}
.box-habitacion{width: 100%; border-radius: 8px; padding-bottom: 20px; border: 0px solid #dadada;}
.box-habitacion .form-control:disabled:not(.hasDatepicker), .form-control[readonly]:not(.hasDatepicker) { color:#000000; background-color: transparent; border:none; }
.box-habitacion .form-control.hasDatepicker:disabled, .form-control.hasDatepicker[readonly]{ background-color: transparent; }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	width: 40px;
	height: 40px;
	font-size: 1rem;
}
.daterangepicker .drp-calendar{
	max-width: 470px;
}
.box-habitacion .wrap-minus-plus{width:80px; display: inherit; margin-right: 5px; }
.box-habitacion span.minus, .box-habitacion span.plus{
	margin: auto; padding: 0px; border:0px solid #00ABCD; color:#FFF; border-radius: 50% !important; font-size: 9px; display: flex;
	height: 20px;
  width: 20px;
  background: var(--grey-intense-color);
  text-align: center;
  align-items: center;
  justify-content: center;
}
.box-habitacion span.minus:focus, .input-group-form span.plus:focus, .box-habitacion span.minus:hover, .box-habitacion span.plus:hover{ background-color:var(--secondary-color); color:#FFF; cursor: pointer;}

.box-habitacion .text-label{font-size:15px; color: var(--text-color); }
.box-habitacion .text-label span{font-size:14px; font-weight: 400; display: block;}
.box-habitacion .input-select .select2-container .select2-selection--single{outline:none;  border: 1px solid #00ABCD;}
.box-habitacion .input-select .select2-container--default .select2-selection--single .select2-selection__rendered{color:#00ABCD;}
.box-habitacion .input-select .select2-selection__arrow{ background-color: transparent; }
.box-habitacion .input-select .select2-container--default .select2-selection--single .select2-selection__arrow b{ border-color: #00ABCD transparent transparent transparent;}
.box-habitacion .input-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #00ABCD transparent;}

.habitaciones-info{ line-height: 33px; font-size: 13px; padding: 0px; padding-left: 5px; vertical-align: middle; color: var(--text-color);
display: flex;
justify-content: space-between;
align-items: center;margin-top: 4px; }
.habitaciones-info span.material-icons-outlined{ padding-right: 5px; vertical-align: middle; margin-top: -1px;}
.habitaciones-info.dropdown-toggle::after {display: none;}
.room_title_item{
	color:var(--secondary-color) !important;
	font-weight: lighter;
}
.room_changes span.fa{
	font-weight: bold;
  display: inline-block;
}
.pax-title-item{
	color:var(--text-color) ;
	font-weight: 600;
}
.dropdown-menu .form-control {
  height: 27px;
  padding: 0;
  /* border: none !important; */
}
.count_data{
	margin-right: 5px;
}
.buttons-section-details {
	display: flex;
	justify-content: space-around;
	align-items: center;
	box-sizing: border-box;
  }
.contact_top_info{
	font-size: 11px;
}
.contact_top_info .info_topmenu	{
	display: inline-block;
}

.habitaciones-info .fa{
	color: var(--text-color);
}
.childs svg path{
	fill: var(--text-color);
}
.habitaciones-info .px-2 {
  display: flex;
  align-items: center;
}
.input_autocomplete{
	display: flex;
	align-items: center;
}
.input_autocomplete .fa {
  margin-right: 5px;
}
.input_dates_container {
  display: flex;
  align-items: center;
  margin-top: 9px;
}
.image_booking .fwimg{
	visibility: hidden;
}
#hotel-details {
	padding-right: 15px;
}
.login_button .form-control{
	border:solid 1px #B6B6B6;
	padding: 5px;
	min-height: 40px;
  margin-top: 5px;
}
.btn-main,.btn-main:hover{
	border-radius: 19px;
	background-color: var(--secondary-color);
	color:#fff;
	border-color: var(--secondary-color);
}
.btn-secondary{
	border-radius: 19px;
}
.dropdown-header {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
}
#formEmail .btn-search5{
	margin-top: 15px;
}
.searchbox-title-container {
  margin-bottom: 15px;
}
.main_search_container{
	flex-wrap: wrap;
	width: 100%;
}
.btn_transparent , .btn_transparent.collapsed{
  color: var(--text-color);
  border: solid 1px #B6B6B6 !important;
  border-radius: 15px;
  font-size: 0.85rem;
  width: 100%;
}
.room_item_info .list-group{
	border-bottom: 1px solid var(--grey-light-color);
}
.room_item_price {
	font-size: 21px;
}
.profile_container{
	display: flex;
	margin-top: 20px;
}
.tabs_profile_container{
	border-right: 1px solid #cccccc;
}
.text-tabs {
	margin-left: 10px;
}

.tabs_profile_container .nav-link.active,.tabs_profile_container .nav-link:hover {
  background-color: var(--secondary-color);
  color: var(--white);
}
.tabs_profile_container .nav-item {
  width: 100%;
  
}
.tabs_profile_container .nav-link {
  width: 100%;
  text-align: left;
  border-radius: 0px;
	color:#000;
}
.tabs_profile_container .nav-tabs{
	border: 0px;
	position: sticky;
	top:20px;
}
.loader_container{
	background-color: #FFF;
}
#mapModal{
	z-index: 99999;
}
#mapModal .modal-dialog{
	max-width: 90%;
  height: 100vh;
}
#mapModal .modal-body{
	height: 85vh;
}
#map2{
	height: 100%;
}
.mapa_google{
	height: 100%;
}
.markerHotelBox {
  display: flex;
  gap: 10px;
	min-height: 130px;
}
.markerHotelTitle {
  color: var(--text-color);
  font-weight: bold;
  font-size: 1rem;
}
.btn-marker-container {
  margin-top: 10px;
}
.btn-marker-container .bookbtn{
	border: 2px solid var(--secondary-color);
	background: var(--secondary-color);
  color: #FFF;
	border-radius: 19px;
	text-decoration: none;
  display: inline-block;
	width: 100%;
	text-align: center;
}

	#purchase-filters{
		display: grid;
		flex-wrap: wrap;
		gap: 15px;
		grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
	}
#purchases .collapsible-header.collapsed{
	color:#000;
}
.collapsible-header * {
  animation: ease-in-out;
  transition: all 0.5s;
}
#purchases .collapsible-header{
	text-decoration: none;
	position: relative;
	padding-right: 35px;
}
#purchases .collapsible-header .fa{
	position: absolute;
	right: 15px;
	top	:0px;
}
#purchases .collapsible-header:not(.collapsed){
	color:#FFF;
	background-color: var(--secondary-color);
}
#purchases .collapsible-header:not(.collapsed) .fa{
	rotate: 180deg;
}

.page-link.active{
	background-color: var(--secondary-color);
	border-color:var(--secondary-color);
}
.circle_payment{
 width: 20px;
 height: 20px;
 position: relative;
 border:solid 1px #C8C8C8;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
}
.form-check-label{
	display: grid;
	grid-template-columns: 25px 1fr;
	grid-gap: 5px;
	align-items: center;
	font-size: 0.85rem;

}
.circle_payment::before{
	content: " ";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: var(--backgroud-color);
	position: relative;
	z-index: 2;
	display: inline-block;
}
.form-check-input{
	display: none;
}
.form-check-input:checked +  .circle_payment::before{
	background-color: var(--secondary-color);
}
@media screen and (min-width:993px) and (max-width:1199px){
	.text-tabs{
		font-size: 0.85rem;
	}
	.title-count{
		display: none;
	}
	.searchbox-item-container{
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 992px) {
	#purchases .collapsible-header .fa {
		
		right: 8px;
		
	}
	.top-info{
		background-color: #FFF; 
	}
	#mapModal .modal-dialog {
		max-width: 95%;
	}
	#mapModal .modal-body {
		height: 95vh;
	}
	.modal-rooms.show{
		z-index: 99999;
	}
	.modal-rooms .modal-dialog{
		width: 100%;
		max-width: 900px;
		margin: 0;
    min-height: 100%;
	}
	.modal-rooms .modal-content{
		border-radius: 0px;
		height: 100vh;

	}
	.modal-dialog .modal-content{
		margin-top: 25%;
	}
	.modal-header{
		background: #F4F4F4 !important;
	}
	.container-flyers {
		grid-template-columns: 1fr;
	}
	.text-tabs {
		display: none;
	}
	.tabs_profile_container .nav-link {
		padding: 5px;
		text-align: center;
	}
	
	  .container_main_menu .text-top-menu {
		display: none;
	
	  }

	  .searchbox-item-container{
		grid-template-columns: 1fr;
	  }

	  .searchbox-section{
		margin-bottom: 15px;
		padding: 0px;
		width: 100%;
	  }

	  .question{
		margin-right: 15px;
	  }
		#hotel-details {
			padding-left: 15px;
		}
	  .answer{
		margin-right: 20px;
	  }

	  .faqs-login{
		grid-template-columns: 1fr;
		
	  }
		.container_extras .searchbox-title-container {
			display: none;
		}
	  .faq-container {
		order: 1;
	  }
	  .login-home-container {
		order: 2;
		border: 0px;
	  }

	  #login_rememberme {
		visibility: collapse;
	  }
	  #login_forgot_psw {
		visibility: collapse;
	  }
		.hotelstab2 .search_form .searchbox-section.container_extras {
			grid-template-rows: 1fr;
		}
		.container_extras .searchbox-item-container-extras {
			padding-left: 0px;
			display: grid;
    	grid-template-columns: 1fr 1fr;
		}
	  .item_hotel .itemlabel3{
		grid-template-columns: 1fr;
		grid-template-areas:
	"description" 
	"prices     ";
	  }
		.price_value{
			font-size: 21px;
		}
	  .price_link_container {
		display: grid;
		justify-content: center;
		align-items: center;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		width: 100%;
	  }
	  .price_container{
	  margin-bottom:0px;
	  }
	  .item_hotel .details{
	  margin-top:0px;
	  }
		.item_hotel .labelleft2{
			padding-bottom: 0px;
		}
	  

	  .hotel_name_container{
		grid-template-columns: 1fr;
	}

	.btn-reservar{
		padding: 10px 5px 10px 5px;
	}

	.direccion{
		visibility: hidden;
	}

	.star-c.imgpos2{
		margin-top: 10px;
	}
	
	.details-slider{
		flex-direction: column;
		margin-top: 15px;
	}
	.details-slider img{
		width: auto;
	}
	
	.bordered-container{
		margin-top: 10px;
	}
	.title_room{
		border-bottom: 0px;
	}
	.description_detail {
		padding-top: 10px;
	  }
	.description_detail .container{
		flex-direction: column;
	}
	.description_info{
		text-align: justify;
		width: 100%;
	}
	#mapa {
		width: 100%;
		padding-top: 10px;
	  }

	.contactus_container .container{
		flex-direction: column;
		text-align: justify;
	}

	.contact_us_text{
		width: 100%;
	}

	.btn_contact_item .title_desc {
		margin-right: 15px;
		margin-bottom: 0px;
	  }
	  .btn_contact_item {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
	  }
	  .contact_us_btns {
		grid-template-columns: 1fr;
	  }

	  .btn-slick {
		position: absolute;
		height: 100%;
		top: 0px;
  	z-index: 2;
		display: flex !important;
		justify-content: center;
		align-items: center;
	  }
		.btn-slick.slick-right {
			right: 15px;
		}
		.btn-slick .fa {
			background: rgba(255,255,255,0.5);
			padding: 10px;
			border-radius: 50%;
			height: 36px;
			width: 36px;
		}
		.btn-slick.slick-left {
			left: 15px;
		}
		.details-slider{
			height: auto;
			margin-bottom: 20px;
		}
		.continer-info-item {
			border-radius: 15px;
		}
		.searchbox-index .tab-content {
			padding: 18px 0px;
		}
		.searchbox-index{
			box-shadow: none;
			border:0px
		}
		.searchbox-index .btn-search {
			font-size: 1rem;
			font-size: 600;
			width: 100%;
  			margin: 0px;
			padding-top: 15px;
			padding-bottom: 15px;
			border-radius: 100px;
		}
		.searchbg4{
			padding: 0px;
			height: 70px;
			margin-top:0px;
		}
		.dropdown-menu.box-habitacion.show {
			position: fixed !important;
			top: 0px !important;
			transform: none !important;
			height: 100%;
			width: 100%;
			overflow: auto;
		}
		.hotelstab2{
			border:none;
			padding: 0px;
			box-shadow: none;
			margin-top: 0px;
			
		}
		
		.itemscontainer{
			padding-left: 0px;
		}
		.price_container_aside #reservar{
			min-width: 120px;
		}
		.register_sticky{
			position: relative;
		}
		.paymentbox{
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 15px;
		}
		.register_payment_container{
			padding-left: 0px;
		}
		.booking_container{
			margin-top: 0px;
		}
		/* .booking_details {
			
		} */
		.booking_details .mediafix1{
			margin-left: 0px;
			padding-left: 15px;
		}
		.booking_details .mediafix1 .title_desc{
			padding-left: 0px;
		}
		.details-slider{
			margin-left: 0px;
			margin-right: 0px;
			padding-left: 0px;
			padding-right: 0px;
		}
		.slick-slider{
			padding-left: 0px;
  		padding-right: 0px;
		}
		#main-content .container{
			padding-left: 0px;
			padding-right: 0px;
		}
		.description_detail div.container{
			padding-left: 15px;
			padding-right: 15px;
		}
		.topsortby{
			width: 100%;
			padding-top: 0px;
		}
		.topsortby .form-control{
			max-width: 100%;
		}
		.topsortby .customSelect::after{
			top:4px;
		}
		.searchbox-title-container{
			width: 100%;
			color:#000;
			font-weight: normal;
		}
		.filters .card-body{
			overflow-y: auto;
			overflow-x: hidden;
		}
		.booking_confirm {
			margin-top: 30px;
		}
		.section_message .container {
			flex-wrap: wrap;
		}
		.message_image{
			order: 1;
			width: 100%;
		}
		.message_text{
			order: 2;
			margin-bottom: 20px;
			margin-top: 30px;
		}

}
@media screen and (max-width:768px) {
	
	.img_faqs{
		height: 280px;
		width: 100%;
		border-radius: 20px 20px 0px 0px;
	}
	.question_container{
		margin-left: 0px;
		width: 100%;
		max-width: 100%;
		padding-top: 32px;
		border: solid 1px var(--grey-intense-color);
		min-width: 300px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
		border-radius: 0px 0px 20px 20px;
	}
	
	.recomendation_mxvx{
		font-size: 0.75rem;
	}
	.desktopPBView{
		display:none;	
	}
	.mobilePBView{
		display:block;
	}
}
@media screen and (max-width:480px){
	.buttons-section-details{
		justify-content: space-between;
	}
	.container_top{
		/* align-items: end; */
	}
	.contact_top_info {
		font-size: 10px;
	}
	.contact_top_info .phone_top{
		margin-left: 5px;
	}
	.contact_top_info .info_topmenu {
		display: inline-block;
	}
	.lang-item {
		width: 23px;
	}
	.container_menu {
		border-top: solid 1px #7C7C7C;
		margin-top: 15px;
		border-bottom: solid 1px #7C7C7C;
	}
	img.logo {
		max-height: 80px;
	}
	.container_menu .navbar-toggler {
		border: 0px !important;
		box-shadow: none;
	}
	.daterangepicker.show-calendar .drp-buttons{
		display: flex;
		text-align: center;
		flex-wrap: wrap;
		justify-content: center;
		grid-gap: 10px;
	}
	.daterangepicker .drp-selected{
		width: 100%;
	}
	
}

/* end new site */
@media screen and (min-width: 993px) {
	#imgicono-mas, #imgicono-menos {
		display: none !important;
	}
	.topsortby-content {
		display: block !important;
	}
	.container_main_menu .navbar .container-fluid{
		padding-left: 0px;
		grid-template-columns: 1fr 3fr 3fr;
		display: grid;
		align-items: center;
	}
	#offcanvasDarkNavbar {
		position: relative;
		transform: none;
		visibility: visible;
		border-left: 0px;
		z-index: 1;
	}
	.hotelstab2 .search_form .container_extras{
		padding-left: 10px;
	}
}

	.iconoc{ display: none; }
	.detalleabit,.bloquemue,.bloqueocu,.bloqueplegado,.muemov{ display: none; }
	.bloquemue,.bloqueocu{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;  display: none; }
	.ocultcont{ display: none; }
	.filters .card.card-body {
		border: 0px;
		margin-top: 10px;
		padding: 0px;
	}

	@media screen and (max-width: 992px) {
		.filters .card.card-body{
			margin-top: 0px;
		}
		#offcanvasDarkNavbar{
			z-index: 99999;
		}
		#loadcont,#tourconte,#transconte,#procpago{ display: none; }
		.bloqueplegadox{ position: relative; width: 100%; height: 35px; background: #f4f4f4; padding: 5px; border: 2px solid #ededed; border-radius: 5px;  }
		.detalleabit,.bloquemue,.bloqueplegado,.muemov{ display: block; }
		.bloqueocu{ display: none; }
		.padding29tmov{padding-top:0px;}
		.container2{ width: auto; }
		.iconoc{ display: block; }
		.pagecontainerc,.pagecontainerc1,.pagecontainerc2{  margin-bottom: 20px; height: 90px; }
		.reserv,.reservar-btn{ display: none; }


		.contacto{ bottom: 30px; }
		.footer-logo {
			max-width: 100%;
		}
	
		#imgicono-mas {
			display: block;
		}
		.topsortby .col-xs-2 {
			width: 100%;
			margin-bottom: 10px;
		}
		.topsortby-content {
			display: none;
			width: 100%;
		}
		.topsortby-content .w25percent {
			width: 100%;
		}
		.topsortby-content .w25percent select {
			width: 100%;
		}
	
		.legales {
			-webkit-column-count: 1;
			-moz-column-count: 1;
			column-count: 1;
			-webkit-column-gap: 20px;
			-moz-column-gap: 20px;
			column-gap: 20px;
			-webkit-column-gap: 1rem;
			-moz-column-gap: 1rem;
			column-gap: 1rem;
		}
		.continer-info-item {
			min-height: 65px;
		}

		.nav .dropdown-menu {
			width: 100% !important;
			max-width: 100%;
		}
		#myTab {
			display: flex;
		}
		#myTab > li {
			width: 100%;
		}
		.navbar-brand {
			padding: 0;
			max-height: 45px !important;
		}
		.navbar-brand img.logo {
			margin-top: 0 !important;
			padding: 2px;
			max-height: 45px !important;
			width: auto !important;
		}
		.overlayNotify {
			z-index: 99990;
		}
		.notifyBox {
			z-index: 99991;
		}
		#busqueda_hotel {
			position: relative;
			/* display: inline-block; */
			max-width: 100%;
		}
		#busqueda_hotel .row {
			position: relative;
			display: inline-block;
			width: 100%;
		}
		.tab-pane .row {
			margin: 0;
			margin-top: 10px;
		}

		.filters {
			padding-left: 0px;
    	padding-right: 0px;
			width: 100%;
		}
		.filters {
			color: inherit;
		}
		.filters.side-opened {
			transform: translateX(0);
		}
		.booking-filters-close {
			width: 100%;
			position: fixed;
			height: 100vh;
			top: 0;
			left: 0;
			z-index: 9999
		}
		.mobile-button-list-hotels {
			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-gap: 15px;
			width: 100%;
		}

		.booking-filters-open {
			position: fixed;
			top: 15%;
			width: 55px;
			color: white;
			z-index: 999;
			height: 50px;
			line-height: 50px;
			font-size: 32px;
			text-align: center;
			opacity: 0.85;
			border-radius: 0 50% 50% 0px;
			cursor: pointer;
			padding-right: 10px;
			background: var(--buttons-bgcolor);
			transition: 0.35s all;
			left: 0;
		}

		.opened-toggle {
			z-index: 100000;
			border-radius: 50% 0 0 50%;
			padding-right: 0;
		}

		.daterangepicker {
			/* margin-top: -240px !important; */
			margin-left: 0px;
			z-index: 10001 !important;
			width: 250px !important;
		}
		.daterangepicker .next, .daterangepicker .prev {
			top: 17px;
		}

		.checkbox label {
			width: 100%;
			margin-bottom: 10px;
		}
		div[id^="tab"] {
			padding: 25px 0;
			background: rgba(255, 255, 255, 0.8);
			border-radius: 10px;
		}

		.htmlCustomContainer .cpdd02{
			padding-top: 15px;
		}

		.login-fullwidth .login-wrap2{
			visibility: collapse;
		}
		
		
		.buttons-profile {
			grid-area: profile;
		}
		.button-logout {
			grid-area: logout;
		}
		.login-username {
			grid-area: user;
		}
		.order_by_container{
			justify-content: center;
		}
	}

	.whatsappChat {
		position: fixed;
		float: right;
		bottom: 10px;
		z-index: 10000;
		right: 30px;
	}

	.whatsappChat img {
		max-height: 90px;
		max-width: 220px;
	}


	.loginbox {
		padding: 24px;
		margin: 0;
	}

	.n-input {
		position: relative;
	}

	.n-checkbox {
		margin-bottom: 20px;
	}

	.loginbox .n-input:not(:last-child) {
		margin-bottom: 20px;
	}

	#password_container {
		display: none;
	}

	.n-input input, .n-input textarea {
		border: none;
		border-bottom: 2px solid rgb(229 229 229);
		border-radius: 0;
		display: block;
		width: 100%;
		position: relative;
		color: #212121;
		font-size: 1em; 
		height: 34px;
	}

	.n-input span {
		content: '';
		position: absolute;
		bottom: 0;
		height: 2px;
		width: 100%;
		transform: scaleX(0);
		background: var(--buttonsActive-bgcolor);
		transition: 0.3s all;
	}

	.n-input input:focus, .n-input textarea:focus {
		outline: none;
		box-shadow: none;
		border-color: rgb(229 229 229);
	}

	.n-input input:focus+span, .n-input textarea:focus+span {
		transform: scaleX(100%);
	}
	@media screen and (max-width:991px) {
		.login_button .dropdown-menu{
			display: grid !important;
			border: 0px;
			grid-template-areas:
				"user    user  " 
				"profile logout";
		}
		.login_button a.dropdown-toggle{
			display: none;
		}
		.login_button .logtop{
			width: 100%;
		}
	}
	@media screen and (max-width:480px){
		
		.logtop {
			width: 100%;
		}

		.login-fullwidth .login-wrap2{
			visibility: collapse; 
		}
		.item_search_input.wh90percent{
			width: 100%;
		}
	}

	@media screen and (max-width:373px) {
		.contact_top_info .phone_top {
			width: 100%;
			display: inline-block;
			margin-left: 0px;
		}
	}