/*-----------------------------------------------------------------------------

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
-----------------------------------------------------------------------------*/



  /*********************************************************************************************
		-	SET THE SCREEN SIZES FOR THE BANNER IF YOU WISH TO MAKE THE BANNER RESOPONSIVE 	-
  **********************************************************************************************/

  /*	-	THE BANNER CONTAINER (Padding, Shadow, Border etc. )	-	*/

  .bannercontainer {
		padding:0px;
		width:960px;
		position:relative;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		z-index: :0;


	}

  .banner{
		width:960px;
		height:350px !important;
		position:relative;
		overflow:hidden;
   }
.tp-simpleresponsive img{ height:330px !important;}
.caption{ left: 100; top:50px;}

  /*	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, .bannercontainer			{	width:760px; height:277px;}

		   		.defaultimg {width:760px !important; height:277px !important;}
			 .slotholder img{width:760px !important; height:277px !important;}
			 .tp-simpleresponsive img {width:760px !important; height:277px !important;}


   }

   @media only screen and (min-width: 480px) and (max-width: 767px) {
		   .banner, .bannercontainer		{	width:480px; height:175px;	}
		   		.defaultimg {width:480px !important; height:175px !important;}
			 .slotholder img{width:320px !important; height:117px !important;}
			 .tp-simpleresponsive img {width:320px !important; height:117px !important;}
			 .tp-caption.big_orange{font-size: 15px !important; left:0 !important; font-weight:100 !important; margin:0 2px !important}
              .tp-caption.medium_grey{font-size: 10px !important; left:2px !important; font-weight:100 !important; margin:0 2px !important}
.tp-caption.small_text{font-size: 8px !important; left:2px !important; font-weight:100 !important; margin:0 2px !important}


   }

   @media only screen and (min-width: 0px) and (max-width: 479px) {
			.banner, .bannercontainer		{width:315px; height:200px !important; }
			.defaultimg {width:315px !important; height:117px !important;}
			 .slotholder img{width:315px !important; height:115px !important;}
			 .tp-simpleresponsive img {width:320px !important; height:117px !important; margin:-110px 0 0 50px;}
.tp-caption.big_orange{top:0 !important;  color: #FFFFFF;  font-size: 14px !important;  margin: 0 !important;  padding: 5px !important;}
.tp-caption.medium_grey{top:37px !important;  color: #FFFFFF;  font-size: 12px !important;  margin: 0 !important;  padding: 5px !important;}
.tp-caption.small_text{top:65px !important;  color: #FFFFFF;  font-size: 9px !important;  margin: 0 !important;  padding: 5px !important;}
.slotholder{position: relative !important; top:131px !important; left:-65px;}


   }







