/****************************** ADDITIONAL CLASSES ******************************/
	.no-padding{
		padding: 0;
	}
	.no-margin{
		margin: 0;
	}
	.flo-right{
		float: right;
	}
	.flo-left{
		float: left;
	}
/****************************** ADDITIONAL CLASSES END ******************************/


/****************************** GENERAL ******************************/
	html, body{
		font-family: 'Lato', sans-serif;
	}
	.main-content{
		max-width: 1000px;
		background-color: #ede6e5;
	}

	.background.container-fluid{
		background-color: #eee6e4;
		padding: 0px;
	}

	p{
		margin: 0;
	}
/****************************** GENERAL END ******************************/


/****************************** HEADER ******************************/
	header{
		background-color: #eee6e4;
	}

	header div.container-fluid:first-of-type{
		background-color: #520800;
	}

/*	#logo{
		background-image: url("../img/logo_big.png");
		background-repeat: no-repeat;
		background-position: 50% 35%;
		//height: 200px;
	}*/

	#logo a{
		display: block;
		width: 60%;
		min-height: 170px;
		margin: 0 auto;
	}

	.social-wrapper{
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}

	.social{
		position: absolute;
		right:0;
		top: 25px;
		z-index: 2;
	}

	.social-link{
		float: left;
		margin: 0 0 0 10px;
	}

	@media (max-width: 767px){
		#logo{
			margin: 50px 0 0 0;
		}

		.social{
			top: 210px;
		}
	}

	@media (max-width: 690px){
		#logo{
			background-image: url("../img/logo_small.png");
			background-position: 50% 50%;
		}
	}

	/****************************** MAIN NAV ******************************/
		#main-nav{
			height: 40px;
			background-color: #d06033;
			/*background-color: #9c1102;*/
			margin: -20px  0 0 0;
		}

		#main-nav ul{
			list-style: none;
			height: inherit;
			margin: 0;
			padding: 8px;
		}

		#main-nav ul li{
			float: left;
		}
		#menu_2{
			font-weight: 400!important;
			background: #dd0000;
		}
		#main-nav ul li a{
			color: #fff;
			font-size: 17px;
			font-weight: 200;
			text-transform: uppercase;
			padding: 1px 3px 2px 5px;
			transition: all 0.2s ease;
			border-radius: 3px;
		}

		#main-nav ul li a:hover{
			background-color: #c05022;
			/*background-color: #8b0001;*/
			text-decoration: none;
		}

		#main-nav ul li .separator{
			margin: 0 5px;
			color: #fff;
			font-weight: 700;
			font-size: 18px;
		}

		#main-nav ul span.separator.last{
			display: none;
		}

		#menu-button{
			display: none;
		}

		@media (min-width: 768px) and (max-width: 992px){
			#main-nav{
				margin: 0;
			}

			#main-nav ul{
				height: 40px;
				padding: 8px 0;
			}
		}

		@media (max-width: 767px){
			#main-nav{
				margin: 0;
				height: auto;
				padding: 0;
				position: fixed;
				top: 0;
				z-index: 9999;
			}

			#main-nav ul{
				display: none;
				height: auto;
			}

			#main-nav ul li{
				float: none;
			}

			#main-nav ul li a{
				width: 100%;
				display: block;
			}

			#main-nav ul li .separator{
				display: none;
			}

			#menu-button{
				display: block;
				font-size: 20px;
				text-transform: uppercase;
				font-weight: 300;
				width: 100%;
				background-color: #c05022;
				border: 1px solid #d06033;
				padding: 9px 5px;
				height: 50px;
				color: #fff;
			}

			#menu-button:hover{
				cursor: pointer;
			}

			#menu-button .icon-angle-double-down, #menu-button .icon-angle-double-up{
				float: right;
				font-size: 35px;
				margin: -10px 0 0 0;
			}
		}
	/****************************** MAIN NAV END ******************************/

	/****************************** SEARCH ENGINE ******************************/
		#search-engine{
			height: 40px;
			background-color: #9c1102;
			margin: -20px 0 0 0;
			font-size: 12px;
			font-weight: 300;
		}

		.search-engine-wrapper{
			height: inherit;
			padding: 3px 5px;
		}

		.search-engine-input{
			float: left;
			width: calc(100% - 30px);
		}

		.search-engine-input input[type="text"]{
			border: none;
			color: #fff;
			height: 34px;
			font-weight: normal;
			width: 100%;
			background-color: #9c1102;
			padding: 0 3px;
		}

		.search-engine-input input[type="text"]:focus{
			outline: 2px auto #be3324;
		}

		.search-engine-input input[type="text"]::-webkit-input-placeholder{
			color: #fff;
			text-transform: uppercase;
		}

		.search-engine-input input[type="text"]:-moz-placeholder{ /* Firefox 18- */
			color: #fff;
			text-transform: uppercase;
		}

		.search-engine-input input[type="text"]::-moz-placeholder{  /* Firefox 19+ */
			color: #fff;
			text-transform: uppercase;
		}

		.search-engine-input input[type="text"]:-ms-input-placeholder{
			color: #fff;
			text-transform: uppercase;
		}

		.search-engine-button{
			float: left;
			width: 30px;
			color: #fff;
		}

		.search-engine-button:hover{
			cursor: pointer;
		}

		.search-engine-button .icon-angle-double-right{
			font-size: 30px;
			font-weight: 300;
			line-height: 30px;
		}

		@media (min-width: 768px) and (max-width: 992px){
			#search-engine{
				margin: 0;
			}
		}

		@media (max-width: 768px){
			#search-engine{
				margin: 0;
			}
		}
	/****************************** SEARCH ENGINE END ******************************/

