 @charset "utf-8";
#header_page {
	min-height: 680px;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
}
#page_image {
	overflow: hidden;
	position: relative;
	height: 680px;
	width: 50%;
	z-index: 3;
	float: left;
}
#slideshow {
	overflow: hidden;
	position: relative;
	height: 575px;
	width: 50%;
	z-index: 3;
	float: right;
	margin-right: 115px;
	box-shadow: 0 0 21px #adb5c8;
}
#page_image img {
	position: absolute;
	height: auto;
	width: 100%;
	display: block;
	left: 0px;
	top: 0px;
}
#page_wrapper {
	margin-top: -570px;
	position: relative;
	z-index: 50;
	padding-left: 16.6667%;
	background-image: url(../img/gred07.png);
	background-repeat: repeat-x;
	background-position: center 470px;
}
#page_wrapper * {
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
#content_page {
	min-height: 680px;
	background-image: url(../img/page_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20%;
	position: relative;
}
#content_page a:link { -webkit-tap-highlight-color: #132755; }
#content_page ::-moz-selection{ background: #132755; color:#fff; text-shadow: none; }
#content_page ::selection { background:#132755; color:#fff; text-shadow: none; }
.page_viewers {
	border-radius: 50px;
	color: #FFF;
	background-color: #ebb217;
	text-align: center;
	font-size: 11px;
	position: absolute;
	width: 32px;
	top: 130px;
	display: block;
	height: 65px;
	z-index: 5;
	left: -16px;
}
.page_viewers i {
	font-size: 14px;
	display: block;
	margin-top: 20px;
}
.contents {
	position: relative;
	color: #777777;
	overflow: hidden;
	padding-bottom: 50px;
	background-image: url(../img/gred08.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 14px;
	min-height: 620px;
	font-weight: light;
}
.contents h1.page_title {
	font-size: 30px;
	color: #132755;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	background-image: url(../img/icon_title_page.png);
	background-repeat: no-repeat;
	background-position: 78px 0px;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-left: 120px;
}
.contents a {
	color: #995533;
}
.contents a:hover {
	color: #d88d21;
}
.contents p {
	margin-bottom: 10px;
	color: #666;
	line-height: 1.5em;
	font-family: 'Lato', sans-serif !important;
}
.contents h1, .contents h2, .contents h3, .contents h4 {
	margin-bottom: 7px;
}
.contents h1 {
	font-size: 26px;
	color: #132755;
}
.contents h2 {
	font-size: 24px;
	color: #132755;
}
.contents h3 {
	font-size: 20px;
	color: #ba9a78;
}
.contents h4 {
	font-size: 18px;
}
.contents table {
	width: 100%;
	margin: auto;
}
.contents thead {
	color: #d88d21;
}
.contents tfoot {
	color: #ce1e01;
}
.contents thead, .contents tfoot {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
}
.contents th, .contents td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
}
.contents th {
	padding-top: 5px;
	padding-bottom: 5px;
}
.contents td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
}
.contents td strong {
	color: #016caa;
	font-weight: normal;
}
.contents tr.odd-row td {background:#f6f6f6;}
.contents td.first, .contents th.first {text-align:left}
.contents td.last {border-right:none;}
.contents td {}
.contents tr.odd-row td {}
.contents th {}
.contents tr:first-child th.first {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}
.contents tr:first-child th.last {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}
.contents tr:last-child td.first {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}
.contents tr:last-child td.last {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
.contents a.readmore {
	font-size: 13px;
	color: #FFF;
	background-color: #ebb217;
	float: right;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 25px;
	display: block;
	margin-top: 10px;
}
.contents a.readmore:hover {
	background-color: #132755;
	padding-left: 55px;
}
.showlist ul {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
.showlist ul li {
	background-image: url(../img/mark08.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8F8F8;
	line-height: 1.4em;
	padding-left: 15px;
}
.showlist ul li ul {
	margin: 0px;
}
.showlist ul li ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	background-position: left center;
	background-image: url(../img/mark06.png);
}
.showlist ul li ul li:last-child {border: none;}

ul.submenu {
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #132755;
	background-image: url(../img/pattern01.png);
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
ul.submenu h1 {
	color: #ebb217;
	font-size: 23px;
	background-image: url(../img/icon_title_related.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	margin-left: 6px;
	padding-left: 33px;
}
ul.submenu li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a326b;
	float: left;
	width: 48%;
	margin-right: 2%;
}
ul.submenu li a {
	font-size: 14px;
	color: #FFF;
	background-image: url(../img/mark04.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 20px;
	padding-left: 10px;
}
ul.submenu li a:hover, ul.submenu li a.active {
	color: #132755;
	background-color: #fff;
}
.news_filter, .top_news {
	float: left;
	position: relative;
}
.news_filter {
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
}
.news_filter h1 {
	font-size: 16px;
	line-height: 2.5em;
	color: #FFF;
	background-color: #ebb217;
	background-repeat: no-repeat;
	background-position: 15px center;
	display: block;
	background-image: url(../img/icon_title_newsfilter.png);
	margin-bottom: 5px;
	padding-left: 45px;
}
.news_filter input[type="submit"] {
	background-image: url(../img/icon_title_newsfilter_submit.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 42px;
	width: 70%;
	background-color: #132755;
	position: relative;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #FFF;
}
.news_filter input[type="submit"]:hover {
	background-color: #ebb217;
}
.top_news {
	background-color: #132755;
	width: 75%;
	min-height: 500px;
	background-image: url(../img/gred03.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.top_news .color_block {
	position: relative;
}
.top_news h1.block_title {
	background-image: url(../img/icon_title_news.png);
	margin-bottom: 10px;
	color: #fff;
	margin-left: 15px;
	border-bottom-color: #30426b;
	margin-top: 10px;
	width: 95%;
}
.top_news h1.block_title span.first {
	color: #ebb217;
}
.top_news h1.block_title span.line {
    background-color: #fff;
}
.top_news #latest_featured_news {
	position: relative;
	width: 90%;
	margin: auto;
	left: auto;
	top: auto;
}
.top_news .owl-carousel .owl-item .thumb {
    box-shadow: none;
    margin-top: 5px;
}
.top_news .owl-carousel .owl-item .item_contents a.category {
	color: #fff;
	margin-top: 20px;
}
.top_news .owl-carousel .owl-item .item_contents a h1 {
	color: #ebb217;
	border-top-color: #12224a;
	margin-top: 40px;
}
.top_news .owl-carousel .owl-item .item_contents small {
	color: #FFF;
	background-color: #ba9a78;
}
.top_news .owl-carousel .owl-item .item_contents p {
	color: #fff;
	border-bottom-color: #12224a;
}
.top_news .owl-carousel .owl-item .item_contents:hover a.readmore {
	background-color: #ba9a78;
}
.top_news .owl-theme .owl-controls .owl-page.active span, .top_news .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #ebb217;
}
.post_statics {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.post_statics small {
	display: inline-block;
}
.post_statics small.date {
	color: #fff;
	background-color: #ba9a78;
	font-size: 11px;
	height: 22px;
	border-radius: 50px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.5em;
	margin-right: 5px;
}
.post_statics small.date i {
	margin-right: 5px;
}
.post_statics small.category {
	width: 150px;
	font-size: 13px;
}
.post_statics small.category a {
	color: #666;
}
.post_statics small.category i {
	color: #ba9a78;
	margin-right: 5px;
}
.news_cols {
	background-color: #FFF;
	position: relative;
	overflow: hidden;
	padding-right: 100px;
	padding-left: 100px;
}
.news_col_right, .news_col_left {
	background-color: #FFF;
	float: left;
	position: relative;
}
.news_col_right {
	width: 25%;
}
.news_col_left {
	width: 75%;
}
.news_col_right *, .news_col_left * {
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
h1.read_related {
	background-image: url(../img/icon_title_read_related.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #132755;
	display: block;
	font-size: 27px;
	color: #999;
}
#news_page {
	position: relative;
	margin: 10px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 40px;
}
.news_page_item {
	float: right;
	position: relative;
	display: block;
	width: 32%;
	overflow: hidden;
	padding-bottom: 30px;
	z-index: 10;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	padding-top: 10px;
	margin-right: 1%;
}
.news_page_item:hover {
	background-color: #132755;
	z-index: 50;
	box-shadow: 0 10px 10px #132755;
	border-bottom-color: #132755;
}
.news_page_item h1 {
	font-size: 25px;
	display: block;
	line-height: 1.1em;
	color: #132755;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.news_page_item:hover h1 {
	color: #ebb217;
}
.news_page_item .statics {
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
}
.news_page_item .statics small {
	display: inline-block;
}
.news_page_item .statics small.date {
	color: #fff;
	background-color: #ba9a78;
	font-size: 10px;
	height: 22px;
	border-radius: 50px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.8em;
	margin-right: 5px;
}
.news_page_item .statics small.date i {
	margin-right: 3px;
}
.news_page_item .statics small.category {
	/*width: 150px;*/
	font-size: 11px;
	padding-top: 2px;
}
.news_page_item .statics small.category a {
	color: #666;
}
.news_page_item:hover small.category a {
	color: #fff;
}
.news_page_item .statics small.category i {
	color: #ba9a78;
	margin-right: 3px;
}
.news_page_item img {
	width: 94%;
	height: auto;
	display: block;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.news_page_item p {
	color: #999;
	font-size: 14px;
	line-height: 1.4em;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.news_page_item:hover p {
	color: #fff;
}
.news_page_item a.more {
	background-color: #ba9a78;
	display: block;
	width: 32px;
	background-image: url(../img/mark07.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.news_page_item:hover a.more {
	width: 30%;
	background-color: #ebb217;
}
.news_page_item a.pdf {
	background-color: #132755;
	display: block;
	width: 100%;
	height: 32px;
	position: absolute;
	bottom: 0px;
	line-height: 2em;
	color: #fff;
	left: 0px;
}
.news_page_item a.pdf i {
	margin-top: 3px;
	margin-right: 7px;
	margin-left: 10px;
	font-size: 16px;
}
.news_page_item:hover a.pdf {background-color: #ba9a78;}
nav[role="navigation"] {
	text-align: center;
}
.cd-pagination {
	width: 90%;
	max-width: 768px;
	margin: 2em auto 4em;
	text-align: center;
}
.cd-pagination li {
	display: none;
	margin: 0 .2em;
}
.cd-pagination li.button {
	display: inline-block;
	margin-top: -1px;
}
.cd-pagination a, .cd-pagination span {
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 13px;
	width: 35px;
	height: 35px;
	line-height: 2.3em;
	color: #999999;
}
.cd-pagination a {
	border: 3px solid #d5d5d5;
}
.no-touch .cd-pagination a:hover, .cd-pagination a:hover {
	border: 3px solid #ebb217;
	background-color: #ebb217;
	color: #FFF;
}
.cd-pagination li.button a {
	border: #ebb217;
	background-color: #ebb217;
	color: #FFF;
}
.cd-pagination a:active {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.cd-pagination a.disabled {
	color: rgba(46, 64, 87, 0.4);
	pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
	opacity: .4;
}
.cd-pagination .button:first-of-type a::before {
	content: '\00ab  ';
}
.cd-pagination .button:last-of-type a::after {
	content: ' \00bb';
}
.cd-pagination .current {
	border-color: #132755;
	color: #132755;
	pointer-events: none;
}
@media only screen and (min-width: 768px) {
.cd-pagination li {
	display: inline-block;
}
}
@media only screen and (min-width: 1170px) {
.cd-pagination {
	margin: 4em auto 8em;
}
}
.cd-pagination.no-space {
	width: auto;
	max-width: none;
	display: inline-block;
	border-radius: 0.25em;
	border: 1px solid #e6e6e6;
}
.cd-pagination.no-space:after {
	content: "";
	display: table;
	clear: both;
}
.cd-pagination.no-space li {
	margin: 0;
	float: left;
	border-right: 1px solid #e6e6e6;
}
.cd-pagination.no-space li:last-of-type {
	border-right: none;
}
.cd-pagination.no-space a, .cd-pagination.no-space span {
	float: left;
	border-radius: 0;
	padding: .8em 1em;
	border: none;
}
.cd-pagination.no-space li:first-of-type a {
	border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.no-space li:last-of-type a {
	border-radius: 0 0.25em 0.25em 0;
}
.cd-pagination.move-buttons:after {
	content: "";
	display: table;
	clear: both;
}
.cd-pagination.move-buttons .button:first-of-type {
	float: left;
}
.cd-pagination.move-buttons .button:last-of-type {
	float: right;
}
.cd-pagination.no-space.move-buttons {
	width: 90%;
	max-width: 768px;
	display: block;
	overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
	float: none;
	border: none;
}
.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
	float: none;
}
.cd-pagination.custom-icons .button a {
	position: relative;
}
.cd-pagination.custom-icons .button:first-of-type a {
	padding-left: 2.4em;
}
.cd-pagination.custom-icons .button:last-of-type a {
	padding-right: 2.4em;
}
.cd-pagination.custom-icons .button:first-of-type a::before, .cd-pagination.custom-icons .button:last-of-type a::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	background: transparent url("../img/cd-icon-arrow-1.svg") no-repeat center center;
}
.cd-pagination.custom-icons .button:first-of-type a::before {
	left: .8em;
}
.cd-pagination.custom-icons .button:last-of-type a::after {
	right: .8em;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.cd-pagination.custom-buttons a, .cd-pagination.custom-buttons span {
	vertical-align: middle;
}
.cd-pagination.custom-buttons .button a {
	width: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	color: transparent;
	background-image: url("../img/cd-icon-arrow-2.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.cd-pagination.custom-buttons .button:last-of-type a {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.no-touch .cd-pagination.custom-buttons .button:last-of-type a:active {
	-webkit-transform: scale(0.9) rotate(180deg);
	-moz-transform: scale(0.9) rotate(180deg);
	-ms-transform: scale(0.9) rotate(180deg);
	-o-transform: scale(0.9) rotate(180deg);
	transform: scale(0.9) rotate(180deg);
}
.cd-pagination.no-space.custom-buttons .button:last-of-type a {
	border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
	padding: 0 1.4em;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.cd-pagination.animated-buttons .button a {
	position: relative;
	padding: 0 2em;
}
.cd-pagination.animated-buttons .button:first-of-type a::before, .cd-pagination.animated-buttons .button:last-of-type a::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	right: auto;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-pagination.animated-buttons .button:last-of-type a::after {
	-webkit-transform: translateX(-50%) rotate(180deg);
	-moz-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	-o-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
}
.cd-pagination.animated-buttons i {
	display: block;
	height: 100%;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.no-touch .cd-pagination.animated-buttons .button a:hover i {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.no-touch .cd-pagination.animated-buttons .button:first-of-type a:hover::before {
	-webkit-transform: translateX(-50%) translateY(-50px);
	-moz-transform: translateX(-50%) translateY(-50px);
	-ms-transform: translateX(-50%) translateY(-50px);
	-o-transform: translateX(-50%) translateY(-50px);
	transform: translateX(-50%) translateY(-50px);
}
.no-touch .cd-pagination.animated-buttons .button:last-of-type a:hover::after {
	-webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
	-moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
	-ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
	-o-transform: translateX(-50%) rotate(180deg) translateY(50px);
	transform: translateX(-50%) rotate(180deg) translateY(50px);
}
.news_category {
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #132755;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.news_category h1, .news_category h3 {
	color: #fff;
	font-size: 27px;
	background-image: url(../img/icon_title_categories.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	margin-left: 6px;
	padding-left: 33px;
}
.news_category li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a326b;
	margin-left: 2%;
}
.news_category li a {
	font-size: 14px;
	color: #FFF;
	background-image: url(../img/mark04.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	display: block;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-right: 20px;
	padding-left: 10px;
}
.news_category li a:hover, .news_category li a.active {
	color: #132755;
	background-color: #fff;
}
#most_read {
	background-color: #132755;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}
#most_read h1.news_block_title, #most_read h3.news_block_title {
	background-image: url(../img/icon_title_read_related.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #132755;
	display: block;
	font-size: 27px;
	color: #FFF;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 10px;
}
.most_read {
	height: 600px;
	overflow: hidden;
	position: relative;
	width: 100% !important;
	z-index: 4;
}
#most_read a.previous, #most_read a.next {
	background-color: #ba9a78;
	display: block;
	height: 33px;
	bottom: 30px;
	position: absolute;
	background-repeat: no-repeat;
	z-index: 5;
}
#most_read a.previous {
	background-image: url(../img/mark07.png);
	right: -10px;
	background-repeat: no-repeat;
	background-position: 20% center;
	width: 180px;
}
#most_read a.next {
	left: 0px;
	background-image: url(../img/mark06.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 33px;
	width: 33px;
}
#most_read a.previous:hover, #most_read a.next:hover {
	background-color: #ebb217;
}
.slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
}
.slides div.slide {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100% !important;
	height: auto;
	display: none;
}
.slides div.slide .thumb {
	position: relative;
	height: 190px;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	margin-left: -5px;
	z-index: 4;
}
.slides div.slide .thumb a {
	display: block;
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
}
.slides div.slide .thumb a img {
	position: absolute;
	height: auto;
	width: 100%;
	display: block;
	z-index: 3;
	left: 0px;
	top: 0px;
}
.slides:hover div.slide .thumb a img {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
.slides div.slide .most_statics {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.slides div.slide .most_statics small {
	display: inline-block;
}
.slides div.slide .most_statics small.date {
	color: #fff;
	background-color: #ba9a78;
	font-size: 10px;
	height: 22px;
	border-radius: 50px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.8em;
	margin-right: 5px;
}
.slides div.slide .most_statics small.date i {
	margin-right: 3px;
}
.slides div.slide .most_statics small.category {
	font-size: 11px;
	padding-top: 2px;
}
.slides div.slide .most_statics small.category a {
	color: #FFF;
}
.slides div.slide .most_statics small.category i {
	color: #ba9a78;
	margin-right: 3px;
}
.slides div.slide .item_contents {
	margin-right: 20px;
	margin-left: 10px;
}
.slides div.slide .item_contents a h1 {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.2em;
	display: block;
	margin-bottom: 15px;
}
.slides div.slide .item_contents p {
	color: #FFF;
	font-size: 14px;
	line-height: 1.3em;
	display: block;
}
.slides div.slide .item_contents a.readmore {
	background-color: #ebb217;
	background-image: url(../img/mark06.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 22px;
	width: 22px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#loopedCarousel {
	margin: 0 auto;
	padding: 10px 0;
	width: 480px;
	position: relative;
	clear: both;
}
ul.most_read_pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	width: 100%;
	bottom: 35px;
	text-align: center;
}
ul.most_read_pagination li {
	display: inline-block;
}
ul.most_read_pagination li a {
	background-color: #ebb217;
	display: block;
	height: 7px;
	width: 7px;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 0px;
}
ul.most_read_pagination li.active a {
	background-color: #FFF;
}
#google_map_wrapper {
	margin-top: -570px;
	position: relative;
	z-index: 10;
	background-image: url(../img/gred07.png);
	background-repeat: repeat-x;
	background-position: center 470px;
	height: 700px;
}
#location_map {
	position: absolute;
	z-index: 3;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #fff;
}
.contacts_info {
	position: absolute;
	z-index: 5;
	text-align: center;
	color: #777777;
	overflow: hidden;
	background-image: url(../img/page_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 14px;
	width: 33%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-right: 40px;
	padding-left: 40px;
}
.contacts_info h1.title {
	font-size: 35px;
	color: #132755;
	display: block;
	background-image: url(../img/icon_title_page.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	margin-left: 110px;
	padding-left: 40px;
	text-align: left;
}
.contacts_info p {
	color: #666;
	line-height: 1.5em;
	margin-bottom: 3px;
}
.contacts_info a {
	color: #995533;
}
.contacts_info a:hover {
	color: #d88d21;
}
.contacts_info h1, .contacts_info h2, .contacts_info h3, .contacts_info h4 {
	color: #ba9a78;
}
.contacts_info h1 {
	font-size: 22px;
}
.contacts_info h2 {
	font-size: 18px;
}
.contacts_info h3 {
	font-size: 16px;
}
.SlectBox, .SlectBoxa {
	padding: 5px;
}
.SelectClass {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.SumoSelect > .optWrapper > .options > li {
	-moz-transition: 200ms ease;
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
}
.SumoSelect > .optWrapper > .options > li label, .SumoSelect > .CaptionCont {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.SumoSelect {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.SumoSelect > .CaptionCont {
	5position: relative;
	margin: 0px;
	line-height: 2.5em;
	background-color: #FFF;
	height: 42px;
	padding: 0px;
}
.SumoSelect > .CaptionCont > span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #132755;
	font-size: 14px;
	margin-right: 40px;
	line-height: 2.9em;
	height: 42px;
}
.SumoSelect > .CaptionCont > span.placeholder {
	color: #ccc;
	font-style: italic;
}
.SumoSelect > .CaptionCont > label {
	position: absolute;
	top: 0px;
	width: 32px;
	margin: 0px;
	height: 100%;
	padding: 0px;
	right: 0px;
}
.SumoSelect > .CaptionCont > label > i {
	width: 32px;
	height: 100%;
	display: block;
	position: absolute;
	background-color: #ebb217;
	background-image: url(../img/mark12.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.SumoSelect > .optWrapper {
	top: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -100;
}
.SumoSelect > .optWrapper.open {
	top: 100%;
	visibility: visible;
	opacity: 1;
	z-index: 1000;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.SumoSelect > .optWrapper > .options {
	display: block;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	max-height: 250px;
}
.SumoSelect > .optWrapper.isFloating > .options {
	max-height: 100%;
}
.SumoSelect > .optWrapper > .options > li {
	position: relative;
	color: #03529b;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	background-image: none;
}
.SumoSelect > .optWrapper > .options > li:first-child {}
.SumoSelect > .optWrapper > .options > li:last-child {
	border-bottom: none;
}
.SumoSelect > .optWrapper > .options > li:hover {
	background-color: #132755;
}
.SumoSelect > .optWrapper > .options > li label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	color: #666666;
	margin: 0px;
	font-size: 13px;
	padding-right: 14px;
	padding-top: 5px;
	padding-bottom: 8px;
}
.SumoSelect > .optWrapper > .options > li:hover label {
	color: #fff;
}
.SumoSelect > .optWrapper > .options > li span {
	display: none;
}
.SumoSelect > .optWrapper.isFloating {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 90%;
	bottom: 0px;
	margin: auto;
	max-height: 90%;
}
.SumoSelect:hover > .CaptionCont > label {}
.SumoSelect > .optWrapper > .options > li.disabled {
	background-color: inherit;
}
.SumoSelect > .optWrapper > .options > li.disabled * {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.SumoSelect > .optWrapper.multiple > .options > li {
	padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple > .options > li span {
	position: absolute;
	display: block;
	width: 30px;
	top: 0px;
	left: 0px;
	bottom: 0px;
}
.SumoSelect > .optWrapper.multiple > .options > li span i {
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 16px;
	height: 16px;
	border: 1px solid #CCC;
}
.SumoSelect > .optWrapper > .MultiControls {
	display: none;
	background-color: #f0373b;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
	display: block;
	margin-top: 5px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
	display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
	padding: 6px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
	background-color: #ee3e42;
	color: #FFF;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
	border-right: 1px solid #DBDBDB;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
}
.SumoSelect > .optWrapper.isFloating > .options > li {
	padding: 12px 6px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
	padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
	padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options > li.selected span i {
	background-image: url(../img/checkbox-checked.png);
}
.SumoSelect.disabled {
	opacity: 0.7;
}
.SumoSelect.disabled > .CaptionCont > label {
	background-color: #F1F1F1;
}
.SumoSelect > .optWrapper > .options > li.optGroup {
	padding-left: 5px;
	text-decoration: underline;
}
.picker-element {
*left: -9999px;
	opacity: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.picker {
	cursor: pointer;
	overflow: hidden;
	float: right;
	margin-left: 10px;
}
.radio_center {
	padding-left: 150px;
}
.picker .picker-label {
	cursor: pointer;
	display: block;
	float: left;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.picker .picker-handle {
	display: block;
	float: right;
	height: 26px;
	width: 26px;
	margin-top: 4px;
	margin-bottom: 0px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 3px solid #ebebeb;
	margin-left: 10px;
}
.picker.focus .picker-label {
	color: #555;
}
.picker.focus .picker-handle {
	border-color: #aaa;
}
.picker.picker-radio .picker-handle {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.picker.picker-radio .picker-flag {
	display: block;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	height: 16px;
	width: 16px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.picker.picker-radio.focus .picker-flag {
	background: #ddd;
}
.picker.picker-radio.checked .picker-flag {
	background: #03529b;
}
.picker.picker-checkbox .picker-handle {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.picker.picker-checkbox .picker-flag {
	display: block;
	height: 100%;
	margin: 0;
	width: 100%;
}
.picker.picker-checkbox.checked .picker-flag {
	background-image: url(../img/mark09.png);
	background-repeat: no-repeat;
	background-position: center;
}
.picker.picker-toggle {
	padding: 20px 0 0;
	position: relative;
}
.picker.picker-toggle .picker-toggle-label {
	color: #999;
	font-size: 12px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}
.picker.picker-toggle .picker-toggle-label.on {
	left: 0;
}
.picker.picker-toggle .picker-toggle-label.off {
	color: #333;
	right: 0;
}
.picker.picker-toggle .picker-label {
	display: none;
}
.picker.picker-toggle .picker-handle {
	border-radius: 3px;
	height: 20px;
	position: relative;
	width: 100%;
}
.picker.picker-toggle .picker-flag {
	background: #666;
	border-radius: 2px;
	display: block;
	height: 100%;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 0;
	width: 50%;
	-webkit-transition: left 0.1s linear;
	-moz-transition: left 0.1s linear;
	-ms-transition: left 0.1s linear;
	-o-transition: left 0.1s linear;
	transition: left 0.1s linear;
}
.picker.picker-toggle.checked .picker-toggle-label.on {
	color: #333;
}
.picker.picker-toggle.checked .picker-toggle-label.off {
	color: #999;
}
.picker.picker-toggle.checked .picker-flag {
	background: #666;
	left: 0;
}
.picker.disabled {
	cursor: default;
	opacity: 0.5;
}
.picker.disabled .picker-label {
	cursor: default;
}
.picker.disabled .picker-handle {
	cursor: default;
}
#photo_gallery {}

#photo_gallery .color_block {
	background-color: #132755;
	height: 70px;
	position: relative;
	width: 33.3333%;
	z-index: 30;
	float: right;
}
#photo_gallery h1.block_title {
	background-image: url(../img/icon_title_photo.png);
	margin-bottom: 25px;
	color: #fff;
	margin-left: 15px;
	border-bottom-color: #30426b;
}
#photo_gallery h1.block_title span.line {
	background-color: #fff;
}
#photo_gallery h1.block_title span.first {
	color: #ebb217;
}
.media_cols {
	overflow: hidden;
	position: relative;
}
.media_col_right, .media_col_left {
	float: left;
	position: relative;
	min-height: 700px;
}
.media_col_right {
	width: 80%;
	background-color: #FFF;
}
.media_col_left {
	width: 20%;
	background-color: #132755;
}
.media_col_left ul.submenu {
	background-color: #132755;
	background-image: none;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.media_col_left ul.submenu h1 {
	background-image: url(../img/icon_title_featurednews.png);
}
.media_col_left ul.submenu li {
	float: none;
	width: 100%;
	margin-left: auto;
}
#gallery {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 0.5%;
	margin-top: 0.5%;
}
.gallery_item {
	float: right;
	width: 24.5%;
	position: relative;
	overflow: hidden;
	z-index: 10;
	border: none;
	margin-right: 0.4%;
	margin-bottom: 0.5%;
}
.gallery_item:hover {
	z-index: 50;
	box-shadow: 0 0 10px #ccc;
}
.gallery_item img {
	position: relative;
	width: 100%;
	display: block;
	z-index: 10;
}
.gallery_item p {
	font-family: 'Philosopher', sans-serif;
	position: relative;
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}
.gallery_item p span {}
.gallery_item:hover p {
	color: #ba9a78;
}
.gallery_item div.photo_icon {
	background-color: #ebb217;
	height: 35px;
	width: 35px;
	position: absolute;
	z-index: 30;
	bottom: 10px;
	text-align: center;
	overflow: hidden;
	right: 10px;
}
.gallery_item div.photo_icon i {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	display: block;
	margin-top: 8px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.gallery_item:hover div.photo_icon {background-color: #fff;}
.gallery_item:hover div.photo_icon  i {color: #ebb217;}
.video_gallery_player_area {
	min-height: 300px;
	background-color: #132755;
	margin-bottom: 10px;
}
.video_gallery_player_area * {
	-webkit-transition-duration: 0s, 0s !important;
	-moz-transition-duration: 0s, 0s !important;
	transition-duration: 0s, 0s !important; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
#hall_wrapper {
	margin-top: -570px;
	position: relative;
	z-index: 10;
}
#hall_wrapper * {
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
.hall_cols {
	overflow: hidden;
	position: relative;
	margin-top: -130px;
	z-index: 20;
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 50px;
}
.hall_col_right, .hall_col_left {
	float: right;
	position: relative;
	min-height: 300px;
}
.hall_col_right {
	width: 68%;
	margin-left: 2%;
	background-image: url(../img/page_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.hall_col_left {
	background-color: #132755;
	background-image: url(../img/pattern09.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 30%;
	margin-top: 16px;
}
.hall_col_right .contents {
	background-image: none;
}
.hall_col_right .page_viewers {
	top: 0px;
	right: auto;
	left: 15px
}
ul.facts_list {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 25px;
}
ul.facts_list h1 {
	color: #ebb217;
	font-size: 23px;
	background-image: url(../img/icon_title_facts.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 33px;
	margin-right: 6px;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
}
ul.facts_list li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a326b;
	margin-left: 2%;
	font-size: 14px;
	color: #FFF;
	background-image: url(../img/mark04.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 20px;
}
ul.facts_list li:hover {
	color: #132755;
	background-color: #fff;
}
#leaders_page {
	position: relative;
	z-index: 100;
	background-color: #fff;
}
#leaders_page #president_block,
#leaders_page #deputies_block
{
    float: none !important;
	width: 100% !important;
    height: 435px;
    position: relative;
}
.profile_page {
	overflow: hidden;
	position: relative;
	min-height: 700px;
}
.profile_right, .profile_left {
	float: left;
	overflow: hidden;
	position: relative;
}
.profile_right {
	width: 30%;
	margin-right: 3%;
}
.profile_left {
	width: 66%;
}
.profile_image {
	height: 280px;
	border: 8px solid #ba9a78;
	overflow: hidden;
	position: relative;
}
.profile_image img {
	display: block;
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
}
ul.user_facts {
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #ba9a78;
	background-image: url(../img/pattern10.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
ul.user_facts h1 {
	color: #132755;
	font-size: 24px;
	background-image: url(../img/icon_title_user_facts.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-bottom: 20px;
	position: relative;
	margin-left: 6px;
	padding-left: 33px;
}
ul.user_facts li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cab194;
	font-size: 13px;
	color: #FFF;
	display: block;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: none;
	margin-right: 10px;
	margin-left: 10px;
}
ul.user_facts li:hover {
	color: #132755;
	background-color: #fff;
}
/*img.profiles_header_image {
	-webkit-filter: blur(10px) grayscale(100%);
	-moz-filter: blur(10px) grayscale(100%);
	-ms-filter: blur(10px) grayscale(100%);
	-o-filter: blur(10px) grayscale(100%);
	filter: blur(10px) grayscale(100%);
}*/
.bb-bookblock {
	width: 400px;
	height: 300px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bb-page {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
}
.bb-vertical .bb-page {
	width: 50%;
	height: 100%;
	left: 50%;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
}
.bb-horizontal .bb-page {
	width: 100%;
	height: 50%;
	top: 50%;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	transform-origin: center top;
}
.bb-page > div, .bb-outer, .bb-content, .bb-inner {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
}
.bb-outer {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bb-vertical .bb-content {
	width: 200%;
}
.bb-horizontal .bb-content {
	height: 200%;
}
.bb-page > div {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.bb-page > div:not(:only-child) {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bb-vertical .bb-back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.bb-horizontal .bb-back {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.bb-outer {
	width: 100%;
	overflow: hidden;
	z-index: 999;
}
.bb-overlay, .bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.2);
}
/* */

.bb-bookblock.bb-vertical > div.bb-page:first-child, .bb-bookblock.bb-vertical > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.bb-bookblock.bb-horizontal > div.bb-page:first-child, .bb-bookblock.bb-horizontal > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
/* Content display */
.bb-vertical .bb-front .bb-content {
	left: -100%;
}
.bb-horizontal .bb-front .bb-content {
	top: -100%;
}
/* Flipping classes */
.bb-vertical .bb-flip-next, .bb-vertical .bb-flip-initial {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.bb-vertical .bb-flip-prev {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.bb-horizontal .bb-flip-next, .bb-horizontal .bb-flip-initial {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.bb-horizontal .bb-flip-prev {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.bb-vertical .bb-flip-next-end {
	-webkit-transform: rotateY(-15deg);
	-moz-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}
.bb-vertical .bb-flip-prev-end {
	-webkit-transform: rotateY(-165deg);
	-moz-transform: rotateY(-165deg);
	transform: rotateY(-165deg);
}
.bb-horizontal .bb-flip-next-end {
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	transform: rotateX(15deg);
}
.bb-horizontal .bb-flip-prev-end {
	-webkit-transform: rotateX(165deg);
	-moz-transform: rotateX(165deg);
	transform: rotateX(165deg);
}
.bb-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #fff;
}
/* No JS */
.no-js .bb-bookblock, .no-js ul.bb-custom-grid li {
	width: auto;
	height: auto;
}
.no-js .bb-item {
	display: block;
	position: relative;
}

.container.hide-overflow {
	overflow: hidden
}
.main {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.bookshelf {
	position: relative;
	margin: 40px auto 0;
	list-style: none;
	text-align: center;
}
.bookshelf figure {
	position: relative;
	display: inline-block;
	max-width: 75%;
	width: 315px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
.perspective {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1800px;
	perspective: 1800px;
}
.book {
	position: relative;
	margin: 0 auto;
	width: 180px;
	height: 260px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.book div {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-size: 100% 100% !important;
}
.cover {
	z-index: 10;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.cover::before {
	position: absolute;
	left: 0;
	z-index: 10;
	visibility: hidden;
	width: 20px;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transform: translateX(-100%) rotateY(-90deg);
	transform: translateX(-100%) rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.front {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.inner {
	border-width: 3px;
	border-style: solid;
	background-color: #fff;
}
.bookshelf .book .inner-left {
	border-right: none;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.inner-right {
	border-left: none
}
/* Buttons and figcaption */

.buttons {
	margin-top: 5px;
	text-align: center;
}
.buttons a {
	display: inline-block;
	padding: 0 8px;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
.buttons a:first-child:not(:only-child) {
	border-right: 1px solid rgba(100, 105, 106, 0.3)
}
.buttons a:hover, .buttons a:active {
	color: #64696a
}
.bookshelf figcaption {
	position: relative;
	top: 100%;
	padding: 0 2em;
	text-align: center;
}
.bookshelf figcaption h2 {
	margin: 1em 0 0 0;
	font-weight: 300;
	font-size: 1.8em;
}
.bookshelf figcaption h2 span {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	padding-top: 5px;
}
.bookshelf figcaption h2 span::before, .details ul li:first-child::after {
	position: absolute;
	top: 0;
	left: 40%;
	width: 20%;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	content: '';
}
.details {
	position: absolute;
	top: 0;
	width: 100%;
}
.details ul {
	margin: 0;
	padding: 60px 30px 0 30px;
	list-style: none;
	text-align: left;
}
.csstransformspreserve3d .details ul {
	padding: 60px 30px 0 70px
}
.details ul li {
	margin: 0 0 10px;
	font-weight: 300;
}
.details ul li:not(:first-child) {
	font-weight: 700
}
.details ul li:first-child {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
.details ul li:first-child::after {
	top: 100%;
	left: 0;
}
.close-details {
	position: absolute;
	top: 10px;
	right: 10px;
	visibility: hidden;
	width: 20px;
	height: 20px;
	font-size: 0;
	opacity: 0.6;
	cursor: pointer;
}
.details-open .close-details {
	visibility: visible
}
.close-details:hover {
	opacity: 1
}
.close-details::before, .close-details::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #333;
	content: '';
}
.close-details::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-details::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* Custom BookBlock */

.bb-custom-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 10px;
	width: 100%;
	height: 100%;
	border-width: 3px 10px;
	border-style: solid;
}
.bb-custom-wrapper::before, .bb-custom-wrapper::after {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 10px;
	height: 100%;
	background: -webkit-linear-gradient(left, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, white 66.66%);
	background: linear-gradient(to right, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, white 66.66%);
	background-size: 3px 100%;
	content: '';
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bb-custom-wrapper::before {
	left: 0
}
.bb-custom-wrapper::after {
	right: 0
}
.bb-custom-wrapper .bb-bookblock {
	width: 100%;
	height: 100%;
	-webkit-perspective: 2000px;
	perspective: 2000px;
}
.bb-custom-side {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
	height: 100%;
}
.bb-custom-side::before {
	position: absolute;
	top: 0;
	z-index: 100;
	width: 80px;
	height: 100%;
	box-shadow: inset 30px 0 40px -20px rgba(0, 0, 0, 0.1);
	content: '';
}
.bb-custom-side:first-child::before {
	right: 0;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.05), inset -30px 0 40px -20px rgba(0, 0, 0, 0.15);
}
.page-layout-1 h3, .page-layout-1 p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	max-width: 260px;
	width: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.page-layout-1 h3 {
	text-align: center;
	font-weight: 400;
	font-size: 3em;
}
.page-layout-1 h3 span {
	display: block;
	padding: 5px 0 15px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-transform: uppercase;
	font-size: 3em;
	line-height: 1;
}
.page-layout-1 p {
	padding: 0 10px;
}
.page-layout-2 {
	background: -webkit-linear-gradient(left, #64696a 50%, white 50%);
	background: linear-gradient(to right, #64696a 50%, white 50%);
}
.page-layout-2:first-child {
	background: -webkit-linear-gradient(left, white 50%, #64696a 50%);
	background: linear-gradient(to right, white 50%, #64696a 50%);
}
.page-layout-2 div {
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 0 10% 10%;
	width: 50%;
}
.page-layout-2 div:first-child {
	left: 0
}
.page-layout-2:first-child div:last-child, .page-layout-2:last-child div:first-child {
	color: #fff
}
.page-layout-2 h3 {
	margin: 0;
	font-size: 6em;
}
.page-layout-3:last-child {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(../img/portrait.jpg) no-repeat top left;
	background-size: cover;
}
.page-layout-3 div {
	padding: 10%
}
.page-layout-3 h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14em;
}
.page-layout-3 p {
	margin: 0;
	text-indent: 5px;
	font-style: italic;
}
.bb-custom-wrapper > nav a {
	position: absolute;
	z-index: 1000;
	font-size: 0;
	opacity: 0.4;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bb-custom-wrapper > nav a:hover {
	opacity: 1
}
.bb-custom-wrapper > nav a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(221, 221, 221, 0.7);
}
.bb-nav-prev, .bb-nav-next {
	top: 50%;
	left: 25px;
	margin-top: -15px;
}
.bb-nav-close {
	top: 15px;
	right: 25px;
}
.bb-nav-next {
	right: 25px;
	left: auto;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.bb-custom-wrapper > nav a::before, .bb-custom-wrapper > nav a::after {
	position: absolute;
	top: 0;
	left: 25%;
	width: 1px;
	height: 50%;
	background: #333;
	content: '';
}
.bb-custom-wrapper > nav a.bb-nav-close::before, .bb-custom-wrapper > nav a.bb-nav-close::after {
	top: 15%;
	left: 50%;
	height: 70%;
}
.bb-custom-wrapper > nav a:not(.bb-nav-close)::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.bb-custom-wrapper > nav a:not(.bb-nav-close)::after {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.bb-custom-wrapper > nav a.bb-nav-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bb-custom-wrapper > nav a.bb-nav-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.no-csstransforms3d .book[data-book="book-2"], .no-js .book[data-book="book-2"], .book[data-book="book-2"] .front {
	background: url(../img/cover2.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover2.svg), #f6a7a5;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover2.svg), #f6a7a5;
}
.book[data-book="book-2"] .inner {
	border-color: #f6a7a5
}
.book[data-book="book-2"] .cover::before {
	background: url(../img/spine2.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine2.svg), #f6a7a5;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine2.svg), #f6a7a5;
}
.no-csstransforms3d .book[data-book="book-3"], .no-js .book[data-book="book-3"], .book[data-book="book-3"] .front {
	background: url(../img/cover3.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover3.svg), #ebc989;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover3.svg), #ebc989;
}
.book[data-book="book-3"] .inner {
	border-color: #ebc989
}
.book[data-book="book-3"] .cover::before {
	background: url(../img/spine3.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine3.svg), #ebc989;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine3.svg), #ebc989;
}
.no-csstransforms3d .book[data-book="book-4"], .no-js .book[data-book="book-4"], .book[data-book="book-4"] .front {
	background: url(../img/cover4.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover4.svg), #a6a1a5;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover4.svg), #a6a1a5;
}
.book[data-book="book-4"] .inner {
	border-color: #a6a1a5
}
.book[data-book="book-4"] .cover::before {
	background: url(../img/spine4.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine4.svg), #a6a1a5;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine4.svg), #a6a1a5;
}
.no-csstransforms3d .book[data-book="book-5"], .no-js .book[data-book="book-5"], .book[data-book="book-5"] .front {
	background: url(../img/cover5.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover5.svg), #4cbb97;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover5.svg), #4cbb97;
}
.book[data-book="book-5"] .inner {
	border-color: #4cbb97
}
.book[data-book="book-5"] .cover::before {
	background: url(../img/spine5.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine5.svg), #4cbb97;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine5.svg), #4cbb97;
}
.no-csstransforms3d .book[data-book="book-6"], .no-js .book[data-book="book-6"], .book[data-book="book-6"] .front {
	background: url(../img/cover6.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover6.svg), #a1cae5;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover6.svg), #a1cae5;
}
.book[data-book="book-6"] .inner {
	border-color: #a1cae5
}
.book[data-book="book-6"] .cover::before {
	background: url(../img/spine6.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine6.svg), #a1cae5;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine6.svg), #a1cae5;
}
.no-csstransforms3d .book[data-book="book-7"], .no-js .book[data-book="book-7"], .book[data-book="book-7"] .front {
	background: url(../img/cover7.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover7.svg), #ebe6e5;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover7.svg), #ebe6e5;
}
.book[data-book="book-7"] .inner {
	border-color: #ebe6e5
}
.book[data-book="book-7"] .cover::before {
	background: url(../img/spine7.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine7.svg), #ebe6e5;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine7.svg), #ebe6e5;
}
.no-csstransforms3d .book[data-book="book-8"], .no-js .book[data-book="book-8"], .book[data-book="book-8"] .front {
	background: url(../img/cover8.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover8.svg), #f8eb48;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover8.svg), #f8eb48;
}
.book[data-book="book-8"] .inner {
	border-color: #f8eb48
}
.book[data-book="book-8"] .cover::before {
	background: url(../img/spine8.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine8.svg), #f8eb48;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine8.svg), #f8eb48;
}
.no-csstransforms3d .book[data-book="book-9"], .no-js .book[data-book="book-9"], .book[data-book="book-9"] .front {
	background: url(../img/cover9.svg);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover9.svg), #f7a56e;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover9.svg), #f7a56e;
}
.book[data-book="book-9"] .inner {
	border-color: #f7a56e
}
.book[data-book="book-9"] .cover::before {
	background: url(../img/spine9.svg);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine9.svg), #f7a56e;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine9.svg), #f7a56e;
}
#book-1 {
	border-color: #009bdb
}
#book-2 {
	border-color: #f6a7a5
}
#book-3 {
	border-color: #ebc989
}
#book-4 {
	border-color: #a6a1a5
}
#book-5 {
	border-color: #4cbb97
}
#book-6 {
	border-color: #a1cae5
}
#book-7 {
	border-color: #ebe6e5
}
#book-8 {
	border-color: #f8eb48
}
#book-9 {
	border-color: #f7a56e
}
.book {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.3s 0.3s;
	transition: transform 0.5s, opacity 0.3s 0.3s;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.csstransformspreserve3d .bookshelf figure.open .cover {
	-webkit-animation: openSmallBook 0.5s forwards;
	animation: openSmallBook 0.5s forwards;
}
.csstransformspreserve3d .bookshelf figure.close .cover {
	-webkit-animation: closeSmallBook 0.5s forwards;
	animation: closeSmallBook 0.5s forwards;
}
.bookshelf figure.open .book {
	z-index: 1000;
	-webkit-animation: scaleUpSmallBook 0.5s forwards;
	animation: scaleUpSmallBook 0.5s forwards;
}
.bookshelf figure.close .book {
	-webkit-animation: scaleDownSmallBook 0.5s forwards;
	animation: scaleDownSmallBook 0.5s forwards;
}
.inner-right {
	background-color: #ddd;
	-webkit-transition: background-color 0.5s 0.25s;
	transition: background-color 0.5s 0.25s;
}
.open .inner-right {
	background-color: #f9f9f9;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.bb-custom-wrapper {
	z-index: 2000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s 0.5s;
	transition: visibility 0s 0.5s;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}
.bb-custom-wrapper.show {
	visibility: visible;
	-webkit-transition: visibility 0s;
	transition: visibility 0s;
	-webkit-animation: openBigBook 0.5s forwards;
	animation: openBigBook 0.5s forwards;
}
.no-cssanimations .bb-custom-wrapper.show {
	opacity: 1
}
.bb-custom-wrapper.hide {
	-webkit-animation: closeBigBook 0.5s forwards;
	animation: closeBigBook 0.5s forwards;
}
.no-cssanimations .bb-custom-wrapper.hide {
	opacity: 0
}
.bookshelf figure {
	z-index: 100;
	-webkit-transition: z-index 0s 0.3s;
	transition: z-index 0s 0.3s;
}
.bookshelf figure.details-open {
	z-index: 101;
	-webkit-transition: none;
	transition: none;
}
.csstransformspreserve3d .details-open .book {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-36px) rotateY(90deg);
	transform: translateX(-36px) rotateY(90deg);
}
.no-csstransformspreserve3d .details-open .book {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0;
}
.csstransformspreserve3d .cover::before {
	-webkit-transition: visibility 0s 0.5s;
	transition: visibility 0s 0.5s;
}
.csstransformspreserve3d .details-open .cover::before {
	visibility: visible;
	-webkit-transition: none;
	transition: none;
}
.details {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.details-open .details {
	visibility: hidden;
	opacity: 1;
	z-index: 10;
	-webkit-transition: opacity 0.5s, visibility 0s;
	transition: opacity 0.5s, visibility 0s;
}
.details ul li {
	visibility: visible;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(30%);
	transform: translateX(30%);
}
.details-open .details ul li:first-child {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	padding-left: 20px;
}
.details-open .details ul li:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.details-open .details ul li:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.details-open .details ul li:nth-child(4) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.details-open .details ul li {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.bookshelf figure::before {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}
.bookshelf figure.details-open::before {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s, visibility 0s;
	transition: opacity 0.3s, visibility 0s;
}
.bookshelf figure::after {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	background: rgba(51, 51, 51, 0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, height 0s 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bookshelf figure.details-open::after {
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@-webkit-keyframes openSmallBook {
 0% {
}
 55%, 100% {
-webkit-transform: rotateY(-180deg)
}
}
@keyframes openSmallBook {
 0% {
}
 55%, 100% {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
}
@-webkit-keyframes closeSmallBook {
 0%, 45% {
-webkit-transform: rotateY(-180deg)
}
 100% {
-webkit-transform: rotateY(0deg)
}
}
@keyframes closeSmallBook {
 0%, 45% {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
 100% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@-webkit-keyframes scaleUpSmallBook {
 0% {
}
 85%, 100% {
-webkit-transform: scale(1.4)
}
}
@keyframes scaleUpSmallBook {
 0% {
}
 85%, 100% {
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
}
@-webkit-keyframes scaleDownSmallBook {
 0%, 15% {
-webkit-transform: scale(1.4)
}
 100% {
-webkit-transform: scale(1)
}
}
@keyframes scaleDownSmallBook {
 0%, 15% {
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
 100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes openBigBook {
 0% {
}
 45% {
opacity: 0;
-webkit-transform: scale(0.95);
}
 85% {
opacity: 1
}
 100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes openBigBook {
 0% {
}
 45% {
opacity: 0;
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
 85% {
opacity: 1
}
 100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes closeBigBook {
 0%, 15% {
opacity: 1;
-webkit-transform: scale(1);
}
 55%, 100% {
opacity: 0;
-webkit-transform: scale(0.95);
}
}
@keyframes closeBigBook {
 0%, 15% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
 55%, 100% {
opacity: 0;
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
}
@media screen and (max-width: 68.75em) {
.bb-custom-wrapper {
	font-size: 75%
}
.page-layout-3 h3 {
	font-size: 9em
}
}
 @media screen and (max-width: 41.375em) {
.bb-custom-wrapper {
	font-size: 60%
}
.page-layout-3 h3 {
	font-size: 6em
}
}
 @media screen and (max-width: 29.75em) {
.bb-custom-wrapper {
	font-size: 40%
}
.page-layout-2 div {
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
}
.page-layout-2 div:first-child {
	top: 0
}
.page-layout-2 {
	background: -webkit-linear-gradient(top, #64696a 50%, white 50%);
	background: linear-gradient(to bottom, #64696a 50%, white 50%);
}
.page-layout-2:first-child {
	background: -webkit-linear-gradient(top, white 50%, #64696a 50%);
	background: linear-gradient(to bottom, white 50%, #64696a 50%);
}
}
 @media screen and (max-width: 26.3125em) {
.details-open .book {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
}
.actions {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.actions a {
	text-align: center;
	display: inline-block;
	width: 100px;
	font-size: 12px;
	color: #999;
	padding-bottom: 5px;
}
.actions i {
	display: block;
	font-size: 20px;
	color: #ffb100;
	margin-bottom: 5px;
}
.actions a:hover {
	color: #19130f;
}
.actions a:hover i {
	color: #19130f;
	font-size: 25px;
}
ul.search_result {
	overflow: hidden;
	position: relative;
}
ul.search_result li {
	background-image: url(../img/icon_title_newsfilter_submit.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	display: block;
	line-height: 1em;
	padding-left: 40px;
}
ul.search_result li h1 {
	font-size: 22px;
}
ul.search_result li strong {}
ul.search_result li small {}
ul.search_result li p {
	color: #999;
	display: block;
	margin-top: 10px;
}
ul.search_result li p span {
	color: #666;
	background-color: #FF3;
}
ul#speeches {
	overflow: hidden;
	position: relative;
}
ul#speeches li {
	background-image: url(../img/icon_title_page.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 40px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	display: block;
	line-height: 1em;
}
ul#speeches li h1 {
	font-size: 22px;
}
ul#speeches li small.date {
	color: #fff;
	background-color: #ba9a78;
	font-size: 10px;
	height: 22px;
	border-radius: 50px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 5px;
	line-height: 1.8em;
}
ul#speeches li p {
	color: #999;
	display: block;
	margin-top: 10px;
}
ul#speeches li p span {
	color: #666;
	background-color: #FF3;
}
.speech-video {
	height: auto;
	width: 100%;
}
#news-catogory {}
#news-catogory .news_filter {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
.news_filter .SumoSelect {
    border: 6px solid #ebb217;
}
#news-catogory .news_cols {
	padding-right: 0px;
	padding-left: 0px;
}
#page_wrapper .color_block {
	background-color: #132755;
	height: 70px;
	position: relative;
	width: 33.3333%;
	z-index: 30;
	float: right;
}
#page_wrapper h1.block_title {
	background-image: url(../img/icon_title_photo.png);
	margin-bottom: 25px;
	color: #fff;
	margin-left: 15px;
	border-bottom-color: #30426b;
}
#page_wrapper h1.block_title span.line {
	background-color: #fff;
}
#page_wrapper h1.block_title span.first {
	color: #ebb217;
}
.audioplayer {
	height: 2.5em;
	color: #fff;
	position: relative;
	z-index: 1;
	margin-top: 17px;
	margin-left: 10px;
}
div[title="Play"] a {
	background-image: url(../img/play_icon.png);
	font-size: 0px;
}
div[title="Pause"] a {
	background-image: url(../img/pause_icon.png);
	font-size: 0px;
}
.audioplayer-mini {
	width: 2.5em;
	margin: 0 auto;
}
.audioplayer > div {
	position: absolute;
}
.audioplayer-playpause {
	width: 2.5em;
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	left: 0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {}
.audioplayer-mini .audioplayer-playpause {
	width: 100%;
}
.audioplayer-playpause:hover,  .audioplayer-playpause:focus {}
.audioplayer-playpause a {
	display: block;
}
.audioplayer-stopped .audioplayer-playpause a {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
.audioplayer-playing .audioplayer-playpause a {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
.audioplayer-playing .audioplayer-playpause a:before,  .audioplayer-playing .audioplayer-playpause a:after {

}
.audioplayer-playing .audioplayer-playpause a:before {
	left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after {
	right: 0;
}
.audioplayer-time {
	width: 4.375em;
	height: 100%;
	line-height: 2.375em;
	text-align: center;
	z-index: 2;
	top: 0;
}
.audioplayer-time-current {
	border-left-color: rgba( 0, 0, 0, .25 );
	left: 2.5em;
}
.audioplayer-time-duration {
	border-right-color: rgba( 255, 255, 255, .1 );
	right: 2.5em;
}
.audioplayer-novolume .audioplayer-time-duration {
	border-right: 0;
	right: 0;
}
.audioplayer-bar {
	height: 7px;
	cursor: pointer;
	z-index: 1;
	top: 57%;
	right: 6.875em;
	left: 6.875em;
	margin-top: -0.438em;
}
.audioplayer-novolume .audioplayer-bar {
	right: 4.375em;
}
.audioplayer-bar div {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.audioplayer-bar-loaded {
	background-color: #132755;
	z-index: 1;
}
.audioplayer-bar-played {
	background: #ba9a78;
	z-index: 2;
}
.audioplayer-volume {
	width: 2.5em;
	height: 100%;
	border-left: 1px solid #111;
	border-left-color: rgba( 0, 0, 0, .25 );
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0;
}
.audioplayer-volume:hover,  .audioplayer-volume:focus {}
.audioplayer-volume-button {
	width: 100%;
	height: 100%;
}
.audioplayer-volume-button a {
	width: 0.313em;
	height: 0.375em;
	background-color: #fff;
	display: block;
	position: relative;
	z-index: 1;
	top: 40%;
	left: 35%;
}
.audioplayer-volume-button a:before,  .audioplayer-volume-button a:after {
	content: '';
	position: absolute;
}
.audioplayer-volume-button a:before {
	width: 0;
	height: 0;
	border: 0.5em solid transparent;
	border-left: none;
	border-right-color: #fff;
	z-index: 2;
	top: 50%;
	right: -0.25em;
	margin-top: -0.5em;
}
.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
	width: 0.313em;
	height: 0.313em;
	border: 0.25em double #fff;
	border-width: 0.25em 0.25em 0 0;
	left: 0.563em;
	top: -0.063em;
	-webkit-border-radius: 0 0.938em 0 0;
	-moz-border-radius: 0 0.938em 0 0;
	border-radius: 0 0.938em 0 0;
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
.audioplayer-volume-adjust {
	height: 6.25em;
	cursor: default;
	position: absolute;
	left: 0;
	right: -1px;
	top: -9999px;
	background: #333;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
	opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
	top: auto;
	bottom: 100%;
}
.audioplayer-volume-adjust > div {
	width: 40%;
	height: 80%;
	background-color: #222;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 30% auto 0;
}
.audioplayer-volume-adjust div div {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ba9a78;
}
.audioplayer-novolume .audioplayer-volume {
	display: none;
}
.audioplayer-bar-played {
	background: -webkit-gradient( linear, left top, right top, from( #ba9a78 ), to( #ffbd00 ) );
	background: -webkit-linear-gradient( left, #ba9a78, #ffbd00 );
	background: -moz-linear-gradient( left, #ba9a78, #ffbd00 );
	background: -ms-radial-gradient( left, #ba9a78, #ffbd00 );
	background: -o-linear-gradient( left, #ba9a78, #ffbd00 );
	background: linear-gradient( to right, #ba9a78, #ffbd00 );
}
.audioplayer-volume-adjust div div {
	background: -webkit-gradient( linear, left bottom, left top, from( #ba9a78 ), to( #ffbd00 ) );
	background: -webkit-linear-gradient( bottom, #ba9a78, #ffbd00 );
	background: -moz-linear-gradient( bottom, #ba9a78, #ffbd00 );
	background: -ms-radial-gradient( bottom, #ba9a78, #ffbd00 );
	background: -o-linear-gradient( bottom, #ba9a78, #ffbd00 );
	background: linear-gradient( to top, #ba9a78, #ffbd00 );
}
.audioplayer-bar,  .audioplayer-bar div,  .audioplayer-volume-adjust div {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.audioplayer {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.audioplayer-volume-adjust {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.audioplayer *,  .audioplayer *:before,  .audioplayer *:after {
	-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}
video.popup {
    width: 100% !important;
	height: 100% !important;
}
.video_gallery_player {
	overflow: hidden;
	height: auto;
	width: 1000px;
}
#video-player {
    width: 100%;
	height: 100%;
}
#museum {
	box-shadow: 0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #fff,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #fff,
        0 20px 1px -9px rgba(0,0,0,0.15);
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	min-height: 500px;
	font-size: 16px;
	line-height: 1.5em;
	color: #999;
	margin-bottom: 40px;
	padding-bottom: 30px;
}
.museum_contents {
	margin: 30px;
}
.museum_contents h1, .museum_contents h2, .museum_contents h3 {
	font-family: 'Philosopher', sans-serif;
}
.museum_contents h1 {
	font-size: 40px;
	color: #ba9a78;
}
.museum_contents h2 {
	font-size: 35px;
	color: #ffbd00;
}
.museum_contents h3 {
	font-size: 25px;
	color: #FFF;
}
#museum #gallery {
	margin-right: 30px;
	margin-left: 30px;
	overflow: hidden;
	width: auto;
	padding-bottom: 20px;
}
#museum .gallery_item {
	float: left;
	width: 32.5%;
	margin-bottom: 10px;
	overflow: hidden;
	margin-left: 0.3%;
}
#museum .gallery_item div.photo_icon {display:none;}
h1.museum_title_01 {
	font-size: 80px;
}
h1.museum_title_02 {
	font-size: 30px;
	color: #132755;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	display: block;
}
a.museum_more {
	font-family: 'Philosopher', sans-serif;
	font-size: 25px;
	color: #ffbd00;
	background-color: #132755;
	text-align: left;
	display: block;
	margin: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 73px;
	background-image: url(../img/mobile_menu_icon.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
a.museum_more:hover {
	background-color: #ffbd00;
	color: #132755;
}
#museum .news_page_item {text-align: center;}
.medal_image {
	height: auto !important;
}
.medal_image img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	position: relative !important;
}
.sitemap {}
.sitemap ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 20px;
}
.sitemap ul li {}
.sitemap ul li.drilldown-back {display: none !important;}
.sitemap ul li a {
	color: #132755;
}
.sitemap ul li li li a {
	color: #666666;
}
.sitemap ul li a:hover {
	color: #ba9a78;
}
.sitemap ul li li {
	background-image: url(../img/mark01.png) !important;
	background-repeat: no-repeat;
	background-position: left 9px !important;
}
.sitemap ul li li li {}
.sitemap ul li li li li {}
.sitemap ul li li li li li {}