/*-----------------------------------------------------------------------------

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;
	background:#fff;
	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:750px !important;
		overflow:hidden;
	}
	.fullwidthbanner-container2 {
		max-height:750px !important;
	}

	.home-wrapper .fullwidthbanner-container {
		// max-height:1000px !important;
	}
	.home-wrapper #revolution-slider-half {
		// max-height: 1000px !important;
  //   	height: 1000px !important;
	}
	.home-wrapper .kenburnimg img {
		// margin-top: 60px;
		// height: 100% !important;
	}
	// .homeBanner {
	// 	display: block;
	// }
	// .homeBannerMob {
	// 	display: none;
	// }

@media screen and (max-width: 540px) {

	// .home-wrapper .fullwidthbanner-container {
	// 	max-height:220px !important;
	// }
	// .home-wrapper #revolution-slider-half {
	// 	max-height: 220px !important;
 //    	height: 220px !important;
	// }
	// .home-wrapper .kenburnimg img {
	// 	margin-top: -30px;
	// 	width: 100% !important;
	// }
	// .home-wrapper .kenburnimg {
	// 	top: -20% !important;
 //    	left: -9% !important;
	// }
	// .homeBanner {
	// 	display: none;
	// }
	// .homeBannerMob {
	// 	display: block;
	// }



}
@media screen and (min-width:800px) and (max-width:1680px) {

	.home-wrapper .fullwidthbanner-container {
		max-height:1025px !important;
	}
	.home-wrapper #revolution-slider-half {
		// max-height: 1025px !important;
  //   	height: 1025px !important;
	}
	.home-wrapper .kenburnimg img {
		height: 100% !important;
	}
	.homeMain {
		padding-top: 20px !important;
	}



}