 /**
 * 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
 */
#slider-next, #slider-prev {
	font-size:30px;
	font-weight:600;
	color:#4d4d4d;
    position: relative;
    top:-2px;
}
.slide-title {
color:#020100;
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
font-weight:600;
text-align:center;
width:100%;
border-bottom: 3px solid #959595;
padding-bottom:12px;
padding-top:12px;
}
.slide-control {
text-align: center;
position: relative;
display: block;
 }
.slide-control a{font-size:28px; color:#4d4d4d; }
.btitle {
	color:#ed8015;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:19px;
	text-transform:uppercase;
}
.sliderfream .main-content {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 29px;
	 margin-top: 15px;
}

.bot-content p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	margin-top:20px;	
}
.top-content {
	position: relative;
	display: block;
	margin-top:15px;
}
.top-content::after {
	display: block;
clear: both;
content: '';
}
.slide-content {
	display:block;
	padding-top:40px;
}
.slide-image {
	float:left;
}
.slide-button {
	background-color: #ed8015;
   margin: 0;
	border: 0 none;
    border-radius: 2px;
	cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
	padding: 0 18px 2px;
	color:#FFF;
	font-weight:600;
	text-transform:uppercase;
}
.side-footer {
border-top: 2px solid #0077c1;
padding-top:20px;
}
.side-footer img{
	float:right;
	margin-bottom:40px;
}
.bottom-logo{
float:right; margin-top:15px; margin-bottom:10px;
}
/** RESET AND LAYOUT
===================================*/
.sliderfream {
	background: url("/vb/newdesign/images/slide-background.jpg") repeat-x;
	margin-top: -20px;
	}
	
.bx-wrapper {
	position: relative;
	margin: 0 auto 13px;
	padding: 19px 19px 0 19px;
	*zoom: 1;
}

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

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


.bx-wrapper .bx-viewport {

}

.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 {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	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 (min-width: 1165px) and (max-width: 1254px) {
	.slide-title { font-size:21px;}
	.btitle {}
	.sliderfream .main-content { font-size:14px;}
	.bot-content p{}
	.slide-button{ font-size: 10px;}
}
@media only screen and (min-width: 926px) and (max-width: 1165px) {
	.slide-image { float:none }
	.slide-content { padding-top:0px!important; }
	.bot-content { margin-top: 10px!important; }
	.slide-button {font-size:9px;}
	.bx-wrapper { margin: 0 auto 7px; }
	.slide-title { font-size: 16px; }
}
@media only screen and (min-width: 600px) and (max-width: 926px) {
	.slide-title { font-size:14px;}
	.btitle { font-size:9px;}
	.sliderfream  .main-content { font-size:12px;}
	.bot-content p{ font-size:10px;}
	.slide-button{ font-size: 9px; padding: 0 6px 2px;}
	.bx-wrapper {
    padding: 0px 6px 0;
}
}
@media only screen and (min-width: 2px) and (max-width: 335px) {
	.slide-title { font-size:21px;}
	
}
#bx-pager2, #bx-pager {
    margin-top: 30px;}