/*=================================
=       Generales  y Resets       =
=================================*/
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #333333;
	background: #000000;
	line-height: 24px;
	overflow-x: hidden;
	/* Set "accordion-counter" to 0 */
	counter-reset: accordion-counter;
}
main {
	background: #ffffff;
}

/* wrapper */
@media ( max-width : 1250px) {
	.container {
		width: 100%;
	}
}

@media ( min-width : 1250px) {
	.container {
		width: 1220px;
		padding: 0 10px;
	}
}

@media ( min-width : 1200px) {
	.container-fluid {
		padding: 0px;
	}
}

.text-danger {
	color: #dc3545 !important;
}

/*grid*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 10px;
	padding-left: 10px;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.row-fluid {
	margin-right: 0;
	margin-left: 0;
}

.row-fluid [class*='col-']:not(:first-child),
.row-fluid [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}

/* texto */
h1, .h1, h2, .h2, h3, .h3, h4, h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 24px;
}

.lg-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 40px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.lg-title {
		font-size: 36px;
	}
}

.lg-title strong {
	font-weight: 500;
}

.md-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	.md-title {
		font-size: 24px;
	}
}

.md-title strong {
	font-weight: 500;
}

.sm-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 21px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.xs-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

.small-print {
	font-size: 12px;
}

.entradilla {
	font-size: 18px;
	margin-bottom: 35px;
	font-style: italic;
}

.info-phone {
	color: #00abc3;
	font-weight: bold;
	padding-left: 30px;
	background: url('../img/ico-infophone.png') no-repeat left center;
}

.hotel-info-phone {
	color: #00abc3;
	font-weight: bold;
	text-align: right;
	padding: 10px 0 0 0;
}
.hotel-info-phone .fa {
	font-size: 1.1em;
	margin-right: 10px;
}

a {
	color: inherit;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: inherit;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

@media only screen and (min-width: 1200px) {
	p:last-child {
		margin-bottom: 0;
	}
}

p {
	margin-bottom: 30px;
}

p:last-of-type {
	margin-bottom: 0;
}

p.mini {
	font-size: 14px;
}

.small-print {
	font-size: 12px;
	display: block;
}

.lite-print {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #666666;
}

.blueprice {
	font-size: 45px;
	margin-bottom: 0;
	color: #00abc3;
	font-family: 'Roboto Condensed', sans-serif;
}

.blueoldprice {
	font-size: 20px;
	font-style: normal;
	text-decoration: line-through;
	font-family: 'Roboto Condensed', sans-serif;
	color: #8a8a8a;
}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	border-top: 1px solid #dadada;
}

@media only screen and (max-width: 480px) {
	hr {
		width: 100% !important;
	}
}

blockquote {
	border: none;
	padding: 0;
	margin: 0;
}

/* NÃƒÂºmero circular */
.number {
	width: 32px;
	height: 32px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 21px;
	background-color: #00abc3;
	color: #FFFFFF;
	display: inline-block;
	padding: 5px;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
	font-weight: 700;
	line-height: 24px;
}

.big-number {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #00abc3;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
	line-height: 24px;
	width: 60px;
	height: 60px;
	padding: 19px;
	font-size: 36px;
	margin-right: 15px;
}

/*colores*/
.mint {
	color: #edf4f5 !important;
}

.black {
	color: #000000 !important;
}

.white {
	color: #FFFFFF !important;
}

.teal {
	color: #00abc3 !important;
}

.bluebox {
	background-color: #edf4f5 !important;
	padding: 60px 0;
}

.blackbox {
	background-color: #000000 !important;
	padding: 60px 0;
}

.whitebox {
	background-color: #FFFFFF !important;
	padding: 60px 0;
}

/*posicionamientos*/
.go-right {
	text-align: right;
}

.go-left {
	text-align: left;
}

.centered {
	text-align: center;
}

.block-center {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
}

/* Floats */
.izda {
	float: left;
}

.dcha {
	float: right;
}

/* Resets formularios */
textarea:focus, input:focus {
	outline: 0;
	box-shadow: none !important;
	border-color: transparent;
}

textarea {
	resize: none;
}

