/*
    Author : Oriol Sala de Carquero
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-appearance:none;
    -webkit-border-radius:0;
}
input[type="checkbox"]{
    -webkit-appearance:checkbox;
}
input[type="radio"]{
    -webkit-appearance:radio;
}
select{
    -webkit-appearance:menulist;
}
a, a:hover, a:active, a:focus{
    text-decoration: none;
    outline: 0;
}
li{
    list-style:none;
    display: inline-block;
    margin: 10px 5px 0 0;
}
img{
    max-width: 100%;
}
html, body{
	height: 100%;
}
body{
	background-color: #000;
	font-family: 'Lato', sans-serif;
}
#main{
	height: calc(100% - 160px);
	background: url('/img/bg.jpg') no-repeat bottom right;
	background-size: cover;
}
.table{
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
.table-cell{
	display: table-cell;
	vertical-align: middle;
}
footer{
	height: 50px;
	padding: 55px 130px;
}
footer, footer a{
	color: #FFF;
}
footer div{
	margin-right: 100px;
	display: inline-block;
	vertical-align: top;
}
footer .title{
	text-transform: uppercase;
	font-weight: bold;
}
footer .copyright{
	color: #999;
}
footer .contact a{
	background:url('/img/green-arrow.png') no-repeat center left transparent;
	padding-left: 20px;
	margin-top: 17px;
	display: inline-block;
}

footer div a:hover{
	color: #48c13e;
}
.copyright{
	margin-top: 37px;
	float: right;
	margin-right: 0;
}
@media (max-width: 1250px) {
	footer {
		padding: 55px;
	}
	footer div{
		margin-right: 30px;
	}
}
@media (max-width: 869px) {
	#main {
		padding: 20px;
		height: 320px;
	}
	#main img{
		width: 280px;
	}
	footer{
		padding: 55px 10px;
	}
	footer div{
		display: block;
		margin: 0 auto;
		width: 280px;
		border-top: 1px solid #48c13e;
		padding: 10px 0 30px;
	}
	.copyright{
		margin-right: auto;
		float: none;
		text-align: center;
		border-top: none;
	}
}