/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
	/*height:30em;*/
}
.bx-wrapper p{
	position: absolute;
	text-align: left;
	z-index: 999;
	bottom: 0px;
	left: 0px;
	top: 0px;
    padding: 0% 3% 1% 0%;
	color: #9095AA;
	cursor:pointer;
	height:25%;
}
.bx-wrapper p span{
	color: #0b2056;
	font-size: 13px;
	display: inline-block;
	background: #FFFFFF;
	padding: 0em 1em 0 0.5em;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 2em;
	float: left;
}
.bx-wrapper p label{
	font-size: 17px;
	text-transform: uppercase;
	color: #FFF;
	background: #383C59;
	display: block;
	font-family: 'Open Sans';
	letter-spacing: 0.03em;
	cursor: pointer;
}
.bx-wrapper p label.label1{
	padding: 0px;
	line-height: 28px;
	padding: 0px 15px 0px 9px;
	float: left;
	clear: left;
	font-size: 14px;
}
.bx-wrapper p label.label2{
	padding: 0.3em 0 0.3em 0.5em;
}
.bx-wrapper p span i{
	height: 42px;
	width: 42px;
	display: inline-block;
	background: url(../images/image-sprit.png) no-repeat -155px -30px;
	background-color: #FFFFFF;
	vertical-align: middle;
	border-left: 1px solid #010614;
	margin-left: 1em;
	display: none;
}
.bx-wrapper img {
	width: 65%;
	display: block;
	height:auto;
	margin-left:19%;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
}

.bx-viewport{
	height:29em !important;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 2px;
	width: 100%;
	left: -20%;
}


.bx-wrapper li{
	background-color:#000;
	text-align:center;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	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-pager {
	display:none;
}
.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 5px;
	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: #FFF;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	right: 40px;
	bottom: 0px;
	background: url(../images/image-sprit.png) no-repeat -619px -72px;
}

.bx-wrapper .bx-next {
	right: 0px;
	bottom: 0px;
	background: url(../images/image-sprit.png) no-repeat -657px -72px;
}

.bx-wrapper .bx-prev:hover {
	zoom: 1;
	/*filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;*/
}
.bx-wrapper .bx-next:hover {
	zoom: 1;
	/*filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;*/
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 2%;
	margin-top: -16px;
	outline: 0;
	width: 40px;
	height: 40px;
	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;
	background: url(images/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(images/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;
}

/* 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;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.bx-wrapper p {
		width: 38%;
	}
	.bx-wrapper {
		margin: 0 auto 0px 0.2em;
	}
}
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.bx-wrapper p {
		width:42%;
	}
	.bx-wrapper {
		margin: 0 auto 0px 0.2em;
	}
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
	.bx-wrapper p {
		width:50%;
	}
	.bx-wrapper {
		margin: 0 auto 0px 0.2em;
	}
	.bx-wrapper p label{
		display:none;
	}
	.bx-wrapper p span {
		font-size: 0.875em;
	}
	.grid-top-tags-qt p{
		display:none;
	}
}
@media only screen and (max-width:320px) and (min-width:240px) {
	.bx-wrapper p {
		width:76%;
	}
	.bx-wrapper {
		margin: 0 auto 0px 0.2em;
	}
	.bx-wrapper p label{
		display:none;
	}
	.bx-wrapper p span {
		font-size: 0.875em;
		width: 74.6%;
	}
	.grid-top-tags-qt p{
		display:none;
	}
}