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

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
-----------------------------------------------------------------------------*/


/*********************************************
	-	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;
}

.ct-button {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
	border: 1px solid #FFF;
	text-decoration: none !important;
	color: #FFF !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	background-color: rgba(0, 0, 0, 0.35); 
}
.ct-button:hover { cursor: pointer; background-color: rgba(255,255,255,.15); }


.tp-loader {
    background: url("../assets/loader.gif") no-repeat scroll;
    border-radius: 3px;
    height: 44px;
    left: 50%;
    margin: -22px;
    position: absolute;
    top: 50%;
    width: 44px;
    z-index: 10000;
}

.tp-caption.ct_very_big_white{
			background-color: rgba(0, 0, 0, 0.35);
			box-shadow: 0 0 4px #000000;	
			padding:10px;
}

.tp-caption.ct_big_white {
			text-shadow: 0 0 5px #000000;
	
}

.boxedcontainer {
	border-bottom:1px solid #454A46;
}