/* @override http://stage.headlinepolitics.com/wp-content/themes/imknewsportal/style.css */
/*
Theme Name: Intermarkets News Portal
Theme URI: http://www.headlinepolitics.com/themes/imknewsportal/
Author: Andy Affleck, Affleck Design LLC
Author URI: http://www.AffleckDesign.com
Description: Intermarkets Master theme for HeadlinePolitics.com and ThePoliticalInsider.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, bootstrap3, boxes, responsive, news, news site, articles, accessible
Text Domain: imknewsportal

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.
*/
.border {
	border:1px solid red;
}

body {
	padding-bottom: 100px;
}

.navbar-fixed-top {
	top:0;
}

.admin-bar .navbar-fixed-top {
	top:28px!important;
}

.ie8only {
	display:none;
}

.top-line {
	width:100%;
	height:4px;
	background-color:#ff8000;
	position:fixed;
	top:0;
	left:0;
	z-index:200;
}

.white-box {
	width:100%;
	height:58px;
	background-color:#fff;
	position:fixed;
	top:4px;
	left:0;
	z-index:1;
}

.main-site-wrap {
	position:relative;
	width:970px;
	background-color:#fff;
	padding-right:9px;
}

.nopadding {
	padding:0!important;
	margin:0!important;
}

header.home-header {
	width:970px;
	height:60px;
	margin:4px auto 0;
	background-color:#fff;
	border-bottom:4px solid #ff8000;
	z-index:999999999;
}

.hplogo {
	z-index: 1000;
}

.sitelogo {
	z-index:1000000;
}

header.home-header nav {
	margin-top:-18px;
	margin-right:-40px;
	margin-left:22px;
	padding-right:0!important;
}

header.home-header nav ul {
	position:relative;
	margin-top:18px;
}

header.home-header nav ul:after {
	content:"";
	clear:both;
	display:block;
}

header.home-header nav ul li {
	display:inline-block;
	float:left;
	margin-right:-10px;
}

header.home-header nav ul li ul {
	display:none;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-ms-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;
}

header.home-header nav ul li:hover > ul {
	display:block;
}

header.home-header a.nav-item {
	font:1em Arial;
	font-weight:700;
	text-transform:lowercase;
	text-decoration:none;
	width:90px;
	height:39px;
	color:#535453;
	text-align:center;
	padding-top:10px;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-ms-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;
}

header.home-header a.nav-item:hover {
	background-color:#535453;
	color:#ff8000;
	text-decoration:none;
}

.sub-menu-toggle {
	display:block;
	position:relative;
	padding:9px 10px;
	margin-top:8px;
	margin-right:15px;
	background-color:#fff;
	border:2px solid #aeaeae;
	border-radius:4px;
}

.sub-menu-toggle .icon-bar {
	display:block;
	width:22px;
	height:3px;
	border-radius:1px;
	background-color:#535453;
}

.sub-menu-toggle .icon-bar + .icon-bar {
	margin-top:4px;
}

.sub-menu-toggle:hover,.sub-menu-toggle:focus {
	background-color:#535453;
}

.sub-menu-toggle:hover .icon-bar,.sub-menu-toggle:focus .icon-bar {
	background-color:#ff8000;
}

header.home-header a.nav-social {
	text-decoration:none;
	font-size:1.7em;
	color:#545554;
	margin:8px 16px 0 2px;
	padding:0;
	-webkit-transition:color .1s linear;
	-moz-transition:color .1s linear;
	-ms-transition:color .1s linear;
	-o-transition:color .1s linear;
	transition:color .1s linear;
}

header.home-header a.nav-social:hover {
	color:#ff8000;
	background:#535453;
}

header.home-header nav ul ul {
	background-color:#515451;
	border-radius:0;
	padding:0;
	position:absolute;
	top:47px;
	margin-top:0;
	width:160px;
	right:20px;
	text-align:left;
}

