/**
 * 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 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	min-width: 100%;
	display: block;
	margin:auto;
}
.bx-wrapper img.grayscale-effect{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%); /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.qualificationsCategory .bx-wrapper .bx-has-pager{position:absolute; width:100%; bottom:70px;}
.qualificationsCategory .bx-wrapper .bx-has-pager .bx-pager{
	bottom: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: right;
    width: 1024px;}
.qualificationsCategory .bx-wrapper .bx-pager.bx-default-pager a{background-color:transparent; border:1px solid #ffffff;}
.qualificationsCategory .bx-wrapper .bx-pager.bx-default-pager a:hover,
.qualificationsCategory .bx-wrapper .bx-pager.bx-default-pager a.active{background-color:#ffffff; border:1px solid #ffffff;}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border:  none;
	left: auto;
	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);

}
@media(min-width:768px){
	.bx-wrapper .bx-viewport {height: 650px !important;}
}
.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,Helvetica, Verdana, Trebuchet MS, Sans-Serif;
	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,Helvetica, Verdana, Trebuchet MS, Sans-Serif;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.slider-section{z-index:9;}
.slider-section .page-wrapper{ /* padding-left:15px; padding-right:15px; */}
.slider-section ul{margin:0px; padding:0px; text-align:center;}
.slider-section .carousel-caption{left: auto; right: auto;  right: auto; width: 100%; top: 0px; text-align:left; text-shadow: none;}
.slider-section .carousel-caption .carousel-content{width:60%; margin-top:18%;}
.slider-section .carousel-caption h1, .slider-section h1, .banner-video-section h1, .bannerBlackStrip h1{font-size: 5.000em; color:#ff6600; font-family: 'BebasNeue-Bold',Helvetica, Arial, Verdana, Trebuchet MS, Sans-Serif; line-height: 70px; margin-bottom: 0px; letter-spacing:1.6px;}
.slider-section .carousel-caption p, .slider-section .carousel-caption span, .slider-section p, .slider-section span,
.banner-video-section p, .banner-video-section p, .bannerBlackStrip p, .bannerBlackStrip span {font-size: 2.188em; color:#fff; font-family: 'OpenSans-Regular',Helvetica, Arial, Verdana, Trebuchet MS, Sans-Serif; margin-bottom:10px;}
.slider-section .carousel-caption span, .banner-video-section span, .slider-section .banner-caption span, /*.banner-video-section ,*/
 .bannerBlackStrip span{font-size: 1em; width:100%; float:left; margin-bottom:30px;}
.slider-section .carousel-caption a, .slider-section a, .bannerBlackStrip a{ font-size: 1em; color:#ff6600; font-family: 'OpenSans-Semibold',Helvetica, Arial, Verdana, Trebuchet MS, Sans-Serif; border: 2px solid #ff6600; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;	border-radius: 5px; padding:12px 26px;   float: left; margin-top:13px;}
.banner-content.thankyou a{min-width:160px; text-align: center;}
.banner-content.thankyou p{display: block;}
.slider-section .carousel-caption a:hover, .slider-section a:hover, a.bannerHowitWorks:hover, a.bannerHowitWorks{ color:#ffffff; background-color:#ff6600; }
.slider-section.banner-section{background-size: cover !important; background-position:50% 25% !important;}

@media(max-width:1024px){
.slider-section .carousel-caption h1, .slider-section h1,  .banner-video-section h1{ font-size:2.5em; line-height:40px; }
.slider-section .carousel-caption p, .slider-section .carousel-caption span, .slider-section p, .slider-section span, .banner-video-section p, .banner-video-section p {font-size:1.5em;}
.slider-section .carousel-caption span, .banner-video-section span{font-size:1em;}
}
@media(max-width:980px){
	.slider-section .carousel-caption .carousel-content{ margin-top:130px;width:100%;  }


}
@media(max-width:900px){
	.slider-section .carousel-caption .carousel-content{ margin-top:100px; }
	.bannerSection.innerbannerSection .slider-section .carousel-caption .carousel-content{ margin-top:80px; }
	/*.slider-section .carousel-caption h1, .slider-section h1{ font-size:3.750em; line-height:55px; }*/
}
@media(max-width:800px){

	.slider-section .carousel-caption p, .slider-section .carousel-caption span, .slider-section p, .slider-section span, .banner-video-section p, .banner-video-section span{ margin-bottom:10px; }
	.slider-section .carousel-caption p, .slider-section p, .slider-section span, .banner-video-section p, .banner-video-section span{ font-size:1.5em; }
}
@media(max-width:768px){
	.slider-section .bx-wrapper{margin-bottom:0px;}
	}
@media(max-width:767px){
	.slider-section .carousel-caption p, .slider-section .carousel-caption span, .slider-section p, .slider-section span{ display:none; }
	.slider-section .carousel-caption .carousel-content{ margin-top:125px; }

	.slider-section .carousel-caption h1,  .banner-video-section h1{margin-top:10%; font-size:1.563em; line-height: normal;}
	.slider-section .carousel-caption p, .banner-video-section p{font-size: 1.625em; margin-bottom:0px; }
	.slider-section .carousel-caption a, .banner-video-section a{ margin-top:5px;}
	.slider-section .carousel-caption a, .slider-section a, .banner-video-section a.bannerHowitWorks{padding:6px 13px; font-size:0.875em;}
	.slider-section.banner-section{background-size: cover !important;}
	.slider-section.banner-section{min-height: 300px;}
}
@media(max-width:640px){
	.slider-section .carousel-caption p{font-size: 130%; margin-bottom:0px; }
	.slider-section .carousel-caption span{font-size:100%;}
	.bannerSection.innerbannerSection .slider-section .carousel-caption .carousel-content, .slider-section .carousel-caption .carousel-content{margin-top:0px;}
	.banner-content.thankyou p{font-size:1em;}
	.slider-section .banner-caption .banner-content.thankyou{width: 100%;}
	}
@media(max-width:480px){
	.slider-section .carousel-caption .carousel-content{ margin-top:0px; width:100%; }
	.slider-section .carousel-caption h1{ margin-top:0; }
	.slider-section{ padding-top:78px; }

}

@media(max-width:479px){


	.slider-section .carousel-caption a{ margin-top:5px;}
}


