/*
Theme Name: quantamagazine
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Quanta is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*webfonts*/

@font-face{
	font-family:"Univers Next W01 Light";
	src:url("Fonts/63aa74f9-a724-4074-85c7-4167c0448227.eot?#iefix");
	src:url("Fonts/63aa74f9-a724-4074-85c7-4167c0448227.eot?#iefix") format("eot"),url("Fonts/97c0f83d-39ac-412b-9d8a-d98208c0ce8d.woff2") format("woff2"),url("Fonts/fc09acb4-f628-4ba0-b648-d2ca30265b20.woff") format("woff"),url("Fonts/3cb4004c-2eea-45d4-a0b5-7af6f817c451.ttf") format("truetype"),url("Fonts/4d6ce461-aa11-472f-af6d-7466479534e1.svg#4d6ce461-aa11-472f-af6d-7466479534e1") format("svg");
}
@font-face{
	font-family:"Univers Next W01 Italic";
	src:url("Fonts/1704714d-e1a2-4c14-91b2-279e94ba5706.eot?#iefix");
	src:url("Fonts/1704714d-e1a2-4c14-91b2-279e94ba5706.eot?#iefix") format("eot"),url("Fonts/c21cb708-eacd-40d7-931d-13b4b66fec3b.woff2") format("woff2"),url("Fonts/00f88057-c6a6-448b-be2e-e8bc4a9c28d4.woff") format("woff"),url("Fonts/4e503d23-4bcf-4a2f-b45f-846380d958c9.ttf") format("truetype"),url("Fonts/38b5b039-d625-4f03-8edd-4faadd911c24.svg#38b5b039-d625-4f03-8edd-4faadd911c24") format("svg");
}

/*webfonts*/


/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: none;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 17px;
	line-height: 23px;
}
/*prevent outer glow in webkit browsers*/
textarea, input { outline: none; }


/* Headings */
h1,h2,h3,h4,h5,h6 {
	
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #384DA0;
	text-decoration: none;
}
a:visited {
	color: #384DA0;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.wp-caption.fullwidth{
	max-width: 1000px;
	width: 1000px;
}
	.wp-caption.fullwidth img,
	.wp-caption.fullwidth iframe,
	.wp-caption.fullwidth a.player-single{
		width: 100%;
	}
	.wp-caption.fullwidth img{
		height: auto;
	}
	.wp-caption.fullwidth a.player-single{
		height: 560px;
	}
		.wp-caption.fullwidth a.player-single img{
			width: auto;
			margin: -42px 0 0 -42px;
			position: relative;
			left: 50%;
			top: 50%;
		}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Responsive debug helper */
body:before {
  content: "Default layout";
  padding: 1px 2px;
  background-color: Red;
  color: White;
  font-family: monospace;
  font-size: 11px;
  line-height: 1.333;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 99999;
  display: none; /* uncomment this line to hide this tool  */
  }
/* Responsive classes */
.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
@media (min-width: 1200px) {
	body:before {
		content: "from 1200px"
	}
}
@media (min-width: 769px) and (max-width: 979px) {
	body:before {
		content: "769px to 979px"
	}
}

@media (min-width: 769px) and (max-width: 998px) {
	
	#landing-content .videoModule {
		float: left;
		width: 45%;
		margin-right: 25px;
	}


	#landing-content .videoModule .smallFeatured {
		border-bottom: none;
	} 

	#landing-sidebar{
		border-top: 1px dashed #ccc;
	}
	#bigPhoto .text  {
		width: 613px;
		margin: 0 auto !important;
	}
	.slides_container, .entry-header .wp-caption{
		text-align: center;
	}
	.entry-header .wp-caption {
		margin: 0 auto !important;
	}
}
@media (max-width: 998px) {
	body:before {
		content: "768px"
	}
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
}

/* =Layout
----------------------------------------------- */
body {
	background-color: #6F737B;
	padding-top: 43px;
}
#page {
	width: 1060px;
	margin: 0 auto 9px;
	border: 1px solid #929397;
	background-color: #fff;
	-webkit-box-shadow:  0px -2px 7px 1px rgba(0, 0, 0, .5);
			box-shadow:  0px -2px 7px 1px rgba(0, 0, 0, .5);
}

.underline {
	border-top: 2px solid #ff7f15;
	display: block;
	width: auto;
	margin: -5px 5px 0 93px;
}

@media (min-width: 1200px) {
	#page {
		width: 1060px;
	}
}


@media (max-width: 998px) {
	#page {
			width: auto;
	}
	
	#single-content.article.serie {
		width: 100% !important;
		margin: 0 !important;
	}

	.slide.serie-slide img.horizontal {
		width: 100%;
	}

	#main {
    	padding: 5px 1.5625% !important;
	}
}

@media (min-width: 769px) and (max-width: 979px) {
	#page {
		width: auto;
	}
}


@media (max-width: 998px) {
	body {
		padding-top: 0;
	}
	#page {
		width: auto;
		margin: 0;
		border: none;
		-webkit-box-shadow: none;
				box-shadow: none;
	}
}

/* =Header
----------------------------------------------- */
#masthead {
	position: relative;
	background-color: #E0E1E2;
	padding-top: 1px;
	min-height: 106px;
}
.site-title {
	margin: 15px 0 0 23px;
}
.site-logo {
	width: 547px;
	display: block;
	height: 82px;
}

.site-description {
	position: absolute;
	top: -18px;
	right: 0;
	width: 100%;
	text-align: right;
	font-family:"Univers Next W01 Italic";
	font-size: 12px;
	color: #ccc;
	letter-spacing: .08em;
}
.site-description img {
	position: relative;
	top: 2px;
	left: 4px;
	margin-right: 11px;
}
#searchform {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #d3d2d1;
	background-color: #fff;
	height: 18px;
	line-height: 18px;
}
#searchform p {
	margin: 0;
}
#searchform input {
	border: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	height: 12px;
	line-height: 10px;
	padding: 3px 0 3px 6px;
	float: left;
	width: 180px;
	border-radius: 0;
}
#searchform input[type="radio"] {
	width: auto;
	float: none;
}
#searchform .submit {
	border-left: 1px solid #d3d2d1;
	height: 18px;
	padding: 0;
	width: 20px;
	background: url(images/search_submit.png) center center no-repeat;
}
#searchform input::-webkit-input-placeholder {
	color: #ff7900;
}
#searchform input:-moz-placeholder {
	color: #ff7900;
}
#searchform input::-moz-placeholder {
	color: #ff7900;
}
#searchform input:-ms-input-placeholder {
	color: #ff7900;
}
#searchtarget {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 9px;
	color: #545454;
	padding: 2px 0 0 6px;
}
#searchtarget .hidden + label {
	padding-left: 12px;
	cursor: pointer;
	background: url(images/search_radio_buttons.png) no-repeat;
}
#searchtarget label:nth-of-type(1) {
	margin-right: 6px;
}
#searchtarget label.checked {
	background-position: left bottom;
}

@media (max-width: 998px) {
	#masthead {
		background-color: #fff;
		min-height: 0;
		border-top: 1px solid #D2D2D2;
		border-bottom: 1px solid #D2D2D2;
	}
	.site-title {
		margin: 3px 10px -3px 9px;
		position: relative;
		height: 50px;
	}
	.site-title a {
		display: block;
		height: 50px;
		
	}

	.site-logo {
		width: 260px;
		position: absolute; 
		left: 0px; 
		top: 0px;
	}
	.site-description
	{
		display: none;
	}
	
	.underline { 
		display: none;
	}
	
	#masthead .menu-toggler {
		float: right;
		margin: 5px 3px 0 0;
		width: 38px;
		height: 31px;
		border-radius: 4px 4px 0 0;
		padding-bottom: 4px;
		border-bottom: none;
		position: relative;
		z-index: 100;
	}
	#masthead .menu-toggler {
		margin: 9px 3px 0 4px;
	}
	#masthead .collapsed {
		padding-bottom: 0;
	}

	#searchtarget,
	#menu {
		display: none;
	}
	#menu,
	#searchform {
		position: absolute;
		top: 51px;
		left: 0;
		z-index: 99;
		width: 100%;
		height: auto;
		background: #eee;
		border: none;
		border-top: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
		list-style: none;
		margin: 0;
		padding: 6px 0;
	}

	#searchform {
		top:0;
		border: none;
	}

	.page-template-page-static #searchform {
    	top: 52px;
	}

	#single-content.static .entry-title {
		margin-top: 35px;
	}

	#single-content.static .entry-container {
		margin-top: 25px;
	}
	
	.page-template-page-static #masthead .menu-toggler {
		display: none;
	}

	#menu li {
		font-size: 14px;
		line-height: 31px;
		height: 31px;
		padding: 0 6px;
		margin: 0 9px;
		border-bottom: 1px solid #fff;
		color: #999;
	}
	#menu li:last-child {
		border-bottom: none;
	}
	#menu a {
		font-size: 17px;
		color: #fa7920;
		padding-right: 3px;
	}
	#searchform p {
		margin-left: 9px;
	}
	#searchform input {
		font-size: 17px;
		line-height: 24px;
		height: 24px;
		width: 83%;
	}
	#searchform .submit {
		height: 30px;
		width: 15%;
	}

	.menu-toggler {
		background: url(images/bg_close.png) 4px 3px no-repeat;
}
	.menu-toggler.collapsed{
		background-position: 0px -34px;
	}

	.menu-toggler.collapsed .icon-bar {
	    background-color: #424244;
	    display: block;
	    height: 5px;
	    margin: 4px 0;
	    width: 28px;
	}


}

/* =Footer
----------------------------------------------- */
#colophon {
	width: 998px;
	margin: 0 auto 43px;
	background: #ff7f15 url(images/logo_simons_big.png) 50% 66% no-repeat;
	min-height: 82px;
	-webkit-box-shadow:  0px 2px 7px 1px rgba(0, 0, 0, .5);
	        box-shadow:  0px 2px 7px 1px rgba(0, 0, 0, .5);
}
#menu-footer {
	margin: 0;
	padding: 3px 0;
	text-align: center;
	font-size: 0;
}
#menu-footer li {
	display: inline;
	font-family: sans-serif;
	font-size: 10px;
	padding: 0 26px;
}
#menu-footer a {
	color: #fff;
}