.form-control:focus {
	box-shadow: none;
}
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; } /* Firefox 18- */
.form-control:focus::-moz-placeholder { color: transparent !important; } /* Firefox 19+ */
.form-control:focus:-ms-input-placeholder { color:transparent !important; } /* oldIE ;) */

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/* Otros resets*/
ul {
	list-style-type: none;
	-webkit-padding-start: 0px;
	margin: 0;
	padding: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus,
	.btn:active:focus, .btn:focus {
	outline: none;
	box-shadow: none;
}

.ninja {
	visibility: hidden;
	color: #000000;
}

/* imÃƒÂ¡genes responsive */
.canvas {
	max-width: 100%;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.canvas {
		display: block;
		margin: 0 auto;
	}
}

/*-----  End of Generales  ------*/
/*=======================================
=            Efectos comunes            =
=======================================*/
/*==========  Animate  ==========*/
/* body * { -webkit-transition: all 0.5s; }/*

/*.wow { visibility: hidden; }*/
/*==========  Gradient en foto  ==========*/
.inner-gradient {
	z-index: 5;
	display: block;
	content: "";
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	width: 100%;
	height: 100%;
	top: 0;
}
.inner-gradient-home {
	z-index: 5;
	display: block;
	content: "";
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*=====  Scrollbar  ======*/
.scrollbar {
	overflow-y: scroll;
	float: left;
}

.scrollbar::-webkit-scrollbar-thumb {
	background-color: #00abc3;
	border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
	background-color: #333333;
}

.scrollbar::-webkit-scrollbar-thumb:active {
	background-color: #333333;
}

/*-----  End of Efectos comunes  ------*/
/*===============================
=            Botones            =
===============================*/
.cta-primary {
	display: inline-block;
	min-width: 100px;
	max-width: 100%;
	padding: 10px 30px 10px 10px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
	background: #00abc3 url('../img/ico-xlvrw.png') no-repeat right 15px
		center;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 2px;
	border: none;
	box-shadow: inset 0px -3px 1px -1px #046472;
	-webkit-transition: all 0.5s;
	line-height: 20px;
}

.cta-primary:hover, .cta-primary:focus {
	color: #FFFFFF;
	-webkit-transition: all 0s;
	box-shadow: none;
	background-color: #0194ac;
	position: relative;
	top: 1px;
}

.cta-secondary {
	display: inline-block;
	min-width: 100px;
	max-width: 100%;
	padding: 3px 25px 3px 10px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	background: url('../img/ico-vrb.png') no-repeat right 10px center;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #000000;
	border-radius: 2px;
	-webkit-transition: all 0.5s;
	line-height: 20px;
}

.cta-secondary .fa {
	margin-left: 10px;
}

.cta-secondary:hover, .cta-secondary:focus {
	-webkit-transition: all 0s;
	color: #fff;
	background: #000 url('../img/ico-vrw.png') no-repeat right 10px center;
}

.cta-tertiary {
	display: inline-block;
	min-width: 100px;
	max-width: 100%;
	padding: 2px 25px 2px 10px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #00abc3;
	text-align: left;
	vertical-align: middle;
	background: url('../img/ico-vrblue.png') no-repeat right 10px center;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #00abc3;
	border-radius: 2px;
	-webkit-transition: all 0.5s;
	line-height: 20px;
}
.cta-tertiary .inter-link {
	
	min-width: 180px;	
	padding: 2px 25px 2px 10px;
	font-size: 14px;	
}

.cta-primary-form {
	display: block;
	width: 100%;
	padding: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #00abc3;
	line-height: 22px;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 2px;
	border: none;
}

.cta-primary-form:hover,
.cta-primary-form:focus {
	background-color: #0194ac;
	color: #FFFFFF;
	-webkit-transition: all 0s;
	box-shadow: none;
	position: relative;
}

.related-categories .linker {
	padding-bottom: 2px;
}

.inter-link {
	display: inline-block;	
	max-width: 100%;
	padding: 5px 25px 5px 10px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #00abc3;
	text-align: left;
	vertical-align: middle;
	min-width: 180px;	
	padding: 2px 25px 2px 10px;
	font-size: 14px;
	color: #7c7c7c;
	background: url('../img/mark-blueM.png') no-repeat left 0px center;	
}
.inter-link:hover, .inter-link:focus {
	-webkit-transition: all 0s;
	background: url('../img/mark-blue.png') no-repeat left 0px
		center;
	color: #00abc3;
}

.cta-tertiary .fa {
	margin-left: 10px;
}

.cta-tertiary .fa.fa-map-marker {
	margin-left: 0;
	margin-right: 10px;
}
.cta-tertiary:hover, .cta-tertiary:focus {
	-webkit-transition: all 0s;
	background: #00abc3 url('../img/ico-vrw.png') no-repeat right 10px
		center;
	color: #fff;
}
.cta-quaternary {
	display: inline-block;
	min-width: 100px;
	max-width: 100%;
	padding: 0;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #00abc3;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.5s;
	line-height: 20px;
}
.cta-quaternary:hover, .cta-quaternary:focus {
	-webkit-transition: all 0s;
	color: #0194ac;
	text-decoration: underline;
}
.see-more {
	text-decoration: underline;
	display: inline-block;
	font-size: 14px;
	float: right;
}

.see-more:after {
	display: inline-block;
	content: '';
	height: 10px;
	width: 15px;
	background: url('../img/ico-vdb.png') no-repeat right center;
}

.read-more {
	width: 160px;
	padding: 2px 10px;
	display: inline-block;
	font-weight: bold;
	float: right;
	margin-top: 10px;
	border-radius: 2px;
	border: 1px solid #000000;
}

.read-more:after {
	content: '+';
	font-size: 27px;
	font-weight: 300;
	float: right;
}

.read-more:hover:after, .read-more:focus:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.info {
	padding: 0 0 0 5px;
	position: relative;
	bottom: 2px;
	background-color: transparent;
}

.info-pax {
	padding: 0;
	position: relative;
	bottom: 2px;
	background-color: transparent;
}

/*-----  End of Botones  ------*/
/*=========================================
=            Elementos comunes            =
=========================================*/
/*==========  Formularios  ==========*/
.newsletter label {
	font-size: 12px;
	font-weight: 300;
}

.newsletter .styled-checkbox {
	width: 100%;
	text-align: center;
}

.newsletter .styled-checkbox input[type=checkbox] {
	margin-right: 5px;
}

.newsletter .styled-checkbox label {
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: sub;
}

.newsletter .input-button {
	margin-bottom: 10px;
}

.newsletter .input-button .cta-primary {
	text-transform: uppercase;
	box-shadow: none;
	border-radius: 0;
	min-width: 105px;
}

.newsletter .input-button .cta-primary:focus, .newsletter .input-button .cta-primary:hover {
	top: 0;
}

.newsletter .input-button .styled-input {
	padding: 9px;
	border-radius: 1px;
	/*border: none;*/
}

.ventajas .newsletter .checkbox span,
.footer-col .newsletter .checkbox span {
	padding-left: 25px;
	width: 100%;
}

.ventajas .newsletter .styled-checkbox {
	text-align: left;
	padding-left: 2px;
}

.ventajas .md-title {
	margin-bottom: 10px;
}

.ventajas .newsletter-text {
	margin-bottom: 20px;
}

.styled-select {
	border: 1px solid #000000;
	border-radius: 2px;
	width: 190px;
	padding: 5px 15px;
}

form .form-control {
	padding: 8px 15px;
	font-size: 16px;
	height: auto;
	border: 1px solid #a2a2a2;
	border-radius: 2px;
	display: inline-block;
}

form .form-control[readonly], form .form-control[readonly="readonly"] {
	background-color: #edf4f5;
}
select.form-control {
	padding-right: 30px;
	background: #fcfcfc url('../images/checkout/arrow-down-black.png') no-repeat right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form .form-quantity {
	text-align: center;
}

form .form-calendar {
	background: #FFFFFF url('../img/ico-calendar.png') no-repeat right 8px center;
}
form .form-calendar:hover {
	cursor: pointer;
}

form .form-2col {
	width: 49%;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	form .form-2col {
		width: 100%;
	}
}

form .help-block {
	font-size: 14px;
	line-height: 21px;
}

form .xs-input {
	width: 50px;
}

form .md-input {
	width: 100px;
}

form label {
	display: block;
}

input[type=checkbox],
input[type=radio] {
	margin: 6px 0 0;
}

form .radio {
	position: relative;
}

form .radio label {
	min-height: 20px;
	padding-left: 0;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 14px;
}

form .radio input[type=radio]:not(old) {
	width: 28px;
	margin: 0;
	padding: 0;
	opacity: 0;
	left: 20px;
}

form .radio input[type=radio]:not(old)+label {
	display: table-cell;
	margin-left: -28px;
	padding-left: 28px;
	background: url('../img/radio-uncheck.png') no-repeat top 4px left;
	line-height: 24px;
}

form .radio input[type=radio]:not(old):checked+label {
	background: url('../img/radio-check.png') no-repeat top 4px left;
}

form .radio span {
	padding-left: 25px;
}

.checkbox input[type="checkbox"]+span {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 25px;
	cursor: pointer;
	height: 24px;
	width: 24px;
	line-height: 24px;
	background: url('../img/checkbox-uncheck.png') no-repeat left center;
}

.checkbox input[type="checkbox"]:checked+span {
	background: url('../img/checkbox-check.png') no-repeat left center;
}

.checkbox input[type="checkbox"] {
	opacity: 0;
	width: 0px;
	height: 0px;
}

.checkbox label {
	padding-left: 0;
}

.checkbox label img {
	margin-right: 5px;
}

/*==========  Carousels (sliders)  ==========*/
.carousel .carousel-control.right, .carousel .carousel-control.left {
	background: none;
	display: block;
	width: 21px;
	height: 46px;
	top: 50%;
	z-index: 5;
	opacity: 1;
}

.carousel .carousel-control.right {
	background: url('../img/arrow-right.png') no-repeat;
	right: 10%;
	opacity: 0.8;
}

.carousel .carousel-control.right:hover {
	opacity: 0.8;
}

.carousel .carousel-control.left {
	background: url('../img/arrow-left.png') no-repeat;
	left: 10%;
	opacity: 0.8;
}

.carousel .carousel-control.left:hover {
	opacity: 0.8;
}

.carousel .fa {
	font-size: 70px;
	display: none;
}

.carousel .carousel-control.right {
	right: 20px;
}

.carousel .carousel-control.left {
	left: 20px;
}

.carousel .carousel-indicators li {
	border: 1px solid #ffffff;
	background-color: transparent;
}

.carousel .carousel-indicators .active {
	background-color: #ffffff;
}

.carousel .carousel-indicators.thumbnails {
	position: relative;
	bottom: auto;
	left: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

.carousel .carousel-indicators.thumbnails li {
	width: 160px;
	height: 110px;
	margin: 1px;
	border: none;
	border-radius: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-indent: initial;
}

.carousel .carousel-indicators.thumbnails .active {
	width: 160px;
	height: 110px;
	background-color: transparent;
	opacity: 1;
	filter: alpha(opacity=100);
}

@media only screen and (max-width: 1200px) {
	.carousel .carousel-control.right {
		right: 5%;
	}
	.carousel .carousel-control.left {
		left: 5%;
	}
}

@media only screen and (max-width: 767px) {
	.carousel .carousel-control.right, .carousel .carousel-control.left {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.carousel .carousel-indicators {
		display: none;
	}
}

.multi-item-carousel {
	padding: 0 20px;
}
.multi-item-carousel .carousel-inner > .item {
	-webkit-transition: 500ms ease-in-out left;
	transition: 500ms ease-in-out left;
	overflow: hidden;
}
.multi-item-carousel.2-per-slide .carousel-inner .active.left {
	left: -50%;
}
.multi-item-carousel.2-per-slide .carousel-inner .active.right {
	left: 50%;
}
.multi-item-carousel.2-per-slide .carousel-inner .next {
	left: 50%;
}
.multi-item-carousel.2-per-slide .carousel-inner .prev {
	left: -50%;
}
.multi-item-carousel.3-per-slide .carousel-inner .active.left {
	left: -33%;
}
.multi-item-carousel.3-per-slide .carousel-inner .active.right {
	left: 33%;
}
.multi-item-carousel.3-per-slide .carousel-inner .next {
	left: 33%;
}
.multi-item-carousel.3-per-slide .carousel-inner .prev {
	left: -33%;
}
.multi-item-carousel.4-per-slide .carousel-inner .active.left {
	left: -25%;
}
.multi-item-carousel.4-per-slide .carousel-inner .active.right {
	left: 25%;
}
.multi-item-carousel.4-per-slide .carousel-inner .next {
	left: 25%;
}
.multi-item-carousel.4-per-slide .carousel-inner .prev {
	left: -25%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.multi-item-carousel .carousel-inner > .item {
		-webkit-transition: 500ms ease-in-out left;
		transition: 500ms ease-in-out left;
		-webkit-transition: 500ms ease-in-out all;
		transition: 500ms ease-in-out all;
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
		-webkit-transform: none!important;
		transform: none!important;
	}
}
.multi-item-carousel .carousel-control .fa {
	display: inline-block;
	color: #000000;
	font-size: 2em;
}
.multi-item-carousel .carousel-control.left,
.multi-item-carousel .carousel-control.right {
	background-image: none;
	opacity: 0.5;
}
.multi-item-carousel .carousel-control.left {
	left: 0;
}
.multi-item-carousel .carousel-control.right {
	right: 0;
}
.multi-item-carousel .carousel-control.left:hover,
.multi-item-carousel .carousel-control.right:hover {
	opacity: 0.8;
}

.small-carousel .carousel-control .fa {
	display: inline-block;
	color: #000000;
	font-size: 2em;
}
.small-carousel .carousel-control.left,
.small-carousel .carousel-control.right {
	background-image: none;
	opacity: 0.5;
}
.small-carousel .carousel-control.left {
	left: 50px;
}
.small-carousel .carousel-control.right {
	right: 50px;
}
.small-carousel .carousel-control.left:hover,
.small-carousel .carousel-control.right:hover {
	opacity: 0.8;
}

.screen-slide {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	height: 680px;
}

.screen-slide iframe {
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin-bottom: -6px;
}

.screen-slide p {
	margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
	.screen-slide {
		height: 480px;
	}
}

@media only screen and (max-width: 767px) {
	.screen-slide {
		height: 380px;
	}
}

.screen-slide .carousel-caption {
	left: 60px;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.screen-slide .carousel-caption {
		left: 40px;
	}
}

.screen-slide .carousel-caption-home {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 3rem;
	z-index: 10;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	width: 100%;
}

.screen-slide .carousel-slide-counter {
	position: absolute;
	right: 5%;
	bottom: 0;
	left: 5%;
	z-index: 10;
	padding: 0 0 10px 0;
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	letter-spacing: 2px;
	font-weight: 600;
}

.slide-carousel {
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
	z-index: 0;
}

/*==========  Box-item (post)  ==========*/
.box-item {
	position: relative;
	background: no-repeat center;
	background-size: cover;
	background-color: #FFFFFF;
	height: 350px;
}

.box-item .sm-title {
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.box-item {
		height: 300px;
		margin-bottom: 30px;
	}
}

.box-picture {
	height: 170px;
	background: no-repeat center;
	background-size: cover;
	background-color: #FFFFFF;
}

.box-list {
	padding: 20px;
}

.box-list .sm-title {
	text-transform: initial;
	height: 55px;
}

.box-list li {
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 0;
}

.box-list li:last-child {
	border: none;
}

.box-list li a:hover {
	color: #00abc3;
	text-decoration: underline;
}

.box-list .cta-primary {
	text-transform: initial;
	width: 100%;
	margin-top: 20px;
}

.top-headerbox {
	min-height: 90px;
	background: #edf4f5;
	padding: 20px 5px;
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.no-headerbox {
	padding: 20px 5px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 100%;
	color: #FFFFFF;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.bottom-headerbox {
	min-height: 140px;
	background: #FFFFFF;
	padding: 20px 5px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.bottom-headerbox p {
	margin-bottom: 15px;
}

.bottom-headerbox .sm-title {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	color: #FFFFFF;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.bottom-headerbox .cta-primary {
	text-transform: initial;
}

/*==========  Pagination  ==========*/
.pagination {
	display: block;
	text-align: center;
	border-top: 1px solid #000000;
	border-radius: 0;
	padding-top: 15px;
	margin-top: 0;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	padding: 3px 5px;
	background: none;
	border: none;
	font-size: 14px;
	color: #333333;
}

.pagination .active>a, .pagination .active>a:focus, .pagination .active>a:hover,
	.pagination .active>span, .pagination .active>span:focus, .pagination .active>span:hover
	{
	background: none;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

/*==========  Breadbrumb  ==========*/
.breadcrumb {
	font-size: 12px;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	margin-bottom: 0;
	color: #6b6b6b;
}

@media only screen and (max-width: 767px) {
	.breadcrumb {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb {
		padding: 15px 0 20px;
	}
}

.breadcrumb>.active {
	font-weight: normal;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #6b6b6b;
	content: ">";
}

/*==========  Tarjeta circular  ==========*/
.gift-card {
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 6;
}

.gift-card-hotel {
	display: block;
}

.gift-card img,
.gift-card-hotel img {
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.gift-card {
		display: none;
	}
}

/*==========  Premios Rusticae  =============*/
.award {
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
}

@media only screen and (max-width: 767px) {
	.award {
		display: none;
	}
}

/*==========  Tarjeta rectangular  ==========*/
.giftcard-banner {
	padding: 25px 10px;
	border: 1px solid #dedede;
	border-radius: 2px;
	max-width: 320px;
	margin: 0 auto 20px;
	background: white;
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #ffffff 64%, #f0f0e8
		78%, #f0f0e8 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#f0f0e8', GradientType=0) /* IE6-9 */
}

.giftcard-banner .xs-title {
	margin-bottom: 5px;
	font-weight: 400;
	line-height: 21px;
}

/*==========  Hotel Rating  ==========*/
.hotel-rating {
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 10px;
	right: 20px;
	background: url('../img/ico-rating-10.png') no-repeat;
	text-align: center;
	padding-top: 8px;
	color: #00abc3;
	font-weight: bold;
	z-index: 1;
}

.hotel-no-rating {
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 10px;
	right: 20px;
	background: url('../img/ico-no-rating-10.png') no-repeat;
	text-align: center;
	padding-top: 8px;
	color: #8b8a8a;
	font-weight: bold;
	z-index: 1;
}

.hotel-rating-review {
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 10px;
	left: 20px;
	background: url('../img/ico-rating-10.png') no-repeat;
	text-align: center;
	padding-top: 8px;
	color: #00abc3;
	font-weight: bold;
	z-index: 1;
}

.hotel-rating-link-reviews {
	display: block;
	text-align: right;
	padding: 0 0 8px 0;
	margin-top: -10px;
	font-size: 12px;
}

.reservation-cta {
	padding: 20px 0;
}
/*==========  NavegaciÃƒÂ³n por tabs  ==========*/
.nav.nav-tabs {
	border-bottom: 2px solid #000000;
	position: relative;
}

.nav.nav-tabs>li {
	margin-bottom: -2px;
}

.nav.nav-tabs>li>a {
	text-transform: uppercase;
	border: 1px solid #000000;
	border-bottom: 2px solid #000000;
	position: relative;
	font-weight: bold;
	padding: 5px 30px 5px 15px;
	top: 7px;
	background: url('../img/ico-vrb.png') no-repeat right 10px center;
}

.nav.nav-tabs>li>a:hover {
	top: 1px;
	padding: 8px 30px 8px 15px;
}

@media only screen and (max-width: 767px) {
	.nav.nav-tabs>li>a {
		font-size: 10px;
	}
}

.nav.nav-tabs>li.active>a {
	color: #FFFFFF;
	border: 2px solid #000000;
	padding: 8px 30px 8px 15px;
	top: 0;
	background: #000000 url('../img/ico-vdw.png') no-repeat right 10px top
		18px;
}

.nav.nav-tabs>li.active>a:hover, .nav.nav-tabs>li.active>a:focus {
	border: 2px solid #000000;
	background: #000000 url('../img/ico-vdw.png') no-repeat right 10px top
		18px;
}

.nav.nav-tabs>li>a:hover {
	background-color: transparent;
}

.nav.nav-tabs>li.active>a:hover {
	background-color: #000000;
}

/*==========  Listados  ==========*/
.tic {
	text-align: left;
}

.tic li {
	text-indent: -20px;
	margin-left: 20px;
	margin-bottom: 5px;
}

.tic li:before {
	background: url('../img/ico-tic.png') no-repeat left;
	padding-left: 20px;
	content: "";
}

.popover {
	background-color: #00abc3;
	color: #FFFFFF;
	border-radius: 0;
	max-width: 450px;
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
}

.popover.bottom>.arrow:after {
	border-bottom-color: #00abc3;
}

.popover .popover-content {
	padding: 20px;
}

/*==========  Elegant scrollbar  ==========*/
/*
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
}
*/
/* == corazÃƒÂ³n marcar favoritos == */
.favorite {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 90;
	cursor: pointer;
}

.favorite.favorite-map {
	top: 15px;
	right: auto;
	left: 25px;	
}

.favorite .fa {
	display: block;
	font-size: 30px;
	color: #fff;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.favorite .fa.fa-heart {
	color: #000;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 1px;
}

.favorite:hover .fa.fa-heart {
	color: #000;
	color: rgba(0, 0, 0, 0.6);
}

.favorite .fa.fa-heart-o {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 31px;
}

.favorite.favorited .fa.fa-heart {
	color: #fb3c3c;
	opacity: 1;
	text-shadow: none;
}

/* -- <3 -- */
/*-----  End of Elementos comunes  ------*/
/*==============================
=            HEADER            =
==============================*/
.main-header {
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	padding: 10px 20px 0;
	border-bottom: 1px solid #ebebe6;
	text-align: center;
	position: relative;
}

.main-header .header-logo {
	text-align: left;
}
.main-header .header-top,
.main-header .header-bottom {
	text-align: right;
}
.main-header .header-top {
	padding-bottom: 10px;
}
.main-header .header-bottom {
	/*padding: 12px 0 22px 0;*/
	padding: 12px 10px 5px 0;
}
@media only screen and (max-width: 991px) {
	.main-header .header-top {
		padding-top: 15px;
	}
	.main-header .header-bottom {
		text-align: center;
	}
}

.main-header .header-contact {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.main-header .header-contact span {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
}

.main-header .header-contact ul li {
	display: inline;
	font-weight: 400;
}

.main-header .header-contact ul li.contact-phone {
	font-size: 14px;
	color: #666666;
	padding: 0 5px;
}

.main-header .header-contact ul li.contact-phone .fa {
	margin-right: 5px;
	font-size: 1.2em;
}

@media only screen and (max-width: 991px) {
	.main-header .header-contact ul li.contact-phone {
		display: block;
	}
}

.main-header .header-contact img {
	margin-right: 10px;
}

.main-header .header-contact a {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.main-header .header-contact {
		display: none;
	}
}

.main-header .logo {
	display: inline-block;
	margin: 0;
	width: 215px;
}

.main-header .logo img {
	width: 100%;
	vertical-align: middle;
}

@media only screen and (max-width: 991px) {
	.main-header .logo {
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.main-header .logo {
		margin: 15px auto 0;
	}
	.main-header .logo img {
		width: 75%;
	}
}

@media only screen and (max-width: 480px) {
	.main-header .logo img {
		width: 55%;
	}
}

.main-header .header-session {
	display: inline-block;
	margin-left: 7px;
}

@media only screen and (max-width: 767px) {
	.main-header .header-session {
		display: none;
	}
}

.main-header .header-session li {
	display: inline-block;
}

.main-header .header-session li .word-link {
	color: #666666;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	opacity: 0.7;
}

.main-header .header-session.mobile {
	display: none;
}

@media only screen and (max-width: 767px) {
	.main-header .header-session.mobile {
		display: block;
	}
}

.main-header .header-session a.elegant-session {
	margin-bottom: 10px;
	opacity: 0.7;
	color: #666666;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	padding: 2px 0;
}

.main-header .header-session a.elegant-session.search-giftcard {
	color: #00abc3;
	opacity: 1;
	margin-right: 5px;
}

.main-header .header-session a.elegant-session.search-giftcard .fa {
	margin-right: 5px;
}
	
.main-header .header-session a.elegant-session:hover,
.main-header .header-session a.elegant-session:focus {
	opacity: 1;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.main-header .header-session a.elegant-session {
		font-weight: 400;
		margin-bottom: 15px;
	}
}

.main-header .header-session .dropdown-list {
	padding: 10px 0;
}

.main-header .header-session .dropdown-list li {
	display: block;
	margin-bottom: 10px;
}

.main-header .site-language {
	position: absolute;
	top: 55px;
	right: 20px;
}

@media only screen and (max-width: 767px) {
	.main-header .site-language {
		top: 42px;
	}
}

.main-header .site-language .fa {
	margin-left: 7px;
	font-size: 12px;
}

.top-nav {
	display: inline-block;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
	.top-nav {
		margin: 0 -15px;
	}
}

@media only screen and (max-width: 767px) {
	.top-nav {
		border: none;
	}
}

.top-nav .navbar-header {
	position: absolute;
	top: 0;
	left: 0;
}

.top-nav .navbar-header .icon-bar {
	background-color: #FFFFFF;
}

.top-nav .navbar-header .cta-secondary {
	background: url('../img/ico-burgerblack.png') no-repeat right 10px center;
	border-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 480px) {
	.top-nav .navbar-header .cta-secondary {
		height: 25px;
		min-width: 37px;
	}
}

.top-nav .navbar-header .cta-secondary:hover {
	color: #000000;
}

.top-nav .navbar-header .cta-secondary em {
	font-style: normal;
}

@media only screen and (max-width: 480px) {
	.top-nav .navbar-header .cta-secondary em {
		display: none;
	}
}

.top-nav .navbar-collapse {
	padding: 0;
}

.top-nav .navbar-toggle {
	margin: 0;
	color: #000000;
}

.top-nav ul {
	text-align: right;
}

.top-nav ul li {
	display: inline;
}

@media only screen and (max-width: 767px) {
	.top-nav ul li {
		display: block;
	}
}

.top-nav li>a {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	padding: 0 0 0 20px;
	display: inline-block;
	font-weight: 600;
	-webkit-transition: all 0.3s;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
	.top-nav ul {
		text-align: center;
	}
	.top-nav li>a {
		font-size: 16px;
	}
}

.top-nav li>a:hover {
	color: #00abc3;
}

.sticky { 
	@-webkit-keyframes fadeInDown { 
		0% { 
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
		}
		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}
	@keyframes fadeInDown { 
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
		}
		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}
}
.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	visibility: visible;
	display: initial;
	z-index: 99;
	min-height: 70px;
	padding: 15px 0px 0;
	display: none;
	/* Fade in down effect */
	-webkit-animation: fadeInDown 0.3s;
	/* Safari, Chrome and Opera > 12.1 */
	/* Firefox < 16 */
	-ms-animation: fadeInDown 0.3s;
	/* Internet Explorer */
	/* Opera < 10.5.1 */
	animation: fadeInDown 0.3s;
}

.sticky .header-contact, .sticky .header-session, .sticky .site-language {
	display: none;
}

.sticky .logo {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 10px;
	width: 150px;
}

@media only screen and (max-width: 767px) {
	.sticky .logo img {
		width: 100%;
	}
}

.sticky .nav-left, .sticky .nav-right {
	display: inline-block;
	width: 49%;
}

.sticky .nav-left {
	float: left;
}

.sticky .nav-right {
	float: right;
}

.sticky .navbar-header {
	position: absolute;
	bottom: 0;
	right: 0;
}

.sticky .top-nav {
	border: none;
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.sticky .top-nav li>a {
		font-size: 16px;
	}
}

.sticky .navbar-collapse.collapse.in {
	display: block !important;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.sticky {
		/*toggle a 992px en lugar de a 767px*/
		
	}
	.sticky .navbar-toggle {
		display: block;
	}
	.sticky .collapse {
		display: none !important;
	}
	.sticky .navbar-header, .sticky .navbar-nav>li {
		float: none;
	}
	.sticky .navbar-right {
		float: none !important;
	}
}

@media only screen and (max-width: 991px) {
	.sticky .top-nav ul li {
		display: block;
	}
	.sticky .navbar-collapse.collapse.in, .sticky .collapsing {
		margin-top: 40px;
	}
}

.fixed {
	display: block;
}

@media only screen and (max-width: 991px) {
	.fixed {
		display: none;
	}
}

/*-----  End of HEADER  ------*/
/*==============================
=            Footer            =
==============================*/
footer {
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 60px;
}

footer .xs-title {
	min-height: 50px;
	font-weight: 400;
}

footer .winner-badge img {
	display: block;
}

footer .middle-col {
	padding: 0 30px;
	margin: 0 10px;
}

footer .middle-col li {
	font-size: 14px;
	color: #a2a2a2;
	padding-right: 10px;
}

footer .middle-col li:hover {
	color: #FFFFFF;
}

footer .middle-col li:before {
	padding-right: 2px;
	content: ">";
}

@media only screen and (max-width: 991px) {
	footer .middle-col {
		padding: 0;
		margin: 0;
		border: none;
	}
}

footer form {
	margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
	footer .col-1 {
		display: none;
	}
	footer .footer-col {
		text-align: center;
		margin-bottom: 50px;
	}
	footer .col-3 {
		margin-bottom: 0;
	}
	footer form {
		width: 600px;
		max-width: 100%;
		margin: 0 auto;
	}
	footer .col-3 .go-right {
		text-align: center;
	}
	footer .social {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	footer .col-2 {
		display: none;
	}
}

.footer-bottom {
	color: #a2a2a2;
	font-size: 14px;
	padding: 25px 0 30px;
	/*background: url('../img/logo-footer-16.png') no-repeat center;*/
}

@media only screen and (max-width: 767px) {
	.footer-bottom {
		background-position: top center;
		text-align: center;
		background: none;
	}
	.footer-bottom .go-right {
		text-align: center;
	}
	.footer-bottom .legal {
		margin-bottom: 20px;
	}
}

.legal {
	margin-top: 10px;
}

.legal ul li {
	display: inline-block;
	margin-right: 5px;
}

.legal ul li a:hover {
	text-decoration: underline;
}

.legal ul>li+li:before {
	padding-right: 5px;
	content: "|";
}

.social span {
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
}

.social ul, .social li {
	display: inline-block;
}

.social .fa {
	background-color: #FFFFFF;
	color: #000000;
	opacity: 0.5;
	padding: 5px;
	text-align: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-left: 9px;
}

/*-----  End of Footer  ------*/
/*==============================================
=            BLOQUE BUSCADOR INLINE            =
==============================================*/
.inline-search {
	padding: 16px 0;
	background-color: #edf4f5;
}

@media only screen and (max-width: 991px) {
	.inline-search {
		text-align: center;
	}
}

.inline-search .search-map {
	float: left;
	display: inline-block;
}

.inline-search .search-map .cta-secondary,
.inline-search .search-map .cta-tertiary {
	width: 105px;
	white-space: normal;
	text-align: left;
	margin-left: 15px;
	position: relative;
	top: 11px;
	font-size: 16px;
	padding: 4px 20px 4px 10px;
	line-height: 16px;
}

@media only screen and (max-width: 991px) {
	.inline-search .search-map {
		display: none;
	}
}

.inline-search form {
	display: inline-block;
	float: right;
}

@media only screen and (max-width: 767px) {
	.inline-search form {
		float: none;
		width: 100%;
	}
}

.inline-search .form-group {
	padding-top: 25px;
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.inline-search label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	font-weight: bold;
}

.inline-search .form-location {
	width: 390px;
	max-width: 100%;
}

@media only screen and (max-width: 991px) {
	.inline-search .form-location {
		width: 350px;
	}
}

.inline-search .form-quantity {
	width: 65px;
	display: inline-block;
}

.inline-search .form-calendar {
	width: 105px;
}

.inline-search .cta-primary {
	position: relative;
	margin-top: 23px;
}

@media only screen and (max-width: 767px) {
	.inline-search .cta-primary {
		display: block;
		margin: 20px auto 0;
	}
}

.inpage-search-on-tr {
    background-color: #ffffff;
    text-align: center;
    padding: 200px 0;      
}
.inpage-search-on-tr.user-account {
    padding: 20px 0;      
}
.inpage-search-on-tr .form-check-giftcard {
	display: inline-block;
}
.inpage-search-on-tr .form-check-giftcard .gifcard-number-help {
	color: #00abc3;
	position: absolute;
	top: 1px;
	right: 0;
	font-size: 0.85em;
}
.inpage-search-on-tr .form-check-giftcard .gifcard-number-help .fa {
	margin-left: 5px;
}
.inpage-search-on-tr .form-check-giftcard .modal-body {
	background-color: #f6f9fa;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.inpage-search-on-tr .form-group-inline {        
    position: relative;
    display: inline-block; 
	text-align: left;
	margin-right: 15px;
}
.inpage-search-on-tr .form-group-inline label {
	margin-bottom: 0;
}
.inpage-search-on-tr.elegant-searcher .form-group {
    padding: 0 0 0 10px;
    border: 1px solid #ccc;
    margin: 5px 0 10px 0;
    border-radius: 2px;
}
.inpage-search-on-tr .form-group {
    padding-top: 25px;
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.inpage-search-on-tr.elegant-searcher .form-control {
    background-color: transparent;
    color: #999;
    padding: 14px 10px 14px 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.inpage-search-on-tr.elegant-searcher .form-location {
    width: 370px;
}
.inpage-search-on-tr.elegant-searcher .form-calendar {
    width: 155px;
    padding: 14px 35px 14px 0;
}
.inpage-search-on-tr.elegant-searcher .form-calendar-from {    
    background: url('../img/ico-date-from-2.png') no-repeat right center;
    background-position-x: 120px;
}
.inpage-search-on-tr.elegant-searcher .form-calendar-to {
    background: url('../img/ico-date-to-2.png') no-repeat right center;
    background-position-x: 120px;
}
.inpage-search-on-tr .cta-search {
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #00abc3;
    border: none;
    border-radius: 2px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.5s;
    line-height: 21px;
}

.inline-search-on-map {
	background-color: #000000;
	text-align: center;
}

.inline-search-on-map.inner-page {
	background-color: #ffffff;
}
.inline-search-on-map.elegant-searcher-home {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	/*background-color: rgba(184, 207, 210, 0.8);*/
	background-color: rgba(0, 0, 0, 0.8);
}

.inline-search-on-map.searcher-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: position 0.3s;
	-moz-transition: position 0.3s;
	-ms-transition: position 0.3s;
	transition: position 0.3s;
	background-color: #000000;
	border-bottom: 2px solid #515151;
}

.inline-search-on-map .call-center-help {
}

.inline-search-on-map .search-by-date {
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width: 1220px) {
	.inline-search-on-map .search-by-date {
		margin-bottom: 20px;
		border-color: 1px solid #f00;
	}
}

.inline-search-on-map .search-by-date .cta-secondary,
.inline-search-on-map .search-by-date .cta-tertiary {
	width: 120px;
	white-space: normal;
	text-align: left;
	margin: 0 20px 0 0;
	position: relative;
	top: 11px;
	font-size: 16px;
	padding: 4px 20px 4px 10px;
	line-height: 16px;
}

.inline-search-on-map form {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.inline-search-on-map form {
		width: 100%;
	}
}

.inline-search-on-map .form-group {
	padding-top: 25px;
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.inline-search-on-map label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	font-weight: bold;
}

.inline-search-on-map .form-location {
	width: 390px;
	max-width: 100%;
}

@media only screen and (max-width: 991px) {
	.inline-search-on-map .form-location {
		width: 350px;
	}
}

.inline-search-on-map .form-quantity {
	width: 65px;
	display: inline-block;
}

.inline-search-on-map .form-calendar {
	width: 105px;
}

.inline-search-on-map .cta-primary {
	position: relative;
	margin-top: 23px;
}

.inline-search-on-map .date-group {
	display: inline;
}

.inline-search-on-map .contact-phone {
	display: none;
	font-size: 16px;
	padding-right: 20px;
	text-align: right;
	color: #ffffff;
}

.inline-search-on-map .contact-phone a .fa {
	margin-right: 8px;
}
.inline-search-on-map .contact-phone a:hover {
	color: #00abc3;
}

.inline-search-on-map.searcher-fixed .contact-phone {
	display: block;
}

@media only screen and (max-width: 991px) {
	.inline-search-on-map .contact-phone {
		padding: 0;
		text-align: center;
	}
}
	
@media only screen and (max-width: 767px) {
	.inline-search-on-map .cta-primary {
		display: block;
		margin: 20px auto 0;
	}
}

.inline-search-on-map .cta-search {
	height: 100%;
	padding: 20px 20px 21px 20px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	background-color: #00abc3;
	border: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.5s;
	line-height: 21px;
}

.inline-search-on-map .cta-search:hover,
.inline-search-on-map .cta-search:focus {
	-webkit-transition: all 0s;
	background-color: #0194ac;
}

.inline-search-on-map.elegant-searcher .form-group {
	padding: 0 0 0 10px;
	border-left: 1px solid #ffffff;
	margin: 10px 0 10px 10px;
}

.inline-search-on-map.elegant-searcher .form-group .fa-calendar {
	color: #ffffff;
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 1;
}

.inline-search-on-map.elegant-searcher .fa-search {
	color: #ffffff;
}

.inline-search-on-map.elegant-searcher .form-check-giftcard button {
	margin-left: 10px;
}
	
.inline-search-on-map.elegant-searcher .form-control {
	background-color: transparent;
	color: #ffffff;
	padding: 8px 10px 8px 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.inline-search-on-map.elegant-searcher .form-location {
	width: 350px;
}

.inline-search-on-map.elegant-searcher .form-calendar {
	width: 120px;
	padding: 8px 35px 8px 0;
}

.inline-search-on-map.elegant-searcher .form-quantity {
	color: #000000;
}

.inline-search-on-map.elegant-searcher .form-calendar-from {
	background: transparent;
	position: relative;
	z-index: 2;
}

.inline-search-on-map.elegant-searcher .form-calendar-to {
	background: transparent;
	position: relative;
	z-index: 2;
}

.inline-search-on-map.elegant-searcher .dropdown-toggle.guests {
	width: 200px;
	padding: 7px 5px;
	background: none;
	border: none;
	font-size: 16px;
	text-align: left;
}
.inline-search-on-map.elegant-searcher .dropdown-toggle.guests #menu-guest-label {
	color: #ffffff;
}
.inline-search-on-map.elegant-searcher .dropdown-toggle.guests .fa {
	margin-left: 10px;
	color: #ffffff;
}

.inline-search-on-map.elegant-searcher .dropdown-menu.guests {
	padding: 0;
	margin-top: 5px;
	font-size: 16px;
	text-align: left;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.inline-search-on-map.elegant-searcher .dropdown-menu.guests li {
	padding: 5px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.inline-search-on-map.elegant-searcher .dropdown-menu.guests li:last-of-type {
	border-bottom: none;
}

.inline-search-on-map.elegant-searcher .dropdown-menu.guests li span {
	display: inline-block;
	width: 100px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1150px) {
	.inline-search-on-map.elegant-searcher .form-location {
		width: 300px;
	}
}
@media only screen and (max-width: 1065px) {
	.inline-search-on-map.elegant-searcher .form-location {
		width: 230px;
	}
}
@media only screen and (max-width: 991px) {
	.inline-search-on-map.elegant-searcher .form-location {
		width: 150px;
	}
	.inline-search-on-map.elegant-searcher .dropdown-toggle.guests {
		width: 115px;
		line-height: 18px;
	}
	.inline-search-on-map.elegant-searcher .dropdown-toggle.guests span.children {
		display: inline-block;
	}
	.inline-search-on-map.elegant-searcher .dropdown-menu.guests {
		min-width: 190px;
	}
	.inline-search-on-map.elegant-searcher .dropdown-menu.guests li span {
		width: 95px;
	}
}

.inline-search-on-map.elegant-searcher input::-webkit-input-placeholder { color: #ffffff; }
.inline-search-on-map.elegant-searcher input::-moz-placeholder { color: #ffffff; }
.inline-search-on-map.elegant-searcher input:-moz-placeholder { color: #ffffff; }
.inline-search-on-map.elegant-searcher input:-ms-input-placeholder { color: #ffffff; }

.inline-search-on-map.elegant-searcher .form-error-msg p {
	font-size: 16px;
	text-align: center;
}
.step-giftcard-reservation {
    padding: 0 2%;
    list-style-type: none;
    font-size: 16px;
    clear: both;
    line-height: 64px;
    margin: 0;
    text-align: center;
    overflow: hidden;
    background: #000000;
}
.step-giftcard-reservation li {
    float: left;
    height: 64px;
    background: #000000;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 32%;
    padding: 0 0 0 50px;
    margin: 0 1px;
}
.step-giftcard-reservation li.active {
	color: rgba(0, 171, 195, 1);
}
.step-giftcard-reservation li.completed {
	color: rgba(255, 255, 255, 1);
}
.step-giftcard-reservation li.completed .fa {
	color: #5aa800;
	margin-right: 10px;
}
.step-giftcard-reservation li.start-arrow:before {
    content: '';
    border-left: 32px solid rgba(255, 255, 255, 0.7);
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.step-giftcard-reservation li.end-arrow:after {
    content: '';
    border-left: 32px solid #000000;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}
.check-properties .md-title {
	margin: 35px 0 0 0;
}
.check-giftcard-no-properties {
	display: none;
}
.check-giftcard-box {
	padding-top: 30px;
	margin-bottom: 20px;
}
.check-giftcard-box .cta-primary {
	display: block;
	min-width: 100%;
	padding: 15px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	background: #00abc3;
	box-shadow: none;
	line-height: 22px;
}
.check-giftcard-box .cta-primary:hover,
.check-giftcard-box .cta-primary:focus {
	background-color: #0194ac;
	top: 0;
}
.check-giftcard-box .features {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 16px;
	color: #00abc3;
	margin-bottom: 10px;
}
.check-giftcard-box .features .fa {
	margin-right: 10px;
}
.check-giftcard-box .features span {
	margin-left: 10px;
	color: #515151;
}
.check-giftcard-box .gift-card-details {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;	
}
.check-giftcard-title {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #00abc3;
}
.check-giftcard-title .fa {
	margin-left: 10px;
}
.check-giftcard-filter-help {
	margin-bottom: 10px;
}
.check-giftcard-name {
	font-size: 20px;
	line-height: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 30px;
}
.check-giftcard-image {
	padding: 30px 0;
	text-align: center;
}
.check-giftcard-image img {
	border: 1px solid #dddddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
}
#availability-properties,
.property-giftcard {
	display: none;
}
.hotel-preview-giftcard {
	margin-bottom: 20px;
}
.hotel-preview-giftcard .box-picture {
	position: relative;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-color: #f6f9fa;
}
.hotel-preview-giftcard .hotel-excerpt {
	padding: 20px;
	position: relative;
	background-color: #f6f9fa;
}
.hotel-preview-giftcard .hotel-title {
	font-size: 32px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 15px 0 5px 0;
}
.hotel-preview-giftcard .location {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #929292;
	margin-bottom: 20px;
}
.hotel-preview-giftcard .location-map {
	text-align: right;
	margin-top: 15px;
}
.hotel-preview-giftcard .location-map img {
	margin-right: 5px;
}
.hotel-preview-giftcard .location-map a {
	text-decoration: underline;
}
.hotel-preview-giftcard .author blockquote {
	color: #313131;
	text-align: left;
}
.hotel-preview-giftcard .hotel-description .read-more {
	float: none;
	margin: 0 0 0 5px;
	border-color: #cccccc;
}
.hotel-preview-giftcard .hotel-excerpt .tic {
	padding-bottom: 25px;
}
.hotel-preview-giftcard .hotel-excerpt .how-booking {
	text-align: center;
}
.hotel-preview-giftcard .hotel-excerpt .how-booking .booking-phone {
	color: #5aa800;
	font-size: 18px;
	text-align: left;
}
.hotel-preview-giftcard .hotel-excerpt .how-booking .searching-availability {
	text-align: left;
	color: #5aa800;
	font-size: 18px;
}
.hotel-preview-giftcard .hotel-excerpt .how-booking .no-availability {
	display: none;
	text-align: left;
	color: #b30000;
	font-size: 18px;
}
.hotel-preview-giftcard .hotel-excerpt .how-booking .booking-now {
	display: none;
	text-align: left;
	color: #5aa800;
	font-size: 18px;
}
.hotel-preview-giftcard .hotel-excerpt .how-booking .booking-now-extra-charge {
	display: none;
	text-align: left;
	color: #f5a623;
	font-size: 18px;
}
.hotel-preview-giftcard .hotel-excerpt .how-booking .show-hotel {
	text-align: right;
	font-size: 18px;
	text-decoration: underline;
	font-style: italic;
	margin-top: 10px;
}
.hotel-preview-giftcard .hotel-excerpt .how-booking .show-hotel-for-booking {
	display: none;
	font-size: 20px;
	text-decoration: underline;
	font-style: italic;
}
.hotel-preview-giftcard .hotel-excerpt .how-booking .booking-phone .fa,
.hotel-preview-giftcard .hotel-excerpt .how-booking .booking-now .fa,
.hotel-preview-giftcard .hotel-excerpt .how-booking .booking-now-extra-charge .fa,
.hotel-preview-giftcard .hotel-excerpt .how-booking .searching-availability .fa,
.hotel-preview-giftcard .hotel-excerpt .how-booking .no-availability .fa {
	margin-right: 10px;
}
.form-giftcard-filter-container {
	background: #f1f1f1;
	color: #515151;
	padding: 15px 10px;
	z-index: 10;
}
.form-giftcard-filter-container.affix {
	top: 20px;
	width: 282px;
}
.form-giftcard-filter-container .searcher-title {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 30px;
	color: #00abc3;
	text-align: left;
}
.form-giftcard-filter-container .form-giftcard-filters .cta-primary-form {
	margin-top: 40px;
}
.form-giftcard-filter-container .form-giftcard-filters .form-control {
	display: block;
	width: 100%;
}
.form-giftcard-filter-container .form-giftcard-filters  .form-calendar {
	background: #FFFFFF url('../img/ico-calendar.png') no-repeat right 8px center;
	font-size: 14px;
	padding: 6px 12px;
}
@media only screen and (max-width: 1150px) {
	.form-giftcard-filter-container.affix {
		width: 260px;
	}
	.form-giftcard-filter-container .form-giftcard-filters  .form-calendar {
		background-image: none;
	}
}
@media only screen and (max-width: 991px) {
	.form-giftcard-filter-container.affix {
		width: 229px;
	}
}
.giftcard-description {
	padding-bottom: 15px;
}
.modal-dialog.property-sheet {
	margin: 0;
	padding: 0 35px 0 0;
	width: 100%;
	height: auto;
	color: inherit;
	font-family: inherit;
	overflow: hidden;
}
.modal-dialog.property-sheet .modal-content {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
	min-height: 100%;
	height: auto;
	margin: 0;
}
.modal-container-close {
	position: fixed;
	top: 0;
	right: 14px;
	z-index: 120;
}
.modal-container-close .close {
	opacity: 1;
	filter: alpha(opacity=100);
	float: none;
	background-color: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, .7);
	padding: 10px 12px;
	outline: 0;
}
.modal-dialog.property-sheet .modal-header {
	background: rgb(0, 0, 0);
	padding: 10px 50px 0 50px;
	border: none;
}
.modal-dialog.property-sheet .modal-header .carousel-control {
	top: 240px;
}
.modal-dialog.property-sheet .modal-header .item {
	height: 500px;
	overflow-y: hidden;
}
.modal-dialog.property-sheet .modal-header .item img {
	display: block;
	margin: 0 auto;
}
.modal-dialog.property-sheet .modal-body {
    width: 70%;
	padding: 30px 20px 0 20px;
	margin: 0 auto;
	background-color: rgb(255, 255, 255);
}
.modal-dialog.property-sheet .modal-body .results-map {
	padding-top: 30px;
	display: none;
}
.modal-dialog.property-sheet .modal-footer {
	width: 60%;
	border: none;
	margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
	.modal-dialog.property-sheet .modal-body,
	.modal-dialog.property-sheet .modal-footer {
		width: 80%;
	}
}
@media only screen and (max-width: 1000px) {
	.modal-dialog.property-sheet .modal-body,
	.modal-dialog.property-sheet .modal-footer {
		width: 90%;
	}
}
@media only screen and (max-width: 991px) {
	.modal-dialog.property-sheet .modal-body,
	.modal-dialog.property-sheet .modal-footer {
		width: 100%;
	}
}
/* DatePicker Container */
.ui-datepicker {
	width: 275px;
	height: auto;
	margin: 5px auto 0;
	font-size: 12px;
	z-index: 1000 !important;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker table {
	width: 100%;
}

.ui-datepicker .ui-datepicker-header {
	color: #000000;
	font-weight: bold;
	text-shadow: none;
	line-height: 30px;
}

.ui-datepicker .ui-datepicker-title {
	text-align: center;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker .ui-datepicker-prev {
	float: left;
	background-image: url('../img/vlb.png');
}

.ui-datepicker .ui-datepicker-next {
	float: right;
	background-image: url('../img/vrb.png');
}

.ui-datepicker thead {
	background-color: #00abc3;
	border-bottom: 1px solid #fff;
}

.ui-datepicker th {
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 0;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #fff;
	background: #fff;
}

.ui-datepicker tbody td:last-child {
	border-right: 0px;
}

.ui-datepicker tbody tr {
	border-bottom: 1px solid #fff;
}

.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
	border-radius: 50%;
	border: 1px solid #00abc3;
	color: #000000;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
	border-radius: 50%;
	border: 1px solid #000000;
	color: #000000;
	position: relative;
	margin: -1px;
}

.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
	background: #f8f5f2;
	color: #a2a2a2;
}

.ui-datepicker .ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}

.ui-datepicker .ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}

.ui-datepicker .ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

/*-----  End of BLOQUE BUSCADOR INLINE  ------*/
/*============================================
=            BLOQUE MAIN CAROUSEL            =
============================================*/
.main-carousel {
	font-size: 18px;
	position: relative;
}

.main-carousel .md-title {
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 42px;
	line-height: 40px;
}

.main-carousel p {
	font-size: 1.2em;
}

.main-carousel .cta-primary {
	background: transparent;
	color: #ffffff;
	text-shadow: none;
	text-align: center;
	padding: 10px;
	border: 1px solid #ffffff;
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.main-carousel .cta-primary:hover {
	background: #ffffff;
	color: #333333;
	top: 0;
	-webkit-transition: all 0.5s;
}

@media only screen and (max-width: 1200px) {
	.main-carousel .carousel {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*=======================================
=            VISOR DE VIDEO             =
=======================================*/
.video-player {
	width: 100%;
	vertical-align: bottom;
}

.control-video-bar {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 50px;
	background-color: rgba(247, 247, 244, 0.3);
}

.control-video-bar-upper {
	top: 0;
	bottom: auto;
}

.control-video-bar a {
	display: inline-block;
	width: 60px;
	height: 50px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	line-height: 50px;
	text-align: center;
}

.control-video-bar a .fa {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	vertical-align: middle;
}

.control-video-bar .cta-images {
	position: relative;
	display: inline-block;
	width: auto;
	height: 50px;
	padding: 0 20px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	line-height: 50px;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: uppercase;
	text-shadow: none;
	font-size: 1em;
	cursor: pointer;
	color: #ffffff;
	filter: alpha(opacity=100);
	opacity: 1;
}

.control-video-bar .cta-images:hover,
.control-video-bar .cta-images:focus {
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}

.control-video-bar .cta-images .fa {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
	.screen-slide.slide-video {
		height: auto;
	}
	.control-video-bar {
		bottom: 0;
	}
}

/*=====================================
=            Video player             =
======================================*/
#videoPlayerBox .modal-dialog {
	width: calc(100vw - 14rem);
	max-width: calc(100vw - 14rem);
	position: relative;
}

#videoPlayerBox .modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (0.5rem * 2));
}

#videoPlayerBox .modal-dialog-centered::before {
	display: block;
	height: calc(100vh - (0.5rem * 2));
	content: "";
}

#videoPlayerBox .modal-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-color: #000000;
}

#videoPlayerBox .modal-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: calc((100vw - 14rem) * 0.5625);  /* 16:9 Aspect Ratio */
	max-height: 830px;
	padding: 0;
}

#videoPlayerBox .modal-close {
	position: absolute;
	right: -50px;
	top: 0;
	width: 44px;
	height: 44px;
	background: transparent url('../img/ico-delete-white.png') center center no-repeat;
	padding: 0;
	border: 0;
	-webkit-appearance: none;
	font-size: 2.5rem;
	line-height: 1em;
	color: #ffffff;
	cursor: pointer;
	outline: 0;
}

#videoPlayerBox .modal-close:hover,
#videoPlayerBox .modal-close:focus {
	color: #ffffff;
	text-decoration: none;
}

#videoPlayerBox .video-iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

@media only screen and (max-width: 767.98px) {
	#videoPlayerBox .modal-dialog {
		width: calc(100vw - 2rem);
		max-width: calc(100vw - 2rem);
		margin: 0;
	}
	#videoPlayerBox .modal-body {
		height: calc((100vw - 2rem) * 0.5625);  /* 16:9 Aspect Ratio */
	}
	#videoPlayerBox .modal-close {
		right: 15px;
		top: 10px;
		width: 24px;
		height: 24px;
		background: transparent url('../img/ico-delete-white-small.png') center center no-repeat;
	}
}

@media (min-width: 576px) {
	#videoPlayerBox .modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
	#videoPlayerBox .modal-dialog-centered::before {
		height: calc(100vh - (1.75rem * 2));
	}
}

/*-----  End of MAIN CAROUSEL  ------*/
/*=======================================
=            BLOQUE VENTAJAS            =
=======================================*/
.ventajas {
	padding: 20px 0;
	font-family: 'Roboto Condensed', sans-serif;
}

.ventajas .sm-title {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 400;
}

.ventajas .ventajas-caption {
	float: left;
	text-align: center;
}

.ventajas .ventajas-caption .cta-tertiary {
	padding: 10px 25px 10px 10px;
}

@media only screen and (max-width: 991px) {
	.ventajas .ventajas-caption {
		float: none;
		margin: 0 auto 20px;
		text-align: center;
	}
}

.ventajas .ventajas-icons {
	padding-left: 330px;
}

@media only screen and (max-width: 991px) {
	.ventajas .ventajas-icons {
		padding: 0;
	}
}

.ventajas li {
	display: table;
}

@media only screen and (max-width: 480px) {
	.ventajas li {
		width: 100%;
	}
}

.ventajas img {
	margin: 10px 0;
	display: table-cell;
	vertical-align: middle;
	display: inline-block;
}

.ventajas span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.ventajas-cta {
	padding: 0 0 30px 0;
}

/*-----  End of BLOQUE VENTAJAS  ------*/
/*=======================================
=            BLOQUE CLAIM PPAL            =
=======================================*/
.claim-ppal {
	margin-top: 2px;
}

.claim-caption {
	background-color: #edf4f5;
	font-size: 17px;
	line-height: 21px;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0.7px;
	padding: 20px;
}
/*==================================================
=              CARRUSEL EXPERIENCIAS               =
==================================================*/
.experiencias {
	margin-bottom: 80px;
}
.experiencias .box-item {
	height: 590px;
}
.experiencias .box-picture {
	height: 400px;
}
.experiencias .box-list {
	padding: 30px 10px 0 10px;
}
.experiencias .box-list .sm-title {
	font-size: 24px;
	height: auto;
}
.experiencias .box-list .sm-title .county {
	display: block;
	font-size: 80%;
	color: #656565;
}
.experiencias .box-list .xs-title {
	font-size: 22px;
	font-weight: 300;
	text-transform: initial;
	margin: 8px 0 15px 0;
}
.experiencias .box-list p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}
.experiencias .box-list .price {
	font-size: 24px;
	text-align: right;
	color: #00abc3;
}
.experiencias .box-list .old-price {
	font-style: normal;
	font-size: 18px;
	text-align: right;
	text-decoration: line-through;
	color: #8a8a8a;
	margin-bottom: 5px;
}
.experiencias .carousel .star-rating {
	margin-right: 5px;
}
.experiencias .carousel .star-rating li {
	border: none;
}
.experiencias .carousel .star-rating .fa {
	display: inline-block;
}
.experiencias .carousel .star-rating .full {
	color: #00abc3;
}

@media only screen and (max-width: 991px) {
	.experiencias .box-picture {
		height: 380px;
	}
	.experiencias .box-list .sm-title {
		font-size: 20px;
	}
	.experiencias .box-list .xs-title {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.experiencias .box-list p {
		font-size: 15px;
	}
	.experiencias .box-list .price {
		font-size: 20px;
	}
}

/*==================================================
=              CARRUSEL ALOJAMIENTOS               =
==================================================*/
.properties {
	background: #f8f5f2;
	padding: 30px 20px;
	margin: 40px 0 30px 0;
}
.properties .box-item {
	height: 440px;
	margin-bottom: 15px;
}
.properties .box-picture {
	height: 300px;
}
.properties .box-list {
	height: 140px;
}

/*==================================================
=                   EXPERIENCIAS                   =
==================================================*/
.experience-title {
	padding: 60px 0;
	background-color: #ffffff;
}

.experience-title .md-title {
	text-transform: none;
	margin-bottom: 0;
}

.experience-title .experience-title-highlight {
	display: block;
	color: #00abc3;
	font-size: 2em;
	text-transform: uppercase;
	padding-bottom: 30px;
}

.experience-title .experience-middle-title {
	display: block;
	font-size: 1.3em;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.experience-contact {
	padding-right: 100px;
}

.experience-contact .lg-title,
.experience-contact .md-title {
	text-align: left;
	margin-bottom: 10px;
}

.experience-contact .xs-title {
	color: #666666;
	margin-bottom: 10px;
	text-transform: initial;
	font-weight: 400;
}

.experience-contact .breadcrumb {
	padding: 0 0 20px 0;
}

.experience-description {
	border-top: 1px solid #dadada;
	padding: 20px 0 0 0;
}

.experience-description .xs-title {
	text-transform: initial;
	margin-bottom: 10px;
}

.experience-features {
	
}

.experience-features .xs-title {
	text-transform: initial;
	margin-bottom: 10px;
}

.experience-features .features {
	padding: 30px 0 0 0;
}

.experience-features .features ul {
	background-color: #edf4f5;
	padding: 10px 20px;
}

.experience-route {
	padding: 30px 0 0 0;
}

.experience-mustknow {
	padding: 30px 0;
}

.experience-route .xs-title,
.experience-mustknow .xs-title {
	text-transform: initial;
	margin-bottom: 10px;
}

.experience-route .routes,
.experience-mustknow .routes {
	background-color: #edf4f5;
	padding: 10px 20px;
}

.experience-side {
	padding: 20px;
	border: 1px solid #dadada;
	margin-bottom: 20px;
	text-align: center;
}

.experience-side .price {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 0;
}

.experience-side .old-price {
	font-style: normal;
	font-size: 18px;
	text-decoration: line-through;
	color: #8a8a8a;
	margin-bottom: 5px;
}
	
.experience-side .pax {
	font-size: 18px;
	margin-bottom: 30px;
}

.experience-side .button-container {
	padding-top: 20px;
	border-top: 1px solid #dadada;
	margin-top: 30px;
}

.experience-side .cta-primary {
	width: 100%;
	display: block;
	text-align: center;
}

.experience-side .modal-body .cta-primary {
	width: auto;
	margin: 0 auto;
}

.experience-side .md-title.giftcard {
	margin-bottom: 0;
}

.experience-side .canvas {
	display: inline-block;
	margin-top: 20px;
}

.experience-imgs-hotel.row .col-md-8 {
	padding-right: 0;
}
.experience-imgs-hotel.row .col-md-4 {
	padding-left: 0;
}
.experience-imgs-hotel .screen-slide,
.experience-imgs-hotel.row .canvas {
	width: 100%;
	height: 350px !important;
}

.experience-imgs-hotel .experience-btn-hotel {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 15px 5%;
	border: 4px solid #fff;
	text-align: center;
	position: absolute;
	left: 25%;
	right: 25%;
	top: 45%;
	font-size: 15px;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}
.experience-imgs-hotel .experience-btn-hotel:hover,
.experience-imgs-hotel .experience-btn-hotel:focus {
	color: #fff;
}

.experience-imgs-hotel .hotelier-description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 6;
	color: #ffffff;
	font-size: 1.25em;
	line-height: 1.4em;
	padding: 50px;
	text-align: center;
}

.experiencias-destacados {
	padding: 0 0 65px 0;
	background-color: #f8f5f2;
	font-size: 14px;
}

.experiencias-menu {
	padding: 25px 0;
	margin-bottom: 20px;
	background: #edf4f5;
}
.experiencias-menu.search-results {
	border-bottom: 1px solid #dadada;
	margin-bottom: 20px;
}
.experiencias-menu ul {
	text-align: center;
	vertical-align: bottom;
}
.experiencias-menu ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
}
.experiencias-menu ul li a {
	font-size: 24px;
	text-transform: uppercase;
}

.experiencias-menu ul li a:hover {
	color: #00abc3;
}

.experience-phone {
	color: #00abc3;
	font-weight: bold;
	text-align: right;
	padding: 10px 0 0 0;
}
.experience-phone .fa {
	font-size: 1.1em;
	margin-right: 10px;
}

@media only screen and (max-width: 991px) {
	.experience-side .canvas {
		width: 65%;
		margin-top: 42px;
	}
	.experience-phone {
		font-size: 95%;
	}
	.experience-imgs-hotel.row .col-md-8 {
		padding-right: 10px;
	}
}

/*==================================================
=            BLOQUE NUESTROS DESTACADOS            =
==================================================*/
.nuestros-destacados {
	padding: 45px 0 65px 0;
	background-color: #edf4f5;
	font-size: 14px;
}

.nuestros-destacados .lg-title {
	text-align: left;
}

.nuestros-destacados .nav.nav-tabs {
	margin-bottom: 50px;
}

.nuestros-destacados .nav.nav-tabs>li.active>a {
	top: 0;
	background: #000000 url('../img/ico-vdw.png') no-repeat right 10px top 15px;
}

.novedades,
.colecciones {
	margin-bottom: 80px;
}

.colecciones:last-child {
	margin-bottom: 0;
}

.colecciones .box-item {
	height: 390px;
}
.novedades .box-item {
	height: 465px;
}

.colecciones .box-picture {
	height: 300px;
}
.novedades .box-picture {
	height: 385px;
}

.colecciones .box-list,
.novedades .box-list {
	padding: 5px;
}

.colecciones .box-list p,
.novedades .box-list p {
	font-weight: 300;
	margin-bottom: 0;
	line-height: 20px;
}

.novedades .carousel .star-rating,
.colecciones .carousel .star-rating {
	margin-right: 5px;
}

.novedades .carousel .star-rating li,
.colecciones .carousel .star-rating li {
	border: none;
}

.novedades .carousel .star-rating .fa,
.colecciones .carousel .star-rating .fa {
	display: inline-block;
}

.novedades .carousel .star-rating .full,
.colecciones .carousel .star-rating .full {
	color: #00abc3;
}

.colecciones.home .box-item {
	height: 425px;
}

.colecciones.home .box-list {
	padding: 20px 10px 0 10px;
}

.colecciones.home .sm-title {
	font-size: 24px;
	height: auto;
	margin-bottom: 15px;
}

.colecciones.home p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
}

.ad-side-home {
	padding-top: 65px;
}

.banners {
	text-align: center;
}

.banners img {
	max-width: 100%;
}

.banners .banner-xs {
	margin-bottom: 10px;
}

.banners .banner-lg {
	margin-bottom: 30px;
}

.banners .banner-xs+.banner-lg {
	margin-top: 20px;
}

@media only screen and (max-width: 991px) {
	.banners .banner-xs+.banner-lg {
		margin-top: 0;
	}
}

@media only screen and (max-width: 991px) {
	.banners {
		margin-top: 30px;
	}
	.banners .col:nth-child(2n+1) {
		clear: both;
	}
}

/*-----  End of BLOQUE NUESTROS DESTACADOS  ------*/
/*============================================
=            BLOQUE VÃƒï¿½DEO CAROUSEL            =
============================================*/
.video-carousel {
	padding-top: 40px;
}
.video-carousel .screen-slide, .video-section .screen-slide {
	height: 450px;
}

@media only screen and (max-width: 991px) {
	.video-carousel .screen-slide, .video-section .screen-slide {
		height: 450px;
	}
}

@media only screen and (max-width: 767px) {
	.video-carousel .screen-slide, .video-section .screen-slide {
		height: 250px;
	}
}

.video-carousel .carousel-caption, .video-carousel .video-caption,
	.video-section .carousel-caption, .video-section .video-caption {
	padding: 20px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 220px;
	width: 440px;
	max-width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}

.video-carousel .carousel-caption .fa, .video-carousel .video-caption .fa,
	.video-section .carousel-caption .fa, .video-section .video-caption .fa
	{
	margin-right: 10px;
	font-size: initial;
}

.video-carousel .play-video, .video-section .play-video {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	background: url('../img/ico-play.png') no-repeat center;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
}

.video-carousel .play-video:hover, .video-section .play-video:hover {
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0s;
}

.video-carousel .md-title, .video-section .md-title {
	height: 60px;
	overflow: hidden;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 0;
}

.video-carousel .cta-secondary, .video-section .cta-secondary {
	border: none;
	color: #FFFFFF;
	text-shadow: none;
	margin-top: 10px;
	background: url('../img/ico-vrw.png') no-repeat right 10px center;
}

.video-modal {
	width: 100%;
	padding: 0 !important;
}

.video-modal .modal-dialog {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.video-modal .modal-content {
	height: 100%;
	border-radius: 0;
}

.video-modal iframe {
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin-bottom: -6px;
}

.video-modal button.close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: white;
	opacity: 1;
	font-size: 30px;
}

.video-section .play-video {
	margin: 20px auto;
}

.video-section .video-caption {
	position: absolute;
	bottom: 20px;
	z-index: 10;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/*-----  End of VÃƒï¿½DEO CAROUSEL  ------*/
/*==================================================
=            BLOQUE EL BLOG DE RUSTICAE            =
==================================================*/
.blog-digest {
	padding: 80px 0;
}

.blog-digest .sm-title {
	margin-bottom: 20px;
	text-transform: initial;
	font-weight: 400;
}

.blog-digest .sm-title a:hover {
	color: #00abc3;
	text-decoration: underline;
}

.blog-digest .cta-tertiary {
	padding: 2px 10px 2px 10px;
	width: 165px;
	margin: 20px auto;
	display: block;
}

@media only screen and (max-width: 991px) {
	.blog-digest .blog-post .col:nth-child(2n+1) {
		clear: both;
	}
}

.blog-digest .box-media iframe {
	max-width: 100%;
	width: 100%;
	height: auto;
	min-height: 170px;
	margin-bottom: -6px;
}

.blog-digest .blog-author {
	padding: 5px 0;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	line-height: 1;
}

.blog-digest .blog-author ul {
	display: table;
	width: 100%;
}

.blog-digest .blog-author li {
	display: inline;
	font-size: 14px;
	padding-right: 5px;
	display: table-cell;
	vertical-align: middle;
}

.blog-digest .blog-author li:first-child {
	border-right: 1px solid #000000;
	margin-right: 5px;
}

.blog-digest .blog-author li:last-child {
	padding-right: 0;
	text-align: right;
	width: 80px;
}

.blog-digest .blog-author li span {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 5px;
	display: inline-block;
}

.blog-digest .blog-author .time {
	display: inline-block;
	padding: 2px 5px;
	border: 1px solid #000000;
}

.blog-digest .blog-author time+time {
	margin-left: -4px;
}

@media only screen and (max-width: 767px) {
	.blog-digest {
		display: none;
	}
}

/*-----  End of BLOQUE EL BLOG DE RUSTICAE  ------*/
/*=========================================
=            BLOQUE MAPA HOME            =
=========================================*/
.rusticae-portfolio {
	padding: 65px 0;
}
.map-home {
	text-align: center;
}
.map-home .hotel-map {
	width: 100%;
	height: 260px;
	background-image: url('../img/maps/rusticae-world-map.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transition: all 280ms ease-in-out;
	-moz-transition: all 280ms ease-in-out;
	-ms-transition: all 280ms ease-in-out;
	-o-transition: all 280ms ease-in-out;
	transition: all 280ms ease-in-out;
}
.map-home .hotel-map:hover {
	background-image: url('../img/maps/rusticae-world-map-hover.png');
}
.map-home p:last-of-type {
	margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
	.map-home .hotel-map {
		height: 240px;
	}
}
@media only screen and (max-width: 991px) {
	.rusticae-portfolio .col-md-6:last-child {
		padding-top: 65px;
	}
}

/*=========================================
=         BLOQUE CATEGORÃ�AS BOL           =
=========================================*/
.box-bol-category {
	text-align: center;
}
.box-bol-category .md-title {
	font-size: 24px;
}
.box-bol-category img {
	display: block;
	width: 70%;
	margin: 0 auto 20px auto;
}

/*=========================================
=            BLOQUE INFOGRAFÃƒï¿½A            =
=========================================*/
.infografia {
	background: #f8f5f2;
	padding: 70px 0;
}

.infografia .sm-title {
	margin-bottom: 20px;
	text-transform: initial;
	font-weight: normal;
}

.infografia .infographic-caption {
	width: 270px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.infografia .step-01 {
	background: url('../img/step-small-01.png') no-repeat left center;
	height: 230px;
	position: relative;
}

.infografia .step-02 {
	background: url('../img/step-small-02.png') no-repeat left center;
	height: 230px;
	position: relative;
}

.infografia .step-03 {
	background: url('../img/step-small-03.png') no-repeat left center;
	height: 230px;
	position: relative;
}

.infografia .step-03 .infographic-caption {
	right: -30px;
}

@media only screen and (max-width: 1200px) {
	.infografia .step-01, .infografia .step-02, .infografia .step-03 {
		height: auto;
		background-position: center top;
	}
	.infografia .step-01 .infographic-caption, .infografia .step-02 .infographic-caption,
		.infografia .step-03 .infographic-caption {
		width: 100%;
		position: static;
		padding-top: 350px;
	}
}

@media only screen and (max-width: 767px) {
	.infografia .step-01, .infografia .step-02, .infografia .step-03 {
		height: auto;
		background-position: center top;
		background-size: auto 200px;
	}
	.infografia .step-01 .infographic-caption, .infografia .step-02 .infographic-caption,
		.infografia .step-03 .infographic-caption {
		width: 100%;
		position: static;
		padding-top: 250px;
		margin-bottom: 20px;
	}
}

/*-----  End of BLOQUE INFOGRAFÃƒï¿½A  ------*/
/*=============================================
=            Inner pages Specifics            =
=============================================*/
.inline-search.inner-page {
	background-color: #FFFFFF;
}

/*=====  End of Inner pages Specifics  ======*/
/*=============================
=            ASIDE            =
=============================*/
aside {
	background-color: #edf4f5;
	margin-bottom: 50px;
	transition-timing-function: ease;
	transition-duration: 0.35s;
	transition-property: height, visibility;
}

aside .aside-header {
	padding: 25px 30px;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	min-height: 75px;
}

aside .aside-header:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 8px 8px 0;
	border-color: #000 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -8px;
	bottom: -8px;
	left: 50%;
}

aside .aside-header .sm-title {
	font-weight: normal;
}

@media only screen and (max-width: 991px) {
	aside .aside-header .sm-title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	aside .aside-header .sm-title {
		font-size: 17px;
	}
}

@media only screen and (max-width: 991px) {
	aside .aside-header {
		cursor: pointer;
		background-image: url('../img/ico-lupa.png'), url('../img/ico-vrw.png');
		background-position: left 20px center, right 20px center;
		background-repeat: no-repeat;
	}
}

/*=====  End of ASIDE  ======*/
/*=============================================
=            BLOQUE ASIDE BUSCADOR            =
=============================================*/
.aside-search .search-map {
	text-align: center;
	padding: 10px 20px;
	background-color: #00abc3;
	box-shadow: inset 0px -3px 1px -1px #046472;
}

.aside-search .search-map .cta-secondary {
	margin-left: 15px;
	border-color: #FFFFFF;
	color: #FFFFFF;
	background: url('../img/ico-vrw.png') no-repeat right 10px center;
}

.aside-search .search-map .cta-secondary:hover {
	color: #00abc3;
	background: #FFFFFF url('../img/ico-vrblue.png') no-repeat right 10px
		center;
}

@media only screen and (max-width: 991px) {
	.aside-search .form-aside, .aside-search .search-map {
		display: none;
	}
	.aside-search .visible {
		display: block;
		transition-timing-function: ease;
		transition-duration: 0.35s;
		transition-property: height, visibility;
	}
}

.form-aside .sm-title, .form-vertical .sm-title {
	font-weight: normal;
	margin-bottom: 10px;
}

.form-aside .form-field, .form-vertical .form-field {
	padding: 40px 20px 30px;
	background-color: #edf4f5;
	border-bottom: 1px solid #FFFFFF;
}

.form-aside .cta-primary, .form-vertical .cta-primary {
	font-weight: normal;
}

.form-aside .small-print, .form-vertical .small-print {
	text-align: center;
}

.form-aside .checkbox, .form-vertical .checkbox {
	margin-left: 30px;
	font-weight: normal;
}

.form-aside .accordion-toggle, .form-vertical .accordion-toggle {
	background-color: #000000;
	width: 100%;
	display: block;
	color: #FFFFFF;
	padding: 2px 10px;
	border-radius: 3px;
	background: #000000 url('../img/ico-vdw.png') no-repeat right 10px
		center;
}

.form-aside .accordion-toggle.collapsed, .form-vertical .accordion-toggle.collapsed
	{
	background: #000000 url('../img/ico-vrw.png') no-repeat right 10px
		center;
}

.form-aside .form-control, .form-vertical .form-control {
	width: 100%;
}

.form-aside .accordion-group, .form-vertical .accordion-group {
	padding: 6px 0;
}

.form-aside ul, .form-vertical ul {
	margin-top: 10px;
}

.form-aside ul li a, .form-vertical ul li a {
	text-decoration: underline;
	margin-left: 10px;
}

.form-aside ul li a:after, .form-vertical ul li a:after {
	text-decoration: none;
	content: '';
	text-decoration: none;
	background: url('../img/ico-vrb.png') no-repeat right center;
	height: 10px;
	width: 10px;
	display: inline-block;
	margin-left: 5px;
}

.form-aside ul li a:hover, .form-vertical ul li a:hover {
	color: #00abc3;
	text-decoration: underline;
}

/*=====================================================
=            BLOQUE BUSCADOR HORIZONTAL               =
=====================================================*/
.filter-container {
	padding: 5px 10px;
	border: 1px solid #ffffff;
	margin: 20px auto 10px auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.filter-container .sm-title {
	font-family: 'Roboto', sans-serif;
	text-transform: initial;
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.2px;
	color: #ffffff;
}
.filter-container .dropdown-toggle {
	width: 100%;
	padding: 2px 10px;
	background: url('../img/ico-vdw.png') no-repeat right 10px center;
	border: 1px solid #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
}
.filter-container .dropdown-toggle:hover,
.filter-container .dropdown.open .dropdown-toggle {
	background: #ffffff url('../img/ico-vdb.png') no-repeat right 10px center;
	border-color: #ffffff;
	color: #000000;
}
.filter-container .dropdown-menu {
	margin-top: 0;
	font-size: 16px;
	text-align: left;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.filter-container .dropdown-menu > li > a:hover,
.filter-container .dropdown-menu > li > a:focus {
	background-color: #00abc3;
	color: #ffffff;
}
@media only screen and (max-width: 991px) {
	.filter-container .dropdown-toggle {
		background-image: none;
	}
	.filter-container .dropdown-toggle:hover,
	.filter-container .dropdown.open .dropdown-toggle {
		background-image: none;
	}
}
.option-container {
	padding: 0 20px;
	text-align: left;
}
.option-container .option {
	display: inline-block;
	background-color: #00abc3;
	color: #ffffff;
	padding: 5px 10px;
	margin: 5px 10px 5px 0;
}
.option-container .option .fa {
	margin-left: 10px;
}

/*-----  End of BLOQUE ASIDE BUSCADOR  ------*/
/*=====================================================
=            BLOQUE RESULTADOS DE BÃƒÅ¡SQUEDA            =
=====================================================*/
@media only screen and (max-width: 767px) {
	.categoria .container {
		padding: 0;
	}
	.categoria .row {
		margin: 0;
	}
}

.search-results .md-title {
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.search-results .md-title {
		padding: 0 20px;
	}
}

.search-results .pagination {
	border-top: none;
}

.sorting-options {
	padding-top: 10px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.sorting-options {
		text-align: center;
	}
}

.sorting-options img {
	width: 27px;
	margin-right: 5px;
	display: inline-block;
}

.sorting-options .see-more {
	float: left;
}

@media only screen and (max-width: 767px) {
	.sorting-options .see-more {
		float: none;
		margin-bottom: 20px;
		display: none;
	}
}

.sorting-options .select-sorting {
	float: right;
}

@media only screen and (max-width: 767px) {
	.sorting-options .select-sorting {
		float: none;
	}
}

.select-sorting {
	/* Targetting Webkit browsers only. */
	
}

.select-sorting .control-label span {
	margin-right: 10px;
}

.select-sorting label {
	position: relative;
}

.select-sorting .form-group {
	display: inline-block;
}

.select-sorting .styled-select {
	padding: 3px 35px 3px 15px;
	margin: 0;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 1px solid #000000;
	width: 150px;
	border-radius: 2px;
	height: 30px;
}

.select-sorting label:after {
	content: '';
	background: #FFFFFF url('../img/ico-select.png') no-repeat center;
	height: 30px;
	width: 34px;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.select-sorting select {
		padding-top: 1px !important;
		padding-right: 30px;
	}
}

.hotel-preview {
	margin-bottom: 30px;
	background-color: #f6f9fa;
}

@media only screen and (max-width: 767px) {
	.hotel-preview {
		margin: 0 -10px 30px;
	}
}

.hotel-preview .screen-slide {
	width: 100%;
	height: 260px !important;
	position: relative;
}

.hotel-preview .hotel-title {
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
}

.hotel-preview .hotel-subtitle {
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}

.hotel-preview .hotel-title span {
	font-weight: 300;
}

.hotel-preview .v-align {
	display: table;
}

@media only screen and (max-width: 767px) {
	.hotel-preview .v-align {
		display: block;
	}
}

.hotel-preview .carousel {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.hotel-preview .carousel {
		display: block;
		margin: 0 -10px;
	}
}

.hotel-preview .carousel .carousel-control.right, .hotel-preview .carousel .carousel-control.left
	{
	opacity: 0.8;
}

.hotel-preview .carousel .carousel-control.right:hover, .hotel-preview .carousel .carousel-control.left:hover
	{
	opacity: 1;
}

.hotel-preview .hotel-excerpt {
	padding: 45px 20px 20px 10px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.hotel-preview .hotel-excerpt {
		padding-left: 20px;
	}
}

.hotel-preview .hotel-excerpt .see-more {
	float: left;
	font-style: italic;
}

@media only screen and (max-width: 991px) {
	.hotel-preview.contracted .hotel-excerpt .see-more,
	.hotel-preview.contracted .hotel-excerpt .cta-secondary {
		float: none;
		display: block;
		text-align: center;
	}
}

.hotel-preview .hotel-excerpt .cta-secondary {
	float: right;
}

.hotel-preview .hotel-excerpt p {
	margin-bottom: 20px;
}

.hotel-preview .hotel-excerpt p:last-of-type {
	margin-bottom: 10px;
}

.hotel-preview .hotel-excerpt .excerpt {
	min-height: 72px;
}

.book-room-type {
	background-color: #edf4f5;
	padding: 10px 22px;
	display: table;
	width: 100%;
	border-top: 2px solid #FFFFFF;
}

.book-room-type ul {
	display: table-row;
}

.book-room-type li {
	display: table-cell;
	width: 20%;
}

.book-room-type .room-type {
	width: 25%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}

.book-room-type .persons {
	width: 10%;
	text-align: center;
}

.book-room-type .price {
	width: 15%;
	font-size: 14px;
	text-align: right;
}

.book-room-type .availability {
	width: 20%;
	text-align: right;
	font-size: 14px;
	font-style: italic;
}

.book-room-type .btn-book {
	width: 30%;
	text-align: right;
	min-width: 185px;
}

.book-room-type .fa-progress {
	color: #006300;
}

.contracted .book-room-type ul,
.contracted .book-room-type li {
	width: 100%;
	text-align: center;
	display: block;
}

@media only screen and (max-width: 767px) {
	.book-room-type ul, .book-room-type li {
		width: 100% !important;
		text-align: center !important;
		display: block;
	}
}

/*-----  End of BLOQUE RESULTADOS DE BÃƒÅ¡SQUEDA  ------*/
/*============================
=            MAPS            =
============================*/
@media (min-width: 1202px) {
  .modal-xlg {
    width: 1200px;
  }
}
.modal-body.modal-body-map {
	padding: 0;
}

.results-map {
	position: relative;
}

.map-legend {
	padding: 5px 0;
	border-top: 1px solid #cccccc;
}

.map-legend li {
	font-size: 12px;
	display: inline-block;
	margin-right: 20px;
}

.map-legend li span {
	position: relative;
	top: 3px;
	margin-right: 5px;
	height: 14px;
	width: 14px;
}

.search-in-map .map-legend li {
	float: right;
	margin: 0 0 10px 20px;
}

.bubble {
	position: absolute;
	z-index: 1;
	font-size: 15px;
}

.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 5px 0;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -5px;
	bottom: -5px;
	left: 50%;
}

.bubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: #333333 transparent;
	display: block;
	width: 0;
	z-index: 0;
	margin-left: -5px;
	bottom: -6px;
	left: 50%;
}

.green-state {
	border-radius: 2px;
	display: inline-block;
	border: 1px solid #666666;
	padding: 1px 6px;
	background-color: #12a453;
	color: #FFFFFF;
	text-align: center;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.green-state:after {
	border-color: #12a453 transparent;
}

.orange-state {
	border-radius: 2px;
	display: inline-block;
	border: 1px solid #666666;
	padding: 1px 6px;
	background-color: #f07100;
	color: #FFFFFF;
	text-align: center;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.orange-state:after {
	border-color: #f07100 transparent;
}

.grey-state {
	border-radius: 2px;
	display: inline-block;
	border: 1px solid #666666;
	padding: 1px 6px;
	background-color: #8d8d8d;
	color: #FFFFFF;
	text-align: center;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.grey-state:after {
	border-color: #8d8d8d transparent;
}

.map-canvas {
	height: 100%;
	width: 100%;
	padding: 0px;
	position: relative;
	display: block;
}

.map-canvas-modal-property {
	height: 600px;
	width: 100%;
	padding: 0px;
	margin-top: 10px;
	position: relative;
}

#map-canvas {
	height: 600px;
	width: 100%;
	padding: 0px;
}

#map-global {
	/*height: 750px;*/
	height: 600px;
	width: 100%;
	padding: 0px;
	display: block;
}

.gmnoprint {
	display: none;
}

.map-modal {
	background-color: #FFFFFF;
	width: 220px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 20%;
	line-height: 18px;
}

.map-modal .modal-image {
	width: 90px;
	height: 90px;
	background-position: center;
	background-size: cover;
	float: left;
	margin-right: 15px;
}

.map-modal span {
	color: #a2a2a2;
	font-size: 12px;
	display: block;
}

.map-modal {
	height: auto;
	padding: 10px 10px 15px;
	width: 280px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

.map-modal:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 10px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -10px;
	bottom: -9px;
	left: 20%;
}

.map-modal .modal-image {
	float: none;
	margin: 0;
	width: 100%;
	height: 150px;
}

.map-modal .carousel .carousel-control.right, .map-modal .carousel .carousel-control.left
	{
	opacity: 1;
	background-size: 80%;
}

.map-modal .carousel .carousel-control.right {
	right: 5px;
}

.map-modal .carousel .carousel-control.left {
	left: 5px;
}

.map-modal .hotel-rating {
	bottom: 10px;
	right: 10px;
	top: auto;
	color: #00abc3;
	font-size: 16px;
	padding-top: 10px;
}

.map-modal .xs-title {
	margin-top: 10px;
	font-weight: 300;
}

.map-modal .xs-title, .map-modal span {
	max-width: 215px;
}

/*-----  End of MAPS  ------*/
/*==================================
=            AREA GUIDE            =
==================================*/
.area-guide {
	padding: 70px 0;
	background-color: #f8f5f2;
}

.area-guide .md-title {
	margin-bottom: 30px;
	margin-top: 60px;
}

.area-guide .gift-card {
	width: 230px;
	height: auto;
	left: 10px;
	top: 10px;
}

@media only screen and (max-width: 991px) {
	.area-guide .gift-card {
		width: 30%;
		display: block !important;
	}
}

@media only screen and (max-width: 767px) {
	.area-guide .gift-card {
		display: block;
	}
}

.area-guide p:first-of-type {
	padding-top: 50px;
}

@media only screen and (max-width: 767px) {
	.area-guide p:first-of-type {
		padding-top: 20px;
	}
}

.area-guide .right-caption, .area-guide .left-caption {
	margin-bottom: 0;
}

.area-guide a {
	color: #00abc3;
}

.area-guide a:hover,
.area-guide a:focus {
	text-decoration: underline; 
}

.main-caption img {
	max-width: 100%;
}

.right-caption {
	float: left;
	clear: left;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 8px 20px 20px 0;
	z-index: 1;
	text-align: center;
	width: 50%;
	max-width: 590px;
}

.right-caption:before {
	display: table;
	content: '';
	line-height: 0;
}

.right-caption img {
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.right-caption {
		float: none;
		width: 100%;
		margin: 0 0 20px;
		max-width: initial;
	}
}

.left-caption {
	float: right;
	clear: right;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 8px 0 20px 20px;
	z-index: 1;
	text-align: center;
	width: 50%;
	max-width: 590px;
}

.left-caption:before {
	display: table;
	content: '';
	line-height: 0;
}

.left-caption img {
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.left-caption {
		float: none;
		width: 100%;
		margin: 0 0 20px;
		max-width: initial;
	}
}

.related-categories {
	padding: 20px 0;
}
.related-categories li {
	padding-bottom: 10px;
}

/*-----  End of AREA GUIDE  ------*/
/*=================================================
=            FICHA DE DETALLE DE HOTEL            =
=================================================*/
.ficha-detalle {
	padding-bottom: 25px;
	position: relative;
	overflow: hidden;
}

.ficha-detalle .screen-slide {
	height: 550px;
}

@media only screen and (max-width: 991px) {
	.ficha-detalle .screen-slide {
		height: 350px;
	}
}

@media only screen and (max-width: 767px) {
	.ficha-detalle .screen-slide {
		height: 250px;
	}
}

.hotel-contact {
	padding-right: 100px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.hotel-contact {
		padding-right: 0;
	}
}

.hotel-contact .lg-title,
.hotel-contact .md-title {
	text-align: left;
	margin-bottom: 10px;
}

.hotel-contact .xs-title {
	color: #666666;
	margin-bottom: 10px;
	text-transform: initial;
	font-weight: 400;
}

.hotel-contact .breadcrumb {
	padding: 0 0 20px 0;
}

.rating {
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 6;
}
.rating.image-embedded {
	padding: 10px;
}

.rating p {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.rating a {
	text-decoration: underline;
	font-size: 14px;
}

.rating .hotel-rating {
	width: 80px;
	height: 80px;
	position: static;
	background: url('../img/rating-10.png') no-repeat;
	padding-top: 25px;
	font-size: 30px;
	margin: 0 auto;
}

.rating .hotel-no-rating {
	width: 80px;
	height: 80px;
	position: static;
	background: url('../img/no-rating-10.png') no-repeat;
	padding-top: 25px;
	font-size: 30px;
	margin: 0 auto;
}

.rating span.no-review {
	display: block;
	max-width: 200px;
	margin: 5px auto 0 auto;
	font-size: 14px;
	line-height: 14px;
}
/*rating review item*/
.review_part {
	float: left;
	width: 220px;
	margin-right: 40px;
	margin-left: 40px;
}

.review_part_name {
	float: none;
	font-weight: normal;
	margin: .5em 0 .1em;
	width: auto;
}

.review_part_name {
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	width: 83%;
}

p.review_part_name {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.score_bar {
	background: #f2f4f8;
	border: 1px solid #cfcfcf;
	height: 12px;
	float: left;
	margin: 0;
	width: 85%;
	border-radius: 2px;
}

.score_bar_value {
	height: 10px;
	border-radius: 2px;
}

.score_bar_value {
	background: #00adc5;
	width: 0;
}

.review_score_value {
	color: #999;
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	line-height: 1;
	padding: 0;
	width: 14%;
}
/*rating review*/
.rating-review {
	text-align: center;
	position: relative;
	float: left;
	/*left: 0;*/
	/*top: 0;*/
	margin-bottom: 20px;
}

@media only screen and (max-width: 200px) {
	.rating-review {
		position: static;
	}
}

.rating-review p {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}

.info-review {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

.rating-review a {
	text-decoration: underline;
	font-size: 14px;
}

.rating-review .hotel-rating-review {
	width: 80px;
	height: 80px;
	position: static;
	background: url('../img/rating-10.png') no-repeat;
	padding-top: 25px;
	font-size: 30px;
	margin: 0 auto;
}

.hotel-profile-down {
	padding: 10px 0px 30px 20px;
}

.ficha-detalle-review {
	position: relative;
	overflow: hidden;
}
.ficha-detalle-review.giftcard-property-sheet {
	padding-top: 20px;
}
.ficha-detalle-review .review-score {
	color: #00abc3;
	font-weight: 600;
}
.ficha-detalle-review .review-score-label {
	margin-bottom: 5px;
}
.review-header .review-total-score {
	display: inline-block;
	padding: 12px 8px;
	border: 3px solid #00abc3;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 25px;
	text-align: center;
	color: #00abc3;
}
.review-header .xs-title {
	font-size: 20px;
	text-transform: initial;
}
.review-header p {
	color: #929292;
}
.score_bar_review {
	height: 6px;
	border: 1px solid #cfcfcf;
	margin: 0 0 20px 0;
	background: #ffffff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.score_bar_review_value {
	height: 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #00abc3;
	width: 0;
}
.carousel-reviews .carousel-indicators {
	bottom: 0;
}
.carousel-reviews .carousel-indicators li {
	background: #cccccc;
}
.carousel-reviews .carousel-indicators li.active {
	background: #00abc3;
}
.carousel-reviews .item {
	padding: 20px 0 40px 0;
}
.carousel-reviews .guest-name {
	font-weight: 600;
	margin-bottom: 5px;
}
.carousel-reviews .guest-name .review-date {
	color: #929292;
	font-weight: 400;
	margin-left: 5px;
}
.carousel-reviews .review-score {
	color: #00abc3;
	font-weight: 600;
	text-align: right;
}
.carousel-reviews .comment {
	margin-bottom: 5px;
}
.carousel-reviews .comment img {
	margin-right: 10px;
}
.carousel-reviews .review-score .star-rating {
	display: inline-block;
	text-align: right;
	margin-left: 5px;
}
.carousel-reviews .review-score .star-rating .fa {
	display: inline-block;
	opacity: 0.5;
	font-size: 16px;
	color: #00abc3;
}
.carousel-reviews .review-score .star-rating .fa-star {
	opacity: 1;
}
.carousel-reviews .review-score .star-rating li {
	display: inline;
}

.stickers {
	min-height: 60px;
	float: left;
}

@media only screen and (max-width: 767px) {
	.stickers {
		float: none;
	}
}

.stickers li {
	display: inline;
	margin-right: 8px;
}

@media only screen and (max-width: 767px) {
	.stickers li {
		margin-right: 3px;
	}
}

.contact-links {
	min-height: 40px;
	text-align: right;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.contact-links {
		text-align: center;
	}
}

.contact-links li {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	position: relative;
}

@media only screen and (max-width: 479px) {
	.contact-links li {
		width: 40%;
	}
}

.contact-links li img {
	margin-right: 5px;
}

.contact-links li a {
	text-decoration: underline;
}

.contact-links .dropdown-menu {
	background-color: #00abc3;
	color: #FFFFFF;
	border-radius: 0;
	max-width: 450px;
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
	border-bottom-color: #00abc3;
	padding: 20px;
	margin: auto;
	left: auto;
	top: 35px;
	right: -5px;
	text-align: center;
}

.contact-links .dropdown-menu .arrow {
	right: 20px;
	left: auto;
}

.contact-links .dropdown-menu span {
	font-size: 18px;
}

.social-net-hotel {
	padding: 0;
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.social-net-hotel {
		text-align: center;
	}
}

.social-net-hotel .fa {
	padding-left: 15px;
	color: #000000;
	opacity: 0.5;
}

.ficha-carousel {
	position: relative;
	margin-bottom: 20px;
}

.ficha-carousel .screen-slide.slide-image {
	height: 100%;
}

.ficha-carousel .gift-card {
	right: auto;
	left: 10px;
	top: 90px;
}

.ficha-carousel .main-image {
	width: 100%;
}

.carousel-gallery {
	margin: 4px -2px 0;
	position: static;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.carousel-gallery {
		display: none;
	}
}

.carousel-gallery img {
	max-width: 100%;
	width: 100%;
}

.carousel-gallery .col-xs-2, .carousel-gallery .col-md-1 {
	padding: 0 2px;
}

.carousel-gallery li {
	opacity: 0.5;
	margin: 0 0 4px 0;
	border-radius: 0;
	text-indent: initial;
}

.carousel-gallery li.active, .carousel-gallery li:hover {
	opacity: 1;
}

.carousel-gallery li, .carousel-gallery .active {
	background-color: transparent !important;
	border-radius: 0;
	display: inline-block;
	height: auto;
	width: 8.33333333%;
}

.author {
	padding: 25px 0;
}

.author ul {
	display: table;
}

.author li {
	display: table-cell;
	vertical-align: middle;
}

.author li:first-child {
	width: 100px;
}

.author .author-img {
	width: 80px;
	height: 80px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.author blockquote {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 24px;
	font-style: italic;
	color: #666666;
}

.author span {
	font-weight: bold;
	font-size: 14px;
}

.giftcard-preview {
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}

.giftcard-preview:last-child {
	border-bottom: none;
}

.giftcard-preview .giftcard-title {
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 10px;
}

.giftcard-preview .giftcard-title a {
	text-decoration: none;
}

.giftcard-preview .giftcard-description {
	color: #333333;
}

.giftcard-preview p {
	padding: 0 10px;
}

.giftcard-preview .giftcard-price {
	text-align: center;
}

.giftcard-preview .giftcard-price p.price {
	font-size: 28px;
	margin: 10px 0 0 0;
	font-family: 'Roboto Condensed', sans-serif;
}

.giftcard-preview .giftcard-price p.old-price {
	font-style: normal;
	text-decoration: line-through;
	color: #8a8a8a;
}

.giftcard-preview .giftcard-price .cta-primary {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	text-decoration: none;
}

/*==================================
=            AJAX LOADER           =
====================================*/
 #sbox-content {
	background: #fff url("../images/ajax-loader-black.gif") center center no-repeat;
}
.btn-ajax {
	background-image: url("../images/ajax-loader.gif") !important;
	background-position: center center !important;
	outline: 0 !important;
}
.btn-ajax-hover {
	background-image: none !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	text-align: center !important;
	outline: 0 !important;
}
.btn-ajax-hover .fa {
	margin: 0;
}
div.ajax-loader {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
div.ajax-loader div.bg-ajax-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: alpha(opacity = 60);
	z-index: 100;
}
div.ajax-loader div.content-ajax-loader {
	width: 120px;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #fff;
	color: #202020;
	margin: -70px 0 0 -70px;
	padding: 20px 10px 10px 10px;
	text-align: center;
	z-index: 200;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.18999999999999995);
	-moz-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.18999999999999995);
	box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.18999999999999995);
}
div.ajax-loader div.content-ajax-loader p {
	padding-top: 10px;
	margin: 0;
}
.box-ajax-searcher {
	padding: 50px 0;
	text-align: center;
}
div.ajax-connector-payment {
	padding: 100px 0;
}
div.ajax-connector-payment p {
	padding-top: 30px;
}
	
/*===========================================================================
=            CARRUSEL MODAL DE IMÃ�GENES BASADO EN JQUERY.COLORBOX           =
=============================================================================*/
.show-modal-carousel {
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.cta-modal-carousel {
	display: block;
	position: absolute;
	bottom: 5%;
	left: 50%;
	padding: 10px 15px;
	border: 1px solid #ffffff;
	margin: 0 0 0 -40px;
	background: rgba(255, 255, 255, 0.5);
	color: #333333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: uppercase;
	font-size: 1em;
	cursor: pointer;
}

.cta-modal-carousel span {
	vertical-align: middle;
}

.cta-modal-carousel .fa {
	margin-right: 15px;
	vertical-align: middle;
}

#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #afb3b7;
	opacity: 0.95 !important;
}

#cboxWrapper {
	max-width: none;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

.popinOpened {
	overflow: hidden;
}

.popinOpened #colorbox {
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.popinOpened #colorbox, .popinOpened #cboxWrapper {
	height: 100vh !important;
	width: 100% !important;
	max-width: 120rem !important;
}

.popinOpened #cboxContent {
	width: -webkit-calc(100% - 4rem - 4rem) !important;
	width: calc(100% - 4rem - 4rem) !important;
	max-width: 112rem !important;
}

@media screen and (max-width: 769px) {
	.popinOpened #cboxContent {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0;
	}
}

.popinOpened #cboxLoadedContent {
	width: 100% !important;
	height: 86vh !important;
}

@media screen and (max-width: 769px) {
	.popinOpened #cboxLoadedContent {
		height: 100% !important;
		background: #fff;
	}
}

.popinOpened #colorbox.modal-carousel-fullscreen {
	max-width: none !important;
	-webkit-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.popinOpened #colorbox.modal-carousel-fullscreen,
.popinOpened #colorbox.modal-carousel-fullscreen #cboxWrapper,
.popinOpened #colorbox.modal-carousel-fullscreen #cboxContent,
.popinOpened #colorbox.modal-carousel-fullscreen #cboxLoadedContent {
	width: 100vw !important;
	left: 0 !important;
	max-width: none !important;
}

.popinOpened #colorbox.modal-carousel-fullscreen #cboxLoadedContent {
	height: 100vh !important;
}

#colorbox {
	outline: 0;
}