header.home-header nav ul ul li {
	float:none;
	border-top:1px solid #6b727c;
	border-bottom:1px solid #494949;
	position:relative;
	margin:0;
}

header.home-header nav ul ul li a {
	display:block;
	padding:10px;
	color:#fff;
	font:1em Arial;
	font-weight:700;
	text-transform:lowercase;
	text-decoration:none;
	margin:0;
	width:160px;
}

li.search,form.searchmenu {
	padding-left:5px;
	padding-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

header.home-header nav ul ul li a:hover {
	background-color:#ccc;
	color:#000;
	text-decoration:none;
}

header.home-header h1 {
	display:inline;
}

header.home-header img {
	margin-top:7px;
	margin-left:5px;
}

#ad-top-row {
	margin-top:70px;
}

#ad-bottom-row {
	margin-top:15px;
}

.ad-container {
	margin-left:-5px;
}

.ad-caption-banner {
	font-size:.7em;
	margin-right:121px;
}

ul.nav.nav-tabs {
	margin-top:5px;
	margin-left:-15px;
	width:970px;
	border-bottom:5px solid #ff8000;
}

ul.nav.nav-tabs li a {
	margin-left:15px;
	margin-right:-8px;
	width:228px;
	border:1px solid #ff8000;
	background:#ff8000;
	color:#fff;
	font:1.5em Arial,Sans-serif;
	font-weight:700;
	text-decoration:none;
	text-transform:lowercase;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-ms-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;
	text-align:center;
}

ul.nav.nav-tabs li a:hover {
	background:#fff;
	color:#ff8000;
}

ul.nav.nav-tabs li.active a {
	text-decoration:none;
	background:#fff;
	color:#ff8000;
	border-bottom:5px solid transparent;
	margin-bottom:-5px;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-ms-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;
}

ul.nav.nav-tabs li.active a:hover {
	background-color:#fff;
}

.home-box {
	padding-top:5px;
}

.home-section-title {
	background:#ff8000;
	display:block;
	line-height:2px;
	width:970px;
}

.home-section-title span {
	font:bold .7em Arial;
	line-height:22px;
	padding-right:10px;
	color:#ff8000;
	background:#fff;
	text-transform:lowercase;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-ms-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;
}

.section {
	margin-bottom:10px;
}

.big-img {
	margin-bottom:-10px;
}

p.article-summary-lg,p.article-summary-md {
	font-size:.9em;
}

div.article-title-box {
	position:absolute;
	bottom:0;
	left:20px;
	padding-right:10px;
	padding-left:10px;
	width:290px;
	max-height: 175px;
	vertical-align: bottom;
}

a.article-title-link {
	display: block;
	vertical-align: bottom;
	margin-bottom: -25px;
	padding-bottom: 0;
}

h3.article-title {
}

h3.article-title.embiggen {
	width:572px;
}

h3.article-title small {
	color:#fefefe;
	font-size:.4em;
	display:block;
	margin-top:0;
	text-transform:uppercase;
	font-weight:400;
	text-shadow:1px 1px 3px #535453;
	text-decoration:none;
}

h3.article-title a {
	color:#fff;
	font-size:.9em;
	line-height:27px;
	text-transform:uppercase;
	font-weight:400;
	text-shadow:1px 1px 3px #535453;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-ms-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;
	text-decoration:none;
}

h3.article-title a:hover {
	color:#ff8000;
}

.small-boxes {
	margin-top:20px;
}

.ad-box-right {
	text-align:right;
	margin-right:-100px;
}

.ad-box-left,.ad-box-mid {
	text-align:left;
}

.ad-box-left p.ad-box-caption {
	margin-right:0;
	text-align:right;
}

p.ad-box-caption {
	font-size:.7em;
	margin-right:5px;
}

.filler300 {
	width:300px;
	height:250px;
}

.filler632 {
	width:632px;
	height:250px;
}

div.prevnext {
	margin-bottom:20px;
}

.prevnext a {
	font:bold 1.6em Arial;
	color:#ff8000;
	text-transform:lowercase;
}