@media (min-width: 1200px) {
	#colophon {
		width: 1060px;
	}
}

@media (max-width: 998px) {
	.back-to-top {
		font-family: "Univers Next W01 Light", Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 11px;
		color: #8D8D8E;
		float: right;
		margin-bottom: 10px;
		padding-left: 20px;
		background: url("images/bg_back_to_top.png") no-repeat;
		cursor: pointer;
	}
	#colophon {
		width: auto;
		margin: 0;
		background-image: none;
		min-height: 40px;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	#colophon .site-info {
		font-family: sans-serif;
		font-size: 14px;
		line-height: 40px;
		text-align: center;
		margin-bottom: 0;
	}
	#colophon .site-info a {
		color: #fff;
	}
}


/* =Menu
----------------------------------------------- */
.menu {
	list-style: none;
	margin: 0;
}

.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}
@media (max-width: 998px) {

}

/* =Content widgets
----------------------------------------------- */

.widget-row {
	padding-bottom: 16px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}
.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/* Single layout */
#main {
	padding: 25px 0;
}
#single-content {
	float: left;
	width: 615px;
	padding: 0 50px 0 30px;
	border-right: 1px dashed #ccc;
}

#single-content.static{
	border: none;
	width: 84%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
}

#single-content.static .txt_content > p:first-of-type::first-letter {
	font-size: inherit;
	margin-right: 0px;
    margin-top: 0px;
    float: none;
}

#single-content.static .entry-title {
	font-size: 49px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.11em;

}

#single-content.static article header{
	margin-bottom: 35px;
	padding-top: 20px;
}

#single-sidebar {
	float: left;
	width: 280px;
	padding: 0 10px;
}

/* Landing layout */
#landing-featured {
	border-bottom: 1px dashed #ccc;
	margin: 0 10px 35px 10px;
	background:  url(images/dashed_vertical.png) 621px 0px repeat-y;
}
#landing-featured .mediumFeatured {
	width: 334px;
	float: right;
}
#landing-content {
	margin-left: 10px;
	float: left;
	width: 660px;
	padding-right: 12px;
	border-right: 1px dashed #ccc;
}
#landing-content .mediumFeatured {
	width: 310px;
	border-top: none;
	padding-top: 0;
	float: left;
}

#landing-content .mediumFeatured:first-child {
	margin-right: 12px;
	border-right: 1px dashed #ccc;
}


#landing-content .pull-left {
    border-top: medium none;
    padding-top: 0;
    width: 310px;
}
.pull-left:first-child {
    border-right: 1px dashed #CCCCCC;
    margin-right: 12px;
}


#landing-sidebar {
	float: left;
	width: 284px;
	padding: 0 10px;
}

/* Stories */
.bigPhoto {
	float: left;
	width: 615px;
	padding-right: 10px;
}
.mediumFeatured {
	font-size: 12px;
	line-height: 1.5;
	padding-right: 12px;
	padding-bottom: 8px;
}

.mediumFeatured.plain h2{
	font-size: 22px;
}

.mediumFeatured + .mediumFeatured {
	border-top: 1px dashed #ccc;
	padding-top: 23px;
}
.rightPhotoFeatured {
	padding: 8px 20px 8px 0;
}
.smallFeatured {
	margin-right: 12px;
	padding-bottom: 24px;
}
.smallFeatured + .smallFeatured {
	border-top: 1px dashed #ccc;
	padding-top: 16px;
}
.mediumFeatured p,
.smallFeatured p {
	margin-bottom: 12px;
}
.mediumFeatured .old_hellip p, .rightPhotoFeatured .old_hellip p {
	font-size: 13px;
	color: #424244;
}
.bigPhoto .leading,
.mediumFeatured .leading,
.rightPhotoFeatured .leading,
.smallFeatured .leading {
	margin: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff7f15;
}
.bigPhoto .leading {
	font-size: 12px;
}
.leading a {
	color: #FF7F15;
}
.smallFeatured .tag {
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 12px;
}
.tag a {
	color: #000;
}
.bigPhoto h2 {
	font-size: 30px;
	line-height: 36px;
}
.mediumFeatured h2,
.rightPhotoFeatured h2,
.smallFeatured h2 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 3px;
}
.smallFeatured h2 {
	font-style: italic;
	font-weight: bold;
	line-height: 17px;
}
.bigPhoto h2 a,
.mediumFeatured h2 a,
.rightPhotoFeatured h2 a,
.smallFeatured h2 a {
	color: #000;
}
.mediumFeatured img {
	float: left;
	border: 1px solid #797979;
	margin-right: 12px;
	margin-bottom: 6px;
}
.rightPhotoFeatured img {
	border: 1px solid #8B9EAA;
}

.rightPhotoFeatured .image {
	float: right;
	width: 380px;
		margin-left: 12px;
}

.bigPhoto img {
	width: 100%;
	border: 1px solid #b4bdc5;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
}
	.bigPhoto .quantacast img{
		width: auto;
	}
.smallFeatured img {
	float: left;
	border: 1px solid #1E2C37;
	margin-right: 12px;
}
.bigPhoto .wp-caption-text {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	line-height: 16px;
	color: #424244;
	margin-bottom: 16px;
}
.bigPhoto .author {
	font-size: 13px;
}
.mediumFeatured .author,
.rightPhotoFeatured .author {
	font-size: 11px;
}
.smallFeatured .author {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #666;
	line-height: 1.01em;
}
.author a {
	color: #384da0;
	font-weight: normal;
}

.smallFeatured .author a {
	color: #666;
}

.smallFeatured h2 a{
	line-height: 22px;
}


.related {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
}
.related a {
	color: #3b3b3b;
}
.related .video {
	float: right;
	padding-left: 10px;
	background: url(images/video_bullet.png) left center no-repeat;
}

.bigPhoto .related {
	margin-bottom: 1.5em;
}

.archiveList h2 {
	margin: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff7f15;
}
.archiveList ul {
	list-style: none;
	margin: 0;
	font-size: 14px;
	line-height: normal;
}
.archiveList li {
	margin-bottom: 12px;
}
.archiveList a {
	color: #424244;
}

/* Carousel */

#slides{
	position: relative;
}
.slides_container {
	width:613px;
	height:400px;
}
.slides_container .slides_control {
	width:613px;
	height:400px;
	display:block;
}
.slides_container img {
	width:613px !important;
	height:343px !important;
}

.slide {
	width:613px;
}

.pagination {
	position:absolute;
	padding:3px 3px 0px 0;
	height:10px;    
	background:none;
	top:6px;
	right:8px;
	z-index:20;
	margin-bottom: 0px;
}
.pagination  ul {
	float:right;
	padding:0;
	margin:0;
}
.pagination  li {
	float:left;
	padding-left:5px;
	font-size:0;
	line-height:0;
	list-style:none;
}
.pagination li a {
	display:block;
	width:8px;
	height:8px;
	background-color:#FFF;
	box-shadow:0px 0px 0px 1px #E3E6EF;
	font-size:0;
	line-height:0;
	text-decoration:none;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */	
}
.pagination  li a:hover {
	background-color:#acadb0;
}
.pagination  li.current a {
	background-color:#ff7f15;
	box-shadow:0px 0px 0px 1px #ff7f15;
}



/* Carousel Vertical*/

#slides.vertical {
	float: right;
	margin-top: 20px;
}
.vertical .slides_container {
	width:375px;
	/*height:560px;*/
	height:auto;
}

.vertical .slides_container .slides_control {
	width:375px;
	/*height:560px;*/
	height:auto;
	display:block;
}
.vertical .slides_container img {
	width:375px !important;
	height:450px !important;
}

.vertical .slide {
	width:375px;
}

.vertical .pagination {
	position:absolute;
	padding:3px 3px 0px 0;
	height:10px;    
	background:none;
	top:6px;
	right:8px;
	z-index:20;
	margin-bottom: 0px;
}


/* Single */

.entry-header,
.page-header {
	margin-bottom: 36px;
}

.archive .entry-header {
	margin-bottom: 0px;
}
.entry-leading,
.page-leading {
	margin: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff7f15;
}

.entry-leading a {
	color: #ff7f15;
}

.entry-title,
.page-title {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 6px;
}

.archive .page-title {
	text-transform: uppercase;
}

.entry-summary,
.section-summary {
	font-size: 19px;
	line-height: normal;
	color: #3b3b3b;
}
.entry-summary p,
.section-summary p {
	margin-bottom: 10px;
}

.entry-summary p {
	font-size: 13px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.31em;
}

