/*-----------------------------------------------------------------------------

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. )	-	*/


  
  
.fullscreen-container {
	width:100% !important;
	position:relative;
	padding:0;
	height:50%!important;
}

@media screen and (max-width: 992px) {
	.fullscreen-container {
		width:100%!important;
		position:relative;
		//padding:699px;
		padding-top: 0px;
		height:50%%!important;
	}
}

/*
@media (min-height: 0px ) and (max-height:320px){
    .fullscreen-container {
		height:90%!important;
	}
}

@media only screen and(min-height: 321px) and (max-height: 479px){
    .fullscreen-container {
		height:350px!important;
	}
}

480 660 default is default
@media only screen and(min-height:768px ) and (max-height:800px){
    .fullscreen-container {
		height:1440px!important;
	}
}*/
@media only screen and(min-height:801px ) and (max-height:900px){
    .fullscreen-container {
		width:100% !important;
		height:800px!important;
	}
} 

@media (min-height:901px ) and (max-height:1023px){
    .fullscreen-container {
                width:100% !important;
		height:900px!important;
	}
}

@media (min-height:1024px ) and (max-height:1200px){
    .fullscreen-container {
		height:1024px!important;
	}
}

@media  (min-height:1201px ) and (max-height:1440px){
    .fullscreen-container {
		height:1200px!important;
	}
}

@media /*only screen and*/(min-height:1441px ) and (max-height:1700px){
    .fullscreen-container {
		height:1400px!important;
	}
}



 /***************** THIS IS ONLY FOR DEMO , CAN BE DELETED **************/

.bottomtexts-example,
#topheader-to-offset 	{ position:relative;width:100%;min-height:120px; padding:30px 20px;box-sizing:border-box;-moz-box-sizing:border-box; text-align: center}

.bottomtexts-example	{	background-color:#421b3b; padding:40px 20px}
.bottomtexts-example h1,
#topheader-to-offset h1	{ font-size:25px;line-height:35px; color:#fff; font-family:Arial; font-weight:300;margin-bottom:30px;text-align:center;}

.bottomtexts-example p,
#topheader-to-offset p	{ font-size:13px; line-height:18px; color:#fff; font-family:Arial; font-weight:300;}

