.h_iframe .ratio {
	border: 0px;
	box-shadow: rgba(0, 0, 0, 0) 0 0 0;
}

.footer {
	background-color: #1c1c1c;
}

.footer_full_width {
	background-color: #2c2c2c;
}

.footer_bottom_links {
	background-color: #2c2c2c;
	padding: 15px 15px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: right;
}

.footer_bottom_links a{
	color: #888;
	padding-left:30px;
}

.footer_bottom_links a:hover{
	color: #ccc;
}

.mobile_header {
	height: 50px;
	background-color: transparent;
	width: 100%;
	z-index: 999;
}

.mobile_header > a > img {
	background: #fff;
	padding: 0;
}

.mm-menu {
	color: #f5f5f3;
}

.mm-list {
	font-size: 24px;
	letter-spacing: 3px;
}

.sub-menu > .menu-item > a {
	font-size: 14px;
	font-weight: bold;
	color: #aaa;
}

.mm-menu .mm-list > li > a.mm-subclose {
	color: #f5f5f3;
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
	border-color: #f5f5f3;
}

.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
	width: 10px;
	height: 10px;
}

.mm-ismenu {
	background: #1c1c1c;
}

.mm-menu .mm-list > li > a.mm-subopen:before, .mm-menu .mm-list > li:after, .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
	border: 0;
}

.current-menu-item > a:hover {
	background-color: black;
}

.squiggle {
	box-shadow: transparent 0 0 0 0 !important;
	border: 0 !important;
    width: 180px;
	text-align: center;
	margin: auto;
}

@media (max-width: 767px) {
	.squiggle {
		width: 90px;
	}
}

blockquote {
	padding: 0 27px;
	margin: 0 0 27px;
	border-left: 5px solid #dedcd7;
}

blockquote p {
	font-size: 22.5px;
}


blockquote .small {
	line-height: 1.5;
	color: #a09e9b;
}

.date_info {
	color:#888;
}

.squiggle img {
	box-shadow: transparent 0 0 0 0 !important;
	border: 0 !important;
	width: 90px;
}

ul li {
	line-height: 1.3;
	margin-bottom: 10px;
}

hr {
	margin: 15px;
	border: 0;
	background: url('../images/squiggle.svg');
	height: 15px;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
}

.latest_features_card hr {
	margin: 0 0 5px;
}

.dropdown:hover .dropdown-menu {
    display: block;
 }
 
.form-control:-ms-input-placeholder{
color:#a09e9b;
font-style: italic;
letter-spacing: .04em;
}

.form-control::-webkit-input-placeholder{
color:#a09e9b;
font-style: italic;
letter-spacing: .04em;
-webkit-font-smoothing: antialiased;
}

.btn {
	line-height: 1.5;
}

.btn:active, .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0);
box-shadow: inset 0 3px 5px rgba(0,0,0,0);
}
 
.navbar-nav {
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	float: none;
}
 
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #fff;
	color: #ff2626;
}
 
ul >li > a {
	transition: border-color 0.2s ease;
	-webkit-transition: border-color 0.2s ease; /* Safari */
}

a, p, h1, h2, h3, h4, h5, h6, small, em {
	-webkit-font-smoothing:antialiased;
	font-family: "brandon-grotesque", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #1c1c1c;
	line-height: 1.2;
	font-weight: bold;
}

h2 {
	color: #1c1c1c;
	letter-spacing: 10px;
	text-transform: uppercase;
	font-size: 27px;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:hover h2 {
	color: #ff2626;
}

@media (max-width: 767px) {
	h2 {
		margin-top: 15px;
	}
}

h3 {
	margin-top: 27px;
	margin-bottom: 13.5px;
	font-size: 31px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 20px;
}

h6, .h6 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 27px;
	line-height: 1.5 !important;
	font-style:italic;
}

/*increase top margin*/
h3, h4 {
	margin-top: 1.5em;
}

em {
	letter-spacing: .02em;
}

a { 
	color: #ff2626;
}

a:hover, a:focus {
	color: #ff2626;
	text-decoration: none;
}

p {
	margin: 0 0 1em;
}

body {
	background-color: #f5f5f3;
	background: url('../images/dust.jpg');
	word-spacing: .06em;
	line-height:1.6;
	letter-spacing: .01em;
	-webkit-font-smoothing: antialiased;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 18px;
	color: #1c1c1c;
}

h1 {
	text-align: center;
	font-size: 45px;
	margin:15px 0 0;
}

@media (max-width: 767px) {
	h1 {
		font-size: 24px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	h1 {
		font-size: 36px;
	}
}

/* scale font size back*/
@media (min-width:1200px){
	h1 {
		font-size: 40px;
	}
}

h2 {
	color: #1c1c1c;
	letter-spacing: 10px;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.remove_padding {
	padding: 0;
}

.remove_right_padding {
	padding-right: 0;
}

.remove_left_padding {
	padding-left: 0;
}

.menu_logo {
	text-align: center;
	padding: 15px 0;
	background: transparent;
}

@media (max-width:767px){
	.menu_logo {
		padding: 8px 12px 0;
		height: 40px;
		background: #ff2626;
		text-align: left;
	}
}

.menu_logo img {
	width: 45%;
	background-color: #ff2626;
}

@media (max-width:767px){
	.menu_logo img {
		width: auto;
		height: 24px;
		margin-left: 10px;
		margin-top: -1px;
		vertical-align: top;
	}
}

@media (min-width:768px) and (max-width: 991px){
	.menu_logo img {
		width: 50%;
	}
}

.navbar {
	margin-bottom: 0;
}

.navbar-nav > li > a {
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 27px;
}

.navbar-nav > li {
	margin: 0 5px 10px;
}

.navbar-mini > .menu_nav > .navbar-nav > li {
	margin: 0 5px;
}

.navbar-mini {
	margin: 5px 0 !important;
}

.navbar-mini > .menu_nav > ul {
	margin: 0 auto;
}

.dropdown-menu > li > a {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #1c1c1c;
	line-height: 3;
}

.dropdown-menu > li > a:hover {
	background-color: transparent;
	color: #ff2626;
}

.dropdown-menu {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: #fff;
	left: 0px;
	padding: 10px 0;
	border: 1px solid #ff2626;
	font-size: 18px;
}

.fancy_navi_button_container {
	text-align: center;
}

.fancy_navi_button {
	color: #ff2626;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 5px 15px;
	border: 0;
	font-weight: bold;
	border: 2px solid transparent;
	background: transparent;
}

.fancy_navi_button:hover {
	background: #fff;
	border-color: #ff2626;
	color: #ff2626;
}

@media (max-width: 991px) {
	.fancy_navi_button_container {
		margin-bottom: 45px;
	}
	
	.fancy_navi_button {
		background: #fff;
		border-color: #ff2626;
		color: #ff2626;
	}
	
	.fancy_navi_button_chart_tv {
		background: #ff2626;
		color: #fff;
	}
}

.row_margin {
	margin: 30px 0 15px;
}

.row_margin_bottom {
	margin-bottom: 30px;
}

.row_margin_top {
	margin-top: 15px;
}

.chart_attack_red {
	color: #ff2626;
}

small {
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

small > a {
	color: #1c1c1c;
}

.navbar_full_width {
	background-color: #fff;
	width: 100%;
}

@media (max-width: 767px) {
	.navbar_full_width {
		background: #ff2626;
		height: 35px;
	}
}

@meda (max-width:767px){
	.navbar_full_width {
		border-bottom: 1px solid rgba(197, 197, 195, 0.26);
	}
}

.navbar-default {
	background-color: #fff;
	border: 0;
}

.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 13px;
	padding: 10px 20px;
	margin: 0 15px 0 0;
	color: #1a1a1a;
	font-weight: bold;
}

@media (max-width: 991px){
	.navbar-default .navbar-nav>li>a {
		margin: 0;
		letter-spacing: 1px;
	}
}

.navbar-nav > .dropdown:hover > a {
	color: #fff;
	background: #ff2626;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	margin-top: -1px;
}

.navbar-default .navbar-nav>.active>a {
	color: #1a1a1a;
}

.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background: #ff2727;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
	color: #ff2424;
}

.leaderboard_full_width {
	background-color: #f5f5f3;
	background: url('../images/dust.jpg');
	width: 100%;
	min-height: 10px;
	box-shadow: inset rgba(0, 0, 0, 0.1) 0 10px 5px -10px;
}

.leaderboard {
	background-color: #f5f5f3;
	background: url('../images/dust.jpg');
	box-shadow: inset rgba(0, 0, 0, 0.1) 0 10px 5px -10px;
	padding: 15px 0;
}

#leaderboardDiv {
	width: 730px;
	height: 92px;
	margin: 0 auto;
	border: 1px solid #d5d5d3;
	background: #fff;
}

