p.heading1 {padding:0 10px 10px;line-height:1;}
/* responsive slider */
#slider_holder {position:relative;clear:both;padding-top:8px; }
.banners {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
	margin:0;
  }


.banners li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.banners li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.banners img {
  display: block;
  height: 200px;
  object-fit:cover;
  object-position:50% 50%;
  float: left;
  width: 100%;
  border: 0;
  border-bottom:1px solid #2C3E50;
  }
  /*
.banners_nav {position:absolute;bottom:0;width:30px;height:32px;background:black;z-index:15;overflow:hidden;text-indent:0;background:url('/images/sprites_default.png') no-repeat;text-indent:-200px;}
.banners_nav:hover {opacity:1;}
.banners_nav.prev {left:1px;background-position:0 -75px;}
.banners_nav.next {right:1px;background-position:-32px -75px;}
*/	
.banner_block {position:absolute;bottom:40px;width:100%;}
.banner_area {position:relative;}


 		.rslides_tabs{display:none;padding-top:0;clear:both;z-index:5;left:5px;bottom:5px;width:auto;position:absolute}
 		.rslides_tabs li{position:relative;display:inline-block;height:14px;width:14px;margin:0 3px;padding:0;cursor:pointer}
 		.rslides_tabs li a{width:12px;height:12px;border-radius:50%;border:1px solid #000;background:#4A5F74;display:block;outline:0;line-height:0;font-size:0;color:transparent;padding:4px;cursor:pointer;}
 		.rslides_tabs li.rslides_here a {background-color:#289ad0}


footer {margin:0;/*display:none;*/}

@media only screen and (min-width: 960px) {
	.banners {box-shadow:0 0 5px #000;}
	body.gold .logo,
	body .logo  {background-image:url('../images/home.png');height:55px;width:400px;max-width:500px;background-position:-5px 50%;background-size:auto 50px;}
	header {background:none;border:none;position:absolute;}
	#top {position:absolute;}
	body.u,
	body {margin:0;background:none}
	.body {padding:40px 0;}
	.body__signup {padding:20px 0 40px 0;}
	.box p {font-size:1.05rem;}
	.crumbs,
	.pull,
	nav {display:none!important;;}
	
	.home-overlay {padding:75px 20px 20px;background:#fff;position:absolute;bottom:0;left:0;right:0;z-index:999;
background: linear-gradient(0deg, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 100%);
	}
.banners img {  height: 33vh;  }	
		.banners {box-shadow:0 0 5px #000;}

}

@media only screen and (min-width: 1100px) {
	body.gold .logo,
	body .logo  {background-size:auto 90px;height:95px;background-position:-10px 50%;}
	.box p {font-size:1.1rem;}
	.banners img {  height: 45vh;  }	

}