/*-----------------------------------------------------------------------------

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. )	-	*/


	 .fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		margin-top: 0px;
		max-height: 500px !important;
		overflow:hidden;
		z-index: 998;
		background-color: #1d2024;
	}
	.fullwidthbanner-container .fullwidthbanner{
		width:100% !important;
		position:relative;
		padding:0;
		margin-top: 0px;
		max-height: 500px !important;
		overflow:hidden;
	}
	
.fullwidthbanner-container .boxes-info p{
     	font-size: 14px;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){

	


}
@media only screen and (min-width: 768px) and (max-width: 959px) {
 	.fullwidthbanner-container h1{
		font-size: 22px !important;
   }
   .fullwidthbanner-container h2{
		font-size: 20px !important;
   }
    .fullwidthbanner-container .boxes-info{
		max-width: 300px;
    }
    .fullwidthbanner-container .boxes-info h3{
		font-size: 16px;
    }
 	.fullwidthbanner-container .boxes-info h5{
		font-size: 12px;
    	margin-bottom: 2px !important
    }
     .fullwidthbanner-container .boxes-info p{
     	font-size: 10px !important;
     }
    .fullwidthbanner-container .btn {
		font-size: 10px !important;
    }
     .fullwidthbanner-container .choose-calling{
		margin-top: -35px;
     }

    .fullwidthbanner-container .boxes-info,.fullwidthbanner-container .choose-calling{		
    	margin-top: -35px; 
    	margin-left: 10px;   	
    }
     .fullwidthbanner-container .Box2nd{
		margin-left: -30px;
    }
}
 
@media only screen and (min-width: 480px) and (max-width: 767px) {
 	.fullwidthbanner-container h1{
		font-size: 14px !important;
   }
	.fullwidthbanner-container h2{
		font-size: 12px !important;
   }
}
 
@media only screen and (min-width: 0px) and (max-width: 479px) {
   .fullwidthbanner-container h1{
		font-size: 14px !important;
   }
   .fullwidthbanner-container h2{
		font-size: 12px !important;
   }
}
