@import url('https://fonts.googleapis.com/css?family=Montserrat:800|Source+Sans+Pro:400,600,700&display=swap'); 

/**
 * 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 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  /*-webkit-box-shadow: 1px 1px 4px #949494;*/
  /*box-shadow: 1px 1px 4px #949494;*/
  background: #ffffff;
	/*left: -1px;*/
	background: #fff;
	height: 100%;
	
	/*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: 24px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/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: 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: #fff;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 6px;
	outline: 0;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; */
	-webkit-box-shadow: inset 2px 2px 4px -2px rgba(102,102,102,1);
-moz-box-shadow: inset 2px 2px 4px -2px rgba(102,102,102,1);
box-shadow: inset 2px 2px 4px -2px rgba(102,102,102,1);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e9041e;
	-webkit-box-shadow: 2px 2px 4px -2px rgba(0,0,0,1);
-moz-box-shadow: 2px 2px 4px -2px rgba(0,0,0,1);
box-shadow: 2px 2px 4px -2px rgba(0,0,0,1);
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 5px;
	background: url(../img/controls.png) no-repeat 0 -334px;	
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url(../img/controls.png) no-repeat -43px -334px;
}

.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: 0;
	margin: 0;
	outline: 0;
	width: 38px;
	height: 100%;
	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(../img/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(../img/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: Verdana;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.slider { 
	max-width: 1440px; 
	margin: 0 auto;	
}

/* Button */

.btn-container {
	position: relative;
	line-height: 18px;
}

:focus, a:focus, a:active, a:hover
{
  outline: none;
}


button, a.btn
{
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;   
  text-decoration: none;
  text-align: left;
  padding: 7px 14px 7px 16px;
  cursor: pointer;
  border-radius: 1px;
  /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); */
  background: #5a5c64;
  margin-top: 8px;
}

button .wb, a.btn.wb { color: #000 !important; background: #fff !important; }

button:hover, a.btn:hover, button:focus, a.btn:focus
{
  color: #fff !important; background: #e9041e !important;
}
 
.h-01 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 28px;
}

.h-02 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
}

.h-03 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
}

.p-01 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 8px;
}
 
.floatingbar-01 { color: #e9041e; font-size: 37px; font-weight: 800; letter-spacing: -8px; margin-top: -5px; padding: 0 0 0 0; text-rendering: optimizeSpeed; }
.floatingbar-02 { color: #e9041e; font-size: 33px; font-weight: 800; letter-spacing: -5px; margin-top: -6px; padding: 0 0 0 0; text-rendering: optimizeSpeed;}
.floatingbar-03 { color: #e9041e; font-size: 27px; font-weight: 800; letter-spacing: -5px; margin-top: -3px; padding: 0 0 -3px 0; text-rendering: optimizeSpeed;}
.fw { color: #fff; font-weight: normal !important;}
.fb { color: #000; font-weight: normal !important; }


.pos-left { left: 0px; }
.pos-right {  right: 0px; }
.pos-top { top: 0px; }
.pos-bottom { bottom: 0px; }

.bg-01 { background-color: rgba(178, 178, 178, 0.3); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cb2b2b2', endColorstr='#4cb2b2b2'); /* IE */ }
.bg-02 { background-color: rgba(127, 127, 127, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7F7F7F7F', endColorstr='#7F7F7F7F'); /* IE */  }
.bg-03 { background-color: rgba(76, 76, 76, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc4c4c4c', endColorstr='#cc4c4c4c'); /* IE */ }
.bg-04 { background-color: rgba(219, 219, 219, 0.3); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cdbdbdb', endColorstr='#4cdbdbdb'); /* IE */ }
.bg-05 { background-color: rgba(230, 230, 230, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7fe6e6e6', endColorstr='#7fe6e6e6'); /* IE */ }
.bg-06 { background-color: rgba(255, 255, 255, 0.9); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e5ffffff', endColorstr='#e5ffffff'); /* IE */ }

.text-width-30 { width: 30%; }
.text-width-40 { width: 40%; }
.text-width-50 { width: 50%; }
.text-width-60 { width: 60%; }

.content
{
	position: absolute;
	padding: 16px 16px 24px 16px;
	margin: 2% 4% 1% 4%;
	z-index: 150;
}


@media only screen and (max-width: 700px) {
	.content { 
		position: relative; 
		padding: 0; 
		margin: 18px 17px 18px 17px; 
		height: 200px;
	}
		
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
	display: none;
}	

.bg-01, .bg-02, .bg-03, .bg-04, .bg-05, .bg-06 { background-color: #fff; }
.fw { color: #000; }

button, a.btn, button .wb, a.btn.wb
{
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff !important;   
  text-decoration: none;
  text-align: left;
  padding: 7px 14px 7px 16px;
  cursor: pointer;
  border-radius: 1px;
  /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); */
  background: #5a5c64 !important;
  margin-top: 8px;
}

button:hover, a.btn:hover, button .wb:hover, button:focus, a.btn:focus, a.btn.wb:focus
{
  color: #fff !important; background: #e9041e !important;
}


.text-width-30 { width: 90%; }
.text-width-40 { width: 90%; }
.text-width-50 { width: 90%; }
.text-width-60 { width: 90%; }

.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
	background-position: 0 -42px;
    background-position: 0 -webkit-calc(50% - 132px);
    background-position: 0 calc(50% - 132px);		
}

.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
	background-position: -43px -42px;
	background-position: -43px -webkit-calc(50% - 132px);
    background-position: -43px calc(50% - 132px);	
}

.btn-container {
	position: relative;
	line-height: 18px;
}

:focus, a:focus, a:active, a:hover
{
  outline: none;
}

} 

/*
@media only screen and (max-width: 690px) {	
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {	display: none; }
	.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover { background: none; }
 	}
*/
