/* --------------------------------------------------
  GLOBAL CLASSES START
-------------------------------------------------- */
strong{font-weight:700;}

.padding-tb-small{
  padding-top:10px;
  padding-bottom:10px;
}
.padding-tb-medium{
  padding-top:20px;
  padding-bottom:20px;
}
.padding-tb-large{
  padding-top:30px;
  padding-bottom:30px;
}

.title-medium{
  font-size:1em;
  padding:10px 5px 0 0;
  margin:0;
}

.min-height-290{
  min-height: 290px;
}

.min-height-240{
  min-height: 240px;
}

.border-light{
  border:1px #e5e5e5 solid;
}
.border-dark{
  border:2px #e5e5e5 solid;
}

.reset-pedding{
  padding:0 !important;
}
.reset-margin{
  margin:0 !important;
}


.voffset  { margin-bottom: 2px; }
.voffset1 { margin-bottom: 5px; }
.voffset2 { margin-bottom: 10px; }
.voffset3 { margin-bottom: 15px; }
.voffset4 { margin-bottom: 30px; }
.voffset5 { margin-bottom: 40px; }
.voffset6 { margin-bottom: 60px; }
.voffset7 { margin-bottom: 80px; }
.voffset8 { margin-bottom: 100px; }
.voffset9 { margin-bottom: 150px; }

/* add border to all images */
.thumb img { border: 1px #eee solid; }

/* Boxed area */
#content section .boxed {
  background-color: #eee;
  padding: 10px;
}

/* --------------------------------------------------
  GLOBAL CLASSES END
-------------------------------------------------- */

