/* Add here all your CSS customizations */
/* mkis START */
.mk-hide {
    display: none !important;
}

/* hide icons search, cart */
.f-header-ico-group {
    display: none !important;
}

.b-header-r.b-header-r--icon {
    padding-right: 0px;
}

.mk-margin-top-0 {
    margin-top: 0px !important;
}

.mk-popular-blog-img {
    width: 56px;
    height: 56px;
}

.mk-blog-photo-stream {
    width: 62px !important;
    height: 62px !important;
}

.b-short-photo-items-group>.b-column:first-child,
.b-short-photo-items-group>.b-column:nth-child(4n+1) {
    margin-left: inherit !important;
}

.b-menu-1level-ico {
    display: unset !important;
}

.f-list-markers__ico_darkred {
    color: darkred !important;
}

.f-list-markers__ico_darkgreen {
    color: darkgreen !important;
}

/* video poster Styles */
.vjs-poster {
	background-size: cover !important;
}

/* video counter */
.b-bg-video_cont.video-color-overlay {
	background-color: rgba(240, 240, 240, 0.5);
}
.f-bg-video {
	color: #666666;
	text-align: center;
}
.b-bg-dotted-666666 {
	background: url("../img/dotted-666666.png") repeat-x left center;
	content: "";
	display: inline-block;
	height: 3px;
	vertical-align: middle;
	width: 14%;
}

/* mkis END */