<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	height:100%;
	width: 100%;
	margin: 0; padding: 0;
}
* html body {
	height: 100%;
}

@font-face {
	font-family: Arial;
	src: 	url('fonts/Arial.ttf') format('truetype');
}
@font-face {
	font-family: Arial;
	font-weight: bold;
	src: 	url('fonts/Arial-Bold.ttf') format('truetype');
}
@font-face {
	font-family: Arial;
	font-style: italic;
	src: 	url('fonts/Arial-Italic.ttf') format('truetype');
}
body {
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	height: 100%;
	margin: 0;
	min-height: 100%;
	min-width: 1032px;
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff;
}
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.printLogo{
	display:none;
}

a{
	color: #02006A;
	text-decoration: none;
}
a:hover{
	color: #c00000;
	text-decoration: underline;
}
a img{
	border: 0;
}

p{ margin: 10px 0;}

ul, ol{
	line-height:127%;
	margin: 0 0 10px 0;
	list-style-type: disc;
	list-style-position: inside;
}
ul &gt; li {
	display: list-item;
	list-style-position: outside;
	margin: 0 0 0 15px;
	padding: 0 25px 0 0;
}
ol li{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
}

.left{ float:left; }
.right{ float:right; }
.clearboth, .clearfix{ clear:both }

#all {
	width:100%;
	height: auto;
	min-height: 100%;
	position: relative;
}

/* 
пїЅпїЅпїЅ пїЅпїЅпїЅпїЅ пїЅпїЅпїЅ 1280 - 1080 пїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ 1032 (padding 24px)
пїЅпїЅпїЅ пїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅ 1280 - 1280 пїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ 1170 (padding 24px)
*/
.wrapper{
	width:1032px;
	margin:auto;
	padding: 0 24px;
}

nav{
	background: #133041;
	color:#ffffff;
	height:60px;
}
nav .wrapper{
	position:relative;
}

nav .wrapper .mm{
	position:relative;
}
nav .wrapper a.logo{
	position:absolute;
	top:0;
	left:24px;
	width:328px;
	height:100px;
	background: #e70a00 url(../images/logo.png) 62px 20px no-repeat;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	z-index:100;
}

nav .mm a.phone{
	padding-right:0;
	float:right;
	font-size: 22px;
}
nav .mm a:hover{
	text-decoration:none;
}

nav .mm a{
	display:block;
	float:left;
	color:#ffffff;
	font-size:20px;
	/*padding: 17px 40px 0 0;*/
	padding: 17px 11px 0 0;
	position:relative;
	height: 40px;
}
nav .mm a:first-child{
    padding-left:340px;
	/*padding-left:400px;*/
}

nav .mm a:hover{
	text-decoration:underline;
}

nav .mm .social {
    padding: 10px 0 0 20px;
}

nav ul li {
	margin: 0 0 0 5px;
}
nav ul.mainMenu {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
nav ul.mainMenu li:first-child {
	padding-left: 340px;
}
nav ul.mainMenu li {
	padding: 17px 0 0 0;
	font-size: 20px;
}
nav ul.mainMenu li a{
	color: #ffffff;
}
nav ul.mainMenu .social {
	padding: 10px 0 0 20px;
}
nav ul.mainMenu .phone {
	padding: 6px 0 0 0;
}

/*
nav a:last-child{
    font-size:16.7px;
	float:right;
    padding-right:0;
}
nav a:last-child::before{
	width:20px;
	height:20px;
    background: transparent url('../images/sprite.png') no-repeat -120px 0;
    top:19px;
    left:6px;
}
nav a:last-child:hover::before{
	background-position: -140px 0;
}
*/
#breadcrumbs{
	margin:8px 0 0 0;
}
#breadcrumbs span {
	color: #e70a00;
	display:inline-block;
	padding:0 6px;
}
#breadcrumbs  a{
	font-size:13px;
	color: #666666;
}
#breadcrumbs  a:last-child{
	font-weight:bold;
	color: #333333;
}

#main_content{
	padding:0 0 230px;
}


#footer {
	height: 214px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	clear: both;
	margin: 0;
	background: #133041;
	color:#fff;
	width: 100%;
}
#footer .menu {
	font-size: 16px;
	margin:24px 0 40px 0;
	text-align:center;
}
#footer .menu a{
	color:#fff;
	display:inline-block;
	padding:0 26px;
}
#footer .menu a:hover{
	color:#ffffff;
}
#footer .bottom {
	color:#ffffff;
	opacity: 0.7;
	font-size: 12px;
	margin:24px 0 0 0;
}

