body{
	background: none;
	font-family: 'Roboto', sans-serif;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

/*
	header carousel START
*/


#homeCarousel, .carousel-inner {
	margin: 0;
	margin-bottom: 50px;
}

	#homeCarousel, .carousel-inner .item {
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		background-position: center center !important;
	}

.slideContent {
	text-align: center;
}

.slideTitle {
	color: #fff;
	font-size: 48px;
	font-family: 'Libre Baskerville', serif !important;
	font-style: italic;
	font-weight: 500;
	text-transform: none;
	margin-top: 0;
}

.slideSubscription {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
}

.carousel-control {
	background: url('../../images/_ico/_ico_keyboard_arrow_left.png') center center no-repeat !important;
	width: 72px;
	opacity: .4;
	height: 100%;
	border: 0 !important;
	background-size: 24px 24px !important;
	border-radius: 0;
	top: 0;
	margin: 0;
	left: 0;
}

.carousel-control:hover {
	background-color: rgba(0,0,0,1);
}

.carousel-control.right {
	right: 0;
	background-image: url('../../images/_ico/_ico_keyboard_arrow_right.png') !important;
	background-position: center center !important;
}

#bannerCarousel {
	margin-top: 16px;
	margin-bottom: 64px;
	width: 100%;
	/*height: 240px;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

#bannerCarousel > .carousel-inner {
	margin: 0;
}

#bannerCarousel .homebaner {
	position: relative;
	display: block;
}

.homebaner:hover {
	text-decoration: none;
}

#bannerCarousel .bannerTextWrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#bannerCarousel .homeBaneTitle {
	color: #fff;
	font-size: 48px;
	font-family: 'Libre Baskerville', serif !important;
	font-style: italic;
	font-weight: 500;
	text-transform: none;
	position: absolute;
	width: 100%;
	top: 35%;
}

#bannerCarousel .homeBaneTitle.homeBaneTitleEmpty {
	padding-top: 55px;
}

#bannerCarousel .homeBaneslideSubscription {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
	position: absolute;
	width: 100%;
	bottom: 20%;
}


/*
	header carousel @media
*/

@media screen and (max-width: 980px){
	#bannerCarousel {
		margin-top: 0;
		margin-bottom: 32px;
	}
	.carousel-control{
		width: 56px;
	}
}
/*
	header carousel END
*/
/*homepage content*/

/*
	header books-section START
*/

.books-section {
	margin-bottom: 28px;
}

.books__ttl {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}

.books__ttl h2{
	color: #212121;
	font-family: "PT Serif", serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 32px;
	margin:2px 24px 32px 0;
	text-transform: none;
}

.books__ttl .btn{
	border-radius: 4px;
	border: 1px solid #ccc;
	background: #fff;
	color: #212121;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	padding: 0 16px;
	line-height: 34px;
	text-transform: none;
	margin: 0 12px 32px 0;
}

.books__list:after, .books__list:before {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}

.books__list {
	overflow: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.books__list .books__list__item:nth-child(6n){
	margin-right: 0;
}

.books__list__item {
	margin-right: 36px;
	width: 130px;
	display: block;
	padding: 0 0 36px;
	flex: none;
}

.books__list__item p{
	color: #212121;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	padding:0;
	text-transform: none;
	text-align: left;
}

.books__list__item p + p{
	margin-top: 4px;
}

.books__list__item .book_author{
	color: #757575;
}
.books__list__item .book_title{
	font-weight: 600;
}

.books__list__item .book-logo-img {
	height: auto;
	width: 130px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
}

.books__list__item:hover {
	text-decoration: none;
	opacity: 1;
}

.books__list__item:hover .book_title {
	text-decoration: underline;
}

.books__list__item .shadow {
	-webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.07);
	width: 130px;
	height: 185px;
	margin: 0 auto 8px;
	display: inline-block;
}

