@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700); 

/* SohoFm Styles */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	text-align: center;
	background-color: #fff;
    background-image: url(../img/bg_abstract.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


@media only screen and (max-width: 767px) {
  body {
    background-image: url(../img/bg_abstract_mobile.jpg);
  }
}

.wrapper {
	width: 100%;
	height: 500px;
	position: absolute;
	/* left: 50%; */
	top: 50%;
	/* margin-left: -585px; */
	margin-top: -250px;	
}

.wrapper p {
	-webkit-font-smoothing: antialiased;
	/* text-shadow: 0 0 3px #000000; */
}

.logo-home {
	margin-bottom: 30px;
/*	margin-top: 75px;
	margin-bottom: 35px;	*/
}

.stm-player {
	text-align: center;
	background-color: #F3F5F7;
	max-width: 380px;
	height: auto;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 2px;
	border-radius: 6px;

	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.4);
}


.player-icons {
	/* display: inline-block;
	float: none; */
	margin: 0 auto;
}

.player-icons a {
	text-decoration: none;
	padding: 0;
	border-bottom: none;
}

.player-icons span.android-icon,
.player-icons span.apple-icon,
.player-icons span.bb-icon,
.player-icons span.winamp-icon {
	display: block;
	width: 58px;
	height: 58px;
}

.player-icons span.android-icon {
	background: url(../img/android-icon.png) no-repeat center;
}
.player-icons span.apple-icon {
	background: url(../img/apple-icon.png) no-repeat center;
}
.player-icons span.bb-icon {
	background: url(../img/bb-icon.png) no-repeat center;
}
.player-icons span.winamp-icon {
	background: url(../img/winamp-icon.png) no-repeat center;
}

.email-txt {
	font-size: 17px;
}

.phones-txt {
	font-size: 21px;
	font-weight: 700;
}

.copyright-txt {
	font-size: 12px;
	font-weight: 500;
}

.copyright-txt a {
	color: #fff;
}

.onlinePopUp a {
	color: #000;
}

footer .social-icons {
}

footer .social-icons li {
	padding-left: 2px;
	padding-right: 2px;
}

footer .social-icons a {
	text-decoration: none;
	padding: 0;
	border-bottom: none;
}

footer .social-icons span.i-facebook {
	background: url(../img/face-icon.png) no-repeat center; 
}
footer .social-icons span.i-twitter {
	background: url(../img/twitter-icon.png) no-repeat center;
}
footer .social-icons span.i-instagram {
	background: url(../img/instagram-icon.png) no-repeat center;
}
footer .social-icons span.i-youtube {
	background: url(../img/youtube-icon.png) no-repeat center;
}
footer .social-icons span.i-cpazvivo {
	background: url(../img/cpazvivo-icon.png) no-repeat center;
}
footer .social-icons span.i-tunein {
	background: url(../img/tunein-icon.png) no-repeat center;
}

footer .social-icons span.i-facebook, 
footer .social-icons span.i-twitter, 
footer .social-icons span.i-instagram, 
footer .social-icons span.i-youtube,
footer .social-icons span.i-cpazvivo,
footer .social-icons span.i-tunein {
	display: block;
    width: 60px;
    height: 60px; 	
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

footer .social-icons span.i-facebook:hover,
footer .social-icons span.i-twitter:hover, 
footer .social-icons span.i-instagram:hover, 
footer .social-icons span.i-youtube:hover,
footer .social-icons span.i-cpazvivo:hover,
footer .social-icons span.i-tunein:hover {

    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */  	   
}    