@charset "utf-8";

.project-content.white.has-background{
	background: #efefef;
	opacity: 0.96;
}

.project-content.white.open > div{
	opacity: 1;
	z-index: 1033;
}

.project-details.white .container{
	z-index: 1034;
	opacity: 1 !important;
	background: white;
	padding-top: 60px;
}
.project-content > div .project-details.white .project-title h5,
.project-content > div .project-details.white p,
.project-content > div .project-details.white div,
.project-details.white > p{
	color: #151d29;
}

.project-content > div .project-details.white .project-title h5,
.project-content > div .project-details.white .bottom-icon-container{
	border-color: #151d29;
}

.project-content > div .project-details.white .icon-close.top{
	position: absolute;
	top:15px;
	right: 5px;
	z-index: 100;
	display: block;
	height: 100px;
	width: 100px;
	cursor: pointer;
	text-align: center;
	opacity: 1;
}
.project-details.white .bottom-icon-container {
    margin: 30px auto;
    width: 83.3333%;
    height: 50px;
}
.project-details.white .project-content .icon-close.bottom {
	position: absolute;
	right: 0;
	bottom: 80px;
	width: 100%;
	transform: none;
	font-weight: 700;
}


.project-details.white > div .project-details .container {
	background-color: #fff;
	border: 2px solid #666;
	opacity: 1;
	position: relative;
/*	top:10%;*/
	width: 80%;
	height: auto;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 3em;
	padding-top: 70px;
	box-shadow:0px 0px 13px -4px #888888;
	-moz-box-shadow:0px 0px 13px -4px #888888;
	-webkit-box-shadow:0px 0px 13px -4px #888888;
}

.project-details.white > div .project-details .container {
	background-color: #fff;
	border: 2px solid #666;
	opacity: 1;
	position: relative;
/*	top:10%;*/
	width: 80%;
	height: auto;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 3em;
	padding-top: 70px;
	box-shadow:0px 0px 13px -4px #888888;
	-moz-box-shadow:0px 0px 13px -4px #888888;
	-webkit-box-shadow:0px 0px 13px -4px #888888;
}



@media (max-width: 1006px){
	.project-content > div .project-details .container {
		position: relative;
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		z-index: 2;
		margin-top: 10px;
		margin-bottom: 30px;
		padding-top: 50px;
	}
}


.project-content > div .project-details.white .project-title h5{
	padding: 8px 0 6px;
	font-size: 24px;
}
span.ul{
	display:inline-block;
	line-height: 1.6;
	font-weight: 700;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.project-content > div .project-details.white .product img{
		width: auto;
		height: 400px;
	}
	.project-content > div .project-details.white .product2 img{
		width: auto;
		height: 300px;
	}
	.project-content > div .project-details.white .image30 {
		text-align: center;
	}
	.project-content > div .project-details.white .image30 img{
		width: 80%;
		height: auto;
	}
	.project-content > div .project-details.white .project-title {
		max-width: 100%;
	}
	.project-content > div .project-details.white .project-title h5{
		font-size: 18px;
		line-height: 1.2;
	}
}

table.simple td{
	vertical-align: top !important;
	color: #fff;
	font-size: 13px;
}
.project-content > div .project-details.white a:link,
.project-content > div .project-details.white a:visited{color: #151d29 !important;}