
/*  body    ==================================================================== */
body {
	margin:0;
}
img {
	border: 0px;
	max-width: 100%;
	height: auto;
	overflow:hidden;
}
a {
	text-decoration: none;
}
hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
}


/*  site layout   ==================================================================== */
.container {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}


/*  Header elements   ==================================================================== */
.head-bg {
	padding:0;
	background-color:#000541;
}
.logo {
	float: left;
	width: 310px;
	background-color:#000116;
	padding: 14px 0 14px 20px;
}
.head-bar {
	float: left;
	width:670px;
	background-color:#031957;
}
.lang {
	float: left;
	margin-left:20px;
	margin-top:13px;
	font-family: Arial;
	font-weight:bold;
	font-size: 0.75em;
}
.lang a {
	color:#015AAA;
	padding: 0 15px 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.lang a:hover {
	color:#27ABE2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.lang-current {
	color:#27ABE2;
}
.social {
	float: right;
}
.social img {
	height:15px;
}
.social div {
	float: left;
	margin: 12px 40px 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social div:hover {
	opacity:0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.search {
	float: right;
	position: relative;
	width:38px;
	height:38px;
}
[id^=search-drop] {
 display: none;
}
[id^=search-drop]:checked + div {
	display: block;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    1px 1px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         1px 1px 4px 0px rgba(0, 0, 0, 0.5);
}
.search-toggle {
	display: block;
	cursor: pointer;
}
.search-toggle:hover {
	opacity:0.7;
}
.search-form {
	display: none;
	position: absolute;
	top: 100%;
	right:0;
	z-index: 999;
}
.search input {
	width:630px;
	font-family:bpg_arial;
	font-size:0.85em;
	color:#A9A9A9;
	background-color:#3A3D5F;
	border:none;
	height:30px;
	padding: 5px 20px;
	outline:none;
}

/*  PAGE ==================================================================== */

/*  PAGE-block-1  ==================================================================== */

.block-1:after {
  content: "";
  display: table;
  clear: both;
}
.block-1-imagearea {
	float: left;
	width:330px;
	height:380px;
	overflow:hidden;
}
.block-1-imagearea img {
	width:330px;
}
.block-1-textarea {
	float: left;
	display:table;
	width:630px;
	height:335px;
	padding:25px 20px 20px 20px;
    background-color: #E6E7E9;
}
.block-1-slogan {
	font-family:BPGLEStudio02;
	font-size:1.6em;
	color: #00AEEF;
	margin:0 0 0 10px;
	line-height: 1.3em;
	display: table-cell;
    vertical-align: bottom;
}

.block-page-title {
	display:inline-block;
	width:96%;
	padding: 20px 2% 12px 2%;
	background-color: #E6E7E9;
}
.block-page-title h2 {
	float:left;
	font-family:alk_sanet;
	color: #000541;
	font-size:1.5em;
	letter-spacing:-1px;
	margin:0px 25px 2px 0;
	text-transform:Uppercase;
}
.block-page-title img {
	float:left;
	margin: -5px 30px 0 0;
}

.page-title:after {
  content: "";
  display: table;
  clear: both;
}
.page-title h2 {
	float:left;
	font-family:alk_sanet;
	color: #000541;
	font-size:1.3em;
	letter-spacing:-1.5px;
	margin:3px 20px 0 0;
	text-transform:Uppercase;
}
.page-title img {
	float:left;
	margin: -5px 0 20px 0;
}

.block-book-search-wrapper-general {
	width:568px;
	height:34px;
	float:right;
	margin-top:-7px;
}
.block-author-search-wrapper-general {
	width:284px;
	height:34px;
	float:right;
	margin-top:-7px;
}
.block-book-search-wrapper {
	float:left;
	margin-left:30px;
}
.block-author-search-wrapper {
	float:left;
	margin-right:30px;
}
.block-search-input {
	background-color:#FFFFFF;
	border:none;
	height:32px;
	width:200px;
	padding-left:10px;
	padding-right:10px;
	outline:none;
	float:left;
	font-family:bpg_arial;
}
.block-search-submit {
	width:34px;
	height:34px;
	background-color:#00A0E3;
	float:left;
}
.block-search-submit img {
	width:18px;
	margin-top:8px;
	margin-left:7px;
	opacity:0.8;
}
.block-search-submit:hover {
	background-color:#1EB7F8;
}
.block-search-clear {
	clear:both;
}

.block-1-textarea p {
	font-family:bpg_arial;
	font-size:0.88em;
	color: #222;
	line-height:1.4em;
	margin:0 0 10px 0;
}
.contact-info {
	margin: 0 20px 0 0;
	font-family:bpg_arial;
	font-size:0.88em;
	color: #333;
	line-height:1.4em;
}
.contact-info span {
	color: #083B93;
}
.contact-info-note {font-size:0.75em;}
.contact-map {
	float:right;
	width:42%;
	height: auto;
	margin-top: -40px;
	padding-bottom:8px;
}
.contact-email {
	margin-top:20px;
}
.contact-email label {
    display: block;
	font-family:bpg_arial;
	font-size:0.75em;
	color: #777;
}
.contact-email label>span {
    float: left;
    width: 70px;
    margin-top: 10px;
}
.contact-email input[type="text"], .contact-email input[type="email"]{
	width: 200px;
	border: none;
	background-color: #fff;
	color: #333;
	padding: 10px 3%;
	margin-bottom: 10px;
	border:1px solid #FFFFFF;
	outline:none;
}
.contact-email-left {
	float:left;
	width:50%;
}
.contact-email-right {
	float:left;
	width:50%;
}
.contact-email textarea {
	width: 224px;
	height: 60px;
	resize: none;
	border: none;
	background-color: #fff;
	color: #333;
	padding: 10px 3%;
	border:1px solid #FFFFFF;
	outline:none;
}
.contact-submit {
	border: 1px solid #00AEEF;
	float:right;
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
	padding-bottom:8px;
	font-family:bpg_arial;
	font-size:0.9em;
	color:#00AEEF;
	margin-top:8px;
	margin-right:1px;
}
.input-error {
	border:1px solid #FF0000 !important;
}
.sent-success {
	background-color:#FFFFFF;
	font-family:bpg_arial;
	font-size:0.76em;
	font-weight:bold;
	height:126px;
	line-height:126px;
	text-align:center;
	color:#00AEEF;
}

/*  PAGE-block-2  ==================================================================== */
.block-2 {
	text-align:center;
	margin: 20px 0;
	font-family:alk_sanet;
	font-weight:bold;
	font-size:1.1em;
	letter-spacing:-0.8px;
}
.block-2 div {
	display:inline-block;
	text-align:center;
	margin: 23px 41px 22px 41px;
}
.block-2 a {
	color: #333;
}
.block-2 a:hover {
	color: #888;
}
a.block-2-link-active {
	color: #00AEEF;
	border: 1px solid #00AEEF;
	padding: 8px 12px;
}

/*  PAGE-block-3  ==================================================================== */
.block-3:after {
  content: "";
  display: table;
  clear: both;
}
.block-3 {
	margin: 0 0 30px 0;
	text-align:center;
}
.block-3 div {
	float:left;
	position: relative;
	width:163px;
	height:225px;
	margin:0 4.5px 4px 0;
}
.block-3.minpad {
	width:100.1%;
}
.block-3 div .white {
	background-color:#fff;
}
.block-3 div .grey {
	background-color:#ccc;
}
.block-3 div:last-child {
	margin-right:0;
}
.block-3-hover-display {
	position: absolute;
	width:143px;
	height:145px;
	padding: 80px 10px 0 10px;
    top: 0;
    left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:0;
}
.block-3 .bg-grey:hover .block-3-hover-display {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:1;
	background-color:#ccc;
}
.block-3 .bg-white:hover .block-3-hover-display {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:1;
}
.block-3-hover-display img {
	max-width:none !important;
	display:inline !important;
}
.block-3 div .block-3-book-img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:1;
}
.block-3 div:hover .block-3-book-img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:0;
}
.block-3-book-title {
	font-family:bpg_arial;
	font-size:0.85em;
	font-weight:bold;
	color: #2062A7;
}
.block-3-book-author {
	font-family:bpg_arial;
	font-size:0.80em;
	color: #2062A7;
}

/*  PAGE-block-4  ==================================================================== */
.block-4:after {
  content: "";
  display: table;
  clear: both;
}
.block-4 {
	margin: 0 0 30px 0;
}
.block-4-title:after {
  content: "";
  display: table;
  clear: both;
}
.block-4-title h3 {
	float:left;
	font-family:alk_sanet;
	letter-spacing:-1px;
	font-size:1.4em;
	color: #000541;
	margin:0 20px 0 0;
}
.block-4-title h3 a {
	color:#000541;
}
.block-4-title img {
	float:right;
	margin: -5px 0 20px 0;
}
.block-4-news {
	float:left;
	display:table;
	width: 625px;
	height:370px;
	padding: 20px 20px 30px 20px;
	margin-right:15px;
	background-color: #E6E7E9;
}
.block-4-news-content {
	float:left;
	min-height:160px;
	background-color:#000541;
	margin:0 2px 2px 0;
}
.block-4-news-content-imgholder {
	float:right;
	display:block;
	width:220.5px;
}
.block-4-news-content img {
	float:right;
	width:220px;
	height:160px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.block-4-news-date-month {
	float:left;
	display:block;
	padding: 109px 10px 0 10px;
	width: 70px;
	text-align:center;
	line-height:1em;
}
.block-4-news-date {
	font-family:bpg_le_studio_02_capsregular;
	font-size:3.40em;
	color: #00AEEF;
}
.block-4-news-month {
	font-family:bpg_arial;
	font-size:0.78em;
	color: #00AEEF;
}
.block-4-news-description {
	margin: 0 10px 0 10px;
	padding-bottom:10px;
	font-family:bpg_arial;
	color: #FFF;
	opacity:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position:absolute;
	width:200px;
	height:148px;
	display:table;
}
.block-4-news-description-text {
	display:table-cell;
	vertical-align:bottom;
	font-size:0.70em;
}
.block-4-news-content:hover  .block-4-news-description {
	opacity:1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.block-4-news-content:hover  .block-4-news-content-imgholder img {
	opacity:0;
}
.block-4-news-readmore {color: #00AEEF;}
.block-4-news-readmore a {color: #00AEEF;}

.block-4-offers {
	float:left;
	width: 280px;
	height:370px;
	padding: 20px 20px 30px 20px;
	background-color: #E6E7E9;
}
.block-4-offers-title {
	font-family:alk_sanet;
	letter-spacing:-1.2px;
	font-size:1.05em;
	color: #00AEEF;
	margin: 10px 0;
	line-height: 1.3em;
	text-transform:Uppercase;
}
.block-4-offers-title a {
	color: #00AEEF;
}
.block-4-offers a:link {
	color:#00AEEF;
}
.block-4-offers-text {
	font-family:bpg_arial;
	font-size:0.70em;
	color: #333;
	margin: 5px 0 35px 0;
	line-height:1.4em;
}

/*  PAGE-block-5  ==================================================================== */
.block-5:after {
  content: "";
  display: table;
  clear: both;
}
.block-5 {
	margin: 0 0 30px 0;
}
.block-5 div {
	float:left;
	width: 330px;
	height: 150px;
	margin-right: 5px;
	background-color: #808285;
}
.block-5 div:last-child {
	margin-right: 0;
}
.page-news-album-title {
	display:inline-block;
	font-family:bpg_arial;
	line-height:1.3em;
	font-size:1em;
	color: #00AEEF;
}


/*  media adding here  ==================================================================== */
@media only screen and (min-width: 1020px) {
.gallery-all a:nth-child(3n+3) {margin-right:0;}
}
.gallery-all:after {
  content: "";
  display: table;
  clear: both;
}
.gallery-all {
	margin:50px 0; 
}
.gallery-all a {
	float:left;
	position: relative;
	display:block;
	vertical-align:top;
	width:330px; /* image size - width */
	height: 180px; /* image size - height */
	overflow: hidden;
	margin:0 4px 4px 0;
	background-color:#000541;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gallery-all a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gallery-all-title {
	float:left;
	width:140px;
	color:#27ABE2;
	font-family: bpg_arial;
	font-size:1.05em;
	line-height: 1.5em;
	padding: 10px 10px 10px 10px;
	position:absolute;
	bottom:0;
	overflow: hidden;
}
.gallery-all-imgholder {
	float:right;
	width:170px;
	height:100%;
	overflow: hidden;
}
.gallery-all-imgholder img {
	width:auto;
	height:100%;
	position:absolute;
}


/*  media adding here  ==================================================================== */
@media only screen and (min-width: 1020px) {
.gallery a:nth-child(4n+4) {margin-right:0;}
}
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery {
	margin:50px 0; 
}
.gallery a {
	float:left;
	position: relative;
	vertical-align:top;
	width:242px; /* image size - width */
	height: 180px; /* image size - height */
	overflow: hidden;
	margin:0 8px 8px 0;
	border: 1px solid #015AAA;
	background-color: #BCBDC0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
span.gallery-triangle {
	position: absolute;
    bottom: 0;
    right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #015AAA transparent;
}
.gallery a:hover span.gallery-triangle {
	opacity: 0;
}
.gallery a:hover img {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.page-news {
	display:block;
	width:96%;
	background-color: #E6E7E9;
	padding:20px 2%;
	margin-bottom:40px;
}
.page-news-year {
	display:inline-block;
	line-height:1.6em;
	font-family:Arial;
	font-size:1.2em;
	color: #000541;
	margin-left:16px;
}
.page-news-year.offersyear {
	margin-left:-5px;
}
.page-news-year a {
	color: #00AEEF;
}
.page-news-head-line {
	border: 0;
	color: #015AAA;
	background-color: #015AAA;
	height: 2px;
	width: 100%;
}
.page-news-block {
	margin: 0 0 10px 0;
}
.page-news-date-month {
	float:left;
	display:block;
	margin: 10px 0 0 0;
	text-align:center;
	width:70px;
}
.page-news-date {
	font-family:bpg_le_studio_02_capsregular;
	font-size:3.75em;
	color: #00AEEF;
}
.page-news-month {
	font-family:bpg_arial;
	font-size:0.85em;
	color: #00AEEF;
}
.page-news-blog-photo {
	float:left;
	display:block;
	margin: 25px 0 0 0;
	text-align:center;
	width:220px;
}
.page-news-content {
	float:right;
	width:calc(100% - 160px);
	margin: 20px 0 0 0;
}
.page-news-content img {
	height:100% !important;
}
.page-news-content.blog {
	width:calc(100% - 260px);
}
.page-news-content h3 {
	font-family:bpg_arial;
	font-size:1.4em;
	font-weight:bold;
	color: #000541;
	margin: 0 0 25px 0;
}
.newstitle {
	color: #000541 !important;
}
.page-news-content p {
	font-family:bpg_arial;
	font-size:0.85em;
	color: #333;
	margin: 5px 0 5px 0;
	line-height:1.4em;
}
.page-news-readmore a {color:#00AEEF;}
.page-news-gallery-link a{
	display:block;
	font-family:Arial;
	font-size:0.95em;
	font-weight:bold;
	margin: 15px 0 20px 0;
	padding:5px 50px 5px 0;
	color: #00AEEF;
	background-image: url(../img-site/arrow-right-3.png);
	background-repeat: no-repeat;
	background-position: 110px 5px;
}
.line-triangle {
	position: relative;
	border: 0;
	color: #015AAA;
	background-color: #015AAA;
	height: 1px;
	width: 100%;
}
.line-triangle span {
	position: absolute;
    bottom: 0;
    right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #015AAA transparent;
}


.search-a-z {
	float: right;
	display: block;
	position: relative;
	text-align:center;
	font-family:bpg_arial;
	font-size:1em;
	color:#fff;
	background-color: #00AEEF;
	margin:-20px -20px -20px 0;
}
.search-a-z span {
	font-size:1.65em;
	font-family:alk_sanet;
	letter-spacing:-0.8px;
}
[id^=search-a-z-drop] {
	display: none;
}
[id^=search-a-z-drop]:checked + div {
	display: block;
}
.search-a-z-toggle {
	display: block;
	padding:17px 20px 17px 20px;
	cursor: pointer;
}
.search-a-z-toggle:hover {
	opacity:0.7;
}
.search-a-z-block {
	display: none;
	position: absolute;
	top: 100%;
	right:0;
	z-index: 999;
	float:left;
	width:980px;
	background-color: #00AEEF;
	padding:5px 10px;
}
.search-a-z-block a {
	display:inline-block;
	color: #fff;
	width:25px;
	margin:5px 3px;
	font-family:alk_sanet;
	font-size:1.1em;
}

.reviewers-title {
	padding: 0 20px;
	line-height: 2.6em;
}
.reviewers-name {
	font-family:alk_sanet;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:-1px;
	color: #00AEEF;
	margin: 0 30px 0 0;
	text-transform:Uppercase;
}
.reviewers-name a {
	color: #00AEEF;
}
.reviewers-position {
	font-family:bpg_arial;
	font-weight:bold;
	font-size:0.9em;
	color: #333;
}
.reviewers-reviews {
	font-family:bpg_arial;
	font-weight:bold;
	font-size:0.96em;
	color: #333;
	margin: 0 30px 0 0;
}
.reviewers-article-titles {
	font-family:alk_sanet;
	font-size:1.15em;
	font-weight:normal;
	color: #00AEEF;
}
.reviews-block {
	display:block;
	width:96%;
	background-color: #E6E7E9;
	padding:20px 2%;
}
.reviews-content h3 {
	font-family:alk_sanet;
	font-size:1.15em;
	letter-spacing:-1.2px;
	font-weight:normal;
	color: #00AEEF;
	margin: 0 0 10px 0;
	line-height:1.4em;
	text-transform:Uppercase;
}
.reviews-content p {
	font-family:bpg_arial;
	font-size:0.88em;
	color: #333;
	margin: 5px 0 5px 0;
	line-height:1.4em;
}
.reviews-content a {color:#00AEEF;}
.reviews-content hr {
border: 0;
color: #000541;
background-color: #000541;
height: 1px;
width: 100%;
margin: 25px 0;
}
.reviews-content-title-blue {
	font-family:bpg_arial;
	font-size:1em;
	font-weight:bold;
	color: #000541;
	margin: 20px 0 5px 0;
	line-height:1.4em;
}
.reviews-content-title-blue a {
	color: #000541;
}

.bestsellers-block {
	width:100%;
	margin: 20px 0;
	padding:30px 0 0 0;
	background-color: #E6E7E9;
}
.bestsellers-block-title:after {
  content: "";
  display: table;
  clear: both;
}
.bestsellers-block-title h3 {
	float:left;
	font-family:alk_sanet;
	font-size:1.4em;
	letter-spacing:-1px;
	font-weight:bold;
	color: #000541;
	margin:0 20px 0 0;
}
.bestsellers-block-title img {
	float:right;
	margin: -5px 0 20px 0;
}	


.categories-title-link {
	font-family:alk_sanet;
	font-size:1.35em;
	color: #000541;
}
.categories-title-link a {
	color: #00AEEF;
}


.book-block {
	padding: 40px 20px;
}
.book-block:after {
  content: "";
  display: table;
  clear: both;
}
.book-block-imagearea {
	float: left;
	width:250px;
	height:330px;
	padding: 0 60px 40px 0;
	overflow:hidden;
}
.book-block-textarea {
	float: left;
	display:table;
	max-width:640px;
}
.book-block-textarea h3 {
	font-family:alk_sanet;
	font-size:1.15em;
	letter-spacing:-1px;
	color: #000541;
	margin:0 0 10px 0;
	text-transform:Uppercase;
}
.book-block-textarea h4 {
	font-family:bpg_arial;
	font-size:1em;
	color: #00AEEF;
	margin:0 0 30px 0;
}
.book-block-textarea p {
	font-family:bpg_arial;
	font-size:0.85em;
	color: #333;
	margin: 5px 0 5px 0;
	line-height:1.4em;
}
.book-block-textarea a {color:#00AEEF;}
.book-data  {
	display:block;
	margin:0 0 30px 0;
}
.book-data p {
	font-family:bpg_arial;
	font-size:0.85em;
	color: #333;
	margin:0 0 10px 0;
}
.book-data span {
	color: #00AEEF;
}
.ebooktitle {
	font-family:alk_sanet;
	text-transform:Uppercase;
	color:#00AEEF;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
	margin-top:30px;
}
.ebooktitle img {
	margin-left:5px;
	margin-bottom:-1px;
}
.ebookholder {
	margin-top:30px;
}
.ebookbutton {
	float:left;
	margin-right:30px;
}
.sharesep {
	clear:both;
}
.sharetitle {
	font-family:alk_sanet;
	text-transform:Uppercase;
	color:#00AEEF;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
	margin-top:30px;
}
.sharetitle.news {
	margin-top:0px;
}
.sharetitle img {
	margin-left:5px;
	margin-bottom:-1px;
}
.shareholder {
	margin-top:20px;
}
.book-category-block  {
	padding: 50px 0 30px 0;
	display:table;
}
.book-category-navbar {
	float:left;
	position: relative;
	display:block;
	width:290px;
	padding: 10px 20px;
	margin: 0 20px 40px 0;
	background-color: #E6E7E9;
}
.book-category-navbar h3 {
	display:block;
	font-family:alk_sanet;
	letter-spacing:-0.6px;
	font-size:1.05em;
	font-weight:bold;
	margin: 10px 0;
	padding:10px 0;
	color: #00AEEF;
	background-image: url(../img-site/arrow-right-3.png);
	background-repeat: no-repeat;
	background-position: 128px 8px;
}
.categories-list {
	padding: 2px 0 10px 0;
}
.categories-list p {
	font-family:bpg_arial;
	font-size:0.87em;
	font-weight:bold;
	margin: 15px 0;
	text-transform:Uppercase;
}
.categories-list a {
	color: #000541;
}
.categories-list a:hover {
	color: #00AEEF;
}

.cat_list {
	margin:0px;
	padding:0px;
}
.cat_list li {
	list-style:none;
	font-family:alk_sanet;
	font-size:0.85em;
	letter-spacing:-0.8px;
	font-weight:bold;
	padding-top:15px;
	text-transform:Uppercase;
}
.cat_list li a {
	color: #000541;
}
.cat_list li a:hover {
	color: #00AEEF;
}
.cat_list_active {
	color: #00AEEF !important;
}
.cat_list_sub {
	margin:0px;
	padding:0px;
}
.cat_list_sub li {
	list-style:none;
	font-family:alk_sanet;
	font-size:0.98em;
	font-weight:bold;
	padding-top:15px;
	margin-left:30px;
	text-transform:Uppercase;
}

[id^=categories-drop] {
 display: none;
}


.book-category-right {
	float: left;
	width:645px;
}
.book-category-right img {
	/*float: left;*/
	width:165px;
}

/* booksale */

.book_list_left {
	float: left;
	width:165px;
}
.booksale_buy_front {
	display: block;
	width:100%;
	box-sizing: border-box;
	background-color: #00A0E3;
	color:#FFFFFF;
	height:40px;
	line-height: 39px;
	text-align: center;
	margin-top:32px;
	margin-bottom:32px;
	padding-left: 22px;
	padding-right: 26px;
	font-family:bpg_arial;
	font-weight: bold;
	font-size:16px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.booksale_buy_front:hover {
	background-color: #1EB7F8;
}
.booksale_buy_front img {
	width:25px;
	height:25px;
	margin-right:16px;
	margin-bottom:-8px;
}

.booksale_buy {
	background-color: #00A0E3;
	color:#FFFFFF;
	height:40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-bottom:35px;
	padding-left: 22px;
	padding-right: 26px;
	font-family:bpg_arial;
	text-transform: Uppercase;
	font-weight: bold;
	font-size:16px;
	border-bottom: 3px solid #068FCA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.booksale_buy:hover {
	background-color: #1EB7F8;
	border-bottom:3px solid #079EDF;
}
.booksale_buy img {
	height:25px;
	margin-right:16px;
	margin-bottom:-8px;
}

/* end of booksale */

.book-category-right .gel {
	float:none;
	width:9px;
}
.book-category-textarea {
	margin: 0 0 0 185px;
}
.book-category-textarea h3 {
	font-family:alk_sanet;
	font-weight:bold;
	font-size:1.15em;
	letter-spacing:-1px;
	color: #000541;
	margin:0 0 10px 0;
	text-transform:Uppercase;
}
.book-category-textarea h3 a {
	color:#000541;
}
.book-category-textarea h4 {
	font-family:bpg_arial;
	font-size:1em;
	color: #00AEEF;
	margin:0 0 22px 0;
}
.book-category-textarea p {
	font-family:bpg_arial;
	font-size:0.85em;
	color: #333;
	margin: 5px 0 5px 0;
	line-height:1.4em;
}
.book-category-textarea a {color:#00AEEF;}

.bookcat {
	color:#333333 !important;
}

.book-category-right hr {
border: 0;
color: #000541;
background-color: #000541;
height: 1px;
width: 100%;
margin: 25px 0;
}

.authors-block {margin: 40px 0;}
.authors-imagearea {
	float: left;
	max-width:330px;
}
.authors-textarea {
	float: left;
	display:table;
	max-width:630px;
	padding:100px 20px 20px 20px;
}
.authors-textarea h3 {
	font-family:bpg_arial;
	font-size:1.15em;
	font-weight:bold;
	color: #00AEEF;
	margin:0 0 85px 0;
}
.authors-textarea h4 {
	font-family:alk_sanet;
	font-size:1.3em;
	font-weight:normal;
	color: #000541;
	margin:0 0 55px 0;
}
.authors-textarea p {
	font-family:bpg_arial;
	font-size:0.85em;
	color: #333;
	margin: 5px 0 5px 0;
	line-height:1.5em;
}
.authors-textarea a {color:#00AEEF;}


/*  columns 3 ==================================================================== */
.col3:after {
  content: "";
  display: table;
  clear: both;
}
.col3-2 {
	float:left;
	max-width: 666px;
	padding: 0;
}
.col3-1 {
	float:left;
	max-width: 333px;
	padding: 0;
	margin:0;
	height:1296px;
	overflow-y:scroll;
}
.col3-1::-webkit-scrollbar {
    width: 12px;
}
.col3-1::-webkit-scrollbar-track {
    background-color:#E2E2E2;
}
.col3-1::-webkit-scrollbar-thumb {
    background-color:#CCCCCC;
}
.col3-1::-webkit-scrollbar-thumb:hover {
    background-color:#BFBFBF;
}


.authors-list-block {margin: 40px 0;}
.authors-list-imagearea {
	float:left;
	position: relative;
	width:50%;
	max-height: 216px;
	overflow: hidden;
}
.authors-list-imagearea img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:1;
}
.authors-list-imagearea img:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.7;
}
.authors-list-imagearea-right {
	float:left;
	position: relative;
	width:50%;
	max-height: 216px;
	overflow: hidden;
}
.authors-list-imagearea-right img {
	opacity:1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.authors-list-imagearea-right img:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.authors-list-imagearea-triangle {
	position: absolute;
    top: 45%;
    right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 12px 0;
	border-color: transparent #e2e2e2 transparent transparent;
}
.authors-list-imagearea-right-triangle {
	position: absolute;
	top: 45%;
    left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #e2e2e2;
}
.authors-list-imagearea-right {
	float:right;
	position: relative;
	width:50%;
	max-height: 216px;
	overflow: hidden;
}
.authors-list-imagearea img, .authors-list-imagearea-right img {
	width:100%;
}
.authors-list-textarea {
	float:left;
	display:table;
	position:relative;
	width:50%;
	min-height: 216px;
	background-color: #e2e2e2;
}

.authors-list-textarea h3 {
	font-family:bpg_arial;
	font-weight:bold;
	font-size:1.15em;
	color: #00AEEF;
	margin:15px;
}

.authors-list-textarea h4 {
	font-family:alk_sanet;
	font-size:1.3em;
	font-weight:normal;
	color: #000541;
	margin:15px;
}
.authors-list-textarea p {
	font-family:bpg_arial;
	font-size:0.8em;
	color: #333;
	margin: 5px 0 5px 0;
	line-height:1.4em;
	margin:15px;
	position:absolute;
	bottom:0;
}
.authors-list-textarea a {color:#00AEEF;}

.newbooks-title:after {
  content: "";
  display: table;
  clear: both;
}
.newbooks-title h3 {
	float:left;
	font-family:alk_sanet;
	letter-spacing:-1px;
	font-size:1.6em;
	font-weight:normal;
	color: #000541;
	margin:0 20px 0 20px;
}
.newbookstitle a {
	color: #000541 !important;
	font-size:0.95em;
	letter-spacing:-1.2px;
}
.newbooks-title img {
	float:right;
	margin: 0 15px 20px 0;
}
.newbooks-list {
	margin: 40px 20px 60px 20px;
}
.newbooks-list h3 {
	font-family:alk_sanet;
	font-size:1.2em;
	color: #000541;
	margin:20px 0 10px 0;
	text-transform:Uppercase;
}
.newbooks-list h4 {
	font-family:bpg_arial;
	font-size:1em;
	font-weight:normal;
	color: #00AEEF;
	margin:0 0 12px 0;
}
.newbooks-list p {
	font-family:bpg_arial;
	font-size:0.76em;
	color: #333;
	margin: 5px 0 5px 0;
	line-height:1.4em;
}
.newbooks-list a {color:#00AEEF;}
.newbooks-list-img {
	width: 170px;
}
.no-result {
	background-color:#E6E7E9;
	height:60px;
	line-height:65px;
	text-align:center;
	font-family:alk_sanet;
	letter-spacing:-0.8px;
	color:#00AEEF;
	font-size:1em;
	text-transform:Uppercase;
}
.no-result.fixed {
	width:666px;
}
.no-result-white {
	background-color:#FFFFFF;
	height:60px;
	line-height:62px;
	text-align:center;
	font-family:alk_sanet;
	letter-spacing:-1px;
	color:#00AEEF;
	font-size:1.1em;
	margin-top:18px;
	text-transform:Uppercase;
}

/*  footer  ==================================================================== */
.footcont {
	width:100%;
	max-width:none;
	background-color:#E6E7E9;
}
.section-footer {
	max-width:960px;
	margin:0 auto;
	padding:30px 20px;
}
.section-footer:after {
  content: "";
  display: table;
  clear: both;
}
.footer-pagelinks {
	float:left;
	font-family:bpg_arial;
	font-size:0.95em;
	font-weight:bold;
	color: #6C6D70;
}
.footer-pagelinks.pdfcat {
	margin-left:4px;
}
.footer-pagelinks a {
	color: #6C6D70;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer-pagelinks a:hover {
	opacity:0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer-social {
	float:left;
	margin: 0 40px 0 82px;
}
.footer-social div {
	float:left;
	padding: 0 30px 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer-social div:hover {
	opacity:0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer-logo {
	float:right;
}

.copy {
	font-family:bpg_arial;
	font-size:0.70em;
	color: #6C6D70;
}

/*  misc ==================================================================== */

.clear {
  content: "";
  display: table;
  clear: both;
}

.hidden {
     position: absolute;
     clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
     clip: rect(1px, 1px, 1px, 1px);
}
.nolink {
	pointer-events: none;
    cursor: default;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.bg-white {background-color: #fff;}
.bg-grey {background-color: #ccc;}
.empty {background-color: #9f9f9f;}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 9999;
    height: 100%;
}