@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@font-face {
	font-family: 'open_sanslight';
	src: url('fonts/OpenSans-Light-webfont.eot');
	src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/OpenSans-Light-webfont.woff') format('woff'),  url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),  url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('fonts/OpenSans-Semibold.ttf') format('truetype');
	src: url('fonts/OpenSans-Semibold-webfont.eot');
	src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),  url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),  url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
* {
	box-sizing: border-box;
}
.thing-with-videos {
	margin: 15px 0;
	position: relative;
	/* float: left; */
	width: 100%;
	clear: both;
}
.thing-with-videos iframe {
	margin: 0 !important;
}

input,textarea {
    -webkit-appearance: none;
    border-radius: 0;
}


/* basic stylings ------------------------------------------ */

body {
}
/*.container {
	font-family: 'Roboto';
	width: 600px;
	margin: 30px auto 0;
	display: block;
	background: #FFF;
	padding: 10px 50px 50px;
}*/


.footer {
	text-align: center;
}
.footer a {
	color: #53B2C8;
}
/* form starting stylings ------------------------------- */

.group {
	position: relative;
	margin-bottom: 45px;
}
.group input {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	display: block;
	width: 300px;
	border: none;
	border-bottom: 2px solid #bfbfbf;
}
input:focus {
	outline: none;
}
/* LABEL ======================================= */

label {
	color: #434343;
	font-size: 18px;
	font-weight: normal;
	/*position: absolute;
    left: 5px;
    top: 10px;*/
	pointer-events: none;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}


/* active state */

input:focus ~ label, input:valid ~ label {
 top: -20px;
 font-size: 14px;
 color: #434343;
 text-transform: uppercase;
}
/* BOTTOM BARS ================================= */

.bar {
	position: relative;
	display: block;
	width: 300px;
}
.bar:before, .bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0;
	position: absolute;
	background: #838383;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
/* active state */

input:focus ~ .bar:before, input:focus ~ .bar:after {
	width: 100%;
}
.group input {
	width: 100%;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.group .bar {
	width: 100%;
}
/* HIGHLIGHTER ================================== */

.highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}
/* active state */

input:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}