.middle-meta {
	margin-bottom:30px;
	padding-bottom:5px;
	border-bottom:5px solid #ff8000;
}

.section-title {
	background:#ff8000;
	display:block;
	line-height:2px;
	width:100%;
}

.section-title span {
	font:bold .9em Arial;
	line-height:22px;
	padding-right:10px;
	color:#ff8000;
	background:#fff;
	text-transform:lowercase;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-ms-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;
}

.widget-title {
	font:1.4em Arial,sans-serif;
	font-weight:700;
	display:block;
	color:#515151;
	text-transform:lowercase;
	background:#515151;
	margin-left:-3px;
	width:300px;
}

.widget-title span {
	background:#fff;
	padding-left:0;
	padding-right:10px;
	padding-bottom:1px;
}

button.subscribe-button-small {
	margin-bottom:15px;
	margin-top:-10px;
}

.social-buttons-home {
	margin-left:-13px!important;
}

.social-buttons-sidebar {
	width:300px;
	margin:0 -1px 0 -3px!important;
}

.social-buttons-article {
	width:608px;
	margin:0 auto;
	padding-top:10px;
}

.home-subscribe-form label,.home-subscribe-form button {
	vertical-align:top;
}

button.btn.btn-default.subscribe-button {
	margin-bottom:5px;
	background-color:#ff8000;
	color:#fff;
	font-weight:700;
	border:none;
	margin-top:1px;
}

.social-buttons-home a.social {
	text-decoration:none;
	width:190px;
	padding:5px 20px;
}

.social-buttons-sidebar a.social {
	text-decoration:none;
	width:300px;
	padding:5px 20px;
}

.social-buttons-article a.social {
	text-decoration:none;
	width:200px;
	height:50px;
	padding:12px 20px;
}

a.social {
	text-decoration:none;
	display:inline-block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#fff;
	margin-bottom:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-align:center;
}

a.facebook {
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:#3a5895;
	border:1px solid #7489b4;
}

a.facebook:hover {
	background:#22335a;
	-moz-box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 0 rgba(58,88,149,1);
	-webkit-box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 0 rgba(58,88,149,1);
	box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 0 rgba(58,88,149,1);
	text-shadow:0 -1px 1px rgba(000,000,000,0),0 1px 0 rgba(255,255,255,0);
	text-decoration:none;
}

a.twitter {
	background-color:#61aadb;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #95c6e6;
	-moz-box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 2px rgba(66,116,149,1);
	-webkit-box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 2px rgba(66,116,149,1);
	box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 2px rgba(66,116,149,1);
	text-shadow:0 -1px 1px rgba(000,000,000,0),0 1px 0 rgba(255,255,255,0);
}

a.twitter:hover {
	background-color:#417394;
	-moz-box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 0 rgba(97,170,219,1);
	-webkit-box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 0 rgba(97,170,219,1);
	box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 0 rgba(97,170,219,1);
	text-shadow:0 -1px 1px rgba(000,000,000,0),0 1px 0 rgba(255,255,255,0);
	text-decoration:none;
}

a.google {
	background-color:#db4d3d;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #e27465;
	-moz-box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 2px rgba(119,040,031,1);
	-webkit-box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 2px rgba(119,040,031,1);
	box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 2px rgba(119,040,031,1);
	text-shadow:0 -1px 1px rgba(000,000,000,0),0 1px 0 rgba(255,255,255,0);
}

a.google:hover {
	background-color:#77281f;
	-moz-box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 2px rgba(219,77,61,1);
	-webkit-box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 2px rgba(219,77,61,1);
	box-shadow:0 1px 3px rgba(000,000,000,0),inset 0 -1px 2px rgba(219,77,61,1);
	text-shadow:0 -1px 1px rgba(000,000,000,0),0 1px 0 rgba(255,255,255,0);
	text-decoration:none;
}

a {
	color:#ff8000;
	text-decoration:underline;
}