@media screen and (max-width: 769px) {
	#colorbox {
		width: 100% !important;
		height: 100% !important;
		left: 0 !important;
		background: #fff;
	}
}

#cboxContent {
	margin: 4rem;
	overflow: visible;
	background: transparent;
}

@media screen and (max-width: 769px) {
	#cboxContent {
		margin: 0;
		background: #fff;
		width: 100% !important;
	}
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	background: transparent;
}

#cboxLoadingGraphic {
	background: url('../images/ajax-loader-black.gif') no-repeat center center;
}

#cboxLoadingOverlay {
	background: #fff;
}

#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #000;
}

#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}
/* Navigation controls */
#cboxPrevious {
	background-position: 0px 0px;
	right: 44px;
}

#cboxPrevious:hover {
	background-position: 0px -25px;
}

#cboxNext {
	background-position: -25px 0px;
	right: 22px;
}

#cboxNext:hover {
	background-position: -25px -25px;
}
/* Close */
#cboxClose {
	background: url('../img/ico-close.png') no-repeat center center;
	top: 10px;
	right: 25px;
	outline: none;
}

@media screen and (max-width: 769px) {
	#cboxClose {
		right: 10px;
	}
}
/* Slideshow */
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
	right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
	background-position: -75px -25px;
	right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0px;
	right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -75px -25px;
}

