@charset "utf-8";
/* Reset basado en http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	min-height: 100%;
	position: relative;
	font: 13px 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 1;
}
input {
	font: 11px Arial;
	line-height: 1;
}
div,
span,
applet,
object,
iframe,
h4,
h5,
h6,
p,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
h1 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	margin-bottom: 15px;
	padding-bottom: 4px;
	font-size: 15px;
	font-weight: bold;
}
h3 {
	margin: 0 0 6px 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 17px;
	font-weight: bold;
}
ol,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	list-style: none;
}
blockquote,
q {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	quotes: none;
}
table {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 13px;
}
a.underline {
	text-decoration: underline;
}
small {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 80%;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}
/* Common */

body.loading,
body.loading * {
	cursor: progress;
}
a:active {
	outline-width: 1px;
	outline-style: dotted;
}
.normal {
	font-weight: normal;
}
.clear {
	clear: both;
}
/* search page */

div.hotel-error {
	padding: 20px;
	line-height: 20px;
	text-align: center;
}
div.hotel-error span {
	padding-left: 25px;
	background: url(../img/ico-notice.png) no-repeat left;
	font-size: 14px;
}
div.hotel-error span a {
	font-size: 14px;
}
/* Calendarios de disponibilidad */
/*
.calendar-loading {
	background:url(../img/loader-calendar.gif) no-repeat center;
}
*/
/*.modal {
	width:800px; height:90%; padding:10px; border:1px solid #333;
	background-color:#fff;
}
#control_overlay {
	background-color:#000000;
}

.box-shadow {
	-webkit-box-shadow:0 0 15px rgb(0,0,0);
	-moz-box-shadow:0 0 15px rgb(0,0,0);
	box-shadow:0 0 15px rgb(0,0,0);
}*/
/* Layout CSS */
/* FONTS */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* END FONTS */
/* BASE */

body {
	font-family: "Open Sans", sans-serif;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 300;
	position: relative;
	display: block;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
textarea,
input {
	outline: none;
}
.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.checkbox,
.radio {
	display: inline-block;
}
input[type="checkbox"] {
	margin: 3px 3px 3px 4px;
}
a,
a:link {
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
a.button1 {
	display: inline-block;
	min-width: 50px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	padding: 0 10px;
	cursor: pointer;
	outline: none;
	vertical-align: middle;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
a.button2 {
	width: 100%;
	min-width: 100%;
	margin: 5px 0 0 0;
	padding: 5px 10px;
	font-size: 14px;
	min-height: 30px;
	line-height: 20px;
	background: none;
	display: inline-block;
	cursor: pointer;
	outline: none;
	vertical-align: middle;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
a.button2:first-child {
	margin: 0;
}
.no-padding {
	padding: 0;
}
@media only screen and (max-width: 991px) {
	h2 {
		margin-left: 0;
		text-align: center;
	}
	h3 {
		font-size: 15px;
		text-align: center;
	}
	.block-next a.button2 {
		/* min-height: 4em; */

		line-height: 40px;
	}
	div.total_price_fixed a.button2 {
		min-height: 31px;
		line-height: 44px;
		font-size: 14px;
		font-weight: bold;
	}
}

/* iOS fix */
@media screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:0) {
	select,
	textarea,
	input {
		font-size: 16px !important;
	}
}
/* END BASE */
/* COMMON */

#page {
	min-height: 100%;
	margin: auto;
	position: relative;
	z-index: 0;
	padding-left: 0;
	padding-right: 0;
}
#page.popup {
	/* width: 650px; */
	margin: auto;
	position: relative;
	z-index: 0;
}
#page-wrapper {
	margin: 0;
	padding: 0 25px;
	position: relative;
	z-index: 0;
}
#header-wrapper {
	margin: 0 -15px;
}
#header {
	margin: 0;
	min-height: 100px;
	line-height: 100px;
	position: relative;
	padding: 15px;
	width: 100%;
}
#header h1 {
	margin: 0;
	height: 100%;
}
#header h1 a {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
#header .hotel-logo img {
	max-width: 100%;
	max-height: 85px;
	vertical-align: middle;
}

#header h1 span.hotel-name {
	margin-left: 15px;
	visibility: hidden;
}

.content-frame {
	margin-bottom: 20px;
	padding: 12px;
	overflow: hidden;
	position: relative;
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	clear: both;
}

.container__banner {
	margin: 30px 0;
}
.content__banner {
	padding: 0;
}
.content__banner img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.custom-banners {
	margin-bottom: 30px;
}
.custom-banners a img {
	max-width: 100%;
}
@media only screen and (min-width: 768px) {
	#header {
		display: table;
	}
	#header .right-side,
	#header .left-side {
		display: table-cell;
		vertical-align: middle;
		height: 100%;
	}
	#header .right-side {
		text-align: right;
	}
}
@media only screen and (max-width: 991px) {
	#page {
		padding-bottom: 60px;
	}
	.container__banner {
		display: none;
	}
	.content-frame {
		border: 0;
		padding-left: 0;
		padding-right: 0;
	}
	/*.content-frame {
						border: 2px solid #9095a1;
					}*/
	/*div.content-frame,
					form.content-frame {
						border: 0;
						padding-left: 0;
						padding-right: 0;
					}*/
}
@media only screen and (max-width: 767px) {
	#page-wrapper {
		padding: 0;
	}
	#header-wrapper {
		margin: 0 -5px;
	}
	#header {
		/* padding-left: 5px; */
		/* padding-right: 5px; */

		min-height: 0;
		line-height: normal;
		height: auto;
		margin-bottom: 0px;
	}
	#header .right-side {
		text-align: right;
	}
	#header .hotel-logo img {
		/* margin: 0 auto; */
	}
	#header span.title {
		margin-top: 20px;
		display: block;
	}
}
/* UNKNOW*/
/*#content {
				padding-top:20px; overflow:hidden;
			}*/
/* component - callcenter */

#callcenter {
	position: fixed;
	transform: translateY(-100%);
	width: 1110px;
	left: 50%;
	margin-left: -555px;
	z-index: 99999;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	transition: all 0.5s;
}
#callcenter.open {
	transform: translateY(0);
}
#callcenter div.options {
	height: 130px;
	padding: 0 6px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#callcenter div.background {
	position: absolute;
	width: 100%;
	height: 42px;
	left: 0;
	bottom: 0;
	z-index: -1;
	transition: all 0.5s;
}
#callcenter.open div.background {
	height: 171px;
}

#callcenter div.options div.background {
	bottom: -41px;
}
#callcenter div.options div.welcome {
	padding: 10px 10px 5px 10px;
	font-size: 14px;
	text-align: center;
}
#callcenter div.options div.option-row {
    overflow: hidden;
    margin-bottom: 2px;
}
#callcenter div.options span.option {
	float: left;
	width: 20%;
	padding: 0;
	line-height: 25px;
	text-align: left;
	white-space: nowrap;
}
#callcenter div.options span#option-origin {
	width: 40%;
}
#callcenter div.options span#option-roomid select {
	width: 250px;
}
#callcenter div.button {
	position: absolute;
	width: 160px;
	height: 40px;
	top: 100%;
	left: 50%;
	margin-left: -80px;
	line-height: 40px;
	z-index: 0;
	overflow: hidden;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#callcenter input {
	vertical-align: middle;
}
#callcenter input.numeric {
	width: 60px;
	margin: 0 5px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	font-weight: bold;
}
#callcenter input#override_origin_value {
	width: 215px;
}
#callcenter select{
	width: 100px;
}
#callcenter select#override_medium {
	width: 150px;
}
#callcenter .label {
	text-align: left;
}
@media only screen and (max-width: 1110px) {
	#callcenter {
		width: 1024px;
		margin-left: -510px;
	}

	#callcenter.open div.background {
		height: 202px;
	}

	#callcenter div.options {
		height: 161px;
	}
}

@media only screen and (max-width: 1023px) {
	#callcenter {
		width: 100%;
		top: 0;
		left: 0;
		margin-left: 0;
	}

	#callcenter div.options span.option {
		line-height: 16px;
		white-space: normal;
	}
}

@media only screen and (max-width: 991px) {
	#callcenter {
		width: 100%;
		top: 0;
		left: 0;
		margin-left: 0;
	}

	#callcenter.open div.background {
		height: 281px;
	}

	#callcenter div.options {
		height: 240px;
	}

	#callcenter div.options span.option {
		line-height: 16px;
	}
}

/* component - language */
#languages {
	overflow: auto;
}
#languages ul {
	float: right;
	margin: 20px 0;
	line-height: 58px;
	text-align: right;
}
#languages li {
	float: left;
	margin-left: 10px;
	line-height: 20px;
}
#languages a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
	/*padding:0 4px 0 22px;*/
	/*background:url(../img/ico-flags.png) no-repeat;*/
}
#languages li.current a {
	font-weight: 700;
}
/*#languages li.current a.es {
				background-position:0px 0px;
			}
			#languages li.current a.en {
				background-position:0px -20px;
			}
			#languages li.current a.de {
				background-position:0px -40px;
			}
			#languages li.current a.it {
				background-position:0px -60px;
			}
			#languages li.current a.fr {
				background-position:0px -80px;
			}
			#languages li.current a.ca {
				background-position:0px -100px;
			}
			#languages li.current a.ru {
				background-position:0px -120px;
			}
			#languages li.current a.nl {
				background-position:0px -140px;
			}
			#languages li.current a.pt {
				background-position:0px -160px;
			}
			#languages li.current a.sv {
				background-position:0px -180px;
			}
			#languages li.current a.pl {
				background-position:0px -200px;
			}
			#languages li.current a.no {
				background-position:0px -220px;
			}
			#languages li.current a.da {
				background-position:0px -240px;
			}
			#languages li.current a.zh {
				background-position:0px -260px;
			}
			#languages li.current a.fi {
				background-position:0px -280px;
			}
			#languages a.es {
				background-position:0px -300px;
			}
			#languages a.en {
				background-position:0px -320px;
			}
			#languages a.de {
				background-position:0px -340px;
			}
			#languages a.it {
				background-position:0px -360px;
			}
			#languages a.fr {
				background-position:0px -380px;
			}
			#languages a.ca {
				background-position:0px -400px;
			}
			#languages a.ru {
				background-position:0px -420px;
			}
			#languages a.nl {
				background-position:0px -440px;
			}
			#languages a.pt {
				background-position:0px -460px;
			}
			#languages a.sv {
				background-position:0px -480px;
			}
			#languages a.pl {
				background-position:0px -500px;
			}
			#languages a.no {
				background-position:0px -520px;
			}
			#languages a.da {
				background-position:0px -540px;
			}
			#languages a.zh {
				background-position:0px -560px;
			}
			#languages a.fi {
				background-position:0px -580px;
			}*/

.open>.dropdown-menu {
	display: block;
	min-width: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover,
.open>.dropdown-toggle.btn-default:active,
.btn-language > button:hover,
.btn-language > button:active,
.btn-language > button:focus,
.btn-language > button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right: 0px;
}
.btn-language > button > .caret {
	margin-left: 5px;
}
/* hotel information */

#hotel-info {
	margin-bottom: 30px;
	padding: 12px 0;
	border-width: 1px 0;
	border-style: solid;
	position: relative;
	display: none;
	overflow: hidden;
}
#hotel-info-details {
	padding: 0 15px 0 0;
}
#hotel-info-name {
	padding-right: 70px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
#hotel-info-name.category-1e {
	background: url(../img/ico-stars.png) no-repeat right 5px;
}
#hotel-info-name.category-2e {
	background: url(../img/ico-stars.png) no-repeat right -25px;
}
#hotel-info-name.category-3e {
	background: url(../img/ico-stars.png) no-repeat right -55px;
}
#hotel-info-name.category-4e {
	background: url(../img/ico-stars.png) no-repeat right -85px;
}
#hotel-info-name.category-5e {
	background: url(../img/ico-stars.png) no-repeat right -115px;
}
#hotel-info-rating {
	position: absolute;
	right: 0;
	top: 12px;
}
#hotel-info-showmap {
	display: inline-block;
	padding-left: 18px;
	line-height: 18px;
	background: transparent url(../img/ico-pinpoint.png) no-repeat left;
	text-decoration: none;
	font-style: italic;
}
#hotel-info-description {
	margin: 5px 0;
	line-height: 1.3;
	cursor: pointer;
	font-size: 12px;
}
#hotel-info-description p:last-child:after {
	content: url(../img/ico-arrow-up.png);
	margin-left: 10px;
}
#hotel-info-description.short p:last-child:after {
	content: url(../img/ico-arrow-down.png);
	margin-left: 10px;
}
#hotel-info-picture img {
	clip: rect(0px, 210px, 140px, 0px);
}
#hotel-info-picture .main-picture {
	margin: 0 auto;
}
@media only screen and (max-width: 991px) {
	#hotel-info-details {
		padding-top: 15px;
	}
	#hotel-info-picture,
	#hotel-info-details {
		padding-left: 5px;
		padding-right: 5px;
	}
}
/* footer */

#footer {
	margin-top: 20px;
	overflow: hidden;
	line-height: 17px;
	padding: 15px 0;
	text-align: center;
}
.footer-wrapper {
	padding: 20px 30px;
}
#footer span.signature {
	width: auto;
	vertical-align: middle;
}
#footer span.contact {
	display: block;
	margin-bottom: 1.2em;
}
#footer .banners {
	float: right;
	width: 385px;
	margin: 4px;
	text-align: right;
}
/*@media only screen and (max-width: 991px){
				#footer{
					text-align: center;
				}
			}*/
/* condiciones generales */

.general-conditions {
	padding: 20px;
}
#sb-player .general-conditions {
	position: absolute;
	padding: 0;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	overflow-y: auto;
	margin-bottom: 25px;
}
.general-conditions ul.tabs {
	overflow: auto;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.general-conditions ul.tabs li {
	float: left;
	margin-right: 10px;
	padding: 5px 10px;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	background: #eeeeee;
}
.general-conditions ul.tabs li:not(.active) {
	border-color: transparent;
	background: none;
}
.general-conditions ul.tabs a {
	text-decoration: none;
}
.general-conditions p {
	margin-bottom: 20px;
	line-height: 1.4;
	text-align: justify;
}
.general-conditions p.text-center {
	text-align: center;
}
#sb-player .general-conditions div.conditions {
	top: 58px;
	left: 0;
	right: 0;
	bottom: 20px;
	padding: 10px 10px 0 0;
	overflow: auto;
}
#sb-player .general-conditions div.conditions div.text {
	margin: 1em 0 2em;
}
#sb-player .links-conditions {
	position: absolute;
	padding: 0;
	left: 20px;
	bottom: 12px;
}
#sb-player .links-conditions a {
	display: inline-block;
	line-height: 20px;
	margin-right: 20px;
	padding-left: 20px;
}
#sb-player .links-conditions a.print {
	background: url(../img/ico-print.png) no-repeat left;
}
#sb-player .links-conditions a.download {
	background: url(../img/ico-document.png) no-repeat left;
}
/* components - steps */

#steps {
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 0 30px 0;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#steps li {
	text-transform: uppercase;
	font-size: 12px;
	float: left;
	height: 37px;
	line-height: 37px;
	position: relative;
	background: url(../img/step-off.png) no-repeat right;
}
#steps li.current,
#steps li.previous,
#steps li.done {
	cursor: pointer;
}
#steps li.current {
	background: url(../img/step-on.png) no-repeat right;
}
#steps.threeStep li {
	/*width: 300.6px;*/

	margin-left: 4px;
}
#steps.fourStep li {
	margin-left: 4px;
}
#steps li:first-child {
	margin: 0;
}
#steps li:last-child {
	background-position: -16px top;
}
#steps li span.title {
	width: 50%;
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
	text-align: left;
}
#steps li strong {
	float: left;
	width: 50%;
	margin-left: -16px;
	vertical-align: middle;
	font-size: 18px;
	text-align: right;
	background: url(../img/step-off.png) no-repeat left;
}
#steps li.current strong {
	background: url(../img/step-on.png) no-repeat left;
}
#steps li span.number {
	display: inline-block;
	width: 22px;
	height: 21px;
	line-height: 21px;
	margin-right: 5px;
	vertical-align: 2px;
	font-size: 14px;
	text-align: center;
	background: url(../img/ico-steps-number.png) no-repeat center;
}
@media only screen and (max-width: 991px) {
	#steps {
		margin-top: 30px;
	}
	#steps li {
		text-align: center;
		height: auto;
	}
	#steps li.current {
		background-image: none;
	}
	#steps.fourStep li,
	#steps.threeStep li {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 1px;
	}
	#steps li span.title,
	#steps li.current strong,
	#steps li strong {
		float: none;
		width: auto;
		margin-left: 0;
		background: none;
	}
}
@media only screen and (min-width: 992px) {
	#steps li {
		font-size: 10px;
	}
	#steps.threeStep li {
		width: 33%;
	}
	#steps.fourStep li {
		width: 24.6%;
	}
}
/* component - tabs */