#article {
	margin-top:-20px;
	margin-bottom:30px;
}

.article-header {
	font:2.7em Georgia,"Times New Roman",Times,serif;
	padding-left:0;
	padding-top:0;
	padding-bottom:10px;
	margin-left:-30px;
}

div#byline {
	font-size:.9em;
	text-align:right;
	margin-top:5px;
	background:#fff;
	background:-moz-linear-gradient(left,#fff 0%,#cecece 49%,#cecece 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#fff),color-stop(49%,#cecece),color-stop(100%,#cecece));
	background:-webkit-linear-gradient(left,#fff 0%,#cecece 49%,#cecece 100%);
	background:-o-linear-gradient(left,#fff 0%,#cecece 49%,#cecece 100%);
	background:-ms-linear-gradient(left,#fff 0%,#cecece 49%,#cecece 100%);
	background:linear-gradient(to right,#fff 0%,#cecece 49%,#cecece 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#cecece',GradientType=1);
}

.author-description {
	margin-left:-30px;
	margin-top:-15px;
	font-size:.9em;
	font-style:italic;
}

div#article.col-md-8 {
	padding-left:0;
}

div#article-body {
	font:1.1em Arial,Sans-Serif;
	line-height:1.5em;
	text-align:left;
}

div#article-body img {
	max-width:100%!important;
	height:auto!important;
}

div.loginRadiusVerticalSharing.lrshare_interfacebox.lrshare_flat {
	position:absolute;
	top:0!important;
	left:-62px!important;
	width:42px!important;
}

div.loginRadiusVerticalSharing.lrshare_interfacebox.lrshare_flat p {
	display:none;
}

div.loginRadiusVerticalSharing.lrshare_interfacebox.lrshare_flat lr {
	position:fixed;
	width:42px;
}

.social-buttons {
	width:300px;
	margin:0 auto;
}

.in-article-ad {
	width:300px;
	margin:0 auto;
	font-family:Arial,Helvetica,Sans-Serif;
	text-align:right;
}

#ad_under_article {
	margin-left:-10px;
}

.insert-post-ads {
	clear:both;
	float:left;
	width:100%;
	margin:0 0 20px 0;
}

blockquote {
	font-size:1em;
	background:#f9f9f9;
	border-left:10px solid #ccc;
	margin:1.5em 10px;
	padding:.5em 10px;
	quotes:"\201C""\201D""\2018""\2019";
}

blockquote:before {
	color:#ccc;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;
}

blockquote p:first-child {
	display:inline;
}

blockquote p:nth-child(2) {
	padding-top:22px;
}

blockquote p:last-child {
	margin-bottom:0;
}

#comments {
	margin-top:20px;
}

.thumbnail {
	border:0;
	text-align:left!important;
}

.thumbnail a {
	font-weight:700;
	color:#000;
	text-decoration:none;
}

.related-caption {
	font-size:.85em;
}

#form-textarea {
	width:100%;
	height:100px;
}

#form-loggedinas {
	font-size:.9em;
}

#form-loggedinas a {
	color:#ff8000;
	text-decoration:none;
}

#form-htmlrules {
	font-size:.8em;
}

#form-htmlrules code {
	background:#fff;
	color:#000;
}

div.reply {
	margin-bottom:10px;
}

.comment-author.vcard {
	vertical-align:top!important;
}

div.reply {
	margin-bottom:10px;
}

div.comment-author.vcard {
	vertical-align:top;
}

div.comment-author.vcard img,div.comment-author.vcard cite,div.comment-author.vcard span.says {
	display:inline-block;
	margin-right:2px;
}

div.comment-author.vcard img,div.comment-author.vcard cite,div.comment-author.vcard span.says {
	float:left;
}

div.comment-author.vcard cite {
	margin-top:-3px;
	font-size:.9em;
}

div.comment-author.vcard cite {
	font-weight:700;
}

div.comment-author.vcard span.says {
	color:rgba(255,255,255,0);
}

