@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

h1.ac-heading {
	display: inline-block;
	color: #3a3a3a;
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 20px;
}
#content .box-articles {
	margin-top: 20px;
}
.ac-line {
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.ac-menu .dropdown-inner a {
	white-space: nowrap;
}
.cat-block {
	margin-bottom: 10px;
}
.articles-description {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	padding-bottom: 10px;
	text-align: left;
}
.art_category {
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.art_category .cat-thumb:hover {
	box-shadow: none;
}
.art_category div > a, .art_category div > a:hover { 
	text-decoration: none;
}
.art_category .cat-thumb {
	position: relative;
	padding: 0;
	margin-bottom: 0;
	border: none;
	border-radius: 0 0 4px 4px;
}
.art_category .cat-thumb:after {
    	border: none;
}
.art_category .cat-thumb .image { 
	overflow: hidden;
	border: none;
}
.art_category .cat-thumb img {
	max-width: 100%;
	border-radius: 4px;
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.art_category .name {
	padding: 30px 10px 15px 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.art_category .cat-thumb-not .name {
	padding: 10px;
	position: unset;
	background: rgb(102 102 102);
	border-radius: 4px;
}
.art_category .name h3 {
	background: url('../image/articles_catalog/category.svg') left bottom no-repeat;
	color: #ffffff;
	font-size: 15px !important;
	font-weight: 500;
	font-family: 'Roboto', sans-serif !important;
	text-align: center;
	margin: 0px;
	padding: 0 20px;
	line-height: 18px;
}
.art_category.grid-large .name h3 {
    	font-size: 16px !important;
}
.art_category > div {
	overflow: hidden;
	width: 100%;
}
.art_category_additional {
	overflow: hidden;
	margin: 20px 0 10px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
.art_category_additional img {
	max-width: 100%;
	height: auto !important;
}
#articles-catalog .articles-info, #articles-catalog .articles-info p {
	color: #353535;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
	padding: 0 0 15px 0;
}
.articles-info .article-image {
	float: left;
	padding: 5px 5px 10px 5px;
	margin-right: 15px;
}
.articles-info .acfloat {
	float: none;
	padding: 0;
	margin-right: 0;
	margin-bottom: 20px;
	text-align: center;
}
.articles-info .article-image img {
	max-height: 700px;
	width: 100%;
	object-fit: cover;
}
.articles-info > p img, .article-content img {
	max-width: 100%;
	height: auto !important;
}
.articles-info .ac-img-caption {
	color: #919191;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	padding: 0 0 20px 0;
	line-height: 20px;
	margin-top: -10px;
}
.articles-info .ac-cat-img img {
	border-radius: 50%;
	object-fit: cover;
	width: 150px;
	height: 150px !important;
}
#articles-catalog .articles-info .article-content, #articles-catalog .articles-info .article-content p {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 20px;
}
.articles-info.ac-cleanup .article-content p {
	margin: 0 0 25px;
}
.articles-info .article-content p:empty {
	margin: 0;
}
.articles-info ul:not('.article-share ul') { 
	list-style-position: inside;
	list-style: disc;
	margin-left: 20px;
	padding: 0 0 5px 20px;
}
.articles-info ul li {
    	margin-bottom: 10px;
}
.articles-info #vk_comments { 
	margin-top: 30px;
	height: auto !important;
}
.articles-info #sigCommentsBlock {
    	margin: 30px 0 0 0;
}
.articles-info iframe {
	max-width: 100%;
}
.articles-list {
	padding: 15px 0;
	background: #fff;
	margin-bottom: 10px;
}
.articles-list > div {
	overflow: auto;
	display: table;
	width: 100%;
}
.articles-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.articles-list .article-image {
	display: table-cell;
	padding-right: 20px;
}
.articles-list .article-image img {
	max-width: 300px !important;
	object-fit: cover;
	width: 350px;
	height: 180px;
	border-radius: 4px;
}
.articles-list .article-category {
	margin: -3px 0 10px 0;
}
.article-category a {
	color: #919191;
	font-size: 13px;
	text-decoration: none;
}
.article-category a:hover {
	color: #4a4a4a;
}
.articles-list .name {
	float: none;
	margin-bottom: 10px;
}
.articles-list .name a {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}
.articles-list .name a:hover {
	color: #d74040;
}
.articles-list .description {
	color: #656565;
	display: table-cell;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	vertical-align: top;
	width: 100%;
	position: relative;
}

/* articles grid */

.articles-grid {
	background: #fff;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.articles-grid > div {
	height: 100%;
	overflow: auto;
	margin-bottom: 15px;
}
.articles-grid > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.articles-grid .article-image {
	display: block;
	padding-right: 0px;
}
.articles-grid .article-image img {
	max-width: 100%;
	object-fit: cover;
	width: 100%;
	height: 180px;
	border-radius: 4px;
}
.articles-grid .article-category {
	margin: 10px 0 0 0;
	text-align: left;
}
.articles-grid .name {
	margin: 14px 0 10px 0;
	padding: 0 2px;
	text-align: left;
}
.articles-grid .name a {
	color: #3c3c3c;
	font-size: 16px;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
}
.art_category.grid-large .cat-thumb img, .articles-grid.grid-large .article-image img {
	height: 230px;
}
.articles-grid.grid-large .name a {
    	font-size: 18px;
}
.articles-grid .name a:hover {
	color: #2F2F2F;
}
.articles-grid .description {
	color: #4E4E4E;
	display: block;
	font-size: 14px;
	line-height: 20px;
	vertical-align: top;
	width: 100%;
	word-wrap: break-word;
}
.articles-list .ac-snippet {
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 22px;
 	word-break: break-word;
}
.articles-grid .ac-snippet {
	color: #2f2f2f;
	border-top: 1px solid #ddd;
	padding: 10px 2px;
	margin-top: 10px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-align: left;
 	word-break: break-word;
}
.articles-grid .article-date {
	float: left;
}
.articles-grid .article-viewed {
	float: left;
}
.articles-list .art-readmore, .articles-grid .art-readmore {
	background: url('../image/articles_catalog/arrow-right.svg') right 2px no-repeat;
	display: inline-block;
	float: right;
	font-size: 14px;
	padding-right: 18px;
	margin-right: 2px;
	color: #000000;
	text-decoration: none;
}
.articles-grid .art-readmore:hover {
	color: #2F2F2F;
	text-decoration: none;
}
.articles-grid .art-readmore i {
	vertical-align: middle;
	padding-right: 0px;
}
.articles-grid .add-info {
	padding: 10px 0;
	margin: 0;
	font-size: 14px;
	width: auto;
	bottom: 0;
	left: 0;
	right: 0;
}
.ac-grid-3 .articles-grid:not(.grid-large) .art-readmore {
    	display: none;
}

/* box articles */

#articles .box-articles > ul > li ul {
	display: inline;
	margin-left:20px;
	list-style-type:none;
}

