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

/*===== General Layout =====*/
html { }
body {
	color:#000;
	background:#eaf5ff;
	min-width:1004px;
}
header {
	background: #bcd8ff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcd8ff', endColorstr='#eaf5ff');
	background: -moz-linear-gradient(top, #bcd8ff 5%, #eaf5ff 45%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#bcd8ff), color-stop(45%,#eaf5ff));
	background: -webkit-linear-gradient(top, #bcd8ff 5%,#eaf5ff 45%);
	background: -o-linear-gradient(top, #bcd8ff 5%,#eaf5ff 45%);
	background: linear-gradient(top, #bcd8ff 5%,#eaf5ff 45%);
    background: -ms-linear-gradient(top, #bcd8ff 5%,#eaf5ff 45%);
	-pie-background: linear-gradient(top, #bcd8ff 5%,#eaf5ff 45%);
  behavior:url(/themes/VM/PIE.htc);
	position:fixed;
    overflow: hidden;
    z-index: 600;
    margin: 0 auto;
    width: 100%;
    -webkit-box-shadow: 0px 10px 15px #EAF5FF;
    -moz-box-shadow: 0px 10px 15px #EAF5FF;
    -o-box-shadow: 0px 10px 15px #EAF5FF;
    box-shadow: 0px 10px 15px #EAF5FF;
    opacity: 0.95;
    
    
}
div#container_header {
    border-bottom: 2px groove #fff;
    height: 64px;
    overflow: visible;
  padding: 10px 20px 0;
}
div#container_topContent {
	overflow:hidden;
  padding: 100px 20px 0;
  
}
div#container_topContent > nav, div#container_topContent div#slider{
	float:left;
}
div#container_topContent div#slider{
	margin:0 25px;
	position:relative;
	width:560px;
}

                  /*Testing of rounded shadow*/
.lifted {
        position:relative;
        width:560px;
        margin: 0px 0px 20px;
}
 
.lifted:before,
.lifted:after {
        content:"";
        position:absolute;
        z-index:-2;
        bottom:15px;
        left:10px;
        width:50%;
        height:20%;
        max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
       -o-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}
 
.lifted:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}
/*end of testing*/
div#container_topContent div#slider ul{
	border:1px solid #bfbfbf;
	margin:0;
	width:558px;
	height:198px;
	background:#fff;
	border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
  behavior:url(/themes/VM/PIE.htc);
	position:relative;
	overflow:hidden;
}
div#container_topContent div#slider li{
	list-style:none;
	margin:5px;
	width:548px;
	height:188px;
	overflow:hidden;
	background: #c9ddfa;
	background: -moz-linear-gradient(top, #c9ddfa 0%, #e1ebf5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9ddfa), color-stop(100%,#e1ebf5));
	background: -webkit-linear-gradient(top, #c9ddfa 0%,#e1ebf5 100%);
	background: -o-linear-gradient(top, #c9ddfa 0%,#e1ebf5 100%);
	background: linear-gradient(top, #c9ddfa 0%,#e1ebf5 100%);
	-pie-background: linear-gradient(top, #c9ddfa 0%,#e1ebf5 100%);
  behavior:url(/themes/VM/PIE.htc);
	position:relative;
}
div#container_topContent div#slider li div{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
div#container_topContent div#slider li div.img{
	/*width:380px;*/
	height:148px;
}
div#container_topContent div#slider li div.img a.generator-links{
    left: 5px;
    position: absolute;
    top: 5px;
    z-index: 11;
}
div#container_topContent div#slider li div.img ._lbox img, div#container_topContent div#slider li div.img p>img, div#container_topContent div#slider li div.img > img{
	width:100%;
	height:auto;
	min-height:188px;
	min-width:380px;
}
div#container_topContent div#slider li div.description{
	text-align:center;
	width:100%;
	/*width:148px;*/
	/*height: 267px;*/
	color:#595959;
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    bottom:0px;
}
div#container_topContent div#slider li div.description p{
	font-size:14px;
	text-align:center;
	margin:5px 5px 2px 5px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
	line-height:normal;
}
div#container_topContent div#slider li div.description a.generator-links{
    left: 5px;
    position: absolute;
    top: 5px;
    z-index: 11;
}
div#container_topContent div#slider #nav {
    overflow: hidden;
    position: absolute;
	padding:5px 0;
    top: 195px; /*по середке*/
   /* bottom: 27px; /*слева снизу*/
	left:230px;
    z-index: 555;
}
div#container_topContent div#slider #nav a{
	background:url(images/slider_points.png) no-repeat 100% 0;
	display:block;
	vertical-align:baseline;
	text-indent:-9999px;
	width:14px;
	height:14px;
    float: left;
	margin:3px 3px 0;
}
*+html div#container_topContent div#slider #nav a{
	display:inline;
}
div#container_topContent div#slider #nav a.activeSlide, div#container_topContent div#slider #nav a:hover{
	background:url(images/slider_points.png) no-repeat 0 0;
}
div#container_topContent > nav{
	width:172px;
}
div#container_content{
	/*border: 2px solid #E3E3E3;*/
	/*background:#fff;*/
	/*padding: 0 25px;*/
    margin-top: 0px;
}