/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
 from {
 background: #5264AE;
}
to {
	width: 0;
	background: transparent;
}
}
@-moz-keyframes inputHighlighter {
 from {
 background: #5264AE;
}
to {
	width: 0;
	background: transparent;
}
}
@keyframes inputHighlighter {
 from {
 background: #transparent;
}
to {
	width: 0;
	background: transparent;
}
}
.form-error-message {
	display: table;
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.form-error-message span {
	border: 1px solid #c00;
	display: table;
	margin: 15px auto 0;
	padding: 5px 44px;
}
.group .error {
	border-bottom: 1px solid #C00;
	font-weight: bold !important;
}
.contact-col-1, .contact-col-2 form {
	margin-top: 15px;
}
.group select {
	background: rgba(0, 0, 0, 0) url("../images/dropdown.png") no-repeat scroll right center;
	border: medium none;
	position: absolute;
	right: 0;
	border-bottom: 2px solid #bfbfbf;
	padding-bottom: 10px;
	text-overflow: "";
	top: 10px;
	width: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.group textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: -moz-use-text-color;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	overflow: auto;
	resize: none;
	vertical-align: top;
	width: 100%;
	color: #434343;
	border-bottom: 2px solid #bfbfbf;
}
.contact-form-comments {
	clear: both;
	display: block;
	float: left;
	position: relative;
	width: 100%;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
 display: none;
}
html {
	background: #fff;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: Roboto Slab;
}
hr {
	border: 0;
	height: 2px;
	background: #bfbfbf;
	margin-top: 50px;
}
body {
	margin: 0;
}
a {
	background: transparent;
	color: #fff;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
.watch-history-mobile {
	font-weight: bold;
	;
	font-size: 20px !important;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
.block-imp {
	display: block !important;
}
body.disable-scroll {
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}
header.disable-scroll {
	position: fixed !important;
	top: 0 !important;
	background-color: #000;
}
header.disable-scroll + div {
	display: block !important;
}
.pos-fixed {
	position: fixed !important;
}
.pos-abs {
	position: absolute !important;
}
.pull-top-100 {
	margin-top: -100px !important;
}
.bg-liquid {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
}
.fluid-image {
	width: 100%;
}
.center-txt {
	text-align: center;
}
.about-us-wrapper {
	margin-top: 40px;
}
.cp-img {
	position: relative;
	top: -2px;
}
.privacy-content-box {
	border: 10px solid #e2e2e2;
	border-radius: 6px;
	display: inline-block;
	color: #000;
	font-size: 25px;
	font-weight: 300;
	padding: 25px 25px 20px;
	text-transform: uppercase;
	width: 45%;
	text-decoration: none;
}
.privacy-content-txt {
	display: inline-block;
	margin-left: 30px;
}
.content-privacy-row {
	float: left;
	margin-top: 50px;
	width: 100%;
}
.row-404 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.col-left-404 {
	display: inline-block;
	width: 45%;
	float: left;
}
.col-left-404 img {
	float: right;
}
.col-right-404 {
	display: inline-block;
	width: 45%;
	float: left;
	margin-left: 20px;
}
.col-right-404 .terms-sub-heading {
	margin-top: 10px;
}
.col-right-404 .terms-main-heading {
	margin-top: 50px;
}
.terms-sub-heading a {
	text-decoration: none;
}
/********************  header CSS starts from here   ****************/
a {
	text-decoration: none;
}
.pre-header-container {
	background-color: #000;
}
header {
	width: 100%;
	padding: 8px 0;
	background-color: rgba(0, 0, 0, 1);
	z-index: 10;
	height: 68px;
	position: relative;
}
header:hover {
	background-color: black;
}
.header-box {
	width: 90%;
	margin: 0 auto;
}
header .header-box {
	width: 100%;
	padding: 0 1%;
	position: relative;
}
.header-menu {
	float: right;
}
.header-menu li {
	float: left;
	font-size: 14px;
	font-weight: 400;
	list-style: outside none none;
	text-transform: uppercase;
	padding: 0 9px;
}
.header-menu a {
	color: #fff;
}
.header-facebook-hover img {
	position: relative;
	top: 0px;
}
.logo-desktop {
	float: left;
	position: relative;
	top: 5px;
}
.logo-ipad {
	float: left;
	position: relative;
	top: 6px;
}
.header-search-icon {
	top: 3px;
	position: relative;
}
.logo-mobile {
	float: left;
}
.header-social {
	float: right;
	margin: 10px 0 0;
}
.header-social a {
	display: inline-block;
	float: left;
	padding: 2px 15px;
	height: 37px;
	position: relative;
}
.header-social a:nth-child(1) {
	border-right: 3px solid #c10808;
}
.header-social a:nth-child(2) {
	border-right: 0px solid #c10808;
}
.search-dropdown-row {
	background-color: black;
	height: 80px;
	left: 0;
	position: absolute;
	top: 60px;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
.search-dropdown-row-show {
	visibility: visible;
	top: 68px !important;
	transition: all 0.2s ease-in-out 0s;
	z-index: 10 !important;
	opacity: 1 !important;
}
.search-row-container {
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	position: relative;
}
.search-dropdown-row form {
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 780px;
}
.nav-search-input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #d7d7d7;
	float: left;
	font-size: 38px;
	position: relative;
	top: 12px;
	width: 90%;
}
.nav-search-query-btn {
	background: transparent url("../images/sprite.svg") no-repeat scroll -192px -49px;
	border: medium none;
	display: block;
	height: 48px;
	left: 15px;
	position: relative;
	top: 10px;
	width: 49px;
}
.nav-search-close-btn {
	background: transparent url("../images/sprite.svg") no-repeat scroll -266px -56px;
	width: 28px;
	height: 28px;
	left: -45px;
	position: absolute;
	top: 26px;
	transition: all 0.4s ease-in-out 0s;
}
.nav-search-query-btn:hover {
	cursor: pointer;
}
.nav-search-close-btn:hover {
	cursor: pointer;
}
/*placeholder {
    color: #a0a0a0; }*/

.header-menu a:hover {
	color: #e0e0e0;
}
.watch-history-menu:hover {
	color: #fff !important;
}
.main-spotlight ul li {
	height: 620px;
}
.main-spotlight ul {
	margin: 0;
}
.spot-heading {
	bottom: 10%;
	color: #fff;
	position: absolute;
	z-index: 6;
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
}
.spot-category {
	/*color: #c10808;*/
	font-size: 14px;
	display: table;
	position: relative;
	float: left;
	left: 0;
	text-transform: capitalize;
	z-index: 3;
}
.spot-heading h2 {
	font-size: 44px;
	margin-top: 10px;
	width: 60%;
	color: #fff;
	margin-bottom: 15px;
	font-weight: 400;
}
html {
	background-color: #fff;
}
html, body {
	height: 100%;
	font-family: 'Roboto Slab', serif !important;
	background-color: #fff;
}
body {
	margin: 0;
	padding: 0;
}
.story-content ul {
	margin: 0;
	padding: 0;
}
.story-content ul li {
	margin: 0 0 0 20px;
	padding: 0;
}
.roboto-slab-bold {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
}
.logo-red-color {
	color: #e00a12;
}
.bold {
	font-weight: bold;
}
.story-content a {
	color: #0e7bb4;
}
/******************************* Fonts Sizes *************************/
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
}
.font-16 {
	font-size: 16px;
}
.font-17 {
	font-size: 17px;
}
.font-18 {
	font-size: 18px;
}
.font-19 {
	font-size: 19px;
}
.font-20 {
	font-size: 20px;
}
.font-21 {
	font-size: 21px;
}
.font-22 {
	font-size: 22px;
}
.font-23 {
	font-size: 23px;
}
.font-24 {
	font-size: 24px;
}
.font-25 {
	font-size: 25px;
}
.font-26 {
	font-size: 26px;
}
.font-27 {
	font-size: 27px;
}
.font-28 {
	font-size: 28px;
}
.font-29 {
	font-size: 29px;
}
.font-30 {
	font-size: 30px;
}
.font-31 {
	font-size: 31px;
}
.font-32 {
	font-size: 32px;
}
/******************************* Fonts Sizes *************************/
/******************************* Margins and Paddings *************************/
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-top-25 {
	margin-top: 25px;
}
/******************************* Margins and Paddings *************************/
.main-news {
	width: 100%;
	float: left;
	display: block;
}
.small-news {
	width: 45%;
	float: left;
	display: inline-block;
	height: 500px;
	position: relative;
}
.medium-news {
	width: 55%;
	float: left;
	display: inline-block;
	height: 500px;
	position: relative;
}
.large-news {
	width: 100%;
	float: left;
	display: inline-block;
	height: 600px;
	position: relative;
}
.full-overall-spotlight {
	background-image: url("../images/overlay-spotlight.png");
	bottom: 0;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}
.large-news .full-overall {
	bottom: 0;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}
.small-news .full-overall, .medium-news .full-overall {
	bottom: 0;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}
.small-news .spot-heading, .medium-news .spot-heading {
	bottom: 10%;
	color: #fff;
	position: absolute;
	z-index: 0;
	width: 80.5%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.small-news .spot-category, .medium-news .spot-category {
	/*color: #c10808;*/
	font-size: 14px;
	display: table;
	float: left;
	z-index: 3;
}
.spot-heading-social-row-category {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 8px 12px;
	color: #c10808;
}
.spot-heading-social-row-category:hover {
	color: #fff;
}
.small-news .spot-heading h2, .medium-news .spot-heading h2 {
	font-size: 30px;
	margin-top: 10px;
	width: 75%;
	margin-bottom: 15px;
}
.medium-news .spot-heading {
	bottom: 10%;
	color: #fff;
	position: absolute;
	z-index: 0;
	width: 81%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
#header-facebook {
	overflow: hidden;
	width: 0;
	-webkit-transition: all 0.10s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	float: right;
	position: relative;
	top: 4px;
}
#header-twitter {
	overflow: hidden;
	width: 0;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	float: right;
	position: relative;
	top: 4px;
}
.header-twitter-hover:hover > #header-twitter {
	display: inline-block;
	width: 115px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.header-facebook-hover:hover > #header-facebook {
	display: inline-block;
	width: 115px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.header-social-main-icon {
	vertical-align: middle;
}
.social-icon-widget {
	left: 16px;
	position: relative;
	top: 3px;
}
.white-bg {
	background-color: #fff;
}
.wrapper {
	margin: 0 auto;
}
.two-col-subscribe-box-4 {
	border: 2px solid #dbdbdb;
	float: left;
	margin: 40px 0 30px;
	padding: 15px 20px;
	width: 100%;
}
.two-col-subscribe-box-4 .left-col-subscribe-box-4 {
	background-color: #fff;
	float: left;
	height: auto;
	padding: 10px;
	width: 50%;
}
.two-col-subscribe-box-4 .right-col-subscribe-box-4 {
	float: left;
	height: 200px;
	width: 50%;
}
.sub-box-signup-txt {
	font-size: 30px;
	font-weight: 300;
}
/*********************** subscribe form css *****************/
form.subscribeNewsLetterFormFooter .validMsgContact {
	color: #39b54a;
	font-size: 12px;
	font-weight: 100;
	line-height: 16px;
}
form.subscribeNewsLetterFormFooter .text-error {
	color: #df0a11;
	font-size: 12px;
	padding-top: 5px;
}
.two-col-subscribe-box form.subscribeNewsLetterFormFooter .validMsgContact, .two-col-subscribe-box form.subscribeNewsLetterFormFooter .text-error {
	width: 300px;
	margin: 0 auto;
}
.search-dropdown-row-outer {
	background-color: black;
	height: 80px;
	left: 0;
	opacity: 1;
	position: relative;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	z-index: 0;
}
.search-row-container-outer {
	display: table;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 800px;
}
.nav-search-input-search-page {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #6e6e6e !important;
	color: #d7d7d7;
	float: left;
	font-size: 38px;
	padding: 0 12px;
	position: relative;
	top: 6px;
	width: 90%;
}
/*********************** footer css ******************/
.full-row {
	width: 100%;
	display: block;
	float: left;
	position: relative;
}
.footer-col {
	width: 33%;
	float: left;
	display: inline-block;
}
.footer-col:nth-child(3) {
	display: table !important;
	float: none;
	margin: 0 auto !important;
}
.footer-col:nth-child(2) {
	float: right;
}
.footer-col h3 {
	color: #e00a12;
	margin-top: 0;
}
.footer-subscribe {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #949494;
	font-size: 14px;
	padding: 10px;
	width: 73%;
}
.footer-descripion {
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
}
.footer-container {
	width: 1280px;
	margin: 0 auto;
	padding: 60px 0;
	display: table;
}
.footer-menu a {
	color: #fff;
}
.footer-menu a:hover {
	color: #e0e0e0;
}
.footer-menu {
	float: left;
	padding: 0 20px;
	width: 155px;
}
.footer-menu:first-child {
	width: 149px;
}
.footer-menu:nth-child(2) {
	float: right;
}
.footer-menu h3 {
	color: #e00a12;
	color: #e00a12;
	margin-top: 0;
}
.footer-menu a {
	display: block;
	line-height: 22px;
}
.subscribe-btn {
	background-color: #e00a12;
	padding: 10px 15px;
	color: #fff;
	border: none;
	border-radius: 4px;
	margin-top: 20px;
}
.inline-block {
	display: inline-block;
}
.footer-social-border {
	border-right: 3px solid #c10808;
}
.footer-social {
	padding-right: 10px;
	position: relative;
	top: 5px;
}
.social-ico-row {
	display: inline-block;
	margin-top: 15px;
}
.copyright {
	padding: 30px 0;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 14px;
	background: #000;
	clear: both;
	position: relative;
}
.footer-icon-text-row {
	float: right;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	position: relative;
	top: 5px;
}
.footer-icon-heading {
	color: #e00a12;
	text-transform: uppercase;
}
.full-width-topic-result {
	background-color: #000;
	padding-top: 20px;
	position: relative;
	width: 100%;
}
.topic-left-col {
	float: left;
	display: inline-block;
}
.topics-head {
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	color: #fff;
}
.topic-searched {
	font-size: 18px;
	color: #fff;
	display: inline-block;
}
.topic-right-col select {
	position: relative;
	top: 7px;
}
.topic-result-container {
	display: table;
	margin: 0 auto 20px;
	width: 1024px;
	margin-top: 50px;
}
.search-content {
	display: table;
	margin: 0 auto;
	width: 1024px;
}
#internal-marker-div {
	background: #2f2f31 none repeat scroll 0 0;
	color: white;
	padding-left: 4px;
	z-index: 2;
	clear: both;
}
#internal-marker-div a {
	position: relative;
	top: 4px;
}
.hr-mobile {
	background: #000 none repeat scroll 0 0;
	border: 0 none;
	display: table;
	height: 28px;
	margin: 45px auto 0;
	width: 100%;
}
.full-width-search-result {
	background-color: #000;
	width: 100%;
	padding-top: 20px;
	position: relative;
}
.search-story-headline-box {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	width: 56%;
}
.about-page-full-width {
}
.search-story-headline-box h2 {
	color: #fff;
	margin-top: 10px;
}
.search-story-description {
	color: #fff;
	margin-bottom: 45px;
}
.search-story-image-box {
	float: left;
	height: 250px;
	width: 310px;
}
.search-results-numbers {
	color: #fff;
	font-size: 24px;
	margin-bottom: 55px;
	margin-top: 25px;
	/*text-align: center;*/
}
.search-story-box {
	float: left;
	margin-bottom: 20px;
}
.search-story-category {
	font-size: 14px;
	color: #c10808;
}
.footer-social-circle:first-child {
	margin-left: 0;
}
.footer-social-circle {
	margin-top: 10px;
}
.fb-ipad-footer-fix {
	margin: 0 14px 0 0 !important;
}
.hovicon {
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 26px;
	height: 38px;
	line-height: 26px;
	margin: 0 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 38px;
	z-index: 1;
}
.hovicon.small {
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	margin: 7px;
	width: 45px;
}
.hovicon.mini {
	font-size: 15px;
	height: 30px;
	line-height: 32px;
	margin: 7px;
	width: 30px;
}
.hovicon.auto-width {
	height: auto;
	padding: 15px;
	width: auto;
}
.hovicon::after {
	border-radius: 50%;
	box-sizing: content-box;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
}
.hovicon::before {
	display: block;
	font-size: 48px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 90px;
	text-transform: none;
}
.hovicon.effect-1 {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.hovicon.effect-1::after {
	box-shadow: 0 0 0 4px #fff;
	left: -7px;
	opacity: 0;
	padding: 7px;
	top: -7px;
	transform: scale(0.8);
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.hovicon.effect-1.sub-a:hover {
	background: white none repeat scroll 0 0;
	color: #41ab6b;
}
.hovicon.effect-1.sub-a:hover i {
	color: #41ab6b;
}
.hovicon.effect-1.sub-a:hover::after {
	opacity: 1;
	transform: scale(1);
}
.facebook-icon {
	background-color: #3e58a4 !important;
}
.facebook-icon.effect-1 {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.facebook-icon.effect-1::after {
	box-shadow: 0 0 0 4px #3e58a4;
	left: -7px;
	opacity: 0;
	padding: 7px;
	top: -7px;
	transform: scale(0.8);
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.facebook-icon.effect-1.sub-a:hover {
	background: white none repeat scroll 0 0;
	color: #41ab6b;
}
.facebook-icon.effect-1.sub-a:hover i {
	color: #41ab6b;
}
.facebook-icon.effect-1.sub-a:hover::after {
	opacity: 1;
	transform: scale(1);
}
.twitter-icon {
	background-color: #41a1d1 !important;
}
.twitter-icon.effect-1 {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.twitter-icon.effect-1::after {
	box-shadow: 0 0 0 4px #41a1d1;
	left: -7px;
	opacity: 0;
	padding: 7px;
	top: -7px;
	transform: scale(0.8);
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.twitter-icon.effect-1.sub-a:hover {
	background: white none repeat scroll 0 0;
	color: #41ab6b;
}
.twitter-icon.effect-1.sub-a:hover i {
	color: #41ab6b;
}
.twitter-icon.effect-1.sub-a:hover::after {
	opacity: 1;
	transform: scale(1);
}
.email-icon {
	background-color: #d68a27 !important;
}
.email-icon.effect-1 {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.email-icon.effect-1::after {
	box-shadow: 0 0 0 4px #d68a27;
	left: -7px;
	opacity: 0;
	padding: 7px;
	top: -7px;
	transform: scale(0.8);
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.email-icon.effect-1.sub-a:hover {
	background: white none repeat scroll 0 0;
	color: #41ab6b;
}
.email-icon.effect-1.sub-a:hover i {
	color: #41ab6b;
}
.email-icon.effect-1.sub-a:hover::after {
	opacity: 1;
	transform: scale(1);
}
.fb-icon1 {
	background-image: url("../images/sprite.svg");
	background-position: -310px -60px;
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	position: relative;
	right: -12px;
	text-align: center;
	top: 7px;
	width: 14px;
}
.twitter-icon1 {
	background-image: url("../images/sprite.svg");
	background-position: -365px -60px;
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	left: 7px;
	position: relative;
	top: 9px;
	width: 28px;
}
.your-message {
	resize: none;
}
.email-bottom-btns {
	margin: 15px 0px;
}
.email-icon1 {
	background-image: url("../images/sprite.svg");
	background-position: -332px -63px;
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	left: 7px;
	position: relative;
	top: 10px;
	width: 24px;
}
.facebook-likes-hover {
	color: #fff;
}
.twitter-followers-hover {
	color: #fff;
}
.email-subscribers-hover {
	color: #fff;
}
.twitter-icon:hover ~ .footer-icon-text-row .twitter-followers-hover {
	color: #41a1d1;
}
.facebook-icon:hover ~ .footer-icon-text-row .facebook-likes-hover {
	color: #3e58a4;
}
.email-icon:hover ~ .footer-icon-text-row .email-subscribers-hover {
	color: #d68a27;
}
.footer-bg {
	background-color: #090909;
}
.mobile-nav {
	width: 100%;
	position: fixed;
	z-index: 12;
}
.mobile-search {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #949494;
	font-size: 14px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 10px;
	width: 80%;
}
.watch-story-box h2 {
	font-size: 55px;
	line-height: 54px;
	margin-bottom: 25px;
}
.mobile-search-btn {
	background-color: #e00a12;
	background-image: url("../images/mobile-search-icon.png");
	background-position: 13px 10px;
	background-repeat: no-repeat;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 25px;
	margin-left: 30px;
	padding: 9px 24px 9px 45px;
}
.trending-story-image img {
	width: 100%;
}
.main-news-footer {
	display: block;
	float: left;
	width: 100%;
	background-color: #191919;
}
.incase-box {
	display: block;
	overflow-x: hidden;
	position: relative;
	width: 1280px;
	margin: 0 auto;
}
.incase-box h2::after {
	background-image: url("../images/story-page-bottom-news-heading-bar.png");
	content: "";
	font-size: 10px !important;
	height: 3px;
	margin-left: 18px;
	margin-top: 20px;
	position: absolute;
	width: 100%;
}
.incase-box h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 100;
}
.clear-both {
	clear: both;
}
.pod-anchor {
	cursor: pointer;
	height: 100%;
	z-index: 1;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	bottom: 0;
	display: block;
}
.top-post .pod-anchor {
	background: rgba(0, 0, 0, 0.3);
}
/**********************
.small-news .full-overall:hover {
  background-image: url("../images/overlay-news-hover.png");
  cursor: pointer;
}
.medium-news .full-overall:hover {
  background-image: url("../images/overlay-news-hover.png");
  cursor: pointer;
}
.large-news .full-overall:hover {
  background-image: url("../images/overlay-news-hover.png");
  cursor: pointer;
}
********************************/
.spot-heading .spot-category:hover {
	color: #fff;
}
.spot-heading h2:hover {
	color: #d3d3d3;
}
/*********************** footer css ******************/
/*********************** Story Facebook Comment Section *********************/
.facebook-comments {
	display: none;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.facebook-comments h3 {
	color: #474747;
	font-size: 23px;
	font-weight: 300;
	margin-top: 0;
}
.facebook-divider {
	border: 1px solid #e8e8e8;
}
.fb-comments, .fb-comments iframe[style], .fb-comments span {
	width: 100% !important;
}
.watch-content .trending-story-row {
	position: relative;
	top: 0;
}
.watch-history-menu {
	border: 1px solid #e00a12;
	font-size: 14px;
	padding: 8px 15px;
	text-transform: uppercase;
}
.watch-history-menu:hover, .watch-history-menu:active {
	background-color: #e00a12;
	color: #fff;
}
.watch-history-active {
	background-color: #e00a12;
	color: #fff;
	font-size: 14px;
	padding: 8px 15px;
	text-transform: uppercase;
	border: 1px solid #e00a12;
}
.watch-history-active:hover {
	color: #fff !important;
}
.location-icon {
	float: left;
	background-image: url("../images/logo/location.png");
	width: 12px;
	height: 15px;
	background-repeat: no-repeat;
}
.city-location {
	margin-left: 8px;
	font-size: 12px;
	float: left;
	color: #fff;
	/* For Firefox */
    /*white-space: pre-wrap;*/
	word-break: break-all;
	/* For Chrome and IE */
	word-wrap: break-word;
}
/*.main-news-story .city-location {
	margin-left: 0px;
}*/
.social-ico-row-ipad {
	display: block;
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
.social-ico-row-ipad .footer-social-circle {
	text-align: left;
}
.country-location {
	display: inline-block;
	margin-left: 3px;
	/* For Firefox */
    /*white-space: pre-wrap;*/
	word-break: break-all;
	/* For Chrome and IE */
	word-wrap: break-word;
}
.story-social-share-fb {
	background: url("../images/sprite.svg") no-repeat -32px -187px;
	display: inline-block;
	height: 39px;
	position: relative;
	top: 0;
	width: 39px !important;
	z-index: -1;
	opacity: 0;
	cursor: pointer;
	left: -12px;
}
.story-social-share-twitter {
	background: url("../images/sprite.svg") no-repeat -82px -187px;
	display: inline-block;
	height: 39px;
	position: relative;
	top: 0;
	width: 39px !important;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all ease-out 0.10s;
	-moz-transition: all ease-out 0.10s;
	-o-transition: all ease-out 0.10s;
	transition: all ease-out 0.10s;
	cursor: pointer;
	left: -25px;
}
.story-social-share-email {
	background: url("../images/sprite.svg") no-repeat -130px -187px;
	display: inline-block;
	height: 39px;
	position: relative;
	top: 0;
	width: 39px !important;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all ease-out 0.10s;
	-moz-transition: all ease-out 0.10s;
	-o-transition: all ease-out 0.10s;
	transition: all ease-out 0.10s;
	cursor: pointer;
	left: -30px;
}

.story-social-share-flipboard {
	background: url("../images/sprite.svg")  no-repeat -226px -188px;
	display: inline-block;
	height: 39px;
	position: relative;
	top: 0;
	width: 39px !important;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all ease-out 0.10s;
	-moz-transition: all ease-out 0.10s;
	-o-transition: all ease-out 0.10s;
	transition: all ease-out 0.10s;
	cursor: pointer;
	left: -30px;
}

.pod-anchor:hover + .full-overall .spot-heading .story-social-share-slide .story-social-share-fb, .full-overall:hover .spot-heading .story-social-share-slide .story-social-share-fb {
	display: inline-block;
	height: 39px;
	position: relative;
	top: 0;
	width: 39px;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all ease-out 0.10s;
	-moz-transition: all ease-out 0.10s;
	-o-transition: all ease-out 0.10s;
	transition: all ease-out 0.10s;
	left: 0;
}
.pod-anchor:hover + .full-overall .spot-heading .story-social-share-slide .story-social-share-twitter, .full-overall:hover .spot-heading .story-social-share-slide .story-social-share-twitter {
	display: inline-block;
	height: 39px;
	position: relative;
	top: 0;
	width: 39px;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all ease-out 0.10s;
	-moz-transition: all ease-out 0.10s;
	-o-transition: all ease-out 0.10s;
	transition: all ease-out 0.10s;
	left: 5px;
}
.pod-anchor:hover + .full-overall .spot-heading .story-social-share-slide .story-social-share-email, .full-overall:hover .spot-heading .story-social-share-slide .story-social-share-email {
	display: inline-block;
	height: 39px;
	position: relative;
	top: 0;
	width: 39px;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all ease-out 0.10s;
	-moz-transition: all ease-out 0.10s;
	-o-transition: all ease-out 0.10s;
	transition: all ease-out 0.10s;
	left: 10px;
}

.pod-anchor:hover + .full-overall .spot-heading .story-social-share-slide .story-social-share-flipboard, .full-overall:hover .spot-heading .story-social-share-slide .story-social-share-flipboard {
	display: inline-block;
	height: 39px;
	position: relative;
	top: 0;
	width: 39px;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all ease-out 0.10s;
	-moz-transition: all ease-out 0.10s;
	-o-transition: all ease-out 0.10s;
	transition: all ease-out 0.10s;
	left: 15px;
}

.spot-heading .story-social-share-slide .story-social-share-fb:hover {
	opacity: 0.75 !important
}
.spot-heading .story-social-share-slide .story-social-share-email:hover {
	opacity: 0.75 !important
}
.spot-heading .story-social-share-slide .story-social-share-twitter:hover {
	opacity: 0.75 !important
}
.header-background {
	background-color: #000;
}
blockquote blockquote {
	margin-top: 0.5em;
}
blockquote.bquotes {
	padding: 0.75em;
}
blockquote.bquotes:before {
	color: #666;
	content: open-quote;
	font-size: 4em;
	left: -10px;
	line-height: 0.1em;
	position: relative;
	vertical-align: -0.4em;
}
blockquote.bquotes:after {
	color: #666;
	content: close-quote;
	font-size: 4em;
	line-height: 0.1em;
	position: relative;
	right: 12px;
	vertical-align: -0.6em;
}
.bquotes {
	font-style: italic;
	margin: 20px 0;
	font-size: 18px;
	line-height: 25px;
}
.spot-heading-social-row {
	display: table;
	position: relative;
	top: -2px;
	z-index: 3;
	width: 100%;
}
.spot-heading a {
	float: left;
	width: 100%
}
.story-social-share-slide {
	display: table;
	float: left;
	left: 12px;
	position: relative;
	top: -2px;
	z-index: 3;
}
.margin0 {
	margin: 0
}
/****************************** Terms of Service ***************************/

.terms-service-wrapper p {
	font-weight: 300;
	margin-top: 5px;
}
.terms-service-wrapper ul li {
	font-weight: 300;
	margin-bottom: 5px;
}
.blue-txt {
	color: #1aa3e2;
	text-decoration: underline;
}
.terms-service-wrapper ul {
	list-style-image: url(../images/red-bullet.png);
	padding-left: 25px;
}
.terms-service-wrapper {
	display: table;
	margin: 0px auto 60px;
	width: 1024px;
}
.terms-sub-heading {
	font-size: 30px;
	color: #1aa3e2;
	font-weight: 300;
	margin-bottom: 0
}
.terms-small-heading {
	font-size: 18px;
	color: #1aa3e2;
	font-weight: 300;
	margin-bottom: 0
}
.careers-anchors li a {
	color: #0a9ce0;
}
.careers-anchors {
	padding-left: 15px !important;
}
.terms-main-heading {
	font-size: 48px;
	color: #e00a12;
	font-weight: 400;
	margin-bottom: 0
}
.terms-service-wrapper b, strong {
	color: #494949;
	font-weight: bold;
}
/********************** About Us Page ****************************/
.about-career {
	position: relative;
}
.about-us-wrapper {
	background: #fff none repeat scroll 0 0;
	display: table;
	font-family: "open_sanslight";
	margin: 0 auto 60px;
	position: relative;
	width: 100%;
	z-index: 3;
}
.about-us-content-wrapper {
	display: table;
	margin: 40px auto 60px;
	width: 1024px;
}
.about-us-wrapper p {
	font-weight: 300;
	margin-top: 5px;
}
.about-us-wrapper ul li {
	font-weight: 300;
	margin-bottom: 5px;
}
.about-us-wrapper ul {
	list-style-image: url(../images/red-bullet.png);
	padding-left: 25px;
}
.about-main-image {
	background-attachment: fixed;
	background-image: url("../images/static/about.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	padding-top: 38%;
	width: 100%;
}
.about-image-contact-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	display: table;
	font-family: "open_sanslight";
	font-size: 72px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 136px;
	z-index: 3;
	width: 480px;
	text-align: center;
}
.about-sitemap-contact-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	font-family: "open_sanslight";
	font-size: 72px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 136px;
	z-index: 3;
	width: 390px;
	text-align: center;
}
.about-career-image {
	background-attachment: fixed;
	background-image: url("../images/static/about-career.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	padding-top: 30%;
	width: 100%;
}
.about-contact-image {
	background-attachment: fixed;
	background-image: url("../images/static/about-contact.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	padding-top: 30%;
	width: 100%;
	position: relative;
}
.about-word-copy {
	font-size: 30px;
	text-align: center;
	float: left;
	display: block;
	width: 100%;
}
.about-career-txt {
	font-size: 36px;
	text-align: center;
}
.career-position {
	color: #0a9ce0;
	font-size: 24px;
	text-align: center;
	height: 70px;
	margin: 15px 0px;
	display: block;
}
.career-box {
	border: 10px solid #e2e2e2;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 60px;
	padding: 50px 60px 20px;
	text-align: center;
	width: 46%;
}
.career-box:nth-child(1) {
	float: left;
}
.career-box:nth-child(2) {
	float: right;
}
.career-box:nth-child(3) {
	float: left;
}
.career-box:nth-child(4) {
	float: right;
}
.career-box div {
	margin-bottom: 10px;
}
.about-us-wrapper a {
	text-decoration: none;
}
/****************************** About Contact Section *****************/

.about-image-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	font-family: "open_sanslight";
	font-size: 72px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 215px;
	width: 425px;
	text-align: center;
}
.about-image-careers-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	font-family: "open_sanslight";
	font-size: 72px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 136px;
	z-index: 3;
	width: 390px;
	text-align: center;
}
.about-contact-section {
	background-color: #f2f2f2;
	padding: 0 0 70px
}
.contact-txt-thank-you {
	font-size: 36px;
	text-align: center;
	margin-top: 70px;
}
.contact-txt-location {
	font-size: 30px;
	margin-bottom: 7px;
	margin-top: 40px;
	text-align: center;
}
.contact-txt-location-small {
	font-size: 18px;
	text-align: center;
}
.about-contact-form-wrapper {
	width: 930px;
	margin: auto;
	display: table;
}
.req-field {
	font-size: 14px;
	margin-bottom: 20px;
}
.req-icon {
	color: #f22f3b;
	position: relative;
}
.form-heading {
	font-size: 18px;
	margin-top: 24px;
}
.form-field input {
	border: 1px solid #cccccc;
	height: 34px;
	margin-top: 12px;
	padding: 5px;
	width: 100%;
}
.contact-col-1 {
	width: 46%;
	float: left;
}
.contact-col-2 {
	width: 46%;
	float: right;
}
.form-heading-message {
	font-size: 14px;
}
.form-field textarea {
	border: 1px solid #cccccc;
	height: 30px;
	margin-top: 12px;
	padding: 5px;
	width: 100%;
	height: 205px;
	resize: none;
}
.form-field select {
	border: 1px solid #cccccc;
	height: 34px;
	margin-top: 12px;
	padding: 5px;
	width: 100%;
}
.submit-button-row {
	width: 100%;
	text-align: center;
	float: left;
}
.submit-btn {
	background-color: #df0a11;
	color: #fff;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	border: medium none;
	margin-top: 60px;
	padding: 6px 15%;
}
.contact-note {
	color: #4d4949;
	float: left;
	font-size: 20px;
	margin-top: 70px;
	text-align: center;
}
/******************** site map ***********************/

.about-sitemap-section {
}
.about-sitemap-image {
	background-attachment: fixed;
	background-image: url("../images/static/about-sitemap.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	padding-top: 30%;
	position: relative;
	width: 100%;
}
.about-image-sitemap-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	display: table;
	font-family: "open_sanslight";
	font-size: 72px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 136px;
	z-index: 3;
}
.sitemap-txt {
	text-align: center;
	margin: 100px 0px 80px;
	font-size: 24px;
}
.about-sitemap-section {
	display: table;
	margin: auto;
	width: 930px;
}
.sitemap-col {
	width: 33%;
	float: left;
	display: inline-block;
}
.sitemap-col ul li a {
	color: #1aa3e2;
}
.sitemap-col ul {
	margin-left: -5px !important;
}
.sitemap-col h3 {
	color: #4d4949;
	font-size: 24px;
	text-transform: uppercase;
}
.sitemap-links-row {
	width: 780px;
	display: table;
	margin: 0 auto;
}
/*********************** Story Facebook Comment Section *********************/
/*************************** Story Page CSS ***********************************/
#story-page-wrapper {
	float: left;
	margin-top: 140px;
	width: 100%;
	margin-bottom: 250px;
}
#story-left-col {
	width: 740px;
	display: inline-block;
	float: left;
	position: relative;
}
#story-right-col {
	width: 210px;
	display: inline-block;
	float: right;
}
.story-content {
	width: 800px;
	display: table;
	margin: 0 auto;
}
.story-header {
	background-color: black;
}
.story-spotlight {
	position: relative;
	height: 500px;
}
.story-spotlight img {
	width: 100%;
}
.story-spotlight-overlay {
	background-image: url("../images/story-spotlight-overlay.png");
	bottom: -1px;
	height: 220px;
	position: absolute;
	width: 100%;
}
.fb-box-icon-40px {
	background: transparent url("../images/sprite.svg") no-repeat scroll -36px -8px;
	float: left;
	height: 40px;
	width: 40px;
}
.story-box h2 {
	font-size: 55px;
	font-weight: 500;
	line-height: 60px;
	margin-bottom: 25px;
}
.story-box {
	position: relative;
	top: -140px;
}
.carbonated-by {
	font-size: 20px;
	color: #000;
	float: left;
	display: inline-block;
}
.author {
	color: #e00a12;
	display: inline-block;
	font-size: 20px;
	margin-left: 10px;
}
.author-box {
	display: block;
	margin-bottom: 35px;
}
.story-section p {
	color: #656464;
	font-size: 20px;
	line-height: 25px;
}
.story-section h3 {
	font-size: 25px;
	margin-bottom: 35px;
}
.image-source {
	font-size: 12px;
	font-style: italic;
	float: right;
	color: #656464;
}
.story-section {
	font-weight: 300;
}
.facebook-like-us {
	width: 48%;
	float: left;
	border: 1px solid #3d57a3;
}
.facebook-like-us img {
	display: inline-block;
	float: left;
}
.facebook-share-this img {
	display: inline-block;
	float: left;
}
.facebook-text {
	display: inline-block;
	float: left;
	margin-left: 15px;
	position: relative;
	top: 8px;
	vertical-align: middle;
}
.facebook-top-widget {
	display: inline-block;
	float: right;
	margin-right: 15px;
	position: relative;
	top: 8px;
	vertical-align: middle;
}
.facebook-share-this {
	width: 48%;
	float: right;
	border: 1px solid #3d57a3;
}
.story-first-paragraph {
	margin-bottom: 40px;
}
.subscribe-box {
	background: #eee;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.subscribe-box-left-col {
	display: inline-block;
	float: left;
	padding: 20px 50px;
	width: 362px;
}
.subscribe-box-right-col {
	display: inline-block;
	float: right;
	width: 51%;
	margin-top: 25px;
}
.story-section img {
	width: 100%;
}
.facebook-like-us img {
	width: auto;
}
.facebook-share-this img {
	width: auto;
}
.subscribe-button-story {
	background: #df0a11;
	padding: 6px 12px;
	color: #fff;
	border: none;
}
.subscribe-email-field {
	padding: 6px 12px 5px 5px;
	color: #a3a3b5;
	border: 1px solid #ccc;
}
.subscribe-box-left-col .signup-for {
	display: inline-block;
	float: left;
	font-weight: 400;
	margin-right: 6px;
	position: relative;
	top: 5px;
}
.subscribe-box-left-col .signup-for-carbonated {
	display: inline-block;
	font-weight: 400;
	margin-right: 20px;
}
.tag-row {
	width: 100%;
	float: left;
	display: block;
}
.tag-heading {
	font-size: 17px;
	font-weight: 400;
	width: 50px;
	float: left;
}
.tags {
	color: #65addf;
	display: inline-block;
	float: left;
	font-size: 17px;
	width: 93%;
}
.share-fb-bottom-widget {
	border: 1px solid #3d57a3;
	color: #3d57a3;
	float: left;
	font-size: 17px;
	padding: 7px 0;
	text-align: center;
	width: 32%;
}
.fb-small-icon {
	background: transparent url("../images/sprite.svg") no-repeat scroll -85px -8px;
	float: left;
	height: 28px;
	position: relative;
	top: -3px;
	width: 16px;
}
.twitter-small-icon {
	background: url("../images/sprite.svg") no-repeat -112px -9px;
	width: 33px;
	height: 23px;
	float: left;
}
.share-twitter-bottom-widget {
	border: 1px solid #02c9ff;
	color: #02c9ff;
	font-size: 17px;
	display: table;
	margin: 0 auto;
	padding: 7px 0;
	text-align: center;
	width: 32%;
}
.bottom-widget-wrapper {
	display: table;
	height: 28px;
	margin: 0 auto;
	position: relative;
	top: 4px;
	width: 200px;
}
.ipad-desktop-comments {
	border: 1px solid #bababa;
	color: #000;
	float: right;
	padding: 6px 0 7px;
	text-align: center;
	width: 32%;
}
.comments-ico {
	background: transparent url("../images/sprite.svg") no-repeat scroll -69px -90px;
	display: inline-block;
	height: 24px;
	left: -5px;
	position: relative;
	top: 5px;
	width: 31px;
}
.related-story-heading-desktop {
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 10px;
}
.related-story-image-box img {
	height: 130px;
	width: 100%;
}
.related-news-category {
	background: #d4d4d4 none repeat scroll 0 0;
	color: #333;
	display: table;
	font-size: 12px;
	font-weight: 300;
	margin: 5px 0;
	padding: 2px 10px;
	text-transform: uppercase;
}
.related-story-title {
	color: #000;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2px;
}
.related-story-pod {
	float: left;
	margin-bottom: 20px;
}
.trending-story-row {
	display: inline-block;
	float: left;
	position: relative;
	top: -120px;
	width: 740px;
}
.trending-story-col {
	width: 220px;
	float: left;
	display: inline-block;
}
.trending-story-col-center {
	width: 220px;
	float: none;
	display: table;
	margin: 0 auto;
}
.trending-story-col-right {
	width: 220px;
	float: right;
	display: inline-block;
}
.trending-story-row h3 {
	font-size: 25px;
	font-weight: 600;
}
.trending-story-heading {
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}
.tabola-story-pod {
	margin-top: 40px;
}
/********************* Social Icons ****************/
aside {
	position: absolute;
}
.sticky-social-sidebar {
	height: 200px;
	left: -100px;
	position: relative;
	width: 110px;
}
.twitter-sidebar-icon {
	background: url("../images/sprite.svg") no-repeat -160px -12px;
	width: 22px;
	height: 19px;
	background-repeat: no-repeat;
	display: table;
	margin: 0 auto;
}
.twitter-sidebar-icon:hover {
	background: url("../images/sprite.svg") no-repeat -36px -62px;
	width: 22px;
	height: 19px;
}
.fb-sidebar-icon:hover {
	background: url("../images/sprite.svg") no-repeat -73px -59px;
}
.fb-sidebar-icon {
	background: url("../images/sprite.svg") no-repeat -195px -9px;
	width: 14px;
	height: 24px;
	background-repeat: no-repeat;
	display: table;
	margin: 30px auto 0;
}
.google-sidebar-icon {
	background: url("../images/sprite.svg") -219px -9px;
	width: 23px;
	height: 22px;
	background-repeat: no-repeat;
	display: table;
	margin: 30px auto 0;
}
.google-sidebar-icon:hover {
	background: url("../images/sprite.svg") -97px -59px;
}
.email-sidebar-icon {
	background: url("../images/sprite.svg") no-repeat -255px -12px;
	width: 20px;
	height: 16px;
	background-repeat: no-repeat;
	display: table;
	margin: 30px auto 0;
}
.email-sidebar-icon:hover {
	background: url("../images/sprite.svg") no-repeat -131px -63px;
}
.plus-sidebar-icon {
	background: url("../images/sprite.svg") -284px -11px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	display: table;
	margin: 30px auto 0;
}
.plus-sidebar-icon:hover {
	background: url("../images/sprite.svg") no-repeat -162px -61px;
	width: 17px;
	height: 18px;
}
.watch-story-location-row {
	float: left;
	margin-top: 10px;
	width: 100%;
}
.watch-location {
	font-size: 18px;
	color: #353535;
	float: left;
}
.watch-location img {
	margin-right: 10px;
	vertical-align: bottom;
	float: left;
}
.watch-video-like-box {
	float: right;
}
.location-txt {
	display: inline-block;
	position: relative;
	top: 6px;
}
.watch-story-video-box h2 {
	float: left;
	font-size: 40px;
	font-weight: 500;
	line-height: 45px;
	margin-bottom: 25px;
	margin-top: 35px;
}
.like-box {
	float: left;
	font-size: 20px;
	margin-right: 30px;
	color: #000;
}
.like-box img {
	vertical-align: bottom;
	margin-right: 10px;
}
.comments-icon img {
	vertical-align: bottom;
	margin-right: 10px;
}
.comments-icon {
	float: left;
	font-size: 20px;
	color: #000;
}
.social-share-box {
	float: right;
	position: relative;
	top: 10px;
}
.watch-comment-box {
	float: left;
}
.social-share-box a {
	margin: 0 6px 0 0;
}
.social-share-box a:last-child {
	margin: 0;
}
.watch-history-social-share-fb {
	background-image: url("../images/sprite.svg");
	background-position: -32px -187px;
	background-repeat: no-repeat;
	width: 39px;
	height: 39px;
	display: inline-block;
	float: left;
}
.watch-history-social-share-twitter {
	background-image: url("../images/sprite.svg");
	background-position: -82px -187px;
	background-repeat: no-repeat;
	width: 39px;
	height: 39px;
	display: inline-block;
	float: left;
}
.watch-history-social-share-email {
	background-image: url("../images/sprite.svg");
	background-position: -130px -187px;
	background-repeat: no-repeat;
	width: 39px;
	height: 39px;
	display: inline-block;
	float: left;
}
.watch-history-social-share-more {
	background-image: url("../images/sprite.svg");
	background-position: -179px -187px;
	background-repeat: no-repeat;
	width: 39px;
	height: 39px;
	display: inline-block;
	float: left;
}
/****************** Comments CSS  **************/
.commentator {
	color: #00aced;
	display: inline-block;
	float: left;
	font-size: 16px;
}
.commentator a {
	color: #df0a11;
	text-decoration: none;
}
.comment-time {
	color: #000;
	display: table;
	float: left;
	font-size: 16px;
	padding-left: 10px;
}
.total-comments {
	color: #000;
	font-size: 20px;
	float: left;
	font-weight: 400;
	margin-bottom: 20px;
}
.comment-reply {
	color: #a5a5a5;
	float: right;
}
.comment-reply a {
	color: #a5a5a5;
	text-decoration: none;
}
.comment {
	color: #000;
	float: left;
	margin-top: 10px;
	width: 100%;
	font-size: 16px;
}
.write-comment {
	background-color: #333 !important;
	border: medium none !important;
	color: #959595 !important;
	float: left;
	margin: 35px 0;
	padding: 15px !important;
	width: 80%;
}
.post-comment {
	background: #df0a11 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	float: left;
	font-size: 18px;
	margin: 37px 0 16px 13px;
	padding: 14px 34px;
}
.view-comments {
	background: #d0d0d0 none repeat scroll 0 0;
	color: #000;
	float: left;
	font-size: 18px;
	margin-top: 15px;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.view-comments a {
	color: #000;
}
.main-comment {
	background-color: #fff;
	border-top: 1px solid #bfbfbf;
	float: left;
	margin-top: 5px;
	padding: 20px 0;
	width: 100%;
}
.comments-box {
	background-color: #fff;
	float: left;
	padding: 20px 0;
	width: 100%;
}
.comments-box textarea {
	background-color: #f2f2f2;
	border: 1px solid #d0d0d0;
	color: #959595;
	padding: 18px;
	width: 100%;
	resize: none;
}
.comments-btn {
	background: #df0a11 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	float: left;
	font-size: 18px;
	margin: 16px 0;
	padding: 14px 24px;
}
.author-and-share-box {
	width: 100%;
	float: left;
}
.author-box {
	display: block;
	float: left;
	margin-bottom: 35px;
	line-height: 40px;
}
.author-pic {
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}
.fb-comments, .fb-comments iframe[style], .fb-comments span {
	width: 100% !important;
}
#root .mobilePluginComments {
	width: 100% !important;
}
.author-box-story-page {
	display: block;
	float: left;
	line-height: 60px;
	margin-bottom: 35px;
	width: 100%;
}
.location-date::before {
	content: "|";
}
#story-page-wrapper-full-width {
	float: left;
	width: 100%;
	height: 700px;
}
.story-page-spotlight-full-width {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: fixed;
}
.story-page-spotlight-heading-full-width {
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	float: left;
	text-align: center;
	font-size: 45px;
	color: #fff;
	bottom: 0;
	position: absolute;
	/*height: 208px;*/
	background-position: bottom;
}
.story-page-spotlight-heading-full-width h2 {
	/*bottom: -82px;*/
	color: #d6d5d3;
	display: table;
	font-size: 43px;
	font-weight: 400;
	margin: 10px auto;
	padding: 0;
	/*position: relative;*/
	text-align: center;
	width: 1024px;
}
.editor-social-row {
	width: 100%;
	float: left;
}
/*.story-page-spotlight-heading-full-width .tooltip {
    font-size: 22px;
    margin: 0px;
    position: absolute;
    top: -10px;

}

.story-page-spotlight-heading-full-width .tooltip-container{
    width: 100%;
}*/

.editor-full-width-profile {
	border: 0px solid #959595;
	border-radius: 50%;
	height: 48px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	width: 48px;
	bottom: 50px;
	float: left;
}
.editor-full-width-profile img {
	border-radius: 50%;
	height: 40px;
	position: relative;
	top: 3px;
	width: 40px;
}
.spotlight-full-width-box {
	float: left;
	position: relative;
	width: 100%;
	background: #fff;
}
.story-content-full-width-container {
	float: left;
	position: relative;
	width: 100%;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 10px;
}
.author-by {
	display: inline-block;
	float: left;
	margin: 10px 7px 0;
	font-size: 18px;
}
.author-name {
	display: inline-block;
	float: left;
	margin-top: 10px;
	color: #c10808;
	font-size: 18px;
}
.full-width-story-content {
	float: left;
	font-weight: 300;
	margin: 5px 0;
	width: 100%;
}
.facebook-widget-logo {
	background: url("../images/sprite.svg") no-repeat -34px -7px;
	width: 42px;
	height: 42px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.facebook-like-us-widget {
	display: block;
	float: right;
	width: 150px;
}
.facebook-like-us-widget-first {
	display: block;
	float: right;
	width: 150px;
	margin-right: 40px;
}
.like-us-txt {
	display: inline-block;
	float: left;
}
.fb-widget {
	display: inline-block;
	float: left;
}
.read-related-inner-story-picture {
	display: inline-block;
	float: left;
	margin-right: 20px;
	width: 180px;
}
.read-related-inner-story-picture img {
	width: 100%;
}
.read-related-inner-heading {
	font-size: 24px;
	color: #000 !important;
	margin: 0;
	line-height: 24px;
	display: block;
}
.read-related-inner-description {
	color: #0e7bb4;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	width: 75%;
	position: relative;
	top: 10px;
}
.read-related-inner-story-description {
	font-weight: 400;
	position: relative;
	top: 8px;
}
.read-related-inner-story {
	float: left;
	margin: 20px 0;
	width: 100%;
}
/************ Subscribe Box ************/
.two-col-subscribe-box {
	float: left;
	margin: 50px 0;
	width: 100%;
}
.left-col-subscribe-box-field {
	display: table;
	margin: 0 auto;
	width: 100%;
}
.left-col-subscribe-box-textfield {
	margin-bottom: 0;
	padding: 5px !important;
	width: 270px;
}
.two-col-subscribe-box-4 .left-col-subscribe-box-textfield {
	background: #f0f0f0 none repeat scroll 0 0;
	border: 1px solid #dedede;
	border-radius: 2px;
	margin-bottom: 0;
	padding: 5px !important;
	width: 230px;
}
.left-col-subscribe-box {
	background-color: #fff;
	float: left;
	height: 270px;
	padding: 15px;
	width: 50%;
	text-align: center;
}
.search-story-category a {
	text-transform: capitalize;
}
.two-col-subscribe-box-4 .left-col-subscribe-box-btn {
	background-color: #e00a12;
	border: medium none;
	color: #fff;
	font-size: 16px;
	padding: 6px 12px;
	margin-left: 5px;
	display: inline-block;
	margin-top: 0px;
}
.subs-box-small-txt {
	font-size: 12px;
	font-weight: 300;
	margin-top: 15px;
}
.subscribe-line div, .subscribe-line span {
	display: inline-block;
}
.subscribe-line {
	color: #000;
	line-height: 25px;
}
.left-col-subscribe-box-4 img {
	float: left;
	margin-right: 15px;
	position: relative;
	top: 5px;
}
.left-col-subscribe-box h2 {
	color: #000;
	font-family: "Roboto Slab", serif;
	font-size: 43px;
	font-weight: bold;
	margin-top: 33px;
	position: relative;
	text-align: center;
	margin-bottom: 0;
}
.left-col-subscribe-box-field form {
	margin-bottom: 0;
	margin-top: 25px;
}
.subscribe-txt-2 {
	display: block !important;
}
.right-col-subscribe-box {
	float: left;
	height: 270px;
	width: 50%;
}
.two-col-subscribe-box .imgLiquidFill {
	background-position: center top !important;
}
.tags-row {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.tag-heading {
	font-size: 18px;
	display: inline-block;
	margin-right: 10px;
}
.tags-box {
	background-color: #f0f0f0;
	border-radius: 4px;
	display: inline-block;
	font-size: 16px;
	margin: 0 3px 10px;
	padding: 4px 10px;
}
.tags-inner-row {
	width: 92%;
	float: left;
}
.tags-inner-row a {
	color: #000;
	font-weight: 300;
}
.bottom-social-half-row {
	width: 100%;
	display: table;
	margin: 0 auto;
}
.story-page-related-stories {
	background: #000;
	border-top: 0 none;
	display: block;
	float: left;
	position: relative;
	width: 100%;
	z-index: 2;
}
.story-page-related-stories h2 {
	text-align: center;
	color: #fff !important;
	font-size: 33px;
	text-transform: uppercase;
	margin-top: 30px;
}
.story-page-related-container {
	width: 995px;
	display: table;
	margin: 0 auto 40px;
}
.story-page-related-container ul {
	margin: 0;
	padding: 0;
}
.story-page-related-box {
	display: inline-block;
	margin-right: 20px;
	width: 230px;
	float: left;
}
.story-page-related-box:last-child {
	display: inline-block;
	margin-right: 0;
	width: 300px;
}
.story-page-popular-stories .story-page-related-container .story-page-related-box {
	display: inline-block;
	margin-right: 0;
	width: 300px;
	float: left;
}
.story-page-popular-stories .story-page-related-container .story-page-related-box:last-child {
	display: table;
	margin: 0 auto;
	width: 300px;
	float: none;
}
.story-page-popular-stories .story-page-related-container .story-page-related-box:nth-child(2) {
	display: inline-block;
	float: right;
	width: 300px;
}
.story-page-heading {
	font-size: 18px;
	color: #fff;
}
.story-page-wrapper-full-width {
	float: left;
	height: 720px;
	width: 100%;
}
.full-width-story-wrapper {
	position: relative;
}
.full-width-story-continue-wrapper {
	position: relative;
}
.full-width-story-continue-wrapper .spotlight-full-width-box {
	z-index: 0;
}
.full-width-story-continue-wrapper .story-page-spotlight-full-width {
	position: relative;
}
.fixed-story-image {
	position: fixed;
	top: 0;
}
.story-page-spotlight-full-width-main {
	height: 720px;
	overflow: hidden;
	width: 100%;
}
.full-width-story-content iframe {
	width: 100%;/*margin: 20px 0 !important*/
}
.full-width-story-content iframe.instagram-media {
	/*max-width: none !important;*/
	width: 100% !important;
}
.mash-share-dropdown {
	background-color: #000;
	float: left;
	left: 0;
	padding: 20px 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	-webkit-box-shadow: 0 10px 9px -3px rgba(148, 148, 148, 0.37);
	-moz-box-shadow: 0 10px 9px -3px rgba(148, 148, 148, 0.37);
	box-shadow: 0 10px 9px -3px rgba(148, 148, 148, 0.37);
	display: none;
	z-index: 10;
}
.mash-share {
	color: #fff;
	display: inline-block;
	width: 50px;
	float: left;
}
.mash-share-numbers {
	font-size: 27px;
	display: block;
}
.mash-share-container {
	display: table;
	float: left;
	text-align: center;
	width: 850px;
}
.mash-share-fb {
	background-color: #4466ae;
	color: #fff;
	display: inline-block;
	margin: 9px 15px 0;
	padding: 8px 15px;
	width: 240px;
	border-radius: 4px;
}
.mash-share-twitter {
	display: inline-block;
	padding: 8px 15px;
	width: 240px;
	margin: 9px 15px 0;
	color: #fff;
	background-color: #02c9ff;
	border-radius: 4px;
}
.mash-share-email {
	display: inline-block;
	padding: 8px 15px;
	width: 240px;
	margin: 9px 15px 0;
	color: #fff;
	background-color: #ff7302;
	border-radius: 4px;
}
.social-mash-close {
	background: transparent url("../images/sprite.svg") no-repeat scroll -95px -250px;
	display: block;
	float: right;
	height: 27px;
	position: relative;
	top: 20px;
	width: 28px;
}
.social-mash-fb-icon {
	background: transparent url("../images/sprite.svg") no-repeat scroll -46px -290px;
	display: inline-block;
	height: 21px;
	left: -4px;
	position: relative;
	top: 2px;
	width: 12px;
}
.social-mash-twitter-icon {
	background: transparent url("../images/sprite.svg") no-repeat scroll -73px -292px;
	width: 22px;
	height: 19px;
	display: inline-block;
	left: -4px;
	position: relative;
	top: 2px;
}
.social-mash-email-icon {
	background: transparent url("../images/sprite.svg") no-repeat scroll -107px -291px;
	width: 27px;
	height: 19px;
	display: inline-block;
	left: -4px;
	position: relative;
	top: 2px;
}
blockquote {
	color: #000 !important;
}
blockquote a {
	color: #000 !important;
}
blockquote p a {
	color: #000 !important;
}
/*************************** Story Page CSS ***********************************/

.story-page-popular-stories h2 {
	color: #000 !important;
	font-size: 33px;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
}
.story-page-popular-stories .story-page-related-container .story-page-related-box .story-page-heading {
	color: #000 !important;
	font-size: 18px;
}
.story-page-popular-stories {
	background: #fff none repeat scroll 0 0;
	border-top: 0 none;
	display: block;
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 0px;
	/*top: -46px;*/
}
#related-news-slider .owl-controls .owl-prev {
	background-image: url("../images/related-left-arrow.png");
	display: block;
	height: 32px;
	left: -30px;
	position: absolute;
	top: -25px;
	width: 16px;
}
#related-news-slider .owl-controls .owl-next {
	background-image: url("../images/related-right-arrow.png");
	display: block;
	height: 32px;
	right: -30px;
	position: absolute;
	width: 16px;
	top: -25px;
}
.related-news-text {
	font-weight: 400;
	margin-top: 10px;
	color: #fff;
}
#carouselDiv {
	background-color: #000;
	/*padding-bottom: 55px;*/
	width: 90%;
	margin: 0 auto;
}
#related-news-slider {
	display: table;
	height: 275px;
	margin: 30px auto 25px;
	width: 100%;
	margin-bottom: 0px;
}
#related-news-slider.item {
	margin: 3px;
}
/*#related-news-slider .item img {
    display: block;
    width: 100%;
    height: auto; }

#related-news-slider .item img {
    display: block;
    height: 250px;
    width: 100%; }*/

#related-news-slider .owl-wrapper-outer .owl-wrapper .owl-item {
	margin: 0 25px;
	width: 230px !important;
}
#related-news-slider .owl-wrapper-outer .owl-wrapper .owl-item:first-child {
	margin-left: 0px;
}
#related-news-slider .owl-item > .item {
	height: auto;
}
.related-news-img {
	height: 140px;
}
#related-news-slider .owl-carousel {
	display: table;
	margin: 0 auto !important;
	position: relative;
	text-align: center;
}
/**************************** Video CSS *************************/
.full-width-story-content p, .full-width-story-content p iframe, .full-width-story-content embed, .full-width-story-content video, .full-width-story-content .video-js {
	width: 100% !important;
}
/*********************** Profille  Styling ********************/
.full-width-profile {
	position: relative;
	padding-top: 180px;
	border-bottom: 1px solid #d4d4d4;
}
.profile-content {
	display: table;
	margin: 0 auto;
	width: 1024px;
}
.profile-stories-content {
	display: table;
	margin: 50px auto 90px;
	width: 712px;
	margin-top: 50px;
}
.profile-story-pod h2 {
	color: #373737;
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
}
.profile-picture {
	border: 6px solid #9f9f9f;
	border-radius: 50%;
	display: table;
	margin: 0 auto;
	text-align: center;
}
.profile-name {
	font-size: 39px;
	display: table;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	line-height: 39px;
}
.profile-description {
	font-size: 14px;
	display: table;
	margin: 0 auto;
	text-align: center;
	color: #646464;
	margin-bottom: 50px;
}
.profile-author-row {
	width: 100%;
}
.profile-author-pic img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
}
.profile-author-name {
	float: left;
	font-size: 13px;
	line-height: 40px;
	margin-left: 15px;
}
.profile-author-date {
	float: left;
	font-size: 12px;
	line-height: 40px;
	margin-left: 15px;
	color: #373737;
}
.profile-story-pod {
	float: left;
	border-bottom: 2px solid #d4d4d4;
	width: 100%;
}
.profile-story-pod-headline {
	color: #373737;
	font-size: 16px;
	float: left;
	margin-top: 20px;
	font-weight: 300;
	width: 100%;
}
.profile-story-pod-image {
	height: 350px;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
/************************ Big Data CSS***********************/

.social-standard-footer img {
	width: inherit;
}
.live-location {
	color: #aeaeae;
	display: inline-block;
	float: left;
	font-size: 15px;
	position: relative;
	top: 18px;
}
.live-location > div {
	color: #aeaeae;
	display: inline-block;
	font-size: 14px;
}
.big-data-author-box {
	display: block;
}
.big-data-box-logo {
	display: inline-block;
}
.big-data-heading {
	color: #fff;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -4px;
	width: 61%;
	font-weight: 400;
}
.big-data-author-box {
	display: block;
	float: left;
	/*margin: 25px 0;*/
	position: relative;
	top: 0;
	background: #191919 none repeat scroll 0 0;
}
.big-data-author {
	color: #fff;
	font-size: 17px;
	text-align: right;
}
.big-data-posted-time {
	color: #a8a7a7;
	font-size: 15px;
}
.big-data-heading-author {
	background-color: #191919;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 20px 0;
	width: 100%;
}
.big-data-author-pic {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -7px;
}
.big-data-author-pic img {
	border-radius: 50%;
}
.big-data-carbo-logo {
	display: inline-block;
	vertical-align: middle;
}
.big-data-author-box-name {
	display: inline-block;
	float: left;
	margin-left: 10px;
	position: relative;
	top: 5px;
}
.big-data-author-right-section {
	display: inline-block;
	float: right;
}
.big-data-footer-author {
	background-color: #191919;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	float: left;
	padding: 20px;
	width: 100%;
}
.big-data-description-row {
	color: #fff;
}
.big-data-author-social {
	text-align: right;
}
.big-data-author-social a {
	background-repeat: no-repeat;
	margin: 0 5px;
}
.big-data-author-twitter {
	background-image: url("../images/big-data-twitter.png");
	display: inline-block;
	height: 19px;
	width: 24px;
}
.big-data-author-fb {
	background-image: url("../images/big-data-fb.png");
	display: inline-block;
	height: 20px;
	width: 24px;
}
.big-data-author-g {
	background-image: url("../images/big-data-g.png");
	display: inline-block;
	height: 19px;
	width: 24px;
}
.big-data-author-email {
	background-image: url("../images/big-data-email.png");
	display: inline-block;
	height: 15px;
	width: 24px;
}
.big-data-author-twitter:hover {
	background-image: url("../images/big-data-twitter-hover.png");
	background-repeat: no-repeat;
	width: 24px;
}
.big-data-author-fb:hover {
	background-image: url("../images/big-data-fb-hover.png");
	background-repeat: no-repeat;
	width: 24px;
}
.big-data-author-g:hover {
	background-image: url("../images/big-data-g-hover.png");
	background-repeat: no-repeat;
	width: 24px;
}
.big-data-author-email:hover {
	background-image: url("../images/big-data-email-hover.png");
	background-repeat: no-repeat;
	width: 24px;
}
.big-data-media {
	float: left;
	position: relative;
	width: 100%;
	background: #191919;
}
.big-data-media img {
	width: 100%;
}
.big-data-social-box {
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 25px;
	width: 100%;
}
.big-data-social-author-pic {
	display: inline-block;
}
.big-data-social-author-pic img {
	border-radius: 50%;
}
.big-data-social-author {
	color: #000;
	font-size: 17px;
	text-align: left;
}
.big-data-social-posted-time {
	color: #a8a7a7;
	font-size: 15px;
}
.big-data-social-author-left-section {
	display: inline-block;
	float: left;
}
.social-widget-icon {
	display: inline-block;
	margin-right: 8px;
}
.big-data-social-author-right-section {
	float: right;
	position: relative;
	right: -2px;
	top: 25px;
}
.big-data-social-author-right-section a {
	background-repeat: no-repeat;
	margin: 0 5px;
}
.big-data-social-heading-author {
	float: left;
	padding: 20px;
	width: 100%;
}
.big-data-social-footer-author {
	color: #605f5f;
	float: left;
	font-weight: 300;
	padding: 20px;
}
.social-standard-container {
	float: left;
	width: 100%;
	border-radius: 4px;
	margin-top: 40px;
	margin-bottom: 20px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.social-standard-header {
	height: 42px;
	padding: 8px;
}
.social-standard-content {
	position: relative;
	width: 100%;
	height: 0;
	width: 100%;
	float: left;
	padding: 8px 8px 0;
	padding-bottom: 51%;
}
.social-standard-content iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.social-standard-footer {
	background-color: rgba(237, 238, 239, 0.5);
	cursor: pointer;
	height: 40px;
	float: left;
	padding: 0 12px;
	width: 100%;
}
.social-standard-logo img {
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	display: block;
	float: right;
	position: relative;
	top: 4px;
}
/* Disable grayscale on hover */
.social-standard-logo img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}
.social-standard-logo-youtube img {
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	display: block;
	float: right;
	position: relative;
	top: 10px;
}
/* Disable grayscale on hover */
.social-standard-logo-youtube img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}
.social-standard-container-original-size {
	border-radius: 4px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	display: table;
	float: none;
	margin: auto;
	width: 680px;
}
.full-width-story-content p {
	margin: 10px 0;
	width: auto !important;
	display: block;
	clear: both;
}
.big-data-author-box-small {
	background: #191919 none repeat scroll 0 0;
	display: block;
	float: none;
	margin: 20px auto;
	position: relative;
	top: 0;
	width: 680px;
}
.story-page-popular-stories .story-page-related-container .story-page-related-box a > img {
	width: 100%;/*height: 195px;*/
}
.story-page-related-box:last-child {
	display: inline-block;
	margin-right: 0;
	width: 230px;
}

