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

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

.diller {
    z-index: 99999;
    position: absolute;
    top: 27px;
    right: 0;
}

.diller a {
    float: left;
    margin-right: 10px;
}



.diller2 {
    z-index: 99999;
    position: absolute;
    top: -40px;
    right: 55px;
}

.diller2 a {
    float: left;
    margin-right: 10px;
}



@media screen and (max-width:768px) {
	.diller{display:none;}
	
}

@media screen and (min-width:768px) {
	.diller2{display:none;}
	
}