html {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:normal;
	overflow-x:hidden;
}

* {
    outline: 0!important; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea
{
	font-family: 'Roboto', sans-serif;
}

body 
{
	margin:0;
	padding:0;
	overflow-x:hidden;
}

.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;
}


.col2
{
	display: inline-block;
	width: 49.8%;
	vertical-align: top;
}

.col3
{
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
}


.mainslide.video
{
	position: relative;
	overflow: hidden;
}

video
{
/*
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: translateY(-50%);
    pointer-events: none;
    position: absolute;
    object-fit: cover;
    overflow: hidden;
    height: auto;
    width: 100%;
    left: 0px;
    top: 50%;*/
 position: absolute;
    top: 0;
    left: 0;
    height: auto;
	min-height:100%;
	min-width:100%;
	background-image: url(/uploads/ozero73.jpg);
	background-size: cover;
	background-position: center center;
}

.mainimg
{
	position: relative;
}

#mainslidewrapper
{
	height: 100vh;
	z-index: 0;
}

.mainslide
{
	height: 100vh;
	background-position: center 84%;
	background-size: cover;
}


.mainimg>div.upstring
{
	margin: 0px auto;
	padding: 60px 60px 20px;
/*	width: 1200px;*/
	max-width: 100%;
	text-align: left;
	background: #ffffffbb;
	position: absolute;
	width: 100%;
	top: 0%;
	z-index:2;
}

.mainimg>div.upstring>.col2 img
{
	width: 26px;
	height: 26px;
	margin: 0px 3px;
	position: relative;
	top: 3px;
}

.mainimg>div.upstring>.col2:first-child,
.mainimg>div.upstring>.col2:first-child p,
.mainimg>div.upstring>.col2:first-child h3
{
	text-align: left;
	color: #1875B0;
	font-size: 44px;
}

.mainimg>div.upstring>.col2:first-child p,
.mainimg>div.upstring>.col2:first-child h3
{
	margin: 0px;
	padding: 0px;
}

.mainimg>div.upstring>.col2:first-child p
{
	font-size: 20px;
}

.mainimg>div.upstring>.col2:last-child,
.mainimg>div.upstring>.col2:last-child a
{
	text-align: right;
	color: #555;
	font-size: 28px;
}

.mainimg>div.upstring>.col2:last-child a:nth-child(3)
{
	text-decoration: none;
}

.mainimg>div.upstring>.col2:last-child a:nth-child(3) img
{
	margin-right: 10px;
}

.mainimg>div.upstring>.col2:last-child a:last-child
{
	text-decoration: none;
	border-bottom: 1px dotted #000;
	font-size: 20px;
	color: #1875B0;
}

.mainimg>div.titles
{
	margin: 140px auto 0px;
	padding: 20px 60px 80px;
	width: 100%;
	background: ;
	max-width: 100%;
	text-align: left;
	position: absolute;
	bottom: 0px;
	z-index:2;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 82%);
}



.mainimg>div h1, .mainimg>div h2
{
	color: #fff;
	padding: 0px;
	text-align: left;
/*	text-shadow: 0px 0px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000;*/
}

.mainimg>div h1
{
	font-size: 62px;
	font-weight: 700;
	line-height: 1.2em;
	font-family: 'Century Gothic';
}

.mainimg>div h2
{
	font-size: 40px;
	padding: 0px 2px;
	font-weight: normal;
	font-family: 'Century Gothic';
}

.mainimg>div h2>sup
{
	font-size: 20px;
	line-height: 1.1em;
}

.downbtn
{
	bottom: 30px;
	left: 50%;
	z-index:9999;
	cursor: pointer;
	position: absolute;
	margin-left: -27px;
	border-radius: 50%;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.downbtn:hover, .downbtn.skok
{
	bottom: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.downbtn.skok:hover
{
	bottom: 2px;
}

.midcolumn.col2 .lastiventswrapper
{
	padding-top:0px;
	margin-top: 0px;
}


#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;
}

.benefit.benefitbig
{
	height: 360px;
	width: 260px;
}

.benefit a
{
	text-decoration: none;
	color: inherit;
}


.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: #1875B0;
	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: #c55555;
	width: 40%;
	max-width: 500px;
}

