body, html{
	padding: 0;
	margin: 0;
	height: 100%;
	overflow: hidden;
	background: #fff;
}


 @page { size: landscape; }

.slides-navigation{
	display: none;
}

a{
	outline: none;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

html, body{
	font-size: 12pt;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	background-color: #dcd6bf;
	overflow: hidden;
}

img,table{
	outline: 0;
	border: 0;
}

.lv{
	font-family: Arial;
}


.inline {

	display: -moz-inline-stack;
	display: inline-block;


	zoom: 1;
	*display: inline;
}



#logo{
	display: block;
	position: absolute;
	top: -70px;
	left: 20px;
	width: 275px;
	height: 70px;
	z-index: 100;
	background: url(../images/osobnyak-logo.png) no-repeat;
}


/********************************* ЦВЕТОВАЯ СХЕМА ДЛЯ ФОНОВ ********/
.short-preview,
.more,
.content-page{
	background-image: url('../images/content/green-bg.png');
}


#page3 .content-page{
	background-image: url('../images/content/magneta-bg.png');
}

#menu li.menu3 .sign{
	margin-left: -16px;
	background: url('../images/menu/content-sign-magneta.png') no-repeat center bottom;
}


/* пример цвета страницы и элементов */
#page5 .short-preview,
#page5 .more,
#page5 .content-page{
	background-image: url('../images/content/yellow-bg.png');
}

#page5 .content-page .content-image{
	background-image: url('../images/content/yellow.png');
}

#menu li.menu5 .sign{
	margin-left: -16px;
	background: url('../images/menu/content-sign-yellow.png') no-repeat center bottom;
}


/* page 7*/
#page7 .short-preview,
#page7 .more,
#page7 .content-page{
	background-image: url('../images/content/yellow-bg.png');
}

#page7 .content-page .content-image{
	background-image: url('../images/content/yellow.png');
}

#menu li.menu7 .sign{
	margin-left: -16px;
	background: url('../images/menu/content-sign-yellow.png') no-repeat center bottom;
}






/********************************* MAIN MENU ********/
#menu-container{
	display: none;
	height: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: 100;
}

#menu{
	position: relative;
	top: 0px;
	max-width: 840px;
	text-align: center;
	margin: 20px auto 0 auto;
	padding: 0;
	list-style-type: none;
}

#menu li{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 16%;
	padding: 0;
	margin: 0;
	height: 100px;
	font-size: 0;
	text-align: center;
	position: relative;
}

#menu li a{
	position: relative;
	font-size: 12px;
	color: #fff;
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url('../images/menu/icons.png');
}

#menu li.menu1{
	display: none;
}

#menu li.menu2 a{
	background-position: 0px 0px;
}
#menu li.menu2 a.current{
	background-position: 0px -100px;
}


#menu li.menu3 a{
	background-position: -100px 0px;
}
#menu li.menu3 a.current{
	background-position: -100px -100px;
}


#menu li.menu4 a{
	background-position: -200px 0px;
}
#menu li.menu4 a.current{
	background-position: -200px -100px;
}


#menu li.menu5 a{
	background-position: -300px 0px;
}
#menu li.menu5 a.current{
	background-position: -300px -100px;
}


#menu li.menu6 a{
	background-position: -400px 0px;
}
#menu li.menu6 a.current{
	background-position: -400px -100px;
}


#menu li.menu7 a{
	background-position: -500px 0px;
}
#menu li.menu7 a.current{
	background-position: -500px -100px;
}



#menu li .menu-description{
	display: block;
	float: left;
	position: absolute;
	left: 50%;
	/*width: 82px;*/
	/*left: 7px;*/
	top: -41px;

	/*padding: 2px;*/
	text-transform: uppercase;
}

#menu li .menu-description div{
	float: left;
	position: relative;
	left: -50%;
	text-align: center;
	padding: 2px 4px;
	background: #4c4c4c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#menu li .sign{
	display: none;
	width: 32px;
	height: 0;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -16px;
	background: url(../images/menu/content-sign-green.png) no-repeat center bottom;
}

/********************************* CONTENT DIV ********/
#content .page{
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
}

.short-preview{
	width: 420px;
	position: absolute;
	right: -700px;
	top: 0;
	padding: 20px;
	display: none;
}

.short-preview .text-header{
	position: absolute;
	top:-60px;
	right: 0;
}

