body { background-color:#151824; padding-top: 55px; font-family: 'Open Sans', sans-serif; font-weight: 400;}
h1.zed-logo {width: 170px; height: 91px; background: url('../images/zed-logo.png'); background-repeat: no-repeat; background-position: center center; background-size: contain; display: inline-block; }
.slider {width: 100%; padding-top: 55px; position: relative;}
.slider img {width: 100%; max-width: 750px;}

.socials {position:absolute;margin: 0 auto;width: 75%;margin-top:-10px;text-align: right;max-width: 790px;}
.socials a {width: 23px; height: 21px; background-repeat: no-repeat; background-position: center center; background-size: contain; display: block; float: right; margin-right: 6px;}
	.facebook {background: url('../images/facebook.png');}
		.facebook:hover {background: url('../images/facebook-over.png');}
	.instagram {background: url('../images/instagram.png');}
		.instagram:hover {background: url('../images/instagram-over.png');}
.text-info {color: #b3b4b4; font-size: 14px; padding-top: 68px; letter-spacing: 0.5px;}
b {font-weight: 700;}
.text-info span {margin-bottom: 10px; display: block;}

.text-info a {text-decoration: none; color: #b3b4b4; font-weight:700; }


@media only screen and (max-width: 768px) { 
	body { padding-top: 20px; }
}