div#container_content.index {
    /*background: #fff;*/
    /*padding: 20px 20px;*/
   /* border: 1px solid #e3e3e3;*/
    text-align: center;
}

div#container_content > div{
	/*margin:0 25px;*/
}
div#container_content #blockNews{
	/*border-bottom:1px solid #e3e3e3;*/
	overflow:hidden;
        margin: 0px auto;
        width: 954px;
				padding: 0px 0px 15px;
}
div#container_content #blockNews .boxNews{
	width:440px;
	height:350px;
    margin-left: 45px;
	border:1px solid #BFBFBF;
	float:left;
	background:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	position:relative;
}
div#container_content #blockNews .boxNews a.generator-links{
    left: 5px;
    position: absolute;
    top: 5px;
    z-index: 11;
}
div#container_content #blockNews .boxNews p{
	margin:10px;
	overflow:hidden;
	height:330px;
	width:415px;
	
}
div#container_content #blockNews .boxNews > p > a > img {
    margin:0 !important;
		/*width:100%;*/
}

div#container_content #blockNews .boxNews:first-child{
	margin-right:25px;
    margin-left: 0px;
}

div#container_content #blockNews .boxNews .news-image .news-text {
    position:absolute;
    /*background: -o-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.85))transparent;*/
    background:rgba(0,0,0,0.45);
    bottom:10px;
    width:94%;
    left:13px;
    text-align:justify !important;
    font-size:small !important;
    color: #FFFFFF  !important;
    /*color:#376092 !important;*/ 
    line-height: 1;
}

div#container_content #blockNews .boxNews .news-image .news-text p {
    margin: 0 !important;
    height: auto !important;
    width: auto !important;
    color: white !important;   
    line-height: 1;
}

div#container_content #blockNews .boxNews .news-image img {
    max-width: 415px;
    max-height: 330px;
    border: none; 
    margin: 0 !important;        
}


div#container_content .curved-hz-2 {
  /*  position:relative;
    width:40%;
    padding:1em;
    margin:2em 10px 4em;
    background:#fff;*/
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/* 
div#container_content .curved-hz-2:before,
div#container_content .curved-hz-2:after {
    content:"";
    position:absolute;
    z-index:-2;
}
 
div#container_content .curved-hz-2:before {
    top:0px;
    bottom:0px;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius:100px / 10px;
         border-radius:100px / 10px;
}*/