/*****************************  Mobile Medua Query ****************************/
@media only screen and (min-width: 320px) and (max-width: 460px) {
.live-location {
	margin-bottom: 20px;
}
.big-data-description-row {
	margin-bottom: 20px;
}
.two-col-subscribe-box-native .left-col-subscribe-box-textfield {
	font-size: 14px;
	margin-bottom: 0;
	padding: 5px !important;
	width: 155px;
}
.two-col-subscribe-box-native .left-col-subscribe-box-btn {
	background-color: #e00a12;
	border: medium none;
	color: #fff;
	font-size: 15px;
	padding: 6px 12px;
}
.two-col-subscribe-box-native .left-col-subscribe-box-field {
	display: table;
	margin: 0 auto;
	width: 100%;
}
.two-col-subscribe-box-native {
	margin: 0px !important;
}
.mobile-story-page-headline {
	background: transparent url("../images/story-heading-overlay-mobile.png") repeat scroll center bottom;
	color: #fff;
	float: left;
	font-size: 45px;
	height: 120px;
	position: absolute;
	text-align: center;
	top: -50px;
	width: 100%;
}
.story-page-spotlight-heading-full-width {
	background: rgba(0, 0, 0, 0.7);
}
.facebook-like-us-widget {
	display: inline-block;
	float: left;
	margin-right: 0;
	width: 100px;
}
.facebook-like-us-widget-first {
	display: inline-block;
	float: left;
	margin-right: 0;
	width: 100px;
}
.mobile-facebook-widget {
	display: table;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
.facebook-widget-logo {
	display: none;
}
.tags-inner-row {
	float: left;
	width: 79% !important;
}
.story-page-related-box {
	display: table !important;
	margin: 0 0 30px !important;
	width: 165px;
}
.story-page-spotlight-heading-full-width {
	background-color: transparent;
	bottom: 0;
	color: #000;
	float: left;
	font-size: 45px;
	line-height: 30px;
	margin-top: 0 !important;
	position: relative;
	text-align: left;
	width: 100%;
}
}
@media only screen and (min-width: 460px) and (max-width: 600px) {
.facebook-widget-logo {
	display: none;
}
.facebook-like-us-widget-first {
	display: block;
	float: right;
	margin-right: 40px;
	width: 95px;
}
.facebook-like-us-widget {
	display: block;
	float: right;
	width: 95px;
}
}
@media only screen and (min-width: 460px) and (max-width: 580px) {
.nav-search-input {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #6e6e6e;
	color: #d7d7d7;
	float: left;
	font-size: 30px;
	position: relative;
	top: 12px;
	width: 80% !important;
}
.mobile-story-page-headline {
	background: transparent url("../images/story-heading-overlay-mobile.png") repeat scroll center bottom;
	color: #fff;
	float: left;
	font-size: 45px;
	height: 120px;
	position: absolute;
	text-align: center;
	top: -125px;
	width: 100%;
}
.story-page-spotlight-heading-full-width {
	background: none !important;
}
.facebook-like-us-widget {
	display: inline-block;
	float: left;
	margin-right: 0;
	width: 100px;
}
.facebook-like-us-widget-first {
	display: inline-block;
	float: left;
	margin-right: 0;
	width: 100px;
}
.mobile-facebook-widget {
	display: table;
	float: right;
	margin-left: auto;
	margin-right: auto;
}
.tags-inner-row {
	float: left;
	width: 79% !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.description-txt {
	font-size: 18px !important;
}
/************************** About Page CSS ****************/

.old-story-ui {
	display: none !important;
}
.new-story-ui {
	display: block !important;
}
.col-left-404 img {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.col-right-404 {
	display: inline-block;
	float: none;
	margin-left: 0;
	text-align: center;
	width: 100%;
}
.col-left-404 img {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.col-left-404 img {
	float: none;
}
.col-left-404 {
	display: inline-block;
	float: left;
	width: 100%;
}
.img-link img {
	width: 50px;
}
.tags-row {
	display: none;
}
.story-page-related-stories {
	display: none;
}
.about-us-wrapper p {
	font-size: 17px;
	padding: 0 10px;
}
.about-us-content-wrapper {
	display: table;
	margin: 25px auto;
	width: 100%;
}
.about-us-wrapper {
	margin: 0 auto 20px;
}
.about-careers-boxes {
	margin-top: 45px;
}
.contact-txt-thank-you {
	font-size: 23px;
	margin-top: 30px;
	text-align: center;
	padding: 0 10px;
}
.contact-txt-location {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 25px;
	padding: 0 10px;
	text-align: center;
}
.about-contact-form-wrapper {
	display: table;
	margin: 20px auto auto;
	width: 90% !important;
}
.req-field {
	font-size: 14px;
	margin-top: 20px;
	position: relative;
	top: 10px;
}
.form-field textarea {
	border: 1px solid #cccccc;
	height: 155px;
	margin-top: 12px;
	padding: 5px;
	resize: none;
	width: 100%;
}
.submit-btn {
	margin-top: 30px;
}
.contact-note {
	font-size: 17px;
	margin-top: 30px;
}
.contact-col-1 {
	float: left;
	width: 100%;
}
.form-heading {
	font-size: 18px;
	margin-top: 10px;
}
.contact-col-2 {
	float: left;
	width: 100%;
}
.content-privacy-row {
	float: left;
	margin-top: 0;
	width: 100%;
}
.career-box {
	display: table;
	float: none !important;
	margin: 0 auto 25px;
	padding: 20px;
	border-radius: 8px;
	width: 85%;
	border: 5px solid #e2e2e2;
}
.career-position {
	color: #0a9ce0;
	font-size: 20px;
	height: 80px;
	margin: 15px 0;
	text-align: center;
	font-size: 18px;
}
.about-word-copy {
	display: table;
	float: none;
	font-size: 30px;
	margin: 0 auto 25px;
	text-align: center;
	width: 85%;
}
.sitemap-txt {
	font-size: 17px;
	margin: 30px 0;
	text-align: center;
}
.career-box > img {
	width: 50px;
}
.about-sitemap-section {
	display: table;
	margin: auto;
	width: 100%;
}
.sitemap-links-row {
	display: table;
	margin: 0 auto;
	width: 90%;
}
.sitemap-col {
	display: inline-block;
	float: left;
	width: 100%;
}
.sitemap-col h3 {
	font-size: 20px;
	margin: 0;
}
.about-contact-form-wrapper {
	display: table;
	margin: auto;
	width: 100%;
}
.about-mobile-spacing {
/*margin-top: 68px;*/
}
.about-main-image {
	background-attachment: scroll;
	background-image: url("../images/static/about.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 180px;
	padding-top: 38%;
	width: 100%;
}
.about-sitemap-image {
	background-image: url("../images/static/about-sitemap.jpg");
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 180px;
	padding-top: 38%;
	width: 100%;
}
.about-career-image {
	background-image: url("../images/static/about-career.jpg");
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 180px;
	padding-top: 38%;
	width: 100%;
}
.about-image-careers-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	font-family: "open_sanslight";
	font-size: 28px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 65px;
	width: 145px;
	text-align: center;
}
.about-contact-image {
	background-image: url("../images/static/about-contact.jpg");
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 180px;
	padding-top: 38%;
	width: 100%;
}
.about-image-contact-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	font-family: "open_sanslight";
	font-size: 25px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 65px;
	width: 200px;
	text-align: center;
}
.about-sitemap-contact-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	font-family: "open_sanslight";
	font-size: 25px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 65px;
	width: 130px;
	text-align: center;
}
.about-image-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	font-family: "open_sanslight";
	font-size: 28px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 120px;
	width: 185px;
	text-align: center;
}
.privacy-content-box {
	border: 5px solid #e2e2e2;
	border-radius: 6px;
	display: table;
	float: none !important;
	font-size: 15px;
	font-weight: 300;
	margin: 20px auto 0;
	padding: 15px 15px 6px;
	text-transform: uppercase;
	width: 93%;
}
.privacy-content-txt {
	display: inline-block;
	margin-left: 30px;
	position: relative;
	top: 9px;
}
/************************** About Page CSS ****************/
.terms-service-wrapper {
	display: table;
	/*margin: 68px auto 20px;*/
	width: 90%;
}
.fluid-image {
	width: 100%;
}
.terms-sub-heading {
	color: #1aa3e2;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 0;
}
.terms-main-heading {
	color: #e00a12;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 50px;
}
.nextStories .rel-stories .story-page-popular-stories {
	top: -35px;
	position: relative;
}
.first-story .story-page-popular-stories {
	top: -55px;
	position: relative;
}
.first-story .story-page-related-stories {
	top: 0px;
	position: relative;
}
.story-page-related-stories .story-top-padding {
	padding-bottom: 0px !important;
}
.full-width-story-content img {
	height: auto !important;
	width: 100% !important;
}
.full-width-story-content span img {
	height: auto !important;
	width: 100% !important;
}
.full-width-story-content div img {
	height: auto !important;
	width: 100% !important;
}
.footer-logo-mobile {
	display: block;
}
.footer-logo-ipad-desktop {
	display: none;
}
.show-text-mobile {
	display: none;
}
.search-dropdown-row-outer {
	background-color: black;
	height: 80px;
	left: 0;
	margin-top: 40px;
	opacity: 1;
	position: relative;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	z-index: 0;
}
.search-row-container-outer {
	display: table;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 88%;
}
.nav-search-query-btn {
	background: transparent url("../images/search.svg") repeat scroll 0 0;
	border: medium none;
	display: block;
	float: right;
	height: 24px;
	left: 15px;
	margin-right: 15px;
	position: relative;
	right: 0 !important;
	top: 18px;
	width: 24px;
	background-repeat: no-repeat;
}
.nav-search-input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #d7d7d7;
	float: left;
	font-size: 24px;
	position: relative;
	top: 12px;
	width: 70%;
	border: 2px solid #6e6e6e;
}
.search-results-numbers {
	color: #fff;
	font-size: 16px;
	margin-bottom: 35px;
	margin-top: 0;
	/*text-align: center;*/
}
.search-story-category {
	color: #c10808;
	font-size: 13px;
}
.search-story-box {
	display: table;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.search-story-headline-box {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 100%;
}
.search-story-headline-box h2 {
	color: #fff;
	margin-top: 10px;
	font-size: 17px;
}
.search-story-description {
	color: #fff;
	font-size: 13px;
	margin-bottom: 15px;
}
.search-story-box {
	float: left;
	margin-bottom: 20px;
}
.search-content {
	display: table;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}
.search-story-image-box {
	display: table;
	float: none;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 10px;
}
.search-story-image-box img {
	width: 100%
}
.b-nav {
	width: 100% !important;
}
.mobile-search {
	margin-bottom: 0;
	width: 59%;
	margin-top: 15px;
	border-radius: 0;
	height: 40px;
}
.mobile-search-btn {
	background-color: #e00a12;
	background-image: url("../images/mobile-search-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 12px 20px;
	top: 3px;
	position: relative;
	left: -4px;
	height: 40px;
}
/************************************ Big Data Media ************************/
.big-data-heading {
	display: none;
}
.social-standard-container-original-size {
	width: 100%;
}
.big-data-author-box-small {
	width: 100%;
}
/************************************ Profile Page************************/
.full-width-profile {
	position: relative;
	padding-top: 100px;
	border-bottom: 1px solid #d4d4d4;
}
.profile-content {
	display: table;
	margin: 0 auto;
	width: 100%;
}
.profile-stories-content {
	display: table;
	margin: 10px auto 90px !important;
	width: 92%;
	margin-top: 50px;
}
.profile-story-pod h2 {
	color: #373737;
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
}
.profile-picture {
	border: 3px solid #9f9f9f;
	border-radius: 50%;
	display: table;
	margin: 0 auto;
	text-align: center;
	width: 30%;
}
.profile-name {
	font-size: 24px;
	display: table;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	line-height: 24px;
}
.profile-description {
	font-size: 14px;
	display: table;
	margin: 0 auto;
	text-align: center;
	color: #646464;
	margin-bottom: 20px;
}
.profile-author-row {
	width: 100%;
}
.profile-author-pic img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
}
.profile-author-name {
	float: left;
	font-size: 13px;
	line-height: 40px;
	margin-left: 15px;
}
.profile-author-date {
	float: left;
	font-size: 12px;
	line-height: 40px;
	margin-left: 15px;
	color: #373737;
}
.profile-story-pod {
	float: left;
	border-bottom: 2px solid #d4d4d4;
}
.profile-story-pod-headline {
	color: #373737;
	font-size: 15px;
	float: left;
	margin-top: 20px;
	font-weight: 300;
}
.profile-story-pod-image {
	height: 180px;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
/************************************ Profile Page************************/
.mobile-story-page-headline {
	background: transparent url("../images/story-heading-overlay-mobile.png") repeat scroll center bottom;
	color: #fff;
	float: left;
	font-size: 45px;
	height: 120px;
	position: absolute;
	text-align: center;
	top: -51px;
	width: 100%;
}
.story-page-spotlight-heading-full-width {
	background-color: rgba(0, 0, 0, 0.7);
}
.story-page-spotlight-heading-full-width {
	height: auto;
}
.story-page-spotlight-heading-full-width h2 {
	bottom: -10px;
}
.top-post {
	margin-top: 69px;
}
.mash-share-dropdown-mobile {
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	padding: 10px 0;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
}
.mash-share-dropdown-mobile .mash-share-container {
	width: 100%;
}
.mash-share-dropdown-mobile .mash-share-container .mash-share-fb {
	width: 31%;
	margin: 0px !important;
	font-size: 14px !important;
	margin-right: 4px !important;
}
.mash-share-dropdown-mobile .mash-share-container .mash-share-twitter {
	width: 31%;
	margin: 0px !important;
	font-size: 14px !important;
	margin-right: 4px !important;
}
.mash-share-dropdown-mobile .mash-share-container .mash-share-email {
	width: 31.5%;
	margin: 0px !important;
	font-size: 14px !important;
}
.mash-share-dropdown-mobile .mash-share-container .social-mash-fb-icon {
	background: transparent url("../images/sprite.svg") no-repeat scroll -46px -290px;
	display: inline-block;
	height: 19px;
	left: -4px;
	position: relative;
	top: 2px;
	width: 12px;
}
.view-comments-img {
	background: transparent url("../images/sprite.svg") no-repeat scroll -69px -90px;
	display: inline-block;
	height: 24px;
	position: relative;
	top: 5px;
	width: 31px;
}
.bottom-comments {
	display: none;
}
/* .bottom-comments:hover .view-comments-img {
         background: transparent url("../images/sprite.svg") no-repeat scroll -69px -90px;
         display: inline-block;
         height: 24px;
         left: -5px;
         position: relative;
         top: 5px;
         width: 31px; }*/
.bottom-social-half-row {
	width: 100%;
}
.hide-text-mobile {
	display: none;
}
header {
	background-color: black;
	float: left;
	left: 0;
	padding: 25px 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}
.story-page-spotlight-full-width-main {
	height: 220px;
	padding-bottom: 56.16%;
	position: relative;/*top: 68px;*/
}
.story-page-spotlight-full-width-main .old-image-overlay img {
	width: 100% !important;
}
.story-page-wrapper-full-width {
	float: left;
	height: auto;
	width: 100%;
}
.story-page-spotlight-heading-full-width {
	background-color: transparent;
	/*bottom: 0;*/
	top: -68px;
	color: #000;
	float: left;
	font-size: 45px;
	line-height: 30px;
	position: relative;
	text-align: left;
	width: 100%;
}
.story-page-related-stories {
	display: none;
}
.story-page-spotlight-full-width-main {
	position: relative !important;
}
.story-page-spotlight-full-width {
	height: auto;
	padding-bottom: 56.16%;
	position: relative;
	top: 70px;
}
.story-continue .spotlight-full-width-box .story-page-spotlight-full-width {
	top: 0;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	backface-visibility: hidden;
	height: 390px !important;
	transform: translate3d(0px, 0px, 0px);
}
.b-menu {
	top: -15px !important;
	right: 2px !important;
}
header {
	padding: 12px 0;
}
.small-news {
	height: 260px;
	width: 100%;
}
.medium-news {
	height: 260px;
	width: 100%;
}
.header-social {
	display: none;
}
.header-menu {
	display: none;
}
.spot-heading h2 {
	font-size: 16px !important;
	margin-top: 10px;
	width: 60%;
}
.spot-category {
	display: table;
	font-size: 12px;
	left: 0;
	margin-bottom: 0;
	padding: 6px 10px 6px 0;
	position: relative;
}
.small-news .spot-category, .medium-news .spot-category {
	display: table;
	font-size: 12px;
	padding: 7px 12px;
	padding-left: 0px;
}
.large-news {
	height: 260px;
}
.header-box {
	margin: 0 auto;
	width: 100%;
}
.logo-desktop {
	display: none;
}
.logo-ipad {
	display: none;
}
.logo-mobile {
	float: left;
	margin-left: 15px;
	position: relative;
	top: 3px;
}
.footer-col {
	display: inline-block;
	float: left;
	width: 100%;
}
.footer-col:nth-child(2) {
	margin: 25px 0;
}
.subscribe-btn {
	display: table;
	margin: 22px auto 0;
}
.footer-subscribe {
	display: table;
	margin: 0 auto;
	width: 80%;
}
.social-ico-row {
	display: table;
	margin: 20px auto 0;
}
.footer-menu {
	float: left;
	margin-top: 20px;
	padding: 0;
	width: 135px;
}
.footer-menu:nth-child(2) {
	float: left;
}
.footer-menu-center {
	display: table;
	margin: 0 auto;
}
.hide-only-on-ipad-iphone {
	display: none;
}
.footer-container {
	display: table;
	margin: 0 auto;
	padding: 60px 0;
	width: 90%;
}
.ipad-subscribe-box h3 {
	display: block;
	text-align: center;
}
.ipad-subscribe-box {
	margin-top: 25px;
}
.small-news .spot-heading, .medium-news .spot-heading {
	width: 90%;
}
.spot-heading {
	width: 90%;
}
/**************************** Story  Page Media Query *************************/
#story-page-wrapper {
	float: left;
	margin-top: 70px;
	width: 100%;
	margin-bottom: 250px;
}
#story-left-col {
	width: 100%;
	display: inline-block;
	float: left;
	padding: 0 12px;
}
#story-right-col {
	display: inline-block;
	float: left;
	height: auto;
	padding: 20px;
	position: relative;
	top: -100px;
	width: 100%;
}
.watch-content #story-right-col {
	display: inline-block;
	float: left;
	height: auto;
	padding: 20px;
	position: relative;
	top: 0;
	width: 100%;
}
.story-content {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.story-header {
	background-color: black;
}
.story-spotlight {
	position: relative;
	height: 350px;
}
.story-spotlight img {
	width: 100%;
}
.story-spotlight-overlay {
	background-image: url("../images/story-spotlight-overlay.png");
	bottom: -5px;
	height: 220px;
	position: absolute;
	width: 100%;
}
.fb-box-icon-40px {
	background: url("../images/sprite.svg") no-repeat -36px -8px;
	width: 40px;
	height: 40px;
	float: left;
}
.story-box h2 {
	color: #333;
	font-size: 23px;
	line-height: 26px;
	margin-bottom: 5px;
}
.story-box {
	position: relative;
	top: -140px;
}
.carbonated-by {
	font-size: 18px;
	color: #333;
	float: left;
	display: inline-block;
}
.author {
	color: #c10808;
	display: inline-block;
	font-size: 18px;
	margin-left: 10px;
}
.author-box {
	display: block;
	margin-bottom: 25px;
}
.story-section p {
	color: #656464;
	font-size: 16px;
	line-height: 20px;
}
.story-section h3 {
	font-size: 22px;
	margin-bottom: 35px;
}
.image-source {
	font-size: 12px;
	font-style: italic;
	float: right;
	color: #656464;
}
.story-section {
	font-weight: 300;
}
.facebook-like-us {
	width: 100%;
	float: left;
	border: 1px solid #3d57a3;
}
.facebook-like-us img {
	display: inline-block;
	float: left;
}
.facebook-share-this img {
	display: inline-block;
	float: left;
}
.facebook-text {
	display: inline-block;
	float: left;
	margin-left: 10px;
	position: relative;
	top: 14px;
	vertical-align: middle;
	font-size: 13px;
}
.facebook-top-widget {
	display: inline-block;
	float: right;
	margin-right: 15px;
	position: relative;
	top: 8px;
	vertical-align: middle;
}
.facebook-share-this {
	width: 100%;
	float: right;
	border: 1px solid #3d57a3;
	margin-top: 10px;
}
.story-first-paragraph {
	margin-bottom: 40px;
}
.subscribe-box {
	background: #eee;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.subscribe-box-left-col {
	display: table;
	float: none;
	margin: 0 auto;
	padding: 19px 14px;
	text-align: center;
	width: 100%;
}
.subscribe-box-right-col {
	display: inline-block;
	float: right;
	width: 100%;
	margin-top: 0;
}
.story-section img {
	width: 100%;
}
.facebook-like-us img {
	width: auto;
}
.facebook-share-this img {
	width: auto;
}
.subscribe-button-story {
	background: #df0a11 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: table;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 12px;
	width: 85%;
}
.subscribe-email-field {
	border: 1px solid #ccc;
	color: #a3a3b5;
	display: table;
	margin: 0 auto 15px;
	padding: 6px 12px 5px 5px;
	width: 85%;
}
.subscribe-box-left-col .signup-for {
	display: table;
	float: none;
	padding: 5px 14px;
	width: 100%;
}
.subscribe-box-left-col .signup-for-carbonated {
	display: inline-block;
	font-weight: 400;
	margin-right: 0;
	font-size: 17px;
}
.tag-row {
	width: 100%;
	float: left;
	display: block;
}
.tag-heading {
	font-size: 17px;
	font-weight: 400;
	width: 50px;
	float: left;
}
.tags {
	color: #65addf;
	display: inline-block;
	float: left;
	font-size: 17px;
	width: 93%;
}
.share-fb-bottom-widget {
	border: 1px solid #3d57a3;
	float: left;
	width: 30%;
	font-size: 17px;
	text-align: center;
	padding: 10px 0;
	color: #3d57a3;
	margin-bottom: 10px;
	text-decoration: none;
}
.fb-small-icon {
	background: transparent url("../images/sprite.svg") no-repeat scroll -77px -8px;
	float: left;
	height: 28px;
	position: relative;
	top: -3px;
	width: 33px;
}
.twitter-small-icon {
	background: url("../images/sprite.svg") no-repeat -112px -9px;
	width: 33px;
	height: 23px;
	float: left;
}
.share-twitter-bottom-widget {
	border: 1px solid #02c9ff;
	color: #02c9ff;
	float: none;
	font-size: 17px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 30%;
}
.view-comments-txt {
	display: none;
}
.ipad-desktop-comments {
	border: 1px solid #bababa;
	color: #000;
	float: right;
	padding: 10px 0;
	text-align: center;
	width: 30%;
}
.comments-ico {
	left: 0;
}
.bottom-widget-wrapper {
	display: table;
	height: 28px;
	margin: 0 0 0 20px;
	position: relative;
	top: 4px;
	width: auto;
}
.related-story-heading-desktop {
	margin-top: 0;
	font-size: 22px;
	margin-bottom: 10px;
}
.related-story-image-box img {
	height: 220px;
	width: 100%;
}
.related-news-category {
	background: #d4d4d4 none repeat scroll 0 0;
	color: #333;
	display: table;
	font-size: 12px;
	font-weight: 300;
	margin: 5px 0;
	padding: 2px 10px;
	text-transform: uppercase;
}
.related-story-title {
	color: #000;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2px;
}
.related-story-pod {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.related-story-pod iframe {
	display: table !important;
	margin: 0 auto !important;
}
.trending-story-row {
	display: inline-block;
	float: left;
	position: relative;
	top: -120px;
	width: 100%;
	padding: 20px;
}
.watch-content .trending-story-row {
	display: inline-block;
	float: left;
	position: relative;
	top: 0;
	width: 100%;
	padding: 20px;
}
.trending-story-col {
	width: 100%;
	float: left;
	display: inline-block;
	margin-bottom: 20px;
}
.trending-story-col-center {
	width: 100%;
	float: left;
	display: inline-block;
	margin-bottom: 20px;
}
.trending-story-col-right {
	width: 100%;
	float: left;
	display: inline-block;
	margin-bottom: 20px;
}
.trending-story-image img {
	height: 220px;
	width: 100%;
}
.trending-story-row h3 {
	font-size: 25px;
	font-weight: 600;
}
.trending-story-heading {
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}
.tabola-story-pod {
	margin-top: 40px;
}
.incase-box {
	display: block;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
	width: 95%;
}
.incase-box h2 {
	color: #fff;
	font-size: 19px;
	font-weight: 100;
}
.incase-box h2::after {
	margin-top: 13px;
	width: 98%;
}
.watch-story-box h2 {
	color: #333;
	font-size: 23px;
	line-height: 26px;
	margin-bottom: 5px;
}
.watch-story-video-box h2 {
	float: left;
	margin-top: 25px;
	color: #333;
	font-size: 23px;
	line-height: 26px;
	margin-bottom: 25px;
}
.watch-location {
	margin-bottom: 25px;
	width: 100%;
}
.watch-video-like-box {
	display: table;
	float: none;
}
.location-txt {
	display: inline-block;
	float: left;
	font-size: 13px;
	position: relative;
	top: 3px;
}
.watch-location img {
	width: 18px;
}
.like-box {
	font-size: 17px;
}
.like-box img {
	width: 25px;
	vertical-align: sub;
}
.comments-icon img {
	width: 25px;
	vertical-align: sub;
}
.comments-icon {
	font-size: 17px;
}
.author-and-share-box .author-box {
	display: block;
	width: 100%;
	margin-bottom: 15px !important;
}
.social-share-box {
	display: table;
	float: none;
	margin: 20px 0;
	position: relative;
}
.comments-btn {
	width: 100%;
}
.social-share-box a {
	margin: 0 20px 0 0;
}
.author-pic {
	width: 45px;
}
.owl-prev {
	background-image: url("../images/left-arrow-320.png");
	display: block;
	height: 40px;
	width: 34px;
	left: 0;
	position: absolute;
}
.owl-next {
	background-image: url("../images/right-arrow-320.png");
	display: block;
	height: 40px;
	width: 34px;
	right: 0;
	position: absolute;
}
.read-related-inner-story-picture {
	display: inline-block;
	float: left;
	margin-right: 20px;
	width: 120px;
}
.story-page-spotlight-heading-full-width h2 {
	display: table;
	font-size: 25px;
	font-weight: 400;
	margin: 10px auto;
	padding: 0;
	width: 90%;
	margin-top: 15px;
	text-align: left;
	color: #000;
	position: relative;
}
.story-content-full-width-container {
	padding-top: 15px;
}
.full-width-story-content {
	float: left;
	font-weight: 300;
	margin: 5px 0;
	width: 100%;
}
.story-content {
	display: block;
	margin: 0 auto;
	width: 92.5%;
}
.tags-inner-row {
	float: left;
	width: 86%;
}
.full-width-story-content .big-data-media img {
	width: 100%;
}
.read-related-inner-description {
	color: #0e7bb4;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	width: 90%;
}
.read-related-inner-heading {
	color: #000;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
}
.story-page-related-box {
	display: inline-block;
	margin-right: 20px;
	width: 165px;
}
.story-page-heading {
	color: #fff;
	font-size: 14px;
}
.story-page-related-box a img {
	width: 100%;
}
.story-page-related-box:last-child {
	display: inline-block;
	margin-right: 0;
	width: 165px;
}
.nextStories {
}
.story-page-related-container {
	display: table;
	margin: 0 auto 40px;
	width: auto;
}
.story-content-full-width-container {
	background-color: #fff;
	float: left;
	top: -68px;
	position: relative;
	width: 100%;
}
.left-col-subscribe-box {
	background-color: #000;
	float: left;
	padding: 15px;
	text-align: center;
	width: 100%;
}
.listing-stories {
	/*float: left;*/
	background: #fff none repeat scroll 0 0
}
.left-col-subscribe-box-textfield {
	margin-bottom: 10px;
}
.left-col-subscribe-box h2 {
	margin-top: 5px;
}
.left-col-subscribe-box {
	height: auto;
}
.right-col-subscribe-box {
	display: none;
}
.bottom-widget-wrapper {
	margin: 0 auto;
}
.story-page-related-stories h2 {
	color: #fff !important;
	font-size: 28px;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
}
.story-page-popular-stories h2 {
	color: #000 !important;
	font-size: 28px;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
}
.left-col-subscribe-box-field form {
	margin-bottom: 20px;
	margin-top: 15px;
}
.story-page-related-container ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.story-page-related-box {
	display: inline-block;
	margin: 15px;
	text-align: left;
	width: 165px;
}
}
@media only screen and (min-width: 581px) and (max-width: 767px) {
.nav-search-input {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #6e6e6e;
	color: #d7d7d7;
	float: left;
	font-size: 30px;
	position: relative;
	top: 12px;
	width: 85%;
}
.story-page-related-container {
	display: table;
	margin: 0 auto 40px;
	width: 80%;
}
.story-page-heading {
	color: #fff;
	font-size: 15px;
}
.story-page-related-container li:nth-child(1) {
	display: inline-block;
	margin-right: 0;
	width: 190px;
}
.story-page-related-container li:nth-child(2) {
	display: inline-block;
	margin-right: 0;
	width: 190px;
}
.story-page-related-container li:nth-child(3) {
	display: inline-block;
	margin-right: 0;
	width: 190px;
}
.story-page-related-container li:nth-child(4) {
	display: inline-block;
	margin-right: 0;
	width: 190px;
}
}

/*****************************  Mobile Medua Query ****************************/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
/************************** About Page CSS ****************/
.about-sitemap-contact-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	font-family: "open_sanslight";
	font-size: 35px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 115px;
	width: 167px;
}
.about-us-wrapper p {
	font-size: 17px;
	padding: 0 10px;
}
.about-us-content-wrapper {
	display: table;
	margin: 40px auto 0;
	width: 100%;
}
.contact-txt-thank-you {
	font-size: 23px;
	margin-top: 30px;
	text-align: center;
	padding: 0 10px;
}
.contact-txt-location {
	font-size: 20px;
	margin-bottom: 7px;
	margin-top: 10px;
	text-align: center;
	padding: 0 10px;
}
.about-contact-form-wrapper {
	display: table;
	margin: 20px auto auto;
	width: 90% !important;
}
.req-field {
	font-size: 14px;
	margin-top: 20px;
	position: relative;
	top: 10px;
}
.form-field textarea {
	border: 1px solid #cccccc;
	height: 155px;
	margin-top: 12px;
	padding: 5px;
	resize: none;
	width: 100%;
}
.submit-btn {
	margin-top: 30px;
}
.contact-note {
	font-size: 17px;
	margin-top: 30px;
}
.contact-col-1 {
	float: left;
	width: 100%;
}
.form-heading {
	font-size: 18px;
	margin-top: 10px;
}
.contact-col-2 {
	float: left;
	width: 100%;
}
.content-privacy-row {
	display: table;
	float: none;
	margin: 0 auto;
	width: 90%;
}
.career-box {
	border: 5px solid #e2e2e2;
	border-radius: 8px;
	display: table;
	float: left;
	height: 295px;
	margin: 0 auto 25px;
	padding: 20px;
	width: 48%;
}
.career-position {
	color: #0a9ce0;
	font-size: 20px;
	height: 55px;
	margin: 15px 0;
	text-align: center;
}
.about-word-copy {
	display: table;
	float: none;
	font-size: 30px;
	margin: 0 auto 25px;
	text-align: center;
	width: 85%;
}
.sitemap-txt {
	font-size: 17px;
	margin: 30px 0;
	text-align: center;
	padding: 0 10px;
}
.career-box > img {
	width: 50px;
}
.about-sitemap-section {
	display: table;
	margin: auto;
	width: 100%;
}
.sitemap-links-row {
	display: table;
	margin: 0 auto;
	width: 90%;
}
.sitemap-col {
	display: inline-block;
	float: left;
	width: 33%;
}
/*.sitemap-col:nth-child(1) {}


    .sitemap-col:nth-child(2) {float:right;}


    .sitemap-col:nth-child(3) {float:none;margin:0 auto}
    */
