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


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



.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
	background-color: #f3f6f7;
	border-bottom: 1px solid #eee;
	margin-top: 131px;/*94px;*/
}

.tp-banner{
	width:100%;
	position:relative;
	margin-top: 131px;
}

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



@media only screen and (min-width: 480px) and (max-width: 767px){
	
.tp-banner-container{
	margin-top: 160px;
}

}

@media only screen and (max-width: 479px){
	
.tp-banner-container{
	margin-top: 160px;
}


}