body {
	margin:0;
	padding:0;
	color:#333;
	min-width:320px;
	background-repeat:repeat;
	/* font:bold 14px 'Carrois Gothic SC', sans-serif; */
	font: 13px/16px Tahoma, Verdana, sans-serif; - was in main.css
}
img {border: none}
.view-1 {background-image: url('../../../../static/r32/img/bg/1.jpg');}
.view-1 .image-holder {background-image: url('../../../../static/r32/img/bg/splash_1.jpg')}

.view-2 {background-image: url('../../../../static/r32/img/bg/2.jpg');}
.view-2 .image-holder {background-image: url('../../../../static/r32/img/bg/splash_3.jpg')}

.view-3 {background-image: url('../../../../static/r32/img/bg/3.jpg');}
.view-3 .image-holder {background-image: url('../../../../static/r32/img/bg/splash_3.jpg')}

.view-4 {background-image: url('../../../../static/r32/img/bg/4.jpg');}
.view-4 .image-holder {background-image: url('../../../../static/r32/img/bg/splash_2.jpg')}

.view-5 {background-image: url('../../../../static/r32/img/bg/5.jpg');}
.view-5 .image-holder {background-image: url('../../../../static/r32/img/bg/splash_2.jpg')}

.view-6 {background-image: url('../../../../static/r32/img/bg/6.jpg');}
.view-6 .image-holder {background-image: url('../../../../static/r32/img/bg/splash_4.jpg')}

.view-7 {background-image: url('../../../../static/r32/img/bg/7.jpg');}
.view-7 .image-holder {background-image: url('../../../../static/r32/img/bg/splash_2.jpg')}

.view-8 {background-image: url('../../../../static/r32/img/bg/8.jpg');}
.view-8 .image-holder {background-image: url('../../../../static/r32/img/bg/splash_1.jpg')}

.view-9 {background-image: url('../../../../static/r32/img/bg/9.jpg');}
.view-9 .image-holder {background-image: url('../../../../static/r32/img/bg/splash_2.jpg')}