.sitemap-col h3 {
	font-size: 20px;
	margin: 0;
}
.about-contact-form-wrapper {
	display: table;
	margin: auto;
	width: 100%;
}
.about-mobile-spacing {
	margin-top: 0;
}
.about-main-image {
	background-attachment: scroll;
	background-image: url("../images/static/about.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 180px;
	padding-top: 38%;
	width: 100%;
}
.about-sitemap-image {
	background-image: url("../images/static/about-sitemap.jpg");
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 180px;
	padding-top: 38%;
	width: 100%;
}
.about-career-image {
	background-image: url("../images/static/about-career.jpg");
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 180px;
	padding-top: 38%;
	width: 100%;
}
.about-image-careers-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	font-family: "open_sanslight";
	font-size: 35px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 120px;
	width: 174px;
}
.about-contact-image {
	background-image: url("../images/static/about-contact.jpg");
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 180px;
	padding-top: 38%;
	width: 100%;
}
.about-image-contact-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	font-family: "open_sanslight";
	font-size: 35px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 115px;
	width: 260px;
	text-align: center;
}
.about-careers-boxes {
	display: table;
	margin: 0 auto;
	width: 90%;
}
.about-image-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	font-family: "open_sanslight";
	font-size: 35px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 170px;
	width: 215px;
	text-align: center;
}
.privacy-content-box {
	border: 5px solid #e2e2e2;
	border-radius: 6px;
	display: table;
	font-size: 15px;
	font-weight: 300;
	margin: 20px auto 0;
	padding: 15px 15px 6px;
	text-transform: uppercase;
	width: 47%;
}
.privacy-content-txt {
	display: inline-block;
	margin-left: 30px;
	position: relative;
	top: 9px;
}
/************************** About Page CSS ****************/
.story-page-popular-stories .story-page-related-container ul {
	width: 720px;
}
.story-page-popular-stories .story-page-related-container .story-page-related-box {
	display: inline-block;
	margin-right: 0;
	width: 220px;
	float: left;
}
.story-page-popular-stories .story-page-related-container .story-page-related-box {
	margin: 0 auto
}
.story-page-popular-stories .story-page-related-container .story-page-related-box:last-child {
	display: table;
	margin: 0 auto !important;
	width: 220px;
	float: none;
}
.story-page-popular-stories .story-page-related-container .story-page-related-box:nth-child(2) {
	display: inline-block;
	float: right;
	width: 220px;
	margin: 0 auto !important;
}
.story-page-popular-stories .story-page-related-container .story-page-related-box a > img {
	height: auto;
	width: 100%;
}
.ipad-desktop-comments {
	padding: 4px 0 9px;
}
.topic-result-container {
	display: table;
	margin: 45px auto 35px;
	width: 95.5%;
}
.sub-box-signup-txt {
	font-size: 27px;
	font-weight: 300;
}
.left-col-subscribe-box-4 img {
	position: relative;
	top: -3px;
}
.two-col-subscribe-box-4 .left-col-subscribe-box-textfield {
	background: #f0f0f0 none repeat scroll 0 0;
	border: 1px solid #dedede;
	border-radius: 2px;
	margin-bottom: 0;
	padding: 5px !important;
	width: 196px;
}
.search-story-box {
	display: table;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.search-story-headline-box {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	margin-left: 50px;
	margin-top: 0;
	width: 56%;
}
.search-story-headline-box h2 {
	color: #fff;
	margin-top: 10px;
	font-size: 18px;
}
.search-story-description {
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}
.search-story-box {
	float: left;
	margin-bottom: 20px;
}
.search-content {
	display: table;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}
.search-story-image-box {
	float: left;
	height: 190px;
	width: 250px;
	overflow: hidden;
}
.search-story-image-box img {
	width: 100%
}
/************************************ Profile Page************************/
.full-width-profile {
	position: relative;
	padding-top: 100px;
	border-bottom: 1px solid #d4d4d4;
}
.profile-content {
	display: table;
	margin: 0 auto;
	width: 100%;
}
.profile-stories-content {
	display: table;
	margin: 10px auto 90px !important;
	width: 92%;
	margin-top: 50px;
}
.profile-story-pod h2 {
	color: #373737;
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
}
.profile-picture {
	border: 3px solid #9f9f9f;
	border-radius: 50%;
	display: table;
	margin: 0 auto;
	text-align: center;
}
.profile-name {
	font-size: 24px;
	display: table;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	line-height: 24px;
}
.profile-description {
	font-size: 14px;
	display: table;
	margin: 0 auto;
	text-align: center;
	color: #646464;
	margin-bottom: 20px;
}
.profile-author-row {
	width: 100%;
}
.profile-author-pic img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
}
.profile-author-name {
	float: left;
	font-size: 13px;
	line-height: 40px;
	margin-left: 15px;
}
.profile-author-date {
	float: left;
	font-size: 12px;
	line-height: 40px;
	margin-left: 15px;
	color: #373737;
}
.profile-story-pod {
	float: left;
	border-bottom: 2px solid #d4d4d4;
}
.profile-story-pod-headline {
	color: #373737;
	font-size: 15px;
	float: left;
	margin-top: 20px;
	font-weight: 300;
}
.profile-story-pod-image {
	height: 300px;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
/************************************ Profile Page************************/
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	backface-visibility: hidden;
	height: 390px !important;
	transform: translate3d(0px, 0px, 0px);
}
header {
	padding: 12px 0;
}
.small-news {
	height: 310px;
	width: 50%;
}
.medium-news {
	height: 310px;
	width: 50%;
}
.header-social {
	display: none;
}
.header-menu {
	display: none;
}
.spot-heading h2 {
	font-size: 22px !important;
	margin-top: 10px;
	width: 70%;
}
.spot-category {
	display: table;
	font-size: 12px;
}
.large-news {
	height: 390px;
}
.header-box {
	margin: 0 auto;
	width: 100%;
}
.logo-desktop {
	display: none;
}
.logo-ipad {
	float: left;
	margin-left: 15px;
	position: relative;
	top: 1px;
}
.logo-mobile {
	display: none;
}
.footer-col {
	display: inline-block;
	float: left;
	width: 45%;
}
.footer-col:nth-child(2) {
	margin: 25px 0;
}
.subscribe-btn {
	display: table;
	margin: 22px auto 0;
}
.footer-subscribe {
	display: table;
	margin: 0 auto;
	width: 80%;
}
.social-ico-row {
	display: table;
	margin: 20px auto 0;
}
.footer-menu {
	float: left;
	margin-top: 20px;
	padding: 0;
	width: 135px;
}
.footer-menu:nth-child(2) {
	float: left;
}
.footer-menu-center {
	display: table;
	margin: 0 auto;
}
.small-news .spot-heading h2, .medium-news .spot-heading h2 {
	font-size: 18px !important;
	margin-top: 10px;
	width: 70%;
}
.footer-container {
	display: table;
	margin: 0 auto;
	padding: 25px;
	width: 92%;
}
.show-only-on-ipad {
	display: block;
}
.hide-only-on-ipad-iphone {
	display: none;
}
.footer-menu {
	margin-top: 0;
}
.ipad-subscribe-box {
	margin-top: 25px;
	width: 100%;
}
.ipad-subscribe-box h3 {
	display: inline-block;
	float: left;
	position: relative;
	top: 7px;
}
.ipad-subscribe-box .footer-subscribe {
	display: inline-block;
	margin-left: 25px;
	width: 310px;
}
.ipad-subscribe-box .subscribe-btn {
	display: inline-block;
	margin: 0 auto 0 12px;
}
.ipad-subscribe-box .social-ico-row {
	display: inline-block;
	margin: 0 auto 0 7px;
}
.spot-heading {
	width: 90%;
}
/**************************** Story  Page portait  Media Query *************************/
#story-page-wrapper {
	float: left;
	margin-top: 80px;
	width: 100%;
	margin-bottom: 250px;
}
#story-left-col {
	display: inline-block;
	float: left;
	padding: 0 20px;
	width: 100%;
}
#story-right-col {
	display: inline-block;
	float: left;
	height: auto;
	padding: 0 20px 20px;
	width: 100%;
	position: relative;
	top: -100px;
}
.story-content {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.story-header {
	background-color: black;
}
.story-spotlight {
	position: relative;
	height: 540px;
}
.story-spotlight img {
	width: 100%;
}
.story-spotlight-overlay {
	background-image: url("../images/story-spotlight-overlay.png");
	bottom: -5px;
	height: 220px;
	position: absolute;
	width: 100%;
}
.fb-box-icon-40px {
	background: url("../images/sprite.svg") no-repeat -36px -8px;
	width: 40px;
	height: 40px;
	float: left;
}
.story-box h2 {
	color: #333333;
	font-size: 55px;
	line-height: 56px;
	margin-bottom: 5px;
}
.story-box {
	position: relative;
	top: -140px;
}
.carbonated-by {
	font-size: 18px;
	color: #333;
	float: left;
	display: inline-block;
}
.author {
	color: #c10808;
	display: inline-block;
	font-size: 18px;
	margin-left: 10px;
}
.author-box {
	display: block;
	margin-bottom: 25px;
}
.story-section p {
	color: #656464;
	font-size: 19px;
	line-height: 23px;
}
.story-section h3 {
	font-size: 22px;
	margin-bottom: 35px;
}
.image-source {
	font-size: 12px;
	font-style: italic;
	float: right;
	color: #656464;
}
.story-section {
	font-weight: 300;
}
.facebook-like-us {
	border: 1px solid #3d57a3;
}
.facebook-like-us img {
	display: inline-block;
	float: left;
}
.facebook-share-this img {
	display: inline-block;
	float: left;
}
.facebook-text {
	display: inline-block;
	float: left;
	margin-left: 10px;
	position: relative;
	top: 12px;
	vertical-align: middle;
	font-size: 13px;
}
.facebook-top-widget {
	display: inline-block;
	float: right;
	margin-right: 15px;
	position: relative;
	top: 8px;
	vertical-align: middle;
}
.facebook-share-this {
	float: right;
	border: 1px solid #3d57a3;
}
.story-first-paragraph {
	margin-bottom: 40px;
}
.subscribe-box {
	background: #eee;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.subscribe-box-left-col {
	display: inline-block;
	float: left;
	padding: 6px 30px 20px;
	width: 330px;
}
.subscribe-box-right-col {
	display: inline-block;
	float: right;
	margin-top: 25px;
	width: 380px;
}
.story-section img {
	width: 100%;
}
.facebook-like-us img {
	width: auto;
}
.facebook-share-this img {
	width: auto;
}
.subscribe-button-story {
	background: #df0a11 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: table;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: auto;
	padding: 6px 12px;
	width: 95px;
}
.subscribe-email-field {
	border: 1px solid #ccc;
	color: #a3a3b5;
	display: table;
	margin: 0 auto 15px;
	padding: 6px 12px 5px 5px;
	width: 240px;
	float: left;
}
.subscribe-box-left-col .signup-for {
	display: inline-block;
	float: left;
	padding: 5px 14px 5px 0;
	width: 100%;
}
.subscribe-box-left-col .signup-for-carbonated {
	display: inline-block;
	font-weight: 400;
	margin-right: 0px;
	font-size: 17px;
}
.tag-row {
	width: 100%;
	float: left;
	display: block;
}
.tag-heading {
	font-size: 17px;
	font-weight: 400;
	width: 50px;
	float: left;
}
.tags {
	color: #65addf;
	display: inline-block;
	float: left;
	font-size: 17px;
	width: 93%;
}
.share-fb-bottom-widget {
	border: 1px solid #3d57a3;
	float: left;
	font-size: 17px;
	text-align: center;
	color: #3d57a3;
	margin-bottom: 10px;
	text-decoration: none;
}
.fb-small-icon {
	background: transparent url("../images/sprite.svg") no-repeat scroll -85px -8px;
	float: left;
	height: 28px;
	position: relative;
	top: -3px;
	width: 16px;
}
.twitter-small-icon {
	background: url("../images/sprite.svg") no-repeat -112px -9px;
	width: 33px;
	height: 23px;
	float: left;
}
.share-twitter-bottom-widget {
	border: 1px solid #02c9ff;
	font-size: 17px;
	text-align: center;
	color: #02c9ff;
	text-decoration: none;
}
.bottom-widget-wrapper {
	display: table;
	height: 28px;
	margin: 0 auto;
	position: relative;
	top: 4px;
	width: 200px;
}
.related-story-heading-desktop {
	margin-top: 0;
	font-size: 22px;
	margin-bottom: 10px;
}
.related-story-image-box img {
	height: 160px;
	width: 100%;
}
.related-news-category {
	background: #d4d4d4 none repeat scroll 0 0;
	color: #333;
	display: table;
	font-size: 12px;
	font-weight: 300;
	margin: 5px 0;
	padding: 2px 10px;
	text-transform: uppercase;
}
.related-story-title {
	color: #000;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2px;
}
.related-story-pod {
	float: left;
	margin-bottom: 20px;
	width: 32%;
}
.related-story-pod:nth-child(1) {
	float: left;
}
.related-story-pod:nth-child(2) {
	float: right;
}
.related-story-pod:nth-child(3) {
	display: table !important;
	float: none;
	margin: 0 auto !important;
}
.related-story-pod:nth-child(4) {
	float: left;
	clear: left;
	margin-top: 30px;
}
.related-story-pod:nth-child(5) {
	float: right;
	margin-top: 30px;
}
.related-story-pod:nth-child(6) {
	display: table !important;
	float: none;
	margin: 30px 0 auto !important;
}
.related-story-pod iframe {
	display: table !important;
	margin: 0 auto !important;
}
.trending-story-row {
	display: inline-block;
	float: left;
	position: relative;
	top: -150px;
	width: 100%;
	padding: 20px;
}
.watch-content .trending-story-row {
	display: inline-block;
	float: left;
	position: relative;
	top: 0px;
	width: 100%;
	padding: 20px;
}
.watch-content #story-right-col {
	display: inline-block;
	float: left;
	height: auto;
	padding: 20px;
	position: relative;
	top: 0;
	width: 100%;
}
.trending-story-col {
	float: left;
	display: inline-block;
	margin-bottom: 20px;
	width: 32%;
}
.trending-story-col-center {
	float: none;
	display: table;
	margin: 0 auto;
	width: 32%;
}
.trending-story-col-right {
	float: right;
	display: inline-block;
	width: 32%;
}
.trending-story-image img {
	height: 130px;
	width: 100%;
}
.trending-story-row h3 {
	font-size: 25px;
	font-weight: 600;
}
.trending-story-heading {
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}
.tabola-story-pod {
	margin-top: 40px;
}
.incase-box {
	display: block;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
	width: 98%;
}
.watch-content .trending-story-row {
	position: relative;
	top: 0px;
}
.story-page-spotlight-heading-full-width h2 {
	color: #fff;
	display: table;
	font-size: 35px;
	font-weight: 400;
	margin: 10px auto;
	padding: 0;
	width: 92%;/*bottom: -108px;*/
}
.full-width-story-content {
	float: left;
	font-weight: 300;
	margin: 5px 0;
	width: 100%;
}
.story-content {
	display: block;
	margin: 0 auto;
	width: 92%;
}
.tags-inner-row {
	float: left;
	width: 90%;
}
.full-width-story-content img {
	width: 100%;
}
.read-related-inner-description {
	color: #0e7bb4;
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	width: 90%;
}
.read-related-inner-heading {
	color: #000;
	font-size: 22px;
	line-height: 30px;
	margin: 0;
}
.story-page-related-box {
	display: inline-block;
	margin-right: 20px;
	width: 165px;
	float: left;
}
.story-page-heading {
	color: #fff;
	font-size: 14px;
}
.story-page-related-box a img {
	width: 100%;
}
.story-page-related-box:last-child {
	display: inline-block;
	margin-right: 0;
	width: 165px;
}
.story-page-related-container {
	display: table;
	margin: 0 auto 40px;
	width: auto;
}
/**************************** Story  Page portait  Media Query *************************/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.terms-service-wrapper {
	display: table;
	margin: 20px auto 20px;
	width: 90%;
}
.fluid-image {
	width: 100%;
}
.terms-sub-heading {
	color: #1aa3e2;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 0;
}
.terms-main-heading {
	color: #e00a12;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 0;
}
.search-story-image-box img {
	height: 170px !important;
	width: 100%;
}
.search-dropdown-row-outer {
	background-color: black;
	height: 80px;
	left: 0;
	margin-top: 40px;
	opacity: 1;
	position: relative;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	z-index: 0;
}
.search-row-container-outer {
	display: table;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 70%;
}
.nav-search-query-btn {
	background: transparent url("../images/sprite.svg") no-repeat scroll -192px -49px;
	border: medium none;
	display: block;
	height: 48px;
	position: relative;
	top: 15px;
	width: 49px;
}
.nav-search-input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #d7d7d7;
	float: left;
	font-size: 38px;
	position: relative;
	top: 12px;
	width: 85%;
}
.story-page-spotlight-full-width-main {
	position: relative !important;
}
.b-nav {
	width: 420px !important;
}
.mobile-search {
	margin-bottom: 0;
	width: 59%;
	margin-top: 15px;
	border-radius: 0;
	height: 40px;
}
.mobile-search-btn {
	background-color: #e00a12;
	background-image: url("../images/mobile-search-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 12px 20px;
	top: 3px;
	position: relative;
	left: -4px;
	height: 40px;
}
.story-page-spotlight-full-width-main .old-image-overlay {
	width: 100%;
	/*left: 50%;
        margin-left: -512px;*/
	height: 740px
}
.story-page-spotlight-full-width-main .old-image-overlay img {
	width: 100% !important;
}
}

