@charset "utf-8";

.hidden {
    display: none !important;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    /*display: inline-block;*/
}

#footer p {
    padding-left: 0px !important;
}

html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

.clearer {
    width: 100%;
    overflow: hidden;
    clear: both;
}


/**
 * Выравнивание по центру
 */
.valign {
    /* блоку надо указать высоту */
    display: table-cell;
}
.valign, .valign * {
    vertical-align: middle;
}
.valign div.valign {
    display: block;
}
.valign span.valign {
    display: none;
}

/* видеогалерея */
.videslide-wrap { width: 100%; }
.videslide-wrap .slide {}
.videslide-wrap .slide a {
	text-decoration: none;
	color: #000000;
}
.videslide-wrap .slide a:hover {
	text-decoration: underline;
}
.videslide-wrap .slide img {
	width: 100%;
}

.videslide-wrap .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: none;
	left: 0px;
}
.videslide-wrap .videos  {
	display: none;
}

.videslide-wrap .bx-wrapper .bx-controls-direction a {
	width: 17px;
	height: 26px;
	top: 75px;
}
.videslide-wrap .bx-wrapper .bx-controls-direction a.bx-next {
	background: url("/assets/slider/arrow-right.png") 0 0 no-repeat;
}
.videslide-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
	background: url("/assets/slider/arrow-left.png") 0 0 no-repeat;
}
.videslide-wrap .bx-wrapper .bx-prev {
	left: -20px;
}
.videslide-wrap .bx-wrapper .bx-next {
	right: -20px;
}
.videslide-wrap .openvideo {

}
.videslide-wrap .slide .name {
	padding: 5px 0;
	text-align: center;
}
.videslide-wrap .openvideo .play {
	background: url("/images/grey-youtube.png") 0 0 no-repeat;
	width: 48px;
	height: 34px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 36px;
	opacity: 0.6;
}
.videslide-wrap .openvideo:hover .play {
	background: url("/images/red-youtube.png") 0 0 no-repeat;
	width: 48px;
	height: 34px;
	opacity: 1;
}