/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	background-color: #fbfbfb;
	font-family: 'Rubik', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}
.layouts ul li {
	margin-bottom:5px;
}
.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}
.layouts ul li a:hover {
	background:#000;
	color:#fff;
}
input,
textarea,
select,
button {
	font-family: "Rubik", sans-serif;
}
a,
input:focus,
select:focus,
textarea:focus {
	outline: none;
}
a,
a:hover,
a:focus,
a:not([href]),
a:not([href]):focus {
	text-decoration: none;
	color: inherit;
}
a:not([href]) {
	cursor: pointer;
}
a[href^=tel] {
	border: 1px solid #ccc;
	border-radius: 5px;
	color: black;
	display: block;
	font-size: 125%;
	font-style: normal;
	margin-top: 20px;
	padding: 5px 10px;
	text-align:center;
	text-decoration: none;
}
div:focus {
	outline: none;
}
button {
	cursor: pointer;
}
/* -- END RESET -- */
.container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.container-small {
	width: 1200px;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
.container-fluid {
	padding: 0;
}
.row {
	margin: 0;
}
/* -- main styles -- */
.nopad {
	padding:0px;
}
.nopadleft {
	padding-left:0px;
}
.nopadright {
	padding-right:0px;
}
strong {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
}
.clear {
	clear:both;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.7em; }
/*BUTTONS*/
.btn-blue,
.btn-blue:focus,
.btn-blue:active {
	display: inline-block;
	width: 100%;
	border-radius: 2px;
	background-color: #4a90e2;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	padding: 20px 10px;
	transition: 0.2s;
	border:none;
}
.btn-blue:hover {
	color: #ffffff;
	background-color:#56a4ff;
}
.btn-yellow,
.btn-yellow:focus,
.btn-yellow:active {
	display: inline-block;
	width: 100%;
	border-radius: 2px;
	background-color: #e6be5b;
	color: #4a4a4a;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	padding: 20px 10px;
	transition: 0.2s;
}
.btn-yellow:hover {
	color: #4a4a4a;
	opacity: 0.7;
}
.btn-green,
.btn-green:focus,
.btn-green:active {
	display: inline-block;
	width: 100%;
	border-radius: 2px;
	background-color: #58ce7b;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	padding: 13px 10px;
	transition: 0.2s;
	border: none;
	letter-spacing: 1px;
}
.btn-green:hover {
	color:  #ffffff;
	opacity: 0.7;
}
/*ERRORS*/
.error input,
.error input:focus {
	border: solid 1px #ed5164!important;
}
.error select,
.error select:focus {
	border: solid 1px #ed5164!important;
}
.promo-code .error input,
.promo-code .error input:focus  {
	color: #ed5164!important;
}
.promo-code .error input::-moz-placeholder {
	color: #ed5164!important;
	opacity: 1;
}
.promo-code .error input:-ms-input-placeholder {
	color: #ed5164!important;
	opacity: 1;
}
.promo-code .error input::placeholder {
	color: #ed5164!important;
}
.promo-code .error input::-webkit-input-placeholder {
	color: #ed5164!important;
}
/* MAIN PAGE*/
.header {
	padding: 16px 30px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.secure span {
	color: #9b9b9b;
	font-size: 14px;
}
.secure img {
	margin-left: 15px;
	position: relative;
	margin-top: -7px;
	max-height: 29px;
}
.title {
	display: inline-block;
	color: #4a4a4a;
	font-weight: 500;
	font-size: 20px;
}
.title span {
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	margin-left: 20px;
}
.left-image {
	position: relative;
}
.image-cover {
	background-size: cover!important;
	height: 85%;
	position: relative;
}
.image-cover:after {
	position: absolute;
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.image-cover.is-active:after {
	opacity: 1;
}
.information {
	position: absolute;
	color: #4a4a4a;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
}
.information-title {
	border-bottom: solid 1px #e0e0e0;
	color: #4a4a4a;
	font-size: 24px;
	font-weight: 500;
	padding: 22px 40px;
}
.information-list {
	padding: 30px 40px 0;
	height: 110px;
	max-height: calc(100vh - 240px);
	transition:0.7s;
	overflow: hidden;
}
.information-list.act {
	height: 100vh;
	overflow-y: scroll;
}

.information-list ul li {
	font-size: 18px;
	line-height: 1.44;
	color: #4a4a4a;
	margin-bottom: 30px;
}
.information-list a {
    color: blue;
}
/*.information-list ul li:nth-child(n+2) {
	display: none;
 }*/
.less {
	display: none;
}
.information .toggl {
	position: absolute;
	top: -50px;
	left:50%;
	transform: translateX(-50%);
	cursor: pointer;
}
.information-title a:not([href]) {
	float: right;
	color: #4a90e2;
	font-size: 18px;
	position: relative;
	transform: none;
	top: auto;
	left: auto;
	cursor: pointer;
	transition: 0.2s;
	font-weight: normal;
	position: relative;
	top:5px;
}
.information-title a:not([href]):hover {
	color: #4a90e2;
	opacity: 0.7;
}
/*BOOKING FORM*/
.right-form > .notification:not([href]),
.notification:not([href]) {
	border-radius: 5px;
	background: url(../svg/small-remove.svg) no-repeat center right 20px;
	color: #ffffff !important;
	font-size: 18px;
	 display: block;
	padding: 15px 20px;
	padding-right: 40px;
	z-index: 2;
	margin-bottom:20px;
	width: 100%;
}
.right-form > .notification.n-small:not([href]),
.notification.n-small:not([href]) {
	font-size: 16px;
	padding: 7px 10px;
	padding-right: 40px;
	margin-bottom:12px;
}
.notification:not([href]) {
	left: 0;
	right: 0;
}
.notification.purple:not([href]) {
	background-color: #5b6adb;
	color: #ffffff !important;
}
.notification.red:not([href]) {
	background-color: #ed5164;
	color: #ffffff !important;
}
.notification.green:not([href]) {
	background-color: #58ce7b;
	color: #ffffff !important;
}
.notification:hover {
	text-decoration: none !important
}
.right-form.logo  {
	background-color: #2d406f;
}
.logo-hold  {
	display: none;
}
.logo .logo-hold {
	display: inline-block;
	margin-bottom:25px;
}
.logo .logo-hold img {
	max-width: 100%;
	max-height: 150px;
}
.logo .booking-title {
	color: #ffffff;
}
.logo .btn-blue,
.logo .btn-blue:focus,
.logo .btn-blue:active {
	background-color: #e6be5b;
	color: #000000;
}
.logo .btn-blue:hover {
	background-color: #e6be5b;
	color: #000000;
	opacity: 0.8;
}
.logo .form-help a {
	color: #e6be5b;
	text-decoration: underline;
}
.logo .form-help a:hover {
	color: #e6be5b;
}
.logo .form-bottom {
	color: #ffffff;
	bottom: 0px;
	line-height: 26px;
}
.logo .booking-form {
	position: relative;
	margin-bottom: 90px;
}
.logo .form-bottom a {
	color: #e6be5b;
	text-decoration: underline;
}
.booking-form {
	position: absolute;
	top:45%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 380px;
}
.booking-title {
	font-size: 24px;
	color: #4a4a4a;
	margin-bottom: 30px;
}
.right-form {
	background-color: #f6f8f9;
	position: relative;
	min-height: calc( 100vh - 62px );
	padding:35px;
}
.form-element input,
.form-element input:focus,
.form-element input:active {
	border:none;
	padding: 27px 10px 16px 50px;
	color: #4a4a4a;
	font-size: 18px;
}
.form-element .input__label--yoshiko {
	color: #4a4a4a;
	font-size: 14px;
}

.yoshiko-from input {
	border-top-left-radius: 2px;
	border-bottom-left-radius:2px;
}

.yoshiko-to input {
	border-top-right-radius: 2px;
	border-bottom-right-radius:2px;
}

.form-element select, .form-element select:focus {
		border-radius:2px;
}

.form-element:first-child {
	border-right: solid 1px #e0e0e0;
}
.form-element {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	margin-bottom: 20px;
	position: relative;
}
.form-element select,
.form-element select:focus {
	padding: 35px 55px 11px;
	width: 100%;
	background: #ffffff url(../svg/multiple.svg) no-repeat center left 15px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	color: #4a4a4a;
	font-size: 18px;
}
.form-element select::-ms-expand,
select::-ms-expand {
	display: none;
}
.form-select {
	position: relative;
}
.form-select span {
	position: absolute;
	top: 15px;
	left: 55px;
	z-index: 2;
	color: #9b9b9b;
	font-size: 12px;
}
.form-select:after {
	position: absolute;
	content: '';
	background: url(../svg/small-down.svg) no-repeat center right;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}
.form-help a {
	color: #4a90e2;
	font-size: 18px;
	display: inline-block;
	text-decoration: #4a90e2 underline;
	transition: 0.2s;
}
.form-help a:hover {
	color: #4a90e2;
	text-decoration: none;
}
.form-bottom {
	bottom: 50px;
	width: 100%;
	color: #4a4a4a;
	font-size: 14px;
	line-height: 34px;
	left:0;
	right: 0;
}
.form-bottom a {
	color: #4a90e2;
	text-decoration: #4a90e2 underline;
	transition: 0.2s;
}
.form-bottom a:hover {
	text-decoration: none;
}
#arrival_date {
	background: #ffffff url(../svg/check-in.svg) no-repeat center left 15px;
}
#departure_date {
	background: #ffffff url(../svg/check-out.svg) no-repeat center left 15px;
}
/* Yoshiko */
.input__field--yoshiko {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #c8c8c8;
	-webkit-transition: background-color 0.25s, border-color 0.25s;
	transition: background-color 0.25s, border-color 0.25s;
	margin-bottom: 0;
	height: auto;
	color: #3e3e3e;
}
.input__label--yoshiko {
	text-align: left;
	position: absolute;
	bottom: 63px;
	left: 55px;
	pointer-events: none;
	overflow: hidden;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s ;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	color: #4a4a4a;
}
.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
	bottom: 40px;
	left: 50px;
}
.input--filled .input__label-content--yoshiko {
	color: #9b9b9b!important;
	font-size: 12px!important;
}
.input__label-content--yoshiko {
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	padding: 14px 0;
	font-size: 18px!important;
	margin: 0;
	color: #4a4a4a!important;
}
.input__label-content--yoshiko::after {
	content: attr(data-content);
	position: absolute;
	font-weight: 400;
	bottom: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	color: #4a4a4a;
	padding: 25px 0;
	text-transform: initial;
	font-size: 12px;
}
.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.input__field--yoshiko:focus + .input__label--yoshiko .input__label-content--yoshiko,
.input--filled .input__label-content--yoshiko {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
/*DATEPICKER*/
#ui-datepicker-div {
	position: relative;
	border: 1px solid #ffffff;
	background: #ffffff;
}
.ui-datepicker.ui-datepicker-multi {
	background: #ffffff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	padding: 10px 30px 0;
	border: 1px solid #ffffff;
	/*margin-top: 20px;*/
	margin-bottom:20px;
	z-index: 3!important;
	left: 50%;
    transform: translateX(-50%);
    position: relative;
}
#ui-datepicker-div:after,
#ui-datepicker-div:before {
	bottom: 100%;
	left: 18%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#ui-datepicker-div:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