.entry-summary p.subtitle{
	font-size: 19px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.player-single {
	width: 615px;
	height: 367px;
	display: block;
	border: 1px solid #8C8C8C;
}

.player-single {
	background-color: #8C8C8C;
}


.play_this_video {
	margin: 148px 0 0 266px;
	border: none !important;
}
.entry-meta {
	font-size: 14px;
}
.entry-header .entry-meta {
	float: left;
}
.entry-meta p,
.entry-social p {
	height: 17px;
	line-height: 17px;
	margin-bottom: 6px;
}
.entry-header .author {
	font-weight: bold;
	font-size: 13px;
}

.entry-header .author a {
	font-weight: bold;
}

.entry-meta .date {
	font-size: 13px;
}
.entry-social {
	float: right;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
.entry-social a {
	color: #000;
}
.stButton .print{
	background-image: url("images/print.png") !important;
}
.stButton .rss{
	background-image: url("images/rss.png");
	height: 15px !important;
	margin-bottom: -3px;
}

.readoffline-embed {
	float: right;
	visibility: visible;
}

.no-js .readoffline-embed {
	visibility: hidden;
}

.entry-social .readoffline-embed .print {
	display: inline;
}

.readoffline-embed a {
	font-size: 11px;
	color: #000;
	font-family: Verdana,Helvetica,sans-serif;
}

.readoffline-embed a:hover {
	opacity: 0.75;
} 

.readoffline-embed div {
	padding-right: 3px !important;
	padding-left: 3px !important;
}

.pdf, .epub, .mobi, .docx, .azw, .print {
    padding: 1px 5px 2px 15px !important;
}

.print, .pdf {
	padding-left: 18px !important;
}


#single-content article p a, 
#single-content.article p a {
	background: none;
	border: 0 none !important;
    min-height: 0 !important;
    padding: 0 0 0 0 !important;
}


article p a:hover {
    text-decoration: underline !important;
}


.single article .txt_content > p:first-of-type:first-letter {
	font-size: 46px;
	float: left;
	margin-top: 8px;
	margin-right: 8px; 
}


.single .entry-content{
	font-size: 16px;
}

.entry-content .simple_aside, 
.entry-content .styled_aside {
	float: right;
	margin-bottom: 12px;
	margin-left: 24px;
	text-align: left;
}

.entry-content .simple_aside {
	width: 300px;
	padding: 9px 12px;
	border-top: 2px solid #8C8C8C;
	border-bottom: 2px solid #8C8C8C;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
}
.entry-content .simple_aside h2,
.entry-content .simple_aside h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
.entry-content .styled_aside {
	width: 280px;
	font-size: 26px;
	line-height: 41px;
}

/* Archive */

.categoryItemListed.noThumb .text {
	width: 615px;
}

.archive .post {
	padding-bottom: 8px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 18px;
}
.categoryThumb {
	width: 125px;
	float: left;
	margin-right: 10px;
}

.categoryThumb img{
	border: 1px solid #c6c8c8;
}

.categoryThumb + .text {
	float: left;
	width: 480px;
}
.archive .entry-title {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 3px;
	font-weight: normal;
}
.archive .entry-title a {
	color: #000;
}
.archive .entry-content {
	color: #424244;
	font-size: 13px;
	line-height: 18px;
}
.archive .entry-content p {
	margin-bottom: 6px;
}
.archive .entry-meta {
	margin-bottom: 0px;
	width: 365px;
}

.archive footer.entry-meta {
	margin-bottom: 3px;
	width: 480px;
	line-height: 1.11em;
	}
.archive .entry-meta .author,
.archive .entry-meta .date {
	font-size: 12px;
	display: inline;
	font-weight: normal;
}
.archive .entry-meta .author a{
	font-weight: normal;
}
.archive .entry-meta .author {
	float: left;
	margin-bottom: 0;
}
.archive .entry-meta .date {
	float: right;
}
.archive .entry-meta .date:first-child {
	float: none;
}
.entry-meta .tag-links {
	font-size: 12px;
	color: #384DA0;
}

.entry-meta .tag-links a{
	color: #384DA0;
}
.archive .entry-meta .tag-links span {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff7f15;
}

/* Comments */
.comments br.comments-cta-br {
	display: none;
}
.comments-title {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-transform:uppercase;
	font-size: 14px;
	border-top: 1px solid #6F737B;
	padding-top: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 19px;
	color: #333;
}
.commentlist footer {
	margin-bottom: 6px;
}
li.comment {
	border-top: 1px dashed #ccc;
	padding-bottom: 6px;
	padding-top: 15px;
}
li.first{
	border-top: none;
	padding-top: 5px;	
}
.comment .reply {
	display: none;
}
.comment-content {
	margin-left: 50px;
}
.avatar {
	margin-right: 10px;
	float: left;
}
.comment-author {
	color: #676767;
	font-family: 'Univers Next W01 Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
	color: #333;
}
.comment-author cite a{
	text-decoration: none;
	color: #ff7f14;
}
.comment-meta a {
	color: #676767;
	text-decoration: none;
	font-style: italic;
}

#respond {
	margin-left: 50px;
	border-top: 2px solid #ff7f14;
	font-family: 'Univers Next W01 Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
}
#reply-title {
	position: relative;
	top: -3px;
	background: #ff7f14;
	color: #FFF;
	font-size: 13px;
	padding: 0 10px;
	display: inline-block;
	border-right: 3px solid #fff;
	margin-bottom: 6px;
}
.lt-ie8 #reply-title {
	display: inline;
	zoom: 1.0;
}
#reply-title:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 10px;
	width: 0;
	height: 0;
	border-top: 6px solid #ff7f14;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
#commentform label {
	font-weight: bold;
}
#commentform span.required, .logged-in-as{
	color: #ff7f14;
}
#commentform input[type=text] {
	display: block; 
	width: 401px;
	margin-bottom: 28px;
}
.comment-form-legend {
	font-style: italic;
	font-size: 12px; 	
}
.comment-form-legend span{
	color: #ff7f14;
}
#commentform .form-submit {
	text-align: right;
	padding-right: 17px;
	padding-top: 4px;
}
#commentform  input[type="submit"] {
	font-family: 'Univers Next W01 Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: transparent url(images/comment_button.png) no-repeat;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 1px 28px 1px 19px;
	border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
	height: 19px;
}
#commentform input[type=text],
#commentform textarea {
	border-radius: 0px;
	padding: 2px 2px 3px 2px;
	margin-top: -3px;
}
#commentform textarea {
	width: 568px;
}


.single-authors .page-header {
	margin-bottom: 20px;
}

.single-authors .entry-content {
	margin-bottom: 20px;
}

.entry-header.no-content {
		margin-bottom: 5px !important;
	}

.entry-header.no-content .social-icons{
		display: none !important;
	}

.st_plusone div {
	width: 30px !important;
	text-align: center;
}

.st_plusone  {
	width: 30px !important;
	text-align: center;
}




@media (min-width: 1200px) {
	#landing-featured {
		margin-right: 24px;
		margin-left: 30px;
		background-position: 639px 0;
	}
	#landing-content {
		margin-left: 30px;
	}
	.bigPhoto {
		padding-right: 24px;
	}
	#landing-sidebar {
		width: 315px;
		padding: 0 23px 0 15px;
	}
	#single-sidebar {
		width: 312px;
		padding: 0 28px 0 21px;
	}
}
@media (max-width: 998px) {

	.categoryThumb {
		margin-right: 20px;
	}

	.categoryThumb + .text {
		width: 78%;
	}

	.categoryItemListed.noThumb .text {
		width: 95%;
	}

	.widget-row {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}

	/* Single layout */
	#main {
		padding: 5px 1.5625%;
	}
	#single-content {
		float: none;
		width: auto;
		padding: 0;
		border-right: none;
	}
	#single-sidebar {
		float: none;
		width: auto;
		padding: 0; 
	}

	/* Landing layout (max-width: 480px) */
	#landing-featured {
		border-bottom: 0;
		margin: 0;
		background: none;
	}
	#landing-featured .mediumFeatured {
		width: auto;
		float: none;
		padding: 0;
	}
	.mediumFeatured + .mediumFeatured {
		border-top: none;
	}
	#landing-content {
		margin-left: 0;
		float: none;
		width: auto;
		padding-right: 0;
		border-right: none;
	}
	#landing-content .mediumFeatured {
		width: auto;
		float: none;
	}
	#landing-content .mediumFeatured:first-child {
		margin-right: 0;
		border-right: none;
	}
	#landing-content .pull-left {
	    width: auto;
	    float: none;
	}
	.pull-left:first-child {
		border-right: none;
		margin-right: 0;
	}
	.bigPhoto,
	#landing-featured .mediumFeatured,
	#landing-content .mediumFeatured {
		overflow: visible;
		margin-bottom: 12px;
		border-bottom: 1px dashed #CCC;
	}
	.rightPhotoFeatured {
		margin-bottom: 30px;
	}
	#landing-sidebar {
		float: none;
		width: auto;
		padding: 0;
	}

	/* Stories (max-width: 480px) */
	.bigPhoto {
		float: none;
		width: auto;
		padding: 0;
	}
	.mediumFeatured {
		padding: 0;
	}
	.mediumFeatured .clearfix:after {
		display: none;
	}
	.rightPhotoFeatured {
		padding: 0;
	}
	.bigPhoto .leading, 
	.mediumFeatured .leading, 
	.rightPhotoFeatured .leading, 
	.smallFeatured .leading,
	.bigPhoto .author,
	.mediumFeatured .author, 
	.rightPhotoFeatured .author,
	.bigPhoto .related,
	.mediumFeatured .related, 
	.rightPhotoFeatured .related,
	.smallFeatured .related,
	#landing-content .mediumFeatured .wp-post-image,
	.rightPhotoFeatured .wp-post-image,
	.bigPhoto .wp-caption-text,
	.rightPhotoFeatured .wp-caption-text {
		display: none;
	}
	.mediumFeatured .wp-post-image {
		float: right;
		margin-right: 0;
		margin-left: 12px;
		width: 70px;
	}
	.mediumFeatured h2,
	.mediumFeatured.plain h2, 
	.rightPhotoFeatured h2, 
	.smallFeatured h2,
	.rightPhotoFeatured h2 {
		font-size: 17px !important;
	}
	.bigPhoto p, 
	.mediumFeatured p, 
	.rightPhotoFeatured p, 
	.smallFeatured p {
		margin-bottom: 12px;
	}

	.bigPhoto p {
		color: #424244;
    	font-size: 13px;
	}
	.archiveList {
		display: none;
	}
	.smallFeatured {
		border-top: none !important;
		margin-right: 0;
		margin-bottom: 6px;
		padding-bottom: 16px;
		border-bottom: 1px dashed #CCC;
	}
	.smallFeatured img {
		float: right;
		margin-right: 0;
		margin-left: 12px;
	}

	/* Carousel (max-width: 480px) */
	#slides {
		margin: 6px 0;
	}
	#slides .pagination {
		display: none;
	}
	.slides-prev,
	.slides-next {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -11px;
		z-index: 99;
		display: block;
		width: 25px;
		height: 21px;
		background: url(images/prev-responsive.png) center no-repeat;
	}
	.slides-next {
		left: auto;
		right: 0;
		background: url(images/next-responsive.png) center no-repeat;
	}
	.slides_container {
		width: auto;
		height: 180px;
	}
	.slides_container .slides_control {
		width: auto;
		height: auto;
	}
	.slides_container img {
		width: auto !important;
		height: auto !important;
	}
	.slide {
		width: auto;
	}

	/* Carousel Vertical (max-width: 480px) */
	#slides.vertical {
		float: none;
		margin-top: 0;
	}
	.vertical .slides_container {
		width: auto;
		height: auto;
	}
	.vertical .slides_container .slides_control {
		width: auto;
		height: auto;
	}
	.vertical .slides_container img {
		width: auto !important;
		height: auto !important;
	}
	.vertical .slide {
		width: auto;
	}

	/* Single (max-width: 480px) */
	.entry-header,
	.page-header {
		margin-bottom: 18px;
	}
	.player-single {
		width: auto;
		height: 400px;
		border: none;
		position: relative;
	}
	.play_this_video {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -42px 0 0 -42px;
	}
	.print {
		display: none;
	}

	.entry-social .stButton .reddit {
		background: url(images/reddit_32.png) top left no-repeat;
		height: 28px !important;
    	width: 28px !important;
	}
	
	.st_email .stButton .chicklets {
		width: 0;
		overflow: visible;
		font-size: 0;
		position: relative;
		top: -5px;
	}


	.entry-content .simple_aside, 
	.entry-content .styled_aside {
		float: none;
		margin-bottom: 1.5em;
		margin-left: 0;
		text-align: left;
	}
	.entry-content .simple_aside {
		width: auto;
	}

	/* Archive (max-width: 480px) */
	.categoryThumb {
		
	}
	.categoryThumb + .text {
		float: left;
	}
	.archive .entry-title {
		font-size: 17px;
		font-weight: normal;
	}
	.archive .entry-header .entry-meta {
		width: auto;
		float: none;
		margin-right: 85px;
	}
	.archive .entry-header .entry-social {
	/*	float: none;
		text-align: left;
		margin: -10px 0 10px;*/
	}
	.archive footer.entry-meta {
		width: auto;
		text-align: left;
		line-height: normal;
	}

	/* Comments */
	#respond {
		margin-left: 0;
	}
	#commentform input[type=text] {
		width: auto;
	}
	#commentform textarea {
		width: 98%;
	}

}