ul#content-tabs {
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	top: 2px;
	display: block;
	clear: both;
}
ul#content-tabs li {
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	position: relative;
	-webkit-border-radius: 0px 0px 0 0;
	-moz-border-radius: 0px 0px 0 0;
	border-radius: 0px 0px 0 0;
}
ul#content-tabs li a {
	display: block;
	padding: 0 40px;
	font-size: 18px;
	text-decoration: none;
}
/* component - select */
/*
			ul.neoSelect_list.numeric {
				margin-top:-11px; overflow:visible; border:none; padding:1px;
				text-align:center;
				background:none;
			}
			ul.neoSelect_list.numeric li.next {
				border:1px solid #cccccc;
				background-color:#ffffff;
			}
			ul.neoSelect_list.numeric li.prev {
				border:1px solid #cccccc;
				background-color:#ffffff;
			}
			ul.neoSelect_list.numeric li.hover {
				background-color:#999999;
			}
			*/

.neoSelect {
	display: inline-block;
	line-height: 20px;
	height: 30px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	font-size: 13px;
	text-decoration: none;
	text-transform: initial;
	text-align: left;
}
.neoSelect:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 100%;
	right: 0;
	top: 50%;
	margin-top: -10px;
	background: #ffffff url(../img/input-select.png) no-repeat center top;
	z-index: 1;
}
.neoSelect:hover {
	outline-width: 1px;
	outline-style: solid;
	text-decoration: none;
}
.neoSelect:hover:after {
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 100%;
	opacity: 0.10;
	z-index: 2;
}
.neoSelect.disabled:hover {
	outline: none;
}
.neoSelect.disabled:hover:after {
	content: none;
}
.neoSelect.disabled {
	cursor: default;
}
.neoSelect span.label {
	display: block;
	position: absolute;
	width: 100%;
	margin-right: 13px;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	line-height: 23px;
	font-size: 14px;
	font-weight: initial;
}
.neoSelect.numeric span.label {
	text-align: center;
}
.neoSelect.text span.label {
	text-align: left;
}
ul.neoSelect_list {
	position: absolute;
	margin-left: -1px;
	padding: 1px;
	z-index: 1;
	overflow: auto;
	border-width: 1px;
	border-style: solid;
}
ul.neoSelect_list.scroll {
	padding-right: 15px;
}
ul.neoSelect_list li {
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	cursor: default;
	white-space: nowrap;
}
ul.neoSelect_list.numeric {
	text-align: center;
}
@media only screen and (max-width: 991px) {
	.neoSelect {
		background-position: right 5px;
		font-size: 14px;
	}
	.neoSelect span.label {
		padding: 2px 5px;
	}
}
/* component - tooltip */

.neoBox {
	position: absolute;
	padding: 20px;
	z-index: 100;
}
.neoBox a,
.neoBox a:link {
	font-weight: bold;
	text-decoration: none;
}
.neoBox a.close {
	position: absolute;
	width: 23px;
	height: 23px;
	cursor: pointer;
	background: url(../img/ico-close2.png) no-repeat center;
	right: 5px;
	top: 5px;
}
.neoBox div.tip {
	position: absolute;
	width: 0;
	height: 0;
}
.neoBox div.tip:after {
	content: '';
	position: absolute;
	width: 26px;
	height: 26px;
	border-width: 1px;
	border-style: solid;
}
.neoBox.top div.tip {
	top: 0;
	left: 50%;
	margin-top: -20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.neoBox.bottom div.tip {
	top: 100%;
	left: 50%;
	margin-top: 20px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
.neoBox.top-left div.tip,
.neoBox.bottom-left div.tip {
	left: 20px;
	margin-left: 20px;
}
.neoBox.top-right div.tip,
.neoBox.bottom-right div.tip {
	left: auto;
	right: 20px;
	margin-right: 20px;
}
.neoBox.left div.tip {
	left: 0;
	top: 50%;
	margin-left: -20px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.neoBox.right div.tip {
	left: 100%;
	top: 50%;
	margin-left: 20px;
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.neoBox.left-top div.tip,
.neoBox.right-top div.tip {
	top: 20px;
	margin-top: 20px;
}
.neoBox.left-bottom div.tip,
.neoBox.right-bottom div.tip {
	top: auto;
	bottom: 20px;
	margin-bottom: 20px;
}
.neoBox.fixed {
	position: fixed;
	left: 50%;
	top: 50%;
}
.neoBox.fixed-middle div.tip {
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
}
.neoBox.left-top div.tip,
.neoBox.right-top div.tip,
.neoBox.bottom div.tip {
	margin-top: 18px;
}
.neoBox.left div.tip {
	margin-left: -18px;
}
.neoBox.right div.tip {
	margin-left: 18px;
}
.neoBox.left-bottom div.tip,
.neoBox.right-bottom div.tip,
.neoBox.top div.tip {
	margin-top: -18px;
}
.neoBox div.background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.neoBox div.container {
	width: auto;
	line-height: 15px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.neoBox.alert div.background {
	border-width: 4px;
	border-style: solid;
}
.neoBox.alert div.container {
	text-align: center;
}
div.bubble {
	position: absolute;
	line-height: 15px;
	z-index: 2;
}
div.bubble-background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
div.bubble-price .bubble-rates > ul > li {
	margin: 5px 0;
	cursor: pointer;
}
div.bubble-price label input {
	vertical-align: middle;
	margin: 0 6px 0 0;
}
div.bubble-price span.name {
	vertical-align: middle;
	font-weight: bold;
	font-style: italic;
}
div.bubble-price label span.price {
	position: absolute;
	right: 10px;
	padding: 1px 4px;
	font-weight: bold;
}
div.bubble-price span.description {
	display: block;
	margin: 6px 66px 0 24px;
	/* font-style: italic; */
}
div.bubble-price span.description li {
	list-style: inside disc;
}
div.bubble-rates {
	min-width: 250px;
	max-width: 500px;
}
div.bubble-offers {
	margin-top: 15px;
	padding: 8px;
}
div.bubble-offers span.header {
	font-weight: bold;
	text-transform: uppercase;
}
div.bubble-offers li {
	margin-left: 5px;
	list-style: inside;
}
@media only screen and (max-width: 991px) {
	.neoBox {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		left: -2px !important;
		top: 0 !important;
		height: 100%;
		height: 100vh;
		position: fixed;
	}
	.neoBox div.tip {
		display: none;
	}
	.neoBox div.background {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		opacity: 0.95;
	}
	.neoBox div.container {
		height: auto !important;
	}
	.neoBox div.container {
		width: 100% !important;
		padding: 0;
		font-size: 130%;
	}
	.neoBox a.close {
		position: relative;
		width: 100%;
		height: 40px;
		line-height: 40px;
		background-image: none;
		background-repeat: no-repeat;
		background-position: center center;
		margin-top: 15px;
		bottom: 0;
		left: 0;
		opacity: 1;
		font-weight: normal;
	}
	.neoBox a.close:before {
		content: attr(data-text);
		display: block;
		text-align: center;
	}
}
/*UNKNOW*/
/*body > div:not(.step-1) #hotel-info-details {
			width: auto;
		}*/

@media only screen and (max-width: 991px) {
	#payment-price span.price,
	#payment-price label,
	div.room-extras div.totals,
	#booking-summary table.room-summary span.total,
	#booking-summary table.room-summary tfoot td,
	body {
		font-size: 14px !important;
	}
	#booking-summary p label {
		width: auto;
		margin: 2px;
	}
	#booking-summary .block-next {
		margin-top: 20px;
	}
	#booking-summary {
		padding: 0;
		text-align: center;
	}
	a#button-search {
		font-size: 14px;
	}
}
/* component - search */

.input-date {
	vertical-align: middle;
	position: relative;
}
.input-date-active {
	background-position: left bottom;
}
.input-date-short {
	width: 65px;
	height: 11px;
	margin: 0 21px 0 4px;
	padding: 5px 4px;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
	position: relative;
}
.input-date,
.input-date-short,
.input-nights {
	text-align: center;
	width: 100%;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	height: 30px;
	font-size: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
select.numeric {
	width: 40px;
	height: 22px;
	border: none;
	font-size: 11px;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
select.text {
	width: 122px;
	height: 22px;
	border: none;
	font-size: 11px;
	text-align: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
a#button-search {
	position: relative;
	min-width: 75px;
	padding: 0 10px;
	cursor: pointer;
	outline: none;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 28px;
	height: 30px;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.hotel-brief a.button2 {
	position: absolute;
}
/*a.button-continue {
				padding:0 40px 0 40px;
			}*/

a.button-continue {
	padding: 5px 30px;
}
.col7 a.button-continue {
	position: absolute;
	left: 10px;
	right: 0;
	bottom: 0;
	width: auto;
	min-width: auto;
	padding-left: 0;
	padding-right: 0;
}
a.button-print {
	padding: 5px 20px;
}
#searchDates {
	/*padding: 23px 0;
				overflow: hidden;*/

	overflow: hidden;
	border: 0;
	padding: 0;
	margin-bottom: 15px;
}
#searchDates fieldset {
	line-height: 23px;
	/* margin: 0; */

	padding: 15px;
	position: relative;
	z-index: 0;
}
#searchDates label {
	margin-right: 12px;
	vertical-align: middle;
	font-weight: normal;
}
#searchDates fieldset label {
	line-height: 12px;
}
#searchDates .nights {
	position: relative;
	/* padding-right: 12px; */
}
#searchDates .nights input {
	/*box-sizing: content-box;*/

	cursor: pointer;
	width: 30px;
	margin: 0 0 0 4px;
	padding: 5px 0 5px 3px;
	vertical-align: middle;
	position: relative;
	/*height: 18px;*/
}
#searchDates .nights span.add-remove-nights {
	display: inline-block;
	height: 30px;
	left: -5px;
	vertical-align: middle;
	position: relative;
	background-image: url(../img/input-select.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/*#searchDates .nights:hover span.add-remove-nights {
							background-position:right 4px;
						}*/

#searchDates .nights a {
	height: 14px;
}
#searchDates .nights a.add-nights {
	display: block;
	width: 12px;
}
#searchDates .nights a.remove-nights {
	display: block;
	width: 12px;
}
/*.input-nights,
					.input-date {
						width: 100%;
						cursor: pointer;
						border: 1px solid #F29100;
						height: 30px;
						font-size: 14px;
					}*/

#searchDates .form-inline .form-group .icon {
	position: relative;
	display: inherit;
}
#searchDates .form-inline .form-group .icon .form-control-feedback {
	line-height: 23px;
	height: 23px;
	font-size: 13px;
}
#searchDates .date .icon {
	/* cursor: pointer; */
}
#searchDates #info_dates {
	position: absolute;
	top: 2.5em;
	right: 1em;
}
@media only screen and (max-width: 991px) {
	#searchDates div.field {
		margin: 0;
		line-height: 40px;
		background: #ffffff;
		border: 2px solid #333;
	}
	#searchDates div.field input {
		height: 40px !important;
		border: none;
		text-align: left;
	}
	#searchDates div.field label span {
		display: inline-block;
		line-height: 115%;
		vertical-align: middle;
	}
}

@media only screen and (max-width: 991px) {
	input.text,
	input.smalltext,
	select,
	#searchDates .nights span.add-remove-nights,
	a#button-search,
	.form-control {
		height: 40px !important;
		line-height: 40px;
	}
	#searchDates .nights input {
		height: 35px;
		width: 25px;
	}
	#searchDates .nights:hover span.add-remove-nights,
	#searchDates .nights span.add-remove-nights {
		background-position: right 6px;
	}
	#searchDates label {
		/* margin-right: 0; */
	}
	#searchDates fieldset > div {
		margin-bottom: 15px;
	}
	#searchDates #detailsSearchForm fieldset > div:nth-child(2) {
		padding-left: 5px;
	}
	#searchDates #detailsSearchForm fieldset > div:nth-child(1) {
		padding-right: 5px;
	}
	#searchDates #detailsSearchForm fieldset > div:nth-child(4) {
		clear: both;
		padding-left: 0;
	}
	#searchDates fieldset > div:last-child {
		padding-bottom: 0;
	}
	#searchDates fieldset label {
		/* min-height: 37px; */

		line-height: 40px;
		text-align: -webkit-auto;
		/* margin-bottom: 5px; */

		white-space: nowrap;
	}
	#searchDates div.field label span {
		display: inline-block;
		line-height: 115%;
	}
	#searchDates label {
		/* float: none; */
		/* display: block; */
		/* text-align: center; */
	}
	.input-date {
		margin: 0;
		/* padding: 0 25px 0 10px; */

		text-align: left;
	}
	#searchDates .form-group {
		margin-bottom: 10px;
	}
	#searchDates .nights input {
		margin: 0;
	}
	#searchDates .nights {
		padding-right: 0;
		line-height: 0;
		padding-left: 10px;
		text-align: center;
	}
	#searchDates .nights a {
		height: 16px;
	}
	#searchDates .nights a.input-nights.select-nights {
		height: auto;
		padding: 3px 0;
		width: 100% !important;
	}
	ul.input-nights.select-nights {
		width: auto;
		height: auto;
	}
	div#searchDates a#button-search > span {
		vertical-align: middle;
	}
}
@media only screen and (min-width: 768px) {
	#searchDates .form-inline .form-group {
		margin-right: 15px;
	}
}
@media only screen and (min-width: 992px) {
	#searchDates fieldset label {
		width: 100%;
		text-align: right;
		margin-right: 0;
		line-height: 32px;
		font-size: 13px;
		white-space: nowrap;
	}
}
/* component datepicker */

div.datepicker a.datepicker-close {
	display: none;
}
div.datepicker table thead th {
	text-align: center !important;
}
@media only screen and (max-width: 991px) {
	div.datepicker table {
		width: 100% !important;
	}
	div.datepicker table thead th,
	div.datepicker table tbody tr td {
		padding: 10px !important;
		text-align: center;
		font-size: 13px;
	}
	div.datepicker table thead th {
		font-size: 15px;
	}
}
/* datepiker - stlye v2 */

