.catalog-price {
	 color:red;
}

.buy_mag {background: #f5f5f5; font-weight: bold; padding: 9px 20px;margin: 2px 0 20px;}

.text .carousel-caption {position: static;background: none;font-style: italic;padding: 10px 0; border-bottom: 3px solid #ccc;font-size: 12px;line-height: 1.6;font-weight: normal;}
.text .carousel img {display: inline-block;margin: 0 auto;}
.text p {font-size: 14px; color: #000; line-height: 1.6;}

article.archive h1 { font-size: 20pt }
article.archive h2 { font-size: 14pt; line-height: 1.5em }
article.archive p { text-indent: 0em; margin-bottom: 1em }
article.archive p.author { font-weight: bold }
article.archive figure { margin: 0em 0em 1em; text-align: center }
article.archive figure figcaption { margin-top: 0.5em; font-size: 0.8em; text-align: left }

article.archive a.forum {color:#000; text-decoration: none;font-weight: normal;border: 2px solid #1598ed; padding: 10px 20px;}
article.archive a.forum:hover {background: #1598ed; color: #fff;}

article.archive .cover { float: left; width: 160px; margin-left: -180px; text-align: center; }
article.archive .cover img { display: block; width: 100% }
article.archive .text { }
article.archive .partial_hint {
	margin-bottom: 1em;
	padding: 1em 0em;
}
article.archive .partial_hint p.text {
	font-size: 18pt;
	text-align: center;
	margin: 1em 0em;
}

article.archive .figures { }
@media (max-width: 1559px) {
	article.archive .cover { width: 80px; margin-left: -100px }
}
@media (max-width: 1389px) {
	article.archive .cover { width: 60px; margin: 0em 2em 0em 0em; font-size: 0.8em }
	article.archive .text { clear: left }
}
@media (max-width: 767px) {
	article.archive .figures { float: none }
}

article.archive .see-also { clear: both; margin-top: 2em }
article.archive .see-also h6 { font-weight: normal; font-size: 1.2em }
article.archive .see-also ul { list-style-type: none; padding: 0em; margin: 0em }
article.archive .see-also li { margin: 0em 0em 0.5em }

article.archive aside .prop-title { width: 100%; font-size: 1.0em; padding: 0.25em}
article.archive aside h5.section_title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    border-bottom: 5px solid #000;
    width: 100%;
    padding-bottom: 5px;
    margin-top: 30px;
    line-height: normal;
}

.rel-articles .rel-col {
    -webkit-column-width: 320px;
    -moz-column-width: 320px;
    column-width: 320px;

    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

article.archive .shop_action {
	text-align: center;
	margin-bottom: 2em;
}
article.archive .shop_action .buy-btn.paper {
    background-color: #52a452;
    background-image: -moz-linear-gradient(top,#62c462,#51a351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image: -webkit-linear-gradient(top,#62c462,#51a351);
    background-image: -o-linear-gradient(top,#62c462,#51a351);
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    background-repeat: repeat-x;
}

.rel-articles a p { color: #333 }
.rel-articles a:hover { text-decoration: none }
.rel-articles a:hover .rel-title { text-decoration: underline }

.rel-article { display: inline-block; margin-bottom: 1em; font-size: 0.9em; padding: 4px }
/* .rel-article:hover { box-shadow: 2px 2px 3px 2px #ccc; } */
.rel-article img { width: 120px; height: auto; float: left }
.rel-article h6, .rel-article p { margin-left: 140px }
.rel-article .rel-title { margin-top: 0px }

	article.archive .swiper-pagination {
		position: static;
		height: 2em;
	}
	article.archive .swiper-button-next, article.archive .swiper-button-prev {
		position: absolute;
		top: 40%;
		width: 40px;
		height: 40px;
		margin-top: -20px;
		font-size: 60px;
		font-weight: 100;
		line-height: 30px;
		color: #fff;
		text-align: center;
		background: #222;
		border: 3px solid #fff;
		-webkit-border-radius: 23px;
		-moz-border-radius: 23px;
		border-radius: 23px;
		opacity: .5;
		filter: alpha(opacity=50);
	}
	article.archive .swiper-button-next {
		right: 15px;
		left: auto;
	}    
	article.archive .swiper-button-prev {
		right: auto;
		left: 15px;
	}
	article.archive .figure-caption {
		position: static;
		background: none;
		font-style: italic;
		padding: 10px 0;
		font-size: 12px;
		line-height: 1.6;
		font-weight: normal;    
	}
	article.archive .figure-caption .fullscreen-link {
		float: right;
		margin-left: 1em;
	}
	article.archive .figure-caption:after {
		clear: both;
		content: '';
		display: block;
	}
	article.archive .figure-caption.fullscreen-link {
		position: absolute;
		right: 0px;
		bottom: 0.6em;
		padding: 0px;
		z-index: 15;
	}
	
	article.archive .swiper-slide img {
		height: 400px;
		max-width: 700px;
		width: auto;
	}
	article.archive .swiper-slide .figure-placeholder {
		width: 700px;
		height: 400px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	article.archive .swiper-slide:nth-child(odd) {
		text-align: center;
	}
	article.archive .swiper-wrapper {
		border-bottom: 3px solid lightgray;
		margin-bottom: 8px;
	}
	article.archive aside .swiper-wrapper {
		border: none;
	}

