

/* ==========================================================================
   Wordpress  Core
   ========================================================================== */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.clear {
	clear: both;
}

/* ==========================================================================
  	 Screamer Magazine Custom
   ========================================================================== */
@font-face {
				font-family: 'Impact';
				src: url('../includes/fonts/impact.eot');
				src: url('../includes/fonts/impact.eot?#iefix') format('embedded-opentype'),
						 url('../includes/fonts/impact.woff') format('woff'),
						 url('../includes/fonts/impact.ttf') format('truetype'),
						 url('../includes/fonts/impact.svg#impact') format('svg');
				font-weight: normal;
				font-style: normal;
		}  
   
 
body{
	background:#000;
}

a {color: #769300;}
a:hover { color:#000;}

#site-header{
	background: #000;
}
#site-header .navbar-inner{
	background: #000 !important;
}

#site-title{
	text-align:center;
	display: block;
}

.header-date{color:#9dc300;}
.top-nav{
	list-style:none;
	margin:0px;
	padding:0px;
}

.top-nav li a{
	color:#FFF;
	float:left;
	padding:0 5px;
}

#content{
	background:#fff;
	padding: 10px;
	margin-top: 10px;
	color:#292929;
	border:1px solid #dddddd;
}
#content a{
	 font-weight:bold;	
}

/* Home Header */
	#home-header{
		margin-top:10px;
	}
	
	#latest-mag{
		background:#000;
		height:185px;
		color:#fff;
		position:relative;
		overflow:hidden;
	}
	
	#issue-more:hover{
		color:#ffffff;
	}
	
	.vertical-text{
		position:absolute;
		top:70px;
		left:-63px;
		display:block;
		writing-mode: lr-bt;
		-webkit-transform: rotate(-90deg);	
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		font-size:18px;
		letter-spacing:3px;
	}
	
	#current-issue{
		margin-left:30px;
	}
	#current-issue img{
		float:left;	
	}
	#current-issue h2{
		margin: 0px;
		font-size: 20px;
		line-height: 27px;
	}
	#current-issue h2 a{
		color:#FFF !important;
	}
	#current-issue p{
		margin:0px;
	}
	#issue-more{
		text-align: right;
		display: block;
		margin-right: 5px;
	}
/* End Home Header  */


/* Page Header */
	#page-header{
		margin-top:10px;
	}
/* End Page Header  */

.eStore-thumbnail .thumb-image{
	height: 160px!important;	
}

.mag_list {
	padding: 0 0 0 20px;
	width: 175px !important;
}
.pagination a, .pagination span{margin-right:0px!important}

.home-titles{
	position: relative;
	text-align: center;
	padding-bottom: 5px;
    padding-top: 5px;
	margin: 0px 0 10px 0;
	line-height: 22px;
	font-weight: normal;
	border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
	text-transform: uppercase;
	font-weight:bold;
}

#featured-news h3, .featured-article h3{
	font-size:20px;
	line-height:22px;
}
.article-list h3{
	font-size:16px;
	line-height: 20px;
}

.page-header{
	margin-bottom:15px;	
}
#title-img-container{
	width:100%;
	height:280px; 
	margin-top: -10px;	
	margin-bottom: 10px;
}
#title-img-container .post-title{
	text-align:center;
	padding-top: 5px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.75);
	font-family:Impact;
}

#title-img-container .post-title a{
	text-decoration:none;
}

/*  PUll Quotes  */

blockquote.pullquote, div.pullquote{
	width: 255px;
	text-align: center;
	font-size: 25px;
	line-height: 30px;
	border: 1px solid #DDD;
	float: right;
	margin: 0px 0 10px 10px;	
	background: #F4F4F4 url(../img/right-pullquote.png) 5% 5% no-repeat;
	padding:0px !important
}

blockquote.pullquote p, div.pullquote p{
	padding: 30px;
	margin:0px;
	background: transparent url(../img/left-pullquote.png)  95% 95% no-repeat;
}


/* Author Box Styling */
.author-wrap {
	background-color: #eeeeee;
	position: relative;
	padding: 20px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.author-wrap h4{margin-top: 0px;}
.author-info{
	margin-left: 180px;
}
/* Sub Titles */
.sub-titles{
	border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
	padding: 12px 0 8px;
    text-align: center;
    text-transform: uppercase;
}


/*  Comment Styling */
#social{
	margin:20px 0;	
}

