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

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;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.tp-banner-home{
	width: 100%;
	height: 100%;
	background-color: #ffffff !important;
}

@media only screen and (min-width: 769px){
	.tp-banner-home {
		min-height:470px;
	}
}

@media only screen and (max-width: 550px){
	.tp-caption.slider_but1 a.btn.btn-xs {
		padding: 0px 3px;
		font-size: 200%;
	}
	.tp-banner-home .tp-caption.slide_list i {
		padding: 0px 3px;
		font-size: 10px;
	}
}