#footer .socialIcons {
    display: flex;justify-content: center;
    margin-top: 20px;
}

#footer .socialIcons a {
    padding: 0 5px 0 5px;
}
#footer .menu .social {
    position: relative;
    top: 11px;
}

.overlay{
	position:absolute;
	z-index:300;
}
.overlay.calendar{
	left:-26px;
	top:74px;
	width: 530px;
	height: 291px;
	background:transparent url('../images/calendardraft.png') 0 0 no-repeat;
}
.overlay.autocomplete{
	background:#ffffff;
	border: 1px solid #bdc5cc;
	border-top:none;
	font-size: 15px;
	width: 600px;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}
.overlay.autocomplete .content{
	padding: 0 0 8px 0;
}
.overlay.autocomplete .content a,
.overlay.autocomplete .content span.continue{
	display:block;
	position:relative;
	padding: 8px 12px 8px 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#000;
}
.overlay.autocomplete .content a span{
	font-weight:bold;
}
.overlay.autocomplete .content a:hover{
	background:#0061BF;
	color:#fff;
}
.overlay.autocomplete .content a:hover span{
	background:transparent;
}
/*
.overlay.autocomplete .content a.place::before,
.overlay.autocomplete .content a.hotel::before{
	content:'';
	position: absolute;
	display:block;
	left:8px;
	top:5px;
	width: 20px;
	height: 20px;
    background:url('../images/sprite.png') no-repeat -40px 0;
}
.overlay.autocomplete .content a.hotel:hover::before{
	background-position: -60px 0;
}
.overlay.autocomplete .content a.place::before{
	background-position: 0 0;
}
.overlay.autocomplete .content a.place:hover::before{
	background-position: -20px 0;
}
*/
.overlay.autocomplete .content span.continue{
	color:#868686;
}
.overlay.autocomplete .footer{
	background: #DDDDDD;
	padding:10px;
	text-align:right;
}
.overlay.autocomplete .footer a{
	display:inline-block;
	color:#000;
	padding:0 26px 0 0;
	position: relative;
}
.overlay.autocomplete .footer a:hover{
	color:#550000;
}
.overlay.autocomplete .footer a::after{
	content:'';
	position: absolute;
	display:block;
	right:0;
	top:-2px;
	width: 20px;
	height: 20px;
	background:url('../images/sprite.png') no-repeat -80px 0;
}
.overlay.autocomplete .footer a:hover::after{
	background-position: -100px 0;
}

table.twocols.borderbottom{
	border-bottom: 1px #CCCCCC solid;
}
table.twocols &gt; tbody &gt; tr &gt; td{
	vertical-align: top;
}
table.twocols &gt; tbody &gt; tr &gt; td:first-child{
	width: 328px;
}
table.twocols &gt; tbody &gt; tr &gt; td:nth-child(2){
	width: 20px;
}
table.twocols &gt; tbody &gt; tr &gt; td:last-child{
	width: 684px;
}
table.twocols.withmenu &gt; tbody &gt; tr &gt; td:first-child{
	background:#fff;
}
table.twocols.withmenu &gt; tbody &gt; tr &gt; td:nth-child(2),
table.twocols.withmenu &gt; tbody &gt; tr &gt; td:last-child{
	background:#ffffff;
}

table.twocols h1 {
	color: #333333;
	font-size: 25px;
	font-weight:bold;
	padding: 27px 0 15px;
	line-height: 31px;
}
table.twocols h1 b{
	display:inline-block;
	width: 28px;
	height: 8px;
	background:transparent url('../images/new.png') no-repeat 0 0;
	margin-bottom: 10px;
}
table.twocols h1.fontsize22{
	font-size: 22px;
}

table.twocols h1 .chain {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height: 14px;
}
/*
table.twocols &gt; tbody &gt; tr &gt; td:last-child .filters{
	background:#f5f7f8;
}
*/
table.twocols td .menu{
	margin-top:20px;
}
table.twocols td .menu &gt; a,
table.twocols td .menu &gt; span{
	display:block;
	position:relative;
	text-align:right;
	font-size: 17px;
	color: #01006A;
	padding:20px 25px 20px 20px;
	transition:0.25s linear color, 0.25s linear background-color;
}
table.twocols td .menu a.offers,
table.twocols td .menu a.hotels,
table.twocols td .menu span.recommended{
	text-align:left;
	padding-left: 56px;
	position:relative;
	color:#ffffff;
	transition:0.25s linear color, 0.25s linear background-color;
}
table.twocols td .menu a.offers::before,
table.twocols td .menu a.hotels::before,
table.twocols td .menu span.recommended::before{
	content:'';
	position: absolute;
	display:block;
	left:14px;
	top:16px;
	width: 32px;
	height: 32px;
	background:transparent url('../images/sprite.png') no-repeat -160px 0;
}