div.datepicker2 {
	width: 175px;
	overflow: hidden;
	clear: both;
}
div.datepicker2.double {
	width: 350px;
}
div.datepicker2 div.wrapper {
	width: 9999px;
}
div.datepicker2 div.link-prev,
div.datepicker2 div.link-next {
	position: absolute;
	cursor: pointer;
	width: 27px;
	height: 27px;
	line-height: 27px;
	z-index: 10;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
div.datepicker2 div.link-prev .after,
div.datepicker2 div.link-next .after {
	display: inline-block;
	width: 15px;
	height: 15px;
	/*vertical-align: middle;*/

	vertical-align: text-bottom;
}
div.datepicker2 div.link-prev {
	left: 0;
}
div.datepicker2 div.link-prev .after {
	background-position: left;
}
div.datepicker2 div.link-next {
	right: 0;
}
div.datepicker2 div.link-prev:hover,
div.datepicker2 div.link-next:hover {
	border-style: solid;
	border-width: 1px;
}
div.datepicker2 table {
	float: left;
	width: 175px;
	left: -175px;
	position: relative;
	z-index: 1;
	font-size: 12px;
	text-align: center;
}
div.datepicker2 th {
	line-height: 27px;
}
div.datepicker2 th,
div.datepicker2 td {
	line-height: 18px;
	cursor: default;
	vertical-align: middle;
	padding: 0 1px 1px 0;
	text-align: center;
}
div.datepicker2 td {
	width: 12.5%;
}
div.datepicker2 td:first-child {
	width: 18.75%;
	padding-left: 6.25%;
}
div.datepicker2 td:last-child {
	width: 18.75%;
	padding-right: 6.25%;
}
div.datepicker2 td span {
	display: block;
	position: relative;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
div.datepicker2 td.hidden span:after {
	content: '';
	display: inline-block;
}
div.datepicker2 td.normal span:after,
div.datepicker2 td.outbound span:after {
	content: attr(day);
	display: inline-block;
	position: relative;
	z-index: 2;
}
div.datepicker2 td.enabled {
	cursor: pointer;
}
div.datepicker2 td.disabled span .after,
div.datepicker2 td.disabled span:after {
	text-decoration: line-through;
}
/* efecto de esquina del día de fin de periodo */

div.datepicker2 td.selection-last span:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	border-style: solid;
	border-width: 50px 50px 0 0;
}
body.IE7 div.datepicker2 table {
	table-layout: fixed;
}
div.datepicker2.step1 {
	width: auto;
}
div.datepicker2.step1 table {
	width: 500px;
	left: -458px;
}
div.datepicker2.step1 thead th {
	line-height: 60px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 26px;
}
div.datepicker2.step1 div.link-prev,
div.datepicker2.step1 div.link-next {
	width: 46px;
	height: 30px;
	line-height: 30px;
	margin: 15px 30px;
}
div.datepicker2.step1 div.link-prev .after,
div.datepicker2.step1 div.link-next .after {
	width: 19px;
	height: 19px;
}
div.datepicker2.step1 td {
	line-height: 22px;
}
div.datepicker2.step1 td.weekDay {
	font-size: 12px;
}
div.datepicker2 div.link-prev .after,
div.datepicker2 div.link-next .after {
	width: 46px;
	height: 30px;
	line-height: 30px;
	/*margin:15px 30p;*/

	margin: 0;
	background: url(../img/ico-datepicker-prev-next.png);
}
div.datepicker2 div.link-prev .after {
	background-position: left;
}
div.datepicker2 div.link-next .after {
	background-position: right;
}
@media screen and (max-width: 1199px) {
	div.datepicker2 div.wrapper {
		width: 1780px;
	}
	div.datepicker2.step1 table {
		width: 25%;
		left: -25%;
	}
}
@media screen and (max-width: 991px) {
	div.datepicker2 div.wrapper {
		width: 2800px;
	}
	div.datepicker2.step1 table {
		width: 20%;
		left: -25%;
		margin: 0 2.5%;
	}
	div.datepicker2.step1 {
		margin-top: 45px;
	}
	#searchDates #info_dates {
		top: 5.5em;
		right: 0;
		left: 0;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	div.datepicker2 div.wrapper {
		width: 400%;
	}
	div.datepicker2.step1 table {
		width: 25%;
		left: -25%;
		margin: 0;
	}
	div.datepicker2.step1 div.link-prev,
	div.datepicker2.step1 div.link-next {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 15px 7.5px 3.5px;
	}
}
@media screen and (max-width: 345px) {
	#searchDates #info_dates {
		top: 8em;
	}
	#searchDates #info_dates > span {
		display: block;
		line-height: 17px;
	}
}
/* common between steps */

.step-1 div.block-next {
	float: right;
	width: 12%;
	line-height: 20px;
	position: relative;
	text-align: right;
	margin-top: 2em;
}
.step-2 div.block-next, .step-3 div.block-next {
	padding: 30px 20px 10px;
	line-height: 20px;
	position: relative;
	text-align: right;
}
.step-3 div.block-next #validation_warning {
	display: inline-block;
	width: 390px;
}
.my-booking div.block-next {
	clear: both;
	position: relative;
	margin: 20px -5px;
	line-height: 20px;
	text-align: right;
}
#booking-summary {
	padding: 16px;
	z-index: 1;
	position: relative;
	top: 0;
}
#booking-summary h1 {
	margin-bottom: 20px;
}
#booking-summary h2 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}
#booking-summary h2 .category {
	display: inline-block;
	width: 65px;
	height: 11px;
}
#booking-summary h2 .category_1e {
	background: url(../img/ico-stars.png) no-repeat left 0;
}
#booking-summary h2 .category_2e {
	background: url(../img/ico-stars.png) no-repeat left -30px;
}
#booking-summary h2 .category_3e {
	background: url(../img/ico-stars.png) no-repeat left -60px;
}
#booking-summary h2 .category_4e {
	background: url(../img/ico-stars.png) no-repeat left -90px;
}
#booking-summary h2 .category_5e {
	background: url(../img/ico-stars.png) no-repeat left -120px;
}
#booking-summary .address {
	display: block;
	margin-top: 2em;
}
#booking-summary p {
	margin: 20px 0;
	line-height: 18px;
}
#booking-summary .tourist-tax {
	background: none repeat scroll 0 0;
}
#booking-summary .tourist-tax .col-full {
	white-space: inherit;
	border-top: 2px solid #fff;
}
#payment-price .tourist-tax p,
#booking-summary .tourist-tax p {
	margin: 0;
	padding: 10px 15px 10px 15px;
	text-transform: none;
	text-align: center;
}
#payment-data .tourist-tax p {
	text-transform: none;
	text-align: center;
}
#booking-summary p.dates {
	padding: 10px 0;
	border-width: 1px 0;
	border-style: solid;
}
#booking-summary p label {
	display: inline-block;
	width: 120px;
}
#booking-summary table.room-summary {
	margin-top: 20px;
	width: 100%;
}
#booking-summary table.room-summary thead {
	height: 30px;
}
#booking-summary table.room-summary thead th {
	vertical-align: middle;
	height: 18px;
}
#booking-summary table.room-summary table.room {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
#booking-summary table.room-summary table.room td {
	line-height: 18px;
}
#booking-summary table.room-summary table.room td.col2 {
	white-space: nowrap;
}
#booking-summary table.room-summary table.room a.link-description {
	display: inline-block;
	padding-right: 20px;
	background: url(../img/ico-info.png) no-repeat right center;
}
#booking-summary table.room-summary tfoot td {
	padding: 8px 0 0 0;
	height: 18px;
	white-space: nowrap;
	font-size: 11px;
	text-transform: uppercase;
}
#booking-summary table.room-summary tfoot .strong {
	font-weight: bold;
}
#booking-summary table.room-summary .col1 {
	text-align: left;
	line-height: 18px;
	padding: 6px 6px 6px 15px;
}
#booking-summary table.room-summary .col2 {
	text-align: right;
	padding: 6px 15px 6px 6px;
}
#booking-summary table.room-summary span.price-before {
	display: block;
	text-decoration: line-through;
}
#booking-summary table.room-summary span.price-final {
	display: block;
	white-space: nowrap;
}
#booking-summary table.room-summary span.total {
	font-size: 12px;
	font-weight: bold;
}
#booking-summary table.room-summary span.deposit {
	font-size: 12px;
	font-weight: bold;
}
#booking-summary table.room-summary .rate {
	font-weight: bold;
	text-decoration: none;
}
#booking-summary table.room-summary a.expand {
	display: inline-block;
	padding-left: 16px;
	height: 13px;
	line-height: 13px;
	background: url(../img/ico-plus-minus.png) no-repeat left top;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#booking-summary table.room-summary a.open {
	background-position: left bottom;
}
#booking-summary table.room-summary a span {
	vertical-align: middle;
}
#booking-summary table.room-summary .board,
#booking-summary table.room-summary .occupation {
	display: block;
}
#booking-summary td.breakdown div.breakdown-wrapper {
	padding: 0 16px;
}
#booking-summary td.breakdown h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#booking-summary td.breakdown table {
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 10px;
}
#booking-summary td.breakdown table .col-a {
	padding-left: 5px;
	text-align: left;
}
#booking-summary td.breakdown table .col-b {
	text-align: right;
	white-space: nowrap;
}
#booking-summary td.breakdown table .col-c {
	padding-right: 5px;
	text-align: right;
	white-space: nowrap;
}
#booking-summary td.breakdown .days table th {
	height: 20px;
	vertical-align: middle;
	font-weight: bold;
}
#booking-summary td.breakdown .days table th span {
	display: inline-block;
	max-width: 50px;
	overflow: hidden;
}
#booking-summary td.breakdown .days table th.col-c {
	text-transform: uppercase;
}
#booking-summary td.breakdown .days table td,
#booking-summary td.breakdown .extras table td,
#booking-summary td.breakdown .offers table td {
	line-height: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	vertical-align: middle;
}
#booking-summary td.breakdown .price {
	display: block;
}
#booking-summary span.siteseal {
	display: inline-block;
	vertical-align: middle;
}
#booking-summary span.info-ssl {
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
	text-align: justify;
}
div#extras {
	padding: 15px;
}
div.room-extras {
	margin: 0;
	padding: 16px 0;
}
div#extras p {
	margin: 0;
	line-height: 18px;
}
div.room-extras h2 {
	font-size: 20px;
}
div.room-extras .extra {
	overflow: hidden;
	padding: 20px 0;
	border-bottom-width: 2px;
	border-style: solid;
	display: inline-block;
	width: 100%;
	font-size: 0;
}
div.room-extras .col1 {
	padding: 0 12px;
	border-right-width: 1px;
	border-right-style: solid;
}
div.room-extras .col2 {
	margin-left: -1px;
	border-left-width: 1px;
	border-left-style: solid;
	text-align: center;
}
div.room-extras .extra [class^="col"] {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
div.room-extras .extra .col3 {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
div.room-extras .col2 label,
div.room-extras .col3 label {
	display: inline-block;
	padding: 10px 0;
	cursor: pointer;
}
div.room-extras div.extra-image {
	float: left;
	width: auto;
	height: auto;
	max-width: 80px;
	margin: 0 .5em 0 0;
}
div.room-extras div.extra-image img {
	display: block;
	width: 100%;
}
div.room-extras .extra-data {
	padding-left: 0;
}
div.room-extras .extra-data-w-image {
	padding-left: 90px;
}
div.room-extras .extra-name {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
}
div.room-extras .extra-name label {
	cursor: pointer;
}
div.room-extras .extra-name a {
	text-decoration: none;
}
div.room-extras .extra-price {
	font-weight: bold;
}
div.room-extras .extra-price-original {
	text-decoration: line-through;
}
div.room-extras .extra-description {
	margin-bottom: 0.5em;
}
div.room-extras a.extra-info {
	padding-left: 20px;
	background: url(../img/ico-info.png) no-repeat left;
	text-decoration: underline;
}
div.room-extras select {
	width: 45px;
	text-align: center;
}
/*div.room-extras .class-extra,
			div.room-extras .includedExtra{
				margin-top: 1.5em;
			}*/

div.room-extras .extra-price,
div.room-extras .class-extra,
div.room-extras .includedExtra,
div.room-extras .not-available,
div.room-extras .extra-description {
	font-size: 13px;
}
div.room-extras .includedExtra {
	white-space: nowrap;
}
div.room-extras .not-available .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/ico-ban.png) no-repeat center;
	/* background-size: 20px; */
	cursor: pointer;
}
div.room-extras div.totals {
	padding: 8px 0;
	line-height: 28px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
}
div.room-extras div.totals .col1 {
	vertical-align: middle;
	text-align: right;
}
div.room-extras div.totals .col2 {
	border-left-width: 1px;
	border-left-style: solid;
}
div.room-extras div.totals .total {
	display: block;
	position: relative;
	/* margin-right: 10px; */
	text-align: right;
	font-weight: bold;
}
div.room-extras div.totals span {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
div.room-extras div.totals span.loader {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 5px;
	top: 7px;
	background: url(../img/loader-price.gif) no-repeat left;
}
.step-2 #content,
.step-3 #content {
	display: flex;
	flex-direction: row;
	/*align-items: baseline;*/

	align-items: flex-start;
}
.step-2 #booking-summary,
.step-3 #booking-summary {
	order: 2;
}
.step-2 #bookingForm,
.step-3 #bookingForm {
	order: 1;
}
@media only screen and (min-width: 992px) {
	.step-2 #booking-summary,
	.step-3 #booking-summary {
		max-width: 33%;
	}
}
@media only screen and (max-width: 991px) {
	.step-2 #content,
	.step-3 #content {
		flex-direction: column;
		align-items: inherit;
		clear: both;
	}
	div.room-extras .col2 {
		text-align: left;
	}
	div.room-extras .col3 {
		text-align: right;
	}
	div.room-extras .col1 {
		border: none;
	}
	#booking-summary {
		top: 0 !important;
	}
	div.room-extras .extra-price,
	div.room-extras .class-extra,
	div.room-extras .includedExtra {
		margin-top: 1.5em;
	}
	div.room-extras .extra [class^="col"] {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 400px) {
	div.room-extras .extra div[class^="col-xs-"] {
		width: 100%;
	}
}
/*.step-1 #content h2,
			.step-2 .extras h2,
			.step-3 .reservation-data h2,
			.my-booking #content h2 {
				border-bottom-width: 1px;
				border-bottom-style: solid;
			}*/
/* component - google maps */

.infowindow {
	overflow: hidden;
}
.infowindow .title {
	display: block;
	font-size: 14px;
}
.infowindow .description {
	display: block;
	width: 300px;
	margin-top: 10px;
}
.infowindow img {
	width: 100px;
	float: left;
	margin-right: 10px;
}
/* END COMMON */
/* SEARCH */

#yui-history-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}
.search #footer {
	margin: 0;
}
.search #searchForm {
	padding: 0;
	position: relative;
	top: 0;
}
#searchFormContent,
#searchFormFilters {
	border-width: 1px;
	border-style: solid;
}
#searchFormContent {
	overflow: hidden;
	position: relative;
}
#searchForm a.remove {
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #666666;
	font: bold 13px 'Open Sans', Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	bottom: 8px;
	right: 0px;
}
#searchForm .date .icon a.remove {
	/*right: 28px;*/
}
.search #searchForm a.button-search {
	display: block;
	width: 130px;
	margin: 20px auto 20px;
	padding: 0 20px;
}
/* component neoselect */

.link-change-mobile-view {
	display: inline-block;
	padding: 6px 10px;
	line-height: 20px;
	font-style: italic;
	color: #4b576b;
	background-color: #efefef;
}

.search #searchForm .label {
	display: inline-block;
	margin-bottom: 4px;
}
/* filters */

#searchFormFilters {
	margin-top: 15px;
	padding: 10px;
	position: relative;
}
#filters {
	padding: 8px;
	overflow: hidden;
	background: #ffffff;
}
/* search results */

#searchResults {
	margin-bottom: 20px;
}
h2.availability {
	margin: -15px 0 25px;
	font-size: 17px;
}
#searchResultsDates {} #searchResultsDates span.date {
						   display: inline-block;
						   width: 130px;
						   color: #333;
					   }
#searchResultsDates span.value {
	font-weight: bold;
	color: #333;
}
#searchResultsFilters {
	margin: 0 0 10px;
}
#searchResultsFilters span {
	display: inline-block;
	padding: 0 5px;
	line-height: 9px;
	border-right: 1px solid #a8a8a8;
	font-weight: bold;
}
#searchResultsFilters span.last {
	border: none;
}
#searchResultsFilters a.remove {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
	background: url(../img/ico-filter-remove.png) no-repeat center;
}
div.results-header {
	height: 37px;
	line-height: 37px;
	margin-top: 15px;
	overflow: hidden;
	background: #efefef;
	color: #626262;
	/* display: none; */
}
div.results-header .col1 {
	float: left;
	width: 443px;
	padding-left: 10px;
}
div.results-header .col2 {
	float: left;
	width: 85px;
	padding-left: 10px;
	color: #626262;
	font-size: 10px;
}
div.results-header .col3 {
	float: right;
	width: 100px;
	padding-right: 10px;
	font-size: 10px;
}
div.results-header .col3 span {
	display: inline-block;
	line-height: 10px;
	vertical-align: middle;
	text-align: right;
}
#searchResultsList {
	position: relative;
}
#searchResultsList .availability-error-ico {
	display: block;
	height: 16px;
	background: url(../img/ico-notice.png) no-repeat center;
}
#searchResultsList .availability-error-link {
	white-space: nowrap;
	color: #780E10;
}
/*#searchResultsList ul.facilities {
						width:540px; margin:0 0 20px 20px; list-style:disc inside; overflow:hidden;
						text-align:left;
					}

					#searchResultsList ul.facilities li {
						width:250px; float:left; line-height:15px;
						font-size:12px;
						color:#000000;
					}*/