/* --------------------------------------------------
  Navigation
-------------------------------------------------- */
.right-nav ul {background: #161F27;}

.newsfeed-categories li a {
	line-height:1.1;
	padding: 6px 20px;
}

/* --------------------------------------------------
  Home
-------------------------------------------------- */

/*
@media only screen and (max-width: 1599px){
	.home-content section.section  .vc_column_container   .thumb, section.section  .relatedfix  .thumb {
	  width: 240px !important;
	}
}

.home-content section.section  .vc_column_container   .thumb, section.section  .relatedfix  .thumb {
  width: 265px;
  height: 160px !important;
  overflow: hidden;
}
*/
.post .featured {
  text-align: center;
  padding: 10px 0;
}
/* overwrite the 100% width */
.post .featured img, .post-columns .post-list .thumb img, .post-big .thumb img{
  width: auto;
}

.post-columns .post-list figure.thumb img{
  width: auto;
  max-height:200px;
  border:0px;
}
.post-columns .post-list figure.thumb  {
  max-height: 202px !important;
  border: 1px solid #eee;
  width: auto !important;
  text-align: center;
}

.post-columns .post-list header.content  h1.post-title{
  text-align: center;
}

/*sidebar*/
.sidebar-post-item .thumb {
  max-width: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* Sidebar scrollbar style */
.sands-sidebar-posts::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-top:-4px;
}
.sands-sidebar-posts::-webkit-scrollbar-thumb {
     border-radius: 4px;
    background-color: rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.sands-sidebar-posts{
	overflow-x: hidden; 
	overflow-y: scroll;
}

/* --------------------------------------------------
  Magazines LP stream
-------------------------------------------------- */
.logo-anchor-block {
  text-align: center;
  margin: 10px 0 57px;
	height:230px;
}

@media only screen and (max-width: 800px){
	.logo-anchor-block{height:320px;}
}

.logo-anchor-block .magazin-cover-top-area {
  margin:20px;
  display: inline-block;
  max-width:100%;
}

.logo-anchor-block .magazin-cover-top-area img.wp-post-image {
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.logo-anchor-block .magazin-cover-top-area img.wp-post-image:hover {
	-webkit-filter: grayscale(0%);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

#php-magazin{display:inline-block;}

.social {
  font-size: 30px;
}

/* Magazin download area */

.mags-download-list{
	margin: 10px 0;
}

.mags-download-list li {
	margin: 5px 0;
	padding: 3px 5px;
}

.mags-download-list li a{
	color: #333;
	font-weight: 600;
}
.mags-download-list li a:hover, .mags-download-list li a:active{
	text-decoration: underline;
}

.mags-download-list li:nth-child(odd) {
  background-color: #efefef;
}
.mags-download-list li:nth-child(even) {
  background-color: #F7F7FD; 
}


/* --------------------------------------------------
	Press LP
	-------------------------------------------------- */
 
.section-small {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  -webkit-backface-visibility: hidden;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1599px){
.category-press h2.stream-headline{font-size:1.2em;}
.category-press article.section-small.min-height-290{min-height:330px;}
}

@media only screen and (min-width: 250px) and (max-width: 992px){
	.category-press article.section-small.min-height-290{min-height:230px;}
}

/* --------------------------------------------------
	Press Detail
	-------------------------------------------------- */

@media only screen and (max-width: 800px) {	
	.book-header-details {
		margin:15px 0 0 15px;
	}
}

/* --------------------------------------------------
	Footer IMPRESSUM
	-------------------------------------------------- */
#menu-footer-impressum {
	padding-bottom:20px;
}
#menu-footer-impressum li{
	display:inline-block;
	margin-right: 20px;
}
#menu-footer-impressum li:hover{
	text-decoration: underline;
}
/* --------------------------------------------------
	Kiosk 
	-------------------------------------------------- */

.register-form-kiosk .success {
  color: #fff;
  background-color: #333333;
  padding: 4px 4px 4px 6px;
  border: 1px solid #63bfbc;
	display: inline-block;
  min-height: 111px;
	margin: 0 0 15px 0;
}

.success p {
  float: right;
  width: 80%;
  margin: 6px 0 0 0;
	overflow: hidden;
	padding: 0px 5px 0 5px;
  font-size: 15px;
}

.success i.fa.fa-check {
  float: left;
  font-size: 52px;
  margin: 20px 0 0 0;
}
	
#my-registration-form input:focus { 
	  -moz-box-shadow:    inset 0 0 10px #d0d0d0;
   -webkit-box-shadow: inset 0 0 10px #d0d0d0;
   box-shadow:         inset 0 0 10px #d0d0d0; 
}
#my-registration-form input.error { 
	 border:2px solid #e90606;	
	 background: url("../../images/form-error-icon.png") no-repeat 95% center #fff; 
	}

.emailerror { 
		z-index:20;    
		width:430px!important;
	}	
.usererror {z-index:19;}
.aboerror {z-index:18;}	

#my-registration-form label#user_email-error,
#my-registration-form label#user_login-error,
#my-registration-form label.error {
	/*float: left;*/
  margin: 0 0 15px 2px;
  color: #fff;
  font-size: 13px;
  width: 84%;
	background:#e73838;
  padding: 4px 0 3px 10px;
  border-radius: 5px 4px 4px 5px; 
  box-shadow: 2px 2px 6px #333;
	position: absolute;
  right: 103%;
  font-size:11px;
}



.error:before, .error:after, #user_email-error:before, #user_email-error:after, #user_login-error:before, #user_login-error:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 8px solid transparent; 
}

.error:after,
#user_login-error:after {
	/* positioning */
	position: absolute;
	top: 7px;
	left: 284px;
	z-index: 1;
	width: 0; 
	height: 0; 
	
	border-bottom: 8px solid transparent;  /* left arrow slant */
	border-top: 8px solid transparent; /* right arrow slant */
	border-left: 9px solid #e73838; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
}

.emailerror:after {
        /* positioning */
        position: absolute;
        top: 7px;
        left: 430px;
        z-index: 1;
        width: 0;
        height: 0;

        border-bottom: 8px solid transparent;  /* left arrow slant */
        border-top: 8px solid transparent; /* right arrow slant */
        border-left: 9px solid #e73838; /* bottom, add background color here */
        font-size: 0;
        line-height: 0;
}