.wanthelp input::-webkit-input-placeholder, .wantconf input::-webkit-input-placeholder {
	color: #1875B0;
   } 
.wanthelp input::-moz-placeholder, .wantconf input::-moz-placeholder {
	color: #1875B0;
   }

.wanthelp a, .wantconf a
{
	display: inline-block;
	background: #1765A0;
	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/data/3581mid.JPG'); /*закат*/
	background-size: cover;
}
.bgr2
{
	background-image: url('/base/data/3495mid.JPG'); /*панорама*/
	background-size: cover;
}
.bgr3
{
	background-image: url('/base/data/3494mid.JPG'); /*панорама2*/
	background-size: cover;
}

.bgr4
{
	background-image: url('/base/picts/house1.jpg'); /* дом */
	background-size: cover;
}

.bgr5
{
	background-image: url('/base/picts/house2.jpg'); /* дом */
	background-size: cover;
}

.bgr6
{
	background-image: url('/base/picts/house3.jpg'); /* дом */
	background-size: cover;
}

.bgr7
{
	background-image: url('/base/picts/house4.jpg'); /* дом */
	background-size: cover;
}


.feedback 
{
}

/* блок бронирования */

@media only screen and (max-width: 820px)
{

.action
{
	display: none;
}

}

.logo {
	line-height: 40px;
}

@media only screen and (min-width: 980px) 
{ 
	.lastivents .owl-controls, .lastiventswrapper h2 a { display: none;}

}


@media only screen and (max-width: 980px) {
	.logo 
	{
		line-height: 20px;
	}

	#mainslidewrapper
	{
		height: calc(100vh - 88px);
	}

	.mainslide
	{
		height: calc(100vh - 88px);
	}

	.wanthelp strong, .wantconf strong {
	    font-size: 20px;
	}
        .wanthelp input, .wantconf input {
	    clear: both;
	    width: auto;
	    margin: 24px auto;
	    display: block;
	}

}

@media only screen and (max-width: 800px) { .logo { line-height: 20px; 	}}

.midcolumn.col2>div.lastiventswrapper
{
	margin: 20px;
}

.gallery a,
.itemwidth
{	
	height: 290px; 
	overflow: hidden;
	border: 5px solid #fff;
	width: 25%;
}

.gallery a div
{
	background-position:center center;
	background-size: cover;
	background-repeat: no-repeat;
	width:100%;
	height: 100%;
	transition-delay: 0s !important;
-webkit-transition: .7s !important;
    -o-transition: .7s !important;
    transition: .7s !important;
    transition-timing-function: ease-in-out;
}

.gallery a:hover div 
{
	transform: scale(1.05) !important;
	transition-delay: 0s !important;
-webkit-transition: .7s !important;
    -o-transition: .7s !important;
    transition: .7s !important;
    transition-timing-function: ease-in-out;
}

.gallery a.big {	width: 50%; height: 580px; overflow: hidden;}
.gallery a.high {	height: 580px; overflow: hidden;}

@media only screen and (max-width: 990px) 
{ 
	.gallery a { height: 200px; }
	.gallery a.big {	height: 400px;}
	.gallery a.high {	height: 400px; overflow: hidden;}

}
@media only screen and (max-width: 600px) 
{ 
	.gallery a { width: 50%; height: 130px; }
	.gallery a.big {	height: 260px;}
	.gallery a.high {	height: 260px; overflow: hidden;}

}


.oldstitle1
{
	color: rgb(255, 255, 255);
	text-shadow: 0px 0px 5px #000, 2px 2px 2px #000;
	line-height: 1.2;
	letter-spacing: 2px;
	font-size: 26px;	
	text-align: center;
	position: absolute;
	z-index: 10;
	margin-top: 380px;
	width: 100%;
}

