a {
	text-decoration: none;
	color: #ffffff;
}
.event_wrapper,
.article_wrapper,
.about_wrapper,
.liter_wrapper {
	position: relative;
	width: 100%;	
	background: url(../img/bg_new.png) repeat, url(../img/bg_new.png) 145px 145px repeat, url(../img/Noise_bg.jpg) repeat;
	-webkit-background-size: auto 287px, auto 287px, auto 60px;
	-o-background-size: auto 287px, auto 287px, auto 60px;
	-moz-background-size: auto 287px, auto 287px, auto 60px;
	background-size: auto 287px, auto 287px, auto 60px;
}
.event_wrapper header,
.article_wrapper header,
.about_wrapper header,
.liter_wrapper header {
	width: 100%;
	min-width: 900px;
	height: 750px;
	overflow: hidden;
	position: relative;	
	-webkit-box-shadow: inset 0 -20px 60px -25px rgba( 0, 0, 0, .6);
	-moz-box-shadow: inset 0 -20px 60px -25px rgba( 0, 0, 0, .6);
	box-shadow: inset 0 -20px 60px -25px  rgba( 0, 0, 0, .6);	
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}
.event_wrapper header img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 750px;
	margin: 0 auto;
}
#header_bg {
	position: absolute;
	width: 100%;
	height: 100%;
    /*-webkit-animation: filterAnimation 2.8s ease-in 0s;
    animation: filterAnimation 2.8s ease-in 0s;*/
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
}
@-webkit-keyframes discriptionAnimation01 { 
	from {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(-980px);
	}
}
@keyframes discriptionAnimation01 { 
	from {
		-moz-opacity: 1;
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
	to {
		-moz-opacity: 0;
		opacity: 0;
		-moz-transform: translateX(-980px);
		-ms-transform: translateX(-980px);
		-webkit-transform: translateX(-980px);
		-o-transform: translateX(-980px);
		transform: translateX(-980px);
	}
}
@-webkit-keyframes discriptionAnimation02 { 
	from {
		opacity: 0;
		-webkit-transform: translateX(-980px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}
}
@keyframes discriptionAnimation02 { 
	from {
		-moz-opacity: 0;
		opacity: 0;
		-moz-transform: translateX(-980px);
		-ms-transform: translateX(-980px);
		-webkit-transform: translateX(-980px);
		-o-transform: translateX(-980px);
		transform: translateX(-980px);
	}
	to {
		-moz-opacity: 1;
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}
@-webkit-keyframes discriptionAnimation11 { 
	from {
		opacity: 0;
		-webkit-transform: translateX(950px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}
}
@keyframes discriptionAnimation11 { 
	from {
		-moz-opacity: 0;
		opacity: 0;
		-moz-transform: translateX(950px);
		-ms-transform: translateX(950px);
		-webkit-transform: translateX(950px);
		-o-transform: translateX(950px);
		transform: translateX(950px);
	}
	to {
		-moz-opacity: 1;
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}
@-webkit-keyframes discriptionAnimation12 { 
	from {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(950px);
	}
}
@keyframes discriptionAnimation12 { 
	from {
		-moz-opacity: 1;
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
	to {
		-moz-opacity: 0;
		opacity: 0;
		-moz-transform: translateX(950px);
		-ms-transform: translateX(950px);
		-webkit-transform: translateX(950px);
		-o-transform: translateX(950px);
		transform: translateX(950px);
	}
}
.event_head_title {
	position: relative;
	top: 170px;
	min-width: 952px;
	display: table;
	margin: 0 auto;
}
.anim_left1 {
	-webkit-animation: discriptionAnimation01 .8s ease 0s forwards;
	-moz-animation: discriptionAnimation01 .8s ease 0s forwards;
	-o-animation: discriptionAnimation01 .8s ease 0s forwards;
	animation: discriptionAnimation01 .8s ease 0s forwards;
}
.anim_left2 {
	-webkit-animation: discriptionAnimation11 .8s ease 0s both;
	-moz-animation: discriptionAnimation11 .8s ease 0s both;
	-o-animation: discriptionAnimation11 .8s ease 0s both;
	animation: discriptionAnimation11 .8s ease 0s both;
}
.anim_right1 {
	-webkit-animation: discriptionAnimation02 .8s ease 0s forwards;
	-moz-animation: discriptionAnimation02 .8s ease 0s forwards;
	-o-animation: discriptionAnimation02 .8s ease 0s forwards;
	animation: discriptionAnimation02 .8s ease 0s forwards;
}
.anim_right2 {
	-webkit-animation: discriptionAnimation12 .8s ease 0s forwards;
	-moz-animation: discriptionAnimation12 .8s ease 0s forwards;
	-o-animation: discriptionAnimation12 .8s ease 0s forwards;
	animation: discriptionAnimation12 .8s ease 0s forwards;
}
.head_text_full_wrap {		
	display: block;
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 170px;
	width: 925px;
	left: 0px;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.head_symbol,
.head_text, 
.head_text_full {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 23px;
	float: left;
	color: #ffffff;
	font-family: 'Roboto Slab', serif;
}
.head_symbol {
	position: absolute;
	padding-top: 0;
	background: url(../img/event_symbol.png) 50% 50% no-repeat;
	-webkit-background-size: auto 270px;
	-o-background-size: auto 270px;
	-moz-background-size: auto 270px;
	background-size: auto 270px;
	height: 270px;
	width: 192px;	
}
.head_text {
	width: 760px;
	min-height: 160px;
	max-height: 415px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;	
	background-color: rgba( 0, 0, 0, .6 );
	border-left: 6px solid #ffffff;
	overflow-y: auto; 
	margin-left: 192px;
}
.head_text h1 {
	position: relative;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.2;	
	text-shadow: 0px 0px 40px rgb( 0, 0, 0 );
}
.head_text h1:after {
	content: "";
	position: absolute;
	background: url(../img/sep_head_text.png) no-repeat;
	-webkit-background-size: auto 4px;
	-o-background-size: auto 4px;
	-moz-background-size: auto 4px;
	background-size: auto 4px;
	width: 22px;
	height: 4px;
	bottom: -16px;
	left: 49%;
}
.head_text h2,
.head_text p {
	margin-top: 32px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.25;
}
#read_full,
#read_back {
	position: absolute;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	color: rgb( 255, 255, 255 );
	line-height: 1.5;
	background-color: rgba( 18, 83, 135, .75 );
	padding: 15px 13px;
	height: 30px;
	-moz-opacity: 1;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#read_full {
	bottom: -60px;
	right: 43px;	
}
#read_full:hover,
#read_back:hover {	
	-moz-opacity: .85;
	opacity: .85;
}
#read_full:after {	
	content: "";
	position: absolute;
	width: 43px;
	height: 100%;
	top: 0;
	right: -43px;
	background: url(../img/slider_arrow_right.png) 50% no-repeat, rgba( 0, 0, 0, .52 );
	-webkit-background-size: auto 34px;
	-o-background-size: auto 34px;
	-moz-background-size: auto 34px;
	background-size: auto 34px;
}
.head_text_full {
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	line-height: 1.4;
	width: 925px;
	min-height: 90px;
	max-height: 510px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;	
	background-color: rgba( 0, 0, 0, .6 );
	border-left: 6px solid #ffffff;
	overflow-y: auto;
}
.head_text_full p {
	position: relative;
	padding-bottom: 35px;
}
.head_text_full p:last-of-type:after {
	content: "";
	position: absolute;
	background: url(../img/sep_head_text.png) no-repeat;
	-webkit-background-size: auto 4px;
	-o-background-size: auto 4px;
	-moz-background-size: auto 4px;
	background-size: auto 4px;
	width: 22px;
	height: 4px;
	bottom: 25px;
	left: 49%;
}
.head_text_full a {
	color: white;
	text-decoration: underline;
}
.head_text_full blockquote {
	padding-left: 20px;
	margin-bottom: 35px;
	position: relative;
	border-left: 6px solid white;
}
.head_text_full blockquote:before {

}
#read_back {
	bottom: -60px;
	left: 43px;
}
#read_back:after {	
	content: "";
	position: absolute;
	width: 43px;
	height: 100%;
	top: 0;
	left: -43px;
	background: url(../img/slider_arrow_left.png) 50% no-repeat, rgba( 0, 0, 0, .52 );
	-webkit-background-size: auto 34px;
	-o-background-size: auto 34px;
	-moz-background-size: auto 34px;
	background-size: auto 34px;
}
.event_content {
	position: relative;
	width: 100%;
	min-height: 200px;
	margin-top: 50px;
	overflow: hidden;
}
.content_title {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 24px;
	color: #ffffff;
	font-family: 'Roboto Slab', serif;
	padding: 7px 0 10px 130px;
	height: 50px;
	width: 1000px;
	margin: 0 auto;
}
.video_title {
	background: url(../img/video_head.png) no-repeat;
	-webkit-background-size: 401px 50px;
	-o-background-size: 401px 50px;
	-moz-background-size: 401px 50px;
	background-size: 401px 50px;
}
.photo_title {
	background: url(../img/photo_head.png) no-repeat;
	-webkit-background-size: 401px 50px;
	-o-background-size: 401px 50px;
	-moz-background-size: 401px 50px;
	background-size: 401px 50px;
}
.video_title:after,
.photo_title:after,
.video_title:before,
.photo_title:before {
	position: absolute;
	top: 0;
	content: "";
	height: 50px;
	width: 4992px;
	background: url(../img/title_pat2.png) repeat-x;
	-webkit-background-size: auto 50px;
	-o-background-size: auto 50px;
	-moz-background-size: auto 50px;
	background-size: auto 50px;
}
.video_title:after,
.photo_title:after { 
	left: 385px;
}
.video_title:before,
.photo_title:before {
	left: -4975px;
}
.video_content, .photo_albums {
	position: relative;
	display: table;
	max-width: 1700px;
	margin: 20px auto;
	background-color: rgba( 255, 255, 255, .3 );
}
.one_video {
	display: block;
	position: relative;
	float: left;
	margin: 20px 10px;
	cursor: pointer;
	overflow: hidden;
}
.one_video img,
.one_video div {
	width: 306px;
	height: 217px;
}
.one_video div:before {
	content: "";
	position: absolute;
	width: 306px;
	height: 217px;
	left: 0;
	top: 0;
	background-color: rgba( 20, 19, 19, .2 );
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}
.one_video:hover div:before{
	background-color: rgba( 18, 79, 133, .6 );
}
.one_video:hover span {
	background-color: transparent;
}
.one_video div:after {
	content: "";
	position: absolute;
	width: 90px;
	height: 90px;
	left: 108px;
	top: 63px;
	background: url(../img/play.png) no-repeat;
	-webkit-background-size: auto 90px;
	-o-background-size: auto 90px;
	-moz-background-size: auto 90px;
	background-size: auto 90px;
	opacity: .8;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.one_video:hover div:after{
	opacity: 1;
}
.one_video span {
	position: absolute;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	color: rgb( 255, 255, 255 );
	line-height: 1.2;
	right: 0;
	top: 177px;
	background-color: rgba( 18, 79, 133, .6 );
	padding: 8px 24px;
	height: 24px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}
.one_video p {
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	-color: rgb( 105, 105, 105 );
	color: rgb(90,90,90);
	line-height: 1.333;
	padding: 15px 1px 0;
	width: 304px;
}
.photo_albums h3 {
	display: none;	
	font-size: 24px;
	font-family: 'Roboto Slab', serif;
	color: rgb( 18, 81, 135 );
	line-height: 1.25;
	font-weight: normal;
	margin-bottom: 15px;
	margin-left: 6px;
}
.one_album {
	display: block;
	position: relative;
	float: left;
	width: 220px;
	height: 170px;
	margin: 20px 3px;
	padding: 4px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 3px solid rgba( 18, 79, 133, 0 );	
	-webkit-transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}
.one_album:hover {
	border-color: rgba( 18, 79, 133, 1 );
}
.one_album img {
	width: 100%;
	height: 100%;
}
.one_album div {
	position: absolute;
	bottom: 4px;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	color: rgb( 255, 255, 255 );
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 1px;
	width: 220px;
	min-height: 45px;
	max-height: 115px;
	background-color: rgba( 18, 79, 133, .6 );
	z-index: 10;
	overflow: hidden;
}
.one_album.current {
	border: 3px solid rgba( 18, 79, 133, 1 );
	cursor: default;
}
.one_album.current:after {
	content: "";
	position: absolute;
	width: 220px;
	height: 170px;
	left: 4px;
	top: 4px;
	background-color: rgba( 18, 79, 133, .6 );
}
.one_album.current:before {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: -11px;
	top: inherit;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0px;
	height: 0px;	
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;    
	border-top: 9px solid #124f85 !important;
	border-bottom: 0 none !important;
}
.one_album.current div {
	background-color: transparent;
}
.album_info {
	position: relative;
	display: block;
	width: 100%;
	min-height: 1px;
	margin-top: -15px;
	margin-bottom: 35px;
}
.album_info p {
	margin: -4px auto 0;
	width: 700px;
	font-size: 18px;
	font-family: Georgia, serif;
	-color: rgb( 105, 105, 105 );
	color: rgb(90,90,90);
	line-height: 1.333;
	text-align: center;
}
.photo_content {
	margin: 30px auto;
	padding: 0 30px;
	max-width: 2000px;
}
@media screen and (max-width:1000px) {
	.event_head_title,
	.head_text_full {
		min-width: 600px;
		width: 90%;
	}
	.head_text {		
		width: -webkit-calc(100% - 192px);
		width: -moz-calc(100% - 192px);
		width: calc(100% - 192px);
	}
}
.pop-up {
	width: 500px;
	-box-shadow: 0 0 0 1000px rgba(0,0,0,0.5);
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 50%;
	margin-top: 100%;
	left: 50%;
	margin-left: -250px;
	z-index: 11000;
	color: #fff;
	display: none;
}
.popup-close {
	width: 50px;
	margin-right: -60px;
	opacity: 0.8;
	float: right; 
	cursor: pointer;
}
.popup-l1, .popup-l2 {
	width: 3px;
	height: 30px;
	margin-top: -3px;
	margin-left: 15px;
	background: #fff;
}
.popup-l1 {
	float: left;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.popup-l2 {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.popup-close:hover {
	opacity: 1;
}
#lean_overlay {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color: rgba( 0, 0, 0, .9 );
	display: none;	
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {	
	.head_symbol {
		background: url(../img/event_symbol@x2.png) 50% 50% no-repeat;
		-webkit-background-size: auto 270px;
		-o-background-size: auto 270px;
		-moz-background-size: auto 270px;
		background-size: auto 270px;
	}
	.photo_title {
		background: url(../img/photo_head@x2.png) no-repeat;
		-webkit-background-size: 401px 50px;
		-o-background-size: 401px 50px;
		-moz-background-size: 401px 50px;
		background-size: 401px 50px;
	}
	.video_title {
		background: url(../img/video_head@x2.png) no-repeat;
		-webkit-background-size: 401px 50px;
		-o-background-size: 401px 50px;
		-moz-background-size: 401px 50px;
		background-size: 401px 50px;
	}	
	.video_title:after,
	.photo_title:after,
	.video_title:before,
	.photo_title:before {
		position: absolute;
		top: 0;
		content: "";
		height: 50px;
		width: 4992px;
		background: url(../img/title_pat2@x2.png) repeat-x;
		-webkit-background-size: 16px 50px;
		-o-background-size: 16px 50px;
		-moz-background-size: 16px 50px;
		background-size: 16px 50px;
	}
	.one_video div:after {
		left: 123px;
		top: 78px;
		background: url(../img/play@x2.png) no-repeat;
		-webkit-background-size: auto 60px;
		-o-background-size: auto 60px;
		-moz-background-size: auto 60px;
		background-size: auto 60px;
	}
	.bread_crumb a:after {
		background: url(../img/bread_sep@x2.png) no-repeat;
		-webkit-background-size: auto 18px;
		-o-background-size: auto 18px;
		-moz-background-size: auto 18px;
		background-size: auto 18px;
	}
}