/*
Theme Name: Geometry
Description: A theme by Geometry - Brussels - Visit us at http://www.geometry.be
Author: Geometry
Version: 1.0
*/

/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
/* END CSS RESET */

@font-face {
 font-family: NeuzeitOfficeRegular;
 src: url("fonts/NeuzeitOfficeRegular.eot")
}
@font-face {
 font-family: NeuzeitOfficeRegular;
 src: url("fonts/NeuzeitOfficeRegular.ttf")
}
@font-face {
 font-family: NeuzeitOfficeBold;
 src: url("fonts/NeuzeitOfficeBold.eot")
}
@font-face {
 font-family: NeuzeitOfficeBold;
 src: url("fonts/NeuzeitOfficeBold.ttf")
}
@font-face {
 font-family: NeuzeitOfficeItalic;
 src: url("fonts/NeuzeitOfficeItalic.eot")
}
@font-face {
 font-family: NeuzeitOfficeItalic;
 src: url("fonts/NeuzeitOfficeItalic.ttf")
}
@font-face {
 font-family: NeuzeitOfficeCondBlack;
 src: url("fonts/NeuzeitOfficeCondBlack.eot")
}
@font-face {
 font-family: NeuzeitOfficeCondBlack;
 src: url("fonts/NeuzeitOfficeCondBlack.ttf")
}

/* TYPO */

h1 {
	font-family: NeuzeitOfficeCondBlack;
	font-size: 60px;
	color: #f0d214;
	letter-spacing: 0;
	line-height: 60px;
	text-align: center;
}

.menu h1,
#project .project h1 {
	font-family: NeuzeitOfficeCondBlack;
	font-size: 33px;
	color: #000000;
	letter-spacing: 0;
	line-height: 33px;
	text-align: left;
}

.list h2,
.project h1,
.geometry {
	font-family: NeuzeitOfficeCondBlack;
	font-size: 20px;
	color: #000000;
	letter-spacing: 0.2px;
	line-height: 1em;
	text-align: left;
}

.projects-list h1,
.geometry {
	margin-bottom: 3px;
}

html,
body,
h2 {
	font-family: NeuzeitOfficeRegular;
	font-size: 18px;
	color: #f0d214;
	letter-spacing: 0;
	line-height: 1.3em;
	text-align: left;
	text-transform: lowercase;
}

.logo h2 {
	text-align: center;
}

.geometry {
	color: #f0d214;
}

.maker h1,
.list,
.list a,
.about a,
.about .geometry,
.about,
.press,
.press h2,
.press a,
.project a,
.project h2 {
	color: #000000;
}

.list a,
footer a,
.description a,
.project a,
.project,
.logo a {
	text-decoration: none;
}

.project {
	display: block;
}

header .box a,
footer .box a {
	color: #f0d214;
}

#more h2,
.project .pastille {
	font-family: NeuzeitOfficeRegular;
	font-size: 15px;
	color: #000000;
	letter-spacing: 0;
}

#more h2 {
	margin-top: 3px;
}

.project .pastille {
	background-color: #f0d214;
	color: #fafafa;
	text-align: center;
}

.menu h1 {
	color: #fafafa;
	text-align: center;
}

.project .pastille span {
	font-size: 0.5em;
}

.list,
.press,
.about,
#related {
	text-align: left;
}

#related a {
	text-decoration: underline;
}

/* END TYPO */

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	letter-spacing: 0;
}

#bg_video_frame {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#bg_video > * { 
	position: relative;
}

#bg_video {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

#page {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 10px 0 10px;
	margin: 0 auto 0 auto;
	max-width: 1350px;
	height:  auto;
	z-index: 200;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header {
	height: 250px;
	position: relative;
}

