
  /*********************************************************************************************
		-	SET THE SCREEN SIZES FOR THE BANNER IF YOU WISH TO MAKE THE BANNER RESOPONSIVE 	-	
  **********************************************************************************************/
  
  /*	-	THE BANNER CONTAINER (Padding, Shadow, Border etc. )	-	*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import "font-awesome.html";
@font-face {
    font-family: 'BebasRegular';
    src: url('../fonts/BEBAS___-webfont.bin');
    src: url('../fonts/BEBAS___-webfont-1.bin') format('embedded-opentype'),
         url('../fonts/BEBAS___-webfont.html') format('woff'),
         url('../fonts/BEBAS___-webfont-2.bin') format('truetype'),
         url('../fonts/BEBAS___-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

  .bannercontainer {	
		padding:5px;		
		background-color:#fff;
		width:890px;	
		position:relative;
		position:relative;	
		margin-left:auto;
		margin-right:auto;	
	
	}
 
  .banner{		
		width:890px;
		height:490px;
		position:relative;
		overflow:hidden;			
   }
   
   
    .bannercontainer-simple {	
		padding:5px;		
		background-color:#fff;
		width:890px;	
		position:relative;
		position:relative;	
		margin-left:auto;
		margin-right:auto;	
	
	}
 
  .banner-simple{		
		width:890px;
		height:490px;
		position:relative;
		overflow:hidden;			
   }

 .fullwidthbanner-container{
	width:100% !important;		
	position:relative;
	padding:0;		
	margin:0px;
	max-height:369px !important;
	overflow:hidden; border:1px solid #ccc; border-bottom:0px!important;
} 

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:350px !important;
	position:relative;	
}
   
.fullwidthbanner-container img{ max-width:none !important}



   
   
   
   
   
   
   
   
   