/****************************** HEADER END ******************************/


/****************************** SLIDER ******************************/
	#slider{
		padding: 0;
	}

	.camera_next, .camera_prev{
		opacity: 1 !important;
		border-radius: 50%;
	}

	.camera_next{
		right: 15px!important;
	}

	.camera_prev{
		left: 15px!important;
	}
/****************************** SLIDER END ******************************/


/****************************** SIDE MENU ******************************/
	#side-menu{

	}

	#side-menu ul{
		padding: 0px;
	}

	#side-menu ul.nested{
		display: none;
	}

	#side-menu ul.nested li{
		padding-left: 10px !important;
	}

	#side-menu ul li{
		border-bottom: 1px solid #d7c5c5;
		padding: 7px 0 7px 15px;
		list-style: none;
		width: 100%;
	}

	#side-menu ul li:hover{
		cursor: pointer;
	}

	#side-menu ul li:first-of-type{
		padding: 20px 0px 8px 15px;*/
	}

	#side-menu ul li a{
		font-size: 18px;
		text-transform: uppercase;
		color: #9c1102;
		font-weight: 300;
		width: 100%;
		display: inline-block;
	}

	#side-menu .category-list ul li a, #side-menu ul.category-list li a {
		text-transform: none;
	}

	#side-menu a.active{
		font-weight: 600;
	}

	#side-menu.margin-break{
		margin: 25px 0 0 0;
	}

	#side-banner.left-box-no-margin #side-menu.margin-break{
		margin: -25px 0 0 0;
	}

	#side-menu.mobile{
		display: none;
	}

	@media (max-width: 767px){
		#side-menu.mobile{
			display: block;
		}

		#side-menu{
			padding: 0;
			display: none;
		}

		#side-menu.margin-break{
			margin: 0;
		}

		#side-menu ul li{
		    text-align: center;
			padding-left: 0;
			padding-right: 0;
		}

		#side-menu ul li:first-of-type{
			padding-left: 0;
			padding-right: 0;
		}
	}

	@media (min-width: 767px){
		#side-menu .has-child a i.icon-angle-down:first-of-type{
			display: none;
		}
	}
/****************************** SIDE MENU END ******************************/


