br.clear {
	clear: both;
}

/* override shared column styles from sliders overlapping styles */
.main_content .text {
	color: #777;
	height: auto !important;
	margin-bottom: 0 !important;
	padding: 0 20px !important;
}
h2.subtitle {
	margin: 0 !important;
	padding: 30px 0 0 40px !important;
	text-transform: uppercase;
}

#cartMenuItem a:hover {
	background-color:#fd6c35;
	color:#fff;
}
#cataMenuItem a {
	font-size:15.5px;
}
#compMenuItem a {
	font-size:16.5px;
}
.main_content b,
.main_content strong {
	color: #555;
}
.bookDetails b,
.bookDetails strong {
	color: #fff;
}

/* social buttons */
.highlightBoxes .shareWidgets a {
	background-size: 100% auto;
	border: 0 !important;
	height: 60px;
	max-width: 60px;
}
.highlightBoxes .shareWidgets a.fb,
.highlightBoxes .shareWidgets a.fb:hover {
	background-image: url('../images/social-icons/white/fb_60.png');
}
.highlightBoxes .shareWidgets a.tw,
.highlightBoxes .shareWidgets a.tw:hover {
	background-image: url('../images/social-icons/white/tw_60.png');
}
.highlightBoxes .shareWidgets a.in,
.highlightBoxes .shareWidgets a.in:hover {
	background-image: url('../images/social-icons/white/pin_60.png');
}
.highlightBoxes .shareWidgets a.go,
.highlightBoxes .shareWidgets a.go:hover {
	background-image: url('../images/social-icons/white/go_60.png');
}

/* product page */
.bookMainInfo .title {
	font-size:1.5em;
	font-weight: bold;
}

.highlightBoxes .trailer {
	clear: both !important;
	display: block !important;
	margin: 15px auto 5px auto !important;
	position: relative !important;
	padding-bottom: 10px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	width: 98%;
}
.highlightBoxes .trailer h3 {
	color: #fff;
    margin: 10px auto;
    text-align: center;
    width: 80%;
}

.highlightBoxes .trailer img,
.highlightBoxes .trailer video,
.highlightBoxes .trailer iframe {
	height: 175px;
	margin: 0 auto;
	max-height: 175px;
	width: 96% !important;
}

@media (min-width: 450px) {
    .highlightBoxes .trailer img, .highlightBoxes .trailer video, .highlightBoxes .trailer iframe {
        height: 250px;
        max-height: 250px;
   }
}
@media (min-width: 550px) {
    .highlightBoxes .trailer img, .highlightBoxes .trailer video, .highlightBoxes .trailer iframe {
        height: 300px;
        max-height: 300px;
   }
}
@media (min-width: 700px) {
    .highlightBoxes .trailer img, .highlightBoxes .trailer video, .highlightBoxes .trailer iframe {
        height: 450px;
        max-height: 450px;
   }
}
@media (min-width: 900px) {
    .highlightBoxes .trailer img, .highlightBoxes .trailer video, .highlightBoxes .trailer iframe {
        height: 600px;
        max-height: 600px;
   }
}
@media (min-width: 1280px) {
    .highlightBoxes .trailer img, .highlightBoxes .trailer video, .highlightBoxes .trailer iframe {
        height: 700px;
        max-height: 700px;
		margin: 0 1.5% 0 2.5%;
   }
   .highlightBoxes .trailer {
		width: 100% !important;
	}
}
@media (max-width:639px) {
	.highlightBoxes .video {
		width:100%;
		padding:.6em 1.215em
	}
	.highlightBoxes .vaElement {
		font-size: 14px;
	}
}



/* sort by */
#sort_options {
	display: none;
	padding-top: 6px;
}
div.sort:hover #sort_options {
	display: block;
	position: absolute;
	text-align: left;
}
#sort_options a {
	display: block !important;
	float: none  !important;
	font-size: 0.875em;
	padding: 0 0 0 10px;
	text-align: left;
	opacity: 0.5;
}
#sort_options a:hover {
	opacity: 1;
}

/* modules */
.offHover {
	display: block;
}

/* homepage */
#categoriesBlock {
	margin-top: -10px;
	position: relative;
}

/* imprints */
.imprint_header_blocks {
	padding: 25px 0 20px 0;
}
.imprint_block_inner {
	height: 320px;
}
.imprint_block_wrap p {
	margin: 0 !important;
	padding: 0 !important;
}
.imprint_header_blocks .imprint_content {
	width: 66.66667%;
}
.imprint_header_blocks .imprint_social {
	width: 33.33333%;
	text-align: center;
}