#searchResultsLoader {
	position: relative;
	z-index: 1;
	overflow: auto;
	text-align: center;
	background: #f7f7f7;
}
#searchResultsLoader .message {
	display: inline-block;
	padding-left: 40px;
	line-height: 150px;
	color: #000000;
	background: url(../img/loader-search.gif) no-repeat left;
}
/*.results-hotel .col1 {
						float:left; width:453px;
					}
					.results-hotel .col2 {
						float:left; width:116px; padding-left:10px;
						color:#626262;
						vertical-align:middle; line-height:15px;
					}
					.results-hotel .col3 {
						float:left; width:76px; padding-right:10px;
						vertical-align:middle; line-height:15px;
						text-align:right; white-space:nowrap;
					}*/

.results-hotel {
	padding-bottom: 16px;
	overflow: hidden;
}
.results-hotel .hotel-info {
	margin-top: 2em;
	padding: 30px 10px 10px;
	overflow: hidden;
	background: #ffffff;
}
.results-hotel div.hotel-brief {} .results-hotel .name {
									  display: inline-block;
									  margin-right: 8px;
									  vertical-align: middle;
									  line-height: 1;
								  }
.results-hotel .name a {
	color: #333;
	font-size: 18px;
	text-decoration: none;
}
.results-hotel .zone {
	display: block;
	font-size: 11px;
}
.results-hotel .zone a.showmap {
	display: inline-block;
	padding-left: 18px;
	line-height: 18px;
	background: url(../img/ico-pinpoint-2.png) no-repeat left center;
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.results-hotel .description {
	margin-top: 10px;
	line-height: 16px;
	cursor: pointer;
	font-size: 12px;
	/*color:#666666;*/

	margin-bottom: 2em;
	text-align: justify;
}
#searchResults .results-hotel .description p:last-child:after {
	content: url(../img/ico-arrow-up.png);
	float: right;
}
#searchResults .results-hotel .description.short p:last-child:after {
	content: url(../img/ico-arrow-down.png);
	float: right;
}
.results-hotel div.hotel-picture {
	position: relative;
	white-space: nowrap;
}
.results-hotel div.hotel-picture a.link-picture {
	display: block;
	width: 100%;
	overflow: hidden;
}
.results-hotel div.hotel-picture img.main-picture {
	width: 100%;
	white-space: nowrap;
}
.hotel-prices {
	margin-top: 15px;
}
ul.hotel-prices-rooms a.availability-error {
	text-decoration: none;
}
ul.hotel-prices-rooms li {
	min-height: 25px;
	line-height: 25px;
	margin: 2px 0;
	padding: 5px 0;
	overflow: auto;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
ul.hotel-prices-rooms div.capacity,
ul.hotel-prices-rooms div.price {
	border-right-width: 1px;
	border-right-style: solid;
}
ul.hotel-prices-rooms .type {
	float: left;
	height: 100%;
	padding: 0 5px;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: center;
}
ul.hotel-prices-rooms div.type strong {
	display: inline-block;
	line-height: 19px;
	vertical-align: middle;
	font-weight: normal;
}
ul.hotel-prices-rooms a.availability-error {
	margin-left: 20px;
}
ul.hotel-prices-rooms a.availability-error:before {
	content: url(../img/ico-notice.png);
	position: absolute;
	margin-left: -20px;
	margin-top: -4px;
}
ul.hotel-prices-rooms div.capacity {
	float: left;
	height: 100%;
	padding: 0 5px;
	text-align: center;
}
ul.hotel-prices-rooms span.value {
	display: none;
}
ul.hotel-prices-rooms span.icons {
	display: inline-block;
	line-height: 12.5px;
	vertical-align: middle;
	letter-spacing: -3px;
}
ul.hotel-prices-rooms span.icon {
	display: inline-block;
	width: 8px;
	height: 11px;
	background: url(../img/ico-capacity.png) center;
}
ul.hotel-prices-rooms div.availability {
	float: left;
	height: 100%;
	padding: 0 5px;
	border-right-width: 1px;
	border-right-style: solid;
	font-weight: normal;
	text-align: center;
}
ul.hotel-prices-rooms div.availability span {
	display: inline-block;
	line-height: 17px;
	vertical-align: middle;
}
ul.hotel-prices-rooms div.price {
	float: left;
	height: 100%;
	padding: 0 5px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
ul.hotel-prices-rooms div.book {
	float: left;
	width: 82px;
	height: 100%;
	padding: 0 5px;
	text-align: center;
}
/* hotel result - details */

a.link-show-rooms,
a.link-show-rooms:link {
	display: inline-block;
	margin-top: 15px;
	padding: 5px 15px 5px 15px;
	width: auto;
	min-width: 0;
	line-height: 20px;
	position: relative;
	font-size: 11px;
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	vertical-align: middle;
	text-shadow: none;
	opacity: 1;
}
a.link-show-rooms:hover {
	color: #ffffff;
}
a.link-show-rooms:before {
	content: url(../img/ico-info-2.png);
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 9px;
}
a.link-show-rooms:after {
	content: url(../img/ico-arrow-right.png);
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.category {
	display: inline-block;
	vertical-align: middle;
	color: #E0AF00;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
.category_1e {
	width: 13px;
	height: 15px;
	background: url(../img/ico-star2.png) repeat-x;
	text-indent: -1000px;
}
.category_2e {
	width: 26px;
	height: 15px;
	background: url(../img/ico-star2.png) repeat-x;
	text-indent: -1000px;
}
.category_3e {
	width: 39px;
	height: 15px;
	background: url(../img/ico-star2.png) repeat-x;
	text-indent: -1000px;
}
.category_4e {
	width: 52px;
	height: 15px;
	background: url(../img/ico-star2.png) repeat-x;
	text-indent: -1000px;
}
.category_5e {
	width: 65px;
	height: 15px;
	background: url(../img/ico-star2.png) repeat-x;
	text-indent: -1000px;
}
#details h2 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 0;
	border: 0 none;
}
#details h3 {
	display: block;
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 15px;
	font-weight: bold;
}
#details {
	margin: auto;
}
/* Si la ficha de detalles lleva buscador, es más estrecha */
/*#page.search #details {}
					#page.search .hotel-details-facilities {}*/

#details .hotel-info {
	padding-bottom: 16px;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-top: 0;
}
/*#details .details-content {
						padding:0 10px 0 24px;
						background:url(../img/bg-details-middle.png) repeat-y left;
					}

					#details .details-footer {
						height:61px; line-height:61px; padding:0 24px 17px;
						background:url(../img/bg-details.png) no-repeat left bottom;
					}

					#details .tab-content {
						height:490px; padding:18px; overflow:auto;
					}

					#details h1.name {
						display:inline-block;
						margin:0 5px 0 0;
						vertical-align:middle;
						color:#ffffff;
					}*/

#details .zone {
	font-style: italic;
	/*color:#747474;*/
}
#details ul#hotel_tabs {
	position: absolute;
	bottom: 0;
	overflow: hidden;
}
#details ul#hotel_tabs li {
	float: left;
	margin-right: 5px;
}
#details ul#hotel_tabs li a {
	display: block;
	padding: 4px 24px;
	border: 1px solid #c4c4c4;
	color: #949494;
	background: #eaeaea;
	text-decoration: none;
}
#details ul#hotel_tabs li a.active {
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
}
/* hotel detail */

.hotel-details {
	margin-top: 15px;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.hotel-details-description {
	margin: 0;
	padding: 15px;
	position: relative;
	background: #ffffff;
}
/*#details .description {*/

.hotel-details .description {
	clear: both;
}
.hotel-details-gallery {
	margin-top: 24px;
	overflow: auto;
}
/*#details .gallery-main-picture {*/

.hotel-details .gallery-main-picture {
	float: left;
	/*width:320px;
										height:212px;
										line-height:212px;*/

	width: 100%;
	overflow: hidden;
	position: relative;
}
/*#details .gallery-main-picture img{*/

.hotel-details .gallery-main-picture img {
	width: 100%;
	cursor: pointer;
}
/*#details .gallery-loader {*/

.hotel-details .gallery-loader {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	background: url(../img/loader-gallery.gif) no-repeat center;
}
/*#details .gallery-navigation {*/

.hotel-details .gallery-navigation {
	float: left;
	width: 110px;
	margin-left: 4px;
}
/*#details .gallery-navigation._3col {*/

.hotel-details .gallery-navigation._3col {
	width: 160px;
}
/*#details .gallery-navigation._4col {*/

.hotel-details .gallery-navigation._4col {
	width: 220px;
}
/*#details .gallery-navigation._5col {*/

.hotel-details .gallery-navigation._5col {
	width: 270px;
}
/*#details .gallery-navigation a {*/

.hotel-details .gallery-navigation a {
	display: inline-block;
	width: 45px;
	max-height: 45px;
	margin: 0 2.5px 4px;
	overflow: hidden;
}
/*#details .gallery-navigation a.active {*/

.hotel-details .gallery-navigation a.active {
	opacity: 0.8;
}
/*#details .gallery-navigation a img {*/

.hotel-details .gallery-navigation a img {
	display: block;
	width: 100%;
}
/*#details .gallery-navigation a.prev,
										/*#details .gallery-navigation a.next {*/

.hotel-details .gallery-navigation a.prev,
.hotel-details .gallery-navigation a.next {
	display: none;
}
.hotel-details-facilities {
	margin: 0;
	padding: 15px;
	position: relative;
	background: #ffffff;
}
.hotel-details-facilities .facilities ul {
	overflow: hidden;
}
.hotel-details-facilities .facilities li {
	float: left;
	width: 50%;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	list-style: disc inside;
	font-size: 12px;
}
.hotel-details-location {
	margin: 0;
	padding: 15px;
	position: relative;
	background: #ffffff;
}
#map {
	color: #333333;
}
#map a {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
#map img.staticmap {
	width: 100%;
	height: auto;
	margin: 5px 0;
}
#map_canvas {
	height: 200px;
	margin: 10px 0;
	border: 1px solid #aaaaaa;
}
#map_canvas.loading {
	background: url(../img/loader-search.gif) no-repeat center;
}
#map_infowindow {
	width: 200px;
}
#map_infowindow a {
	color: #333333;
}
#map_infowindow .infowindow-picture {
	float: left;
	width: 70px;
}
#map_infowindow .infowindow-name {
	font-size: 14px;
}
#map_infowindow .infowindow-link-gmaps {
	display: block;
	margin-top: 76px;
	text-align: right;
}
.hotel-details-ratings {
	clear: both;
	padding: 15px;
	position: relative;
	background: #ffffff;
}
#detailsSearchForm fieldset {
	margin: 10px 0 0;
	/*padding: 0 10px;*/

	padding: 10px;
}
#detailsSearchForm input {
	cursor: pointer;
}
.search #main {
	clear: both;
}
/* search box */
/*.search-calendar {
				padding-bottom:10px;
				border-bottom:1px dotted #999999;
				border-left:1px solid #999999; border-right:1px solid #999999;
			}
			.search-calendar .calendar {
				margin:auto;
			}*/

input.text {
	padding: 2px 5px;
	vertical-align: middle;
	position: relative;
	font-size: 13px;
	color: #20242D;
	background-color: #ffffff;
	height: 30px;
	width: 100%;
	border-style: solid;
	border-width: 1px;
}
.neoSelect.disabled,
input.text:disabled,
input.smalltext:disabled {
	background: hsla(0, 0%, 97%, 1);
	color: #888888;
}
input.smalltext {
	width: 90px;
	height: 30px;
	padding: 2px 5px;
	vertical-align: middle;
	border: none;
	position: relative;
	font-size: 13px;
	color: #20242D;
	background-color: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#searchFormContent {} #searchForm h2 {
						  margin: 10px 16px;
						  color: #333;
						  font-size: 17px;
					  }
#searchForm h3 {
	margin: 4px 0;
	color: #333;
	font-size: 15px;
}
/*#searchForm h4.title {
					margin:0; line-height:27px;
					font-size:19px;
				}*/

#searchForm select option.mainzone {
	padding-left: 4px;
	text-transform: uppercase;
}
#searchForm select option.subzone {
	padding-left: 10px;
}
#searchFormContent .neoSelect {
	width: 100% !important;
}
#searchForm label.params,
#searchForm div.button {
	display: block;
	padding: 0px 15px;
	position: relative;
}
#searchFormContent label.params > div {
	padding: 0;
}
#searchForm label.params span.text {
	display: inline-block;
	margin: 0 10px 6px 2px;
	color: #333;
}
#searchForm label.zone select {
	width: 100%;
	height: 31px;
	padding: 1px;
	border: 1px solid #EBE8E8;
}
#searchForm label.date input {
	margin: 0;
	vertical-align: middle;
}
.search #searchForm .date .icon {
	cursor: pointer;
}
.search #searchForm input[type=text] {
	padding: 0 8px;
	text-align:left;
}
#page.search #searchForm label.params {
	margin-bottom: 15px;
}
#detailsSearchForm .icon,
#searchForm .icon {
	position: relative;
}
#detailsSearchForm .date .icon:before {
	content: '';
	background-image: url(../img/ico-calendar.png);
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: 16px auto; */

	display: inline-block;
	height: 20px;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 7px;
	bottom: 6px;
	width: 19px;
	margin-left: 0;
	z-index: 10;
}
#searchForm .field input.input-date {
	height: 32px;
	background: #ffffff url(../img/ico-calendar.png) no-repeat calc(100% - 4px) center;
	padding: 0 35px 0 4px;
}
#searchForm #filters {
	color: #333333;
	background: #ffffff;
}
#searchForm .filter-groups {
	border-top: 1px solid #333;
}
#searchForm .filter-group-title {
	line-height: 30px;
	border-bottom: 1px solid #333;
	color: #9D804C;
	background: #ffffff;
}
#searchForm .filter-group-title a {
	display: block;
	color: #333;
	text-decoration: none;
}
#searchForm .filter-group-title-open a,
#searchForm .filter-group-title a:hover {
	background-color: #D6EFFF;
}
#searchForm .filter-group-title a:before {
	content: url(../img/ico-arrow-right.png);
	margin: 0 5px;
}
#searchForm .filter-group-title-open a:before {
	content: url(../img/ico-arrow-down.png);
}
#searchForm .filter-group-category {
	border-bottom: 1px solid #333;
	padding: 5px 0;
}
#searchForm #filters li.filter-type {
	margin: 3px 0;
	padding-left: 5px;
	overflow: hidden;
	font-size: 11px;
}
#searchForm #filters label {
	color: #333;
	font-size: 10px;
}
#searchForm #filters input,
#searchForm #filters label {
	vertical-align: middle;
}
#searchForm input.check {
	clear: both;
	width: 20px;
}
/* footer page results */

div.results-footer {
	padding: 30px 110px;
	line-height: 20px;
	text-align: center;
}
#page.search .pagination {
	display: inline-block;
	padding: 5px 10px;
	position: relative;
	font-size: 10px;
	text-align: center;
}
div.results-footer a,
div.results-footer a:link {
	color: #333;
}
.results-footer .pagination .neoSelect:first-of-type {
	margin-right: 10px;
}
div.results-footer select {
	padding-left: 5px;
	margin-right: 10px;
}
/*div.results-footer a.button-prev,
				div.results-footer a.button-next,
				div.results-footer a.button-prev:link,
				div.results-footer a.button-next:link {
					margin-top: 26px;
				}*/

div.results-footer a.button-prev,
div.results-footer a.button-prev:link {
	float: left;
	width: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../img/ico-page-prev.png) no-repeat center;
	text-indent: -2000px;
}
div.results-footer a.button-next,
div.results-footer a.button-next:link {
	float: right;
	width: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../img/ico-page-next.png) no-repeat center;
	text-indent: -2000px;
}
div.results-footer a.disabled,
div.results-footer a.disabled:link {
	color: #cccccc;
	cursor: not-allowed;
}
@media only screen and (max-width: 991px) {
	#searchForm h2 {
		margin-left: 15px !important;
	}
	/*a.button-book-hotel, a.button-book-room,
			a.button-book-hotel {
				height: 30px;
				width: 100%;
			}*/
	/*a.button-book-hotel span.text {
				font-size: 15px;
			}*/

	.results-hotel .zone,
	#page.search .pagination,
	.results-hotel .description {
		font-size: 14px;
		line-height: 22px;
	}
	.results-hotel .zone + div[class^='col'],
	.results-hotel .description + div[class^='col'] {
		padding-bottom: 30px;
	}
	.results-hotel .hotel-brief a.button2 {
		min-width: 100%;
		width: 100%;
		left: 0;
	}
	#page.search .pagination a {
		margin: 0 5px !important;
	}
	ul.hotel-prices-rooms div.type strong {
		line-height: 17px;
	}
}
#searchResultsPagination {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#searchResultsPagination .pagination {
	order: 2;
}
#searchResultsPagination .button-next {
	float: none;
	order: 3;
}
#searchResultsPagination .button-prev {
	order: 1;
	float: none;
}
#page.search .pagination {
	background-color: #a1cef1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