/****************************** BOOKS ******************************/
	.book-list{
		display:flex;
		flex-wrap: wrap;
	}
	.books{
		background-color: #f5f5f5;
		padding: 25px 15px;
		margin: 50px 0 0 0;
		/*border-top: 2px solid #cf6032;*/
		border-top: 2px solid #9c1102;
	}

	.books.book-banner{
		border-top: none;
		margin: 45px 0 0 0;
	}

	@media (min-width: 768px){
		.books{
			margin: 15px 0 0 0;
		}
	}

	.books.margin-break{
		margin: 50px 0 0 0;
	}

	.book{
		padding: 25px 15px 0 15px;
		/*min-height: 220px;*/

	}

	.book-border-bottom{
		clear: both;
		margin: 10px 0 0 0;
		border-bottom: 1px solid #d7c5c5;
		height: 1px;
		padding: 10px 0 0 0;
	}

	.label{
		min-width: 170px;
		height: 40px;
		text-transform: uppercase;
		font-size: 20px;
		text-align: center;
		/*background-color: #cf6032;*/
		background-color: #9c1102;
		color: #fff;
		font-weight: 300;
		position: absolute;
		top: -42px;
		/*top: -40px;*/
		left: 0px;
		border-radius: 0px;
		padding: 10px;
		white-space: normal;
	}

	.book-banner .label{
		background-color: transparent;
		color: #732e33;
		width: auto;
	}

	.book-img{
		float: left;
		width: 125px;
		height: 170px;
	}

	.book-img img{
		transition: all 0.2s ease;
		max-width: 100%;
		max-height:100%;
	}

	.book-img a:hover img{
		opacity: 0.8;
	}

	.book-text-wrapper{
		float: left;
		width: calc(100% - 125px);
	}

	.book-text-wrapper:after{
	   content: " ";
	   display: block;
	   height: 0;
	   clear: both;
	}

	.book-text{
		/*position: absolute;*/
		bottom: 25px;
		padding: 0 10px;
	}

	.author{
		margin: 0 0 5px 0;
	}

	.author a{
		font-size: 14px;
		color: #cf6032;
	}

	.title{
		margin: 0 0 5px 0;
	}

	.title a{
		font-size: 16px;
		color: #732e33;
		font-weight: 700;
	}

	.book-descripction{
		margin: 0 0 5px 0;
		font-size: 12px !important;
		font-weight: 300;
		color: #732e33;
	}

	.buy-book{
		float: left;
		height: 20px;
		text-align: center;
	}

	.buy-book a{
		transition: all 0.2s ease;
		text-transform: uppercase;
		font-size: 12px;
		color: #fff;
		display: block;
		height: inherit;
		padding: 2px 10px 0 10px;
		background-color: #f43616;
	}

	.buy-book a:hover{
		text-decoration: none;
		background-color: #d41404;
	}

	.allegro-btn{
		border-top: #f5beb7 !important;
	}

	.allegro-btn a{
		background-color: #f5beb7;
	}

	.allegro-btn a:hover{
		background-color: #de968c;
	}

	.read-more{
		clear: both;
		float: right;
	}

	.read-more a{
		text-transform: uppercase;
		font-size: 10px;
		color: #732e33;
	}

	.read-more a:hover{
		color: #510c11;
		font-weight: 700;
	}

	@media (min-width: 992px){
		.book:nth-last-of-type(-n+2) .book-border-bottom{
			border: none;
		}
	}

	@media (max-width: 767px){
		#side-banner{
			padding: 0 !important;
		}

		.new-book a img{
			padding: 0 15px !important;
		}

		.book-descripction{
			display: none;
		}

		.buy-book{
			width: 155px;
			height: 40px;
		}

		.buy-book a{
			font-size: 15px;
			padding: 10px 0 0 0;
		}

		.author a{
			font-size: 16px;
		}

		.title a{
			font-size: 20px;
		}

		.read-more a{
			font-size: 14px;
		}

		.book-text{
			position: static;
		}

		.buy-book{
			margin: 10px 0;
		}

		.read-more{
			clear: both;
			float:left;
		}

		.book-text-wrapper{
			min-height: 185px;
		}
	}

	/****************************** BOOK-DETAIL ******************************/
		.book-detail{
			background-color: #f0f0f0;
			padding: 25px 15px;
			margin: 50px 0 0 0;
			/*border-top: 2px solid #cf6032;*/
			border-top: 2px solid #9c1102;
		}

		.book-detail.no-margin{
			margin: 0;
		}

		.book-detail .row{
			margin: 0 0 20px 0;
			position: relative;
		}

		.book-detail-info-wrapper{
			float: left;
			width: calc(100% - 315px);
		}

		.book-detail-pic{
			float: left;
			width: 285px;
		}

		.book-detail-pic img{
			width: 100%;
		}

		.book-detail-info{
			float: left;
			padding: 0 0 0 15px;
		}

		.book-detail-title{
			font-size: 24px;
			color: #732e33;
			font-weight: 700;
		}

		.book-detail-author{
			color: #f43616;
		}

		.book-detail-author a{
			color: #f43616;
			tex-decoration: none;
			font-size: 16px;
		}

		.book-detail-author:hover{
			cursor: pointer;
		}

		.book-detail-info ul{
			padding: 0;
			margin: 10px 0 0 0;
		}

		.book-detail-info ul li{

			font-size: 16px;
			color: #732e33;
			list-style: none;
			margin: 5px 0;
		}

		.book-detail-info ul li span{
			font-weight: 700;
		}

		.shop{
			padding: 0 0 0 15px;
			position: relative;
			bottom: 0;
		}

		.book-detail .buy-book{
			background-color: #ede6e5;
			padding: 0;
			height: 35px;
			margin: 0;
			margin-bottom: 0px;
			margin-bottom: 2px;

		}

		.book-detail.buy-book a{
			padding: 6px 25px 0 25px;
			font-size: 16px;
		}

		.book-detail-price-wrapper{
			display: inline-block;
			background-color: #ede6e5;
			margin-left: 10px;
		}

		.actual-price{
			font-size: 17px;
			float: left;
			color: #f43616;
			height: 37px;
			padding: 6px 10px 0 10px;
		}

		.old-price{
			font-size: 13px;
			float: left;
			text-decoration: line-through;
			color: #d06033;
			height: 35px;
			padding: 9px 10px 0px 10px;
		}

		.book-detail-price-wrapper span.separator{
			font-size: 16px;
			float: left;
			padding: 6px 3px 0 3px;
			color: #f43616;
		}

		@keyframes showme{
			from {max-height: 300px;}
			to {max-height: 9999px;}
		}

		.book-detail-description{
			color: #732e33;
			overflow: hidden;
			font-size: 15px;
		}

		.book-detail-description.short:after{
			position: absolute;
			bottom: 60px;
			left: 0;
			height: 60px;
			width: 100%;
			content: "";
			background: linear-gradient(
				to bottom,
				rgba(240, 240, 240, 0),
				rgba(240, 240, 240, 1)
			);
			pointer-events: none;
		}

		.book-detail-description.show_all{
			animation-name: showme;
			animation-duration: 1.5s;
			animation-fill-mode: forwards;
			animation-timing-function: ease;
		}

		.book-detail-description.short{
			height: 300px;
		}

		.show-more{
			color: #d06033;
			text-transform: uppercase;
			font-size: 20px;
			text-align: center;
			margin: 15px auto 0 auto ;
			display: none;
		}

		.show-more-button{
			display: inline-block;
			position: relative;
			z-index: 9999;
		}

		.show-more-button:hover{
			cursor: pointer;
		}

		.show-less{
			color: #d06033;
			text-transform: uppercase;
			font-size: 20px;
			text-align: center;
			margin: 15px auto 0 auto ;
			display: none;
		}

		.show-less-button{
			display: inline-block;
			position: relative;
			z-index: 9999;
		}

		.show-more-button:hover{
			cursor: pointer;
		}

		@media(max-width: 992px){
			.book-detail-info-wrapper{
				float: none;
				width: 100%;
				margin: 0 0px 60px 0;
			}

			.book-detail-info{
				padding: 0;
				margin: 15px 0 0 0;
			}

			.book-detail-pic{
				margin: 0 auto;
				float: none;
				width: 230px;
			}

			.shop{
				padding: 0;
			}

			.label{
				left: 15px;
			}

			.book-detail.buy-book{
				margin: 0;
			}
		}

		@media( max-width: 768px){
			.book-detail{
				margin: 0;
				padding: 35px 15px;
			}
		}

		@media (max-width: 400px){
			.shop{
				position: static;
				text-align: center;
				margin: 20px 0 0 0;
			}

			.label{
				font-size: 18px;
			}

			.book-detail .buy-book{
				float: none;
				margin: 10px auto!important;
			}

			.book-detail-price-wrapper{
				margin-left: 0;
			}
		}
	/****************************** BOOKS-DETAIL-END ******************************/

