




/*BOX SLIDER */

/* Box Slider */

/* Home */
.panel-header {  overflow: hidden; position: relative; z-index:1; height:1000px;}
.panel-header::after {}

#slider-holder {  position:absolute; width:100%; top:0; z-index:0; min-height:1015px;}

.bxslider { margin:0; padding:0;}
.bx-wrapper {position: relative; /* margin: 0 auto 60px; */ margin: 0; padding: 0; *zoom: 1; max-height:1015px;  }



/*Find out More Form*/

.find-out-wrapper {position: absolute; z-index:888; right:0; top:10%; width:100%; height:1000px;}
	
	.find-out-form-holder {border-radius:5px; padding:30px 30px 20px; background: #fff; position: absolute; right: 0; top:420%; width:300px}
	.find-out-header{font-weight:300; text-align: center; text-transform: uppercase; font-size:20px; line-height:20px; margin-bottom:20px; letter-spacing:1px;}
	.find-out-label {margin-bottom:3px;}
		.txt-agree {font-size:13px; line-height:16px}

		.txt-check {margin: 0!important}
		.tbl-check a {color:#004b8a; text-decoration: underline;}
		.tbl-check td {padding:0!important}
		.tbl-check td input {margin: 0; width: auto!important}

.req-field { color:#eb1717;}

.get-started-mobile {display: none}

/* Box Slider Add Text */
.slide-holder { position:relative;}	

	.slide-imagetext { position:absolute; top:25%; z-index:300; width:100%; color:#fff; text-align: left;}
	   
	.slide-imagetext h1 {}
	.slide-imagetext .btn {margin-top:30px;}

            
		.subheading {font-size:18px; line-height:20px; letter-spacing:1px;}
	
	   .slide-imageholder { position:absolute; top:0; z-index:200;}

.banner-button { margin-top: 60px;}
.banner-button .button-more { color:#fff;}
.banner-button .button-more:hover { color:#fff;}

/* End Box Slider Add Text */
.bx-wrapper img { width:100%; max-width:auto;
	/*display: block; */	}



.bx-wrapper .bx-viewport {

	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: 10%;
	width: 100%;
    display:none!important; /* hide small nav */

}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	/*background: url(../boxslider/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;
	}



.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:#fff;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 4px;
	outline: 0;
	-webkit-border-radius:100%;
	-ms-border-radius: 100%;
	border-radius:100%;
	
}


.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#18b3ec;
}

.bx-wrapper .bx-pager { right:0;}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left:6%;
	/*
	background:url(../boxslider/images/arrow-left.png) no-repeat;
	
	background: url(images/controls.png) no-repeat 0 -32px; */
}

.bx-wrapper .bx-prev:hover {
	/*	background:url(../boxslider/images/arrow-left-hov.png) no-repeat; */
}

.bx-wrapper .bx-next {
	right:5%;
	/*
	background:url(../boxslider/images/arrow-right.png) no-repeat;
	/*background: url(images/controls.png) no-repeat -43px -32px; */
}

.bx-wrapper .bx-next:hover {
	/*background:url(../boxslider/images/arrow-right-hov.png) no-repeat;*/
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 90%;
	margin-top: -16px;
	outline: 0;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	z-index: 9999;
	display:none;

}

.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(../boxslider/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(./boxslider/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: 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 all and (max-width:480px) 
{
    
    
    /* Home Slider */
    .panel-header {height:750px;}
    #slider-holder {  min-height:750px;}
    .bx-wrapper {max-height:750px;  }

    .bx-wrapper img { min-width:1200px; margin-left:-150px;}	
    .bx-wrapper .bx-pager{ display: none;}

	.slide-imagetext {text-align: center}
	.slide-imagetext .maincontent {text-align:center}

	.slide-imagetext h1 {font-size:38px; line-height:38px; margin:0pt auto; margin-bottom:30px; max-width:100%;}	

    .slide-imagetext {top:22%;}
    .br-header {display: none}
    .subheading {font-size:16px; line-height: 1.2; max-width: 100%; margin: 0pt auto;}
    
    
    
	.find-out-form-holder{display:none;} 
	.find-out-wrapper {display:none;}
	.get-started-mobile {display: inline-block; margin-top:30px}
        
	.f25 {font-size:100px; line-height:100px;}
  
    
} 
	

@media all and (min-width:481px)  and (max-width:768px)
{	
	
        
    
    /* Home Slider */
    .panel-header {height:750px;}
    #slider-holder {  min-height:750px;}
    .bx-wrapper {max-height:750px;  }

    .bx-wrapper img { min-width:1200px; margin-left:-150px;}	
    .bx-wrapper .bx-pager{ display: none;}

	.slide-imagetext {text-align: center}
	.slide-imagetext .maincontent {text-align:center}

	.slide-imagetext h1 {font-size:42px; line-height:42px; margin:0pt auto; margin-bottom:30px; max-width:100%;}	

    .slide-imagetext {top:22%;}
    .br-header {display: none}
    .subheading {font-size:18px; line-height: 1.2; max-width: 100%; margin: 0pt auto;}
    
    
	
	
	.find-out-form-holder{display:none;} 
	.find-out-wrapper {display:none;}
	.get-started-mobile {display: inline-block; margin-top:30px}
        
	.f25 {font-size:120px; line-height:120px;}
    
    
	}


@media all and (min-width:769px)  and (max-width:1024px) 
	{
	     
     /* Home Slider */
    .panel-header {height:750px;}
    #slider-holder {  min-height:750px;}
    .bx-wrapper {max-height:750px;  }

    .bx-wrapper img { min-width:1200px; margin-left:-150px;}	
    .bx-wrapper .bx-pager{ display: none;}

	.slide-imagetext {text-align: center}
	.slide-imagetext .maincontent {text-align:center}

	.slide-imagetext h1 {font-size:55px; line-height:55px; margin:0pt auto; margin-bottom:30px; max-width:100%;}	

    .slide-imagetext {top:22%;}
    .br-header {display: none}
    .subheading {font-size:18px; line-height: 1.2; max-width: 100%; margin: 0pt auto;}
    
    
	
	
	.find-out-form-holder{display:none;} 
	.find-out-wrapper {display:none;}
	.get-started-mobile {display: inline-block; margin-top:30px}
        
	.f25 {font-size:120px; line-height:120px;}
    
   
        
	}


@media all and (min-width:1025px)  and (max-width:1280px) 
	{		
	
        
       /* Home Slider */
    .panel-header {height:900px;}
    #slider-holder {  min-height:900px;}
    .bx-wrapper {max-height:900px;  }

    .bx-wrapper img { min-width:1280px;}	
    .bx-wrapper .bx-pager{ display: none;}

	.slide-imagetext {}
	.slide-imagetext .maincontent { width:95%;}

	.slide-imagetext h1 {font-size:60px; line-height:60px;  margin-bottom:30px; max-width:50%;}	

    .slide-imagetext {top:25%;}
    .br-header {display: none}
    .subheading {font-size:25px; line-height: 1.2; max-width: 50%; ;}
    
	.find-out-wrapper{top:2%}
   
      
        
        
	}


@media all and (min-width:1281px)  and (max-width:1366px) 
	{		
	.maincontent { width:90%;}
           
       /* Home Slider */
    .panel-header {height:900px;}
    #slider-holder {  min-height:900px;}
    .bx-wrapper {max-height:900px;  }

    .bx-wrapper img { min-width:1280px;}	
    .bx-wrapper .bx-pager{ display: none;}

	.slide-imagetext {}
	.slide-imagetext .maincontent { width:90%;}

	.slide-imagetext h1 {font-size:60px; line-height:60px;  margin-bottom:30px; max-width:50%;}	

    .slide-imagetext {top:25%;}
    .br-header {display: none}
    .subheading {font-size:25px; line-height: 1.2; max-width: 50%; ;}
    
	.find-out-wrapper{top:2%}
   
    
    
        
	}


@media all and (min-width:1367px)  and (max-width:1440px) 
	{	
		
		 .slide-imagetext {top:32%;}
	
	}


@media all and (min-width:1441px)  and (max-width:1600px) 
	{		
	.slide-imagetext {top:33%;}
	}


@media all and (min-width:1601px)  and (max-width:1680px)
{	
	.slide-imagetext {top:33%;}
	
}

@media all and (min-width:1681px)  and (max-width:1920px)
{
	
}