#ui-datepicker-div:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 16px;
	margin-left: -16px;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	display: block;
}
.ui-widget-header {
	border: none;
	background: transparent;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0;
	text-align: center;
	color: #4a90e2;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 1.7px;
	text-transform: uppercase;
}
.ui-datepicker th {
	color: #4a4a4a;
	font-size: 12px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	border: none;
	background: transparent;
}
.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span  {
	width: 28px;
	height: 28px;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	margin: 0 auto;
	color: #4a4a4a;
	padding: 0;
}
.ui-datepicker td {
	border: solid 1px #e0e0e0;
	padding: 0;
}
.ui-datepicker td.ui-state-disabled {
	border: none;
}
.ui-datepicker .ui-datepicker-calendar td a:hover, .ui-datepicker .ui-datepicker-calendar .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-state-interval-start a,
.ui-datepicker .ui-datepicker-calendar .ui-state-interval-end a {
	color: #fff;
	background: #4a90e2;
	position: relative;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	border-radius:100%;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-interval-item {
    background-color: #f1f7fa;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: none;
	background: transparent;
	color: #202020;
}
.ui-datepicker .ui-datepicker-next {
	background: url(../svg/tail-right.svg) no-repeat center right / 24px 24px!important;
}
.ui-datepicker .ui-datepicker-prev {
	background: url(../svg/tail-right.svg) no-repeat center right / 24px 24px!important;
	transform:rotate(180deg);
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	border: none;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-group.ui-datepicker-group-last {
	width: 47%;
	float: right;
}
.ui-datepicker .ui-datepicker-group.ui-datepicker-group-first {
	width: 47%;
	float: left;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: none;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	margin: 0;
	padding: 15px 0;
	font-size: 12px;
	font-weight: 500;
	color: #e0e0e0;
}
.ui-datepicker td {
    border: none;
}
.ui-widget-content {
	 border: 1px solid #e0e0e0;
	 color: #e0e0e0;
 }
 /*ADDED BY REH*/
#custom_date_picker {
    display: none;
}
.ui-datepicker-calendar td.ui-dp-sel {
    background: #a6c6fd!important;
}
.ui-datepicker-calendar td.ui-dp-sel a {
    color: #fff;
    background: #a6c6fd!important;
    position: relative;
}
.ui-datepicker-calendar td.ui-datepicker-today a {
    color: #4a90e2;
    position: relative;
}
.ui-datepicker-calendar td.ui-dp-today a {
    color: #4a90e2;
    position: relative;
}
.ui-datepicker-calendar td.ui-dp-sel-end {
	background: -moz-linear-gradient(left, rgba(166,198,253,1) 0%, rgba(166,198,253,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(166,198,253,1) 0%,rgba(166,198,253,1) 50%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(166,198,253,1) 0%,rgba(166,198,253,1) 50%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%);
}
.ui-datepicker-calendar td.ui-dp-sel-end a {
    color: #fff!important;
    background: #4a90e2;
    position: relative;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-radius:50%;
}
.ui-datepicker-calendar td.ui-dp-sel-start {
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(166,198,253,1) 51%, rgba(166,198,253,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(166,198,253,1) 51%,rgba(166,198,253,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(166,198,253,1) 51%,rgba(166,198,253,1) 100%);
}
.ui-datepicker-calendar td.ui-dp-sel-start a {
    color: #fff!important;
    background: #4a90e2;
    position: relative;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-radius:50%;
}
/*ROOM TYPES*/
.steps-header {
	background-color: #2d406f;
	padding: 23px 0;
	margin-bottom: 40px;
}
.head-logo img {
	max-width: 245px;
}
.head-info ul {
	display: inline-block;
}
.head-info ul li {
	display: inline-block;
	float: left;
	width: 180px;
	position: relative;
	margin-right: 10px;
	border-radius: 2px;
	background-color: #ffffff;
}
.head-info ul li:first-child {
	margin-right: 0;
	border-right: solid 1px #e0e0e0;
}
.head-info ul li:first-child input,
.head-info ul li:first-child input:focus,
.head-info ul li:first-child input:active {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.head-info ul li:nth-child(2) input,
.head-info ul li:nth-child(2) input:focus,
.head-info ul li:nth-child(2) input:active {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.head-info ul li input,
.head-info ul li input:focus,
.head-info ul li input:active {
	border:none;
	padding: 28px 10px 11px 50px;
	color: #4a4a4a;
	font-size: 14px;
	height: 60px;
	width: 100%;
}
.head-info ul li:nth-child(3) {
	width: 200px;
}
.head-info ul li:nth-child(4) {
	width: 140px;
	margin-right: 0;
}
.head-info select,
.head-info select:focus {
	padding: 29px 10px 11px 50px;
	width: 100%;
	background: #ffffff url(../svg/multiple.svg) no-repeat center left 15px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	color: #4a4a4a;
	font-size: 14px;
	border-radius: 2px;
}
.head-info select::-ms-expand {
	display: none;
}
.head-info ul li span {
	position: absolute;
	top: 15px;
	left: 50px;
	z-index: 2;
	color: #9b9b9b;
	font-size: 10px;
}
.head-info ul li:nth-child(3):after {
	position: absolute;
	content: '';
	background: url(../svg/small-down.svg) no-repeat center right;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}
.steps-bar {
	padding-bottom: 24px;
	margin-bottom: 40px;
	border-bottom: solid 1px #e0e0e0;
}
.steps-bar ul li {
	display: inline-block;
	float: left;
	width: 20%;
	position: relative;
	color: #9b9b9b;
	font-size: 14px;
	height: 21px;
	text-align: center
}
.steps-bar ul li a,
.steps-bar ul li.current {
	color: #4a4a4a;
}
.steps-bar ul li.done {
	color: #9b9b9b9b;
}

.steps-bar ul {
	display: inline-block;
	width: 100%;
}
.steps-bar-line {
	width: 100%;
	margin-bottom:30px;
	height: 8px;
	background:#e0e0e0;
	border-radius:5px;
}
.steps-bar-line span {
	height: 8px;
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	background:#58ce7b;
	border-radius:5px;
}
.steps-bar-checkin ul li{
	width: 16%;
}
.preserve-breaks {
    white-space: pre-line;
}
.room-list > ul > li {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	transition: 0.2s;
	overflow: hidden;
}
.room-list > ul > li:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.room-info-main {
	padding: 20px;
	background-color: #ffffff;
}
.block-title {
	font-size: 24px;
	font-weight: 500;
	color: #4a4a4a;
	margin-bottom: 25px;
}
.row-title {
	font-size: 20px;
	font-weight: 400;
	color: #4a4a4a;
	margin-bottom: 5px;
}
.block-title span {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	margin-left: 10px;
}
.room-title {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.room-size img {
	display: inline-block;
	max-width: 15px;
	margin-right: 10px;
}
.room-size {
	color: #4a4a4a;
	font-size: 12px;
	margin-bottom: 15px;
}
.room-text {
	color: #4a4a4a;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 13px;
}
.room-link a {
	color: #4a90e2;
	font-size: 14px;
}
.room-info-add {
	background-color: #f6f8f9;
	padding: 20px;
}
.room-price {
	color: #4a4a4a;
	font-size: 12px;
	margin-bottom: 30px;
}
.room-price span {
	display: block;
	font-size: 20px;
	font-weight: 500;
}
.room-price a:not([href])  {
	color: #4a90e2;
	display: inline-block;
	transition: 0.2s;
}
.room-price a:not([href]):hover {
	color: #56a4ff;
}
.room-price a:not([href]):active {
	color: #407ec5;
}
.room-select select,
.room-select select:focus {
	border-radius: 2px;
	box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
	color: #4a4a4a;
	font-size: 12px;
	padding: 12px 10px;
	margin-bottom: 10px;
	width: 100%;
	background: #ffffff url(../svg/small-down.svg) no-repeat center right;
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.room-select .btn-blue,
.room-select .btn-blue:focus,
.room-select .btn-blue:active {
	font-size: 14px;
	padding: 10px 10px;
	border: none;
	margin-bottom: 10px;
}
.room-select .btn-blue:focus {
	background-color: #407ec5;
}
.room-select .btn-blue:hover {
	background-color: #56a4ff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.room-select .btn-blue:active {
	background-color: #407ec5;
	outline: none;
}
.room-select span {
	display: block;
	color: #9b9b9b;
	font-size: 12px;
}
.room-gallery ul li {
	display: inline-block;
	width: 33%;
	float: left;
	background-size: cover!important;
	height: 80px;
}
.room-gallery ul li:first-child {
	width: 100%;
}
.room-gallery ul li img {
	height: 80px;
	width: 100%;
}
.room-gallery ul li:first-child {
	height: 160px;
}
.tooltip.show {
    opacity: 1;
}
.tooltip-inner {
	background-color: #ffffff;
	font-size: 10px;
	color: #4a4a4a;
	line-height: 1.6;
	padding: 15px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.bs-tooltip-bottom .tooltip-inner::before {
	border-bottom-color: #fff;
}
.summary-block {
	margin-bottom: 40px;
}
.summary {
	background-color: #ffffff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 15px 20px 0;
	margin-bottom: 10px;
}
.summary-title {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 500;
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 15px;
}
.summary .dates > ul > li {
	display: inline-block;
	width: 50%;
	color: #4a4a4a;
	font-size: 14px;
	position: relative;
	float: left;
}
.summary .dates {
	padding: 15px 0;
}
.summary .dates > ul {
	display: inline-block;
	width: 100%;
}
.summary .dates > ul > li:first-child:after  {
	position: absolute;
	content: '';
	background: url(../svg/tail-right.svg) no-repeat center right;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 24px;
	height: 24px;
}
.summary .dates > ul > li:last-child {
	text-align: right;
}
.summary .room-types > ul > li  {
	width: 100%;
	display: block;
	color: #4a4a4a;
	font-size: 14px;
	position: relative;
	padding: 15px 0;
}
.summary .room-types > ul > li.room {
	padding: 0;
}
.summary .room-types > ul {
	display: block;
	width: 100%;
}
.summary .room-types ul li.room a {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.room-types ul li.room a.room-link {
	display: block;
	width: 100%;
	transform: none;
	top: 0;
	height: 100%;
	color: #4a4a4a;
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 40px;
	font-size: 14px;
	transition: 0.2s;
	position: relative;
}
.summary .room-types ul li.room a.room-link:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 100%;
	right: -20px;
	background-color: #f6f8f9;
	opacity: 0;
	transition: 0.2s;
	top: 0;
}
.summary .room-types ul li.room a.room-link:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 100%;
	left: -20px;
	background-color: #f6f8f9;
	opacity: 0;
	transition: 0.2s;
	top: 0;
}
.summary .room-types ul li.room a.room-link:hover:after {
	opacity:1;
}
.summary .room-types ul li.room a.room-link:hover:before {
	opacity:1;
}
.summary .room-types ul li.room a.room-link:hover {
	background-color: #f6f8f9;
}
.summary .totals {
	padding: 15px 0;
}
.summary .totals > ul > li  {
	width: 100%;
	display: block;
	color: #4a4a4a;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	line-height: 28px;
}
.summary .totals > ul > li a:not([href]) {
	color: #4a90e2;
	font-size: 12px;
	transition: 0.2s;
}
.summary .totals > ul > li a:not([href]):hover {
	text-decoration: #4a90e2 underline;
}
.summary .totals > ul > li > span {
	float: right;
}
.summary ul li span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.summary .totals > ul > li:nth-child(2n) {
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.summary .totals > ul > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.summary .totals > ul > li.detail-price {
	font-size: 20px;
	margin-bottom: 15px;
}
.summary .totals .btn-blue,
.summary .totals .btn-blue:focus,
.summary .totals .btn-blue:active {
	color: #ffffff;
	font-size: 18px;
	padding: 11px 10px;
	border: none;
}
#promo-discount-calc {
	/*top:20%;*/
}
.discount-text {
	font-size: 12px;
}
.modal-open {
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	float: left;
}
.modal-content {
	background: #ffffff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 0;
}
.modal-dialog {
	max-width: 900px;
	padding: 0 15px;
}
.modal-body {
	padding: 0
}
.modal-close img {
    float: right;
}
.modal-left {
	padding: 40px;
	position: relative;
}
.modal-slider {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: solid 2px #e0e0e0;
}
.modal-description span {
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
}
.modal-right {
	position: relative;
	background-color: #f6f8f9;
	padding: 30px;
	padding-top: 90px;
}
.modal-right > .modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.modal-title span {
	font-size: 24px;
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
}
.modal-title {
	font-size: 12px;
	color: #4a4a4a;
	border-bottom: solid 2px #e0e0e0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.modal-title img {
	max-width: 15px;
	margin-right: 10px;
}
.modal-amenities {
	border-bottom: solid 2px #e0e0e0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.modal-amenities span {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	display: block;
}
.modal-amenities > ul > li {
	display: block;
	width:100%;
	margin-bottom: 10px;
	font-size: 12px;
	color: #4a4a4a;
}
.modal-amenities ul li img {
	margin-right: 10px;
	max-width: 10px;
}
.booking-form.mob-expand {
	display: none;
}
.promo-code {
	display: none;
	margin-bottom:10px;
	margin-top:5px;
}
.promo-code input,
.promo-code input:focus {
	color: #4a4a4a;
	font-size: 12px;
	width: 100%;
	padding: 6px 15px;
	height: 42px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background-color: #ffffff;
	border:1px solid transparent;
}
.promo-code input:focus {
	border:1px solid #4a90e2;
}
.promo-code button,
.promo-code button:active,
.promo-code button:focus {
	background-color: #4a90e2;
	border: 1px solid #4a90e2;
	border-radius: 2px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	color: #ffffff;
	font-size: 12px;
	padding: 5px 15px;
	width: 100%;
	height: 42px;
	transition: 0.2s;
}
.promo-code button:hover {
	opacity: 0.7;
}
.promo-notice:not([href]) {
	border-radius: 2px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	color: #ffffff!important;
	font-size: 12px;
	padding: 6px 10px;
	margin-bottom: 10px;
	background-color: #ed5164;
	width: 100%;
	display: block;
}
.promo-notice:not([href]):hover {
	text-decoration: none!important;
}
/*RESERVATION*/
.reservation-element {
	margin-bottom: 15px;
}
.reservation-element input,
.reservation-element input:focus,
.reservation-element textarea,
.reservation-element textarea,
.reservation-element select,
.reservation-element select:focus {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 17px 20px;
	color: #4a4a4a;
	font-size: 18px;
	box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	width: 100%;
	font-family: "Rubik", sans-serif;
}
.reservation-element input:focus,
.reservation-element textarea:focus,
.reservation-element select:focus {
	border: solid 1px #4a90e2;
}
.reservation-element select,
.reservation-element select:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #ffffff url(../svg/small-down.svg) no-repeat center right 15px;
}
.reservation-element input::placeholder {
	color: #4a4a4a;
}
.reservation-element input::-moz-placeholder {
	color: #4a4a4a;
	opacity: 1;
}
.reservation-element input:-ms-input-placeholder {
	color: #4a4a4a;
	opacity: 1;
}
.reservation-element textarea::placeholder {
	color: #4a4a4a;
}
.reservation-element textarea::-moz-placeholder {
	color: #4a4a4a;
	opacity: 1;
}
.reservation-element textarea:-ms-input-placeholder {
	color: #4a4a4a;
	opacity: 1;
}
.reservation-element textarea,
.reservation-element textarea {
	height: 150px;
	resize: none;
}
.reservation-element .input__label--yoshiko {
	left: 20px;
	bottom: 43px;
}
.reservation-element .input--filled .input__label--yoshiko {
	bottom: 20px;
    left: 21px;
}
.reservation-element .input--filled .input__field--yoshiko,
.reservation-element .input--filled .input__field--yoshiko:focus,
.reservation-element .input--filled .input__field--yoshiko:active {
	padding: 24px 20px 10px;
}
.reservation-element span.input--yoshiko {
	position: relative;
}
.reservation-block {
	margin-bottom: 20px;
}
.block-title a:not([href]) {
	color: #4a90e2;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding-top: 15px;
	transition: 0.2s;
}
.block-title a:not([href]):hover {
	color: #4a90e2;
	text-decoration: #4a90e2 underline;
}
.reservation-less {
	display: none;
}
.block-hidden {
	display: none;
}
/*PAYMENT*/
.payment-block {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	background: #ffffff;
	border-radius: 5px;
	padding: 40px 30px 80px;
}
.payment-title {
	color: #9b9b9b;
	font-size: 14px;
	margin-bottom: 80px;
}
.payment-title img {
	max-width: 30px;
	margin-right: 20px;
}
.payment-element {
	margin-bottom: 20px;
}
.payment-element:last-child {
	margin-bottom: 40px;
}
.payment-element input,
.payment-element input:focus {
	width: 100%;
	border: none;
	border-bottom: 2px solid #e0e0e0;
	font-size: 18px;
	color: #9b9b9b;
	background: transparent;
	padding: 8px 0;
	font-weight: 300;
}
.payment-element input::-webkit-input-placeholder {
	color: #9b9b9b;
}
.payment-element input::placeholder {
	color: #9b9b9b;
}
.payment-element input::-moz-placeholder {
	color: #9b9b9b;
	opacity: 1;
}
.payment-element input:-ms-input-placeholder {
	color: #9b9b9b;
	opacity: 1;
}
/*SUCCESS*/
.confirmation-title img {
	max-width: 45px;
}
.confirmation-title {
	color: #4a4a4a;
	line-height: 1.22;
	font-size: 18px;
	background: url(../svg/check-circle-07-green.svg) no-repeat center left;
	padding-left: 60px;
	margin-bottom: 25px;
}
.confirmation-title span {
	font-size: 24px;
	font-weight: 500;
	display: block;
}
.confirmation-cover {
	background-size: cover!important;
	height: 320px;
	position: relative;
	border-radius: 5px;
	/*opacity: 0.6;*/
	margin-bottom: 15px;
}
.cover-text {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	line-height: 1.22;
	font-size: 18px;
	width: 100%;
}
.cover-text span {
	display: block;
	font-size: 36px;
	font-weight: 500;
}
.details-block {
	background-color: #ffffff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 30px;
	min-height: 700px;
}
.details-title {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 2px #e0e0e0;
}
.details-map {
	margin-bottom: 30px;
}
.details-map img {
	width: 100%;
	height: 240px;
}
.details-nav ul {
	display: inline-block;
	width: 100%;
}
.details-nav a {
	color: blue;
}
.details-nav ul li {
	display: block;
	width: 100%;
	float: left;
	color: #4a4a4a;
	line-height: 2;
	font-size: 14px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 2px #e0e0e0;
}
.details-nav ul li span {
	display: inline-block;
	float: right;
}
.details-nav ul li.detail-price {
	font-size: 20px;
	font-weight: 500;
}
.details-nav ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.details-subtitle {
	color: #4a4a4a;
	font-size: 14px;
	font-weight: 500;
}
.pad-l {
	padding-left: 10px;
	padding-right: 0;
	margin-bottom: 15px;
}
.pad-b {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
.pad-r {
	padding-left: 0;
	padding-right: 10px;
	margin-bottom: 15px;
}
.pad-l .details-block {
	padding: 0;
}
.pad-l .details-block .details-nav {
	padding: 0 30px;
}
.pad-l .details-block .details-title {
    padding: 0 30px 15px;
	position: relative;
}
.pad-l .details-block .details-title:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	right: 0;
	bottom: -2px;
}
.pad-l .details-block .details-title:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	left: 0;
	bottom: -2px;
}
.detail-logo {
	border-radius: 5px;
	background-color: #2d406f;
	padding: 125px 0;
	padding-right: 10px;
}
.detail-logo img {
	max-width: 255px;
}
.details-text {
	font-size: 14px;
	line-height: 21px;
	color: #4a4a4a;
}
.details-text a {
	color: #4a90e2;
}
.detail-info {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background-color: #ffffff;
	padding: 30px;
}
div.row:last-child .pad-l:last-child {
	margin-bottom: 40px;
}


.slider-flexslider ul.slides li {
	height: 330px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 2px;
}

.flexslider {
    margin: 0 0 8px;
	border: none;
}

.carousel-flexslider ul.slides li {
	height: 76px;
    width: 76px !important;
	background-size: cover !important;
	border-radius: 2px;
}

.flex-direction-nav {
	/* display: none; */
}

.flex-direction-nav a:before {
    font-size: 30px;
}

.flex-direction-nav a {
    width: 20px;
}

.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}


.flex-direction-nav .flex-prev {
	opacity: 1;
	left:10px;
}

/* preloader */

.preloader {
	display: none;
	position: fixed;
	top:0;
	right: 0;
	bottom:0;
	left:0;
	background:rgba(255,255,255,0.6);
	text-align: center;
	z-index: 5;
}

.pre {
	position: absolute;
	left:50%;
	top:50%;
	margin-top:-12.5px;
	margin-left:-12.5px;
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}
.alert a {
    color: blue;
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/* 2018 12 13 */

.ui-datepicker-calendar td.ui-dp-sel-start {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.ui-datepicker-calendar td.ui-dp-sel-end {
    border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}


@media screen and (max-width: 1500px) {
	.image-cover {
		height: 650px;
	}
}
/*@media screen and (max-width: 1500px) and (min-width: 577px) {*/

/*}*/
@media screen and (max-width: 1400px) {
	.right-form > .notification:not([href]),
	.notification:not([href]) {
		font-size: 16px;
	}
}
@media screen and (max-width: 1300px) {
	.container-small {
		padding: 0 15px;
	}
	.m-pad {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}
@media screen and (max-width: 1200px) {
	.head-info ul li {
		width: 50%!important;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.head-logo img {
		max-width: 200px;
	}
	/*.right-form > .notification:not([href]),
	.notification:not([href]){
		left: 15px;
		right: 15px;
	}*/
}
@media screen and (max-width: 1200px) and (min-width: 768px){
	.logo .form-bottom {
		line-height: 20px;
	}
	.logo .booking-form {
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 992px) and (min-width: 557px) {
	.reservation-element .input__label-content--yoshiko,
	.reservation-element textarea,
	.reservation-element textarea:focus,
	.reservation-element select,
	.reservation-element select:focus,
	.reservation-element .input--filled .input__field--yoshiko,
	.reservation-element .input--filled .input__field--yoshiko:focus,
	.reservation-element .input--filled .input__field--yoshiko:active {
		font-size: 13px!important;
	}
}
@media screen and (max-width: 992px) {
	/*MAIN PAGE*/
	.title {
		font-size: 20px;
	}
	.title span {
		font-size: 16px;
		margin-left: 15px;
	}
	.secure span {
		font-size: 18px;
	}
	.image-cover {
		height: 600px;
	}
	.information-title {
		border-bottom: solid 1px #e0e0e0;
		color: #4a4a4a;
		font-size: 18px;
		font-weight: 500;
		padding: 22px 30px;
	}
	.information-title a {
		font-size: 16px;
	}
	.information-list ul li {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.information-list {
		padding: 30px 30px 0;
	}
	.booking-form {
		width: 320px;
	}
	.form-bottom {
		bottom: 30px;
		font-size: 16px;
		line-height: 30px;
	}
	/*ROOM TYPES*/
	.steps-bar ul li {
		font-size: 12px
	}
	.block-title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.room-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.room-text {
		margin-bottom: 10px;
		font-size: 12px;
	}
	.room-info-main {
		padding: 10px;
	}
	.room-info-add {
		padding: 10px;
	}
	.room-price span {
		font-size: 16px;
	}
	.room-select .btn-blue,
	.room-select .btn-blue:focus,
	.room-select .btn-blue:active {
		font-size: 11px;
	    padding: 10px 5px;
	}
	.room-price {
		margin-bottom: 20px;
	}
	.summary-title {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.room-types ul li.room a.room-link {
		padding-left: 25px;
	}
	.room-size {
	    margin-bottom: 10px;
	}
	.room-types {
		padding: 0;
	}
	/*RESERVATION*/
	.reservation-element input,
	.reservation-element input:focus,
	.reservation-element textarea,
	.reservation-element textarea,
	.reservation-element select,
	.reservation-element select:focus {
		padding: 15px;
	}
	.block-title span {
		font-size: 16px;
		display: block;
		margin-left: 0;
	}
	/*PAYMENT*/
	.payment-block {
		padding: 40px 20px;
	}
	.payment-title {
		margin-bottom: 50px;
	}
	/*SUCCESS*/
	.details-block {
		padding: 20px;
	}
	.detail-info {
		padding: 20px;
	}
	.pad-l .details-block .details-nav {
		padding: 0 20px;
	}
	.pad-l .details-block .details-title {
		padding: 0 20px 15px;
	}
	.pad-l .details-block .details-title:before,
	.pad-l .details-block .details-title:after {
		width: 20px;
	}
	.details-map {
		margin-bottom: 20px;
	}
	.detail-logo img {
		max-width: 220px;
	}
	.detail-logo {
		padding: 100px 0;
	}
	.details-nav ul li.detail-price {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	#slider.flexslider ul.slides li {
		height: 260px;
	}
	/*MAIN PAGE*/

	.right-form {
		min-height: 50vh;
		padding:15px;
	}
	.right-form > .notification:not([href]),
	.notification:not([href]){
		font-size: 12px;
		padding: 5px 15px;
		padding-right: 40px;
		margin-bottom:10px;
		/*top: 10px;
		left: 15px;
		right: 15px;*/
	}
	.right-form > .notification.n-small:not([href]),
	.notification.n-small:not([href]){
		font-size: 12px;
		padding: 5px 10px;
		padding-right: 40px;
	}
	/*.notification:not([href]) {
		top:30px;
	}*/
	.header {
		padding: 15px;
	}
	.title {
		font-size: 16px;
	}
	.title span {
		font-size: 14px;
		margin-left: 0;
		display: none;
	}
	.secure span {
		font-size: 16px;
        display:none;
	}
	.secure img {
		margin-left: 15px;
		max-width: 18px;
	}
	.image-cover {
		height: 500px;
	}
	.information-title {
		font-size: 16px;
		padding: 15px;
	}
	.information-list {
		padding: 15px;
	}
	.information-list ul li {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.booking-form {
		width: auto;
		padding: 50px 50px 100px;
		position: relative;
		transform: none;
		top: auto;
		left: auto;
	}
	.logo .booking-form {
		margin-bottom: 0;
	}
	.form-bottom {
		line-height: 24px;
	}
	.booking-title {
		font-size: 20px;
	}
	.btn-blue,
	.btn-blue:focus,
	.btn-blue:active {
		font-size: 18px;
		padding: 15px 10px;
	}
	.ui-datepicker .ui-datepicker-group.ui-datepicker-group-last {
		width: 100%;
		float: none;
	}
	.ui-datepicker .ui-datepicker-group.ui-datepicker-group-first {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.ui-datepicker.ui-datepicker-multi {
		width: auto!important;
	}
	.ui-datepicker .ui-datepicker-next {
		background: none;
	}
	.ui-datepicker .ui-datepicker-prev {
		background: none;
	}
	/*ROOM TYPES*/
	.head-logo img {
		max-width: 165px;
	}
	.steps-header {
		margin-bottom: 50px;
	}
	.steps-bar {
		padding-bottom: 25px;
		margin-bottom: 20px;
	}
	.block-title {
		font-size: 16px;
	}
	.block-title span {
		font-size: 14px;
		margin-left: 0;
	}
	.room-types {
		padding: 0;
	}
	.summary-block {
		padding: 0;
	}
	.modal-title span {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.modal-left {
		padding: 30px;
	}
	.modal-right {
		padding: 20px;
		padding-top: 60px;
	}
	/*RESERVATION*/
	.reservation {
		padding: 0;
	}
	.block-title a:not([href]) {
		padding-top: 0;
	}
	/*PAYMENT*/
	.payment {
		padding: 0;
		margin-bottom: 30px;
	}
	.payment-element input,
	.payment-element input:focus {
		font-size: 16px;
	}
	/*SUCCESS*/
	.pad-r,
	.pad-b,
	.pad-l {
		padding: 0;
	}
	.details-block {
		min-height: 0;
	}
	.confirmation-title {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.confirmation-title span {
		font-size: 20px;
	}
	.confirmation-cover {
		height: 200px;
	}
	.cover-text span {
		font-size: 32px;
	}
	.cover-text {
		font-size: 16px;
	}

	.steps-bar-line {
	    margin-bottom: 10px;
	}
}
@media screen and (max-width: 576px) {

	#slider.flexslider ul.slides li {
		height: 200px;
	}

	/*MAIN PAGE*/
	.header {
		padding: 8px 15px;
	}
	.title {
		font-size: 14px;
	}
	.secure img {
		margin-left: 0;
		max-width: 15px;
	}
	.logo .logo-hold img {
		max-width: 260px;
	}
	.image-cover {
		height: 180px;
	}
	.booking-form {
		padding: 40px 0px;
	}
	.booking-title {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.input__label-content--yoshiko {
		font-size: 14px!important;
	}
	.form-element input,
	.form-element input:focus,
	.form-element input:active {
		font-size: 12px;
		padding: 22px 8px 12px 45px;
	}
	.input__field--yoshiko:focus + .input__label--yoshiko,
	.input--filled .input__label--yoshiko {
		bottom: 28px;
		left: 45px;
	}
	.input__label--yoshiko {
		bottom: 57px;
	}
	#departure_date {
		background: #ffffff url(../svg/check-out.svg) no-repeat center left 15px / 20px 18px;
	}
	#arrival_date {
		background: #ffffff url(../svg/check-in.svg) no-repeat center left 15px / 20px 18px;
	}
	.form-element select,
	.form-element select:focus {
		padding: 23px 55px 8px;
		background: #ffffff url(../svg/multiple.svg) no-repeat center left 15px / 20px 20px;
		font-size: 14px;
	}
	.form-select span {
		top: 5px;
	}
	.btn-blue,
	.btn-blue:focus,
	.btn-blue:active {
		font-size: 16px;
		padding: 12px 10px;
	}
	.form-help a {
		font-size: 14px;
	}
	.mob-information {
		padding: 20px 15px;
		background:#fff;
		color:#4a4a4a;
		border-bottom: solid 1px #e0e0e0;
	}
	.information-text {
		font-size: 14px;
		line-height: 21px;
	}
	.mob-information-title {
		font-size: 18px;
		font-weight: bold;
		color: #4a4a4a;
		margin-bottom: 20px;
	}
	.mob-bottom {
		padding: 20px 15px;
		font-size: 14px;
		color: #4a4a4a;
		line-height: 1.5;
	}
	.mob-bottom a {
		color: #4a90e2;
		text-decoration: #4a90e2 underline;
	}
	/*.notification:not([href]) {
		top:77px;
	}*/
	/*ROOM TYPES */
	.head-info {
		display: none;
	}
	.steps-header {
		margin-bottom: 15px;
	}
	.head-logo {
		text-align: center;
	}
	.head-logo img {
		max-width: 155px;
	}
	.steps-bar ul li {
		display: none;
	}
	.steps-bar ul li.current {
		display: block;
		width: 100%;
		text-align: center;
	}
	.steps-bar ul li:before {
		top: -20px;
		border-radius: 5px;
	}
	.steps-bar {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.block-title span {
		font-size: 12px;
		display: block;
	}
	.block-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.dates-change {
		color: #4a4a4a;
		font-size: 12px;
		font-weight: 500;
		margin-bottom: 40px;
	}
	.dates-change a {
		display: inline-block;
		color: #4a90e2;
		font-weight: 400;
		float: right;
	}
	.summary-block {
		margin-bottom: 0;
	}
	.room-gallery ul li:nth-child(n+2) {
		display: none;
	}
	.slider-nav {
		display: none;
	}
	.slider-for .slick-slide {
		height: 160px;
	}
	.modal-slider {
		border: none;
		padding-bottom: 0;
	}
	.room-text {
		font-size: 12px;
	}
	.room-link a {
		font-size: 12px;
	}
	.modal-dialog {
		top: 50px;
	}
	.mobile-close {
		position: absolute;
		top:-35px;
		left: 50%;
		transform: translateX(-50%);
		color: #ffffff;
		font-size: 12px;
	}
	.modal-right {
		padding: 0;
		padding-top: 20px;
		background-color: transparent;
	}
	.modal-left {
		padding: 30px 15px;
	}
	.modal-title {
		border: none;
		padding: 0;
	}
	.modal-amenities {
		border-bottom: none;
		padding: 0 15px 0;
		margin-bottom: 20px;
	}
	.modal-price {
		background-color: #f6f8f9;
		padding: 15px;
	}
	.booking-form.mob-expand {
		display: none;
		padding: 45px 0;
	}
	.mob-expand-close {
		display: none;
		margin-bottom: 45px;
	}
	.mob-expand-close a:not([href]) {
		color: #ed5164;
		font-size: 14px;
	}
	/*RESERVATION*/
	.reservation-element {
		padding: 0;
		margin-bottom: 10px;
	}
	.block-title a:not([href]) {
		float: none;
	}
	.block-hidden > .row > .reservation-element:nth-child(2n) {
		border-bottom: solid 2px #e0e0e0;
		padding-bottom: 10px;
	}
	.block-hidden > .row > .reservation-element:nth-child(8) {
		border-bottom: none;
		padding-bottom: 0;
	}
	.reservation-element .input--filled .input__label--yoshiko {
		left: 15px;
		bottom: 17px;
	}
	.reservation-element .input--filled .input__label-content--yoshiko {
	    font-size: 10px!important;
	}
	.reservation-element .input__label-content--yoshiko::after {
	    font-size: 10px;
	}
	.reservation-element .input__label--yoshiko {
		left: 20px;
		bottom: 46px;
	}
	.reservation-element input,
	.reservation-element input:focus,
	.reservation-element textarea,
	.reservation-element textarea,
	.reservation-element select,
	.reservation-element select:focus {
		font-size: 14px;
	    padding: 12px 15px;
	}
	.reservation-element .input--filled .input__field--yoshiko,
	.reservation-element .input--filled .input__field--yoshiko:focus,
	.reservation-element .input--filled .input__field--yoshiko:active {
		padding: 20px 15px 8px;
	}
	/*PAYMENT*/
	.payment-block {
		padding: 20px 15px;
	}
	.payment-title {
		margin-bottom: 30px;
	}
	.payment-element input,
	.payment-element input:focus {
		font-size: 14px;
		padding: 6px 0;
	}
	.payment-element:last-child {
		margin-bottom: 20px;
	}
	.btn-green,
	.btn-green:focus,
	.btn-green:active {
		font-size: 16px;
		padding: 10px 10px;
	}
	.payment-title img {
		max-width: 20px;
		margin-right: 10px;
	}
	/*SUCCESS*/
	.confirmation-title {
		font-size: 14px;
		margin-bottom: 20px;
		padding-left: 35px;
		background-size: 30px;
	}
	.cover-text {
		font-size: 14px;
	}
	.cover-text span {
		font-size: 24px;
	}
	.detail-logo img {
		max-width: 190px;
	}
	.details-map img {
		height: 160px;
	}
	div.row:last-child .pad-l:last-child {
		margin-bottom: 20px;
	}
}

@media screen and (max-height: 780px) and (min-width: 768px) {
	
	.logo .logo-hold img {
		max-width: 100%;
		max-height: 120px;
	}

	.logo .booking-form {
	    margin-bottom: 60px;
	}

	.booking-form {
		top:43%;
	}
	

}