
@font-face {
    font-family: 'VodafoneRegular';
    src: url('../font/akrobat_regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VodafoneBold';
    src: url('../font/akrobat_bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VodafoneBlack';
    src: url('../font/akrobat_black.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.headerItemRadio {
	position: absolute;
	box-shadow: 0px 14px 45px #000;
}

.topbar {
	position: absolute;
	background-color: white;
}

.topBarLogo {
	position: absolute;
    left: 68px;
    top: 7px;
    width: 45px;
}

.topBarGif {
    position: absolute;
    width: 40px;
    top: 18px;
    right: 30px;
}

.topBarRadioField {
    position: absolute;
    width: 650px;
    height: 30px;
    top: 18px;
    left: 118px;
    font-size: 19px;
    font-family: 'VodafoneRegular';
}

.topBarRadioName {
    font-family: 'VodafoneBlack';
}

.heroContainer {
	position: absolute;
	background-size: cover;
	/*background-image: url('../js/radios/hero_images/3985.png');*/
}

.heroInfos {
	position: absolute;
    width: 560px;
    height: 175px;
    top: 40px;
    left: 75px;
}

.heroRadioName {
	font-size: 47px;
    font-weight: bold;
    color: white;
    font-family: 'VodafoneBlack';
}

.heroTags {
    
}

.tagsItem {
	border: solid 2px white;
    display: inline-block;
    background-color: white;
    border-radius: 7px;
    margin-top: 5px;
    margin-bottom: 11px;
    margin-right: 4px;
    padding: 1px 2px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'VodafoneRegular';
}

.heroDescription {
	color: white;
    font-size: 22px;
    font-family: 'VodafoneRegular';
    width: 600px;
    height: 160px;
    overflow: hidden;
}

.fullContainer {
    /*box-shadow: inset 250px -320px 350px 0px #1b1b1b;*/
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
}

#playerManager {
    position: absolute;
    top: 288px;
    left: 109px;
    width: 500px;
    height: 80px;
}

.playerButton {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.progressBar {
    position: absolute;
    top: 296px;
    left: 420px;
    text-align: center;
}

#progress {
    display: inline-block;
    margin-bottom: 6px;
}

#currentTime, #duration {
    width: 75px;
    height: 60px;
    display: inline-block;
    color: white;
    font-family: 'VodafoneRegular';
    font-size: 25px;
}

#shadow {
    position: absolute;
    top: 50px;
    left: 0px;
}

#picturePodcast {
    position: absolute;
    top: 45px;
    left: 105px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #333333;
}

#titlePodcast {
    position: absolute;
    top: 44px;
    left: 315px;
    color: white;
    font-family: 'VodafoneBold';
    font-size: 32px;
}

#datePodcast {
    position: absolute;
    top: 100px;
    left: 315px;
    color: white;
    font-family: 'VodafoneRegular';
    font-size: 23px;
}

#resumePodcast {
    position: absolute;
    top: 135px;
    left: 315px;
    color: white;
    font-family: 'VodafoneRegular';
    font-size: 24px;
}