#articles .box-articles ul {
	list-style-type:none;
	margin-left: 0;
}

#articles .box-articles > ul > li a, #articles .box-articles > ul > li ul > li a {
	line-height: 12px; 
	color: #333; 
	font-size: 14px !important; 
	font-family: Verdana; 
	font-weight: bold; 
	padding-left: 0px; 
	text-decoration: none;
}

#articles .box-articles > ul > li a:hover {
	color: #444; 
	text-decoration: underline;
}

#articles .box-articles > ul > li ul > li a {
	font-weight: normal; 
	font-size: 13px !important; 
}

#articles .box-articles > ul > li a > span {
	display: inline-block;
	width: 9px; 
	font-weight: normal;
}

#articles .box-articles > ul > li ul > li a > span {
	display: inline-block;
	width: 15px; 
	font-weight: normal;
}

.articles_column a.child:before {
	content: '-\00a0\00a0';
	color: #555;
}

.articles_inline {
	background: #eeeeee;
	border: 1px solid #DDDDDD;
}

.articles_inline a {
	display: inline-block;
	margin-left: 20px;
}

.articles_inline a:before {
	content: '\2022\00a0';
	font-size: 12px;
}

.articles_inline a.list-group-item {
	background: none;
	border: none;
	text-shadow: 0 1px 0 #FFF;
}

.articles_inline a.list-group-item active:hover, .articles_inline a.list-group-item:hover {
	color: #444444;
}

.articles_inline a.active, .articles_inline a.active:hover, .articles_inline a:hover { 
	background: none;
	border: none;
}

#articles-catalog h3.cat-heading, #articles-catalog h3.la-heading {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
    	margin: 30px 0 15px 0;
}