table.twocols td .menu a.hotels::before{
	background-position: -160px -32px;
}
table.twocols td .menu span.recommended::before{
	background-position: -160px -130px;
}
table.twocols td .menu a.offers{
	background-color:#EC0000;
}
table.twocols td .menu a.hotels{
	background-color:#777777;
}
table.twocols td .menu span.recommended{
	background-color:#5C6F85;
}
table.twocols td .menu a.active,
table.twocols td .menu a:hover{
	background-color:#DAE0E4;
	color: #01006A;
	transition:0.25s linear color, 0.25s linear background-color;
}
table.twocols td .menu a.active{
}
table.twocols td .menu a.offers.active::before,
table.twocols td .menu a.offers:hover::before{
	background-position: -160px -64px;
}
table.twocols td .menu a.hotels.active::before,
table.twocols td .menu a.hotels:hover::before{
	background-position: -160px -96px;
}

table.twocols td .menu.grey{
	background-color: rgba(207, 216, 220, 0.5);;
}
table.twocols td .menu.grey .title{
	font-weight:bold;
	font-size: 18px;
	color:#222222;
	line-height: 23px;
	padding:16px 10px 16px 20px;
	border-bottom: 1px #fff solid;
}
table.twocols td .menu.grey .more{
	padding:16px 10px 16px 20px;
	text-align:center
}
table.twocols td .menu.grey .more a{
	font-size: 18px;
	border: 1px solid rgba(19, 48, 65, 1);
	border-radius: 4px;
	color: rgba(19, 48, 65, 0.9);;
	display: inline-block;
	margin:auto;
	font-size: 18px;
	padding: 8px 50px;
}

table.twocols td .menu.refine .title{
	border-bottom: none;
	padding:16px 10px 6px 20px;
}
table.twocols td .menu.refine form{
	padding:0 20px 16px 20px;
}
table.twocols td .menu.refine label{
	display:block;
}
table.twocols td .menu.refine .inputs{
	margin-top:10px;
	border: 1px #cccccc solid;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	background-color: #fff;
	height:35px;
}
table.twocols td .menu.refine .inputs input{
	display:inline-block;
	border:none;
	background-color: transparent;
	width:95%;
	padding: 7px 10px 0;
	font-size: 14px;
}


table.twocols td .menu.grey &gt; a{
	color: #333333;
	font-size: 15px;
	padding:13px 10px 13px 20px;
	text-align: left;
	border-bottom: 1px #fff solid;
	position: relative;
}
table.twocols td .menu.grey a.featured{
	color: #e70a00;
}
table.twocols td .menu.grey a.discounts{
	padding:13px 35px 13px 20px;
}
table.twocols td .menu.grey a.discounts::after{
	content:'%';
	position: absolute;
	display:block;
	right:-11px;
	top:6px;
	width:28px;
	height:35px;
	background: transparent url(../images/Flag-small.png) no-repeat scroll 0 0;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 0 23px;
	color:#fff;
}

table.twocols td .cont{
	padding: 50px 40px 50px 50px;
	color:#333;
}

table.twocols td .cont.pages{
	color:#666666;
	font-size: 15px;
	text-align:center;
	padding: 23px 30px;
}
table.twocols td .cont.pages a, table.twocols td .cont.pages span, table.twocols td .cont.pages b{
	color:#666666;
	display:inline-block;
	padding: 0 6px;
}

table.twocols td .cont.pages b{
	color:#fff;
	background: #e70a00;
	padding: 0 7px;
}

/* Search Form */
.searchForm{
	position:relative;
	background: #133041;
	min-height: 340px;
	padding:20px 0 90px 20px;
	line-height:1;
	width:308px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	margin-top:60px;
}
.searchForm form &gt; .title{
	font-size: 21px;
	font-weight:bold;
	color:#fff;
}

.searchForm .gradient,
.Dates .gradient,
ul.pulldown .gradient{
	background: #ffffff;
}

.searchForm form &gt; .field{
	position:relative;
}
.searchForm form .field .title{
	font-size: 13px;
	padding: 12px 0 0 0;
	height:25px;
	color:#fff;
}
.searchForm form .field input{
	font-size: 17px;
	height:25px;
	padding: 8px 10px;
	border: 1px #BDC5CC solid;
	width: 268px;
}

