html,
body{
	height: 100%;
	margin: 0;
}
body{
	font: 14px/20px 'Open Sans', sans-serif;
	color: #323232;
	background: #fff;
}
.alert-success p{
	margin: 0;
}
/*form*/
form{
	margin: 0;
}
input,
textarea,
select{
	color: #323232;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
input, button, select, textarea{
	font-family: inherit;
}

input::-webkit-input-placeholder {color:#898f91;}
input::-moz-placeholder          {color:#898f91;}
input:-ms-input-placeholder      {color:#898f91;}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus{
	border-color: #0076d8;
	box-shadow: none;
	color: #323232;
}
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="color"],
.uk-form select,
.uk-form textarea{
	box-shadow: none;
	border-radius: 0;
	border-color: #cad7db;
	height: 35px;
	padding: 6px 10px;
	width: 100%;
}
/*form end*/
em{
	color: inherit;
}
/*button*/
.btn{
	text-shadow: none;
	box-shadow: none;
	border-radius: 0 !important;
	border: none;
	background-image: none;
}
a.btn:hover{
	text-decoration: none;
}
.btn-border,
.btn-border:visited{
	border: 1px solid #CAD7DB;
	background: none;
	text-transform: uppercase;
	line-height: 38px;
	height: 40px;
	color: #4e5c72;
	padding: 0 30px;
	font-weight: 700;
}
.btn-border:hover{
	border-color: transparent;
	background: #007ade;
	color: #fff;
}
.btn-green{
	background: #55b539;
	color: #fff !important;
}
.btn-green:hover,
.btn-green:focus{
	background: #80c86b;
	color: inherit;
}
.btn-pdf{
	width: 100%;
	display: block;
	position: relative;
	height: 35px;
	text-transform: uppercase;
	font-weight: 700;
	padding-left:40px;
	padding-right: 40px;
}
p.get-pdf-desc {
    display: block;
	margin-bottom: 20px !important;
}
.get-pdf-title {
    color: #009BEB;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    text-transform: uppercase;
    font-size: 100%;
}
.btn-pdf:after{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/icon-pdf2.svg) no-repeat 10px 50%;
	background-size: 20px auto;
	content: "";
	width: 35px;
	height: 100%;
}
.btn-primary {
	background: #007EDA;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF !important;
}
.btn-primary:hover,
.btn-primary:focus {
	background: #009BEB;
}
.btn-remove{
	background: #717d8e;
	color: #fff;
	border: none;
	box-shadow: none;
	text-transform: uppercase;
}
.btn-remove:hover,
.btn-remove:focus,
.btn-remove:visited{
	background: #4e5c72;
	color: #fff;
}
.tm-btn-large{
	height: 40px;
	line-height:40px;
	font-weight: 700;
	padding: 0 10px;
	min-width: 170px;
	text-transform: uppercase;
}
.tm-btn-small{
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
}
.homepage-image {
	position: relative;
	margin: -20px 0 50px 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 300;
}
.homepage-image:after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	content: "";
	background: #000;
	opacity: 0.3;
}
.homepage-image h2{
	font-size: 40px;
	line-height: 1.3em;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #fff;
	margin: 0 0 25px;
	padding: 0 80px 25px 0;
}
.homepage-image h2 b{
	display: block;
}
.homepage-image img{
	display: block;
	width: 100%;
	min-height: 450px;
}
.homepage-image .container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.homepage-image .btn-primary {
	min-width: 185px;
	height: 42px;
	font-size: 14px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
	margin-top: 40px;
}
/*btn Cart*/
.btn-cart{
	display: inline-block;
	vertical-align: top;
	height: 34px;
	margin-left: 25px;
	overflow: hidden;
}
	div.btn-cart .uk-link-muted{
		display: block;
		height: 34px;
		line-height: 34px;
		padding: 0 15px 0 35px;
		color: #fff;
		background: url(../images/bg-cart.svg) no-repeat 9px 50%;
		font-size: 11px;
	}
		div.btn-cart .uk-link-muted:hover,
		div.btn-cart .uk-link-muted:focus{
			text-decoration: none;
			color: #fff;
		}
		.btn-cart .uk-link-muted b{
			font-size: 13px;
			padding-right: 5px;
			text-transform: uppercase;
		}
/*btn Cart end*/
/*button end*/
a, .zx .uk-link, .zx a{
	color: #4A9630;
	text-decoration: none;
}
a:hover,
.zx .uk-link:hover, .zx a:hover{
	text-decoration: underline;
	color: #3C7A25;
}
a:visited,
.zx .uk-link:visited, .zx a:visited{
	color: #3C7A25;
}
a:focus,
.btn:focus{
	outline: none;
	outline: none -webkit-focus-ring-color;
	outline-offset: 0;
}
p,
.yoo-zoo p{
	margin: 0 0 20px;
}
.container{
	width: auto;
}
.container.tbl{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.container.tbl .sidebar{
	width: 45%;
}
.page-block{
	overflow-x: hidden;
	min-width: 1300px;
	background: #fff;
	min-height: 100%;
}
#wrapper{
	min-height: calc(100vh - 259px);
}
.container{
	width: 1200px;
	margin: 0 auto;
}
#main{
	padding-bottom: 50px;
}
/* Hack touch content height Start*/
.uk-touch #main{
	min-height: 1970px;
}
/* Hack touch content height End*/
#main:after,
.main:after{
	content: "";
	display: table;
	clear: both;
}
/*title*/
.title-h1,
.yoo-zoo .title-h1,
.details .title-h1,
.item .pos-title,
.yoo-zoo h1,
h1{
	font-size: 33px;
	line-height: 38px;
	color: #4e5c72;
	font-weight: 400;
	margin: 0 0 25px;
}
.title-h2,
.yoo-zoo h2,
h2{
	font-size: 24px;
	line-height: 28px;
	color: #424242;
	margin: 0 0 15px;
	font-weight: 300;
}
.title-line,
.yoo-zoo .title-line{
	border-bottom: 3px solid #e4e4e4;
	margin-bottom: 25px;
}
.title-line .title-h2,
.title-line .yoo-zoo h2,
.title-line h2{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 14px;
}
.title-line.category .title-h2{
	max-width: 850px;
}
.title-line.category{
	margin-bottom: 32px;
}
.title-line h2:after,
.title-line .title-h2:after{
	position: absolute;
	left: 0;
	bottom: -3px;
	content: "";
	height: 3px;
	width: 100%;
	z-index: 1;
}
.title-line h2.blue:after,
.title-line .title-h2.blue:after,
.news-list .title-line .title-h2:after,
.subs-news .title-line .title-h2:after,
.article-list.items .title-line .title-h2:after{
	background: #007ade;
}


.title-line h2.green:after,
.title-line .title-h2.green:after{
	background: #55B539;
}

.title-line h2.yellow:after,
.title-line .title-h2.yellow:after,
.aside-nav .title-line .title-h2:after{
	background: #ffac00;
}
.article-list .title-line h2:after,
.article-list .title-line .title-h2:after{
	background: #6dc42d;
}
.news-list.items .title-h2{
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.title-h3,
.yoo-zoo h3,
h3{
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 15px;
	font-weight: 400;
}
.title-h4,
.yoo-zoo h4,
h4{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	margin: 0 0 15px;
	color: #4e5c72;
	text-transform: uppercase;
}
.title-cart{
	background: url(../images/icon-cart-large.svg) no-repeat;
	padding-left: 50px;
}
/*title end*/

/*breadcrumbs*/
.breadcrumb,
.yoo-zoo .breadcrumb{
	margin: 0 0 25px -5px;
	padding: 0;
	background: none;
}
	.breadcrumb li{
		position: relative;
		color: #323232;
		padding: 0 10px 0 5px;
		font-size: 12px;
		line-height: 16px;
	}
	.breadcrumb li.active{
		color: #707070;
	}
	.breadcrumb li:first-child,
	.breadcrumb li:last-child:after  {
		display: none;
	}
		.breadcrumb li a{
			color: inherit;
		}
		.breadcrumb li .divider{
			display: none;
		}
		.breadcrumb li:after {
			position: absolute;
			right: 0;
			top: 0;
			content: ">";
			font-size: 10px;
		}
/*breadcrumbs end*/

/*header*/

#header{
	background: #f2f2f2;
	margin-bottom: 20px;
}
	#header .container.middle{
		padding: 12px 0;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		position: relative;
	}
		#header .logo{
			float: left;
			width: 160px;
			margin: 0;
		}
		#header .logo a{
			display: block;
			height: 100%;
		}
		#header .logo img{
			display: block;
			max-width: 100%;
		}
		#header .frame{
			overflow: hidden;
			padding: 0 0 0 40px;
			width: 90%;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
			ms-flex-pack: end;
			-webkit-justify-content: flex-end;
			justify-content: flex-end;

		}
		.custom-btn-list-flag{
			display: inline-block;
			vertical-align: top;
			margin-left: 12px;
		}
		.btn-list-flag{
			margin: 0;
			padding: 0;
			list-style: none;
			text-align: right;
		}
		.btn-list-flag li{
			display: block;
		}
		.btn-list-flag li + li{
			padding-top: 5px;
		}
		.btn-list-flag li a{
			display: block;
			width: 24px;
			height: 15px;
			text-indent: -9999px;
			overflow: hidden;
			font-size: 0;
			line-height: 0;
			border: 1px solid #C9D5DE;
		}
		.btn-list-flag li a.ua{
			background: url(../images/icon-ua.svg) no-repeat;
			background-size: cover;
		}
		.btn-list-flag li a.ru{
			background: url(../images/icon-ru.svg) no-repeat;
			background-size: cover;
		}
		.btn-list-flag li a:hover,
		.btn-list-flag li a:focus{
			opacity: 0.8;
		}

	#header .container.top{
		padding: 12px 0 0;
		font-size: 12px;
		line-height: 16px;
		color: #4F5D73;
	}
#header .container + .container{
	padding-top: 0;
}
	#header .container.top p{
		margin: 0;
	}
		#header .top-info{
			float: left;
			width: 40%;
		}
		#header .col-right{
			float: right;
			width: 50%;
		}
		.nav.top{
			float: right;
			margin: 0 0 0 15px;
			width: 200px;
			text-align: right;
		}
		.nav.top > li{
			position: relative;
			display: inline-block;
			vertical-align: top;
			padding-left: 20px;
			line-height: 16px;
			z-index: 1;
		}
		.nav.top > li a{
			color: #4F5D73;
		}
		.nav.top > li a:hover{
			text-decoration: underline;
			background: none;
		}
		.nav.top li .nav-child{
			display: none;
			position: absolute;
			left: 50%;
			top: 25px;
			background: #fff;
			text-align: left;
			border: 1px solid #ddd;
			width: 130px;
			margin-left: -65px;
		}
		.nav.top li .nav-child:after{
			position: absolute;
			bottom: 100%;
			content: "";
			border-style: solid;
			border-width:  0 5px 5px 5px;
			border-color: transparent transparent #ddd transparent;
			left: 50%;
			margin-left: -2.5px;
		}
		.nav.top li .nav-child:before{
			position: absolute;
			left: 0;
			top: -10px;
			content: "";
			width: 100%;
			height: 10px;
		}
		.nav.top > li:hover .nav-child{
			display: block;
		}
		.nav.top li .nav-child li{
			border-top: 1px dotted #d4d4d4;
		}
		.nav.top li .nav-child li:first-child{
			border-top: none;
		}
		.nav.top li .nav-child li a{
			display: block;
			padding: 3px 10px;
		}
		.nav.top li .nav-child li a:hover{
			background: #f4f8fc;
			text-decoration: none;
		}
		.logout-button{
			float: right;
			margin: 0;
		}
		.login-nav{
			float: right;
			text-align: right;
			margin: 0 0 0 20px;
		}
		.login-nav li{
			display: inline-block;
			vertical-align: top;
			line-height: 16px;
		}
		.login-nav li a:hover{
			text-decoration: underline;
			background: none;
		}
		.login-name{
			float: left;
			font-weight: 700;
			text-align: right;
		}
		#logout_form{
			float: right;
			margin-left: 20px;
		}