.ac-h3 {
    	margin-bottom: 20px;
}

#articles-catalog #column-left h3.cat-heading, #articles-catalog #column-left h3.la-heading, #articles-catalog #column-right h3.cat-heading, #articles-catalog #column-right h3.la-heading {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

#column-right .latest-articles, #column-left .latest-articles, .col-md-3 .latest-articles {
	margin-right: 0px;
	margin-left: 0px;
}

#column-right .latest-articles > div, #column-left .latest-articles > div, .col-md-3 .latest-articles > div {
 	width: 100% !important;
	padding: 0;
	max-width: none;
	flex: auto;
}

/* similar articles */

.similar-articles h3 {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
	text-transform: uppercase;
}
.similar-articles {
	clear: both;
	padding-top: 10px;
}
.similar-article-block {
	padding: 10px 0;
	text-align: left;
	background: #ffffff;
	width: 100%;
	overflow: hidden;
}
.similar-article-block img {
	object-fit: cover;
	width: 120px;
	height: 80px;
	border-radius: 4px;
}
.similar-articles .image {
	float: left;
	margin: 0 15px 20px 0;
}
.similar-articles .caption {
	color: #828282;
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	padding-left: 130px;
	text-align: left; 
}
.similar-articles .caption h4 {
	margin: 0 0 5px 0;
}
.similar-articles .caption h4 a {
	color: #424242;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.similar-articles .caption h4 a:hover {
	color: #1090d0;
}
#articles-catalog .similar-articles .caption p {
	color: #444444;
	font-size: 13px;
	font-family: Arial;
	line-height: 16px;
	margin: 0;
}

/* related product */