@media only screen and (max-width: 1200px) {
  /* line 575, ../sass/screen.scss */
 .error:after,
#user_email-error:after,
#user_login-error:after {
	position: absolute;
	top: 4px;
	left: 224px;
	z-index: 1;
	width: 0; 
	height: 0; 
}
}

@media only screen and (max-width:1000px) {

#my-registration-form label#user_email-error, 
#my-registration-form label#user_login-error, 
#my-registration-form label.error {
  float: left !important;
  margin: 0px 0 0px 3px !important;
  color: #fff;
  font-size: 13px;
  width: 84%;
  background: #e73838;
  padding: 3px 0 3px 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 6px #333;
  position: relative;
  left: 0%;   
}

.error:after,
#user_email-error:after,
#user_login-error:after {
	display:none; 
}

}
/*#my-registration-form .error {
	max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
*/
/* Select box on abo form page */
/* line 509, ../sass/screen.scss */
#mag-type-select-box .mag-type-selector-for-purchase {
  cursor: pointer;
}

/* line 511, ../sass/screen.scss */
#popup-kiosk-container {
  display: none;
  background-color: #ffffff;
  width: 100%;
  min-width: 1038px;
  height: 500px;
  position: absolute;
  z-index: 1001;
  top: -150px;
  left: 9%;
  box-shadow: 0px 0px 0px 90em rgba(0, 0, 0, 0.7);
}
/* line 523, ../sass/screen.scss */
#popup-kiosk-container .popup-kiosk-logo {
  margin: 20px 0 20px 0;
}
/* line 527, ../sass/screen.scss */
#popup-kiosk-container .popup-kiosk-content {
  width: 100%;
  height: auto;
  margin: 5px 0 0 0;
  padding: 20px 0 25px 0;
  text-align: center;
  color: #006784;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
}
/* line 538, ../sass/screen.scss */
#popup-kiosk-container .popup-kiosk-content.last {
  border-left: 2px dashed #006784;
}
@media only screen and (max-width: 800px) {
  /* line 544, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content.last.last {
    border-left: 0px dashed #006784;
    border-top: 2px dashed #006784;
  }
}
/* line 551, ../sass/screen.scss */
#popup-kiosk-container .popup-kiosk-content img {
  margin: 0 0 19px 0;
}
@media only screen and (max-width: 570px) {
  /* line 527, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content {
    font-size: 35px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 527, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content {
    line-height: 30px;
  }
}
/* line 563, ../sass/screen.scss */
#popup-kiosk-container .popup-kiosk-content .popup-kiosk-link {
  color: #111;
  text-decoration: none;
  margin: 40px 0 0px 0;
  display: inline-block;
}
/* line 569, ../sass/screen.scss */
#popup-kiosk-container .popup-kiosk-content .popup-kiosk-link a {
  color: #111111 !important;
}
/* line 571, ../sass/screen.scss */
#popup-kiosk-container .popup-kiosk-content .popup-kiosk-link.last {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  /* line 575, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content .popup-kiosk-link.last.last {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 570px) {
  /* line 563, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content .popup-kiosk-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 563, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content .popup-kiosk-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 563, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content .popup-kiosk-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 511, ../sass/screen.scss */
  #popup-kiosk-container {
    width: 100%;
    min-width: 600px;
    left: 20%;
    top: -200px;
    height: auto;
  }
  /* line 604, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content.last {
    border-left: 2px dashed #006784;
    border-top: 0px dashed #006784;
  }
  /* line 608, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content img {
    width: 230px !important;
  }
}
@media only screen and (max-width: 800px) {
  /* line 511, ../sass/screen.scss */
  #popup-kiosk-container {
    width: 60%;
    min-width: 500px;
    left: 15%;
    top: -250px;
    min-height: 635px;
  }
  /* line 623, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-logo img {
    width: 398px;
  }
}
@media only screen and (max-width: 570px) {
  /* line 511, ../sass/screen.scss */
  #popup-kiosk-container {
    min-width: 300px;
    left: 15%;
    top: -400px;
    min-height: 520px;
  }
  /* line 634, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 639, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content img {
    width: 150px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 511, ../sass/screen.scss */
  #popup-kiosk-container {
    min-width: 250px;
    left: 15%;
    top: -400px;
    min-height: 480px;
  }
  /* line 650, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content {
    font-size: 15px;
    line-height: 18px;
  }
  /* line 655, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content img {
    width: 100px !important;
  }
}
@media only screen and (max-width: 320px) {
  /* line 511, ../sass/screen.scss */
  #popup-kiosk-container {
    min-width: 250px;
    left: 10%;
    top: -400px;
    min-height: 480px;
  }
  /* line 670, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content {
    font-size: 15px;
    line-height: 18px;
  }
  /* line 675, ../sass/screen.scss */
  #popup-kiosk-container .popup-kiosk-content img {
    width: 100px !important;
  }
}


