/* CSS Document */
@charset "utf-8";
@font-face {
	font-family:nino;
	src:url(../../res/fonts/bpg_nino_mtavruli_normal.ttf);
	font-style:normal;
	font-weight:normal;
	}
@font-face {
	font-family:arial;
	src:url(../../res/fonts/arial.ttf);
	font-style:normal;
	font-weight:normal;
	}
@font-face {
	font-family:"Arial Bold";
	src:url(../../res/fonts/arialbold.ttf);
	font-style:normal;
	font-weight:normal;
	}
@font-face {
	font-family:bpgarial;
	src:url(../../res/fonts/bpg_arial_2009.ttf);
	font-style:normal;
	font-weight:normal;
	}
* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	text-decoration:none;
	}	
html, body, body>div {
	display:block;
	position:relative;
	width:100%;
	font-family:"Arial Bold";

	}
.header {
	background-color:#ffffff;
	border-top:5px solid #ef3e26;
	height:70px;
	position:fixed;
	z-index:999;
	}
.shadow {
	-webkit-box-shadow: 0 7px 6px -5px #ADADAD;
	-moz-box-shadow: 0 7px 6px -5px #ADADAD;
	box-shadow: 0 7px 6px -5px #ADADAD;
	display: none;
	height:20px;
	margin-top:24px;
	position:absolute;
	width:980px;
	margin-left:-10px;
	z-index:1;
}
.maskleft {
	position:absolute;
	background-color:#EBECED;
	height:20px;
	width:10px;
	margin-top:70px;
	margin-left:-10px;
	z-index:2;
}
.maskright {
	position:absolute;
	background-color:#EBECED;
	height:20px;
	width:10px;
	margin-top:70px;
	margin-left:960px;
	z-index:2;
}
@-moz-document url-prefix() { 
  .shadow {
     margin-top:22px;
  }
}
.content {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:960px;
	display:block;
	margin:0 auto;
	
	position:relative;
    
	}
.header .content {
	text-align:right;
	height:70px;
	}
.logo {
	display:inline-block;
	margin:10px 0;
	float:left;
	}
.lang_switch, .social {
	display:inline-block;
	text-transform:uppercase;
	font-size:11px;
	margin-top:4px;
	color:#3e3e3f;
   	
	}
.lang_switch {
	margin-left:740px;
	z-index:9991;
	margin-top:16px;
	vertical-align:top;
	position:fixed;
	top:0;
	}
.lang_switch a {
	color:#3e3e3f;
	margin:0 0 0 8px;
	}
.lang_switch a:hover {
	color:#ef3e26;
	}
.social img {
	margin-bottom:-2px;
	}
.social a {
	margin:3px 0 0 10px;
	display:inline-block;
	padding-top:3px;
	}
ul.main_menu {
	position:absolute;
	bottom:0;
	right:0;
	display:inline-block;
	font-family:nino;
	text-transform:capitalize;
	font-size:0px;
	width:auto;
	min-width:60%;
	margin-top:6px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:37px;
	font-weight:normal;
	z-index:2;
	}
