.text--introduce {
	margin-top: 5px;
	line-height: 30px;
	font-weight: 400;
}
.items--list .item-loop {
	height: 345px;
}
.img {
	justify-content: center;
	align-items: center;
	margin: auto;
	max-width: 100%;
	height: 285px;
	text-align: center;
	line-height: 285px;
}
.img .detail--image {
	vertical-align: middle;
}
.text--items {
	text-transform: uppercase;
	background: #fff;
	text-align: center;
	font-size: 16px;
	margin-bottom: 0px;
	padding: 4px 0px;
	z-index: 0;
}
/*.items--list:hover .thumb {
	opacity: 1;
}*/
/*.items--list {
	height: 345px;
}
.items--list.catalog-list {
	height: inherit;
}*/
.catalog-list .text--items {
	height: 30px;
	background: #5c7148;
	color: #fff;
}
.catalog-list:hover .thumb {
	opacity: 0.2;
}
.items--list .button2 {
	top: 43%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Prevent callout */

.nocallout {
	-webkit-touch-callout: none;
}

.pressed {
	background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */

textarea[contenteditable] {
	-webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */

.gifhidden {
	position: absolute;
	left: -100%;
}

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0;
	direction: ltr;
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
}

.ir br {
	display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 800px) {
	/* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	/* Style adjustments for viewports that meet the condition */
}

/* hide book to avoid flash of unstyled content */
.js #book {
    margin-left: -10000px; width: 100%;
}

#book.wowbook {
    /* center horizontally */
    margin: auto;
}


.wowbook-toolbar {
    margin-top: 1em; /* FIXME */
    box-sizing: content-box !important;
}

.wowbook-controls {
    border-radius: 6px;
    width: auto;
}

.wowbook-mobile .wowbook-toolbar {
    margin: 0;
}

.wowbook-mobile .wowbook-controls {
    border-radius: 0;
    width: 100%;
}



/* ------------ */


.wowbook {
    color : #333;
}

.wowbook-page-content {
    background: white;
    padding: 1em;
    /*font-family: "News Cycle",sans-serif;*/
}

.wowbook-page ul {
    padding: 0;
}

.wowbook-page li {
    list-style : none;
}

.wowbook-left .wowbook-gutter-shadow {
    background-image : url('../images/page_left_background.png');
    opacity : 0.5;
    width: 60px;
}
.wowbook-right .wowbook-gutter-shadow{
    background-image : url('../images/page_right_background.png');
    background-position : 0 0;
    width: 75px;
}

.cover {
    padding: 0;
}
.book_container {
    width: 100%;
    position: fixed;
}
.wowbook-container-full {
    position: relative;
}