.slider {
  margin: 0 auto;
  max-width: 100%;
}

.slide_viewer {
  height: 416px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
	background-size: contain !important;
}
.bannertitlehold {
	position: absolute;
	top: 120px;
	left: 15%;
	width: 466px;
	height: 170px;
	padding: 16px 30px;
	background: rgba(249,243,243,0.8);
	border-left: 13px solid #f68c31;
}
.slide span:nth-child(1) {
	width: 100%;
	font-size: 30px;
	line-height: normal;
	color: #37383a;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 24px;
	color: #37383a ;
	font-weight: bold;
}
.slide span:nth-child(2) {
	width: 100%;
	font-size: 16px;
	color: #37383a;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.slide:first-child {
  display: block;
}

/*.slide:nth-of-type(1) {
  background:url("../images/banner1.png") center center no-repeat;background-size:contain;
}

.slide:nth-of-type(2) {
  background:url("../images/banner1.png") center center no-repeat;
  background-size:contain;
}*/

.slide:nth-of-type(3) {
  background: #C75534;
}

.slide:nth-of-type(4) {
  background: #D1D1D4;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: 40px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 40px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height:auto ;
  opacity: 0.2;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;  
  top: 110px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}


































/*Media Queries Starts here*/

@media (max-width: 575px) {
	.banner{
		height: 200px;
	}
	.slide_viewer {
    	height: 200px;
	}
	.directional_nav{
		height: auto;
	}
	.directional_nav{
		top: -120px;
	}	
	.previous_btn, .next_btn{
		top:0;
	}	
	.homemenu .container{
		padding: 0;
	}
	.previous_btn{
		left: 15px;
	}
	.next_btn{
		right: 15px;
	}
	.bannertitlehold {
		position: absolute;
		top: 40px;
		left: 16%;
		width: 286px;
		height: 120px;
		padding: 5px 10px;
		background: #f9f3f3;
		border-left: 13px solid #f68c31;
	}
	.slide span:nth-child(1){
		font-size:24px;
	}
	.slide span:nth-child(2) {
		font-size: 16px;
	}
	.slide{
		background-size:contain !important;
	}
	.bannertitlehold {
		padding: 10px;
		display:none;
	}
	.slide span:nth-child(1) {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.slide span:nth-child(2) {
		font-size: 14px;
	}
	.previous_btn, .next_btn{
		opacity:0.8;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.banner{
		height: 200px;
	}
	.slide_viewer {
    	height: 200px;
	}
	.directional_nav{
		height: auto;
	}
	.directional_nav{
		top: -120px;
	}	
	.previous_btn, .next_btn{
		top:0;
	}
	.homemenu .secondary-color{
		background-color:#bf1e2d !important;
	}
	.homemenu .container{
		padding: 0;
	}
	.previous_btn{
		left: 15px;
	}
	.next_btn{
		right: 15px;
	}
	.bannertitlehold {
		position: absolute;
		top: 40px;
		left: 16%;
		width: 286px;
		height: 120px;
		padding: 5px 10px;
		background: #f9f3f3;
		border-left: 13px solid #f68c31;
	}

	.slide span:nth-child(1) {
		font-size: 24px;
	}

	.slide span:nth-child(2) {
		font-size: 16px;
	}
	.slide {
		background-size: contain !important;
	}
	.previous_btn, .next_btn {
		opacity: 0.8;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.banner{
		height: 200px;
	}
	.slide_viewer {
    	height: 200px;
	}
	.directional_nav{
		height: auto;
	}
	.directional_nav{
		top: -120px;
	}	
	.previous_btn, .next_btn{
		top:0;
	}
	.homemenu .secondary-color{
		background-color:#bf1e2d !important;
	}
	.homemenu .container{
		padding: 0;
	}
	.previous_btn{
		left: 15px;
	}
	.next_btn{
		right: 15px;
	}
	.bannertitlehold {
		position: absolute;
		top: 40px;
		left: 16%;
		width: 286px;
		height: 120px;
		padding: 5px 10px;
		background: #f9f3f3;
		border-left: 13px solid #f68c31;
	}

	.slide span:nth-child(1) {
		font-size: 18px;
		margin-bottom:2px;
	}

	.slide span:nth-child(2) {
		font-size: 15px;
		line-height: normal;
	}
	.slide {
		background-size: contain !important;
	}
	.previous_btn, .next_btn {
		opacity: 0.8;
	}
}