.latest_posts_column {
	padding: 60px 15px 15px;
}

.latest_posts_label {
	margin-top: 12px;
	line-height: 1;
}

.latest_posts_label p {
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	color: #ff2626;
}

.latest_posts_entry {
	text-align: center;
	font-size: 17px;
	line-height: 1.3;
	letter-spacing: 0;
	word-spacing: 0;
	padding-bottom: 5px;
}

@media (max-width: 1199px){
	.latest_posts_entry {
		font-size: 16px;
	}
}

.latest_posts_label img {
	padding-top: 15px;
	width: 33%;
}

.latest_posts_entry p > a {
	color: #1c1c1c;
	text-decoration: none;
}

.latest_posts_entry p > a:hover, a:focus {
	color: #ff2626;
}

.site_description_column {
	padding: 70px 15px 15px;
}

@media (max-width: 1199px) {
	.site_description_column {
		padding: 0;
	}
}

.latest_news_link:hover {
	text-decoration: none;
	color: #ff2626;
}

.top_stories_label {
	max-width: 420px;
	margin: 0 auto;
	background-color: transparent;
	position: relative;
}

.top_stories_label p {
	padding: 15px 0;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 18px;
	color: #1c1c1c;
}

@media (max-width:767px){
	.top_stories_label p {
		letter-spacing: 3px;
		font-size: 11px;
	}
}

@media (max-width: 767px){ 
	.top_stories_column{
		padding:0px 5px 0 7px;
	}
}

@media (min-width: 768px){
	.top_stories_column{
		padding-top: 15px;
	}
}

.site_description {
	text-align: center;
	margin-top: 12px;
	font-size: 15px;
	letter-spacing: .04em;
	color: #444;
	margin-bottom: 40px;
	font-style: normal;
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.site_description {
		padding: 0;
	}
}

.site_description_social {
	margin-bottom: 13.5px;
}

.form-control {
	background-color: transparent;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	border: 0px;
	font-size: 18px;
	line-height:1.5;
	color: #444;
	height: 41px;
}

.form-control:focus {
	border-color: transparent;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0),0 0 8px rgba(102,175,233,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102,175,233,0);
}

.form-inline {
	background: #fff;
	width: 200px;
	margin: auto;
	border-bottom: 1px solid rgba(197, 197, 195, 0.26);
}

.input-sm {
	border-radius: 0px;
	padding: 0 15px;
	width: 150px;
}

.btn-default {
	color: #dadada;
	border: 0px;
	background-color: transparent;
}

.btn-sm{
	padding: 5px 10px;
}


.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
color: #ff2626;
background-color: transparent;
border: 0px;
}

.latest_news_card, .latest_features_card {
	line-height: 1.3;
	margin-bottom: 45px;
}

.latest_news_image {
	width: 85%;
	margin: auto;
}

.whitebg_full_width {
	width: 100%;
	background: #fff;
}

.latest_news_link {
	color: #1c1c1c;
}

.latest_news_link:hover {
	text-decoration: none;
	color: #ff2626;
}

.latest_news_title {
	font-weight: bold;
	text-align: center;
	margin: 20px 0 5px;
}

.latest_news_excerpt {
	font-size: 16px;
	text-align: center;
	margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.latest_news_title {
		font-size: 24px;
	}
	.latest_news_excerpt, .latest_features_excerpt {
		font-size: 18px;
	}
}

.staff_pick_album {
	margin: 24px 14px 0;
}

.latest_features_link {
	color: #1c1c1c;
}

.latest_features_link:hover {
	text-decoration: none;
	color: #ff2626;
}

.latest_features_title {
	font-size: 27px;
	text-align: center;
	margin: 20px 0 5px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.latest_features_title {
		font-size: 22px;
	}
}

.latest_features_excerpt {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.blackbg_full_width {
	width: 100%;
	background: #1c1c1c;
}

.blackbg_full_width > .container {
	background: #1c1c1c;
}

.chart_tv_h2 {
	color: #f5f5f3;
	border-color: #444;
}

.chart_tv_fancy_navi_button {
	border: 1px solid #444;
	color: #888;
}

.chart_tv_feature_title {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	margin: 0 0 5px;
	color: #f5f5f3;
	line-height: 1.3;
	padding: 30px 15px 0;
}

@media (max-width: 767px) {
	.chart_tv_feature_title {
		padding: 15px 0 0;
	}
}

@media (max-width: 1199px) {
	.chart_tv_feature_title {
		padding: 20px 10px 0;
		font-size: 27px;
	}
}

.chart_tv_feature_link {
	color: #a0a0a0;
}

.chart_tv_feature_link:hover {
	text-decoration: none;
	color: #fff;
}

.chart_tv_feature_excerpt {
	font-size: 20px;
	text-align: center;
	margin: 10px 0 30px;
	color: #aaa;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.chart_tv_feature_excerpt {
		font-size: 18px;
		padding: 0;
	}	
}

.chart_tv_link {
	color: #a0a0a0;
	line-height: 1.3;
}

.chart_tv_link:hover {
	text-decoration: none;
	color: #fff;
}