.short-preview .text-header h1,
.short-preview .text-header h2{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 50px;
	white-space: nowrap;
	text-transform: uppercase;
	display: block;
	height: 60px;
	line-height: 60px;
	position: absolute;
	right: 0;
	padding: 0 5px;
	margin: 0;
	font-weight: 800;
	background: url(../images/text-header-bg.png);
}

.short-preview .text-header h1{
	font-weight: 300;
	top: -60px;
	right: 0;
}

.short-preview .text-header .bold{
	font-weight: bold;
}

.short-preview:hover .more{
	color: #fff;
}

.short-preview .more{
	color: #000;
	text-decoration: none;
	position: absolute;
	bottom: -40px;
	height: 20px;
	line-height: 20px;
	padding: 10px;
	right: 0;
}


.content-page{
	/*overflow-y: auto;*/
	display: none;
	top: 110px; /* место для логотипа */
	z-index:5;
	position:relative;
}

.content-page .anchor-links{
	clear: both;
	margin-bottom: 20px;
}

.content-page .anchor-links a{
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	color: #fff;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #a78650;
}

.without-short-preview .content-page{
	background: none;
}

.content-container{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	padding: 20px 42% 20px 10%;
	margin-right: auto;
}

.content-page .scroll-container{
	height: 300px;
	overflow: auto;
	padding: 10px;
	z-index: 5;
	position: relative;
}

.content-page .content-image{
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	max-width: 851px;
	height: 100%;
	z-index: 3;
	background: url('../images/content/green.png') no-repeat 0% 50%;
}

.content-page .content-image div{
	width: 100%;
	height: inherit;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.content-page .content-image div.img1{
	background-image: url('../images/content/img1.png');
}

.content-page .content-image div.img2{
	background-image: url('../images/content/img2.png');
}

.content-page .content-image div.img7{
	background-image: url('../images/content/img7.png');
}

.content-page h1{
	font-size: 2.4em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.content-container .big-text{
	clear: both;
	font-size: 1.3em;
}

a.close-content{
	position: absolute;
	top: 25px;
	right: 25px;
	color: #000;
	z-index: 100;
}

a.close-content:hover{
	color: #fff;
}



@media screen and (max-width: 960px) {
	html, body{
		font-size: 1.3em;

	}

	.content-page h1{
		font-size: 2em;
	}

	.content-container{
		padding: 20px;
	}

	.content-page .content-image{
		display: none;
	}
}


a.manifest{
	display: block;
	font-style: italic;
	background:#d2b780;
	border-top:1px solid #efd092;
	border-bottom:1px solid #efd092;
	padding: 15px 10px;
	height: 62px;
	color: #000;
	text-decoration: none;
}

a.manifest:hover{
	color: #fff;
}


/******************* RG GALLERY */
.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	/*background:transparent url(../images/gallery/black.png) repeat top left;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}


.rg-image img{
	max-height:100%;
	max-width:100%;
}


.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background:#000 url(../images/gallery/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../images/gallery/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/gallery/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}


#slides img{
	display: none !important;
}

.short-preview,
.more,
.content-page{
	background: none !important;
}

#logo{
	display: none;
}

#menu-container{

}

h1{
	font-size: 2em !important;
}

.content-container{
	padding: 0 !important;
}

.content-page a.close-content{
	display: none !important;
}

.content-page{
	top: 0 !important;
}

.content-page,
.content-page div{
	overflow: none !important;
	height: auto !important;
}

.plani-container h1{
	display: none;
}

.living-space{
	padding: 0 !important;
	background: none !important;
}

.plani-container .row1{
	display: none !important;
}

.plani-container{
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}


.plani-container .common-links{
	display: none;
}

.plani-container .row3{
	width: 32% !important;
	height: auto !important;
}


.plani-container .row2 {
	width: 50% !important;
	padding: 0;
	padding: 0 2em 0 0;
	margin: 0;
	height: auto !important;
}

img.room-plan{
	max-width: 270pt !important;
	max-height: 410pt !important;
}

@media print and (orientation: landscape) {
	img.room-plan{
		max-width: 360pt !important;
		max-height: 410pt !important;
	}
}

.plani-container .row3 .rooms-living-space li{
	font-size: 12px;
	line-height: 22px;
	height: auto !important;
}

