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

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

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

.rev-slider-image{
    max-width: 800px !important;
}
.tp-bgimg.defaultimg {
    opacity: 0.4 !important;
	
}

.fullscreenbanner:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;    
	background-color: rgb(0, 0, 0,1);
}
.inner-intro::before ,.fullscreen-container::before{
	content: "";
	display: block;
	width: 100%;
	height: 300px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
  }
  