/* SUBARTICLES */

.subarticles{
	/* overflow: auto; */
	clear: both;
	margin: 20px 0 30px 0;
	padding: 0 0;
}
.subarticles:hover{
	/* overflow: auto; */
	clear: both;
}
.subarticles a.big-link.selected{
	background: transparent!important;
}
.subarticles a.big-link{
	width:210px;
	border-top: 2px solid rgba(0, 0, 0, 0.0);
	border-bottom: 2px solid rgba(0, 0, 0, 0.0);
	padding:20px 0 10px 0;
	margin: 10px 30px 0 0;
	color: black;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;

}
@media all and (max-width: 500px){
	body .subarticles a.big-link{
		margin: 0
	}
}
.subarticles a.big-link img{
	width:200px;
	height:200px;
}
.subarticles a.big-link:hover{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: rgba(0, 0, 0, 0.0);
}
.subarticles a.big-link .title{
	font-weight: 700;
	font-size: 12pt;
	line-height: 14pt;
	text-transform: uppercase;
	color: #445404;
	text-align: left;
	padding: 0px 5px 0px 0px;
	margin: 0;
}
.subarticles a.big-link .title:hover{
}
.subarticles a.big-link .subtitle{
	font-size:10pt;
	font-weight: 400;
	line-height: 10pt;
	text-align: left;
	padding: 0 0 0 0;
	margin: 5px 0 5px 0;
}
.subarticles a.big-link .text{
	font-size:8pt;
	line-height: 12pt;
	padding: 5px 0 0 0;
	text-align: left;
}
.subarticles a.big-link .text br{
	display: none;
}
.subarticles a.big-link .text .callToAction,
.subarticles a.big-link .bg_cta .callToAction{
	width: 100%;
	border: 2px solid #4F6300;
	background: #4F6300;
	color: #fff;
	padding: 6px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.subarticles a.big-link .text .callToAction:hover,
.subarticles a.big-link .bg_cta .callToAction:hover
{
	border-color: #000;
	background: rgba(0,0,0,1.0);
	color: #fff;
}

@media all and (max-width: 500px){
	body .subarticles a.big-link .title{
		border:none
	}
}


.subarticles.subarticles-right{
	float: right;
	margin: 0 0 20px 20px;
	width: 236px;
}
.subarticles.subarticles-right a.big-link{
	margin-right:0;
	width:200px;
}
.subarticles.subarticles-2 a.big-link:last-child{
	border-bottom:1px solid #CCC;
}
.subarticles.subarticles-2 a.big-link{
	width: 100%;
	box-sizing: border-box;
	border-top: 1px dotted #CCC;
	padding: 14px;
	margin: 0;
	background: url("/view/img/nav_arrow_rght_b.png") center right no-repeat;
	background-position: -webkit-calc(100% - 10px);
	background-position: calc(100% - 10px);
}
.subarticles.subarticles-2 a.big-link .title{
	padding:0;
	margin:0;
	border: none;
}
.subarticles.subarticles-2 a.big-link .text{
	padding:5px 0;
}
.subarticles.subarticles-inside{
	float: right;
	margin-top: 420px;
	right: 140px;
	position: relative;
	width: 320px;
	margin-left: 20px;
	padding-top: 30px;
	padding-bottom: 40px;
}
.subarticles.subarticles-inside-clone{
	display: none;
}

.subarticles.subarticles-inside .big-link{
	width:260px;
	padding: 10px 20px 10px 20px;
}
.subarticles.subarticles-inside .big-link .title{
	text-align: left;
	padding:0;
	border-bottom: none;
}
.subarticles.subarticles-inside .big-link .text{
	text-align: left;
	padding: 0 0 0 14px;
}
.subarticle-content {
	display: none;
	border-top: 3px double #000;
	border-bottom: 3px double #000;
	padding: 20px 0 20px 0;
	margin: 0 0 50px 0;
}



.book {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
}
.book .front {
	left: 37px; /* new addition */
	position: relative;
	width: 100%;
	-moz-transform: translatex(-40px);
	-webkit-transform: translatex(-40px);
	-o-transform: translatex(-40px);
	transform: translatex(-40px);
	-webkit-transition: .65s;
	-moz-transition: .65s;
	-ms-transition: .65s;
	-o-transition: .65s;
	transition: .65s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.book .front:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/view/img/bg-cover.png) top left repeat-y;
	z-index: 3;
}
.book .front .cover {
	position: relative;
	z-index: 2;
	height: 290px !important;
	width: 200px;
}
.book .front .cover .cover-title {
	overflow: hidden;
	margin: 0;
	padding: 15px 15px 0 15px;
	height: 75px;
	text-align: left;
	line-height: 25px;
	background: #eee;
	*zoom: 1;
	*zoom: 1;
}
.book .front .cover .cover-title:before,
.book .front .cover .cover-title:after {
	display: table;
	content: "";
}
.book .front .cover .cover-title:after {
	clear: both;
}
.book .front .cover .cover-title:before,
.book .front .cover .cover-title:after {
	display: table;
	content: "";
}
.book .front .cover .cover-title:after {
	clear: both;
}
.book .front .cover .cover-title h1 {
	color:black;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 17px;
	font-size: 15px;
	font-weight: bold;
	width: 80%;
	float: left;
}
.book .front .cover .cover-title p {
	margin: 0;
	padding: 0;
	font: 400 12px/1 "skolar", Georgia, "Times New Roman", Times, serif;
	width: 80%;
	float: right;
}
.book .front .cover img {
	max-width: 100%;
	height: 210px;
	width: 210px;
	position: absolute;
	bottom: 0;
	z-index: -2;
	left: 0;
}
.book .front .cover .img-overlay {
	height: 210px;
	width: 210px;
	position: absolute;
	bottom: 0;
	z-index: -1;
	opacity: 0.3;
}
.no-3d .book .front .spine{
	display: none;
}
.book .front .spine {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	z-index: 3;
	overflow: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-moz-transform: rotatey(-90deg) translatex(-30px);
	-ms-transform: rotatey(-90deg) translatex(-30px);
	-webkit-transform: rotatey(-90deg) translatex(-30px);
	-o-transform: rotatey(-90deg) translatex(-30px);
	transform: rotatey(-90deg) translatex(-30px);
}
.book .front .spine h1 {
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 24px;
	height: 30px;
	width: 200px;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	line-height: 18px;
}
.book .front .spine p {
	color: #333;
	background: #eee;
	height: 20px;
	width: 60px;
	padding: 7px 15px;
	position: absolute;
	text-align: center;
	top: -11px; /* not sure why! */
	left: 30px;
	font: 600 11px/1 "skolar", Georgia, "Times New Roman", Times, serif;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	line-height: 18px;
}
.book h2 {
	margin: 0 0 10px;
	padding: 0 0 20px;
	color: #fff;
	font: 400 22px/1.4 "skolar", Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #949293;
}
.book p {
	font: 400 16px/1.4 "skolar", Georgia, "Times New Roman", Times, serif;
	color: #949293;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-ms-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-ms-transition: .35s;
	-o-transition: .35s;
	transition: 0.35s;
}
.book p:hover {
	color: #ffffff;
}
.book:hover .front {
	-ms-transform: translatex(-10px) translatez(50px) rotatey(30deg);
	-moz-transform: translatex(-10px) translatez(50px) rotatey(30deg);
	-webkit-transform: translatex(-10px) translatez(50px) rotatey(30deg);
	-o-transform: translatex(-10px) translatez(50px) rotatey(30deg);
	transform: translatex(-10px) translatez(50px) rotatey(30deg);
}
/* overriding */
.book:hover{
	background-color:transparent !important;
}
.book .text{
	margin-top:10px
}

.for-mobile-only{
	display:none;
}
@media all and (max-width: 500px){
	.subarticles a.book{
		display: none !important;
	}
	.for-mobile-only{
		display: block;
	}
}