.category_card img, .tag_card img, .latest_news_card img, .latest_features_card img, .post_content img {
	box-shadow: #f5f5f3 -4px 4px 0px -2px, #1c1c1c -4px 4px 0px 0;
	border: 2px solid #1c1c1c;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.latest_news_card img, .latest_features_card img {
	box-shadow: none;
	border: none;
	width: 100%;
}

.latest_image {
	box-shadow: #f5f5f3 -4px 4px 0px -2px, #1c1c1c -4px 4px 0px 0;
	border: 2px solid #1c1c1c;
}

@media (min-width: 1200px) {
	.latest_image {
		max-height: 360px;
		overflow: hidden;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.latest_image {
		max-height: 293px;
		overflow: hidden;
	}
}

@media (max-width: 767px){
	.latest_features_card img{
		max-width: 85%;
	}
}

@media (min-width: 768px) and (max-width: 991px){ /*affects only s now, adds features*/
	.latest_image {
		width: 50%;
		margin: auto;
	}
}

@media (max-width: 991px) {
	.tag_card img {
		max-height: 275px;
	}
}

.category_card_description a:hover> h3{
	color: #ff2626;
}

.tag_card_description a:hover> h3{
	color: #ff2626;
}

.category_card_description, .tag_card_description {
	padding: 0 30px 0;
	text-align: center;
}

@media (max-width: 767px) {
	.category_card_description {
		padding: 15px 0;
	}
	
	.tag_card_description {
		padding: 5px 0;
	}
}

.category_card, .tag_card {
	background-color: transparent;
	margin-bottom: 45px;
}

.category_header {
	background: #fff;
	padding-bottom: 15px;
}

@media (max-width: 767px){
	.category_header {
		padding-bottom:0;
	}
}

.category_title {
	text-align: center;
	margin-top: 0;
	letter-spacing: inherit;
}

@media (min-width: 1200px) {
	.category_card_description h3 {
		padding: 0;
		margin: 0 0 5px;
		font-size: 27px;
		letter-spacing: 0;
	}
	
	.category_title h1 {
		margin-top: 0;
		font-weight: bold;
		font-size: 72px;
		text-transform: uppercase;
		letter-spacing: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.category_card_description h3 {
		padding: 0;
		margin: 0 0 5px;
		font-size: 24px;
		letter-spacing: 0;
	}
}

@media (max-width: 991px) {
	.category_card_description h3 {
		padding: 0;
		margin: 0 0 5px;
		font-size: 22px;
		letter-spacing: 0;
	}
	
	.category_title p {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
		.category_title h1 {
		margin-top: 0;
		font-weight: bold;
		font-size: 54px;
		text-transform: uppercase;
		letter-spacing: 10px;
	}
}

@media (max-width: 767px){
	.category_title h1 {
		text-transform: uppercase;
		font-size: 33px;
	}
	
	.category_title h3 {
		font-size: 18px;
	}
}

.category_card_description a {
	color: #1c1c1c;
}

.category_card_description a:hover {
	color: #ff2626;
}

.category_card_description > small > a {
	color: #1c1c1c;
}

.category_card_description p {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.category_card_description p {
		margin: 0;
		line-height: 1.4;
	}
}

@media (max-width: 991px) {
	.category_card_description p {
		margin: 15px 0;
		line-height: 1.4;
		font-size: 16px;
	}
}

.category_breadcrumbs {
	border-bottom: 0;
	margin: 5px 15px;
	color: #888888;
	text-align: left;
}

.category_breadcrumbs a {
	color: #888888;
	font-weight: bold;
}

.category_breadcrumbs a:hover {
	color: #ff2626;
}

.main_post_container {
	padding-left: 0;
	padding-right: 0;
}

.post_content {
	padding: 0 30px 0 15px;
}

@media (max-width: 767px) {
	.main_post_container {
		padding-left: 15px;
	}
	
	.post_content {
		padding: 15px 0 0;
		line-height: 1.3;
	}
}

.post_content a:hover {
	text-decoration: underline;
}

.post_header {
	text-align: center;
	background: #fff;
	padding: 15px 0 20px;
	border-bottom: 1px solid rgba(197, 197, 195, 0.26);
}

.post_header img {
	box-shadow: #f5f5f3 -4px 4px 0px -2px, #1c1c1c -4px 4px 0px 0;
	border: 2px solid #1c1c1c;
	max-height: 375px;
	margin: auto;
}

.post_dropcap {
	font-weight: bold;
	float: left;
	margin-right: 10px;
	font-size: 63px;
	line-height: 1;
	margin-bottom: -20px;
}

.post_pull_left {
	float: left;
	margin: 30px 30px 30px -218px;
}

/*fix pull right*/
@media (min-width:992px){ /*kicks in for M and L*/
	.post_pull_right {
		float: right;
		margin: 30px -310px 30px 30px;
		width: 485px;
	}
}

@media (min-width: 768px) and (max-width: 991px){ /*for S only, XS is off*/
	.post_pull_right {
		float: right;
		margin: 15px -40px 15px 15px;
		max-width: 320px;
	}
}

.post_tag_box {
	padding: 15px 15px 15px 30px;
	margin-top: 15px;
	background: #fff;
	line-height: 1;
}

.post_tag_box a {
	color: #888;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: normal;
}

.post_tag_box a:hover {
	color: #ff2626;
}

.post_tag_box p {
	color: #888;
	margin: 0 0 10px 0;
	font-size: 15px;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-style: italic;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 767px) {
	.post_social_box {
		margin: 0;
		padding: 15px 0;
	}
}

.tag_header {
	background: #fff;
	padding: 15px;
}

.tag_header img {
	width: 100%;
	height: auto;
}

.tag_description {
	padding: 0 10px;
	font-size: 16px;
}

.tag_description a {
	font-weight: bold;
}

.tag_description h1 {
	text-align: left;
	font-size: 33px;
	margin: 10px 0;
}

.tag_artist_links > a:hover > img {
	background: #eee;
}

@media (max-width: 767px) {
	.tag_description h1 {
		text-align: center;
		font-size: 24px;
		margin: 0;
	}
	
	.tag_description {
		padding: 10px 10px 15px;
		text-align: center;
		font-size: 16px;
	}
}

.tag_artist_links {
	margin-top: 15px;
}

.tag_artist_links img {
	width: 30px;
	height: 30px;
	background: #f5f5f3;
	border-radius: 100%;
}

.tag_card_description h3 {
	padding: 0;
	margin: 0;
	font-size: 28px;
}

@media (max-width: 991px) {
	.tag_card_description h3 {
		font-size: 22px;
		margin-top: 10px;
	}
}

.tag_card_description .category_breadcrumbs {
	margin: 10px 0;
	text-align: center;
}

.img_hover_effect {

}

.img_hover_effect:hover {
}

.navbar-features {
	min-height: 0;
	text-align: center;
}

@media (min-width: 768px) {
	.post_pull_left > .post_quote > #post_quote_text > p, .post_quote > #post_quote_text > p {
		font-size: 27px;
	}
}

.post_pull_left {
	max-width: 80%;
	height: auto;
}

@media (min-width: 1200px) {
	.post_pull_left {
		float: left;
		margin: 30px 30px 30px -200px;
	}
	
	.post_pull_left > .post_quote {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.post_pull_left, .post_pull_right {
		float: none;
		margin: 0 0 1em;
		max-width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.post_pull_left {
		float: left;
		margin: 15px 15px 15px -169px;
	}
	
	.post_pull_left > .post_quote {
		margin: 0;
		margin-bottom: 30px;
	}
}

.post_quote img {
	box-shadow: transparent 0 0 0 0;
	border: 0;
}

@media (min-width: 768px) {
	.post_quote {
		margin: 40px 0 40px 0;
	}
	
	.post_quote small {
		position: relative;
		top: -28px;
		margin-bottom: -20px;
		text-align: center;
	}
	
	.post_quote #post_quote_logo {
		float: left;
		position: relative;
		left: 45px;
		top: 15px;
	}
	
	.post_quote #post_quote_text {
		margin-left: 115px;
	}
	
	.post_quote #post_quote_text p {
		line-height: 1.4;
		margin: 0;
		padding: 10px 0px 30px 0px;
		font-size: 18px;
		color: #000000;
	}
}

@media (max-width: 767px) {
	.post_quote {
		margin: 20px 0 20px 0;
	}
	
	#post_quote_logo img {
		height: 35px;
		width: auto;
	}
	
	.post_quote #post_quote_source p{
		font-size: 16px;
		color: #bebebe;
		position: relative;
		top: -28px;
		float: right;
		margin-bottom: -20px;
	}
	
	.post_quote #post_quote_logo {
		float: left;
		position: relative;
		top: -5px;
		left: 10px;
	}
	
	.post_quote #post_quote_text {
		margin-left: 55px;
	}
	
	.post_quote #post_quote_text p {
		line-height: 1.4;
		margin: 0;
		padding: 10px 0px 30px 0px;
		font-size: 20px;
		color: #000000;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.post_quote #post_quote_logo {
		left: 20px;
	}
	
	.post_quote #post_quote_text {
		margin-left: 75px;
	}
}

