@charset "UTF-8";
/* CSS Document */

/* reset styles
--------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }


/* fonts and typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizelegibility;
}
abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}
b,
strong {
  font-weight: 900;
}
.story b,
.story strong {
  font-family: 'source_serif_bold';
  font-weight: normal;
}
i,
em {
	font-style:italic;
}
@font-face {
    font-family: 'source_serif_bold';
    src: url('fonts/source-serif/sourceserifpro-bold-webfont.eot');
    src: url('fonts/source-serif/sourceserifpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/source-serif/sourceserifpro-bold-webfont.woff2') format('woff2'),
         url('fonts/source-serif/sourceserifpro-bold-webfont.woff') format('woff'),
         url('fonts/source-serif/sourceserifpro-bold-webfont.ttf') format('truetype'),
         url('fonts/source-serif/sourceserifpro-bold-webfont.svg#source_serif_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'source_serif_regular';
    src: url('fonts/source-serif/sourceserifpro-regular-webfont.eot');
    src: url('fonts/source-serif/sourceserifpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/source-serif/sourceserifpro-regular-webfont.woff2') format('woff2'),
         url('fonts/source-serif/sourceserifpro-regular-webfont.woff') format('woff'),
         url('fonts/source-serif/sourceserifpro-regular-webfont.ttf') format('truetype'),
         url('fonts/source-serif/sourceserifpro-regular-webfont.svg#source_serif_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_problack';
    src: url('fonts/source-sans/sourcesanspro-black-webfont.eot');
    src: url('fonts/source-sans/sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/source-sans/sourcesanspro-black-webfont.woff2') format('woff2'),
         url('fonts/source-sans/sourcesanspro-black-webfont.woff') format('woff'),
         url('fonts/source-sans/sourcesanspro-black-webfont.ttf') format('truetype'),
         url('fonts/source-sans/sourcesanspro-black-webfont.svg#source_sans_problack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proextralight';
    src: url('fonts/source-sans/sourcesanspro-extralight-webfont.eot');
    src: url('fonts/source-sans/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/source-sans/sourcesanspro-extralight-webfont.woff2') format('woff2'),
         url('fonts/source-sans/sourcesanspro-extralight-webfont.woff') format('woff'),
         url('fonts/source-sans/sourcesanspro-extralight-webfont.ttf') format('truetype'),
         url('fonts/source-sans/sourcesanspro-extralight-webfont.svg#source_sans_proextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fjalla';
    src: url('fonts/fjalla/fjallaone-regular-webfont.eot');
    src: url('fonts/fjalla/fjallaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fjalla/fjallaone-regular-webfont.woff2') format('woff2'),
         url('fonts/fjalla/fjallaone-regular-webfont.woff') format('woff'),
         url('fonts/fjalla/fjallaone-regular-webfont.ttf') format('truetype'),
         url('fonts/fjalla/fjallaone-regular-webfont.svg#fjallaoneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}





/* screen layout basics
------------------------------------------------------------- */
* {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
html {
 	overflow-y: scroll;
  	-webkit-overflow-scrolling: touch;
	font-size: 62.5%;
    -webkit-tap-highlight-color: #f3f5f6;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
}
em {
	font-style:italic;
}
.right {
	float:right;
}
.left {
	float:left;
}
.inline {
	display: inline-block;
}
.block {
	display:block;
}
a {
	color:#00A0E9;
}
span.advertisement {
	font-size:9px;
	color:#888;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	line-height:11px;
}


/* General Styles
--------------------------------------------------------------------*/
/* courtesy header */
#courtesy-header {
	background:#131313;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	padding:8px 4px;
}
#courtesy-header .c-menu {
	margin:0 auto;
}
#courtesy-header a {
	color:#ddd;
	text-decoration:none;
}
#courtesy-header a:hover {
	color:#fff;
}
.c-menu a:after {
	content:"|";
	padding:0 10px;
}

/* ad units */
.ad-unit {
	text-align:center;
	background:#ececec;
	padding:10px;
	border-bottom:3px solid #c2c2c2;
}