/* --------------------------------------------------
	Events
	-------------------------------------------------- */
	
.event-social-links li {margin:0 10px 0 0; list-style-type:none;}
.event_date {clear:both;}

@media only screen and (max-width: 1000px) {
	.event-social-links ul {
			margin-top:20px;
	}
	
	.category-events .post-columns .post-list .thumb img,
	.magazin-detail-wrapper .post-columns .post-list .thumb img {
  width: 50%;
  height: auto;
}

}
.event-informations{
	margin:0 0 1em 0;
}

#related-post{ margin: 1em 0 0 0; }

.event-social-links{ margin:0 0 1em 0; }

.category-events .tagline{
	margin:1em 0px 2em;
}

/* --------------------------------------------------
	Magazins
	-------------------------------------------------- */

.order-buttons li a {margin:0 20px 20px 0 ;}
.highlights-detail-page p {margin-top:0px;}
.highlights-detail-page div {min-height:110px;}
.more-issues {text-align:center;}
.magazin-landingpage-issue {margin:20px 0 20px 0;}
.magazin-landingpage-issue .mag-issue-detail-orderbutton {
  display: inline-block;
  width: 100%;
	margin: 20px 0 0 0;
}

.magazin-landingpage-issue h2 {margin:0 0 15px 0;}

.magazin-landingpage-issue .magazin-highlights li {
  margin-bottom: 0em;
}

h4.magazin-archive-headline { min-height:50px;}
.more-issues a.btn {padding: 9px 12px;}
/* --------------------------------------------------
	product slider home
	-------------------------------------------------- */

.home .slick-slider {
	background-color:#000;
	margin: 0px -30px 0 -30px;
  padding: 0 30px 0 30px;
	}

.home .slick-slider .slick-list::before {
	content: " Magazine "; 
	  font-weight: bold;
  font-size: 12px;
	color:#fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 10px 0 3px;
	display:block;
}

.home .slick-slider .wcmp-product {border:none;}
.home .slick-slider .wcmp-price {display:none;}
.home .slick-slider .wcmp-style3-cart-block {display:none !important;}

.home .slick-slider .wcmp-product-desc h2::after {
	content: " mehr Infos "; 
	font-size:13px; 
	background-color:#396cac; 
	display:block; 
	font-weight:400; 
	margin:10px 0 0 0; 
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:100%
	}
	
.home .slick-slider button {
    width: 40px;
    height: 40px;
    color: #c0c0c0;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font: normal normal normal 14px/40px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
		border-radius: 0%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home .slick-slider button:hover,
.home .slick-slider button:active {
    color: #7b7b7b;
}
.home .slick-slider button.slick-prev  {left: -22px}
.home .slick-slider button.slick-next {right: -21px}
.home .slick-slider button.slick-prev:after, .home .slick-slider button.slick-next:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}
.home .slick-slider button.slick-prev:after {
    border-color: transparent #ccc transparent transparent;
    border-width: 0 21px 15px 0;
    left: 0;
}
.home .slick-slider button.slick-next:after {
    border-color: transparent transparent transparent #ccc;
    border-width: 0 0 15px 21px;
    right: 0;
}