/* =Aside widgets
----------------------------------------------- */
.tabLists {
	margin-bottom: 24px;
}
.serie-slide .tabLists {
	padding-top: 8px;
}
.tabLists .tabs {
	border-bottom: 1px solid #919191;
	margin-bottom: 12px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0;
	height: 19px;
}
.tabLists .tab {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	height: 19px;
	margin-right: 5px;
}

.tabLists .tab a {
	padding: 0 18px 0 15px;
}
.lt-ie8 .tabLists .tab {
	display: inline;
	zoom: 1.0;
}
.tabLists .tab:first-child {
	border-right: 1px solid #919191;
}
.tabLists .active {
	background: url(images/tab_active.png) 0 30% no-repeat;
}
.tabLists a.active  {
	color: #ff7f15;
}
.tabLists ul {
	list-style: none;
	margin: 0;
	font-size: 15px;
	line-height: normal;
}
.tabLists .tabs {
	text-transform: capitalize;
}
.tabLists li {
	margin-bottom: 12px;
	overflow: hidden;
}
.tabLists a {
	color: #424244;
}
#tabs-sidebar .tabLists img {
	float: left ;
	margin-top: 3px;
	margin-right: 8px;
}

/* About */
.isQuanta .textwidget {
	border-top: 2px solid #ffbf8a;
	border-bottom: 1px dashed #ccc;
	padding-top: 7px;
	font-family: "Univers Next W01 Light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-align: center;
}
.isQuanta .textwidget .about {
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
	color: #3b3b3b;
	text-align: left;
}
.isQuanta .textwidget .more {
	text-align: right;
}
.isQuanta .textwidget .more a {
	text-align: right;
	padding-left: 12px;
	background: url(images/more_bullet.png) left center no-repeat;
}

#single-content article .aside-styled p.more a, .pep-email {
	font-size: 12px;
	color: #3b3b3b;
	font-family: "Univers Next W01 Light", Arial, Helvetica, sans-serif;
}

.isQuanta .textwidget h2,
.isQuanta .textwidget h3 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 9px;
}
.isQuanta .textwidget h3 {
	font-size: 11px;
}
.isQuanta .textwidget p {
	margin-bottom: 6px;
}
.isQuanta .textwidget .about {
	margin-bottom: 15px;
}
.isQuanta .textwidget ul {
	list-style: none;
	margin: 0 0 9px;
	line-height: 15px;
}
.isQuanta .textwidget .cols {
	margin-bottom: 0;
}
.isQuanta .lt-ie8 .textwidget .cols {
	margin-bottom: 30px;
}
.isQuanta .textwidget .cols li , .wp-tag-cloud li{
	float: left;
	width: 49.5%;	/* safer than 50% */
	margin-bottom: 30px;
}

.aside-styled {
	padding: 20px 8px;
    width: 312px;
    border-top: 1px solid #ff7f15;
    margin-top: 20px;
}

.aside-styled .textwidget{
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 70px;
}

.aside-styled p.about {
	font-family: "Univers Next W01 Light", Arial, Helvetica, sans-serif;
}


.slide.serie-slide .aside-styled img {
	float: none;
}

.wp-tag-cloud li{
	margin-bottom: 12px;
	color: #424244;

}

.isQuanta .textwidget a {
	color: #333;
}
.isQuanta .textwidget em {
	color: #666;
}

/* Subscription form */
.signup {
	text-align: center;
	padding-top: 10px;
}
.isQuanta .signup h3 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 9px;
}
.signup input {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	float: none;
	display: block;
	margin: 0 auto;
}


.signup label.for_input {
    display: none;
}

.widefat[type="text"] {
	border-radius: 0;
	color: #666;
	font-size: 12px;
	text-align: center;
	width: 177px;
}
.signupButton[type="submit"] {
	background: none;
	border: none;
	border-radius: 0;
	padding: 4px 0;
	border-bottom: 2px solid #ffbf8a;
	font-size: 13px;
	color: #020202;
	width: 65px;
}
.warning, 
.mc-success {
	margin: 10px 0;
    padding: 0 10px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	color: #FFF;
	background-color: #C71330;
	border: 1px solid #970c22;
	font-size: 76%;
}
.mc-success {
	background-color: #059D05;
	border: 1px solid #035603;	
}

.hide {
	display: none;
}

.mc-success-multi-msg,
.mc-success-multi .mc-success-single-msg {
	display: none;
}

.mc-success-multi .mc-success-multi-msg {
	display: inline;
}

.signupButton:focus {
    border-bottom-color: #000000 !important;
    box-shadow: none !important;
}

#single-sidebar .widget-title {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-left: 12px;
	margin-bottom: 12px;
}

.sidebar_fieldset {
	border-top: 1px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
	padding: 18px 8px 8px 0;
	margin-bottom: 18px;
	overflow: hidden;
}
.sidebar_fieldset .widget-title {
	float: left;
	margin-bottom: 0;
}
#archiveCombo {
	float: right;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
}

#menu-categories {
	list-style: none;
	margin: 0 0 18px 12px;
}
#menu-categories li {
	margin-bottom: 6px;
	padding-left: 10px;
	background: url(images/bullet_category_list.png) 0px 5px no-repeat;
	text-align: right;
	font-size: 14px;
}
#menu-categories a {
	color: #000;
	display: block;
	float: left;
	text-align: left;
	width: 80%;
	font-size: 20px;
}
#menu-categories span {
	font-size: 14px;
}



@media (max-width: 480px) {
	.categoryThumb {
		width: 70px;
	}
	.categoryThumb + .text {
		float: left;
		width: 70%;
	}
	.archive .entry-meta .date {
    float: left;
	}

	.bigPhoto h2 {
		margin-bottom: 15px;
	}

	.bigPhoto p {
		font-size: 13px;
		color: #424244;
	}

	.page-template-page-quanta-php .videoModule {
		display: none;
	}

	.page-template-page-quanta-php .videoModule:first-child {
		display: block;
	}

	.player-single, .video_placeholder{
    	height: 300px;
	}
}

@media (max-width: 320px) {
	.player-single, .video_placeholder {
    	height: 174px;
	}
}

@media (max-width: 998px) {

	#landing-content .mediumFeatured .old_hellip p, 
	#landing-content .rightPhotoFeatured .old_hellip p {
		display: none;
	}

	.tabLists {
		display: none;
	}
	.isQuanta .textwidget {
		border-top: none;
		border-bottom: none;
	}
	.isQuanta .textwidget .connect {
		margin: 28px 0;
	}
	.isQuanta .textwidget .connect img {
		width: 40px;
		margin: 0 16px;
	}
	/* Subscription form */
	.signup {
		padding-top: 0;
		margin-bottom: 30px;
	}
	.signupButton[type="submit"] {
		width: 90px;
	}
	.widefat[type="text"] {
		border-color: #999;
		width: 80%;
		max-width: 248px;
		margin-bottom: 12px;
	}
	.signupButton[type="submit"] {
		font-size: 18px;
	}
	.aside-styled, 
	#single-sidebar .widget-title,
	.sidebar_fieldset {
		display: none;
	}
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: none;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 100%;
}
.wp-caption-text {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 16px;
	color: #000;
	margin-bottom: 36px;
	font-size: 13px;
}

.rightPhotoFeatured .wp-caption-text{
	margin-bottom: 0px;	
}

