@charset "utf-8";
/* CSS Document */

.admin-nav a.btn {
	max-width: 200px;
	height: 140px;
}

.breadcrumbs ul li {
	vertical-align: middle;
}

.breadcrumbs ul {
	padding: 0;
}

/*.modal{
	top:25%;
	background-color: #fff;
	height: 550px;
	left: 25%;
    right: 25%;
    bottom: 25%;
}

.modal.fade.in {
	top:25%;
}

.modal-header .close {
	background-color: rgba(19, 18, 18, 0.3);
}*/

.room-text.table td, .room-photo.table td {
	vertical-align: middle;
}

select[name=reservations_length] {
	padding: 0;
}

.breadcrumbs .li-sep {
	vertical-align: middle !important;
}

.pseudo-heading {
	font-weight: bold;
	display: none;
}

.he button.Zebra_DatePicker_Icon_Inside {
    left: 10px !important;
}

.form-control.quantity {
	padding: 0;
	width: 92px;
	display: inline;
}

button[type=submit].btn-xs, input[type=button].btn-xs {
	font-size: 12px !important;
	padding: 1px 5px !important;
	display: inline-block;
}

.room .lead {
	margin-top: 2px;
}

.he .room .lead {
	margin-left: 0;
	/*margin-right: 130px;*/
}

#language {
	display: none;
}

#language_child {
	height: auto !important;
	left: 0 !important;
	border: none;
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

#language_child .selected {
	background-color: rgba(41,142,221,0.8);
}

#language_msdd {
	width: 44px !important;
	float: right;
	margin: 15px 20px 0 0;
	cursor: pointer;
	border: none;
	border-radius: 0;
}

#language_msdd:focus {
	outline: none;
}

#language_msdd .ddTitle {
	border: none;
	border-radius: 0;
}

#language_msdd .divider, #language_msdd .ddArrow {
	display: none;
}

.flag {
	background: url(../images/msdropdown/icons/flagssprite_modern_24x24.png) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
}

.flag.us {
	background-position: -1px 0;
}

.flag.il {
	background-position: -1px -24px;
}

.flag.fr {
	background-position: -1px -48px;
}

.flag.ru {
	background-position: -1px -72px;
}

.flag.es {
	background-position: -1px -96px;
}

.flag.pt {
	background-position: -1px -120px;
}

#language_title .ddlabel {
	display: inline-block;
	vertical-align: middle;
	border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#language_title {
	padding: 0;
	background: white;
}

#language_child ._msddli_ {
	padding: 1px 10px;
	border: none;
}

.breadcrumbs li:nth-child(odd) .step-wrapper {
	margin: 0;
}

.breadcrumbs li:nth-child(odd) {
	padding: 0;
}

.breadcrumbs li:nth-child(1) {
	width: 13%;
}

.breadcrumbs li:nth-child(3) {
	width: 16%;
}

.breadcrumbs li:nth-child(7) {
	width: 12%;
}

.decimals {
	font-size: 0.6em;
	font-weight: normal;
	vertical-align: baseline;
	top: -0.4em;
	position: relative;
}

.fixed {
	position: fixed;
}

.fixed.right {
	right: 0;
}

.fixed.bottom {
	bottom: 0;
}

.room-charge-total {
	border-left: 1px solid #ddd;
	background: #ddd;
}

.clear {
	clear: both;
}

.Zebra_DatePicker {
	background: rgba(41,142,221,0.7);
	border: 3px solid rgba(41,142,221,0.2)
}

table.reservation-summary {
	margin-bottom: 40px;
}

table.reservation-summary .real-heading th:not(.justify) {
	text-align: center;
}

table.reservation-summary td:not(.justify) {
	text-align: center;
}

.room_price td, .extra_price td, .coupon_price td {
	border: none !important;
}

.ssl-icon {
	float: right;
}

table.card-details th {
	vertical-align: middle !important;
}

.service-desc {
	font-size: 72%;
}

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

@media only screen and (min-width: 768px) {

	.card-details-lead {
		font-size: 17px;
	}

}

@media only screen and (max-width: 767px) {

	.room .lead {
		margin-left: 130px;
	}

	.breadcrumbs li:nth-child(2n+1) {
		width: 19%;
		display: inline-block;
	}

	.sp .breadcrumbs .step-name-wrapper {
		font-size: 12px;
	}

	.real-heading {
		display: none;
	}

	.pseudo-heading {
		display: block;
	}

	.pseudo-heading.pull-left + a {
		text-align: right;
	}

	.pseudo-heading.pull-right + a {
		text-align: left;
	}

	.form-control.quantity {
		display: inline;
		width: 92px;
	}

	.fr .pseudo-heading.room-type {
		width: 100px;
	}

	.sp .pseudo-heading.room-type {
		width: 100px;
	}

	.he button.Zebra_DatePicker_Icon_Inside {
		left: 1.5% !important;
	}

	form[action="step_3.php"] > .table > tbody > tr > td {
		text-align: right !important;
	}

	form[action="step_3.php"] > .table > tbody > tr > td.text-left {
		text-align: left !important;
	}

	form[action="step_3.php"] img {
		float: right !important;
		margin-right: 0 !important;
		margin-left: 10px !important;
	}

	.he form[action="step_3.php"] img {
		float: left !important;
		margin-right: 10px !important;
		margin-left: 0 !important;
	}

	.number-of-people-included {
		float: right;
	}

	.number-of-people-included.rtl {
		float: left;
	}

}

@media only screen and (max-width: 599px) {

	.he .breadcrumbs li:nth-child(2n+1) {
		width: 15%;
	}

	.breadcrumbs .step-wrapper {
		margin: 0;
	}

	.breadcrumbs .step-name-wrapper {
		font-size: 12px;
	}

	.fr .pseudo-heading.room-type {
		width: 65px;
	}

	.ra .pseudo-heading.room-type {
		width: 60px;
	}

	.sp .pseudo-heading.room-type {
		width: 65px;
	}

}

@media only screen and (max-width: 479px) {

	.breadcrumbs li:nth-child(2n+1) {
		width: 15%;
		display: inline-block;
	}

	.ra .breadcrumbs .step-name-wrapper {
		font-size: 9px;
	}

	.sp .breadcrumbs .step-name-wrapper {
		font-size: 9px;
	}

	.pseudo-heading.room-type {
		width: 30px;
	}

	.fr .pseudo-heading.room-type {
		font-size: 12px;
	}

	.ra .pseudo-heading.room-type {
		font-size: 12px;
		width: 50px;
	}

	.room .lead {
		margin-left: 70px;
		margin-top: -2px;
	}

	.he .room .lead {
		margin-left: 0;
		margin-right: 70px;
	}

	.pseudo-heading.room-type {
		font-size: 14px;
	}

}