.clearfix {*zoom: 1;}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {clear: both;}
@font-face {
	font-family: 'FranklinGothicLT-DemiCnd';
	src: url('../../../../static/r32/fonts/itcfranklingothic-webfont.eot');
	src: url('../../../../static/r32/fonts/itcfranklingothic-webfont.eot#iefix') format('embedded-opentype'),
		 url('../../../../static/r32/fonts/itcfranklingothic-webfont.woff') format('woff'),
		 url('../../../../static/r32/fonts/itcfranklingothic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.main {
	width: 1053px;
	margin: 0 auto;
	min-height: 600px;
	-webkit-box-shadow: 0 0 0 12px rgba(094, 094, 094, .6);
	-moz-box-shadow: 0 0 0 12px rgba(094, 094, 094, .6);
	box-shadow: 0 0 0 12px rgba(094, 094, 094, .6);
	background-color: #fff;
}
.header { 
	background: #000;
	padding: 9px 29px 0 12px;
	overflow: hidden;
}
.header .logo {
	float: left;
	background: url('../../../../static/r32/img/logo_new.png') no-repeat 0 0;
	width: 399px;
	height: 84px;
	margin-right: 65px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
.header .holder .app-store-btn {
	float: right;
	background: url('../../../../static/r32/img/sprite-social.png') no-repeat -335px -131px;
	width: 138px;
	height: 40px;
	margin: 21px 0 0;
	overflow: hidden;
	text-indent: -9999px;
}
.header .social-nav {
	margin: 0;
	padding: 17px 0 0;
	list-style: none;
	overflow: hidden;
}
.header .social-nav li {
	float: left;
	padding:0 0 0 7px;
	border: none;
}
.header .social-nav li.follow {
	padding: 0;
	margin-right: 7px;
}
.header .social-nav li.follow span {
	display: block;
	background: url('../../../../static/r32/img/sprite-social.png') no-repeat 0 -131px;
	width: 66px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999px;
}
.header .social-nav a {
	display: block;
	background: url('../../../../static/r32/img/sprite-social.png') no-repeat -68px -131px;
	overflow: hidden;
	width: 42px;
	line-height: 0;
	padding: 0;
	margin: 0;
	height: 42px;
	text-indent: -9999px;
}
.header .social-nav a:hover {background-color: inherit;}
.header .social-nav .ico-fb {background-position: -68px -131px}
.header .social-nav .ico-tw {background-position: -112px -131px}
.header .social-nav .ico-instgrm {background-position: -156px -131px}
.header .social-nav .ico-bf {background-position: -200px -131px}
.header .social-nav .ico-tumblr {background-position: -244px -131px}
.header .social-nav .ico-google {background-position: -288px -131px}
.nav {
	background: #2c2e32;
	padding: 13px 10px 13px 16px;
	border-top: 1px solid #b5b5b5;
}
.nav ul,
.title_nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.title_nav {display: none}
.nav li,
.title_nav li {
	float: left;
	font-size: 19px;
	line-height: 28px;
	font-family: 'FranklinGothicLT-DemiCnd', sans-serif;
	padding-right: 2px;
	text-transform: uppercase;
}
.nav li a,
.nav li.active span,
.title_nav li a,
.title_nav li.active span {
	float: left;
	padding: 0 8px;
	color: #fff;
	text-decoration: none;
}
.nav li.active span,
.nav li.active a,
.nav li a:hover,
.title_nav li.active span,
.title_nav li.active a,
.title_nav li a:hover {
	background-color: #de2818;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.nav .signup {
	float: right;
	width: 272px;
}
.nav .signup input[type="text"] {
	width: 165px;
	height: 14px;
	color: #939393;
	background: #474747;
	border:1px solid #616266;
	padding: 7px 10px 6px;
	margin: 0;
	font: 12px/14px Arial, Helvetica, sans-serif;
	float: left;
}
.nav .signup input[type="image"] {
	width: 83px;
	border:1px solid #616266;
	margin: 0;
	cursor: pointer;
	float: right;
}
.ico_drop {
	display: none;
	padding: 2px;
	height: 38px;
}
.ico_drop.active {background: #202020;}
input::-webkit-input-placeholder {color: #939393;}
input:-moz-placeholder {color: #939393;}
input:-ms-input-placeholder {color: #939393;}
.image-span { 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
  /* fixes overlap error in IE7/8, */
  background-image: url('../../../../static/r32/img/empty.gif');
} 
.image-holder {position:relative}
.promo_module {
	padding: 40px 70px 0;
	overflow: hidden;
}
.promo_module .btn_prev,
.promo_module .btn_next {
	float: left;
	background: url('../../../../static/r32/img/sprite-btns.png') no-repeat -79px -23px;
	cursor: pointer;
	overflow: hidden;
	width: 18px;
	height: 29px;
	margin-top: 45px;
	text-indent: -9999px;
}
.promo_module .btn_prev {margin-left: -30px}
.promo_module .btn_next {
	float: right;
	background-position: -99px -23px;
	margin-right: -30px;
}
.promo_module .text {
	float: left;
	width: 100%;
	overflow: hidden;
    height: 170px;
}
.promo_module .holder {
	width: 9999px;
	overflow: hidden;
}
.promo_module .item {
	float: left;
	padding: 0 10px;
	width: 210px;
}
.promo_module .item img {
	display: block;
	max-width: 210px;
	max-height: 118px;
	margin-bottom: 5px;
}
.promo_module .item .title {
	display: block;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #145a7c;
	text-transform: uppercase;
}
.promo_module .item .title a {
	color: #145a7c;
	text-decoration: none;
}
.promo_module .item .title a:hover {text-decoration: underline}

}
/* widget nowthisnews */
#widget_nowthisnews {
	background: #ddd;
	padding: 10px;
	overflow: hidden;
	margin: 10px 0;
}
#widget_nowthisnews .frame {
	background: #fff;
	-webkit-box-shadow: 0 8px 6px -6px #AAA;
	-moz-box-shadow: 0 8px 6px -6px #aaa;
	box-shadow: 0 8px 6px -6px #AAA;
}
#widget_nowthisnews .heading {
	background: #2c2e32;
	padding: 2px 10px 0;
	overflow: hidden;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
}
#widget_nowthisnews .heading .nowthisnews {
	display: block;
	background: url('../../../../static/r32/img/sprite-btns.png') no-repeat 0 -128px;
	width: 70px;
	height: 62px;
	overflow: hidden;
	text-indent: -9999px;
}
#widget_nowthisnews .heading .social {
	float: right;
	padding-top: 13px;
}
#widget_nowthisnews .heading .social a {
	float: left;
	background: url('../../../../static/r32/img/sprite-btns.png') no-repeat 0 -89px;
	width: 37px;
	margin-left: 6px;
	height: 36px;
	overflow: hidden;
	text-indent: -9999px;
}
#widget_nowthisnews .heading .social a.facebook {background-position: 0 -89px}
#widget_nowthisnews .heading .social a.twitter {background-position: -42px -89px}
#widget_nowthisnews .heading .social a.email {background-position: -83px -89px}
#widget_nowthisnews .text {
	padding: 0 10px;
	overflow: hidden;
}
#widget_nowthisnews .text .item {
	padding: 10px 5px;
	overflow: hidden;
	border-top: 1px solid #ddd;
}
#widget_nowthisnews .text .item:first-child {border-top: none}
#widget_nowthisnews .text .photo {
	float: left;
	width: 52px;
	margin-right: 10px;
	border-radius: 27px;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border: 2px solid #656565;
}
#widget_nowthisnews .text .photo img {
	display: block;
	margin: -1px;
	border-radius: 27px;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
}
#widget_nowthisnews .overflow {overflow: hidden}
#widget_nowthisnews .text h4 {
	font: bold 12px/14px Tahoma, sans-serif;
	color: #333;
	margin: 0 0 2px;
}
#widget_nowthisnews .text h4 a {
	color: #333;
	text-decoration: none;
}
#widget_nowthisnews .text h4 a:hover {text-decoration: underline}
#widget_nowthisnews .text p {
	font: 11px/14px Tahoma, sans-serif;
	color: #9d9d9d;
	margin: 0;
}
#widget_nowthisnews .bottom {
	background: #2c2e32;
	padding: 8px 15px;
	font: 11px/16px Tahoma, sans-serif;
	color: #fff;
	line-height: 16px;
	overflow: hidden;
}
#widget_nowthisnews .bottom img {
	float: left;
	margin-right: 5px;
}
#widget_nowthisnews .bottom a {
	color: #fff;
	text-decoration: none;
}
#widget_nowthisnews .bottom a:hover {text-decoration: underline}