div.commentmetadata {
	font-size:.8em;
	display:block;
	float:right;
}

div.comment-body p {
	margin-left:37px;
	margin-top:5px;
	font-size:.9em;
	clear:both;
}

div.comment-body a.comment-reply-link {
	margin-left:37px;
}

div.comment-body {
	border-bottom-style:none;
	border-bottom-color:#ededed;
	border-top:1px solid #ededed;
	border-left:1px solid #ededed;
	border-width:1px;
	border-color:#ededed;
	opacity:1;
	-moz-box-shadow:1px 1px 3px #b5b5b5;
	box-shadow:1px 1px 3px #b5b5b5;
	padding:5px;
	margin-bottom:5px;
}

ol.comment-list,ol.children {
	list-style-type:none;
	list-style-position:outside;
}

ol.comment-list>li {
	margin-left:-40px;
}

.page-content {
	margin-top:60px;
}

.archive-header h2 {
	margin-left:-15px;
}

div.the-excerpts {
	padding-top:20px;
}

.img-excerpt {
	float:left;
}

div.excerpt-content {
	padding-bottom:20px;
}

div.excerpt-content img {
	margin-right:20px;
}

article.excerpt-article.row {
	margin-left:-45px;
	margin-top:0;
	margin-bottom:20px;
}

div.excerpt-title-row {
	margin-bottom:0;
	margin-left:-30px;
}

div.excerpt-article {
	margin-top:0;
	margin-left:-30px;
	margin-bottom:0;
}

h3.excerpt-title a {
	color:#000;
	font-size:.6em;
	margin-top:0;
	margin-bottom:0;
	display:block;
	background-color:transparent;
	font-weight:700;
	text-decoration:none;
}

.excerpt-content-box {
	margin-top:-25px;
}

.excerpt-article p {
	font-size:.85em;
}

#main-sidebar {
	padding-right:0;
	padding-left:23px;
	padding-top:0;
	margin-top:-20px;
}

.sidebar-facebook img {
	padding-top:20px;
}

input.sidebar-subscribe {
	max-width:160px;
}

#sidebar-ad1 {
	margin-top:20px;
}

ul.sidebar-views {
	padding-bottom:60px;
	list-style:none;
	padding-left:0;
	margin-left:-10px;
}

li.sidebar-article-link img {
	float:left;
	margin-right:10px;
}

li.sidebar-article-link .number {
	float:left;
	width:41px;
	height:34px;
	font-family:Arial,sans-serif;
	font-size:24px;
	text-align:center;
	color:#515151;
	padding-top:7px;
}

li.sidebar-article-link {
	clear:both;
	padding-top:10px;
}

li.first {
	clear:both;
	padding-top:0!important;
}

li.sidebar-article-link {
	color:#777;
	text-decoration:none;
	font-size:.8em;
}

li.sidebar-article-link a {
	font-weight:700;
	text-decoration:none;
	color:#000;
	text-decoration:none;
}

.img-sidebar {
	width:100px;
}

.sidebar-signup2 {
	margin-bottom:20px;
}

div.sidebar-ad-box {
	margin-left:-2px;
}

div.sidebar-ad-box p.sidebar-ad-box-caption {
	font-size:.7em;
	margin-right:4px;
	text-align:right;
}

footer {
	overflow:hidden;
	width:970px;
	margin-top:20px!important;
}

#footer-top {
	background-color:#4f504f;
	height:20px;
}

#footer-middle {
	min-height:70px!important;
	background-color:#424342;
}

#footer-menu.navbar {
	border:0;
	background-color:#424342;
}

#footer-menu a {
	color:#fff;
	text-decoration:none;
}

.footer-nav li {
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em;
	font-weight:800;
	display:block;
	padding:15px 18px 13px;
	height:50px;
	width:165px;
	text-transform:lowercase;
	-webkit-transition:color .1s linear;
	-moz-transition:color .1s linear;
	-ms-transition:color .1s linear;
	-o-transition:color .1s linear;
	transition:color .1s linear;
	background-color:#424342;
}

