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

.storiesHpSlider {
    direction: ltr;
    height: 260px;
    margin: 10px auto;
    padding: 0;
    width: 300px !important;
}
/*********************************************************************/
/*********************************************************************/

.storiesHpSlider {
    direction: ltr;
    height: 250px;
    padding: 0;

}
.storiesHpSlider .bx-viewport {
    height: 260px !important;
}
.storiesHpSlider ul {
    list-style-type: none;
}
.storiesHpSlider ul li {
    border-radius: 10px;
    box-shadow: 0 0 3px #999;
    float: left;
    height: 230px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 306px;
}

.storiesHpSlider ul li .text a {
    line-height: 24px;
    margin: 4px;
    padding: 4px 0;
    text-align: center;
    width: 82px;
}

.storiesHpSlider li .image {
    background: #fff none repeat scroll 0 0;
    height: 180px;
    overflow: hidden;
    padding: 5px 10px 0;
}

.storiesHpSlider img {
    display: block;
    height: 175px;
    width: 100%;
}
.bx_stories_box .text {
    background: #fff none repeat scroll 0 0;
    color: #656565;
    direction: rtl;
    height: 52px;
    text-align: right;
    padding: 4px 9px;
}
.bx_stories_box .title {
    height: 40px;
    width: 170px;
}



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

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
ul.bx_banner {
    padding: 0;
}
.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-pager{
	display: none;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* 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-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: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("../images/navBtn.png") no-repeat scroll -40px 0;
    color: #333;
    display: block;
    font-size: 0;
    height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
}

.bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("../images/navBtn.png") no-repeat scroll 0px 0;
    color: #333;
    display: block;
    font-size: 0;
    height: 60px;
    position: absolute;
    left: 0;
    text-align: center;
    width: 40px;
}

.bx-wrapper .bx-prev:hover {
	opacity: 0.8;
}

.bx-wrapper .bx-next:hover {
	opacity: 0.8;
}

.bx-wrapper .bx-controls-direction {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 9999;
}
.bx-wrapper .bx-wrapper .bx-controls-direction a a {
	position: absolute;
	top: 50%;
	outline: 0;
	width: 32px;
	height: 32px;
	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 */

li.bx-clone {
    margin-top: -14px;
}

.bx-wrapper .bx-caption {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    height: 70px;
    margin-top: -35px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 50%;
}

.bx-wrapper .bx-caption span {
	color: #333;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



/*--------------- brands ----------------------*/

.brandsHpSlider {
    direction: ltr;
    height: 165px;
    padding: 0;
    width: 100% !important;
}
.brandsHpSlider .bx-wrapper {
    max-width: 100% !important;
    width: 100% !important;
}
.brandsHpSlider .bx-viewport {
    height: 120px !important;
}
.brandsHpSlider ul {
    list-style-type: none;
}
.brandsHpSlider ul li {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #999;
    float: right;
    overflow: hidden;
    padding: 4px;
    height:88px;
}
.brandsHpSlider img {
    display: block;
    height: 80px;
    width: 80px;
}

.brandsHpSlider .bx-controls-direction {
    top: 33%;
}