/****************************** BOOKS END ******************************/


/****************************** SIDE BANNER ******************************/
	#side-banner{
		padding: 0 0 0 15px;
		float: right;
	}

	.bookshop-link{
		width: 100%;
		height: 45px;
		background-color: #f43616;
		margin: 15px 0 0 0;
	}

	.bookshop-link:hover{
		background-color: #d41404;
	}

	.bookshop-link a{
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
		display: block;
		height: inherit;
		padding: 11px 15px;
	}

	.bookshop-link a:hover{
		text-decoration: none;
	}

	.newsletter{
		background-color: #f0f0f0;
		padding: 25px 15px;
		margin: 10px 0;
	}

	.newsletter h2{
		color: #732e33;
		font-size: 18px;
		text-transform: uppercase;
		margin: 0;
	}

	.newsletter p{
		font-size: 12px;
		color: #732e33;
		clear: both;
	}

	.newsletter-wrapper{
		margin: 10px 0;
		height: 30px;
	}

	.newsletter-input{
		float: left;
		width: calc(100% - 30px);
	}

	.newsletter-input input[type="text"]{
		font-size: 11px;
		height: 30px;
		border: none;
		width: 100%;
		padding: 0 0 0 10px;
	}

	.newsletter-input input[type="text"]:focus{
		outline: 1px solid #d06033;
		height: 30px
	}

	.newsletter-input input[type="text"]:focus .newsletter-button{
		border: 1px auto #d06033;
	}

	.newsletter-input input[type="text"]::-webkit-input-placeholder{
		color: #d06033;
		text-transform: uppercase;
	}

	.newsletter-input input[type="text"]:-moz-placeholder{ /* Firefox 18- */
		color: #d06033;
		text-transform: uppercase;
	}

	.newsletter-input input[type="text"]::-moz-placeholder{  /* Firefox 19+ */
		color: #d06033;
		text-transform: uppercase;
	}

	.newsletter-input input[type="text"]:-ms-input-placeholder{
		color: #d06033;
		text-transform: uppercase;
	}

	.newsletter-button{
		float: left;
		font-size: 20px;
		background-color: #d06033;
		color: #fff;
		height: 30px;
		width: 30px;
		margin: 0 0 0 -2px;
	}

	.new-book{

	}

	.new-book a{

	}

	.new-book a img{
		width: 100%;
		transition: 0.2s ease all;
	}

	.new-book a img:hover{
		opacity: 0.8;
	}

	@media (max-width: 767px){
		.label-link{
			position: static!important;
		}
	}
