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

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	//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;
}


/***********************************
        -	CAPTIONS	-
************************************/
.tparrows{
    /* display: none !important; */
}

.tp-caption.regular_title{
    color: #00000;
    font-size: 30px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    width: 740px !important;    
    white-space: normal !important;
    line-height: 38px;
    text-shadow: 0 2px 2px #535458;
}

.tp-caption.regular_subtitle{
    color: #00000;
    font-size: 21px;
    width: 720px !important;    
    white-space: normal !important;
    position: relative;
    z-index: 260;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
}