ul.main_menu>li {
	font-size:12.5px;
	display:inline-block;
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	}
ul.main_menu>li>a {
	display:inline-block;
	height:100%;
	padding:10px 10px;
	color:#3e3e3e;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	}
ul.main_menu>li:hover>a {
	border-bottom:4px solid #ef3e26;
	}
ul.main_menu>li:hover .menu_sub {
	display:block;
	}
ul.main_menu>li:last-child>a {
	padding-right:0;
	}
.menu_sub {
	position:absolute;
	z-index:999;
	display:none;
	padding:0px;
	background-color:#ef3e26;
	text-align:left;
	color:#ffffff;
	padding-bottom:6px;
	}
.menu_sub li {
	display:inline-table;
	}
.menu_sub li a {
	padding:10px;
	padding-bottom:3px;
	display:inline-block;
	color:inherit;
	}
.menu_sub a:hover {
	color:#FBC8C1;
}
.middle_wrap {
	background-color:#ebeced;
	top:75px;
	}
.middle_wrap .content {
	background-color:#ffffff;
	position:relative;
	min-height:900px;
	}
.slider_wrap {
	margin:0 auto;
	width:960px;
	height:355px;
	border-bottom:5px solid #ef3e26;
	position:relative;
	
	
	}
.slider {
	display:block;
	height:100%;
	background:gray;
	}
.slider img {
	width:100%;
	height:100%;
	}
ul.slider_btns {
	position:absolute;
	display:inline-block;
	right:20px;
	bottom:20px;
	font-size:0;
	}
ul.slider_btns li {
	margin:0 0 0 5px;
	display:inline-block;
	width:11px;
	height:11px;
	background-color:transparent;
	border:1px solid #ffffff;
	border-radius:11px;
	cursor:pointer;
	-webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
	}
ul.slider_btns li:hover {
	background-color:#ef3e26;
	}
.search {
	height:37px;
	width:380px;
	font-size:12px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-190px;
	display:inline-block;
	margin-top:-18px;
	}
.search input[type="text"] {
	background-color:rgba(255,255,255,0.8);
	height:37px;
	width:290px;
	text-indent:10px;
	font:inherit;
	display:inline-block;
	float:left;
	}
.search input[type="submit"] {
	width:90px;
	height:37px;
	background:#ef3e26;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
	font:inherit;
	float:left;
	font-family:bpgarial;
	font-size:13px;
	}
.grid_wrap {
	overflow:hidden;
	display:block;
	padding:30px 20px;
	}
.grid_wrap.homepage {
	padding-bottom:0px;
}
.left, .right {
	display:inline-block;
	
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
	}
.left {
	width:600px;
	margin-right:10px;
	
	}
.right {
	margin-left:10px;
	width:300px;
	}
.books {
	margin-bottom:10px;
	overflow:hidden;
	height:300px;
	padding:20px 20px;
	color:#3e3e3f;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F5F5F5),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, #F5F5F5 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F5F5F5 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F5F5F5 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F5F5F5 0%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, #F5F5F5 0%, #FFFFFF 100%);
	}
.title {
	text-transform:uppercase;
	color:#ef3e26;
	margin-bottom:20px;
	font-size:15px;
	font-family:nino;
	}
.title a:link {
	color:#EF3E26;
}
.title a:visited {
	color:#EF3E26;
}
.title a:hover {
	color:#EF3E26;
}
.title a:active {
	color:#EF3E26;
}
.booklist {
	display:block;
	text-align:left;
	font-size:12px;
	}
.booklist li {
	display:inline-block;
	width:100px;
	min-height:250px;
	text-align:left;
	color:#3e3e3f;
	font-weight:bold;
	vertical-align:top;
	font-family:bpgarial;
	margin-bottom:15px;
	}
.booklist li a {
	
	}
.booklist li span {
	display:block;
	width:100%;
	margin-top:5px;
	color:#ef3e26;
	font-weight:normal;
	font-family:bpgarial;
	font-size:13px;
	}
a.more {
	color:#ef3e26;
	border:1px solid #ef3e26;
	display:inline-block;
	padding:7px 12px;
	font-size:12px;
	float:right;
	margin-right:10px;
	margin-top:-1px;
	font-family:bpgarial;
	}
.newbook {
	font-size:10px;
	overflow:hidden;
	color:#3e3e3f;
	}
.newbook img {

	}
.newbook_top {
	position: relative;
	height:140px;
	margin-bottom:14px;
}
.newbook_cover {
	position: absolute;
	top:0;
	left:0;
}
.newbook_params {
	position: absolute;
	bottom:0;
	left:120px;
}

.book_title {
	font-weight:bold;
	margin-top:110px;
	font-size:12px;
	font-family:bpgarial;
	margin-bottom:5px;
	}
.author {
	color:#ef3e26;
	vertical-align:bottom;
	font-family:bpgrial;
	font-size:13px;
	}
.desc {
	clear:both;	
	font-size:14px;
	font-family:bpgarial;
	line-height:22px;
	color:#3E3E3F;
	}

.photo {
	width:260px;
	margin-bottom:10px;
}
.photo img {
	width:260px;
}
.news_right_title {
    font-family: bpgarial;
    font-size:11px;
    line-height: 18px;
    color: #3E3E3F;
    margin-bottom:6px;
}
.news {
	margin-bottom:35px;
	font-size:8px;
	}
.date {
	font-size:12px;
	font-family:"Arial Bold";
	margin-bottom:5px;
	color:#EF3E26;
	}
.read {
	color:#ef3e26;
	}
.footer {
	top:75px;
}
.footer_first {
	background-color:#85868a;
	padding:20px;
	}
	
ul.sitemap {
	display:inline-block;
	width:auto;
	font-size:0px;
	color:#c4c4c6;
	
	}
ul.sitemap>li {
	display:inline-block;
	font-size:13px;
	padding:0 20px;
	text-transform:uppercase;
	font-family:nino;
	}
ul.sitemap>li:last-child {

	}
.submenu {
	display:block;
	text-transform:none;
	color:#ffffff;
	font-size:12px;
	font-family:bpgarial;
	list-style:none;
	text-transform:capitalize;
	margin-top:6px;
	}
.submenu li a {
	display:inline-block;
	padding:5px 0;
	color:inherit;
	}
.submenu li:last-child a {
	padding-bottom:0;
	}
.footer_last {
	background-color:#ebecec;
	font-family:nino;
	font-size:13px;
	padding:15px;
	color:#3e3e3f;
	}
.footer_last span {
	margin-left:20px;
	}
.footer_first .search {
	top:0;
	margin-top:0;
	margin-left:-148px;
	border:1px solid #c4c4c6;
	width:285px;
	height:30px;
	}
.footer_first .search input {
	background:none;
	color:#9a9b9f;
	width:175px;
	height:30px;
	}
.footer_first .search input[type="submit"] {
	width:90px;
	margin-left:20px;
	}
.footer_social {
	display:inline-block;
	float:right;
	height:30px;
	width:auto;
	margin-right:22px;
	}
.footer_social li {
	display:inline-block;
	width:30px;
	height:30px;
	border:1px solid #c4c4c6;
	border-radius:30px;
	text-align:center;
	margin:0 10px;
	}
.footer_social li img {
	width:20px;
	height:20px;
	display:inline-block;
	margin-top:5px;
	vertical-align:middle;
	}
 .footer_social li a {
	display:inline-block;
		 width:30px;
	height:30px;
	border-radius:30px;
 }
 .cat_div, .authors_div {
	 position:absolute;
	 z-index:9;
	 top:0;
	 width:290px;
	 background-color:rgba(235,236,236,0.9);
	 bottom:0;
	 max-height:100%;
	 overflow:auto;
	
	 display:none;
	 }
.authors_div {
	right:0;
	}
.cat_triger {
	display:inline-block;
	width:20px;
	height:20px;
	position:absolute;
	left:-30px;
	top:170px;
	}
.cat_anot {
	display:inline-block;
	width:20px;
	height:20px;
	position:absolute;
	left:-30px;
	top:287px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	font-size:13px !important;
	font-weight:bold !important;
	font-family:bpgarial;
	color:#555555;
	}
.author_triger {
	display:inline-block;
	width:20px;
	height:20px;
	position:absolute;
	right:-30px;
	top:170px;
	}
.author_anot {
	display:inline-block;
	width:20px;
	height:20px;
	position:absolute;
	right:-30px;
	top:262px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	font-size:13px !important;
	font-weight:bold !important;
	font-family:bpgarial;
	color:#555555;
	}
.alphabet {
	padding:20px;
	font-family:nino;
	display:inline-block;
	text-align:center;
	font-size:0;
	margin:40px 0;
	font-weight:bold;
	
	
	}
.alphabet li {
	display:inline-block;
	font-size:14px;
	text-transform:uppercase;
	margin:5px 9px;
	
	}
.alphabet li a {
	display:inline-block;
	color:#3e3e3f;
	}
.alphabet li a:hover {
	color:#EF3E26;
}
.authors_div .more {
	margin-right:20px;
	}
.authors_list {
	display:block;
	padding:0 20px;
	text-align:left;
	}
.authors_list li {
	display:block;
	width:152px;
	height:auto;
	margin-bottom:40px;
	font-size:12px;
	color:#3e3e3f;
	padding-bottom:45px;
	vertical-align:top;
	font-family:bpgarial;
	font-weight:bold;
	}
.authors_list li img {
	margin-bottom:10px;
	width:152px;
	}
.cat_triger, .author_triger {
	visibility:visible;
	}
.cat_list {
	display:inline-block;
	padding:40px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	margin:20px 0;
	font-size:14px;
	font-family:nino;
	}
.cat_list li {
	list-style:none;
	margin-bottom:18px;
	}
.cat_list li a {
	display:inline-block;
	text-transform:uppercase;
	color:#3e3e3f;
	}
.cat_list li a:hover {
	color:#EF3E26;
}
.cat_submenu {
	display:block;
	font-size:12px;
	padding:0 ;
	padding-left:25px;
	font-family:bpgarial;

	}
.cat_submenu li {
	margin:10px 0 0;
	}
.cat_submenu li a {
	text-transform:none !important;
	}
.content>.booklist li {
	margin:20px;
	margin-right:41px;
	margin-bottom:30px;
	}
.content>.booklist li:nth-child(6n+0) {
   margin-right:0px;
}
.content>.title {
	margin:20px 0 0 20px;
	}
.more_wrap>.more {
	margin:0 20px 20px 0;
	float:right;
	}
.search_wrap {
	background-color:#e7e8e9;
	padding:40px 0;
	background-color:#ebeced;
		border-top:5px solid #ef3e26;

	}
.more_wrap {
	overflow:hidden;
	}
.advanced_search {
	width:50%;
	height:30px;
	display:block;
	margin:0 auto;
	text-align:center;
	}
.advanced_search span {
	margin:0 10px;
	display:inline-block;
	}
.advanced_search input {
	
	height:30px;
	display:inline-block;
	padding:0;
	color:#3e3e3f;
	float:left;
	
	}
.advanced_search input[type="text"] {
	background-color:rgba(255,255,255,1);
	text-indent:5px;
	font-family:bpgarial;
	}
.advanced_search input[type="submit"] {
	width:30px;
	height:30px;
	background-image:url(../../res/images/search_bg.png);
	background-size:cover;
	
	}
.search_wrap .alphabet {
	padding:0;
	margin:0 0 20px;
	display:block;
	
	}
.content>.authors_list {
	padding:0;
	text-align:justify;
	}
.content>.authors_list li {
	display:inline-block;
	text-align:left;
	margin:20px;
	}
.search_wrap .alphabet li {
	margin:0 10px;
	}
.redlane {
	border-top:6px solid #ef3e26;
	height:40px;
	}
.author_wrap {
	display:block;
	width:600px;
	margin:-18px auto 0px;
	}
.author_info, .book_info {
	overflow:hidden;
	margin-bottom:40px;
	color:#3e3e3f;
		}

.author_img_wrap {
	width:180px;
	height:100%;
	float:left;
	display:inline-block;
	margin-right:20px;
	}
.authors_name {
	font-size:14px !important;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;
	color:#FF0000;
	text-decoration:none !important;
	font-family:bpgarial !important;
	font-weight:normal !important;
	}
.author_info .desc {
	font-size:13px;
	width:400px;
	float:right;
	display:inline;
	}
.book_info .desc {
	width:600px;
	font-size:13px;
	display:inline;
	float:right;
	border-bottom:1px solid #ef3e26;
	padding-bottom:10px;
	}
.author_wrap .books {
	margin-bottom:0;
	}
.cat_triger img, .author_triger img {
	cursor:pointer;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
	}
.cat_active {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
	}
.authors_active {
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	}
.about_wrap {
	
	width:800px;
	padding-bottom: 20px;
	
	margin:20px 0 0px 140px;
	overflow:hidden;
	
	}
.about_text_left {
	color:#ef3e26;
	font-size:12px;
	width:260px;
	margin:0px 20px 0 0;
	float:left;
	}
.about_text_right {
	font-size:10px;
	width:520px;
	float:right;
	color:#3e3e3f;
	}
.about_text {
	overflow:hidden;
	display:block;
	height:auto;
	margin:10px 0 80px;
	font-family:bpgarial !important;
	font-weight:normal !important;
	font-size:13px !important;
	line-height:20px !important;
	color:#3E3E3F !important;
	}
.albums {
	width:100%;
	text-align:left;
	display:block;
	font-size:0;
	margin-top:30px;
	margin-left:15px;
	}
.albums li {
	width:300px;
	height:190px;
	font-size:12px;
	color:#ef3e26;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
	margin:5px;
	padding:4px;
	border:1px solid #ff9c8c;
	text-align:left;
	vertical-align:top;
	font-family:bpgarial;
	font-weight:bold;
	}
.albums li img {
	display:inline-block;
	width:290px;
	height:135px;
	border-bottom:4px solid #ef3e26;
	margin-bottom:5px;
	
	}
.pagination {
	display:block;
	margin:10px 20px 0 20px;
	padding-bottom:20px;
	text-align:center;
	border-top:1px solid #ef3e26;
	font-size:0;
	}
	
.pagination li {
	background-color:#ef3e26;
	display:inline-block;
	font-size:10px;
	
	margin:10px 3px;
	}
.pagination li a {
	padding:5px 8px;
	color:#ffffff;
	display:inline-block;
	}
.prev_next {
	background-color:#85868a !important;
	}
.inside li img {
	height:180px;
	width:290px;
	margin:0;
	border:none;
	}
.title span {
	color:#3e3e3f;
	text-transform:none;
	font-size:12px;
	margin-left:20px;
	}
.map_wrap {
	width:100%;
	height:255px;
	display:block;
	border-top:5px solid #ef3e26;
	}
.contact_text {
	font-size:12px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #ff9c8c;
	font-family:bpgarial;
	
	}
.feedback {
	text-align:center;
	margin:10px 0 20px;
	font-size:12px;
	color:#778587;
	font-family:bpgarial;
	}
.feedback input, .feedback textarea {
	font-family:arial;
	background-color:#e3e8e8;
	height:100%;
	width:100%;
	display:inline-block;
	padding:0 10px;
	}
.news_list {
	display:block;
	
	}
.news_list li {
	list-style:none;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:20px 0;
	padding:20px;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F5F5F5),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, #F5F5F5 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F5F5F5 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F5F5F5 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F5F5F5 0%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, #F5F5F5 0%, #FFFFFF 100%);
overflow:hidden;
	}