/****************************** SIDE BANNER END ******************************/


/****************************** ARTICLES MAIN PAGE ******************************/
	.articles-main-page{
		background-color: #f5f5f5;
		margin: 50px 0 0 0;
		border-top: 2px solid #cf6032;
		padding: 25px 15px;
	}

	.label-link{
		text-transform: uppercase;
		font-size: 22px;
		position: absolute;
		top: -40px;
		right: 15px;
		font-weight: 300;
	}

	.label-link a{
		color: #cf6032;
	}

	.article-big-main-page{

	}

	.article-big-main-page h1{
		margin: 0 0 20px 0;
	}

	.article-big-main-page h1 a{
		font-size: 19px;
		font-weight: 700;
		color: #732e33;
		line-height: 1.5;
		display: inline-block;
	}

	.article-big-main-page p{
		font-size: 16px;
		font-weight: 300;
		color: #732e33;
	}

	.article-big-main-page img{
		float: left;
		margin: 0px 10px 10px 0px;
	}

	/*.article-medium-main-page{
		height: 33%;
	}*/

	.article-medium-main-page h1{
		margin: 0 0 15px 0;
	}

	.article-medium-main-page h1 a{
		font-size: 16px;
		font-weight: 700;
		color: #732e33;
		line-height: 1.5;
		display: inline-block;
	}

	.article-medium-main-page p{
		font-size: 14px;
		color: #732e33;
	}

	.article-small-main-page h1{
		margin: 0 0 10px 0;
	}

	.article-small-main-page h1 a{
		font-size: 12px;
		font-weight: 700;
		color: #732e33;
		line-height: 1.5;
		display: inline-block;
	}

	.article-main-page-border-bottom{
		clear: both;
		margin: 10px 0 0 0;
		border-bottom: 1px solid #d7c5c5;
		height: 1px;
		padding: 0 0 10px 0;
	}

	.read-more-link{
		float: right;
		color: #f43616;
		margin: 0 5px;
	}

	.read-more-link:hover{
		color: #f43616;
	}

	@media (min-width: 767px) and (max-width: 992px){
		.article-medium-main-page:nth-last-of-type(-n+1) .article-main-page-border-bottom{
			border: none;
		}
	}

	@media (min-width: 767px){
		.article-small-main-page:nth-last-of-type(-n+1) .article-main-page-border-bottom{
			border: none;
		}
	}
/****************************** ARTICLES MAIN PAGE END ******************************/


/****************************** BANNER PICTURES ******************************/
	.banner{

	}

	.banner img{
		margin: 0 auto;
		width: 100%;
	}

	@media (min-width: 768px){
		.banner{
			width: 32%;
			margin: 15px 0.6666%;
			padding: 0;
		}
	}

	@media (max-width: 767px){
		.banner{
			padding: 15px;
		}
	}
/****************************** BANNER PICTURES END ******************************/