@media (max-width: 767px) {
	.post_quote #post_quote_logo {
		top: 0px;
		left: 0px;
	}
	
	.post_quote #post_quote_text {
		margin-left: 45px;
	}
	
	#post_quote_logo img {
		height: 25px;	}
	
	.post_quote #post_quote_text p {
		padding: 0;
	}
	
	.post_quote small {
		top: 0;
	}

	.post_quote {
		margin: 20px 0 60px 0;
	}
}

.post_pull_caption_left {
	font-size: 16px;
	margin-left: -180px;
	max-width: 150px;
	float: left;
	color: #888885;
	text-align: right;
	border-top: 1px solid #e2e2e2;
	padding-top: 10px;
}

.post_pull_caption_left a {
	color: #888885;
	text-decoration: underline;
}

#category_most_popular_description {
	font-size: 16px;
	text-align: center;
	padding: 0;
	letter-spacing: 1px;
	font-weight: normal;
	color: inherit;
	font-style: italic;
	margin-bottom: 0;
	border: 0;
}

.category_most_popular {
	font-size: 16px;
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
}

.category_most_popular a {
	color: #ff2626;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	letter-spacing: .03em;
}

.top_three_container {
	padding: 0 200px;
}

.top_three_container hr {
	margin: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.top_three_container {
		padding: 0 100px;
	}
}

@media (max-width: 991px) {
	.top_three_container {
		padding: 0 30px;
	}
}

.chart_tv_card {
	padding: 0 5px 0 0;
	margin-bottom: 45px;
}

@media (max-width: 767px) {
	.chart_tv_card {
		padding: 0 15px;
	}
}

.chart_tv_card:hover > .chart_tv_title > p {
	color: #f5f5f3;
}

.chart_tv_card img {
	border: 2px solid #0a0a0a;
	position: relative;
	top: 0;
	transition: top 0.2s ease, border-color 0.2s ease;
	-webkit-transition: top 0.2s ease, border-color 0.2s ease; /* Safari */
	width: 100%;
}

.chart_tv_title {
	margin: 5px 0;
	padding: 5px 17px 0 2px;
	font-size: 18px;
	text-align: center;
	letter-spacing: .03em;
	line-height: 1.5;
	position: relative;
	top: 0;
	transition: top 0.2s ease;
	-webkit-transition: top 0.2s ease; /* Safari */
}

@media (min-width: 768px) and (max-width: 991px) {
	.chart_tv_title {
		font-size: 24px;
	}
}

@media (min-width: 768px) {
	.chart_tv_card:hover .chart_tv_title {
		position: relative;
		top: -5px;
	}
	
	.chart_tv_card:hover img {
		position: relative;
		top: -15px;
		border-color: #dadada;
	}
}

.chart_tv_feature_card {
	padding: 10px;
}

.chart_tv_feature_card .frameWrapper {
	padding-bottom: 0;
}

.chart_tv_row {
	background: #2c2c2c;
	text-align: center;
}

.chart_tv_row span {
	color: #fff;
}

.tag_card_description > .category_breadcrumbs small {
	font-size: 13px;
	border-bottom: 2px solid #f0f0f0;
}

.navbar-features > .menu_nav > .nav > li > a:hover, .nav>li>a:focus {
	background-color: transparent;
	border: 1px solid #ff2626;
	color: #ff2626;
}

.navbar-features > .menu_nav> .nav > li > a {
	border: 1px solid transparent;
	letter-spacing: inherit;
	font-size: 17px;
	padding: 5px 15px;
	font-weight: bold;
	margin: auto;
	color: #1c1c1c;
}

@media (max-width: 991px) {
	.navbar-features > .menu_nav> .nav > li > a { 
		font-size: 13px;
		padding: 0 15px;
	}
}

.navbar-mini > .menu_nav> .nav > li > a {
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0 10px;
	margin: 5px;
}

/*pagination*/

.pagination {
	border-radius: 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 27px;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	width: 100%;
	margin: 0 0 30px 0;
}

@media (max-width: 767px) {
	.pagination {
		font-size: 18px;
		letter-spacing: 0;
	}
}

.pagination>li>a, .pagination>li>span {
	color: #888;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #1c1c1c;
	background-color: transparent;
	border: 0px;
	cursor: default;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.5;
	text-decoration: none;
	background-color: transparent;
	border: 0px;
	margin-left: -1px;
}

@media (max-width: 767px) {
	.pagination>li>a, .pagination>li>span {
		padding: 0 8px;
	}
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}


.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	color: #888;
	background-color: transparent;
	border:0px;
	cursor: not-allowed;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	background-color: transparent;
	color: #1c1c1c;
}

.post_header p {
	font-size: 20px;
	color: #444;
	line-height: 1.3;
	margin: 10px 0;
}

@media (max-width: 767px) {
	.post_header p {
		font-size: 18px;
	}
}

.post_header_text_column {
	padding: 0 30px;
}