#social #reply-title, #social .social-nav .social-current-tab {
	background:none;	
}

#social #reply-title span, #social .social-nav .social-current-tab a {
	background: none;
}
#social #reply-title span {
	float:none;
}

#social #reply-title {
    border-top: 1px solid #EEEEEE;
	padding: 12px 0 8px;
    text-align: center;
    text-transform: uppercase;
	text-align:center;
	font-weight:bold;
}
#respond #reply-title span{
	font-size: 17.5px;
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}

#comments .children{
	padding-top: 15px;
}

#comments footer{
	background:inherit;
	color:#000;
}

#comments footer .pull-left{
	padding-right: 10px;
}
ol.commentlist{
	margin:0px;
}

ol.commentlist .media{
	padding: 5px;
    box-sizing: border-box;
}

ol.commentlist .media:nth-child(odd) {
    background: #eeeeee;
}

/*  Sidebar  */
aside{
	margin-bottom:10px;	
}
.sidebar-header {
	background:#eeeeee;
	border:1px solid #ccc;
	position:relative;
	text-align:center;
}
#sidecart {
	list-style:none;
}

#sidecart li{
	height:70px;
	padding:5px;
}

#sidecart li span{
	display:block;
	float:right;
	width:230px;
	margin:15px 0 0 0;
}

.cart-img{
	height:65px;
	width:50px;
	float:left;
	margin:0;
}


ul.amzAds li {
height: 160px;
}


/*  Footer  */
footer{
	background:#000;
	color:#fff;
}

footer a:hover{
	color:#fff;	
}

img#wpstats{position:absolute;top:0;width:0px;height:0px;overflow:hidden}

/*  Magazine Rack  */

#mag-rack ul{
	list-style:none;
	background:url(../img/magazine-rack.jpg) no-repeat bottom left;
	height:196px;
	padding: 0 0 0 36px;
	margin:0px;
}

#mag-rack ul li{
	float:left;
	margin: 0 20px 0 0;
	position:relative;
}
/*
.tooltip{
	position:absolute;
	top:-10px;
	left:107px;
	display:none;
	margin:10px;
	width:235px;
	background: #7b9524;
	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7b9524), to(#b0ca59));
	background: -moz-linear-gradient(19% 75% 90deg,#7b9524, #b0ca59);
 
	
	border-left: solid 1px #97b140;
	border-top: solid 1px #b0ca59;
	border-right: solid 1px #97b140;
	border-bottom: solid 1px #7b9524;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-gradient(linear, 0% 0%, 0% 100%, from(#b0ca59), to(#7b9524))
	
	-moz-box-shadow: 0px 0px 5px #000000; 
	-webkit-box-shadow: 0px 0px 5px #000000; 
	box-shadow:  0px 0px 5px #000000; 
	z-index:99999;
}

.tooltip h3{
	font-size: 1.15em;
	margin:0 0 10px 0;
	padding: 5px 0;
	text-align:center;
	border-bottom:1px #97b140 solid;
}

.tooltip h3 a{
	color:#000;	
}

.tooltip p{
	padding:0 10px;
	margin: 0 0 5px 0;
	font-size:.8em;
	border-bottom:1px #97b140 solid;
}
.tooltip-more-details{
	float:right;
	color:#009;
	font-size:.8em;
	margin:0 10px 0 0;
}
*/


.eStore-product-fancy2{
	position:relative;
	overflow:visible !important;
	margin-left: 5px;
}
.eStore-product-fancy2-footer{
	margin-left:5px;	
}
.purchased{
	position:absolute;
	top:-5px;
	left:-5px;
	background:url(../img/purchased-icon.png) no-repeat;
	width:89px;
	height:90px;
	text-indent:-9999px;
}
.thumb-image{
	width:125px;
	height:160px !important;
}

/*  Button Styles  */