.related-art-product {
	clear: both;
	padding: 10px 0;
}
.related-art-product h3 {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
	text-transform: uppercase;
}
.related-art-product > div{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.related-art-product > div > div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.related-art-product .related-product-block {
	padding: 10px 0;
	text-align: center;
	background: #ffffff;
	width: 100%;
}
.related-art-product .related-product-block h4 {
	font-size: 16px;
	font-family: Arial;
}
.related-art-product .related-product-block h4 a {
	color: #484848;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.related-art-product .related-product-block .caption {
	overflow: hidden;
	font-weight: 400;
	margin-top: 10px;
}
.related-art-product .related-product-block .caption .rating .fa {
	color: #ffc312;
    	width: 1.2em;
}
#articles-catalog .related-art-product .related-product-block h4 + p {
	font-size: 16px;
	line-height: 18px;
	color: #5d5d5d;
}
.related-art-product .image img {
	display: inline-block;
}
.related-art-product .price{
	float: none;
	position: relative;
	color: #686868;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}
.related-art-product .price-new{
	color: #ED3E17;
	font-size: 16px;
	font-weight: 700;
}
.related-art-product .price-old {
	color: #818181;
	font-size: 16px;
	text-decoration: line-through;
	font-weight: 400;
}
.related-art-product .price-tax {
	color: #8A8989;
	display: block;
	font-size: 13px;
	font-weight: 400;
}
.related-art-product .buttons-related {
	background: #FFFFFF;
	color: #8A8989;
	display: inline-block;
	font-family: "Arial";
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	border: 1px solid #ebebeb;
	padding: 5px 12px;
	text-transform: uppercase;
}
.related-art-product .button-group > .buttons-related {
	width: 55%;
	min-width: 115px;
}
.related-art-product .buttons-related + .buttons-related {
	width: 15%;
	min-width: 40px;
	margin-left: 0px;
}
.related-art-product .buttons-related:hover {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
}

/* latest articles */

.latest-articles {
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.latest-articles .la-visible {
	visibility: visible;
}

.latest-articles .la-content {
	margin-bottom: 20px;
	background: #fff;
}

#column-left .latest-articles .la-content, #column-right .latest-articles .la-content {
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
}

.latest-articles .image {
	position: relative;
	padding-bottom: 5px;
}

.latest-articles .image img {
	max-width: 100%;
	object-fit: cover;
	width: 100%;
	height: 180px;
	border-radius: 4px;
}

.latest-articles h4 {
	font-size: 14px;
	min-height: 30px;
}

.latest-articles > div > div {
	position: relative;
	overflow: hidden;
}

.latest-articles .name {
	clear: both;
}

.latest-articles .name a {
	color: #000000;
	display: block;
	font-size: 16px;
	padding: 8px 2px;
	text-align: left;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	font-weight: 500;
}

.latest-articles .name a:hover { 
	color: #d74040;
}

.latest-articles .article-caption {
	text-align: left;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #000000;
	overflow: hidden;
	line-height: 20px;
	border-top: 1px solid #ddd;
	padding: 6px 2px;
 	word-break: break-word;
}

.latest-articles .article-category {
	position: absolute;
	top: 0;
	display: block;
	background: rgb(0 0 0 / 40%);
	border-radius: 3px;
	margin: 5px;
	text-align: left;
	padding: 0 7px;
}

.latest-articles .article-category a {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.latest-articles .article-category a:hover {
	color: #ffffff;
	text-decoration: none;
}

.latest-articles .article-date {
	float: left;
	background-size: 13px;
	color: #000000;
	padding-left: 18px;
	margin: 5px 0 0 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	opacity: 0.7;
}
.latest-articles .article-viewed {
	float: right;
	background-size: 14px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0 0 0 17px;
	margin: 5px 2px 0 0;
	opacity: 0.7;
}

.add-info {
	margin-top: 10px;
	border-top: 1px solid #ddd;
	padding: 10px 2px 0 2px;
	font-family: 'Roboto', sans-serif;
	width: 100%;
}

.article-add-info {
	border-top: 1px solid #e8e8e8;
	color: #7c7c7c;
	clear: both;
	margin: 15px 0 25px 0;
	padding: 20px 0px 0px;
	text-align: right;
	font-family: 'Roboto', sans-serif;
}

.article-add-info > div:first-child {
	float: left;
	vertical-align: middle;
	margin-right: 15px;
}

.article-add-info > div {
	vertical-align: middle;
	margin-bottom: 15px;
}

.article-add-info .btn-continue{
	background: url('../image/articles_catalog/menu.svg') left center no-repeat;
	color: #404040;
	text-decoration: none;
	font-size: 14px;
	padding-left: 20px;
}

.article-add-info .btn-continue i.fa.fa-share-square-o {
    	vertical-align: middle;
}

.art_category i, .add-info i, .article-add-info i, .related-product-block i, .latest-articles i, .all-articles i {
    	font-size: 14px;
	padding-right: 2px;
}

.article-share {
	clear: both;
	display: block;
	text-align: center;
}

.article-author {
	background: url('../image/articles_catalog/user.svg') left center no-repeat;
	color: #000000;
	font-size: 14px;
	margin-right: 10px;
	padding-left: 20px;
}
.article-author a {
	color: #000;
	text-decoration: none;
}
.article-author a:hover {
	color: #1d96ff;
	text-decoration: none;
}
.article-date {
	background: url('../image/articles_catalog/calendar.svg') left center no-repeat;
	color: #000000;
	font-size: 14px;
	margin-right: 10px;
	padding-left: 20px;
}
.article-viewed {
	background: url('../image/articles_catalog/eye.svg') left center no-repeat;
	color: #000000;
	font-size: 14px;
	padding: 0 5px;
	float: none;
	padding-left: 20px;
}

.articles-list .article-date, .articles-list .article-viewed {
	background-position: left center;
}
.articles-grid .article-date, .articles-grid .article-viewed {
	font-size: 13px;
}

.all-articles {
	text-align: center;
	padding-bottom: 20px;
}
.all-articles a {
	background: url('../image/articles_catalog/menu.svg') left center no-repeat;
	color: #4e4e4e;
	font-size: 16px;
	padding-left: 20px;
	text-decoration: none;
	line-height: 19px;
	display: inline-block;
	font-family: sans-serif;
	height: 20px;
}
.la-custom-on {
	margin: 0 auto;
}

/* categories module */
.list-group.cat-articles {
	padding-left: 0;
	margin-bottom: 20px;
}
.cat-articles a:first-child {
	border-top: 1px solid #DDDDDD !important;
}
.cat-articles a {
	color: #464646;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	background-color: #fff !important;
	border-top: none;
	border-left: 1px solid #DDDDDD !important;
	border-right: 1px solid #DDDDDD !important;
	border-bottom: 1px solid #DDDDDD !important;
	margin: 0 !important;
}
.cat-articles a:not(.child) {
	padding: 12px !important;
}
.cat-articles a.list-group-item.child {
    	padding: 8px 12px 8px 34px !important; 
}
.cat-articles a.list-group-item.child-two {
    	padding: 8px 12px 8px 55px !important;
}
.cat-articles a.cat-item {
	background: url('../image/articles_catalog/menu.svg') no-repeat !important;
	font-size: 14px;
}
.cat-articles a.list-group-item.cat-item {
	background-position: 10px center !important;
	padding-left: 34px !important;
}
.cat-articles a.list-group-item.child.cat-item {
    	background-position: 30px center !important;
	padding-left: 54px !important;
}
.cat-articles a.list-group-item.child-two.cat-item {
	background-position: 50px center !important;
	padding-left: 74px !important;
}
.cat-articles a i {
	padding-right: 3px;
	color: #464646;
	margin: -2px 0 0 0;
	font-size: 14px;
	transform: none;
	vertical-align: middle;
}
.cat-articles a.active { 
	background: #FFFFFF;
	border-top: none;
	color: #464646;
	font-weight: 700;
	text-shadow: none;
}
.cat-articles a.active:hover, .cat-articles a:hover, .cat-articles a:focus { 
	background: #FFFFFF;
	color: #000;
	border-top: none;
	outline: none;
}

/* breadcrumbs */
.ac.breadcrumb {
	background: transparent;
	border: none;
	min-height: 38px;
	padding: 8px 0;
}
.ac-main.breadcrumb > li, .ac.breadcrumb > li {
	position: relative;
	display: inline-block;
	font-size: 13px;
    	white-space: normal !important;
	padding: 0 15px;
	line-height: 20px;
}
.ac-main.breadcrumb > li:first-child, .ac.breadcrumb > li:first-child {
	padding: 0 15px 0 0;
}
.ac-main.breadcrumb > li:before, .ac.breadcrumb > li:before {
	content: none;
}
.ac-main.breadcrumb > li:after, .ac.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ac-main.breadcrumb > li:last-child:after, .ac.breadcrumb > li:last-child:after {
	border: none;
}
.ac-main.breadcrumb > li a, .ac.breadcrumb > li a {
	color: #888;
	font-size: 13px;
}
.ac-main.breadcrumb > li a:hover, .ac.breadcrumb > li a:hover {
	color: #444;
	text-decoration: none;
}

#tab-article-review h4 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	text-decoration: none;
}
#tab-article-review .article-block {
    	position: relative;
	margin: 0 0 10px;
}
#tab-article-review .article-block .article-name {
	padding: 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.article-go {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	opacity: 0;
}
.article-go i {
	color: #fff;
	font-size: 46px;
}
#tab-article-review a:hover .article-go {
	opacity: 1;
	transition: opacity 0.3s;
}
.articles-rss-button {
	background: url('../image/articles_catalog/rss.svg') center center no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 8px;
}
.articles-list .article-image .ac-placeholder, .articles-grid .article-image .ac-placeholder, .art_category .cat-thumb .ac-placeholder, .latest-articles .image .ac-placeholder, .similar-article-block .ac-placeholder {
	border: 1px solid #e7e7e7;
	object-fit: none;
}
.ac-pages {
    	margin-bottom: 20px;
}
.ac-pages::before, .ac-pages::after {
	display: table;
	content: " ";
	clear: both;
}
.col-sm-6.text-left {
    	text-align: left;
}
.col-sm-6.text-right {
    	text-align: right;
}