@media (max-width: 767px) {
	.post_header_text_column {
		padding: 0 15px 30px;
	}	
}

.slider_card {
	background: #fff;
	padding-bottom: 60px;
	text-align: center;
	width: 100%;
}

.slider_card img {
	width: 100%;
}

.swipe {
	box-shadow: #f5f5f3 -4px 4px 0px -2px, #1c1c1c -4px 4px 0px 0;
	border: 2px solid #1c1c1c;
	background: #fff;
}

.slider_card > a> h1, .slider_card > p, .slider_card > small {
	padding: 0 30px;
}

@media (max-width: 991px) {
	.slider_card > a> h1, .slider_card > p, .slider_card > small {
		padding: 0 15px;
	}	
}

.slider_card > p {
	line-height: 1.4;
	margin-top: 15px;
	font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1199px){
	.slider_card > p {
		font-size: 18px;
		margin: 5px 0 0 0;
	}
}

@media (max-width: 767px){ /*shrink font size for xs*/
	.slider_card > p {
		font-size: 18px;
		margin: 5px 0 0 0;
	}
}

.slider_card > a> h1 {
	margin: 15px 0 0 0;
}

@media (min-width: 1200px) {
	.slider_card > a> h1 {
		font-size: 38px;
	}
	
	.slider_card > p{
		font-size: 22px;
	}
}

@media (max-width: 1199px) {
	.slider_card > a> h1 {
		font-size: 33px;
	}
}

@media (max-width: 767px){
	.slider_card > a> h1 {
		font-size: 24px;
	}
}

.slider_controls > .slider_control_arrow > img {
	margin: 3px 30px 0;
	width: 20px;
	height: 20px;
}

.slider_controls {
	text-align: center;
	position: relative;
	top: -54px;
}

.slider_dots {
	width: 27px;
	border: 10px solid white;
	border-radius: 100%;
}

@media (max-width: 767px) {
	.slider_dots {
		width: 7px;
		border: none;
		margin: 0 3px;
	}
}

.navbar-mini-inverse > .menu_nav> .nav > li > a {
	color: #f5f5f3;
}

#post_social_link_fb, #post_social_link_tw, #post_social_link_su, #post_social_link_tl {
	float: left;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.nav > li {
		margin: 5px;
	}
}

.posts_about p, .posts_about hr {
    margin: 0;
    text-align: center;
	font-size: 16px;
 }
 
 .page_content {
	background: #fff;
	padding: 30px 15px 15px 30px;
}

@media (max-width: 767px){
	.page_content {
		line-height: 1.3;
		padding: 20px 10px;
	}
	
	.page_content h2 {
		font-size: 16px;
		letter-spacing: 3px;
	}
}

.post_discuss {
	font-size: 24px;
	text-align: center;
	padding: 30px;
	color: #888;
	font-weight: normal;
}

.post_discuss > .glyphicon-comment {
	font-size: 20px;
}

@media (max-width:767px){
	.post_discuss {
		font-size: 18px;
		padding: 5px;
	}
	.post_discuss > .glyphicon-comment {
		font-size: 16px;
	}
}

.about_social_column {
	margin-top: 15px;
}

.about_social_link > a > p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	color: #888;
}

.about_social_link > a:hover > p {
	color: #ff2626;
}

.about_social_link img {
	margin: 5px;
	width: 40px;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, 1) 0px 3px 8px -5px;
}

.about_social_link {
	text-align: center;
	padding-top: 15px
}

.contact_form {
	padding: 0 15px;
}

.contact_form p {
	padding: 15px 15px 0;
	font-size: 16px;
}


label {
		font-size: 13px;
		font-weight: normal;
		margin: 10px AUTO 0;
		text-transform: uppercase;
		letter-spacing: 1px;
}

input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	max-width: 100%;
	width: auto;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0),0 0 8px rgba(102,175,233,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102,175,233,0);
	border: 1px solid #ccc;
}

.post_prev_link, .post_next_link {
	border-radius: 6px;
	padding: 15px 15px 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 3px;
	text-align: center;
	color: #ff2626;
	background: #fff;
	line-height: 1.4;
}

@media (min-width: 768px){
	.post_prev_link {
		margin-right: -7px;
	}
	.post_next_link {
		margin-left: -7px;
	}
}

.post_prev_link a, .post_next_link a  {
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	color: #1c1c1c;
	letter-spacing: 0.01em;
}

.post_prev_link img, .post_next_link img {
	box-shadow: rgba(0,0,0,0) 0 0 0;
	border: 0px;
	width: 20px;
	margin-bottom: 5px;
}

.lyte-wrapper {
	margin: 0 0 1em !important;
}

.post_content > iframe, .post_content > p > iframe, .post_pull_left > iframe,.post_pull_right > iframe {
	max-width: 100%;
	border: 0;
}

@media (max-width: 767px){
	.post_content > p > iframe {
		max-height:180px;
	}
}

/*fb iframes now have a vertical align to baseline, this fixe it*/
.fb_iframe_widget span {
	vertical-align: top !important;
}

/*style gravity forms*/
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
	outline-style: none;
	font-size: 16px !important;
	color: #888;
	font-family: inherit;
	padding: 5px !important;
	letter-spacing: normal;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	font-size: 13px !important;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #ff2626;
	padding: 10px 20px;
	color: #fff;
	background: #ff2626;
}

.gform_wrapper .gform_footer input.button:hover {
	color: #ff2626;
	background: #fff;
}

/*fix slider height issues for taller images*/
.slider_card_img {
	max-height: 312px;
	overflow: hidden;
}

@media (min-width:521px) and (max-width:568px){
	.slider_card_img{
		padding:50px;
	}
}

@media (min-width: 421px) and (max-width: 520px){
	.slider_card_img{
		max-height: 215px;
	}
}

@media (max-width: 420px){
	.slider_card_img{
		max-height: 165px;
	}
}

/* no more seamless ads */
@media (min-width: 992px) {
	.sidebar_adunit {
		min-height: 250px;
	}
	margin-bottom: 14px;	
}
.sidebar_adunit > div > div> iframe {
	background: #fff;
}

.related_post_category {
	position: relative;
	left: -70px;
}

.related_post_category > a {
	padding: 1px 6px 1px 8px;
	background-color: #ff2626;
	text-transform: uppercase;
	color: white;
	border: 1px solid #1c1c1c;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 2px;
}

.related_post_author_time > p {
	-webkit-font-smoothing: antialiased;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #666;
}

.related_post_title > a {
	font-size: 21px;
	margin-bottom: 5px;
	color: #1c1c1c;
	line-height: 1.2
}

@media (max-width: 767px) {
	.related_post_title > a {
		font-size: 18px;
	}
	
	.related_post_text_container {
		padding-left: 0;
	}
	
	.related_post_category {
		left: -55px;
	}
}

.related_post_title {
	margin: 10px 0;
}

.related_post_heading {
	margin-top: 20px;
	font-size: 20px;
	letter-spacing: 8px;
}