/********************* IPAD LANDSCAPE MEDIA QUERY ************************/
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
/************************** About Page CSS ****************/
.about-us-wrapper p {
	font-size: 17px;
	padding: 0 10px;
}
.about-us-content-wrapper {
	display: table;
	margin: 40px auto 0;
	width: 100%;
}
.contact-txt-thank-you {
	font-size: 23px;
	margin-top: 30px;
	text-align: center;
	padding: 0 10px;
}
.contact-txt-location {
	font-size: 20px;
	margin-bottom: 7px;
	margin-top: 10px;
	text-align: center;
	padding: 0 10px;
}
.about-contact-form-wrapper {
	display: table;
	margin: 20px auto auto;
	width: 90% !important;
}
.req-field {
	font-size: 14px;
	margin-top: 20px;
	position: relative;
	top: 10px;
}
.form-field textarea {
	border: 1px solid #cccccc;
	height: 177px;
	margin-top: 12px;
	padding: 5px;
	resize: none;
	width: 100%;
}
.submit-btn {
	margin-top: 30px;
}
.contact-note {
	font-size: 17px;
	margin-top: 30px;
}
.contact-col-1 {
	float: left;
	width: 44%;
}
.form-heading {
	font-size: 18px;
	margin-top: 10px;
}
.contact-col-2 {
	float: right;
	width: 44%;
}
.content-privacy-row {
	display: table;
	float: none;
	margin: 0 auto;
	width: 90%;
}
.career-box {
	border: 5px solid #e2e2e2;
	border-radius: 8px;
	display: table;
	float: left;
	height: 265px;
	margin: 0 auto 25px;
	padding: 20px;
	width: 48%;
}
.career-position {
	color: #0a9ce0;
	font-size: 20px;
	height: 55px;
	margin: 15px 0;
	text-align: center;
}
.about-word-copy {
	display: table;
	float: none;
	font-size: 30px;
	margin: 0 auto 25px;
	text-align: center;
	width: 85%;
}
.sitemap-txt {
	font-size: 17px;
	margin: 30px 0;
	text-align: center;
	padding: 0 10px;
}
.career-box > img {
	width: 50px;
}
.about-sitemap-section {
	display: table;
	margin: auto;
	width: 100%;
}
.sitemap-links-row {
	display: table;
	margin: 0 auto;
	width: 90%;
}
.sitemap-col {
	display: inline-block;
	float: left;
	width: 33%;
}
/*.sitemap-col:nth-child(1) {}


    .sitemap-col:nth-child(2) {float:right;}


    .sitemap-col:nth-child(3) {float:none;margin:0 auto}
    */