.searchForm form .fieldsgroup {
	position:relative;
}
.searchForm form .fieldsgroup .field {
	float:left;
	width: 154px;
	margin-right:0;
}
.searchForm form .fieldsgroup .field input{
	width: 114px;
}

.searchForm form .fieldsgroup.dates .field {
	position: relative;
}

.searchForm form .fieldsgroup.dates .field input {
	position: relative;
	background: #ffffff;
	/*background: url('../images/Calendar-icon.png'); *//* fallback */
	background: url('../images/Calendar-icon.png') 110px 10px, #ffffff;
	background-repeat: no-repeat;
}

.searchForm form .field ul,
.searchForm form .field li,
.filters .field ul,
.filters .field li
.guestForm .field ul,
.guestForm .field li
{
	list-style-type: none;
	display:block;
	margin:0;
	padding:0 0 0 0;
}
.searchForm form .field ul.pulldown{
	margin-right:20px;
}
.searchForm form .field &gt; ul &gt; li,
.searchForm form .field.kids &gt; div &gt; ul &gt; li,
ul.pulldown &gt; li{
	position: relative;
}
.searchForm form .field &gt; ul &gt; li::after,
.searchForm form .field.kids &gt; div &gt; ul &gt; li::after,
ul.pulldown &gt; li::after{
	display:block;
	content: '';
	position: absolute;
	right:12px;
	top:21px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #000000 transparent transparent transparent;
}
.searchForm form .field ul &gt; li &gt; a,
ul.pulldown &gt; li &gt; a{
	display: block;
	font-size: 17px;
	height:17px;
	padding: 12px 15px;
	border: 1px #BDC5CC solid;
	width: 104px;
}
.searchForm form .field  ul &gt; li &gt; ul,
ul.pulldown &gt; li &gt; ul{
	background-color: #ffffff;
	border: 1px solid #BDC5CC;
	left: -9999px;
	list-style: outside none none;
	margin: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.25s linear 0s;
	width: 134px;
	z-index: 200;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height:160px;
}
.searchForm form .field  ul &gt; li.open &gt; ul,
ul.pulldown &gt; li.open &gt; ul{
	left: 0;
	opacity: 1;
	transition: opacity 0.25s linear 0s;
}
.searchForm form .field  ul &gt; li &gt; ul li a,
ul.pulldown &gt; li &gt; ul li a{
	display: block;
	font-size: 17px;
	height:17px;
	padding: 6px 15px;
	width: 122px;
	background:#fff;
	border:0;
	color:#555555;
}
.searchForm form .field  ul &gt; li &gt; ul li a:hover,
ul.pulldown &gt; li &gt; ul li a:hover{
	background:#0061BF;
	color:#fff;
}

.searchForm form .field.kids{
	/*height:120px;*/
	margin-bottom:-20px;
}

.searchForm form .field.kids  ul{
	float:left;
	width: 134px;
	/*width: 41px;*/
	margin-right:20px;
	padding-bottom:20px;
}
.searchForm form .field.kids  ul &gt; li &gt; a{
	width: 104px;
	/*width: 10px;*/
}

[type=submit]{
	-webkit-appearance:none;
	-moz-appearance:none;
}

.searchForm [type=submit]{
	position:absolute;
	left:20px;
	bottom:33px;
	background-color:#e70a00;
	color:#fff;
	font-size: 19px;
	font-weight: bold;
	border:0;
	padding: 7px 45px;
	border-radius:1px;
	margin-top:0px;
	cursor:pointer;
}
.searchForm [type=submit]:hover{
	background-color:#cc0900;
}
.searchForm [type=submit]:active{
	background-color:#b80a02;
}
h1{
	font-size: 30px;
	color:#02006A;
	padding-bottom:10px;
	position:relative;
}