/* style from main.css */
.twocolumns {padding: 40px 20px 100px 40px;}
.twocolumns_h {background: url('../../../../static/r32/img/bg_sidebar.gif') repeat-y 730px 0;}
.twocolumns .content {
	float: left;
	width: 690px;
}
.content .date {
	display: block;
	font: 13px/16px Tahoma, Verdana, sans-serif;
	color: #9d9d9d;
	margin-bottom: 10px;
} 
.content h1 {
	font: bold 40px/48px Tahoma, Verdana, sans-serif;
	color: #333;
	margin:0 0 10px;
} 
.content p {margin: 0 0 15px}
.content a {
	color: #145A7C;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content p.description {
	font: 17px/22px Tahoma, Verdana, sans-serif;
	color: #333;
}
.content .social_buttons {
	width: 100%;
	padding-top: 13px;
	border-top: 1px dotted #dbdbdb;
	margin-bottom: 15px;
}
.content .social_buttons ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
.content .social_buttons li {
	float: left;
	padding: 0 0 0 11px;
}
.content .social_buttons li:first-child {padding: 0}
.content .social_buttons li a {
	display: block;
	width: 75px;
	height: 27px;
	background: url('../../../../static/r32/img/sprite-social.png') no-repeat;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px
}
.content .social_buttons li a.tweet {background-position: 0 0}
.content .social_buttons li.pinit a {
	background: url('../../../../static/r32/img/sprite-social.png') no-repeat -94px 0 !important;
	width: 57px !important;
	height: 27px !important;
}
.content .social_buttons li a.email {background-position: -172px 0}
.content .video_box {
	margin-bottom: 25px;
	position: relative;
	display:block;
	zoom:1;
}
.content .buttons_box {
	background: #fafafa;
	overflow: hidden;
	padding: 10px 0;
	margin: 0;
	list-style: none;
	border: 1px solid #dfdfdf;
	margin-bottom: 25px;
}
.content .buttons_box li {
	float: left;
	padding: 0 41px 0 45px;
	border-left: 1px solid #ddd;
}
.content .buttons_box li:first-child {
	padding: 0 34px 0 37px;
	border-left: none;
}
.content .buttons_box a {
	display: block;
	height: 49px;
	background: url('../../../../static/r32/img/sprite-social.png') no-repeat 0 -31px;
	overflow: hidden;
	text-indent: -9999px;
}
.content .buttons_box a.link_facebook {
	width: 150px;
	background-position: 0 -31px;
}
.content .buttons_box a.link_facebook:hover {background-position: 0 -81px}
.content .buttons_box a.link_twitter {
	width: 147px;
	background-position: -162px -31px;
}
.content .buttons_box a.link_twitter:hover {background-position: -162px -81px}
.content .buttons_box a.link_apple {
	width: 134px;
	background-position: -326px -31px;
}
.content .buttons_box a.link_apple:hover {background-position: -326px -81px}
.twocolumns .sidebar {
	float: right;
	width: 210px;
	padding: 0 25px;
}
.twocolumns .sidebar h2 {
	font: bold 26px/30px Tahoma, Verdana, sans-serif;
	color: #333;
	text-align: center;
	margin: 0 0 10px;
}
.twocolumns .sidebar .top_stories {
	text-align: center;
	margin-bottom: 20px;
}
.top_stories .item {argin-bottom: 15px;}
.top_stories .item .photo {
	width: 114px;
	border-radius: 62px;
	-moz-border-radius: 58px;
	-webkit-border-radius: 62px;
	border: 4px solid #656565;
	margin: 1px auto 4px;
}
.top_stories .selected .photo {
	border: 6px solid #ffea00;
	margin-top: 0;
}
.top_stories .item .photo img {
	display: block;
	margin: -1px;
	border-radius: 62px;
	-moz-border-radius: 62px;
	-webkit-border-radius: 62px;
}
.top_stories .item .playing {
	display: block;
	font: 14px/16px 'FranklinGothicLT-DemiCnd', sans-serif;
	color: #dc2918;
	padding: 5px 0;
	text-transform: uppercase;
}
.top_stories .item h3 {
	font: bold 16px/22px Tahoma, Verdana, sans-serif;
	color: #333;
	margin: 0;
}
.top_stories .item h3 a {
	color: #333;
	text-decoration: none;
}
.top_stories .item h3 a:hover {text-decoration: underline}
.slide_stories {
	background: url('../../../../static/r32/img/border.png') no-repeat 50% 0;
	padding-top: 20px;
	text-align: center;
}
.slide_stories .btn_prev,
.slide_stories .btn_next {
	display: inline-block;
	zoom:1;
	background: url('../../../../static/r32/img/sprite-btns.png') no-repeat 0 -20px;
	width: 35px;
	height: 35px;
	overflow: hidden;
	margin: 0 4px;
	text-indent: -9999px;
}
.slide_stories .btn_next {background-position: -43px -20px}
.fancybox-skin .signup input[type=text]{
	font: 13px/15px Arial,Helvetica,sans-serif;
	border: 1px solid #D9D9D9;
	background:#fff;
	color:#333;
	float:left;
	height:17px;
	margin:0;
	padding:4px;
	width:350px;
}
.footer {
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #dcdcdc;
	width: 996px;
	padding: 16px 29px 16px 28px;
	overflow: hidden;
	margin: -48px auto 0;
	position: relative;
	height: 16px;
	background: #292b2f;
}
.footer p {margin: 0;}
.footer .copyright {
	float: left;
	padding-right: 35px;
}
.footer ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer ul li {
	float: left;
	padding: 0 16px;
	border-left: 1px solid #58595a;
}
.footer ul li:first-child {border-left: none;}
.footer ul a {
	color: #dcdcdc;
	text-decoration: none;
}
.footer ul a:hover {text-decoration: underline}