#cboxOverlay.modal-carousel-fullscreen {
	background: #000;
}

#colorbox.modal-carousel-fullscreen {
	background: none !important;
}

#colorbox.modal-carousel-fullscreen #cboxContent, #colorbox.modal-carousel-fullscreen #cboxLoadedContent {
	background: none !important;
}

.modal-carousel-fullscreen #cboxContent {
	margin: 0;
}

.modal-carousel-fullscreen #cboxClose {
	height: 46px;
	width: 46px;
	background-color: #fff;
	top: 0;
	right: 0;
	z-index: 11;
}

.modal-carousel {
	height: 100%;
}

.modal-carousel .image-gallery {
	padding: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
	color: #ffffff;
}

.modal-carousel .image-gallery .carousel-caption {
	width: 100%;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	text-shadow: none;
	padding: 15px 0;
}
	
.modal-carousel .image-gallery .carousel-caption label {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 21px;
	vertical-align: middle;
}

.modal-carousel .image-gallery .carousel-caption .cta-primary {
	margin-left: 20px;
}

.modal-carousel .carousel-slider img {
	max-height: 100vh;
	max-width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal-carousel .carousel-slider .custom_paging {
	display: none !important;
}

.modal-carousel .carousel-navigation-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 5;
}

.modal-carousel .carousel-navigation-container .carousel-pagination {
	position: absolute;
	left: 0;
	top: -45px;
	height: 45px;
	padding: 0 15px 0 20px;
	background: rgba(0, 0, 0, 0.7);
	line-height: 45px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.modal-carousel .carousel-navigation-container .carousel-pagination span {
	vertical-align: middle;
}

.modal-carousel .carousel-navigation-container .carousel-pagination span.slash {
	font-size: 38px;
}

.modal-carousel .carousel-navigation-container .carousel-pagination i {
	margin-right: 20px;
	vertical-align: middle;
}

.modal-carousel .carousel-navigation-container.is-closed {
	-webkit-transform: translateY(130px);
	-ms-transform: translateY(130px);
	transform: translateY(130px);
}

.modal-carousel .carousel-navigation-container.is-closed .carousel-pagination i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.modal-carousel .carousel-navigation {
	margin-bottom: 0;
	padding: 10px 50px;
	height: 130px;
	background: rgba(0, 0, 0, 0.7);
}

.modal-carousel .carousel-navigation .slide {
	margin: 0 5px;
	cursor: pointer;
	background: #000;
	background-size: cover;
	background-position: 50%;
	position: relative;
}

.modal-carousel .carousel-navigation .slide img {
	width: 160px;
	height: 110px;
	margin: 0 auto;
	opacity: 0;
}

.modal-carousel .carousel-navigation .slide:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.modal-carousel .carousel-navigation .slide:hover:after,
.modal-carousel .carousel-navigation .slide.active:after {
	opacity: 0;
}

.modal-carousel .carousel-navigation .slide.active {
	cursor: default;
}

.modal-carousel .carousel-navigation .slide.video:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	height: 50px;
	width: 50px;
	background: url('../img/ico-play.png');
	background-size: cover;
}

