

/* Start:/local/components/bxmd/section/templates/.default/style.css?14818926523151*/
main{
	width: 1280px;
	margin: 0 auto;
	background-color: #fff;
	min-height: calc(100vh - 541px);
	padding: 0 0 200px;
}
main nav{
	height: 50px;
	border-bottom: 4px dashed #C9DFF6;
	width: 100%;
	text-align: left;
	display: block;
	margin-top: 0px;
	padding-top: 40px;
}
.crumb{
	margin: 16px 10px;
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
a.crumb:first-of-type{
	margin-left:40px;
}
.events-nav{
	margin: 16px;
	display: inline-block;
	color: #000;
	font-size: 14px;
}
.event-crumbs-left{
	float:left;
}
.event-crumbs-right{
	float:right;
}
.event-crumbs-right a{
	position:relative;
}
.event-crumbs-right a:nth-child(1){
	float:left;
}
.event-crumbs-right a:nth-child(1)::after{
	content: "";
	position: absolute;
	background: url('/files/imgs/ev-prev.png') no-repeat;
	top: 3px;
	left: -20px;
	height: 14px;
	width: 10px;
}
.event-crumbs-right a:nth-child(2){
	float:right;
	margin-right: 30px;
}
.event-crumbs-right a:nth-child(2)::after{
	content: "";
	position: absolute;
	background: url('/files/imgs/ev-next.png') no-repeat;
	top: 3px;
	right: -20px;
	height: 14px;
	width: 10px;
}
aside{
	margin-top:30px;
	width:420px;
	float:left;
}
aside>div{
	margin:35px 35px 0;
}
/**/
.audioplayer{
	width: 300px;
	height: 40px !important;
	position: absolute !important;
	top: 80px;
	left: 14px;
	border-radius: 20px !important;
	background: rgba(50, 50, 50, 0.5) !important;
	/*background: #d73a89 !important;
	text-shadow: none !important;
	border: none !important;*/
}
.audioplayer-playpause:hover,
.audioplayer-playpause{
	border-radius:20px 0 0 20px;
}
.audioplayer-volume-button,
.audioplayer-volume{
	border-radius:0 20px 20px 0px;
}
.audioplayer-volume:hover{
	border-radius: 0 0 20px 0;
	margin-right: -1px;
}
.audioplayer-volume-adjust{
	width:40px;
}
.audioplayer-bar-loaded{
	/*background: #fc7cba;*/
}
/**/
.event-date{
	color:#a5a5a5;
	margin:0;
	font-family:"PT Sans";
	font-weight:20px;
}
.event-main-img{
	width:800px;
	position:relative;
	margin-bottom: 30px;
}
.event-main-img img{
	width:100%;
	border-radius: 30px;
}
.event-main-img::after{
	position: absolute;
	bottom: -17px;
	content: "";
	width: 800px;
	border-bottom: 3px dotted #88D0F6;
	height: 3px;
	left: 0;
}
.event-text,
.event-gallery{
	float:left;
	position:relative;
}
.event-text::after{
	content:"";
	position:absolute;
	top:0;
	width:1px;
	height:100%;
	border-left: 3px dotted #88D0F6;
}
.event-text{
	width: 40%;
}
.event-text::after{
	right:0;
}
.event-left-text{
	margin: 30px 0;
	width: 100%;
}
.event-gallery{
	width: 60%;
}
div.max{
	/*width:800px;*/
	width:690px;
	margin-left:56px;
}
.event-galley-item{
	float: left;
	width: 200px;
	margin: 5px 15px;
	overflow: hidden;
	height: 200px;
}
.event-galley-item img{
	width: 200px;
}
article{
	margin:60px 0 0 40px;
	width:800px;
	float:left;
}
h1{
	font-family:"Raleway";
	font-size:40px;
	margin: 0 0 0 35px;
	color:#ff7700;
}
div.umbox{
	position: relative;
	margin: 70px 0;
}
div.umbox img{
	width: 330px;
}
div.umbox audio{
	position: absolute;
	top: 80px;
	left: 20px;
	width: 290px;
}
.history-video{
	margin:0 0 30px 0;
}
.history-video video{
	width:100%;
}

/* End */


/* Start:/local/components/bxmd/nav/templates/.default/style.css?14816893562235*/
.main-menu{
    margin: -42px auto 0;
    padding: 0;
    width: 1280px;
    position: relative;
    z-index: 100;
}
.menu{
    list-style:none;
    margin:0;
    padding:0;
    width:1280px;
}
.menu>li:nth-child(1){
    /*background-color: #f87c83;*/
    width: 97px;
}
.menu>li:nth-child(1):hover{
    background-color: #f87c83;
}
.menu>li:nth-child(2){
    /*background-color: #efc005;*/
    width: 134px;
}
.menu>li:nth-child(3){
    /*background-color: #0fb6a4;*/
    width: 171px;
}
.menu>li:nth-child(4){
    /*background-color: #54bdf6;*/
    width: 209px;
}
.menu>li:nth-child(5){
    /*background-color: #e168b2;*/
    width: 142px;
}
.menu>li:nth-child(6){
    /*background-color: #23a2d4;*/
    width: 150px;
}
.menu>li:nth-child(7){
    /*background-color: #f4a602;*/
    width: 377px;
}
.menu>li:nth-child(7):hover{
    background-color: #f4a602;
}
.menu>li:nth-child(7) ul{
    max-width: 377px;
}
.menu>li:nth-child(7) ul a{
    width: 357px;
    display: block;
    white-space: normal;
}
.menu>li{
    float:left;
    position:relative;
    text-align:center;
    height: 38px;
}
.menu>li:hover ul{
    display: block;
    position: absolute;
    top: 38px;
    text-align: left;
    background-color: #fefefe;
    padding: 0;
    line-height: 25px;
    width: auto;
    border-radius: 0 0 25px 25px;
}
.menu>li:hover ul>li{
    padding: 10px 20px;
    border-top: 1px solid #f0f0f0;
}
.menu li a{
    color:#fff;
    text-decoration:none;
}
ul:hover{
    display:block;
}
.sub-menu{
    display:none;
    list-style:none;
    float:left;
}
.menu li:nth-child(1) .sub-menu{
    background-color: #f87c83;
}
.menu li:nth-child(2) .sub-menu{
    background-color: #efc005;
}
.menu li:nth-child(3) .sub-menu{
    background-color: #0fb6a4;
}
.menu li:nth-child(4) .sub-menu{
    background-color: #54bdf6;
}
.menu li:nth-child(5) .sub-menu{
    background-color: #e168b2;
}
.menu li:nth-child(6) .sub-menu{
    background-color: #23a2d4;
}
.menu li:nth-child(7) .sub-menu{
    background-color: #f4a602;
}
ul.sub-menu{
    width:100%;
}
.sub-menu li{
    clear:both;
}
a.blocked{
    cursor:default;
}

/* End */


/* Start:/local/templates/umnica/styles.css?15065004195015*/
/*
* meta
*/
@font-face{
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    src: local("Raleway Regular"),
         url('/local/fonts/ralewayregular.woff2') format('woff2'),
         url('/local/fonts/ralewayregular.woff') format('woff');
}
@font-face{
    font-family: "Raleway";
    font-style: normal;
    font-weight: 500;
    src: local("Raleway Medium"),
         url('/local/fonts/ralewaymedium.woff2') format('woff2'),
         url('/local/fonts/ralewaymedium.woff') format('woff');
}
@font-face{
    font-family: "Raleway";
    font-style: normal;
    font-weight: 600;
    src: local("Raleway SemiBold"),
         url('/local/fonts/ralewaysemibold.woff2') format('woff2'),
         url('/local/fonts/ralewaysemibold.woff') format('woff');
}
@font-face{
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    src: local("Raleway Bold"),
         url('/local/fonts/ralewaybold.woff2') format('woff2'),
         url('/local/fonts/ralewaybold.woff') format('woff');
}
@font-face{
    font-family: "Raleway";
    font-style: normal;
    font-weight: 900;
    src: local("Raleway Black"),
         url('/local/fonts/ralewayblack.woff2') format('woff2'),
         url('/local/fonts/ralewayblack.woff') format('woff');
}
@font-face{
    font-family: "PT Sans";
    font-style: normal;
	font-weight: normal;
	src: local("PT Sans"),
         url('/local/fonts/PTS55F_W.eot?#iefix') format('embedded-opentype'),
         url('/local/fonts/PTS55F_W.woff') format('woff');
}
@font-face{
    font-family: "PT Sans";
	font-style: normal;
	font-weight: bold;
	src: local("PT Sans Bold"),
         url('/local/fonts/PTS75F_W.eot?#iefix') format('embedded-opentype'),
         url('/local/fonts/PTS75F_W.woff') format('woff');
}
@media screen and (max-width: 1279px) {

}
/* common */
.nowrap{
    white-space:nowrap;
}
.float{
    float:left;
}
.clear{
    clear:both;
}
.undecorate{
    text-decoration:none;
}
/* main */
html{}
body{
    margin:0;
    min-height:100vh;
    height:100%;
    font-family:"Raleway";
    font-size:16px;
    position:relative;
}
header{
    position:relative;
}
main{
    background-color:#fffbf6;
}
footer{
	position:relative;
    font-size:14px;
}
#header-top{
    z-index: 200;
    position: absolute;
    background: url('/files/imgs/header-top.png');
    height: 110px;
    top: 0;
    left: 0;
    right: 0;
    background-position: center;
}
#header-main{
    width: 1280px;
    margin: auto;
    z-index: 50;
    position: relative;
}
/* footer */
footer .img{
    z-index: 10;
    position: absolute;
    height:200px;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
}
#relative-wrapper{
	position:relative;
	width:1280px;
	margin:0 auto;
	z-index:10;
    color:#1c3c00;
}
.footer-block{
	position:absolute;
	width:450px;
}
#left-up{
	left: 100px;
	bottom: 35px;
}
#left-up img{
    position: absolute;
    left: -100px;
    top: -10px;
}
#left-up div{
	font-family: "Raleway";
	font-weight: 700;
	font-size:18px;
	margin-bottom: 10px;
}
#left-up div:nth-child(3){
	font-weight: 500;
}

