/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width: 100%;
	position: relative;
	padding: 0;
	height: 550px;

}

.tp-banner{
	width: 100%;
	position: static;
	height: 550px;
}

.tp-banner-fullscreen-container {
    width:100%;
	position:static;
	padding:0;
	height: 550px;
}

@media (max-width:400px){
	.logo{
		width: 190px;
	}
	.tp-banner-container{
	width: 100%;
	position: relative;
	padding: 0;
	height: 300px;

}

.tp-banner{
	width: 100%;
	position: static;
	height: 300px;
}

.tp-banner-fullscreen-container {
    width:100%;
	position:static;
	padding:0;
	height: 300px;
}
}