.oldstitle2
{
	color: rgb(255, 255, 255);
	text-shadow: 0px 0px 5px #000, 2px 2px 2px #000;
	line-height: 1.2;
	letter-spacing: 2px;
	font-size: 30px;	
	text-align: center;
	position: absolute;
	z-index: 10;
	margin-top: 420px;
	width: 100%;
}

.leftright .right {
	float: left;
}


.mainslide { 

	background-position: center center;
}

@media only screen and (max-width: 800px) {

.mainslide { 

	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}


}


@media (max-width: 1450px)
{

	.contactsmapwrap
	{
		height:800px;
	}

	.contactsmap
	{
		height:800px;
	}

	.mainimg .upstring .col2:last-child
	{
		padding: 0px;
		width: calc(49% - 40px);
	}
	video {
		left: -10%;
	}

	.leftcontacts, .rightcontacts
	{
		width:auto;
		clear: both;
		float: none;
	}

	.rightcontacts
	{
	    padding: 0px 3% 74px;
	}

}

@media (max-width: 980px)
{
	.mainimg>div.upstring>.col2:last-child a 
	{
		font-size: 20px;
	}

	video {
		left: -50%;
	}
}


@media (max-width: 767px)
{
	.contactsmapwrap
	{
		height:400px;
	}

	.contactsmap
	{
		height:400px;
	}


        .col2
	{
		display: block;
		width: auto;
		clear: both;
	}

        .col3
	{
		display: block;
		width: auto;
		clear: both;
	}

	.leftright .right 
	{
	    width: 100%;
	}

	.faq .question 
	{
		padding-right: 60px;
		position: relative;
		font-size: 20px;
	}

	.faq .question img 
	{
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		margin: 0px auto 0px;		
	}

	.lastivents 
	{
	    padding: 12px;
	}


	.mainimg .upstring .col2:last-child 
	{
		width: auto;
	}

	.mainimg>div.upstring 
	{
		padding: 0px 20px 12px;
		width: 100%;
	}

	.mainimg>div.titles {
		margin: 40px auto 0px;
		padding: 20px 20px 80px;
		width: 100%;
	}

	.mainimg .upstring .col2:first-child 
	{
		margin-top: 0px;
/*		background: #ffffffee; */
		padding: 10px;
	}

	.mainimg>div.upstring>.col2:first-child h3 {
		font-size:24px;
		margin-bottom: 12px;
	}

	.mainimg .upstring .col2:last-child 
	{
		margin-top: 20px;
/*		    background: #ffffffee; */
	}
	.mainimg>div h2>sup {
	    font-size: 12px;
	}

	.mainimg>div.upstring>.col2:last-child, 
	.mainimg>div.upstring>.col2:first-child p,
	.mainimg>div.upstring>.col2:last-child a,
	.mainimg>div.upstring>.col2:first-child h3 {
		text-align: center;
		margin: 0px auto;
	}


	.mainimg>div h1
	{
		font-size: 32px;
	}
	.mainimg>div h2 
	{
		font-size: 20px;
	}

	video {
		left: -100%;
	}


}

@media (max-width: 400px)
{
	.mainimg>div.upstring>.col2:first-child
	{
		margin-top: 0px;
		padding: 0px 20px;
	}
	.mainimg>div.upstring>.col2:first-child h3 
	{
	    	font-size: 18px;
	    	margin-bottom: 12px;
	}
	.mainimg>div.upstring>.col2:first-child p {
	    font-size: 16px;
	}
	.mainimg>div.upstring>.col2:last-child
	{
		padding: 10px 20px;
	}

	.mainimg>div.upstring>.col2:last-child, 
	.mainimg>div.upstring>.col2:last-child a {
	    text-align: center;
	    color: #555;
	    font-size: 18px;
	}
	.mainimg>div.upstring 
	{
		padding: 0px 10px;
		width: 100%;
	}

}

// скрываем фенсибокс превьюшки на маленьком экране

@media (max-width: 576px)
{
	.fancybox-thumbs {
		width: 0px;
		display: none;
	}
	.fancybox-show-thumbs .fancybox-inner {
	    right: 0px;
	}
}