@CHARSET "ISO-8859-1";
/**
 * 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-cs {
	position: relative;
	height:100%;
/* 	margin: 0 auto 60px; */
	padding: 0;
	*zoom: 1;
}

.bx-wrapper-cs img {
	width:100%;
	display: block;
	height: 100%;
}
.bx-wrapper-cs video {
    display: block;
/*     float:left; */
    height: 100%;
    width: 100%;
}
.bx-wrapper-cs object {
    display: block;
    float:left;
    height: 100%;
    width: 100%;
    position:absolute;
}
/** THEME
===================================*/

.bx-wrapper-cs .bx-viewport-cs {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	max-height: 100%;
/* 	height: 100%; */
/* 	box-shadow: 0 0 5px #ccc; */
/* 	border: solid #fff 5px; */
/* 	left: -5px; */
/* 	background: #fff; */
}

.bx-wrapper-cs .bx-pager-cs,
.bx-wrapper-cs .bx-controls-auto-cs {
	position: absolute;
	top:0px; /* changed for fixing */
	right: 15px;
}

/* LOADER */

.bx-wrapper-cs .bx-loading-cs {
	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-cs .bx-pager-cs {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	position:absolute;
	z-index:0;
}

.bx-wrapper-cs .bx-pager-cs .bx-pager-item-cs,
.bx-wrapper-cs .bx-controls-auto-cs .bx-controls-auto-item-cs {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper-cs .bx-pager-cs.bx-default-pager-cs a {
	background: #000000;
	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-cs .bx-pager-cs.bx-default-pager-cs a:hover,
.bx-wrapper-cs .bx-pager-cs.bx-default-pager-cs a.active {
	background: #FFFFFF;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper-cs .bx-prev-cs {
	left: 10px;
	background: url(../images/Carousel_left_50.png) no-repeat 0 0;
	background-size: 33pt 33pt;
	z-index: 0;
	position: relative;
}

.bx-wrapper-cs .bx-next-cs {
	right: -10px;
	background: url(../images/Carousel_right_50.png) no-repeat 0 0;
	background-size: 33pt 33pt;
	z-index:0;
	position: relative;
}

.bx-wrapper-cs .bx-prev-cs:hover {
/* 	background-position: 0 0; */
}

.bx-wrapper-cs .bx-next-cs:hover {
/* 	background-position: -43px 0; */
}

.bx-wrapper-cs .bx-controls-direction-cs a {
	position: absolute;
	top: 38%;
	margin-top: -16px;
	outline: 0;
	width: 4em;
	height: 9em;
	text-indent: -9999px;
/* 	z-index: 9999; */
}

.bx-wrapper-cs .bx-controls-direction-cs a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper-cs .bx-controls-auto-cs {
	text-align: center;
	display: none;
}

.bx-wrapper-cs .bx-controls-auto-cs .bx-start-cs {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px 0 no-repeat;
	margin: 0 3px;
}

.bx-wrapper-cs .bx-controls-auto-cs .bx-start-cs:hover,
.bx-wrapper-cs .bx-controls-auto-cs .bx-start-cs.active {
	background-position: -86px -11px ;
}

.bx-wrapper-cs .bx-controls-auto-cs .bx-stop-cs {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -33px no-repeat;
	margin: 0 3px;
}

.bx-wrapper-cs .bx-controls-auto-cs .bx-stop-cs:hover,
.bx-wrapper-cs .bx-controls-auto-cs .bx-stop-cs.active {
	background-position: -86px -44px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper-cs .bx-controls-cs.bx-has-controls-auto-cs.bx-has-pager-cs .bx-pager-cs {
/* 	text-align: left; */
/* 	width: 80%; */
}

.bx-wrapper-cs .bx-controls-cs.bx-has-controls-auto-cs.bx-has-pager-cs .bx-controls-auto-cs {
/* 	right: 0; */
/* 	width: 35px; */
	bottom:1%;
    left: 0;
    width: 111%;
}

	/* IMAGE CAPTIONS */

.bx-wrapper-cs .bx-text-area {
   position: absolute;
	bottom:0px;
	left: 0;
	background: #5A245A;
/* 	background: rgba(61,126,219,0.75); */
	width: 100%;
	color: #FFFFFF;
	padding-left:20px;
	padding-top:10px;
	height: 100px;
}
.bx-wrapper-cs .bx-text-area .btn-rounded-blue{ 
	  	/* font-weight:bold; */
	  	border-radius:4px;
	  background:url("../images/right_white.png");
	  	background-repeat:no-repeat;
	  	background-position:right 10px top 50%;
	  	/* for safari */
	  	 background-position-x: 93%;
      background-position-y: 49%;
     -webkit-background-size: 6% 30%;
     /* for safari */
	  	padding-left:0px;
	    padding-top:8px;
	    padding-bottom:8px;
	    padding-right:25px;
	  	color:#FFFFFF;
	 /* 	background-color: #FFFFFF;*/
		display: inline-block;
		vertical-align:middle; 
	    cursor: pointer;
	    overflow: hidden;
	    text-decoration:none;
	    position: absolute;
	    right: 20px;
	    bottom: 10px;
	}
.bx-wrapper-cs .bx-text-area .captext{
		font-family:Arial;
	  	font-size: 14px;
	  	line-height:17px;
	  	color: #FFFFFF;
		display: inline-block;
		vertical-align:middle; 
	    overflow: hidden;
	    padding-bottom: 8px; /* added for fixing */
	    width: 80%;
	}
	
.bx-wrapper-cs .bx-text-area .captext-small{
	font-family:Arial;
		font-size: 25px;
	  	line-height:29px;
	  	color: #FFFFFF;
		display: inline-block;
		vertical-align:middle; 
	    overflow: hidden;
	    padding-bottom: 8px; /* added for fixing */
	    width: 80%;
	    	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.bx-wrapper-cs .bx-text-area span {
	font-family: Arial;
	display: block;
	font-size: 14px;
	line-height: 18px;
}

.bx-wrapper-cs .bx-text-area .btn-rounded-blue:hover {
	text-decoration: underline;
	}
@media screen and (min-width:320px) and (max-width:767px) {
.bx-wrapper-cs img{
	height: 200px;
}
.bx-wrapper-cs .bx-text-area{
	height: 162px;
}
.bx-wrapper-cs .bx-pager-cs, .bx-wrapper .bx-controls-auto-cs{
	bottom: 15px;
	top:auto;
}
.bx-wrapper-cs .bx-text-area .btn-rounded-blue{
	position: absolute;
	left:20px;
	right: auto;
}
}
@media screen and (min-width:480px) and (max-width:767px) {
.bx-wrapper-cs .bx-text-area .captext{
	width:70%;
}
}
@media screen and (min-width:768px) and (max-width:991px) {
.bx-wrapper-cs .bx-text-area .captext{
	width:75%;
}
}
/*mobile view*/