/*header end*/
.zoo-filter-empty{
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
}
#content,
.sidebar,
.aside-left,
.aside-left-top,
.aside-right-top{
	display: table-cell;
	vertical-align: top;
}
.aside-right-top{
	position: relative;
}
.aside-left{
	position: relative;
	z-index: 1;
}
#content,
.aside-left-top{
	width: 100%;
}
.aside-right-top .mod-wrapper{
	width: 290px;
	margin-left: 60px;
}
.aside-right-top .mod-wrapper,
.aside-left-top .mod-wrapper{
	padding-bottom: 57px;
}
.sidebar .mod-wrapper{
	margin-bottom: 60px;
}
.col-frame{
	width: 280px;
	margin-right: 40px;
}
.yoo-zoo .item .aside .col-frame,
.yoo-zoo .author .aside .col-frame{
	float: right;
	width: 340px;
	margin: 0;
}
.yoo-zoo .item .aside .aside-holder,
.yoo-zoo .author .aside .aside-holder{
	background: #fff;
	padding-left: 60px;
	box-sizing: content-box;
}
.yoo-zoo .item .aside .aside-holder.remove-sticky{
	position: static !important;
}
.sidebar .col-frame{
	margin: 0 0 0 90px;
}
/*search-box */
.search-box{
	display: inline-block;
	vertical-align: top;
	width: 56%;
}
	.search-box form{
		position: relative;
		margin: 0;
	}
		.search-box .inputbox{
			float: left;
			width: 100% !important;
			height: 34px;
			padding: 5px 90px 5px 35px;
			line-height: 22px;
			border-color: #ddd;
			border-radius: 3px;
			font-size: 12px;
			box-shadow: none;
			border-radius: 0;
			box-sizing: border-box;
			background: #fff url(../images/icon-zoom.svg) no-repeat 9px 50%;
		}
			.search-box .button{
				position: absolute;
				right: 0;
				top: 0;
				width: 80px;
				height: 34px;
				background: #007EDA;
				border: none;
				border-radius: 0;
				text-shadow: none;
				padding: 0;
				font-weight: bold;
				text-transform: uppercase;
				margin: 0;
			}
			.search-box .button:hover,
			.search-box .button:focus{
				background: #009BEB;
			}
			.search-box .inputbox:focus + .button{
				border-left: 1px solid #0076d8;
			}
			.search-box label{
				display: none;
			}
/*search-box end*/

/*main-nav*/
.main-nav{
	background: #55B539;
	margin: 0 -9999px;
	padding: 0 9999px;
}
	.main-nav .nav{
		display: table;
		margin: 0;
	}
	.main-nav .nav > li{
		display: table-cell;
		vertical-align: middle;
		line-height: 44px;
		position: relative;
		text-transform: uppercase;
		z-index: 100;
	}
	.main-nav .nav > li:after{
		position: absolute;
		display: block;
		content: "";
		right: 0;
		top: 2px;
		height: 40px;
		width: 1px;
		background: #4A9630;
	}
		.main-nav .nav > li a,
		.main-nav .nav > li span{
			position: relative;
			display: block;
			padding: 0 15px;
			color: #fff;
			z-index: 1;
			font-weight: 700;
		}
		.main-nav .nav > li a:hover,
		.main-nav .nav > li a:focus{
			background: #4A9630;
		}
		.main-nav .nav > li a:after{
			position: absolute;
			content: "";
			left: 0;
			bottom: 0;
			height: 2px;
			width: 100%;
		}
		.main-nav .nav > li.active > a:after{
			background: #007EDA;
		}
		/* hide the subnav for Journals menu item */
		.main-nav .nav .item-101 .nav-child {
			display: none;
		}
		.main-nav .nav > li ul{
			display: none;
			position: absolute;
			left: 0;
			top: 100%;
			width: 200px;
			background: #0068c5;
		}
		.main-nav .nav > li:hover ul{
			display: block;
		}
		.main-nav .nav > li li{
			border-top: 1px solid #008bec;
			font-size: 12px;
		}
		.main-nav .nav > li li:first-child{
			border-top: none;
		}
		.main-nav .nav > li li a{
			padding-top: 5px;
			padding-bottom: 5px;
		}
		.main-nav .nav > li li a:hover{
			text-decoration: none;
		}
		.main-nav .nav > li .nav-header{
			cursor: pointer;
			font-size: inherit;
			line-height: inherit;
			text-shadow: none;
		}
/*main-nav end*/

/*zoo*/

/*.item .floatbox ul,
.item .content ul,
.item .floatbox ol,
.item .content ol{
	margin: 0 0 20px 0;
}
.item .floatbox ul li,
.item .content ul li,
.item .floatbox ol li,
.item .content ol li{
	padding-bottom: 8px;
}*/
.yoo-zoo{
	position: relative;
}
#yoo-zoo.publishing-article .journal{
	width: 1200px;
	max-width: 100%;
}
.item .main{
	display: table;
	width: 100%;
}
.item .content,
.item .aside{
	display: table-cell;
	vertical-align: top;
}
.item .content{
	width: 100%;
	position: relative;
	max-width: 860px;
}
/*Publishing Article items*/
.publishing-article .items{
	margin: 0 0 0 -11.1%;
	padding: 0;
	font-size: 0.01px;
	line-height: 0;
}
.publishing-article .teaser-item{
	display: inline-block;
	vertical-align: top;
	width: 21.5%;
	margin: 0 0 45px 10%;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
.publishing-article .teaser-item .img-box,
.publishing-article .journal .items .img-box {
	height: 240px;
	position: relative;
	margin-bottom: 15px;
}
.pos-media-overlay {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg-journal.svg) no-repeat 50% 50%;
	background-size: 80% auto;
}
.publishing-article .teaser-item .pos-media{
	background: #fff;
}
.publishing-article .teaser-item .pos-media a{
	display: inline-block;
	vertical-align: top;
	height: 100%;
}
.publishing-article .teaser-item .pos-media img{
	display: block;
	margin: 0 auto;
	max-width: 165px;
}
.zoo-purchases .title-h2 {
	margin-bottom: 25px;
	padding-top: 10px;
}
.publishing-article ul.items{
	margin-left: -3.4%;
}
.zoo-purchases .related-list {
	padding: 0 18px;
	border: 1px solid #e2e2e2;
}
	.publishing-article ul.items li,
	.zoo-purchases .related-list li{
		font-size: 14px;
		line-height: 18px;
		text-align: center;
	}
	.publishing-article ul.items li {
		display: inline-block;
		vertical-align: top;
		width: 11.5%;
		margin: 0 0 50px 4.9%;
	}
	.zoo-purchases .related-list li {
		padding: 20px 0 0;
		border-width: 1px 0 0;
		border-style: solid;
		border-color: #e2e2e2;
	}
	.zoo-purchases .related-list li:first-child {
		border: none;
	}
		.publishing-article .items .media{
			margin-bottom: 15px;
			background: #fff;
		}
		.publishing-article .journal .items .media{
			margin-bottom: 0;
		}
		.publishing-article .journal .items .img-box,
		.zoo-purchases .img-box{
			height: 208px;
		}
		.publishing-article .items .media a,
		.zoo-purchases {
			display: inline-block;
			vertical-align: top;
			height: 100%;
		}
		.publishing-article ul.items .media a{
			display: block;
		}
		.publishing-article .items .media img,
		.zoo-purchases {
			display: block;
			max-width: 100%;
			margin: 0 auto;
		}
		.publishing-article .items .pos-meta,
		.zoo-purchases .pos-meta{
			color: #707070;
			font-size: 12px;
			margin-bottom: 10px;
		}
		.publishing-article .items .pos-meta a,
		.zoo-purchases .pos-meta a{
			color: inherit;
		}
		.publishing-article .items .pos-meta span,
		.zoo-purchases .pos-meta span{
			display: inline-block;
			vertical-align: top;
			padding-right: 5px;
		}
		.publishing-article .items .pos-title,
		.zoo-purchases .pos-title{
			font-size: 14px;
			line-height: 20px;
			margin: 0;
			text-align: center;
			color: #333;
			font-weight: 400;
		}
		.publishing-article .items .pos-title a,
		.zoo-purchases .pos-title a{
			color: inherit;
		}
		.publishing-article .journal .media-box,
		.publishing-article .books .media-box{
			margin-right: 40px;
			float: left;
		}
		.publishing-article .journal .general-content,
		.publishing-article .books .general-content{
			overflow: hidden;
		}
		.publishing-article .journal .img-hidden .media-box{
			display: none;
		}
		.publishing-article .journal .media-box img{
			display: block;
			max-width: 181px;
			height: auto;
		}
		.publishing-article .journal .pos-content,
		.publishing-article .article .pos-content,
		.publishing-article .books .pos-content{
			overflow: hidden;
			position: relative;
			transition: max-height 0.3s linear;
			-webkit-transition: max-height 0.3s linear;
			padding-bottom: 20px;
			max-height: 240px;
		}
        /* start css for fix #editor and #editorial-board */
		.publishing-article .journal .editorial-board .pos-content,
		.publishing-article .journal .editor .pos-content,
		.publishing-article .journal .options .pos-content,
		.pos-content.full {
			max-height: inherit !important;
		}
        .full-item #anchors-menu-sticky-wrapper,
        .tab-full #anchors-menu-sticky-wrapper {
            position: relative;
            left: 0;
        }

        /* end */


		.tm-list-pos{
			color: #333;
			margin: 0 0 20px -35px !important;
			padding: 0 !important;
		}
		.tm-list-pos li{
			display: inline-block;
			vertical-align: top;
			padding: 0 0 10px 35px;
			margin-bottom: 0 !important;
		}
		.tm-list-pos b,
		.tm-list-pos strong{
			color: #4e5c72;
		}



		.publishing-article .journal .frame,
		.publishing-article .books .frame{
			overflow: hidden;
			margin-bottom: 45px;
		}
		.publishing-article .journal .related-list .frame{
			margin-bottom: 0;
		}




		.publishing-article .frame.options .zx-zoocart-addtocart{
			text-align: center;
		}
		.publishing-article .frame.options .zx-zoocart-addtocart .btn{
			display: inline-block;
			width: auto;
			padding-right: 20px;
		}
/*Publishing Article items end*/

		/*btn-full*/
		.btn-full{
			position: absolute;
			bottom: -4px;
			width: 100%;
			background: #fff;
		}
		.btn-full:after{
			position: absolute;
			left: 0;
			bottom: 100%;
			width: 100%;
			height: 150px;
			content: "";
			background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 85%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.6)), color-stop(85%,rgba(255,255,255,1)));
			background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 85%);
			background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 85%);
			background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 85%);
		}
		.full .btn-full:after,
		.full .btn-full .show{
			display: none;
		}
		.btn-full .show{
			display: inline-block;
			padding-right: 18px;
			background: url(../images/bullet-drop.svg) no-repeat 100% 50%;
			font-weight: 700;
			color: #4e5c72;
			text-transform: uppercase;
			cursor: pointer;
		}
		.full .btn-full .hide{
			display: inline-block;
			padding-right: 18px;
			background: url(../images/bullet-drop-t.svg) no-repeat 100% 50%;
			font-weight: 700;
			color: #4e5c72;
			text-transform: uppercase;
			cursor: pointer;
		}
		/*btn-full end*/
		.publishing-article .tab-content,
		.publishing-article .tab-active .content-box{
			display: none;
		}
		.publishing-article .board-block h2{
			margin-bottom: 30px;
		}
		.publishing-article .board-block table,
		.publishing-article .table-board{
			width: 100% !important;
		}
		.publishing-article .board-block table td,
		.publishing-article .table-board td{
			padding: 0 0 20px 40px;
			vertical-align: top;
		}
		.publishing-article .board-block table td:first-child,
		.publishing-article .table-board td:first-child {
			padding-left: 0;
		}
		.publishing-article .board-block table td img,
		.publishing-article .table-board td img{
			display: block;
			max-width: 150px;
		}