/* Slick slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide:focus {
	outline: 0;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.modal-carousel .carousel-navigation .slick-list {
	margin: 0 auto;
	width: 1700px;
}

@media screen and (max-width: 1799px) {
	.modal-carousel .carousel-navigation .slick-list {
		width: 1530px;
	}
}

@media screen and (max-width: 1629px) {
	.modal-carousel .carousel-navigation .slick-list {
		width: 1360px;
	}
}

@media screen and (max-width: 1459px) {
	.modal-carousel .carousel-navigation .slick-list {
		width: 1190px;
	}
}

@media screen and (max-width: 1289px) {
	.modal-carousel .carousel-navigation .slick-list {
		width: 1020px;
	}
}

@media screen and (max-width: 1119px) {
	.modal-carousel .carousel-navigation .slick-list {
		width: 850px;
	}
}

@media screen and (max-width: 949px) {
	.modal-carousel .carousel-navigation .slick-list {
		width: 680px;
	}
}

@media screen and (max-width: 779px) {
	.modal-carousel .carousel-navigation .slick-list {
		width: 510px;
	}
}

.modal-carousel .carousel-slider.slick-slider {
	margin-bottom: 0;
}

.modal-carousel .carousel-slider .slick-slide {
	height: 100vh;
	opacity: 0 !important;
	-webkit-transition: opacity .3s ease !important;
	transition: opacity .3s ease !important;
}

.modal-carousel .carousel-slider .slick-slide.slick-active {
	opacity: 1 !important;
}

/* Icons */
/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
	z-index: 10;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.modal-carousel .carousel-slider .slick-prev {
	left: 50px;
	background: transparent url('../img/arrow-left.png') no-repeat center center;
	height: 36px;
	width: 22px;
}

