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

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. )	-	*/

  .slider-main-home{background-color:#2c3e50;}
  .bannercontainer {
		padding:0px;
		background-color:#fff;
		width:960px;
		position:relative;
		position:relative;
		margin-left:auto;
		margin-right:auto;


	}
  .bannercontainer1 {
		padding:0px;
		width:100%;
		position:relative;
		position:relative;
		margin-left:auto;
		margin-right:auto;
	}


	.bannercontainer11 {
		padding:0px;
		width:1170px;
		position:relative;
		position:relative;
		margin-left:auto;
		margin-right:auto;
	}

  .banner{
		width:960px;
		height:500px;
		position:relative;
		overflow:hidden;
   }
   .banner1{
		width:1170px;
		height:480px;
		position:relative;
		overflow:hidden;
   }

	 .fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		max-height:460px !important;
		overflow:hidden;
	}


  /*	THE MEDIA CHOOSER TO SET DIFFERENT SIZES OF THE CONTAINER DEPENDING ON THE SCREEN SIZE    */
   @media only screen and (min-width: 768px) and (max-width: 959px) {

 		  .banner, .banner1, .bannercontainer			{	width:100%; height:395px;}




   }

   @media only screen and (min-width: 480px) and (max-width: 767px) {
		   .banner, .banner1, .bannercontainer		{	width:100%; height:250px;	}




   }

   @media only screen and (min-width: 0px) and (max-width: 479px) {
			.banner, .banner1, .bannercontainer		{	width:100%;height:166px;}




   }

.item-details a.button {height:auto!important;}
#myCarousel .carousel-control{margin-top:25%;}