#left-down{
	left: 5px;
	bottom: 4px;
	color: #fff;
}
#right-up{
	right: 110px;
	bottom: 35px;
	text-align: right;
}
#right-up img{
    position: absolute;
    top: -10px;
    right: -100px;
}
#right-up div{
	font-family: "PT Sans";
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
#right-up div:nth-child(3){
	font-weight: normal;
}
#right-down{
	bottom: 4px;
	right: 10px;
	text-align: right;
	color: #fff;
}
#right-down a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.echo{
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    word-wrap: normal;
}
section{
    position:relative;
    z-index:11;
}
#bottom-left,
#bottom-right{
    position: absolute;
    z-index: 10;
}
footer{
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 365px;
}
.wrp-base{
    width: 100%;
}
.wrp-itms{
    color: #1c3c00;
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.fbox{
    display:inline-block;
}
img.otstup{
    margin:15px;
}
img.uvelichenie{
    margin:10px;
}
#contest{
    position: absolute;
    right: 180px;
    bottom: 107px;
}
.bx-composite-btn.bx-btn-white.bx-composite-btn-fixed {
    display:none;
}

#goSpecial {
    width: 186px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}
#goSpecial img {
    width: 45px;
    position: absolute;
    left: -50px;
    top: 1px;
    display: none;
}
#goSpecial a,
#goSpecial a:visited {
    color: #23A2D4;
    display: inline-block;
    position: relative;
    padding-top: 1px;
    font-weight: 600;
    font-size: 14px;
}