li.footer-social {
	width:10px!important;
}

.footer-social a {
	width:30px;
	font-size:1.7em;
	background-color:transparent;
	margin-right:3px;
	margin-bottom:0;
	margin-left:0;
	padding:0;
	z-index:1000;
	text-decoration:none;
}

#footer-menu.navbar-default .navbar-nav>li>a:hover {
	color:#ff8000;
}

#footer-menu.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color:#fff;
	background-color:#ff8000;
}

#footer-bottom {
	padding:15px;
	background-color:#292a29;
	font-family:Arial,Helvetica,sans-serif;
	font-size:.8em;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
}

#footer-bottom a {
	color:#fff;
	text-decoration:none;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-ms-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;
	text-decoration:none;
}

#footer-bottom a:hover {
	text-decoration:underline;
	color:#ff8000;
}

.navbar-fixed-bottom {
	width:970px;
	margin:0 auto;
	background:transparent;
	height:40px;
	text-align:center;
	z-index:0;
}

@media only screen and (max-width: 878px) {
	div.loginRadiusVerticalSharing.lrshare_interfacebox.lrshare_flat {
		display:none;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.main-site-wrap {
		width:750px;
	}
	
	header.home-header {
		width:750px;
	}
	
	header.home-header-logo-row {
		padding-top:0;
		margin-top:0;
	}
	
	header.home-header nav {
		margin-left:54px;
		padding-right:0!important;
	}
	
	header.home-header a.nav-item {
		margin-right:16px;
	}
	
	ul.nav.nav-tabs {
		width:750px;
		margin-left:-15px;
	}
	
	ul.nav.nav-tabs li a {
		margin-left:15px;
		margin-right:-8px;
		width:173px;
		font-size:1.3em;
	}
	
	.section.row {
		width:751px;
	}
	
	h3.article-title.embiggen {
		width:450px;
	}
	
	div.ad-box {
		width:245px;
		height:197px;
		overflow:hidden;
	}
	
	div.ad-box img,div.ad-box embed,div.ad-box div div div,div.ad-box iframe,#3102473 iframe,#3102474 iframe,#3139031 iframe,#aswift_0,#aswift_1,#aswift_2 {
		width:230px!important;
		height:183px!important;
	}
	
	p.ad-caption-top {
		margin-right:15px;
	}
	
	.ad-box-right {
		text-align:center;
	}
	
	.ad-box-right p.ad-box-caption {
		margin-right:0;
	}
	
	.home-section-title {
		width:750px;
	}
	
	h3.article-title {
		margin-left: -25px !important;
		font-size: 20px;
		line-height: 1.2;
	}
	
	.social-buttons-home {
		width:auto;
	}
	
	.social-buttons-home a.social {
		width:170px;
		padding:5px 20px;
		font-size:1.1em;
	}
	
	.social-buttons-article {
		width:300px;
		margin:0 auto;
		padding-top:10px;
	}
	
	.social-buttons-article a.social {
		width:300px;
		height:50px;
		padding:12px 20px;
	}
	
	footer {
		width:750px;
	}
	
	#footer-menu.navbar-default .navbar-nav>li>a {
		font-size:.9em;
		font-weight:700;
		padding:15px 18px 18px;
		height:50px;
		width:125px;
		text-transform:uppercase;
	}
	
	.footer-nav li {
		color:#fff;
		font-family:Arial,Helvetica,sans-serif;
		font-size:.9em;
		font-weight:700;
		display:block;
		padding:15px 18px 13px;
		height:50px;
		width:125px;
		text-transform:uppercase;
		-webkit-transition:color .1s linear;
		-moz-transition:color .1s linear;
		-ms-transition:color .1s linear;
		-o-transition:color .1s linear;
		transition:color .1s linear;
		background-color:#424342;
	}
	
	li.footer-social {
		width:10px!important;
	}
	
	.footer-social a {
		width:30px;
		font-size:1.7em;
		background-color:transparent;
		margin-right:3px;
		margin-bottom:0;
		margin-left:0;
		padding:0;
		z-index:1000;
	}
	
	h3.article-title {
		position:absolute;
		bottom:0;
		left:15px;
		padding-right:10px;
		padding-left:10px;
		width:240px;
	}
	
	h3.article-title a {
		font-size:.7em;
		line-height:.9em;
	}
	
	.navbar-fixed-bottom {
		width:728px;
	}
	
	.minibar {
		width:728px;
	}
	
	.minibar .textwidget,.minibar div {
		width:728px;
		margin-left:-15px;
	}
}

