/**
 * 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
 */


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

.slider {
	position: relative;
	margin: 0;
	padding: 0;
	width: 530px;
	float: right;
	    z-index: 10;
}
.bx-wrapper {
	position: relative;
	margin-bottom: 20px;
    margin-top: 25px;
	padding: 0;
	width: 530px;
}

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

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

.bx-wrapper .bx-viewport {
	left: 0;	
	/*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-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(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: right;
}
.bx-wrapper .bx-controls {
	height: 16px;
	margin-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: url(controls.png) no-repeat 0 0;
	text-indent: 99999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position: -16px 0;
}


/* IMAGE CAPTIONS */
.bxslider li {
	width: 530px;
	min-height: 100px;
	position: relative;
	padding: 4px 0;
	color: #000;
}
.bxslider li .caption {
	min-height: 80px;
	width: 469px;
	margin-left: 19px;
	padding: 10px 10px 10px 30px;
	font-size: 14px;
	line-height: 1.5;
}
.bxslider li .caption div {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.2;
}
.bxslider li .caption p{
	font-size: 13px;
}
.bxslider li .caption a.more {
	color: #000;
	text-decoration: none;
	font-family: 'Lato-BoldItalic', Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.bxslider li.prev-slide {
	color: #000;
}
.bxslider li.prev-slide .caption a.more {
	color:#e8970a;
	padding: 5px 10px;
}
.bxslider li.active-slide {
	background: url(frame.png) no-repeat top center;
}
.bxslider li.active-slide:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 530px;
	height: 11px;
	background: url(frame-bottom.png) no-repeat bottom center;
}
.bxslider li.active-slide .caption {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.bxslider li.active-slide .caption {
	color: #517386;
}
.bxslider li.active-slide .caption a.more {
	color: #e8970a;
	padding: 5px 10px;
}
@media only screen and (min-width:320px) and (max-device-width : 480px) {
	.bxslider li .caption {
		font-size: 10px;
		line-height: 1.2;
	}
	.bxslider li .caption h3 {
		font-size: 16px;
		line-height: 1;
	}
}
#slider-next {
	position: absolute;
	bottom: 35px;
	right: 0;
	width: 530px;
	height: 110px;
}
#slider-prev {
	position: absolute;
	top: 0;
	right: 0;
	width: 530px;
	height: 110px;
}