/* logo header */
#top-branding {
	border-bottom:2px solid #c2c2c2;
}
#top-branding img.site-logo {
	position:relative;
}
.menu-toggle i {
	font-size:44px;
}
.menu-toggle {
	width:40px;
	box-sizing:content-box;
	-mox-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	padding:15px 20px 15px 10px;
	margin-right:20px;
	border-right:3px solid #c2c2c2;
	text-align:center;
}
.menu-toggle span {
	color:#666;
	font-size:10px;
	text-transform:uppercase;
	line-height:10px;
	font-family:Helvetica, sans-serif;
}
.menu-toggle a {
	color:#666;
}
.menu-toggle a:hover {
	color:#00A0E9;
}
/* flyout menu */
#flyout-menu {
	display: none;
	position: fixed;
	top: 0;
	left: -310px;
	bottom: 0;
	background: #4e5155;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: auto;
	width:310px;
	z-index:9999;
	border-right:4px solid #c2c2c2;
}
#primary-nav h2 {
	color:#fff;
	font-size:23px;
	font-family:'fjalla';
	padding:28px 0 0 8px;
	text-transform:uppercase;
	letter-spacing:-0.25px;
}
/* nav styles */
#primary-nav ul li {
	list-style:none;
	font-family: 'source_sans_problack';
	border-bottom:1px solid #ccc;
	border-top:1px solid #111;
}
#primary-nav ul li:first-child {
	border-top:none;
}
#primary-nav ul li a {
	text-decoration:none;
	color:#eee;
	padding:10px 16px;
	display:block;
	font-size:18px;
}
#primary-nav ul li a:hover {
	background:#888;
	color:#fff;
}
#primary-nav ul li ul {
	display:none;
}
#primary-nav ul li ul li {
	font-family: 'source_sans_proextralight';
}
#primary-nav ul li ul li a {
	font-size:15px;
	text-transform:uppercase;
	padding-left:25px;
}
/* mobile nav elements */
#primary-nav ul.mobile {
	border-bottom:1px dotted #eee;
}
#primary-nav ul.mobile li {
	display:inline-block;
	font-size:18px;
	border:none;
}
#primary-nav ul.finder-list li a {
	padding:5px 15px;
	font-size:14px;
}

/* finder tools */
#finder-tools {
	background:url('images/triple-dots.png') center center repeat-x;
	padding:0;
	border-bottom:2px solid #c2c2c2;
}
#finder-tools h4 {
	font-family:Georgia, serif;
	font-size:19px;
	font-style:italic;
	color:#666;
	background:#fff;
	padding:8px 6px;
	margin-left:25px;
}
#finder-tools ul {
	list-style:none;
	background:#c2c2c2;
	height:39px;
	overflow:hidden;
	cursor:pointer;
	font-family:Georgia, serif;
	font-size:19px;
	font-style:italic;
	position:absolute;
	z-index:99;
	width:290px;
}
.webkit #finder-tools ul {
	height:39px;
}
.active-item {
	z-index:999;
	background:#c2c2c2 !important;
}
#finder-tools li {
	position:absolute;
	top:0;
	background:#c2c2c2;
	width:100%;
	padding:8px 0 0 8px;
	text-align:left;
	height:39px;
	line-height:22px;
	font-size:19px;
}
#finder-tools li:hover {
	background:#999;
}
#finder-tools li a,
#finder-tools li a:hover {
	color:#fff;
	text-shadow:-1px 1px 0 #9c9c9c;
	text-decoration:none;
}
#finder-tools i.fa-arrow-circle-down {
	position:absolute;
	top:6px;
	right:6px;
	z-index:999999 !important;
	float:right;
	color:#fff;
	font-size:25px;
	text-shadow:-1px 1px 0 #9c9c9c;
}
/** header tools dropdowns **/
#search-form,
#web-login {
	display:none;
	position:absolute;
	top:35px;
	background:#fff;
	border:1px solid #c2c2c2;
	padding:15px;
	box-shadow:0 2px 3px #9c9c9c;
}







#search-form,
#web-login {
	Xdisplay:none;
	Xwidth:450px;
  zoom:1;
	Xposition:absolute;
	Xtop:20px;
	z-index:9999;
  Xfloat:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:12px;
	border:1px solid #ccc;
	background:#fff url('/images/grey-fade-top.png') top repeat-x;
	box-shadow:0 2px 3px #777;
  Xclear:none;
}
#search-form h4,
#web-login h4 {
	font-family:'fjalla', Arial, sans-serif;
	font-weight:normal;
	font-size:23px;
	text-transform:uppercase;
	line-height:25px;
	margin:5px 0 9px 0;
	color:/*#CD0153;*/ #000;
	text-shadow:1px -1px 0 #fff;
	letter-spacing:-0.5px;
}
#search-form h5,
#web-login h5 {
	font-family:'fjalla', Arial, sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
	letter-spacing:-0.5px;
	margin-bottom:4px;
}
#search-form img.cover,
#web-login img.cover {
	display:block;
	padding:2px;
	border:1px solid #ccc;
	float:left;
	margin-right:14px;
}
#search-form p,
#web-login p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#444;
}
#search-form p a,
#web-login p a {
	padding:6px 15px !important;
	color:#0080A5 !important;
	height:24px !important;
	font-size:12px;
	width:122px;
	text-align:center;
	line-height:11px !important;
	background:#fff url('/images/grey-fade.png') bottom repeat-x;
	margin:12px 0 !important;
	border:1px solid #ccc !important;
	border-radius:3px;
	box-shadow:0 1px 3px #c3c3c3;
}
#search-form p a.memberBtn,
#web-login p a.memberBtn {
	width:300px;
	font-size:12px;
	display:block !important;
}
#search-form p a:hover,
#web-login p a:hover {
	background:#0080A5 !important;
	color:#fff !important;
	border:1px solid #0080a5 !important;
}

