/*
Headings: font-family: 'Bebas Neue', sans-serif;
Sub Headings: font-family: 'Open Sans Condensed', sans-serif;
Content: font-family: 'EB Garamond', serif;
*/

#mobile_menu {
	display: none;
}

body, html {
	background: #fff;
	font-family: 'Arial', serif !important;
	color: #333;
	font-size: 18px;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.border-right {
	position: relative;
}

.border-right:after {
	content: "";
	position: absolute;
	right: 2px;
	top: 4px;
	display: block;
	height: 99%;
	width: 1px;  /* or 100px */
	background: black;
	/* float: right; */
}

.border-left {
	border-left: 1px solid #999;
	padding: 0 !important;
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

sup {
	vertical-align: super;
	font-size: 12px;
}

sub {
	vertical-align: sub;
	font-size: 12px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

input,
select,
textarea,
button {
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
}

.left {
	width: 50%;
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 10px;
}

.right {
	width: 50%;
	display: block;
	text-align: left;
	padding: 0;
	vertical-align: top;
	float: right;
	box-sizing: border-box;
	padding-left: 10px;
}

.row {
	width: 100%;
	/*text-align: center;*/
	clear: both;
	margin: 5px 0;
	height: auto;
}

.row p {
	margin-bottom: 0;
}

.col1-3 {
	width: 320px;
	padding: 0;
	display: block;
	float: left;
	text-align: left;
	margin: 0;
	box-sizing: border-box;
	padding-right: 10px;
}

.last {
	margin: 0;
	padding-right: 0px;
	padding-left: 10px;
}

.new_articles .col1-3 {
	width: 320px;
	padding: 0;
	display: block;
	float: left;
	text-align: left;
	margin: 0;
}

.new_articles .row {
	width: 100%;
	text-align: center;
	clear: both;
	margin: 5px 0;
	display: inline-block;
}

.col1-4 {
	width: 240px;
	padding: 0;
	display: block;
	text-align: left;
	box-sizing: border-box;
	float: left;
}

.col2-3 {
	width: 640px;
	padding: 0;
	display: block;
	float: left;
	text-align: left;
	margin: 0;
	padding-right: 10px;
	box-sizing: border-box;
}

.col1-3 img,
.col1-4 img,
.col2-3 img,
.grid2x2 li,
.grid4x2 li,
nav .submenu ul li img {
	width: 100%;
	height: auto;
}

.grid2x2,
.grid4x2 {
	list-style: none;
	margin: 0;
}

.grid4x2 {
	margin: 5px 0;
}


.grid2x2 li {
	display: block;
	margin: 0;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}

.grid2x2 li:nth-child(even) {
	padding-left: 10px;
	padding-right: 0;
}

.grid2x2 li:nth-child(3) {
    clear: left;
}

.grid4x2 li {
	display: block;
	padding: 2%;
	margin: 0;
	float: left;
	width: 25%;
	vertical-align: top;
	min-height: 200px;
	box-sizing: border-box;
}

.grid4x2 li:nth-child(1),
.grid4x2 li:nth-child(2),
.grid4x2 li:nth-child(3),
.grid4x2 li:nth-child(4) {
	border-bottom: 1px solid #e1e1e1;
}

.grid4x2 li:nth-child(1),
.grid4x2 li:nth-child(2),
.grid4x2 li:nth-child(3),
.grid4x2 li:nth-child(5),
.grid4x2 li:nth-child(6),
.grid4x2 li:nth-child(7) {
	border-right: 1px solid #e1e1e1;
}

.grid2x2 a:link,
.grid4x2 a:link {
	text-decoration: none;
}

.grid4x2 h3 a {
	color: #e3593d !important;
	font-size: 18px;
	text-decoration: underline !important;
}

/*Header Styles*/

header {
	height: 80px;
	margin: 40px 0 0 0;
}

header .wrap {
	position: relative;
}

.logo {
	background: #fbff62;
	width: 291px;
	height: 56px;
	float: left;
	padding: 12px;
	margin: 0 0 0 -15px;
}

.logo img#logo {
	width: 290px;
	height: 55px;
}

.current_cover {
	width: 89px;
	height: 114px;
	float: left;
	margin: -34px 0 0 0;
}

.trending {
	width: 467px;
	height: 35px;
	border-top: 1px solid #ccc;
	float: left;
	margin: 20px 0 0 0;
	position: relative;
	padding: 12px;
}

/*.trending p:nth-child(2) {
	display: none;
}*/

.trending h1 {
	font-family: 'Bebas Neue', sans-serif;
	margin: 0 0 3px 0;
	font-size: 16px;
}

.trending a:link,
.trending a:visited {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.trending a:hover,
.trending a:active {
	color: #e3593d;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.trending i {
	position: absolute;
	top: 0;
	right: 0;
	background: #CCC;
	display: block;
	padding: 20px 10px;
	height: 19px;
	cursor: pointer;
}

.trending i:hover {
	color: #e3593d;
}

.trending_more {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: #fff;
	width: 489px;
	left: 0;
	top: 59px;
	border: 1px solid #999;
	border-top: none;
}

.trending_more li:nth-child(odd) {
	background: #ededed
}

.trending_more li a {
	padding: 12px;
	display: block;
}

.new {
	width: 60px;
	height: 40px;
	padding: 10px;
	background: #fbff62;
	float: left;
	margin: 20px 0 0 0;
	font-family: 'Bebas Neue', sans-serif;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.new:hover {
	background: #F1F487;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.new .number {
	font-size: 32px;
	display: block;
}

.new i {
	font-size: 12px;
}

.new .text {
	font-size: 12px;
	display: block;
}

.social {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 350px;
	height: 20px;
}

.social li {
	float: left;
}

/*
.social #pr_subscribe:after{
	content: '|';
}
*/

.social li a {
	display: inline-block;
	width: 25px;
	height: 14px;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	padding: 3px 0;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.social li a.esubscribe {
	width: 65px;
}

.social li a#pr_subscribe {
	width:135px;
}

.social li a.facebook:hover {
	color: #3b5998;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.social li a.twitter:hover {
	color: #55acee;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.social li a.youtube:hover {
	color: #cd201f;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.social li a.rss:hover {
	color: #ff9900;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.new_articles {
	border: 1px solid #999;
	display: none;
}

/*Navigation Styles*/

nav {
	clear: both;
}

nav ul {
	height: 40px;
	background: #000;
	font-family: 'Bebas Neue', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	position: relative;
}

nav ul li {
	float: left;
}

nav ul li:last-child {
	float: right;
}

nav ul li:not(:last-child) i {
	font-size: 12px;
	color: #666;
	margin: 0 0 0 10px;
}

nav ul li a:link,
nav ul li a:visited {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	height: 20px;
	padding: 10px 10px;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

nav ul li a:hover,
nav ul li a:active,
nav ul li a.active {
	color: #000;
	background: #fbff62;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

nav .submenu {
	display: none;
	position: absolute;
	z-index: 100;
	top: 40px;
	left: 0px;
	background: #fff;
	width: 918px;
	border: 1px solid #ccc;
	min-height: 100px;
	color: #333;
	padding: 20px;
}

nav .submenu ul {
	background: none;
	color: #333;
	min-height: 200px;
}

nav .submenu ul li {
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin: 1%;
	position: relative;
}

nav .submenu ul li:last-child {
	float: none;
}

nav .submenu a:link,
nav .submenu a:visited {
	text-decoration: none;
	color: #333;
	display: inline;
	height: auto;
	padding: 0;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

nav .submenu a:hover,
nav .submenu a:active {
	color: #e3593d;
	background: none;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

nav .search_wrap {
	position: absolute;
	right: 0;
	top: 40px;
	padding: 10px;
	background-color: #000;
	display: none;
}

nav .search_wrap input[type=text] {
	border: 1px solid #333;
	background: #666;
	border-bottom: 1px solid #666; 
	padding: 5px;
	color: #f1f1f1;
	font-family: 'EB Garamond', serif;
	outline: none;
}

nav .search_wrap input[type=text]:focus {
	border-bottom: 1px solid #fbff62; 
}

nav .search_wrap input[type=submit] {
	border: none;
	padding: 5px;
	/*background: #fbff62;*/
	background: #f6b143;
	color: #000;
	cursor: pointer;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

nav .search_wrap input[type=submit]:hover {
	background: #F1F487;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.submenu.black {
	position: absolute;
	top: 40px;
	left: auto;
	background: #000;
	width: 200px;
	border: none;
	min-height: auto;
	padding: 0;
}

.submenu.black a:link,
.submenu.black a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px 10px;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.submenu.black a:hover,
.submenu.black a:active,
.submenu.black a.active {
	color: #000;
	background: #fbff62;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.submenu.black ul {
    height: auto;
    min-height: auto;
}

.submenu.black li {
    display: block;
    float: none;
    clear: both;
    width: 100%
;margin: 0;
}

.submenu.black li:last-child {
    float: none;
}

.black_submenu_submenu {
    display: none;
    position: absolute;
    background-color: #3a3a3a !important;
    top: 0;
    right: 200px;
}

.black_submenu_submenu ul {
    background: #242424 !important;
    display: none;
    position: absolute;
    right: 119px;
    top: 0;
}

.ad_wrap {
	max-width: 90%;
	width: 1280px;
	margin: 20px auto;
	text-align: center;
	position: relative;
}

.ad_wrap div {
	margin: 0 auto;
	max-width: 100% !important;
	position: relative;
	min-height: 100px;
}

.ad_wrap div div {
	max-width: 100% !important;
	display: inline-block;
position: relative;
	z-index: 10;
	top: 0;
	left: 0px !important;
	right: 0px !important;
	/* position: absolute; */
	/* top: -9999px; */
	/* bottom: -9999px; */
	/* left: -9999px;*/
	/* right: -9999px;*/
	margin: auto;
}

.ad_wrap img {
	max-width: 100%;
}

section {
	margin: 20px 0;
}

section h1,
.new_articles h1, 
section h2,
.new_articles h2,  
section h3,
.new_articles h3,  
section h4,
.new_articles h4,  
section h5,
.new_articles h5,  
section h6,
.new_articles h6 {
	font-family: 'Bebas Neue', sans-serif;
	margin: 0 0 5px 0;
}

section h1,
.new_articles h1 {
	font-size: 28px;
}

section.global_trade_101 h1,
section.singlearticle h1 {
	font-size: 40px;
}

section h1.thin,
.new_articles h1.thin {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	margin: 0 0 10px 0;
}

section h2,
.new_articles h2 {
	font-size: 26px;
	line-height: 28px;
}

h2.subheading {
	font-size: 24px;
	color: #6e6e6e;
}

section h3,
.new_articles h3 {
	font-size: 24px;
	line-height: 26px;
}

/*.col1-3 h3 {
	min-height: 55px;
}*/

section h4,
.new_articles h4 {
	font-size: 22px;
	line-height: 24px;
}

section h5,
.new_articles h5 {
	font-size: 20px;
	line-height: 22px;
}

section h6,
.new_articles h6 {
	font-size: 18px;
	line-height: 19px;
}

section p {
	line-height: 1.4;
	margin: 0 0 15px 0;
}

section.global_trade_101 p {
	font-size: 16px;
}

section hr {
	width: 100%;
	margin: 30px 0;
	clear: both;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #999;
}

section ol,
section ul {
	margin: 0 0 15px 25px;
	overflow: hidden;
}

section ol {
	list-style: decimal;
}

section ul {
	list-style: disc;
}

section .title_list,
.new_articles .title_list {
	list-style: none;
	margin: 0;
}

section .title_list h6 {
	font-size: 23px;
	line-height: 1.1;
}

section .top h6 {
	font-size: 18px !important;
}

section .top li {
	margin: 0 !important;
	line-height: 24px !important;
}

section li,
.new_articles li {
	margin: 0 0 20px 0px;
	line-height: 28px;
}

.new_articles .title_list li {
	margin: 25px 0 25px 15px;
}

section a:link,
section a:visited,
.new_articles a:link,
.new_articles a:visited {
	color: #e3593d;
	text-decoration: none;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

section a:hover,
section a:active,
.new_articles a:hover,
.new_articles a:active {
	text-decoration: underline;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

section h1 a:link,
section h1 a:visited,
.new_articles h1 a:link,
.new_articles h1 a:visited, 
section h2 a:link,
section h2 a:visited, 
.new_articles h2 a:link,
.new_articles h2 a:visited,  
section h3 a:link,
section h3 a:visited, 
.new_articles h3 a:link,
.new_articles h3 a:visited,  
section h4 a:link,
section h4 a:visited, 
.new_articles h4 a:link,
.new_articles h4 a:visited,  
section h5 a:link,
section h5 a:visited, 
.new_articles h5 a:link,
.new_articles h5 a:visited,  
section h6 a:link,
section h6 a:visited,
.new_articles h6 a:link,
.new_articles h6 a:visited  {
	color: #333;
}

section h1 a:hover,
section h1 a:active,
.new_articles h1 a:hover,
.new_articles h1 a:active,
section h2 a:hover,
section h2 a:active,  
.new_articles h2 a:hover,
.new_articles h2 a:active,
section h3 a:hover,
section h3 a:active,  
.new_articles h3 a:hover,
.new_articles h3 a:active,
section h4 a:hover,
section h4 a:active, 
.new_articles h4 a:hover,
.new_articles h4 a:active, 
section h5 a:hover,
section h5 a:active, 
.new_articles h5 a:hover,
.new_articles h5 a:active, 
section h6 a:hover,
section h6 a:active,
.new_articles h6 a:hover,
.new_articles h6 a:active {
	color: #e3593d;
	text-decoration: none;
}

nav a.btn i {
	color: #fff !important;
}

nav a.btn,
section a.btn,
section input[type=submit],
section button{
	background: #e3593d;
	color: #fff !important;
	padding: 10px 30px !important;
	margin: 5px 0;
	border: none;
	font-family: 'Open Sans Condensed', sans-serif !important;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

nav a.btn:hover,
section a.btn:hover,
section input[type=submit]:hover,
section button:hover{
	background: #e20b17;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

section .meta {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin: 5px 0;
	display: inline-block;
}

section .author {
	color: #333;
	padding: 0 7px 0 0 !important;
	font-weight: bold;
}

section .author.border-right {
	border-right: 2px solid #000;
}

section .author.border-right:after {
	display: none;
}

section .date {
	color: #999;
	padding: 0 0 0 7px;
}

section label {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin: 5px 0;
}

section input[type=text],
section input[type=email],
section input[type=password],
section select,
#modal input[type=text] {
	padding: 10px;
	border: 1px solid #999;
	margin: 5px 0;
	min-width: 280px; 
	font-family: 'EB Garamond', serif;
	font-size: 16px;
	color: #333;
	display: block;
}

section textarea {
	padding: 10px;
	border: 1px solid #999;
	margin: 5px 0;
	min-width: 280px; 
	height: 150px;
	font-family: 'EB Garamond', serif;
	font-size: 16px;
	color: #333;
	display: block;
}

section blockquote {
	margin: 50px 0;
	padding: 20px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

section blockquote p {
	font-size: 30px;
	color: #333;
	font-style: italic;
	font-family: 'EB Garamond', serif;
	line-height: 40px;
}

section span.section_title {
	margin: 15px 0 10px 0;
	display: block;
	clear: both;
	border-top: 1px solid #000;
	height: 46px;
}

section span.section_title h2 {
	background: #000;
	padding: 5px;
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 18px;
	display: inline-block;
}

section span.section_title h2.center {
	margin: 0 auto;
    display: block;
    width: 80px;
}

article {
    width: 700px;
    float: left;
}

.singlearticle article {
	width: 640px;
}

aside {
	width: 220px;
	float: right;
	padding: 10px;
	background-color: #FBFF62;
	border-top: 10px solid #000;
	text-align: right;
	font-family: 'Bebas Neue', sans-serif;
}

.singlearticle aside {
	width: 300px;
	padding: 0;
	border-top: none;
	background: none;
	text-align: left;
}
aside a:link,
aside a:visited {
	color: #000;
	text-decoration: underline;
}

aside a:active,
aside a:hover {
	color: #e3593d;
	text-decoration: underline;
}

aside ul {
	list-style: none;
	margin: 5px 0;
	font-size: 20px;
}

aside ul.links {
	text-align: left;
}

aside li {
	margin: 10px 0;
	padding: 0;
	clear: both;
	line-height: 20px;
	cursor: pointer;
}

aside .sub_items {
	display: none;
	width: 100%;
	font-family: 'EB Garamond', serif;;
}

aside .fa-angle-down {
	color: yellow;
}

ul.bxslider_home li {
	width: 297px !important;
	height: 150px !important;
	margin: 0;
}

ul.bxslider_home li .thumbnail {
	
	/* Prevents a black box from appearing on the homepage.  A temp fix, really.  Then in header-homepage.php we show it again when the js loads. */
	display:none;
	
	
	
    position: absolute;
	width: 297px !important;
	height: 150px !important;
	z-index: 1;
    top: 0px;
    left: 0px;
}

ul.bxslider_home li .thumbnail img {
	width: 297px !important;
	height: 150px !important;
}

ul.bxslider_home li .thumb_tint {
	
	/* Prevents a black box from appearing on the homepage.  A temp fix, really.  Then in header-homepage.php we show it again when the js loads. */
	display:none;
	
    position: absolute;
	z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,e5e5e5+100&amp;1+0,0.05+100 */
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,1) 0%, rgba(229,229,229,0.05) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(229,229,229,0.05))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(229,229,229,0.05) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(229,229,229,0.05) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(229,229,229,0.05) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(0,0,0,1) 0%,rgba(229,229,229,0.05) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0de5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

ul.bxslider_home li h6 {
    position: absolute;
	z-index: 3;
	text-align: left;
	bottom: 10px;
	left: 10px;
}

ul.bxslider_home li h6 a {
	color: #fff;
}

ul.gt101_links {
    list-style: none;
    background-color: #3a3a3a;
    margin: 0 0 20px 0;
    padding: 5px;
    display: inline-block;
}

ul.gt101_links li {
    margin: 0;
    padding: 0;
    float: left;
}

ul.gt101_links li a:link,
ul.gt101_links li a:visited {
    font-family: 'Bebas Neue', sans-serif;
    color: #fff;
    padding: 10px;
}

ul.gt101_links li a:hover,
ul.gt101_links li a:active {
    color: #000;
    background-color: #FBFF62;
}

footer {
	margin: 20px 0;
}

footer .wrap {
	border-top: 1px solid #999;
	padding: 20px 0 0 0;
}

footer p {
	font-size: 14px;
}

#footer_logo {
	width: 80%;
	/* height: 44px; */
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
	font-family: 'Bebas Neue', sans-serif;
	margin: 0 0 7px 0;
}

footer h1 {
	font-size: 28px;
}

footer h2 {
	font-size: 26px;
}

footer h3 {
	font-size: 24px;
}

footer h4 {
	font-size: 22px;
}

footer h5 {
	font-size: 20px;
}

footer h6 {
	font-size: 18px;
}

footer ol,
footer ul {
	margin: 0 0 15px 25px;
	overflow: hidden;
}

footer ol {
	list-style: decimal;
}

footer ul {
	list-style: disc;
}

footer li {
	margin: 5px 0 5px 15px;
	line-height: 22px;
}

footer a:link,
footer a:visited {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

footer a:hover,
footer a:active {
	color: #e3593d;
	text-decoration: none;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

#spmask {
	width:100% !important;
}

#dialog {
	text-align:center;
}

#dialog div img.aligncenter{
	display:block;
}

video {
	width: 300px;
	float: right;
}

#modal h1 {
  font-family: 'Bebas Neue', sans-serif;
  margin: 0 0 7px 0;
  font-size:32pt;
}
#pr_wrap{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width: 100%;
  display:none;
}
#pr_subscribe_modal {
  width:100%;
  height:100%;
  background-color: #000;
  z-index: 1;
  opacity: 0.8;
}
#pr_subscribe_modal:after{
  content:'';
}
#pr_wrap #modal {
  position: relative;
  display: block;
  margin: auto;
  height: 250px;
  width: 40%;
  background-color: white;
  top: -64%;
  opacity: 1;
}
#pr_wrap #modal #close {
  cursor: pointer;
  position:absolute;
  right:6px;
  top:6px;
}
#modal {

}
#modal .header {
  padding:10px;
  border-bottom: 1px solid #333;
}
#modal .body{
  height:69%;
  padding:20px;
}
#modal .body h3 {
  margin:10px;
}
#pr_wrap #modal .submit{
  display:inline;
}
#modal .submit a{
  background: #e3593d;
  color: #fff !important;
  padding: 10px 30px !important;
  margin: 5px 0;
  border: none;
  font-family: 'Open Sans Condensed', sans-serif !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