/* search */
#articles_search {
	position: relative;
	display: table;
	border-collapse: separate;
}
#articles_search .input-lg {
	position: relative;
	z-index: 2;
	float: left;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	display: table-cell;
	border: 1px solid #ccc;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	width: 100%;
}
#articles_search .input-group-btn {
	position: relative;
	display: table-cell;
	font-size: 0;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
}
#articles_search .btn-lg {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: none;
	border: 1px solid #ccc;
	color: #6e6e6e;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: none;
	margin-left: -1px;
	z-index: 2;
}
#articles_search .btn-lg:focus {
	outline: none;
}
.author-articles {
	margin: 30px 0 30px 10px;
	font-size: 16px;
}

@media (max-width: 1200px) {
	.articles-info .article-image {
		float: none;
		padding: 0 0 20px 0;
		margin-right: 0px;
	}
	.articles-info .article-image img {
		width: 100%;
	}
	.articles-info .ac-cat-img {
		text-align: center;
	}
	.articles-info .ac-cat-img img {
		width: 150px !important;
	}
	.articles-info > p img, .article-content img {
		float: none !important;
		max-width: 100%;
		padding: 0;
		margin: 10px auto;
		display: block;
	}
	.articles-list .article-image img {
		max-width: 200px;
	}
	.similar-articles .col-sm-6 {
	    	width: 100%;
	}
}
@media (max-width: 1000px) {
	.articles-list .article-image img {
		max-width: 200px;
	}
	.similar-articles .col-sm-6 {
	    	width: 100%;
	}
}
@media (min-width: 768px) {
	.container.ac-grid-3 .col-sm-8 {
	   	 width: 66.66666667%;
		max-width: 66.66666667%;
		flex: 0 0 66.66666667%;
	}
	.container.ac-grid-3 .col-sm-3, .container.ac-grid-3 aside, .container.ac-grid-3 #column-left, .container.ac-grid-3 #column-right {
	    	width: 33.33333333%;
		max-width: 33.33333333%;
		flex: 0 0 33.33333333%;
	}
}
@media (max-width: 767px) {
	.articles-list .article-image img {
	    	width: 210px;
	}
	.articles-info > p img, .article-content img {
		width: 100%;
	}
	.latest-articles .image img {
		display: inline-block;
	}
	.articles-grid .name {
		min-height: inherit;
	}
	#tab-article-review .article-block .article-name {
		padding: 15px;
	}
	#tab-article-review h4 a {
		font-size: 16px;
	}
}
@media (max-width: 560px) {
	.ac-main.breadcrumb {
		display: none;
	}
	.ac.breadcrumb > li {
		display: none;
		position: relative;
		margin-left: 12px;
	    	line-height: 24px;
	}
	.ac.breadcrumb > li:after {
		top: 9px;
	}
	.ac.breadcrumb .ac-show-mobile {
		display: inline-block;
	}
	.ac.breadcrumb li:before {
		content: '';
		position: absolute;
		border-right: 2px solid #5a5a5a;
		border-bottom: 2px solid #5a5a5a;
		width: 10px;
		height: 10px;
		top: calc(50%);
		margin-left: -15px;
		transform: translateY(-50%) rotate(137deg);
	}
	.ac.breadcrumb > li:after {
		display: none;
	}
	.ac.breadcrumb > li a {
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #5a5a5a;
		line-height: 26px;
	}
	.ac.breadcrumb > li i {
		font-size: 20px;
	}
	.ac.breadcrumb {
	    	border: none;
		margin: 0 0 12px 0;
	}
	h1.ac-heading {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 12px;
		margin-top: 0;
	}
	.articles-list .article-image { 
		display: block;
		margin: 0 0 15px 0;
		padding-right: 0;
	}
	.latest-articles > div {
	    	display: block;
	}
	.articles-list .article-image img, .articles-grid .article-image img, .art_category .cat-thumb img, .latest-articles .image img {
		object-fit: cover;
		width: 100%;
		height: auto;
		max-width: 100% !important;
		max-height: 300px;
	}
	.articles-list .article-image .ac-placeholder, .articles-grid .article-image .ac-placeholder, .art_category .cat-thumb .ac-placeholder, .latest-articles .image .ac-placeholder, .similar-article-block .ac-placeholder {
		border: none;
		object-fit: contain;
		height: 180px;
	}
	.articles-list .article-image img {
		min-width: 0;
	}
	.articles-list .description { 
		display: block;
	}
	.articles-grid, .art_category, .latest-articles > div {
		width: 100%;
	}
	.related-art-product .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.related-art-product .col-xs-6 .image img {
		display: inline-block;
		text-align: center;
	}
	.similar-articles .image {
		float: none;
		display: inline-block;
		margin: 0;
	}
	.similar-article-block {
		text-align: center;
		margin-bottom: 0px;
		max-height: none;
	}
	.similar-article-block img {
		width: 100%;
		height: auto;
		max-height: 300px;
	}
	.similar-articles .caption {
		padding: 10px 0;
	}
	.article-add-info > div:first-child {
		float: none;
		margin-right: 0;
	}
	.article-add-info > div {
		display: block;
		text-align: center;
	}
	.article-share {
		padding-left: 0;
	}
}