.modal-carousel .carousel-slider .slick-prev:before {
	content: '';
}

.modal-carousel .carousel-slider .slick-next {
	right: 50px;
	background: transparent url('../img/arrow-right.png') no-repeat center center;
	height: 36px;
	width: 22px;
}

.modal-carousel .carousel-slider .slick-next:before {
	content: '';
}

@media screen and (max-width: 769px) {
	.modal-carousel .carousel-slider .slick-prev {
		left: 10px;
	}
	.modal-carousel .carousel-slider .slick-next {
		right: 10px;
	}
}

.modal-carousel .carousel-slider .slick-disabled {
	display: none !important;
}

.modal-carousel .carousel-navigation .slick-prev {
	width: 22px;
	height: 36px;
	background: transparent url('../img/arrow-left.png') no-repeat center center;
	top: 60px;
	left: 15px;
}

.modal-carousel .carousel-navigation .slick-prev:before {
	content: '';
}

.modal-carousel .carousel-navigation .slick-next {
	width: 22px;
	height: 36px;
	background: transparent url('../img/arrow-right.png') no-repeat center center;
	top: 60px;
	right: 15px;
}

.modal-carousel .carousel-navigation .slick-next:before {
	content: '';
}

.modal-carousel .carousel-navigation .slick-disabled {
	display: none !important;
}

/* Dots */
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	padding: 0;
	margin: 0;
	width: 11px;
	height: 11px;
	border: 1px solid #aeb3b7;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -999em;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li.slick-active button {
	width: 12px;
	height: 12px;
	background: #b7995d;
	border-color: #b7995d;
}

.lte-ie9 .slick-prev, .lte-ie9 .slick-next {
	z-index: 2;
}

.lte-ie9 .slick-list {
	z-index: 1;
}

/*===================================================
=            BLOQUE PÃ�GINA HOME TEMÃ�TICA            =
====================================================*/
.home-page {
	padding: 25px 0;
}

.home-page .md-title {
	margin-bottom: 10px;
}

.home-page blockquote {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 24px;
	font-style: italic;
	color: #666666;
}

.home-page .home-description {
	padding: 30px 0 0 0;
}

/*-----  End of FICHA DE DETALLE DE HOTEL  ------*/
/*===================================================================
=            BLOQUE FICHA DISPONIBILIDAD DE HABITACIONES            =
===================================================================*/
.disponibilidad {
	background-color: #edf4f5;
	padding-top: 80px;
}

.disponibilidad .md-title {
	margin-bottom: 35px;
	text-transform: initial;
	text-align: center;
}

.book-room table {
	width: 100%;
	background-color: #FFFFFF;
}

.book-room table caption {
	width: 100%;
	background-color: #ffffff;
	padding: 10px;
}

.book-room .fa-progress {
	color: #006300;
}

.book-room thead {
	background-color: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.book-room tr {
	border-bottom: 2px solid #edf4f5;
}

.book-room th {
	font-weight: 400;
}

.book-room td, .book-room th {
	padding: 16px 20px;
}

.book-room td {
	font-size: 14px;
	vertical-align: middle;
	line-height: 18px;
}

.book-room td:first-child {
	width: 155px;
}

.book-room td:first-child img {
	width: 200px;
}

.book-room td.alt-date img {
	width: 50px;
}

.book-room td:nth-child(2), .book-room td:nth-child(3) {
	width: 235px;
}

.book-room td:last-child {
	text-align: center;
	width: 230px;
}

.book-room.last-cell-collapsed td:last-child {
	text-align: left;
}

.book-room th.price-alt-date,
.book-room td.price-alt-date {
	padding-left: 130px;
}

.book-room img {
	max-width: 100%;
}

.book-room p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.book-room .styled-select {
	width: 120px;
	padding: 5px;
}

.book-room span {
	font-style: italic;
	display: block;
}

.book-room span.old-price {
	font-size: 0.9em;
	font-style: normal;
	text-decoration: line-through;
	color: #8a8a8a;
}

.book-room .special-price {
	color: #00abc3;
}

.book-room span.max-pax {
	display: inline;
	font-size: 1.2em;
	vertical-align: middle;
	margin-right: 3px;
}

.book-room span.featured-description {
	cursor: pointer;
	text-decoration: underline;
	color: #00abc3;
}

@media only screen and (max-width: 991px) {
	.book-room {
		/* Hide table headers (but not display: none;, for accessibility) */
		
	}
	.book-room table,
	.book-room caption, 
	.book-room thead, 
	.book-room tbody, 
	.book-room tr,
	.book-room th,
	.book-room td {
		display: block;
	}
	.book-room thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.book-room td:first-child, .book-room td:nth-child(2), .book-room td:nth-child(3),
		.book-room td:last-child {
		width: auto;
	}
	.book-room td {
		border: none;
		padding: 10px;
	}
	.book-room td {
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
	}
	.book-room td:last-child {
		padding-left: 0;
		text-align: center;
	}
	.book-room td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}
	.book-room td:before {
		content: attr(data-title);
	}
}
@media only screen and (max-width: 1100px) {
	.book-room th.price-alt-date,
	.book-room td.price-alt-date {
		padding-left: 20px;
	}
}
@media only screen and (max-width: 991px) {
	.book-room th.price-alt-date,
	.book-room td.price-alt-date {
		padding-left: 50%;
	}
}

.book-room-giftcard-property {
	
}
.book-room-giftcard-property .xs-title {
	text-transform: initial;
	font-size: 20px;
	padding: 40px 0 10px 0;
}
.book-room-giftcard-property .giftcard-fee-notice,
.hotel-preview-giftcard .giftcard-fee-notice {
	color: #00abc3;
}
.book-room-giftcard-property .giftcard-fee-notice .fa,
.hotel-preview-giftcard .giftcard-fee-notice .fa {
	color: #f5a623;
	margin: 5px 10px 0 0;
}
.book-room-giftcard-property td.master-info {
    vertical-align: top;
}
.book-room-giftcard-property td:first-child .btn img {
    width: auto;
}
/*-----  End of BLOQUE FICHA DISPONIBILIDAD DE HABITACIONES  ------*/
/*================================================================
=            BLOQUE FICHA MÃƒï¿½S INFORMACIÃƒâ€œN SOBRE HOTEL            =
================================================================*/
.more-info-hotel {
	background-color: #edf4f5;
	padding-top: 55px;
	padding-bottom: 65px;
}

.more-info-hotel .md-title {
	margin-bottom: 50px;
	text-transform: initial;
	text-align: center;
}

.more-info-hotel .xs-title {
	text-transform: initial;
	margin-bottom: 20px;
}

.more-info-hotel .nav>li>a {
	padding: 5px 30px 5px 15px;
	background: none;
}

@media only screen and (max-width: 767px) {
	.more-info-hotel .nav>li>a {
		padding: 15px 30px 15px 15px;
	}
}

.more-info-hotel .nav.nav-tabs>li.active>a {
	background: #000000;
}

.more-info-hotel .nav.nav-tabs>li.active>a:hover:after, .more-info-hotel .nav.nav-tabs>li.active>a:focus:after,
	.more-info-hotel .nav.nav-tabs>li.active>a:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 2px;
}

.more-info-hotel .tab {
	position: relative;
}

.more-info-hotel .tab:after {
	content: '+';
	font-size: 27px;
	font-weight: 300;
	position: absolute;
	top: -3px;
	right: 5px;
}

@media only screen and (max-width: 767px) {
	.more-info-hotel .tab:after {
		top: 3px;
	}
}

.more-info-hotel .tab:hover:after {
	top: 2px;
}

.more-info-hotel .tab-pane ul {
	margin-right: 50px;
}

@media only screen and (max-width: 767px) {
	.more-info-hotel .tab-pane ul {
		margin-bottom: 20px;
	}
}

.more-info-hotel .tab-pane li {
	padding: 7px 0;
	border-bottom: 1px solid #f6f6f6;
	position: relative;
	padding-right: 35px;
}

.more-info-hotel .tab-pane strong {
	color: #00abc3;
}

.more-info-hotel .quantity {
	position: absolute;
	top: 7px;
	right: 10px;
	padding-right: 10px;
}

.more-info-hotel .fa {
	width: 25px;
}

.more-info-hotel .fa-mobile {
	font-size: 22px;
}

.more-info-hotel .fa-child {
	font-size: 20px;
}

@media only screen and (max-width: 991px) {
	.more-info-hotel .nav-tabs>li {
		float: none;
	}
}

.more-info-hotel .more-info {
	padding: 35px;
	background-color: #FFFFFF;
}

.more-info-hotel .planazo p {
	padding-left: 80px;
}

