/*

 BBBBB
 B    B
 BBBBB
 B    B
 BBBBB

bootstrap query MIN 768 and MAX 979 */

@media (min-width: 768px) and (max-width: 979px) {

.book-figure.animation-fullWidth .book-megazoom {
	height: 500px;
}

.important {
	background-position: 6% center;
}

/* Navigation styles */

.mainnav-home a .icon {
	background-size: 74% auto;
}
.mainnav-cover a .icon {
	background-size: 85% auto;
}

#navbar-container .mainnav-button a,
#navbar-container .mainnav-button button {
	font-size: 13px;
}

.preferences .btn-group {
	width: 98%;
}

.navbar-tools .search input {
	width: 94%;
}

/* Navigation dropdown styles */

/* Homepage styles */

.unit-number {
	font-size: 6em;
	line-height: 156px;
}

.unit-block .unit-texture-bg:hover .unit-number {
	font-size: 6.8em;
}

.unit-subtitle {
	font-size: 1.1em;
}

.focus-area a img {
	float: none;
	margin-bottom: 1em;
}

/* END Homepage styles */

/* Unit Sliders */
.unit-intro-slider {
	height: 300px;
	margin-bottom: 4em;
	overflow: hidden;
	position: relative;
	width: 100%;
}
body.unit1 .slider-unit-logo, body.unit2 .slider-unit-logo, body.unit3 .slider-unit-logo, body.unit4 .slider-unit-logo {
	background: url('../img/unit-1-logo-color-white-2x.png') center top no-repeat;
	background-size: 88%;
	height: 300px;
	position: absolute;
	width: 100%;
	z-index: 5;
}
body.unit2 .slider-unit-logo {
	background: url('../img/unit-2-logo-color-white-2x.png') center top no-repeat;
	background-size: 88%;
}
body.unit3 .slider-unit-logo {
	background: url('../img/unit-3-logo-color-white-2x.png') center top no-repeat;
	background-size: 88%;
}
body.unit4 .slider-unit-logo {
	background: url('../img/unit-4-logo-color-white-2x.png') center top no-repeat;
	background-size: 88%;
}


}
