/*  
	--- WIDGETS CONTAINS --- 
	
	1. Fancybox
	2. bx-Slider
	3. Select
		
*/


/*--- 1. Fancybox ---*/
/*! 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;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
			overflow:hidden;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 2px 8px 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:url(../img/fancybox/fancybox_sprite.png) no-repeat;
}

#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;
	
}

.fancybox-close {
	position: absolute;
	top: 13px;
	right: 10px;
	cursor: pointer;
	z-index: 8040;
	background:url(../img/sp-icon.png) no-repeat 0 -486px;
	width: 12px;
	height: 12px;
}

.fancybox-close:hover {
	background-position: 0 -518px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('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 */
/* alexa edit/delete */
.fancybox-lock {
   width: auto;
}

/* alexa edit/delete end */
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background:url(../img/fancybox/fancybox_overlay.png) repeat;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
}

/* 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:url(..img/fancybox/fancybox_sprite@2x.png) no-repeat;
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background:url(..img/fancybox/fancybox_loading@2x.gif) no-repeat;
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*--- 1. Fancybox End ---*/


/*--- 2. bxSlider ---*/
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 37px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: -5px;
	background: #fff;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 2px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -21px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.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 {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	
}

.bx-wrapper .bx-next {
	right: 10px;
	
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.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;
	
	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;
	
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.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;
}

/* IMAGE CAPTIONS */

.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;
}
/*--- 2. bxSlider end ---*/

/*--- 3. Select ----*/
.ui-multiselect { 
	padding: 4px 0 4px 10px;
	text-align:left; 
	height: 24px;
	padding: 0px 0 4px 11px \0/;
}
.ui-multiselect span.ui-icon { 
	position: absolute;
	right: 14px;
	top: 11px;
	right:19px \0/;
}
.ui-multiselect-single .ui-multiselect-checkboxes input { 
	position:absolute !important; 
	top: auto !important; 
	left:-9999px; 
}
.ui-multiselect-single .ui-multiselect-checkboxes label { background-image:none; }

.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;
	background:none;
	padding-left:0;
	padding-bottom: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;
	position:absolute; 
	z-index:10000;
	text-align: left;
	width:auto; 
 }
.ui-multiselect-checkboxes { 
	position:relative /* fixes bug in IE6/7 */; 
	overflow-y:auto; 
	height:auto!important; 
}
.ui-multiselect-checkboxes label { 
	cursor:default; 
	display:block; 
	padding:3px 3px; 
}
.ui-multiselect-checkboxes label input { 
	position:absolute; 
	top:1px; 
	left:-9999px; 
}
.ui-multiselect-checkboxes li { 
	clear:both; 
	font-size:0.9em; 
	background:none;
	padding-left:0;
	padding-bottom:0;
}
.ui-multiselect-checkboxes li:hover{}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { 
	text-align:center; 
	font-weight:bold; 
}
.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 }
.select-holder {
	position:relative;
}
.select-holder {
	position:relative;
	/* max-width:399px; */
	overflow:hidden;
}
.select {
	width:100%;
}
button.select {
	overflow:visible;
	zoom:1;
	display:inline-block;
	display:-moz-inline-stack;
	display:inline-block;	
	*display:inline;
	vertical-align:top;
	background:none;
	position:relative;
	outline:none;
	width:100%;
}
button.select {
	background: none repeat scroll 0 0 #F3F3F0;
    border: 1px solid #D8D8D8;
    cursor: text;
    padding: 10px 26px 11px;
    cursor: pointer;
    height: 41px;
    padding: 0 30px 0 0;
    z-index: 2;
}
button.select.ui-state-active span.ui-icon {}
button.select span {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #2E2D2D;
    display: inline;
    float: none;
    font: 12px/12px centurygothic,Arial,Tahoma,Verdana,sans-serif;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding-left: 25px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}
button.select span.ui-icon{
	background: url("../img/sp-arrow.png") no-repeat scroll 0 0 transparent;
    border-radius: 0 3px 3px 0;
    height: 9px;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 18px;
    width: 9px;
}

span.ui-icon .arrow-ui-icon {
	background-position: 0 0;
	width: 8px;
	height: 5px;
	margin:12px 0 0 -1px;
}
button.select:hover span.ui-icon{}
button.select:active span.ui-icon,
button.select.ui-state-active span.ui-icon {}
div.select>ul {
	margin:0;
	z-index: 1;
	overflow:hidden;
	list-style-type:none;
	max-height: 180px;
	overflow-y: auto;
	margin-top:1px;
	background-color:#fafafa;
	list-style-type:none;
	padding:0;
	border:1px solid #D4D2D2;
	border-radius: 0 0 4px 4px;
}
div.select>ul li {
	padding-bottom:0;
	padding-left:0;
	background:none;
	padding:0;
	margin:0;
}
div.select>ul label:first-child{
	/* border:none; */
}
div.select>ul label {
	cursor:pointer;
	outline:none;
	color:#696969;
	font-size:12px;
	text-transform:uppercase;
	border-top:1px solid #E4E4E4;
	padding: 10px 26px 11px;
}
div.select>ul label:focus,
div.select>ul label:active,
div.select>ul li:focus,
div.select>ul li:active{
	outline:0;
}

div.select>ul label:hover {
	text-decoration:none;
}
div.select>ul label.ui-state-hover {
	outline:none;
	background:#f3f3f3;
	font-weight:bold;
	box-shadow:0 0 2px rgba(255,255,255,1) inset;
}
div.select>ul label.ui-state-active {
	outline:none;
	background:#f3f3f3;
	font-weight:bold;
}
/*--- 3. Select end ----*/