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

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;
	margin-top: 35px;

}

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

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}
.ourlagacy {
	text-align:center;
}
.ourlagacy .box{
	display:inline-block;
	float:none;
	min-height:400px;
	padding:5px;
	overflow:hidden;
	border:1px solid #ccc;
}
.ourlagacy .box .details{
	min-height:50px;
	background:#27262C;
	padding:5px 0px;
	margin-top:5px;
}
.ourlagacy .box .details h3{
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.ourlagacy .box .details h4{
	font-size:14px;
	color:#fff;
}
.ourlagacy .row2{
	margin-top:20px;
}
.ourlagacy .row2 .leftbox{
	float:left;
}
.ourlagacy .row2 .rightbox{
	float:right;
}
@media screen and (min-width: 1200px){
	.ourlagacy  .row3{
		left: 450px;
		position: absolute;
		right: 0;
		top: 750px;
		width: 300px;
	}
	.ourlagacy  .row3 .box{
		width:300px;
	}
}
.row .box {
	position: relative;
}
.row .box::before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.row .box:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.briefPopUp-modal{
	padding:20px 30px 20px;	
}
.briefPopUp-modal h1{
	border-bottom: 2px dotted;
    color: #d38512;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
}
.briefPopUp-modal .details ul{
	margin: 0;
}
.briefPopUp-modal .details li{
	list-style:none;
	text-align:justify;
	line-height: 30px;
	margin:10px 0;
	color: #333;
	font-size:14px;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}