body{
	font-family: 'Cabin', sans-serif;
}
.main-section .flank .container{
	max-width:970px;
	width:100%;
	background: #fff;
}
.content-area-inner{
	background: url(../../images/content-bg-cover_local.gif) top center repeat-x;
}
.main-section .skilet .container{
	max-width:970px;
	width:100%;
	background: #fff;
}
.main-section{
	max-width:970px;
	width:100%;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	margin:auto;
}
.main-content-area {
	padding-bottom: 50px;
}
.main-section .flank img{
	width:100%;
}
.main-section .collectabs{
	color:#fff;	
}
.main-section .main-banner{
	position:relative;
	margin-bottom:30px;
	margin-top: 15px;
}
.main-section .collectabs{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.main-section .tblView{
	display:table;
	width:100%;
	height:100%;
}
.main-section .celView{
	display:table-cell;
	vertical-align:middle;
}



.main-section .collectabs h1{
	font-weight:bold;
	font-size:48px;
  text-transform: uppercase;
}

.main-section .collectabs .bdr{
	width:70px;
	background:#ed1c24;
	height:3px;
	margin:auto;
	margin-top:20px;
}
.main-section .collectabs p{
	font-size:18px;
	margin-top:20px;
}
.main-section .main-steak{
	margin-bottom:30px;
	float:left;
	width:100%;
}
.main-section .main-steak .steak img{
	width:100%;
}
.main-section .main-steak .harb{
	background:#eeeeee;
	padding:15px;
	color:#474747;
	font-weight:bold;
	font-size:18px;
	min-height:80px;
}
.main-section .celView{
	padding:0px 10px;
}
.main-section .main-steak .steak .imgSpan {
	display: block;
}
.main-section .main-steak .steak .imgSpan img{
	width:100%;
	height:290px;
}
.compat-object-fit {
    background-size: cover;
    background-position: center;
}
.compat-object-fit img {
    opacity: 0;
    filter: alpha(opacity=0);
    /* IE6+ */    
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    /* IE6+ */    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    /* this works in IE8 only */
}


 @media only screen and (min-width:768px) and (max-width:991px){
	 .main-section .main-steak .harb{
		 min-height: 110px;
	 }
	 .main-section .main-steak .steak img {
		width: 100%;
		height: 200px;
	}
 }
  @media only screen and (min-width:768px) and (max-width:991px){
   .main-section .main-steak .steak img {
		height: 260px;
	}
  }

 @media only screen and (max-width: 767px) {
	 .main-section .main-steak{
		 width:100%;
	 }
	 .main-section .main-steak .steak img{
		width:100%;
		height:auto;
	}
	.main-banner .banner img{
		min-height:300px;
	}
	.main-section .main-steak .steak .imgSpan img{
		height:inherit !important;
	}
	.main-section .main-steak .harb{
		height:inherit !important;
	}
 }
 
  @media only screen and (max-width: 550px) {
	  .main-section .collectabs h1{
		  font-size: 30px;
			padding: 0px;
			margin-top: 5px;
	  }
	  .main-section .collectabs p{
		  font-size:16px;
		  margin-top:10px;
	  }
  }