.books__list__item:hover .shadow {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.transition {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.books__list__item .image_container {
	display: inline-block;
	width: 130px;
	height: 185px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 1px;
	overflow: hidden;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	position: relative;
	background-color: rgba(0, 0, 0, 0.4)
}

.e_book_wrapper {
	position: relative;
}

.e_book_wrapper:after {
	content: "e";
	text-align: center;
	width: 24px;
	height: 32px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border: 1px solid #fff;
	background-color: #e0e0e0;
	color: #212121;
	font-family: "PT Serif", serif;
	font-size: 21px;
	font-weight: 700;
	font-style: italic;
	line-height: 30px;
}

.bestseller_blur_wrapper{
	margin-bottom: 32px;
}
/*
	header books-section @media
*/
@media screen and (max-width: 980px) {
	.books-section {
		padding: 0 16px;
		margin-bottom: 24px;
	}
	.books__ttl h2 {
		margin: 0 0 16px;
		flex: 0 1 100%;
	}

	.books__ttl .btn {
		margin-bottom: 16px;
		font-size: 12px;
		line-height: 24px;
		letter-spacing: .3px;
		padding: 0 8px;
	}

	.books__list {
		overflow: hidden;
		overflow-x: auto;
		flex-wrap: nowrap;
		margin: 0 -16px;
		padding: 0 16px;
	}

	.books__list .books__list__item:last-child{
		margin-right: 0;
	}

	.books__list .books__list__item:nth-child(6n) {
		margin-right: 16px;
	}

	.books__list__item{
		padding-bottom: 24px;
		margin-right: 16px;
	}

	.bestseller_blur_wrapper {
		margin: 0 -16px 16px;
	}
}

/*
	header books-section END
*/


/*
	header grid START
*/

.grid {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 960px;
	list-style: none;
	text-align: center;
	margin-bottom: 12px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content:center;
	align-items: flex-start;
	justify-content:flex-start;

	box-sizing: border-box;
}

	/* Common style */
.grid__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 48%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	-webkit-flex: 0 0 -webkit-calc(50% - 18px);
	-ms-flex: 0 0 calc(50% - 18px);
	flex: 0 0 calc(50% - 18px);
	max-width: -webkit-calc(50% - 18px);
	max-width: -moz-calc(50% - 18px);
	max-width: calc(50% - 18px);
	margin: 0 36px 36px 0;
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	max-width: calc(50% - 18px);
	height: 240px;
	background-color: #dcdcdc;
	text-align: center;
	cursor: pointer;
}

.best_categories .grid__item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.grid .grid__item:nth-child(2n){
	margin-right: 0;
}

.grid__item:hover {
	opacity: 1;
}

.grid__item img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.9;
	max-width: 1000%;
}

.grid__item .figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid__item .figcaption::before,
.grid__item .figcaption::after {
	pointer-events: none;
}

.grid__item .figcaption,
.grid__item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid__item a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid__item h3 {
	word-spacing: -0.15em;
	font-weight: 300;
	color: #fff;
}