nav { }
footer {
	background: #bcd8ff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf5ff', endColorstr='#bcd8ff');
	background: -moz-linear-gradient(top, #eaf5ff 50%, #bcd8ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#eaf5ff), color-stop(100%,#bcd8ff));
	background: -webkit-linear-gradient(top, #eaf5ff 50%,#bcd8ff 100%);
	background: -o-linear-gradient(top, #eaf5ff 50%,#bcd8ff 100%);
	background: linear-gradient(top, #eaf5ff 50%,#bcd8ff 100%);
    background: -ms-linear-gradient(top, #eaf5ff 50%,#bcd8ff 100%);
	-pie-background: linear-gradient(top, #eaf5ff 50%,#bcd8ff 100%);
  behavior:url(/themes/VM/PIE.htc);
	position:relative;
}
div#container_footer {
	margin-bottom:20px;
  	padding: 15px 0 0 0px;
	height:45px;
	background:url(images/line-bottom.png) no-repeat 0 bottom;
	width:994px;
}
div#container_footer > div, div#container_footer > nav{
	float:left;
}
div#container_footer #footerLogo{
	width:205px;
    padding-left: 20px;
}
div#footerContent {
    color: #777;
    float: right !important;
    margin-right: 0px;
    margin-top: 15px;
    padding-right: 20px;
}
#footerContent span{
    margin-right: -42px;
}
#footerContent a{
	display:inline-block;
	vertical-align:top;
	height:24px;
	overflow:hidden;
	margin-left:5px;
}
#footerContent a img{
	height:48px;
    margin-right: 15px;
    
}
#footerContent a:hover img{
    margin-top:-24px
}

div#left { }
div#center { }
div#right { }
div.separator { height:20px; }
/*======= Forms ==========*/
input, select, textarea, checkbox {margin-bottom:3px;
    padding: 3px 5px;
    border-radius:5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #ccc; }
textarea { }
form { }
form p { overflow:hidden; }
.form-box a.forgot-password {
 margin-left: 165px;   
}
fieldset { }
legend { }
label {margin-right:4px; /*margin-top: 20px;*/}
input { }
select { }
checkbox { }
img#captcha-image { }
#captcha label { }
input#captcha-input { }
input.formsubmit { }
button, input[type="reset"], input[type="button"], input[type="submit"]{
    /*background:#637DAF;
    border: medium none;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    padding: 2px 25px;*/
}
button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover{
    background:#1845A0;
}
/*====== Search Form ========*/
form#search-form {
    float: right;
    margin-top:10px;
}

form#search-form input#searchtext { }
form#search-form input[type=submit] { }
/*====== Member Login Form ========*/
form#member-login-form { }
form#member-login-form label { }
form#member-login-form input { }
input#member-submit-btn { }
form#member-login-form a { }
/*====== Forgot Password Form ========*/
form#forgot-password-form { }
form#forgot-password-form label { }
form#forgot-password-form input { }
input#member-recover-btn { }
form#forgot-password-form a { }

/*======= Comments Form ========*/
form.comment-form { }
form.comment-form fieldset { }
form.comment-form legend { }
form.comment-form input { }
form.comment-form label { }
form.comment-form textarea { }
form.comment-form img#captcha-image {}
form.comment-form #captcha label {}
form.comment-form input#captcha-input {}
input#submit-comment { }
div.commentslinkholder a { }
ol.comments-ol-list { }
ol.comments-ol-list li { }
ol.comments-ol-list abbr { }
ol.comments-ol-list a { }
ol.comments-ol-list a.comment-author { }
ol.comments-ol-list blockquote { }
/*====== News scroller =======*/
#newsScroller { }
div.scrollerItem { }
div.scrollerItem h2 { }
div.scrollerItem p { }
/*=== Image Rotator ===*/
div.imgrotator { }
div.imgrotator img { }
/*======= Image Gallery =======*/
ul.img_gallery { margin:10px 0!important; 
overflow:hidden;
vertical-align:top;
text-align:center;}

ul.img_gallery li {
	display:inline-block;
	list-style-type:none;
        vertical-align:top;
        margin:4px!important;
	background: none !important;			
}

*+html ul.img_gallery li{display:inline;}

ul.img_gallery img {
    max-width: 160px;
}

a#TB_prev,a#TB_next  {
	position:absolute;
	left:0;
	font-size:0px;
	height:90%;
	margin-top:40px;
	width:20%;
	display:block;
}
a#TB_prev:hover { background:url(../../galleries/fancy_left.png) no-repeat 50% 48%; }

a#TB_next {
	left:auto;
	right:0;
}

a#TB_next:hover { background:url(../../galleries/fancy_right.png) no-repeat 65% 48%; }

#TB_window img#TB_Image {
	border:7px solid #fff;
	-moz-box-shadow:13px 13px 14px #666;
	-webkit-box-shadow:13px 13px 14px #666;
	box-shadow:13px 13px 14px #666;
}
.TB_overlayBG {opacity:0.3;
filter:Alpha(opacity=30);}