/****************************** FOOTER ******************************/
	.footer-top{
		background-color: #f0f0f0;
		margin-top: 15px;
		padding-bottom: 10px;
	}

	.footer-col{

	}

	.footer-col h1{
		font-size: 20px;
		text-transform: uppercase;
		color: #732e33;
		margin: 30px 0 0 0;
	}

	.footer-col ul{
		padding: 0;
		margin: 30px 0 0 0;
	}

	.footer-col ul li{
		list-style: none;
		color: #732e33;
		margin: 5px 0;
	}

	.footer-col ul li a{
		color: #732e33;
		font-size: 15px;
	}

	.footer-col ul li a:hover{

	}

	.footer-bottom{
		background-color: #f0f0f0;
		color: #732e33;
		margin: 20px -15px;
		padding: 10px 0;
	}

	.footer-bottom a{
		color: #732e33;
	}


	@media (min-width: 768px){
		.footer-col:nth-of-type(1){
			width: 22%;
		}

		.footer-col:nth-of-type(2){
			width: 22%;
		}

		.footer-col:nth-of-type(3){
			width: 21%;
		}

		.footer-col:nth-of-type(4){
			width: 35%;
		}
	}

	@media (min-width: 768px) and (max-width: 800px){
		.footer-col:nth-of-type(1){
			width: 20%;
		}

		.footer-col:nth-of-type(2){
			width: 24%;
		}
	}

	@media (max-width: 767px){
		.footer-bottom .flo-left, .footer-bottom .flo-right{
			clear: both !important;
			float: left !important;
			margin: 5px 0 !important;
			text-align: center;
			width: 100%;
		}

		.footer-col h1{
			margin: 15px 0;
		}

		.footer-col{
			text-align: center;
		}
	}
/****************************** FOOTER END ******************************/


/****************************** PAGINATION ******************************/
	.pagination{
		text-align: center;
		display: block;
		margin: 15px 0 0 0;
		padding: 10px 0 0 0;
		border-top: 1px solid #d7c5c5;
		border-radius: 0;
	}

	.pagination ul{
		padding: 0;
		display: inline-block;
		margin: 0 auto;
		font-size: 15px;
	}

	.pagination ul li{
		list-style: none;
		float: left;
	}

	.pagination ul li.active{
		font-weight: 700;
	}

	.pagination ul li a{
		color: #f43616;
	}

	.pagination .separator{
		font-size: 14px;
		margin: 0 5px;
		color: #f43616;
	}

	.pagination .separator.last{
		display: none;
	}
/****************************** PAGINATION END ******************************/


/****************************** NEWS LIST ******************************/
	.news-list{
		padding: 25px 15px 0 15px;
		background-color: #f5f5f5;
		margin: 50px 0 0 0;
		/*border-top: 2px solid #cf6032;*/
		border-top: 2px solid #9c1102;
	}

	.news-list.sponsors .news{
		padding: 25px 15px 20px 15px
	}

	.news{
	    padding: 25px 15px 0 15px
	}

	.news-list .author{
		font-size: 26px;
		font-weight: 700;
		color: #732e33;
		padding: 0 15px;
		margin: 0;
	}

	.news-pic{
		position: relative;
		display: inline-block;
		width: 150px;
		text-align: center;
	}

	.news-pic.sponsor{
		width: 205px;
	}

	.news-pic img{
		max-width: 100%;
	}

	.news-pic + .news-text-wrapper{
		float: right;
		width: calc(100% - 150px);
	}

	.news-pic.sponsor + .news-text-wrapper{
		float: right;
		width: calc(100% - 205px);
	}

	.news-list.sponsors .news .news-text{
		text-align: justify;
	}

	.news-text-wrapper{
		float: left;
		width: 100%;
	}

	.news-text{
		padding: 0 15px;
		/*position: absolute;
		bottom: 21px;*/
	}
	.news-text ul{
		list-style: none;
		padding: 0;
	}

	.news-text li{
		margin: 12px 0;
		color: #732e33;
		text-align: justify;
	}

	.news-text .author,
	.news-text .title,
	.news-text .source{
		font-size: 15px;
		padding: 0;
		color: #732e33;
		font-weight: 700;
		margin: 0 0 5px 0;
	}

	.news-text .title span,
	.news-text .author span,
	.news-text .source span{
		padding: 0;
		font-size: 10px;
		text-transform: uppercase;
		color: #732e33;
		font-weight: 700;
	}

	.book-title{
		font-size: 20px;
		margin: 10px 0;
		font-weight: 700;
	}

	.book-title a{
		color: #732e33;
	}

	.book-title a:hover{
		text-decoration: none;
	}

	.news-descripction{

	}

	.news-descripction a{
		color: #732e33;
	}

	span.read-more{
		float: none;
	}

	.news-border-bottom{
		clear: both;
		border-bottom: 1px solid #d7c5c5;
		height: 1px;
		padding: 25px 0 0 0;
	}

	.news:last-of-type .news-border-bottom{
		border: none;
	}

	.big-title{
		font-size: 26px;
		color: #732e33;
		font-weight: 700;
		margin: 0 0 15px 0;
	}

	.medium-title{
		font-size: 18px;
		color: #732e33;
		font-weight: 700;
		margin: 0 0 15px 0;
	}


	@media(max-width: 767px){
		.news, .news-list.sponsors .news{
			padding: 25px 0 0 0;
		}

		.news-text{
			position: static;
		}

		.news-text-wrapper, .news-pic + .news-text-wrapper, .news-pic.sponsor + .news-text-wrapper{
			float: none;
			width: 100%;
		}

		.news-pic, .news-pic.sponsor{
			width: 100%;
			margin: 0 0 15px 0;
		}

		.news-pic img{
			max-width: 100%;
		}

		.book-title{
			padding: 0 15px;
		}
	}
