html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.whiteborder{
	border: 10px solid #fff !important;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10000;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.blackborder{
	border: 10px solid #000 !important;
	min-height: 100%;
	position: absolute;
	z-index: 10000;
	min-width: 100%;
    display: flex;
    align-content:stretch;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.plano{
	height: 100%;
	width: auto;
	border-right: 10px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.svgbuttons{
	width: 100%;
}
.logo{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.menu{
	height: 100%;
	width: auto;
	position: absolute;
}
.buttons{
	height: 100%;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.sixty{
	width: 60%;
	float: left;
	border-right: 10px solid #000;
	box-sizing:border-box;
  	  -moz-box-sizing:border-box;
  	  -webkit-box-sizing:border-box;
  	  min-height:485px;
  	  position:relative;
}
.forty{
	min-height: 485px;
	width: 40%;
	position: relative;
	float: right;
	padding-top: 50px;
}
.contactleft{
	background: url(../img/contactleft.jpg) no-repeat center center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	background-size: cover;
	  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.img/wood.jpg', sizingMethod='scale');
	  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/wood.jpg', sizingMethod='scale')";
	  padding-left: 10px;
}
.contactotitle{
	position: absolute;
	top: 3%;
	left: 15px;
}
.address{
	position: absolute;
	bottom: 3%;
	margin: 0 auto;
}
.commentfield{
	margin: 0;
	width: 100%;
	height: 193px;
	resize: none;
	margin: 18px 0;
}
#form{
	width: auto;
	height: auto;
	display: inline-block;
	margin: 18px 18px 0 0;
	float: right;
}
.formblackbox{
	background: #000;
	width: 516px;
	padding: 18px;
}
.enviarbutton{
	float: right;
	cursor: pointer;
}
.textlogo{
	margin: 0 auto;
	display: block;
	margin-top: 11px;
	padding-left: 16px;
	width: 90%;
}
.fortytext{
	margin: 30px auto 0 auto;
	display: block;
	padding-left: 16px;
}
.arquitectos{
	display: block;
	padding-left: 16px;
	max-width: 450px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 10px;
}
.direction-nav-container{
	width: 148px;
	height: 41px;
	position: relative;
	margin: -100px auto 0 auto;
	z-index: 1000;
}
.direction-nav-container ul li{
	float: left;
}
.whitedot{
	border-radius: 50%;
	width: 30px;
	height: 30px; 
	background: #FFF;
	float: left;
	margin: 4px 20px 0 20px;
}
.whitedotlink a:before{
	content: none;
}
.sixty .whitedot{
	position: absolute;
	bottom: 20px;
	right: 30px;
}
.verticalcenter{
	display: flex;
 	align-items: center;
  	justify-content: center;
  	height: 100%;
}
#instafeed{
}
.instafeedholder{
	margin: 0 auto; 
	border: solid #000000 10px;
	height: 306px;
	width: 306px;
}
.socialicons{
	width: 56px;
	position: relative;
	float: right;
	margin: 20px 20px 0 0;
}
.socialicons img{
	margin: 10px 0;
}
#big-video-wrap {
    display: none;
}