/**
 * 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
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/* -moz-box-shadow: 0 0 5px #ccc; */
	/* -webkit-box-shadow: 0 0 5px #ccc; */
	/* box-shadow: 0 0 5px #ccc; */
	/* border:  5px solid #fff; */
	left: 0px;
	/* background: #fff;   */ 
	
	/*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: 8px;
	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-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: #FD9B28;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    top:50%;
	left: 20px;
	background: url(images/controls.png) no-repeat -2px -32px;
    background-color:rgba(255, 255, 255, 0.4);
    border:1px solid #ccc;
}

.bx-wrapper .bx-next {
    top:50%;
	right: 20px;
	background: url(images/controls.png) no-repeat -50px -32px;
    background-color:rgba(255, 255, 255, 0.4);
    border:1px solid #ccc;
}

.bx-wrapper .bx-prev:hover {
	background-position: -2px 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -50px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: -44px;
	margin-top: -16px;
	outline: 0;
	width: 24px;
	height: 28px;
	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 {
	bottom:0;
	position:absolute;
	width:100%;
    height:54px;
	text-align:left;
    /*background-color:#ece5ce;*/
	background: rgba(255, 255, 255, 1);
}

.bx-caption
{
    transition: all 0.3s linear;
}

.bx-caption2 {
	bottom:272px;
    left:27%;
    width:50%;
	height:30px;
	text-align:center;
	position:absolute;
    padding:10px;
	background: rgba(19, 101, 151, 0.8);
}

.bx-caption3 {
	bottom:80px;
    left:50%;
    width:35%;
	text-align:center;
	position:absolute;
    padding:40px;
    /*background-color:#ece5ce;*/
	background: rgba(255, 255, 255, 0.8);
}

.bx-caption:hover
{
    height:50px;
    transition: all 0.3s linear;
}

.bx-wrapper .bx-caption span {
	color: #444;
	display: block;
	font-size: 14px;
    font-weight:bold;
	padding: 6px;
    background-color:none;
}

.SliderTitle, .SliderTitle3
{
    font-size:20px;
    padding-bottom:5px;
    color:#fff;
	font-weight:bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.SliderDesc
{
    color:#1E1F21;
    font-size:14px;
	padding-bottom:40px;
}

.SliderDesc3
{
    color:#1E1F21;
    font-size:14px;
}

.SliderDetails
{
    bottom:0;
    padding:10px 0px;
	text-align:center;
    background-color:#1E1F21;
    width:160px;
    font-size:14px;
	font-weight:700;
    color:#f2f2f2;
	margin:auto;
	transition: all 0.3s linear;
}

.SliderDetails:hover
{
	background-color:#FD9B28;
	transition: all 0.3s linear;
}

@media only screen and (max-width: 1200px)
{
	.bx-caption2 {
		bottom:0;
		left:0;
		width:94%;
		text-align:left;
		padding:3%;
	}
	
	.bx-caption3 {
		bottom:0;
		left:0;
		width:94%;
		text-align:left;
		padding:10px 3% 40px 3%;
	}

	.SliderDesc
	{
		padding-bottom:20px;
		font-size:12px;
	}

	.SliderDetails
	{
		margin:0;
		font-size:12px;
	}
	
	.SliderTitle, .SliderTitle3
	{
		font-size:16px;
	}

	.SliderDesc3
	{
		font-size:12px;
	}
}

@media only screen and (max-width: 640px)
{
	.bx-pager.bx-default-pager
	{
		display:none;
	}
	
	.bx-controls-direction
	{
		display:none;
	}
	
	.SliderTitle, .SliderTitle3
	{
		padding:0;
	}
	
	.SliderDesc
	{
		display:none;
	}
	
	.SliderDesc3
	{
		display:none;
	}

	.SliderDetails
	{
		display:none;
	}
	
	.bx-caption3 
	{
		padding:10px 3%;
	}
}