.content .sing_up_box {
	margin: 0 0 25px;
	overflow: hidden;
}
.content .sing_up_box img {max-width: 690px}
.sidebar .sing_up_box {
	margin: 0 -35px 25px -15px;
	max-width: 260px;
	overflow: hidden;
}
.sidebar .sing_up_box img {max-width: 260px}
.view-1 .design1,
.view-4 .design1, 
.view-5 .design1,
.view-7 .design1,
.view-9 .design1 {display: none;}
.view-2 .design2,
.view-6 .design2,
.view-8 .design2,
.view-3 .design2 {display: none;}

/* mobile layout */
@media only screen and (min-width : 0px) and (max-width : 640px) {
	.fancybox-skin .signup input[type=text] {width:130px;}
	.main{
		max-width: 1053px;
		width: auto;
	}
	.header .social-nav,
	.header .holder .app-store-btn,
	.nav .signup {
		display: none;
	}
	.header {
		padding: 9px 0 0;
		border-bottom: 1px solid #b5b6b5;
	}
	.header .logo {
		float: none;
		display: block;
		background: url('../../../../static/r32/img/logo_mobile.png') no-repeat 50% 0;
		height: 47px;
		width: 220px;
		margin: 0 auto;
	}
	.ico_drop {
		float: right;
		margin: 5px 10px 0 0;
		display: block;
	}
	.nav {
		position: relative;
		background: none;
		display: none;
		padding: 0;
		border: none;
		z-index: 100;
	}
	.nav.active {display: block;}
	.nav ul {
		position: absolute;
		top: 0;
		right: 9px;
		background: #000;
		width: 200px;
		padding: 1px;
		border: 1px solid #b5b6b5;
		border-width: 0 1px 1px;
		overflow: hidden;
	}
	.nav li,
	.nav li span {
		width: 100%;
		border: none;
	}
	.nav li {margin-top: 1px}
	.nav li:first-child {margin-top: 0}
	.nav li a,
	.nav li span {
		font-size: 16px;
		line-height: 20px;
		display: block;
		float: none;
		text-align: left;
	}
	.nav li span, .nav li.active span,
	.nav li a, .nav li.active a {
		width: 180px;
		padding: 4px 10px;
	}
	.nav li.active span,
	.nav li.active a,
	.nav li a:hover,
	.title_nav li.active span {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.title_nav {display: block}
	.title_nav li,
	.title_nav li span,
	.title_nav li.active span {
		width: 100%;
		border: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.promo_module {display:none;}
/* was commented in main.css */
	.twocolumns {
		overflow:hidden;
		padding: 20px 20px 60px;
	}
	.twocolumns_h {background: none;}
	.twocolumns .content {
		width: 100%;
		float:none;
	}
	.twocolumns .sidebar,
	.content .buttons_box,
	.twocolumns .sidebar .sing_up_box {display: none;}
	.content .social_buttons ul {
		margin:0 -10px 10px 0;
		float:left;
	}
	.content .social_buttons li:first-child,
	.content .social_buttons li {padding:0 11px 0 0;}
	.content h1,
	.twocolumns .sidebar h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.content .video_box {margin:0 -20px 25px;}
	.content .sing_up_box {width: 100%;}
	.content img {
		width:100%;
		max-width:100%;
		height:auto !important;
	}
	.fb-comments {display: none !important;}
	.fb_edge_widget_with_comment {float:left;}
	.footer {
		padding: 6px 29px 8px 28px;
		text-align:center;
		max-width: 996px;
		height:auto;
		width: auto;
	}
	.footer .copyright {
		float:none;
		padding:0;
		width:100%;
		margin-bottom:8px;
	}
	.footer ul {
		float:none;
		width:100%;
	}
	.footer ul li {
		float:none;
		vertical-align:top;
		display:inline-block;
		padding:0 12px 0 15px;
	}
	.footer ul li:first-child {padding-left: 0;}
	.mobile-holder {display:table; width:100%;}
	.mobile-frame {display:table-footer-group;}
	.mobile-holder .video-holder {display:table-header-group; width:100%;}
}