.wp-caption-text, .wp-caption-text p {
	margin-bottom: 0;
	line-height: 16px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.wp-caption-text em, .wp-credit-text {
	font-size: 10px;
	line-height: 1.11em;
	color: #6b6b6b;
	display: block;
	min-height: 14px;
	margin-bottom: 0;
}
.wp-credit-text {
	text-align: right;
	font-style: italic;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em;
}

.quanta .wp-caption .wp-caption-text {
	margin-top: 4px !important;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.author {margin-bottom: 13px;}
.author strong {font-weight: normal;}
.bigPhoto .author {margin-bottom: 4px;}
nav.main-navigation{display: none;}



@media (max-width: 480px) {
	.alignright{
		margin-left: 0px;
	}
	.serie .alignright.wp-caption .wp-caption-text {
		max-width: 1500px !important;
	}
}

@media (max-width: 320px) {
	.wp-caption {
		width: auto !important;
		margin-bottom: 12px;
	}
	.wp-caption img[class*="wp-image-"] {
		
	}
	.wp-caption .wp-caption-text {
		margin: 0 0 1.846em;
	}
	.wp-caption.alignright,
	.wp-caption.alignleft {
		float: none;
		margin-left: 0;
		margin-right: 0;
		display: block;
	}

}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

@media (max-width: 998px) {


}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}


/* =Plugins
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

.hellip_ready .hellip {
    height: auto;
    overflow: visible;
}

.lt-ie9.hellip {
    height: 59px;

}

.hellip {
	overflow: hidden;
    margin-bottom: 15px;
    display: block;
    max-height: 59px;
}

.hellip p {
	margin-bottom: 0px;
}

.bigPhoto .hellip {
    max-height: 46px;
}


.hellip_ready .hellip {
    height: auto;
    overflow: visible;
}

.lt-ie9 .hellipTitle {
    height: 45px;
   
}

.hellipTitle {
	overflow: hidden;
    display: block;
    max-height: 42px;
}

.lt-ie9 #mediumFeatured-5 .hellipTitle, .lt-ie9 #mediumFeatured-6 .hellipTitle {
    max-height: 67px;
}


#mediumFeatured-5 .hellipTitle, #mediumFeatured-6 .hellipTitle {
    max-height: 66px;
}



.plain .hellipTitle {
}

.hellip_ready .plain .hellipTitle {
	padding-bottom: 2px;
}

.rightPhotoFeatured .old_hellip p {
	font-size: 13px;  
	line-height: 1.5em;
}
.rightPhotoFeatured .hellip {
    max-height: 100px;
}

.rightPhotoFeatured .hellipTitle {
    max-height: 110px;
}

.rightPhotoFeatured h2 {
	font-size: 23px;
	line-height: 1.16em;
}

.rightPhotoFeatured .author {
	font-size: 14px;
	margin-bottom: 31px;
}

.post_pagination,
.site-navigation {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-top: 3px;
}
.post_pagination {
	float: right;
	
	}



.post_pagination a,
.site-navigation a {
	color: #666666;
	font-size: 9px;
	margin: 0 3px;
	}
.post_pagination a span,
.site-navigation a {
	color: #000;
	font-size: 10px;
	
} 

.post_pagination .next,
.site-navigation .nav-next {
	background: url(images/next.png) top right no-repeat;
	padding: 0px 11px 0px 5px;
}

.post_pagination .previous,
.site-navigation .nav-previous {
	background: url(images/previous.png) top left no-repeat;
	padding: 0px 5px 0px 11px;
}
.site-navigation .nav-next,
.site-navigation .nav-previous {
	height: 17px;
	line-height: 17px;
	width: 30%;
}
footer .social{
	float: left;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 11px;
    text-align: right;
}

.entry-meta .row {
	margin: 0 0 36px;
}
.entry-meta .posts {
	list-style: none;
	text-align: center;
}
.entry-meta .posts .previous,
 .entry-meta .posts .next {
	height: 48px;
	width: 140px;
	overflow: hidden;
}

.serie .entry-meta .posts .previous,
.serie .entry-meta .posts .next {
	width: 260px;
    font-size: 20px;
    height: auto;
    text-align: left;
}

.serie .entry-meta .posts .previous{
    text-align: left;
}

.serie .entry-meta .posts .next {
    text-align: right;
}

.serie .entry-meta .posts .previous a, .serie .entry-meta .posts .previous span.fake-link{
    padding-left: 25px;
}

.serie .entry-meta .posts .next a, .serie .entry-meta .posts .next span.fake-link{
    padding-right: 25px;
}



.entry-meta .posts .previous a, .entry-meta .posts .previous span.fake-link,
.entry-meta .posts .next a, .entry-meta .posts .next span.fake-link {
	display: block;
	min-height: 48px;
	color: #000;
	background-repeat: no-repeat;
	line-height: 16px;
}

.entry-meta .posts .previous a, .entry-meta .posts .previous span.fake-link {
	background-image: url(images/previous-posts.png);
}

.entry-meta .posts .next a, .entry-meta .posts .next span.fake-link {
	background-image: url(images/next-posts.png);
}

.serie .entry-meta .posts .previous a, .serie .entry-meta .posts .previous span.fake-link,
.serie .entry-meta .posts .next a, .serie .entry-meta .posts .next span.fake-link {
	line-height: 1.21em;
}
.entry-meta .posts .previous {
	float: left;
}
.entry-meta .posts .previous a, .entry-meta .posts .previous span.fake-link {
	padding-left: 20px;
	background-position: 0 -134px;
}
.entry-meta .posts .previous a:hover {
	background-position: 0 0;
}
.entry-meta .posts .next {
	float: right;
}
.entry-meta .posts .next a, .entry-meta .posts .next span.fake-link {
	padding-right: 20px;
	background-position: 100% 0;
}
.entry-meta .posts .next a:hover {
	background-position: 100% -134px;
}

.entry-meta .posts .next span.fake-link, .entry-meta .posts .previous span.fake-link { 
	color: #999999;
	}

.entry-meta .posts .next span.next-label, .entry-meta .posts .previous span.previous-label {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

.entry-meta .posts .previous span.previous-label {
	padding-left: 25px;
}

.entry-meta .posts .next span.next-label {
	color: #ff7900;
	padding-right: 25px;
}

.more-posts {
	font-family: 'Univers Next W01 Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-style: italic;
	font-size: 21px;
	background: url(images/more-link.png) 20px 0 no-repeat;
	height: 21px;
	line-height: 21px;
	padding: 5px 0;
}
.serie .more-posts {
	display: none !important;
}
.widget-area .more-posts {
	margin-top: 30px;
}

.entry-meta .more-posts {
	display: inline-block;
	vertical-align: middle;
}
.more-posts a {
	display: block;
	height: 21px;
	padding: 0 20px 0 56px;
	color: #000;
}
.entry-meta .more-posts a {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}


#single-sidebar .smallFeatured img {
	margin: 0 auto;
	float: none;
	display: block;
}


#single-sidebar .smallFeatured {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 240px;
	
}

#single-sidebar .smallFeatured .tag {
	float: left;
	font-size: 11px;
	width: 135px;

}

#single-sidebar .smallFeatured .author{
	float: right;
	font-size: 11px;
	width: 105px;
	text-align: right;
}
#single-sidebar .smallFeatured a {
	display: block;
	margin-bottom: 6px;
}

#single-sidebar .smallFeatured h2 a{
	line-height: 20px;
    padding-top: 6px;	
}


#single-sidebar .smallFeatured .title{
	position: absolute;
	top: 116px;
	/*bottom: 75px;*/
	left: 1px;
	background: rgb(255,255,255);
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	width: 100%;
}
.lt-ie9 #single-sidebar .smallFeatured .title {
	background: url(images/sidebar-video-title.png) no-repeat;
}
#single-sidebar .smallFeatured .title h2{
	font-size: 15px;
	
}

.smallFeatured {
	 border-top: 1px dashed #CCCCCC;
	 padding-top: 10px;
}

.video-9 .smallFeatured{
	border-top: none;
	padding-top: 0px;
}

#single-sidebar .smallFeatured{
	border: none;
	padding-top: 0px;
}

#single-sidebar #menu-categories{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 24px;
	margin-bottom: 8px;
}

.assistive-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}


.error404 #content{
	padding-left: 30px;
	padding-right: 30px;
}

.txt_content img {
	 border: 1px solid #8c8c8c;
}

/*Royal slider default*/

.rsDefault .rsBullets {
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 1) !important;*/
    background-color: #151515 !important;
    bottom: -10px !important;
}

.rsDefault.rsFullscreen .rsBullets{
	bottom: 0px !important;
}

.rsDefault img {
    margin-bottom: 7px !important;
}

.rsDefault.rsFullscreen img {
    margin-bottom: 0px !important;
}

.rsDefault.rsFullscreen img{
	margin: 0 auto !important;
    height: 100% !important;
    margin-bottom: 10px !important;
	}

.rsDefault p a:link, .rsDefault p a:visited, .rsDefault p a:hover {
	color: #FFFFFF !important;
    text-decoration: underline !important;
}

.rsDefault p a:hover {
	text-decoration: none !important;
}
.rsDefault.rsFullscreen p {
	position: absolute;
	bottom: 20px !important;
    margin: 0;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75) !important;
	padding: 10px;
	width: 100%;
}

.rsDefault.rsFullscreen .rsSlide {
    height: 100% !important;
}

.rsFullscreen .rsOverflow {
    height: 100% !important;
}

.rsDefault {
	margin-bottom: 25px !important;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 13px;
}

.lt-ie9 .rsFullscreen p {
	background-color: #151515;
}

.rsFullscreen {
	background-color: #FFFFFF !important;
	height: 100%;
}
.rsFullscreen img {
	width: auto !important;
	height: 80% !important;
	overflow: hidden;
}


.rsFullscreen .rsOverflow {
	height: 100% !important;

}

.rsFullscreen .rsSlide {
	height: 100% !important;
}

.rsFullscreen .rsSlide div{
	height: 100% !important;
}

.archive_date { 
	text-transform: capitalize;
}

.archive_date em { 
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
}



blockquote.narrow {
    float: right;
    font-size: 26px;
    margin-left: 40px;
    width: 270px;
    margin-bottom: 20px;
    margin-right: 11px;
}

blockquote.wide p, blockquote.narrow p {
    margin-bottom: 0;
    line-height: 41px;
}

body.attachment #content {
	padding: 0 50px 0 30px;
}
body.attachment .entry-meta {
	font-size: 11px;
	float: none;
}
body.attachment .entry-header {
	margin-bottom: 1em;
}

body.attachment .entry-caption {
	width: 615px;
}
body.attachment .entry-header a {
	color: #384DA0;
}
.attachment_the_content {
	font-style: italic;
	color: #6B6B6B;
}

.quanta h2, .quanta h3, .quanta h4 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
}

.quanta h2 {
	font-size: 21px;
	margin-bottom: 15px;
}

