/* Elements */
/* #Font-Face
================================================== */
@font-face {
	font-family: 'roboto';
	src: url('../main/fonts/RobotoRegular.eot');
	src: url('../main/fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'),
	url('../main/fonts/RobotoRegular.woff2') format('woff2'),
	url('../main/fonts/RobotoRegular.woff') format('woff'),
	url('../main/fonts/RobotoRegular.ttf') format('truetype'),
	url('../main/fonts/RobotoRegular.svg#roboto') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_light';
	src: url('../main/fonts/Roboto-Light.eot');
	src: url('../main/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
	url('../main/fonts/Roboto-Light.woff2') format('woff2'),
	url('../main/fonts/Roboto-Light.woff') format('woff'),
	url('../main/fonts/Roboto-Light.ttf') format('truetype'),
	url('../main/fonts/Roboto-Light.svg#roboto_light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_thin';
	src: url('../main/fonts/Roboto-Thin.eot');
	src: url('../main/fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
	url('../main/fonts/Roboto-Thin.woff2') format('woff2'),
	url('../main/fonts/Roboto-Thin.woff') format('woff'),
	url('../main/fonts/Roboto-Thin.ttf') format('truetype'),
	url('../main/fonts/Roboto-Thin.svg#roboto_thin') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_medium';
	src: url('../main/fonts/Roboto-Medium.eot');
	src: url('../main/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
	url('../main/fonts/Roboto-Medium.woff2') format('woff2'),
	url('../main/fonts/Roboto-Medium.woff') format('woff'),
	url('../main/fonts/Roboto-Medium.ttf') format('truetype'),
	url('../main/fonts/Roboto-Medium.svg#roboto_medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_bold';
	src: url('../main/fonts/Roboto-Bold.eot');
	src: url('../main/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
	url('../main/fonts/Roboto-Bold.woff2') format('woff2'),
	url('../main/fonts/Roboto-Bold.woff') format('woff'),
	url('../main/fonts/Roboto-Bold.ttf') format('truetype'),
	url('../main/fonts/Roboto-Bold.svg#roboto_bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotoCond_bold';
	src: url('../main/fonts/RobotoCondensed-Bold.eot');
	src: url('../main/fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
	url('../main/fonts/RobotoCondensed-Bold.woff2') format('woff2'),
	url('../main/fonts/RobotoCondensed-Bold.woff') format('woff'),
	url('../main/fonts/RobotoCondensed-Bold.ttf') format('truetype'),
	url('../main/fonts/RobotoCondensed-Bold.svg#robotoCond_bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'robotoCond';
	src: url('../main/fonts/RobotoCondensed-Regular.eot');
	src: url('../main/fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
	url('../main/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
	url('../main/fonts/RobotoCondensed-Regular.woff') format('woff'),
	url('../main/fonts/RobotoCondensed-Regular.ttf') format('truetype'),
	url('../main/fonts/RobotoCondensed-Regular.svg#robotoCond') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
	font-family: 'roboto_black';
	src: url('../main/fonts/Roboto-Black.eot');
	src: url('../main/fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
	url('../main/fonts/Roboto-Black.woff2') format('woff2'),
	url('../main/fonts/Roboto-Black.woff') format('woff'),
	url('../main/fonts/Roboto-Black.ttf') format('truetype'),
	url('../main/fonts/Roboto-Black.svg#roboto_black') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

html,body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body{
	font-family: roboto, Helvetica, Arial,sans-serif!important;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	min-width: 300px;
}

body.gray{background: #f0f0f3}
i{
	font-style: italic;
}

h1{
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 15px;
	font-weight: bold;
}
h2{
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 10px;
	/*font-weight: bold;*/
}
h3{
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 20px;
}
h4{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 5px;
}

h5{
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 5px;
}
h6{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
img{
	border: 0 none;
	height: auto;
	max-width: 100%;
}
a{
	outline: 0;
	color: #164f9c;
	text-decoration: underline;
}/*
a span{
	cursor: pointer;
}*/
a:hover {
	text-decoration: none;
}
p{
	padding-bottom: 10px;
	line-height: 14px;
	font-size: 12px;
}
ul li{
	line-height: 14px;
}
b, strong{
	font-weight: normal;
	font-family: roboto_bold;
}
sup{
	font-size: 10px;
	vertical-align: super;
}
object{
	vertical-align: baseline;
}
.text-upper{
    text-transform: uppercase;
}
col.min-width,
td.min-width{
	width: 1%;
}

/* Fields */
.fake-input,
input[type=password],
input[type=text],
#page-content .selectBox-label,
.oneitem .pointer,
input[type=tel],
input[type=email],
input[type=number]{
	background-color: #fff;
	font-size: 13px;
	color: #000;
	line-height: 31px;
	height: 31px;
	border: 1px solid #BBB;
	padding: 0 5px;
	width: 185px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 2px 2px -2px #CCCCCC inset;
	-webkit-box-shadow: 0px 2px 2px -2px #CCCCCC inset;
	-moz-box-shadow: 0px 2px 2px -2px #CCCCCC inset;
	outline: none;
}
textarea{
	border: 1px solid #BBB;
	padding: 0 5px;
	outline: none;
	max-width: 100%;
	display: block;
	background: #fff;
	min-height: 60px;
	resize:none;
	vertical-align: top;
	overflow: auto;
}
.fake-input{
	height: 31px;
	line-height: 31px;
}
.hasDatepicker{
	background-image: url(../images/sprites/general.png);
	background-position: 50px -160px;
	background-repeat: no-repeat;
}
input.small-input{
	width: 78px;
}

/* Select */
.custom-combobox{
	position: relative;
	display: block;
}
#modal-content .selectBox,
#page-content .selectBox{
    background-color: #FFFFFF;
    background-image: none;
    border: 0 none;
    height: 31px;
    width: auto !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	vertical-align: top;
}
#modal-content .selectBox-label,
#page-content .selectBox-label{
    /*padding-right: 30px;*/
    height: 31px;
    line-height: 31px;
	text-overflow: ellipsis;
}
#modal-content .oneitem .selectBox-label,
#page-content .oneitem .selectBox-label{
    padding-right: 5px;
}
#modal-content span.selectBox-arrow,
.custom-combobox .custom-combobox-toggle,
#page-content span.selectBox-arrow{
    display: block;
    height: 24px;
    right: 3px;
    top: 4px;
    width: 26px;
	background: rgb(220,220,220);
}
#modal-content span.selectBox-arrow b,
.custom-combobox .custom-combobox-toggle .ui-button-icon-primary,
#page-content span.selectBox-arrow b{
    background: url("../images/sprites/general.png") no-repeat scroll center -211px transparent;
    display: block;
    height: 24px;
	border: 0 none;
}
.custom-combobox .custom-combobox-toggle{
	border: 0 none;
	margin: 1px 1px 0 0;
	position: absolute;
	right: 2px;
	top: 3px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.custom-combobox .custom-combobox-toggle .ui-button-icon-primary{
    margin: 0;
    position: static;
    width: 26px;
}
.ui-autocomplete-category {
	font-size: 13px;
	padding: 0 10px;
	margin: 3px 0 5px;
	line-height: 20px;
	display: block;
	color: #303030;
	font-weight: bold;
}
ul.ui-autocomplete .ui-menu-item{
	background: #fff;
	border: 0 none;
}
.selectBox-options li a{
	text-decoration: none;
}
.selectBox-dropdown{
	filter: none;
}
ul.ui-autocomplete{
	border: 1px solid #BBBBBB;
	z-index: 9999 !important;
}
ul.ui-autocomplete .ui-menu-item a,
.selectBox-options li a{
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px;
	border: 0 none;
	color: #9A9A9A;
}
ul.ui-autocomplete .ui-menu-item a.ui-state-focus{
	background: #dadada;
}

/* Buttons */
.button,
button,
input[type=submit]{
	cursor: pointer;
	font-size: 15px;
	color: #FFF;
	line-height: 35px;
	height: 35px;
	border-top: 1px solid #C4DE8C;
	border-bottom: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	padding: 0 15px;
	text-align: center;
	outline: none;
	-webkit-appearance: none;
	border-radius:0;
}
.left-panel .left-form-button input[type="submit"]{
	font-size: 15px;
	font-weight: bold;
}
.show-room-info .toggle-room-info,
.button.non-active,
button.non-active,
input[type=submit].non-active{
	background-color: #C1C1C1;
    background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(to bottom, #D4D4D4, #AAAAAA); 
	background-image: -moz-linear-gradient(to bottom, #D4D4D4, #AAAAAA); 
	background-image: -ms-linear-gradient(to bottom, #D4D4D4, #AAAAAA); 
	background-image: -o-linear-gradient(to bottom, #D4D4D4, #AAAAAA); 
    background-image: linear-gradient(to bottom, #D4D4D4, #AAAAAA);
	border: 0 none;
	font-family: roboto_bold;
	border-radius: 4px;
}
.button{
	display: block;
	text-decoration: none;
}
.prev-button,
.next-button{
	padding: 0 10px;
}
.prev-button span{
	display: block;
	padding: 0 15px 0 20px;
	background: url(../images/backgrounds/left_arr.png) no-repeat left center transparent;
}
.next-button span{
	display: block;
	padding: 0 20px 0 15px;
	background: url(../images/backgrounds/right_arr.png) no-repeat right center transparent;
}
.short-button{
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
}

/* General */
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left!important;
}
.dashed-text-line{
	display: inline;
	vertical-align: top;
	border-bottom: 1px dashed #000;
	line-height: 15px;
}
.dashed-text-line:hover{border-bottom-color: transparent!important; cursor: pointer}
a.dashed-text-line{border-color: #164f9c; text-decoration: none}
.block-left{
	float:left;
	clear:left;
}
.block-right{
	float:right;
	clear:right;
}
.block-i{
	display: inline-block;
	vertical-align: middle;
}
.content-left{
	float:left;
}
.content-right{
	float:right;
}
.content-spacer{
	padding-top:15px;
}
.clear{
	clear: both;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.round-box{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
.border-line{
	padding-bottom: 1px;
	width: 100%;
	border-bottom: 1px solid #EDEDED;
	box-shadow: 0px -2px 0 -1px #BFBFBF inset;
	-webkit-box-shadow: 0px -2px 0 -1px #BFBFBF inset;
	-moz-box-shadow: 0px -2px 0 -1px #BFBFBF inset;
}
.top-bordered{
	border-top: 1px solid #D4D4D4;
	box-shadow: 0px 2px 0 -1px #F3F3F3 inset;
	-webkit-box-shadow: 0px 2px 0 -1px #F3F3F3 inset;
	-moz-box-shadow: 0px 2px 0 -1px #F3F3F3 inset;
}
.left-bordered{
	border-left: 1px solid #D4D4D4;
	box-shadow: 2px 0px 0 -1px #F3F3F3 inset;
	-webkit-box-shadow: 2px 0px 0 -1px #F3F3F3 inset;
	-moz-box-shadow: 2px 0px 0 -1px #F3F3F3 inset;
}
.solid-block{
	border-top: 1px solid #E3E3E3;
	padding-top: 15px;
}
.spaced-block{
	padding-bottom: 15px;
}
.spaced-top-container{
	padding-top: 45px;
}
.space-field{
	padding: 15px;
}
.spacer-box{
	padding: 20px;
}
.no-wrap-text{
	white-space: nowrap
}
.image-block{
	padding: 4px;
	background-color: #fff;
}
.image-block img{
	display: block;
}
.image-block.block-left{
	margin-right: 10px;
	box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	-moz-box-shadow: 0px 0px 3px #666;
}
.block-right .button{
	margin-left: 5px;
	float: left;
}
.buttons-block .button{
	margin-right: 5px;
}
.gray-text{
	color: #828282;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.simple-text{
	font-size: 14px;
	line-height: 20px;
}
.text-line{
	line-height: 16px;
}
.blue-title{margin: 5px 0}
.blue-title a{
	text-transform: uppercase;
	color: #164f9c;
	font-family: roboto_bold;
	font-size: 16px;
	text-decoration: none;
	line-height: 20px;
}
.gray-subtitle{
	color: #7f7f7f;
	font-size: 11px;
	text-transform: uppercase;
}
.upper-text{
	text-transform: uppercase;
}
ul.fifteen-percents{
	width: 50%;
	list-style: disc inside none;
	margin-top: 10px;
	float: left;
}
.bottom-block{
	position: absolute;
	bottom: 0;
	left: 0;
}
.left-line-field{
	position: absolute;
	left: 0;
	bottom: 0;
}
.right-line-field{
	position: absolute;
	right: 0;
	bottom: 0;
}
.container-flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-row{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.flex-row.content-space{
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.flex-row.center-align{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.flex-row.multiline-box{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}
.table-imitate-row{
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.table-imitate-line{
	display: table-row;
}
.table-imitate-cell{
	display: table-cell;
	vertical-align: top;
	padding: 10px 15px
}
.table-imitate-row.view-center-align{
	width: auto;
}
.table-imitate-row.view-center-align .table-imitate-cell{
	padding: 0;
	vertical-align: middle;
}
.image-left{
	padding-left: 175px;
}
.image-left .image-block{
	margin-left: -175px;
}
.half-block{
	width: 50%;
}
.full-block{
	width: 100%;
}
.styled-content-block{
	background-color: #e7e7e7;
	padding: 10px 14px 0;
}
ul.dot-list{
	padding-left: 15px;
	line-height: 14px;
}
ul.dot-list li{
	margin-top: 10px;
}
ul.dot-list a{
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	text-shadow: 1px 1px 0 #CCCCCC;
}
ul.dot-list .list-dot{
	margin-left: -15px;
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	background-color: #90B73B;
	margin-top: 5px;
}
.colored-text{
	color: #90B73B;
}
.white-block{
	background-color: #fff;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	box-shadow: 0 2px 1px -2px #CECECE;
	-webkit-box-shadow: 0 2px 1px -2px #CECECE;
	-moz-box-shadow: 0 2px 1px -2px #CECECE;
	padding: 10px;
}
.underline-text{
    text-decoration: underline;
}
.top-spaced{
	padding-top: 15px;
	max-width: 318px;
}
.right-offset{
	padding-right: 20px;
}

.left-offset{
	padding-left: 20px;
}

.text-overflow{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block!important;
}

/*ui spinner*/
.select_container .ui-spinner{
	background-color: transparent;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
    color: #525252;
    font: inherit;
    padding: 0;
    text-align: left;
    position: relative;
    display: block;
}
.ui-spinner input{
	margin: 0;
}
.ui-spinner .ui-spinner-button{
	position: absolute;
	background-color: #A3D889;
    background-repeat: repeat-x;
    background-image: none;
	background-image: -webkit-linear-gradient(to bottom, #B4E58F, #9CD28B); 
	background-image:    -moz-linear-gradient(to bottom, #B4E58F, #9CD28B); 
	background-image:     -ms-linear-gradient(to bottom, #B4E58F, #9CD28B); 
	background-image:      -o-linear-gradient(to bottom, #B4E58F, #9CD28B); 
    background-image:         linear-gradient(to bottom, #B4E58F, #9CD28B);
    right: 2px;
    height: 11px;
    padding: 0;
    width: 17px;
    border: 0 none;
    overflow: hidden;
    border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.ui-spinner .ui-spinner-up{
	top: 4px;
}
.ui-spinner .ui-spinner-down{
	bottom: 3px;
}
.ui-spinner .ui-spinner-button .ui-button-text{
	padding: 0;
}
.ui-spinner .ui-spinner-button .ui-icon{
	margin: 0;
	position: static;
	height: 11px;
    padding: 0;
    text-indent: -1000px;
    width: 17px;
	background: url("../images/sprites/general.png") no-repeat scroll center -268px transparent;
}
.ui-spinner .ui-spinner-up .ui-icon{
	background-position: center -470px;
}
.ui-spinner .ui-spinner-down .ui-icon{
	background-position: center -218px;
}

.open-panel-left{
	cursor: pointer;
	position: relative;
}
.open-panel-left:after,
.open-panel-left:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 1;
	border-width: 7px;
	top: 50%;
	right: 40px;
}
.open-panel-left:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFFFFF;
	margin-top: -4px;
}
.open-panel-left:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: rgba(0, 0, 0, 0.3);
	margin-top: -3px;
	margin-right: -1px;
}
.map-size{
	width: 607px;
	max-width: 100%;
}

/*
	Header
*/
.head-option label,
.head-option .select-block{
	float: left;
	height: 30px;
}
.head-option label{
	padding-right: 10px;
}
.head-option,
.head-option > a,
.head-option label{
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.head-option .selectBox-dropdown{
	background-image: none;
	background-color: transparent;
	border: 0 none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	width: auto !important;
	padding-right: 9px;
	line-height: 30px;
	height: 30px;
	vertical-align: top;
	min-width: 20px;
}
.head-option .selectBox-label{
	width: auto !important;
	padding: 0 8px 0 0;
}
.head-option .selectBox-arrow{
	background-image: none;
	background-color: transparent;
}
.head-option .selectBox-arrow b{
	background: url(../images/sprites/general.png) no-repeat -20px -9px transparent;
	display: block;
	height: 30px;
	padding-right: 9px;
}

/* Content */
/*
	Page content
*/

/* Cols */
.page-col-side{
	width: 218px;
	float: left;
}
.page-col-content{
	width: 100%;
	float: left;
}
.has-side-col .calendar-block{
	left: 220px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.no-side-col .page-col-content{
	width: 100%;
	float: none;
}

/* leftside-banner */
.leftside-banner{
	margin-top: 13px;
}
/* Left panel */
.left-panel{
	padding: 10px 0;
	background-color: #ddd;
}
.page-col-side .left-panel{
	width: 218px;
}
#form-container label{
	display: block;
	line-height: 12px;
	font-size: 11px;
	padding-bottom: 5px;
	color: #303030;
	font-weight: bold;
	text-transform:uppercase;
}
.left-panel .form_it{
	padding: 5px 0;
}
.left-panel .room-sel .selectBox-label{
	width: 198px !important;
}
.left-panel .selectBox-label,
.top-panel .selectBox-label{
	width: 88px !important;
}
#form-container .left-form-button{
	padding: 12px 10px 4px;
}
#form-container .left-form-button input[type=submit]{
	width: 195px;
}
.left-panel .form-link{
	line-height: 14px;
	padding: 0 10px 7px;
}
.left-panel #hours-period-container{
	padding: 0 10px;
}
#form-container .form-link a{
	font-size: 11px;
	text-decoration: underline;
}
.left-panel .form-link a{
	color: #303030;
}
#form-container .form-link a:hover{
	text-decoration: none;
}
#form-container .room-item.added{
	position: relative;
}
#form-container .room-remove{
	position: absolute;
	top: 12px;
	right: 5px;
	background: url(../images/close_link.png) no-repeat center center transparent;
	text-indent: -1000px;
	overflow: hidden;
	padding-right: 13px;
	height: 12px;
}
#form-container .room-number{
	padding-top: 10px;
}
.left-panel .ages-container{
	margin-right: 8px;
}
#form-container .ages-selector{
	width: 30px;
}

/* Cart */
.your-cart .checks{
	color: #303030;
}
.left-panel .your-cart .checks{
	padding: 15px 10px 0;
	text-shadow: 1px 1px 0 #EEEEEE;
}
.left-panel .your-cart .check-line{
	margin-bottom: 12px;
}
.your-cart .checks .check{
	font-size: 11px;
	margin-right: 5px;
}
.your-cart .checks .value{
	font-size: 12px;
	color: #000000;
}
.your-cart .major,
.your-cart .additional{
	padding: 0 0 12px;
}
.your-cart .cart-header{
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	color: #303030;
}
.left-panel .your-cart .cart-header{
	margin-bottom: 8px;
	padding: 0 10px;
	text-shadow: 1px 1px 0 #EEEEEE;
}
.left-panel .additional .cart-header{
	padding-top: 10px;
}
.your-cart .major .cart-header b{
	color: #000;
	font-size: 12px;
}
.your-cart .choised .item{
	padding: 5px 40px 10px 20px;
	background-color: #F5F5F5;
	position: relative;
	line-height: 14px;
	margin-bottom: 5px;
}
.your-cart .choised .botter{
	color: #527600;
	font-size: 14px;
	line-height: 16px;
}
.your-cart .choised .topper{
	display: block;
	font-size: 12px;
}
.your-cart .choised .close-button{
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 20px;
	background: url(../images/close_link.png) no-repeat center center transparent;
	text-indent: -1000px;
	overflow: hidden;
	padding-right: 13px;
	height: 12px;
}

.left-panel .your-cart .summary{
	padding: 0 10px 10px;
}
.your-cart .summary .cart-summaries-block{
	margin-top: 12px;
	text-transform: uppercase;
}
.your-cart .summary .cart-summaries-block .name{
	font-weight: bold;
	font-size: 10px;
}
.your-cart .summary .cart-summaries-block .currency-sum{
	font-size: 12px;
}
.left-panel .your-cart .total{
	padding: 15px 10px 10px;
}
.your-cart .total{
	font-size: 16px;
}
.your-cart .total .cart-summaries-block-total{
	text-align: center;
}
.left-panel .total .currency-sum{
	font-size: 30px;
	color: #789D25;
}


.left-panel .button-block{
	padding: 12px 10px 4px;
}
.left-panel .button-block .button{
	width: 155px;
}

/* Hint */
div.form_it span.info-hint{
	margin-left: 4px;
	height: 12px;
	padding-left: 12px;
	position: relative;
}
div.form_it span.info-hint:before{
	text-transform: lowercase;
	text-indent: -1px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #989898;
	color: #FFFFFF;
	content: "i";
	display: block;
	font-size: 10px;
	height: 12px;
	left: 0;
	line-height: 12px;
	margin-top: -6px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 0 0 #FFFFFF;
	top: 50%;
	width: 12px;
}

.form-introblock .full.cadrinfo
{
	position: relative;
}
.form-introblock .full
{
	float: left;
	margin: 5px 0;
	width: 100%;
}
.full .half-form
{
	float: left;
	width: 247px;
}
.full .half-form .element
{
	width: 230px;
}
.full .half-form .element label
{
	display: block;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 4px;
}
.full .half-form .element input
{
	width:225px;
}
#submit-preloader{
	position: absolute;
}

.hotels .has-side-col #page-content-inner,
.index .has-side-col #page-content-inner{
	padding-left: 218px;
	position: relative;
}
.hotels .has-side-col .page-col-side,
.index .has-side-col .page-col-side{
	float: left;
	margin-left: -218px;
}
.hotels .has-side-col .page-col-content{
	padding-left: 10px;
}

.booking .has-side-col #page-content-inner,
.items .has-side-col #page-content-inner,
.rooms .has-side-col #page-content-inner{
	padding-right: 218px;
	position: relative;
}
.booking .has-side-col .page-col-side,
.items .has-side-col .page-col-side,
.rooms .has-side-col .page-col-side{
	float: right;
	margin-right: -218px;
}
.booking .has-side-col .page-col-content,
.items .has-side-col .page-col-content,
.rooms .has-side-col .page-col-content{
	padding-right: 10px;
}
.booking .has-side-col .page-col-side .stickit-end,
.items .has-side-col .page-col-side .stickit-end,
.rooms .has-side-col .page-col-side .stickit-end{
	left: auto;
	right: 0;
}

/*stick*/
.stickem-container {
	position: relative;
}

.stickit {
	position: fixed;
	top: 0;
}

.stickit-end {
	bottom: 0;
	position: absolute;
	left: 0;
}

/* page */
#page-header{height: auto;}
.page-block{
	margin: 0 auto;
	position: relative;
}
/* Main page */
/* Rooms rates block */
.confirmation,
.room-additional-items,
.room-rates-item .room-rates-content,
.personal-details-form{
	background-color: #E7E7E7;
}
.room-additional-group{
	padding-bottom: 3px;
}
.room-rates-item,
.room-additional-items{
	padding-top: 20px;
	position: relative;
}
.room-rates-item:first-child,
.room-additional-items:first-child{
	padding-top: 0;
}
.room-rates-content{
	border-bottom: 4px solid #90B73B;
	padding: 0 15px;
}
.room-additional-items{
	overflow: hidden;
	padding: 0 15px 5px;
}
.confirmation h2,
.room-additional-group h2,
.rooms-rates-content h2,
.heading-block h2,
.heading-block .dashed-link{
	background-color: #90B73B;
	line-height: 39px;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 0 #666;
	font-weight: bold;
	padding: 0 0 0 20px;
}
.heading-block .dashed-link{
	border-bottom: 1px dashed #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 0;
}
.rooms-rates-content h2{
	padding-left: 15px;
}
.change-request-title{
	display: none;
	line-height: 26px;
	padding-bottom: 0;
	color: #ffffff;
}
.cart-edit-line .change-request-title{
	display: block;
}
.search-edit-line .change-request-title{
	display: block;
}
.search-edit-line .colored-top-panel{
	padding: 6px 17px 0;
	margin-bottom: 2px;
}
.cart-edit-line .gray-top-panel{
	padding: 6px 0 10px;
	margin-bottom: 2px;
}
.cart-edit-line h2{
	padding-left: 17px;
}
.top-line-details{
	padding: 0 17px;
	margin-bottom: 2px;
}
.top-line-details img{
	vertical-align: middle;
	padding-bottom: 5px;
}
.change-request-title a,
.top-line-details a{
	color: #ffffff;
	text-decoration: none;
}
.change-request-title img{
	padding-bottom: 5px;
}
.top-line-details{
	width: 100%;
	line-height: 38px;
	overflow: hidden;
	height: 38px;
	color: #fff;
	font-weight: bold;
	background-color: #828282;
}
.room-rate-item,
.room-additional-item{
	padding: 13px 0;
	border-top: 1px solid #D4D4D4;
	box-shadow: 0px 2px 0px -1px #F3F3F3 inset;
	-webkit-box-shadow: 0px 2px 0px -1px #F3F3F3 inset;
	-moz-box-shadow: 0px 2px 0px -1px #F3F3F3 inset;
}
.room-additional-item{
	margin-top: -2px;
}
.room-additional-item .basic-item-block{
	background: #fff;
}
.long-info-inner{
	background-color: #fff;
}
.room-rate-table,
.additional-item-table{
	width: 100%;
	table-layout: fixed;
}
.additional-item-table{
	background-color: #fff;
}
.additional-item-table td,
.room-rate-table td{
	border-left: 1px solid #E3E3E3;
	vertical-align: middle;
	padding: 13px;
}
.additional-item-table td:first-child,
.room-rate-table td:first-child{
	border-left: 0 none;
	vertical-align: top;
}
.additional-item-table td .button,
.room-rate-table td .button{
	white-space: nowrap;
}
td.fields-row,
td.select-row{
	width: 162px;
}
td.fields-row .directname{
	padding-bottom: 5px;
	display: block;
}
td.fields-row .min-select,
td.fields-row .selection_container{
	margin-top: 10px;
}
td.fields-row .min-select:first-child,
td.fields-row .selection_container:first-child{
	margin-top: 0;
}
td.fields-row input{
	width: 150px !important;
}
td.fields-row .selectBox-label{
	width: 162px !important;
}
td.fields-row .hasDatepicker{
	background-position: 119px -160px;
}
td.price-row{
	padding: 13px 0;
	text-align: center;
	width: 116px;
}
.additional-item-table td.price-row{
	text-align: left;
	padding: 13px;
	width: 80px;
}
.additional-item-table td.price-row .price-value{
	display: block;
}
td.book-row{
	width: 118px;
}
td.add-row{
	width: 135px;
	text-align: center;
}
#page-content td.add-row .selectBox{
	width: 100% !important;
}
#page-content td.add-row .selectBox-label{
	width: auto !important;
	display: block;
}
td.add-row .check-link{
	padding-left: 25px;
	position: relative;
	color: #fff;
	font-size: 15px;
	text-shadow: 1px 1px 0 #666666;
	text-decoration: none;
	font-weight: bold;
}
td.add-row .check-link .checkbox-block{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fff;
	border: 1px solid #8CB13B;
	box-shadow: 0px 2px 0 -1px #ccc inset;
	-webkit-box-shadow: 0px -2px 0 -1px #ccc inset;
	-moz-box-shadow: 0px 2px 0 -1px #ccc inset;
	width: 16px;
	height: 16px;
	display: block;
}
td.add-row .check-link .checked-block{
	display: none;
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -3px;
	background-color: #A7E07C;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(to bottom, #A7E07C, #88C971);
	background-image: -moz-linear-gradient(to bottom, #A7E07C, #88C971);
	background-image: -ms-linear-gradient(to bottom, #A7E07C, #88C971);
	background-image: -o-linear-gradient(to bottom, #A7E07C, #88C971);
	background-image: linear-gradient(to bottom, #A7E07C, #88C971);
	width: 8px;
	height: 8px;
}
td.add-row .checked .checked-block{
	display: block;
}
.select-row .select-block{
	position: relative;
	margin-top: 10px;
}
.select-row .select-block .oneitem .selectBox-arrow{
	display: none !important;
}
.select-row .select-block .oneitem .pointer{
	line-height: 30px;
	height: 30px !important;
	padding-left: 30px;
}
.select-row .select-block .select-icon{
	left: 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 30px;
	text-align:center;
	height: 30px;
	line-height: 30px;
}
.select-row .select-block .select-icon object{
	vertical-align: middle;
}
.select-row .select-block:first-child{
	margin-top: 0;
}
#page-content .select-row .select-block .selectBox{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
}
#page-content .select-row .select-block .selectBox-label{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
	width: 100% !important;
	color: #000000 !important;
}
.description-row h3{
	color: #90B73B;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 5px;
	font-weight: bold;
}
.description-row .policies{
	padding-top: 5px;
}
.description-row .policies a,
.price-row a{
	color: #90B73B;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}
.description-row .policies a{
	padding-right: 5px;
}
.price-row .cost-rate{
	line-height: 14px;
	font-family: Arial,Helvetica,sans-serif;
}
.price-row .price-value{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #90B73B;
}
.price-row .discount-price{
	color: #828282;
	font-size: 18px;
	text-decoration: line-through;
	line-height: 18px;
}
.price-row .price-value .currency{
	margin-right: 5px;
}
.price-row .price-per-night{
	line-height: 16px;
	color: #828282;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}
/* room aditional*/
.room-additional-block{
	position: relative;
	padding-bottom: 15px;
}
.skip-step-wrap .skip-step-block{
	position: absolute;
	top: 0;
	right: 0;
}
.skip-step-wrap .stickit{
	position: fixed;
	top: 0;
	right: auto;
	z-index: 2;
	width: 740px;
	background-color: rgba(200, 200, 200, 0.8);
	height: 40px;
}
.skip-step-wrap .stickit .skip-step-positioner{
	position: absolute;
	right: 5px;
	top: 3px;
}
a.skip-step{
	font-size: 13px;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
}
/* daily rates*/
.table-info .table-name{
	line-height: 24px;
	font-size: 16px;
}
.table-info .rates{
	width: 100%;
	background-color: #fff;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.table-info .days td{
	background-color: #eee;
}
.table-info .rates td{
	padding: 5px;
	border-right: 1px solid #CCCCCC;
}
/* room main */
.central-banner{
	text-align: center;
}
/* personal details */
.personal-details-form{
	padding: 15px 13px;
}
.personal-details-form .personal-details-inner{
	background-color: #fff;
	padding: 15px 15px 20px;
}
.checkbox-block,
.solo-check,
.field-block .multi-item,
.styled-box label,
.radio-block label{
	display: block;
	font-size: 13px;
	position: relative;
	padding-left: 25px;
	line-height: 18px;
	color: #303030;
}
.heading-block h2 .radio,
.heading-block h2 .checkbox,
.checkbox-block .checkbox,
.solo-check .checkbox,
.field-block .multi-item .checkbox,
.styled-box .radio,
.styled-box .checkbox,
.radio-block .radio{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fff;
	border: 1px solid #F2F2F2;
	box-shadow: 0px 2px 0 -1px #ccc inset;
	-webkit-box-shadow: 0px -2px 0 -1px #ccc inset;
	-moz-box-shadow: 0px 2px 0 -1px #ccc inset;
	width: 18px;
	height: 18px;
	display: block;
	cursor: pointer;
}
.heading-block h2 .radio,
.heading-block h2 .checkbox{
	display: inline-block;
	left: 0;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.heading-block h2 .radio .checked-block,
.heading-block h2 .checkbox .checked-block,
.checkbox-block .checkbox .checked-block,
.solo-check .checkbox .checked-block,
.field-block .multi-item .checkbox .checked-block,
.styled-box .radio .checked-block,
.styled-box .checkbox .checked-block,
.radio-block .radio .checked-block{
	display: none;
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -4px;
	background-color: #A7E07C;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(to bottom, #A7E07C, #88C971);
	background-image: -moz-linear-gradient(to bottom, #A7E07C, #88C971);
	background-image: -ms-linear-gradient(to bottom, #A7E07C, #88C971);
	background-image: -o-linear-gradient(to bottom, #A7E07C, #88C971);
	background-image: linear-gradient(to bottom, #A7E07C, #88C971);
	width: 8px;
	height: 8px;
}
.radio-block .radio{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.radio-block .radio .checked-block{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.heading-block h2 .checked .checked-block,
.checkbox-block .checked .checked-block,
.solo-check .checked .checked-block,
.field-block .multi-item .checked .checked-block,
.styled-box .checked .checked-block,
.radio-block .checked .checked-block{
	display: block;
}

.registration-person{
	margin-bottom:5px;
}
.registration-person label{
	margin-bottom: 10px;
	font-weight: bold;
	color: #789D25;
	font-size: 14px;
	line-height: 22px;
}

.fieldset{
	padding-top: 15px;
	border-top: 1px solid #E3E3E3;
}
.field-block{
	margin-right: 10px;
	margin-bottom: 15px;
}
.field-block label{
	display: block;
	color: #303030;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 4px;
}
.field-block .selectBox-label{
	width: 230px !important;
}
#modal-content .min .selectBox-label,
.field-block .min .selectBox-label{
	width: 60px !important;
}
.field-block .min input[type="text"]{
	width: 72px;
}
.field-block input[type="text"],
.field-block input[type="password"]{
	width: 230px;
}/*
.field-block input.hasDatepicker{
	background-position: 200px -160px;
}*/
#modal-content .near-min input[type="text"]
.field-block .near-min input[type="text"]{
	width: 148px;
}
.field-block.label-break{
	margin-top: 20px;
	line-height: 30px;
}
.field-block label.required:before{
	content:"*";
}
.field-block .sub-text{
	font-size: 11px;
}
.label-break label{
	height: 30px;
	line-height: 30px;
}
.alert-text{
	font-size: 11px;
	color: #9A6843;
}
.field-block.full-width{
	margin-right: 0;
}
.field-block.full-width textarea{
	width: 488px;
	height: 50px;
}
.styled-field input[type="text"]{
	background-color: #EBFDDE
}
.registration-person h3,
.registration-person h4,
.fieldset h3,
.fieldset h4{
	color: #184f9c;
}
.solo-check label{
	color: #184f9c;
	font-weight: bold;
	font-size: 14px;
}
.field-block .multi-item{
	margin-bottom: 10px;
}
.fieldset h4{
	padding-bottom: 10px;
}
.booking-person-info .button{
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
.submit-block input[type=submit]{
	font-size: 16px;
	font-weight: bold;
}
/* confirmation */
.confirmation{
	padding-bottom: 10px;
}
.inner-block{
	background: #fff;
	margin: 13px 10px 0;
	padding: 18px;
}
.confirmation .title{
	font-size: 22px;
	color: #184f9c;
	margin-bottom: 5px;
}
.confirmation .sub-title{
	font-size: 16px;
}
.confirmation .info-block{
	margin-bottom: 20px;
}
.confirmation h3{
	font-size: 14px;
	color: #184f9c;
	padding-bottom: 5px;
	font-weight: bold;
}
.confirmation h4{
	color: #184f9c;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}
.confirmation h6{
	padding-bottom: 15px;
}
ul.confirm-reservation{
	margin-top: 10px;

}
ul.confirm-reservation li{
	float: left;
	border-left: 1px solid #9CB75F;
	padding-left: 10px;
	margin-left: 10px;
}
ul.confirm-reservation li:first-child{
	border-left: 0 none;
	padding-left: 0;
	margin-left: 0;
}
ul.confirm-reservation,
ul.titled-list{
	width: 450px;
}
.compressed-version ul.confirm-reservation{
	margin-top: 0;

}
.compressed-version ul.confirm-reservation li{
	float: none;
	border-left: 0 none !important;
	padding-left: 0;
	margin-left: 0;
	line-height: 20px;
}
.compressed-version ul.confirm-reservation,
.compressed-version ul.titled-list{
	width: 265px;
}
ul.confirm-reservation li a{
	font-weight: bold;
	color: #789D25;
	padding: 2px 0 2px 20px;
}
.change-reservation{
	background: url(../images/content/list.png) no-repeat left center transparent;
}
.cancel-reservation{
	background: url(../images/content/discard.png) no-repeat left center transparent;
}
.print-reservation{
	background: url(../images/content/print.png) no-repeat left center transparent;
}
.confirmation .detail-info{
	display: block;
	line-height: 20px;
	padding-right: 5px;
}
.confirmation .detail-info a{
	color: #000;
}
.confirmation .detail-info-total{
	display: block;
	padding-top: 5px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.confirmation .full-total-cost{
	display: block;
	padding-top: 10px;
	font-size: 16px;
	line-height: 20px;
}
.time-block{
	padding: 15px 10px;
	width: 115px;
	height: 55px;
	background-color: #F0F0F1;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(to bottom, #F3F3F3, #E6E6E5);
	background-image: -moz-linear-gradient(to bottom, #F3F3F3, #E6E6E5);
	background-image: -ms-linear-gradient(to bottom, #F3F3F3, #E6E6E5);
	background-image: -o-linear-gradient(to bottom, #F3F3F3, #E6E6E5);
	background-image: linear-gradient(to bottom, #F3F3F3, #E6E6E5);
}
.time-block .time-text{
	padding-bottom: 3px;
}
.time-block .date-text{
	font-size: 24px;
	padding-bottom: 5px;
}
.clock-block{
	width: 130px;
	height: 25px;
	padding-top: 60px;
	background: url(../images/content/clock_line.png) no-repeat center center transparent;
	text-align: center;
}
ul.titled-list li{
	line-height: 28px;
	border-bottom: 1px solid #DDDDDD;
}
.confirmation .email-text{
	padding-left: 60px;
}
.confirmation table.rates td{
	border-right: 1px solid #fff;
	line-height: 28px;
	padding: 0 5px;
	text-align: center;
	font-weight: bold;
}
.confirmation table.rates .days td{
	font-size: 11px;
	background-color: #AFE18D;
	border-bottom: 2px solid #fff;
}
.confirmation table.rates .money td{
	background-color: #E6E6E6;
	border-bottom: 1px solid #fff;
}
.confirmation .detail-line{
	border-bottom: 1px solid #F4F1EB;
	width: 260px;
	margin-top: 10px;
}
.confirmation .map-hldr{
	margin-right: 20px;
}
.confirmation .map-hldr a{
	line-height: 30px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}
.confirmation .brder-holder{
	border: 5px solid #AFE18D;
}
.parent-room-opener-text{
	padding: 10px 0;
	line-height: 30px;
}
.parent-room-opener-images{
	margin-bottom: 10px;
}
.parent-room-opener-images .image-block{
	margin-right: 10px;
}
.top-promo{
	background-color: #E7E7E7;
	border-top: 4px solid #90B73B;
	margin-bottom: 20px;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}
.field-block .address-block,
.cards .card{
	line-height: 30px;
}
.cards img{
	vertical-align: middle;
}
.cards .cardnumber{
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}
.cards .cardexpiried{
	font-weight: bold;
	font-size: 11px;
	margin-right: 20px;
}
.cards .delete,
.addresses .delete,
.addresses .save,
.cards .save{
	margin-left: 10px;
}
.reload-captcha{
	background: url(../images/captcha/reload.png) no-repeat center center transparent;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
}
.error-container{
	display: none;
	color: #9A6843;
	font-size: 11px;
	line-height: 18px;
	width: 155px;
	padding: 4px;
	margin-top: 20px;
}
.error-container.terms{
	margin-top: 0;
}
.error-container div{
	position: relative;
	padding: 1px 0 0 35px;
	line-height: 23px;
}
.error-container div:before{
	content: "!";
	display: block;
	position: absolute;
	text-align: center;
	color: #999999;
	font-weight: bold;

	left: 0;
	top: 0;
	height: 23px;
	line-height: 23px;
	width: 23px;
	background-color: #EC8585;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(to bottom, #FF9E9E, #EC8585);
	background-image: -moz-linear-gradient(to bottom, #FF9E9E, #EC8585);
	background-image: -ms-linear-gradient(to bottom, #FF9E9E, #EC8585);
	background-image: -o-linear-gradient(to bottom, #FF9E9E, #EC8585);
	background-image: linear-gradient(to bottom, #FF9E9E, #EC8585);
}

/* Top tab nav */
.top-tab-nav{
	height: 45px;
	background-color: #90B73B;
	padding-top: 5px;
}
.top-tab-nav a,
.top-tab-nav span{
	display: block;
	width: 205px;
	margin-left: 10px;
	color: #789D25;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 1px 1px 0 #F2F8EF inset;
	-webkit-box-shadow: 1px 1px 0 #F2F8EF inset;
	-moz-box-shadow: 1px 1px 0 #F2F8EF inset;
	float: left;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
}
.top-tab-nav a{
	margin-top: 3px;
	height: 40px;
	background-color: #B9E49A;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(to bottom, #E7FFEA, #B9E49A);
	background-image: -moz-linear-gradient(to bottom, #E7FFEA, #B9E49A);
	background-image: -ms-linear-gradient(to bottom, #E7FFEA, #B9E49A);
	background-image: -o-linear-gradient(to bottom, #E7FFEA, #B9E49A);
	background-image: linear-gradient(to bottom, #E7FFEA, #B9E49A);
}
.top-tab-nav span{
	margin-top: 4px;
	height: 41px;
	background-color: #E7E7E7;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(to bottom, #FCFCFC, #E7E7E7);
	background-image: -moz-linear-gradient(to bottom, #FCFCFC, #E7E7E7);
	background-image: -ms-linear-gradient(to bottom, #FCFCFC, #E7E7E7);
	background-image: -o-linear-gradient(to bottom, #FCFCFC, #E7E7E7);
	background-image: linear-gradient(to bottom, #FCFCFC, #E7E7E7);
}

/* your reservations */
.detaled-order{
	padding-right: 240px;
}
.detaled-order .right-panel{
	margin-right: -240px;
	width: 225px;
}
.right-panel .styled-content-block{
	margin-top: 15px;
}
.right-panel .styled-content-block:first-child{
	margin-top: 0;
}
.right-panel .solid-block{
	border-top: 1px solid #CFCFCF;
	box-shadow: 0 2px 0 -1px #F2F2F2 inset;
	-webkit-box-shadow: 0 2px 0 -1px #F2F2F2 inset;
	-moz-box-shadow: 0 2px 0 -1px #F2F2F2 inset;
}
.right-panel .hotel-block{
	padding-top: 5px;
}
.right-panel .hotel-block h4{
	padding-bottom: 10px;
}
.button.cancel,
.button.save{
	display: none;
}
.edit .button.cancel,
.edit .button.save{
	display: block;
}
#checklogin-edit-0-editform, #checkrecovery-edit-0-editform, #checkchangereservationlogin-edit-0-editform {
	display: none;
}
.login-submit{
	margin-top: 15px;
}

/* Compressed */
.scheme-compressed .page-block{
	width: 740px;
}
.index .no-side-col .left-form-button{
	display: none;
}
.top-panel{
	position: relative;
}
.top-panel .colored-top-panel .top-form-heading{
	display: none;
}
.top-panel .displaced-button{
	position: absolute;
	bottom: 10px;
	left: 30px;
}
.top-panel .displaced-button .button{
	height: 34px;
	line-height: 34px;
}
.compressed-version .left-form-button{
	clear: left;
	float: left;
	padding-left: 0 !important;
}
.compressed-version .page-col-side .left-form-button{
	padding-left: 10px !important;
}

.colored-top-panel{
	padding: 8px 20px 0;
	background-color: #90B73B;
}
.gray-top-panel{
	padding: 10px 0;
	background-color: #DDDDDD;
	margin-bottom: 10px;
}
.top-panel .form-link a{
	color: #fff;
}
.top-panel form{
	margin: 0 -8px 0 -7px;
}
.top-panel form .form-dates .select_container,
.top-panel form .custom-guests-item,
.top-panel form .form_it{
	padding-left: 7px;
	padding-right: 7px;
}
.top-panel .left-form-button{
	float: none;
	margin: 0 7px;
}
.top-panel .form-dates-blocks .select_container,
.top-panel .top-panel-item,
.top-panel .custom-guests-item,
.top-panel .form_it{
	float: left;
	clear: none;
}
.top-panel .room-item{
	margin-right: 15px;
	float: left;
}
.top-panel .room-item .block-right{
	padding-right: 0;
}
.top-panel .ages-container{
	padding: 0 0 5px 15px;
	height: 29px;
}
.top-panel .form-dates-blocks{
	float: left;
	clear: none;
}
.top-panel .form-dates-blocks .select_container{
	padding-bottom: 2px;
	padding-top: 10px;
}
.top-panel #form-container .room-number{
	padding: 0;
	font-size: 12px;
}
.top-panel .custom-guests-item,
.top-panel .form_it{
	padding-bottom: 25px;
	padding-top: 10px;
}
.top-panel .room-item.added{
	margin-top: -6px;
}
.top-panel #form-container .room-remove{
	top: 2px;
	right: auto;
	left: 175px;
}
.top-panel .room-item.added .form_it{
	padding-top: 0;
}
.top-panel .form-link{
	padding-bottom: 5px;
}
.top-panel #hours-period-container .select_container{
	padding-bottom: 23px;
	padding-top: 26px;
}
.top-panel #form-container .ages-selector{
	width: 25px;
}
.top-panel .promo{
	padding-right: 0;
}
.top-panel .promo input[type="text"]{
	width: 140px;
}
.no-side-col .calendar-description-inner{
	float: none;
	clear: none;
	padding: 20px 10px 20px 30px;
}
.no-side-col .calendar-description-inner .description-item{
	padding: 2px 0;
}
.no-side-col .calendar-description-submit{
	display: block;
	padding: 12px 30px 12px 0;
}
.no-side-col .central-banner{
	padding-top: 10px;
}
.no-side-col .page-col-side{
	display: none;
}
.top-panel .your-cart .checks,
.top-panel .your-cart .cart-header{
	line-height: 18px;
}
.top-panel .choised{
	margin-top: 5px;
}
.top-panel .choised .item{
	margin-bottom: 5px;
	padding: 5px 10px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.top-panel .your-cart .summary .cart-summaries-block{
	margin: 0;
	line-height: 16px;
}
.top-panel .your-cart .total{
	line-height: 35px;
}

.top-panel .summary .container,
.top-panel .total .container{
	width: 195px;
	padding: 0 10px 0 15px;
}
.top-panel .summary .container{
	padding-top: 5px;
	padding-bottom: 5px;
}

/*Login*/
.login-page label{
	display: block;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 4px;
}
.login-page input{
	margin-bottom: 15px
}
.login-page .login-submit{
	margin-top: 0;
}
.top-block-content{
	padding: 15px 10px 0;
}


/* compressed */
.cart-show-block,
.search-show-block{
	cursor: pointer;
}
.view-blocks .search-show-block{
	display: none;
	line-height: 32px;
	margin-right: 9px;
	padding: 0 14px;
}
.cart-show-block img,
.search-show-block img{
	vertical-align: middle;
}
.no-side-col .rooms-rates-view .view-blocks .search-show-block{
	display: block;
}

.search-show-block:after{
	display: none !important;
}

.no-side-col #form-container .left-form-button{
	padding: 0 5px 10px 10px;
}
/* Responcible */
.limited-width{
	max-width: 100%;
}
.limited-width .brder-holder{
	max-width: 100%;
}
.your-information-block .login-submit{
	margin-top: 0;
}
.room-rates-sel-col{
	width: 188px;
}

.room-rates-stay-col{
	width: 142px;
}
.room-rates-book-col{
	width: 144px;
}

.booking .top-panel,
.items .top-panel,
.rooms .top-panel{
	margin-bottom: 12px;
}
/* field-sizing */
.field-sizing input[type="text"],
.field-sizing input[type="tel"],
.field-sizing input[type="email"],
.field-sizing input[type="number"]{
	width: 100%;
	height: 31px;
}
#page-content .field-sizing .selectBox,
#page-content .field-sizing .selectBox-label{
	width: 100% !important;
	height: 31px;
}
.field-small{
	width: 72px;
}
.field-medium{
	width: 153px;
}
.field-normal{
	width: 235px;
}
.field-big{
	width: 480px;
}
.label-offset{
	margin-top: 20px;
}
.checkbox-block label{
	line-height: 31px;
	margin-bottom: 0;
}

/* Payment */
.check-block{
	margin: 10px 1% 20px;
	position: relative;
	min-height: 10px;
}
.check-block *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.check-block .check-panel{
	padding: 0 10px;
	position: absolute;
	width: 100%;
}
.check-block .check-panel .check-panel-left,
.check-block .check-panel .check-panel-right{
	height: 10px;
	position: absolute;
	top: 0;
	width: 10px;
}
.check-block .check-panel .check-panel-center{
	height: 10px;
	background: url(../images/payment/check-panel-center.png) repeat-x top center transparent;
}
.check-block .check-panel .check-panel-left{
	left: 0;
	background: url(../images/payment/check-panel-left.png) no-repeat top left transparent;
}
.check-block .check-panel .check-panel-right{
	right: 0;
	background: url(../images/payment/check-panel-right.png) no-repeat top right transparent;
}
.check-block .check-container-wrap{
	padding: 2px 2% 0;
}

.check-container{
	position: relative;
}

.check-container-top{
	z-index: 3;
	top: 0;
	padding: 0 20px;
	position: absolute;
	width: 100%;
}
.check-container-top .check-container-top-left,
.check-container-top .check-container-top-right{
	height: 25px;
	width: 20px;
	position: absolute;
	top: 0;
}
.check-container-top .check-container-top-center{
	height: 25px;
	background: url(../images/payment/check-top-center.png) repeat-x top center transparent;
}
.check-container-top .check-container-top-left{
	left: 0;
	background: url(../images/payment/check-top-left.png) no-repeat top left transparent;
}
.check-container-top .check-container-top-right{
	right: 0;
	background: url(../images/payment/check-top-right.png) no-repeat top right transparent;
}
.check-container-bottom{
	z-index: 1;
	left: 4px;
	right: 4px;
	position: absolute;
	bottom: 0;
	background: url(../images/payment/check-bottom-center.png) repeat-x top left transparent;
	height: 10px;

	box-shadow: 3px -6px 2px -2px #CCCCCC, -3px -6px 2px -2px #CCCCCC;
	-webkit-box-shadow: 3px -6px 2px -2px #CCCCCC, -3px -6px 2px -2px #CCCCCC;
	-moz-box-shadow: 3px -6px 2px -2px #CCCCCC, -3px -6px 2px -2px #CCCCCC;
}
.check-container-middle{
	z-index: 2;
	background-color: #F0F0F0;
	background-image: -webkit-linear-gradient(to bottom, #F6F6F6, #F8F8F8);
	background-image: -moz-linear-gradient(to bottom, #F6F6F6, #F8F8F8);
	background-image: -ms-linear-gradient(to bottom, #F6F6F6, #F8F8F8);
	background-image: -o-linear-gradient(to bottom, #F6F6F6, #F8F8F8);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F6F6F6), color-stop(1, #F8F8F8));
	filter: ~"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#F6F6F6,EndColorStr=#F8F8F8)";
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#F6F6F6,EndColorStr=#F8F8F8)";
	background-image: linear-gradient(to bottom, #F6F6F6, #F8F8F8);
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	position: absolute;
	margin: 0;
	left: 4px;
	right: 4px;
	top: 25px;
	bottom: 10px;

	box-shadow: 3px -2px 2px -2px #CCCCCC, -3px -2px 2px -2px #CCCCCC;
	-webkit-box-shadow: 3px -2px 2px -2px #CCCCCC, -3px -2px 2px -2px #CCCCCC;
	-moz-box-shadow: 3px -2px 2px -2px #CCCCCC, -3px -2px 2px -2px #CCCCCC;
}

.check-container-wrap .check-white{
	position: absolute;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 4px;
	right: 4px;
	z-index: 4;
}
.check-container-wrap .check-top-white{
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: 112px;
	background: url(../images/payment/check-top-white.png) repeat-x top center transparent;
}
.check-container-wrap .check-bottom-white{
	position: absolute;
	left: 0;
	bottom: 45px;
	width: 100%;
	height: 150px;
	background: url(../images/payment/check-bottom-white.png) repeat-x top center transparent;
}
.check-container-wrap .check-content{
	position: relative;
	z-index: 5;
	padding: 25px 14px 10px;
	color: #000000;
	line-height: 14px;
}
.check-container-wrap .check-content h4{
	font-size: 16px;
	line-height: 24px;
	padding: 0;
	color: #527600;
}
.check-container-wrap .check-content h5{
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	color: #527600;
	font-weight: bold;
}
.check-container-wrap .check-content .check-details{
	padding: 4px 0 15px;
	color: #434343;
}
.check-price-line,
.check-container-wrap .check-content .check-item{
	position: relative;
	padding: 5px 100px 5px 0;
}
.check-price-line .check-sub-price,
.check-container-wrap .check-content .check-item .check-sub-price{
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.check-container-wrap .check-content .check-final-price{
	padding: 10px 15px 20px 0;
	text-align: right;
	font-size: 30px;
	line-height: 36px;
	color: #789D25;
}

.check-price-line{
	line-height: 14px;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.payment-item{
	padding-bottom: 5px;
}

.block-text{
	display: block;
}
.dotted-line{
	border-bottom: 1px dashed #FFFFFF;
	border-top: 1px dashed #C4C4C4;
	margin: 15px 0;
}

#modal-overlay,
div.pp_overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
	filter:alpha(opacity=0);
	z-index: 100;
}

#modal-modal,
.facebox-style{
	position:absolute;
	background:url(../images/tint20.png) 0 0 repeat;
	background:rgba(0,0,0,0.2);
	border-radius:14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	padding:8px;
	z-index: 400;
}

#modal-content,
.facebox-style-content,
#modal-search-form{
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background:#fff;
	padding:20px;
	z-index: 101;
}

#modal-close,
div.facebook .pp_close,
a.pp_close {
	position:absolute;
	background:url(../images/close.png) 0 0 no-repeat;
	width:24px;
	height:27px;
	display:block;
	text-indent:-9999px;
	top:-7px;
	right:-7px;
	z-index: 101;
}
/* POP UP */
#modal-content,
#modal-search-form {
	width: auto !important;
	max-width: 625px;
	background: #F8F8F8;
}
#modal-content label{
	display: block;
}
#modal-content .head-info
{
	margin: 0 auto;
	text-align: center;
	width: 80%;
}
#modal-content .head-info h2
{
	color: #67604F;
	font-size: 24px;
	margin: 15px 0 10px;
}
.blue #modal-content .head-info h2
{
	color: #4B5560;
}
#modal-content .descriptions
{
	font-size: 13px;
	line-height: 17px;
	margin: 15px 0 10px 0;
}
#modal-content a.view-terms
{
	color: #67604F;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 0;
	text-transform: uppercase;
}
#modal-content span.from
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0;
}
#modal-content .included h3
{
	font-weight: bold;
	color: #67604F;
}
#modal-content .included ul
{
	list-style: square;
	margin: 10px 10px 15px;
	padding-left: 14px;
}
#modal-content .button{
	margin: 5px;
	font-size: 14px;
	/*font-weight: bold;*/
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
#directions .button{
	margin: 0 5px;
}
/* modal */
#modal-content label{
	line-height: 18px;
}
#modal-content .selectBox{
	margin-bottom: 10px;
}
#modal-content input[type=text]{
	margin-bottom: 10px;
	width: 300px;
}
#modal-content input[type=password]{
	margin-bottom: 10px;
	width: 300px;
}

/*-------------------------
	The buttons
--------------------------*/


.progress-button{
	/*display: inline-block;
	font-size:24px;
	color:#fff;
	text-decoration: none !important;
	padding:14px 60px;
	line-height:1;
	overflow: hidden;
	position:relative;

	box-shadow:0 1px 1px #ccc;
	border-radius:2px;*/

	background-color: #51b7e6;
	background-image:-webkit-linear-gradient(top, #51b7e6, #4dafdd);
	background-image:-moz-linear-gradient(top, #51b7e6, #4dafdd);
	background-image:linear-gradient(top, #51b7e6, #4dafdd);
}

/*	Hide the original text of the button. Then the loading or finished
	text will be shown in the :after element above it. */
.blue_btn.progress-button.in-progress,
.progress-button.in-progress,
.progress-button.finished,
.progress-button.in-progress span,
.progress-button.finished span{
	color:transparent !important;
}

.progress-button.in-progress:after,
.progress-button.finished:after{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	padding-top: inherit;
	color: #fff !important;
	left: 0;
}

/*	If the .in-progress class is set on the button, show the
	contents of the data-loading attribute on the butotn */

.progress-button.in-progress:after{
	content:attr(data-loading);
}

/* The same goes for the .finished class */

.progress-button.finished:after{
	content:attr(data-finished);
}

/* The colorful bar that grows depending on the progress */

.progress-button .tz-bar{
	background-color:#4cabd9;
	height:3px;
	bottom:0;
	left:0;
	width:0;
	position:absolute;
	z-index:1;

	border-radius:0 0 2px 2px;

	-webkit-transition: width 0.5s, height 0.5s;
	-moz-transition: width 0.5s, height 0.5s;
	transition: width 0.5s, height 0.5s;
	-o-transition: width 0.5s, height 0.5s;
	-ms-transition: width 0.5s, height 0.5s;
}

/* The bar can be either horizontal, or vertical */

.progress-button .tz-bar.background-horizontal{
	height:100%;
	border-radius:4px 0 0 4px;
	margin: 0;
}

.progress-button .tz-bar.background-vertical{
	height:0;
	top:0;
	width:100%;
	border-radius:2px;
}


/*----------------------------
	Color themes
-----------------------------*/


.progress-button.red{
	background-color: #e6537d;
	background-image:-webkit-linear-gradient(top, #e6537d, #df5179);
	background-image:-moz-linear-gradient(top, #e6537d, #df5179);
	background-image:linear-gradient(top, #e6537d, #df5179);
}

.progress-button.red .tz-bar{
	background-color:#6876b4;
}


.progress-button.green{
	background-color: #64c896;
	background-image:-webkit-linear-gradient(top, #64c896, #5fbd8e);
	background-image:-moz-linear-gradient(top, #64c896, #5fbd8e);
	background-image:linear-gradient(top, #64c896, #5fbd8e);
}

.progress-button.green .tz-bar{
	background-color:#9e81d6;
}