.yoo-zoo .pos-indexed{
	padding-bottom: 45px;
}
.pos-indexed ul{
	margin: 0;
	padding: 0;
	width: 75%;
}
	.pos-indexed li{
		display: inline-block;
		vertical-align: top;
		padding: 0 5% 0 12px;
		margin-bottom: 11px;
		line-height: 16px;
		position: relative;
		width: 50%;
	}
	.pos-indexed li:after{
		position: absolute;
		left: 0;
		top: 6px;
		content: " ";
		width: 3px;
		height: 4px;
		background: #707070;
		border-radius: 6px;
	}
		.pos-indexed li a{
			margin-right: 5px;
		}
		.pos-indexed li .pdf-link{
			font-size: 12px;
			color: #707070;
		}
.pos-related .title-line{
	margin-bottom: 30px;
}
.title-line .num{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 32px;
	color: #007eda;
}
.yoo-zoo .element-socialbookmarks{
	margin-bottom: 25px;
	text-align: center;
}
.yoo-zoo  .element-email .title3{
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
}
.yoo-zoo .info-nav{
	margin: 0 40px 20px 0;
	padding: 0;
	list-style: none;
}
	.yoo-zoo .info-nav li{
		border-top: 1px solid #f4f4f4;
	}
	.yoo-zoo .info-nav li:first-child {
		border-top: transparent;
	}
	.yoo-zoo .info-nav li a{
		padding: 6px;
		display: block;
	}
	.yoo-zoo .info-nav li a span{
		padding-left: 3px;
		color: #4e5c72;
	}
	.yoo-zoo .info-nav li a.active,
	.yoo-zoo .info-nav li a:hover{
		text-decoration: none;
		background: #007ade;
		color: #fff;
	}
	.yoo-zoo .info-nav li a:hover span{
		color: inherit;
	}