#search-form:hover a,
#web-login:hover a {
	color:#fa0162;
	background:url('/images/grey-fade.png') bottom repeat-x;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#search-form div {
  float:left;
}
#search-form input.search {
	padding:2px;
	width:220px;
	color:#909090;
	font-size:13px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#search-form #searchButton {
	margin:0;
	position:relative;
	top:1px;
	height:25px;
}








/* site tools */
#site-controls {
	list-style:none;
	margin-top:20px;
}
#site-controls li {
	padding:2px 6px;
}
.dropper {
	display:inline-block;
	position:relative;
}
#site-controls li a {
	color:#c2c2c2;
	font-size:28px;
}
#site-controls li a:hover {
	color:#00A0E9;
}
#site-controls li.email {
	height:28px;
	width: 51px;
	background:url('images/letter.png') top center no-repeat;
	position:relative;
	top:3px;
}
#site-controls li.email:hover {
	background:url('images/letter.png') bottom center no-repeat;
	cursor:pointer;
}

/***************** main content ******************/
#main {
	margin-top:40px;
}
/* left col */
#social-ad {
	width:180px;
	margin-right:33px;
	padding:5px 0 35px 0;
	background:url('images/triple-dots.png') bottom center repeat-x;
}
.fixed_show {
	top:15px;
	opacity: 1;
	position:fixed;
}
.tools ul {
	list-style:none;
	margin-top:25px;
}
.tools li a {
	display:block;
	padding:6px 5px 5px 10px;
	font-size:30px;
	width:125px;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
	opacity:0.9;
}
.addthis_button_compact {
	display:block;
	padding:6px 5px 5px 10px;
	font-size:30px;
	width:125px;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
	opacity:0.9;
}
.tools li a:hover {
	opacity:1.0;
}
.tools li.s-facebook a {
	background-color:#305891;
}
.tools li.s-twitter a {
	background-color:#2ca8d2
}
.tools li.s-pinterest a {
	background-color:#c82828;
}
.tools li.s-linkedin a {
	background-color:#4393CC;
}
.tools li.s-google a {
	background-color:#CE4D39;
}
.other-tools {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #c2c2c2;
}

/* main col */
h1.title {
	font-family: 'source_serif_bold';
}
h2.deck {
	font-family: 'source_serif_regular';
	color:#292929;
}
h2.sponsered {
  color: #00A0E9;
  display: inline-block;
  font-family:'fjalla';
}
h3.kickers {
	font-family:'fjalla';
	text-transform:uppercase;
}
h3.kickers a {
	color:#111;
	display:inline-block;
	margin:0 10px;
}
h3.kickers a.blog-name {
	margin-left:0 !important;
}
.byline {
	margin:12px 0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#666;
}
.byline time {
	margin-left:10px;
}
.byline time:before {
	content:"|";
	padding-right:10px;
}
.story-content {
	font-family: 'source_serif_regular';
	font-size:19px;
	line-height:26px;
	margin-top:14px;
}
.story-content br > br:after {
	content:"";
	margin-bottom:22px;
}
.story-content p {
	margin-bottom:22px;
}
.story img.mt-img-center {
	width:100%;
}
.story-content img.wide {
  width:100%;
}
.story-content span.mt-image-center {
	font-family:Helvetica, Arial, sans-serif;
	color:#666;
	font-size:12px;
	line-height:15px;
	display:block;
	margin-bottom:20px;
}
.story .entry_img_caption {
	font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size:11.5px;
	line-height:14px;
	color: #888888;
}
.story .entry_img_wrapper {
	padding-bottom: 10px;
}