table.hmenu{
	width:100%;
	table-layout: fixed;
}
table.hmenu td{
	border-right:1px #fff solid;
}
table.hmenu td:last-child{
	border:none;
}
.hmenu a{
	display: block;
	/* flex: 1 0 25%;
     float: left;*/
	width:100%;

	font-size: 16px;
	color:#4a4a4a;
	text-align:center;
	height:30px;
	background-color: #cfd8dc;
	border-radius: 4px 4px 0px 0px;
	padding:10px 0 0 0;
	position:relative;
}
.hmenu a::before{
	display: block;
	content:'';
	position:absolute;
	width: 0;
	height: 0;
	left:50%;
	bottom:0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #133041 transparent transparent transparent;
	opacity:0;
	margin-left:-9px;
	z-index:1000;
}
.hmenu a:hover{
	background-color: #b0bec5;
	color: #555;
	text-decoration: none;
}
.hmenu a.active{
	background-color: #133041;
	color: #fff;
	font-weight:bold;
}
.hmenu a.active::before{
	opacity:1;
	bottom:-10px;
	animation: hmenuDescent 200ms ease-out;
}
.hmenu a span{
	color:#9FA5B8;
}
@keyframes hmenuDescent {
	from {bottom:0; opacity:0;}
	to {bottom:-10px; opacity:1;}
}

.sprite{
	background:transparent url('../images/sprite.png') 0 0;
}

.offersBanners{
	padding:40px 0;
}
/*.offersBanners a{*/
/*display:block;*/
/*float:left;*/
/*width:358px;*/
/*height:65px;*/
/*text-align:center;*/
/*font-size: 24px;*/
/*text-transform: uppercase;*/
/*color:#333333;*/
/*background:#ffffff url('../pictures/indexoffers/1.jpg') no-repeat 0 0;*/
/*padding:237px 0 0 0;*/
/*margin-right:29px;*/
/*box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);*/
/*}*/
/*.offersBanners a:nth-child(2){*/
/*background-image: url('../pictures/indexoffers/2.jpg');*/
/*}*/
/*.offersBanners a:nth-child(3){*/
/*background-image: url('../pictures/indexoffers/3.jpg');*/
/*margin-right:0;*/
/*}*/

.offersBanner{
	width:100%;
	height:260px;
	background:#ffffff url('../images/spacer.gif') no-repeat center center;
	background-size: cover;
	text-align:right;
	margin: 30px 0;
	text-align: right;
}
.offersBanner .title{
	font-size: 30px;
	color: #e70a00;
	padding: 16px 30px 0 0;
}
.offersBanner a{
	display: inline-block;
	height: 32px;
	width: 180px;
	border: 2px solid #e70a00;
	border-radius: 4px;
	color: #e70a00;
	font-size: 18px;
	text-align: center;
	margin: 20px 30px 0 0;
	padding: 8px 0 0 0;
}
.offersBanner a:hover{
	color: #fff;
	background:#e70a00;
	text-decoration: none;
}

span.stars {
	display:inline-block;
	font-size:0;
	width:89px;
	height:20px;
	background: url('../images/stars.png') no-repeat 0 0;
	vertical-align:middle;
	margin-left: 10px;
}
span.stars.s4 { background-position: -18px 0; }
span.stars.s3 { background-position: -36px 0; }
span.stars.s2 { background-position: -54px 0; }
span.stars.s1 { background-position: -72px 0; }
span.stars.s0 { background-position: -90px 0; }

.selectStars span.stars {
	background-image: url('../images/bstars.png');
	margin: -6px 0 0 0;
}

label.nicecheck{
	display:inline-block;
	background: transparent url(../images/checkbox.png) no-repeat 0 8px;
	padding:8px 0 0 20px;
	cursor:pointer;
	color:#000000;
}
label.nicecheck.disabled{
	background-position:0 -54px;
	cursor:default;
}
label.nicecheck.checked{
	background-position:0 -24px;
}
label.nicecheck input{
	display:none;
}
label.niceradio{
	display:inline-block;
	background: transparent url(../images/checkbox.png) no-repeat 0 -179px;
	padding:2px 0 0 20px;
	cursor:pointer;
	color:#000000;
}
label.niceradio.disabled{
	background-position:0 -54px;
	cursor:default;
}
label.niceradio.checked{
	background-position:0 -209px;
}
label.niceradio input{
	display:none;
}


.overlay.clarify {
	background: #ffffff;
	width: 590px;
	height: 197px;
	left: -9999px;
	top: 0;
	border: 1px #8c8c8c solid;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	opacity:0;
	transition: opacity 0.25s linear 0s;
}
.overlay.clarify.open{
	opacity:1;
	transition: opacity 0.25s linear 0s;
}

.overlay.clarify:before{
	display:block;
	content:"";
	position:absolute; right:5px; top:-19px;
	width: 40px;
	height: 20px;
	background: transparent url('../images/sprite.png') no-repeat scroll -40px -20px;
}





.overlay.clarify .searchForm{
	background-color: #ffffff;
	padding: 10px 0 0 30px;
	height:187px;
}
.overlay.clarify form&gt;.title,
.overlay.clarify form&gt;.field.where
{
	display:none;
}