@media only screen and (min-width: 992px) {
	.search #content {
		display: table;
	}
	.search #content > div {
		display: table-cell;
		float: none
	}
	.search #content > div:first-child {
		padding-left: 0;
	}
}
@media only screen and (max-width: 991px) {
	#searchForm .date .icon {
		/*padding-right: 30px;*/
	}
	.search #content > div {
		padding: 0;
		margin-bottom: 20px;
	}
	.results-hotel div.hotel-picture {
		margin-bottom: 20px;
	}
	.results-hotel div.hotel-picture,
	.results-hotel div.hotel-brief {
		padding-left: 0;
		padding-right: 0;
	}
	#searchForm a.button-search {
		width: 100%;
	}
	div.results-footer {
		padding: 0;
	}
	#searchResultsDates {
		text-align: center;
	}
	.results-hotel .hotel-info,
	.results-hotel .hotel-info {
		padding-top: 10px;
	}
}
.search #content > div:first-child {
	vertical-align: top;
}
.results-hotel div.hotel-picture {
	margin-bottom: 20px;
}
a.link-show-rooms {
	float: none;
}
.hotel-details > div {
	padding: 0;
}
ul.hotel-prices-rooms li > div {
	display: inline-block;
}
.hotel-details .hotel-details-description {
	padding: 15px !important;
}
@media only screen and (min-width: 992px) {
	.hotel-details > div:first-child {
		padding-right: 5px;
	}
	.hotel-details > div:last-child {
		padding-left: 5px;
	}
	a#button-search {
		/* margin-left: -30px; */
	}
	#searchDates fieldset > div:nth-child(3),
	#searchDates fieldset > div:nth-child(4) {
		padding-left: 15px;
	}
	#searchDates fieldset > div:nth-child(3) .nights > div:nth-child(2) {
		padding-left: 5px;
	}
}
@media only screen and (max-width: 991px) {
	.hotel-details > div:first-child {
		margin-bottom: 10px;
	}
	.hotel-details {
		margin-bottom: 15px;
	}
	#searchForm {
		top: 0 !important;
		/* padding: 0 15px; */
	}
	ul.hotel-prices-rooms div.price {
		font-size: 14px;
	}
}
@media only screen and (min-width: 601px) {
	ul.hotel-prices-rooms li {
		display: table;
		width: 100%;
	}
	ul.hotel-prices-rooms li > div {
		display: table-cell;
		height: 100% !important;
		float: none !important;
		vertical-align: middle;
	}
}
@media only screen and (max-width: 600px) {
	ul.hotel-prices-rooms li > div:nth-child(2n+2) {
		border-right: 0;
	}
	ul.hotel-prices-rooms div.book,
	ul.hotel-prices-rooms .type,
	ul.hotel-prices-rooms div.capacity,
	ul.hotel-prices-rooms div.price,
	ul.hotel-prices-rooms div.availability {
		width: 100% !important;
	}
	ul.hotel-prices-rooms div.book a.button-book-room {
		width: 100%;
		margin-top: 10px;
	}
	ul.hotel-prices-rooms .type,
	ul.hotel-prices-rooms div.availability {
		border: none;
	}
}
ul.hotel-prices-rooms a.availability-error:before {
	margin-top: 0;
}
/* END SEARCH */
/* STEP 1 */
/*#availability .room-pictures {
			float:left;
			width:124px;
			margin-right:10px;
		}*/

#availability a.main-picture {
	display: inline-block;
	width: 120px;
	height: 80px;
	margin: 5px 0;
	padding: 1px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
}
#availability a.main-picture img {
	width: 100%;
}
#availability a.second-picture {
	display: inline-block;
	width: 32px;
	height: 28px;
	margin: 2px;
	border-width: 1px;
	border-style: solid;
}
#availability a.second-picture img {
	height: 100%;
}
#availability .room-description {
	line-height: 16px;
	margin-top: 5px;
}
#availability .room-description p {
	text-align: justify;
	/*text-indent:15px;*/
}
#availability div.read-more {
	float: right;
	width: 414px;
	height: 18px;
	position: relative;
}
#availability div.read-more a {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-top: 46px;
	outline: none;
	text-decoration: none;
}
#availability div.col1-open a {
	padding-top: 0;
}
#availability div.read-more a span {
	display: block;
	line-height: 15px;
	border-width-top: 1px;
	border-style-top: solid;
	font-size: 11px;
	text-align: right;
}
#availability div.room-facilities {
	margin: 10px 0;
}
#availability div.room-facilities ul {
	overflow: auto;
}
#availability div.room-facilities li {
	float: left;
	width: 118px;
	margin-left: 20px;
	list-style: disc outside;
	text-indent: 0;
}
#availability .price_info {
	line-height: 30px;
}
#availability .price_errors {
	padding-right: 20px;
	line-height: 16px;
	background: url(../img/ico-notice.png) no-repeat right top;
	text-align: left;
}
#availability .exclamation {
	padding-left: 12px;
	background: url(../img/ico-exclamation.png) no-repeat left;
}
#availability .col2 .button-1 {
	margin-top: 10px;
}
#offers {
	padding: 23px 0;
	overflow: hidden;
}
#offers ul {
	margin: 0 8px;
}
#offers li {
	margin: 2px 0;
	padding: 2px 0;
	line-height: 28px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#offers div.name {
	float: left;
	width: 610px;
	padding: 0 15px;
	overflow: hidden;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	font-size: 14px;
	text-align: center;
}
#offers div.name p {
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
}
#offers span.new {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin-left: 10px;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	background: url(../img/ico-new.png) no-repeat center;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
#offers div.description {
	line-height: 1.2;
	font-size: 10px;
}
#offers div.view-offer {
	float: right;
	width: 209px;
	line-height: 28px;
	text-align: center;
}
#offers div.view-offer a {
	display: inline-block;
	padding: 0 10px;
	line-height: 20px;
	position: relative;
	text-decoration: none;
}
#offers ul.offers-col-2 {
	float: right;
	width: 50%;
}
.offer-info {
	overflow: hidden;
}
.offer-info img {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.offer-info .info {
	float: left;
}
.offer-info .name {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.offer-info div.description {
	max-width: 250px;
}
.step-1 #promo_code .promo-title {
	font-size: 22px;
	margin: 0;
}
.step-1 #promo_code .text_promo_info {
	text-align: center;
}
.step-1 #promo_code {
	margin-top: 20px;
	text-align: right;
	overflow: hidden;
}
.step-1 #promo_code input#promo {
	width: 15%;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
}
.step-1 #promo_info {
	display: inline-block;
	padding-left: 20px;
	margin-top: 10px;
	vertical-align: middle;
}
.step-1 #promo_info .description {
	background: url(../img/ico-info.png) no-repeat 5px;
	cursor: pointer;
}
.table-wrapper {
	display: table;
	width: 100%;
}
.table-cell {
	display: table-cell;
}
#offers div.name,
#offers div.view-offer {
	float: none;
	vertical-align: middle;
}
#offers div.view-offer a {
	font-size: 12px;
}
#offers div.name {
	width: 80%;
	vertical-align: middle;
}
#offers div.view-offer {
	width: 20%;
}
#offers ul {
	margin: 0;
}
@media only screen and (max-width: 991px) {
	#offers div.name {
		border-right: 0;
	}
	#offers li {
		padding: 5px 0;
	}
	#offers div.view-offer a {
		font-size: 14px;
	}
	#availability .price span.price-final {
		font-size: 17px;
	}
	#availability .price {
		text-align: right;
	}
	#offers div.view-offer a {
		padding: 5px 10px;
		width: 100%;
	}
	#offers div.name {
		width: 70%;
	}
	#offers div.view-offer {
		width: 30%
	}
}
.availability-loader {
	position: absolute;
	width: 24px;
	top: 0;
	height: 100%;
	margin-left: 10px;
	background: url(../img/loader-availability.gif) no-repeat center;
}
#availability {
	padding-top: 25px;
	position: relative;
	overflow: hidden;
	clear: both;
}
#available-rooms,
#available-packs {
	margin: 0 8px;
}
#availability li.head {
	clear: both;
	padding: 6px 15px;
	margin-bottom: 3px;
	line-height: 1.2;
	overflow: hidden;
	position: relative;
	font-size: 12px;
	text-transform: lowercase;
}
#availability li.head div.col {
	position: relative;
	min-height: 26px;
	line-height: 26px;
}
#availability div.col {
	flex-grow: 10;
	flex-basis: 0;
	flex-shrink: 0;
	overflow: hidden;
}
#availability div.col-type {

}
#availability div.col-inputs {
	display: flex;
}
#availability div.col-inputs .col {
	padding: 0 5px;
}
#availability div.col-inputs .col7 {
	padding-right: 0;
}
#availability div.col6 {
	flex-grow: 20;
}
#availability div.col7 {
	flex: 0 0 20%;
}
#availability div.col2-room-type {
	flex-grow: 25;
}
#availability li.head div.col span {
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
}
#availability li.head div.col1 span {
	/* left: 14px; */
	/* margin-left: 15px; */
}
#availability li.item {
	clear: both;
	min-height: 130px;
	margin-bottom: 2em;
	padding: 0 15px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#availability div.foot {
	clear: both;
	margin: 0 8px;
	position: relative;
	overflow: auto;
}
#availability li.item div.roomInfo {
	clear: both;
	overflow: hidden;
}
#availability li.head .col7 {
	font-weight: bold;
	text-transform: uppercase;
}
#availability .col-inputs .col:first-child {
	padding-left: 0;
}
.total_price_fixed div.foot {
	padding-top: 1px;
}
.total_price_fixed div.foot .col,
#availability div.foot .col {
	margin-top: 9px;
	margin-bottom: 9px;
	line-height: 25px;
	min-height: 25px;
}
#availability .col1 {
	padding-right: 14px;
	text-align: left;
}
#availability .col2 {
	text-align: center;
}
#availability .col3 {
	text-align: center;
}
#availability .col4 {
	text-align: center;
}
#availability .col4 small {
	display: block;
}
#availability .col5 {
	text-align: center;
}
#availability .col5 small {
	display: block;
}
#availability .col6 {
	text-align: center;
}
#availability .col7 {
	text-align: center;
	padding-right: 0;
}
#availability .col7 {
	min-height: 140px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 0;
	padding-bottom: 35px;
	position: relative;
}
#availability li.item .col7 {
	border-left: 1px solid #868686;
	padding-bottom: 35px;
}
#availability li select {
	width: 100%;
	width: calc(100% - 4px);
	margin: 0 4px;
}
#availability div.room-name {
	line-height: 16px;
	overflow: auto;
	padding: 0;
}
#availability div.room-name p {
	line-height: 12px;
	margin-bottom: 6px;
}
#availability div.room-name p.name a {
	font-size: 14px;
	text-decoration: none;
	line-height: 17px;
	font-weight: bold;
}
#availability div.room-name .minprice-pax {
	display: none;
}
#availability div.room-name a {
	text-decoration: none;
}
#availability .link-info,
#unavailability .link-info {
	clear: both;
	width: 110px;
	height: 16px;
	line-height: 15px;
	text-indent: 18px;
	background: url(../img/button-room-info.png) no-repeat;
	font-size: 10px;
	text-decoration: none;
	font-style: italic;
	display: inline-block;
}
#availability .link-businessphoto,
#unavailability .link-businessphoto {
	clear: both;
	width: 110px;
	height: 16px;
	margin: 0;
	font-size: 10px;
	text-decoration: none;
	font-style: italic;
	display: inline-block;
}
.total_price_fixed .price,
#availability .price {
	padding: 3px 0 3px;
	line-height: 30px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
.total_price_fixed .price span.price-wrapper,
#availability .price span.price-wrapper {
	display: inline-block;
	line-height: 15px;
	vertical-align: middle;
}
#availability .price span.price-before {
	display: block;
	text-decoration: line-through;
}
#availability .price a {
	text-decoration: none;
	font-weight: bold;
}
#availability .price a.inactive {
	cursor: auto;
	outline: none;
}
.total_price_fixed .price span.price-final,
#availability .price span.price-final {
	display: inline-block;
	font-size: 11px;
}
#availability .price span.price-options {
	padding-right: 18px;
	background: url(../img/ico-info.png) no-repeat right -1px;
}
#availability .price span.price-loading {
	display: inline-block;
	padding-right: 18px;
	background: url(../img/loader-price.gif) no-repeat right -1px;
}
#availability .children-ages {
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: -11px;
	margin-top: -3px;
	z-index: 10;
}
#availability .children-ages a.link-children-ages {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/calendar.png) no-repeat center;
}
.children-ages-popup p {
	margin-bottom: 5px;
}
.total_price_fixed div.foot div.col-total,
#availability div.foot div.col-total {
	text-align: right;
	padding-right: 14px;
	font-size: 12px;
}
.total_price_fixed div.foot div.col7,
#availability div.foot div.col7 {
	border-left-width: 1px;
	border-left-style: solid;
}
.total_price_fixed div.foot .price-total,
#availability div.foot .price-total {
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
#availability li.item .neoSelect {
	margin: 4px 0;
}
div.room-picture {
	margin-right: 0;
	padding-right: 15px;
	overflow: hidden;
	/* border-right-width: 1px; */
	/* border-right-style: solid; */
}
div.room-picture img {
	width: 100%;
	vertical-align: middle;
}
div.room-info-wrapper {
	margin: 0 0 20px 0;
	padding: 15px 0 0 0;
	border-top-style: dotted;
	border-top-width: 1px;
}
div.room-info {
	padding: 15px 0;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
div.room-info div.room-pictures {
	margin-bottom: 15px;
	padding: 0 15px;
	overflow: hidden;
}
div.room-info div.main-picture {
	float: left;
	width: 300px;
	height: auto;
}
div.room-info div.main-picture a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
div.room-info div.main-picture img {
	width: 100%;
	min-height: 100%;
}
div.room-info div.main-picture span.ico-zoom {
	position: absolute;
	line-height: 1.2;
	right: 10px;
	bottom: 10px;
}
div.room-info a.button2 {
	margin-bottom: 15px;
}
div.room-info div.thumbs {
	/* float: left; */
	/* width: 60px; */
}
div.room-info div.thumbs-2col {
	float: left;
	width: 190px;
}
div.room-info div.thumbs-3col {
	float: left;
	width: 290px;
}
div.room-info span.thumb-picture {
	float: left;
	width: auto;
	height: 80px;
	margin: 0 5px 5px;
}
div.room-info span.thumb-picture:first-child {
	margin-left: 0;
}
div.room-info span.thumb-picture a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: zoom-in;
}
div.room-info span.thumb-picture img {
	display: block;
	height: 100%;
}
div.room-info div.room-description {
	padding: 0 15px;
	font-size: 12px;
}
div.room-info div.room-description span.room-name {
	font-size: 12px;
	font-weight: bold;
}
div.room-info div.room-description p {
	line-height: 20px;
	margin-bottom: 8px;
}
div.room-info ul.room-facilities {
	width: 100%;
	/*width:400px;*/

	overflow: hidden;
}
div.room-info ul.room-facilities li {
	float: left;
	min-width: 188px;
	line-height: 16px;
	margin-right: 10px;
	list-style: disc inside;
	font-size: 12px;
}
div.room-info a.room-close {
	position: absolute;
	padding: 5px 10px;
	top: 0;
	right: 0;
	line-height: 22px;
	outline: none;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
div.room-info a.room-close span {
	display: inline-block;
	padding-right: 20px;
	background: url(../img/ico-close.png) no-repeat right;
	text-transform: lowercase;
}
#availability-packs .package-description {
	margin: 15px;
}
#availability-packs label.package-add-room {
	display: block;
	margin: 0 0 10px 45px;
	padding-left: 22px;
	line-height: 20px;
	background: url(../img/ico-package-room.png) no-repeat left;
}
#availability-packs ul.package-rooms {
	margin: 0;
}
#availability-packs ul.package-rooms li {
	padding: 10px 0;
	line-height: 20px;
	overflow: hidden;
}
#availability-packs ul.package-rooms li .col {
	/* margin:0; */
	/* line-height:20px; */
}
#availability-packs li .col1 {} #availability-packs ul.package-rooms li.package-room .col1 {} #availability-packs ul.package-rooms li.package-room .col5 {} #availability-packs ul.package-rooms label {
																																								display: block;
																																								text-align: center;
																																							}