.grid__item h3,
.grid__item p,
.grid__item span {
	margin: 0;
	color: #fff;
	padding-top: 25px;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

.effect-lily img {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
}

.effect-lily .figcaption {
	top: 0;
	bottom: auto;
	height: 50%;
	text-align: center;
}

.effect-lily h3,
.effect-lily p {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
}

.effect-lily span {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}


.effect-lily h3,
.effect-lily span {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.effect-lily span {
	display: block;
}

.effect-lily p {
	color: rgba(255,255,255,1);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	text-transform: none;
	font-size: 14px;
	padding: 25px;
}

.effect-lily:hover img,
.effect-lily:hover p {
	opacity: 1;
}

.effect-lily:hover img,
.effect-lily:hover h3,
.effect-lily:hover p,
.effect-lily:hover span {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


/*
	header grid @media
*/

@media screen and (max-width: 980px) {
	.grid{
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 0 16px;

	}

	.grid__item{
		flex: none;
		min-width: 296px;
		margin-right: 16px;
		margin-bottom: 16px;
	}

	.grid .grid__item:nth-child(2n) {
		margin-right: 16px;
		
	}

	.grid .grid__item:last-child {
		margin-right: 0;
	}
}
/*
	header grid END
*/
.center {
	text-align: center;
}


.button_bordered{
	color: #999;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 15px !important;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
	-webkit-transition: background 0.25s;
	-moz-transition: background 0.25s;
	-o-transition: background 0.25s;
	transition: background 0.25s;
}

.button_bordered:hover{
	color: #fff;
	background: #999;
	text-decoration: none;
}

.button_bordered.btn--flat {
	border: 0;
}

.button_bordered.btn--flat:hover{
	color: #999;
	background: transparent;
	text-decoration: underline;
}

.full_width_container{
	width: 100%;
	padding: 35px 0;
}
.grey_bg{
	background:#f4f4f4;
}


.popular_category_item{
	color: #1351ab;
	font-size: 12px;
	float: left;
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #1351ab;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff;
	text-transform: uppercase;
	font-weight: 500;
	margin: 5px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.popular_category_item:hover{
	color: #fff;
	background:#1351ab;
	text-decoration: none;
}
.best_categories_item{
	width: 100%;
	max-width: 48%;
	float: left;
	height: 230px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	color:#fff;
	margin: 5px;
	text-align: center;
	padding: 50px;
}

.category_name{
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.category_title{
	font-family: 'PT Serif', serif;
	text-transform: none;
	font-weight: 500;
	font-size: 28px;
}
.category_desc{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
}

.bestseller_blur_wrapper a:hover{
	text-decoration: none;
}
.book_banner_blur{
	height: 320px;
	-webkit-background-size:120%;
	-moz-background-size: 120%;
	-o-background-size: 120%;
	background-size: 120%;
	background-position: center center;
	position: relative;
	overflow:hidden;
	margin:0 10px 50px 10px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.bestseller_blur_cover{
	width: 220px;
	height: 320px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	position: absolute;
	right: 50px;
	top: 50px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	box-shadow: 0px 0 0 rgba(0,0,0,0.4),0px 0px 20px 0px rgba(0,0,0,0.4)
}
.book_banner_blur:hover .bestseller_blur_cover{
	top: 45px;
	box-shadow: 0px 0 0 rgba(0,0,0,0.4),0px 0px 40px 0px rgba(0,0,0,0.4);
}
.book_banner_blur h3{
	font-family: 'PT Serif', serif;
	text-transform: none;
	font-weight: 500;
	font-size: 28px;
	color: #fff;
	margin-top: 100px;
	margin-bottom: 15px;
	padding-left: 50px;
	padding-right: 280px;
}

.book_banner_blur .book_author,.book_banner_blur .book_desc{
	font-size: 14px;
	color: #fff;
	padding-left: 50px;
	margin-bottom: 15px;
	width:40%;
}
.contentWrapper:after {
    content:'';
    display:block;
    clear: both;
}

@media (max-width: 979px) and (min-width: 580px)
{
	.shoppingCartItemsCount {
		background: none !important;
		color: #000 !important;
	}
}
@media screen and (max-width: 960px){
	.best_categories_item h3{
		margin-bottom: 10px !important;
	}
}
@media screen and (max-width: 768px){
   #bannerCarousel .homeBaneTitle{
	   font-size: 35px;
   }
}
@media screen and (max-width: 640px){
	.best_categories_item{
		width: 100%;
		max-width: 100%;
		margin: 5px 0;
	}
	
	.book_banner_blur h3{
		margin-top:50px;
	}
}
.visible-phones{
		display: none;
	}
@media screen and (max-width: 580px) {
	.visible-phones{
		display: block;
	}
	.hide_for_mobile{
		display: none !important;
	}
	#bannerCarousel .homeBaneTitle{
	   top: 20%;
	   font-size: 30px;
   }
	#bannerCarousel{
		margin-top: 0;
	}
}
@media screen and (max-width: 480px){
   	#bannerCarousel .homeBaneTitle{
	   font-size: 24px;
   }
}
@media screen and (max-width: 320px){
   .e_books .book_item{
	   height:auto;
	   min-height:150px;
   }
}

#subscriptionForm_Newsletter fieldset,#subscriptionForm_Newsletter .controls{
	border: none;
	padding: 0;
	margin: 0;
}
#subscriptionForm_Newsletter .subscribe_categories_list{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#subscriptionForm_Newsletter .formgroup{
	 -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#subscriptionForm_Newsletter .formgroup_wide{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	white-space: nowrap;
	font-weight: 500;
	margin-bottom: 20px;
}
#subscriptionForm_Newsletter .formgroup_wide label{
	font-weight: 500;
}

.unstyled.list-inline > li{
	display: inline-block;
}

.unstyled.list-inline > li + li > .btn--flat{
	border-radius:0;
	border-left: 1px solid #999;
	border-radius: 0;
}