.story h1, .story h2, .story h3, .story h4, .story h5, .story h6 {
  letter-spacing: -1px;
  font-weight: 900;
  margin-bottom: 22px;
}
.story h1 { font-size: 36px; }
.story h2 { font-size: 32px; }
.story h3 { font-size: 28px; }
.story h4 { font-size: 24px; }
.story h5 { font-size: 20px; }
.story h6 { font-size: 16px; }

.midstory-ad {
  margin-bottom:25px;
  text-align:center;
  border-top:1px solid black;
  padding:3px 0 10px 0;
  border-bottom:1px solid black;
  background: #e7e7e7;
}

/******** right col *********/
#right-col {
	width:300px;
}
.bottom-dots {
	padding-bottom:35px;
	background:url('images/triple-dots.png') bottom center repeat-x;
	margin-bottom:25px;
}
#more-reads h4 {
	font-family: 'fjalla';
	font-size:34px;
	text-transform:uppercase;
	letter-spacing:-1px;
	padding-bottom:6px;
	border-bottom:2px solid #c2c2c2;
}
#more-reads h4 span {
	font-family:Georgia, Times, serif;
	color:#777;
	font-style:italic;
	text-transform:none;
	line-height:33px;
	font-size:30px;
}
#more-reads ul {
	list-style:none;
	width:100%;
	margin:15px 0;
}
#more-reads li img {
	width:100%;
}
#more-reads li {
	font-family: 'source_sans_problack';
	font-size:18px;
	line-height:21px;
	position:relative;
	padding-bottom:12px;
	margin-bottom:12px;
}
#more-reads span.number {
	position:absolute;
	top:6px;
	left:0;
	color:#fff;
	background:#000;
	padding:2px 6px 2px 16px;
	font-size:13.75px;
}
/* read next box */
#next-slot {
	height:340px;
	padding:15px 0;
	overflow:hidden;
}
.box300 {
	width:300px;
	overflow:hidden;
	vertical-align:top;
}
#next-story {
	margin-right:30px;
	position:relative;
}
#next-story img {
	width:300px;
	display:inline-block;
	padding-bottom:20px;
}
#next-story h4 {
	font-family:'fjalla';
	text-transform:uppercase;
	font-size:19px;
}
#next-story h3 {
	font-family:'source_serif_bold';
	position:absolute;
	bottom:0;
	background:#fff;
	padding-top:3px;
}
#next-story h3 a {
	color:#000;
}


/* comments box */
#comments-box {
	margin:35px 0 20px;
}
#comments-box h2 {
	font-family: 'fjalla';
	text-transform:uppercase;
}
#comments-box p.disclaimer {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:10px;
	line-height:12px;
}

/*also read boxes */
#read-wrapper {
	background:#cecece;
}
#also-read h2 {
	font-family:'fjalla',sans-serif;
	text-transform:uppercase;
	letter-spacing:-1px;
}


/***** SCROLL TO TOP ******/
i.scroll-top {
	position:fixed;
	right:20px;
	bottom:20px;
	color:#c2c2c2;
	opacity:0.75;
	font-size:43px;
	display:none;
	text-shadow:1px 1px 1px #fff;
}
i.scroll-top:hover {
	opacity:1.0;
	cursor:pointer;
}

/*** mobile close btn ****/
header.mobile #nav-close {
	color:#fff;
	font-size:40px;
	float:right;
	margin:10px 11px 0 0;
}