.publishing-article .box{
	margin-bottom: 10px;
}
.publishing-article .editor-box{
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdfe0;
}
.publishing-article .editor-box:after {
	content: "";
	display: block;
	clear: both;
}
	.publishing-article .editor-box .holder{
		overflow: hidden;
	}
	.publishing-article .editor-box .photo-box{
		float: right;
		margin-left: 30px;
	}
	.publishing-article .editor-box .photo-box img{
		display: block;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.publishing-article .editor-box .title-editor{
		text-transform: uppercase;
		color: #4e5c72;
		font-weight: 700;
		margin-bottom: 5px;
		overflow: hidden;
	}
	.publishing-article .editor-box .tabset{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.publishing-article .editor-box .tabset a{
		display: inline-block !important;
		vertical-align: top;
	}
	.publishing-article .pos-subtitle{
		font-weight: 400;
		color: #4e5c72;
		margin-bottom: 25px;
	}
.board-board .items .teaser-item{
	margin-bottom: 40px;
}
	.board-board .items .floatbox{
		overflow: hidden;
	}
	.board-board .items .pos-media{
		float: left;
		margin-right: 10px;
	}
	.board-board .items .pos-media a{
		display: block;
		height: 100%;
	}
	.board-board .items .pos-media img{
		display: block;
		width: 100px;
	}
	.board-board .items .frame{
		overflow: hidden;
	}
.blog-news .items .teaser-item{
	padding-bottom: 40px;
}
	.blog-news .items .pos-media{
		float: left;
		margin-right: 60px;
	}
	.blog-news .items .pos-media a{
		display: block;
		height: 100%;
	}
	.blog-news .items .pos-media img{
		display: block;
	}
	.blog-news .items .holder{
		overflow: hidden;
	}
	.blog-news .items .frame{
		overflow: hidden;
	}
	.blog-news .items .pos-content{
		overflow: hidden;
	}
		.blog-news .items p{
			margin-bottom: 10px;
		}
		.blog-news .date-box{
			font-size: 12px;
			color: #707070;
			margin-bottom: 20px;
		}
		.blog-news .items .element-itemlink a{
			display: inline-block;
			vertical-align: top;
			background: url(../images/bullet-arrow-grey.svg) no-repeat 95% 50%;
			border: 1px solid #CAD7DB;
			line-height: 28px;
			height: 30px;
			color: #323232 !important;
			padding: 0 20px;
			font-weight: 600;
			margin-top: 10px;
			position: relative;
		}
		.blog-news .items .element-itemlink a:hover,
		.blog-news .items .element-itemlink a:focus{
			background: #007ade url(../images/bullet-arrow-white.svg) no-repeat 95% 50%;
			color: #fff !important;
			text-decoration: none;
			border-color: transparent;
		}
		.blog-news .item .pos-title{
			margin-bottom: 10px;
		}
		.blog-news .item .img-left{
			margin-bottom: 33px;
		}
		.blog-news .item .img-center{
			padding: 20px 0 90px 0;
		}
		.blog-news .item .img-center img{
			display: block;
			margin: 0 auto;
		}
		.blog-news .item .img-left img{
			display: block;
		}
		.blog-news .item .text-box{
			font-size: 18px;
			line-height: 26px;
		}
		.blog-news .item .text-box p{
			margin-bottom: 30px;
		}
		.blog-news .item .info-box h3{
			color: #007eda;
		}
		.blog-news .item .info-box p{
			margin-bottom: 25px;
		}
		.blog-news .item .info-bottom{
			margin-bottom: 45px;
		}
		.blog-news .item .img-text{
			text-align: center;
			font-size: 12px;
			color: #707070;
			margin-bottom: 30px;
		}
		.blog-news .item .quote-box{
			margin: 0 20px 45px 20px;
			padding: 40px 60px;
			border: 1px solid #e2e2e2;
			text-align: center;
		}
		.blog-news .item .quote-box .txt{
			font-size: 18px;
			line-height: 26px;
			margin-bottom: 25px;
		}
		.blog-news .item .quote-box .title{
			font-weight: 700;
			text-transform: uppercase;
			color: #4e5c72;
			margin-bottom: 3px;
		}
		.blog-news .item .quote-box .info{
			font-size: 12px;
			color: #707070;
		}

	/* Filter category links */
	.filter-link-container{
		position: absolute;
		top: -65px;
		right: 0;
		font-weight: 700;
		text-transform: uppercase;
	}
		.filter-link-container a{
			position: relative;
			display: inline-block;
			vertical-align: top;
			color: #333;
			margin-left: 25px;
		}
		.filter-link-container a:hover,
		.filter-link-container a.active{
			color: #007EDA;
			text-decoration: none;
		}
		.filter-link-container a:hover:after,
		.filter-link-container a.active:after{
			content: "";
			position: absolute;
			left: 0;
			bottom: -13px;
			width: 100%;
			height: 3px;
			background: #007EDA;
		}
	#yoo-zoo .items .loader-container .loader{
		width: 50px;
		margin: 0 auto !important;
		padding-top: 100px !important;
	}
/*related list*/
.related-list,
.yoo-zoo .related-list,
.related-list ul{
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}
	.related-list li,
	.publishing-article-tag .teaser-item,
	.publishing-article-articles-catg .teaser-item{
		display: block;
		margin-bottom: 20px;
		border: 1px solid #e2e2e2;
		padding: 18px 55px 18px 18px;
	}
	.publishing-article-tag .teaser-item,
	.publishing-article-articles-catg .teaser-item{
		width: auto;
		text-align: left;
	}
	.related-list li.free{
		background: url(../images/icon-lock.svg) no-repeat 97.5% 50%;
	}

.related-list div.free{
	background: url(../images/icon-lock.svg) no-repeat 100% 50%;
	width: 820px;
}

	.related-list li:after{
		content: "";
		display: table;
		clear: both;
	}
		.related-list li .pos-subtitle,
		.publishing-article-tag .teaser-item .pos-subtitle{
			margin-bottom: 10px;
		}
		.related-list li .pos-media{
			float: left;
			margin-right: 20px;
			width: 80px;
		}
		.related-list li .pos-media a{
			display: block;
			height: 100%;
		}
		.related-list li .pos-media img{
			display: block;
		}
		.related-list li .frame{
			overflow: hidden;
		}
		.related-list li .authors-box,
		.publishing-article .items .authors-box{
			margin-bottom: 10px;
		}
		.related-list li .list-box,
		.publishing-article .items .list-box,
		.publishing-article-tag .items .list-box{
			font-size: 12px;
			line-height: 16px;
			color: #707070;
		}
		.related-list li .list-box,
		.publishing-article-tag .items .list-box{
			margin-left: -22px;
		}
		.related-list li .list-box span,
		.publishing-article-tag .items .list-box span{
			display: inline-block;
			vertical-align: top;
		}
		.related-list li .list-box .txt,
		.publishing-article-tag .items .list-box .txt{
			padding-left: 25px;
		}
		.related-list li .access-txt{
			text-transform: uppercase;
			font-weight: 700;
			color: #4F5D73;
			padding-left: 32px;
			background: url(../images/icon-clock.svg) no-repeat;
		}
		.related-list li .access-txt span{
			color: #333;
			text-transform: lowercase;
			font-size: 12px;
			font-weight: 300;
		}
		.related-list li .access-txt.orange{
			color: #FF6526;
			background: url(../images/icon-clock-orange.svg) no-repeat;
		}
/*related list end*/
.publishing-article .pos-row{
	padding-bottom: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.publishing-article .pos-row:after {
	content: "";
	display: table;
	clear: both;
}
.publishing-article .large-text{
	font-size: 18px;
	line-height: 26px;
}
.publishing-article .frame-info{
	padding-bottom: 50px;
}
ul.pos-info{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 70%;
}
.pos-info li{
	padding: 10px 0;
	border-top: 1px dotted #d4d4d4;
	word-wrap: break-word;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.pos-info li:after {
	content: "";
	display: table;
	clear: both;
}
.pos-info li:first-child {
	border-color: transparent;
}
.pos-info li .title{
	float: left;
	width: 80px;
	margin-right: 10px;
	-webkit-flex: 1 0px;
	-ms-flex: 1 0px;
	flex: 1 0px;
}
.pos-info li .txt{
	-webkit-flex: 4 0px;
	-ms-flex: 4 0px;
	flex: 4 0px;
}
.pos-info li.element-relateditems .txt{
	color: #007eda;
}
.tab-block.item{
	border-bottom: none;
}
.tab-block.item .pos-info{
	border-right: 1px dotted #d4d4d4;
	width: 30%;
}
.tab-block.item .pos-info li{
	border: none;
}
.tab-block.item .counter-box{
	width: 70%;
}
.tab-block.item .counter-box li{
	width: 25%;
}
ul.counter-box,
div.yoo-zoo ul.counter-box{
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	width: 30%;
}
.counter-box li{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	text-align: center;
	padding-top: 50px;
	margin-left: 10px;
}
.counter-box li span,
.counter-box li > div{
	display: inline-block;
	vertical-align: top;
}
.counter-box li:first-child {
	margin-left: 0;
}
.counter-box li[data-zoocart-id="_itemhits"],
.counter-box li.hitscount,
.counter-box li._itemhits{
	background: url(../images/icon-views.svg) no-repeat 50% 7px;
}

.author li._itemhits {
background: url(../images/icon-author.svg) no-repeat 50% 0;
}

.counter-box li.download{
	background: url(../images/icon-downloads.svg) no-repeat 50% 0;
}
.counter-box li.author{
	background: url(../images/icon-author.svg) no-repeat 50% 0;
}
.counter-box li.figure{
	background: url(../images/icon-figures.svg) no-repeat 50% 0;
}
.counter-box li.table{
	background: url(../images/icon-tables.svg) no-repeat 50% 0;
}
.counter-box li.article,
.counter-box li.publication{
	background: url(../images/icon-publication.svg) no-repeat 50% 0;
}
.counter-box li.books,
.counter-box li.book{
	background: url(../images/icon-books.svg) no-repeat 50% 0;
}

div.yoo-zoo ul.counter-box.uk-width-1-1{
	width: 100%;
	float: none;
	margin: 0 0 0 -20px;
}
div.yoo-zoo ul.counter-box.counter-box-horizontal{
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px dotted #d4d4d4;
}
ul.counter-box.uk-width-1-1 li{
	width: auto;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 20px;
}
ul.counter-box.counter-box-horizontal li{
	padding: 0 0 0 60px;
	line-height: 35px;
	background-position: 0 0 !important;
	font-weight: 300;
	text-transform: lowercase;
}
/*author start*/
.author .sub-title{
	margin: -15px 0 25px;
	color: #6f6f6f;
}
.author .media-box{
	float: left;
	margin-right: 20px;
	position: relative;
}
.author .media-box img{
	display: block;
	border-radius: 10px;
}
.author .media-box .social-box{
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	margin: 0;
	list-style: none;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.author .media-box .social-box li{
	display: inline-block;
	vertical-align: top;
	width: 40px;
}
.author .media-box .social-box li + li{
	margin-left: 20px;
}
.author .media-box .social-box li a{
	float: left;
	width: 40px;
	height: 40px;
	background: url(../images/icons-social-circle.svg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.author .media-box .social-box li a.fa{
	background-position: -54px 0;
}
.author .media-box .social-box li a.lnkd{
	background-position: -108px 0;
}
.author .frame-info .pos-content{
	overflow: hidden;
	padding-top: 5px;
}
.author .pos-content .position-txt{
	margin-bottom: 15px;
	color: #007eda;
}

.authors-box{
	margin-bottom: 15px;
}
.authors-box .title-h3{
	margin-bottom: 0;
}
.authors-box .authors-box-txt{
	margin: 0;
	padding: 0;
	list-style: none;
}
.authors-box .authors-box-txt li{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #707070;
	padding-right: 3px;
}
/*author end*/

/*zoo end*/

/*filter-block*/
.filter-block{
	margin: 0;
}
	.filter-block .filter-types{
		display: none;
		margin-bottom: 10px;
	}
		.filter-block .filter-types .box{
			overflow: hidden;
			margin-bottom: 17px;
			position: relative;
		}
		.filter-block .check{
			margin: 0;
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		}
		.filter-block .lab{
			display: inline-block;
			vertical-align: top;
			height: auto;
			font-weight: 700;
			color: #424242;
			margin: 0;
			padding-left: 32px;
			position: relative;
			text-transform: uppercase;
		}
		.filter-block .lab:after{
			position: absolute;
			left: 0;
			top: 1px;
			content: "";
			width: 16px;
			height: 16px;
			background: #fff;
			border: 1px solid #b3b3b3;
			cursor: pointer;
		}
		.filter-block .check:checked + .lab:after{
			background: url(../images/bg-check.svg) no-repeat 50% 50%;
		}
		.filter-block .mod-title{
			padding: 9px 5px 9px 30px;
			text-transform: uppercase;
			color: #fff;
			background: #0080c3 url(../images/bullet-title.png) no-repeat 10px 50%;
		}
		.filter-block .zoo-filter .form-element-row{
			padding: 0;
			margin-bottom: 20px;
			overflow: inherit;
		}
		.filter-block .form-wrapper{
			border: 1px solid #dedede;
			padding: 20px 20px;
		}
		.filter-block .text{
			border: 1px solid #e2e2e2;
			padding: 6px 10px 6px 36px;
			height: 33px;
			box-shadow: none;
			line-height: 19px;
			width: 100%;
			border-radius: 0;
			margin: 0;
			font-size: 12px;
			color: #8e989b;
			background: #fff url(../images/icon-zoom-grey.svg) no-repeat 11px 50%;
		}
		.filter-block ul{
			margin: 0;
			list-style: none;
		}
		.filter-block .categories > li{
			border-top: 1px solid #ebeff1;
			position: relative;
		}
		.filter-block .categories > li:first-child {
			border-top: 1px solid transparent;
		}
		.filter-block .categories li .drop-box{
			padding-left: 10px;
			overflow: hidden;
			max-height: 0;
			-webkit-transition: max-height 0.8s ease 0s;
			-moz-transition: max-height 0.8s ease 0s;
			transition: max-height 0.8s ease 0;
		}
		.filter-block .categories li.active .drop-box{
			max-height: 800px;
		}
		.filter-block .categories li li{
			margin-top: 20px;
			background: url(../images/bullet-arrow.svg) no-repeat 0 50%;
			padding-left: 11px;
		}
		.filter-block .categories li li:last-child{
			margin-bottom: 20px;
		}
		.filter-block .categories li .holder{
			position: relative;
		}
		.filter-block .categories li .link-txt{
			font-weight: 700;
			font-size: 13px;
			margin: 0;
			height: auto;
			position: relative;
			z-index: 1;
			cursor: pointer;
			padding: 8px 20px 8px 20px;
			cursor: pointer;
			margin: 0 -20px;
		}
		.filter-block li .radio:checked + .link-txt{
			background: #007ADE;
			color: #fff;
		}
		.filter-block .categories li li .link-txt{
			font-weight: 300;
			background: none !important;
			padding: 0;
		}
		.filter-block li .radio{
			margin: 0;
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		}
		.filter-block .btn.search,
		.filter-block .btn.clear{
			float: left;
			height: 34px;
			background: #ffb300;
			color: #fff;
			border: none;
			border-radius: 0;
			text-shadow: none;
			padding: 0 10px;
			font-weight: bold;
			text-transform: uppercase;
		}
		.filter-block .btn.search:hover{
			background: #ffc740;
		}
		.filter-block .btn.clear{
			float: right;
			background: #717D8E;
		}
		.filter-block .btn.clear:hover{
			background: #4E5C72;
		}
		.filter-block .zoo-filter .form-element-row.textarea,
		.filter-block .zoo-filter .form-element-row.text,
		.filter-block .zoo-filter .form-element-row.textarea,
		.filter-block .zoo-filter .form-element-row.textareapro,
		.filter-block .zoo-filter .form-element-row.link,
		.filter-block .zoo-filter .form-element-row.image,
		.filter-block .zoo-filter .form-element-row.textpro {
			display: none;
		}


.tm-zoo-filter .zx .uk-button{
	font-size: 14px;
	border: none;
	background: #007EDA;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.tm-zoo-filter .zx .uk-button:hover,
.tm-zoo-filter .zx .uk-button:focus{
	background: #009BEB;
	color: #fff;
}
.tm-zoo-filter .zx .uk-button.zfac-clear{
	background: #717D8E;
}
.tm-zoo-filter .zx .uk-button.zfac-clear:hover,
.tm-zoo-filter .zx .uk-button.zfac-clear:focus{
	background: #4E5C72;
	color: #fff;
}
.zx .uk-button-primary{
	background: #007EDA;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff !important;
}
.zx .uk-button-primary:hover,
.zx .uk-button-primary:focus{
	background: #009BEB;
}
.zx .uk-button-success{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #55b539;
	color: #fff !important;
}
.zx .uk-button-success:hover,
.zx .uk-button-success:focus{
	background: #80c86b;
}
.zx .uk-text-primary{
	color: #55B539 !important;
}
@media (min-width: 768px){
	.tm-zoo-filter .zx .country{
		width: 30%;
	}
	.tm-zoo-filter .zx .itemname{
		width: 20%;
	}
}
/*filter-block end*/





/*features-box*/
.features-box{
	margin: 0 -20px 50px -20px;
}
	.features-box ul{
		margin: 0;
		display: table;
		width: 100%;
		border-spacing: 20px 0;
		table-layout: fixed;
	}
		.features-box li{
			position: relative;
			display: table-cell;
			vertical-align: top;
			border: 1px solid #c3d6df;
			padding: 39px 18px 80px 18px;
			text-align: center;
		}
			.features-box li .media{
				margin-bottom: 15px;
			}
			.features-box li .media img{
				display: block;
				margin: 0 auto;
			}
			.features-box li .title{
				font-size: 24px;
				line-height: 26px;
				color: #424242;
				margin-bottom: 15px;
			}
			.features-box li .title a{
				color: inherit;
			}
			.features-box li .description{
				color: #575757;
			}
			.features-box li .btn-more{
				position: absolute;
				left: 18px;
				right: 18px;
				bottom: 18px;;
			}
			.features-box li .btn-more a{
				display: block;
				height: 40px;
				line-height: 40px;
				font-weight: 700;
				color: #fff;
				text-transform: uppercase;
				background: #00a8fa;
				text-decoration: none;
			}
			.features-box li .btn-more a:hover{
				background: #36c6ff;
			}
			.features-box li:nth-child(2) .btn-more a{
				background: #55b539;
			}
			.features-box li:nth-child(2) .btn-more a:hover{
				background: #80C86B;
			}
			.features-box li:last-child .btn-more a{
				background: #ffac00;
			}
			.features-box li:last-child .btn-more a:hover{
				background: #ffc740;
			}
/*features-box end*/

/*social-block item*/
.social-block{
	text-align: center;
	border: 1px solid #e2e2e2;
	padding: 40px 20px !important;
	margin: 40px 0;
}
	.social-block p{
		display: none;
	}
		.social-block .custom{
			display: inline-block;
			vertical-align: middle;
		}
		.social-block .title{
			display: inline-block;
			vertical-align: middle;
			font-size: 18px;
			line-height: 22px;
			padding-right: 14px;
			text-align: right;
		}
		.social-block .jssocials-share{
			display: inline-block;
			vertical-align: top;
			padding-left: 10px;
		}
		.social-block a{
			display: block;
			width: 40px;
			height: 40px;
			background: url(../images/icons-social-circle.svg) no-repeat;
		}
		.social-block .jssocials-share-facebook a{
			background-position: -54px 0;
		}
		.social-block .jssocials-share-linkedin a{
			background-position: -108px 0;
		}
		.social-block .jssocials-share-googleplus a{
			background-position: -163px 0;
		}
		.social-block .jssocials-share-email a{
			background-position: -217px 0;
		}

.socialbookmarks{
	text-align: center;
	margin-left: -10px;
}
.aside .socialbookmarks{
	margin-top: 30px;
}
	.socialbookmarks .jssocials-share{
		display: inline-block;
		vertical-align: top;
	}
		.socialbookmarks .jssocials-share a{
			float: left;
			width: 40px;
			height: 40px;
			margin: 0 0 0 10px;
			background: url(../images/icons-social-share.svg) no-repeat;
			background-size: 231px 36px;
		}
		.socialbookmarks .jssocials-share-facebook a{
			background-position: 0 0;
		}
		.socialbookmarks .jssocials-share-twitter a{
			background-position: -45px 0;
		}
		.socialbookmarks .jssocials-share-email a{
			background-position: -195px 0;
			background-size: 234px 36px;
		}
		.socialbookmarks .jssocials-share-linkedin a{
			background-position: -92px 0;
		}
		.yoo-zoo  .element-email{
			margin-bottom: 30px;
		}

.social-box{
	float: right;
}
	.social-box .mod-title{
		display: inline-block;
		vertical-align: middle;
		padding-right: 18px;
		text-align: right;
		font-size: 14px;
		line-height: 16px;
		font-weight: 700;
		color: #fff;
		width: 230px;
	}
	.social-box .customsocial-box{
		display: inline-block;
		vertical-align: middle;
	}
	.social-box .jssocials-shares{
		float: right;
	}
	.social-box .jssocials-share{
		display: table-cell;
		vertical-align: middle;
		padding-left: 12px;
	}
		.social-box .jssocials-share a{
			display: block;
			height: 100%;
			width: 34px;
			height: 34px;
			background: url(../images/icons-social.svg) no-repeat;
		}
		.social-box .jssocials-share-facebook a{
			background-position: 0 0;
		}
		.social-box .jssocials-share-twitter a{
			background-position: -46px 0;
		}
		.social-box .jssocials-share-pinterest a{
			background-position: -92px 0;
		}
		.social-box .jssocials-share-googleplus a{
			background-position: -138px 0;
		}
		.social-box .jssocials-share-linkedin a{
			background-position: -184px 0;
		}

/*social-block item end*/

/*search page result*/
.label-info,
.badge-info{
	background: #007EDA;
	color: #fff;
}
.search .search-results{
	margin-bottom: 50px;
}
	#searchForm{
		padding-top: 5px;
		padding-bottom: 20px;
	}
	#searchForm .btn-toolbar,
	#searchForm .ordering-box{
		margin-bottom: 20px;
		position: relative;
	}
	#searchForm .btn-toolbar{
		padding-bottom: 5px;
		border-bottom: 1px solid #e5e5e5;
		overflow: hidden;
	}
	#searchForm .phrases-box,
	#searchForm .form-limit{
		margin: 0 0 20px;
	}
	#searchForm .phrases-box .controls{
		margin-left: -30px;
	}
	#searchForm .phrases-box .controls label{
		float: left;
		margin-left: 30px;
		padding-top: 0;
	}
	.search .search-results .result-text{
		margin: 0 0 25px 30px;
	}
	.search .search-results .result-created{
		margin: 0 0 10px 30px;
		color: #A7AEB9;
	}
	.search #search-searchword{
		display: block;
		width: 100% ;
		margin: 0;
		height: 34px;
		border: none;
		padding: 5px 40px 5px 25px;
		box-shadow: none;
		font-size: 18px;
	}
	.search .btn-toolbar .btn,
	.search .btn-toolbar .btn:active{
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 0;
		border: none;
		height: 34px;
		background: #fff url(../images/icon-zoom.svg) no-repeat 0 50%;
		padding: 0;
		width: 25px;
		box-shadow: none;
	}
    .search .search-results .result-text .highlight {
        background: #FCD46E;
    }
    .search .result-title{
		font-weight: normal;
		font-size: 18px;
		padding-bottom: 10px;
    }
    .search .count{
    	display: inline-block;
    	vertical-align: top;
    	font-size: 12px;
    	color: #ACB2BD;
    	background: #F4F7F8;
    	min-width: 20px;
    	min-height: 20px;
    	line-height: 20px;
    	text-align: center;
    	border-radius: 10px;
    	margin-right: 5px;
    }
    .search .search-row{
    	position: relative;
    	float: none;
    }
