@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?34432675');
  src: url('font/fontello.eot?34432675#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?34432675') format('woff2'),
       url('font/fontello.woff?34432675') format('woff'),
       url('font/fontello.ttf?34432675') format('truetype'),
       url('font/fontello.svg?34432675#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 
 [class^="icon-"]:before, [class*=" icon-"]:before, .play_control:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-play:before { content: '\e800'; } /* '' */
.icon-pause:before { content: '\e801'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-pinterest:before { content: '\f312'; } /* '' */
.icon-spotify:before { content: '\f327'; } /* '' */


body {
	font-family: 'Montserrat', sans-serif;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4 {
	font-family: 'Archivo Black', sans-serif;
}

h2 {
	font-size: 42px;
}

a, a:hover, a:active {
	text-decoration: none !important;
}

.sponsored_block {
	display: none !important;
}

.header,
.content_container,
.footer_container {
	width: 980px;
	margin: 0px auto;
	display: block;
}

header.main {
	background-image: url("img/heading_desktop.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	height: 1360px;
	position: relative;
}


@media only screen and (max-width: 1392px) {
	header.main {
		height: 1300px;
		background-size: cover;
	}
}

.header_sticky.header {
    display: none;
    position: fixed;
    width: 100%;
    padding: 10px 0px;
    -webkit-transition: .35s all ease-out;
    -moz-transition: .35s all ease-out;
    transition: .35s all ease-out;
}

.header_sticky.header .logo {
	padding-top: 8px;
}

.header_sticky.header-narrow {
    width: 100%;
    display: block;
    height: 80px;
    text-align: center;
    background-color: #ffe241;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0.063em 0.25em rgba( 37, 50, 55, .25 );
    box-shadow: 0 0.063em 0.25em rgba( 37, 50, 55, .25 );
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    -webkit-transition-property: height, padding-top, padding-left;
    transition-property: height, padding-top, padding-left;
}


.mobile_sticky.header {
	background-color: #ffe241;
	border:2px solid #000;
	border-bottom: 0px;
	position: fixed;
	transform-origin: 100% 0;
	right: 45px;
	top: 50%;
	margin-top: -287px;
	z-index: 999;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
    padding: 12px 20px 1px 10px;
    width: auto !important;
    min-width: 575px !important;
    display: none;
}



header .header {
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 3px solid #000;
}

header .header a.logo {
	float: left;
}

header .header a.logo img {
	height: 48px;
}


header .header .menu_container {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

header .header ul.social,
header .header ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

header .mobile_sticky.header .scrollspy{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
}


header .mobile_sticky.header ul.social,
header .mobile_sticky.header ul.menu {
	text-align: left;
	float: right;
}



header .mobile_sticky.header ul.menu li {
	float: right;
	margin-left: 25px;
}

header .mobile_sticky.header ul.menu li a {
	letter-spacing: 1px;
	font-size: 14px;
}

header .mobile_sticky.header ul.social li a {
	font-size: 18px;
	position: relative;
	left: -2px;
}




header .mobile_sticky.header ul.social li {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}


header .mobile_sticky.header ul.social li a {
	display: block;
}


header .header ul.social {
	margin-bottom: 5px;
}

header .header ul.social li,
header .header ul.menu li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}

header .header ul.social li {
	margin-left: 0px;
}

header .header ul.social li a {
	font-weight: bold;
	font-size: 21px;
}

header .header ul.social li a.facebook {
	color: #0071bc;
}

header .header ul.social li a.twitter {
	color: #3fa9f5;
}

header .header ul.social li a.pinterest {
	color: #ff1d25;
}

header .header ul.menu li a {
	font-weight: bold;
	font-size: 15px;
	color: #000;
	-webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
}

header .header ul.menu li.active a {
	color: #eb1c2e;
}

header .header ul.menu li a:hover {
	text-decoration: none;
}

.badge {
	width: 240px;
	height: 240px;
	margin: 0px auto;
	margin-top: -70px;
}

.badge img {
	width: 100%;
}


.header_content p {
	max-width: 535px;
	margin: 40px auto 0px;
	text-align: center;
}


.content {
	padding: 20px 0px;
	border-top: 3px solid #000;
	background-color: #63a8d7;
	
	min-height: 1100px;
	position: relative;
}

.content:before {
	content:"";
	background-color: #fff;
	border-top: 3px solid #000;
	position: absolute;
	height: 107px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.content:after {
	content:"";
	background-image: url("img/footer_desktop.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 1000px;
}


.content_box {
	padding: 60px;
	background: #fff;
	border:5px solid #000;
	position: relative;
	z-index: 1;
	margin-bottom: 300px;
}

.content_box h2 {
	color: #eb7406;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}

.content_box p.description {
	color: #787976;
	max-width: 535px;
	margin: 40px auto 0px;
	text-align: center;
}


h3.list_divider {
	margin: 60px 0px 30px;
	font-size: 32px;
	line-height: 40px;
	color: #95be0f;
	text-align: center;
}


.playlist {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.playlist li {
	display: block;
	width: 50%;
	float: left;
	height: 64px;
	overflow: hidden;
	list-style: none;
	margin-bottom: 4px;
}


.sponsored_block {
	content:"";
	background-image: url("img/sponsored_desktop.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 500px;
	height: 180px;
	margin: 0px auto;
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
}

.sponsored li {
	display: block;
	float: left;
	height: 64px;
	list-style: none;
	margin-bottom: 0px;
	position: absolute;
	width: 300px;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -22px;
}

.sponsored li:before {
	content: "Sponsored Song";
	background: #eb7406;
	position: absolute;
	top: -20px;
    left: 0px;
    right: 0px;
    border: 0px solid #000;
    padding: 2px 5px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}



.now_playing {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	-moz-transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 200px);
	-ms-transform: translate(0px, 200px);
	transform: translate3d(0px, 200, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.now_playing.active {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.now_playing li {
	width: 300px;
	height: 70px;
	background: #fff;
	border:3px solid #000;
	display: block;
	list-style: none;
	margin-bottom: 0px;
	position: relative;
}

.now_playing li:before {
	content: "Now Playing";
	background: #95be0f;
	position: absolute;
	top: -20px;
    left: -3px;
    right: -3px;
    border: 3px solid #000;
    padding: 2px 5px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}


.playlist li .number {
	height: 64px;
	width: 64px;
	line-height: 64px;
	padding-right: 5px;
	font-weight: bold;
	text-align: right;
	float: left;
	position: relative;
	font-family: 'Archivo Black', sans-serif;
	font-size: 26px;
	color: #eb1c2e;
}

.now_playing li .number {
	display: none;
}


.sponsored li .cover,
.now_playing li .cover,
.playlist li .cover {
	height: 64px;
	width: 64px;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	position: relative;
	background-color: #e2e2e2;
}


.play_control {
	position: absolute;
	height: 64px;
	width: 64px;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.4);
	cursor: pointer;
}

.play_control:before {
	content: '\e800';
	text-align: center;
	position: absolute;
	height: 64px;
	width: 64px;
	line-height: 64px;
	top: 0px;
	left: -3px;
	color: #fff;
	font-size: 30px;
	pointer-events: none;
}

.now_playing .play_control:before {
	content: '\e801';
	left: -5px;
}


.now_playing .play_control.play:before,
.play_control.playing.play:before {
	content: '\e801';
	left: -5px;
}

.now_playing .play_control.pause:before,
.play_control.playing.pause:before {
	content: '\e800';
}

.play_control:after {
	content: '';
	text-align: center;
	position: absolute;
	height: 48px;
	width: 48px;
	border:2px solid #fff;
	border-radius: 50%;
	top: 8px;
	left: 8px;
	pointer-events: none;
}


.sponsored li .info,
.now_playing li .info,
.playlist li .info {
	margin-left: 128px;
	padding: 12px 10px;
	background: #fff;
	position: relative;
	height: 64px;
}

.sponsored li .info {
	background: rgba(255,255,255,0.5);
}

.sponsored li .info,
.now_playing li .info {
	margin-left: 64px;
}

.playlist li:nth-child(4n+1) .info,
.playlist li:nth-child(4n) .info {
	background: #f5f5f5;
}

.now_playing li .info .name,
.playlist li .info .name {
	width : 240px;
	font-size: 14px;
	color: #000;
	overflow:hidden;
	display:block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.now_playing li .info .artist,
.now_playing li .info .name {
	width : 180px;
}


.sponsored li .info .artist,
.now_playing li .info .artist,
.playlist li .info .artist {
	width : 240px;
	color: #585858;
	font-weight: 300;
	font-size: 12px;
	overflow:hidden;
	display:block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sponsored li a.link,
.now_playing li a.link,
.playlist li a.link {
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 16px;
	color: #6AE368;
}

.now_playing li a.link:hover,
.playlist li a.link:hover {
	color: #000;
}

footer {
	background: #fff;
	display: block;
}

.footer_copy {
	background: #000;
	color: #fff;
	padding: 30px;
	text-align: center;
}

.footer_copy span {
	display: block;
	font-size: 12px;
	font-weight: 300;
}

footer h2 {
	color: #eb7406;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
}


.experts {
	margin: 0px;
	padding: 0px;
	margin-bottom: 60px;
	overflow: hidden;
}

.experts li.expert {
	list-style: none;
	width: 50%;
	float: left;
	padding-left: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	position: relative;
}

.experts li.expert:before {
	content: "";
	height: 3px;
	width: 50px;
	position: absolute;
	left: 0px;
	top: 15px;
	background: #eb1c2e;
}

.experts li.expert h4 {
	color: #eb1c2e;
	font-size: 20px;
	margin-top: 0px;
}

.experts li.expert p {
	color: #585858;
}




@media only screen and (max-width: 998px) {

	.header, .content_container, .footer_container {
		width: auto;
		padding: 0px 20px;
	}

	.menu_container {
		display: none;
	}

	header .header a.logo {
		margin-left: 0px;
	}

	.header_sticky {
		display: none !important;
	}

	.mobile_sticky {
		display: block !important;
	}

	.badge {
		width: 200px;
		height: 200px;
		margin-top: -120px;
		margin-right: 20px;
	}

	.playlist li {
		float: none;
		width: 100%;
	}


	.playlist li:nth-child(4n+1) .info, .playlist li:nth-child(4n) .info {
		background: #fff;
	}

	.playlist li:nth-child(odd) .info {
		background: #f5f5f5;
	}

	.now_playing {
		bottom: 0px;
    	right: 0px;
    	left: 0px;\
	}

	.now_playing li {
		width: 100%;
		height: 67px;
		border:none;
		border-top:3px solid #000;
	}

	header.main {
		height: 1170px;
		background-size: cover;
	}

	.content_box {
		margin-bottom: 650px;
	}
}

@media only screen and (max-width: 780px) {
	header.main {
		height: 1000px;
		background-size: cover;
	}

	.header_content p {
		text-align: left;
		width: 85%;
		margin-left: 5%;
		margin-right: 10%;
		font-size: 16px;
		margin-top: 30px;
	}

	.badge {
		width: 180px;
		height: 180px;
		margin-top: -110px;
		margin-right: 20px;
	}

	.content_box {
		padding: 60px 30px;
	}

	.experts li.expert {
		float: none;
		width: auto;
	}
}

@media only screen and (max-width: 560px) {
	header.main {
		height: 820px;
		background-size: cover;
	}

	.header_content p {
		font-size: 14px;
		margin-top: 10px;
	}

	.badge {
		width: 120px;
		height: 120px;
		margin-top: -80px;
		margin-right: 20px;
	}

	header .header a.logo img {
		height: 32px;
	}

	.content_box {
		padding: 45px 15px;
	}

	.now_playing li .info .name, .playlist li .info .name {
		width: 140px;
	}

	.content_box {
		margin-bottom: 450px;
	}

	.content_box h2, footer h2 {
		font-size: 28px;
	}

	.playlist li .number {
		display: none;
	}

	.now_playing li .info, .playlist li .info {
		margin-left: 64px;
	}

	.sponsored_block {
		content:"";
		background-image: url("img/sponsored_mobile.png");
		width: 100%;
		height: 180px;
		margin: 0px auto;
		position: relative;
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.content:before {
		display: none;
	}

}


@media only screen and (max-width: 430px) {
	header .mobile_sticky.header {
		margin-top: 55px;
		top: 0px;
		min-width: 390px !important;
	}

	header .mobile_sticky.header ul.menu li a {
		text-indent: -9999px;
		display: block;
		position: relative;
		height: 18px;
		width: 18px;
		overflow: hidden;
	}


	header .mobile_sticky.header ul.menu li a:after {
		content: '';
		height: 14px;
		width: 14px;
		border:2px solid #000;
		border-radius: 50%;
		background: #eb7406;
		position: absolute;
		top: 0px;
		left: 0px;
		-webkit-transition: .5s all ease-out;
	    -moz-transition: .5s all ease-out;
	    transition: .5s all ease-out;
	}

	header .mobile_sticky.header ul.menu li.active a:after {
		background: #fff;
	}

	header .mobile_sticky.header ul.social {
		float: left;
	}

	.header_content p {
		width: 82%;
	    margin-left: 5%;
	    margin-right: 13%;
	}

	header .mobile_sticky.header ul.social li a {
		left: -3px;
	}
}



@media only screen and (max-width: 350px) {
	header.main {
		height: 860px;
		background-size: cover;
	}

	.header_content p {
		font-size: 12px;
		margin-top: 2px;
	}

	.badge {
		width: 80px;
		height: 80px;
		margin-top: -60px;
		margin-right: 10px;
	}

	header .header a.logo img {
		height: 32px;
	}

	.now_playing li .info .name, .playlist li .info .name {
		width: 140px;
	}

	.content_box {
		margin-bottom: 350px;
	}

	.playlist li .number {
		display: none;
	}

	.now_playing li .info, .playlist li .info {
		margin-left: 64px;
	}

}
