/*@font-face {
	font-family: 'arrows';
	src:url('../fonts/arrows/arrows.eot');
	src:url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arrows/arrows.woff') format('woff'),
		url('../fonts/arrows/arrows.ttf') format('truetype'),
		url('../fonts/arrows/arrows.svg#arrows') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/*.bb-custom-wrapper {    background: #f8f8f8;
	margin: 15px 0px;
	position: relative;
	text-align: center;
}
*/

.ndshare {list-style: none;}

.bb-custom-wrapper .bb-bookblock {
	box-shadow: 0 12px 20px -10px rgba(81,64,49,0.6);
}
.bb-custom-wrapper .bb-bookblock .bb-item img {width: 100%;}



.bb-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.bb-custom-wrapper nav {
	width: 100%;
	margin: 1em auto 0;
	position: relative;
	z-index: 0;
	text-align: center;
}

.bb-custom-wrapper nav a { text-decoration: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 2px;
	background: #72b890;
	color: #fff;
	font-size: 0;
	margin: 2px;
}

.bb-custom-wrapper nav a:hover {
	opacity: 0.6;
}
 
.bb-custom-icon:before {
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 20px;
	line-height: 30px;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
	content: "\e002";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
	content: "\e003";
}

.bb-custom-icon-arrow-left:before,
/*.bb-custom-icon-first:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}*/

/* No JS */
.no-js .bb-custom-wrapper {
	height: auto;
}

.no-js .bb-custom-content {
	height: 900px;
}
:focus-visible{outline: none;}




.news-header { background: #f8f8f8; overflow: hidden;  padding-top: 10px;}
.news-header span{padding-top: 7px;  display: block; font-weight: 500;  font-size: 16px;}
ul.all_btns { text-decoration: none; padding: 0; -moz-user-select: none;  -webkit-user-select: none;  -ms-user-select: none;  user-select: none;  -o-user-select: none; margin: 0px;     margin-top: -7px;}
ul.all_btns li { display: inline-block; color: #000;  font-size: 26px;  cursor: pointer;  -moz-user-select: none;  -webkit-user-select: none;  -ms-user-select: none;  user-select: none;    -o-user-select: none;  margin-right: 12px;  vertical-align: middle;}
ul.all_btns li:nth-of-type(2) { padding: 9px 2px 10px 0px;}
ul.all_btns li:nth-child(4) {font-size: 16px;  border-radius: 100px;  background: #fff;  box-shadow: 0px 1px 3px rgb(0 0 0 / 24%); padding: 8px 25px;}
ul.all_btns li:nth-child(5) { font-size: 16px; border-radius: 100px; background: #fff; box-shadow: 0px 1px 3px rgb(0 0 0 / 24%);padding: 8px 25px; }
.onselectchangepage { padding: 5px 11px; font-size: 16px; border: none;   border-radius: 100px;  background: #fff;  box-shadow: 0 1px 3px rgb(0 0 0 / 24%);  font-weight: 700;}


.arrow_nav { width: 100%; position: fixed; z-index: 100000;  top: 50%;}
.prev5, .next5 { border-radius: 50%; width: 50px; height: 50px; background-color: red; text-align: center; line-height: 50px; color: #fff;  font-size: 23px;  padding-top: 11px;}
.prev5 {float: left;}
.next5 {float: right;}



ul.ndshare {list-style: none; float: right;}
ul.ndshare li{    display: inline-block;  font-size: 21px;  width: 35px!important;  height: 35px!important;  text-align: center;  line-height: 35px!important;  vertical-align: bottom;}
ul.ndshare li a{text-decoration: none;}
ul.ndshare li a:hover {color: #fff;}
ul.ndshare li:first-child {font-size: 14px; white-space: nowrap;  margin-right: 17px;}
ul.ndshare li i {padding-top: 9px; font-size: 19px;}
ul.ndshare li:nth-child(2) {margin-left: 20px;}
ul.ndshare li:nth-child(3) {background: #2f58a1;}
ul.ndshare li:nth-child(3) i {color: #fff;}
ul.ndshare li:nth-child(4) {background: #069cd5!important;}
ul.ndshare li:nth-child(4)  i {color: #fff;}
ul.ndshare li:nth-child(5) {background: #0077b5;}
ul.ndshare li:nth-child(5) i {color: #fff;}

.buttonanimate { padding: 7px 12px; text-align: center; text-decoration: none; -webkit-animation: glowing 2s infinite; -moz-animation: glowing 2s infinite;  -o-animation: glowing 2s infinite; animation: glowing 2s infinite; color: #fff;}
@-webkit-keyframes glowing {
    	0% {
    		background-color: #B20000;
    		box-shadow: 0 0 9px #B20000;
    	}
    	50% {
    		background-color: #FF0000;
    		box-shadow: 0 0 18px #FF0000;
    	}
    	100% {
    		background-color: #B20000;
    		box-shadow: 0 0 9px #B20000;
    	}
    }
    @-moz-keyframes glowing {
    	0% {
    		background-color: #B20000;
    		box-shadow: 0 0 9px #B20000;
    	}
    	50% {
    		background-color: #FF0000;
    		box-shadow: 0 0 18px #FF0000;
    	}
    	100% {
    		background-color: #B20000;
    		box-shadow: 0 0 9px #B20000;
    	}
    }
    @-o-keyframes glowing {
    	0% {
    		background-color: #B20000;
    		box-shadow: 0 0 9px #B20000;
    	}
    	50% {
    		background-color: #FF0000;
    		box-shadow: 0 0 18px #FF0000;
    	}
    	100% {
    		background-color: #B20000;
    		box-shadow: 0 0 9px #B20000;
    	}
    }
    @keyframes glowing {
    	0% {
    		background-color: #B20000;
    		box-shadow: 0 0 9px #B20000;
    	}
    	50% {
    		background-color: #FF0000;
    		box-shadow: 0 0 18px #FF0000;
    	}
    	100% {
    		background-color: #B20000;
    		box-shadow: 0 0 9px #B20000;
    	}
    }




@media(max-width: 767px){
ul.all_btns li { font-size: 22px;   margin-right: 6px;}
ul.all_btns li:nth-child(4){padding: 7px 19px; font-size: 13px;}
ul.all_btns li:nth-child(5){padding: 7px 19px; font-size: 13px;}
ul.ndshare {float: none; margin: 0px auto 11px auto; display: table;}
ul.ndshare li:nth-child(3) {display: none;}	
ul.ndshare li:nth-child(4) {display: none;}	
ul.ndshare li:nth-child(5) {display: none;}	
	.prev5, .next5 {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: red;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 13px;
padding-top: 8px;}
}