#unavailability {
	position: relative;
	margin-top: 20px;
}
#unavailable-rooms,
#unavailable-packs {
	margin: 0 8px 30px;
}
#unavailability .room,
#unavailability .pack {
	overflow: hidden;
	padding: 15px;
	margin-bottom: 3px;
}
#unavailability .col1 {
	min-height: 90px;
	/* padding:15px 0 15px 15px; */

	vertical-align: top;
	position: relative;
}
#unavailability .col2 {
	padding: 15px 15px 15px 0;
	vertical-align: top;
}
#unavailability div.info {
	line-height: 16px;
}
#unavailability div.info p {
	margin-bottom: 10px;
}
#unavailability div.info a {
	text-decoration: none;
}
#unavailability div.info span.name {
	font-size: 14px;
	text-decoration: none;
}
#unavailability .notice {
	font-size: 13px;
	text-align: center;
}
#unavailability p {
	margin-bottom: 6px;
}
#unavailability .notice {
	line-height: 1.4;
}
#unavailability .notice strong {
	font-weight: normal;
}
#unavailability .notice a.link-show-calendar {
	display: inline-block;
	margin: 10px auto;
	padding: 2px 20px 2px 6px;
	line-height: 20px;
	position: relative;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	background: url(../img/ico-info.png) no-repeat 98%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#unavailable-packs .pack .room-picture .img-wrapper a {
	display: block;
	position: relative;
}
#unavailable-packs .pack .room-picture .ico-zoom {
	line-height: 1.2;
	right: 10px;
	bottom: 10px;
	position: absolute;
	color: #FFFFFF;
}
#available-packs .pack .room-picture {
	/* margin-bottom: 15px; */
}
#available-packs .pack .col {
	overflow: inherit;
}
div.room-calendar {
	width: 560px;
	height: 220px;
	overflow: hidden;
}
div.room-calendar div.month {
	float: left;
	width: 160px;
	min-height: 162px;
	margin: 0 12px;
}
div.room-calendar table {
	width: 100%;
	empty-cells: show;
	border-collapse: separate;
	border-spacing: 2px;
	border: none;
}
div.room-calendar th,
div.room-calendar td {
	vertical-align: middle;
	line-height: 11px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border: none;
}
div.room-calendar tr {
	border: none;
}
div.room-calendar th {
	font-weight: bold;
}
div.room-calendar td.caption {
	font-weight: bold;
}
div.room-calendar td a,
div.room-calendar td span {
	display: block;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
}
div.room-calendar .month_navigation {
	overflow: hidden;
	padding: 1px 1px 12px;
}
div.room-calendar .month_navigation a {
	font-weight: bold;
}
div.room-calendar .month_navigation a.prev_month {
	float: left;
	margin-left: 12px;
}
div.room-calendar .month_navigation a.next_month {
	float: right;
	margin-right: 12px;
}
div.room-calendar .months {
	width: 920px;
	left: -184px;
	overflow: hidden;
	position: relative;
}
div.room-calendar .legend {
	clear: both;
	line-height: 2.2em;
	padding: 5px 0 0 12px;
}
div.room-calendar .legend span {
	margin-right: 20px;
	vertical-align: middle;
	font-size: 10px;
	font-style: italic;
}
div.room-calendar .legend label {
	margin-right: 5px;
	font-weight: bold;
}
div.room-calendar .legend label.off {
	padding: 1px 3px;
}
#availability .link-businessphoto,
#unavailability .link-businessphoto,
div#availability .link-info {
	top: 78px;
	background-image: none;
	font-size: 14px;
	font-style: normal;
	width: 100%;
	text-align: center;
	text-indent: 0;
	margin: 0;
	text-transform: uppercase;
	padding: 8px 5px;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#availability .price span.price-final {
	font-size: 13px;
}
#availability label.only-pay {
	line-height: 38px;
}
#availability-packs ul.package-rooms li {
	padding: 10px 0;
}
#availability-packs ul.package-rooms li.package-room .col {
	/* margin-bottom: 10px; */
	/* padding: 0 5px; */
}
#availability-packs ul.package-rooms li.package-room .col6 {
	padding-top: 15px;
}
.swiper-button-prev.glyphicon {
	background: none;
	color: #ffffff;
	font-size: 32px;
	/* margin-left: 5px; */

	height: auto;
	text-shadow: 0px 0px 6px #000000;
}
.swiper-button-next.glyphicon {
	background: none;
	color: #ffffff;
	font-size: 32px;
	/* margin-right: 5px; */

	height: auto;
	text-shadow: 0px 0px 6px #000000;
}
.swiper-slide > img {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	div.block-next {
		display: flex;
		flex-direction: column;
	}
	div.block-next > div:first-child {
		order: 2;
	}
	div.block-next > div:last-child {
		order: 1;
	}
	.availability-loader {
		position: fixed;
		width: auto;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.3) url(../img/loader-availability.gif) no-repeat center;
		/* background-size: 40px; */

		z-index: 100;
		pointer-events: none;
	}
	#availability div.room-name p.name a {
		font-size: 16px !important;
	}
	#availability div.room-name p {
		line-height: initial;
		margin-bottom: 0;
	}
	#availability div.room-name p.also-packages {
		float: left;
	}
	#unavailability div.info > p:first-child,
	#availability div.room-name p.name {
		padding: 8px;
		margin-bottom: 10px;
		text-align: center;
		background: #ffffff;
	}
	#unavailability div.info p.paxNotice,
	#availability div.room-name p.paxNotice {
		float: right;
	}
	#availability div.room-name p.notice {
		clear: both;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#availability li.head {
		font-size: 12px;
	}
	#availability .link-businessphoto,
	#unavailability .link-businessphoto,
	div#availability .link-info {
		width: 100%;
		min-height: 40px;
		line-height: 40px;
		padding: 0 5px;
	}
	#unavailability div.info span.name {
		font-size: 16px;
	}
	/*a{
				font-size: 14px !important;
			}*/

	#availability li.item > .room-links {
		padding-top: 10px;
		padding-bottom: 10px;
		overflow: hidden;
	}
	#availability li.item {
		/*margin-bottom:*/
	}
	#availability li.item > .room-links > div {
		padding: 0;
	}
	#availability li.item > .room-links > div > .button2 {
		margin-top: 15px;
	}
	#unavailability .col1 {
		min-height: 0;
	}
	div.room-calendar {
		width: 100%;
		height: auto;
	}
	div.room-calendar .month_navigation {
		display: none;
	}
	div.room-calendar .month_navigation.responsive_month_navigation {
		display: block;
	}
	div.room-calendar .months {
		width: 100%;
		left: 0;
	}
	div.room-calendar div.month {
		float: none;
		width: 100%;
		margin: 0;
	}
	div.room-calendar .month table > tbody > tr td a {
		padding: 10px;
	}
	div.room-calendar .months .month {
		display: none;
	}
	div.room-calendar .months .month:nth-child(2) {
		display: block;
	}
	div.room-calendar .month table > tbody > tr:nth-child(1) td,
	div.room-calendar .month table > tbody > tr:nth-child(2) th {
		padding: 10px;
		font-size: 15px;
		text-transform: capitalize;
	}
	#available-packs .pack .room-picture {
		padding-right: 0;
	}
}
#availability div.foot .price-total {
	font-size: 15px;
}
#availability div.foot {
	overflow: hidden;
	margin: 0;
	padding: 0 15px;
}
#availability div.foot.sticky {
	position: fixed;
	margin: 0 -14px;
	padding: 0 14px;
	bottom: 0;
	box-sizing: content-box;
	z-index: 10;
}
#availability li.item > .room-links {
	padding-bottom: 13px;
	/*margin-top: -10px;*/

	padding-top: 0;
}
#available-rooms,
#available-packs {
	margin: 0;
}
#unavailable-rooms,
#unavailable-packs {
	margin: 0 0 30px;
}
#unavailability .col1,
#unavailability .col2 {
	/* padding: 15px; */
}
#availability .head .col-md-7 {
	padding: 0;
}
#availability li.item .head .col {
	line-height: 14px;
	margin-top: 7px;
	margin-bottom: 0px;
	text-transform: capitalize;
}
#availability .col7 {
	overflow: initial;
}
div.room-picture {
	margin-right: 0;
}
#unavailability div.info,
#unavailability div.room-picture {
	/* padding: 0; */
	overflow: hidden;
}
div.room-links {
	clear: both;
	margin: 0;
	line-height: 15px;
}
div.room-picture {
	margin-top: 0;
}
#availability .link-info,
#unavailability .link-info {
	margin-right: 15px;
}
#availability li.item > .room-links div:nth-child(1).col-xs-6,
div.room-links div:nth-child(1).col-md-6 {
	padding-right: 5px;
}
#availability li.item > .room-links > div:nth-child(2).col-xs-6,
div.room-links div:nth-child(2).col-md-6 {
	padding-left: 5px;
}
@media only screen and (min-width: 992px) {
	#availability li.item .inputs-wrapper {
		display: flex;
	}

	div.room-picture {
		padding-left: 0;
	}
	div.room-links {
		margin-top: 15px;
		padding-left: 0;
	}
	.step-1 #availability .col {
		font-size: 13px;
		text-transform: capitalize;
	}
	.step-1 #availability .col1 {
		padding-right: 0;
	}
	#unavailability div.room-picture {
		margin-bottom: 15px;
	}
	#unavailability div.info {
		padding-left: 0;
	}
	#availability li.item > div:nth-child(3) > div:nth-child(5) {
		padding-right: 15px;
	}

	#availability li.item > div > .col {
		margin-top: 14px;
		margin-bottom: 14px;
		position: relative;
	}


	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}

	.swiper-container:not(.swiper-loaded) .swiper-wrapper {
		overflow: hidden;
	}
}
@media only screen and (max-width: 500px) {
	#availability li.item > div:nth-child(2) > .col-xs-1,
	#availability li.item > div:nth-child(3) > .col-xs-1 {
		width: 16.333333%;
	}
	#availability li.item > div:nth-child(2) > .col-xs-2,
	#availability li.item > div:nth-child(3) > .col-xs-2 {
		width: 14.666667%;
	}
	.content-frame {
		padding: 10px 0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#availability li.head > div:nth-child(2) {
		/* width: 40%; */
	}
	#availability li.item > div:nth-child(3) > div:nth-child(5) {
		width: 36%;
	}
}
.step-1 #promo_code .promo-title {
	text-align: right;
	border: none;
	line-height: 28px;
}
.step-1 #promo_code .button-promo {
	width: 12%;
	min-width: auto;
	margin-top: 0;
	margin-left: 10px;
}
@media only screen and (max-width: 991px) {
	#availability {
		padding-top: 0;
	}
	#availability h2 {
		padding-bottom: 10px;
	}
	#availability li.item .head {
		display: flex;
		margin-bottom: 0px;
		clear: both;
	}
	#availability li.item .inputs .col {
		min-height: auto;
		padding: 0;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	div.room-info span.thumb-picture {
		margin: 0 15px 5px 0;
	}
	div.room-info div.main-picture {
		margin-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	div.room-info div.room-description {
		margin-right: 0;
		padding: 0 15px;
	}
}
@media only screen and (max-width: 991px) {
	div.room-info-wrapper {
		margin: 0 0 20px 0;
	}
	#availability li.item .col-md-7 .col {
		margin-bottom: 10px;
	}
	#availability li.item .col-md-7 .col:first-child select {
		margin-left: 0;
	}
	#availability li.item {
		border-width: 1px;
		border-style: solid;
		margin-bottom: 2em;
		padding-bottom: .7em;
		padding-top: .7em;
		padding-left: 15px;
		padding-right: 15px;
	}
	#availability .link-info,
	#unavailability .link-info {
		margin-top: 10px;
	}
	#availability li.item .col7 {
		border-left: 0;
		min-height: 0;
	}
	#availability .col1 {
		margin-bottom: 10px !important;
	}
	div.room-picture {
		border: 0;
		/* margin: 0 0 1em; */
		padding: 0;
		/* padding-bottom: 54%; */
		overflow: hidden;
	}
	div.room-picture .img-wrapper {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		transform: translateY(-50%);
	}
	.step-1 div.block-next {
		float: none;
		padding: 20px 0;
		width: 100%;
	}
	#availability li.item > .room-links {
		padding-bottom: 4px;
	}
	#availability li.item .head > .col-xs-2,
	#availability li.item > div:nth-child(3) > .col-xs-2 {
		width: 16.666667%;
	}
	#availability li.item > div[class^='col-'] {
		overflow: initial;
	}
	.total_price_fixed div.foot div.col-total,
	#availability div.foot div.col-total {
		font-size: 14px;
	}
	#availability-packs .pack.item {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#availability-packs .pack.item .room-name {
		margin-top: 15px;
		margin-bottom: 5px;
	}
	#availability-packs .pack.item .col7 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 991px) {
	#availability li.item .inputs {
		margin: 0 15px;
	}
	#availability li.item .col {
		margin-top: 6px;
		margin-bottom: 6px;
	}
	#availability li.item .col7 {
		padding-bottom: 0;
	}
	#unavailability li.item > div:first-child > .info,
	#availability li.item > div:first-child > div > .room-name {
		order: 1;
		margin-bottom: 10px;
	}
}
.step-1 #promo_code .promo-title {
	display: inline-block;
	margin-right: 10px;
	text-align: right;
	border: none;
	line-height: 28px;
}
@media only screen and (max-width: 991px) {
	.step-1 #promo_code .button-promo {
		width: calc(50% - 25px);
		float: right;
		margin-right: 15px;
		padding: 0;
		line-height: 40px;
		height: 40px;
	}
	.step-1 #promo_code input#promo {
		width: calc(50% - 25px);
		float: left;
		margin-left: 15px;
	}
	.step-1 #promo_code .promo-title {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.step-1 #promo_code {
		float: none;
		padding: 0 15px;
		text-align: center;
	}
	ul#content-tabs li {
		width: 50%;
		margin-right: 0;
	}
	ul#content-tabs li a {
		padding: 0 10px;
		font-size: 15px;
		text-align: center;
	}
	/* description - collapse */

	div.room-info div.room-pictures {
		padding-left: 0;
		padding-right: 0;
	}
	div.room-info div.main-picture img {
		vertical-align: middle;
	}
	div.room-info div.thumbs-2col {
		width: 100%;
	}
	div.room-info span.thumb-picture {
		margin-top: 15px;
		margin-bottom: 0;
		margin-left: 15px;
		margin-right: 0;
	}
}
/* description - collapse */

#availability li.item div.roomInfo {
	margin-top: 10px;
}
/* Nearby hotels */

#nearby-hotels {
	margin: 20px 0;
}
#nearby-hotels {
	/* margin-bottom: 15px; */
}
#nearby-hotels a {
	display: block;
	padding-top: 60%;
	line-height: 14px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	background: #ededed;
}
#nearby-hotels div.picture {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	overflow: hidden;
}
#nearby-hotels img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	filter: brightness(0.8);
}
#nearby-hotels .data {
	position: absolute;
	left: 0;
	top: 50%;
	min-height: 40%;
	/* bottom: 10%; */
	/* transform: translateY(-50%); */

	width: 100%;
	padding: 5px;
	color: #ffffff;
	line-height: 135%;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
#nearby-hotels .name {
	display: block;
	margin: 5px 0;
	line-height: 15px;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
}
#nearby-hotels .zone {} #nearby-hotels .zone:after {
							content: ' -';
						}
#nearby-hotels .distance {} #nearby-hotels .map {
								position: absolute;
								left: 0;
								bottom: 5px;
								font-size: 10px;
								font-style: italic;
								color: #00B0C7;
							}