.link_btn{
	/*basic styles*/
	display:block;
	padding:5px 10px;
	margin:2px 0 0 0;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 5px #000;
	/* Text Styling */
	color:#fff;
	font-size:1.1em;
	text-shadow:0px 0px 5px rgba(0, 0, 0, 0.75);
	border:1px solid #1e0105;
	background:#7b9524;
	/* CSS3 Styling */
	background:-moz-linear-gradient(top, #b0ca59, #7b9524);
	background:-webkit-gradient(linear, left top, left bottom, from(#b0ca59), to(#7b9524));
	text-decoration:none;
	
}

.link_btn:hover, .amazon-link a{
	color:#FFF;
	background:-moz-linear-gradient(bottom, #b0ca59, #7b9524);
	background:-webkit-gradient(linear, left bottom, left top, from(#b0ca59), to(#7b9524));
	text-shadow:0px 0px 2px #000;
}


.amazon-link a{
	/*basic styles*/
	padding:5px 10px;
	margin:2px 0 0 0;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 5px #000;
	/* Text Styling */
	color:#fff;
	font-size:1.1em;
	text-shadow:0px 0px 5px rgba(0, 0, 0, 0.75);
	border:1px solid #1e0105;
	background:#7b9524;
	/* CSS3 Styling */
	background:-moz-linear-gradient(top, #b0ca59, #7b9524);
	background:-webkit-gradient(linear, left top, left bottom, from(#b0ca59), to(#7b9524));
	text-decoration:none;
	
}

.eStore-product-fancy2-footer input[type="submit"]{
	/*basic styles*/
	display:block;
	padding:5px 10px;
	margin:2px 0 0 0;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 5px #000;
	/* Text Styling */
	color:#fff;
	font-size:1.1em;
	text-shadow:0px 0px 5px rgba(0, 0, 0, 0.75);
	border:1px solid #1e0105;
	background:#7b9524;
	/* CSS3 Styling */
	background:-moz-linear-gradient(top, #b0ca59, #7b9524);
	background:-webkit-gradient(linear, left top, left bottom, from(#b0ca59), to(#7b9524));
	text-decoration:none;
	cursor:pointer;
}
.eStore-product-fancy2-footer input[type="submit"]:hover{
	color:#FFF;
	background:-moz-linear-gradient(bottom, #b0ca59, #7b9524);
	background:-webkit-gradient(linear, left bottom, left top, from(#b0ca59), to(#7b9524));
	text-shadow:0px 0px 2px #000;
}

.eStore-product-fancy2-footer input[type="submit"]:active{
	color:#FFF;
	background:-moz-linear-gradient(bottom, #b0ca59, #7b9524);
	background:-webkit-gradient(linear, left bottom, left top, from(#b0ca59), to(#7b9524));
	text-shadow:0px 0px 2px #000;
}


.eStore_cart_fancy1_header{
	padding:5px 10px 5px 10px !important;
	font-size:14px !important;
	color:#fff !important;
	background:#7b9524 !important;
	/* CSS3 Styling */
	background:-moz-linear-gradient(top, #b0ca59, #7b9524) !important;
	background:-webkit-gradient(linear, left top, left bottom, from(#b0ca59), to(#7b9524)) !important;
	-moz-border-radius: 5px 5px 0px 0px !important;
	-khtml-border-radius: 5px 5px 0px 0px !important;
	-webkit-border-radius: 5px 5px 0px 0px !important;
	border-radius: 5px 5px 0px 0px !important;
}

.eMember_button {
	/* General Propertoes */
	display:block !important;
	padding:5px !important;
	width:250px !important;
	text-align:center !important;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
	border-radius:5px !important;
	-moz-box-shadow:0px 0px 5px #000 !important;
	-webkit-box-shadow:0px 0px 5px #000 !important;
	box-shadow:0px 0px 5px #000 !important;
	/* Text Styling */
	color:#fff !important;
	font-size:1.3em !important;
	text-shadow:0px 0px 5px rgba(0, 0, 0, 0.75) !important;
	border:1px solid #1e0105 !important;
	background:#7b9524 !important;
	/* CSS3 Styling */
	background:-moz-linear-gradient(top, #b0ca59, #7b9524) !important;
	background:-webkit-gradient(linear, left top, left bottom, from(#b0ca59), to(#7b9524)) !important;
	text-decoration:none !important;
	cursor:pointer !important;
}
.eMember_button:hover {
	color:#FFF !important;
	background:-moz-linear-gradient(bottom, #b0ca59, #7b9524) !important;
	background:-webkit-gradient(linear, left bottom, left top, from(#b0ca59), to(#7b9524)) !important;
	text-shadow:0px 0px 2px #000 !important;	
}



#slider .slide{
	position: relative;
	height:360px;
	margin-bottom:10px;
	display:block;
}

#slider .slide-content{
	display:block;
	position: absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:10px;
	background: #000;
	text-align: center;
}

#slider .slide-title{
	font-size: 20px;
	line-height: 22px;
}

#slider a:hover{
	color:#fff;
}




/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.owl-carousel .owl-dots,

.owl-carousel .owl-nav {

  

}

.owl-carousel .owl-dots .owl-dot span {

  background: transparent;

  border: 1px solid var(--main-black-color);

  transition: all 0.2s ease;

}

.owl-carousel .owl-dots .owl-dot:hover span,

.owl-carousel .owl-dots .owl-dot.active span {

  background: var(--main-black-color);

}

.owl-carousel .owl-nav {

  /*left: 50%;

  top: 10%;

  transform: translateX(-50%); */

  margin: 0;

}

.owl-carousel .owl-nav button.owl-prev{

left: 0px;
  position: absolute;
  top: 140px;
}


.owl-carousel .owl-nav button.owl-next{

right: 0px;
  position: absolute;
  top: 140px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */


/* Large desktop */
@media (min-width: 1200px) {
	#site-title{margin-top: 9px;}
	.center.navbar .nav,
	.center.navbar .nav > li {
		float:none;
		display:inline-block;
		*display:inline; /* ie7 fix */
		*zoom:1; /* hasLayout ie7 trigger */
		vertical-align: top;
	}
	
	.center .navbar-inner {
		text-align:center;
	}
	
	.center .dropdown-menu {
		text-align: left;
	}
	.navbar-search{margin-top: 72px;}
	
	/* Hover DropDown */
	.dropdown-menu .sub-menu {
		left: 100%;
		position: absolute;
		top: 0;
		visibility: hidden;
		margin-top: -1px;
	}
	
	.dropdown-menu li:hover .sub-menu {
		visibility: visible;
	}
	
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	
	.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
		margin-top: 0;
	}
	#content{
		width: 1170px;
	}
	
	/*  Sidebar  */


	.sidebar-header {
		padding: 0px 30px 0px 10px;
		margin: 0 -20px 20px 0;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	}
			
	.sidebar-header:after {
		content:" ";
		border-top:11px solid #999;
		position:absolute;
		bottom:-12px;
	} 
	
	.sidebar-header:after {
		border-right:9px solid transparent;
		right:0;
	}
	
}
 
/* Smaller Desktop */
@media (min-width: 980px) and (max-width: 1199px) {
	#site-title{margin-top: 4px;}
	.center.navbar .nav,
	.center.navbar .nav > li {
		float:none;
		display:inline-block;
		*display:inline; /* ie7 fix */
		*zoom:1; /* hasLayout ie7 trigger */
		vertical-align: top;
	}
	
	.center .navbar-inner {
		text-align:center;
	}
	
	.center .dropdown-menu {
		text-align: left;
	}
	.navbar-search{margin-top: 53px;}
	
	/* Hover DropDown */
	.dropdown-menu .sub-menu {
		left: 100%;
		position: absolute;
		top: 0;
		visibility: hidden;
		margin-top: -1px;
	}
	
	.dropdown-menu li:hover .sub-menu {
		visibility: visible;
	}
	
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	
	.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
		margin-top: 0;
	}
	
	/*  Sidebar  */
	.sidebar-header {
		padding: 0px 30px 0px 10px;
		margin: 0 -20px 20px 0;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	}
			
	.sidebar-header:after {
		content:" ";
		border-top:11px solid #999;
		position:absolute;
		bottom:-12px;
	} 
	
	.sidebar-header:after {
		border-right:9px solid transparent;
		right:0;
	}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	body{padding-top:0px;}
	.container{width:100%}
	#content{
		width: auto;	
	}
	#site-header{}
	.navbar-search{margin-top: 32px;}
	#latest-mag{width:98%}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px){
	body{padding:0px;}
	.container{width:100%}
	#site-header{}
	#content{
		width: auto;	
	}
}





