/*-----------------------------------------------------------------------------

REVOLUTION RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	26/06/12
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/




/***********************
	-	BASICS 	-
***********************/
html {
	overflow-x:hidden;
	padding: 0 !important;
	margin:0px !important;
}


  /*********************************************************************************************
		-	SET THE SCREEN SIZES FOR THE BANNER IF YOU WISH TO MAKE THE BANNER RESOPONSIVE 	-
  **********************************************************************************************/

  /*	-	THE BANNER CONTAINER (Padding, Shadow, Border etc. )	-	*/


	 .fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		max-height:500px !important;
		overflow:hidden;
		margin:-30px 0 0 0;
		z-index:1;
	}
	
	.bannercontainer {
		padding:5px;
		background-color:#fff;
		width:890px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
	}
 
	.banner{
		width:960px;    // MUST BE THE SAME AS IN THE OPTIONS startwidth
		height:500px;    // MUST BE THE SAME AS IN THE OPTIONS startheight
		position:relative;
		overflow:hidden;
	}
	
	    @media only screen and (min-width: 768px) and (max-width: 959px) {
       .banner, .bannercontainer{  width:750px; height:412px;}
        .bannershadow {width:750px;}
    }
     
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .banner, .bannercontainer{width:470px; height:258px;}
      .bannershadow {width:470px;}
    }
     
    @media only screen and (min-width: 0px) and (max-width: 479px) {
       .banner, .bannercontainer{width:300px;height:165px;}
       .bannershadow {width:300px; margin-top:-5px;}
    }

