body {
	background-color: #000;
}

.home .content_frame {
	width: 1496px;
	max-width: none;
	/*position: relative;*/
	/*top: 50%;*/

	/*position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
	padding: 0;
}
@media only screen and (max-width: 1496px) {
	.home .content_frame {
		position: relative;
		max-width: 1496px;
		width: auto;
	}
}

.home.background {
	background-image: url(../assets/home/background.jpg);
	/*position: fixed;*/
	top: 173px;
	left: 0;
	width: 100%;
	height: 100%;
}

.home .row.img {
	text-align: center;
	
	position: relative;
}

.home .row.img.top > img {
	vertical-align: bottom;
}

.home .row.img.bottom > img {
	
}

.profile.background {
	/*position: fixed;*/
	top: 173px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../assets/profile/background.jpg);
}

.profile .left.col, 
.profile .right.col {
	/*width: 516px;*/
	width: 46.73913%
}

.profile .brands {
	margin-top: 84px;
}

.profile .brands h3 {
	border-bottom: 1px solid rgba(255,255,255,0.6);
	padding-bottom: 13px;
	margin-bottom: 13px;
	background-image: url(../images/arrow_down_accordion.png);
	background-repeat: no-repeat;
	background-position: top 5px right 0;
}
.profile .brands h3.ui-state-active {
	background-image: url(../images/arrow_up_accordion.png);
	background-repeat: no-repeat;
	background-position: top 5px right 0;
}

.what-we-do .feature.row {
	text-align: center;
	margin-top: 69px;
}

.what-we-do #design {
	background: url(../assets/what_we_do/box_design.jpg) no-repeat 0 0 / cover;
}

.what-we-do #technical {
	background: url(../assets/what_we_do/box_technical.jpg) no-repeat 0 0 / cover;
}

.what-we-do #production {
	background: url(../assets/what_we_do/box_production.jpg) no-repeat 0 0 / cover;
}

.what-we-do .feature.row > article.box {
	display: inline-block;
	/*width: 33%;*/
	width: 30.282608%;
	height: 357px;
	vertical-align: top;
	position: relative;
}
.what-we-do .feature.row > article.box:nth-child(even) {
	/*margin: 0 15px;*/
	margin: 0 1.358696%;
}

.what-we-do .feature.row article.box a > header, 
.what-we-do .feature.row article.box a > summary {
	opacity: 0.99;
}

.what-we-do .feature.row article.box a > header {
	background-color: transparent;
	padding-top: 78px;
	padding-bottom: 33px;
}

.what-we-do .feature.row > article.box a > .overlay {
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s linear 0s;
	-moz-transition: opacity 0.5s linear 0s;
	-o-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s; 
	display: block!important;
}
.what-we-do .feature.row article.box a:hover > .overlay {
	opacity: 0.5;
}

.production.background {
	/*position: fixed;*/
	top: 173px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../assets/production/background.jpg);
}

.design .content_frame, 
.technical .content_frame, 
.production .content_frame {
	padding: 0;
}

.design figure, 
.technical figure, 
.production figure {
	/*
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	*/

	/*width: 450px;*/
	width: 40.76087%;
	float: left;
}

.design .right.col, 
.technical .right.col, 
.production .right.col {
	float: right;
	padding: 108px 0 96px;
}

.work-activities.background {
	/*position: fixed;*/
	top: 173px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../assets/work_activities/background.jpg);
}

.work-activities .left.col {
	border-right: 1px solid rgba(255,255,255,0.5);
	padding-right: 36px;
}

.work-activities .right.col {
	padding-left: 36px;
}

.contact .map_canvas {
	/*width: 650px;*/
	width: 58.876812%;
	height: 388px;
}

.angular-google-map-container {
	height: 388px;
}