<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------

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;
	background: #000;
	font-family: "fira_sansregular";
    font-size: 15px;
    line-height: 19px;
}
.tp-banner-container .head {
	background: #5eb0d2;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.24);
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 10050;
	color: #c6e6f3;
}
.tp-banner-container .head span {
	color: #fff;
}
.tp-banner-container .head a.closeSlideShow {
	width: 35px;
	height: 35px;
	display: block;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../../../images/close3.png) center center no-repeat;
	background-size: 11px;
}

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

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

</pre></body></html>