.sitemap-col h3 {
	font-size: 20px;
	margin: 0;
}
.about-contact-form-wrapper {
	display: table;
	margin: auto;
	width: 100%;
}
.about-mobile-spacing {
	margin-top: 0;
}
.about-main-image {
	background-attachment: scroll;
	background-image: url("../images/static/about.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 180px;
	padding-top: 38%;
	width: 100%;
}
.about-sitemap-image {
	background-image: url("../images/static/about-sitemap.jpg");
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 180px;
	padding-top: 38%;
	width: 100%;
}
.about-career-image {
	background-image: url("../images/static/about-career.jpg");
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 180px;
	padding-top: 38%;
	width: 100%;
}
.about-image-careers-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	display: table;
	font-family: "open_sanslight";
	font-size: 35px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 150px;
	width: 172px;
}
.about-contact-image {
	background-image: url("../images/static/about-contact.jpg");
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 180px;
	padding-top: 38%;
	width: 100%;
}
.about-image-contact-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	display: table;
	font-family: "open_sanslight";
	font-size: 35px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 160px;
	width: 257px;
	text-align: center;
}
.about-sitemap-contact-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	display: table;
	font-family: "open_sanslight";
	font-size: 35px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 115px;
	width: 167px;
}
.about-careers-boxes {
	display: table;
	margin: 0 auto;
	width: 90%;
}
.about-image-overlaytxt {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	display: table;
	font-family: "open_sanslight";
	font-size: 35px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 214px;
	width: 215px;
	text-align: center;
}
.privacy-content-box {
	border: 5px solid #e2e2e2;
	border-radius: 6px;
	display: table;
	font-size: 15px;
	font-weight: 300;
	margin: 20px auto 0;
	padding: 15px 15px 6px;
	text-transform: uppercase;
	width: 47%;
}
.privacy-content-txt {
	display: inline-block;
	margin-left: 30px;
	position: relative;
	top: 9px;
}
/************************** About Page CSS ****************/
.ipad-desktop-comments {
	padding: 9px 0 10px;
}
.topic-result-container {
	display: table;
	margin: 0 auto;
	width: 96%;
}
.search-story-box {
	display: table;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.search-story-headline-box {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	margin-left: 50px;
	margin-top: 0;
	width: 56%;
}
.search-story-headline-box h2 {
	color: #fff;
	margin-top: 10px;
	font-size: 18px;
}
.search-story-description {
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}
.search-story-box {
	float: left;
	margin-bottom: 20px;
}
.search-content {
	display: table;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}
.search-story-image-box {
	float: left;
	height: 190px;
	width: 250px;
}
.search-story-image-box img {
	width: 100%
}
.story-page-spotlight-heading-full-width h2 {
	/*	bottom: -82px;*/
	width: 97%;
	color: #fff;
}
.spot-heading {
	width: 90%;
}
.header-box {
	margin: 0 auto;
	width: 1000px;
}
.logo-desktop {
	display: none;
}
.logo-ipad {
	float: left;
	margin-left: 15px;
	position: relative;
	top: 1px;
}
.logo-mobile {
	display: none;
}
.footer-col {
	display: inline-block;
	float: left;
	width: 33%;
}
.header-social {
	display: block;
	margin-right: 6px;
}
.header-social a:last-child {
	visibility: hidden;
}
.header-menu {
	display: none;
}
.show-only-on-ipad {
	display: none;
}
.footer-col:nth-child(1) {
	margin-left: 15px;
}
.footer-col {
	display: inline-block;
	float: left;
	width: 310px;
}
.ipad-subscribe-box {
	display: none;
}
.footer-menu {
	padding: 0 5px;
}
.footer-container {
	display: table;
	margin: 0 auto;
	padding: 60px 0;
	width: 1000px;
}
/***************************** Landscape story media **************************/
header {
	padding: 12px !important;
}
.b-menu {
	top: -15px !important;
}
#story-page-wrapper {
	float: left;
	margin-top: 100px;
	width: 100%;
	margin-bottom: 250px;
}
#story-left-col {
	width: 700px;
	display: inline-block;
	float: left;
	padding: 0 20px;
}
#story-right-col {
	display: inline-block;
	float: left;
	height: auto;
	padding: 0 20px 20px;
	position: relative;
	width: 265px;
}
.story-content {
	display: table;
	margin: 0 auto;
	width: 970px;
}
.story-header {
	background-color: black;
}
.story-spotlight {
	position: relative;
	height: 540px;
}
.story-spotlight img {
	width: 100%;
}
.story-spotlight-overlay {
	background-image: url("../images/story-spotlight-overlay.png");
	bottom: -5px;
	height: 220px;
	position: absolute;
	width: 100%;
}
.fb-box-icon-40px {
	background: url("../images/sprite.svg") no-repeat -36px -8px;
	width: 40px;
	height: 40px;
	float: left;
}
.story-box h2 {
	color: #333333;
	font-size: 55px;
	line-height: 56px;
	margin-bottom: 5px;
}
.story-box {
	position: relative;
	top: -140px;
}
.carbonated-by {
	font-size: 18px;
	color: #333;
	float: left;
	display: inline-block;
}
.author {
	color: #c10808;
	display: inline-block;
	font-size: 18px;
	margin-left: 10px;
}
.author-box {
	display: block;
	margin-bottom: 25px;
}
.story-section p {
	color: #656464;
	font-size: 19px;
	line-height: 23px;
}
.story-section h3 {
	font-size: 22px;
	margin-bottom: 35px;
}
.image-source {
	font-size: 12px;
	font-style: italic;
	float: right;
	color: #656464;
}
.story-section {
	font-weight: 300;
}
.facebook-like-us {
	border: 1px solid #3d57a3;
}
.facebook-like-us img {
	display: inline-block;
	float: left;
}
.facebook-share-this img {
	display: inline-block;
	float: left;
}
.facebook-text {
	display: inline-block;
	float: left;
	margin-left: 10px;
	position: relative;
	top: 12px;
	vertical-align: middle;
	font-size: 13px;
}
.facebook-top-widget {
	display: inline-block;
	float: right;
	margin-right: 15px;
	position: relative;
	top: 8px;
	vertical-align: middle;
}
.facebook-share-this {
	float: right;
	border: 1px solid #3d57a3;
}
.story-first-paragraph {
	margin-bottom: 40px;
}
.subscribe-box {
	background: #eee;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.subscribe-box-left-col {
	display: inline-block;
	float: left;
	padding: 6px 18px 20px;
	width: 300px;
}
.subscribe-box-right-col {
	display: inline-block;
	float: right;
	margin-top: 25px;
	width: 360px;
}
.story-section img {
	width: 100%;
}
.facebook-like-us img {
	width: auto;
}
.facebook-share-this img {
	width: auto;
}
.subscribe-button-story {
	background: #df0a11 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: table;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: auto;
	padding: 6px 12px;
	width: 95px;
}
.subscribe-email-field {
	border: 1px solid #ccc;
	color: #a3a3b5;
	display: table;
	margin: 0 auto 15px;
	padding: 6px 12px 5px 5px;
	width: 240px;
	float: left;
}
.subscribe-box-left-col .signup-for {
	display: inline-block;
	float: left;
	padding: 5px 14px 5px 0;
	width: 100%;
}
.subscribe-box-left-col .signup-for-carbonated {
	display: inline-block;
	font-weight: 400;
	margin-right: 0px;
	font-size: 17px;
}
.tag-row {
	width: 100%;
	float: left;
	display: block;
}
.tag-heading {
	font-size: 17px;
	font-weight: 400;
	width: 50px;
	float: left;
}
.tags {
	color: #65addf;
	display: inline-block;
	float: left;
	font-size: 17px;
	width: 93%;
}
.share-fb-bottom-widget {
	border: 1px solid #3d57a3;
	float: left;
	font-size: 17px;
	text-align: center;
	padding: 10px 0;
	color: #3d57a3;
	margin-bottom: 10px;
	text-decoration: none;
}
.fb-small-icon {
	background: transparent url("../images/sprite.svg") no-repeat scroll -85px -8px;
	float: left;
	height: 28px;
	position: relative;
	top: -3px;
	width: 16px;
}
.twitter-small-icon {
	background: url("../images/sprite.svg") no-repeat -112px -9px;
	width: 33px;
	height: 23px;
	float: left;
}
.share-twitter-bottom-widget {
	border: 1px solid #02c9ff;
	font-size: 17px;
	text-align: center;
	padding: 10px 0;
	color: #02c9ff;
	text-decoration: none;
}
.bottom-widget-wrapper {
	display: table;
	height: 28px;
	margin: 0 0 0 20px;
	position: relative;
	top: 4px;
	width: 200px;
}
.related-story-heading-desktop {
	margin-top: 0;
	font-size: 22px;
	margin-bottom: 10px;
}
.related-story-image-box img {
	height: 160px;
	width: 220px;
}
.related-news-category {
	background: #d4d4d4 none repeat scroll 0 0;
	color: #333;
	display: table;
	font-size: 12px;
	font-weight: 300;
	margin: 5px 0;
	padding: 2px 10px;
	text-transform: uppercase;
}
.related-story-title {
	color: #000;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2px;
}
.related-story-pod iframe {
	display: table !important;
	margin: 0 auto !important;
}
.trending-story-row {
	display: inline-block;
	float: left;
	position: relative;
	top: -120px;
	width: 700px;
	padding: 20px;
}
.trending-story-col {
	float: left;
	display: inline-block;
	margin-bottom: 20px;
	width: 212px;
}
.trending-story-col-center {
	float: none;
	display: table;
	margin: 0 auto;
	width: 212px;
}
.trending-story-col-right {
	float: right;
	display: inline-block;
}
.trending-story-image img {
	height: 130px;
	width: 212px;
}
.trending-story-row h3 {
	font-size: 25px;
	font-weight: 600;
}
.trending-story-heading {
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}
.tabola-story-pod {
	margin-top: 40px;
}
.incase-box {
	display: block;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
	width: 98%;
}
}
@media only screen and (min-width: 1280px) and (max-width: 8000px) {
	.desktop-hidden{
		display:none !important;
	}
.subscribe-email-field {
	border: 1px solid #ccc;
	color: #a3a3b5;
	padding: 6px 12px 5px 5px;
	width: 240px;
}
.logo-mobile {
	display: none;
}
.logo-ipad {
	display: none;
}
.footer-menu-center {
	display: table;
	margin: 0 auto;
	width: 370px;
}
.show-only-on-ipad {
	display: none;
}
.story-spotlight-overlay {
	height: 215px;
}
.social-ico-row-ipad {
	display: none !important;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
.search-dropdown-row-outer {
	background-color: black;
	height: 80px;
	left: 0;
	opacity: 1;
	position: relative;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	z-index: 0;
}
.search-row-container-outer {
	display: table;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 75%;
}
.nav-search-query-btn {
	background: transparent url("../images/sprite.svg") no-repeat scroll -192px -49px;
	border: medium none;
	display: block;
	height: 48px;
	left: 15px;
	position: relative;
	top: 10px;
	width: 49px;
}
.nav-search-input-search-page {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #6e6e6e;
	color: #d7d7d7;
	float: left;
	font-size: 38px;
	padding: 0 12px;
	position: relative;
	top: 6px;
	width: 90%;
}
.header-social {
	display: block;
	margin-right: 6px;
}
.logo-mobile {
	display: none;
}
.logo-ipad {
	display: none;
}
.footer-menu-center {
	display: table;
	margin: 0 auto;
	width: 370px;
}
.show-only-on-ipad {
	display: none !important;
}
.header-box {
	width: 98%;
}
.footer-container {
	width: 98%;
}
.footer-col {
	display: inline-block;
	float: left;
	width: 30%;
}
.header-menu li {
	margin: 0 8px;
}
.header-social a {
	padding: 2px 8px;
}
.header-menu {
/*position: relative;*/
        /* right: 12px;*/
}
.logo-desktop {
	float: left;
	position: relative;
	top: 2px;
}
.b-menu {
	right: 10px;
	top: -20px;
}
}

/************************** Universal Media Rules ****************/
@media screen and (max-width: 470px) {
.footer-social-circle {
	display: block;
	float: left;
	width: 100%;
}
.hovicon {
	float: left;
	margin-left: 0;
	margin-bottom: 10px !important;
}
.footer-icon-text-row {
	float: left;
}
.footer-container {
	padding: 15px 0;
}
}
@media only screen and (max-width: 1121px) {
}
@media screen and (max-width: 1279px) {
.hide-till-1280 {
	display: none;
}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 1025px) {
.story-social-share-slide {
	display: none;
}
.footer-container {
	padding: 25px 0;
}
.search-dropdown-row {
	display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 6000000px) {
.hr-mobile {
	display: none;
}
.footer-logo-mobile {
	display: none;
}
.footer-logo-ipad-desktop {
	display: block;
}
.show-text-mobile {
	display: none;
}
.mash-share-dropdown-mobile {
	display: none !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 1121px) {
.header-social {
	display: none !important;
}
.header-menu {
	display: none;
}
header {
	padding: 12px 0;
}
}
@media only screen and (min-width: 320px) and (max-width: 1121px) {
#related-news-slider {
	display: none !important;
}
.related-slider-news-heading {
	display: none !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 1230px) {
.mash-share-dropdown {
	display: none !important;
}
}
@media only screen and (min-width: 1122px) and (max-width: 8000px) {
.mobile-nav {
	display: none;
}
}
@media only screen and (min-width: 1121px) and (max-width: 1280px) {
.header-menu ul {
	margin: 0;
	padding: 0;
}
.header-menu li {
	margin: 0 3px;
	padding: 0 3px;
}
}
@media only screen and (min-width: 1121px) and (max-width: 1330px) {
.logo-desktop {
	float: left;
	position: relative;
	top: 6px;
}
header {
	padding-bottom: 7px;
}
.header-menu ul {
	margin: 0;
	padding: 0;
	margin-top: 17px;
}
.header-menu li {
	margin: 0 3px;
	padding: 0 3px;
}
.header-social {
	display: block;
	margin-right: 6px;
	position: relative;
}
.dropdown-menu {
/*top: 92px !important; */
}
.drop-down-news-box img {
	width: 100%;
	height: 135px !important;
}
.drop-down-news-box {
	width: 180px !important;
}
}
@media only screen and (min-width: 1025px) and (max-width: 8000px) {
.story-page-spotlight-full-width-main .old-image-overlay {
	width: 100%;
	left: 0;
	margin: 0 auto;
	height: 280px
}
/*This old image overlay will be used to display the old image
and a blur effect to accommodate new UI full stretch view*/
.story-page-spotlight-full-width-main .old-image-overlay {
	width: 100%;
	/*left: 50%;
        margin-left: -512px;*/
	height: 740px
}
.blur-bg-disable-0 {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}
.blur-bg-image-effect-5 {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	width: 110%;
	top: -100px;
	left: -30px;
}
.blur-bg-image-effect-10 {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	width: 100%;
	top: -100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: table;
}
.old-image-overlay img {
	display: table;
	margin: 0 auto;
}
.spot-heading-social-row .spot-heading-social-row-category {
	width: auto !important;
	height: auto;
	display: table;
	position: relative;
	float: left;
	z-index: 2;
}
.full-width-story-content p {
	font-size: 18px;
	clear: both;
}
}
@media only screen and (min-width: 1000px) and (max-width: 8000px) {
.b-menu {
	right: 10px;
}
}
 @media only screen and (min-width: 1201px) and (max-width: 8000px) {
.mobile-bottom-social-icon-row {
	display: none;
}
.share-with-friend-box-mobile {
	display: none !important;
}
}
 @media only screen and (min-width: 320px) and (max-width: 1200px) {
.desktop-bottom-social-icons-row {
	display: none;
}
.sticky-story-share {
	display: none !important;
}
}

/**************** Media Query Fixes *******************/
@media only screen and (min-width: 320px) and (max-width: 1028px) {
.overbox {
	display: none;
}
aside {
	display: none;
}
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
.watch-history-video {
	margin-top: 12px;
}
.contact-form-comments {
	margin-top: 90px;
}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
#story-left-col {
	overflow-x: hidden;
}
.story-spotlight {
	margin-left: -100px;
	margin-right: -100px;
	position: relative;
	overflow-x: hidden;
}
}
/*# sourceMappingURL=main.css.map */

.dummy-height-50 {
	display: block;
	float: left;
	height: 50px;
	width: 100%;
}

/********************************** Related Stories Mobile Extra Hacks **********************/
@media only screen and (min-width: 320px) and (max-width: 767px) {
.banner-img-cont {
	opacity: 0;
	height: 100%;
	width: 100%;
}
.topic-result-container {
	display: table;
	margin: 45px auto 35px;
	text-align: center;
	width: 90%;
}
.topic-left-col {
	display: inline-block;
	float: none;
}
.topic-right-col select {
	box-sizing: border-box;
	display: table;
	float: none;
	margin: 0 auto;
	position: relative;
	top: 7px;
	width: 280px;
}
.subscribe-line {
	color: #000;
	line-height: 25px;
	text-align: center;
}
.right-col-subscribe-box-4 {
	display: none;
}
.two-col-subscribe-box-4 .left-col-subscribe-box-textfield {
	background: #f0f0f0 none repeat scroll 0 0;
	border: 1px solid #dedede;
	border-radius: 2px;
	margin-bottom: 20px;
	padding: 5px !important;
	width: 100%;
}
.two-col-subscribe-box-4 .left-col-subscribe-box-btn {
	background-color: #e00a12;
	border: medium none;
	color: #fff;
	display: table;
	font-size: 16px;
	margin: 0 auto;
	padding: 6px 12px;
}
.sub-box-signup-txt {
	font-size: 25px;
	font-weight: 300;
	line-height: 25px;
	text-align: center;
}
.two-col-subscribe-box-4 .left-col-subscribe-box-4 {
	background-color: #fff;
	float: left;
	height: 200px;
	padding: 10px;
	width: 100%;
}
.two-col-subscribe-box-4 {
	border: 2px solid #dbdbdb;
	float: left;
	margin: 10px 0 30px 0;
	padding: 10px;
	width: 100%;
	position: relative;
	top: 60px;
}
.two-col-subscribe-box-4 .left-col-subscribe-box-field form {
	margin-bottom: 15px;
	margin-top: 10px;
}
.left-col-subscribe-box-4 img {
	display: none;
}
.subs-box-small-txt {
	font-size: 12px;
	font-weight: 300;
	margin-top: 15px;
	text-align: center;
}
.two-col-subscribe-box-4 .left-col-subscribe-box-4 {
	background-color: #fff;
	float: left;
	height: auto;
	padding: 10px;
	width: 100%;
}
.story-page-related-stories {
/*display: block;*/
}
.story-page-related-stories {
	background-size: 50px;
}
.story-page-related-container {
	display: table;
	margin: 0 auto;
	width: 90%;
}
.story-page-related-box a img {
	height: 100%;
	width: 100%;
}
.story-page-related-box {
	display: inline-block;
	margin: 0px;
	text-align: left;
	width: 100% !important;
	margin-bottom: 25px;
}
.story-page-heading {
	color: #fff;
	font-size: 17px;
}
.subscribeNewsLetterFormFooter .text-error, .subscribeNewsLetterFormFooter .validMsgContact {
	text-align: center;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.story-page-related-box a img {
	height: 50%;
	width: 100%;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
.b-nav {
	width: 420px !important;
}
.mobile-search {
	margin-bottom: 0;
	width: 59%;
	margin-top: 15px;
	border-radius: 0;
	height: 40px;
}
.mobile-search-btn {
	background-color: #e00a12;
	background-image: url("../images/mobile-search-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 12px 20px;
	top: 3px;
	position: relative;
	left: -4px;
	height: 40px;
}
}
/***************** More Stories **************/
#more-button-div .container {
	clear: both;
}
#more-button-div .morestory {
	background: #353535;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 0px;
	line-height: 35px;
}
#more-button-div .morestory:hover {
	background: #393939;
}
#more-button-div .morestory #mediaLoader {
	position: relative;
	top: 4px;
	left: 5px;
}
.search-story-image-box img {
	width: 100%;/*height: 230px;*/
}

/*Jugaar starts: scrollbar fix*/
@media only screen and (min-width: 1280px) and (max-width: 1297px) {
body {
	overflow-x: hidden;
}
}

/*Jugaar ends*/

@media only screen and (min-width: 768px) and (max-width: 798px) {
.story-page-popular-stories .story-page-related-container .story-page-related-box {
	margin: 0 0 0 15px !important;
}
.story-page-popular-stories .story-page-related-container .story-page-related-box:first-child {
	margin: 0 0 0 0px !important;
}
}
.banner-img-cont {
	opacity: 0;
	height: 100%;
}
/*.full-width-story-content {
    word-break: break-all;

    !* For Chrome and IE *!
    word-wrap: break-word;
}*/
.big-data-author-pic .author-img {
	width: 64px !important;
}
.social-standard-logo-youtube {
	width: 50px !important;
	float: right;
}
.validMsgContact {
	font-size: 12px;
	font-weight: 300;
	margin-top: 15px;
	color: #46a546 !important;
}
.text-error {
	color: #e00a12 !important;
	position: relative;
	top: 6px;
}
.word-wrap-cl {
	word-break: break-all;
	/*!* For Chrome and IE *!*/
	word-wrap: break-word;
}
.share-with-friend-box .error {
	color: red;
	text-transform: initial;
	font-size: 13px;
	text-align: left;
	display: block;
}
.share-with-friend-box-mobile .error {
	color: red;
	text-transform: initial;
	font-size: 13px;
	text-align: left;
	display: block;
}
.story-page-related-box a img {
	width: 100%;
}
.mediaCaption {
	color: #7a7a7a;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	padding-bottom: 2px;
	padding-top: 2px;
}
.description-txt {
	clear: both;
	float: left;
	font-size: 20px;
	font-weight: 300;
	margin: 18px 0 15px;
}
.full-width-story-content img {
	height: auto !important;
	max-width: 100% !important;
}
/********************** Categories Styling************************/
.entertainment-theme {
	background-color: #bf2501;
	color: #fff !important;
}
.lifestyle-theme {
	background-color: #00aa9d;
	color: #fff !important;
}
.sports-theme {
	background-color: #50bde8;
	color: #fff !important;
}
.news-theme {
	background-color: #50bde8;
	color: #fff !important;
}
.business-theme {
	background-color: #50bde8;
	color: #fff !important;
}
.technology-theme {
	background-color: #214b9d;
	color: #fff !important;
}
.viral-theme {
	background-color: #8c44b0;
	color: #fff !important;
}
.trending-theme {
	background-color: #e00a12;
	color: #fff !important;
}
/************************************************************************




/********************** Menu Updated Category theme  *****************************/
.entertainment-theme-menu {
	color: #bf2501 !important;
}
.lifestyle-theme-menu {
	color: #00aa9d !important;
}
.news-theme-menu {
	color: #50bde8 !important;
}
.technology-theme-menu {
	color: #214b9d !important;
}
.viral-theme-menu {
	color: #8c44b0 !important;
}
.trending-theme-menu {
	color: #fff !important;
	background-color: #e00a12 !important;
}
/****************************************************************************/



.share-bottom-widget {
	color: #3d57a3;
	float: left;
	font-size: 17px;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 19%;
	margin-right: 1%;
}
.gradient-big {
	background-image: url("../images/gradient-big-pod.png");
	background-position: center center;
	background-repeat: repeat-x;
	bottom: 0;
	display: block;
	height: 302px;
	position: absolute;
	width: 100%;
}
.gradient-small {
	background-image: url("../images/gradient-small-pod.png");
	background-position: center center;
	background-repeat: repeat-x;
	bottom: -22px;
	display: block;
	height: 302px;
	position: absolute;
	width: 100%;
}
.mobile-bottom-social-icon-row .bottom-widget-wrapper {
	width: auto;
}
.fb-small-icon-mobile {
	background: transparent url("../images/social/ic_fb.png") no-repeat;
	float: left;
	height: 27px;
	position: relative;
	top: -3px;
	width: 27px;
}
.fb-bg {
	background-color: #3d57a3;
}
.tw-bg {
	background-color: #00c3f3;
}
.email-bg {
	background-color: #666;
}
.reddit-bg {
	background-color: #03a8f2;
}
.stum-bg {
	background-color: #ff4500;
}
.twitter-small-icon-mobile {
	background: transparent url("../images/social/ic_twt.png") no-repeat;
	height: 27px;
	position: relative;
	width: 27px;
	top: -3px;
}
.email-small-icon-mobile {
	background: transparent url("../images/social/ic_em.png") no-repeat;
	height: 27px;
	position: relative;
	width: 27px;
	top: -3px;
}
.reddit-small-icon-mobile {
	background: transparent url("../images/social/ic_rdit.png") no-repeat;
	height: 27px;
	position: relative;
	width: 27px;
	top: -3px;
}
.stumble-small-icon-mobile {
	background: transparent url("../images/social/ic_stmb.png") no-repeat;
	height: 27px;
	position: relative;
	width: 27px;
	top: -3px;
}
.share-with-friend-box-mobile {
	background: #fff none repeat scroll 0 0;
	display: block;
}
.share-with-friend-box-mobile .g-recaptcha {
	display: table;
	margin: 0 auto;
}
iframe .rc-anchor-normal {
	height: 74px;
	width: 292px !important;
}
.share-with-friend-box-mobile .email-bottom-btns {
	display: table;
	margin: 12px auto;
	text-align: center;
}

[class*='close-'] {
	color: #777;
	font: 24px/100% arial, sans-serif;
	position: absolute;
	right: 5px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	top: 5px;
	z-index: 500;
}

.close-thin:after {
	content: '×'; /* UTF-8 symbol */
}

.close-thik:after {
	content: '✖'; /* UTF-8 symbol */
}



.twitter-tweet {width:100% !important;;}


.flip-small-icon-mobile {
	background: rgba(0, 0, 0, 0) url("../images/social/ic_flip.png") no-repeat scroll 0 0;
	height: 27px;
	position: relative;
	top: -3px;
	width: 27px;
}

.flip-bg {
	background-color: #c01c1b;
}