h2 {
	padding-top: 20px;
	padding-bottom: 15px;
}

.obe {
	display: block;
	height: 150px;
}

.obe a {
	text-decoration: none;
	color: #fff;
}

.social a {
	color: #fff;
	font-size: 60px;
}

.fa {
	color: #fff;
	padding: 0px 20px;
}

.obe p {
	text-align: left;
	padding: 5px 5px 5px 40%;

}

.copy {
	height: 70px;
}

.copy a {
	text-decoration: none;
	color: #fff;
}

.cond {
	float: left;
	width: 33.33%;
	padding-top: 25px;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 10px;
	color: #fff;
    text-align: center;
	height: 10px;
}

.copyright {
	width: 100%;
}

@media screen and (max-width: 650px) {

	.footer-rezervisano {
		height: 350px;
	}

	.copy {
		height: 145px;
	}

	.cond {
		width: 100%;
		font-size: 14px;
	}

	.copyright {
		padding: 5px;
	}
}