/*search page result end*/

/*sidebar*/
.article-list{
	padding: 0;
}
.article-list ul{
	margin: 0;
	list-style: none;
}
	.article-list > li{
		border: 1px solid #e2e2e2;
		margin-bottom: 20px;
		padding: 16px;
	}
	.article-list li .media{
		float: left;
		margin-right: 20px;
	}
		.article-list li .media a{
			display: block;
			height: 100%;
		}
		.article-list li .media img{
			display: block;
		}
		.article-list li .holder{
			overflow: hidden;
		}
		.article-list li .frame{
			overflow: hidden;
			padding-bottom: 8px;
		}
		.article-list li .date,
		.article-list li .volume{
			font-size: 12px;
			color: #707070;
			line-height: 16px;
			padding-bottom: 13px;
		}
		.article-list li .author{
			font-size: 12px;
			padding-bottom: 4px;
		}
		.article-list li .title-h3{
			font-size: 15px;
			line-height: 21px;
			margin: 0;
			font-weight: 400;
		}

.article-list.items .title-h2{
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 0;
	font-weight: 700;
}
.article-list.items .frame{
	margin-bottom: 30px;
}
.article-list.items .zoo-list > li{
	margin-bottom: 20px;
}
.article-list.items .date{
	padding-bottom: 2px;
}
.article-list.items .title{
	margin-bottom: 4px;
}
.article-list.items .author{
	overflow: hidden;
}
.article-list.items .author h3{
	float: left;
	margin: 0 5px 0 0;
	font-size: 12px;
}
.article-list.items .author ul{
	overflow: hidden;
}
.article-list.items .author li{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.article-list.items .author li a{
	color: #0080c3;
}

.news-list{
	padding-bottom: 10px;
}
.news-list ul{
	margin: 0 0 5px;
	list-style: none;
}
.news-list.items ul{
	margin-bottom: 0;
	max-height: 348px;
	overflow: hidden;
}
	.news-list li{
		padding-bottom: 15px;
	}
		.news-list li .date{
			font-size: 12px;
			padding-bottom: 5px;
		}
		.news-list li .title-h4{
			text-transform: none;
			margin-bottom: 0;
			font-weight: 400;
			line-height: 20px;
		}
		.news-list.items li .date{
			color: #919191;
		}
		.news-list .btn{
			display: block;
			text-transform: uppercase;
			font-weight: 700;
			color: #4e5c72;
			height: 40px;
			line-height: 40px;
			background: #fff;
			padding: 0 10px;
			box-shadow: inset 0 0 1px 0 #cfd8dc;
			border: none;
		}
		.news-list .btn span{
			display: inline-block;
			vertical-align: top;
			padding-right: 12px;
			background: url(../images/bullet-arrow-grey.svg) no-repeat 100% 50%;
		}
		.news-list .btn:hover{
			background: #0076d8;
			color: #fff;
			box-shadow: none;
		}
		.news-list .btn:hover span{
			background: url(../images/bullet-arrow-white.svg) no-repeat 100% 50%;
		}
		.news-list.items .btn{
			position: absolute;
			left: 60px;
			bottom: 57px;
			padding: 0 51px;
		}
/*Subscribe news*/
.subs-news{
	margin-bottom: 25px;
}
	.subs-news .acymailing_form{
		width: 100%;
	}
		.subs-news .acymailing_form td{
			padding: 0 0 0 9px;
		}
		.subs-news .acymailing_form td:first-child {
			padding-left: 0;
			width: 70%;
		}
		.subs-news .inputbox{
			display: block;
			width: 210px !important;
			height: 40px;
			border: 1px solid #d4d4d4;
			margin: 0;
			padding: 9px 12px;
			border-radius: 0;
			box-shadow: none;
			color: #adadad;
		}
		.subs-news .btn{
			height: 40px;
			padding: 0 5px;
			background: #55b539;
			border: none;
			text-shadow: none;
			width: 100%;
			font-weight: 700;
			text-transform: uppercase;
		}
		.subs-news .btn:hover{
			background: #80C86B;
		}
		.subs-news p{
			margin-bottom: 10px;
		}
		.subs-news .acymailing_finaltext,
		.subs-news .item .acymailing_introtext,
		.subs-news .item .acymailing_form,
		.subs-news .item .acymailing_module_success{
			display: none;
		}
		.subs-news .item .acymailing_module_form{
			overflow: hidden;
		}
		.subs-news .item .acymailing_finaltext{
			display: block;
		}
		.subs-news .item form{
			height: auto !important;
			opacity: 1 !important;
		}
/*Subscribe news end*/

/*slider box*/
.slider-box p{
	margin: 0;
}
.slider-box img{
	display: block;
	max-width: 837px;
	height: auto;
}
/*slider box end*/
/*sidebar end*/

/*about us and authors-editors pages*/
.yoo-zoo.about-aboutus .floatbox,
.yoo-zoo.authors-editors .floatbox,
.yoo-zoo.board-board .floatbox{
	overflow: hidden;
}
.yoo-zoo.about-aboutus .pos-media,
.yoo-zoo.authors-editors .pos-media,
.yoo-zoo.board-board .pos-media{
	float: left;
	margin-right: 40px;
}
.yoo-zoo.about-aboutus .pos-media a,
.yoo-zoo.about-aboutus .pos-media img,
.yoo-zoo.authors-editors .pos-media a,
.yoo-zoo.authors-editors .pos-media img,
.yoo-zoo.board-board .pos-media a,
.yoo-zoo.board-board .pos-media img{
	display: block;
}
.yoo-zoo.about-aboutus .pos-content,
.yoo-zoo.authors-editors .pos-content,
.yoo-zoo.board-board .pos-content{
	overflow: hidden;
}
/*about us and authors-editors pages end*/

/*pagination*/
#yoo-zoo .zoo-pagination{
	text-align: left;
	font-weight: normal;
}
.zoo-pagination{
	margin-bottom: 0;
	overflow: hidden;
	text-align: left;
}
	.zoo-pagination .pagination-bg{
		display: inline-block;
		vertical-align: top;
		border: 1px solid #ededed;
		margin-left: -1px;
	}
		.zoo-pagination a,
		.zoo-pagination span{
			float: left;
			width: 47px;
			height: 43px;
			line-height: 43px;
			text-align: center;
			color: #4e5c72;
			text-decoration: none !important;
			border-left: 1px solid #ededed;
		}
		.zoo-pagination span{
			background: #ededed;
		}
		.zoo-pagination a:hover{
			background: #0076d8;
			color: #fff;
		}
		.zoo-pagination span{
			  box-shadow: -1px 0px rgb(222, 222, 222), -1px 1px rgb(222, 222, 222);
		}

.search .pagination{
	margin: 0 0 25px 0;
}
.search .pagination ul{
	box-shadow: none;
	border-left: 1px solid #ececec;
	border-radius: 0;
}
.search .pagination .pagination-start,
.search .pagination .pagination-prev,
.search .pagination .pagination-next,
.search .pagination .pagination-end{
	display: none;
}
	.search .pagination li{
		display: inline-block;
		vertical-align: top;
	}
		.search .pagination ul > li > a,
		.search .pagination ul > li > span{
			height: 45px;
			width: 56px;
			line-height: 45px;
			float: none;
			display: block;
			padding: 0;
			text-align: center;
			border-color: #ececec;
			color: #4e5c72;
		}
		.search .pagination ul > li > span{
			background: #ececec;
		}
		.search .pagination ul > li > a{
			color: #4e5c72;
		}
		.search .pagination ul > li > a:hover,
		.search .pagination ul > li > a:focus,
		.search .pagination ul > .active > a,
		.search .pagination ul > .active > span{
			background: #007EDA;
			color: #fff;
		}
		.zoo-pagination-wrapper {
			position: relative;
			height: 45px;
		}
		.zoo-pagination-perpage,
		.zoo-pagination-perpage:focus {
			height: 45px;
			width: 50px;
			position: absolute;
			right: 0;
			bottom: 0;
			border-radius: 0;
			border: 1px solid #ededed !important;
			outline: none !important;
		}

.pagination-nav{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ececec;
	list-style: none;
	margin: 0;
	padding: 0;
}
	.pagination-nav .item{
		float: left;
		border-left: 1px solid #ececec;
	}
	.pagination-nav .item:first-child{
		border: none;
	}
		.pagination-nav .item a{
			display: block;
			height: 43px;
			min-width: 45px;
			line-height: 45px;
			text-align: center;
			color: #4F5D73;
			padding: 0 10px;
		}
		.pagination-nav .item a:hover{
			background: #007eda;
			color: #fff;
			text-decoration: none;
			box-shadow: 0 0 1px #007eda;
		}
		.pagination-nav .item.uk-active a{
			background: #ececec;
			text-decoration: none;
			box-shadow: -1px 1px 0 #ddd;
			color: #4F5D73;
		}
input.pagination-num{
	display: block;
	height: 43px;
	text-align: center;
	border-color: #CFD8DC;
	border-radius: 0;
	font-weight: 700;
	box-shadow: none;
}
/*pagination end*/

.yoo-zoo.zoo-filter-result .total{
	text-align: left;
	margin-bottom: 30px;
}