.related_post_img {
	padding: 15px;
}

.comic_nav {
	background: white;
	height: 191px;
	border: 1px solid white;
}

.comic_nav a {
	color: #1c1c1c;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: normal;
}

.comic_nav a:hover {
	color: #ff2626;
}

.comic_nav h4 {
	text-align: center;
	padding: 30px 15px;
	margin: 0;
}

.comic_nav_button {
	width: 50%;
	padding: 15px;
	background: #f5f5f3;
	text-align: center;
	border: 1px solid #ffffff;
	float: left;
}

.inverse {
    -moz-transform: scale(-1, 1);;
    -webkit-transform: scale(-1, 1);;
    transform: scale(-1, 1);;
}

.comic_header {
	background: white;
}

.comic_header p {
	margin: 0;
}

.comic_header hr {
	margin: 0;
}

.comic_header img {
	padding: 15px;
}

@media (max-width: 991px) {
	.comic_nav {
		margin-top: 10px;
		height: 152px;
		margin-bottom: 20px;
	}
	
	.comic_header img {
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.comic_header img {
		width: 33%;
	}
	
	.comic_header > .category_title {
		margin: 15px 0 0;
		text-align: left;
	}
	
	.comic_header > .category_title > p {
		font-size: 15px;
		margin-top: -8px;
	}
	
	.comic_header {
		margin-bottom: 0;
	}
	
	.comic_nav h4 {
		padding: 15px;
		font-size: 18px;
	}
}

.social_button {
	width: 100%;
	height: 40px;	
	padding: 12px;
	margin-bottom: 5px;
}

.social_button .social_text_action {
	text-transform: uppercase;
	color: white;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
}

.social_button .social_count {
	float: right;
	line-height: 1;
	color: white;
	padding: 11px;
	margin: -12px;
	min-width: 46px;
	text-align: center;
}

.social_button > img {
	width: 16px;
	float: left;
}

@media (min-width:992px) and (max-width:1199px){
	.social_button .social_count{
		padding: 11px 6px;
		margin: -12px;
		min-width: 30px;.	
		font-size: 14px;
	}
}

.social_facebook_container {
	background-color: #2e55bc;
}

.social_facebook_container:hover {
	background-color: #335fd2;
}

.social_facebook_container .social_count {
	border-left: 1px solid #254498;
	background-color: #294ca9;
}

.social_twitter_container {
	background-color: #08a2ea;
}

.social_twitter_container:hover {
	background-color: #22b2f5;
}

.social_twitter_container .social_count {
	border-left: 1px solid #0682bd;
	background-color: #0791d2;
}

.social_stumble_container {
	background-color: #e94625;
}

.social_stumble_container:hover {
	background-color: #e75a23;
}

.social_stumble_container .social_count {
	border-left: 1px solid #bc391e;
	background-color: #d13f21;
}

.social_tumblr_container {
	background-color: #1e344c;
}

.social_tumblr_container:hover {
	background-color: #243e5b;
}

.social_tumblr_container .social_count {
	border-left: 1px solid #162637;
	background-color: #182a3d;
}

.social_copy_container {
	background-color: #888;
}

.social_copy_container:hover {
	background-color: #949494;
}

.social_copy_container .social_count {
	border-left: 1px solid #6e6e6e;
	background-color: #7a7a7a;
}

.social_pinterest_container {
	background-color: #888;
}

.social_reddit_container {
	background-color: #cee3f8;
}
.social_reddit_container:hover {
	background-color: #def3ff;
}
.social_reddit_container .social_count {
	border-left: 1px solid #B2C4D5;
	background-color: #336699;
}
.social_reddit_container .social_text_action {
	color: #336699;
}

.social_pinterest_container:hover {
	background-color: #949494;
}

.social_pinterest_container .social_count {
	border-left: 1px solid #6e6e6e;
	background-color: #7a7a7a;
}

.social_facebook_container:hover {
	background-color: #3766c9;
}

.social_twitter_container:hover {
	background-color: #09b0ed;
}

.social_stumble_container:hover {
	background-color: #ed542c;
}

.social_pinterest_container {
	background-color: #ca1517;
}	

.social_pinterest_container:hover {
	background-color: #da1b1e;
}

.typeahead {
	border: 0;
	background: #ccc;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #bbb;
}

.typeahead > li > a {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #1c1c1c;
	line-height: 2;
}

.typeahead > li {
	margin:0;
}

.typeahead>.active>a, .typeahead>.active>a:hover, .typeahead>.active>a:focus {
background-color: #ddd;
color: #1c1c1c;
}

.modal-vertical-centered {
}

.modal-sm {
	width: 300px;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	margin: 0 auto;
	position: relative;
	top: 29px;
}

.social_popup {
	box-shadow: 0 5px 40px -5px rgba(0,0,0,0.7);
	padding: 30px 30px 15px;
	text-align: center;
	border-radius: 0;
}

.social_popup p {
	padding: 0 55px;
}
.social_popup a {
	font-size: 11px;
	text-transform: uppercase;
	color: #888;
	font-weight: bold;
	letter-spacing: 1px;
}

.social_popup a:hover {
	color: #444;
}

/* fixes for right ad in site skins */
div.sidebar_adunit.has-site-skin {
	margin-left: -26px;
}
@media (max-width: 1199px) {
	div.sidebar_adunit.has-site-skin {
		margin-left: 0;
	}
}

/* pastehere */
/* header promoted articles */
div.row.promoted-header {
	
}
.promoted-header .promoted-box:nth-child(n+4) {
	display: none;
}
.promoted-header .promoted-box {
	/* box-shadow: #f5f5f3 -4px 4px 0px -2px, #a0a0a0 -4px 4px 0px 0; */
	border: 2px solid #a0a0a0;
	background-color: white;
	height: 94px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.blackbg_full_width .promoted-header .promoted-box {
	background-color: #2C2C2C;
	color: #9D9D9D;
	border-color: #3C3C3C;
}
.blackbg_full_width .promoted-header a p.text {
	color: #919191;
}

.promoted-box .image {
	width: 143px;
	height: 80px;
	display: inline-block;
	float: left;
	/* margin-top: 20px; */
	overflow: hidden;
	/*text-align: center;*/
	background-color: #333;
	letter-spacing: -0.5em;
}
.promoted-box .image > * {
	letter-spacing: normal;
}

.promoted-box .image::after {
	content: '';
	display: inline-block;
	
	/* background-color: red; */
	vertical-align: middle;
	height: 100%;
	width: 0;
	/* width:  5px; */
	
}
.promoted-box img {
	width: 143px;
	display: inline-block;
	vertical-align: middle;
}
.promoted-header .promoted-box p.text {
	color: #444;
	font-weight: bold;
	margin-bottom: 0;
}
.promoted-box .text {
	/*display: inline-block;*/
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	/* margin-top: 14px; */
	font-size: 18px;
	margin-left: 12px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: -webkit-translateY(-50%);
	-webkit-transform: translateY(-50%);
	position:  relative;
}
.promoted-box .category {
	margin-top: -3px;
	font-size: 12px;
	position: absolute;
	color: #757575;
	text-transform: uppercase;
	font-weight: normal;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.promoted-box>a {
	color: #1c1c1c;
	text-decoration: none;
	display: block;
	padding: 5px;
	height: 100%
}
.promoted-box a:hover {
	background-color: #f0ece9;
}
.blackbg_full_width .promoted-box a:hover {
	background-color: #313131;
}

@media (min-width: 768px) {
	.promoted-box {
		float: left;
	}
	.promoted-box + .promoted-box {
		margin-left: 14px;
	}
}

@media (min-width: 1200px) {
	.promoted-box {
		width: 380px;
	}
	.promoted-box .text {
		width: 211px;
		max-height: 82px;
	}
}
@media (max-width: 1199px) and (min-width: 768px) {
	.promoted-box {
		width: 314px;
	}
	.promoted-box .text {
		width: 145px;
		max-height: 74px;
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.promoted-header .promoted-box {
		width: 240px;
		height:  59px;
}
	.promoted-box img {
		width: 80px;
	}
	.promoted-box div.image {
		width: 80px;
		height: 45px;
		margin-right: 10px;
	}
	.promoted-box .text {
		float: none;
		margin-left: 0;
		margin-bottom: 0;
		margin-top: -2px;
		overflow: inherit;
		display:  block;
		width: inherit;
	
		/*margin-top: -2px;
		height: 46px;*/
		max-height: 46px;
	}
}

@media (max-width: 767px) {
	/* unused currently as the section is hidden on x-small */
	.promoted-box .text {
		float: none;
		margin-left: 0;
		margin-bottom: 0;
		overflow: inherit;
		display:  block;
	}
	.promoted-box .image {
		height: 45px;
		width: 80px;
		margin-right: 10px;
		margin-bottom: 0px;
	}
	.promoted-box img {
		width: 80px;
	}
	.promoted-header .promoted-box {
		height: auto;
		box-shadow: none;
		border: none;
		overflow: visible;
		clear: left;
	}
	.promoted-box>a {
		height: 100%
	}
	.promoted-box>a:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	.promoted-box + .promoted-box {
		border-top: 2px solid #a0a0a0;
	}
	.promoted-header {
		box-shadow: #f5f5f3 -4px 4px 0px -2px, #a0a0a0 -4px 4px 0px 0;
		border: 2px solid #a0a0a0;
		margin: 47px 0 5px 0;
	}
}


/* search form */
form.navbar-form[role=search] {
	border: 1px solid #7d7575;
	margin-top: 2px;
	position: absolute;
	right: 0;
	z-index: 500;
	background-color: white;
	padding: 0;
	border-radius: 3px;
	/*overflow: hidden;*/
	padding: 0;
	min-width: 45px;
}
form.navbar-form.navbar-search {
	min-width: 36px;
	margin-top: 5px;
}
form.navbar-form[role=search].search-expanded {
}
form.navbar-form[role=search].search-expanded input[type=text] {
	transition: width 0.25s;
	width: 200px;
	padding: 0 43px 0 10px;
}
form.navbar-form[role=search] input[type=text] {
	width: 0;
	transition: width 0.25s;
	color: black;
}
form.navbar-form[role=search] button {
	height: 41px;
	border-radius: 0;
	background-color: #ff2626;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 43px;
}
form.navbar-form.navbar-search input[type=text] {
	height: 34px;
}
form.navbar-form.navbar-search button {
	padding: 3px;
	height: 34px;
	width: 34px;
}
form.navbar-form.mobile-search {
	min-width: 45px;
	top: 0;
	padding: 0;
	margin: 0;
	height: 40px;
	position: absolute;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
form.navbar-form.mobile-search button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding-right: 10px;
	border-radius: none;
	background-color: transparent;
}
form.navbar-form.mobile-search button img {
	margin: 0;
	padding: 0;
}
form.navbar-form.mobile-search input[type=text] {
	padding-left: 15px;
	padding-right: 45px;
	margin-right: 0;
	color: black;
	width: 0;
	padding: 0;
	transition: width 0;
}
form.navbar-form.mobile-search.search-expanded input[type=text] {
	width: 100%;
	transition: width 0;
}
form.navbar-form.mobile-search button img {
	background-color: transparent;
}
form.navbar-form.mobile-search.search-expanded {
	width: 100%;
	background-color: white;
	border-bottom: 1px solid #999;
}


/* sidebar enhancements */
/* custom column widths to acommodate ads ...*/
@media (min-width: 1200px) {
	.col-sidebar.col-lg-3 {
		width: 27%;
	}
	.post_content.col-lg-7 {
		width: 56%;
	}
	.col-leftbar.col-lg-2 {
		width: 17%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.col-sidebar.col-md-4 {
		width: 32%;
	}
	.post_content.col-md-6 {
		width: 51%;
	}
	.col-leftbar.col-md-2 {
		width: 17%;
	}
}

.col-sidebar {
	padding-right: 0;
}
.sidebar-block {
	margin-bottom: 25px;
	/*-webkit-transition: margin-top 500ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: margin-top 500ms cubic-bezier(0.77, 0, 0.175, 1);*/
}
.sidebar-block:first-child {
	margin-top: 0;
}
.sidebar-block h4 {
	box-shadow: #f5f5f3 -4px 4px 0px -2px, #a0a0a0 -4px 4px 0px 0;
	border: 2px solid #a0a0a0;
	background-color: #fff;
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal;
	padding: 3px;
	text-align: center;
}
@media (min-width: 1200px) {
	.sidebar-block {
		/*width: 300px;*/
	}
	.sidebar-block.block-left {
		width: 100%;
	}
}
.sidebar-block ol {
	margin-top: 10px;
	color: #a3a3a3;
	margin-right: 10px;
	line-height: 1.3em;
	font-size: 16px;
}
.block-left {
	padding: 0;
}
.block-left ol {
	padding-left: 21px;
	font-size: 14px;
}
.sidebar-block ol li+li {
	margin-top: .5em;
}
.sidebar-block.rel-side-image ol li+li {
	margin-top: 0;
}
.sidebar-block ol a {
	color: #181818;
}
.sidebar-block ol a:hover {
	text-decoration: underline;
}
.block-morefromcategory h4,
.block-morefromartist h4,
.block-popular h4 {
	font-size: 16px;
	text-transform: uppercase;
}
.block-morefromcategory p {
	text-align: center;
}

.block-charttv, .block-tag-related {
	/*box-shadow: #f5f5f3 -4px 4px 0px -2px, #a0a0a0 -4px 4px 0px 0;*/
	border: 2px solid #a0a0a0;
	background-color: #fff;
}
.block-charttv h4, .block-tag-related h4 {
	box-shadow: none;
	border: none;
	border-bottom: 2px solid #a0a0a0;
	margin: 0;
	font-size: 16px;
}
.block-tag-related ul li {
	list-style-type: none;
}
.block-tag-related ul {
	margin-bottom: 0;
	padding-left: 0;
}
.block-tag-related {
	box-shadow: none;
}
.block-charttv .block-charttv-video, .block-tag-related li {
	padding: 10px 10px 2px 10px;
	margin: 0;
	text-align: center;
}
.block-charttv .block-charttv-video + .block-charttv-video {
	border-top: 2px solid #a0a0a0;
}

.block-charttv .video-thumbnail img.thumb {
	
}
.block-charttv a p, .block-tag-related a {
	color: #505050;
	text-align: center;
	font-size: 16px;
	margin: 3px 0 0 0;
	padding: 0;
}

/*.charcoalbg_full_width .block-charttv .promoted-box {
	background-color: #2C2C2C;
	color: #9D9D9D;
	border-color: #3C3C3C;
}
.charcoal_full_width .block-charttv p {
	color: #919191;
}*/
.charcoalbg_full_width .block-charttv,
.charcoalbg_full_width .sidebar-block.block-charttv>h4 {
	background-color: #3C3C3C;
	color: #BBB;
	border-color: #6F6F6F;
	font-weight: bold;
}
.charcoalbg_full_width .block-charttv a p {
	color: #BBB;
}

.block-charttv .block-charttv-video:nth-child(5),
.block-tag-related li:nth-child(4) {
	/* h4 plus 3 videos = hide nth-child(5) */
	display: none;
}

.block-charttv .missing-image,
.block-tag-related .missing-image {
	width: 100%;
	height: 150px;
	position: relative;
	background-color: black;
}
.block-tag-related li a {
	font-weight: normal;
	line-height: 1.2;
	display: inline-block;
	margin-bottom: 5px;
}
.block-tag-related div.story-thumbnail {
	height: 50px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #999;
	margin: -10px -10px 5px -10px
}
.block-tag-related li+li {
	border-top: 2px solid #999;
}
.block-tag-related div.story-thumbnail img,
.sidebar-block.rel-side-image div.story-thumbnail img {
	position: absolute;
	top: -999px;
	left: -999px;
	right: -999px;
	bottom: -999px;
	margin: auto;
}

.block-tag-related .missing-image {
	height: 50px;
}
.block-charttv .video-thumbnail {
	position: relative;
}
.block-charttv .play-overlay {
	position: absolute;
	left: 50%;
	bottom: 50%;
	margin-left: -22px;
	margin-bottom: -19px;
	cursor: pointer;
	height: 42px;
	width: 42px;
	display: block;
	padding: 0px;
	background: url("../images/start-small.png") no-repeat left top transparent;
}

.block-charttv a:hover .play-overlay {
	background: url("../images/start-small.png") no-repeat left bottom transparent;
}
.charcoalbg_full_width .sidebar-block ol li a {
	color: #bbb;
	font-weight: normal;
}
.charcoalbg_full_width .sidebar-block>h4 {
	color: #1a1a1a;
}

.sidebar-block.rel-side-image {
	background: none;
	border: none;
}
.sidebar-block.rel-side-image h4 {
	box-shadow: #f5f5f3 -4px 4px 0px -2px, #a0a0a0 -4px 4px 0px 0;
	border: 2px solid #a0a0a0;
}

.charcoalbg_full_width .sidebar-block.rel-side-image h4 {
	box-shadow: #3C3C3C -4px 4px 0px -2px, #6F6F6F -4px 4px 0px 0;
	background-color: #3C3C3C;
	color: #BBBBBB;
	border-color: #6F6F6F;
	font-weight:  bold;
}
.sidebar-block.rel-side-image ul,
.sidebar-block.rel-side-image ol {
	margin-top: 15px;
	padding-left: 0;
}
.sidebar-block.rel-side-image li {
	padding: 0;
	height: 60px;
	overflow: hidden;
	position: relative;
	list-style-type: none;
}

.sidebar-block.rel-side-image div.story-thumbnail {
	border-bottom: 0;
	width: 50px;
	height: 50px;
	float: left;
	clear: left;
	margin: 0;
	position: absolute;
	overflow: hidden;
}
.sidebar-block.rel-side-image div.story-thumbnail img {
	height: 100%;
	width: auto;
	max-width: inherit;
}

.sidebar-block.rel-side-image li+li {
	border-top: 0;
}
.sidebar-block.rel-side-image li span {
	display: block;
	position: relative;
	text-align: left;
	padding: 2px 0 0 60px;
	margin: 0 0 0 0;
	overflow:  hidden;
	line-height: 18px;
	max-height: 54px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: -webkit-translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.sidebar-block.rel-side-image a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.charcoalbg_full_width .sidebar-block.rel-side-image a {
	color: #bbb;
}

/* larger image, proper vertical centering for text */
.sidebar-block.rel-side-image.rel-larger li {
	height: 90px;
}
.sidebar-block.rel-side-image.rel-larger li+li {
	margin-top: 10px;
}	
.sidebar-block.rel-side-image.rel-larger li:nth-child(n+5) {
	display: none
}
.sidebar-block.rel-side-image.rel-larger li .story-thumbnail {
	width: 80px;
	height: 80px;
}
.sidebar-block.rel-side-image.rel-larger a {
	height: 80px;
}
.sidebar-block.rel-side-image.rel-larger li span {
	padding-top: 0;
	padding-left: 90px;
	max-height: 54px;
}

/*
.sidebar-block.rel-side-image a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(44, 44, 44);

    background: rgba(44,44,44,0);
	background: -moz-linear-gradient(top, rgba(44,44,44,0) 0%, rgba(44,44,44,0) 70%, rgba(44,44,44,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,44,44,0)), color-stop(70%, rgba(44,44,44,0)), color-stop(100%, rgba(44,44,44,1)));
	background: -webkit-linear-gradient(top, rgba(44,44,44,0) 0%, rgba(44,44,44,0) 70%, rgba(44,44,44,1) 100%);
	background: -o-linear-gradient(top, rgba(44,44,44,0) 0%, rgba(44,44,44,0) 70%, rgba(44,44,44,1) 100%);
	background: -ms-linear-gradient(top, rgba(44,44,44,0) 0%, rgba(44,44,44,0) 70%, rgba(44,44,44,1) 100%);
	background: linear-gradient(to bottom, rgba(44,44,44,0) 0%, rgba(44,44,44,0) 70%, rgba(44,44,44,1) 100%);
}*/



/* taboola */
.trc_rbox_container * {
	font-family: inherit;
}

.trc_rbox_border_elm span,
.trc_rbox_border_elm span.video-label-box span.video-label.video-title.trc_ellipsis,
.trc_rbox_border_elm span.video-label-box span.branding {
	-webkit-font-smoothing: antialiased;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: normal;
}
.trc_rbox_border_elm span.video-label-box span.branding {
	font-size: 14px;
}
.thumbnails-a .logoDiv.link-attribution a span, 
.thumbnails-a .logoDiv.link-disclosure a span {
	font-size: 14px;
}

/* youtube responsive */ 
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}