/* END STEP 1 */
/* STEP 2 */

.step-2 #bookingForm {
	padding-left: 0;
}
@media only screen and (max-width: 991px) {
	.step-2 #bookingForm {
		padding: 0;
	}
	div#extras {
		padding-right: 0;
		padding-left: 0;
	}
	p.tcenter {
		text-align: center;
	}
}
/* END STEP 2 */
/* STEP 3 */

#payment-method .cards li {
	background: url(../img/ico-cards.png);
	display: inline-block;
	width: 50px;
	height: 32px;
	vertical-align: middle;
	line-height: 200px;
	margin-right: 10px;
}
#payment-method .cards li.electron {
	background-position: 0 0;
}
#payment-method .cards li.visa {
	background-position: 0 382px;
}
#payment-method .cards li.mastercard {
	background-position: 0 332px;
}
#payment-method .cards li.amex {
	background-position: 0 282px;
}
#payment-method .cards li.diners {
	background-position: 0 232px;
}
#payment-method .cards li.maestro {
	background-position: 0 182px;
}
#payment-method .cards li.paypal {
	background-position: 0 132px;
}
#payment-method .cards li.moneybookers {
	background-position: 0 82px;
}
#payment-method .cards li.googlecheckout {
	background-position: 0 33px;
}
#payment-method .cards span.siteseal {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
form.reservation-data {
	padding: 16px;
	overflow: visible;
}
.reservation-data ul {
	padding: 20px 0;
	margin-bottom: 10px;
	overflow: hidden;
}
.reservation-data ul li {
	line-height: 30px;
}
.reservation-data ul.subgroup {
	padding: 0;
	border-left-width: 1px;
	border-left-style: solid;
}
.reservation-data ul.subgroup .textright {
	text-align: right;
}
.reservation-data ul.subgroup li,
.reservation-data ul.subgroup li div,
.reservation-data ul.subgroup li span,
.reservation-data ul.subgroup input {
	padding: 0;
}
.reservation-data label {
	display: inline-block;
	margin-right: 5px;
	line-height: 2.2;
	vertical-align: middle;
	font-size: 13px;
	text-align: right;
}
.reservation-data #accept-data label {
	padding: 2px 0;
	line-height: 1.2;
}
.reservation-data label.subgroup {
	float: left;
	line-height: 30px;
}
.reservation-data label.small {
	width: 55px;
}
.reservation-data input {
	vertical-align: -3px;
}
#payment-data {
	margin: 0 0 30px;
}
#payment-type {
	margin: 5px 0;
	padding: 10px 0;
}
#payment-method {
	margin: 5px 0;
	padding: 10px 0 10px 0;
}
#payment-methods {
	margin: 20px 10px 0 125px;
}
#payment-methods ul {
	margin: 10px 0;
	padding: 0;
}
/*#payment-methods ul li.cc_wrapper{
			overflow: hidden;
		}*/

#payment-methods ul label.cc_item_type {
	width: 110px;
}
#payment-methods ul div.cc_list_rb {
	float: right;
	width: 250px;
	margin-top: -30px;
}
#payment-methods ul div.cc_list_rb input {
	margin: 3px;
}
#payment-methods p {
	margin: 0;
}
#payment-methods input.cc_owner,
#payment-methods input.cc_number {
	width: 230px;
}
#payment-data label {
	vertical-align: middle;
}
.reservation-data label.radio {
	width: auto;
	display: block;
	font-weight: normal;
	text-align: left;
}
.reservation-data #accept-data label {
	text-align: left;
}
.reservation-data #accept-data label.accept_offers span:before {
	content: url(../img/ico-email.png);
	vertical-align: -4px;
	margin-right: 4px;
}
.reservation-data #accept-data label.accept_conditions span:before {
	content: url(../img/ico-document.png);
	vertical-align: -4px;
	margin-right: 4px;
}
.reservation-data #accept-data label.accept_conditions a:link {
	text-transform: lowercase;
}
.reservation-data #accept-data label.accept_conditions a:hover {
	text-transform: lowercase;
}
.reservation-data .radio-group {
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
	border-left-width: 1px;
	border-left-style: solid;
}
.reservation-data .radio-group label.radio {
	display: block;
	line-height: 20px;
	text-align: left;
}
.reservation-data ul.subgroup input.text {
	margin-bottom: .4em;
}
.reservation-data input.child-name {
	width: 160px;
	height: 16px;
	padding: 2px 5px;
	border: none;
	vertical-align: middle;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 11px;
}
input.text.invalid,
input.smalltext.invalid {
	border-width: 1px;
	border-style: solid;
}
.reservation-data textarea {
	width: 338px;
	height: 92px;
	margin-top: 5px;
	padding: 2px 1px 2px 5px;
	vertical-align: top;
	border: none;
	font-size: 11px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.reservation-data select {
	width: 100%;
	height: 30px;
	margin: 3px 0 0px 0;
	padding-top: 1px;
	border: 1px solid #EBE8E8;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 13px;
	text-align: left;
	font-family: Arial;
}
.reservation-data select.short {
	width: 60px;
}
.reservation-data select.cc_expiry {
	width: 92px;
}
.reservation-data select.cc_type {
	width: 200px;
	height: 22px;
}
.reservation-data select.guest-age {
	width: 60px;
	height: 22px;
	margin-right: 5px;
	text-align: center;
}
a.info-cvv {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	position: relative;
	background: url(../img/ico-info.png) no-repeat center;
}
.reservation-data p {
	margin: 10px 0 20px;
	line-height: 20px;
}
.reservation-data span.total {
	display: inline-block;
	width: 80px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.info_cvv {
	width: 300px;
}
.info_cvv p {
	margin-bottom: 10px;
	line-height: 18px;
	text-align: left;
}
.info_cvv span.ico-cvv {
	display: block;
	width: 240px;
	height: 164px;
	margin: auto;
	background: url(../img/info-cvv.png);
}
.step-3 #promo_code {
	margin: 10px 0;
	padding: 30px 1px 30px 30px;
}
.step-3 #promo_code input#promo {
	width: 150px;
	text-transform: uppercase;
	vertical-align: middle;
}
.step-3 #promo_info {
	float: right;
	width: 190px;
	border-left-width: 1px;
	border-left-style: solid;
}
#promo_info {
	font-weight: bold;
}
#promo_info .description {
	padding-left: 20px;
	background: url(../img/ico-info.png) no-repeat 5px 2px;
	cursor: pointer;
}
#promo_info a.promo-remove {
	display: inline-block;
	width: 24px;
	height: 15px;
	vertical-align: middle;
	background: url(../img/ico-close.png) no-repeat center;
	text-decoration: none;
}
#payment-promo {
	margin: 0 8px 30px;
}
#payment-price {
	margin: 10px 8px 40px;
	padding: 10px;
	text-align: right;
	overflow: hidden;
}
#payment-price .row {
	margin: 4px 0;
}
#payment-price label {
	padding-right: 20px;
	line-height: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	font-size: 12px;
}
#payment-price span.price {
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	/*padding-left: 20px;*/

	padding-left: 0;
}
#payment-price span.notice {
	display: block;
	clear: both;
	padding-top: 5px;
	text-align: right;
}
#accept-data {
	margin: 10px 8px;
}
.errorpage {
	margin: 50px 0;
	line-height: 30px;
	text-align: center;
}
.reservation-data ul li {
	overflow: hidden;
}
.reservation-data ul li.template {
	display: none;
}
#guests-data > ul > li:not(:first-child) {
	padding-top: 10px;
	border-top: 1px solid #999999;
}
@media only screen and (max-width: 991px) {
	.reservation-data label {
		font-size: 13px;
	}
	.reservation-data label {
		margin-bottom: 5px;
	}
	#payment-price {
		margin: 10px 0 40px;
	}
	#payment-price label {
		margin-bottom: 0;
	}
	.reservation-data #accept-data label {
		border: 1px solid #d6d6d6;
		background: whitesmoke;
		margin-bottom: 15px;
	}
}
.reservation-data label {
	margin-right: 0;
	padding-right: 5px;
}
.step-3 #bookingForm .neoSelect {
	width: 100% !important;
	border-width: 1px;
	border-style: solid;
	height: 35px;
}
.step-3 #bookingForm .radio input[type=radio] {
	position: relative;
	margin: 4px;
}
#personal-data ul > li > div,
#additional-data ul > li > div {
	padding: 0;
}
.step-2 div.block-next, .step-3 div.block-next {
	padding: 0;
}
#payment-methods input.cc_owner,
#payment-methods input.cc_number {
	width: 100%;
}
#payment-methods > div > div > div ul > li > div {
	padding: 0;
}
#payment-methods ul label.cc_item_type {
	width: auto;
}
#info_creditCard .credit-card-expiry > div:last-child > div {
	padding: 0;
}
#info_creditCard .credit-card-expiry > div:last-child > div:first-child {
	padding-right: 5px;
}
#info_creditCard .credit-card-expiry > div:last-child > div:last-child {
	padding-left: 5px;
}
#payment-methods .cards ul > li {
	margin-top: 0;
}
@media only screen and (min-width: 992px) {
	.step-3 #bookingForm {
		margin-right: 15px;
	}
	.step-3 #bookingForm .neoSelect {
		height: 30px;
	}
	.step-2 .block-next a.button2, .step-3 .block-next a.button2 {
		width: auto;
		min-width: 100px;
		margin: 0;
	}
	#personal-data ul > li > div:first-child,
	#additional-data ul > li > div:first-child,
	/*#payment-method > div:first-child{
				display: table;
			}

			#payment-method > div:first-child > div{
				display: table-cell;
				float: none
			}*/

	#payment-method > div:first-child > div:first-child,
	#payment-type > div:first-child > div:first-child {
		padding-right: 0;
		text-align: right;
	}
	#payment-methods > div > div > div ul > li > div:first-child {
		text-align: right;
	}
	#payment-type .row > *,
	#payment-method .row > * {
		display: inline-block;
		vertical-align: middle;
		float: none;
	}
}
@media only screen and (max-width: 991px) {
	.reservation-data ul.subgroup .textright {
		text-align: left;
	}
	.reservation-data ul.subgroup li,
	.reservation-data ul.subgroup li div,
	.reservation-data ul.subgroup li span,
	.reservation-data ul.subgroup label,
	.reservation-data ul.subgroup input {
		padding: 0;
	}
	.reservation-data ul li {
		line-height: 20px;
		margin-top: 10px;
	}
	.reservation-data ul li:first-child {
		margin-top: 0;
	}
	.reservation-data .radio-group {
		border-left: 0;
	}
	.reservation-data select.guest-age {
		width: 90%;
	}
	#payment-methods .cards ul {
		text-align: center;
	}
	a.button-continue {
		margin-top: 1em !important;
	}
	.block-next a.button-continue {
		margin-top: 1em !important;
		margin-bottom: 1em !important;
		/*padding: 5px 0;*/
	}
}
.reservation-data textarea {
	width: 100%;
	line-height: 150%;
	border-width: 1px;
	border-style: solid;
}
.reservation-data ul {
	padding: 20px 15px;
}
#payment-methods {
	overflow: hidden;
	margin: 0;
	/* padding-top: 15px; */
}
#tpv_gateway {
	padding: 80px 0;
	text-align: center;
}
#tpv_gateway p {
	margin: 10px 0 20px;
}
.step-4 .tpv-loader {
	display: inline-block;
	width: 43px;
	height: 11px;
	background: url(../img/loader-tpv.gif);
}
#payment-type > .row,
#payment-method > .row {
	padding: 0 15px;
	font-size: 0;
}
@media only screen and (max-width: 400px) {
	#payment-price > * {
		display: block;
	}
	#payment-price span.price,
	#payment-price label {
		padding: 0;
		text-align: center;
	}
	#payment-price label {
		border-right: 0 none;
	}
}
/* END STEP 3 */
/* MY BOOKING */

