@charset "UTF-8";  
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	text-rendering: optimizeLegibility;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
::-webkit-input-placeholder{
	color: #757575;
	-webkit-transition: 0.25s ease all;
}
::-moz-input-placeholder{
	color: #757575;
}
:-moz-input-placeholder{
	color: #757575;
}
:-ms-input-placeholder{
	color: #757575;
}
.error::-webkit-input-placeholder{
	color: #c9252c !important;
}
.error:-moz-placeholder{
	color: #c9252c !important;
}
.error::-moz-placeholder{
	color: #c9252c !important;
}
.error:-ms-input-placeholder{
	color: #c9252c !important;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
    font: 12px/1.667 Tahoma, Ubuntu, sans-serif;
	color: #393939;
	background: #fff url('../images/bg-repeat.png') repeat-x center 30px;
}
.input-box{
	margin: 2px;
	padding: 3px;
	background: #8bc401;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.14), inset 4px 4px 5px rgba(109,134,50,0.75);
	-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.14), inset 4px 4px 5px rgba(109,134,50,0.75);
	box-shadow: 0 0 0 2px rgba(255,255,255,0.14), inset 4px 4px 5px rgba(109,134,50,0.75);
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='date'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: inline-block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	color: #393939;
	border: 0 none;
	background: #fff url('../images/blank.png') no-repeat right 10px center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px #5c8004, inset 0 0 0 1000px rgba(116,169,0,0), inset 3px 3px 5px #8aa93f;
	-moz-box-shadow: inset 0 0 0 1px #5c8004, inset 0 0 0 1000px rgba(116,169,0,0), inset 3px 3px 5px #8aa93f;
	box-shadow: inset 0 0 0 1px #5c8004, inset 0 0 0 1000px rgba(116,169,0,0), inset 3px 3px 5px #8aa93f;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.reserv-form input[type='radio']{
	display: none;
}
input[type='radio']:checked+label{
	cursor: default !important;
}
.reserv-form input[type='radio']+label{
	display: inline-block;
	width: auto;
	height: 30px;
	margin: 0 4px 0 0;
	padding: 0 10px;
	font-size: 12px;
	line-height: 30px;
	color: #393939;
	border: 0 none;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px #a5a5a5;
	-moz-box-shadow: inset 0 0 0 1px #a5a5a5;
	box-shadow: inset 0 0 0 1px #a5a5a5;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.reserv-form input[type='radio']+label:hover,
.reserv-form input[type='radio']:checked+label{
	-webkit-box-shadow: inset 0 0 0 1px #ff7100;
	-moz-box-shadow: inset 0 0 0 1px #ff7100;
	box-shadow: inset 0 0 0 1px #ff7100;
}
.reserv-form input[type='text'], .reserv-form input[type='password'], .reserv-form input[type='email'], .reserv-form input[type='tel'], .reserv-form input[type='number'], .reserv-form input[type='date'], .reserv-form input[type='search'], .reserv-form input[type='url'], .reserv-form input[type='time'], .reserv-form textarea, .reserv-form select{
	width: 270px;
	-webkit-box-shadow: inset 0 0 0 1px #a5a5a5;
	-moz-box-shadow: inset 0 0 0 1px #a5a5a5;
	box-shadow: inset 0 0 0 1px #a5a5a5;
}
select{
	cursor: pointer;
	padding: 0 46px 0 6px;
	background: #fff url('../images/select.png') no-repeat right 2px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.reserv-form select{
	padding-right: 22px;
	background-image: url('../images/select-reserv.png');
	background-position: right 12px center;
}
select::-ms-expand{
    display: none;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='date']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	background-color: #dcf5a6;
}
.reserv-form input[type='text']:focus, .reserv-form input[type='password']:focus, .reserv-form input[type='email']:focus, .reserv-form input[type='tel']:focus, .reserv-form input[type='number']:focus, .reserv-form input[type='date']:focus, .reserv-form input[type='search']:focus, .reserv-form input[type='url']:focus, .reserv-form input[type='time']:focus, .reserv-form textarea:focus, .reserv-form select:focus{
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #ff7100;
	-moz-box-shadow: inset 0 0 0 1px #ff7100;
	box-shadow: inset 0 0 0 1px #ff7100;
}
input[type='text']:active, input[type='password']:active, input[type='email']:active, input[type='tel']:active, input[type='number']:active, input[type='date']:active, input[type='search']:active, input[type='url']:active, input[type='time']:active, textarea:active, select:active{
	-webkit-box-shadow: inset 0 0 0 1px #5c8004;
	-moz-box-shadow: inset 0 0 0 1px #5c8004;
	box-shadow: inset 0 0 0 1px #5c8004;
}
.reserv-form input[type='text']:active, .reserv-form input[type='password']:active, .reserv-form input[type='email']:active, .reserv-form input[type='tel']:active, .reserv-form input[type='number']:active, .reserv-form input[type='date']:active, .reserv-form input[type='search']:active, .reserv-form input[type='url']:active, .reserv-form input[type='time']:active, .reserv-form textarea:active, .reserv-form select:active{
	background-color: #ffe4ce;
}
textarea,
.reserv-form textarea{
	padding: 8px 10px;
	height: 70px;
	resize: none;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.error{
	padding-right: 30px !important;
	color: #c9252c !important;
	background: #fff url('../images/error.png') no-repeat right 9px center !important;
	-webkit-box-shadow: inset 0 0 0 1px #c9252c !important;
	-moz-box-shadow: inset 0 0 0 1px #c9252c !important;
	box-shadow: inset 0 0 0 1px #c9252c !important;
}
textarea,
textarea.error{
	background-position: right 9px top 7px !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 28px;
	margin: 0;
	padding: 5px 16px 7px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	text-shadow: 1px 1px 0 #b74b03;
	border: 0 none;
	background: #ff8400;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff8400 0%, #ff6600 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8400), color-stop(100%,#ff6600));
	background: -webkit-linear-gradient(top,  #ff8400 0%,#ff6600 100%);
	background: -o-linear-gradient(top,  #ff8400 0%,#ff6600 100%);
	background: -ms-linear-gradient(top,  #ff8400 0%,#ff6600 100%);
	background: linear-gradient(to bottom,  #ff8400 0%,#ff6600 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.button:hover{
	-webkit-box-shadow: inset 0 -28px 28px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 -28px 28px rgba(0,0,0,0.1);
	box-shadow: inset 0 -28px 28px rgba(0,0,0,0.1);
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-top: solid 1px #393939;
	background: none;
}
.hr{
	height: 5px;
	background: url('../images/hr.png') repeat-x center top;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.caroufredsel_wrapper[style*='move']{
	cursor: url('../images/Move.cur'), all-scroll !important;
}
/* off */

/* text */
.plaintext{
	text-align: justify;
}
.plaintext h1,
.plaintext h2,
.title{
	margin: 0 0 20px;
	color: #000;
	font-size: 20px;
	line-height: 120%;
}
.title{
	padding: 5px 10px 6px;
	background: #f3f3f3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.plaintext h1,
.plaintext h2{
	margin: 0 0 10px;
}
.plaintext h2{
	font-size: 16px;
}
.plaintext hr{
	margin: 0 0 20px;
}
.plaintext a{
	color: #00a0e3;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 20px;
	padding: 0 17px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext ul ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img{
	margin: 0;
}
.plaintext .table{
	margin: 0 0 20px;
}
.plaintext .table td{
	padding: 8px;
}
.plaintext .table th{
	padding: 8px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	background: #939598;
}
.plaintext .table tr:nth-child(even) td{
	background: #e7e7e8;
}
.plaintext .table tr:first-child td{
	color: #fff;
	background: #f26122;
}
.plaintext .table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: 0.7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
/* off */

#up2top{
	opacity: 0.5;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: -17px;
	margin-left: -25px;
	-webkit-transform: translate(0);
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
#up2top:hover{
	opacity: 1;
	filter: none;
    -webkit-filter: none;
}
#wrapper{
	overflow: hidden;
	min-width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('../images/header.png') no-repeat center top;
}
#wrapper.inner{
	background-image: url('../images/header-in.png');
}
.inside{
	width: 980px;
	margin: 0 auto;
}
/* header */
header{
}
header .top{
	margin: 0 0 7px;
	height: 30px;
	background: #a7a6a6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3YTZhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2E3YTZhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NTk1OTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a7a6a6 0%, #a7a6a6 33%, #959595 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7a6a6), color-stop(33%,#a7a6a6), color-stop(100%,#959595));
	background: -webkit-linear-gradient(top,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
	background: -o-linear-gradient(top,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
	background: -ms-linear-gradient(top,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
	background: linear-gradient(to bottom,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
}
.nav,
.sign{
	padding: 3px 0 0;
	color: #fff;
}
header a,
footer a{
	text-decoration: none;
}
header a:hover,
footer a:hover{
	text-decoration: underline;
}
.nav li:before{
	margin: 0 14px;
	content: '/';
	color: #b3b3b3;
}
.nav li:first-child:before{
	display: none;
}
.sign:before{
	margin: 0 7px -3px 0;
	content: url('../images/lock.png');
}
.sign > *{
	vertical-align: top;
}
header .middle{
	padding: 19px 0 15px;
	background: rgba(255,255,255,0.3);
}
.logo{
	padding: 0 32px 0 0;
	border-right: solid 1px #000;
}
.logo .txt{
	margin: 4px 0 0;
	font-size: 10px;
}
.site-info{
	width: 80px;
	padding: 15px 0 0 10px;
	line-height: 133%;
	color: #000;
}
.email{
	margin: -5px 0 7px;
	color: #000;
}
.email img{
	margin: 0 8px 0 0;
}
.contact-links .button{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.phones{
	color: #000;
}
.phones li{
	margin: 5px 0 0 30px;
	text-align: left;
}
.phones li:first-child{
	margin-left: 0;
}
.phones .phone{
	font-size: 18px;
	line-height: 133%;
}
/* header off */

/* content */
main{
	padding: 20px 0 206px;
}
.filter{
	height: 306px;
	margin: -17px 0 54px;
	padding: 6px 0;
	background: url('../images/filter.png') no-repeat center top;
}
.filter-tab-nav{
	width: 166px;
	height: 302px;
	background: url('../images/filter-tab-nav.png') no-repeat left top;
}
.filter-tab-nav .table{
	height: 302px;
	table-layout: fixed;
}
.filter-tab-nav .td{
	height: 50%;
}
.filter-tab-nav .icon{
	width: 114px;
	height: 109px;
	background: transparent no-repeat left top;
}
.tab-nav .icon{
	cursor: pointer;
}
.filter-tab-nav .avia{
	background-image: url('../images/avia.png');
}
.filter-tab-nav .active .avia,
.filter-tab-nav .avia:hover{
	background-image: url('../images/avia-active.png');
}
.filter-tab-nav .train{
	background-image: url('../images/train.png');
}
.filter-tab-nav .active .train,
.filter-tab-nav .train:hover{
	background-image: url('../images/train-active.png');
}
.filter-tab-nav .active .icon,
.tab-nav .active.icon{
	cursor: default;
}
.filter-tabs{
	width: 814px;
	height: 302px;
}
.filter-tabs .tab{
	height: 302px;
}
.filter-tabs input[type='radio'],
.filter-tabs input[type='checkbox'],
.checkbox input[type='checkbox']{
	display: none;
}
.filter-tabs label,
.mainform label{
	position: relative;
	display: inline-block;
	margin: 0 0 0 5px;
	color: #fff;
	text-shadow: 1px 1px 0 #6c9016;
}
.mainform label{
	font-size: 14px;
}
.filter-tabs label:not(.radio):not(.checkbox){
	margin: 5px 5px 0;
	font-size: 14px;
}
.filter-tabs label.radio,
.filter-tabs label.checkbox,
.checkbox label{
	margin: 0;
	padding: 0 0 0 18px;
}
.checkbox label{
	padding-left: 24px;
}
.filter-tabs .left label.radio,
.filter-tabs .left label.checkbox{
	margin-left: 4px;
}
.filter-tabs .right label.radio,
.filter-tabs .right label.checkbox{
	margin-right: 4px;
}
.filter-tabs label.radio:before,
.filter-tabs label.checkbox:before,
.checkbox label:before{
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	margin: -6px 0 0;
	content: '●';
	font-size: 13px;
	line-height: 9px;
	text-align: center;
	text-shadow: none;
	color: transparent;
	background: #709d02;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.4), inset 3px 3px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.4), inset 3px 3px 3px rgba(0,0,0,0.4);
	box-shadow: 0 0 0 2px rgba(255,255,255,0.4), inset 3px 3px 3px rgba(0,0,0,0.4);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.checkbox label:before{
	width: 14px;
	height: 14px;
	margin: -8px 0 0;
	border: solid 1px #393939;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.filter-tabs label.radio:before,
	.filter-tabs label.checkbox:before{
		line-height: 10px;
	}
}
.filter-tabs label.radio:before{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.filter-tabs label.checkbox:before,
.checkbox label:before{
	font-size: 22px;
	line-height: 1px;
	content: '✓';
}
.checkbox label:before{
	font-size: 12px;
	line-height: 10px;
}
.filter-tabs input:checked+label:before{
	color: #fff;
}
.checkbox input:checked+label:before{
	color: #393939;
}
.filter-tabs input:checked+label.checkbox:before{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.filter-tabs table.left{
	width: 550px;
	padding: 5px 0 0;
	table-layout: fixed;
	border-spacing: 30px 0;
}
.filter-tabs table.left td{
	width: 50%;
}
.filter-tabs hr{
	margin: 9px 0;
	border-top: solid 1px #618d00;
	border-bottom: solid 1px #81c100;
}
.filter-tabs label img+input{
	width: 30px;
	padding: 0;
	text-align: center;
}
.filter-tabs td[colspan] *{
	vertical-align: middle;
}
.filter-tabs td[colspan] .spacer{
	margin: 3px 0 0 5px;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	text-shadow: 1px 1px 0 #6c9016;
}
.ppl{
	margin-bottom: 3px !important;
}
.ppl-sum{
	margin: 5px 0 0;
	font-size: 11px;
	color: #fff;
	text-shadow: 1px 1px 0 #6c9016;
}
.ppl-sum span{
	vertical-align: baseline !important;
}
.filter .submit{
	position: absolute;
	left: 0;
	bottom: 36px;
	width: 100%;
	height: 0;
}
.submit .button{
	width: 205px;
	height: 56px;
	padding: 0 0 6px 90px;
	font-size: 22px;
	text-align: left;
	text-shadow: 2px 2px 0 #b74b03;
	background: url('../images/button.png') no-repeat center top;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.submit .button:hover{
	background-image: url('../images/button-active.png');
}
.datepicker-box{
	width: 238px;
	margin: 6px 20px 0 0;
}
#date-form .datepicker-box{
	height: 286px;
	margin: 0;
}
.datepicker-nav{
	height: 8px;
	margin: 20px 2px;
	background: #89c101;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.3), inset 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.3), inset 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 0 2px rgba(255,255,255,0.3), inset 3px 3px 3px rgba(0,0,0,0.2);
}
.datepicker-nav > div{
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 29px;
	height: 29px;
	margin: -14.5px -2px 0;
	background: transparent no-repeat center center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.datepicker-nav .datepicker-prev{
	left: 0;
	background-image: url('../images/left.png');
}
.datepicker-nav .datepicker-next{
	right: 0;
	background-image: url('../images/right.png');
}
.datepicker-nav .datepicker-prev:hover{
	background-image: url('../images/left-active.png');
}
.datepicker-nav .datepicker-next:hover{
	background-image: url('../images/right-active.png');
}
.ui-datepicker{
	cursor: default;
	width: auto;
	height: 119px;
	padding: 0;
}
.ui-datepicker .ui-datepicker-calendar{
	float: right;
	width: 196px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
	text-shadow: 1px 1px 0 #6c9016;
	table-layout: fixed;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td{
	width: 14.28571428571429%;
	height: 17px;
	padding: 0;
	font-weight: normal;
	text-align: right;
}
.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span{
	display: inline-block;
	width: auto;
	height: 17px;
	line-height: 16px;
	padding: 0 2px 0 3px;
	margin: 0 -2px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0), inset 3px 3px 3px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0), inset 3px 3px 3px rgba(0,0,0,0);
	box-shadow: 0 0 0 2px rgba(255,255,255,0), inset 3px 3px 3px rgba(0,0,0,0);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.ui-datepicker .ui-datepicker-calendar td span{
	opacity: 0.5;
}
.ui-datepicker .ui-datepicker-header{
	float: left;
	width: 40px;
	margin: 0;
	padding: 0;
}
.ui-datepicker .ui-datepicker-title{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: #fff;
	text-align: left;
	text-shadow: 1px 1px 0 #6c9016;
}
.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year{
	display: block;
	font-size: 14px !important;
	line-height: 20px !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
	opacity: 0;
	position: absolute;
	top: -10000px;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a{
	background: #89c101;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.3), inset 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.3), inset 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 0 2px rgba(255,255,255,0.3), inset 3px 3px 3px rgba(0,0,0,0.2);
}
.ui-datepicker .ui-datepicker-calendar td a:hover{
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active{
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background: #ff6600;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.3), inset 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.3), inset 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 0 2px rgba(255,255,255,0.3), inset 3px 3px 3px rgba(0,0,0,0.2);
}
.radio-hidden{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.radio-hidden.active{
	opacity: 1;
	visibility: visible;
}
.scheme{
	padding: 20px 0;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.scheme li{
	width: 164px;
	margin: 0 0 0 108px;
}
.scheme li:first-child{
	margin: 0;
}
.scheme li:before{
	position: absolute;
	margin: 31px 0 0 -93px;
	content: url('../images/arrow.png');
}
.scheme li:first-child:before{
	display: none;
}
.scheme .img{
	width: 92px;
}
.scheme img{
	margin: 0 0 -4px;
	padding: 0 10px 0 0;
}
.scheme a{
	display: inline-block;
	text-decoration: none;
}
.scheme .txt{
	text-align: left;
}
.scheme+.hr{
	margin: 0 0 40px;
}
.sidebar{
	width: 198px;
}
.content{
	width: 522px;
	margin: 0 0 0 31px;
}
.slider-box{
	overflow: hidden;
	height: 268px;
	margin: 0 0 40px;
}
.caroufredsel_wrapper{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#slider img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
}
.slider-pager{
	position: absolute;
	z-index: 2;
	left: 12px;
	bottom: 12px;
}
.slider-pager a{
	overflow: hidden;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 0 0 8px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.18);
	-moz-box-shadow: 0 0 0 2px rgba(0,0,0,0.18);
	box-shadow: 0 0 0 2px rgba(0,0,0,0.18);
}
.slider-pager a:first-child{
	margin: 0;
}
.slider-pager span{
	opacity: 0;
	display: block;
	width: 6px;
	height: 6px;
	margin: 4px;
	text-indent: -10000px;
	background: #ff6600;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.slider-pager a.selected span,
.slider-pager a:hover span{
	opacity: 1;
}
.seo{
	margin: 0 0 40px;
}
.info-links,
.news-list{
	min-height: 267px;
	margin: 0 0 40px;
	padding: 0 0 1px;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 0 2px #959595;
	-moz-box-shadow: inset 0 0 0 2px #959595;
	box-shadow: inset 0 0 0 2px #959595;
}
.news-list{
	padding: 6px 12px 0;
	min-height: 0;
	-webkit-border-radius: 3px 3px 5px 5px;
	-moz-border-radius: 3px 3px 5px 5px;
	border-radius: 3px 3px 5px 5px;
	-webkit-box-shadow: inset 0 0 0 2px #eaeaea;
	-moz-box-shadow: inset 0 0 0 2px #eaeaea;
	box-shadow: inset 0 0 0 2px #eaeaea;
}
.info-links .title{
	margin: 0 0 15px;
	padding: 8px 12px 9px;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background: #a7a6a6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3YTZhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2E3YTZhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NTk1OTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a7a6a6 0%, #a7a6a6 33%, #959595 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7a6a6), color-stop(33%,#a7a6a6), color-stop(100%,#959595));
	background: -webkit-linear-gradient(top,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
	background: -o-linear-gradient(top,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
	background: -ms-linear-gradient(top,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
	background: linear-gradient(to bottom,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.info-links ul{
	padding: 0 0 19px 12px;
}
.info-links li,
.popular-links li{
	margin: 4px 0 0 15px;
	list-style: disc;
}
.info-links li:first-child,
.popular-links li:first-child{
	margin-top: 0;
}
.info-links li a{
	color: #ff6600;
}
.more-block{
	width: 198px;
	height: 37px;
	margin: 0 -7px -7px;
	padding: 0 7px 6px;
	background: url('../images/bar.png') no-repeat center top;
}
.more-block .icon{
	margin: -3px 0 0 8px;
}
.more-block .icon,
.more-block .more{
	vertical-align: top;
}
.more-block .more{
	margin: 6px 0 0 8px;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
.news-list h2{
	margin: 0 0 10px;
	font-size: 14px;
	color: #000;
}
.date{
	color: #b6b6b6;
}
.news-list li{
	margin: 10px 0 0;
	color: #78aa00;
}
.news-list li:first-child{
	margin: 0;
}
.archive-block{
	margin: 10px -12px 0;
	padding: 8px 12px 9px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background: #a7a6a6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3YTZhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2E3YTZhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NTk1OTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a7a6a6 0%, #a7a6a6 33%, #959595 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7a6a6), color-stop(33%,#a7a6a6), color-stop(100%,#959595));
	background: -webkit-linear-gradient(top,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
	background: -o-linear-gradient(top,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
	background: -ms-linear-gradient(top,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
	background: linear-gradient(to bottom,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.popular,
.popular+.hr{
	margin: 0 0 40px;
}
.popular-links ul{
	margin: 0 0 0 100px;
}
.popular-links ul:first-child{
	margin-left: 0;
}
.popular-links li a{
	color: #78aa00;
}
.payment{
	font-size: 20px;
	line-height: 26px;
	color: #000;
}
.payment li{
	width: auto;
	height: 30px;
	margin: 0 0 0 38px;
}
.payment li:first-child{
	margin: 0;
}
.reserv-links{
	margin: 0 0 15px;
	color: #78aa00;
}
.reserv-links a{
	margin: 0 34px;
}
.reserv-links img{
	margin-right: 8px;
	vertical-align: middle;
}
.reserv-links+.title{
	padding-top: 15px;
	padding-bottom: 17px;
	margin: 0;
}
.maintabs .tab-nav{
	height: 36px;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
.maintabs .tab-nav .icon{
	width: 10000px;
	padding: 0 32px;
	white-space: nowrap;
	background: #78aa00 url('../images/tab-nav.png') repeat-x center top;
	box-shadow: inset 1px 0 0 #a8e31a, inset -1px 0 0 #75a503;
}
.maintabs .tab-nav .icon:first-child{
	padding-left: 74px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	box-shadow: inset -1px 0 0 #75a503;
}
.maintabs .tab-nav .icon:last-child{
	padding-right: 74px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	box-shadow: inset 1px 0 0 #a8e31a;
}
.maintabs .tab-nav .icon:hover,
.maintabs .tab-nav .icon.active{
	background: #ff6600 url('../images/tab-nav-active.png') repeat-x center top;
	box-shadow: inset 1px 0 0 #ffb686, inset -1px 0 0 #b94a00;
}
.maintabs .tab-nav .icon:first-child:hover,
.maintabs .tab-nav .icon.active:first-child{
	box-shadow: inset -1px 0 0 #b94a00;
}
.maintabs .tab-nav .icon:last-child:hover,
.maintabs .tab-nav .icon.active:last-child{
	box-shadow: inset 1px 0 0 #ffb686;
}
.date-select{
	width: auto;
	margin: -7px 0 0;
	font-size: 12px;
	line-height: 167%;
	color: #ff7a00;
}
.date-select .td{
	padding-left: 14px;
}
.date-select a{
	color: #78aa00;
	text-decoration: none;
}
.date-select a:hover{
	text-decoration: underline;
}
.reserv-table{
	width: 100%;
	margin: 0 0 40px;
	padding: 20px 0 0;
	white-space: nowrap;
}
.reserv-table thead{
	color: #878787;
}
.reserv-table tbody{
	font-size: 14px;
	line-height: 20px;
}
.reserv-table tbody .gray{
	font-size: 12px;
	color: #878787;
}
.reserv-table tbody .gray .black{
	color: #393939;
}
.reserv-table th,
.reserv-table thead td{
	padding: 0 10px;
}
.reserv-table thead tr:last-child td{
	padding: 4px 0 10px;
}
.reserv-table th{
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}
.reserv-table tbody td{
	width: 1000px;
	padding: 4px 10px 6px;
}
.reserv-table tbody tr:nth-child(odd) td{
	background: #f3f3f3;
}
.reserv-table tbody td:first-child{
	width: 0;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.reserv-table tbody td:last-child{
	width: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.filter-sort a{
	text-decoration: none;
}
.filter-sort a:hover,
.filter-sort a.active{
	color: #ff7a00;
}
.filter-sort,
.filter-sort a.active{
	cursor: default;
}
.reserv-info{
	width: 716px;
}
.reserv-same{
	max-width: 240px;
}
.reserv-same h2{
	margin: 20px 0 0;
	font-size: 16px;
	color: #000;
}
.reserv-same h2:first-child{
	margin: 0;
}
.reserv-same a{
	color: #78aa00;
}
.reserv-same li{
	margin: 4px 0 0 15px;
	list-style: disc;
}
.top-reserv-form{
	padding: 20px 0 0;
}
.top-reserv-form table{
	width: 100%;
	white-space: nowrap;
	border-spacing: 10px 5px;
	border: solid 2px #eaeaea;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.top-reserv-form th{
	padding-bottom: 6px;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
.top-reserv-form td:nth-child(3),
.top-reserv-form td:nth-child(6){
	font-size: 0;
	line-height: 0;
}
.top-reserv-form td:nth-child(3){
	padding-right: 24px;
}
.top-reserv-form td:last-child{
	width: 1000px;
	font-size: 11px;
	line-height: 14px;
	color: #b6b6b6;
}
.top-reserv-form tr:last-child td{
	vertical-align: top;
}
.top-reserv-form tr:last-child td:not(:nth-child(3n+2)){
	padding-top: 5px;
}
.reserv-info-icon{
	cursor: pointer;
}
.reserv-info-icon:hover{
	opacity: 0.75;
}
.reserv-info-icon.active{
	opacity: 1;
	cursor: default;
}
.add-baby-ticket{
	margin: 10px 0 40px;
}
.add-baby-ticket *{
	color: #78aa00;
	text-decoration: none;
	vertical-align: middle;
}
.add-baby-ticket .txt{
	margin: 0 0 0 8px;
	border-bottom: dashed 1px #78aa00;
}
.add-baby-ticket a:hover .txt{
	border-bottom-color: transparent;
}
.checkbox label{
	font-size: 16px;
	color: #000;
}
.checkbox .confirm{
	padding: 0 0 0 24px;
}
.confirm a{
	color: #78aa00;
}
.ereg-form,
.payment-form,
.info-form{
	margin: 0 0 40px;
}
.radio-list li,
.radio-list li .table{
	width: 239px !important;
	height: 57px !important;
	margin: 8px 0 0 8px;
	line-height: normal !important;
}
.radio-list li:nth-child(1),
.radio-list li:nth-child(2),
.radio-list li:nth-child(3),
.radio-list li:nth-child(4){
	margin-top: 0;
}
.radio-list li:nth-child(4n+1){
	margin-left: 0;
}
.radio-list li .table{
	display: table !important;
	margin: 0 !important;
}
.radio-list .img:first-child{
	text-align: left;
}
.radio-list .img img{
	margin: 0 0 0 4px;
	vertical-align: middle;
}
.radio-list .img img:first-child{
	margin: 0;
}
.radio-list .txt{
	font-size: 16px;
	color: #000;
	text-align: right;
}
.info-form select{
	width: 100%;
}
.info-form input:not([type='submit']){
	width: 100%;
}
.info-form tr:nth-child(2) input:not([type='submit']){
	min-width: 270px;
}
.info-form tr:nth-child(3) td{
	padding-top: 20px;
}
.info-form input[type='checkbox']+label{
	padding-left: 19px;
	font-size: 12px;
	color: #393939;
}
.info-form input[type='checkbox']+label:before{
	width: 11px;
	height: 11px;
	margin: -6px 0 0;
	line-height: 8px;
}
.info-form input[type='checkbox']~a{
	color: #78aa00;
}
.info-form td{	
	padding-top: 5px;
}
.info-form tr:first-child td{	
	padding-top: 0;
}
.info-form tr:first-child td:nth-child(3){
	padding-left: 2px;
}
.info-form td:first-child{
	padding-right: 10px;
}
.info-form td:last-child{
	padding-left: 10px;
	font-size: 11px;
	color: #b6b6b6;
}
.info-form .button{
	width: 158px;
	height: 43px;
	margin: 5px -6px -5px;
	padding: 0 5px 5px;
	font-size: 17px;
	background: url('../images/submit.png') no-repeat center top;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.info-form .button:hover{
	background-image: url('../images/submit-active.png');
}
.info-form .button[disabled]{
	background-image: url('../images/submit.png');
}
.reserv-info-block{
	position: absolute;
	z-index: 100;
	left: 33px;
	top: 3px;
	width: 105px;
	margin: 0;
	padding: 4px 10px 6px;
	font-size: 11px;
	line-height: normal;
	color: #393939;
	border: solid 1px #b6b6b6;
	background: #fff;
	white-space: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.reserv-close{
	cursor: pointer;
	position: absolute;
	right: -5px;
	top: -5px;
	width: 9px;
	height: 9px;
	font-size: 10px;
	line-height: 70%;
	color: #b6b6b6;
	text-align: center;
	border: solid 1px #b6b6b6;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.reserv-close:hover{
	color: #c9252c;
	border-color: #c9252c;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
/* content off */

/* footer */
footer{
	min-width: 980px;
	height: 147px;
	margin: -166px 0 0;
	padding: 19px 0 0;
	font-size: 11px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background: #a7a6a6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3YTZhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2E3YTZhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NTk1OTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a7a6a6 0%, #a7a6a6 33%, #959595 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7a6a6), color-stop(33%,#a7a6a6), color-stop(100%,#959595));
	background: -webkit-linear-gradient(top,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
	background: -o-linear-gradient(top,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
	background: -ms-linear-gradient(top,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
	background: linear-gradient(to bottom,  #a7a6a6 0%,#a7a6a6 33%,#959595 100%);
}
.copy{
	margin: 20px 0 0;
}
.socials{
	margin: 0 0 0 70px;
}
.socials li{
	margin: 5px 0 0;
}
.socials li:first-child{
	margin: 0;
}
.socials li:hover{
	opacity: 0.5;
}
footer .links ul{
	margin: -4px 0 0 70px;
}
footer .links li{
	margin: 1px 0 0;
}
footer .links li:first-child{
	margin: 0;
}
.counters{
	margin: 0 0 0 70px;
}
.counters li{
	margin: 18px 0 0;
}
.counters li:first-child{
	margin: 0;
}
.dev{
	margin: -5px 0 0;
}
.dev .txt{
	text-align: left;
	padding-left: 10px;
}
/* footer off */
iframe{
	border: 0 none !important;
	outline: 0 none !important;
}
/* popup & form */
.popup.fancybox-skin{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.popup .fancybox-nav{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.popup .fancybox-title-over-wrap{
	width: 100%;
	padding: 8px 16px;
	color: #000;
	background: rgba(236,212,152,0.75);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup .fancybox-title{
	font-family: inherit;
}
.fancybox-lock{
	overflow: visible !important;
}
#fancybox-lock{
	overflow: hidden !important;
}
.form-pop{
	overflow: hidden;
	margin: 10px;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.form-pop .form-pop-in{
	width: 238px;
	padding: 17px;
	background: #93cf02;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkzY2YwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3OGFhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #93cf02 0%, #78aa00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93cf02), color-stop(100%,#78aa00));
	background: -webkit-linear-gradient(top,  #93cf02 0%,#78aa00 100%);
	background: -o-linear-gradient(top,  #93cf02 0%,#78aa00 100%);
	background: -ms-linear-gradient(top,  #93cf02 0%,#78aa00 100%);
	background: linear-gradient(to bottom,  #93cf02 0%,#78aa00 100%);
	box-shadow: 0 0 0 3px rgba(255,255,255,0.11);
}
.mainform{
	width: 100%;
}
.fancy-close{
	cursor: pointer;
}
.fancy-close:hover{
	color: #78aa00;
}
.mainform td{
	padding: 6px 0 0;
}
.mainform tr:first-child td{
	padding: 0;
}
.after-send table{
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
.mainform .button{
	margin: 6px 2px 2px;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.14);
	-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.14);
	box-shadow: 0 0 0 2px rgba(255,255,255,0.14);
}
.mainform .button:hover{
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.14), inset 0 -28px 28px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.14), inset 0 -28px 28px rgba(0,0,0,0.1);
	box-shadow: 0 0 0 2px rgba(255,255,255,0.14), inset 0 -28px 28px rgba(0,0,0,0.1);
}
.forgot{
	margin: 9px 0 0;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
/* popup & form off */











/* eof */