.imprint_header_blocks .imprint_content,
.imprint_header_blocks .imprint_social {
	display: block;
	float: left;
	position: static;
}
.imprint_header_blocks .imprint_social .imprint_block_wrap {
	padding-left: 20px;
}
.imprint_header_blocks .imprint_social .imprint_block_inner {
	display: table-cell;
	padding: 15px 15px 0 15px;
	vertical-align: middle;
}
.imprint_header_blocks .imprint_content .imprint_block_wrap {
	padding-right: 5px;
}
.imprint_header_blocks .imprint_content .imprint_block_inner {
	background-color: #cdced0;
	color: #333;
	font-size: 1.5em;
	padding: 35px 35px 0 40px;
}

.imprint_header_blocks .form_field {
	display: inline;
	margin: 0;
}
.imprint_header_blocks h3 {
	color: #666;
	font-size: 0.675em;
	letter-spacing: 0.0125em;
	margin: 0 !important;
	padding: 20px 0 10px 0;
	text-transform: uppercase;
}
.imprint_header_blocks .imprint_content input[type="email"] {
	display: inline-block !important;
	width: 60% !important;
}
.imprint_header_blocks .imprint_content input[type="submit"] {
	background: #404041;
	border: 1px #404041 solid;
	color: #fff;
	display: inline-block !important;
	line-height: normal;
	margin-left: 10px;
	padding: 0.5rem;
	text-transform: uppercase;
	width: 120px;
}

.imprint_header_blocks .imprint_social .logo_wrapper {
	display: inline;
}
.imprint_header_blocks .imprint_social .logo_wrapper img {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.imprint_social_icons {
	clear: both;
	display: inline;
}
.imprint_social_icons img {
	margin: 5px;
}

@media (max-width: 720px) {
	.imprint_header_blocks {
		padding: 20px 20px 0 0;
	}
	.imprint_header_blocks .imprint_content,
	.imprint_header_blocks .imprint_social {
		float: none;
		width: 100%;
	}
	.imprint_header_blocks .imprint_social .imprint_block_wrap {
		padding: 0;
		margin: 0;
	}
	.imprint_header_blocks .imprint_social .imprint_block_inner {
		display: block;
		width: 100%;
	}
	.imprint_header_blocks .imprint_content .imprint_block_wrap {
		padding-bottom: 20px;
		padding-right: 0;
	}
	.imprint_header_blocks .imprint_content .imprint_block_inner {
		font-size: 1.5em;
	}
	.imprint_block_inner {
		height: auto;
		padding: 10px;
	}
	.imprint_social_icons {
		display: block;
		max-width: 100%;
		padding: 12px 0 30px 0;
	}
	.imprint_social_icons br {
		display: none;
	}
	.imprint_header_blocks .imprint_social .logo_wrapper {
		display: block;
		padding: 20px 0 0 0;
	}
	.imprint_header_blocks .imprint_social .logo_wrapper img {
		width: auto;
	}
}
@media (max-width: 1280px) {
	.imprint_header_blocks {
		padding: 25px 25px 20px 0;
	}
	.imprint_header_blocks .imprint_content .imprint_block_inner {
		font-size: 1.25em;
	}
}
@media (max-width: 1024px) {
	.imprint_header_blocks {
		padding: 25px 0 20px 0;
	}
}
@media (min-width: 1280px) {
	.imprint_block_inner {
		height: 340px;
	}
}


/* contributors */
.author_about {
	color: #fff;
	background-color: #afa198;
	display: table;
	font-size: 1.25em;
	padding: 0 20px;
	vertical-align: middle;
}
.author_about h2 {
	margin: 0;
	padding: 15px 0 0 0;
}
.author_about p {
	margin: 0;
	padding: 0;
}
.author_social_icons {
	display: block;
	padding: 20px 0;
}
.author_social_icons a {
	display: inline-block;
	margin: 0 8px;
}
.author_about .author_photo {
	display: table-cell;
	float: none;
	padding: 10px 1% 10px 0.5%;
	vertical-align: middle;
	width: 33.5%;
}
.author_about .author_photo img {
	display: inline-block;
	max-width: 375px;
	width: 100%;
}
.author_about .author_about_text {
	display: table-cell;
	vertical-align: middle;
	width: 65%;
}

@media( max-width: 780px ) {
	.author_about .author_photo {
		display: block;
		padding: 20px 0 0 0;
		text-align: center;
		width: 100%;
	}
	.author_about .author_about_text {
		display: block;
		width: 100%;
	}
	.author_social_icons {
		text-align: center;
	}
}


/* footer */
footer p {
	line-height: 16px !important;
	padding: 0 0 5px 3px !important;
}

/* shopping cart */
.related_products {
	padding-left: 20px;
}
div.related_product_list {
	padding-bottom: 30px;
}
div.related_product_list div.related_product {
	display: inline-block;
	margin: 0 3%;
	width: 18%;
}
div.related_product_list div.related_product a.cover {
	display: block;
	padding-bottom: 8px;
}
div.related_product_list div.related_product a.cover img {
	width: 100%;
}
.cart_over_limit {
	color: #d00;
	font-size: 1.25em;
	font-weight: bold;
	padding: 30px;
	text-align: center;
}
div.cart_items {
	padding: 0 20px;
}
@media (max-width: 650px) {
	div.related_product_list div.related_product {
		margin: 0 4%;
		padding-bottom: 20px;
		width: 40%;
	}
}
@media (max-width: 450px) {
	div.related_product_list div.related_product {
		display: block;
		margin: 0;
		width: auto;
	}
	div.cart_items {
		padding: 0 8px;
	}
}
div.cart_item {
	padding-bottom: 30px;
}


div.cart_item div.cover {
	float: left;
	width: 15%;
}
div.cart_item div.product_details {
	float: left;
	padding: 0 20px;
	width: 50%;
}
div.cart_item div.price {
	float: left;
	width: 15%;
}
div.cart_item div.quantity {
	float: left;
	width: 19%;
}

div.cart_item div.cover img {
	width: 100%;
}
div.cart_item div.product_details a.title {
	display: block;
	font-size: 1.25em;
	padding-bottom: 8px;
}
div.cart_item div.product_details a.remove {
	color: #2044c9;
	font-size: 0.688em;
	text-transform: uppercase;
}

@media (max-width: 500px) {
	div.cart_item div.cover,
	div.cart_item div.product_details,
	div.cart_item div.price,
	div.cart_item div.quantity {
		float: none;
		width: auto;
	}
	div.cart_item div.price,
	div.cart_item div.quantity {
		display: inline-block;
	}
	div.cart_item div.product_details a.title {
		display: inline;
	}
}

div.cart_item input[type="number"] {
	border: 1px #999 solid;
	width: 60px;
}

div.cart_subtotal {
	float: right;
	font-size: 1.25em;
	padding-right: 130px;
}

a.checkout_button {
	background: #eaeaea;
	border: 1px #999 solid;
	display: block;
	margin: 30px auto 0 auto;
	padding: 12px 0;
	text-align: center;
	width: 180px;
}
a.checkout_button:hover {
	background: #fff;
}
#checkout_form {
	padding: 20px;
}
@media (max-width: 500px) {
	#checkout_form {
		padding: 8px;
	}
}