#modal input[type='text']{
  width: 60%;
  display: inline-block;
  height: 18px;
  margin-right: 10px;
}
/*.current_cover img {
	width:89px;
}*/

/*This is a temp fix.  Remove this when ads are rotating properly*/
/*.c-2, .c-3, .c-4, .c-5, .c-6, .c-7, .c-8, .c-9 {
	display:none;
}*/

#boxes #dialog {
	top: 150px !important;
}

.articlebanner {
	max-width: 100%;
	height: auto;
}

.sharelines {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 50%;
}

.sharelines ul {
	margin: 0;
}

.sharelines li {
	margin: 10px 0;
	padding: 0 0 5px 0;
	font-size: 16px;
  border-bottom: 1px solid #f1f1f1;
  line-height: 1.4;
}

.sharelines a {
	color: #333 !important;
	margin: 0 8px 0 0;
}

.sharelines a:hover {
	color: #666 !important;
}
.sharelines h1 {
    font-size: 24px !important;
    color: #6e6e6e;
}

.category_tag {
    display: inline-block;
    background: #FBFF62;
    padding: 5px;
    color: #2a2a2a;
    margin: 0 0 10px 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    font-weight: normal;
}

hr.thick {
	border-top: 3px solid #333;
}

.article_bottom {
    padding: 20px;
    margin: 25px 0;
    border-top: 1px solid #d2d2d2;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,ffffff+100 */
    background: rgb(241,241,241);/* Old browsers */
    background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1)));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%);/* Opera 11.10+ */
    background:  -ms-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%);/* IE10+ */
    background: linear-gradient(to bottom,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );/* IE6-9 */
}