.news_list li a>img {
	
	width:220px;
	
	}
.news_list li a span {
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	}
.news_list li a {
	display:inline-block;
	position:relative;
	margin-right:10px;
	border-bottom:5px solid #ef3e26;
	float:left;
	}
.news_list a.more {
	border-bottom:1px solid;
	float:right;
	margin-right:0;
	}

.news_list li .news_title_out {
	color:#ef3e26;
	font-size:13px;
	margin-bottom:10px;
	font-family:bpgarial;
	font-weight:bold;
	}
.news_list li .news_date {
	color:#ef3e26;
	font-size:12px;
	text-decoration:underline;
	margin-bottom:10px;
	
	}
.news_list li .desc {
	display:block;
	float:none;
	clear:none;
	margin-bottom:10px;
	}
.about_wrap .title {
	padding-bottom:10px;
	}
.big_news_img {
	display:block;
	margin-bottom:40px;
	border-bottom: 5px solid #ef3e26;
	height:320px;
	width:100%;
	
	}
.big_news_img img {
	display:inline-block;
	width:100%;
	height:100%;
	}
.full_news .news_date {
	color:#ef3e26;
	font-size:12px;
	text-decoration:underline;
	margin-bottom:20px;
	}
.news_date a:link {
	color:#ef3e26;
	border:none;
	text-decoration:underline;
}
.news_date a:visited {
	color:#ef3e26;
}
.news_date a:hover {
	color:#ef3e26;
}
.news_date a:active {
	color:#ef3e26;
}
.full_news {
	margin-bottom:50px;
	}