.quanta h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

.quanta h4 {
	font-size: 13px;
	margin-bottom: 10px;
}


.sidecontent {
	width: 220px;
	float: left;
	position: relative;
	margin-top: 0px;
	padding: 12px 20px 12px 0px;
	height: 451px;
}

.sidecontent .text {
	margin-top: 20px;
	margin-bottom: 40px;
}

.sidecontent .author{
	margin-top: 0px;
}

.sidecontent .related{
	
}

.sidecontent .old_hellip {
	font-size: 15px;
	min-height: 350px;
	color: #424244;
}

.sidecontent .old_hellip h3{
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 20px;
}

.video_placeholder {
	width: 613px;
	margin-bottom: 10px;
}

.serie .video_placeholder, .video_series .video_placeholder {
	width: 996px;
	height: 580px;
}

.serie .video_placeholder .player-single, .video_series .video_placeholder .player-single{
	width: 996px;
	height: 581px;
	text-align: center;
}

.serie .video_placeholder .player-single .play_this_video, .video_series .video_placeholder .player-single .play_this_video{
	margin: 0px;
	margin-top: 250px;
	float: none;
}

.serie .iframe_placeholder {
	width: 100% !important;
}


.video_placeholder img.play_this_video {
	width: 83px;
	height: 83px;
}

#serie-header {
	padding-left: 30px;
	padding-right: 30px;
}


/*#serie-simil h1 {
	 font-size: 20px;
}

#serie-simil .entry-summary p.subtitle {
	font-size: 18px;
}*/

.slide.serie-slide {
	width: auto;
	float: right;
	position: relative;
	margin-bottom: 5px;
	margin-left: 0;
	max-width: 100%;
}
.slide.serie-slide img{
	float: right;	
}

.slide.serie-slide img.wpp-thumbnail {
	float: left;	
}
.slide.serie-slide img.horizontal{
	float: none;
}

.slide.serie-slide .wp-caption-text{
	width: 335px;
	margin-left: auto;
	margin-right: 0px;
	position: absolute;
	top: 101%;
	right: 0px;
	min-height: 700px;
	border-left: 1px dashed #9f9f9f; 
	padding-left: 15px;
}

#serie-header h2{
	font-size: 20px;
	margin-bottom: 10px;
}

.serie_menu {
	list-style: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#bababa;
	margin-left: 0px;
}

.serie_menu li {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/bg_series_menu.gif) 0px 7px no-repeat;
	font-style: italic;
}
.serie_menu li:first-child {
	padding-left: 0px;
	background: none;
}

.serie_menu li a {
	color: #494949;
	font-style: normal;
}

.serie_menu li.selected a {
	color: #ff7f15;
}

#single-content.article.serie {
	border-right: none;
	width: 998px;
		padding: 0;
		padding-left: 0px;
		margin: 0 auto;
		float: none;
}
 
#single-content.article.serie .entry-header, #single-content.article.serie .entry-content, #single-content.article.serie #comments, #single-content.article.serie footer.entry-meta{
	width: 615px;
	position: relative;
	z-index: 10;
}

.widget_next {
	border-top:1px solid #ff7f15;
	padding-top: 20px;
	margin-top: 20px;
}

.widget_next h6, .serie-slide .widget_next h3, .aside-styled>h3 {
	color: #ff7f15;
	text-transform: uppercase;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold;
	margin-bottom: 10px;
}

.widget_next h5 {
	font-size: 28px;
	line-height: 1.11em;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.widget_next h5 span {
	background-color: #ff7f15;
	color: #FFFFFF;
	padding: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	font-size: 16px;
	width: 87px;
	text-align: center;
	font-weight: bold;
	line-height: 1.21em;
	margin-top: -25px;
}

.widget_next h5 a {
	color: #000;
}


.meta:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .meta             { zoom: 1; } /* IE6 */
*:first-child+html .meta { zoom: 1; } /* IE7 */

.serie .meta:after {
	visibility: visible;
	display: block;
	font-size: auto;
	content: none;
	clear: none;
	height: auto;
	}

* html .serie .meta             { zoom: auto; } /* IE6 */
*:first-child+html .serie .meta { zoom: auto; } /* IE7 */


.serie .meta .entry-social {
	float: none;
}
.serie .entry-header .entry-meta {
	width: 45%;
}
.serie .entry-meta p, .serie .entry-social p {
	height: auto;
}
.serie .chapter {
	color: #a3a3a3;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 23px;
}
.serie .alignright{
	float: right;
	margin-right: -365px;
	position: relative;
}
.serie  .alignright.wp-caption .wp-caption-text {
	max-width: 330px;
	margin-left:0px;
	margin-right: 0px;
	border-bottom: 1px solid #ff7f15;
	padding-bottom: 20px;
	text-align: left;
	float: right;
	position: absolute;
	right: 0px;
}
.serie  .alignright.wp-caption .wp-caption-text p {
	font-size: 14px;
	line-height: 17px;
}
.serie #single-sidebar{
	right: 0px;
	position: absolute;
	bottom: 165px;
	padding-right: 0px;
}
.serie article {
	position: relative;
}
article img.no-border  {
	border: none;
}
article.quanta .txt_content {
	min-height: 600px;
}
.stButton img {
	display: none !important;
}
.share-popup {
	display: none;
}

.comments-cta{
	display: none;
}

.comments-popup:hover {
		text-decoration: underline;
		cursor:pointer;
}

.entry-social .st_plusone_large {
		display: none;
	}

.entry-social .st_plusone {
		display: inline-block;
	}

@media (max-width: 1061px) {
	#page {
		width: 100%;
		border-left: 0px;
		border-right: 0px;
	}
	.videos-list ul#videos-ul li {
		margin-right: 5px;
	}
}



@media (max-width: 998px) {

	#single-content.article.serie {
		padding-left: 0px;
	}
	#main {
		padding: 5px 0 !important;;
	}

	.entry-container {
		margin-left: 1.5625%;
		margin-right: 1.5625%;
	}

	.widget_next h6, .widget_next h5 {
		margin-right: 20px;
	}

	.slide.serie-slide .wp-caption-text {
		margin-right: 10px;
		margin-left: 10px;
	}

}