.article_bottom .container {
	border: 1px solid #e4e3e3;
	/* min-height: 300px; */
}

.singlearticle aside h3 {
    background: #333;
    color: #fff;
    padding: 5px;
    margin: 25px 0 0 0;
}

ul.single_featured {
    background: #f9f9f9;
    margin: 0;
}

ul.single_featured li img {
    width: 100px;
    height: auto;
}

ul.single_featured li h6 {
    margin: 0 0 10px 10px;
    display: inline-block;
    width: 165px;
    vertical-align: top;
}

ul.single_featured li h6 a {
    text-decoration: none !important;
}

ul.single_featured li {
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 10px
}

ul.single_featured_bottom {
    margin: 0;
    list-style: none;
}

ul.single_featured_bottom li {
    margin: 0;
    width: 18%;
    padding: 0 3%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #f1f1f1;
}

ul.single_featured_bottom li:last-of-type {
    border-right: none;
}

.video_item {
    float: left;
    width: 48%;
    padding: 1%;
    background: #fff;
}

.video_item:last-of-type {
    background: #f5f4f4;
}

.article_bottom .right .container a {
    display: block;
    padding: 10px;
    color: #333;
    background: #fff;
}

.article_bottom .right .container a:nth-child(odd) {
    background: #f5f4f4;
}

#article_comments {
    margin: 0 0 15px 0;
    line-height: 30px;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: #FBFF62;
    color: #000;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

#article_comments:hover {
    background: #F8FA9C;
}

div#sharewrap {
  /* float: left; */
  position: fixed;
  left: 10px;
  top: 200px;
  z-index: 200;
}

.banner,
.img-caption-wrap {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  position: relative;
}

.banner {
  margin: 0 0 10px 0;
}

.caption {
  position: absolute;
  bottom: 3px;
  left: 0;
  padding: 10px;
  width: 100%;
  background: rgba(0,0,0,.7);
  color: #fff;
   /*display: none; */
  font-size: .8em;
  box-sizing: border-box;
}

.category-article .right h2 {
	margin-top: 30px;
}

.category-article .right .meta.author.border-right {
	color: #999 !important;
	border-right-color: #999 !important;
}

.category_tag p {
    margin: 0;
    line-height: 1;
}

.category_tag.black_tag {
    background: #2a2a2a;
    color: white;
}