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;
}
/* HTML5 display-role reset for older browsers */
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;
}
a:visited {
	color: inherit;
}
a {
	font-size: 10px;
	color: inherit;
}
#header #home {
	margin-top: 76px;
	display: block;
    text-align: center;
}
.grid {
	display: grid;
}
.f18 {
	font-size: 18px;
}
#header .menu {	
	margin: 0px 36%;
    justify-content: center;
}
#header .menu a {
 	text-align: center;
	font-size: 10px;
	padding: 0px 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 1.75px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #999999;;
}
#header .menu a span {
	color: #999999;
	cursor: pointer;
}
#header .menu a:last-child {
	border-right: none;
}
#header .menu a.active span{
	color: black;
	cursor: default;
}
#header .menu a span:hover {
	color: black;
	cursor: pointer;
	transition: color .5s;
}
#content {
	margin-top: 2%;
}
#content div.main {
	display: flex;
    flex-flow: column;
}
#content div video {
    height: 700px;
    object-fit: cover;
}

html {
	margin: 0;
	padding: 0;
	
	font-size: 100%; 
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.grid {
	display: grid;
}
.grid-one-columns {	
	grid-template-columns: auto;
}
.grid-two-columns {	
	grid-template-columns: auto auto;
}
.grid-three-columns {	
	grid-template-columns: auto auto auto;
}
.grid-three-columns-1fr {
	grid-template-columns: 1fr 1fr 1fr;
}
.grid-three-columns-0fr {
	grid-template-columns: 0fr 0fr 0fr;
}
.grid .grid-item{
	position: relative;
	height: 100%;
	max-height: 210px;
}
.grid .grid-item img{
	filter: grayscale(100%);
	transition: filter .3s;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid .grid-item img:hover {
	filter: grayscale(0);
}
#content-project--container, #content-specific-project--container, #content-contact--container {
	max-width: 66%;
	margin: 2% auto;
}
#content-project--container .grid {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}
#content-contact--container {
	margin-top: 5.7rem;
}
#content-contact--container h2 {
	margin-bottom: 20px;
}
#content-contact--container .grid {	
	grid-gap: 15px;
	grid-template-columns: [controls] 1fr;
	justify-items: center;
}
#content-contact--container .grid input {
	grid-column: controls;
	grid-row: auto;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #CCC;
    color: black;
    height: 37px;
    padding: 0 15px;
    max-width: 318px;
	width: 100%;
	font-size: 11px;
}
#content-contact--container .grid textarea {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #CCC;
	color: black;
	max-width: 318px;
	width: 100%;
	height: 100px;
	padding: 10px 15px;
}
#content-specific-project--container {
	text-align: center;
}
#content-specific-project--container .grid {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
.owl-next span {
	position: absolute;
    right: -50px;
    top: 46%;
    display: inline-block;
    font-size: 40px;
}
.owl-prev span {
	position: absolute;
	left: -40px;
	top: 50%;
	font-size: 40px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	color:black !important;
}

.owl-theme .owl-nav [class*=owl-]{
	color:#999 !important;
	transition: color .5s;
}

.grid-item:hover img {
	filter: grayscale(0);
}
.grid-item:hover .img-hover {
	opacity: 0;
}
.img-link {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98.5%;
	z-index: 9999999;
}
.img-hover {
	width: 100%;
	height: 100%;
    position: absolute;
	text-align: center;
	opacity: 1;	
	transition: opacity .3s;
	background: rgba(0,0,0,.5);
	z-index: 9999;
}
.owl-item img {
	object-fit: contain;
	max-height: 680px;
	height: 680px;
}
/*.img-hover a {
	position: relative;
	top: 48%;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.75px;
	font-size: 12px;
}*/
.img-hover span{
	position: relative;
	top: 48%;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.75px;
	font-size: 12px;
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.max-full-width {
	max-width: 100% !important;
}
.display-block {
	display: block;
}
.margin-center-default {
	margin: 0px 36%;
}
.justify-center {
	justify-content: center;
}
.grey-menu-link {
	font-size: 10px;	
	padding: 0px 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 1.75px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #999999;;
}
.grey-menu-link span {
	color: #999999;
	cursor: pointer;	
}
.grey-menu-link:last-child {
	border-right: none;
}
.grey-menu-link.active span{
	color: black;
	cursor: default;
}
.grey-menu-link span:hover {
	color: black;
	cursor: pointer;
	transition: color .5s;
}
.fb {
	color: #333333;
    font-size: 11px;
    font-weight: 400;
}
footer {
	width: 100%;
    padding: 60px 0 20px;
    text-align: center;
}
.absolute-footer {
	position: absolute;
	bottom: 0;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.button {	
    background-color: #CCC;
    font-weight: normal;
    width: 100%;
    max-width: 350px;
    color: black;
    border: 0;
    vertical-align: top;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 12px;
    transition: all 0.5s ease-in-out;
}
#estudio-project--container {
	max-width: 66%;
	margin: 2% auto;
}
#estudio-project--container img {
	width: 100%;
	object-fit: cover;
    filter: grayscale(100%);
    height: 700px;
}
#estudio-project--container div {
	margin-top: 20px;
}
#estudio-project--container .arq {
	border-top: 1px solid #9999994d;
	padding-top: 20px;
	margin-top: 100px;
}
#estudio-project--container.text-arq {
	margin-bottom: 4rem;
}
#estudio-project--container .arq strong {
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 10px;
}
#estudio-project--container .arq p {
	display: block;
	margin-bottom: 5px;
}
.grey-menu-link--estudio {
	font-size: 10px;	
	padding: 0px 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 1.75px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: justify;
}

@media (max-width: 1024px) {
	/* For mobile phones: */
	#content div img {		
		object-fit: cover;
    	height: auto;
	}
  }