#loginform .result {
	padding: 10px 0;
}
#loginform form,
#remindform form {
	margin: 10px 0 30px;
	padding: 20px;
}
#loginform span.number {
	float: left;
	width: 20px;
	height: 20px;
	font-size: 24px;
}
#loginform p {
	margin-bottom: 20px;
	line-height: 25px;
}
#loginform p.submit {
	width: 350px;
	text-align: right;
}
#loginform span.description {
	display: block;
	margin: 0 10px 10px 0;
}
#loginform label,
#remindform label {
	display: inline-block;
	width: 100px;
}
#loginform input.text {
	width: 215px;
}
#loginform a.remind {
	display: block;
	margin-left: 100px;
}
.my-booking #content {
	padding-top: 15px;
	margin-top: 30px;
}
.my-booking #content h2 {
	font-size: 30px;
	white-space: nowrap;
}
.my-booking .content-block {
	padding: 10px;
	margin: 0 8px 30px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.my-booking .content-block .col-1 {
}
.my-booking .content-block .col-2 {
	padding: 0 20px;
	border-left-width: 1px;
	border-left-style: solid;
	overflow: hidden;
}
.my-booking .content-block p {
	margin: 0 10px;
}
.my-booking .content-block p span.value {
	display: block;
	margin-left: 120px;
}
.my-booking #booking-status {
	padding: 20px 10px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.my-booking #booking-status .reference {
	display: block;
	margin: auto;
	width: 200px;
	height: 38px;
	line-height: 38px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.my-booking #booking-status .info {
	float: left;
	margin-left: 10px;
}
.my-booking #booking-status .status {
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
}
.my-booking #booking-status span.description {
	display: block;
}
.my-booking #booking-status a.button-pay {
	position: absolute;
	top: 0;
	left: 50%;
}
.my-booking #payment-error ol {
	margin: 15px;
	list-style: decimal inside;
}
.my-booking #booking-data .col-rooms {
	overflow: hidden;
}
.my-booking #booking-data .col-room {
	margin-bottom: 15px;
	padding: 0 20px;
	border-left-width: 1px;
	border-left-style: solid;
}
.my-booking #personal-data-wrapper {
	margin-bottom: 20px;
	overflow: hidden;
}
.my-booking #hotel-data-wrapper {
	overflow: hidden;
}
.my-booking #payment-data-wrapper {
	clear: both;
}
.my-booking #personal-data {
	min-height: 140px;
	margin: 0 0 0 8px;
	padding: 15px 0 15px 15px;
}
.my-booking #hotel-data {
	min-height: 140px;
	padding: 15px;
}
.my-booking #payment-data {
	padding: 20px 10px;
}
.my-booking .content-block label {
	float: left;
	width: 135px;
	/* font-weight: bold; */
}
.my-booking .content-block span.value {
	display: inline-block;
}
.my-booking .content-block p {
	clear: both;
	margin-bottom: 5px;
	line-height: 1.4;
	overflow: hidden;
}
.my-booking #personal-data label {
	width: 80px;
}
.my-booking #personal-data span {
	margin-left: 100px;
}
.my-booking .map-data {
	line-height: 15px;
}
.my-booking .map-data a {
	display: block;
	position: relative;
}
.my-booking .map-data img {
	display: block;
	position: relative;
}
.my-booking .map-data:after {
	content: url(../img/ico-pinpoint.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -9px;
	margin-top: -9px;
}
.my-booking .map-data span {
	position: absolute;
}
.my-booking table.rooms {
	width: 100%;
	margin-bottom: 30px;
}
.my-booking table.promo {
	width: 100%;
	margin-bottom: 30px;
}
.my-booking table.promo td {
	padding: 8px;
}
.my-booking table.rooms td {
	padding: 8px;
}
.my-booking table.rooms .col3,
.my-booking table.rooms .col4,
.my-booking table.rooms .col5 {
	text-align: center;
}
.my-booking table.rooms ul.extras-offers {
	list-style: inside disc;
	line-height: 18px;
}
.my-booking .payments {
	line-height: 30px;
	overflow: auto;
}
.my-booking .payments span.payment-status {
	display: inline-block;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
.my-booking .payments span.payment-status small {
	text-transform: none;
}
.my-booking .payments span.payment-amount {
	float: right;
}
.my-booking .payments span.payment-amount .button-pay {
	margin-right: 15px;
}
.my-booking #payment-data p.total {
	margin: 2px 10px;
	padding: 5px 10px;
}
.my-booking #payment-data p.total label {
	width: 210px;
}
.my-booking #payment-data p.total span.value {
	margin-left: 160px;
	text-align: right;
}
.my-booking .content-block p.pay-now {
	margin: 20px 0;
	text-align: center;
}
.my-booking .content-block p.pay-now a.button2 {
	display: inline-block;
	width: auto;
	min-width: auto;
}
.my-booking #payment-data .col-info {
	padding: 0 20px;
}
.my-booking #payment-methods {
	margin: 0;
}
.my-booking #payment-methods ul {
	padding: 20px 0;
	margin-bottom: 10px;
	overflow: hidden;
}
.my-booking #payment-methods ul li {
	line-height: 30px;
}
.my-booking #payment-methods label {
	float: none;
	display: inline-block;
	width: 140px;
	margin-right: 5px;
	line-height: 1.2;
	vertical-align: middle;
	/* font-size: 12px; */
	font-weight: bold;
	text-align: right;
}
.my-booking #payment-methods label.radio {
	display: inline-block;
	width: auto;
	font-weight: normal;
}
.my-booking #payment-methods label.small {
	width: 55px;
}
.my-booking #payment-methods select.cc_expiry {
	width: 100px;
	height: 22px;
	margin-right: 5px;
	text-align: center;
}
.my-booking #payment-methods select.cc_type {
	width: 206px;
	height: 22px;
	margin-right: 5px;
	text-align: center;
}
.my-booking #payment-methods input.text {
	width: calc(100% - 200px);
}
.my-booking .notice {
	margin: 10px 0;
	line-height: 16px;
	text-align: justify;
}
@media only screen and (max-width: 991px) {
	#payment-data {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 767px) {
	.my-booking #payment-methods label {
		display: block;
		line-height: 30px;
		margin-top: 10px;
	}
	.my-booking #payment-methods input.text,
	.my-booking #payment-methods select.cc_type {
		width: 100%;
	}
	.my-booking #payment-methods select.cc_expiry,
	.my-booking #payment-methods input.cc_cvv {
		width: 48%;
	}
}
.my-booking #booking-status .reference {
	width: 100%;
}
.my-booking #booking-data .col-room {
	border: 0;
}
.my-booking #booking-data .col-room {
	padding: 0;
}
.my-booking #booking-status.content-block .col-1 {
	border-right: 0;
}
.my-booking #personal-data-wrapper,
.my-booking #hotel-data-wrapper {
	/* padding: 0; */
}
.my-booking #hotel-data > div {
	padding: 0;
}
.my-booking #hotel-data > div.map-data img {
	max-width: 160px;
}
.my-booking .content-block p span.value {
	margin-left: 0;
}
.my-booking .content-block .col-1 {
	padding: 0 15px 0 0;
}
.my-booking .content-block p {
	margin: 0;
}
.my-booking #payment-data,
.my-booking #booking-status,
.my-booking #booking-data {
	padding: 15px;
}
.my-booking #payment-data p.total {
	margin: 10px 0 0 0;
}
@media only screen and (max-width: 991px) {
	.my-booking div.block-next {
		float: none;
		margin: 0;
	}
	.my-booking #hotel-data > div.map-data {
		padding: 15px 0;
	}
	.my-booking .content-block .col-1,
	.my-booking .content-block .col-2,
	.my-booking .content-block .col-rooms {
		padding: 0;
		border: 0;
	}
	.my-booking #booking-data.content-block .col-1 {
		padding-bottom: 15px;
		margin-top: 15px;
	}
	.my-booking #booking-data.content-block .col-1,
	.my-booking #booking-data.content-block .col-rooms {
		border-top-width: 1px;
		border-top-style: solid;
		padding-top: 15px;
	}
	.my-booking .content-block .col-2 {
		padding-top: 20px;
	}
	.my-booking .content-block p {
		margin: 0;
	}
	.my-booking #payment-data-wrapper #payment-data {
		flex-direction: column;
	}
	.my-booking #payment-data-wrapper #payment-data > .col-1 {
		order: 2;
	}
	.my-booking #payment-data-wrapper #payment-data > .col-info {
		order: 1;
	}
	.my-booking .content-block {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.my-booking #payment-data p.deposit {
		margin-bottom: 1em;
	}
	.my-booking a.button-print {
		margin-top: 1em !important;
	}
}
@media only screen and (min-width: 992px) {
	.my-booking #booking-data {
		display: flex;
		flex-direction: row;
	}
	.my-booking #booking-data > div:nth-child(1) {
		order: 3;
	}
	.my-booking #booking-data > div:nth-child(2) {
		order: 1;
	}
	.my-booking #booking-data > div:nth-child(3) {
		order: 2;
	}
	.my-booking #hotel-data-wrapper {
		padding-left: 15px;
	}
}
/* END MY BOOKING */
/* PROFESIONALES */

#page.proscreen {
	top: 30vh;
	transform: translateY(-30%);
}

#pro-login {
	padding: 20px 0 40px;
}
#pro-login form {
	/* width: 400px; */
	/* margin: 20px 0; */
	padding: 20px;
	text-align: center;
}
#pro-login .user-auth {
	line-height: 45px;
}
#pro-login label {
	margin-right: 10px;
}
#pro-login input {
	margin-right: 20px;
	text-align: center;
}
#pro-login select {
	width: 100%;
}
#pro-login p {
	margin: 10px 0;
	line-height: 15px;
	text-align: justify;
}
#pro-login .cards {
	display: inline-block;
	width: 174px;
	height: 32px;
	vertical-align: middle;
	background-image: url(../img/cards.png);
}
#pro-login .cards.amex {
	width: 236px;
}
#content.register-form {
	margin: 20px 0;
}
#content.register-form p {
	margin: 10px 0;
}
#content.register-form div.done {
	height: 200px;
}
#registerForm {
	/* padding: 16px; */
}
#registerForm div.groups {
	/* margin: 20px 0; */
	padding: 20px 0;
}
#registerForm div.groups .fields {
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
#registerForm input[type=text] {
	display: inline-block;
	width: calc(100% - 210px);
}
#registerForm .fields > div {
	display: block;
	line-height: 20px;
	/* margin-bottom: 15px; */
	padding-top: 20px;
	vertical-align: middle;
}
#registerForm select {
	width: calc(100% - 210px);
	height: 30px;
}
#registerForm .fields label {
	display: inline-block;
	width: 200px;
	font-weight: normal;
}
#registerForm label.required {
	font-weight: bold;
}
#registerForm label.required:after {
	content: ' *';
}
#registerForm .foot {
	margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
	#page.proscreen,
	#page.proregister {
		padding-left: 15px;
		padding-right: 15px;
	}

	#registerForm .fields label,
	#registerForm input[type=text] {
		width: 100%;
	}
}

/* END PROFESIONALES */
/* UPDATE BOOKING */

.my-booking ul.operations a {
	font-size: inherit;
	width: auto;
	min-width: 0;
	font-weight: 700;
}
.my-booking ul.operations {
	margin: 10px 0 20px 0;
}
div.updateBooking {
	margin: 30px 10px;
	padding: 10px;
}
div.updateBooking h3 {
	text-align: center
}
div#cancelConditions {
	padding: 10px;
}
.my-booking #operations .content-block {
	margin-right: 0;
	padding: 15px 0 15px 15px;
}
.my-booking #operations .content-block ul.operations:only-of-type {
	margin-bottom: 0;
	margin-top: 0;
}
/* END UPDATE BOOKING */
/* HOME LOGIN */

#home #searchForm, #home #loginForm {
	padding: 15px;
}
#home #searchForm ul,
#home #loginForm ul {
	margin: 20px 0 10px;
}
#home #searchForm li,
#home #loginForm li {
	line-height: 28px;
}
#home #searchForm #hotel_id {
	margin-left: 10px;
}
#home #searchForm label,
#home #loginForm label {
	display: inline-block;
	min-width: 130px;
	white-space: nowrap;
}
#home #searchForm input,
#home #loginForm input {
	width: 100px;
}
#home #searchForm input.long {
	width: 200px;
}
#home #searchForm input[type=submit],
#home #loginForm input[type=submit] {
	height: 30px;
}
#home p {
	margin-bottom: 10px;
}
#user {
	padding-left:  10px;
	line-height: 35px;
	margin-bottom: 10px;
	font-weight: bold;
	background: #eeeeee;
}
#user a {
	margin-left: 20px;
	text-decoration: none;
}
/* END HOME LOGIN */
/* PRINT */

@page {
	margin: 0.25in;
}
@media print {
	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	a[href]:after {
		content: none !important;
	}
	img[src]:after {
		content: none !important;
	}
	body {
		margin: 0;
		background-image: none!important;
	}
	body {
		font-size: 12pt!important;
	}
	h2 {
		font-size: 18pt!important;
	}
	*[class^='col-'] {
		display: inline-block;
		vertical-align: top;
	}
	.my-booking #content {
		margin-top: 15px;
	}
	.my-booking .content-block {
		margin-bottom: 20px;
	}
	.my-booking #booking-status.content-block .col-1 {
		width: 33.33333333%;
	}
	.my-booking #booking-data > div:nth-child(2) {
		width: 33.33333333%;
		/*width: 333.656px;*/
	}
	.my-booking #booking-data > div:nth-child(3) {
		width: 41.66666667%;
	}
	.my-booking #booking-data > div:nth-child(3) > * {
		width: 100%;
	}
	#booking-status,
	.my-booking #booking-status,
	.my-booking .content-block {
		background-color: #f5f5f5!important;
	}
	.my-booking #booking-status .reference {
		background-color: #FFFFFF!important;
	}
	.my-booking #booking-status .reference,
	.my-booking #booking-status .status {
		color: #01C4B5!important;
	}
	.my-booking #personal-data-wrapper {
		width: 33.33333333%;
	}
	.my-booking #hotel-data-wrapper {
		width: 66%;
	}
	.my-booking #hotel-data .hotel-data {
		width: 66.66666667%;
		line-height: inherit;
		overflow: hidden;
		float: left;
	}
	.my-booking .map-data {
		width: 33.33333333%;
		/*width: 16.66666667%;*/

		float: right;
	}
	/*.my-booking .map-data a {
						width: 100%;
						height: 100%;
					}*/

	.my-booking .map-data::after,
	.my-booking .map-data span {
		display: none;
	}
	.my-booking #payment-data .col-1 {
		/*width: 50%;*/

		width: 40%;
	}
	.my-booking #payment-data p.deposit {
		background-color: #888888!important;
	}
	.my-booking #payment-data p.total span.value,
	.my-booking #payment-data p.total label,
	.my-booking #payment-data p.deposit {
		color: #FFFFFF!important;
	}
	.my-booking #payment-data .col-info {
		width: 58.33333333%;
	}
	.my-booking #payment-data p.total span.value {
		margin-left: 0;
	}
	.my-booking .block-next,
	.my-booking .container__banner,
	#debug {
		display: none!important;
	}
	.my-booking .footer-wrapper #footer {
		padding-top: 0;
		margin-top: 0;
	}
	.footer-wrapper #footer {
		font-size: 10px;
	}
	.footer-wrapper #footer span.signature > *,
	.footer.wrapper #footer a,
	.footer.wrapper #footer a:link,
	.footer.wrapper #footer a:active,
	.footer.wrapper #footer a:focus,
	.footer.wrapper #footer a:visited {
		font-size: 1em;
	}
	.my-booking .footer-wrapper {
		padding-top: 0;
	}
}
/* END PRINT */
/* FIXED TOTAL PRICE STEP1 */

#page.step-1 .total_price_fixed {
	display: none;
}
#page.step-1 .total_price_fixed.hide {
	display: none !important;
}
div.total_price_fixed {
	position: fixed !important;
	z-index: 9999 !important;
	bottom: 0px !important;
	left: 0px !important;
	width: 100% !important;
	padding: 10px !important;
	background: rgba(0, 0, 0, .7) !important;
}
.total_price_fixed div.block-next {
	padding: 0;
	margin: 0;
	float: left;
	width: 50%;
}
.total_price_fixed div.block-next a.button-continue {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	padding: 0;
}
.room-links .button-continue {
	display: none;
}
@media only screen and (max-width: 991px) {
	#availability li.item > div:nth-child(3) > div:nth-child(6),
	#availability li.item > div:nth-child(3) > div:nth-child(7) {
		display: none;
	}
	#availability div.foot .price-total {
		color: #ffffff;
	}
	#availability div.foot div.col-total strong {
		font-weight: normal;
		font-size: 14px;
	}
}
@media only screen and (max-width: 600px) {
	div.total_price_fixed .foot > div > div {
		width: auto;
	}
	div.total_price_fixed .foot > div > div:first-child {
		text-align: left;
		font-size: 14px;
		font-weight: normal;
	}
	div.total_price_fixed .foot > div > div:first-child .iva-inc {
		display: none;
	}
	div.total_price_fixed .foot > div > div:last-child {
		float: right;
		padding: 0;
		border-left: 0;
	}
	div.total_price_fixed .foot > div > div .price-total {
		font-size: 14px;
	}
}
/* END FIXED TOTAL PRICE STEP1 */
/* ESTILOS PARA VISTA MÓVIL SIMPLIFICADA EN STEP-1 */

#searchForm .occupation {
	/* text-align: center; */
	/* overflow: auto; */
}
#searchForm select {
	width: 100%;
	/* padding-left: 38%; */

	height: 35px;
	vertical-align: middle;
}
#searchForm .occupation > div:nth-child(1) select {
	/* float: left; */
}
#searchForm .occupation > div:nth-child(3) select {
	/*float: right;*/
}
#availability li.item .rates-boards {
	margin: 0 0 20px;
}
#availability li.item .rates-boards .template {
	display: none;
}
#availability li.item .rates-boards .occupation {
	margin: 0 0 10px 0;
	padding: 5px 0;
	line-height: 150%;
	text-align: center;
}
#availability li.item .rates-boards .occupation .warning {
	display: block;
	color: red;
}
#availability li.item .rates-boards .occupation .link-inputs {
	display: block;
	padding: 5px;
	text-decoration: underline;
}

.neoBox .popup-occupation select {
	width: 100%;
	margin-top: 10px;
}
.neoBox .popup-occupation .title {
	display: block;
	padding: 25px 0;
	text-align: center;
	font-size: 150%;
}
.neoBox .popup-occupation .inputs {
	display: flex;
	margin:  0;
}
.neoBox .popup-occupation .inputs .col {
	margin-left: 10px;
	flex: 1 0 auto;
}
.neoBox .popup-occupation .inputs .col:first-child {
	margin-left: 0;
}
.neoBox .popup-occupation a.button2 {
	display: block;
	height: 40px;
	background-image: url(../img/ico-refresh.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
}

#availability li.item .rates-boards .rate {
	font-size: 15px;
}
#availability li.item .rates-boards .name {
	padding: 5px 25px 5px 0;
	line-height: 150%;
	font-weight: bold;
	position: relative;
}
#availability li.item .rates-boards .info {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	background: #ff9c00;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
#availability li.item .rates-boards .info:after {
	content: "i";
	position: absolute;
	width: 100%;
	left: 0;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#availability li.item .rates-boards .toggle {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background: #9e9e9e;
}
#availability li.item .rates-boards .toggle:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
}
#availability li.item .rates-boards .rate-collapse .toggle:after {
	left: 7px;
	top: 4px;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #ffffff;
}
#availability li.item .rates-boards .rate .board {
	line-height: 150%;
	margin: 3px 0;
	padding: 10px 15px 10px 15px;
	background: #ffffff;
	position: relative;
	overflow: auto;
	transition: all 0.2s;
}
#availability li.item .rates-boards .rate-collapse .board {
	/* display: none; */

	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}
#availability li.item .rates-boards .price {
	float: right;
	padding: 0;
	line-height: inherit;
}
#availability li.item .rates-boards .price .radio {
	margin: 0 0 0 8px;
	vertical-align: -2px;
}

#page.step-1 div.neoBox .container {
	max-height: none;
	overflow: auto;
	font-size: 13px;
}

@media (min-width: 992px) {
	#page.step-1 div.neoBox .container {
		max-height: 300px;
	}
}

#page.step-1 div.neoBox .container .rate{
	margin: 0 0 10px;
}

#page.step-1 div.neoBox .container-webkit-scrollbar {
	width:16px;
	height:16px;
	background:inherit;
}

/* Bootstrap */
.row.no-gutters {
	margin-right:0;
	margin-left:0;
}
.row.no-gutters > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}