/*-----------------------------------------------------------------------------

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-caption.slide-title{ font-size:35px; color:#fff; text-align:left !important; line-height:40px; text-transform:uppercase; font-weight:300;}
.tp-caption.slide-title span{ font-size:30px; text-transform:none;}
.tp-caption.slide-subtitle{ font-size:20px; color:#fff; text-align:left !important; line-height:25px; font-weight:300;}
.tp-caption.slide-description{ width:300px; font-size:16px; text-align:left !important; color:#fff; line-height:26px;}
.tp-caption.slide-link a{  font-size:15px; margin:18px 0 0 0; height:45px; line-height:45px; display:inline-block; color:#fff; background:#006fd6; padding:0 20px; text-transform:uppercase;}
.tp-caption.slide-link a:hover{ color:#fff; background:#0062bc}