.overlay.clarify form .fieldsgroup{
	float:left;
}


.overlay.clarify .searchForm form .field .title {
	color: #333333;
}
.overlay.clarify .searchForm form .fieldsgroup.guests .field{
	width: 80px;
}
.overlay.clarify .searchForm form .fieldsgroup.guests .field ul {
	float: left;
	margin-right: 20px;
	width: 80px;
}
.overlay.clarify .searchForm form .fieldsgroup.guests .field ul &gt; li &gt; a {
	width: 50px;
}
.overlay.clarify .searchForm form .field.kids {
	position:absolute;
	left:30px;
	top:100px;
}
.overlay.clarify .searchForm [type="submit"] {
	left:374px;
	bottom:auto;
	top:135px;
	padding: 10px 62px;
	font-size:18px;
}

.thumbnail-overlay {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.scrolltotop{
	display:block;
	width: 60px;
	height: 60px;
	background: transparent url('../images/Up-arrow.png') no-repeat scroll 0 0;
	z-index:100;
	position:absolute;
	right:30px;
	bottom:236px;
}

table.twocols td .cont {
	border: 1px solid #dddddd;
	border-top:none;
	padding: 23px 30px 0;
}


.c404 p{
	padding-top: 130px;
	text-align:center;
	font-size:32px;
	color:#333333;
    line-height: 40px;
}
.c404 p a{
	display:inline-block;
	padding:6px 60px;
	border: 2px solid #133041;
	border-radius: 4px;
	font-size: 18px;
	color:#133041;
	margin-top:40px;
}
.c404 p a:hover{
	background: #133041;
	color:#fff;
	text-decoration: none;
}


.arrow_box {
	position: relative;
	background: #f5f7f8;
	border: 1px solid #676767;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(245, 247, 248, 0);
	border-bottom-color: #f5f7f8;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(103, 103, 103, 0);
	border-bottom-color: #676767;
	border-width: 11px;
	margin-left: -11px;
}

.verdana09  {
	font-family:Verdana, sans-serif !important;
	font-size:0.9em !important;
	line-height: 1.4em !important;
}

.verdana09 ul, .verdana09 ul li, .verdana09 ul li span  {
	font-family:Verdana, sans-serif !important;
	font-size: 1em !important;
	line-height: 1.4em !important;
}


.hiddenPhotos {
	display: none;
}

#page-lock {
	background-color: rgba(250, 250, 250, 0.2);
	z-index: 999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

ul.semicolon {
	margin: 0;
}

ul.semicolon li:after {
	content: ";";
}

ul.semicolon.point li:last-child:after {
	content: ".";
}

.ui-datepicker{ z-index: 9999 !important;}

#bannerBlockVSPage a {
    height: 250px;
    margin-top:20px;
    display: block;
    text-decoration: none;
}
#bannerBlockVSPage  a .img {
    position: absolute;
    display: block;
    /*height: 250px;*/
    height: 185px;
    /*width: 370px;*/
    width: 328px;
    background-size: cover;
}
#bannerBlockVSPage  a .footer {
    position: relative;
    padding: 5px 16px 5px 16px;
    line-height: 1.4em;
    top:185px;
    height: 55px;
    background: #14313f;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.subscribe {
    margin-top: 20px;
    padding:30px;
    background:#f5f7f8;
}
.subscribe h2 b{
    font-size: 18px;
}
.subscribe .field{
    margin:20px 0 0 0;
}
.subscribe .fieldset .field{
    float:left;
    width:48%;
}
.subscribe .fieldset .field:last-child{
    float:right;
}
.subscribe .field .label{
    padding:0 0 6px 0;
}
.subscribe .field .inputs{
    background-color: #fff;
    border: 1px solid #b7b7b7;
    height: auto;
    padding: 0 0 10px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.subscribe .field input {
    background-color: transparent;
    border: medium none;
    display: inline-block;
    font-size: 14px;
    padding: 7px 10px 0;
    width: 95%;
}
.subscribeButton{
    background-color: #133041;
    border: 1px solid #133041;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 45px;
    display:block;
    margin: 30px auto 0 auto;
}

.flashMessage {
    border: 1px #133041 solid;
    color: #133041;
    font-weight: bold;
    text-align: center;
    padding: 8px
}
.flashErrors {
    border: 1px #d00000 solid;
    color: #d00000;
    font-weight: bold;
    text-align: center;
    padding: 8px
}
</pre></body></html>