/* Mega Slider */
#full_block {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
#mega_slider {
  position: relative;
  width: 100%;
  max-width: 1568px;
}
#ms_slides {
  position: relative;
  overflow: hidden;
}
#ms_slides:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;	
}
.ms_slide {
  position: relative;
  display: block;
  max-width: 391px;
  margin-right: 1px;
  float: left;
  overflow: hidden;	
}
.ms_slide img {
  width: 100%;
  max-width: 392px;
  height: auto;
  vertical-align: middle;  	
}

.ms_slide-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 7px solid rgba(0,20,40,0.8);
  z-index: 1;
  box-sizing: border-box;
}
.ms_slide-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  box-sizing: border-box;	
}
.ms_slide-title {
  display: block;
  font: normal 23px 'TradeGothicLTPro-Bold', sans-serif;
  padding: 0 4%;	
}
.ms_slide-txt {
  display: block;
  padding: 4%;	
}
.ms_slide-foot {
  display: block;
  padding: 5% 5% calc(5% - 7px) 5%;
  color: #f15a29;
  font: normal 13px 'TradeGothicLTPro-Bold', sans-serif;
  line-height: normal;
  text-align: right;
  background: rgba(0,20,40,0.8);
}
.ms_slide-foot:after {
  content: "\0020\00BB";
  color: #fff;
  font: normal 16px Arial, Helvetica, sans-serif;	
}

#ms_next, #ms_prev {
  position: absolute;
  display: block;
  top: calc(50% - 62px);
  /*width: 124px;
  height: 124px;*/
  width: 8%;
  height: 31.7135%;
  border-radius: 62px;
  z-index: 9;
}
#ms_prev {
  /*left: -62px;*/ left: -4%;
  background: rgba(0,20,40,0.8) url(../img/arrow-left_ms.png) 73% center no-repeat;	
  background-size: 16.9354% auto;
}
#ms_next {
  /*right: -62px;*/ right: -4%;
  background: rgba(0,20,40,0.8) url(../img/arrow-right_ms.png) 27% center no-repeat;	
  background-size: 16.9354% auto;	
}
#ms_next:hover, #ms_prev:hover {background-color: rgba(241,90,41,0.8);}





@media only screen and (max-width:950px){
	#ms_next, #ms_prev {width: 10%; height: 30%;}
	#ms_prev {left: -5%;}
	#ms_next {right: -5%;}
}
@media only screen and (max-width:700px){
	#ms_next, #ms_prev {width: 15%; height: 30%;}
	#ms_prev {left: -7.5%;}
	#ms_next {right: -7.5%;}
}
@media only screen and (max-width:390px){
	#ms_next, #ms_prev {width: 20%; height: 20%;}
	#ms_prev {left: -10%;}
	#ms_next {right: -10%;}
}




/* Main Homepage Slideshow */

#homeshow {
  position: relative;
  width: 100%;
  min-height: 500px;
  margin: auto;
  overflow: hidden;
}
.hs_btn {
  position: absolute;
  top: calc(50% - 10px);
  z-index: 10;	
}
#hs_prev {left: 2%;}
#hs_next {right: 2%;}
.hs_bgs {
  position: relative;	
}
.hs_BGslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

#hs_content-slides {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;	
  overflow: hidden;
}

.hs_slide {
  float: left;
  opacity: 0;
}
.hs_slide-content {
  position: relative;
  width: 100%;
  max-width: 1050px;
  height: 100%;
  padding: 50px 20px 20px;
  color: #fff;
  text-align: center;
  z-index: 1;
  margin: auto;
  box-sizing: border-box;	
}
.hs_slide-text {
  width: 100%;
  max-width: 600px;
  margin: auto;	
  font-size: 18px;
  line-height: 1.5em;
  box-sizing: border-box;
}
.hs_slide-text h1 {
  color: #fff;
  font: normal 42px 'TradeGothicLTPro-Bold', sans-serif;
  line-height: normal;
  margin: 0;
}
.hs_slide-text a {
  display: inline-block;
  padding: 10px 20px;
  color: #f15a29;
  font: normal 13px 'TradeGothicLTPro-Bold', sans-serif;
  line-height: normal;
  background: rgba(0,20,40,0.8);
  margin: 0 0 20px 0;
  -webkit-transition:background 0.8s;
  transition:background 0.8s;
}
.hs_slide-text a:after {
  content: "\0020\00BB";
  color: #fff;
  font: normal 16px Arial, Helvetica, sans-serif;	
}
.hs_slide-text a:hover {
  background: rgba(23,51,88,1);
  -webkit-transition:background 0.8s;
  transition:background 0.8s;
}
.hs_piclinks {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;	
}
.hs_piclinks a {
  display: block;
  position: relative;
  max-height: 150px;
  padding: 0.693%;
  color: #f15a29;
  
  text-align: right;
  background: rgba(0,20,40,0.8);
  float: left;
  -webkit-transition:color 0.8s;
  transition:color 0.8s;
  -webkit-transition:background 0.8s;
  transition:background 0.8s;
}
.hs_piclinks img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  opacity: 1;
  -webkit-transition:opacity 0.8s;
  transition:opacity 0.8s;
}
.hs_piclinks a span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 10px 15px;
  font: normal 13px 'TradeGothicLTPro-Bold', sans-serif;
  background: rgba(0,20,40,0.8);
  box-sizing: border-box;
  -webkit-transition:background 0.8s;
  transition:background 0.8s;	
}
.hs_piclinks a:hover img {
  opacity: 0.5;
  -webkit-transition:opacity 0.8s;
  transition:opacity 0.8s;	
}
.hs_piclinks a span:after {
  content: "\0020\00BB";
  color: #fff;
  font: normal 16px Arial, Helvetica, sans-serif;
}
.qtr-link {
  width: 24.2574%;
  max-width: 245px;
  box-sizing: border-box;
}
.half-link {
  width: 49.5049%;
  max-width: 500px;
  box-sizing: border-box;
}
.hs_piclinks a:nth-child(2) {
  margin: 0 0.99%;	
}


@media only screen and (max-width:768px){
#homeshow {height: auto;}
.hs_piclinks, .hs_slide-text {padding: 0 20px;}
.hs_piclinks a {display: inline-block; padding: 5px;}
.hs_piclinks a.qtr-link {width: calc(50% - 4px); float:none;}
.hs_piclinks a.half-link {float:none; width: calc(100% - 4px); margin: 5px 0}	
.hs_piclinks a:nth-child(2) {margin: 0;}
}