/*anchors-menu*/
#anchors-menu-sticky-wrapper{
	position: absolute;
	left: -9999px;
	height: auto !important;
}
.full-item #anchors-menu-sticky-wrapper,
.full #anchors-menu-sticky-wrapper{
	position: relative;
	left: 0;
}
.is-sticky .anchors-menu{
	width: 908px !important;
	z-index: 3;
	margin-left: -50px;
}
	.anchors-menu .title-h3{
		margin-bottom: 20px;
	}
		.anchors-menu .btn-frame{
			display: none;
			width: 100%;
			background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 85%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1), color-stop(85%,rgba(255,255,255,0.6))));
			background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 85%);
			background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 85%);
			background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 85%);
		}
		.is-sticky .anchors-menu .btn-frame{
			display: block;
		}
		.anchors-menu .btn-sign{
			width: 40px;
			height: 40px;
			background: #097ad6;
			background: url(../images/bg-sign.gif) no-repeat;
			cursor: pointer;
			position: relative;
			z-index: 3;
		}
		.anchors-menu .box{
			padding: 20px 50px 20px 20px;
			background: #f7f9f8;
			margin-bottom: 25px;
		}
		.is-sticky .anchors-menu .box{
			display: none;
			background: #fffdfe;
			margin-top: 10px;
			box-shadow: 0 0 10px rgba(0,0,0,0.4);
			position: relative;
			z-index: 2;
			margin-bottom: 0;
		}
		.is-sticky .anchors-menu.active .box{
			display: block;
		}
		.is-sticky .anchors-menu.active .close{
			position: absolute;
			right: 8px;
			top: 64px;
			width: 24px;
			height: 24px;
			background: url(../images/ico-close.gif) no-repeat;
			cursor: pointer;
			opacity: 1;
			z-index: 3;
		}
			.anchors-menu ul{
				margin: 0;
				padding: 0;
				list-style: none;
			}
				.anchors-menu li{
					padding-bottom: 10px;
				}
				.anchors-menu li a{
					border-bottom: 	1px dotted #007eda;
				}
				.anchors-menu li a:hover{
					text-decoration: none;
					border-bottom: 	1px dotted transparent;
				}
/*anchors-menu end*/

/*aside menu*/
.aside-nav ul{
	margin: 0;
}
.aside-nav li .separator{
	padding: 6px;
	border-bottom: 1px solid #f4f4f4;
	background: #007ade;
	color: #fff;
	margin-bottom: -1px;
	display: block;
}
.aside-nav li.active .separator{
	background: none;
	color: #007eda;
}
.aside-nav li li{
	border-top: 1px solid #f4f4f4;
}
.aside-nav li li:first-child {
	border-top: 1px solid transparent;
}
.aside-nav li li a{
	display: block;
	padding: 6px;
}
.aside-nav li li.active a,
.aside-nav li li a:hover,
.aside-nav li .separator:hover,
.aside-nav li.current .separator{
	background: #007ade;
	color: #fff;
	text-decoration: none;
}
/*aside menu end*/

/*aside box start*/
.aside-info{
	background: #F6F7F8;
	padding: 20px;
	margin: 15px 0 20px;
}
/*aside box end*/

/*board-list*/
.board-list{
	margin: 0 0 30px 0 !important;
	padding: 0 !important;
	list-style: none;
}
.board-list li{
	overflow: hidden;
	padding-bottom: 30px;
}
.board-list li .pos-media{
	float: left;
	margin-right: 40px;
}
.board-list li .frame{
	margin-bottom: 0 !important;
}
.board-list li .title-h3{
	margin-bottom: 10px;
}
/*board-list end*/
/*video*/
.yoo-zoo .video-box,
.video-box{
	padding-bottom: 20px;
}
/*video end*/
/*error page*/
.error-page{
	text-align: center;
}
.error-page h2{
	font-size: 48px;
	line-height: 52px;
}
/*error page end*/

/*aside cart*/
.aside-box{
	margin-bottom: 35px;
	display: none;
	position: relative;
}
.aside-box.active{
	display: block;
}
.aside-box .title-h3{
	font-weight: 400;
	color: #333;
}
.aside .nav-row{
	padding: 37px 40px 30px 0;
	min-height: 107px;
}
.page-nav{
	float: left;
}
.page-nav a{
	float: left;
	color: #4e5c72;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 38px;
	border: 1px solid #CAD7DB;
	text-align: center;
	min-width: 87px;
	margin-left: 17px;
}
.page-nav a:first-child {
	margin-left: 0;
}
.page-nav a:hover{
	color: #fff;
	background: #007EDA;
	text-decoration: none;
	border-color: #007EDA;
}
.books .aside .page-nav{
	float: none;
	overflow: hidden;
}
.books .aside .page-nav .next{
	float: right;
}
div.btn-switch{
	position: absolute;
	right: 0;
	top: 49px;
	background: url(../images/bg-switch.svg) no-repeat;
	width: 25px;
	height: 18px;
	cursor: pointer;
}
.buy-list,
#yoo-zoo .buy-list{
	background: #F6F7F8;
	padding: 16px 30px;
}
.buy-list .title-h3{
	margin: 10px 0 20px 0;
}
.buy-list .row{
	margin: 0 0 18px;
}
.buy-list .radio{
	float: left;
	margin: 0 10px 0 0;
}
.buy-list .frame-row{
	display: block;
	overflow: hidden;
	margin: 0;
}
.buy-list .area{
	display: block;
	padding-bottom: 10px;
}
.buy-list .element-pricepro{
	margin-bottom: 30px;
}
.buy-list .element-pricepro:after{
	content: "";
	display: block;
	clear: both;
}
.buy-list .name,
#yoo-zoo .buy-list h3,
.buy-list h3{
	float: left;
	color: #707C8E;
	text-transform: uppercase;
	width: 60%;
	padding-right: 10px;
	font: 700 14px/20px 'Open Sans', sans-serif !important;
}
.buy-list .price{
	float: right;
	font-size: 18px;
	line-height: 26px;
	color: #4A9630;
	width: 40%;
	text-align: right;
}
.buy-list .price .price-small{
	color: #424242;
	font-size: 15px;
}
.buy-list .txt{
	font-size: 12px;
	line-height: 18px;
}
.buy-list .price-description{
	clear: both;
	padding-top: 25px;
	font-size: 12px;
	line-height: 18px;
}
.buy-list .tax-note{
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
}
.aside .img-block{
	overflow: hidden;
	margin-bottom: 20px;
	padding-right: 85px;
	min-height: 120px;
}
.aside .img-block img{
	float: left;
	max-width: 80px;
}
.aside .btn-close{
	position: absolute;
	right: 0;
	top: 50px;
	cursor: pointer;
	background: url(../images/icon-close.svg) no-repeat 100% 50%;
	height: 19px;
	line-height: 16px;
	padding-right: 30px;
	font-size: 12px;
	color: #B3B9C2;
}
/*aside cart end*/

/*buy-list btn*/
.buy-list .btn,
.yoo-zoo .btn.cart,
.buy-list .uk-button{
	width: 100%;
	display: block;
	border: none;
	margin: 0 0 2px;
	padding: 0 5px 0 50px;
	height: 40px;
	text-transform: uppercase;
	font: 700 14px/40px 'Open Sans', sans-serif;
	text-align: left;
}
.buy-list .uk-button-primary, .buy-list .uk-button-primary:focus{
	background: #007EDA;
	text-align: center;
	padding-left: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.buy-list .uk-button-primary:hover{
	background: #009BEB;
}
.premium-account .btn.cart{
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding-right: 20px;
}
.buy-list .btn + .btn {
	margin-top: 16px;
}
	.buy-list .btn.preview{
		background: #55b539 url(../images/icon-preview.svg) no-repeat 17px 50%;
		background-size: 25px auto !important;
	}
	.buy-list .btn.preview:hover{
		background: #80c86b url(../images/icon-preview.svg) no-repeat 17px 50%;
	}
	.buy-list .btn.download{
		background: #55b539 url(../images/icon-download.svg) no-repeat 17px 50%;
		background-size: 18px auto !important;
	}
	.buy-list .btn.download:hover{
		background: #80c86b url(../images/icon-download.svg) no-repeat 17px 50%;
	}
	.buy-list .btn.add{
		background: #55b539 url(../images/icon-add.svg) no-repeat 17px 50%;
		background-size: 8% auto;
	}
	.buy-list .btn.add:hover{
		background: #80c86b url(../images/icon-add.svg) no-repeat 17px 50%;
		background-size: 8% auto;
	}
	.buy-list .btn.add.added{
		background: #55b539 url(../images/icon-checked.svg) no-repeat 17px 50%;
		background-size: 8% auto;
	}
	.buy-list .btn.add.added:hover{
		background: #80c86b url(../images/icon-checked.svg) no-repeat 17px 50%;
		background-size: 8% auto;
	}
	.btn.cart{
		background: #55b539 url(../images/icon-cart.svg) no-repeat 17px 50%;
	}
	.btn.cart:hover{
		background: #80c86b url(../images/icon-cart.svg) no-repeat 17px 50%;
	}
	.buy-list .wishlist-action.btn.add{
		background: #ffb300 url(../images/icon-add.svg) no-repeat 17px 50%;
		background-size: 8% auto;
	}
	.buy-list .wishlist-action.btn.add.added{
		background: #ffc740 url(../images/icon-checked.svg) no-repeat 17px 50%;
		background-size: 8% auto;
		cursor: default;
	}
/*buy-list btn end*/

/*Tab*/
.tab-block{
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 40px;
}
.tab-block .tab-nav{
	margin: 0 0 28px 0;
	padding: 0;
	list-style: none;
	border-bottom: 3px solid #e4e4e4;
}
.tab-block .tab-nav li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 25px;
}
.tab-block .tab-nav li:first-child{
	margin-left: 0;
}
.tab-block .tab-nav li a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	height: 3px;
	width: 100%;
}
.tab-block .tab-nav li a{
	color: #333;
	display: block;
	padding: 0 4px 10px 4px;
}
.tab-block .tab-nav li:hover a:after,
.tab-block .tab-nav li.active a:after{
	background: #007EDA;
}
.tab-block .tab-nav li:hover a,
.tab-block .tab-nav li.active a{
	color: #007EDA;
	text-decoration: none;
}
.tab-block .tab-content{
	display: none;
	min-height: 205px;
}
.tab-block .tab-content.active{
	display: block;
}
.tab-block .info-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.tab-block .info-list li{
	padding: 10px 0;
	border-top: 1px dotted #d4d4d4;
}
.tab-block .info-list li:after{
	content: "";
	display: table;
	clear: both;
}
.tab-block .info-list li:first-child {
	border-color: transparent;
}
.tab-block .info-list li .title{
	float: left;
	margin-right: 10px;
    width: 135px;
}
.tab-block .info-list li .txt{
	overflow: hidden;
	word-wrap: break-word;
}
.tab-block .info-list .list{
	margin: -10px 0 0 0;
}
.tab-block .list{
	margin: 0;
	list-style: none;
	padding: 0;
}
	.tab-block .list li{
		padding-left: 25px;
		position: relative;
	}
		.tab-block .list li:before{
			content: "";
			position: absolute;
			left: 12px;
			top: 17px;
			width: 5px;
			height: 5px;
			background: #007edb;
			border-radius: 5px;
		}
/*Tab end*/