#TB_caption {
	width:100%;
	text-align:center;
	margin:17px 0 0;
}

#TB_caption span {
	padding:5px 25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	background:#000;
	border:2px solid #FFF;
	color:#fff;
}

#TB_secondLine { display:none; }

a#TB_closeWindowButton {
	position:absolute;
	top:2px;
	right:-14px;
	background:url(../../galleries/fancy_closebox.png) no-repeat;
	font-size:0;
	width:30px;
	height:30px;
	display:block;
}
/*======= Blog =======*/

div#blog-posts { }
ul#list-posts { }
ul#list-posts li.post { }
div#titleblog { }
div#titleblog a { }
/*================ list-news ===================*/

.news-item h4 span a { }
.news-item h4 span { }
.news-item h4 { }
.news-item-description { }
.news-item-content { }
/*================ breadcrumbs ===================*/

.breadcrumbs {font-size:10px; margin:5px 0px; }
.breadcrumbs a {
	color:#00f;
	text-decoration:none;
    font-size:10px;
}
.breadcrumbs span {
	color:#7f7f7f;
}

#tabs_content {
  padding: 30px 20px 20px;
  font-size: 14px;
}

#top-link  {
display: none;
position: fixed;
right: 0px;
bottom: 0px;
color: #039;
width:4%;
height:100%;
font-weight: bold;
font-size: 18px;
text-decoration: none;
/*border-bottom: 1px dashed #039;*/
background: #E6e6e6;
opacity:0.6;
padding-left: 10px;
z-index: 999;    
}
#top-link:hover {
    /*color:#ccc;*/
    background: #ccc;
}
#top-link img {
    height:30px;
    width:40px;
    border:none !important;
}
/* Price-List */
.price-group,.price-item,.price-price,.price-h,.price-date{font-family: Verdana;}
.price-date {font-size: 90%;}
/*.price-item,.price-price{font-size: 90%;}*/
.price-group,.price-h{font-size: 130%;}



.price-group {
    background-color: #F9F8F7;
    cursor: pointer;
}
.price-h {
    background-color: #E9EAEB;
    text-transform: capitalize;
    padding: 4px;
}
.price-h,.price-group,.price-date{text-align: left; padding: 4px;}
.price-item {text-align: left;}
.price-price {text-align: right;}
.price-date {text-decoration: underline;}

/******** #wilga-registration form*********/
#wilga-registration form>div{
    clear:both;
    margin-bottom:5px;
}
#wilga-registration form>div>br{ display:none;}
#wilga-registration form>div>label,
#wilga-registration #wilga-misc-fields label {
    float:left;
    margin-right:10px;
    margin-bottom:5px;
}
#wilga-registration form>div>label:first-child,
#wilga-registration #wilga-misc-fields label {
    width:150px;
}

#wilga-registration form td label{
    width:auto;
}
#wilga-registration form>div>input, 
#wilga-registration form>div>textarea,
#wilga-registration #wilga-misc-fields input,
#wilga-registration #wilga-misc-fields textarea{
    width: 200px;
}
#wilga-registration form select,
#wilga-registration #wilga-misc-fields select{
    width: 210px;
}
#wilga-registration form input[type="checkbox"], #wilga-registration form input[type="radio"] {
    float: left;
    margin: 3px 5px 0 0;
    width: auto;
}
#wilga-registration form td{
    padding:5px;
    vertical-align:middle;
}
#wilga-registration form td:first-child{
    text-align:left;
}
#wilga-registration form td .chzn-container{
    vertical-align:middle;
}

#wilga-registration form div.meals-container table input,
#wilga-registration form div.booking-container table input{
    width: 40px;
}
#wilga-registration .notification {
    color: red;
    font-weight: bold;
}
.btn-small.btn-small {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: Arial;
    color: #ffffff;
    font-size: 0.8em;
    line-height: 1em;
    padding: 6px 12px;
    margin: 3px 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-variant: small-caps;
}
.btn-small.btn-small:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}
div.clearfix > a.btn-small {
    float: left;
}
div.with-buttons {
    position: absolute;
    width: 62%;
    right: 20px;
    bottom: 10px;
}