@font-face {
	font-family: 'AvenirLTStd-Roman';
	src: url('../fonts/2A9C83_0_0');
	src: url('../fonts/2A9C83_0_0d41d.eot?#iefix') format('embedded-opentype'),url('../fonts/2A9C83_0_0.woff') format('woff'),url('../fonts/2A9C83_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'Trajan';
	src: url('../fonts/2A1250_1_0.eot');
	src: url('../fonts/2A1250_1_0d41d.eot?#iefix') format('embedded-opentype'),url('../fonts/2A1250_1_0.woff') format('woff'),url('../fonts/2A1250_1_0.ttf') format('truetype');
}
*{
	max-height:10000px;
	margin:0;
	padding:0;
}
input[type=text], input[type=email], input[type=password], input[type=search], input[type=submit], textarea{-webkit-appearance:none;}
header, footer, article, section, hgroup, nav, figure { display: block; }
figure { margin:0; padding:0; }
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
html{
	height:100%;
}
body {
	margin:0;
	color:#4c4747;
	font:15px/24px "AvenirLTStd-Roman", Arial, Helvetica, sans-serif;
	background:#000;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
	min-width:1000px;
	height:100%;
}
body.map{
	min-width:1300px;
}
a {
	text-decoration:none;
	color:#83681b;
	outline:none;
}
a:hover {text-decoration:underline;}
input, textarea, select {
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#525252;
	overflow: auto;
}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
}
button::-moz-focus-inner{
	padding:0;
	border:0;
}
h1{
	font-size:24px;
	line-height:31px;
	margin:0 0 20px;
	font-weight:normal;
}
h2{
	font-size:22px;
	line-height:24px;
	margin:0 0 20px;
	font-weight:normal;
}
h3{
	font-size:20px;
	line-height:28px;
	margin:0 0 25px;
	font-weight:normal;
}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
blockquote{
	margin:0 0 20px;
	color:#3d3434;
	font-size:16px;
	line-height:19px;
}
cite{
	display:block;
	text-align:right;
}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
ul ul,
ul ol,
ol ul,
ol ol{
	padding-left:18px;
	margin:0;
}
dl dt{
	float:left;
	clear:left;
	padding-right:4px;
	font-weight:bold;
}
.comment-form textarea,
.comment-form input[type="text"]{
	border:1px solid #ccc;
	background:#fff;
	margin:0 4px 0 0;
	padding:3px 4px;
	width:300px;
}
.searchform{
	overflow:hidden;
}
.searchform .input-holder{
	position:relative;
	width:248px;
	height:34px;
	border-radius:17px;
	background:#fff;
	background:rgba(255,255,255,.9);
}
.searchform .input-placeholder-text{
	position:absolute;
	top:7px;
	left:12px;
	color:#765d01;
	font-size:17px;
	line-height:21px;
	font-weight:bold;
}
.searchform input[type="text"],
.searchform input[type="search"]{
	border:0;
	width:218px;
	height:34px;
	color:#765d01;
	font-size:17px;
	line-height:21px;
	font-weight:bold;
	float:left;
	padding:8px 30px 8px 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ccc;
}
.searchform input::-webkit-search-cancel-button {-webkit-appearance: none;}
.searchform input::-webkit-search-decoration {display:none;}
.searchform input[type="submit"]{
	border:0;
	cursor:pointer;
	width:30px;
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	background:url(../images/bg-submit.png) no-repeat 2px 7px;
	margin-left:-30px;
}
.commentlist li{list-style:none;}
.commentlist li+li{padding-bottom:14px;}
.commentlist img{
	float:left;
	margin:0 14px 4px 0;
}
.comment-form label{
	display:block;
	padding-bottom:4px;
}
.comment-form textarea{
	padding:3px 4px;
	overflow:auto;
	margin:0;
	height:120px;
}
.commentlist .meta{
	float:right;
}
.navigation{
	overflow:hidden;
}
.navigation .next{
	float:right;
	width:40%;
	color:#83681b;
}
.navigation .prev{
	float:left;
	width:40%;
	color:#83681b;
}
p{
	margin:0 0 24px;
}
img.alignleft{
	float:left;
	margin:0 52px 0 0;
}
img.alignright{
	float:right;
	margin:0 0 0 52px;
}
form,
fieldset {
	margin:0;
	padding:0;
}
.w1{
	overflow:hidden;
	position:relative;
	min-height:100%;
}
#bg{
	position:fixed;
	z-index: -1;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height:100%;
	min-width:1024px;
	width:100%;
}
#wrapper{
	position:relative;
	padding:58px 0 45px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	width:100%;
	background:#540672;
	background:rgba(84,6,114,.7);
}
.header-holder{
	width:748px;
	padding-left:205px;
	height:58px;
	margin:0 auto;
	position:relative;
}
.header-holder:after{
	clear: both;
	content:"";
	display: block;
}
.logo-holder{
	position:absolute;
	top:0;
	left:0;
	background:#fff;
}
.logo{
	background:url(../images/logo.png) no-repeat;
	width: 205px;
	height: 230px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
.logo.alt{
	background:url(../images/logo2.png) no-repeat;
	width: 205px;
	height: 58px;
}
.logo a{
	height:100%;
	display:block;
}
.slogan{
	width:195px;
	background:#fff;
	display:block;
	border-top:1px solid #765d01;
	font: 16px/22px "Trajan", Georgia, Tahoma, serif;
	color:#765d01;
	text-align:center;
	padding:18px 5px 12px;
	letter-spacing:2px;
	margin-top:8px;
}
#nav{
	float:left;
	min-width:236px;
}
#nav ul{
	margin:0;
}
#nav li{
	float:left;
	height:58px;
	width:58px;
	border-right:1px solid #fff;
	border-right:1px solid rgba(255,255,255,.14);
}
#nav li:hover,
#nav li.active{
	background:#a38839;
}
#nav a{
	display:block;
	height:58px;
	text-indent:-9999px;
	overflow:hidden;
}
#nav .play a{
	background:url(../images/icon1.png) no-repeat 50% 19px;
}
#nav .picture a{
	background:url(../images/icon2.png) no-repeat 50% 18px;
}
#nav .audio a{
	background:url(../images/icon3.png) no-repeat 50% 8px;
}
#nav .last a{
	background:url(../images/icon4.png) no-repeat 50% 9px;
}
.link-holder{
	float:left;
	position:relative;
	height:39px;
	padding:19px 13px 0 26px;
	min-width:184px;
	border-right:1px solid #fff;
	border-right:1px solid rgba(255,255,255,.14);
}
.link-holder .link{
	font:bold 17px Arial, Helvetica, sans-serif;
	color:#fff;
	float:right;
	text-transform:uppercase;
	padding:1px 29px 0 0;
	position:relative;
	background:url(../images/icon.png) no-repeat 100% 0;
}
.link-holder .link:hover{
	text-decoration:none;
}
.drop{
	position:absolute;
	top:59px;
	left:208px;
	width:690px;
	display:none;
	background:#fff;
	padding:17px 20px 0 17px;
	border:1px solid #c5bfbb;
}
.drop:after{
	bottom:100%;
	right:285px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index:1;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.drop ul{
	width:100%;
	margin:0 0 -12px;
	text-align:justify;
	overflow:hidden;
}
.drop ul:after{
	display:inline-block;
	width:100%;
	content:'';
	height:0;
	font-size:0;
	line-height:0;
}
.drop li{
	display:inline-block;
	vertical-align:top;
	margin:0 0 6px;
	border:1px solid #d1d2d2;
	border-radius:1px;
}
.drop a{
	display:block;
	min-width:55px;
	text-align:center;
	padding:0 14px;
	height:30px;
	color:#554c4c;
	line-height:30px;
	background:#e6e6e6;
	border-left:1px solid #ececec;
}
.header-holder .searchform{
	padding:12px 9px 12px 20px;
	border-right:1px solid #fff;
	border-right:1px solid rgba(255,255,255,.14);
}
.header-holder .searchform input[type="text"],
.header-holder .searchform input[type="search"]{
	border:0;
	background:none;
}
.header-holder .searchform input[type="submit"]{
	margin:0;
}
.main-holder{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0 0 40px;
	z-index:10;
}
.main-frame{
	width:1025px;
	position:relative;
	float:left;
	left:50%;
}
#main{
	width:953px;
	padding:290px 36px 0;
	float:left;
	left:-50%;
	position:relative;
}
.home #main{
	padding:0;
	min-height:660px;
}
.menu{
	margin:0;
	position:absolute;
	top:-4px;
	left:378px;
	max-width:600px;
}
.home .menu{
	top:24px;
	left:352px;
	padding: 46px 0 20px;
}
.menu li{
	font-size:11px;
	line-height:16px;
	float:left;
	background:#06010a;
	background:rgba(6,1,10,.7);
	margin:-26px 56px 0 0;
	width:100px;
	height:100px;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.menu li:first-child {
	margin-left:-78px;
}
.menu li:hover{
	background:#c59016;
	background:rgba(197,144,22,.7);
}
.menu li.active{
	background:#724c77;
}
.menu li a{
	display:block;
	height:100px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	overflow:hidden;
	letter-spacing:1px;
}
.menu li a:hover{
	text-decoration:none;
}
.menu li .holder{
	width:100px;
	height:100px;
	display:table;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.menu li .frame{
	display:table-cell;
	vertical-align:middle;
	padding:0 15px;
}
.main{
	padding:59px 0 0;
	position:relative;
}
#twocolumns:after{
	clear: both;
	content:"";
	display: block;
}
.twocolumns:after{
	clear: both;
	content:"";
	display: block;
}
#content{
	overflow:hidden;
}
.arrow-button{
	position:absolute;
	top:0;
	left:0;
	width:58px;
	height:56px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/arrow.png) no-repeat 0 -22px;
}
.drop-menu{
	position:absolute;
	top:55px;
	left:62px;
	width:512px;
	margin:0;
	display:none;
	z-index:10;
}
#content .drop-menu{
	width:557px;
}
.drop-menu li{
	border-radius:1px;
	border:2px solid #b1902d;
	border:2px solid rgba(177,144,45,.3);
}
.drop-menu a{
	display:block;
	background:#ede7d9;
	font-size:19px;
	line-height:23px;
	color:#000;
	padding:9px 12px 7px;
}
.drop-menu .active a,
.drop-menu a:hover{
	color:#540672;
	text-decoration:none;
}
#main h1.title{
	position:absolute;
	bottom:100%;
	left:62px;
	color:#fff;
	margin:0 0 -55px;
	width:372px;
	padding:9px 120px 8px 18px;
	background:#722c64;
	background:rgba(114,44,100,.85);
}
#main h1 span{
	display:block;
	font-size:20px;
	line-height:22px;
}
#main .twocolumns h1 span{
	font-size:18px;
	padding:8px 0 0;
}
#main .floating-heading h1.title{
	width:520px;
	padding:11px 18px;
}
#main .content h1.title{
	width:534px;
	padding:11px 18px;
	background:#540672;
	background:rgba(84,6,114,.75);
}
#main h1 a{
	color:#fff;
}
.article{
	background:#fff;
	background:rgba(255,255,255,.89);
	padding:37px 20px 9999px 30px;
	margin:0 0 -9999px;
}
.article .article-frame{
	background:#fff;
	background:rgba(255,255,255,.89);
	padding:37px 20px 9999px 30px;
	margin:0 0 -9999px;
}
#twocolumns.alt .category-tab-container .article{
	background:none;
	padding:0 0 15px;
	margin:0;
	overflow:hidden;
}
.article h2{
	margin:0 0 3px;
	color:#7a3c6d;
}
.article h2 a{
	color:#7a3c6d;
}
.article h3{
	color:#80661a;
}
#sidebar{
	float:right;
	width:330px;
	margin-left:4px;
	position:relative;
}
.illustration{
	padding:20px 20px 4px 18px;
	background:#fff;
	background:rgba(255,255,255,.85);
	margin:0 0 5px;
	position:relative;
}
.illustration img{
	display:block;
	margin:0 0 11px;
}
.illustration .caption{
	padding-left:6px;
	color:#000;
	font-size:14px;
	line-height:16px;
}
.link-next,
.link-prev,
.link-top,
.link-bottom{
	position:absolute;
	right:-36px;
	bottom:36px;
	width:36px;
	height:38px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/arrow.png) no-repeat 0 -80px;
}
.link-prev{
	background-position:0 -118px;
	bottom:-2px;
}
.container .link-prev{
	bottom:8px;
}
.container .link-next{
	bottom:46px;
}
.link-top{
	width:38px;
	height:36px;
	background-position:-36px -80px;
	bottom:auto;
	top:-2px;
	right:-38px;
}
.link-bottom{
	width:38px;
	height:36px;
	background-position:-36px -116px;
	bottom:auto;
	top:34px;
	right:-38px;
}
#sidebar .block{
	background:#fff;
	background:rgba(255,255,255,.85);
}
#sidebar .block.last-child{
	margin:0 0 -9999px;
	padding:0 0 9999px;
}
.section{
	padding:27px 22px 9px 17px;
}
.section h3{
	margin:0 -22px 2px -17px;
	padding:0 22px 7px 20px;
	color:#7a3c6d;
	font-size:18px;
	line-height:20px;
	position:relative;
}
.section h3:before{
	content:'';
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:1px;
	background:#b9b7b7;
}
.section h3:after{
	content:'';
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:1px;
	background:#fff;
	margin-top:1px;
}
.section ul{
	margin:0;
	line-height:18px;
}
.section li{
	padding:13px 3px 6px;
	border-bottom:1px dotted #828280;
}
.social-block{
	margin:0 auto 20px;
}
.container{
	background:#fff;
	background:rgba(255,255,255,.85);
	margin:0 0 6px;
	position:relative;
	padding:3px 4px 9px 2px;
}
.container:after{
	clear: both;
	content:"";
	display: block;
}
.container .list{
	float:left;
	width:372px;
	font-size:17px;
	line-height:24px;
}
.container .list h2{
	font-size:17px;
	line-height:24px;
	margin:0 0 15px 20px;
	color:#000;
}
.container .list ul{
	margin:0;
}
.container .list li{
	border-top:1px solid #722c64;
	border-top:1px solid rgba(114,44,100,.27);
	padding:3px 0 5px;
}
.container .list li:first-child {
	border-top:0;
}
.container .list a{
	color:#000;
	display:block;
	padding:18px 15px 13px;
}
.container .list li.active a,
.container .list a:hover{
	background:#fff;
	text-decoration:none;
	color:#780c77;
}
.container img{
	float:right;
	border:7px solid #fff;
}
.buttons{
	margin:0 0 5px;
}
.buttons:after{
	clear: both;
	content:"";
	display: block;
}
.buttons .open,
.article-block .close{
	float:left;
	width:56px;
	height:49px;
	background:url(../images/bg-open.png) no-repeat;
	width: 56px;
	height: 49px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 5px 0 0;
}
.article-block .close{
	background-position:0 -50px;
	position:absolute;
	width:61px;
	top:0;
	right:-66px;
}
.article-block{
	position:absolute;
	top:0;
	right:9999px;
	width:616px;
	background:#f5f6f8;
	border-left:2px solid #b1902d;
	border-left:2px solid rgba(177,144,45,.85);
}
#sidebar.popup-active .article-block{
	right:335px;
}
.article-block:before,
.article-block:after{
	content:'';
	position:absolute;
	background:#b1902d;
	background:rgba(177,144,45,.85);
	left:0;
	top:0;
	width:100%;
	height:2px;
}
.article-block:after{
	bottom:0;
	top:auto;
}
.article-block h2{
	color:#fff;
	background:#94761c;
	background:rgba(148,118,28,.85);
	font-size:18px;
	line-height:22px;
	padding:12px 10px 7px 37px;
	width:578px;
	margin-left:-1px;
	min-height:30px;
}
.article-block .post h3{
	border-top:2px solid #e5e4da;
	border-bottom:2px solid #e5e4da;
	color:#3b3636;
	font-size:21px;
	line-height:23px;
	background:#edebe6;
	margin:0 0 33px;
}
.article-block .post h3 a{
	display:block;
	padding:12px 28px 10px;
	color:#3b3636;
}
.article-block .post h3 a:hover{
	text-decoration:none;
}
.article-block .post ul,
.item-container .item ul{
	margin:0;
	padding:0 45px 0 25px;
	color:#423c3c;
	line-height:22px;
}
.article-block .post li,
.item-container .item li{
	overflow:hidden;
	padding:0 0 20px;
}
.article-block .post li a,
.item-container .item li a{
	float:left;
	display:table;
	color:#423c3c;
}
.article-block .post img,
.item-container .item img{
	float:left;
	margin:0 23px 0 0;
}
.article-block .post span,
.item-container .item li span{
	display:table-cell;
	vertical-align:middle;
}
.top-text{
	float:left;
	width:269px;
	height:49px;
	color:#fff;
	font-size:18px;
	line-height:22px;
	background:#b1902d;
	background:rgba(177,144,45,.85);
}
.top-text a{
	display:block;
	height:36px;
	padding:13px 5px 0 23px;
	color:#fff;
}
.top-text a:hover{
	text-decoration:none;
}
.top-text a:after{
	content:'';
	display:inline-block;
	vertical-align:top;
	background:url(../images/icon5.png) no-repeat;
	width: 26px;
	height: 36px;
	margin:-6px 0 0 30px;
}
.videos{
	position:relative;
	padding:20px 0 0;
	border-bottom:1px solid #fff;
	margin:0 0 20px;
}
.video:before,
.videos:after{
	display:block;
	content:'';
	width:100%;
	height:1px;
	background:#b9b7b7;
	margin-top:1px;
}
.videos h3{
	color:#83681b;
	font-size:18px;
	line-height:22px;
	margin:0 0 10px 20px;
}
.video{
	padding:14px 0 8px 15px;
	border-top:1px solid #b9b7b7;
	position:relative;
}
.video:before{
	position:absolute;
	top:0;
	left:0;
	margin:0;
	background:#fff;
}
.video .caption{
	color:#83681b;
	line-height:18px;
	display:block;
}
.video-block{
	margin:0 0 12px;
}
.item .video-block{
	width:300px;
	overflow:hidden;
	position:relative;
}
.video-block img{
	display:block;
}
.content{
	/*width:638px;
	float:left;*/
}
.aside{
	float:right;
	width:315px;
}
.top-block{
	position:absolute;
	right:0;
	bottom:100%;
	width:315px;
	margin-bottom:-55px;
	font:14px/18px Arial, Helvetica, sans-serif;
}
.top-block .link-holder{
	padding:0;
	float:none;
}
.top-block .drop{
	top:93px;
	left:auto;
	right:-20px;
	z-index:10;
}
.top-block .drop:after{
	left:auto;
	right:51px;
}
.heading .filter{
	color:#fff;
	text-transform:uppercase;
	padding:14px 10px 9px 38px;
	background:#273132 url(../images/icon.png) no-repeat 9px 12px;
	background:rgba(39,49,50,.79) url(../images/icon.png) no-repeat 9px 12px;
}
.heading .link-holder{
	height: 41px;
}
.subjects{
	color:#fff;
	padding:14px 10px 9px 38px;
	display:block;
	background:#76388e;
	position:relative;
}
.subjects:after{
	content:"";
	position:absolute;
	top:14px;
	right:25px;
	width:30px;
	height:14px;
	background:url(../images/arrow.png) no-repeat -24px 0;
}
.box{
	margin:0 1px 5px 0;
	background:#fff;
	background:rgba(255,255,255,.95);
	box-shadow:0 0 1px rgba(128,102,26,.9);
	-webkit-box-shadow:0 0 1px rgba(128,102,26,.9)
}
.masonry-container{
	position: relative;
}
.masonry-box{
	width: 314px;
	margin: 0 2px 5px 1px;
}
.masonry-box.stamped{
	top: 0;
	right: 0;
}
.box .holder{
	padding:18px 47px 60px 14px;
	min-height:42px;
	position:relative;
}
.btn-open{
	position:absolute;
	top:11px;
	right:5px;
	text-indent:-9999px;
	overflow:hidden;
	width:34px;
	height:34px;
	background:url(../images/bg-open.png) no-repeat 0 -100px;
	z-index: 1;
}
.btn-open.back-to-main{
	display:none;
}
.box h2{
	color:#4c4747;
	font-size:18px;
	line-height:24px;
	margin:0 0 36px;
}
.box h2 a{
	color:#4c4747;
}
.icons{
	position:absolute;
	left:24px;
	bottom:16px;
	width:100%;
}
.icons img{
	display:inline-block;
	vertical-align:bottom;
	margin:0 16px 0 0;
}
.box .row{
	text-align:right;
	font-size:14px;
	padding:8px 18px 7px;
	border-top:1px solid #d6d8d2;
}
.subject-block{
	margin:0 0 5px;
	background:#8f6c06;
	background:rgba(143,108,6,.75);
	color:#fff;
	padding:15px 45px 24px 17px;
	font-size:14px;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.subject-block h3{
	font-size:18px;
	line-height:22px;
	margin:0 0 2px;
}
.subject-block p{
	margin:0;
}
.subject-block .arrow-link{
	background:url(../images/arrow.png) no-repeat -113px -171px;
	width:25px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	right:20px;
	bottom:24px;
}
.item-container{
	background:#f5f6f8;
	border:2px solid #b1902d;
	border:2px solid rgba(177,144,45,.85);
	border-radius:1px;
	width:949px;
	position:relative;
	padding:0 0 50px;
}
.item-container .close,
.article-holder .close{
	position:absolute;
	top:-2px;
	right:57px;
	text-indent:-9999px;
	overflow:hidden;
	width:46px;
	height:44px;
	background:url(../images/bg-open.png) no-repeat -37px -100px;
}
.item-container h2{
	background:#eae9e4;
	padding:20px 108px 15px 35px;
	color:#80661a;
	font-size:24px;
	line-height:28px;
	margin:0 0 7px;
}
.item-container h2 a{
	color:#80661a;
}
.item-container .item{
	border-top:2px solid #cdc8ac;
	padding:18px 140px 0 33px;
}
.item-container .item:first-child {
	border-top:0;
}
.item-container .item h3{
	margin:0 0 30px;
	color:#733680;
	font-size:21px;
	line-height:23px;
}
.item-container .item h3 a{
	color:#733680;
}
.video-holder{
	overflow:hidden;
}
.item .video-holder .mejs-container{
	margin:0;
}
.video-holder .play{
	float:left;
	margin:0 31px 0 0;
}
.item-container .item img{
	margin:5px 38px 0 0;
}
.item-container .item .video-block img,
.video-holder .play img{
	margin:0;
	float:none;
}
.item-container .item ul{
	padding:0;
	font-size:16px;
}
#main .main-block h1{
	position:relative;
	width:auto;
	left:0;
	bottom: auto;
	margin:0 0 4px;
	padding:11px 15px;
	background:#540672;
	background:rgba(84,6,114,.75);
}
.item-box{
	margin:0 0 4px;
	background:#fff;
	background:rgba(255,255,255,.83);
	font-size:17px;
	line-height:24px;
	padding:12px 46px 22px 30px;
}
.item-box p{
	margin:0;
}
.item-box h2{
	color:#675204;
	font-size:18px;
	line-height:22px;
	margin:0 0 8px;
}
.block-list{
	overflow:hidden;
	margin-left:-4px;
}
.block-list .img-block{
	float:left;
	width:315px;
	height:212px;
	position:relative;
	margin:0 0 2px 4px;
	background:#fff;
	background:rgba(255,255,255,.83);
	box-shadow:0 0 1px rgba(0,0,0,.4);
	-webkit-box-shadow:0 0 1px rgba(0,0,0,.4);
}
.block-list .img-block img{
	float:left;
	margin:0 15px 0 0;
}
.block-list .img-block h3{
	margin:83px 10px 0 0;
	color:#675204;
	font-size:19px;
	line-height:24px;
}
.block-list .img-block h3 a{
	color:#675204;
}
.article-holder{
	background:#fff;
	position:relative;
}
.article-holder .heading{
	position:relative;
	background:#7f4495;
	padding:0 30px;
	min-height:64px;
}
.article-holder .heading:after{
	clear: both;
	content:"";
	display: block;
}
.article-holder h2{
	color:#fff;
	font-size:24px;
	line-height:28px;
	margin:16px 35px 0 0;
	float:left;
}
.article-holder h2 a{
	color:#fff;
}
.article-holder .close{
	top:0;
	right:60px;
}
.item-list{
	float:left;
	margin:4px 0 0;
}
.item-list li{
	float:left;
	margin:0 2px 0 0;
	position:relative;
}
.item-list img{
	display:block;
}
.item-list img.hover{
	display:none;
}
.item-list li:hover img,
.item-list li.active img{
	display:none;
}
.item-list li.active img.hover,
.item-list li:hover img.hover{
	display:block;
}
.item-list .title{
	position:absolute;
	top:64px;
	left:50%;
	margin-left:-150px;
	width:300px;
	text-align:center;
	color:#7c631f;
	font-size:13px;
	line-height:15px;
	display:none;
}
.item-list li:hover .title{
	display:block;
}
.article-content{
	font-size:17px;
	line-height:24px;
	padding:40px 45px 140px;
	overflow:hidden;
	color:#5f5a5a;
}
.article-holder h3{
	color:#8d702b;
	font-size:24px;
	line-height:28px;
	margin:4px 0 2px;
}
.article-holder h3 a{
	color:#8d702b;
}
.article-content .holder{
	overflow:hidden;
}
.article-content p{
	margin:0 0 30px;
}
.photos{
	padding:25px 0 0;
}
.photos .photo-holder{
	overflow:hidden;
}
.photos .photo-holder img{
	float:left;
	margin-left:7px;
}
.photos .photo-holder img:first-child {
	margin-left:0;
}
.article-holder .link-next{
	bottom:auto;
	top:204px;
}
.article-holder .link-prev{
	bottom:auto;
	top:242px;
}
.gallery{
	position: relative;
	margin:0 0 50px;
}
.visual-container{
	max-width:1586px;
	padding:0 7px;
	margin:0 auto;
	min-height:550px;
}
.image-frame,
.mejs-container{
	padding:0 8.9% 0 15.1%;
	position:relative;
	min-height:580px;
}
.mejs-container{
	min-height:30px;
}
.audio-gallery .image-frame{
	min-height:0;
	padding:0 14.4% 14px 5.8%;
}
.audio-gallery .image-frame:after{
	clear: both;
	content:"";
	display: block;
}
.gallery-block{
	overflow:hidden;
	position:relative;
}
.audio-gallery .gallery-block{
	margin:0 0 8px;
}
.gallery-block .slideset{
	/*width:99999px;*/
	overflow:hidden;
}
.gallery-block .slide{
	float:left;
	width:100%;
}
.gallery-block .slide img{
	display:block;
	width:100%;
	height:auto;
}
.side-block{
	position:absolute;
	bottom:170px;
	left:0;
	width:224px;
}
.video-gallery .side-block{
	bottom:218px;
}
.audio-gallery .side-block{
	position:static;
	width:auto;
	float:right;
	width:73.7%;
}
.side-block .title-block{
	overflow:hidden;
	margin-left:17px;
}
.audio-gallery .side-block .title-block{
	margin:0;
	width:850px;
}
.side-block .title-block .arrow-button{
	position:static;
	float:left;
}
.side-block .title-block strong{
	overflow:hidden;
	background:#633d89;
	color:#fff;
	padding:10px 11px 9px;
	font-size:16px;
	line-height:22px;
	display:block;
}
.audio-gallery .title-block strong{
	float:left;
	height:39px;
	padding:17px 1.5% 0;
	font-size:18px;
	margin:0 9px 0 0;
	min-width:35.5%;
}
.side-block .text-block{
	background:#fff;
	padding-left:0;
	color:#454248;
	font-size:18px;
	line-height:30px;
	font-size:14px;
}
.mask-holder{
	background:#fff;
	margin:0 0 14px -9999px;
	padding-left:9999px;
}
.side-block .text-block .holder{
	padding:44px 8% 10px 12.5%;
	min-height:172px;
}
.audio-gallery .side-block .text-block .holder{
	min-height:351px;
	padding:22px 45px 42px 0;
}
.side-block .links{
	overflow:hidden;
	margin-left:6px;
}
.audio-gallery .side-block .links{
	margin:0 0 0 206px;
}
.side-block .btn-prev,
.side-block .btn-next{
	float:left;
	width:46px;
	height:42px;
	text-indent:-9999px;
	overflow:hidden;
	margin-right:3px;
	background:url(../images/arrow.png) no-repeat -76px 0;
}
.side-block .btn-prev.disabled,
.side-block .btn-next.disabled{
	visibility: hidden;
}
.side-block .btn-next{
	background-position:-76px -44px;
}
.album-carousel .mask{
	overflow: hidden;
}
.album-carousel .slide{
	float: left;
}
.gallery-holder{
	max-width:1600px;
	margin:0 auto;
}
.gallery-frame{
	overflow:hidden;
	margin:-19px auto 0;
	position:relative;
	min-height:151px;
}
.audio-gallery .gallery-frame{
	margin:0;
}
.video-slide .gallery-frame{
	margin:10px 0 0;
	min-height:180px;
}
.gallery-frame .slideset{
	position: relative;
	overflow:hidden;
	width:9999px;
	padding:2px 0 0;
}
.gallery-frame .slide-holder{
	float:left;
	margin:0 2px;
	position:relative;
}
.video-slide .gallery-frame .slide-holder{
	padding:51px 0 0;
}
.gallery-frame .slide-holder .play,
.block-holder .block .play{
	position:absolute;
	top:84px;
	left:50%;
	background:url(../images/arrow.png) no-repeat -76px -91px;
	width:64px;
	height:65px;
	margin-left:-32px;
	display:none;
	text-indent:-9999px;
	overflow:hidden;
}
.gallery-frame .slide-holder:hover .play{
	display:block;
}
.gallery-frame img{
	display:block;
}
.gallery-frame .slide-holder:hover,
.gallery-frame .slide-holder.active{
	border:2px solid #ae891c;
	border-radius:2px;
	margin:-2px 0 0;
}
.gallery-frame .slide-holder .caption{
	background:#fff;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	min-height:51px;
	padding:7px 4px 0 10px;
	color:#000;
	font-size:14px;
	line-height:18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-wrapper.alt{
	max-width:1586px;
	padding:0 7px;
	margin:0 auto;
}
.gallery-wrapper:after{
	clear: both;
	content:"";
	display: block;
}
.audio-gallery-holder{
	width:79.5%;
	padding:0 14.5% 8px 6%;
}
.audio-gallery-holder:after{
	clear: both;
	content:"";
	display: block;
}
.audio-gallery .album-carousel{
	width:100%;
}
.audio-gallery .album-carousel.video-frame{
	float:right;
	margin:56px 0 0 1%;
	width:25.2%;
}
.audio-gallery{
	margin:181px 0 50px;
}
.audio-gallery:after{
	clear: both;
	content:"";
	display: block;
}
.audio-gallery .text-holder{
	width:198px;
	height:71px;
	padding:10px 10px 84px 16px;
	position:relative;
	background:#fff;
	display:block;
	font-size:14px;
	line-height:18px;
	color:#000;
}
.audio-gallery .text-holder:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:27px;
	background:url(../images/arrow.png) no-repeat -125px 0;
	width:55px;
	height:57px;
	margin-left:-27px;
}
.audio-gallery .slide-holder a:hover{
	text-decoration:none;
}
.audio-gallery .gallery-frame{
	height:228px;
}
.slideshow-img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.slideshow-img .mask{
	width:100%;
	overflow:hidden;
}
.slideshow-block{
	width:99999px;
	overflow:hidden;
}
.slideshow-img .slide{
	float:left;
	z-index: 1;
}
.slideshow-img .slide.active{
	z-index: 2;
}
.infocus{
	width:139px;
	height:139px;
	background:#881172;
	background:rgba(136,17,114,.61);
	color:#fff;
	border-radius:100px;
	padding:26px 10px 0 16px;
	font-size:12px;
	line-height:16px;
	position:absolute;
	top:127px;
	right:-14px;
}
.infocus a{
	color:#fff;
}
.infocus a:hover{
	text-decoration:none;
}
.infocus h3{
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
	margin:0 0 8px;
	letter-spacing:1px;
}
.infocus .date{
	display:block;
}
.tab-holder{
	position:absolute;
	top:262px;
	left:50%;
	width:925px;
	margin-left:-462px;
	z-index:13;
}
.container-block{
}
.sub-nav{
	margin:0 0 6px;
	font-size:18px;
	line-height:46px;
}
.sub-nav li{
	display:inline-block;
	margin-right:56px;
}
.sub-nav a{
	display:block;
	color:#fff;
	background:#540672;
	background:rgba(84,6,114,.65);
	height:46px;
	padding:0 34px 0 21px;
}
.block-holder{
	background:#fff;
	background:rgba(255,255,255,.9);
	position:relative;
	padding:12px 0 12px 15px;
	margin:0 45px 6px 0;
}
.block-holder:after{
	clear: both;
	content:"";
	display: block;
}
.block-holder .block{
	float:left;
	width:250px;
	padding:13px 12px 13px 13px;
	position:relative;
	background:#e9e9e9;
	margin-right:13px;
	height:174px;
}
.block-holder .block img{
	display:block;
}
.block-holder .block .play{
	top:60px;
	display:block;
}
.block-holder .block .text{
	padding:9px 7px 0 13px;
}
.block-holder .block blockquote{
	margin:0;
}
.block-holder .block  h3{
	color:#5a3868;
	font-size:18px;
	line-height:20px;
	margin:0 0 11px;
}
.block-holder .block  h3 a{
	color:#5a3868;
}
.block-holder .close{
	position:absolute;
	top:0;
	right:-45px;
	width:40px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg-open.png) no-repeat 0 -148px;
}
.slider{
	overflow:hidden;
	margin:0 0 3px;
}
.slider .link-prev,
.slider .link-next{
	position:static;
	float:left;
	width:48px;
	height:154px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 4px 0 0;
	background:url(../images/arrow.png) no-repeat -182px 0;
}
.slider .link-next{
	background-position:-232px 0;
	margin:0 0 0 4px;
}
.slider .mask{
	float:left;
	width:820px;
	overflow:hidden;
}
.slider .slideset{
	overflow:hidden;
	width:9999px;
}
.slider .slide{
	float:left;
}
.slider .slide img{
	display:block;
}
.title-holder{
	overflow:hidden;
}
.title-holder h3{
	float:left;
	margin:0 3px 0 0;
	color:#fff;
	background:#540672;
	background:rgba(84,6,114,.65);
	height:46px;
	font-size:18px;
	line-height:46px;
	padding:0 34px 0 21px;
}
.title-holder .line{
	overflow:hidden;
	height:8px;
	background:#fff;
	background:rgba(255,255,255,.9);
}
.slideshow-holder{
	position:absolute;
	left:0;
	bottom:110px;
	width:100%;
	z-index:12;
}
.slideshow{
	width:594px;
	margin:0 auto;
	padding:0 0 0 406px;
	position:relative;
	z-index:2;
	overflow:hidden;
	text-indent:-99999px;
}
.slideshow.gallery-js-ready{
	text-indent:0;
}
.slideshow .link-prev,
.slideshow .link-next{
	position:static;
	float:left;
	width:34px;
	height:52px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:6px 21px 0 0;
	background:url(../images/arrow.png) no-repeat -146px -58px;
}
.slideshow .link-next{
	margin:0 0 0 10px;
	background:url(../images/arrow.png) no-repeat -146px -114px;
}
.slideshow .mask{
	float:left;
	width:430px;
	overflow:hidden;
}
.slideshow .slideset{
	overflow:hidden;
	width:99999px;
}
.slideshow .mask .slide{
	float:left;
	width:430px;
	color:#fff;
	font-size:26px;
	line-height:31px;
	text-shadow:1px 1px 1px rgba(0,0,0,.8);
}
.slideshow blockquote{
	color:#fff;
	font-size:26px;
	line-height:31px;
	font-style:italic;
}
.slideshow blockquote q,
.slideshow blockquote cite{
	display:inline;
}
.column-frame{
	width:29.16%;
	margin:0 0 -9999px;
	padding:0 0 9999px;
	overflow:hidden;
	background:url(../images/bg-column.png) repeat-y;
	position:relative;
	z-index:1;
}
.text-box{
	position:relative;
	background:#fff;
	margin:98px 0 33px;
	padding:106px 12.5% 30px 9%;
	color:#7e5e07;
	font-size:21px;
	line-height:35px;
}
.logo-link{
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:-68px;
	left:50%;
	margin-left:-70px;
	background:url(../images/bg-logo.png) no-repeat;
	width: 140px;
	height: 140px;
}
.text-box p{
	margin:0;
}
.text-box h1{
	text-transform:uppercase;
	margin:0 0 12px;
	color:#9341aa;
	font-size:48px;
	line-height:52px;
}
.text-box h1 a{
	color:#9341aa;
}
.text-box h1 a:hover{
	text-decoration:none;
}
.map-list{
	padding:0 0 20px;
	margin:0 auto;
	max-width:450px;
	list-style:none;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
	overflow:hidden;
}
.map-list li{
	position:relative;
	margin:0 0 14px;
	overflow:hidden;
	padding:0 5%;
	display:table;
}
.map-list li span{
	display:table-cell;
	vertical-align:middle;
	overflow:hidden;
}
.map-list .ol-item-index{
	float:left;
	color:#fff;
	text-align:center;
	font-style:normal;
	line-height:37px;
	width:34px;
	height:34px;
	margin:0 6px 0 0;
	background:url(../images/bg-open.png) no-repeat -49px -146px;
}
.map-list li.active .ol-item-index,
.map-list li:hover .ol-item-index{
	background-position:-49px -182px;
}
.map-list a{
	color:#525252;
}
.map-list a:hover{
	text-decoration:none;
}
.map-holder{
	position:absolute;
	margin: 0;
	top: 0;
	left:29.16%;
}
.map-holder:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:6px;
	height:100%;
	background:#972c93;
	background:rgba(151,44,147,.58);
}
.map-holder:after{
	content:'';
	position:absolute;
	top:0;
	left:6px;
	width:6px;
	height:100%;
	background:#c6a77d;
	background:rgba(198,167,125,.58);
}
.map-holder img{
	display:block;
	width:100%;
	height:auto;
}
.map-holder .pin{
	background:url(../images/bg-pin.png) no-repeat;
	width: 50px;
	height: 45px;
	color:#fff;
	font-size:14px;
	line-height:45px;
	text-align:center;
	position:absolute;
}
.map-holder .pin a{
	color:#fff;
	display:block;
	height:100%;
}
.map-holder .pin a:hover{
	text-decoration:none;
}
.map-holder .pin1{
	top:45%;
	right:31%;
}
.map-holder .pin2{
	left:42%;
	bottom:34%;
}
.map-holder .pin3{
	top:38%;
	left:20%;
}
.map-holder .pin4{
	right:12%;
	bottom:10%;
}
.map-holder .pin5{
	top:50%;
	left:44%;
}
.map-holder .pin6{
	top:26%;
	right:26%;
}
.map-holder .pin7{
	right:25%;
	bottom:30%;
}
.map-holder .pin8{
	right:16%;
	bottom:39%;
}
.map-holder .pin9{
	top:30%;
	left:45%;
}
.map-holder .pin10{
	right:31.6%;
	bottom:42%;
}
.map-holder .pin11{
	right:14%;
	bottom:44%;
}
.map-holder .pin12{
	right:13%;
	bottom:48.5%;
} 
.map-holder .pin13{
	top:19%;
	left:36%;
}
.map-holder .pin14{
	top:18%;
	left:44%;
} 
.map-holder .pin15{
	top:18.5%;
	left:48.6%;
}
.map-holder .pin16{
	top:13%;
	left:36.4%;
}
.map-holder .pin17{
	top:14%;
	left:43.3%;
}
.map-holder .pin18{
	top:14%;
	left:48%;
}
.map-holder .pin19{
	right:10%;
	top:33%;
}
.map-holder .pin20{
	right:11%;
	top:38%;
}
.map-holder .pin21{
	right:13%;
	top:42%;
}
.map-holder .tooltip{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	width: 204px;
	margin:0 auto 31px;
	padding: 11px;
	border-radius:50%;
	background:#fff;
	background:rgba(255,255,255,.5);
}
.map-holder .circle{
}
.map-holder .tooltip .holder{
	border-radius:50%;
	background:#69490 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5NDkwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y5ZDU3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2OTQ5MDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #694902 0%, #f9d575 50%, #694902 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#694902), color-stop(50%,#f9d575), color-stop(100%,#694902));
	background: -webkit-linear-gradient(left,  #694902 0%,#f9d575 50%,#694902 100%);
	background: -ms-linear-gradient(left,  #694902 0%,#f9d575 50%,#694902 100%);
	background: linear-gradient(to right,  #694902 0%,#f9d575 50%,#694902 100%);
	padding:7px;
	position:relative;
}
.map-holder .tooltip img{
	display:block;
	width:100%;
	height:auto;
	border-radius:90px;
}
.title-item{
	position: absolute;
	left: -65px;
	overflow:hidden;
	font-size:24px;
	line-height:72px;
	width:356px;
}
.pin .title-item a{
	color:#9341aa;
}
.title-item .number{
	float:left;
	color:#fff;
	background:url(../images/bg-number.png) no-repeat;
	width: 80px;
	height: 71px;
	text-align:center;
	position:relative;
}
.title-item strong{
	float:left;
	min-height:41px;
	text-transform:uppercase;
	color:#9341aa;
	background:#fff;
	margin-left:-20px;
	width:266px;
	padding:18px 15px 12px;
	text-align:center;
	line-height:30px;
}
.title-item strong a{
	color:#9341aa;
}
.map-popup-holder{
}
.map-popup-holder .overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.16);
}
.map-popup-holder .close,
.close-btn{
	position:absolute;
	top:0;
	left:19px;
	background:url(../images/bg-close.png) no-repeat;
	width: 58px;
	height: 49px;
	text-indent:-9999px;
	overflow:hidden;
}
.popup-block{
	position:absolute;
	top:106px;
	left:15px;
	width:916px;
	overflow:hidden;
}
.popup-block.teaser-popup{
	width:356px;
}
.popup-mask{
	overflow:hidden;
	width:857px;
}
.popup-slideset{
	overflow:hidden;
	width:99999px;
}
.popup-slide{
	float:left;
	width:798px;
	padding-left:59px;
}
.popup-block .btn-prev,
.popup-block .btn-next{
	position:absolute;
	top:225px;
	left:20px;
	background:url(../images/arrow.png) no-repeat -41px -161px;
	width:30px;
	height:51px;
	text-indent:-9999px;
	overflow:hidden;
}
.popup-block .btn-prev.disabled,
.popup-block .btn-next.disabled{
	display: none;
}
.popup-block .btn-next{
	background-position:-75px -161px;
	left:auto;
	right:22px;
}
.close-btn{
	left:auto;
	top:-9999px;
	right:59px;
	z-index:10;
	width:47px;
	height:38px;
	background-position:-4px -5px;
}
.popup-expanded .close-btn{
	top:0;
}
.popup-block .title-item{
	width:auto;
	left: 0;
	background:#fff;
	overflow:visible;
	position:relative;
}
.popup-block .title-item:after{
	clear: both;
	content:"";
	display: block;
}
.popup-block .title-item .number{
	margin-left:-59px;
}
.popup-block .title-item strong{
	text-align:left;
	padding-left:36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tab-menu{
	position:absolute;
	right:63px;
	bottom:0;
	margin:0;
	font-size:16px;
	line-height:18px;
}
.tab-menu li{
	float:left;
}
.tab-menu a{
	display:block;
	color:#9c36a6;
	height:41px;
	padding:8px 36px 0 86px;
	background:url(../images/icon17.png) no-repeat 37px 0;
}
.tab-menu li:first-child a{
	background:url(../images/icon18.png) no-repeat 37px 0;
}
.tab-menu a:hover,
.tab-menu a.active{
	height:36px;
	border-bottom:5px solid #9c36a6;
	text-decoration:none;
}
.popup-content{
	overflow:hidden;
	position:relative;
	padding:9px 16px 14px 38px;
	background:#fff;
	background:rgba(255,255,255,.9);
}
.popup-content:after{
	content:'';
	position:absolute;
	left:283px;
	top:17px;
	bottom:13px;
	width:1px;
	background:#a8a8a8;
}
.popup-content .text-frame{
	color:#525252;
	font-size:15px;
	line-height:24px;
	width:230px;
	float:left;
	margin-right:34px;
}
.popup-content .text-frame p{
	margin:0;
}
.popup-content .slider-block{
	position:relative;
	overflow:hidden;
	padding:8px 0 0;
}
.popup-content .slider-block a.link-next{
	position:absolute;
	top:14px;
	right:6px;
	background:url(../images/arrow.png) no-repeat 0 -166px;
	width:34px;
	height:42px;
	text-indent:-9999px;
	overflow:hidden;
	z-index: 1;
}
.slider-block .heading-block{
	padding:0 45px 7px 0;
	color:#404040;
	font-size:21px;
	line-height:26px;
}
.popup-content .slider-block .mask{
	overflow:hidden;
	width:474px;
}
.popup-content .slider-block .slideset{
	overflow:hidden;
	width:9999px;
}
.popup-content .slider-block .slide{
	float:left;
	width:474px;
}












#footer{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:45px;
	z-index:14;
	background:url(../images/bg-footer.png) repeat-x;
}
.footer-holder{
	width:997px;
	margin:0 auto;
	padding:7px 3px 0 0;
}
.footer-holder:after{
	clear: both;
	content:"";
	display: block;
}
.contact-form{
	float:left;
	padding:3px 0 0 4px;
}
.contact-form label{
	float:left;
	text-transform:uppercase;
	color:#525252;
	font-size:14px;
	line-height:16px;
	padding:6px 12px 0 0;
}
.contact-form .area{
	float:left;
	position:relative;
	margin:0 5px 0 0;
}
.contact-form input[type="email"]{
	background:#fff;
	border:0;
	width:168px;
	height:15px;
	font-size:12px;
	line-height:16px;
	padding:5px 9px;
}
.contact-form .input-placeholder-text{
	position:absolute;
	top:5px;
	left:10px;
	font-size:12px;
	line-height:16px;
	color:#525252;
}
.contact-form input[type="submit"]{
	color:#fff;
	background:#540672;
	width:41px;
	height:25px;
	font-size:12px;
	line-height:16px;
	border:0;
	float:left;
	margin-right:8px;
	cursor:pointer;
}
.view-button{
	float:left;
	color:#fff;
	padding:0 5px;
	background:#540672;
	height:25px;
	font-size:12px;
	line-height:25px;
	margin:3px 0 0;
}
.footer-holder .contact{
	float:left;
	margin:4px 0 0 108px;
	height:34px;
	position:relative;
}
.footer-holder .contact .open{
	color:#525252;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
}
.footer-holder .contact.popup-active .open,
.footer-holder .contact .open:hover{
	text-decoration:none;
	color:#5f2e73;
}
.contact-block{
	display:none;
	position:absolute;
	bottom:45px;
	left:50%;
	margin-left:-225px;
	width:438px;
	padding:18px 0 0 12px;
	background:#fff;
	background:rgba(255,255,255,.9);
}
.contact-block:after{
	content:'';
	position:absolute;
	top: 100%;
	left: 50%;margin:-10px 0 0 -10px;
	background:url(../images/arrow.png) no-repeat;
	width: 20px;
	height: 20px;
}
.contact-block .holder{
	overflow:hidden;
}
.contact-block .col{
	float:left;
	margin:0 22px 0 26px;
	width:170px;
}
.contact-block h2{
	color:#79467f;
	font-size:24px;
	line-height:26px;
	margin:0 0 0 24px;
}
.contact-block address{
	padding:16px 0 10px;
	border-top:1px dashed #636360;
	color:#404040;
	font-size:13px;
	line-height:14px;
	margin:0;
	font-style:normal;
}
.contact-block address:first-child {
	border:0;
}
.contact-block address strong{
	text-transform:uppercase;
	display:block;
	margin:0 0 15px;
	font-weight:normal;
}
.contact-block address span{
	display:block;
	margin:0 0 13px;
}
.contact-block address{
	display:block;
	margin:0 0 13px;
}
.contact-block address a{
	color:#404040;
}
.social{
	float:right;
	margin:0 4px 0 0;
}
.social li{
	float:left;
	margin-left:8px;
}
.social a{
	display:block;
	background:url(../images/bg-social.png) no-repeat;
	width:32px;
	height:33px;
	text-indent:-9999px;
	overflow:hidden;
}
.social .twitter a{
	background-position:0 -36px;
}
.social .flickr a{
	background-position:0 -70px;
}
.social .youtube a{
	background-position:0 -103px;
}
.js-hidden{
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.float-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	background: rgba(0,0,0,0.6);
	z-index: 12;
}
.photos-gallery{

}
.photos-gallery .photos-mask{
	overflow: hidden;
}
.photos-gallery .photos-slideset{
	overflow: hidden;
}
.photos-gallery .photos-slide{
	float: left;
	cursor: pointer;
}
.photos-gallery .photos-slide img{
	padding-right:7px;
}
.photos-gallery .photos-slide:last-child img{
	padding-right:0;
}
.people-gallery .people-mask{
	overflow: hidden;
}
.people-gallery .people-slideset{
	overflow: hidden;
}
.people-gallery .people-slide{
	float: left;
}
/* carousel basic styles */
.carousel {
	position: relative;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
}
.carousel .mask .slideset {
	width: 99999px;
	float: left;
}
.carousel .mask .slide {
	float: left;
}
.category-carousel{
	float: right;
	width: 575px;
}
.category-carousel .link-next,
.category-carousel .link-prev{
	right: -40px;
}
.vertical-carousel {
	position: relative;
}
.vertical-carousel .mask {
	position: relative;
	overflow: hidden;
	height: 500px;
}
.vertical-carousel .mask .slide {
}

.mejs-container {
	position: relative;
	background: #000;
	margin: 0 auto;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
	padding:0;
	/*height:30px !important;*/
}
#sidebar .video .mejs-container{
	margin:0 0 10px;
	width:300px !important;
	float:none;
}
#sidebar .video .mejs-mediaelement{
	position:static;
}
.mejs-audio .mejs-inner{
	min-height: 0;
}
#sidebar .video .mejs-inner{
	width:300px !important;
	float:none;
	height:auto !important;
}
.mejs-inner{
	min-height:500px;
	height: 100%;
}
.audio-gallery .mejs-inner{
	height:30px !important;
	min-height:0;
}
.me-plugin {
	position: absolute;
	width: 100%;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}
