/*  
	--- WIDGETS CONTAINS --- 
	
	bxSlider
	Fancybox
	Checkbox
	Radio
	UI Multiselect
		
*/

/*---------------- BXSLIDER ---------------------*/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {max-width: 100%;display: block;}
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom:24px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bxslider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	font-size:0;
	line-height:0;
	text-align:center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width:4px;
	height:4px;
	border:2px solid #fff;
	border-radius:50%;
	z-index: 9999;
	text-align:center;
	box-shadow:0 0 3px rgba(0,0,0,0.5);
	margin:0 6px;
	outline:0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#fff;
}
.bx-wrapper .bx-controls-direction .bx-prev {
	right:28px;
	background-position: 0 -50px;
}
.bx-wrapper .bx-controls-direction .bx-next {
	right: 0;
	background-position: 0 -88px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:-42px;
	right:0;
	outline: 0;
	width:20px;
	height:18px;
	z-index: 9999;
	background:url(../img/sprite-arrows.png) 0 0 no-repeat;
	text-indent:-9999px;
}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}
.bx-wrapper .bx-controls-auto {text-align: center;}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/bxslider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/bxslider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {background-position: -86px -33px;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align: left;width: 80%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0;width: 35px;}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.slider .bx-wrapper .bx-viewport,
.carusel .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	*left: -5px;
}
/*---------------- BXSLIDER END ---------------------*/

/*-------------------- FANCYBOX ------------------*/
/*FANCYBOX v2.1.5*/
/*core*/
.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;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background:#fff;
	color:#000;
	text-shadow: none;
}
.fancybox-opened {
	z-index: 8030;
}
.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('../img/fancybox/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('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top:9px;
	right:16px;
	width:10px;
	height:10px;
	cursor: pointer;
	z-index: 8040;
	background:url(../img/sprite-icons.png) 0 0 no-repeat;	
}
.fancybox-popup .fancybox-close {
	top:14px;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/fancybox/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;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: hidden !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('../img/fancybox/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 {
	font-size:18px;
	line-height:20px;
	text-transform:uppercase;
	font-family: 'helioscbold';
	padding:3px 5px 5px;
}
/*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('../img/fancybox/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('../img/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*core end*/
/*-------------------- FANCYBOX END ------------------*/

/*--------------------------- CHECKBOXES ------------------------------*/
.checkbox {
	width:13px;
	height:13px;
	border:1px solid #999;
	margin:0 14px 0 0;
	vertical-align:middle !important;
	cursor:pointer;
	background:#fff;
	position:relative;
}
.checkbox-checked .mark {
	display:block;
	background:#000;
	margin:2px 0 0 2px;
	width:9px;
	height:9px;
}
/*--------------------------- CHECKBOXES END ------------------------------*/

/*--------------------------- RADIO ------------------------------*/
.radio {
	width:10px;
	height:10px;
	border-radius:50%;
	border:1px solid #000;
	cursor:pointer;
	margin:0 14px 0 0;
}
.radio img {
	display:none;
}
.radio-checked .mark  {
	width:6px;
	height:6px;
	margin:2px auto 0;
	background:#000;
	display:block;
	border-radius:50%;
}
/*--------------------------- RADIO END ------------------------------*/

/*--------------------------- UI Multiselect ------------------------------*/
/* jquery multiselect core */
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px; }
.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }
.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }
/* jquery multiselect core end */

/* multiselect holder */
.select-holder {	position:relative;width:100%;}
.select-holder .cselect {width:100%;}
/* multiselect holder end */

/* multiselect button */
button.cselect {
	display:block;
	position:relative;
	padding:0;
	margin:0;
	line-height:1.2;
	border:none;
	background:none;
	zoom:1;
}
button.cselect .select-inner {
	display:block;
	position:relative;
	overflow:hidden;
	padding:11px 26px 11px 11px;
	font: normal normal 13px/15px 'helioscregular', Arial, Tahoma, Verdana, sans-serif;		
	background:#fff;
	border:1px solid #333;
	color:#333;
}
button.cselect .ui-icon {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:55px;	
	display:block;	
}
button.cselect .ui-icon i {
	position:absolute;
	left:50%;
	top:50%;
	margin:-2px 0 0 3px;
}
button.cselect.ui-state-active .ui-icon i {
	background-position: 0 -258px;
}
button.cselect .select-text {	
	display:block;	
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
/* multiselect button end */ 

/* multiselect menu */
div.cselect.ui-multiselect-menu {
	padding:0;	
	margin:0;
	left:0;
	top:0;
}
div.cselect .ui-multiselect-checkboxes {
	padding:0;
	margin:0;
	list-style-type:none;
	height: auto !important;	
	max-height:200px;
	overflow:auto;
	background:#fff;
	border:1px solid #333;
}
div.cselect .ui-multiselect-checkboxes li {
	padding:0;
}
div.cselect .ui-multiselect-checkboxes label input {
	position:absolute;
	left:-9999px;
}
div.cselect .ui-multiselect-checkboxes label {
	display:block;	
	cursor:pointer;
	color:#333;
	padding:12px 10px;
	font: normal normal 13px/15px 'helioscregular', Arial, Tahoma, Verdana, sans-serif;		
}
div.cselect .ui-multiselect-checkboxes label:hover,
div.cselect .ui-multiselect-checkboxes label.ui-state-active {
	background-color:#9D3725;
	color:#fff;
}
/* multiselect menu end */
/*--------------------------- UI Multiselect end ------------------------------*/


/*--------------------------- Slide to Top start ------------------------------*/
#SlideToTop {
	z-index: 100;
	width:100px;
	border:1px solid #ccc;
	background:#f7f7f7;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:10px; /* отступ кнопки от нижнего края страницы*/
	right:10px;
	cursor:pointer;
	display:none;
	color:#333;
	font-family:verdana;
	font-size:11px;
}
/*--------------------------- Slide to Top end ------------------------------*/

.vote-items-list.vote-answers-list select{
	visibility: visible;
}