@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
html, body
{
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	padding:0px;
    background: #EBE4D2;
}
a {
	color:#000;
}
#sites {
	position:absolute;
	top:0;
	height:100%;
	width:100%;
}
.site div {
    position: absolute;
    bottom: 0;
	text-align: center;
    width: calc(33.3333% - 20px);
    height: 250px;
    background-color: #282B2A;
    padding-top: 30px;	
}
.site img {
	width: 100%;
	max-width: 250px;
}
p {
    float: left;
    padding: 10px;
    width: calc(100% - 20px);
    clear: both;
	color: #BFAB76;
    text-align: justify;
}
a.sitenol {
	float: left;
	width: calc(33.3333% - 20px);
	margin: 0px 10px;
	background:url(../images/back1.jpg) center center no-repeat;
	background-size: cover;
}
a.sitezus {
	float: left;
	width: calc(33.3333% - 20px);
	margin: 0px 10px;
	background:url(../images/back2.jpg) center center no-repeat;
	background-size: cover;
}
a.sitebea {
	float: left;
	width: calc(33.3333% - 20px);
	margin: 0px 10px;
	background:url(../images/back3.jpg) center center no-repeat;
	background-size: cover;
}
a {
	display:block;
	height: 100%;
}
.web {
    position: absolute;
	text-align: center;
    bottom: 2%;
    width: calc(100% - 20px);
    height: 40px;
	background-color: #BFAB76;
    color: #282B2A;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
}
@media (max-width: 725px) {
	a {
		display: block;
		height: calc(50% - 20px);
		
	}
	a.sitenol, a.sitezus, a.sitebea {
		width: calc(100% - 20px);
		margin: 10px;
		height: auto;
	}
	.site div {
	    bottom: unset;
		position: relative;
		float: left;
		width: 100%;
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.site img {
		padding: 10px 0px;
	}
	.web {
		bottom: 0;
		margin: 0px;
		height: 40px;
		line-height: 40px;
	}
}