/* Add here all your CSS customizations */
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: #b8b9cf;
}
.product-thumb-info .product-thumb-info-content {
    display: flex;
    align-items: center;
}
article.post-large, article.post-large .post-image, article.post-large .post-date {
    margin-left: 0px;
}
.body header div[id*="bx_incl_area"] {
	min-height: 20px!important;
	min-width: 20px!important;
	display: inline-block;
}
.thumb-info-image {
    background-size: cover!important;
}
.thumb-info.thumb-info-preview:hover .thumb-info-image {
    background-position: center center;
}
.thumb-info.thumb-info-preview .thumb-info-image {
	background-position: center center;
}
.social-icons > li > a, .thumb-info-action-icon {
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.pagination .fa {
    line-height: 18px;
}
.pagination .disabled {
    opacity: 1!important;
}
.main-pagination {
    /*display: flex;
    align-items: center;*/
}
.pagination-text {
    line-height: 30px;
}
html .btn-primary[disabled]:hover {
    border-color: #1b7ff3 #1b7ff3 #1b7ff3;
    background-color: #1b7ff3;
    color: #fff;
}
html .btn-primary[disabled] {
    background-color: #4293f2;
    border-color: #4293f2 #4293f2 #4293f2;
    color: #fff;
}
.left_menu {
    padding: 0px;
}
.left_menu li>a {
    color: #333333;
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin: 5px 0px;
    text-decoration: none;
    line-height: 24px;
    padding: 5px 0px 5px 8px;
}
.left_menu li>a:hover {                         
    text-decoration: underline;
}
.left_menu li>ul>li>a:hover {                           
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}
.left_menu, .left_menu ul {
    list-style:none;
}
.left_menu ul {
    padding: 0 0 0 15px;
}
.left_menu li>ul>li>a {
    transition: transform 0.2s ease-out;
    border: 0 none;
    color: #777;
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0 0 0 -8px;
    padding: 3px 10px;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
}
.blockquote-primary-border {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.left_menu li>ul>li>a.activ, .left_menu li>a.activ {
    background: #1b7ff3;
    text-decoration: none;
    color: #fff;
}
.dropdown-menu .active>a {
    background: transparent;
}
.dropdown-menu .active>a:hover {
    background-color: #f5f5f5;
}
.social-icons li.social-icons-odnoklassniki:hover a {
    background: #ee8208;
}

a.doc_link {
	display: inline-block;
	padding: 5px;
	border: 1px solid #000;
	}
	
ul li {
	margin-bottom: 5px;
	}
	
ul.works {
	list-style-type: none;
	}			