/* Responsive Queries
-------------------------------------------------------------- */
/* Mobile Size */
@media (min-width: 300px) {
	.story img {
  	width:100%;
  	height:auto;
  	/*max-width:620px;*/
  	max-width:inherit;
	}
/*
	div.entry_img_wrapper,
	div.entry_img_asset,
	div.entry_img_asset img {
  	width:100% !important;
	}
*/
	body {
		min-width:395px;
	}
	.full-width {
		width:100%;
		padding:0 20px;
	}
	.desktop {
		display:none;
	}
	.midstory-ad .desktop, .box300 .desktop {
		display:inline-block;
	}
	#next-slot {
  	height: auto;
  	overflow: visible;
	}
	.tablet {
		display:block;
	}
	h1.title {
		font-size:30px;
	}
	h2.deck {
		font-size:18px;
	}
	h3.kickers, h2.sponsered {
		font-size:16px;
		line-height:18px;
		margin:6px 0 8px;
		letter-spacing:-0.5px;
	}
	#search-form,
	#web-login {
		width:100%;
		left:0;
	}
	#comments-box h2 {
		font-size:22px;
	}
	#also-read h2 {
		font-size:29px;
	}
	.social-col,
	#right-col {
		display:none;
	}
	#content-container {
		margin-left:0;
	}
	.story-content {
		width:100%;
		margin:0 auto;
	}
	#also-read {
		padding:20px;
	}
	#finder-tools {
		display:none;
	}
	#top-branding img.site-logo {
		width:200px;
		top:0;
	}
	.menu-toggle i {
		font-size:30px;
	}
	.menu-toggle {
		width:30px;
		padding:15px 20px 15px 0;
		margin-right:10px;
	}
	/* most popular footer stories */
	#also-read {
		padding:20px 0;
		width:96%;
		margin:0 auto;
		max-width:600px;
	}
	.also-story {
		vertical-align: top;
		width:100%;
		overflow:hidden;
		height:84px;
		border:1px solid #999;
		margin:0 auto 10px;
		background:#fff;
		position:relative;
		box-shadow:0px 1px 2px #777;
	}
	.also-story img {
		width:32%;
		float:left;
		margin:0 12px 0 0;
	}
	.also-story h3 {
		width:100%;
		font-family: "source_sans_problack",sans-serif;
	 	padding:8px 6px 15px;
	 	font-size:19px;
	 	line-height:20px;
	 	position:static;
	    background:#fff;
		margin-left:10px;
	}
	.also-story.num9 {
  	display: inline-block;
	}
}


/* Mobile Landscape Size (devices and browsers) */
@media (min-width: 770px) {
	.desktop {
		display:inline-block;
	}
	.mobile {
		display:none;
	}
	h3.kickers, h2.sponsered {
		font-size:20px;
		line-height:22px;
	}

	#search-form,
	#web-login {
		width:330px;
		right:0;
		left:auto;
	}
	#also-read {
		padding:20px 0;
		width:634px;
		margin:0 auto;
		max-width:100%;
	}
	#finder-tools {
		display:block;
	}
	#top-branding img.site-logo {
		width:330px;
		top:7px;
	}
	.menu-toggle i {
		font-size:44px;
	}
	.menu-toggle {
		width:40px;
		padding:15px 20px 15px 10px;
		margin-right:20px;
	}
	/* most popular stories footer */
	.also-story {
		width:300px;
		overflow:hidden;
		height:270px;
		border:1px solid #999;
		margin:0 7px 7px 0;
		background:#fff;
		position:relative;
		box-shadow:0px 1px 2px #777;
	}
	.also-story img {
		width:108%;
		float:none;
		margin:0;
	}
	.also-story h3 {
	 	font-family: "source_sans_problack",sans-serif;
	 	padding:8px 6px 15px;
	 	font-size:20px;
	 	line-height:21px;
	 	position:absolute;
	 	bottom:0px;
	 	background:#fff;
		margin:0;
	}
	.also-story.num9 {
  	display: none;
	}
}
@media (min-width: 970px) {
	#also-read {
		width:941px;
	}
	.also-story.num9 {
  	display: inline-block;
	}
}

@media (min-width: 1024px) {
	h1.title {
		font-size:52px;
		line-height:54px;
	}
	h2.deck {
		font-size:27px;
		line-height:30px;
		margin-top:9px;
	}
	#comments-box h2 {
		font-size:28px;
	}
	#also-read h2 {
		font-size:34px;
	}
	#right-col {
		display:block;
	}
	.also-story.num9 {
  	display: inline-block;
	}
}

@media (min-width: 1250px) {
	.full-width {
		max-width:1250px;
		margin:0 auto;
	}
	#content-container {
		margin-left:215px;
	}
	.social-col {
		display:block;
	}
	#also-read {
		width:1248px;
	}
	.tablet {
		display:none;
	}
	.also-story.num9 {
  	display: none;
	}
}


/******* COMMENTS *******/
#comments {
	padding:20px 0;
}
#comments_counter {
	width:80%;
	margin:10px auto;
	text-align:center;
}
#comments_counter img {
	width:210px;
}
#comments_bubble {
	height:40px;
	width:50px;
	display:inline-block;
	background:url('/responsive/images/comment_bubble.svg');
	background-size:50px 40px;
	background-repeat:no-repeat;
	margin:10px 0 0 10px;
	color:#fff;
	font-family:Arial Black,Arial, sans-serif;
	font-size:17px;
	line-height:17px;
	padding-top:5px;
	position:relative;
	top:-10px;
}
img#c_arrow {
	width:100px;
	cursor:pointer;
}
#disqus {
	display:none;
}

.custom_quote {
   float: right;
  width: 300px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 19px;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 20px;
  letter-spacing: 2px;
  font-weight: 700;
}