@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?54686824');
  src: url('../fonts/fontello.eot?54686824#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?54686824') format('woff'),
       url('../fonts/fontello.ttf?54686824') format('truetype'),
       url('../fonts/fontello.svg?54686824#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	background-color:#e9e9e9;
}
.siteHeader{
	background-color:#8D683F;
	background-image: url(../img/brownpaper-bg.png);
}
.category-history-of-war .siteHeader{
	background-image: url(../img/redpaper-bg.png);
}
a.SiteLogo {
    background-image: url("../img/logo-white.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 70px;
    margin: 30px 0;
    width: 225px;
}
a.SiteLogo:hover {
    background-position: left bottom;
}
.category-history-of-war a.SiteLogo {
    background-image: url("../img/how-logo-white.png");
    height: 90px;
    margin: 20px 0;
    width: 185px;
}

.navbar-brand{display:none !important}

.navbar-brand{
	background-image: url("../img/logo.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 81px;
	height: 25px;
	padding: 13px 15px 12px;
	margin: 14px 10px 10px;
}

.navbar-fixed-top nav .navbar-brand{display:inline-block !important}

.navbar-fixed-top nav li.menu-save-rhinos-now{display:none}
.navbar-fixed-top{
	-webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 10px 0px rgba(50, 50, 50, 0.75);
}

.navbar-fixed-top .navbar-brand:hover{
	background-position: left bottom;
}
.navbar>.container .navbar-brand {
	margin-left: 0
}

.search-navbar .search-field{box-sizing:border-box}

.post-nav{display:none}
.filter-nav .nav.pull-right{display:none}

.filter-nav.navbar-fixed-top{
	top:54px;
	z-index:1000
}
.widget.text-2 iframe{height:300px}
.wrap{
	margin-top:20px
}

.widget{margin-bottom:20px}


.tp-caption {
    bottom: 80px;
    font-size: 40px !important;
    top: auto !important;
    width: auto !important;
    height: auto;
    text-transform: none!important;
    left: 0 !important;
    line-height: 50px !important;
    padding-left:100px !important;
    font-family:"Merriweather",serif
}
.tp-caption.slidelink{
    right:0 !important;
}
.tp-caption.CatBadge span {
    border: 2px solid #f7a428;
    border-radius: 80px;
    font-size: 44px !important;
    height: 80px;
    left: 10px;
    line-height: 55px !important;
    position: absolute;
    text-align: center;
    top: 20px;;
    width: 80px;
}

.tp-caption.CatBadgeSingle span {
	top:-5px !important;
}



article{
	background-color:#fff;
}
.single-post .main > article .entry-content, article .footer, article #respond, .single-post .main > article footer{
	padding:20px	
}
.single-post .main > article footer{
	font-size:18px	
}
article .tags{
	padding:0 20px;
}
article .tags a{
	background-color:#f5f5f5;
	display:inline-block;
	padding:2px 6px;
	border-radius:4px;
	color:#999;
	margin-bottom:3px
}


.single article{
	clear:both;
}

.page-nav{text-align:center;background-color:#f5f5f5;padding:8px 0}
.page-nav p{margin:0}
.page-nav a{font-weight:bold}
.single-post .main > article header{
	background-color:#f5f5f5
}
.single-post .main > article header img{
	width:100%;
	height:auto;
}

#ip_productwidget {
    margin-bottom: 15px !important;
}

.meta-footer .post_views {
float: right;
width: auto;
}

.tiled.post {
    background-color: #f9f9f9;
    border-bottom:2px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 30px;
    padding:0
}
.tiled.post img, .ratioWrap img{
	width:100%;
	height:auto
}

.tiled.post img, .ratioWrapScroll img{
	width:100%;
	height:auto
}


.features .latestissue h1{
	float:left;
	margin-top:100px;
	margin-top: 170px;
	color:#fff;
    font-family: 'Merriweather',serif;
    padding-right:20px;
    font-size:26px
}
.features .latestissue img{
	width:200px;
	float:left
}
.features .latestissue{
	bottom:-100px;
	position:absolute;
	right:20px;
	display:block
}
.features{
	margin: 0;
	position:relative;
	overflow:hidden
}
.features > [class*="col-"]{
	padding: 0;
}
.ratioWrap{
	position: relative;
	display: inline-block;
	width:100%;
}
.ratioWrap:after {
    padding-top: 66%;
    display: block;
    content: '';
}
.ratio{
	position: absolute;
    top: 0; bottom: 0; right: 0; left: 0;
    overflow:hidden;
}
.ratio .overlay{
	position: absolute;
    top: 0; bottom: 0; right: 0; left: 0;
	/*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}
.ratio .overlay h1{
	position: absolute;
	display:block;
    bottom: 0;
    left:0;
    right:0;
    font-family: 'Merriweather',serif;
}


.ratioWrapScroll{
	position: relative;
	display: inline-block;
	width:100%;
}
.ratioWrapScroll:after {
    padding-top: 66%;
    display: block;
    content: '';
}
.ratioScroll{
	position: absolute;
    top: 0; bottom: 0; right: 0; left: 0;
    overflow:hidden;
}
.ratioScroll .overlay{
	position: absolute;
    top: 0; bottom: 0; right: 0; left: 0;
	/*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}
.ratioScroll .overlay h1{
	position: absolute;
	display:block;
    bottom: 0;
    left:0;
    right:0;
    font-family: 'Merriweather',serif;
}

div[id*="adslot"] {
    margin-top: 5px;
    margin-bottom: 5px;    
    float: left;
    width: 100%;    
    text-align:center;
}

.leaderboard{
	float:right;margin-top:20px;margin-right:170px
}
.leaderboard.visible-xs{
	float:none;margin-top:0;margin-bottom:10px;margin-right:0;display:inline-block;text-align:center;
	max-width:100%;overflow:hidden
}

.features .col-sm-3 .ratio .ratioScroll .overlay h1{
	font-size:26px
}
.features .col-sm-2 .ratio .ratioScroll .overlay h1{
	font-size:20px
}

.tiled.post .entry-title, .entry-title a {
    color: #424242;
	font-weight: 600;
	text-decoration: none;
	clear: both;
	font-size: 19px;
	line-height: 1.3em;
	margin-top: 25px;
}
.related-posts .tiled.post .entry-title, .related-posts .entry-title a,
.popular-imagine-posts .tiled.post .entry-title, .popular-imagine-posts .entry-title a{
	font-size:20px
}
.popular-imagine-posts .entry-title a{
	margin-top:15px;
}
.entry-title{
	font-family: 'Merriweather',serif;
}
.tiled.post .entry-title{
	padding: 20px 15px 0px 15px;
	margin-bottom:0;
}
.entry-summary, .entry-header p {
    color: #666;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    padding: 0.5em 15px;
}
.meta-footer{
	padding:5px 15px;
	font-size:12px;
	color:#555
}

.navbar-inverse.filter-nav .navbar-nav > li > a{ color:#fff; font-family: 'Roboto', sans-serif;
font-weight: 300; }

.navbar-inverse.filter-nav .navbar-nav > li > a.active{ text-decoration:underline; }

.navbar-inverse.filter-nav .navbar-nav > li > a.all.active{ text-decoration:none; }

.CatBadge {
	background: #333;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	padding: 2px 10px 2px 54px;
	position: relative;
	text-transform: uppercase;
    width: 100%;
}

.CatBadge:hover {
	text-decoration: none;
    color: #fff;
}


.CatBadge span {
	background-color:#333;
	position: absolute;
    border-radius: 20px;
    height: 40px;
    left: 4px;
    top: -8px;
    width: 40px;
	color:#fff;
	font-size: 22px;
	padding-top: 8px;
    text-align: center;
    border: 2px solid #ccc;
}

.CatBadge.history-of-war span {
    border-color: #D53D3A;
}
.CatBadge.inventions span {
    border-color: #FF894B;
}
.CatBadge.kings-queens span {
    border-color: #C5A568;
}
.CatBadge.history-of-royals span {
    border-color: #C5A568;
}
.CatBadge.people-politics span {
    border-color: #B67243;
}
.CatBadge.medieval-renaissance span {
    border-color: #4D485F;
}
.CatBadge.ancient span {
    border-color: #8AA7AD;
}
.CatBadge.on-this-day span {
    border-color: #5BCC96;
}
.CatBadge.news span {
    border-color: #158ACC;
}
.CatBadge.competitions span {
    border-color: #dfbc51;
}

.menu-history-of-war i:before{content: "\e803"; font-family: 'fontello'; color: #D53D3A; font-size: 20px;}
.menu-industry-inventions i:before{content: "\f0eb"; color: #FF894B; font-size: 20px;}
.menu-kings-queens i:before{content: "\e800"; font-family: 'fontello'; color: #C5A568; font-size: 20px;}
.menu-history-of-royals i:before{content: "\e800"; font-family: 'fontello'; color: #C5A568; font-size: 20px;}
.menu-people-politics i:before{content: "\f007"; color: #B67243; font-size: 20px;}
.menu-medieval-renaissance i:before{content: "\e801"; font-family: 'fontello'; color: #4D485F; font-size: 20px;}
.menu-ancient-civilisations i:before{content: "\2625"; color: #8AA7AD; font-size: 25px; font-weight:bold}
.menu-on-this-day i:before{content: "\f073"; color: #5BCC96; font-size: 20px;}

@media all and (max-width: 768px){
.navbar-collapse{max-height:none}
.navbar-nav{margin:0}
}
@media all and (max-width: 1200px){
.menu-on-this-day{display:none !important}
.navbar-fixed-top .newsletter{display:none !important}
}
@media all and (min-width: 768px){
.nav>li>a{padding: 10px 14px}
#menu-primary-navigation li span{max-width:85px;display:inline-block;padding-left:5px;float:left;font-size:12px;font-family:"Merriweather",serif}
#menu-primary-navigation li i{float:left;display:block}
}

.menu-history-of-war i,
.menu-people-politics i,
.menu-medieval-renaissance i,
.menu-on-this-day i{margin-top:6px}
.menu-industry-inventions i{margin-top:7px}
.menu-ancient-civilisations i{margin-top:4px}
.menu-kings-queens i{margin-top:8px}
.menu-history-of-royals i{margin-top:8px}


.CatBadge.history-of-war span:before {content: "\e803"; font-family: 'fontello'}
.CatBadge.inventions span:before {content: "\f0eb";}
.CatBadge.kings-queens span:before {content: "\e800"; font-family: 'fontello'}
.CatBadge.history-of-royals span:before {content: "\e800"; font-family: 'fontello'}



.CatBadge.people-politics span:before {content: "\f007";}
.CatBadge.medieval-renaissance span:before {content: "\e801"; font-family: 'fontello'}
.CatBadge.ancient span:before {content: "\2625"; font-size: 25px; font-weight:bold}
.CatBadge.on-this-day span:before {content: "\f073";}
.CatBadge.news span:before {content: "\f1ea";}
.CatBadge.competitions span:before {content: "\f091";}
.CatBadge.top-five span:before {content: "\f0cb";}

.CatBadge.history-of-war span,
.CatBadge.people-politics span,
.CatBadge.medieval-renaissance span,
.CatBadge.on-this-day span{padding-top:0.3em}
.CatBadge.competitions span,
.CatBadge.inventions span{padding-top:0.35em}
.CatBadge.ancient span{padding-top:0.2em}
.CatBadge.kings-queens span,{padding-top:0.45em}
.CatBadge.history-of-royals span,{padding-top:0.45em}

.CatBadge.news span{padding-top:0.4em}

/* Featued post badges */
.CatBadge.howitworks {background-color: #1489CB}
.CatBadge.worldofanimals {background-color: #84B837}
.CatBadge.allaboutspace {background-color: #00AFEF}
.CatBadge.howitworks span {border-color: #1489CB;padding-top:0.35em}
.CatBadge.worldofanimals span {border-color: #84B837;padding-top:0.35em}
.CatBadge.allaboutspace span {border-color: #00AFEF;padding-top:0.3em}
.CatBadge.howitworks span:before {content: "\f013"}
.CatBadge.worldofanimals span:before {content: "\f1b0"}
.CatBadge.allaboutspace span:before {content: "\f197"}

.history-of-war, .category-history-of-war .navbar-inverse.filter-nav {background-color: #D53D3A;}
.menu-history-of-war.active a, .menu-history-of-war.active i:before{background-color:#D53D3A !important; color:#fff !important}
article.category-history-of-war header .ratioWrap{border-color: #D53D3A}

.inventions, .category-inventions .navbar-inverse.filter-nav {background-color: #FF894B;}
.menu-industry-inventions.active a, .menu-industry-inventions.active i:before{background-color:#FF894B !important; color:#fff !important}
article.category-inventions header .ratioWrap{border-color: #FF894B}

.kings-queens, .category-kings-queens .navbar-inverse.filter-nav {background-color: #C5A568;}
.menu-kings-queens.active a, .menu-kings-queens.active i:before{background-color:#C5A568 !important; color:#fff !important}
article.category-kings-queens header .ratioWrap{border-color: #C5A568}

.history-of-royals, .category-history-of-royals .navbar-inverse.filter-nav {background-color: #C5A568;}
.menu-history-of-royals.active a, .menu-history-of-royals.active i:before{background-color:#C5A568 !important; color:#fff !important}
article.category-history-of-royals header .ratioWrap{border-color: #C5A568}




.people-politics, .category-people-politics .navbar-inverse.filter-nav {background-color: #B67243;}
.menu-people-politics.active a, .menu-people-politics.active i:before{background-color:#B67243 !important; color:#fff !important}
article.category-people-politics header .ratioWrap{border-color: #B67243}

.medieval-renaissance, .category-medieval-renaissance .navbar-inverse.filter-nav {background-color: #4D485F;}
.menu-medieval-renaissance.active a, .menu-medieval-renaissance.active i:before{background-color:#4D485F !important; color:#fff !important}
article.category-medieval-renaissance header .ratioWrap{border-color: #4D485F}

.ancient, .category-ancient .navbar-inverse.filter-nav {background-color: #8AA7AD;}
.menu-ancient-civilisations.active a, .menu-ancient-civilisations.active i:before{background-color:#8AA7AD !important; color:#fff !important}
article.category-ancient header .ratioWrap{border-color: #8AA7AD}

.on-this-day, .category-on-this-day .navbar-inverse.filter-nav {background-color: #5BCC96;}
.menu-on-this-day.active a, .menu-on-this-day.active i:before{background-color:#5BCC96 !important; color:#fff !important}
article.category-on-this-day header .ratioWrap{border-color: #5BCC96}

.competitions{background-color: #dfbc51;}
article.category-competitions header .ratioWrap{border-color: #dfbc51}

.news{background-color: #158ACC;}
article.category-news header .ratioWrap{border-color: #158ACC}

.navbar-nav > li > a {
    line-height: 17px;
    overflow: hidden;
}

.competitions {
	background-color: #dfbc51;
}

.competitions span {
	background-position: -385px top;
}

.top-five {
	background-coor: #9e5bc4;
}

.top-five span {
	background-position: -495px top;
}

.q-and-a {
	background-color: #3d3da0;
}

.q-and-a span {
	background-position: -550px top;
}

.store {
	background-color: #cc6cb4;
}

.store span {
	background-position: -605px top;
}

.quiz {
	background-color: #991c1c;
}

.quiz span {
	background-position: -660px top;
}

.entry-content img{
	max-width:100%;
	height:auto
}

.posttitle{
	background-image:url(../img/titlebg.png);
	position:absolute;
	bottom:0;
	padding-top:35px;
	width:100%;
	background-repeat:no-repeat
}

.feature-post .feature-image{
	display:block;
	width:100%;
	height:300px;
	background-size:cover;
	background-position:50% 50%
}

.single .main > article header .entry-title{
    margin: 0;
    padding: 10px 20px;
}
.single header p{
	margin:3px 22px 0 22px;
	padding-bottom:10px;
	color:#999
}
.single header p a{
	color:#888
}

.col-sm-fixed-330{
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 330px;
    float:right;
}

.col-sm-330{
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float:none;
    overflow:hidden;
}

/**** Overrides ****/
.navbar{
	border-radius:0;
	border:none;
	margin-bottom:0
}
.navbar-inverse{
	min-height:0
}
.navbar-collapse{
	padding:0	
}
.navbar-inverse .navbar-collapse{
	padding:0;
	margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
	font-size:12px;
	line-height:18px;
	padding:8px 12px
}
.sharrre-container{
	overflow:hidden;
	position:fixed;
	margin-left:-44px
}
.sharrre .button {
    float: left;
    width: 60px;
}
.sharrre h4 {
    font-size: 16px;
    margin-top: 22px;
}
.sharrre.noMargin h4 {
    margin-top: 0;
}
header .sharrre a {float:left}
.sharrre a {
    display: block;
    height: 44px;
    padding-top: 9px;
    text-align: center;
    width: 44px;
    font-size: 19px
}
.navbar-default .sharrre a {
    height: 54px;
    padding-top: 13px;
    text-align: center;
    width: 49px;
}

.navbar-default .sharrre a.newsletter {
  background-color: #d2322d;
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.sharrre i {
    color: #fff;
}
.sharrre .facebook {
    background: none repeat scroll 0 0 #3b5998;
}
.sharrre .twitter {
    background: none repeat scroll 0 0 #55acee;
}
.sharrre .youtube {
    background: none repeat scroll 0 0 #cb2027;
}
.sharrre .googleplus {
    background: none repeat scroll 0 0 #d34836;
}
.sharrre .pinterest {
    background: none repeat scroll 0 0 #cb2027;
}

.search-navbar {
    background: none repeat scroll 0 0 #ed9836;
}

@media (max-width:768px){
	.sharrre-container {
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: 1;
	}
	
	header .sharrre a {
		width: 25%;
	}
	a.SiteLogo{
		margin-left:auto;
		margin-right:auto;
		float:none
	}
	.widget{
		display:inline-block;
		vartical-align:top
	}
	.widget_text, .widget_search, .widget_latestissuewidget, .widget_thisdaywidget{
		display:none
	}
	.col-sm-fixed-330{
	    width: 100%;
	    float:none;
	    overflow: hidden;
	    text-align:center
	}
	
	.col-sm-330{
	    float:none;
	    overflow:hidden;
	}
	
	.nav > li > a { padding: 12px 9px }
	#menu-primary-navigation .menu-homelink a{padding: 12px 10px !important}
	
}


@media only screen and (max-width:555px){
	.ratioWrap, .ratioWrapScroll {height: 391px;}
}	


@media all and (max-width: 767px){
	.navbar > .container .navbar-brand { margin-left: 15px !important; display:inline-block !important }
	#menu-primary-navigation .menu-homelink{display:none}
	#menu-primary-navigation{margin:0}
	#menu-primary-navigation li span br{display:none}
}


.entry-content img {
    width: auto;   
}

p { 
    font-family: 'Roboto', sans-serif;
    font-weight: 300;   
}

.input-group {
    margin-bottom: 15px;   
    margin-top: 15px;
}

#ip_productwidget .btn-success {
    width: 100%;   
}

#ip_productwidget .btn-primary {
    width: 49.4%;   
}

.thumbnail {
    max-width: 100%;
}

.navbar-category {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    background-color: #444444;
    font-weight: 100;
}

ul.category-li a  {
    color: #f8f8f8;  
}

.search-navbar .search-form{
	float: right;
    margin: -3px 10px 0 0;
    width: 0;
    display:none;
}

.tptn_counter{float:right;color:#999}

.headroom {
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

#disqus_thread{padding:20px}

.popular-imagine-posts .tiled.post .entry-title{margin-top:0}
.cbadge {
    position:absolute;
    top:10px;
    right:7px;
    padding: 5px;
    color: white; 
    font-size: 24px;
    line-height: 1.27316;
}

.cbadge:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 100%;
	border: 0 solid transparent;
	border-width: 6px 12px;
	border-width: 0.42857rem 0.85714rem;
	border-left: 0;
	border-top-color: black;
}

/*--- ALL ABOUT SPACE */
.spaceanswers .entry-header {
    border-top: 7px solid #5897ec;
}
.spaceanswers .cbadge {
 background-color: #5897ec;
}
.spaceanswers .cbadge .fa-rocket {
margin: 0 4px 0 4px; 
}

/*--- ALL ABOUT ANIMALS */
.animalanswers .entry-header {
    border-top: 7px solid #2dcbb9;
}
.animalanswers .cbadge {
 background-color: #2dcbb9;
}
.animalanswers .cbadge .fa-globe {
 margin: 0 3px 0 3px;  
}

/*--- ALL ABOUT HISTORY */
.historyanswers .entry-header {
    border-top: 7px solid #cf5f5d;
}
.historyanswers .cbadge {
 background-color: #cf5f5d;   
}
.historyanswers .cbadge .fa-calendar {
  margin: 0 3px 0 3px; 
}

/*--- HOW IT WORKS */
.howitworksdaily .entry-header {
    border-top: 7px solid #f19b67;
}
.howitworksdaily .cbadge {
 background-color: #f19b67;   
}
.howitworksdaily .cbadge .fa-cogs {
   margin: 0 3px 0 3px; 
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: #333;   
}

#infscr-loading{
    height: 100%;
    left: 50%;
    position: absolute;
    margin-left:-120px
}
#infscr-loading img{
	display:none
}
#infscr-loading div{
	position: fixed;
    bottom: -10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    padding: 20px 20px 30px;
    text-align: center;
    width: 200px;
}

.tp-banner-container{background-color:none;position:relative}
.tp-banner{max-width:1574px;margin:0 auto;}
.tp-banner ul{position:relative}

#div-gpt-ad-1405527127043-0 div{text-align:center}
#div-gpt-ad-1405527127043-0 div iframe{display:inline-block}

#newslettersignup .modal-content{background-color:#8D683F;background-size:cover}
#newslettersignup h2{color:#333}
#newslettersignup ul{margin:0;padding:0;text-align:center}
#newslettersignup ul li{list-style:none;color:#fff;font-size:17px}

.entry-content-asset {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    margin-bottom:12px
}			
.entry-content-asset iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.widget_thisdaywidget{font-family:"Merriweather",serif;background-image:url(../img/paper-header-bg.png);box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.3) inset;}
.wikidata{padding:0;background-image:url(../img/paper-bg.png);box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.2) inset;}
.wikidata li{list-style-type:none;padding:10px}
.wikidata li span{float: left;
    font-size: 18px;
    font-weight: bold;
    width:45px}
.wikidata li div{padding-left:55px}
.widget_thisdaywidget h1{color: #fff;
    font-family: "Merriweather",serif;
    font-size: 27px;
    padding: 18px 18px 0;}
.widget_thisdaywidget h2{color: #fff;
    font-family: "Merriweather",serif;
    font-size: 19px;
    margin-top: 10px;
    padding: 0 18px 3px;}
.widget_thisdaywidget a{color:#664C31}


#document-footer {
  padding: 30px 0;
  color: #FFF;
  background-color: #222;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #document-footer p {
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #document-footer a {
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #document-footer nav {
    padding: 10px 0; }
  #document-footer .nav {
    display: inline-block;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 7px 0; }
    #document-footer .nav > li > a:focus, #document-footer .nav > li > a:hover {
      color: #222; }


@media only screen and (max-width:992px){
	.sidebar {display:none;}
}	



@media only screen and (max-width:1699px){
.tp-banner{max-width:1140px;margin:0 auto}
}

@media only screen and (max-width:1199px){
.tp-banner{max-width:940px;margin:0 auto}
}

.entry-content img.jwlogo{width:auto}

.thumbnail.alignleft{margin-right:15px;margin-bottom:15px}
.thumbnail.alignright{margin-left:15px;margin-bottom:15px}

@media all and (max-width: 1325px){
	.leaderboard{margin-right:0}
}

@media (min-width:1700px){
	.container{width:1604px}
	.col-xlg-12{width:100%}.col-xlg-11{width:91.66666666666666%}.col-xlg-10{width:83.33333333333334%}.col-xlg-9{width:75%}.col-xlg-8{width:66.66666666666666%}.col-xlg-7{width:58.333333333333336%}.col-xlg-6{width:50%}.col-xlg-5{width:41.66666666666667%}.col-xlg-4{width:33.33333333333333%}.col-xlg-3{width:25%}.col-xlg-2{width:16.666666666666664%}.col-xlg-1{width:8.333333333333332%}
	.posttitle{background-image:url(../img/titlebg-lg.png)}
}

@media (max-width: 1200px) {
a.SiteLogo {background-image: url("../img/logo-white-sm.png");width: 211px;}
}