@media screen and (max-width: 767px) {
	.main-site-wrap {
		width:100%;
		max-width:767px;
		min-width:300px;
	}
	
	header.home-header {
		width:100%;
	}
	
	.container {
		margin-left:5px;
		margin-right:5px;
		width:100%;
		border:0;
	}
	
	header.home-header nav {
		float:right;
		margin-top:-17px;
		margin-left:0;
		margin-right: -10px;
		padding-right:0!important;
	}
	
	.nav-box {
		margin-left:-32px;
		padding-left:0;
		padding-right:0;
		margin-right:0;
	}
	
	header.home-header a.nav-item {
		font-size:.7em;
		width:71px;
		padding:11px 0 0;
		margin-left:-3px;
		margin-right:14px;
	}
	
	header.home-header a.menu {
		padding-top:4px;
		font-size:2em;
		width:50px;
	}
	
	header.home-header a.nav-social {
		font-size:1.5em;
		padding:2px 0 0;
		-webkit-transition:color .1s linear;
		-moz-transition:color .1s linear;
		-ms-transition:color .1s linear;
		-o-transition:color .1s linear;
		transition:color .1s linear;
		height:39px;
		margin-left:-3px;
		margin-right:14px;
	}
	
	.sub-menu-toggle {
		margin-left:-3px;
	}
	
	header.home-header nav ul ul {
		background-color:#515451;
		border-radius:0;
		padding:0;
		position:absolute;
		top:47px;
		margin-top:0;
		width:120px;
		right:7px;
	}
	
	header.home-header nav ul ul li a {
		font:bold .9em Arial;
		width:120px;
	}
	
	ul.nav.nav-tabs {
		width:100%;
		margin-top:25px;
		border-bottom:2px solid #ff8000;
	}
	
	ul.nav.nav-tabs li {
		width:24%;
	}
	
	ul.nav.nav-tabs li a {
		margin-left:1px;
		margin-right:0;
		font-size:.8em;
		padding-right:4px;
		padding-left:4px;
		font-weight:700;
		width:auto;
	}
	
	ul.nav.nav-tabs li a {
		margin-bottom:0;
	}
	
	ul.nav.nav-tabs li.active a {
		border-bottom:2px solid transparent;
		margin-bottom:-1px;
	}
	
	header.home-header-logo-row {
		margin-top:30px;
		margin-left:-10px;
	}
	
	.section.row {
		width:100%;
	}
	
	#main-sidebar {
		padding-right:25px;
		padding-left:5px;
		padding-top:0;
		margin-top:0;
	}
	
	.widget-title {
		text-transform:lowercase;
		font:bold 1.1em Arial;
		color:#ff8000;
		background:#ff8000;
		display:block;
		line-height:2px;
		width:100%;
	}
	
	.widget-title span {
		line-height:22px;
		padding-right:10px;
		background:#fff;
	}
	
	.home-section-title {
		width:100%;
	}
	
	.ad-box-right {
		text-align:left;
	}
	
	.ad-box-right p.ad-box-caption {
		text-align:left;
	}
	
	.ad-box-left p.ad-box-caption {
		text-align:left;
	}
	
	.article-title-box { position: relative !important; margin-left: -15px; }
	
	h3.article-title {
		position:relative;
		padding:0;
		margin-left:-15px;
		margin-top:0;
		width:100%;
	}
	
	h3.article-title.embiggen {
		width:100%;
	}
	
	h3.article-title a {
		color:#000;
		text-shadow:0 0 0 !important;
		font-size:.8em;
		line-height:1em;
	}
	
	h3.article-title small {
		color:#000;
		font-size:.4em;
		margin-top:0;
		text-transform:uppercase;
		font-weight:400;
		text-shadow:0 0 0;
	}
	
	.home-subscribe-form label {
		vertical-align:none;
	}
	
	div#article-body {
		font-size:1.3em;
		line-height:1.4em;
	}
	
	.social-buttons-home {
		width:300px;
		margin-left:15px!important;
	}
	
	.social-buttons-home a.social {
		width:300px;
		height:40px;
		padding:6px 20px;
		font-size:1.3em;
	}
	
	.social-buttons-article,.social-buttons-sidebar {
		width:300px;
		margin:0 auto;
		padding-top:10px;
	}
	
	.social-buttons-article a.social,.social-buttons-sidebar a.social {
		width:300px;
		height:50px;
		padding:12px 20px;
		font-size:1.3em;
	}
	
	footer {
		width:100%;
	}
	
	#footer-bottom {
		text-align:left;
	}
	
	.navbar-fixed-bottom {
		width:300px;
	}
	
	.minibar {
		display:none;
	}
	
	div.excerpt-content-box p {
		margin-top:30px;
	}
}