@media (min-width: 1200px) {
	#single-content.article.serie {
		width: 1000px;
		padding-left: 30px;
		margin: 0;
	}
	.slide.serie-slide {
		margin-left: 15px;
	}
	.serie .alignright {
		margin-right: -385px;
	}
}
@media (max-width: 1200px) {
	.serie .video_placeholder, .video_series .video_placeholder{
		width: auto;
		float: none;
	}

	.serie .video_placeholder .player-single, .video_series .video_placeholder .player-single{
		width: auto;
		text-align: center;
	}

	.serie .video_placeholder .player-single .play_this_video, .video_series .video_placeholder .player-single .play_this_video {
		margin: 0px;
		margin-top: 225px;
	}
}
@media (max-width: 998px) {
	body.attachment .entry-caption {
		width: auto;
	}
	.video_placeholder {
		width: auto;
	}
	
	#single-content.article.serie {
		width: auto;
		padding-right: 0;
		border-right: none;
		margin: 0;
	}
	#single-content.article.serie .entry-header, #single-content.article.serie .entry-content, #single-content.article.serie #comments, #single-content.article.serie footer.entry-meta{
		width: auto;
	}
	.entry-header {
		width: 100% !important;
	}
	.entry-header .entry-social{
		float: right !important;
	}
	.more-posts {
		font-family: 'Univers Next W01 Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size: 18px;
		height: 21px;
		background: none;
		line-height: 21px;
		padding: 0;
		text-align: center;
	}
	.widget-area .more-posts {
		margin-top: 16px;
		padding-bottom: 16px;
		margin-bottom: 16px;
		border-bottom: 1px dashed #CCC;
	}
	.entry-meta .more-posts {
		display: inline-block;
		vertical-align: middle;
	}
	.more-posts a {
		display: inline-block;
		height: 21px;
		padding: 0 0 0 14px;
		background: url(images/mobile/more-link.png) 0 50% no-repeat;
	}
	.entry-meta .more-posts a {
		border-left: none;
		border-right: none;
	}
	#single-sidebar #menu-categories {
		display: none;
	}

	#serie-header {
		font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
		padding: 12px 0 0;
		padding-left: 15px;
	}
	#serie-header .serie_menu {
		display: none;
	}
	.serie .entry-header .entry-meta {
		white-space: nowrap;
		text-align: left;
	}
	.slide.serie-slide {
		float: none;
		margin: 0;
	}
	.slide.serie-slide img.horizontal {
		width: 100%;
	}
	.slide.serie-slide img.vertical {
		width: 50%;
		margin-left: 10px;
	}
	.slide.serie-slide .wp-caption-text{
		width: auto;
		position: static;
		min-height: 0;
		border-left: none;
		padding-left: 0;
	}
	.serie .alignright.wp-caption .wp-caption-text {
		border-bottom: none;
		padding-bottom: 0;
		text-align: left;
		float: none;
		position: static;
	}
	.serie .alignright {
		display: block;
		float: none;
		margin-right: 0;
	}
	.serie #single-sidebar {
		position: static;
	}
	.serie .entry-meta .row {
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 1px dashed #CCC;
	}
	.entry-meta .posts .previous,
	.entry-meta .posts .next,
	.serie .entry-meta .posts .previous,
	.serie .entry-meta .posts .next {
		width: 45%;
	    font-size: 16px;
	    height: auto;
	    text-align: left;
	    min-height: 48px;
	    background-repeat: no-repeat;
	}
	.entry-meta .posts .next,
	.serie .entry-meta .posts .next {
		text-align: right;
	}
	.entry-meta .posts .previous {
		background-image: url(images/previous-posts.png);
	}
	.entry-meta .posts .next {
		background-image: url(images/next-posts.png);
	}
	.entry-meta .posts .previous {
		background-position: 0 -134px;
	}
	.entry-meta .posts .previous:hover {
		background-position: 0 0;
	}
	.entry-meta .posts .next {
		background-position: 100% -134px;
	}
	.entry-meta .posts .next:hover {
		background-position: 100% 0;
	}
	.entry-meta .posts .next span.next-label, 
	.entry-meta .posts .previous span.previous-label {
		font-size: 12px;
	}
	.entry-meta .posts .previous a, 
	.entry-meta .posts .previous span.fake-link,
	.entry-meta .posts .next a,
	.entry-meta .posts .next span.fake-link {
		min-height: 0;
		background-image: none;
	}
	#single-sidebar .smallFeatured {
		margin-right: 0;
		border-top: 1px dashed #CCC !important;
		padding-top: 16px !important;
		border-bottom: 1px dashed #CCC;
		padding-bottom: 4px;
		margin-bottom: 16px;
		max-width: 242px;
		margin: 0 auto;
	}

	.entry-meta,
	.comments {
		text-align: center;
	}
	.comments br.comments-cta-br {
		display: block;
	}

	.share,
	.comments-cta {
		display: inline-block !important;
		background: url('images/mobile/share-icon.png') no-repeat top right;
		font-size: 19px;
		font-family:"Univers Next W01 Italic";
		line-height: 29px;
		height: 29px;
		padding: 0 45px 0 0;
    	margin: 0 auto 24px;
    	cursor: pointer;
	}
	.comments-cta span {
		font-size: 14px;
		font-style: normal;
	}
	.comments-cta {
		background: none;
		padding: 0;
		border-bottom: 1px solid #ff7f15;
		position: relative;
	}
	.comments-cta:after {
		content: "";
		display: inline-block;
		border-top: 6px solid #ff7f15;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		position: absolute;
		left: 50%;
		bottom: -6px;
		margin-left: -6px;
	}
	.comments-area {
		text-align: left;
		display: none;
	}

	.stButton {
		width: 28px !important;
	}

	.entry-social .stButton .chicklets {
		padding-left: 0px !important;
		top: 0px !important;
	}

	.entry-social .stButton .facebook {
		background-image:  url('images/mobile/logo-fb-med.png') !important;
		height: 28px !important;
		width:28px !important;
	}

	.entry-social .stButton .twitter {
		background-image:  url('images/mobile/logo-tw-med.png') !important;
		height: 28px !important;
		width:28px !important;
	}

	.entry-social .stButton .email {
		background-image:  url('images/mobile/logo-email-med.png') !important;
		height: 28px !important;
		width:28px !important;
	}


	.entry-social .stButton .sharethis {
		background-image:  url('images/mobile/logo-st-med.png') !important;
		height: 28px !important;
		width:28px !important;
		background-size:cover;
	}

	.entry-social .stButton .rss {
		background-image:  url('images/mobile/logo-rss-med.png') !important;
		height: 28px !important;
		width:28px !important;
	}

	.social-icons .stButton .chicklets {
		display: table-cell;
	}

	.entry-social .st_plusone {
		display: none;

	}

	.entry-social .st_plusone_large div{
		bottom: 9px !important;
	}
	.entry-social .st_plusone_large {
		display: inline;
	}


	.share-popup {
		-webkit-box-shadow: 0px -1px 6px #333333;
		-moz-box-shadow: 0px -1px 6px #333333;
		box-shadow: 0px -1px 6px #333333;
		width: 285px;
		height: 255px;
		position: relative;
		background-color: #FFF;
		padding-top: 20px;
		position: fixed;
		top: 35px;
		left: 50%;
		margin-left: -142px;
		z-index: 1000;
		display: none;
	}
	.share-popup h3 {
		color: #3b3b3b;
		font-size: 19px;
		margin: 0px 5px 15px 30px;
		font-family:"Univers Next W01 Italic";
		text-align: left;
	}
	.share-close {
		background: url('images/mobile/share_close.png') no-repeat top left;
		width: 30px;
		height: 30px;
		cursor: pointer;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.share-popup .stButton .chicklets {
		width: 44px !important;
		height: 44px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		
	}
	.share-popup .st_facebook, 
	.share-popup .st_twitter, 
	.share-popup .st_plusone_large, 
	.share-popup .st_sharethis, 
	.share-popup .st_reddit, 
	.share-popup .st_email, 
	.share-popup .st_rss  {
		margin: 0px 15px 22px 28px !important;
		width: auto;	
		height: 44px !important;
		float:left;
	}
	.share-popup .stButton{
		/*background: url('images/share_rss_big.png') no-repeat top right;*/
		width: 44px !important;
		height: 44px !important;
		margin-right: 0px !important;
		margin-left: 0px !important;

	}
	.share-popup .st_plusone_large div {
		position: static !important;
	}
	.share-popup .stButton .facebook{
		background: url('images/share_fb_big.png') no-repeat top right;
	}
	.share-popup .stButton .twitter{
		background: url('images/share_tw_big.png') no-repeat top right;
	}
	.share-popup .st_plusone_large{
		/*background: url('images/share_gp_big.png') no-repeat top right;*/
	}
	.share-popup .stButton .sharethis{
		background: url('images/share_share_big.png') no-repeat top right;
	}
	.share-popup .stButton .reddit{
		background: url('images/share_ri_big.png') no-repeat top right;
	}
	.share-popup .st_rss .rss{
		background: url('images/share_rss_big.png') no-repeat top right;
		width: 44px !important;
		height: 44px !important;
		margin-right: 0px !important;
		margin-left: 0px !important;
		display: block;
		margin-bottom: 0px;
	}
	.share-popup .stButton .email{
		background: url('images/share_email_big.png') no-repeat top right;
	}
	.share-popup .Bg .Ro {
		background-position: 0px -484px !important;
	}
	.widget_next {
		border-top: 1px dashed #CCC;
		border-bottom: 1px dashed #CCC;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.serie .video_placeholder, .video_series .video_placeholder {
		width: auto;
		height: 581px;
	}

	.serie .video_placeholder .player-single, .video_series .video_placeholder .player-single{
		width: auto;
		height: 581px;
		text-align: center;
	}

	.serie .video_placeholder .player-single .play_this_video, .video_series .video_placeholder .player-single .play_this_video {
		margin: 0px;
		top: 40%;
	}

	.widget_next h6, .serie-slide .widget_next h3 {
		font-size: 13px;
	}

	.widget_next h6.date-beside{
		margin-right: 116px;
	}

	.widget_next h5 {
		font-size: 18px;
	}

	.widget_next h5 span{
		font-size: 16px;
		margin-left: 10px;
	}

	.widget_next{
		text-align: right;
	}

	.slide.serie-slide {
        margin-bottom: -25px !important;
	}

	.video_placeholder.slide.serie-slide, .video_series.video_placeholder{
        margin-bottom: 0px !important;
	}

	.widget_next p { 
		display: none;
	}

}

@media (max-width: 998px) {
	.sidecontent {
		width: auto;
		height: auto;
		float: none;
	}

	.sidecontent .old_hellip {
		min-height: 0;
	}

	.sidecontent .text {
    	margin-bottom: 18px;
    	margin-top: 0px;
	}

	#slides.vertical {
		float: left;
		margin-right: 15px;
	}

	.vertical .slides_container img {
		width: 100% !important;
	}


	.slide {
	    float: left;
	    width: 100%;
	}

	#single-sidebar .smallFeatured .title h2{
		font-size: 15px !important;
	}

	.entry-container{
		margin-top: 100px;
	}

	.bigPhoto, 
	#landing-featured .mediumFeatured, 
	#landing-content .mediumFeatured, 
	.bigPhoto .text, 
	.bigPhoto .singleText, 
	.textwidget, 
	.smallFeatured, 
	.rightPhotoFeatured  {
		padding-left: 5px;
		padding-right: 5px;
	}

}

@media (max-width: 800px) {
	.entry-container{
		margin-top: auto;
	}
	.serie .video_placeholder, .video_series .video_placeholder{
		width: auto;
		height: 520px;
	}

	.serie .video_placeholder .player-single, .video_series .video_placeholder .player-single{
		width: auto;
		height: 420px;
		text-align: center;
	}
}
@media (max-width: 600px) {
	.serie .video_placeholder .player-single .play_this_video, .video_series .video_placeholder .player-single .play_this_video {
		left: 43%;
		top: 38%;
	}
	.serie .video_placeholder, .video_series .video_placeholder {
		width: auto;
		height: auto;
	}

	.serie .video_placeholder .player-single, .video_series .video_placeholder .player-single{
		width: auto;
		height: 328px;
		text-align: center;
	}
}

@media (max-width: 568px) {
	.serie .video_placeholder, .video_series .video_placeholder {
		height: auto;
	}
}

@media (max-width: 480px) {
	.serie .video_placeholder .player-single .play_this_video, .video_series .video_placeholder .player-single .play_this_video{
		left: 41%;
		top: 35%;
	}
	.serie .video_placeholder, .video_series .video_placeholder {
		width: auto;
		height: auto;
	}

	.serie .video_placeholder .player-single, .video_series .video_placeholder .player-single{
		width: auto;
		height: 262px;
		text-align: center;
	}
}

@media (max-width: 320px) {
	.serie .video_placeholder .player-single .play_this_video, .video_series .video_placeholder .player-single .play_this_video {
		left: 37%;
		top: 27%;
	}

	.serie .video_placeholder, .video_series .video_placeholder {
		width: auto;
		height: auto;
	}

	.serie .video_placeholder .player-single, .video_series .video_placeholder .player-single{
		width: auto;
		height: 175px;
		text-align: center;
	}
}


.border {
	border: 1px solid #8C8C8C;
}

.hide_border {
	border: none !important;
}

.article.serie .entry-header {
	display: inline-block;
}

.wpp-views {
	display: none;
}




#single-content.article.video_series {
	width: auto;
	margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    border-right: none;
    float: none;
}

#single-content.article.video_series #serie-header {
	padding-left: 0;
	padding-right: 0;
}

#single-content.video_series .video_placeholder .wp-caption-text {
	text-align: right;
	margin-top: 3px;
	margin-bottom: 5px;
}

#single-content.video_series .entry-meta {
	width: 150px;
	float: left;	
}

#single-content.video_series .meta { 
	margin-bottom: 15px;
	}


