/*-----------------------------------------------------------------------------

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;
}


.bannercontainer {
		width:100%;
		position:relative;
		padding:0;
}


body > div.wrapper.clearfix > div > div.tp-bullets.simplebullets.round.hidebullets, .tp-bullets {
		display: none!important;
}

.tp-caption, .tp-simpleresponsive .caption, .tp-simpleresponsive {
	font-family: Arial, 'sans-serif'!important;
	font-size: 2.8em;
	line-height: 1.0!important;
	color: #00ffb0;
	
		width:100%;
		position:relative;
		padding:0;
}




/* Tablets Portrait und kleiner */
@media screen and (max-width:768px) {
    
.tp-caption, .tp-simpleresponsive .caption, .tp-simpleresponsive {

}

.tp-caption.fullscreenvideo {
    display: none;
}

}