/*volumes-list*/
.volumes-list{
	margin: 35px 0 60px 0;
	padding: 20px 0;
	list-style: none;
	border: 1px solid #cad7db;
	display: table;
	width: 100%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	table-layout: fixed;
}
.volumes-list > li{
	display: table-cell;
	width: 33%;
	vertical-align: top;
	border-left: 1px solid #cad7db;
	padding: 0;
	position: relative;
	height: 400px;
}
.volumes-list > li#issue-item-block{
	padding-bottom: 60px;
}
.volumes-list > li:first-child {
	border-left: none;
}
.volumes-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 340px;
	overflow-y: auto;
}
.volumes-list #volume-wrapper {
	height: 400px;
}
.volumes-list ul li{
	padding: 5px 20px;
	color: #5c5c5c;
}
.volumes-list ul li:hover,
.volumes-list ul li.active{
	background: #eff3f4;
	font-weight: 700;
	cursor: pointer;
	color: #7D8182;
}
.volumes-list ul li.issue-item:hover,
.volumes-list ul li.issue-item.active{
	background: none;
	font-weight: inherit;
	cursor: inherit;
	color: inherit;
}
.volumes-list ul li:hover .issue-desc,
.volumes-list ul li.active .issue-desc{
	font-weight: 400;
}
.volumes-list h3{
	font-weight: 700;
	color: #000;
}
.volumes-list h3 a{
	color: inherit;
}
.issue-item-line .issue-desc,
ul[id^='issue-item-block-'],
ul[id^='issue-block-volume-'] {
	display: none;
}
.showDescription .issue-desc {
	display: block;
	padding-top: 12px;
}
.volumes-list .subtitle{
	margin-bottom: 20px;
}
.volumes-list .date-box{
	margin-bottom: 20px
}
.volumes-list .date-box b{
	display: inline-block;
	vertical-align: top;
	padding-right: 32px;
	background: url(../images/bg-calendar.svg) no-repeat 95% 50%;
}
.volumes-list .btn-link{
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	text-decoration: none;
}
.volumes-list .btn-link a{
	display: block;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #4e5c72;
	border: 1px solid #CAD7DB;
	height: 40px;
	line-height: 40px;
}
.volumes-list .btn-link:hover a{
	text-decoration: none;
	border-color: #007ade;
	background: #007ade;
	color: #fff;
}
/*volumes-list end*/

/*Form profile*/
.form-profile .title-line{
	margin-bottom: 30px;
}
.form-profile label{
	margin: 0;
}
.form-profile .control-label{
	padding-top: 7px;
	text-align: left;
}
.form-profile input[type="text"],
.form-profile input[type="password"],
.form-profile input[type="email"],
.form-profile .customselect{
	display: block;
	width: 100%;
	height: 35px;
	border-color: #CAD7DB;
	box-shadow: none;
	border-radius: 0;
	padding: 6px 10px;
}
.form-profile input[type="text"].input-medium{
	display: inline-block;
	vertical-align: top;
	width: 85%;
}
.form-profile .input-append .btn{
	height: 35px;
	border-radius: 0;
}
.form-profile .controls{
	width: 260px;
	margin-left: 125px;
}
.form-profile .control-label{
	width: 120px;
}
.form-profile .input-append{
	display: block;
}
.form-profile .btn-green{
	height: 40px;
	line-height: 30px;
	border: none;
	padding: 0;
	min-width: 170px;
	text-transform: uppercase;
	font-weight: 700;
}
.form-profile .btn-border{
	min-width: 170px;
}
.form-profile .spacer label{
	color: #007ade;
}
.form-profile fieldset{
	margin-bottom: 35px;
}
.form-profile .title-txt label{
	font-weight: 700;
	text-transform: uppercase;
}
/*Form profile end*/

/*Cart popup*/
.zx-zoocart-minicart{
	color: #323232;
}
.zx-zoocart-minicart-cart .uk-table{
	width: 100%;
	color: #323232;
}
.zx-zoocart-minicart-cart .uk-table td:first-child {
	text-align: left;
	padding-left: 25px;
}
.zx-zoocart-minicart-cart .uk-table td .zx-zoocart-minicart-row-remove{
	float: left;
	margin-left: -20px;
}
.zx-zoocart-minicart-cart .uk-table td .zx-zoocart-tableitems-row-variations{
	padding: 5px 0;
}
.zx-zoocart-minicart-cart .uk-badge{
	padding: 3px 5px;
}
.price-hryvnias {
	font-weight: normal;
}
/*Cart popup end*/

/*Cart info*/
.cart-info .uk-table{
	margin-bottom: 10px;
}
.cart-info .uk-table th.uk-grid{
	margin-left: 0;
}
.cart-info .uk-table td{
	padding: 10px 0;
}
.cart-info .uk-table td .zx-zoocart-tableitems-row-remove{
	float: left;
	margin-right: 10px;
}
.cart-info .uk-table td .zx-zoocart-tableitems-row-name .uk-display-inline{
	overflow: hidden;
	display: block !important;
}
.cart-info .uk-form .uk-form-row input.uk-width-1-1{
	box-shadow: none;
	border-radius: 0;
	height: 35px;
	border-color: #cad7db;
	padding-top: 6px;
	padding-bottom: 6px;
}
.cart-info .uk-form .uk-form-row .uk-button,
.cart-info  .uk-text-right .uk-button{
	height: 40px;
	font-weight: 700;
	font-size: 14px;
	background: #55b539;
	border-radius: 0;
	text-transform: uppercase;
	padding: 0 20px;
	line-height: 35px;
}
.cart-info .uk-form .uk-form-row .uk-button:hover,
.cart-info  .uk-text-right .uk-button:hover{
	background: #80c86b;
}
.cart-info .title-line{
	margin-bottom: 30px;
}
.cart-info .zx-zoocart-auth a{
	text-decoration: underline;
}
.cart-info .zx-zoocart-auth a:hover{
	text-decoration: none;
}
#zx-zoocart-cart .zx-zoocart-cart-extras {
	text-align: left;
}
.zx .uk-grid[data-uk-grid-match="{target:'.uk-panel'}"] .uk-panel-box {
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}
.zx-zoocart-address-manager-form.uk-form.uk-container-center {
	margin-left: 0;
	margin-right: 0;
}
/*Cart info end*/

/* Teaser article */
.yoo-zoo .items h2 {font-size: 18px;}
/* Teaser article end */

/* Purchases start */
.tm-button {
	-webkit-appearance: none;
    margin: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    background: #f5f5f5;
    vertical-align: middle;
    line-height: 33px;
    min-height: 35px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
    color: #444 !important;
}
.tm-button:hover,
.tm-button:focus {
	background-color: #fafafa;
    color: #444;
    outline: 0;
    text-decoration: none;
    border-color: rgba(0,0,0,.15);
}
.tm-button-mini {
    min-height: 22px;
    padding: 0 8px;
    line-height: 20px;
    font-size: 12px;
}
.tm-margin-left {
	margin-left: 15px;
}
.expire-soon {color: red !important;}
/* Purchases end */

/*calendar*/
.calendar > table{
	width: 100%;
}
/*calendar end*/