.single .video_series .txt_content > p:first-of-type::first-letter {
    float: left;
    font-size: 46px;
    margin-right: 8px;
    margin-top: 8px;
}

.additional, .videos-list {
	padding-left: 30px;
	padding-right: 30px;
}

.videos-list .entry-leading {
	padding: 8px 0px;
	border-top: 1px solid #6b6b6b;
	font-size: 13px;
}

.additional .comments {
	width: 550px;
	float: left;
	 margin-top: 30px
}
.additional .comments-title {
	border-top: none;

}

.video_series .video_placeholder {
 	height: auto;
 	margin-bottom: 3px;
 }

 .video_series .date {
 	text-align: left;
 }

 .video_series .comments-popup {
 	text-align: right;
 }

.additional .comments #commentform textarea {
	width: 100%;
}

.additional #single-sidebar {
	float: right;
	margin-top: 30px;
}

.videos-list ul {
	margin: 0;
	padding: 0;
}

.videos-list ul li {
	margin-right: 25px;
	width: 316px;
	list-style: none;
	padding: 0px;
	float: left;
	position: relative;
	
}

.videos-list ul li.last {
	margin-right: 0px;
}

.videos-list ul li.first {
	clear: left;
}

.videos-list ul li img {
	width: 316px;
	height: 184px;
}



.videos-list ul li img.play_this_video {
    border: medium none !important;
    left: 15px;
    margin: 0;
    position: absolute;
    top: 136px;
    width: 35px;
    height: 35px;
}

.videos-list ul li:nth-child(3n+0){
	margin-right: 0px;

}

.videos-list ul li:nth-child(3n+1) {
	clear: left;
}

.videos-list ul li p a {
	color: #3b3b3b;
}


.more_arrow{
    position:relative;
    top: -1px;
    left: -2px;
    display:inline-block;
    height:10px;/*height should be double border*/
}
.more_arrow:before,
.more_arrow:after{
    position:absolute;
    display:block;
    content:"";
    border:8px solid transparent;/*adjust size*/
}

.more_arrow:before{
    top:2px;
    border-top-color:#ff7f14;
}
.more_arrow:after{
    top:-10px;/*adjust thickness*/
    border-top-color:#fff;/*Match background colour*/
}


.more-fewer {
	border-bottom: 1px solid #6b6b6b;
	padding-bottom: 30px;
}
.more-fewer a {
	color: #ff7f14;
	text-transform: uppercase;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.more-fewer .loading{
	background: url('images/related_videos_load.gif') no-repeat center center;
	display: none;
    height: 12px;
    width: 21px;
    display: none;
    margin-left: 5px;
}

.more-videos, .fewer-videos {
	width: 70px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.more_arrow, .fewer_arrow {
	margin-left: 10px;
}

.video_series_meta {
	width: 300px;
	float: right;
}

.video_series .wp-caption-text {
	margin-bottom: 10px;
}

.content-divider{
	border:none;
	border-bottom: 1px solid #6b6b6b;
	margin-left: 30px;
	margin-right: 30px;
}

@media (max-width:1024px){

	.videos-list ul#videos-ul  {
		width: 708px;
		margin: 0 auto;
	}
	.videos-list ul#videos-ul li {
    	margin-right: 18px;
    	margin-left: 18px;

    	width: 316px;
	}

	.videos-list ul#videos-ul li:nth-child(2n) {
    	clear: right;
	}

	.videos-list ul#videos-ul li:nth-child(3n) {
    	float: left;
	}


}

@media (max-width: 998px){
	.additional .comments {
		    float: none;
		    width: auto;
		}

	.article .readoffline-embed {
	    margin-top: 25px;
	}

	.article.serie .readoffline-embed {
	    margin-top: 10px;
	}
	
	.entry-meta .date {
		text-align: left;
	}

	.wp-caption.fullwidth{
		width: 100%;
	}
		.wp-caption.fullwidth a.player-single{
			height: 336px;
		}
	
}
@media (max-width: 768px){
	.videos-list ul#videos-ul  {
		width: auto;
		margin: 0 auto;
	}

	.videos-list ul#videos-ul li {
    	margin-right: 5px;
    	margin-left: 5px;

    	width: 316px;
	}



}

@media (max-width: 711px){
	.videos-list ul#videos-ul  {
		width: 316px;
		margin: 0 auto;
	}

	.videos-list ul#videos-ul li {
    	margin-right: 0px;
    	margin-left: 0px;
    	width: 316px;
	}


	

}
@media (max-width: 480px){

	#single-content.article.video_series{
		padding: 0px;
	}

	.video_series .entry-content, .video_series .entry-leading, .video_series .entry-title, .video_series .entry-summary, .video_series .wp-caption-text, .video_series .meta{
		padding-left: 8px;
		padding-right: 8px; 
	}

	.back-to-top {
		margin-right: 8px;
	}
}
@media (max-width: 479px){

	
	.additional, .videos-list {
		padding: 0px;
	}


}

@media (max-width: 320px){
	
}




.powerpress_player{
	margin-left: -7px;
	margin-top: -3px;
}

a.mejs-time-total {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls.mejs-container, .mejs-container .mejs-controls, .mejs-container .mejs-controls {
	background: none repeat scroll 0 0 transparent;
}

.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid #D6D6D6;
	height: 8px
}
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-duration, 
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-horizontal-volume-current, 
.mejs-container .mejs-controls .mejs-time  {
	display:none !important;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	/*display:none !important;*/
	position: absolute;
	visibility: hidden;
	left: -9999px;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: #E6E6E6;
	border-radius: 8px;
	height: 8px
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: block;
	background-color: #ff7f15;
	border-radius: 5px;
	border: 0px;
	top: -1px;
}

.mejs-time-current{
	display:none;
}

.mejs-controls .mejs-button button {
	background: url('images/controls.svg') no-repeat !important;
	box-shadow: none;
/*	margin-left: 2px;
	margin-right: 2px;*/
	
}
.lt-ie9 .mejs-controls .mejs-button button {
	background: url('images/controls.png') no-repeat !important;
}

.no-svg .mejs-controls .mejs-button button {
	background: url('images/controls.png') no-repeat !important;
}

.mejs-container .mejs-controls div{
	/*width: 16px;*/
}

.mejs-controls .mejs-play button, .no-svg .mejs-controls .mejs-play button {
	background-position: -16px 0px !important;

}

.mejs-controls .mejs-pause button, .no-svg .mejs-controls .mejs-pause button {
	background-position: -0px 0px !important;
}

.mejs-controls .mejs-mute button, .no-svg .mejs-controls .mejs-mute button {
	background-position: -48px 0px !important;
}

.mejs-controls .mejs-unmute button, .no-svg .mejs-controls .mejs-unmute button {
	background-position: -32px 0px !important;	
}


.mejs-container {
	margin-top: 10px;
}

.quantacast-logo{
	width: 125px ;
	height: 125px;
	float: left;
	background: url('images/logo-science-podcast.jpg') no-repeat top left;
	margin-right: 15px;
}

.quantacast-extra {
	width: 467px !important;
	float: left;
	padding-top: 24px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	}

.quantacast-extra p {
	margin-bottom: 2px;
	line-height: 1.11em;
	}

.featured .quantacast-extra .powerpress_links {
	width: 60%;
	float: left;
	}

.featured .powerpress_subsribe_links {
	/*display: none;*/
}

.featured .powerpress_player {
	width: 39% !important; 
	float: right;
	margin-right: -8px;
	margin-top: -18px;
	margin-left: 0;
}

.featured .bigPhoto .quantacast-extra .powerpress_links {
	width: 35%;
}

.featured .bigPhoto .powerpress_player  {
	width: 61% !important;
	float: left;
	margin-right: 0px;
}

.mediumFeatured .related {
	margin-bottom: 10px;
}


.quantacast {
	margin-bottom: 1.5em;
}

blockquote .quantacast {
	margin-bottom: 0.5em;
}

blockquote.podcast-aside {
	float: left;
	margin-bottom: 0;
	margin-right: 20px;
	margin-left: 0px;
	text-align: left;
}

blockquote.podcast-aside {
	width: 360px;
}

blockquote.podcast-aside .quantacast-extra {
	width: 60% !important;
}


.mediumFeatured .quantacast {
	margin-bottom: 0px;
}

.rightPhotoFeatured .quantacast-logo, .mediumFeatured .quantacast-logo {
	display: none;
} 



.mejs-controls a:focus > .mejs-offscreen {
    display: none;
}

@media (max-width: 968px){

.featured .powerpress_player, .featured .quantacast-extra p, .featured .bigPhoto .powerpress_player  {
		float: none;
		clear: both;
		width: auto !important;
		margin: 0px;
	}
		
}



@media (max-width: 630px) {
	.quantacast-extra {
		width: auto !important;
	}
	
	.entry-container {
	    margin-left: 10px;
	    margin-right: 10px;
	}

	.powerpress_player {
		width: 300px;
	}	

	blockquote.podcast-aside .powerpress_player{
		width: 100%;
	}
}

@media (max-width: 480px) {
	.powerpress_player {
		width: 210px;
	}
	blockquote.podcast-aside .powerpress_player{
		width: 100%;
	}	
}

@media (max-width: 360px) {

	.quantacast-logo {
		width: 99px;
		height: 99px;
		background-size: cover;
		margin-right: 10px;
	}

	blockquote.podcast-aside {
		width: 100%;
	}

	blockquote.podcast-aside .quantacast-logo {
		margin-right: 15px;;
	}

	blockquote.podcast-aside .powerpress_player{
		width: 180px;
	}

	.quantacast-extra {
		padding-top: 15px;
	}

	.powerpress_player {
		width: 180px;
	}

	.mejs-controls div.mejs-time-rail {
		margin-left: -5px;
	}

	.entry-container {
	    margin-left: 5px;
	    margin-right: 5px;
	}

}

.home .quantacast-logo {
	display: none;
}

.home .quantacast-extra {
	width: 100% !important;
	padding-top: 0px;
}

.home .powerpress_player {
	width: 100%;
}

.home .bigPhoto .text p {
    margin-bottom: 17px;
}


.home .mediumFeatured .quantacast {
    margin-top: 13px;
}