/****************************** NEWS LIST END ******************************/


/****************************** TEXT PAGE ******************************/
	.info-text{
		background-color: #f0f0f0;
		padding: 25px 15px;
		margin: 50px 0 0 0;
		color: #732e33;
		/*border-top: 2px solid #cf6032;*/
		border-top: 2px solid #9c1102;
	}

	.info-text.no-margin{
		margin: 0;
	}

	.info-text-pic.flo-right{
		margin: 0 0 10px 10px;
	}

	.info-text-pic.flo-left{
		margin: 0 10px 10px 0;
	}

	.info-text img{
		margin: 0;
		max-width: 100%;
	}

	.info-text h1{
		font-size: 24px;
		font-weight: 700;
		margin: 0 0 15px 0;
	}

	@media (max-width: 768px){
		.info-text {
			padding: 35px 15px;
		}

		.info-text-pic{
			width: 100%;
			float: none;
			text-align: center;
			margin: 10px 0 !important;
		}
	}
/****************************** TEXT PAGE END ******************************/


/****************************** CONTACT ******************************/
	.contact-form-wrapper{
		padding: 0 15px;
		text-align: center;
	}

	.contact-form-wrapper h1{
		font-size: 16px;
		font-weight: 700;
		text-align: left;
	}

	.contact-form-wrapper input[type=text]{
		width: 100%;
		margin: 0 0 15px 0;
		padding: 8px 5px;
		letter-spacing: 1px;
		font-size: 13px;
	}

	.contact-form-wrapper input[type=text]:focus{
		outline: #b04011 auto 5px;
	}

	.contact-form-wrapper input[type=submit]{
		background-color: #d06033;
		border: none;
		color: #fff;
		font-weight: 700;
		letter-spacing: 2px;
		text-transform: uppercase;
		width: 225px;
		margin: 15px auto 0 auto;
		padding: 8px 5px;
		transition: 0.2s ease all;
	}

	.contact-form-wrapper input[type=submit]:hover{
		cursor: pointer;
		background-color: #b04011;
	}

	.contact-form-wrapper input[type=submit]:focus{
		outline: #b04011 auto 5px;
	}

	.regulationContactBox{
		text-align: left;
		font-size: 12px;
	}

	.contact-form-wrapper textarea{
		max-width: 100%;
		width: 100%;
		min-height: 200px;
		margin: 0 0 15px 0;
		padding: 8px 5px;
		letter-spacing: 1px;
		font-size: 13px;
	}

	.contact-form-wrapper textarea:focus{
		outline: #b04011 auto 5px;
	}

	.contact-form-wrapper input[type="text"]::-webkit-input-placeholder {
		color: #732e33;
	}

	.contact-form-wrapper input[type="text"]:-moz-placeholder { /* Firefox 18- */
		color: #732e33;
	}

	.contact-form-wrapper input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
		color: #732e33;
	}

	.contact-form-wrapper input[type="text"]:-ms-input-placeholder {
		color: #732e33;
	}

	.contact-form-wrapper textarea::-webkit-input-placeholder {
		color: #732e33;
	}

	.contact-form-wrapper textarea:-moz-placeholder { /* Firefox 18- */
		color: #732e33;
	}

	.contact-form-wrapper textarea::-moz-placeholder {  /* Firefox 19+ */
		color: #732e33;
	}

	.contact-form-wrapper textarea:-ms-input-placeholder {
		color: #732e33;
	}

	.map-wrapper{
		height: 350px;
		border: 2px solid #000;
	}

	@media(max-width: 767px){
		.contact-form-wrapper{
			padding: 0px;
		}

		.map-wrapper{
			margin: 30px 0 0 0;
		}
	}
/****************************** CONTACT END ******************************/