.info{
	color:#fff;
	font-size:30px;
	line-height:43px;
	width:580px;
	padding:40px 56px 0 0;
	margin:0  0 0 auto;
}
.info strong{
	display:block;
	font-size:36px;
}
.info span{
	color:#714190;
}
.info a{
	color:#fff;
	text-decoration:underline;
}
.info a:hover{
	text-decoration:none;
}
.social-icons{
	margin:0;
	padding:20px 0 0 16px;
	list-style:none;
	overflow:hidden;
}
.social-icons li{
	float:left;
	margin:0 10px 0 0;
}
.social-icons a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:30px;
	height:31px;
	background:url(../images/social-icons.png) no-repeat;
}
.social-icons .twitter a{
	background-position:-39px 0;
}
.social-icons .facebook a{
	background-position:-79px 0;
}
.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.audio-gallery .mejs-mediaelement{
	height:30px !important;
}
.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain ;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
}
:root .mejs-poster img {
	display: none ;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(../images/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button { 
	background-image: url(../images/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px ;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(../images/background.png);
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(../images/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(../images/background.png);
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 	
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 	
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(../images/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button { 
	background-image: url(../images/controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: dotted 1px #999;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60,170,200,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8))); 
	background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8)); 
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(../images/background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8)); 
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(../images/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);		
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);		
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}

.mejs-captions-layer  a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 45px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(../images/background.png);
	background: rgba(20, 20, 20, 0.8);

}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;	
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(../images/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/background.png);
	background: rgba(50,50,50,0.7);
	z-index: 1000;
	overflow: hidden;
}
.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}
.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/background.png);
	background: rgba(50,50,50,0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
/* End: Postroll */