.cart_error {
	background: #fee;
	border: 1px #600;
	color: #600;
	display: block;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 20px;
	text-align: center;
}

.cart_alert {
	background: #eee;
	border: 1px #600;
	color: #600;
	display: block;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 20px;
	text-align: center;
}

body.abramsnoterie .prettyCovers {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;

}
body.abramsnoterie .satinTexture:before {
	background: none !important;
}
body.abramsnoterie .satinTexture:after {
	background: none !important;
}


/* events */

.events_list {
	font-family: "Gotham Light", Verdana, Geneva, sans-serif;
	padding: 20px;
}
.events_list > .event {
	background: #00cad4;
	color: #fff;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 150%;
	padding: 20px;
}
.events_list > .event h3 {
	font-size: 1.25em;
	padding: 8px 0 4px 0;
	line-height: 1.25em;
	margin: 0;
}
.events_list > .event h4 {
	padding: 8px 0 4px 0;
	margin: 0;
}
.events_list > .event .event_location p,
.events_list > .event .event_address p {
	margin: 0;
	padding: 0;
}
.events_list > .event .event_location a {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 0 0;
}
.events_list > .event .event_address a {
	display: block;
	padding: 0 0 28px 0;
}

.events_list > .event .event_col_info {
	float: left;
	width: 35%;
}
.events_list > .event time {
	display: block;
}
.events_list > .event time.date {
	font-size: 1.5em;
	padding-bottom: 5px;
}
.events_list > .event time.hour {
	font-size: 1.25em;
	padding: 0 0 15px 3px;
}

.events_list > .event .event_col_desc {
	float: left;
	margin-left: 9%;
	width: 55%;
}
.events_list > .event .event_col_desc h3 {
	font-size: 1.5em;
	margin: 0 !important;
	padding: 0 0 5px 0;
}
.events_list > .event .event_image {
	float: right;
	margin-left: 50px;
	width: 150px;
}
.events_list > .event a.calendar {
	display: block;
	font-size: 1em;
}