.popup_feedback {
	position:absolute;
	display:inline-block;
	width:330px;
	padding:20px;
	height:300px;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-150px;
	background-color:#ffffff;
	z-index:10;
	border-top:5px solid #ef3e26;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
}
.popup_feedback_wrap {
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	background:rgba(237,235,236,0.6);
	z-index:9999;
	}
.popup_feedback img {
	
	/*height:13px;
	width:13px;*/
}
.popup_feedback span.imground {
	padding:5px;
	border:1px solid #ef3e26;
	height:31px;
	width:31px;
	border-radius:50%;
}
.popup_feedback form input, .popup_feedback textarea{
	width:100%;
	height:30px;
	font:inherit;
	font-size:12px;
	color:#778587;
	font-family:arial;
	background-color:#e3e8e8;
	margin:10px 0;
	padding:5px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.popup_feedback textarea {
	height:100px;
}
.popup_feedback input[type="submit"] {
	background-color:#ef3e26;
	color:#ffffff;
	text-transform:uppercase;
	font-size:14px;
}
.book_name {
	font-size:16px;
	font-family:bpgarial;
	margin-bottom:10px;
	font-weight:bold;
	}
.book_info .authors_name {
	font-size:14px;
	text-decoration:underline;
	text-transform:none;
	font-family:bpgarial;
	}
.e_versions {
	color:#ef3e26;
	margin:40px 0 0 0;
	font-family:bpgarial;
	font-weight:bold;
	}
.book_specs {
	font-size:12px;
	color:#ef3e26;
	display:inline-block;
	margin-top:20px;
	width:100%;
	}
.book_specs dt {
	float:left;
	margin-right:6px;
	clear:both;
	line-height:20px;
	}
.book_specs dd {
	float:left;
	line-height:20px;
	color:#333333;
	}
ul.booklist::after, ul.authors_list::after  {width: 100%; display: inline-block; content: "."; visibility: hidden}	

.errorwrapper {
	color:#EF3E63;
	font-weight:bold;
	font-family:nino;
}

.successwrapper {
	color:#048E04;
	font-weight:bold;
	font-family:nino;
}
.bookcover {
	width: 100px;
	height:139px;
	background: rgba(255, 255, 255, 0.8);
	position:absolute;
	line-height:139px;
	text-align:center;
	color:#EE2E22;
	opacity:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform:uppercase;
}
.bookcover:hover {
	opacity:1;
}
.booklist img {
	margin-bottom:12px !important;
}

.sub_menu_sub {
	display:block;
	text-transform:none;
	font-size:10px;
	width:100%;
	padding-bottom:0px;
	}
.sub_menu_sub li {
	display:list-item;
	list-style:none;
	}
.sub_menu_sub li a {
	padding:3px 20px;
	font-size:12px;
	font-family:bpgarial;
	font-weight:normal;
	}

.created {
	font-family:Arial;
	font-size:11px;
	color:#777777;
	float:right;
}
.created span {
	margin:0px;
	padding:0px;
	margin-right:15px;
	color:#333333;
	font-size:12px;
}
.created a {
	font-size:12px;
}
.created a:link {
	color:#333333;
}
.created a:visited {
	color:#333333;
}
.created a:hover {
	color:#333333;
	text-decoration:underline;
}
.created a:active {
	color:#333333;
	text-decoration:underline;
}

.club_title {
	font-family:Nino;
	margin-bottom:20px;
}
.club_title img {
	height:20px;
	margin-bottom:-5px;
	margin-left:8px;
	opacity:0.7;
}
.club_please {
	color:#EF3E26;
	margin-bottom:40px;
	font-style:Italic;
}
.club_form {

}
.club_form_title {
	font-family:Nino;
	color:#666666;
}
.club_form_title span {
	color:#FF0000;
	font-size:15px;
	font-family:Arial;
}
.club_form_input {
	padding-top:5px;
	padding-bottom:15px;
}
.club_form_input_field {
	background-color:#E3E8E8;
	border:none;
	color:#555;
	height:30px;
	width:340px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
}
.club_form_input_select {
	background-color:#E3E8E8;
	border:none;
	color:#555;
	width:150px;
	height:40px;
	padding-left:15px;
}
.bday {
	width:100px;
}
.bmonth {
	width:163px;
}
.byear {
	width:100px;
}
.club_form_input_textarea {
	background-color:#E3E8E8;
	border:none;
	color:#555;
	height:100px;
	width:500px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	resize:none;
}
.cluberror {
	font-family:Nino;
	color:#EF3E26;
	border-bottom:1px solid #EF3E26;
	margin-bottom:20px;
}
.booksale_buy {
	background-color: #EF3E26;
	color:#FFFFFF;
	height:40px;
	line-height: 47px;
	text-align: center;
	display: inline-block;
	margin-bottom:35px;
	padding-left: 22px;
	padding-right: 26px;
	font-family:Nino;
	font-size:15px;
	border-bottom: 3px solid #C2230E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.booksale_buy:hover {
	background-color: #DA2710;
	border-bottom:3px solid #9D1C0B;
}
.booksale_buy img {
	height:25px;
	margin-right:16px;
	margin-bottom:-5px;
}


.clear {
	clear:both;
}
.owl-nav {
  float:right;
  margin-top:-43px;
}
.slider-dots-wrapper {
  display:inline-table;
  vertical-align: top;
  margin-top:8px;
}
.owl-dots {
  display: inline-table;
}
.owl-dot  {
  display:inline-table;
  vertical-align:top;
  width:6px;
  height:6px;
  background-color:#AAAAAA;
  margin:0px 2px;
  margin-top:2px;
  cursor:pointer;
}
.owl-dot.active {
  background-color:#EE2E22;
}
.owl-nav .owl-prev {
  display:inline-table;
  margin-right:15px;
  font-family:arial narrow;
  font-size:25px;
  color:#AAAAAA;
  height:30px;
  cursor:pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.owl-nav .owl-prev:hover {
	color:#EE2E22;
}
.owl-nav .owl-prev.disabled {
	cursor:default;
}
.owl-nav .owl-prev.disabled:hover {
	color:#AAAAAA;
}
.owl-nav .owl-next {
  display:inline-table;
  margin-left:15px;
  font-family:arial narrow;
  font-size:25px;
  color:#AAAAAA;
  height:30px;
  cursor:pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.owl-nav .owl-next:hover {
	color:#EE2E22;
}
.owl-nav .owl-next.disabled {
	cursor:default;
}
.owl-nav .owl-next.disabled:hover {
	color:#AAAAAA;
}