* {
margin: 0;
padding: 0;
border: 0;
font-size:100%; 
line-height:1;
}

body {
	background-color: #f7f7f7;
	color: #3f3f3f;
	font-family: "Muli";
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	color:black;
}

p{
	text-align: justify;
	font-size: 13px;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #3f3f3f;
}

a:hover {
	color: #c9c9c9;
}

#page {
	max-width: 1200px;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
}

#head {
	width: 100%;
	height: auto;
}

#language {
	width: 150px;
	text-align: right;
	font-size: 10px;
	line-height: 15px;
	height: 15px;
	margin-top: 6px;
	display: inline-block;
	float: right;
}

#language p{
	display: inline;
}

#update {
	height: 63px;
	width: 417px;
	margin-left: 204px;
	margin-top: 52px;
	padding-top: 6px;
	color: #404040;
	font-size: 14px;
	line-height: 18px;
	border-top-width: 1px;
	border-top-color: #c0c0c0;
	padding-left: 12px;
	display: none;
	text-align: right;
	font-style: italic;
}

#menu {
	font-size:15px;
	width: auto;
	color: #404040;
	display: inline-block;
	margin-top: 20px;
	margin-right: 0.3%;
	margin-left: 0.3%;	
}

#menu-left{
	font-size: 15px;
	width: auto;
	color: #404040;
	margin-bottom: 6px;
	display: inline-block;
	margin-top: 20px;
	float: right;
	margin-right: 0.3%;
	margin-left: 0.3%;	
}

#menu a {
font-size: 1.2em;
margin-right: 20px;
text-transform: lowercase;
	padding-bottom: 3px;
}

.currentMenu {
	border-bottom: 2px solid #3f3f3f;
}

#menu-left a {
	font-size: 1.2em;
	text-transform: lowercase;
	text-align: right;
}

#menu p {
	display: inline;

	font-size: 1.2em;
	margin-right: 20px;
	text-transform: lowercase;
	color: #dfdfdf;
}

.space {
	width: 100%;
	height: 90px;
}


h4{
	margin-top: 30px;
	margin-bottom: 3px;
	color: #3e3e3e;
	font: normal normal 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#info {
	margin-right: 5px;
	margin-left: 5px;
}

#info a, p {
	font-size: 14px;
	line-height: 17px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;   
}

.embed-container iframe{
    position: absolute;
    top: 0;
    left: 0;
	width: calc((100%) - 0.6%);
    height: 100%;
	margin: 0.3%;
}

.embed-container-square {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
	width: 100%;
}

.embed-container-square iframe{
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}

#concrete {
width: 100%;
height: auto;
}




.fourcol {
	width: calc((100% / 4) - 0.6%);
	float: left;
	margin: 0.3%;
}

.threecol {
	width: calc((100% / 3) - 0.6%);
	float: left;
	margin: 0.3%;
}

.twocol {
	width: calc((100% / 2) - 0.6%);
	height:  calc((100% / 2) - 0.6%);
	float: left;
	margin: 0.3%;
}

.onecol {
	width: calc((100%) - 0.6%);
	float: left;
	margin: 0.3%;
}


#concrete p, #superficial p {
	width: calc(((100% / 3)*2) - 0.6%);
	margin-right: calc(100% / 3);
	margin-left: 0.3%;	
	line-height: 17px;
	margin-bottom: 6%;
	font-size: 14px;
	float: left;
	margin-top: 2px;
	text-align: justify;
}

#concrete h3, #superficial h3 {
	width: calc(((100% / 3)*2) - 0.6%);
	margin-right: calc(100% / 3);
	margin-left: 0.3%;	
	margin-top: 0.3%;
	margin-bottom: 0.3%;
	font-size: 15px;
	float: left;
	text-align: left;
}

.pageDescription {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	
}

.work_th {
	width: 310px;
	height: 350px;
	display: inline-block;
	position: relative;
	margin-left: 6px;
	margin-bottom: 10px;
}

.work_th img {
	position: absolute;
}

p.img_com {
	font-size: 10px;
	text-align: right;
	font-style: italic;
	position: absolute;
	width: 310px;
	line-height: 12px;
	margin-top: 312px;
}

.italic {
	font-style: italic;
}