.event_time_start,
.event_time_finish,
.event_time_til {
	display: inline-block;
	padding-right: 10px;
	vertical-align: text-top;
}
.event_time_til {
}

.event .contribs_list {
	padding: 4px 0 8px 0;
}
.event .contribs_list a.contrib {
	font-weight: bold;
}


body.product .events_list {
	padding: 0;
}
body.product .events_list > .event {
	font-size: 1em;
	line-height: 100%;
}
body.product .events_list > .event .event_col_info {
	float: right;
	text-align: right;
	margin-left: 9%;
}
body.product .events_list > .event .event_col_desc {
	margin-left: 0;
}
body.product .events_list > .event time.date {
	font-size: 1.75em;
	padding-bottom: 10px;
}
body.product .events_list > .event .event_col_desc h3 {
	font-size: 1.75em;
}
.main_content ul li {
	font-size: 1.25em;
	padding-bottom: 10px;
}

@media ( max-width: 700px ) {
	.events_list > .event .event_col_info,
	.events_list > .event .event_col_desc {
		float: none;
		margin: 0 !important;
		text-align: left !important;
		width: 100%;
	}
	.event_time_start,
	.event_time_finish,
	.event_time_til {
		display: block;
		width: auto;
	}
}

.event_months {
	padding: 20px;
}
.event_months a {
	display: inline-block;
	text-align: center;
	width: 24%;
}
.event_months a:hover,
.event_months a.active {
	color: #25cad3;
	font-size: 1.5em;
}

body.events .events_list > .event {
	background: #eaeaea;
	color: #000;
	line-height: 120%;
}
body.events .events_list > .event:nth-child(even) {
	background: #fff;
}
body.events .events_list > .event time.date {
	font-size: 1.125em;
	padding-bottom: 0;
}
body.events .events_list > .event time.hour {
	font-size: 1em;
}
body.events .events_list > .event h3 {
	font-weight: bold;
	padding-bottom: 8px;
}
body.event .events_list > .event {
	background: #fff;
}

@media( max-width: 500px ) {
	.events_list > .event .event_image {
		display: none;
	}
}
body.events .events_list > .event a:hover {
	color: #25cad3;
}

body.events .events_list > .featured_event {
	background: #afa198;
	color: #fff;
}
body.events .events_list > .featured_event a:hover {
	color: #eaeaea;
}

.contrib_events h2 {
	padding-left: 20px;
}
.contrib_events .event {
	margin-bottom: 30px;
}

body.page #results {
	padding-top: 0 !important;
}
body.page #results ul li {
	padding-top: 0 !important;
	padding-bottom: 1.875em;
}

/* hidden authors on the authors page */
body.authors a.abrams-noterie,
body.authors a.abrams-calendars {
	display: none;
}

/* work list roll-overs */
.work_overlay {
	background: #fff;
	color: #000;
	display: block;
	font-size: 1.25em;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	z-index: 3;
	-webkit-transition: opacity 1s;
	transition: opacity 0.5s;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
a.book:hover .work_overlay {
	opacity: 0.95;
}

.work_overlay_inner {
	padding: 50px 8px 8px 8px;
}
.work_overlay_inner .work_title {
	font-size: 1.5em;
	padding-bottom: 8px;
}
.work_overlay_inner .work_subtitle {
	padding: 8px 0;
}
.work_overlay_inner .work_author {
	padding-top: 8px;
}
.work_overlay_inner .work_format {
	padding-top: 8px;
}
body.starwars h1 {
	display: none !important;
}

#abr_cookie_modal {
	background-color: #fff;
	border: 1px #ccc solid;
	bottom: -160px;
	box-shadow: 3px 3px 3px rgba( 0, 0, 0, 0.4 );
	color: #333;
	display: block;
	left: 0;
	padding: 15px;
	position: fixed;
	text-align: center;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	vertical-align: middle;
	width: 100%;
	z-index: 9700;
}
body.cookie_note_popped #abr_cookie_modal {
	bottom: 0;
}

#abr_cookie_modal p {
	display: inline-block;
	font-size: 0.875em;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 80%;
}
#abr_cookie_modal a {
	color: #e31c23;
}
#abr_cookie_modal input[type="button"] {
	background-color: #e31c23;
	border: 0;
	color: #fff;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 10px 18px;
	vertical-align: middle;
}
@media( max-width: 700px ) {
	#abr_cookie_modal p {
		display: block;
		width: 100%;
	}

	#abr_cookie_modal input[type="button"] {
		margin: 15px 0;
	}
}