/* --------------------------------------------------
	home ad content top
	-------------------------------------------------- */
	
.front-promo .promocentered {
  padding: 0;
}

/* --------------------------------------------------
	shop mobile view
	-------------------------------------------------- */

.products .product a h3 {  min-height: 63px;}
@media only screen and (min-width: 992px) and (max-width: 1279px){
	.products .product a h3 {  min-height: 93px;}
}
.archive.woocommerce .product {text-align:center;}
.archive.woocommerce .products a img {display: inline-block;}

/* --------------------------------------------------
	woocommerce addition checkout button
-------------------------------------------------- */
	
.woocommerce-addition-checkout-button a.checkout-button.button.alt.wc-forward{margin-left:5px; margin-bottom: 5px;}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
	color:#fff !important;
	text-shadow: none;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover {
  background: #f9c65a;
  background: -moz-linear-gradient(top,  #f9c65a 0%, #f6ac1b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c65a), color-stop(100%,#f6ac1b));
  background: -webkit-linear-gradient(top,  #f9c65a 0%,#f6ac1b 100%);
  background: -o-linear-gradient(top,  #f9c65a 0%,#f6ac1b 100%);
  background: -ms-linear-gradient(top,  #f9c65a 0%,#f6ac1b 100%);
  background: linear-gradient(to bottom,  #f9c65a 0%,#f6ac1b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c65a', endColorstr='#f6ac1b',GradientType=0 );
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
   background: #f9c65a;
  background: -moz-linear-gradient(top,  #f9c65a 0%, #f6ac1b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c65a), color-stop(100%,#f6ac1b));
  background: -webkit-linear-gradient(top,  #f9c65a 0%,#f6ac1b 100%);
  background: -o-linear-gradient(top,  #f9c65a 0%,#f6ac1b 100%);
  background: -ms-linear-gradient(top,  #f9c65a 0%,#f6ac1b 100%);
  background: linear-gradient(to bottom,  #f9c65a 0%,#f6ac1b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c65a', endColorstr='#f6ac1b',GradientType=0 );
}

/* --------------------------------------------------
	woocommerce checkout page - tables
-------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 480px){
	table.shop_table.woocommerce-checkout-review-order-table.table.table-striped{
	  min-width:300px;
	}	
	table.shop_table.woocommerce-checkout-review-order-table.table.table-striped tr th,
	table.shop_table.woocommerce-checkout-review-order-table.table.table-striped tr td{
	  padding: 9px 5px;
	}
}

/* conference detail page */

.conference-detail .panel-body{
	padding:0;
	  border-bottom: 1px solid #efefef;
}


/* webandphp */
.welcome-webandphp{
	padding:1em;
}
.category-webandphp #content h2,
.category-wandphp-issues #content h2{
	margin:0px;
}
.category-webandphp #content article,
.category-wandphp-issues #content article{
	margin:0 0 3em 0;
}
.category-webandphp #content .image,
.category-wandphp-issues #content .image{
        text-align:center;
}



#pagination{
/*	float: left;
*/
margin: 0 auto;
   	width: 100%;
}
.post.single .excerpt, .single-post .excerpt p {
    line-height: 1.3em;
    font-size: 24px;
    font-weight: 300;
    color: #09C;
}

/* Advertisment - Banner */

.skyad-right {
  position: absolute;
  right: -186px;
  top: 0;
}

.skyad-left {
  position: absolute;
  left: -186px;
  top: 0;
}

@media only screen and (max-width: 1400px){
	.skyad-left {display:none;}

}

#sidebar {width: 310px; z-index:1;}
.sidebar-post-item {padding: 15px 4px 14px;}
.sidebar-footer {width: 310px;}

#main {margin:0 0 0 210px;}
@media only screen and (max-width: 1300px){
	#main {margin:0 0 0 254px;}

}

@media only screen and (max-width: 1200px){
	#main {margin:auto;}
	.skyad-right {display:none;
}

}
@media only screen and (min-width: 320px) and (max-width: 700px){
#sidebar, .sidebar-footer {
    width: 260px;
    position: fixed;
    left: -260px;
}
}

/* Sabai Discuss css fixes */

.sabai-search input,
.sabai-search select,
.sabai-search .sabai-btn {height:36px !important; margin:0 !important;}

.sabai-search .sabai-row > div {
    height: auto;
}

.chosen-container-single .chosen-single {
  padding: 3px 16px;
}

.sabai-btn-sm, .sabai-btn-group-sm>.sabai-btn {
  padding: 7px 10px;
  font-size: 14px;  
}

.sabai-questions-side {
  padding:0 30px 0 15px;
}

.sabai-btn-toolbar {
  margin: 0 0 19px -5px;
}

/* Java Museum and Free Issues specific settings, for the overlay on the kiosk stream */
.kiosk-stream-overlay.java-museum, .kiosk-stream-overlay.free-magazine-issues  {
/* 	margin: -95px auto 0 auto; */
    margin: -200px auto 0 auto;
	border: none !important;
	display: block;
}

/*multiple author box*/
.author-title.multiple-authors{
	margin:0 1em;
}
.author-box.multiple-authors{
	border-bottom:none;
}

/* New Tagline and H1 */
.h1-looks-like-tagline{
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
}

div.h1-post-title{
	font-size: 2em;
    margin: 0.67em 0;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

/* Press, Shortcuts, Books NEW */

.books-shortcuts-overviews  .books-shortcuts-single{
	padding-top: 15px;
	min-height: 300px;
}

.books-shortcuts-overviews .books-shortcuts-single .bss-image img{
	max-height:200px;
	width: auto;
}

/* Poll Styling */

ul.wp-polls-ul {
    width: 73%;
    margin: 0;
    padding: 0;
}

.single-product .chosen-container{
    max-width: 400px!important;
}
.single-product table.variations{
    max-width: 600px;
}

/*taken from jmax settings...*/
.header-style-2 .logo {
    margin-top: 27px;
    margin-left: 20px;
}

/* Shop page DFP Banners */
@media only screen and (min-width: 769px){
	.dfp-banner-hide-only-on-desktop{
		display:none;
	}
}

@media only screen and (max-width: 768px){
	.dfp-banner-show-only-on-desktop{
		display:none;
	}
}





/*Generic mobile*/
@media only screen and (min-width: 769px){
        .mobile-only{
                display:none;
        }
}

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



/*cross-sells */
.cross-sells, 
.upsells{
	width:100%!important;
	font-size:0.9em;
}
.cross-sells h2,
.upsells h2{
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 0.7em;
    margin: -1px 0 0.83em 0px;
}
.cross-sells h2{
	text-align:center;
}
.upsells ul.products{
width: 97% !important;
margin: 0px auto 0px 3%;
}
.upsells ul.products li.product, 
.upsells ul.products li.first{
	width:21%!important;
	clear:none;
min-height: 300px;
}
.upsells ul.products li.last{
	margin:0px 3.8% 2.992em 0px;
}
.cross-sells ul.products, 
.cross-sells ul.products li.product a img,
.upsells ul.products li.product a img{
	padding:0;
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
}
.cross-sells ul.products li.product,
.upsells ul.products li.product{
        margin-bottom:1em;
}
@media only screen and (max-width: 768px){
	.upsells ul.products li.product, .upsells ul.products li.first {
	    width: 40% !important;
	    clear: none;
	}
}
@media only screen and (min-width: 900px){

}