.more-info-hotel .planazo img {
	float: left;
}
.more-info-hotel.giftcard-property-sheet {
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 30px;
}
.more-info-hotel.giftcard-property-sheet .more-info {
	background-color: #edf4f5;
}
.more-info-hotel.giftcard-property-sheet .nav.nav-tabs {
	border-bottom: none;
}
.more-info-hotel.giftcard-property-sheet .nav-tabs>li {
	float: none;
}
.more-info-hotel.giftcard-property-sheet .nav.nav-tabs>li>a {
	text-transform: uppercase;
	border: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	position: relative;
	font-weight: bold;
	padding: 5px 30px 5px 15px;
	top: 7px;
}
.more-info-hotel.giftcard-property-sheet .nav.nav-tabs>li>a:hover {
	padding: 5px 30px 5px 15px;
}
.more-info-hotel.giftcard-property-sheet .tab:hover:after {
	top: -3px;
}
/*-----  End of BLOQUE FICHA MÃƒï¿½S INFORMACIÃƒâ€œN SOBRE HOTEL  ------*/
/*================================================================
=            BLOQUE FICHA PLANES Y VENTAJAS DEL HOTEL            =
================================================================*/
.planes-ventajas {
	padding: 70px 0;
}

.planes-ventajas img {
	margin-right: 5px;
	position: relative;
	bottom: 5px;
	display: inline-block;
}

@media only screen and (max-width: 480px) {
	.planes-ventajas img {
		display: block;
		margin: 0 auto 10px;
	}
}

.planes-ventajas .sm-title {
	font-size: 24px;
	display: inline-block;
}

.planes-ventajas span {
	display: table;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 480px) {
	.planes-ventajas span {
		display: block;
	}
}

