body {
    margin: 0; 		
    padding: 100px 18px 0px 18px;
    overflow-x: hidden;
 }

h1, h2, h3 {
	color: #fff;
	margin: 0px 0px 20px 0px;
}
h1 {font-size: 30px;
}
h2 {font-size: 18px;
}
h3 {font-size: 16px;
}

a#cta {
	display: inline-block;
    margin: 00px 0px 40px 0px;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #000;
    border: 2px #fff solid;
    border-radius: 18px;
}

a#cta:hover {
    border: 2px #666 solid;
}

a#link-out {
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-weight: 500;
	font-size: 11px;
	background: #fff;
	padding: 10px 14px;
	margin: 0px 6px 20px 6px;
	border-radius: 20px;
}

#content-module {
	display: inline-block;
	width: auto;
	background: #000;
	padding: 40px 0px 40px 40px;
	margin-bottom: 20px;	
	border-radius: 40px;
}

#content-module .hero {
	display: inline-block;
	width: 45%;
	min-width: 380px;
	padding-right: 40px;
}

.hero img#hero {
	width: 100%;
	min-width: 380px;
	margin-bottom: 20px;
	border-radius: 20px;
}

.column {
	display: inline-block;
	vertical-align: top;	
	width: 45%;
	min-width: 380px;
	padding: 0px 40px 20px 0px;
}

.info {
	display: block;
	width: 100%;
	color: #fff;
	text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 40px;
    padding: 0px 10px;
}

.desktop-space {
	display:block;
	margin-top:30px;
}

.info a {
  display: inline-block;
  font-size: 15px;  
  text-decoration: none;
  border-bottom: 1px #CCC solid;
  color: #CCC;
}

.info a:hover {
	opacity: 0.4;
}

.playlist {
	display: block;
	color: #fff;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 248px;
    overflow: hidden;
    /* Applies a vertical fade-out effect at the bottom */
    mask-image: linear-gradient(to bottom, black, transparent);
    /* Use -webkit- prefix for better browser compatibility */
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent);   
}

a#playlist-link {
	background: #fff;
	display: block;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 40px;
    padding: 10px 0px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
a:hover#playlist-link {
	color: #95b5e5;
}

ol.list li {
	margin: 6px 0px 18px -20px;
}

ol.list li iframe {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 60px;
	margin-bottom: 0px;
	padding: 0;
	border:0;
	border-bottom: 1.5px #202020 solid;
}

#content-archive {
	display: block;
	background: #000;
	padding: 0px;
	margin-bottom: 40px;	
	border-radius: 40px;
}

.archive-panel {
	display: inline-block;
	width: 98%;
	min-width: 320px;	
	padding-right: 40px;
	margin-bottom: 20px;
}

.show-archive {
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 40px;
	width: 100%;
}

.show-archive iframe {
	display: block;
	width: 100%;
	overflow: hidden;
	border: none;
	min-width: 320px;
	height: 640px;
	margin-top: -100px;
	margin-bottom: 40px;
}

.show-panel {
	display: inline-block;
	max-width: 400px;
	min-width: 320px;
	margin: 0px 40px 60px 0px;
    text-align: left;
	color: #fff;
    border-radius: 16px;
	border: 1.5px #fff solid;
	overflow: hidden;
}

.show-panel img {
	width: 100%;
	display: block;
}

#link-bar {
	display: inline-block;
	width: 100%;
    background: #fff;
    color: #000;
    padding: 2px;
    margin: 0px;
}

#link-bar span {
	display: inline-block;
    font-size: 12px;
    font-weight: 800;
    margin: 10px 0px 0px 10px;	
}

#link-bar a img#play {
	display: inline-block;
	width: 10px;
	background: #000;
	padding: 0px 8px 9px 11px;
	margin: 2px 4px 0px 0px;
	float: right;
    border-radius: 50%;	
}

#link-bar a:hover, a:hover img {
	opacity: 0.6;
}

#module {
	width: 100%;	
	display: block;
	background: #000;
	border-radius: 40px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 40px;	
}

#section {
	width:45%;
	min-width: 400px;	
	display: inline-block;
	border: 0;
	text-align: left;
	vertical-align: top;
	padding: 20px 20px 0px 20px;
	margin: 0;
}

#hero-image {
	display: block;
	width: auto;
	margin-bottom: 20px;
}
#hero-image img {
	width: 98%;
	min-width: 320px;
	border-radius: 10px;	
}

span#p-desktop {
	display:block; margin-bottom: 30px;
}

p#info {
  padding: 0px 6px;
  margin: 0px 0px 30px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: 0.2px;	
}

p#info a {
  display: inline-block;
  font-size: 15px;  
  text-decoration: none;
  border-bottom: 1px #CCC solid;
  color: #CCC;
}

p#info a:hover {
	opacity: 0.4;
}

#highlight {
	color: #95b5e5;
}

ol {
	display: block;
	color: #fff;
	margin-top: 10px;
	font-size: 14px;	
}

ol li {
	margin: 6px 0px 18px 0px;
}

ol li iframe {
	display: inline-block;
	vertical-align: top;
	width: 98%;
	height: 50px;
	margin-bottom: 0px;
	padding: 0;
	border:0;
	border-bottom: 1.5px #202020 solid;
}


.tab {
    display: inline-block;
    width: 25%;
    min-width: 174px;
    margin: 0px 12px 10px 0px;
}
.tab iframe {	
	width: 275px;
	height: 42px;
	border: 0;
}
#tab-frame {
    width: 25%;
    min-width: 172px;
    overflow: hidden;
    /* Applies a vertical fade-out effect at the right */
    mask-image: linear-gradient(to right, black, transparent);
    /* Use -webkit- prefix for better browser compatibility */
    -webkit-mask-image: linear-gradient(to right, black 80%, transparent);    
}
.tab #top-5 {
    display: inline-block;
    width: 20%;
    min-width: 168px;
    margin-bottom: 10px;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
    border-radius: 6px;
	border: 2px #fff solid;	
}
.tab #top-5 a img {
	width: 21px;
	height: auto;
	background: #666;
	padding: 0px 14px 14px 20px;
	margin: 31%;
	border-radius: 50%;
	opacity: 0.4; 	
}
.tab #top-5 a:hover img {
	opacity: 0.8;
}
.tab #top-5, #top-5 a img {
    border: 2px #fff solid;
}

#content #content-body {
	padding: 60px;
	background: #000;
	border-radius: 40px;
}

#content #top-picks h3, #content-body h3 {
    color: #fff;
    line-height: 36px;
    padding: 0;
    margin-bottom: 20px;
}

#content #content-body p {
	color: #fff;
	font-size: 21px;
	font-weight: 100;
	line-height: 32px;
	text-align: left;
	margin: 30px 3%;
}

a.back-button {
	display: inline-block;
    margin: 30px 0px;
    padding-bottom: 8px;
	color:#fff; font-size: 48px;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 4px #fff solid;
}

