html {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:normal;
}

input, textarea
{
	font-family: 'Roboto', sans-serif;
}

body 
{
	margin:0;
	padding:0;
}

.ui-state-highlight,
.slide-out-divd .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	color: #f00;

    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;

}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;

    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
}


#enterdata
{
 position:relative;
 top:-100px;
}

.animatedTable
{
	text-align:center;
	max-width: 700px;
	margin: 0px auto;
}

.animatedTable tr
{
	margin-bottom: 24px;	
}

.animatedTable img
{
	margin-top: 24px;
}

.animateddiv
{
	text-align:center;
	margin: 0px auto;
	vertical-align: top;
}

.animateddiv>div
{
	vertical-align: top;
}


.boxHidded{
   visibility: hidden; /*  Делаем иконки полностью прозрачными  */
}
.zoomIn, .zoomOut{
   visibility: visible;  /*  Делаем иконки полностью не прозрачными  */
}

.table100
{
	width:100%;
	text-align: left;
}

.item H1
{
	color: #000;
	font-size:44px;
	font-weight:700;
}

.midfront
{
	margin: 50px -13px;
	padding: 75px 0px;
	background-color: grey;
	color: #fff;
	font-size: 125%;

	background-image:url(/img/midfront.jpg);
	background-repeat:no-repeat;
	background-position:center top;

}

.divparallax
{
	background-position: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 5px 5px;
	text-align: center;
	margin: 0px 0px 20px;
}

.divparallax>div
{
	text-align: center;
	background: rgba(255,255,255,0.7);
	padding: 10px;
}

.divtextparallax
{
	background-position: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	background-size: cover;
	padding: 15px 20px;
	text-align: center;
	margin: 0px auto;
//	max-width: 880px;
}

.divtextparallax>div
{
	text-align: center;
	background: rgba(255,255,255,0.8);
	padding: 10px;
}


.col3
{
	display: inline-block;
	width: 33%;
	height: auto;
	min-height: 330px;
	text-align: center;
	vertical-align: top;
}

.col3 a
{
	text-decoration: none;
	color: rgb(51,43,36);
}

.benefit
{
	display: inline-block;
	text-align: center;
	height: 260px;
	width: 190px;
	text-align: center;
}

.benefit img
{
	clear: both;
	margin: 0px auto 12px;
	display: block;
}

.zoompicdiv
{
	display: inline-block;
	text-align: center;
	text-align: center;
}

.zoompicdiv img
{
	clear: both;
	margin: 0px auto 12px;
	display: block;
}

.wanthelp, .wantconf, .booking
{
	clear: both;
	text-align: center;
	background: #CDA434;
	left: 0px;
	padding: 40px 0px 40px;
}

.booking
{
	padding: 0px 0px 0px;
}

.wanthelp strong, .wantconf strong
{
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	top: 6px;
}

.wanthelp input, .wantconf input
{
	background: #fff;
	border: none;
	font-size:14px;
	padding: 20px 30px 20px;
	margin: 12px 48px;
	text-align: left;
	color: #666666;
	width: 40%;
	max-width: 500px;
}

.wanthelp input::-webkit-input-placeholder, .wantconf input::-webkit-input-placeholder {
	color: #d8d8d8;
   } 
.wanthelp input::-moz-placeholder, .wantconf input::-moz-placeholder {
	color: #d8d8d8;
   }

.wanthelp a, .wantconf a
{
	display: inline-block;
	background: #9D7414;
	border: none;
	font-size:14px;
	padding: 20px 30px 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.bgr1
{
	background-image: url('/base/attachments/upload-1673big.jpg');
}
.bgr2
{
	background-image: url('/base/attachments/upload-1674big.jpg');
}
.bgr3
{
	background-image: url('/base/attachments/upload-1675big.jpg');
}

/* блок бронирования */

.booking 
{
	height:112px !important; 
}

.booking>div
{
}

@media only screen and (max-width: 820px)
{

.booking
{
	height:216px !important;
}

.action
{
	display: none;
}

}