.planes-ventajas span .sm-title {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

@media only screen and (max-width: 480px) {
	.planes-ventajas span .sm-title {
		display: block;
		text-align: center;
	}
}

.planes-ventajas .planazo {
	padding: 35px;
	background-color: #f8f5f2;
	text-align: center;
	min-height: 340px;
}

.planes-ventajas .ventajas-socios {
	padding: 35px;
	background-color: #edf4f5;
	text-align: center;
	min-height: 340px;
}

.planes-ventajas .ventajas-socios .tic {
	padding-top: 30px;
	max-width: 320px;
}

.planes-ventajas .tic {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	margin: 20px auto;
	max-width: 420px;
	min-height: 140px;
}

@media only screen and (max-width: 991px) {
	.planes-ventajas .planazo,
	.planes-ventajas .ventajas-socios {
		margin-bottom: 30px;
	}
}

.copy-planes a,
.intro-planes a {
	color: #00abc3;
}

.copy-planes a.cta-primary {
	color: #ffffff;
}

.copy-planes a:hover,
.copy-planes a:focus,
.intro-planes a:hover,
.intro-planes a:focus {
	text-decoration: underline; 
}

.copy-planes a.cta-primary:hover,
.copy-planes a.cta-primary:focus {
	text-decoration: none; 
}

/*-----  End of BLOQUE FICHA PLANES Y VENTAJAS DEL HOTEL  ------*/
/*===========================================================
=            BLOQUE FICHA OPINIONES DE HUÃƒâ€°SPEDES            =
===========================================================*/
.opiniones {
	padding: 20px 0 20px;
	border-bottom: 2px solid #dadada;
}

.opiniones .md-title {
	text-align: center;
	text-transform: initial;
	margin-bottom: 15px;
}

.opiniones .read-more {
	background-color: black;
	color: white;
	float: none;
	padding: 4px 10px;
	position: relative;
	top: 2px;
	margin-left: 5px;
}

.testimonial {
	padding: 25px 0;
	display: table;
}

.testimonial>li {
	display: table-cell;
	vertical-align: middle;
	min-height: 70px;
}

@media only screen and (max-width: 767px) {
	.testimonial>li {
		display: inline-block;
	}
}

.testimonial>li:nth-child(2) {
	width: 150px;
}

.testimonial>li:first-child {
	width: 80px;
}

.testimonial>li:last-child {
	padding: 15px 30px;
	border-left: 1px solid #dadada;
}

@media only screen and (max-width: 767px) {
	.testimonial>li:last-child {
		border: none;
		padding: 0;
		display: block;
		width: 100%;
	}
}

.testimonial .host-img {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.testimonial .host-name {
	font-weight: bold;
	color: #666666;
	margin: 0;
}

.testimonial blockquote {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	text-indent: -25px;
	margin-left: 25px;
}

.testimonial blockquote img {
	margin-right: 10px;
}

.testimonial span {
	font-weight: bold;
	font-size: 14px;
	padding-right: 5px;
}

.star-rating {
	display: inline-block;
}

.star-rating .fa {
	opacity: 0.25;
	font-size: 12px;
}

.star-rating .full {
	color: #000000;
}

.star-rating .full .fa {
	opacity: 1;
}

.star-rating li {
	display: inline;
}

/*-----  End of BLOQUE FICHA OPINIONES DE HUÃƒâ€°SPEDES  ------*/
/*=========================================================
=            BLOQUE FICHA DESCUENTOS Y OFERTAS            =
=========================================================*/
.promotions {
	padding: 65px 0;
}

.promo-ticket {
	border: 2px solid #000000;
	display: table;
	width: 100%;
	min-height: 215px;
}

@media only screen and (max-width: 991px) {
	.promo-ticket {
		margin-bottom: 30px;
	}
}

.promo-ticket img {
	margin-bottom: 5px;
}

.promo-ticket .sm-title {
	padding-bottom: 35px;
	border-bottom: 1px solid #FFFFFF;
	text-transform: initial;
	font-size: 24px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 300;
}

.promo-ticket .sm-title strong {
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.promo-ticket .sm-title {
		padding-bottom: 20px;
	}
}

.promo-ticket span {
	font-weight: bold;
}

.promo-ticket>li {
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.promo-ticket>li {
		display: block;
		width: 100%;
	}
}

.promo-ticket>li:first-child {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	min-width: 188px;
}

.promo-ticket .tic {
	padding: 10px 0;
	margin-bottom: 10px;
}

.promo-ticket .tic li {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 20px;
}

.promo-ticket .tic li:before {
	background: url('../img/ico-ticblack.png') no-repeat left;
}

/*-----  End of BLOQUE FICHA DESCUENTOS Y OFERTAS  ------*/
/*===================================================
=            BLOQUE HOTELES RELACIONADOS            =
===================================================*/
.related-hotels {
	padding: 60px 0 70px;
	background-color: #f8f5f2;
}

.related-hotels .md-title {
	text-transform: initial;
	text-align: center;
	margin-bottom: 35px;
}

.related-hotels .xs-title {
	text-transform: initial;
	font-size: 21px;
}

.related-hotels .box-item {
	height: auto;
}

.related-hotels .bottom-headerbox {
	text-align: left;
	padding: 20px;
	position: static;
}

.related-hotels .canvas {
	width: 100%;
}

.related-hotels p {
	margin-bottom: 20px;
}

.related-hotels .cta-primary {
	width: 100%;
	text-transform: uppercase;
}

.related-hotels .see-more {
	float: none;
	font-style: italic;
}

.related-hotels .price-tag {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 0 10px;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
}

.related-hotels .price-tag strong {
	display: block;
	font-size: 18px;
}

/*-----  End of BLOQUE HOTELES RELACIONADOS  ------*/
/*===================================================
=            MAPA FICHA HOTEL FULL WIDTH            =
===================================================*/
.map-header {
	padding: 75px 0 30px;
	text-align: center;
}

.map-header .md-title {
	text-transform: initial;
	text-align: center;
	margin-bottom: 35px;
}

.map-header .cta-tertiary {
	margin-left: 50px;
}

.map-header .cta-tertiary img {
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}
.map-header-giftcard-property {
}
.map-header-giftcard-property .xs-title {
	text-transform: initial;
	font-size: 20px;
	margin: 0;
}
.map-header-giftcard-property p {
	color: #929292;
}

/*-----  End of MAPA FICHA HOTEL FULL WIDTH  ------*/
/*=====================================
=            CHECKOUT FORM            =
=====================================*/
.checkout {
	padding-bottom: 60px;
}

.checkout.greeting {
	padding-bottom: 20px;
}

.checkout.greeting .tic {
	font-size: 1.2em;
}

.checkout.greeting .tic li {
	padding-bottom: 20px;
}

.checkout .tic.greeting li:last-child {
	padding-bottom: 0;
}

.checkout .button-help {
	color: #00abc3;
	position: absolute;
	top: 1px;
	right: 0;
	background: transparent;
	outline: 0;
	padding: 0;
	border: 0;
}
.checkout .button-help .fa {
	font-size: 1.3em;
}
.checkout .cta-quaternary {
	text-align: right;
	text-transform: none;
	font-size: 18px;
}

.module-form {
	padding: 30px;
	background: #f8f5f2;
	margin-bottom: 20px;
}

.module-form .sm-title {
	margin-bottom: 20px;
}

.module-form .sm-title img {
	width: 32px;
	margin-right: 5px;
	display: inline-block;
}

.module-form .md-title {
	font-size: 24px;
	margin-bottom: 0;
}

.module-form p {
	margin-bottom: 20px;
}

.module-form p a {
	text-decoration: underline;
}

.module-form .fa {
	font-size: 15px;
	margin-left: 5px;
}

.module-form.warning-title .fa {
	color: #00abc3;
	margin-right: 10px;
	font-size: 1.5em;
}

@media only screen and (max-width: 480px) {
	.module-form .number {
		display: block;
		margin: 0 auto 10px;
	}
}

.module-form .centered a {
	text-decoration: underline;
	font-size: 12px;
	display: block;
}

.submit-field {
	padding: 10px 30px;
	margin-top: -18px;
}

.submit-field input[type=checkbox] {
	margin-right: 5px;
}

.submit-field .checkbox {
	float: left;
}

@media only screen and (max-width: 991px) {
	.submit-field .checkbox {
		float: none;
	}
}

.submit-field .cta-primary {
	float: right;
	margin-top: 10px;
}

@media only screen and (max-width: 991px) {
	.submit-field .cta-primary {
		float: none;
		margin: 0 auto;
		display: block;
	}
}

.submit-field .booking-info {
	padding-left: 10px;
}

.card-payment {
	display: table;
	width: 100%;
	padding: 25px 0;
}

.card-payment li {
	display: table-cell;
}

.card-payment li:last-child img {
	max-width: 100%;
}

@media only screen and (max-width: 1200px) {
	.card-payment li img {
		max-width: 70%;
	}
}

.booking-info {
	font-size: 14px;
	margin-bottom: 0;
}

.booking-info strong {
	font-size: 16px;
}

.booking-info img {
	width: 24px;
	margin-right: 10px;
}

/*=====  End of CHECKOUT FORM  ======*/
/*=====================================
=            BOOKING ASIDE            =
=====================================*/
.booking-aside {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #f6f9fa;
}

@media only screen and (max-width: 767px) {
	.booking-aside {
		text-align: center;
	}
}

.booking-aside .aside-header {
	margin: -20px -20px 20px;
}

.booking-aside .md-title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}

.booking-aside .canvas {
	margin-bottom: 20px;
}

.booking-aside .bluelink {
	text-align: center;
	display: block;
	margin: 20px 0;
}

.booking-total {
	background-color: #edf4f5;
	margin: 0 -20px -20px;
	padding: 20px;
}

.booking-total .blueprice {
	margin: 0 0 10px 0;
}

.booking-total .blueoldprice {
	margin: 0;
}

.booking-total .price-label {
	margin-bottom: 10px;
}

.book-now {
	padding: 25px 20px;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 20px;
}

.book-now .xs-title {
	color: #00abc3;
	margin-bottom: 10px;
}

.contact-phone {
	font-size: 18px;
	font-weight: bold;
}

.contact-phone img {
	margin-right: 5px;
}

.bluelink {
	color: #00abc3;
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
}

.bluelink:hover {
	text-decoration: underline;
}

/*=====  End of BOOKING ASIDE  ======*/
/*============================================
=            BLOQUE BÃƒÅ¡SQUEDA MAPA            =
============================================*/
.search-in-map {
	padding: 20px 0;
	background: #edf4f5;
}

.searchmap-wrapper {
	background: #FFFFFF;
	display: table;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.searchmap-wrapper {
		display: block;
		width: 100%;
	}
}

.searchmap-pane {
	display: table-cell;
	width: 35%;
	min-width: 420px;
	vertical-align: top;
	position: relative;
	transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
	.searchmap-pane {
		min-width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.searchmap-pane {
		display: block;
		width: 100%;
	}
}

.searchmap-pane .pagination {
	margin-bottom: 0;
	border-top: none;
}

.search-in-map .jump-getaway {
	display: block;
	text-decoration: underline;
	text-transform: initial;
	font-size: 14px;
	padding: 0 0 15px 0;	
}

.search-in-map .jump-getaway:after {
	display: inline-block;
	content: '';
	height: 10px;
	width: 15px;
	background: url('../img/ico-vrb.png') no-repeat right center;
}

.search-in-map .jump-getaway img {
	display: inline-block;
	margin-right: 5px;
}

.searchmap-pane-listing {
	/*position: absolute;*/
	padding: 30px;
	background: #FFFFFF;
	/*overflow-y: scroll;
	overflow-x: hidden;
	height: 750px;*/
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.searchmap-pane-listing {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.searchmap-pane-listing {
		display: block;
		width: 100%;
		position: static;
	}
}

.searchmap-pane-listing .breadcrumb {
	padding-bottom: 5px;
	padding-top: 0;
	padding-left: 0;
}

.searchmap-pane-listing .md-title {
	margin-bottom: 30px;
}

.searchmap-pane-listing .xs-title {
	font-weight: 300;
	text-transform: initial;
	margin-bottom: 10px;
}

.searchmap-pane-listing .canvas {
	width: 100%;
	margin: 20px 0;
}

@media only screen and (max-width: 991px) {
	.searchmap-pane-listing .listing {
		font-size: 12px;
	}
}

.searchmap-pane-listing .listing li {
	position: relative;
	margin-bottom: 5px;
	transition: all 0.5s;
}

.searchmap-pane-listing .number {
	min-width: 25px;
	height: 25px;
	width: auto;
	font-size: 16px;
	padding: 1px 6px;
	position: absolute;
	right: 0;
	border-radius: 12px;
}

@media only screen and (max-width: 991px) {
	.searchmap-pane-listing .number {
		font-size: 14px;
	}
}

.searchmap-pane-listing .hotel-preview {
	position: relative;
	margin-bottom: 10px;
}

.searchmap-pane-listing .hotel-preview .hotel-title {
	font-size: 21px;
	padding-right: 40px;
}

@media only screen and (max-width: 991px) {
	.searchmap-pane-listing .hotel-preview .hotel-title {
		font-size: 18px;
	}
}

.searchmap-pane-listing .hotel-preview .screen-slide {
	height: 220px;
}

.searchmap-pane-listing .hotel-preview .hotel-excerpt {
	padding: 20px 20px 20px 10px;
}

.searchmap-pane-listing .hotel-preview .hotel-excerpt .excerpt {
	font-size: 14px;
	line-height: 18px;
	min-height: 70px;
}

.searchmap-canvas {
	display: table-cell;
	width: 75%;
	vertical-align: top;
	position: relative;
	transition: all 0.5s;
}

.searchmap-canvas .gm-style-mtc {
	display: none;
}

.searchmap-canvas .gmnoprint {
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.searchmap-canvas .map-modal {
		width: 210px;
	}
	.searchmap-canvas .map-modal .modal-image {
		height: 125px;
	}
}

@media only screen and (max-width: 767px) {
	.searchmap-canvas {
		display: none;
	}
}

.searchmap-pane.expanded {
	width: 65%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.searchmap-pane.expanded {
		width: 55%;
	}
}

.searchmap-pane.expanded .searchmap-pane-listing .listing li {
	display: inline-block;
	width: 47%;
}

.searchmap-pane.expanded .searchmap-pane-listing .listing li:nth-child(odd)
	{
	margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.searchmap-pane.expanded .searchmap-pane-listing .listing li:nth-child(odd)
		{
		margin-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.searchmap-pane.expanded .col-sm-6 {
		width: 100%;
	}
}

.searchmap-canvas.contracted {
	width: 35%;
}

.hotel-preview.contracted .col-sm-6 {
	width: 100%;
}

.hotel-preview.contracted .screen-slide {
	height: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hotel-preview.contracted .screen-slide {
		height: 140px;
	}
}

.hotel-preview.contracted .hotel-excerpt {
	padding: 10px 20px;
}

.hotel-preview.contracted .hotel-excerpt p {
	margin: 0;
}

.hotel-preview.contracted .hotel-title {
	padding-right: 0px;
}

.hotel-preview.contracted .excerpt {
	display: none;
}

.hotel-preview.contracted .cta-secondary {
	text-decoration: underline;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	padding: 0;
	background: none;
	border: none;
	color: #333333;
	line-height: 24px;
}

.hotel-preview.contracted .cta-secondary:hover, .hotel-preview.contracted .cta-secondary:focus {
	-webkit-transition: all 0s;
	color: #333333;
	background: none;
	text-decoration: none;
}

.hotel-preview.contracted .cta-secondary:after {
	display: inline-block;
	content: '';
	height: 10px;
	width: 15px;
	background: url('../img/ico-vdb.png') no-repeat right center;
}
	
.btn-expand {
	position: absolute;
	display: block;
	left: 20px;
	top: 20px;
	padding: 5px;
	width: 50px;
	height: 35px;
	border-radius: 3px;
	text-align: center;
	background: #FFFFFF;
	/*url('../img/ico-arrowleft.png') no-repeat center*/
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
	.btn-expand {
		display: none;
	}
}

.btn-expand:active {
	background: #00abc3 /*url('../img/ico-arrowleft.png') no-repeat center*/
}

.btn-expand:focus {
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}

.btn-expand.rotate img {
	-webkit-transform: rotate(180deg);
	/* Chrome, Safari 3.1+ */
	/* Firefox 3.5-15 */
	-ms-transform: rotate(180deg);
	/* IE 9 */
	/* Opera 10.50-12.00 */
	transform: rotate(180deg) /* Firefox 16+, IE 10+, Opera 12.10+ */
}

.searchmap-canvas.mobile {
	display: none;
}

@media only screen and (max-width: 767px) {
	.searchmap-canvas.mobile {
		display: block;
		width: 100%;
	}
	.searchmap-canvas.mobile #map-global {
		height: 400px;
	}
	.search-in-map .container {
		padding: 0;
	}
	.searchmap-pane-listing {
		overflow-y: hidden;
		height: auto;
	}
	.excerpt, .see-more, .cta-secondary {
		display: block !important;
		margin-bottom: 10px !important;
	}
	.hotel-preview.contracted .screen-slide {
		height: 260px;
	}
}

@media only screen and (max-width: 479px) {
	.hotel-preview.contracted .screen-slide {
		height: 200px;
	}
}

/*=====  End of BLOQUE BÃƒÅ¡SQUEDA MAPA  ======*/
/*================================================
=                 OFERTAS ESPECIALES            =
================================================*/
.special-deals .md-title {
	text-align: center;
	margin-bottom: 40px;
}

.special-deals .sorting-deals {
	margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
	.special-deals .sorting-deals {
		margin-bottom: 30px;
	}
}

.special-deals .sorting-deals .select-sorting .styled-select {
	width: auto;
	padding: 3px 35px 3px 10px;
}

@media only screen and (max-width: 991px) {
	.special-deals .sorting-deals .select-sorting .form-group {
		margin-bottom: 15px;
		vertical-align: bottom;
	}
	.special-deals .sorting-deals .select-sorting .control-label span {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.special-deals .sorting-deals .select-sorting .dcha {
		float: none;
	}
}

@media only screen and (max-width: 480px) {
	.special-deals .sorting-deals .select-sorting .form-group,
		.special-deals .sorting-deals .select-sorting .styled-select {
		width: 100%;
	}
}

.special-deals .nav-tabs {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.special-deals .nav-tabs {
		border: none;
	}
}

@media only screen and (max-width: 767px) {
	.special-deals .nav-tabs li {
		width: 100%;
		position: static;
		margin: 0;
	}
	.special-deals .nav-tabs li.active>a:hover {
		padding: 8px 30px 8px 15px;
	}
}

@media only screen and (max-width: 991px) {
	.special-deals .nav-tabs li>a {
		text-transform: initial;
		padding: 5px 25px 5px 10px;
	}
}

@media only screen and (max-width: 767px) {
	.special-deals .nav-tabs li>a {
		text-transform: uppercase;
		padding: 5px 25px 5px 10px;
		font-size: 16px;
		position: static;
		margin-bottom: 5px;
		border-bottom: 1px solid #000000;
	}
	.special-deals .nav-tabs li>a:hover {
		padding: 5px 25px 5px 10px;
	}
}

.special-deals .hotel-preview {
	display: table;
	width: 100%;
	min-height: 285px;
}

@media only screen and (max-width: 991px) {
	.special-deals .hotel-preview {
		display: block;
	}
}

@media only screen and (max-width: 991px) {
	.special-deals .hotel-preview {
		display: table-row;
	}
}

.special-deals .hotel-preview .box-picture {
	display: table-cell;
	width: 40%;
	height: 100%;
	background-size: initial;
	background-color: #f6f9fa;
}

@media only screen and (max-width: 991px) {
	.special-deals .hotel-preview .box-picture {
		display: inline-block;
		vertical-align: top;
		height: 285px;
		width: 45%;
	}
}

@media only screen and (max-width: 767px) {
	.special-deals .hotel-preview .box-picture {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.special-deals .hotel-preview .box-picture {
		height: 200px;
	}
}

.special-deals .hotel-preview .hotel-excerpt {
	display: table-cell;
	width: 35%;
	padding: 30px 15px 15px 15px;
}

@media only screen and (max-width: 991px) {
	.special-deals .hotel-preview .hotel-excerpt {
		display: inline-block;
		vertical-align: top;
		width: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.special-deals .hotel-preview .hotel-excerpt {
		width: 100%;
		padding-top: 10px;
	}
}

.special-deals .hotel-preview .hotel-deal {
	display: table-cell;
	min-width: 100px;
	padding: 30px 15px 20px 0px;
	text-align: right;
	color: #00abc3;
}

@media only screen and (max-width: 991px) {
	.special-deals .hotel-preview .hotel-deal {
		display: inline-block;
		vertical-align: top;
	}
}

@media only screen and (max-width: 767px) {
	.special-deals .hotel-preview .hotel-deal {
		width: 100%;
		text-align: center;
		padding-top: 0;
	}
}

.special-deals .hotel-preview .promo-ticket {
	display: table-cell;
	width: 190px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	min-width: 188px;
	padding: 20px;
	vertical-align: middle;
}

.special-deals .hotel-preview .promo-property {
	display: table-cell;
	width: 190px;
	background-color: #ffffff;
	border: 1px solid #edf4f5;
	text-align: center;
	min-width: 188px;
	padding: 20px;
	vertical-align: middle;
}

.special-deals .hotel-preview .promo-property .price-label {
	font-size: 18px;
	margin-bottom: 5px;
}

.special-deals .hotel-preview .promo-property .price {
	font-size: 32px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
	color: #00abc3;
}

@media only screen and (max-width: 991px) {
	.special-deals .hotel-preview .promo-ticket,
	.special-deals .hotel-preview .promo-property {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: auto;
	}
}

@media only screen and (max-width: 991px) {
	.special-deals .hotel-preview .promo-ticket .sm-title {
		border: none;
		display: inline-block;
		padding-bottom: 15px;
	}
}

.special-deals .hotel-preview .promo-ticket span {
	border-bottom: 1px solid #FFFFFF;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
	.special-deals .hotel-preview .promo-ticket span {
		border-top: 1px solid #FFFFFF;
	}
}

.special-deals .hotel-preview .big-price {
	font-size: 38px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}

.special-deals .hotel-preview .small-price {
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	text-decoration: line-through;
	display: block;
}

.special-deals .hotel-preview .tic li {
	font-size: 14px;
}

.special-deals .hotel-preview .contact-phone {
	font-size: 16px;
}

/*=====  End of OFERTAS ESPECIALES  ======*/
/*==================================
=            COBRANDING            =
==================================*/
.cobranding {
	padding: 40px 0;
}

.cobranding .md-title {
	font-size: 42px;
}

@media only screen and (max-width: 991px) {
	.cobranding .md-title {
		font-size: 29px;
	}
}

@media only screen and (max-width: 767px) {
	.cobranding .md-title {
		font-size: 25px;
	}
}

@media only screen and (max-width: 991px) {
	.cobranding .big-number {
		width: 40px;
		height: 40px;
		padding: 10px;
		font-size: 24px;
	}
}

.gathering {
	padding-top: 0;
}

.gathering-search {
	padding-top: 30px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
	.gathering-search .aside-header {
		background-image: none;
	}
}

.gathering-search .aside-search {
	margin-bottom: 0;
}

.gathering-search .form-vertical .form-field {
	padding-bottom: 40px;
}

.gathering-search .form-vertical .form-control {
	padding: 8px 9px;
	font-size: 15px;
	color: #666666;
}

.gathering-search .form-vertical .cta-primary {
	width: 100%;
	text-align: center;
}

.gathering-search .box-item {
	height: 465px;
}

.gathering-search .box-item .md-title {
	font-size: 28px;
	font-weight: 600;
}

.actions {
	background-color: #edf4f5;
}

.cobranding-services {
	padding-top: 40px;
	padding-bottom: 20px;
}

.cobranding-services>.xs-title {
	font-size: 32px;
	text-transform: initial;
	text-align: center;
	margin-bottom: 40px;
}

.cobranding-services .box-item {
	height: auto;
}

.cobranding-services .box-item .xs-title {
	text-transform: initial;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 25px;
}

.cobranding-services .box-list {
	min-height: 200px;
	height: auto;
}

@media only screen and (max-width: 991px) {
	.cobranding-services .box-list {
		min-height: 150px;
	}
}

.contact-banner {
	padding: 5px 25px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
}

.contact-banner ul {
	display: table;
	width: 100%;
}

.contact-banner li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

.contact-banner>ul>li:first-child {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	width: 30%;
}

.contact-banner p {
	margin: 0;
}

.contact-banner p img {
	margin-right: 5px;
}

.contact-banner p a {
	text-decoration: underline;
}

.contact-banner .contact {
	white-space: nowrap;
}

.contact-banner .country {
	color: #00abc3;
	text-transform: uppercase;
	font-weight: 700;
}

.contact-banner .contact-name {
	font-size: 16px;
}

.contact-banner .contact-img {
	text-align: center;
	overflow: hidden;
	border-radius: 50%;
	display: block;
	display: inline-block;
	vertical-align: middle;
	line-height: initial;
}

.contact-banner .contact-img img {
	width: 45px;
	height: 45px;
}

.contact-banner .contact-name {
	display: inline-block;
	vertical-align: middle;
	line-height: initial;
	margin: 0;
}

@media only screen and (max-width: 991px) {
	.contact-banner>ul {
		display: block;
	}
	.contact-banner>ul>li:first-child {
		display: block;
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.contact-banner {
		padding: 10px 0;
		margin: 0 -15px;
	}
	.contact-banner ul li ul li:first-child {
		display: none;
	}
	.contact-banner ul li ul li {
		width: 50%;
	}
	.contact-banner>ul>li {
		display: block;
		width: 100%;
	}
	.contact-banner img {
		display: none;
	}
}

/*=====  End of COBRANDING  ======*/
/*===================================
=            HAZTE SOCIO            =
===================================*/
.aside-socios {
	margin-top: -65px;
}

.aside-socios p {
	text-align: center;
	font-size: 17px;
	margin-bottom: 5px;
}

.aside-socios .aside-header {
	padding: 20px 30px;
	min-height: 65px;
}

.aside-socios .cta-primary {
	margin-bottom: 10px;
	text-align: center;
}

.aside-socios .facebook {
	background: #44619d url('../img/ico-xlvrw.png') no-repeat right 15px
		center;
	box-shadow: inset 0px -3px 1px -1px #324a7c;
	text-transform: initial;
}

.aside-socios .facebook .fa {
	margin-right: 15px;
}

.aside-socios .checkbox {
	margin-left: 0;
}

.container .aside-socios .checkbox span,
.account .module-form .checkbox span,
.checkout.module-form .checkbox span,
.form-giftcard-filters .form-group .checkbox span,
#onRequestBookingForm .checkbox span,
#confirmation-reservation .checkbox span {
	padding-left: 25px;
	width: 100%;
	text-align: left;
}

#onRequestBookingForm .checkbox span .bluelink {
	font-size: 16px;
}
	
.aside-socios .radio {
	margin: -3px 0 0;
}

.aside-socios label {
	font-size: 15px;
}

.aside-socios .small-print {
	margin-bottom: 10px;
}

.aside-socios .form-aside .form-field {
	padding: 30px 20px;
}

.aside-socios input[type=password] {
	background-color: #f1f1f1;
}

.hazte-socio {
	padding: 0 0 50px;
}

.hazte-socio .sm-title {
	font-size: 26px;
	font-weight: 400;
	text-transform: initial;
	margin-bottom: 25px;
}

.hazte-socio p a {
	color: #00abc3;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

.ventajas-club {
	padding: 31px 30px;
	background: rgba(0, 171, 195, 0.4);
}

.ventajas-club .md-title {
	font-size: 24px;
	padding: 20px;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	margin: -60px -10px 50px;
	border-bottom: 1px solid #FFFFFF;
}

.ventajas-club .table {
	max-width: 600px;
	margin: 0 auto;
}

.ventajas-club .table>thead>tr>th {
	background-color: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	border-bottom: none;
}

.ventajas-club .table>thead>tr>th:last-child {
	min-width: 100px;
}

.ventajas-club .table>tbody>tr:first-child>td {
	border-top: none;
}

.ventajas-club .table>tbody>tr>td {
	padding: 15px;
	font-weight: bold;
	border-top: 1px solid #d7edf0;
}

.ventajas-club .table>tbody>tr>td:last-child {
	text-align: center;
}

/*=====  End of HAZTE SOCIO  ======*/
/*=====================================
=            QUIENES SOMOS            =
=====================================*/
.quienes-somos .lg-title img {
	vertical-align: baseline;
	margin-right: 10px;
}

.quienes-somos .cta-primary {
	text-transform: initial;
}

.quienes-somos .hotel-preview .screen-slide {
	height: 350px;
}

.quienes-somos .customer-care .right-caption {
	width: 30%;
}

@media only screen and (max-width: 767px) {
	.quienes-somos .customer-care .right-caption {
		width: 100%;
	}
}

.quienes-somos .customer-care p {
	font-size: 18px;
	font-style: italic;
}

.quienes-somos .canvas {
	width: auto;
}

.quienes-somos .guia-rusticae {
	margin: 40px 0 35px;
}

@media only screen and (max-width: 767px) {
	.quienes-somos .somos-rusticae {
		display: none;
	}
}

.quienes-somos .somos-rusticae .screen-slide {
	height: auto;
	min-height: 450px;
}

.quienes-somos .somos-rusticae .video-caption {
	width: auto;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 1000px;
	padding: 30px 0;
	bottom: 0;
}

.quienes-somos .somos-rusticae .lg-title {
	text-transform: initial;
	margin-bottom: 25px;
}

.quienes-somos .somos-rusticae .xs-title {
	text-transform: initial;
	font-weight: 600;
}

@media only screen and (max-width: 991px) {
	.quienes-somos .somos-rusticae .xs-title {
		font-size: 16px;
		font-weight: 400;
	}
}

.quienes-somos .somos-rusticae p {
	font-size: 24px;
	font-weight: 300;
}

.quienes-somos .somos-rusticae span {
	text-transform: uppercase;
}

.quienes-somos .hotel-count {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.quienes-somos .hotel-count li {
	display: table-cell;
	min-width: 135px;
	vertical-align: middle;
	padding: 15px 5px;
	border-right: 1px solid rgba(250, 250, 250, 0.5);
}

@media only screen and (max-width: 991px) {
	.quienes-somos .hotel-count li {
		min-width: 100px;
	}
}

.quienes-somos .hotel-count li:last-child {
	border: none;
}

.quienes-somos .hotel-count .amount {
	font-size: 45px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #a7cdd2;
	font-style: italic;
}

@media only screen and (max-width: 991px) {
	.quienes-somos .hotel-count .amount {
		font-size: 30px;
	}
}

.quienes-somos .faux-table {
	max-width: 1000px;
	margin: 0 auto;
	display: table;
	width: 100%;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.quienes-somos .faux-table {
		display: block;
	}
}

.quienes-somos .faux-table li {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.quienes-somos .faux-table li {
		display: block;
		width: 100%;
	}
}

.quienes-somos .faux-table li:first-child {
	width: 35%;
}

@media only screen and (max-width: 767px) {
	.quienes-somos .faux-table li:first-child {
		width: 100%;
	}
}

.quienes-somos .faux-table li:last-child {
	padding-left: 20px;
}

.quienes-somos .faux-table p {
	font-size: 24px;
	font-style: italic;
}

.gratitud {
	padding: 50px 0 50px;
	text-align: center;
	border-bottom: 1px solid #dadada;
}

.gratitud .big-print {
	color: #00abc3;
	font-size: 24px;
	margin-bottom: 30px;
}

.gratitud p {
	margin-bottom: 20px;
}

.gratitud .book-now {
	width: 300px;
	margin: 0 auto 20px;
}

.gratitud .book-now+p {
	font-size: 18px;
}

.gratitud .contact-phone {
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.gratitud .teal {
	font-weight: 700;
}

/*=====  End of QUIENES SOMOS  ======*/
/*=========================================
=            Disabling Scripts            =
=========================================*/
.ui-loader {
	display: none;
}

/**
 * Google maps
 *
 */
#rusticae-map {
	height: 200px;
	width: 100%;
	padding: 0px;
}

#map-global-mobile {
	height: 450px;
	width: 100%;
	padding: 0px;
	display: block;
}

#map-canvas .gmnoprint,
#map-global .gmnoprint,
#map-global-mobile .gmnoprint,
#rusticae-map .gmnoprint {
	display: block;
}

#map-canvas img.loading,
#map-global img.loading {
	display: block;
	margin: 350px auto 0 auto;
}

.gm-style-iw div {
	/*overflow: visible !important;*/
}

.btn-full-screen {
	position: absolute;
	display: block;
	left: 20px;
	top: 60px;
	padding: 0 5px;
	width: 50px;
	height: 35px;
	border-radius: 3px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	color: #6c6c6c;
	font-size: 1.3em;
}

.btn-full-screen.full-screen {
	top: 20px;
}

@media only screen and (max-width: 767px) {
	.btn-full-screen {
		display: none;
	}
}

.btn-full-screen:active {
	background: #00abc3;
	color: #6c6c6c;
}

.btn-full-screen:focus {
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	color: #6c6c6c;
}

.searchmap-pane.full-screen {
	display: none;
}

.searchmap-canvas.full-screen {
	display: block;
	width: 100%;
	z-index: 6;
}

.btn-expand.full-screen {
	display: none;
}

.info-item-map {
	display: block;
	position: relative;
	background-color: #ffffff;
	width: 220px;
	height: auto;
	line-height: 18px;
	padding: 0;
	margin: 0 auto;
}

.info-item-map .image-item-map {
	width: 90px;
	height: 90px;
	background-position: center;
	background-size: cover;
	float: left;
	margin-right: 15px;
}

.info-item-map p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #006780;
}

.info-item-map a:hover {
	text-decoration: underline;
}

.info-item-map span {
	display: block;
	max-width: 170px;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #000000;
	margin: 0;
}

.info-item-map span.price {
	font-size: 18px;
	font-weight: 300;
}

.info-item-map .modal-image {
	width: 100%;
	margin: 0;
}

.info-item-map .carousel .carousel-control.right, .info-item-map .carousel .carousel-control.left
	{
	opacity: 1;
	background-size: 80%;
}

.info-item-map .carousel .carousel-control.right {
	right: 5px;
}

.info-item-map .carousel .carousel-control.left {
	left: 5px;
}

.info-item-map .hotel-rating-map {
	display: block;
	float: right;
	width: 42px;
	height: 42px;
	padding: 12px 0 0 0;
	margin-top: 10px;
	background: url('../img/ico-rating.png') no-repeat;
	text-align: center;
	color: #00abc3;
	font-size: 16px;
	font-weight: bold;
	z-index: 1;
}

.info-item-map .favorite {
	top: 5px;
	right: 10px;
}

.info-item-map .xs-title {
	max-width: 170px;
	margin: 10px 0 0 0;
	font-size: 19px;
	font-weight: 300;
}

.info-item-map .xs-title.title-wide {
	max-width: 100%;
}

.info-item-map .flag {
	float: right;
	margin-top: 4px;
}

.info-item-map .favorite {
	display: none;
}

/*=========================================
=            Google Recaptcha             =
==========================================*/
.grecaptcha-badge { 
	opacity: 0;
}

/*=====================================
=        CONFIRMATION VIEW            =
=====================================*/
.confirmation-title {
	font-size: 32px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 30px 0 20px 0;
	color: #00abc3;
}
.confirmation-title .fa {
	color: #5aa800;
	margin-right: 10px;
}
.confirmation-text {
	color: #929292;
	padding-bottom: 20px;
	font-size: 18px;
}

/*=====================================
=           APOLOGIZE VIEW            =
=====================================*/
.apologize-title {
	font-size: 32px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 30px 0 20px 0;
	color: #b30000;
}
.apologize-title .fa {
	color: #b30000;
	margin-right: 10px;
}

/*=====================================
=        WARNING MODAL VIEW           =
=====================================*/
.modal-dialog.warning-dialog {
	top: 50%;
	margin-top: -130px;
}
.modal-content .warning-title {
	font-size: 32px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 30px 0 20px 0;
	color: #00abc3;
}
.modal-content .warning-title .fa {
	color: #5aa800;
	margin-right: 10px;
}
.modal-content .warning-text {
	color: #515151;
	padding-bottom: 20px;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	font-family: 'Roboto Condensed', sans-serif;
}

/*=====================================
=        BOOTSTRAP ACCORDION          =
=====================================*/
.panel.panel-default .panel-heading {
	padding: 0;
}
.panel.panel-default .btn-accordion {
	display: block;
	padding: 20px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 32px;
	cursor: pointer;
}

.panel.panel-default > .panel-heading a .panel-title {
    display: block;
    position: relative;
	font-size: 26px;
	padding-left: 50px;
}

.panel.panel-default > .panel-heading a.collapsed:hover .panel-title::after {
    content: "+";
    opacity: 1;
    font-size: 55px;
}

.panel.panel-default > .panel-heading a:hover .panel-title::after {
    content: "-";
    opacity: 1;
    font-size: 55px;
}

.panel.panel-default > .panel-heading a.collapsed .panel-title::after {
    content: "+";
    opacity: .6;
}

.panel.panel-default > .panel-heading a .panel-title::after {
    content: "-";
    font-family: 'Fontawesome', sans-serif;
    right: 10px;
    font-size: 40px;
    opacity: 1;
}

.panel.panel-default > .panel-heading a .panel-title::after,
.panel.panel-default > .panel-heading a .panel-title::before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.panel.panel-default .panel-heading a .panel-title::before {
    counter-increment: accordion-counter;
    content: " " counter(accordion-counter) " ";
    left: 0;
    font-size: 35px;
}

@media only screen and (max-width: 767px) {
	.panel.panel-default .panel-title .btn-accordion {
		font-size: 24px;
	}
}

