@font-face{
	font-family: 'Calibri';
	src: url('../fonts/calibri.eot');
	src: url('../fonts/calibri.eot?#iefix') format('embedded-opentype'),
		url('../fonts/calibri.woff') format('woff'),
		url('../fonts/calibri.ttf') format('truetype'),
		url('../fonts/calibri.svg#calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'CalibriItalic';
	src: url('../fonts/calibrii.eot');
	src: url('../fonts/calibrii.eot?#iefix') format('embedded-opentype'),
		url('../fonts/calibrii.woff') format('woff'),
		url('../fonts/calibrii.ttf') format('truetype'),
		url('../fonts/calibrii.svg#CalibriItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'CalibriBoldItalic';
	src: url('../fonts/calibriz.eot');
	src: url('../fonts/calibriz.eot?#iefix') format('embedded-opentype'),
		url('../fonts/calibriz.woff') format('woff'),
		url('../fonts/calibriz.ttf') format('truetype'),
		url('../fonts/calibriz.svg#CalibriBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'CalibriBold';
	src: url('../fonts/calibrib.eot');
	src: url('../fonts/calibrib.eot?#iefix') format('embedded-opentype'),
		url('../fonts/calibrib.woff') format('woff'),
		url('../fonts/calibrib.ttf') format('truetype'),
		url('../fonts/calibrib.svg#CalibriBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Circe-Regular';
	src: url('../fonts/circe-regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/circe-regular.woff') format('woff'), url('../fonts/circe-regular.ttf')  format('truetype'), url('../fonts/circe-regular.svg#Circe-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Circe-Bold';
	src: url('../fonts/circe-bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/circe-bold.woff') format('woff'), url('../fonts/circe-bold.ttf')  format('truetype'), url('../fonts/circe-bold.svg#Circe-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Circe-Light';
	src: url('../fonts/circe-light.eot?#iefix') format('embedded-opentype'),  url('../fonts/circe-light.woff') format('woff'), url('../fonts/circe-light.ttf')  format('truetype'), url('../fonts/circe-light.svg#Circe-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
input[type=submit],
input[type=text],
input[type=password],
input[type=file],
textarea{-webkit-appearance:none;}
textarea,
input[type=submit],
input[type=text]{-webkit-border-radius:0;}
input[type="image"]{
	padding:0;
	border:none;
}
table{
	border-bottom: 1px solid #071d49;
	background-color: #fff;
}
thead th{
	border-bottom: 1px solid #071d49;
	text-align:center;
	vertical-align:middle;
	background-color: #e5d4ae;
}
tbody td{

}
body{
	margin:0;
	color:#010101;
	min-width:320px;
	font:14px/17px Calibri, Arial, Verdana, sans-serif;
	background:#fff;
	-webkit-text-size-adjust:none;
}
strong{font:14px/17px CalibriBold, Arial, Verdana, sans-serif;}
em{font:14px/17px CalibriItalic, Arial, Verdana, sans-serif;}
strong em{font:14px/17px CalibriBoldItalic, Arial, Verdana, sans-serif;}
em strong{font:14px/17px CalibriBoldItalic, Arial, Verdana, sans-serif;}
img{
	border-style:none;
	vertical-align:top;
}
a{
	text-decoration:underline;
	color:#000;
	outline:none !important;
}
a:hover{text-decoration:none;}
p{margin:0 0 10px;}
q{quotes:none;}
q:before{content:"";}
q:after{content:"";}
header,
footer,
article,
section,
nav,
figure,
aside{display:block;}
figure{
	margin:0;
	padding:0;
}
input,
textarea,
select {
	font:100% Calibri, Arial, Verdana, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder{
	color:rgba(0,0,0,0);
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{
	color:rgba(0,0,0,0);
}
::-webkit-input-placeholder{
	color:#000000;
}
:-moz-placeholder{
	color:#000000;
}
::-moz-placeholder{
	color:#000000;
	opacity:1;
}
:-ms-input-placeholder{
	color:#000000;
}
#wrapper{
	overflow:hidden;
	width:100%;
	position:relative;
}
.holder{
	margin:0 auto;
	width:100%;
	max-width:1004px;
	padding:0 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.holder-down{
	 margin: 0px auto; 
}
.holder-down .heading{
	 margin: 37px 0 11px 0;
}
#header:after,
#main:after,
#footer:after,
.holder:after{
	content:"";
	display:block;
	clear:both;
}
img.alignleft{
	float:left;
	margin:4px 20px 20px 0;
}
img.aligncenter{
	display:block;
	text-align:center;
	clear:both;
	margin:0 auto 20px;
}
img.alignright{
	float:right;
	margin:4px 0 20px 20px;
}
#header{
	width:100%;
	position:relative;
	z-index:14;
	background:#071d49;
	padding:13px 0 0;
	margin:0 0 15px;
}
.home-page #header{margin:0;}
#header .holder{
	padding:0 0 0 30px;
}
.header-holder{
	width:100%;
	padding:0 0 15px 200px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.header-holder:after{
	content:"";
	display:block;
	clear:both;
}
.donate{
	display:inline-block;
}
.donate a{
	background: #c93239;
	position: relative;
	border-radius: 0 0 10px 10px;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	color:#fff;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
	padding:30px 20px 5px 20px;
	font:14px/20px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	right: 50px;
	bottom: 32px;
}
.logo{
	float:left;
	width:147px;
	height:81px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 -189px;
	background:url(../i/logo.png) no-repeat;
}
.logo_en{
	width:147px;
	height:78px;
	background:url(/i/logo-en.png) no-repeat;
}
.logo a{
	display:block;
	height:100%;
}
.t-box{
	float:left;
	width:100%;
	text-align:right;
	padding:11px 0 0;
}
.t-block{
	display:inline-block;
	vertical-align:top;
}
.lang{
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0 43px 0 0;
	list-style:none;
	text-align:left;
	font:12px/14px Circe-Regular, Calibri, Arial, Verdana, sans-serif;
}
.lang li{
	display:inline-block;
	vertical-align:top;
	background:url(../i/bg-lang.png) no-repeat 0 2px;
	padding:0 7px 0 11px;
}
.lang li:first-child{
	background:none;
	padding:0 7px 0 0;
}
.lang a{color:#fff;}
.lang .active a,
.lang .active a:hover{text-decoration:none;}
.sl-list{
	display:inline-block;
	vertical-align:top;
	padding:0 16px 0 0;
	margin:0;
	list-style:none;
	text-align:left;
}
.sl-list li{
	display:inline-block;
	vertical-align:top;
	margin:0 6px 0 0;
}
.sl-list a{
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	width:31px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
}
.sl-list .fb{background:url(../i/bg-sl-new.png) no-repeat;}
.sl-list .vk{background:url(../i/bg-sl-new.png) no-repeat -39px 0;}
.sl-list .ok{background:url(../i/bg-sl-new.png) no-repeat -78px 0;}
.sl-list .tw{background:url(../i/bg-sl-new.png) no-repeat -117px 0;}
.sl-list .in{background:url(../i/bg-sl-new.png) no-repeat -156px 0;}
.sl-list .yt{background:url(../i/bg-sl-new.png) no-repeat -195px 0;}
.sl-list a:hover{opacity:0.7;}
.nav .sl-list{
	display:none;
}
.tools-box{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin:-3px 0 0;
}
.tools{
	display:inline-block;
	vertical-align:top;
	padding:0 0 15px;
	margin:0;
	list-style:none;
}
.tools li{
	display:inline-block;
	vertical-align:top;
}
.tools .contacts-link{
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	width:33px;
	height:22px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../i/bg-tools.png) no-repeat -94px -2px;
	margin:6px 15px 0 0;
}
.tools .contacts-link:hover{opacity:0.7;}
.tools .vision-link{
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	width:35px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../i/bg-tools.png) no-repeat -145px -4px;
	margin:8px 0 0;
}
.tools .vision-link:hover{opacity:0.7;}
.search-holder{
	display:inline-block;
	vertical-align:top;
	width:26px;
	height:26px;
	position:relative;
	margin:0 17px;
}
.search-holder .opener-search{
	display:block;
	position:relative;
	z-index:8889;
	width:35px;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../i/bg-tools.png) no-repeat -48px 4px;
}
.search-holder .opener-search:hover{opacity:0.7;}
.active-search .search-holder .opener-search{
	background:url(../i/bg-tools.png) no-repeat 0px 4px;
}
.s-form .text{
	padding:3px 0;
	margin:0;
	border:0;
	float:left;
	width:100%;
	height:26px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:0;
	color:#071d49;
	outline:none;
	font:14px/20px Calibri, Arial, Verdana, sans-serif;
}
.search-holder .search-frame{
	overflow:hidden;
	position:absolute;
	top:0;
	right:-9px;
	z-index:8888;
	background:#fff;
	text-align:left;
	padding:4px 38px 4px 9px;
	-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;
	width:313px;
	height:34px;
}
#header .search-frame{
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s 0s;
	-moz-transition:all 0.3s 0s;
	transition:all 0.3s 0s;
	width:0;
}
#header.active-search .search-frame{
	opacity:1;
	visibility:visible;
	width:313px;
}
.subscribe-box{
	overflow:hidden;
	width:100%;
	padding:0 0 0 19px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font:12px/14px Circe-Regular, Calibri, Arial, Verdana, sans-serif;
}
.subscribe-box a{color:#fff;}
.nav{
	width:100%;
	font:14px/20px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
}
.nav .nav-opener{display:none;}
.nav .nav-drop{
	width:100%;
}
.nav:after,
.nav .nav-drop:after{
	content:"";
	display:block;
	clear:both;
}
.nav ul{
	display:table;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.nav li{
	position:relative;
	display:table-cell;
	vertical-align:top;
}
.nav li a{
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	color:#fff;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
	padding:10px 8px 11px 11px;
}
.nav .calendar-link{
	overflow:hidden;
	text-indent:-9999px;
	width:43px;
	height:41px;
	background:url(../i/ico-calendar.png) no-repeat 8px 5px;
	padding:0;
	-webkit-transition:background-color 0.2s linear;
	transition:background-color 0.2s linear;
}
.nav li a:hover,
.nav .active a{
	color:#071d49;
	background-color:#e5d4ae;
}
.nav .mobile{
	display:none;
}
.nav li .calendar-link:hover,
.nav .active .calendar-link{
	background:url(../i/ico-calendar.png) no-repeat 8px -51px;
	background-color:#e5d4ae;
}
.nav-opener{
	float:right;
	width:31px;
	height:31px;
	border:1px solid #fff;
	position:relative;
	border-radius:3px;
	text-indent:-9999px;
	overflow:hidden;
}
.nav-opener:before,
.nav-opener:after,
.nav-opener span{
	background:#fff;
	border-radius:2px;
	position:absolute;
	top:16px;
	left:19%;
	right:19%;
	height:2px;
	margin-top:-1px;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.nav-opener:before,
.nav-opener:after{
	content:'';
	top:10px;
}
.nav-opener:after{top:22px;}
.nav .close-btn span,
.nav-active .nav-opener span{opacity:0;}
.nav-opener:hover{opacity:.9;}
.nav .close-btn:after,
.nav .close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before{
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top:16px;
	left:15%;
	right:15%;
}
.nav .close-btn:after,
.nav-active .nav-opener:after{
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.slideshow{
	position:relative;
	width:100%;
}
.slideshow:after{
	content:"";
	display:block;
	clear:both;
}
.slideshow .slideset-holder{
	overflow:hidden;
	width:100%;
	background: #fff;
	text-align:center;
}
.slideshow .slideset{
	overflow:hidden;
	width:100%;
	max-width: 1104px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
.slideshow .slide{
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	top:0;
}
.slideshow .slide.active{z-index:2;}
.slideshow .slide img{max-width:100%;}

.slideshow .btn-prev{
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	display:block;
	z-index:12;
	top: 47%;
	left: 10px;
	width:30px;
	height:30px;
	-webkit-transition:all 0.3s 0s;
	-moz-transition:all 0.3s 0s;
	transition:all 0.3s 0s;
	background:#c8ab7a url(../i/bg-prne.png) no-repeat 8px 50%;
}
.slideshow .btn-next{
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	position:absolute;
	z-index:12;
	top: 47%;
	right: 10px;
	width:30px;
	height:30px;
	-webkit-transition:all 0.3s 0s;
	-moz-transition:all 0.3s 0s;
	transition:all 0.3s 0s;
	background:#c8ab7a url(../i/bg-prne.png) no-repeat -27px 50%;
}

.slideshow .pagination{
	overflow:hidden;
	width:100%;
	text-align:center;
	padding:13px 0;
}
.slideshow .pagination ul{
	padding:0;
	margin:0;
	list-style:none;
}
.slideshow .pagination li{
	display:inline-block;
	vertical-align:top;
	padding:0 4px;
}
.slideshow .pagination a{
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
	width:16px;
	height:16px;
	border:1px solid #c8ab7a;
	background:#fff;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.slideshow .pagination .active a,
.slideshow .pagination a:hover{background:#c8ab7a;}
#main{
	width:100%;
	position:relative;
	z-index:12;
	/* padding:0 0 36px; */
}
#main h2{
	margin:0 0 8px;
	font:24px/29px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
#main h3{
	margin:0 0 8px;
	font:15px/18px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
/* Heading */
.heading{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-bottom:1px solid #071d49;
	margin:0 0 11px;
}
.heading:after{
	content:"";
	display:block;
	clear:both;
}
.main_proj{
	font:14px/29px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
}
#main .heading h2{
	margin:0 0 2px;
	font:24px/29px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
#main .heading h2 a{
	text-decoration: none;
}
#main .heading a{
	text-decoration: none;
}

#main .line2 h2{
	width:500px;
}
#main .heading-sb{
	padding:5px 0 0;
}
#main .heading h3{
	margin:0 0 3px;
	font:15px/18px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
/* End Heading */
.att-box{
	overflow:hidden;
	width:100%;
	/* background: #c1c1c1; */
	border-bottom: 1px solid #071d49;
	border-top: 1px solid #071d49;
	color: #000;
	/* font:18px/21px CalibriBold, Arial, Verdana, sans-serif; */
	padding: 10px 0 11px;
	margin:0 0 33px;
	background:url(../i/ico-att.png) no-repeat 38px 12px;
}
.att-box .holder{
	padding:0 30px 0 116px;

}
.att-box p{margin:0;padding-right: 10px;}
.att-box h4 {
	display: block;
	font:18px/21px CalibriBold, Arial, Verdana, sans-serif;
	margin-bottom: 1px;
}
.att-box p .newshead{
	padding: 15px 0px 15px 0px;
	display: block;
    font: 18px/21px CalibriBold, Arial, Verdana, sans-serif;
}
.att-box p .newshead a{
	color:#010101;
	text-decoration:none;
}
.att-box p a {
	color: #5a5a5a;
}
.att-box .opener{
	float:right;
	text-decoration:none;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
	margin:-40px -30px 0;
	position:relative;
}
.att-box .opener:hover{text-decoration:none;}
.att-box .fa-i{
	float:right;
	margin:2px 0 0 8px;
	width:30px;
	height:30px;
	background:#c8ab7a;
	overflow:hidden;
	text-indent:-9999px;
	background:#c8ab7a url(../i/bg-toggle.png) no-repeat 50% 11px;
}
.att-box.expanded .fa-i{
	background:#c8ab7a url(../i/bg-toggle.png) no-repeat 50% -50px;
}
.att-box .opener:hover .fa-i{background-color:#a99065;}
.att-box .opener:active .fa-i{background-color:#071d49;}
.block-action{
	overflow:hidden;
	width:100%;
	text-align:center;
	background: #fff;
	/* padding:22px 0 15px; */
	/* margin:0 0 37px; */
}
.block-action.ba-b{
	margin:0 0 -36px;
	padding:22px 0 16px;
}
.block-action .holder{padding:0 22px;}
.action-list{
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	/* text-align:center; */
}
.action-list li{
	display:inline-block;
	vertical-align:top;
	/* width:20%; */
	padding: 4px 20px 4px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	/* border-left:1px solid #76787b; */
	margin:0 -4px 0 0;
}
.block-action.ba-b .action-list li{padding:2px 10px 19px;}
.action-list li:first-child{border-left:none;}
.action-list .ico-holder{
	/* display: block; */
	text-align:center;
	margin:1px 0 16px;
	height: 60px;
}
/* NEW */
.action-list .ico-holder img{
	height: 30px;
}
.block-action.ba-b .action-list .ico-holder{margin:0 0 12px;}
.action-list .title{
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	font: 14px/20px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	margin: 0 0 7px;
	padding: 7px 0px 0px 5px;
	/* color:  #071d49; */
	/* max-width: 140px; */
}
.action-list .text-holder{
	display:block;
	text-align:center;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
}
.action-list a{
	text-decoration:none;
	display: inline-block;
	color:#010101;
}
.collectiononline-box{
	overflow:hidden;
	width:100%;
	height:230px;
	background:#e5d4ae;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0 0 226px;
	margin: 37px auto;
}
.collectiononline-box .text{
	float:left;
	width:226px;
	margin:0 0 0 -226px;
	color:#000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:23px 5px 10px 27px;
	text-decoration:none;
	text-transform:uppercase;
	font:24px/29px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
}
.collectiononline-box .img-str{
	float:left;
	width:100%;
	overflow:hidden;
}
#footer{
	width:100%;
	background:#071d49;
	font:12px/14px Calibri, Arial, Verdana, sans-serif;
	color:#fff;
	padding:22px 0 15px;
}
#footer .holder{
	padding:0;
}
.footer-holder{
	width:100%;
	padding:0 269px 17px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.footer-holder:after{
	content:"";
	display:block;
	clear:both;
}
.f-row{
	float:left;
	width:100%;
}
.f-col{
	float:left;
	width:277px;
}
.f-row .f-col:first-child{
	width:250px;
	padding:0 27px 10px 0;
}
.f-col address{
	font-style:normal;
	padding:0;
}
.f-col p{margin:0;}
.f-col ul{
	padding:0 0 10px;
	margin:0;
	list-style:none;
	float:left;
	width:138px;
}
.f-col li{
	vertical-align:top;
	height:1%;
}
.f-col a,
.f-col a:hover{
	text-decoration:none;
	color:#fff;
}
.f-box{
	float:right;
	width:269px;
	margin:-5px -269px 0 0;
}
.f-box ul{
	float:left;
	padding:5px 15px 10px 0;
	margin:0;
	list-style:none;
}
.f-box li{
	vertical-align:top;
	height:1%;
}
.f-box a{color:#fff;}
.pb-list{
	padding:0;
	margin:0;
	list-style:none;
}
.pb-list li{
	display:inline-block;
	vertical-align:top;
	margin: 0 10px 9px 0;
}
.pb-list a{
	display:inline-block;
	vertical-align:top;
	border:1px solid #fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-decoration:none;
	-webkit-transition:all 0.3s 0s;
	-moz-transition:all 0.3s 0s;
	transition:all 0.3s 0s;
}
.pb-list a:hover{
	text-decoration:none;
	opacity:0.7;
}
.topscroll{
	display:block;
	width:79px;
	height:24px;
	padding:12px 0;
	text-align:center;
	text-decoration:none;
	background:#c8ab7a;
	color:#fff;
	-webkit-transition:all 0.3s 0s;
	-moz-transition:all 0.3s 0s;
	transition:all 0.3s 0s;
	text-transform:uppercase;
	font:16px/22px CalibriBold, Calibri, Arial, Verdana, sans-serif;
	display:none;
	position:fixed;
	z-index:7999;
	bottom:208px;
	right:10px;
}
.topscroll:hover{background:#a99065;}
.topscroll:active{background:#071d49;}
.topscroll:disabled{background:#e5d4ae;}
/* Inners Pages */


.breadcrumbs{
	overflow:hidden;
	width:100%;
	padding:0 0 0 12px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 30px;
}
.ec-footer{
	margin:0 0 20px;
}
.breadcrumbs ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	font:12px/15px Circe-Light, Calibri, Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
.breadcrumbs li{
	float:left;
	padding:0 2px 0 0;
}
.breadcrumbs a{
	float:left;
	padding:0 8px 0 0;
	color:#010101;
	text-decoration:none;
	background:url(../i/bg-breadcrumbs.png) no-repeat 100% 3px;
}
.breadcrumbs a:hover{text-decoration:underline;}
/* Search Page */
.search-box{
	width:100%;
}
.search-box:after,
.search-form:after{
	content:"";
	display:block;
	clear:both;
}
.search-form{
	width:100%;
	background:#e5d4ae;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:13px 129px 13px 9px;
	margin:0 0 14px;
}
.search-form .row{
	width:100%;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 282px 0 0;
}
.search-form .text{
	padding:3px 2px 2px 4px;
	margin:0;
	border:0;
	float:left;
	width:100%;
	height:24px;
	background:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#000;
	outline:none;
	font:15px/19px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
}
.search-form .submit{
	border:0;
	float:right;
	padding:0 0 2px;
	margin:-3px -116px -3px 0;
	background:#071d49;
	width:106px;
	height:30px;
	font:15px/30px CalibriBold, Arial, Verdana, sans-serif;
	color:#fff;
	-webkit-transition:all 0.3s 0s;
	-moz-transition:all 0.3s 0s;
	transition:all 0.3s 0s;
	cursor:pointer;
}
.search-form .submit:hover{background:#0b2a68;}
.search-form .submit:active{background:#071d49;}
.checkbox-holder{
	float:right;
	margin:0 -222px 0 0;
	position:relative;
	color:#000;
	font:15px/24px CalibriBold, Arial, Verdana, sans-serif;
}
.checkbox-holder .chi{
	position:absolute;
	opacity:0;
}
.checkbox-holder .chi:checked + .chl:before{display:block;}
.checkbox-holder .chl{
	position:relative;
	display:block;
	padding:0 0 0 35px;
	color:#000;
	font:15px/24px CalibriBold, Arial, Verdana, sans-serif;
	cursor:pointer;
}
.checkbox-holder .chl:before{
	z-index:110;
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	width:25px;
	height:24px;
	background:url(../i/bg-checkbox.png) no-repeat 0 -57px;
	display:none;
}
.checkbox-holder .chl:after{
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	width:25px;
	height:24px;
	background:url(../i/bg-checkbox.png) no-repeat 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.search-box .search-result{
	overflow:hidden;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 12px;
	margin:0 0 9px;
}
.search-box .search-result strong{
	display:block;
	font:18px/22px Calibri, Arial, Verdana, sans-serif;
}
.sort-box{
	overflow:hidden;
	width:100%;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 12px 25px;
	border-bottom:1px solid #071d49;
	margin:0 0 10px;
}
.sort-box span{
	float:left;
	width:92px;
	padding:4px 10px 5px 0;
}
.sort-box ul{
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
.sort-box ul li{
	float:left;
	margin:0 4px 0 0;
}
.sort-box ul a{
	text-decoration:none;
	color:#010101;
	float:left;
	border-bottom:1px dashed #000;
	padding:4px 0 1px;
	margin:0 13px 5px 17px;
}
.sort-box ul a:hover{
	text-decoration:none;
	border-bottom:1px dashed transparent;
}
.sort-box ul .active a{
	text-decoration:none;
	background:#e5d4ae;
	border-bottom:1px dashed transparent;
	padding:4px 13px 6px 17px;
	margin:0;
}
.result-box{
	overflow:hidden;
	width:100%;
	padding:0 0 9px;
	border-bottom:1px solid #071d49;
	margin:0 0 10px;
}
.result-title{
	overflow:hidden;
	width:100%;
	padding:0 75px 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 18px;
}
.result-title ul{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	text-transform:uppercase;
	font:14px/14px Calibri, Arial, Verdana, sans-serif;
}
.result-title li{
	float:left;
	margin:0 2px 0 0;
}
.result-title a{
	float:left;
	text-decoration:none;
	color:#010101;
	padding:0 2px 2px;
}
.result-title a:hover{text-decoration:underline;}
.result-title .item1 a{
	background:#d9d9d9;
}
.result-title .item2 a{
	background:#ac8738;
}
.result-title .item3 a{
	background:#7f0c0a;
}
.result-title .date{
	float:right;
	margin:-1px -73px 0 0;
	font:14px/14px Calibri, Arial, Verdana, sans-serif;
}
.result-content{
	overflow:hidden;
	width:100%;
	font:14px/17px Calibri, Arial, Verdana, sans-serif;
}
.result-content h3{
	margin:0 0 6px;
	text-transform:uppercase;
	font:15px/19px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
}
.result-content a{
	text-decoration:none;
	color:#010101;
}
.result-content a:hover{text-decoration:underline;}
.title-404{
	overflow:hidden;
	width:100%;
	margin:0 0 36px;
}
.title-404 strong{
	display:block;
	text-transform:uppercase;
	font:15px/19px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
}
.search-404{
	overflow:hidden;
	width:100%;
	margin:0 0 41px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../i/ico-info.png) no-repeat 25px 3px;
	padding:0 0 0 108px;
}
.search-404 ul{
	overflow:hidden;
	width:100%;
	padding:0 0 0 15px;
	margin:0;
	list-style:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.search-404 ul li{
	vertical-align:top;
	height:1%;
	margin:0 0 10px;
}
.search-404 .dv-b{margin:0 0 26px;}
.search-404 .search-form{margin:0 0 28px;}
/* End Search Page */
/* History, Publications, Media-lectory Pages */
.mscl{
	width:100%;
	float:left;
	padding:7px 0 0;
}
.mscl .sidebar{
	width:228px;
	float:left;
}
.mscl .content{margin:0 0 0 239px;}
.mscl .c1{
	width:100%;
	float:left;
	padding:3px 0 0;
	margin-bottom: 37px;
}
.menu-l{
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	text-transform:uppercase;
	font:15px/18px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
}
.menu-l li{
	vertical-align:top;
	height:1%;
	margin:0 0 6px;
}
.menu-l a{
	display:block;
	padding:6px 4px 3px;
	text-decoration:none;
	color:#000;
}
.menu-l a:hover{
	background:#e5d4ae;
	color:#071d49;
}
.menu-l .active a{
	background:#e5d4ae;
	color:#071d49;
	margin-right: 12px;
}
.menu-l ul{
	padding:1px 0 0;
	margin:0;
	list-style:none;
	text-transform:none;
	font:14px/17px CalibriBold, Arial, Verdana, sans-serif;
}
.menu-l ul a,
.menu-l .active ul a{
	display:block;
	padding:6px 4px 3px 14px;
	text-decoration:none;
	color:#000;
	background:none;
}
.menu-l ul a:hover,
.menu-l .active ul a:hover{
	background:#e5d4ae;
	color:#071d49;
}
.menu-l ul .active a,
.menu-l .active ul .active a{
	background:#e5d4ae;
	color:#071d49;
}
.menu-l ul li{
	margin:0 0 1px;
}
.article{
	width:100%;
	padding:0 0 17px;
}
.article:after{
	content:"";
	display:block;
	clear:both;
}
.boxes-holder{
	overflow:hidden;
	width:100%;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
	border-top:1px solid #071d49;
	padding:21px 0 22px;
}
.boxes-holder .box{
	float:left;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0 0 5px;
}
.boxes-holder .box .active{
	/* font-weight: bold; */
	color: red;
}
.boxes-holder .boxhide{
	float:left;
	width:50%;
	white-space:normal;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:8;
	vertical-align:top;
	letter-spacing:0;
	max-height:210px;
}
.boxes-holder .boxhide::before{
	content:"";
	display:block;
	background:url(../i/bg-frame.png) repeat-x 0 100%;
	bottom:0;
	height:22px;
	left:0;
	overflow:hidden;
	position:absolute;
	width:100%;
	z-index:3;
}
.boxes-holder .box:first-child{padding:0 5px 0 0;}
.boxes-holder .img-holder{
	display:block;
	width:100%;
	overflow:hidden;
	text-align:center;
	height:98px;
	margin:0 0 16px;
}
.boxes-holder .title{
	display:block;
	text-transform:uppercase;
	font:15px/18px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	margin:0 0 7px;
}
.boxes-holder .boxhide .text-holder{
	height:100px;
	display:block;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
}
.boxes-holder .text-holder{
	display:block;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
}
.boxes-holder a{
	text-decoration:none;
	color:#010101;
}
.blocks-holder{
	overflow:hidden;
	width:100%;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
	border-top:1px solid #071d49;
	padding:20px 0 14px;
}
.boxes-holder:first-child, .blocks-holder:first-child{
	border-top:none;
	padding:3px 0 14px;
}
.blocks-holder .block{
	float:left;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0 0 9px;
}
.blocks-holder .blhide{
	float:left;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0 0 9px;
	white-space:normal;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:8;
	vertical-align:top;
	letter-spacing:0;
	margin:0 -2px 0 0;
	max-height:300px;
}
.blocks-holder .blhide::before{
	content:"";
	display:block;
	background:url(../i/bg-frame.png) repeat-x 0 100%;
	bottom:0;
	height:22px;
	left:0;
	overflow:hidden;
	position:absolute;
	width:100%;
	z-index:3;
}
.blocks-holder .block:first-child{padding:0 9px 0 0;}
.blocks-holder .title-block{
	overflow:hidden;
	width:100%;
	padding:0 0 0 179px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 14px;
}
.blocks-holder .title-vblock{
	overflow:hidden;
	width:100%;
	padding:0 0 0 137px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 8px;
}
.blocks-holder .img-block{
	float:left;
	width:168px;
	height:196px;
	text-align:center;
	background:#f0f0f0;
	margin:0 0 0 -179px;
}
.blocks-holder .title-vblock .img-block{
	float:left;
	width: 100px;
	height: auto;
	text-align:center;
	background:#000;
	margin:0 0 0 -137px;
}
.blocks-holder .img-holder{
	display:table;
	width:100%;
	height:196px;
	text-align:center;
	vertical-align:middle;
}
.blocks-holder .img-holder img{
	max-width:148px;
	max-height:176px;
}
.blocks-holder .title-vblock .img-holder{
	display:table;
	width:100%;
	height:90px;
	text-align:center;
	vertical-align:middle;
}
.blocks-holder .img-block a{
	display:table-cell;
	vertical-align:middle;
}
.blocks-holder .name{
	display:block;
	text-transform:uppercase;
	font:15px/18px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	margin: 0 0 3px;
}
.blocks-holder .FIO{
	margin: 0 70px 3px !important;
}
.blocks-holder .meta{
	display:block;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
}
.blocks-holder .year{
	display:block;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
}
.blocks-holder .text-block{
	overflow:hidden;
	width:100%;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
	word-spacing:-1px;
}
.blocks-holder .blhide .text-block{
	height:70px;
}
.blocks-holder a{
	text-decoration:none;
	color:#010101;
}
/* End History, Publications, Media-lectory Pages */
/* Exursions Pages */
.mcsr{
	width:100%;
	float:left;
	padding:0 0 36px;
}
.mcsr .sidebar{
	width:308px;
	float:right;
}
.mcsr .content{margin:0 320px 0 0;}
.mcsr .c1{
	width:100%;
	float:left;
	margin-bottom: 37px;
}
.mcsr .c1 table{
	width:100%;
	float:left;
	margin-bottom: 37px;
}
.menu-r{
	overflow:hidden;
	width:100%;
	padding:0 0 15px;
	margin:0;
	list-style:none;
	text-transform:uppercase;
	font:15px/18px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
}
.menu-r li{
	vertical-align:top;
	height:1%;
	margin:0 0 6px;
}
.menu-r a{
	display:block;
	padding:6px 4px 3px;
	text-decoration:none;
	color:#000;
}
.menu-r a:hover{
	background:#e5d4ae;
	color:#071d49;
}
.menu-r .active a{
	background:#e5d4ae;
	color:#071d49;
}
.menu-r ul{
	padding:0;
	margin:0;
	list-style:none;
	text-transform:none;
	font:14px/17px CalibriBold, Arial, Verdana, sans-serif;
}
.menu-r ul a{
	display:block;
	padding:6px 4px 3px 14px;
	text-decoration:none;
	color:#000;
}
.menu-r ul a:hover{
	background:#e5d4ae;
	color:#071d49;
}
.menu-r ul .active a{
	background:#e5d4ae;
	color:#071d49;
}
.menu-r ul li{
	margin:0 0 1px;
}
.toggle-block{
	width:100%;
	padding:0 0 20px;
}
.toggle-block:after{
	content:"";
	display:block;
	clear:both;
}
.toggle-block .heading{
	margin:0 0 6px;
}
.toggle-block .opener{
	float:right;
	text-decoration:none;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
	margin:-11px 0 0;
	position:relative;
}
.toggle-block .opener:hover{text-decoration:none;}
.toggle-block .opener em{
	display:inline-block;
	vertical-align:top;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
	border-bottom:1px dashed #000;
	display:none;
}
.toggle-block.expanded .opener em{
	display:inline-block;
}
.toggle-block .opener span{
	display:inline-block;
	vertical-align:top;
	border-bottom:1px dashed #000;
}
.toggle-block.expanded .opener span{
	display:inline-block;
	vertical-align:top;
	border-bottom:1px dashed #000;
	display:none;
}
.toggle-block .opener em:hover,
.toggle-block .opener span:hover{border-bottom:1px dashed transparent;}
.toggle-block .fa-i{
	float:right;
	margin:2px 0 0 8px;
	width:20px;
	height:20px;
	background:#c8ab7a;
	overflow:hidden;
	text-indent:-9999px;
	background:#c8ab7a url(../i/bg-toggle.png) no-repeat 50% 6px;
}
.toggle-block.expanded .fa-i{
	background:#c8ab7a url(../i/bg-toggle.png) no-repeat 50% -55px;
}
.toggle-block .opener:hover .fa-i{background-color:#a99065;}
.toggle-block .opener:active .fa-i{background-color:#071d49;}
.toggle-block .slide{
	position:relative;
	overflow:hidden;
	width:100%;
}
.mcsr-text{
	width:100%;
}
.mcsr-text:after{
	content:"";
	display:block;
	clear:both;
}
#main .mcsr-text p{margin:0 0 36px;}
.useful-list{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	padding:0 0 23px;
}
.useful-list2{
	padding:26px 0 27px;
}
.useful-list-v{
	padding:0 0 11px;
}
.useful-list:after{
	content:"";
	display:block;
	clear:both;
}
.useful-list li{
	vertical-align:top;
	height:1%;
	margin:0 0 20px;
}
.sl-block{
	width:100%;
	margin:0 0 20px;
}
.sl-block2{
	margin:0 0 47px;
}
.sl-block:after{
	content:"";
	display:block;
	clear:both;
}
/* End Exursions Pages */
/* Carousel */
.carousel{
	width:100%;
	position:relative;
	margin:0 0 20px;
}
.carousel:after,
.carousel .heading:after{
	content:"";
	display:block;
	clear:both;
}
.carousel .heading{
	width:100%;
	padding:0 70px 0 0;
	border-bottom:1px solid #071d49;
}
.carousel .mask{
	position:relative;
	z-index:8;
	overflow:hidden;
	padding:0;
	width:100%;
	float:left;
	margin:0;
}
.carousel-document .mask {
	border-bottom:1px solid #071d49;
}
.carousel .slideset{
	float:left;
	width:100% !important;
	white-space:nowrap;
	letter-spacing:-4px;
	padding:0;
	margin:0;
	list-style:none;
}
.carousel .slide{
	white-space:normal;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:8;
	vertical-align:top;
	letter-spacing:0;
	margin:0 -2px 0 0;
	min-width:100px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 12px 142px 0;
}
.carousel .exhslider{
	padding:0 12px 202px 0;
}
.carousel-nth .slide:before{
	content:"";
	display:block;
	background:url(../i/bg-frame.png) repeat-x 0 100%;
	bottom:0;
	height:22px;
	left:0;
	overflow:hidden;
	position:absolute;
	width:100%;
	z-index:3;
}
.carousel .slide > * {white-space:normal;}
.carousel img{
	width:auto;
	height: 241px; */
}
.carousel a{
	text-decoration:none;
	color:#010101;
}
.carousel .slide-text{
	position:absolute;
	top:250px;
	left:0;
	display:block;
	width:100%;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 12px 0 0;
}
.carousel .slide-text strong{
	display:block;
	font:15px/18px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	margin:0 0 7px;
}
.carousel .exhslider strong{
	min-height:50px;
}
.carousel .slide-text span{
	display:block;
}
.carousel .slide-text .town{
	font-style:italic;
}
.carousel .btn-prev{
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	display:block;
	z-index:12;
	top:-8px;
	right:35px;
	width:30px;
	height:30px;
	-webkit-transition:all 0.3s 0s;
	-moz-transition:all 0.3s 0s;
	transition:all 0.3s 0s;
	background:#c8ab7a url(../i/bg-prne.png) no-repeat 8px 50%;
}
.carousel .btn-next{
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	position:absolute;
	z-index:12;
	top:-8px;
	right:0;
	width:30px;
	height:30px;
	-webkit-transition:all 0.3s 0s;
	-moz-transition:all 0.3s 0s;
	transition:all 0.3s 0s;
	background:#c8ab7a url(../i/bg-prne.png) no-repeat -27px 50%;
}
.carousel .btn-prev:hover{background-color:#a99065;}
.carousel .btn-next:hover{background-color:#a99065;}
.carousel .btn-prev:active{background-color:#071d49;}
.carousel .btn-next:active{background-color:#071d49;}
.carousel .btn-prev.disabled{background-color:#e5d4ae;}
.carousel .btn-next.disabled{background-color:#e5d4ae;}
.carousel-news{
	padding:0 0 6px;
	border-bottom:1px solid #071d49;
	margin-bottom:40px;
}
.carousel-news2{
	margin:0 0 38px;
}
#main .carousel-news .heading h2{
	float:left;
	margin:1px 30px 5px 0;
}
.carousel-news .mail-link{
	float:left;
	font:16px/20px Calibri, Arial, Verdana, sans-serif;
	padding:0 0 5px 33px;
	background:url(../i/ico-mail.png) no-repeat 0 5px;
	text-decoration:underline;
}
.carousel-news .mail-link:hover{text-decoration:none;}
.carousel-news .mask{
	padding:5px 0 34px;
}
.carousel-news .mask:after{
	content:"";
	display:block;
	background:#fff;
	position:absolute;
	z-index:100;
	top:0;
	right:0;
	width:15px;
	height:100%;
}
.carousel-news .slide{
	white-space:normal;
	display:inline-block;
	overflow:visible;
	position:relative;
	vertical-align:top;
	letter-spacing:0;
	margin:0 15px 0 -15px;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 20px 0 15px;
}
.carousel-news .slide:after{
	content:"";
	display:block;
	/* background:url(../i/divider-v.png) no-repeat; */
	background-color: #000000;
	position:absolute;
	top:-11px;
	left:0;
	width:1px;
	height: 500%;
}
.carousel-news strong{
	display:block;
	font:18px/21px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	margin:0 0 11px;
}
.carousel-news span{
	display:block;
	font:14px/16px Calibri, Arial, Verdana, sans-serif;
}
.carousel-news p strong{
	display:inline;
	font:14px/19px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
}
.carousel-news span a{
	text-decoration:underline;
}
.carousel-1{
	margin:0 0 12px;
}
.carousel-1 .mask{
	height:248px;
}
.carousel-1 .slide{
	white-space:normal;
	display:inline-block;
	overflow:hidden;
	position:relative;
	vertical-align:top;
	letter-spacing:0;
	margin:0;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
}
.carousel-1 img{
	width:100% ;
	min-width:100%;
	max-width:100%;
	height:auto;
}
.carousel-nth2 .slide{
	white-space:normal;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:8;
	vertical-align:top;
	letter-spacing:0;
	margin:0 -2px 0 0;
	min-width:100px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 5px 150px 0;
}
.carousel-nth2 .slide-text{
	position:absolute;
	top:250px;
	left:0;
	display:block;
	width:100%;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 10px 0 0;
}
.carousel-in.carousel-nth2 .slide{
	padding:0 5px 160px 0;
}
.carousel-in{
	border-bottom:1px solid #071d49;
	margin:0 0 36px;
	padding:0 0 18px;
}
.carousel-logo{
	margin:0 0 70px;
}
.carousel-logo .slide{
	white-space:normal;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:8;
	vertical-align:middle;
	letter-spacing:0;
	margin:0 -2px 0 0;
	min-width:100px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:25px 36px;
}
.carousel-logo img{
	height: 100px;
}
.carousel-it{
	margin: 0 0 30px;
}
.carousel-line .slide:after{
	content:"";
	display:block;
	/* background:url(../i/divider-v.png) no-repeat; */
	background-color: #000000;
	position:absolute;
	top:-11px;
	left:0;
	width:1px;
	height: 500%;
}
.carousel-it .slide{
	white-space:normal;
	display:inline-block;
	overflow:visible;
	position:relative;
	vertical-align:top;
	letter-spacing:0;
	margin: 0 15px 0 -15px;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 22px;
}
.carousel-it .slhide{
	/* float:left; */
	overflow:hidden;
	z-index:8;
	max-height: 250px;
}
.carousel-it .slhide::before{
	content:"";
	display:block;
	background:url(../i/bg-frame.png) repeat-x 0 100%;
	bottom:0;
	height:22px;
	left:0;
	overflow:hidden;
	position:absolute;
	width:100%;
	z-index:3;
}
.carousel-it .img-holder{
	display:block;
	width:100%;
	overflow:hidden;
	text-align:center;
	height:98px;
	margin:0 0 16px;
}
.carousel-it .title{
	display:block;
	text-transform:uppercase;
	font:15px/18px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	margin:0 0 7px;
}
.carousel-it .date{
	display:block;
	font: bold 12px/16px Calibri, Arial, Verdana, sans-serif;
}

.carousel-it .text-holder{
	display:block;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
	height:150px;
}
.carousel-it .mark{
	display:block;
	font: bold 12px/16px Calibri, Arial, Verdana, sans-serif;
}
.carousel-it img{
	width:auto;
	height:98px;
}
.carousel-ps{
	margin: 0 0 30px;
}
.carousel-ps .slide{
	width:240px;
	white-space:normal;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:8;
	vertical-align:top;
	letter-spacing:0;
	margin:0 -2px 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 12px 0 0;
}
.carousel-ps .img-block{
	overflow:hidden;
	width:228px;
	height:240px;
	text-align:center;
	background:#f0f0f0;
	margin:0 0 20px;
}
.carousel-ps img{
	width:auto;
	max-height:220px;
}
.carousel-ps .img-holder{
	display:table;
	width:100%;
	height:240px;
	text-align:center;
	vertical-align:middle;
}
.carousel-ps .img-block a{
	display:table-cell;
	vertical-align:middle;
}
.carousel-ps .name{
	display:block;
	text-transform:uppercase;
	font:15px/18px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	margin:0 0 2px;
}
.carousel-ps .meta{
	display:block;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
}
.carousel-description{
	border-bottom:1px solid #071d49;
	margin:0 0 33px;
}
.carousel-document{
	border-bottom: 0px rgba(0, 00, 0, 0);
	margin:0 0 33px;
}
.carousel-description .slide{
	padding:0 12px 125px 0;
}
.carousel-description .slide-text strong{
	margin:0;
}
.carousel-vis{
	margin:0 0 38px;
}
/* End Carousel */
/* Calendar Page */
.container-calendar{
	width:100%;
	margin:0 0 50px;
}
#main .container-calendar h2{
	margin:0 0 12px;
}
.cc-twocolumns{
	width:100%;
	padding:0 0 0 115px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.container-calendar:after,
.cc-twocolumns:after,
.year-container:after{
	content:"";
	display:block;
	clear:both;
}
.cc-column1{
	float:left;
	width:106px;
	margin:0 0 0 -115px;
}
.year-container{
	width:100%;
	position:relative;
	padding:7px 0 1px 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#e5d4ae url(../i/arrow-b.png) no-repeat 70px 20px;
	color:#000;
	border-bottom:1px solid #071d49;
	margin:0 0 17px;
}
.year-container a{text-decoration:none;}
.year-container strong{
	color:#000;
	display:block;
	font:44px/44px Circe-Bold, Arial, Verdana, sans-serif;
}
.year-container .slide{
	overflow:hidden;
	width:100%;
	position:absolute;
	top:50px;
	left:0;
	padding:10px 0 0;
	background:#e5d4ae;
	border-bottom:1px solid #071d49;
}
.month-container{
	width:100%;
	position:relative;
	padding:7px 0 1px 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#e5d4ae url(../i/arrow-b.png) no-repeat 70px 20px;
	color:#000;
	border-bottom:1px solid #071d49;
	margin:0 0 17px;
}
.month-container a{text-decoration:none;}
.month-container strong{
	color:#000;
	display:block;
	font:44px/44px Circe-Bold, Arial, Verdana, sans-serif;
}
.month-container .slide{
	overflow:hidden;
	width:100%;
	position:absolute;
	top:50px;
	left:0;
	padding:10px 0 0;
	background:#e5d4ae;
	border-bottom:1px solid #071d49;
}
.cc-column1 ul{
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	color:#000;
	text-transform:uppercase;
	font:15px/19px Circe-Regular, Arial, Verdana, sans-serif;
}
.cc-column1 li{
	vertical-align:top;
	height:1%;
	padding:0 0 4px;
}
.cc-column1 .mark{
	display:none;
}
.cc-column1 .year-container li{
	padding:0 0 4px 10px;
}
.cc-column1 ul a{
	text-decoration:none;
	color:#000;
	display:block;
	padding:4px 2px 3px 10px;
	-webkit-transition:all 0.3s 0s;
	-moz-transition:all 0.3s 0s;
	transition:all 0.3s 0s;
}
.cc-column1 ul a:hover,
.cc-column1 ul .active a{
	text-decoration:none;
	background:#e5d4ae;
	font:15px/19px Circe-Bold, Arial, Verdana, sans-serif;
}
.cc-column1 ul .mark a{
	text-decoration:none;
	font:15px/19px Circe-Bold, Arial, Verdana, sans-serif;
	color:#e0dddd;
}
.cc-column1 ul .olddate a{
	text-decoration:none;
	font:15px/19px Circe-Bold, Arial, Verdana, sans-serif;
	color:#e0dddd;
}
.cc-column2{
	float:left;
	width:100%;
	overflow:hidden;
}
.container-holder{
	width:100%;
	padding:0;
	margin:-13px 0 0;
	list-style:none;
	word-spacing:-1px;
	position:relative;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
}
.container-holder:before{
	content:"";
	display:block;
	position:absolute;
	width:10px;
	height:100%;
	top:0;
	left:0;
	background:#fff;
}
.container-holder:after{
	content:"";
	display:block;
	clear:both;
}
.container-holder li{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:top;
	padding:12px 0 0 10px;
	width:276px;
	margin:0 -3px 0 0;
	border-top:1px solid #071d49;
}
.container-holder .container-img{
	margin:0 0 11px;
	width:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.container-holder .container-date{
	overflow:hidden;
	width:73px;
	background:#e5d4ae;
	position:absolute;
	top:0;
	right:0;
	height:100%;
	font: 12px/16px Calibri, Arial, Verdana, sans-serif;
}
.container-holder .date-holder{
	display:table;
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:100%;
}
.container-holder .date-frame{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
}
.container-holder .active{
	font-weight: bold;
	color:#071d49;
}
.container-holder .container-date span{
	display:block;
}
#main .container-holder p{margin:0 0 5px;}
#main .container-holder h3{
	margin:0 0 3px;
	font:15px/18px Circe-Bold, Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
.container-holder h3 a{
	text-decoration:none;
}
.container-holder h3 a:hover{text-decoration:underline;}
/* sort-form */
.sort-form{
	width:100%;
	padding:13px 13px 13px 15px;
	margin:0 0 23px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	background:#e5d4ae;
}
.sort-form:after{
	content:"";
	display:block;
	clear:both;
}
.sort-form label{
	float:left;
	color:#000;
	font:15px/19px CalibriBold, Arial, Verdana, sans-serif;
	padding:2px 9px 0 0;
}
.sort-form .col1{
	float:left;
	margin:0 12px 0 0;
}
.sort-form .col2{
	float:left;
	margin:0 10px 0 0;
}
.sort-form .col3{
	float:left;
	display:none;
}
.sort-form .text{
	padding:2px 2px 3px 8px;
	margin:0;
	border:0;
	float:left;
	width: 261px;
	height:24px;
	background:#fff;
	color:#000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font:15px/19px CalibriBold, Arial, Verdana, sans-serif;
	outline:none;
}
.sort-form .submit{
	border:0;
	float:right;
	padding:0 0 2px;
	margin:-3px 0;
	background:#071d49;
	width: 106px;
	height:30px;
	font:15px/30px CalibriBold, Arial, Verdana, sans-serif;
	color:#fff;
	-webkit-transition:all 0.3s 0s;
	-moz-transition:all 0.3s 0s;
	transition:all 0.3s 0s;
	cursor:pointer;
}
.sort-form .submit:hover{background:#0b2a68;}
.sort-form .submit:active{background:#071d49;}
.sort-form .select-holder{
	float:left;
	width:223px;
}
.sort-form .select-holder select{
	width:223px;
	height:24px;
	border:none;
	color:#000;
	cursor:pointer;
	padding:2px 30px 3px 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	background:#fff url(../i/bg-select.png) no-repeat 100% 6px;
	font:15px/19px CalibriBold, Arial, Verdana, sans-serif;
	line-height:1em;
	-moz-appearance:none;
	text-indent:0.01px; 
	text-overflow:'';
	-ms-appearance:none;
	appearance:none!important;
}
select::-ms-expand{
	display:none;
}
/* Datepicker */
.sort-form .text-date{
	overflow:hidden;
	float:left;
	width:100%;
	max-width:104px;
	height:24px;
	background:#fff;
	color:#000;
	font:15px/19px CalibriBold, Arial, Verdana, sans-serif;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	z-index:1;
}
.sort-form .text-date input{
	padding:2px 2px 3px 8px;
	margin:0;
	border:0;
	float:left;
	width:100%;
	height:24px;
	background:none;
	cursor:pointer;
	color:#000;
	outline:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font:15px/19px CalibriBold, Arial, Verdana, sans-serif;
	position:relative;
	z-index:12;
}
.sort-form .calendar{
	position:absolute;
	z-index:2;
	top:2px;
	right:3px;
	width:19px;
	height:19px;
	background:url(../i/ico-calendar2.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}
/* End Datepicker */
/* End Calendar Page */
/* About, Friends Pages */
#main .greeting-container h2{
	margin:0;
	padding:0 0 5px;
	/* border-bottom:1px solid #74777b; */
	max-width: 595px;
}
.greeting-container{
	width:100%;
	margin:-10px 0 50px;
}
.greeting-box{
	width:100%;
	background:#f2e9d6;
	padding:42px 0;
	border-top: 1px solid #74777b;
}
.greeting-container:after,
.greeting-box:after{
	content:"";
	display:block;
	clear:both;
}
.greeting-box .visual-box{
	float:left;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:2px 10px 0 0;
	position:relative;
}
.greeting-box .visual-box img{
	max-width:100%;
	height:auto;
}
.greeting-box .ico-video-box{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:100%;
}
.greeting-box .ico-video-box a{
	display:block;
	height:100%;
	text-decoration:none;
	position:relative;
}
.greeting-box .ico-video-box img{
	position:absolute;
	bottom:16px;
	right:23px;
	overflow:hidden;
	width:47px;
	height:47px;
}
.greeting-box .text-box{
	float:left;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 28px 0 19px;
}
.greeting-box .title-f{
	display:block;
	font:18px/21px Circe-Bold, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	margin:0 0 26px;
}
.greeting-box .title-a{
	display:block;
	font:18px/21px Circe-Bold, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid #071d49;
	padding:0 0 7px;
	margin:0 0 25px;
}
.greeting-box blockquote{
	margin:0 0 -32px;
	width:100%;
	overflow:hidden;
}
.greeting-box q{
	display:block;
}
.greeting-box cite{
	float:right;
	padding:0 6px 0 0;
}
.greeting-box cite em{
	display:block;
	padding:0 0 9px;
}
#main .greeting-box q p{margin:0 0 9px;}
#main .greeting-box p{margin:0 0 16px;}
.circs-box ol li{
	position:relative;
	list-style-type:none;
	padding:0 0 10px 16px;
}
.circs-box ol{
	counter-reset:list1;
	padding:0;
	margin:0;
}
.circs-box ol li:before{
	position:absolute;
	width:16px;
	left:0;
	top:0;
	padding:0;
	counter-increment: list1;
	content: counter(list1) ". ";
}
.circs-box ol ol{counter-reset:list2;}
.circs-box ol ol li:before{
	counter-increment:list2;
	content:counter(list1) "." counter(list2) ". ";
}
.circs-box{
	width:100%;
	padding:4px 6px 0 34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 50px;
}
.circs-box .text-box{
	height: 150px;
	overflow: hidden;
}
.circs-box:after{
	content:"";
	display:block;
	clear:both;
}
/* Buttons */
.btn-more{
	display:block;
	text-align:center;
	text-decoration:none;
	-webkit-transition:all 0.3s 0s;
	-moz-transition:all 0.3s 0s;
	transition:all 0.3s 0s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
	width:112px;
	height:30px;
	padding:5px;
	color:#fff;
	background:#c8ab7a;
}
.btn-more:hover{background:#a99065;}
.btn-more:active{background:#071d49;}
.btn-more:disabled{background:#e5d4ae;}
.btn-bl{
	display:block;
	text-align:center;
	text-decoration:none;
	-webkit-transition:all 0.3s 0s;
	-moz-transition:all 0.3s 0s;
	transition:all 0.3s 0s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
	width:112px;
	height:30px;
	padding:5px;
	color:#fff;
	background:#071d49;
}
.btn-bl:hover{background:#0b2a68;}
.btn-bl:active{background:#071d49;}
.btn-bl:disabled{background:#51607f;}
/* End Buttons */
.circs-blocks{
	width:100%;
	padding:8px 0 0;
	margin:0 0 50px;
}
.circs-blocks:after{
	content:"";
	display:block;
	clear:both;
}
.circs-blocks .block{
	float:left;
	width:50%;
	padding:0 0 0 120px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.circs-blocks .ico-block{
	margin:4px 0 0 -120px;
	float:left;
	text-align:right;
	width:80px;
}
.circs-blocks .text-block{
	float:left;
	width:100%;
}
.circs-blocks .text-holder{
	overflow:hidden;
	width:100%;
}
.circs-blocks .title{
	display:block;
	font:16px/19px Circe-Regular, Arial, Verdana, sans-serif;
	margin:0 0 1px;
}
.contacts-containers{
	width:100%;
	padding:3px 0 0;
	margin:0 0 37px;
}
.contacts-containers:after{
	content:"";
	display:block;
	clear:both;
}
.contact-container{
	display:inline-block;
	vertical-align:top;
	margin: 0 10px 0 10px;
	width: 31%;
}
.contact-container .title{
	display:block;
	padding:0 20px 7px 0;
	font:15px/18px Circe-Bold, Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
.contact-container a{
	text-decoration:none;
}
.contact-container ul{
	padding:0;
	margin:0;
	list-style:none;
}
.contact-container ul li{
	vertical-align:top;
	height:1%;
	    font: 12px/16px Calibri, Arial, Verdana, sans-serif;
}
.contact-container .tel-n a,
.contact-container .tel-n a:hover{
	text-decoration:none;
	color:#010101;
}
.history-block{
	width:100%;
	font:14px/16px Calibri, Arial, Verdana, sans-serif;
	padding:7px 0 0;
	margin:0 0 50px;
}
.history-block:after{
	content:"";
	display:block;
	clear:both;
}
.history-block .text-block{
	float:left;
	width:50%;
	padding:0 10px 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.history-block .text-block a,
.history-block .text-block a:hover{
	text-decoration:none;
	color:#010101;
}
.history-block .img-block{
	float:left;
	width:50%;
	padding:2px 0 0 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.history-block .img-block img{max-width:100%;}
.history-block2 .text-block{
	padding:2px 0 0 10px;
}
.history-block2 .img-block{
	padding:0 10px 0 0;
}
.contacts-blocks{
	width:100%;
	font:16px/19px Calibri, Arial, Verdana, sans-serif;
	border-bottom:1px solid #071d49;
	margin:0 0 48px;
	padding: 0 0 10px;
}
.contacts-blocks:after{
	content:"";
	display:block;
	clear:both;
}
.contacts-blocks .contact-block{
	float:left;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:18px 145px 30px 114px;
}
.withborder{
	border-right:1px solid #000;
}
.contacts-blocks .ico-block{
	float:left;
	width:114px;
	margin:0 0 0 -114px;
	text-align:center;
}
.contacts-blocks .text-block{
	float:left;
	width:100%;
}
#main .contacts-blocks p{margin:5px 0;}
.contacts-blocks .btn-more{
	float:right;
	width:112px;
	margin:44px -112px 0 0;
}
.contacts-blocks dl{
	margin:0;
	width:100%;
	overflow:hidden;
}
.contacts-blocks dt{display:block;}
.contacts-blocks dd{
	margin:0;
	display:block;
}
/* End About, Friends Pages */
/* Visit-To-Kremlin, Makintosh Pages */
.sprs-block{
	width:100%;
	padding:16px 0 0;
	margin:0 0 20px;
}

.logo-mobile {
	display: none;
}
.sprs-block:after{
	content:"";
	display:block;
	clear:both;
}
.sprs-title{
	overflow:hidden;
	width:100%;
	display:block;
	padding:0 0 30px;
}
.sprs-list{
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}
.sprs-list li{
	display:inline-block;
	padding:0 30px 30px 0;
}
.scheme-box{
	width:100%;
	padding:10px 0 0;
	margin:0 0 65px;
}
.scheme-box img{
	max-width:100%;
	height:auto;
}
.scheme-box:after{
	content:"";
	display:block;
	clear:both;
}
.sidebar .blocks-holder{
	overflow:hidden;
	width:100%;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
	border-top:none;
	padding:5px 0 14px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.sidebar .blocks-holder .block{
	float:none;
	width:100%;
	padding:0;
	margin:0 0 17px;
}
.sidebar .blocks-holder .block:after{
	content:"";
	display:block;
	clear:both;
}
.sidebar .blocks-holder .title-block{
	padding:0;
	margin:0;
}
.sidebar .blocks-holder .title-vblock{
	padding:0 0 0 134px;
	margin:0;
}
.sidebar .blocks-holder .img-block{
	float:none;
	display:block;
	overflow:hidden;
	width:168px;
	height:196px;
	margin:0 0 21px;
}
.sidebar .blocks-holder .title-vblock .img-block{
	float:left;
	margin:0 0 0 -134px;
	width:120px;
	height:90px;
}
.sidebar .blocks-holder .name{
	margin:1px 0 3px;
}
.heading-block{
	width:100%;
	padding:0 0 11px;
}
.heading-block:after{
	content:"";
	display:block;
	clear:both;
}
.heading-block .date{
	display:block;
	font:15px/19px Circe-Bold, Arial, Verdana, sans-serif;
	margin:0 0 8px;
}
.heading-block .name{
	display:block;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
	margin:0 0 18px;
}
.heading-block dl{
	overflow:hidden;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0 0 128px;
	margin:0 0 10px;
}
.heading-block dt{
	text-align:right;
	float:left;
	margin:0 0 0 -128px;
	width:119px;
}
.heading-block dd{
	margin:0;
	float:left;
	width:100%;
}
.map-holder{
	overflow:hidden;
	width:100%;
	padding:4px 0 0;
	margin:0 0 44px;
}
.map-box{
	overflow:hidden;
	width:100%;
	height:243px;
	margin:0 0 13px;
}
.scheme-form{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 240px 0 0;
}
.scheme-form:after{
	content:"";
	display:block;
	clear:both;
}
.scheme-form .text{
	padding:5px 2px 5px 12px;
	margin:0;
	border:0;
	float:left;
	width:100%;
	height:30px;
	background:#f5f4f2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#b0b0b0;
	outline:none;
	font:14px/20px Calibri, Arial, Verdana, sans-serif;
}
.scheme-form .submit{
	border:0;
	float:right;
	padding:0 0 4px;
	margin:0 -240px 0 0;
	background:#071d49;
	width:228px;
	height:30px;
	font:14px/30px Calibri, Arial, Verdana, sans-serif;
	color:#fff;
	-webkit-transition:all 0.3s 0s;
	-moz-transition:all 0.3s 0s;
	transition:all 0.3s 0s;
	cursor:pointer;
}
.scheme-form .submit:hover{background:#0b2a68;}
.scheme-form .submit:active{background:#071d49;}
.tickets-list{
	width:100%;
	padding:0;
	margin:0 0 59px;
	list-style:none;
}
.sidebar .tickets-list{
	width:100%;
	padding:5px 0 0;
	margin:0 0 26px;
	list-style:none;
}
.tickets-list:after{
	content:"";
	display:block;
	clear:both;
}
.tickets-list li{
	width:188px;
	display:inline-block;
	vertical-align:top;
	margin:0 -3px 0 0;
}
.sidebar .tickets-list li{
	width:155px;
	display:inline-block;
	vertical-align:top;
	margin:0 -3px 0 0;
}
.ticket-box{
	background:url(../i/bg-ticket.png) repeat-y;
	overflow:hidden;
	width:100%;
	padding:15px 12px 15px 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.online-by .ticket-box{
	background:none;
}
.online-by .ticket-box a{
	text-decoration:none;
}
.sidebar .ticket-box{
	background:url(../i/bg-ticket-s.png) repeat-y;
	overflow:hidden;
	width:100%;
	padding:14px 9px 14px 12px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.ticket-box .cost{
	display:block;
	border-bottom:2px solid #071d49;
	color:#071d49;
	font:44px/48px Circe-Bold, Arial, Verdana, sans-serif;
	padding:0 0 6px;
	margin:0 0 7px;
	white-space:nowrap;
}
.sidebar .ticket-box .cost{
	display:block;
	border-bottom:2px solid #071d49;
	color:#071d49;
	font:32px/38px Circe-Bold, Arial, Verdana, sans-serif;
	padding:0 0 11px;
	margin:0 0 7px;
	white-space:nowrap;
}
.ticket-box span{
	display:block;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
}
.online-by .ticket-box span{
	display:block;
	margin:0 -5px 0;
	padding:3px 0 0;
	font:15px/18px Circe-Bold, Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
.sidebar .ticket-box span{
	display:block;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
}
.online-by .ticket-box .ico-holder{
	text-align:center;
	padding:0;
	margin:0 0 -1px;
}
/* End Visit-To-Kremlin, Makintosh Pages */
/* Lectures Page */
.text-container{
	width:100%;
	padding:8px 0 17px;
}
.text-container:after{
	content:"";
	display:block;
	clear:both;
}
.img-container{
	overflow:hidden;
	width:100%;
	margin:0 0 43px;
}
.img-container ul{
	overflow:hidden;
	width:102%;
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.img-container li{
	display:inline-block;
	vertical-align:top;
	padding:0 8px 10px 0;
}
.circs-container{
	width:100%;
	padding:3px 0 44px;
}
.circs-container:after{
	content:"";
	display:block;
	clear:both;
}
.content-container{
	width:100%;
	margin:0 0 70px;
}
.content-container:after{
	content:"";
	display:block;
	clear:both;
}
.content-container table{
	width:100%;
	border-collapse:collapse;
}
.content-container td{
	vertical-align:top;
	padding:11px 0 8px;
	font:14px/17px CalibriBold, Arial, Verdana, sans-serif;
}
.content-container tr:nth-child(even){background:#f4f4f4;}
.content-container tr td:nth-child(1){
	width:24%;
	padding:11px 0 8px 15px;
}
.content-container tr td:nth-child(2){width:80%;}
.content-container .author{
	display:block;
	font:14px/17px Calibri, Arial, Verdana, sans-serif;
}
.description-slide .opener{
	text-decoration:none;
	border-bottom:1px dashed #000;
}
.description-slide .opener:hover{
	text-decoration:none;
	border-bottom:1px dashed transparent;
}
.authors-block{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 0 0 140px;
	margin:0 0 54px;
}
.authors-block:after{
	content:"";
	display:block;
	clear:both;
}
.authors-block .img-block{
	float:left;
	margin:0 0 0 -140px;
	width:125px;
}
.authors-block .text-block{
	float:left;
	width:100%;
}
.authors-block .name{
	display:block;
	font:15px/18px Circe-Bold, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	margin:0 0 18px;
}
/* End Lectures Page */
/* Shop Page */
.banner-box{
	margin:-16px 0 28px;
	width:100%;
	color:#071d49;
	font:16px/20px Circe-Regular, Arial, Verdana, sans-serif;
	background:#e6d4ae url(../i/bg-banner.png) no-repeat 50% 0;
	background-size:auto 100%;
}
.banner-block{
	background:url(../i/bg-banner-b.png) no-repeat 0 100%;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:50px 0 30px 245px;
}
.banner-box:after,
.banner-block:after{
	content:"";
	display:block;
	clear:both;
}
.banner-box .greeting-title{
	display:block;
	font:30px/36px Circe-Regular, Arial, Verdana, sans-serif;
	margin:0 0 14px;
}
.banner-box .col{
	float:left;
	width:50%;
}
.banner-box .col span{
	display:block;
}
.banner-box .col a{color:#071d49;}
.museumshop-container{
	width:100%;
	margin-bottom: 30px;
}
.museumshop-container:after{
	content:"";
	display:block;
	clear:both;
}
.museumshop-container .heading{
	margin:0 0 23px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0 0 239px;
}
#main .museumshop-container .heading h2{
	margin:-3px 0 0 -239px;
	width:228px;
	float:left;
}
.sort-block{
	float:left;
	width:100%;
	font:14px/17px CalibriBold, Arial, Verdana, sans-serif;
}
.sort-block span{
	display:inline-block;
	vertical-align:top;
	width:94px;
	padding:6px 0 8px;
}
.sort-block ul{
	padding:0;
	margin:0;
	list-style:none;
	display:inline-block;
	vertical-align:top;
}
.sort-block li{
	display:inline-block;
	vertical-align:top;
	margin:0 -1px 0 0;
}
.sort-block ul a{
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	padding:6px 15px 8px;
	-webkit-transition:all 0.3s 0s;
	-moz-transition:all 0.3s 0s;
	transition:all 0.3s 0s;
}
.sort-block ul a:hover,
.sort-block ul .active a{
	background:#071d49;
	color:#fff;
}
.products-box{
	overflow:hidden;
	width:100%;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
}
.product-list{
	width:102%;
	padding:0;
	margin:0;
	list-style:none;
}
.product-list:after{
	content:"";
	display:block;
	clear:both;
}
.product-list li{
	display:inline-block;
	vertical-align:top;
	width:25%;
	margin:0 -4px 43px 0;
	padding:0 14px 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.products-box .img-box{
	overflow:hidden;
	width:168px;
	height:196px;
	text-align:center;
	background:#f0f0f0;
	margin:0 0 12px;
}
.products-box .img-holder{
	display:table;
	width:100%;
	height:196px;
	text-align:center;
	vertical-align:middle;
}
.products-box .img-box a{
	display:table-cell;
	vertical-align:middle;
}
.products-box .img-box img{
	max-width: 148px;
	max-height: 176px;
}
.products-box .text-box{
	overflow:hidden;
	width:100%;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
	word-spacing:-1px;
	padding:0 5px 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.products-box strong{
	display:block;
	text-transform:uppercase;
	font:15px/18px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
}
.products-box span{
	display:block;
	font:12px/16px CalibriBold, Arial, Verdana, sans-serif;
	padding:0 0 1px;
}
.products-box a{
	text-decoration:none;
	color:#010101;
}
/* End Shop Page */
/* Dobro-Pozhalovat Page */
.video-container{
	overflow:hidden;
	width:100%;
	margin:0 0 17px;
}
.video-container iframe{
	border:none;
}
.vblocks-holder{
	overflow:hidden;
	width:100%;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
	border-top:1px solid #071d49;
	padding:20px 0 14px;
}
.vblocks-holder2{
	overflow:hidden;
	width:100%;
	font:12px/16px Calibri, Arial, Verdana, sans-serif;
	border-top:none;
	padding:8px 0 14px;
}
.vblocks-holder3{
	margin:0 0 20px;
}
.vblocks-holder .vblock{
	display:inline-block;
	vertical-align:top;
	width:33.3333%;
	margin:0 -4px 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 5px 0 0;
}
.vblocks-holder .title-vblock{
	overflow:hidden;
	width:100%;
	padding:0 0 0 132px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 8px;
}
.vblocks-holder .title-vblock .img-block{
	float:left;
	width:120px;
	height:90px;
	text-align:center;
	background:#000;
	margin:0 0 0 -132px;
}
.vblocks-holder .title-vblock .img-holder{
	display:table;
	width:100%;
	height:90px;
	text-align:center;
	vertical-align:middle;
}
.vblocks-holder .img-block a{
	display:table-cell;
	vertical-align:middle;
}
.vblocks-holder .name{
	float:left;
	width:100%;
	text-transform:uppercase;
	font:15px/18px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	margin:0 0 3px;
}
.vblocks-holder a,
.vblocks-holder a:hover{
	text-decoration:none;
}
/* End Dobro-Pozhalovat Page */
/* Contacts Page */
.contacts-section{
	width:100%;
	padding:15px 0 23px;
}
.contacts-section:after{
	content:"";
	display:block;
	clear:both;
}
.contacts-section .logo2{
	float:left;
	width:450px;
	padding:3px 0 0 82px;
	background:url(../i/logo-g.png) no-repeat;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-transform:uppercase;
	margin:0 0 20px;
}
.contacts-section .logo2 a{text-decoration:none;}
.contacts-section .logo2 strong{
	display:block;
	font:14px/20px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
}
.contacts-section .logo2 span{
	display:block;
	font:14px/20px Circe-Regular, Calibri, Arial, Verdana, sans-serif;
}
.contacts-section address{
	float:right;
	width:300px;
	padding:6px 0 20px;
	font:15px/19px Circe-Regular, Calibri, Arial, Verdana, sans-serif;
}
.contacts-boxes{
	overflow:hidden;
	width:100%;
	padding: 0 0 36px;
}
.contacts-holder{margin:0 -8px;}
.contact-box{
	float:left;
	width:319px;
	padding:0 8px 16px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.contact-slide{
	width:100%;
	padding:0 8px 0 15px;
	min-height:130px;
	background:#e5d4ae;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.contact-box .contact-slide.expanded{min-height:130px;}
.contact-box2 .contact-slide.expanded{min-height:276px;}
.contact-box3 .contact-slide.expanded{min-height:422px;}
.contact-box4 .contact-slide.expanded{min-height:568px;}
.contact-box5 .contact-slide.expanded{min-height:714px;}
.contact-slide .opener{
	display:block;
	padding:13px 60px 26px 0;
	text-decoration:none;
	text-transform:uppercase;
	font:15px/18px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	background:url(../i/bg-arrows-b.png) no-repeat 100% 14px;
}
.contact-slide .opener:hover{text-decoration:none;}
.contact-slide.expanded .opener{background:url(../i/bg-arrows-u.png) no-repeat 100% 14px;}
.contact-slide .slide{
	position:relative;
	overflow:hidden;
	width:100%;
	padding:0 0 7px;
}
.contact-slide .phones{
	overflow:hidden;
	width:100%;
	margin:0 0 7px;
}
.contact-slide .emails{
	overflow:hidden;
	width:100%;
	margin:0 0 7px;
}
.contact-slide .emails a,
.contact-slide .emails a:hover{text-decoration:none;}
.employees-list{
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}
.employees-list li{
	vertical-align:top;
	height:1%;
	padding:0 0 11px;
}
.employees-list strong{
	display:block;
	font:18px/21px Calibri, Arial, Verdana, sans-serif;
}
.employees-list span{
	display:block;
	font:14px/16px Calibri, Arial, Verdana, sans-serif;
}


.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }




.holder.modified {
	position: relative;
	padding-left: 295px !important;
	max-width: 1270px !important;
}

.header-white {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 285px;
	text-align: center;
	padding-top: 20px;
	z-index: 2;
}

.header-white a {
	display: inline-block;
}

#header.modified {
	padding-top: 0;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 51;
}

#header.modified img {
	max-width: 100%;
	max-height: 100%;
}

#header.modified .header-holder {
	padding: 15px 7px 0 20px;
}

#header.modified .tools {
	margin-left: -20px;
}

#header.modified .t-box {
	margin-bottom: 17px;
}

#main.modified {
	min-height: 100vh;
	padding: 0;
	position: relative;
}

.aside-white {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 285px;
	z-index: 1;
}

.main-bg {
	background: url(../i/bg.jpg) center center;
	background-size: cover;
	position: absolute;
	top: 120px;
	bottom: 90px;
	left: 0;
	right: 0;
}

#footer.modified {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	padding: 18px 0 0px;
}

#footer.modified .f-col ul {
	float: none;
	display: inline-block;
	text-align: left;
	padding-bottom: 0;
}

.footer-holder.modified {
	padding: 0;
}

#footer.modified .f-col.modified {
	float: left;
	width: 35%;
	text-align: right;
	margin-top: -25px;
}

.footer-holder.modified + .pb-list {
	float: left;
	width: 65%;
}

.footer-holder.modified .f-row .f-col:first-child {
	width: auto;
	padding: 0;
	margin-bottom: 10px;
}

.museums-list {
	overflow: auto;
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0 20px;
}

.museums-list li {
	margin-bottom: 4px;
}

.museums-list a {
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	font-family: 'Circe-Bold';
	text-decoration: none;
}

.museums-list a:hover {
	text-decoration: underline;
}

.museums-list img {
	margin-bottom: 8px;
}

.aside__title {
	padding-top: 145px;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	font-size: 18px;
	font-family: 'Circe-Bold';
	margin: 0 20px 20px 20px;
}





/* End Contacts Page */
@media screen and (max-width: 1499px){
	.header-white a {
		max-width: 135px;
		margin-bottom: 20px;
	}
	.header-white {
		padding-top: 15px;
	}
	.aside__title {
		padding-top: 125px;
	}
}

@media screen and (max-width: 1250px){
	#header.modified .nav li a {
		font-size: 12px;
		padding: 1px 10px;
	}
	#header.modified .nav li {
		display: inline-block;
		vertical-align: middle;
	}
	#header.modified .nav ul {
		text-align: center;
	}
	.aside-white {
		width: 250px;
	}
	.header-white {
		width: 250px;
	}
	.holder.modified {
		padding-left: 260px !important;
	}
	#footer.modified img {
		width: 95px !important;
	}
	#footer.modified.f-col ul {
		width: auto;
	}
	#footer.modified .copyright {
		width: 80%;
	}
	.footer-holder.modified + .pb-list {
		width: 63%;
	}
	#footer.modified .f-col.modified {
		width: 37%;
	}
	#footer.modified .f-col ul:first-of-type {
		padding-right: 10px;
	}
	#footer.modified .f-col.modified {
		margin-top: -35px;
	}
}

@media screen and (max-width:1040px){
	#header .holder{
		padding:0 10px;
	}
	.header-holder{
		padding:0 0 15px 170px;
	}
	.logo{
		margin:0 0 0 -170px;
	}
	#footer .holder{
		padding:0 10px;
	}
	.footer-holder{
		padding:0 259px 17px 0;
	}
	.f-box{
		width:259px;
		margin:-5px -259px 0 0;
	}

}
@media only screen and (max-width:1020px){
	.contacts-boxes{
		margin:0 -30px;
		padding:0 30px;
	}
	.contacts-holder{margin:0 -28px;}
	.sort-form{
		padding:13px 12px 13px 12px;
	}
	.sort-form .text{
		width: 250px;
	}
	.container-holder li{
		padding:12px 0 0 10px;
		width:33.3333%;
		margin:0 -3px 0 0;
		border-top:1px solid #071d49;
	}
}
@media only screen and (max-width:1000px){
	.product-list{
		width:100%;
		text-align:center;
	}
	.product-list li{
		width:182px;
		margin:0 -4px 43px 0;
		padding:0 7px 0 0;
		text-align:left;
	}
}
@media only screen and (max-width:980px){
	.contacts-boxes{
		margin:0;
		padding:0;
	}
	.contacts-holder{margin:0 -8px;}
	.contact-box{
		width:50%;
	}
	.sort-form{
		
	}
	.sort-form .col3{
		float:none;
		width:100%;
		clear:both;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:0 120px 0 0;
	}
	.sort-form .col3:after{
		content:"";
		display:block;
		clear:both;
	}
	.sort-form .submit{
		border:0;
		float:right;
		padding:0 0 2px;
		margin:-27px 0 -3px 0;
		background:#071d49;
		width:106px;
		height:30px;

		text-transform: capitalize; 
	}
	.sort-form .text{
		float:left;
		width:100%;
	}
	.sort-form label{
		padding:2px 9px 5px 0;
	}
	.sort-form .col1{
		margin:0 12px 8px 0;
	}
}
@media only screen and (max-width:960px){
	    .description-block {
    width: 40%;
}
	.holder{
		padding:0 10px;
	}
	#header{
		padding:10px 0;
	}
	.header-holder{
		padding:0 0 0 170px;
	}
	.logo{
		margin:10px 0 0 -170px;
	}
	.t-box{
		padding:0;
	}
	.nav .nav-opener{
		display:block;
		margin:-25px 0 0;
	}
	.nav .nav-drop{
		overflow:hidden;
		position:absolute;
		top:100%;
		left:0;
		right:0;
		z-index:999;
	}
	.nav .nav-drop{float:none;}
	.nav .nav-drop{
		border:1px solid #071d49;
		border-top:6px solid #071d49;
		background:#fff;
		padding:0 0 5px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.nav ul{
		display:block;
	}
	.nav li{
		float:none;
		display:block;
		margin:0;
		padding:0;
	}
	.nav li a{
		display:block;
		padding:5px;
		color:#071d49;
	}
	.nav li a:hover{
		background-color:#071d49;
		color:#fff;
	}
	.nav .nav-drop{
		opacity:0;
		visibility:hidden;
		-webkit-transition:opacity 0.25s linear;
		transition:opacity 0.25s linear;
		height:0;
	}
	.nav-active .nav-drop{
		opacity:1;
		visibility:visible;
		height:auto;
	}
	.nav .calendar-link{
		width:100%;
		height:41px;background:url(../i/ico-calendar.png) no-repeat 8px -51px;
		background-color:#fff;
		padding:0;
	}
	.nav li .calendar-link:hover,
	.nav .active .calendar-link{
		background:url(../i/ico-calendar.png) no-repeat 8px 5px;
		background-color:#071d49;
	}
	.nav .sl-list{
		display:none;
	}
	.block-action .holder{
		padding:0 5px 0 0;
	}
	.blocks-holder{
		border-top:none;
		padding:0;
	}
	.boxes-holder:first-child, .blocks-holder:first-child{
		border-top:none;
		padding:0;
	}
	.blocks-holder .block{
		float:none;
		width:100%;
		border-top:1px solid #071d49;
		padding:20px 0 14px;
	}
	.blocks-holder .block:after{
		content:"";
		display:block;
		clear:both;
	}
	.blocks-holder .block:first-child{padding:20px 0 14px;}
	.boxes-holder:first-child .boxe:first-child, .blocks-holder:first-child .block:first-child{border-top:none;}

	.header-white {
		width: auto;
		background-color: transparent;
		left: 10px;
	}
	.logo-desktop {
		display: none;
	}
	.logo-mobile {
		display: block;
		width: 105px;
	}
	.aside-white {
		width: 100%;
		height: auto;
		left: 0;
		top: 107%;
		padding: 15px 0 0 0;
	}
	.main-bg {
		top: auto;
		position: relative;
		left: auto;
		height: 500px;
		bottom: auto;
		margin: 200px 0 80px 0;
	}
	.header-white {
		padding: 10px 0 0 10px;
	}
	.holder.modified {
		padding: 0 10px 10px 150px !important;
	}
	#footer .holder.modified {
		padding-left: 10px !important;
	}
	.header-white a {
		max-width: none;
		margin-bottom: 0;
	}
	.aside__title {
		padding-top: 0;
	}
	#main.modified {
		/*min-height: 100vh;*/
	}
	#header.modified .museums-list img {
		max-width: 170px;
		display: block;
		margin-bottom: 5px;
	}
	.museums-list {
		font-size: 0;
		margin: 0 10px;
		padding-bottom: 0;
	}
	.museums-list a {
		font-size: 12px;
	}
	.aside__title {
		margin: 0 10px 10px 10px;
	}
	.museums-list li {
		padding: 0 10px 0 0;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 15px;
	}
	.museums-list li img {
		max-width: 175px;
	}
	#header.modified .nav li {
		display: block;
	}
	#header.modified .nav ul {
		text-align: left;
		padding-top: 10px;
	}

}
@media screen and (max-width:900px){
	.vblocks-holder2 .vblock,
	.vblocks-holder3 .vblock,
	.vblocks-holder4 .vblock{
		display:block;
		width:100%;
		margin:0;
		padding:0;
	}
	.container-holder li{
		padding:12px 0 0 10px;
		width:50%;
		margin:0 -3px 0 0;
		border-top:1px solid #071d49;
	}
	.container-holder .container-img{
		background:#e5d4ae;
	}
}
@media screen and (max-width:860px){
	.f-col{
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		float:left;
		width:50%;
	}
	.f-row .f-col:first-child{
		padding:0 10% 10px 0;
		width:50%;
	}
	.f-col ul{
		width:50%;
	}
	.action-list li{
		width:33.3333%;
		margin:0 -4px 20px 0;
	}
	.action-list li:nth-child(4){
		border-left:none;
	}
	.contacts-blocks .contact-block{
		float:none;
		width:100%;
		padding:18px 0 30px 114px;
	}
	.contacts-blocks .contact-block:after{
		content:"";
		display:block;
		clear:both;
	}
	.contacts-blocks .btn-more{
		float:none;
		display:block;
		width:112px;
		position:relative;
		margin:0;
		clear:both;
	}
	.contacts-blocks .text-block{
		margin:0 0 20px;
	}
	.contact-container{
		display:block;
		margin:0 0 20px;
		width:100%;
	}
}
@media screen and (max-width:800px){
	#header{
		padding:10px 0;
	}
	.logo{
		margin:15px 0 0 -170px;
	}
	.t-box{
		float:left;
		width:100%;
		text-align:right;
		padding:0;
	}
	.t-block{
		display:inline-block;
		vertical-align:top;
		text-align:left;
	}
	.lang{
		display:inline-block;
		padding:0;
		margin:0 43px 10px 0;
		text-align:left;
	}
	.sl-list{
		display:block;
		vertical-align:top;
		padding:0 16px 0 0;
		margin:0;
		list-style:none;
		text-align:left;
	}
	.nav .nav-opener{
		margin:-30px 0 0;
	}
	.footer-holder{
		padding:0 0 17px 0;
	}
	.f-row{
		float:none;
		display:block;
		width:100%;
	}
	.f-row:after{
		content:"";
		display:block;
		clear:both;
	}
	.f-box{
		width:259px;
		margin:0 auto;
		float:none;
		display:block;
		padding:10px 0 0;
	}
	.search-form .row{
		padding:0 215px 0 0;
	}
	.checkbox-holder{
		margin:0 -210px 0 0;
	}
	.mcsr{
		width:100%;
		float:none;
	}
	.mcsr .sidebar{
		width:100%;
		float:none;
		padding:50px 0 0;
	}
	.mcsr .content{margin:0;}
	.mcsr .c1{
		width:100%;
		float:none;
	}
	.mcsr:after,
	.mcsr .sidebar:after,
	.mcsr .content:after,
	.mcsr .c1:after{
		content:"";
		display:block;
		clear:both;
	}
	.toggle-block .opener{
		margin:0;
	}
	.mscl{
		width:100%;
		float:none;
	}
	.mscl .sidebar{
		float:none;
		width:100%;
		margin:0 0 50px;
	}
	.mscl .content{margin:0;}
	.mscl .c1{
		width:100%;
		float:none;
	}
	.mscl:after,
	.mscl .sidebar:after,
	.mscl .content:after,
	.mscl .c1:after{
		content:"";
		display:block;
		clear:both;
	}
	.tickets-list{
		text-align:center;
	}
	.tickets-list li{
		padding:0 0 20px;
		text-align:left;
	}
	.sidebar .tickets-list li{
		padding:0;
	}
}
@media screen and (max-width:760px){
	.blocks-holder{
		border-top:none;
		padding:0;
	}
	.boxes-holder:first-child, .blocks-holder:first-child{
		border-top:none;
		padding:0;
	}
	.blocks-holder .block{
		float:none;
		width:100%;
		border-top:1px solid #071d49;
		padding:20px 0 14px;
	}
	.blocks-holder .block:after{
		content:"";
		display:block;
		clear:both;
	}
	.blocks-holder .block:first-child{padding:20px 0 14px;}
	.banner-block{
		padding:10px 0 10px 230px;
	}
	.banner-box .col{
		width:100%;
		float:none;
		margin:0 0 10px;
	}
	.banner-box .col{
		content:"";
		display:block;
		clear:both;
	}
	#main .museumshop-container .heading h2{
		margin:0 0 10px;
		width:100%;
		float:none;
	}
	.museumshop-container .heading{
		padding:0;
	}
	.sort-block{
		float:none;
		width:100%;
	}
	.sort-block:after{
		content:"";
		display:block;
		clear:both;
	}
	.carousel-news .slide{
		margin:0;
		width:100%;
		padding:0;
	}
	.carousel-news .slide:after{
		display:none;
	}
	.greeting-box .visual-box{
		float:none;
		width:100%;
		padding:0;
		margin:0 0 30px;
	}
	.greeting-box .text-box{
		float:none;
		width:100%;
		padding:0 10px;
	}
	.greeting-box .visual-box:after,
	.greeting-box .text-box:after{
		content:"";
		display:block;
		clear:both;
	}
	.greeting-box .ico-video-box img{
		right:auto;
		left:23px;
	}
	.history-block .text-block{
		float:none;
		width:100%;
		padding:0 0 10px;
	}
	.history-block .img-block{
		float:none;
		width:100%;
		padding:0;
		text-align:center;
	}
	.history-block2 .img-block{
		padding:0 0 20px;
	}
	.history-block .text-block:after,
	.history-block .img-block:after{
		content:"";
		display:block;
		clear:both;
	}
	.circs-blocks .block{
		float:none;
		width:100%;
		margin:0 0 20px;
	}
	.circs-blocks .block:after{
		content:"";
		display:block;
		clear:both;
	}
	.carousel-it .slide{
		width:100%;
		/* padding:0 10px; */
	}
	.footer-holder.modified + .pb-list {
		float: none;
		width: 100%;
	}
	#footer.modified .f-col.modified {
		margin-top: 0;
		float: none;
		width: 100%;
		text-align: left;
	}
	#footer.modified .copyright {
		width: 100%;
	}
	#footer.modified .f-col ul {
		display: inline-block;
		width: auto;
	}
	#footer.modified .f-col ul:first-of-type {
		margin-right: 30px;
	}
	#footer.modified {
		position: relative;
		left: auto;
		bottom: auto;
	}
	.main-bg {
		margin-bottom: 0;
	}
	#main.modified {
		min-height: 0;
	}
	#main .holder.modified {
		padding: 0 !important;
	}
	.museums-list li {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:660px){
	.description-block {
    width: 100% !important;
}
	.search-form .row{
		padding:0;
	}
	.checkbox-holder{
		clear:both;
		margin:0;
		float:none;
		display:block;
		padding:8px 0 0;
	}
	.checkbox-holder:after{
		content:"";
		display:block;
		clear:both;
	}
	.contacts-boxes{
		margin:0;
		padding:0;
	}
	.contacts-holder{margin:0;}
	.contact-box{
		width:100%;
		float:none;
		display:block;
		overflow:hidden;
		padding:0 0 16px;
	}
	.contact-box .contact-slide.expanded{min-height:130px;}
	.contact-box2 .contact-slide.expanded{min-height:auto;}
	.contact-box3 .contact-slide.expanded{min-height:auto;}
	.contact-box4 .contact-slide.expanded{min-height:auto;}
	.contact-box5 .contact-slide.expanded{min-height:auto;}

}
@media screen and (max-width:630px){
	.t-block{
		display:block;
		padding:0 0 0 17px;
	}
	.t-block:after,
	.tools-box:after{
		content:"";
		display:block;
		clear:both;
	}
	.tools-box{
		display:block;
		margin:0;
	}
	.sl-list{
		float:right;
		padding:0;
		margin:0;
		list-style:none;
		text-align:left;
	}
	.sl-list li{
		margin:0 0 0 6px;
	}
	.logo{
		margin:5px 0 0 -170px;
	}
	.nav .nav-opener{
		margin:-34px 0 0;
	}
	#header.modified .sl-list {
		float: right;
		width: auto;
	}
	#header.modified .tools-box {
		float: right;
		margin-right: 55px;
	}
	#header.modified .tools {
		padding-bottom: 0;
	}
	#header.modified .t-box {
		margin-bottom: 0;
	}
	#header.modified .nav .nav-opener {
		position: absolute;
		right: 18px;
		bottom: 3px;
	}
	#header.modified .lang {
		margin: 5px 20px 0 0;
	}
	.header-white {
		padding: 15px 0 0 5px;
	}
	.holder.modified {
		padding: 0 10px 10px 130px !important;
	}
	#header.modified .t-block {
		padding: 0;
	}
}
@media screen and (max-width:620px){
	.sl-list{
		float:none;
		display:block;
		width:100%;
		padding:0;
		margin:0;
		list-style:none;
		text-align:center;
	}
	.sl-list li{
		margin:0;
		padding:2px 3px 6px;
	}
	.search-holder .search-frame{
		width:230px;
	}
	#header.active-search .search-frame{
		width:230px;
	}
	.scheme-form{
		padding:0;
	}
	.scheme-form .text{
		margin:0 0 5px;
	}
	.scheme-form .submit{
		clear:both;
		float:left;
		padding:0 0 4px;
		margin:0;
		background:#071d49;
		width:100%;
	}
}
@media screen and (max-width:580px){
	.container-holder li{
		padding:12px 0 0 10px;
		width:100%;
		margin:0;
		display:block;
		border-top:1px solid #071d49;
	}
	.container-holder .container-img{
		background:#e5d4ae;
	}
	.banner-block{
		background:url(../i/bg-banner-b.png) no-repeat 100% 110%;
		background-size:121px 100px;
		padding:10px 0 20px;
	}
}
@media screen and (max-width:540px){
	.header-holder{
		padding:0 0 0 150px;
	}
	.logo{
		margin:15px 0 0 -150px;
	}
	.f-col{
		float:none;
		display:block;
		width:100%;
	}
	.f-col:after{
		content:"";
		display:block;
		clear:both;
	}
	.f-row .f-col:first-child{
		padding:0 0 10px;
		width:100%;
	}
	.title-404{
		margin:-2px 0 20px;
	}
	.search-404{
		overflow:hidden;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		background:url(../i/ico-info.png) no-repeat 25px 3px;
		padding:70px 0 0;
	}
	.collectiononline-box{
		padding:0 0 0 140px;
		margin:0 0 3px;
	}
	.collectiononline-box .text{
		width:140px;
		margin:0 0 0 -140px;
		padding:10px 5px 10px 10px;
		font:18px/21px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	}
	.att-box .holder{
		/* padding:0 10px 0 70px; */
		/* background:url(../i/ico-att.png) no-repeat 10px 4px; */
	}
	.boxes-holder{
		border-top:none;
		padding:0;
	}
	.boxes-holder .box{
		float:none;
		width:100%;
		padding:21px 0 22px;
		border-top:1px solid #071d49;
	}
	.boxes-holder .box:after{
		content:"";
		display:block;
		clear:both;
	}
	.boxes-holder .box:first-child{padding:21px 0 22px;}

	#header.modified .lang {
		width: 100%;
		text-align: right;
		margin: 0px 0px 7px 0;
	}
	.header-white {
		padding-top: 30px;
	}
	#header.modified .museums-list img {
		max-width: 130px;
	}
	.museums-list a {
		font-size: 10px;
	}
	.museums-list li {
		margin-bottom: 5px;
	}
	.aside-white {
		position: relative;
		top: auto;
		left: auto;
		margin-top: 25px;
	}
	.holder.modified {
		padding: 0 !important;
	}
	#header.modified {
		padding-bottom: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	.main-bg {
		margin: 0;
		height: 400px;
	}
	#header.modified .nav .nav-opener {
		bottom: auto;
		top: 110px;
	}
	#header.modified .nav .nav-drop {
		top: 120px;
	}
	#footer.modified {
		padding-bottom: 10px;
	}


}
@media screen and (max-width:500px){
	.action-list li{
		width:50%;
		margin:0 -4px 20px 0;
	}
	.action-list li:nth-child(3),
	.action-list li:nth-child(5){
		border-left:none;
	}
	.action-list li:nth-child(4){
		border-left:1px solid #76787b;
	}
	.contacts-section .logo2{
		float:none;
		display:block;
		overflow:hidden;
		width:100%;
	}
	.contacts-section .logo2 strong{
		display:block;
		font:12px/20px Calibri, Arial, Verdana, sans-serif;
	}
	.contacts-section .logo2 span{
		display:block;
		font:12px/20px Calibri, Arial, Verdana, sans-serif;
	}
	img.alignleft{
		display:block;
		text-align:center;
		float:none;
		clear:both;
		margin:0 auto 20px;
	}
	img.aligncenter{
		display:block;
		text-align:center;
		float:none;
		clear:both;
		margin:0 auto 20px;
	}
	img.alignright{
		display:block;
		text-align:center;
		float:none;
		clear:both;
		margin:0 auto 20px;
	}
}
@media screen and (max-width:450px){
	.logo{
		margin:5px 0 0 -150px;
	}
	.lang{
		white-space:nowrap;
	}
	.nav .nav-drop{
		padding:0;
	}
	.sl-list{
		display:none;
	}
	.nav .sl-list{
		display:block;
		padding:5px 0 2px;
		background:#071d49 !important;
	}
	.nav .sl-list li{
		display:inline-block;
		vertical-align:top;
	}
	.nav .sl-list a{
		padding:0 !important;
	}
	.search-holder .search-frame{
		width:205px;
	}
	#header.active-search .search-frame{
		width:205px;
	}
	#header.modified .nav .nav-opener{
		top: 75px;
	}
	.header-white {
		padding-top: 15px;
	}
	#header.modified .museums-list img {
		max-width: 100%;
	}
	.museums-list li {
		width: 33.3333%;
		padding: 0;
	}
	.museums-list li a {
		padding: 0 5px;
	}
	.main-bg {
		height: 300px;
	}
	#footer.modified .copyright {
		padding-right: 10px;
	}
	#header.modified .sl-list {
		float: none;
	}
	#header.modified .sl-list li {
		display: inline-block;
	}
}
@media screen and (max-width:400px){
	#header .holder{
		padding:0 5px;
	}
	.checkbox-holder{
		margin:0 -100px 0 0;
	}
	#header.modified .nav .nav-opener {
		right: 10px;
	}
	#header.modified .tools-box {
		margin-right: 45px;
	}
	#header.modified .tools .contacts-link {
		margin-right: 10px;
	}
	#header.modified .search-holder {
		margin: 0 10px 0 0;
	}
}
@media screen and (max-width:380px){
	.subscribe-box{
		padding:0;
	}
}
@media screen and (max-width:360px){
	.subscribe-box{
		padding:0;
		margin:0 0 0 -5px;
	}
}
@media screen and (max-width:350px){
	.sidebar .tickets-list{
		margin:0 -5px 26px;
		white-space:nowrap;
	}
	.sidebar .tickets-list li{
		white-space:normal;
	}
}
@media screen and (max-width:340px){
	.subscribe-box{
		padding:0;
		margin:0 0 0 -10px;
	}
}
/* disable animation while browser is resizing */
.resize.nav-active .hold,
.resize-active .s-form,
.resize.nav-active .nav-drop,
.resize.nav-active .nav-drop > ul {
	-webkit-transition:none !important;
	-ms-transition:none !important;
	transition:none !important;
}
.regus-container{
	width:981px;
	padding:8px 0 0;
	margin: 0 auto 45px;
	overflow:hidden;
}
.regus-container h2{
	margin:0 0 8px 7px;
	color:#010101;
	font:26px/30px Calibri, Arial, Verdana, sans-serif;
}
.regus-container .mark-box{
	overflow:hidden;
	width:959px;
	color:#010101;
	font:18px/24px Calibri, Arial, Verdana, sans-serif;
	padding:3px 16px 8px 6px;
	background: #e3e3e0;
	margin:0 0 21px;
}
.regus-container .mark-box a{
	font:18px/24px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
.regus-container .mark-box p{margin:0 0 6px;}
.regus-container .mark-box dl{
	overflow:hidden;
	width:100%;
	margin:0;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
}
.regus-container .mark-box dt{
	display:inline-block;
	color:#666;
}
.regus-container .mark-box dd{
	margin:0;
	color:#333;
	display:inline-block;
}
.regus-container .m-box{
	float:right;
	min-width:348px;
}
.regus-container .m-box a{
	/* float:right; */
	min-width:348px;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
}
.regus-container .m-box strong{
	float:left;
	width:163px;
	color:#333;
	padding:10px 0 0;
	text-transform:uppercase;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
}
.regus-container .m-box strong a{
	text-decoration:none;
	color:#333;
}
.regus-container .m-box strong a:hover{
	text-decoration:none;
	color:#333;
}
.regus-form{
	overflow:hidden;
	width:940px;
	padding:0 0 0 7px;
	margin:0 0 20px;
}
.regus-form h2{
	margin:0 0 10px;
	color:#010101;
	font:26px/30px Calibri, Arial, Verdana, sans-serif;
}
.regus-form a{
	padding:10px;
	text-decoration:underline
}
.regus-form .row{
	overflow:hidden;
	width:100%;
	margin:0 0 8px;
}
.regus-form label{
	float:left;
	text-align:right;
	margin:0 28px 0 0;
	width:260px;
	padding:1px 0 2px;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
}
.regus-form label em{
	font-style:normal;
	color:#fc0005;
}
.regus-form .text{
	padding:0 5px 0 7px;
	margin:0;
	border:1px solid #ccc;
	float:left;
	height:26px;
	width:355px;
	background:#fff;
	color:#666;
	outline:none;
	font:14px/26px Calibri, Arial, Verdana, sans-serif;
}
.regus-form .submit-holder{
	overflow:hidden;
	padding:7px 0 0 222px;
	width:695px;
}
.regus-form .submit{
    border: 0;
    /* float: right; */
    padding: 0 10px 2px;
    margin: -3px -116px -3px 0;
    background: #071d49;
    /* width: 106px; */
    height: 30px;
    font: 15px/30px CalibriBold, Arial, Verdana, sans-serif;
    color: #fff;
    -webkit-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    cursor: pointer;
}
.regus-form .jcf-hidden{
	display:block !important;
	position:absolute !important;
	left:-9999px !important;
}
.regus-form .chk-area{
	border:none;
	background:url(../i/bg-chk-area.png) no-repeat;
	margin:6px 0 0 2px;
	float:left;
	width:14px;
	height:15px;
}
.regus-form .chk-checked{background:url(../i/bg-chk-area.png) no-repeat 0 -20px;}
.regrep-form{
	overflow:hidden;
	width:940px;
	padding:0 0 0 7px;
	margin:0 0 20px;
}
.regrep-form .row{
	overflow:hidden;
	width:100%;
	margin:0 0 8px;
}
.regrep-form label{
	float:left;
	text-align:right;
	margin:0 17px 0 0;
	width:192px;
	padding:3px 0 2px;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
}
.regrep-form .text{
	padding:0 5px 0 7px;
	margin:0;
	border:1px solid #ccc;
	float:left;
	height:26px;
	width:659px;
	background:#fff;
	color:#666;
	outline:none;
	font:14px/26px Calibri, Arial, Verdana, sans-serif;
}
.regrep-form .textarea-holder{
	border:1px solid #ccc;
	padding:4px 0 4px 7px;
	position:relative;
	width:664px;
	float:left;
	overflow:hidden;
}
.regrep-form .textarea-holder textarea{
	width:664px;
	min-width:664px;
	max-width:664px;
	height:55px;
	min-height:55px;
	max-height:55px;
	float:left;
	overflow:auto;
	border:none;
	color:#666;
	background:none;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
	outline:none;
}
.regrep-form .submit-holder{
	overflow:hidden;
	padding:7px 0 0 210px;
	width:695px;
}
.regrep-form .submit{
    border: 0;
    /* float: right; */
    padding: 0 10px 2px;
    margin: -3px -116px -3px 0;
    background: #071d49;
    /* width: 106px; */
    height: 30px;
    font: 15px/30px CalibriBold, Arial, Verdana, sans-serif;
    color: #fff;
    -webkit-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    cursor: pointer;
}
.zz-list{
	float:left;
	min-width:376px;
	padding:11px 0 0;
	margin:0;
	color:#333;
	list-style:none;
	text-transform:uppercase;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
}
.zz-list li{
	float:left;
	margin:0 13px 0 0;
	padding:0 0 0 15px;
	background:url(../i/separator.png) no-repeat 0 4px;
}
.zz-list li:first-child{
	background:none;
	padding:0;
}
.zz-list a{
	text-decoration:none;
	color:#333;
}
.zz-list a:hover{text-decoration:underline;}
.zz-list li:first-child a{color:#666;}
.scheme-box .mapcard{
	width: 948px;
	height: 712px;
	background: url(../i/map/fullmap.png) left bottom no-repeat;
	position: relative;
}
.scheme-box .mapcard ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.scheme-box .mapcard ul li {
	position: absolute; /* ?oiau yeaiaiou li ia "iaoaee" a IE6 */
}
.scheme-box .mapcard a:link, a:visited, a:hover {
	text-decoration: none;
}
.scheme-box .mapcard a span {
	display: none;
	font: 14px/16px Calibri, Arial, Verdana, sans-serif;
	color: #000;
	padding: 5px 5px;
	text-alling:center;
	max-width: 200px;
	min-width: 180px;
	text-align: center;
	border: 2px solid #071d49;
	background-color: #fff;
	background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	-moz-border-radius: 4px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
	position: relative;
}

.scheme-box .mapcard a:hover span {
	position: absolute;
	margin:auto;
	left: -70px;
	top: -40px;
	display: block;
}
.scheme-box .mapcard a:after span
{
    content: "";
    position: absolute;
    z-index: 1000;
	left:50%px;
	display:block;
	bottom:40px;
	width:0px;
	height:0px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
}
.scheme-box .mapcard a span:after {
        content: '';
        display: block;
        position: absolute;
        left:50%;
        margin-left: -5px;
        bottom:-7px;
        width: 10px;
        height: 10px;
        border-right: 2px solid #071d49;
        border-bottom: 2px solid #071d49;
        background-color: #FFF;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Safari */
        transform: rotate(45deg);
    }
@media screen and (max-width: 1200px){
.scheme-box .mapcard a span {
	display: none;
	font: 14px/18px Calibri, Arial, Verdana, sans-serif;
	width: 200px;
}
.scheme-box .mapcard a:hover span {
	left: -100px;
}
}
.scheme-box .mapcard #ds24 a {
	position: absolute;
	width: 49px;
	height: 136px;
	left: 117px;
	top: 449px;
}
.scheme-box .mapcard #ds24 a:hover {
	background: url(../i/map/ob3.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds36 a {
	position: absolute;
	width: 25px;
	height: 56px;
	left: 736px;
	top: 211px;
}
.scheme-box .mapcard #ds36 a:hover {
	background: url(../i/map/ob14.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds37 a {
	position: absolute;
	width: 25px;
	height: 40px;
	left: 609px;
	top: 329px;
}
.scheme-box .mapcard #ds37 a:hover {
	background: url(../i/map/ob23.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds38 a {
	position: absolute;
	width: 30px;
	height: 20px;
	left: 518px;
	top: 282px;
}
.scheme-box .mapcard #ds38 a:hover {
	background: url(../i/map/ob22.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds39 a {
	position: absolute;
	width: 38px;
	height: 39px;
	left: 174px;
	top: 305px;
}
.scheme-box .mapcard #ds39 a:hover {
	background: url(../i/map/ob37.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds40 a {
	position: absolute;
	width: 18px;
	height: 13px;
	left: 433px;
	top: 280px;
}
.scheme-box .mapcard #ds40 a:hover {
	background: url(../i/map/ob38.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds41 a {
	position: absolute;
	width: 18px;
	height: 13px;
	left: 642px;
	top: 251px;
}
.scheme-box .mapcard #ds41 a:hover {
	background: url(../i/map/ob39.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds30 a {
	position: absolute;
	width: 33px;
	height: 99px;
	left: 755px;
	top: 227px;
}
.scheme-box .mapcard #ds30 a:hover {
	background: url(../i/map/ob13.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds25 a {
	position: absolute;
	width: 42px;
	height: 93px;
	left: 801px;
	top: 311px;
}
.scheme-box .mapcard #ds25 a:hover {
	background: url(../i/map/ob12.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds18 a {
	position: absolute;
	width: 37px;
	height: 140px;
	left: 900px;
	top: 406px;
}
.scheme-box .mapcard #ds18 a:hover {
	background: url(../i/map/ob11.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds21 a {
	position: absolute;
	width: 32px;
	height: 84px;
	left: 805px;
	top: 454px;
}
.scheme-box .mapcard #ds21 a:hover {
	background: url(../i/map/ob10.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds23 a {
	position: absolute;
	width: 34px;
	height: 90px;
	left: 701px;
	top: 453px;
}
.scheme-box .mapcard #ds23 a:hover {
	background: url(../i/map/ob9.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds22 a {
	position: absolute;
	width: 39px;
	height: 85px;
	left: 602px;
	top: 462px;
}
.scheme-box .mapcard #ds22 a:hover {
	background: url(../i/map/ob8.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds17 a {
	position: absolute;
	width: 48px;
	height: 95px;
	left: 513px;
	top: 459px;
}
.scheme-box .mapcard #ds17 a:hover {
	background: url(../i/map/ob7.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds19 a {
	position: absolute;
	width: 42px;
	height: 87px;
	left: 296px;
	top: 537px;
}
.scheme-box .mapcard #ds19 a:hover {
	background: url(../i/map/ob6.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds20 a {
	position: absolute;
	width: 41px;
	height: 154px;
	left: 171px;
	top: 537px;
}
.scheme-box .mapcard #ds20 a:hover {
	background: url(../i/map/ob5.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds26 a {
	position: absolute;
	width: 42px;
	height: 138px;
	left: 709px;
	top: 129px;
}
.scheme-box .mapcard #ds26 a:hover {
	background: url(../i/map/ob4.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds34 a {
	position: absolute;
	width: 131px;
	height: 172px;
	left: 162px;
	top: 112px;
}
.scheme-box .mapcard #ds34 a:hover {
	background: url(../i/map/ob2.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds2 a {
	position: absolute;
	width: 34px;
	height: 73px;
	left: 261px;
	top: 304px;
}
.scheme-box .mapcard #ds2 a:hover {
	background: url(../i/map/ob35.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds3 a {
	position: absolute;
	width: 91px;
	height: 54px;
	left: 286px;
	top: 385px;
}
.scheme-box .mapcard #ds3 a:hover {
	background: url(../i/map/ob34.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds12 a {
	position: absolute;
	width: 139px;
	height: 107px;
	left: 285px;
	top: 405px;
}
.scheme-box .mapcard #ds12 a:hover {
	background: url(../i/map/ob33.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds10 a {
	position: absolute;
	width: 32px;
	height: 44px;
	left: 369px;
	top: 343px;
}
.scheme-box .mapcard #ds10 a:hover {
	background: url(../i/map/ob32.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds9 a {
	position: absolute;
	width: 59px;
	height: 94px;
	left: 400px;
	top: 382px;
}
.scheme-box .mapcard #ds9 a:hover {
	background: url(../i/map/ob31.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds13 a {
	position: absolute;
	width: 76px;
	height: 72px;
	left: 163px;
	top: 463px;
}
.scheme-box .mapcard #ds13 a:hover {
	background: url(../i/map/ob30.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds16 a {
	position: absolute;
	width: 92px;
	height: 97px;
	left: 398px;
	top: 288px;
}
.scheme-box .mapcard #ds16 a:hover {
	background: url(../i/map/ob29.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds14 a {
	position: absolute;
	width: 41px;
	height: 80px;
	left: 479px;
	top: 262px;
}
.scheme-box .mapcard #ds14 a:hover {
	background: url(../i/map/ob28.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds8 a {
	position: absolute;
	width: 84px;
	height: 94px;
	left: 500px;
	top: 359px;
}
.scheme-box .mapcard #ds8 a:hover {
	background: url(../i/map/ob27.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds5 a {
	position: absolute;
	width: 173px;
	height: 158px;
	left: 293px;
	top: 88px;
}
.scheme-box .mapcard #ds5 a:hover {
	background: url(../i/map/ob26.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds6 a {
	position: absolute;
	width: 109px;
	height: 112px;
	left: 503px;
	top: 133px;
}
.scheme-box .mapcard #ds6 a:hover {
	background: url(../i/map/ob25.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds15 a {
	position: absolute;
	width: 72px;
	height: 186px;
	left: 538px;
	top: 206px;
}
.scheme-box .mapcard #ds15 a:hover {
	background: url(../i/map/ob24.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ob23 a {
	position: absolute;
	width: 25px;
	height: 40px;
	left: 609px;
	top: 329px;
}
.scheme-box .mapcard #ob23 a:hover {
	background: url(../i/map/ob23.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ob22 a {
	position: absolute;
	width: 30px;
	height: 20px;
	left: 518px;
	top: 282px;
}
.scheme-box .mapcard #ob22 a:hover {
	background: url(../i/map/ob22.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds4 a {
	position: absolute;
	width: 83px;
	height: 121px;
	left: 298px;
	top: 256px;
}
.scheme-box .mapcard #ds4 a:hover {
	background: url(../i/map/ob21.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds33 a {
	position: absolute;
	width: 25px;
	height: 58px;
	left: 152px;
	top: 449px;
}
.scheme-box .mapcard #ds33 a:hover {
	background: url(../i/map/ob20.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds32 a {
	position: absolute;
	width: 24px;
	height: 65px;
	left: 182px;
	top: 381px;
}
.scheme-box .mapcard #ds32 a:hover {
	background: url(../i/map/ob19.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds35 a {
	position: absolute;
	width: 63px;
	height: 79px;
	left: 100px;
	top: 193px;
}
.scheme-box .mapcard #ds35 a:hover {
	background: url(../i/map/ob36.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds31 a {
	position: absolute;
	width: 25px;
	height: 55px;
	left: 323px;
	top: 115px;
	z-index:50;
}
.scheme-box .mapcard #ds31 a:hover {
	background: url(../i/map/ob18.png) no-repeat;
	display: block;
	z-index:60;
}
.scheme-box .mapcard #ds28 a {
	position: absolute;
	width: 30px;
	height: 114px;
	left: 374px;
	top: 1px;
}
.scheme-box .mapcard #ds28 a:hover {
	background: url(../i/map/ob17.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds27 a {
	position: absolute;
	width: 51px;
	height: 121px;
	left: 464px;
	top: 22px;
}
.scheme-box .mapcard #ds27 a:hover {
	background: url(../i/map/ob16.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ds29 a {
	position: absolute;
	width: 36px;
	height: 65px;
	left: 579px;
	top: 114px;
	z-index: 50;
}
.scheme-box .mapcard #ds29 a:hover {
	background: url(../i/map/ob15.png) no-repeat;
	display: block;
	z-index: 60;
}
.scheme-box .mapcard #ob36 a {
	position: absolute;
	width: 63px;
	height: 79px;
	left: 100px;
	top: 193px;
}
.scheme-box .mapcard #ob36 a:hover {
	background: url(../i/map/ob36.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ob37 a {
	position: absolute;
	width: 38px;
	height: 39px;
	left: 174px;
	top: 305px;
}
.scheme-box .mapcard #ob37 a:hover {
	background: url(../i/map/ob37.png) no-repeat;
	display: block;
}
.scheme-box .mapcard #ob38 a {
	position: absolute;
	width: 18px;
	height: 13px;
	left: 433px;
	top: 280px;
}
.scheme-box .mapcard #ob38 a:hover {
	background: url(../i/map/ob38.png) no-repeat;
	display: block;
}
.projects-list{
	padding-left:0px;
}
.year-list{
	overflow: hidden;
	width: auto;
}
.year-list li{
	overflow: hidden;
	width: 30px;
	height: 32px;
	padding: 5px;
	float: left;
	background: #cacaca;
	letter-spacing: -2px;
	margin: 0 4px 3px 0 !important;
}
.year-list .this{
	background: #e5d4ae;
}
.year-list .active{
	background: #e5d4ae;
}
.year-list li a{
	color: #2a2a2a;
	font: 15px/18px Circe-Bold, Calibri, Arial, Verdana, sans-serif;
}
.year-list li:hover{
	background:#e5d4ae;
	text-decoration:none;
}
.year-list .this:hover{
	background:#e5d4ae;
	text-decoration:none;
}

}
.year-list li:hover{
	background:#e5d4ae;
	text-decoration:none;
}
.year-list .this:hover{
	background:#e5d4ae;
	text-decoration:none;
}

/* Shop Item */
.head_menu ul li.active a.last{
	text-decoration:none;
	color:#fff;
}
.description-box{
	/* width:946px; */
	padding:13px 0 0;
	margin:0 auto 18px;
	overflow:hidden;
	background:url(../i/divider.gif) repeat-x 0 100%;
}
.description-box .add-nav{
	margin:0 0 15px;
}
.gallery-box{
	float:left;
	/* width:376px; */
	padding:6px 0 0;
	width: 40%;
	min-width: 370px;
}
.visual{
	overflow:hidden;
	width:100%;
	margin:0 0 10px;
}
.visual .img-holder{
	overflow:hidden;
	width:343px;
	height:450px;
	position:relative;
	padding:0;
	margin:0 0 24px;
	list-style:none;
}
.visual .img-holder li{
	position:absolute;
	top:0;
	left:0;
	width:343px;
	height:450px;
	z-index:0;
}
.visual .img-holder li img{
	max-width:343px;
	max-height:450px;
	margin: auto;
}
.visual .img-holder  li.active{z-index:1;}
.visual-list{
	overflow:hidden;
	width:381px;
	padding:1px 0 0;
	margin:0;
	list-style:none;
}
.visual-list li{
	float:left;
	width:87px;
	overflow:hidden;
	height:90px;
	margin:0 40px 33px 0;
	position:relative;
}
.visual-list li img{
	max-height: 90px;
	max-width: 90px;
}
.description-block{
	float:left;
	/* width:568px; */
	color:#1c1c1c;
	/* font:12px/15px Circe-Light, Calibri, Arial, Verdana, sans-serif; */
	width: 60%;
}
.description-block a{
    text-decoration: underline;
    color: #666;
}
.description-block h1{
	margin:0 0 3px;
	color:#1c1c1c;
	font:bold 24px/28px Circe-Light, Calibri, Arial, Verdana, sans-serif
}
.description-block dl{
	overflow:hidden;
	width:100%;
	margin:0 0 1px;
	font:18px/20px Calibri, Arial, Verdana, sans-serif;
}
.description-block dt{
	float:left;
	min-width:75px;
	padding:0 5px 0 0;
}
.description-block dd{
	float:left;
	width:auto;
	margin:0;
}
.description-block .code{
	padding:2px 0 0;
	margin:0 0 17px;
	font:bold 18px/20px Calibri, Arial, Verdana, sans-serif;
}
.description-block .price{
	font:bold 24px/28px Circe-Light, Calibri, Arial, Verdana, sans-serif
	margin:0 0 31px;
}
.description-block .price dt{
	color: #999;
	min-width:68px;
}
.description-block .price dd{color:#900;}
.description-block .price dd span{color:#999;}
.buy-form{
	overflow:hidden;
	width:237px;
	margin:0 0 40px;
}
.buy-form .row{
	overflow:hidden;
	width:100%;
	margin:0 0 18px;
}
.buy-form label{
	float:left;
	color:#333;
	padding:0 11px 0 0;
	font:18px/18px Calibri, Arial, Verdana, sans-serif;
}
.buy-form .text{
	padding:0;
	margin:0;
	border:1px solid #ccc;
	float:left;
	width:106px;
	height:26px;
	font:18px/26px Calibri, Arial, Verdana, sans-serif;
	background:#fff;
	color:#333;
	outline:none;
}
.buy-form .submit{
	border:0;
	float:left;
	padding:0 0 8px;
	margin:0;
	background:url(../i/bg-submit.png) no-repeat;
	width:138px;
	height:49px;
	font:24px/49px Calibri, Arial, Verdana, sans-serif;
	color:#fff;
	cursor:pointer;
}
.description-block h2{
	margin:0 0 3px;
	color:#1c1c1c;
	font:bold 18px/32px Calibri, Arial, Verdana, sans-serif;
}
.description-block p{margin:0;}
.description-block .btn-holder{
	overflow:hidden;
	width:551px;
	padding:11px 0 0;
}
.description-block .more{
	text-decoration:none;
	width:82px;
	height:22px;
	color:#444;
	text-align:center;
	float:right;
	font:12px/20px Calibri, Arial, Verdana, sans-serif;
	background:url(../i/bg-more.png) no-repeat;
	margin:0 0 11px;
}
.description-block .more:hover{text-decoration:underline;}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../js/fancybox/fancybox.png);
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px; /* should be 20px */
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff; /* border-width should be zero */
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top:7px;
	right:7px;
	width:16px;
	height:16px;
	background: transparent url(../i/bg-close.png) no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(../js/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url(../js/fancybox/fancybox.png);
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url(../js/fancybox/fancybox.png);
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(../js/fancybox/fancybox-x.png);
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(../js/fancybox/fancybox.png);
	background-position: -40px -162px;
}
#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(../js/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}
#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(../js/fancybox/fancybox.png);
	background-position: -40px -182px; 
}
#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(../js/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(../js/fancybox/fancybox.png);
	background-position: -40px -142px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(../js/fancybox/fancybox-y.png);
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(../js/fancybox/fancybox.png);
	background-position: -40px -122px;
}
#fancybox-title {
	z-index: 1102;
	margin-top:-17px;
	padding-bottom:27px;
	color:#1c1c1c;
	font:14px/18px Calibri, Arial, Verdana, sans-serif;
	text-align:left;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url(../js/fancybox/fancy_title_over.png);
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(../js/fancybox/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(../js/fancybox/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(../js/fancybox/fancybox.png) -55px -90px no-repeat;
}

/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/* End Shop Item */

@media screen and (max-width: 1000px){
.scheme-box .mapcard{
	width: 500px;
	height: 376px;
	background: url(../i/map/fullmap.png) left bottom no-repeat;
	background-size: cover;
	margin: auto;
}
.scheme-box .mapcard a span {
	display: none;
	font: 12px/14px Calibri, Arial, Verdana, sans-serif;
	min-width: 20px;
}

.scheme-box .mapcard a:hover span {
	left: -100px;
	top: -50px;
}
.scheme-box .mapcard #ds24 a {
	position: absolute;
	width: 26px;
	height: 72px;
	left: 62px;
	top: 237px;
}
.scheme-box .mapcard #ds36 a {
	position: absolute;
	width: 14px;
	height: 31px;
	left: 389px;
	top: 112px;
}
.scheme-box .mapcard #ds37 a {
	position: absolute;
	width: 14px;
	height: 22px;
	left: 320px;
	top: 173px;
}
.scheme-box .mapcard #ds38 a {
	position: absolute;
	width: 17px;
	height: 12px;
	left: 272px;
	top: 148px;
}
.scheme-box .mapcard #ds39 a {
	position: absolute;
	width: 21px;
	height: 21px;
	left: 91px;
	top: 161px;
}
.scheme-box .mapcard #ds40 a {
	position: absolute;
	width: 10px;
	height: 6px;
	left: 228px;
	top: 148px;
}
.scheme-box .mapcard #ds41 a {
	position: absolute;
	width: 9px;
	height: 6px;
	left: 339px;
	top: 132px;
}
.scheme-box .mapcard #ds30 a {
	position: absolute;
	width: 17px;
	height: 52px;
	left: 399px;
	top: 119px;
}
.scheme-box .mapcard #ds25 a {
	position: absolute;
	width: 23px;
	height: 50px;
	left: 423px;
	top: 164px;
}

.scheme-box .mapcard #ds18 a {
	position: absolute;
	width: 20px;
	height: 75px;
	left: 475px;
	top: 213px;
}
.scheme-box .mapcard #ds21 a {
	position: absolute;
	width: 18px;
	height: 46px;
	left: 424px;
	top: 240px;
}

.scheme-box .mapcard #ds23 a {
	position: absolute;
	width: 19px;
	height: 49px;
	left: 369px;
	top: 239px;
}

.scheme-box .mapcard #ds22 a {
	position: absolute;
	width: 22px;
	height: 46px;
	left: 317px;
	top: 244px;
}

.scheme-box .mapcard #ds17 a {
	position: absolute;
	width: 26px;
	height: 51px;
	left: 270px;
	top: 242px;
}
.scheme-box .mapcard #ds19 a {
	position: absolute;
	width: 23px;
	height: 47px;
	left: 156px;
	top: 283px;
}

.scheme-box .mapcard #ds20 a {
	position: absolute;
	width: 22px;
	height: 83px;
	left: 90px;
	top: 284px;
}

.scheme-box .mapcard #ds26 a {
	position: absolute;
	width: 23px;
	height: 74px;
	left: 374px;
	top: 68px;
}
.scheme-box .mapcard #ds34 a {
	position: absolute;
	width: 70px;
	height: 92px;
	left: 85px;
	top: 59px;
}

.scheme-box .mapcard #ds2 a {
	position: absolute;
	width: 19px;
	height: 40px;
	left: 137px;
	top: 159px;
}

.scheme-box .mapcard #ds3 a {
	position: absolute;
	width: 49px;
	height: 29px;
	left: 147px;
	top: 203px;
}

.scheme-box .mapcard #ds12 a {
	position: absolute;
	width: 75px;
	height: 57px;
	left: 150px;
	top: 214px;
}

.scheme-box .mapcard #ds10 a {
	position: absolute;
	width: 18px;
	height: 24px;
	left: 195px;
	top: 180px;
}
.scheme-box .mapcard #ds9 a {
	position: absolute;
	width: 33px;
	height: 51px;
	left: 210px;
	top: 201px;
}

.scheme-box .mapcard #ds13 a {
	position: absolute;
	width: 41px;
	height: 39px;
	left: 85px;
	top: 244px;
}

.scheme-box .mapcard #ds16 a {
	position: absolute;
	width: 50px;
	height: 52px;
	left: 210px;
	top: 152px;
}

.scheme-box .mapcard #ds14 a {
	position: absolute;
	width: 22px;
	height: 44px;
	left: 252px;
	top: 137px;
}
.scheme-box .mapcard #ds8 a {
	position: absolute;
	width: 45px;
	height: 50px;
	left: 264px;
	top: 190px;
}
.scheme-box .mapcard #ds5 a {
	position: absolute;
	width: 92px;
	height: 84px;
	left: 154px;
	top: 47px;
}
.scheme-box .mapcard #ds6 a {
	position: absolute;
	width: 58px;
	height: 60px;
	left: 265px;
	top: 70px;
}

.scheme-box .mapcard #ds15 a {
	position: absolute;
	width: 39px;
	height: 99px;
	left: 284px;
	top: 108px;
}

.scheme-box .mapcard #ob23 a {
	position: absolute;
	width: 14px;
	height: 22px;
	left: 321px;
	top: 175px;
}

.scheme-box .mapcard #ob22 a {
	position: absolute;
	width: 17px;
	height: 12px;
	left: 272px;
	top: 150px;
}

.scheme-box .mapcard #ds4 a {
	position: absolute;
	width: 45px;
	height: 65px;
	left: 156px;
	top: 135px;
}

.scheme-box .mapcard #ds33 a {
	position: absolute;
	width: 14px;
	height: 31px;
	left: 80px;
	top: 237px;
}

.scheme-box .mapcard #ds32 a {
	position: absolute;
	width: 14px;
	height: 36px;
	left: 95px;
	top: 201px;
}
.scheme-box .mapcard #ds35 a {
	position: absolute;
	width: 34px;
	height: 43px;
	left: 53px;
	top: 101px;
}
.scheme-box .mapcard #ds31 a {
	position: absolute;
	width: 14px;
	height: 30px;
	left: 170px;
	top: 61px;
	z-index:50;
}

.scheme-box .mapcard #ds28 a {
	position: absolute;
	width: 16px;
	height: 61px;
	left: 197px;
	top: 1px;
}

.scheme-box .mapcard #ds27 a {
	position: absolute;
	width: 28px;
	height: 64px;
	left: 244px;
	top: 11px;
}

.scheme-box .mapcard #ds29 a {
	position: absolute;
	width: 20px;
	height: 35px;
	left: 305px;
	top: 60px;
}
.scheme-box .mapcard #ob36 a {
	position: absolute;
	width: 34;
	height: 43;
	left: 50px;
	top: 10