/****************************** REVIEW ******************************/

	.filters{
		text-align: center;
		padding: 0;
	}

	.filters ul{
		padding: 0;
		margin: 20px auto;
		list-style: none;
		display: inline-block;
		min-height: 25px;
	}

	.filters ul li{
		float: left;
		margin: 5px 4px;
	}

	.filters ul li a{
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 700;
		width: 18px;
		height: 25px;
		display: block;
		padding: 2px 1px 0px 1px;
		background-color: #732e33;
		color: #fff;
		text-align: center;
		transition: 0.3s ease all;
	}

	.filters ul li.active a{
		background-color:#cf6032;
	}

	.filters ul li a:hover{
		color: #732e33;
		background-color: #dbd6d4;
		text-decoration: none;
		border-radius: 1px;
	}

	.filters ul li.active a:hover{
		background-color:#cf6032;
		text-decoration: none;
		border-radius: 0;
		color: #fff;
	}

	.autors{
		padding: 0;
	}

	.autors ul{
		float: left;
		width: 50%;
		padding: 0;
		list-style: none;
	}

	.autors ul li{
		padding: 0;
		margin: 5px;
	}

	.autors ul li a{
		color: #732e33;
		font-weight: 700;
		font-size: 16px;
	}


	@media (min-width: 769px) and (max-width: 992px){

		.filters ul li:nth-of-type(15){
			clear: both;
			margin: 5px 4px 5px 18px;
		}
	}

	@media (max-width: 768px){

		.filters ul li{
			margin: 6px 6px;
		}

		.filters ul li a{
			width: 22px;
			height: 32px;
			padding: 6px 0 0 0;
		}
	}

	@media (min-width: 768px) and (max-width: 768px){

		.filters ul li:nth-of-type(15){
			margin: 5px 4px 5px 24px;
		}
	}

	@media (max-width: 767px){

		.filters ul li a{
			width: 20px;
		}

		.filters ul li:nth-of-type(10){
			clear: both;
			margin: 6px 6px 5px 6px;
		}

		.filters ul li:nth-of-type(19){
			clear: both;
		}

		.autors ul{
			float: none;
			width: 100%;
			text-align: center;
		}
	}





/****************************** REVIEW END ******************************/


/****************************** GALLERY ******************************/

	.gallery-element{
		margin: 0 0 60px;
		text-align: center;
		height: 200px;
		position: relative;
	}

	.gallery-img-link{
		margin: 0 auto 10px auto;
		display: inline-block;
		height: 200px;
	}


	.gallery-img-link img{
		transition: .2s ease all;
		max-height: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
	}

	.gallery-img-link:hover img{
		opacity: .85;
	}

	a.gallery-label-link{
		text-align: center;
		color: #732e33;
		display: block;
	}

	.back-link-absolute{
		position: absolute;
	    right: 0;
	    top: -29px;
	}

	.back-link-absolute a{
	    font-size: 16px;
	    color: #732e33;
	    text-transform: uppercase;
	    text-decoration: none;
	}

	.gallery-label-link:hover{

	}


/****************************** GALLERY END ******************************/



/****************************** BREADCRUMB ******************************/

.breadcrumb{height: 50px; background-color: transparent; margin-bottom: 0; text-align: right; display: table}
.breadcrumb.path{text-align: left;}
.content-breadcrumb{display: table-cell; vertical-align: middle;}
.breadcrumb a{font-size: 16px; color: #9c1102; text-transform: uppercase;}
.breadcrumb.path a{font-size: 14px;}

/****************************** BREADCRUMB END ******************************/


.support-us a{color: #9c1102}
.upperCase{text-transform: uppercase;}
.no-padding-top{padding-top: 0}

.button-send-newsletter{
	padding: 0;
	background: none;
	margin: 0;
    border: none;}

.map-wrapper{padding: 0 !important;}
.author_books{padding: 20px;}
.author_description{margin-bottom: 20px; display: table}
.author_description img {margin-right: 20px; float: left; max-width: 250px;}
.text_description_contact{padding-bottom: 20px;}

.autocomplete-content{
			top: 40px;
		    position: absolute;
		    z-index: 99999;
		    width: 100%;
		    left: 0;
		    color: #fff
		}

		ul.search-autocomplete{
			width: 100%;
			padding-left: 0px
		}

		ul.search-autocomplete .search-autocomplete-inner {
			padding-left: 15px;
			padding-bottom:15px;
			background: #520800;
		}

		ul.search-autocomplete h4{
			border-bottom: 1px solid #ddd;
			padding-bottom: 5px;
			margin-top: 0px;
			padding-top: 10px
		}

		ul.search-autocomplete li{
			list-style-type: none;
		}

		ul.search-autocomplete li a{
			color: #fff;
		}


		@media (min-width: 768px) and (max-width: 992px){
			#search-engine{
				margin: 0;
			}
		}

		@media (max-width: 768px){
			#search-engine{
				margin: 0;
			}
		}
		
		.book:nth-child(odd) { 
			clear: both 
		};
		
		@media (max-width: 767px){
			#cookiesBarWrap {
				width: 290px !important;
			}
		}

