/**
* 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)
*
* Edited by: Tevin Steinke, 2013
* http://networkATS.com
* (to better suit the SNA theme)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/
.Uppercase {
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.bx-container {
	width:1275px;
	margin:auto;
	padding:0;
	}
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
ul.bxslider {
	margin-left:0px !important;
	padding-left:0px !important;
	list-style: none;
	}
ul.bxslider li {
	margin-left:0px !important;
	padding-left:0px !important;
	}
/** THEME
===================================*/
.bx-full {
	width:100%;
	height:600px;
	background-image:url(images/bx-bk.png);
	background-repeat:repeat-x;
	margin-top:5px;
	}
.bx-wrapper .bx-viewport {
	margin-top:5px;
	margin-left:0px !important;
	padding-left:0px !important;
	HEIGHT:495px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -20px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #ffffff;
  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;
  width:100%;
}
.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: #1a2857;
  text-indent: -9999px;
  display: block;
  width: 60px;
  height: 15px;
  margin: 0 3px;
  outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #be151b;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -20px;
  background: url(images/controls2.png) no-repeat 0 0px;
}
.bx-wrapper .bx-next {
  right: -20px;
  background: url(images/controls2.png) no-repeat -56px 0px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 -64PX;
}
.bx-wrapper .bx-next:hover {
  background-position: -56px -64PX;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 40%;
  margin-top: 0px;
  outline: 0;
  width: 32px;
  height: 65px;
  text-indent: -9999px;
  z-index: 9998;
}
.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;
}*/
/* CONTENT BLOCK */
.bx-content {
  margin: 2em auto 1em;
  padding: 3em 3em 2em 3em;
}
.bxslider li img {
  box-shadow: 0 0 16px #363636;
  float: right;
  height: auto;
  margin-top: -30px;
  max-width: 515px;
  max-height:400px;
  border:solid 8px #FFF;
}
.bx-content p {
  width: 49%;
  font-size:24px;
  line-height:28px;
  color:#000;
}
.bx-content p.learn-more {
	margin-top:30px;
	clear:none;
}
.bx-content h2 {
  font-size:52px;
  line-height:54px;
  margin-top:-30px;
  width: 49%;
}
.bx-content h2 a {
	font-weight:600;
}
@media (max-width: 1330px) {
.bx-container {
	width:93%;
	margin:auto;
	padding:0;
	}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 5px;
}
}
@media (max-width: 1250px) {

.bx-content p {
	 width: 50%;
	 font-size:18px;
	line-height:22px;
	 }
.learn-more a {
	font-size: 18px;
	padding:5px;
}
  .bx-content h2 {
    width: 50%;
	font-size:42px;
	line-height:44px;
  }
.bx-full {
	width:100%;
	height:500px;
	background-image:url(images/bx-bk.png);
	background-repeat:repeat-x;
	background-position:0px -100px;
	margin-top:5px;
	}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -20px;
}
.bxslider li img {
  max-height:300px;
  max-width:380px;
}
}
@media (max-width: 1180px) {
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	top: 415px;
}
}
@media (max-width: 1080px) {
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	
}
.bx-content h2 {
    width: 50%;
	font-size:36px;
	line-height:40px;
  }
}
@media (max-width: 960px) {
.bx-content h2 {
	font-size:30px;
	line-height:34px;
  }
.bxslider li img {
  max-height:300px;
  max-width:300px;
}
}

@media (max-width: 800px) {
.bxslider li img {
     display:none;
  }
.bx-content h2 {
    width: 90%;
  }
.bx-content p {
    width: 100%;
  }
.bx-full {
	height: 380px;
	background-position: 0px -180px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	top: 335px;
}
.bx-wrapper .bx-prev {
  left: 0px;
}
.bx-wrapper .bx-next {
  right: 0px;
}
}

@media (max-width: 600px) {
.bx-full {
	display:none;
}

/*.bx-content h2 {
	margin-top: -50px;
	font-size:24px;
	line-height:28px;
}
.bx-content p {
	font-size:15px;
	line-height:18px;
}
.bx-content p.learn-more {
	font-size:15px;
	padding: 10px 4px;
}
.bx-full {
	height: 300px;
	background-position: 0px -240px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	top: 270px;
}*/
}
/*@media (max-width: 500px) {
.bx-content p {
	display:none;
}
.bx-content p.learn-more {
	display:block;
}
.bx-full {
	height: 270px;
	background-position: 0px -280px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	top: 240px;
}

}
@media (max-width: 400px) {
.bx-full {
	display:none;
}
}