/*tooltip-box*/
.tooltip-box{
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 100;
}
	.tooltip-box .tooltip-box-content{
		position: absolute;
		visibility: hidden;
		left: 50%;
		bottom: 100%;
		color: #707c8e;
		min-width: 276px;
		margin-bottom: 10px;
		padding: 9px 14px;
		background: #f6f7f8;
		-ms-transform: translate(-50%, -30%);
		-webkit-transform: translate(-50%, -30%);
		transform: translate(-50%, -30%);
		opacity: 0;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
		.tooltip-box .tooltip-box-content:after{
			position: absolute;
			left: 50%;
			content: '';
			bottom: -10px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 10px 10px 0 10px;
			border-color: #f6f7f8 transparent transparent transparent;
			-ms-transform: translate(-50%, 0);
			-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
		}
		.tooltip-box:hover .tooltip-box-content{
			visibility: visible;
			opacity: 1;
			-ms-transform: translate(-50%, 0);
			-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
		}
/*tooltip-box end*/

/*Slider start*/
.slideshow-block{
	margin: 25px 0 40px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
	.slideshow-block .next,
	.slideshow-block .prev{
		display: none;
		position: absolute;
		right: 0;
		top: 50%;
		line-height: 38px;
		width: 83px;
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
		color: #4e5c72;
		border: 1px solid #CFD8DC;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background: #fff;
	}
	.slideshow-block .prev{
		left: 0;
		right: auto;
	}
	.slideshow-block:hover .next,
	.slideshow-block:hover .prev{
		display: block;
	}
	.slideshow-block .slides{
		border: 1px solid #CFD8DC;
	}
	.slideshow-block .slides li img{
		display: block;
		margin: 10px auto;
	}
/*Slider end*/

/*authors-list start*/
.authors-filter{
	margin-bottom: 20px;
}
.authors-list,
.authors-list table{
	table-layout: fixed;
	width: 100%;
	margin-bottom: 35px;
}
.authors-list th{
	text-transform: uppercase;
	border-bottom: 1px solid #007EDA;
	padding: 10px 0 10px 10px;
	color: #707070;
	text-align: center;
	vertical-align: middle;
}
.authors-list td{
	padding: 10px 0 10px 10px;
	border-bottom: 1px dotted #d4d4d4;
	text-align: center;
	vertical-align: middle;
}
.authors-list td a{
	color: #4A9630;
}
.authors-list th:first-child,
.authors-list td:first-child{
	padding-left: 0;
	text-align: left;
}
.authors-list th:first-child, .premium {
	background: url(../images/icon-star.svg) no-repeat 100% 50%;
	padding-left:15px;
	background-size: 18px 18px;
}
.authors-list th:nth-child(2),
.authors-list td:nth-child(2){
	text-align: left;
}
.authors-list tr:hover td{
	background: #F4F8FC;
}
.authors-list td:first-child{
	padding-left: 8px;
	text-align: center;
}
.authors-list td:last-child,
.authors-list th:last-child{
	padding-right: 8px;
}
.authors-list td:nth-child(6){
	font-weight: 700;
}
/*authors-list end*/

/*custom select start*/
.tm-form-select{
	height: 34px;
	border: 1px solid #CFD8DC;
	line-height: 32px;
	padding: 0 20px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.tm-form-select [class*="uk-icon"]{
	position: absolute;
	right: 6px;
	top: 50%;
	color: #8A8A8A;
	transform: translate(0, -50%);
}
/*custom select end*/

/*sidebar-block-info start*/
.block-info-item{
	margin-bottom: 30px;
	border: 1px solid #C9D5DE;
	padding: 20px;
	color: #575757;
}
.sidebar .block-info-item{
	margin-bottom: 30px;
}
.block-info-item .mod-title{
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.block-info-item.green .mod-title{
	color: #55b539;
}
.block-info-item.yellow .mod-title{
	color: #ffb300;
}
.block-info-item .customblock-info-item{
	line-height: 24px;
}
.block-info-item p{
	margin-bottom: 0;
	font-weight: normal;
}
.block-info-item .btn-link{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 25px;
	text-decoration: none !important;
}
.block-info-item.green .btn-link{
	background: #55b539;
	color: #fff;
}
.block-info-item.green .btn-link:hover{
	background: #80c86b;
}
.block-info-item.yellow .btn-link{
	background: #ffb300;
	color: #fff;
}
.block-info-item.yellow .btn-link:hover{
	background: #ffc740;
}
.block-info-item-subscribe .acymailing_form{
	width: 100%;
}
.block-info-item-subscribe .acymailing_form td{
	padding: 0;
}
.block-info-item-subscribe .acymailing_form .inputbox{
	height: 35px;
	max-width: 100%;
	padding: 4px 6px;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #444;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	border-radius: 0;
	width: 100%;
	box-shadow: none;
	margin: 20px 0;
}
.block-info-item-subscribe .acymailing_form .inputbox {
	color:#898f91;
}
.block-info-item-subscribe .acymailing_form .inputbox:focus{
	border-color: #0076d8;
	color: #323232;
}
.block-info-item-subscribe .btn{
	display: block;
	width: 100%;
	min-height: 35px;
	line-height: 27px;
	font-weight: bold;
	text-transform: uppercase;
}
/*sidebar-block-info end*/

/*vertical-align-flex start*/
.vertical-align-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
	.vertical-align-flex > [class*="span"] {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
/*vertical-align-flex end*/

/*option-block start*/
.option-block{
	margin-bottom: 30px;
}
.option-block .radio{
	position: absolute;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.option-block input[type=radio]:checked ~ .option-block-label{
    background: #eff3f4;
}
.option-block .option-block-frame{
	height: 100%;
}
.option-block .option-block-label{
	display: block;
	text-align: center;
	padding: 10px;
	margin: 0;
	border: 1px solid #e2e2e2;
	box-sizing: content-box;
}
.option-block .option-block-label:hover{
	background: rgba( 239, 243, 244, 0.3);
}
.option-block .option-block-text{
	display: block;
	margin-bottom: 25px;
}
.option-block .option-block-price{
	font-size: 18px;
	color: #007eda;
	font-weight: 400;
}
.option-block .title-h4{
	text-align: center;
	color: #707C8E;
	margin-bottom: 10px;
}
.option-block-text-plan3 {
	margin-bottom: 45px !important;
}
/*option-block end*/

/*premium-box start*/
.premium-box{
	background: #F6F7F8;
	padding: 20px;
	margin-bottom: 25px;
	border: 1px solid #e2e2e2;
}
.premium-box .premium-box-price{
	font-size: 18px;
	color: #007eda;
}
.premium-box .premium-box-label{
	color: #707C8E;
	text-transform: uppercase;
}
/*premium-box end*/


.uk-subnav-pill > .uk-active > *{
	background: #007edb;
	box-shadow: none;
	border-radius: 0;
}
.uk-subnav-pill > * > *:focus,
.uk-subnav-pill > * > *:hover{
	border-radius: 0;
}


/*widget*/
#frame_wrapper{
    border: 1px solid #cad7db;
    padding: 15px 0px;
}
/*widget end*/

/*editing-form start*/
.yoo-zoo form.editing-form div
.yoo-zoo form.editing-form .creation-form{
	margin: 0;
	padding: 0;
}
.editing-form .element > strong{
	font-size: 14px;
	line-height: 20px;
	text-transform: inherit;
}
.editing-form input[type="text"],
.editing-form textarea{
	border-color: #cad7db;
	border-radius: 0;
	box-shadow: none;
	height: 35px;
	padding: 6px 10px;
	margin: 0;
}
.editing-form textarea{
	height: auto;
}
.yoo-zoo form.editing-form div{
	margin: 0;
	padding: 0;
}
.yoo-zoo form.editing-form .element,
.yoo-zoo form.editing-form .title-h3{
	margin: 0 0 20px;
}
.editing-form .controls{
	padding-top: 8px;
}
.editing-form .controls .radio{
	display: inline-block;
	vertical-align: top;
	padding-top: 0;
	margin: 0 10px 0 0;
}
.editing-form .submit .btn{
	float: left;
}
.editing-form .upload div.button-container{
	height: 35px;
}
.editing-form .upload div.button-container input[type="file"]{
	height: 100%;
	cursor: pointer;
}
.editing-form .upload div.button-container button.button-grey.search{
	height: 35px;
	border: none;
	background: #ffb300;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	line-height: 35px;
	text-shadow: none;
}
/*editing-form end*/

/*publishing-article-tag*/
.publishing-article-tag  .teaser-item-bg:after{
	display: block;
	clear: both;
	content: "";
}
.publishing-article-tag .teaser-item .media{
	margin: 0 20px 0 0;
	float: left;
	width: 74px;
}
.publishing-article-tag .teaser-frame{
	overflow: hidden;
}
.publishing-article-tag .items .pos-title{
	text-align: left;
	font-size: 18px;
	line-height: 20px;
}
.publishing-article-tag .items .pos-title a{
	color: #007eda;
}
/*publishing-article-tag end*/

/*consultation-box Start*/
.consultation-box{
	border: 1px solid #e4e4e4;
	padding: 25px 20px;
}
.consultation-box p{
	margin: 0 0 10px;
}
.consultation-box p.order-recom{
	border-bottom: 1px solid #007EDA;
	margin: 0 0 20px;
	padding-bottom: 20px;
}
.consultation-box .consultation-box{
	width: auto;
	border: none;
	float: none;
	padding: 0;
}
.consultation-box img{
	display: block;
	margin: 0 auto 20px;
	width: 150px;
}
.consultation-box h4,
.consultation-box h3,
.consultation-box h2,
.consultation-box h1{
	text-transform: uppercase;
	color: #55B539;
	font-size: 21px;
	line-height: 1.6em;
	margin: 0 0 5px;
	padding-bottom: 5px;
	font-weight: 700;
}
.consultation-box ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.consultation-box li{
	font-size: 12px;
	padding: 0 0 0 30px;
}
.consultation-box li + li{
	margin-top: 17px;
}
.consultation-box .download-link {
	padding-bottom: 20px;
}
.consultation-box .download-link,
.consultation-box .email-wrapper {
    text-align: center;
}
.consultation-box .email {
	background: url(../images/icon-message-black.svg) no-repeat 0 50%;
	background-size: 20px auto;
	padding-left: 25px;
}
.consultation-box li:nth-child(2){
	background: url(../images/icon-phone-black.svg) no-repeat 0 50%;
	background-size: 20px auto;
}
.consultation-box li a{
	color: inherit;
}
/*consultation-box End*/
/*mission-box Start*/
.mission-box{
	font-size: 18px;
	line-height: 1.4em;
	padding-bottom: 25px;
}
/*mission-box End*/

/*footer*/
#footer{
	background: #55B539;
	color: #fff;
	position: relative;
	font-size: 12px;
}
	#footer .logo-footer img{
		display: block;
		margin: 0 auto;
		width: 160px;
	}
	#footer p{
		margin: 0;
	}
	#footer a{
		color: #fff;
	}
	#footer .holder{
		background: #4A9630;
		padding: 33px 0;
	}
	#footer .holder + .container{
		padding: 30px 0 20px;
	}
	#footer .copyright{
		margin-bottom: 15px;
		text-align: center;
	}
	#footer .footer-contact{
		text-align: center;
	}
.subs-box{
	color: #fff;
}
	.subs-box form{
		margin: 0;
	}
		.subs-box .acymailing_module_form .acymailing_introtext{
			display: inline-block;
			vertical-align: middle;
			padding: 0 6px 0 0;
			font-weight: 700;
			width: 110px;
			color: #fff;
			text-transform: uppercase;
		}
		.subs-box .acymailing_form{
			display: inline-block;
			vertical-align: middle;
		}
		.subs-box .acymailing_form td{
			padding: 0 0 0 10px;
			text-align: left;
		}
		.subs-box .acymailing_form td:first-child {
			padding-left: 0;
			width: 280px;
		}
		.subs-box .inputbox{
			margin: 0;
			height: 34px;
			font-size: 12px;
			padding: 8px 11px;
			background: #fff;
			box-sizing: border-box;
			border-radius: 0;
			border: none;
			color: #cad7db;
			display: block;
		}
		.subs-box .btn{
			height: 34px;
			line-height: 34px;
			border: none;
			text-shadow: none;
			text-transform: uppercase;
			font-weight: 700;
			padding: 0 18px 0 40px;
			background: #ffac00 url(../images/icon-cover.svg) no-repeat 12px 50%;
		}
		.subs-box .btn:hover{
			background: #ffc740 url(../images/icon-cover.svg) no-repeat 12px 50%;
		}

.pay-box{
	color: #fff;
}
	.pay-box .mod-title{
		padding-bottom: 15px;
	}
	.pay-box ul{
		margin: 0;
		font-size: 0.01px;
		line-height: 0;
	}
		.pay-box li{
			display: inline-block;
			vertical-align: top;
			padding-left: 12px;
		}
		.pay-box li:first-child {
			padding-left: 0;
		}
		.pay-box li a{
			display: block;
			height: 100%;
		}
		.pay-box li img{
			display: block;
		}

.add-nav{
	margin: 0 0 0 -45px;
}
	.add-nav > li{
		display: inline-block;
		vertical-align: top;
		padding-left: 45px;
		font-size: 12px;
		width: 220px;
	}
	.add-nav > li:last-child{
		padding-left: 10px;
	}
	.add-nav > li li{
		padding-bottom: 10px;
	}
	.add-nav li.item-126 ul{
		margin-left: -10px;
	}
	.add-nav li.item-126 li{
		display: inline-block;
		vertical-align: top;
		padding-left: 10px;
		width: 50%;
	}
		.add-nav > li span{
			display: block;
			font-weight: 700;
			text-transform: uppercase;
			padding-bottom: 10px;
			font-size: 14px;
		}

.bottom-nav{
	margin: 0 0 0 -45px;
}
	.bottom-nav .menu{
		margin: 0;
		font-size: 0;
		line-height: 0;
	}
		.bottom-nav .menu > li{
			display: inline-block;
			vertical-align: top;
			padding-left: 45px;
			font-size: 12px;
			width: 210px;
			margin: 0;
			box-sizing: content-box;
		}
		.bottom-nav .menu > li:nth-child(2){
			width: 175px;
		}
			.bottom-nav .menu ul{
				margin-left: -10px;
			}
			.bottom-nav .menu li li{
				padding: 0 0 10px 10px;
			}
			.bottom-nav .menu li.item-196 li{
				display: inline-block;
				vertical-align: top;
				width: 50%;
				box-sizing: border-box;
			}
			#footer .bottom-nav .menu > li .separator{
				display: block;
				font-weight: 700;
				text-transform: uppercase;
				padding-bottom: 10px;
				font-size: 14px;
				color: #fff;
			}
				#footer .bottom-nav .nav > li > a:hover, 
				#footer .bottom-nav.nav > li > a:focus {
					text-decoration: unerline;
					background-color: transparent;
				}

.adds-box{
	text-align: center;
}
	.adds-box .mod-title{
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
		padding-bottom: 15px;
	}
	.adds-box ul{
		margin: 0 0 15px -30px;
		list-style: none;
		padding: 0;
	}
		.adds-box li{
			display: inline-block;
			vertical-align: middle;
			position: relative;
			padding: 2px 35px 0 30px;
		}
		.adds-box .icon{
			position: absolute;
			left: 0;
			top: 0;
			width: 22px;
			height: 22px;
			background: url(../images/icons-contact.svg) no-repeat 50% 0;
		}
		.adds-box li b{
			font-size: 14px;
			text-transform: uppercase;
			font-weight: 700;
		}
		.adds-box li.phone .icon{
			background-position: 50% -49px;
		}
		.adds-box li.phone a{
			color: #fff !important;
		}
		.adds-box li.mail .icon{
			background-position: 50% -89px;
		}

.premium-box-price {
	width: 60%;
}

.uk-text-right>.zx-zoocart-addtocart {
	width: 225px;
}
.by-premium-button {
	padding-left: 0px;
}

.related-list li .list-box .txt,
.publishing-article-tag .items .list-box .txt{
	padding-left: 25px;
}
/*footer end*/



/* RSS feed link in social icons */
.aside-holder .socialbookmarks .jssocials-rss {
	line-height: 34px;
}
.aside-holder .socialbookmarks .jssocials-rss a {
	width: 32px;
}
/* RSS icon - common styles */
.jssocials-shares .jssocials-rss {
	line-height: 32px;
	text-align: center;
	background: url(../images/feed-icon-circle.svg) no-repeat;
}
.jssocials-shares .jssocials-rss  a {
	background: none;
}
/* RSS icon - sidebar on journals page */
.sidebar .jssocials-shares .jssocials-rss {
	background-size: 58px 34px;
	background-position-y: 1px;
}
/* RSS icon - news page */
.social-block .jssocials-shares .jssocials-rss {
	background-size: 59px 39px;
	background-position-y: 1px;
}

.checkbox-gdpr{
	float: left;
	padding-left: 40px;
	width: 100px;
}
#show{
	margin-left: 15px;
	margin-bottom: 10px;
}
.label-gdpr{
	padding: 10px;
	float: left;
}
#checkbox-show{
	padding-top: 30px;
}
.down{
    padding-top: 10px;
}
#ca_banner {
	height: auto !important;
}