@media \0screen\,screen\9 {
	body {
		padding-bottom:0;
	}
	
	.orange-line {
		display:none;
	}
	
	.white-box {
		display:none;
	}
	
	.hidden-lg {
		display:none!important;
	}
	
	.main-site-wrap {
		position:static;
		width:970px;
		background-color:#fff;
		padding-right:0;
	}
	
	.home-header {
		width:970px;
		height:60px;
		margin:0 auto;
		background-color:transparent;
		border-bottom:4px solid #ff8000;
	}
	
	.main-menu {
		width:970px;
		display:block;
		margin:0;
		list-style:none!important;
		text-align:left;
		padding-bottom:10px!important;
	}
	
	.main-menu li {
		display:block;
		float:left;
		height:40px;
		background-color:#fff;
		color:#000;
		font-size:1em;
		font-weight:700;
		text-transform:lowercase;
	}
	
	.nav-item,.main-menu a,.main-menu ul li a {
		display:block;
		font:1em Arial;
		font-weight:700;
		text-transform:lowercase;
		width:120px;
		height:40px;
		border-radius:0;
		background-color:#fff;
		color:#000;
		text-align:center;
		padding-top:12px;
		padding-right:5px;
		padding-left:5px;
		padding-bottom:10px;
	}
	
	.sub-menu-toggle {
		display:none;
	}
	
	.nav-social {
		width:25px!important;
	}
	
	.main-menu a:hover {
		color:#ccc;
		background-color:#000;
	}
	
	.tabs-row {
		margin-left:15px;
	}
	
	.ad300,.img300 {
		width:300px!important;
	}
	
	.img632 {
		width:632px!important;
	}
	
	.subscribe-form, .sailthru-email {
		width:200px!important;
	}
	
	.subscribe-button {
		margin-top:-20px!important;
	}
	
	.social-buttons-home a.social {
		width:190px;
		padding:5px 20px;
	}
	
	.social-buttons-home {
		margin-left:15px!important;
	}
	
	a.social {
		display:inline;
		font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
		color:#fff;
		margin-bottom:5px;
		text-align:center;
	}
	
	a.facebook {
		background-color:#1657d8;
	}
	
	a.facebook:hover {
		background-color:#3064cc;
	}
	
	a.twitter {
		background-color:#299dd0;
	}
	
	a.twitter:hover {
		background-color:#1a7aa4;
	}
	
	a.google {
		background-color:#d14829;
	}
	
	a.google:hover {
		background-color:#97331e;
	}
	
	.ie8only {
		display:block;
	}
}