/* End */


/* Start:/local/lib/fancyBox/source/jquery.fancybox.css?14775425904939*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/local/lib/fancyBox/source/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/local/lib/fancyBox/source/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/local/lib/fancyBox/source/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/local/lib/fancyBox/source/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/local/lib/fancyBox/source/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/local/lib/fancyBox/source/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/css/theme/summer.css?1530269503657*/
body{
    background: linear-gradient(to bottom, rgba(194,218,246,1) 0%,rgba(204,225,244,1) 35%,rgba(204,225,216,1) 57%,rgba(204,223,111,1) 100%);
}
#bottom-left{
    background: url("/files/imgs/bottom-left.png") no-repeat;
    width: 320px;
    height: 250px;
    bottom: 30px;
    left: -317px;
}
#bottom-right{
    background: url("/files/imgs/bottom-right.png") no-repeat;
    width: 315px;
    bottom: 103px;
    right: -315px;
    height: 261px;
}
.wrp-base{
    background: url('/files/imgs/footer.png') no-repeat 50% 100%;
    height: 365px;
}
#gim-logo{
    position:absolute;
    left:calc(50% - 81px);
    bottom:36px;
}
/* End */


/* Start:/local/lib/audioplayer/audioplayer.css?14810895529275*/
.audioplayer
{
	height: 2.5em; /* 40 */
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	border: 1px solid #222;
	position: relative;
	z-index: 1;
	background: #333;
	background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
	background: -webkit-linear-gradient( top, #444, #222 );
	background: -moz-linear-gradient( top, #444, #222 );
	background: -ms-radial-gradient( top, #444, #222 );
	background: -o-linear-gradient( top, #444, #222 );
	background: linear-gradient( top, #444, #222 );
	-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
	-moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
	.audioplayer-mini
	{
		width: 2.5em; /* 40 */
		margin: 0 auto;
	}
	.audioplayer > div
	{
		position: absolute;
	}
	.audioplayer-playpause
	{
		width: 2.5em; /* 40 */
		height: 100%;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		left: 0;
	}
		.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
		{
			border-right: 1px solid #555;
			border-right-color: rgba( 255, 255, 255, .1 );
		}
		.audioplayer-mini .audioplayer-playpause
		{
			width: 100%;
		}
		.audioplayer-playpause:hover,
		.audioplayer-playpause:focus
		{
			background-color: #222;
		}
		.audioplayer-playpause a
		{
			display: block;
		}
		.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
		{
			width: 0;
			height: 0;
			border: 0.5em solid transparent; /* 8 */
			border-right: none;
			border-left-color: #fff;
			content: '';
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.5em 0 0 -0.25em; /* 8 4 */
		}
		.audioplayer-playing .audioplayer-playpause a
		{
			width: 0.75em; /* 12 */
			height: 0.75em; /* 12 */
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.375em 0 0 -0.375em; /* 6 */
		}
			.audioplayer-playing .audioplayer-playpause a:before,
			.audioplayer-playing .audioplayer-playpause a:after
			{
				width: 40%;
				height: 100%;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:before
			{
				left: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:after
			{
				right: 0;
			}
	.audioplayer-time
	{
		width: 4.375em; /* 70 */
		height: 100%;
		line-height: 2.375em; /* 38 */
		text-align: center;
		z-index: 2;
		top: 0;
	}
		.audioplayer-time-current
		{
			border-left: 1px solid #111;
			border-left-color: rgba( 0, 0, 0, .25 );
			left: 2.5em; /* 40 */
		}
		.audioplayer-time-duration
		{
			border-right: 1px solid #555;
			border-right-color: rgba( 255, 255, 255, .1 );
			right: 2.5em; /* 40 */
		}
			.audioplayer-novolume .audioplayer-time-duration
			{
				border-right: 0;
				right: 0;
			}
	.audioplayer-bar
	{
		height: 0.875em; /* 14 */
		background-color: #222;
		cursor: pointer;
		z-index: 1;
		top: 50%;
		right: 6.875em; /* 110 */
		left: 6.875em; /* 110 */
		margin-top: -0.438em; /* 7 */
	}
		.audioplayer-novolume .audioplayer-bar
		{
			right: 4.375em; /* 70 */
		}
		.audioplayer-bar div
		{
			width: 0;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
		}
		.audioplayer-bar-loaded
		{
			background-color: #333;
			z-index: 1;
		}
		.audioplayer-bar-played
		{
			background: #007fd1;
			background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
			background: -webkit-linear-gradient( left, #007fd1, #c600ff );
			background: -moz-linear-gradient( left, #007fd1, #c600ff );
			background: -ms-radial-gradient( left, #007fd1, #c600ff );
			background: -o-linear-gradient( left, #007fd1, #c600ff );
			background: linear-gradient( left, #007fd1, #c600ff );
			z-index: 2;
		}
	.audioplayer-volume
	{
		width: 2.5em; /* 40 */
		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
		{
			background-color: #222;
		}
		.audioplayer-volume-button
		{
			width: 100%;
			height: 100%;
		}
			.audioplayer-volume-button a
			{
				width: 0.313em; /* 5 */
				height: 0.375em; /* 6 */
				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; /* 8 */
					border-left: none;
					border-right-color: #fff;
					z-index: 2;
					top: 50%;
					right: -0.25em;
					margin-top: -0.5em; /* 8 */
				}
				.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after
				{
					/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
					width: 0.313em; /* 5 */
					height: 0.313em; /* 5 */
					border: 0.25em double #fff; /* 4 */
					border-width: 0.25em 0.25em 0 0; /* 4 */
					left: 0.563em; /* 9 */
					top: -0.063em; /* 1 */
					-webkit-border-radius: 0 0.938em 0 0; /* 15 */
					-moz-border-radius: 0 0.938em 0 0; /* 15 */
					border-radius: 0 0.938em 0 0; /* 15 */
					-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; /* 100 */
			cursor: default;
			position: absolute;
			left: 0;
			right: -1px;
			top: -9999px;
			background: #222;
			background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
			background: -webkit-linear-gradient( top, #444, #222 );
			background: -moz-linear-gradient( top, #444, #222 );
			background: -ms-radial-gradient( top, #444, #222 );
			background: -o-linear-gradient( top, #444, #222 );
			background: linear-gradient( top, #444, #222 );
			-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-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: #007fd1;
					background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
					background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
					background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
					background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
					background: -o-linear-gradient( bottom, #007fd1, #c600ff );
					background: linear-gradient( bottom, #007fd1, #c600ff );
				}
		.audioplayer-novolume .audioplayer-volume
		{
			display: none;
		}

	.audioplayer-play,
	.audioplayer-pause,
	.audioplayer-volume a
	{
		-webkit-filter: drop-shadow( 1px 1px 0 #000 );
		-moz-filter: drop-shadow( 1px 1px 0 #000 );
		-ms-filter: drop-shadow( 1px 1px 0 #000 );
		-o-filter: drop-shadow( 1px 1px 0 #000 );
		filter: drop-shadow( 1px 1px 0 #000 );
	}
	.audioplayer-bar,
	.audioplayer-bar div,
	.audioplayer-volume-adjust div
	{
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.audioplayer-bar,
	.audioplayer-volume-adjust > div
	{
		-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
		-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
		box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	}
	.audioplayer-volume-adjust div div,
	.audioplayer-bar-played
	{
		-webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
		-moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
		box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
	}
	.audioplayer-volume-adjust
	{
		-webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
		-moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
		box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
	}
	.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;
	}
/* End */
/* /local/components/bxmd/section/templates/.default/style.css?14818926523151 */
/* /local/components/bxmd/nav/templates/.default/style.css?14816893562235 */
/* /local/templates/umnica/styles.css?15065004195015 */
/* /local/lib/fancyBox/source/jquery.fancybox.css?14775425904939 */
/* /local/css/theme/summer.css?1530269503657 */
/* /local/lib/audioplayer/audioplayer.css?14810895529275 */