.box {
	float: left;
	width: calc(100% / 3 - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

header .box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

header .box.logo {
	left: 0;
}

header .box.description {
	right: 0;
}

.project {
	margin-bottom: 50px;
}

.menu,
#more img,
.project .visual {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menu:hover,
#more img:hover,
.project:hover .visual {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

.project img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.project.web img {
	background-position: top center;
}

.box i {
    margin: 15px 10px 0 0;
}

footer {
	display: block;
    padding: 40px 0 80px 0;
    clear: both;
    overflow: hidden;
}

.box p {
	width: 84%;
    padding: 0 8% 0 8%;
}

.list a,
.box.press p,
.box.about p {
	width: 90%;
    padding: 0 10% 1em 0;
}

.list a {
	display: block;
}

.project .info {
    position: relative;
}

.project .pastille {
	position: absolute;
	top: -45px;
	right: 30px;
    width: 56px;
    height: 40px;
    border-radius: 30px;
    padding-top: 16px;
    transform: rotate(-6deg);
    transform: none;
}

.project .pastille div {
    transform: skewY(-5deg);
}

.project video { 
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

#project {
	float: right;
	width: calc(100% / 3 * 2 - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
}

.video-container {
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 54% !important;
    padding-top: 25px !important;
	height: 0 !important;
    margin: 0 0 20px 0 !important;
    display: block !important;
    width:  100% !important;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.video-container span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position : absolute ;
    top : 0; 
    left : 0; 
    z-index : 800000;
    width : 100%; 
    height : 100%; 
    margin : 0;
    opacity : 1;
    cursor : pointer; 
    -webkit-transition: 0.2s linear; 
    transition: 0.2s linear;
    
}

.video-container .play {
	position: relative;
	top: 49%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	font-family: NeuzeitOfficeRegular;
	font-size: 16vw;
	letter-spacing: 0;
	line-height: auto;
	text-align: center;
}

#project_content.project img {
	display: block;
    margin-bottom: 20px;
}

.bg_video_play {
    height: 100% !important;
    width: 100% !important;
}

.details div  {
    margin-bottom: 15px;
}

.box.martin,
.box.about,
.box.press,
#project .project {
	margin-bottom: 50px;
}

.bloc-image {
	width: 100% !important;
}

.no-margin {
    margin: 0 !important;
    width: 100% !important;
}

#more {
	margin-top: 60px;
}

#related {
	margin-top: 50px;
}

#more {
	width: calc(100% / 2 - 10px);
}

#more img {
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: block;
}

.martin img {
	width: 100%;
	display: block;
}

.box.details.mobile {
    display: none;
}

.menu {
    position: relative;
    margin-bottom: 30px;
}

.menu img {
    background-color: #f0d214;
    background-color: #000000;
	width: 100%;
	display: block;
	opacity: 0.05;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menu h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.menu:hover img {
	opacity: 1;
}

.list {
    margin-bottom: 50px;
}

.maker {
    clear: both;
}

.mp4-container {
    clear: both;
}

.project .mp4-container video {
    margin-bottom: 20px;
}

.home section > a:nth-child(3n+2) {
    clear: both;
}















@media (max-width: 1100px) {

.project .pastille {
    right: 15px;
}

}







@media (max-width: 950px) {

.box {
    width: calc(100% / 2 - 20px);
}

.box.press,
.address,
.box.details {
    display: none;
}

.box.details.mobile {
    display: block;
}

#project .project {
    margin-left: calc(100% / 2 + 10px);
}

#project {
    float: none;
    width: calc(100% - 20px);
    margin-bottom: 20px;
}

#project .project {
    margin-left: 0;
	margin-bottom: 20px;
}

#more {
    margin-top: 20px;
}

.details {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.details > div {
    width: calc(100% / 2 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

#related {
    margin-top: 0;
    float: right;
}

.home section > a:nth-child(3n+2) {
    clear: none;
}

.home section > a:nth-child(2n+2) {
    clear: both;
    float: left;
}

.home section > a.box.menu,
.home section > a:nth-child(2n+1) {
    float: right;
    clear: none;
}

.home section > a:nth-child(9) {
    display: none;
}

.maker {
	margin-right: calc(100% / 2 + 10px);
	margin-bottom: 50px;
}

}






















/* MOBILE */

@media (max-width: 650px) {

.box {
    width: calc(100% - 20px);
}

header .box {
    position: static;
    transform: none;
}

header .box.logo {
    margin-top: 40px;
    margin-bottom: 0;
}

header .box.description {
    margin-top: 30px;
    margin-bottom: 40px;
}

.project {
    margin-bottom: 30px;
}

footer {
    padding: 20px 0 40px 0;
}

.box.social {
    margin-top: 20px;
}

.box.about,
.box.martin {
    margin-bottom: 20px;
}

header {
    height: auto;
}

.single header .box.description,
.page-template-template-about header .box.description {
    display: none;
}

.single header .box.logo,
.page-template-template-about header .box.logo {
    margin-bottom: 40px;
}

#related {
    display: none;
}

.details > div {
    width: calc(100% - 20px);
}

.box.details.mobile {
    margin-bottom: 0;
}

.maker {
	margin-right: 0;
	margin-bottom: 30px;
}

.list {
	margin-bottom: 20px;
}

.list.first {
	margin-bottom: 0;
}

}

























