@charset "utf-8";
/* CSS Document */
.ProjectSection {
	padding-bottom: 80px;
	padding-top: 75px;
	background-color: #f7f2ed;
}
.Sectionfirst {
	padding-top: 75px;
}
.PromoSection:nth-of-type(odd) {
	background-color: #f7f2ed;
}

.ProjectsPanel {
	position: relative;
	float: left;
	width: 86%;
	padding-right: 7%;
	padding-left: 7%;
}
.ProjectsPanel h1 {
	position: relative;
	text-transform: uppercase;	
}
.ProjectPanel h1 {
	text-transform: uppercase;
	opacity: 0;
}
.ProjectsDisplayPanel {
	width: 100%;
	margin-top: 45px;
}
.ProjectIntroContainer {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.ProjectDescriptionContainer {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 16px;
}
.ProjectDescriptionContainer h1 {
	font-weight: 400;
	color: #394665;
	font-size: 1.25em;
	text-transform: uppercase;
}
.ProjectDescriptionContainer h2 {
	font-weight: 400;
	color: #394665;
	font-size: 1.10em;
	text-transform: uppercase;
}
.ProjectDescriptionContainer h3 {
	padding-left: 25px;
	margin-bottom: 12px;
	position: relative;
	text-transform: uppercase;
}
.ProjectInfoContent a {
	color: #394665 !important;
	text-decoration: none !important;
	position: relative;
}

.ProjectInfoContent a::after {
	font-size: .85em;
	transform: scale(1, 1.25);
	-webkit-transform: scale(1, 1.25);
	padding-left: 5px;
	content: "\25BA"; 
}
.Arrows {
	font-size: .85em;
	transform: scale(1, 1.25);
	-webkit-transform: scale(1, 1.25);
	padding-left: 5px;
}

.ProjectInfoContent a:hover {
	color: #C30 !important;
	text-decoration: none !important;
}

.ProjectDescriptionContainer h3::before {
	left: 0px; 
	top: .75em; 
	width: 20px; 
	height: 1px; 
	position: absolute; 
	content: " "; 
	background-color: #394665;
}
.ProjectIntroContainer p {
	line-height: 22px;
}
.ProjectDescriptionContainer p {
	line-height: 22px;
}
.ProjectContainer {
	float: left;
	height: auto;
	width: 23%;
	position: relative;
	margin-right: 2.666666666666667%;
	min-height: 265px;
}
.ProjectContainerMargin {
	margin-right: 2%;
}
.ProjectContainer:nth-child(4n+1) {
	margin-right: 0%;
}

/*Environment*/
.CenteredImage {
	position:relative;
	margin:auto;
	display: block;
	margin-bottom: 16px;
}
.ImgFloatLeft {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}
.ImgFloatRight {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
}

.EnvironmentContainer {
	float: left;
	height: auto;
	width: 30%;
	position: relative;
	margin-right: 5%;
	min-height: 330px;
}
.EnvironmentContainerMargin {
	margin-right: 2%;
}
.EnvironmentContainer:nth-child(3n+1) {
	margin-right: 0%;
}
.EnvioContainer p {
	line-height: 1.73em;
}
.EnvioContainer ul {
	list-style-image: none;
	list-style-type: disc !important;
	margin-left: 12px !important;
	margin-bottom: 12px !important;
	margin-top: 4px;
	padding-left: 0px;
}
.EnvioContainer li {
	line-height: 1.73em;
	padding-left: 15px;
	padding-bottom: 8px;
	position: relative;
}
.EnvioContainer ul > li::before {
	left: 0px; 
	top: -8px; 
	position: absolute; 
	content: "\005F"; 
}
.EnvioContainer ol > li::before {
	content: none;
}
.EnvioContainer a {
	text-decoration: underline;
}
/*Environment*/
.ProjectImageContainer {
	float: left;
	width: 100%;
	position: relative;
	background-color: #394765;
	line-height: 0px;
}
.ProjectImageContainer img {
	width: 100%;
	height: auto;
}
.ProjectImageContainer img:hover {
	opacity: .55;
}
.ProjectNameContainer {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
}
.ProjectNameContainer h3 {
	font-size: .9em;
	margin-top: 16px;
	margin-bottom: 0px !important;
	line-height: normal;
	position: relative;
	text-transform: uppercase;
}
.ProjectNameContainer h3 > span {
	display: block;
	max-width: 90%;
}
.ProjectNameContainer h3::after {
	right: 0px; 
	top: .65em; 
	width: 30px; 
	height: 1px; 
	position: absolute; 
	content: " "; 
	background-color: #394665;
}
@media all and (min-width:768px) and (max-width:1024px) {
	.ProjectContainer {
		width: 45%;
		margin-right: 10%;
	}
	.ProjectContainer:nth-child(2n+1) {
		margin-right: 0%;
	}
}
@media all and (min-width:320px) and (max-width:767px) {
	.ProjectContainer,
	 .EnvironmentContainer {
		width: 100%;
		margin-right: 0%;
		min-height: inherit;
		margin-bottom: 20px;
	}
	.ProjectsDisplayPanel {
		margin-top: 10px;
	}
	.ProjectIntroContainer {
		margin-bottom: 20px;
	}
}
/*************************************Specific Project*/
.ProjectPanel {
	position: relative;
	float: left;
	width: 86%;
	padding-right: 7%;
	padding-left: 7%;
	z-index: 1;
}
.ProjectTitleContainer {
	float: left;
	width: 50%;
	position: relative;
}
.ProjectReturnContainer {
	text-align: right;
	height: 30px;
	position: relative;
	background-image: url(../ui/MenuArrow.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	background-size: auto 25px;
	width: 50%;
	margin-bottom: 20px;
	float: left;
}
.ProjectReturnContainer:hover {
	background-image: url(../ui/MenuArrowHover.png);
}
.ProjectReturnContainer a {
	padding-right: 30px;
	font-size: 1.15em;
	line-height: 1.25em;
}

.EnvironmentTitleContainer {
	float: left;
	width: 80%;
	position: relative;
}
.EnvironmenttReturnContainer {
	text-align: right;
	height: 30px;
	position: relative;
	background-image: url(../ui/MenuArrow.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	background-size: auto 25px;
	width: 20%;
	margin-bottom: 20px;
	float: left;
}
.EnvironmenttReturnContainer:hover {
	background-image: url(../ui/MenuArrowHover.png);
}
.EnvironmenttReturnContainer a {
	padding-right: 30px;
	font-size: 1.15em;
	line-height: 1.25em;
}

.ProjectInfoPanel {
	float: left;
	height: 579px;
	width: 30%;
	position: relative;
	z-index: 1;
}
.ProjectInfoContent {
	width: 90%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: right;
	z-index: 1;
	opacity: 0;
}
.ProjectInfoContent p {
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 24px;
}
#LeftPanel p:first-child {
	display: block;
	width: 100%;
	background-image: url(../ui/ProjectHoroline.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ProjectInfoContent strong {
	font-weight: 400;
	color: #394665;
}
.ProjectInfoContent span {
	cursor: pointer;
}
.ProjectInfoContent span:hover {
	color: #c80b2e;
}
#LeftPanel {
	display: block;
}
#ResponsePanel {
	display: none;
}
.ReadmoreProject strong:hover {
	color: #b72025 !important;
	text-decoration: underline !important;
}
.ProjectGalleryContainer {
	float: left;
	position: relative;
	width: 70%;
}
.GalleryContainer {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #f7f2ed;
	height: 579px;
	z-index: 1;
}
.GalleryBackground {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	cursor: pointer;
}
.GalleryBackground img {
	width: 100%;
	height: 100%;
	display: block;
}
.ProjectTitle {
	position: absolute;
	z-index: 2;
	height: auto;
	width: 40%;
	left: -32%;
	top: 16px;
	opacity: 0;
	padding: 10px;
	background-image: url(../ui/Vinnette.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.GalleryContent {
	text-align: right !important;
	font-size: 2.5em;
	font-weight: 600;
	color: #394765;
	float: left;
	width: 100%;
	position: relative;
	text-transform: uppercase;
}
.ProjectNav {
	position: absolute;
	height: 50px;
	width: 65px;
	bottom: 50%;
	cursor: pointer;
	font-size: 3em;
}
.ProjectNavLeft {
	background-image: url(../ui/LeftScroll.png);
	background-repeat: no-repeat;
	background-position: center center;
	left: 14%;
	z-index: 99;
}
.ProjectNavRight {
	background-image: url(../ui/RightScroll.png);
	background-repeat: no-repeat;
	background-position: center center;
	right: 14%;
	z-index: 99;
}
.LinkedProduct {
	line-height: 30px;
	color: #394666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #394666;
}
.LinkedProduct:hover {
	text-decoration: none !important;
	color: #b72025;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b72025;
}

@media all and (min-width:900px) and (max-width:1680px) {
	.ProjectNavLeft {
		left: 2%;
	}
	.ProjectNavRight {
		right: 2%;
	}
}
@media all and (min-width:320px) and (max-width:768px) {
	.ProjectSection {
		padding-top: 40px;
	}
	.ProjectPanel {
		width: 100%;
		margin: 0px;
		padding: 0;
	}

	.ProjectInfoContent {
		position: relative;
		width: 100%;
		text-align: left;
	}
	#LeftPanel {
		display: none;
	}
	#ResponsePanel {
		display: block;
		width: 100%;
	}
	.ProjectGalleryContainer {
		width: 100%;
	}
	.ProjectNav {
		bottom: 60%;
	}
	.ProjectNavLeft {
		left: 2%;
	}
	.ProjectNavRight {
		right: 2%;
	}
	.ProjectTitle {
		left: 0px;
		width: auto;
	}
	#ResponsePanel p:first-child {
		display: block;
		width: 100%;
		background-image: url(../ui/ProjectHoroline.png);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
}
.LightBoxLoader {
	background-image: url(../html5lightbox/skins/default/lightbox-loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 999;
	height: 32px;
	width: 32px;
	left: 50%;
	top: 50%;	
}
.MagPanel {
	background-color: #394666;
	position: absolute;
	z-index: 2;
	height: 50px;
	width: 50px;
	right: 0px;
	bottom: 0px;
	background-image: url(../ui/MagnifyGlassLeft.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .5;
	border-radius: 15px 0px 0px 0px;
}
p.html5-description {
	font-size: .95em !important;
}
.html5-description a {
	color: #FFF !important;
}
