/*** RESET STYLES (NORMALIZE) ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, input, textarea, select,
button {
	display: block;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	background: none;
	border: 0;
	color: inherit;
	/* cursor: default; */
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
	-webkit-appearance: button;
	/* for input */
	-webkit-user-select: none;
	/* for button */
	-moz-user-select: none;
	-ms-user-select: none;
}

button,
input[type="submit"] {
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
}

/*** END RESET STYLES ***/
/* GENERAL */
a {
	text-decoration: none;
	color: #000;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	font: 12px/1.2 "Montserrat", sans-serif;
	font-weight: 400;
	color: #000;
	min-width: 320px;
	position: relative;
}

img {
	display: block;
	max-width: 100%;
}

.wrapper {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.container {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 10px;
}

@media only screen and (max-width: 768px) {
	.container {
		padding: 0 5px;
	}
}

.svg-icon {
	width: 1em;
	height: 1em;
	display: block;
	fill: currentColor;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* end GENERAL */
/* Buttons etc */
.btn,
input[type="submit"] {
	display: block;
	padding: 10px 20px;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
}

/* EOF Buttons etc */
/* Inputs */
.input, .textarea {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	-webkit-border-radius: 0 25px 25px 0;
	        border-radius: 0 25px 25px 0;
	padding: 17px 20px 17px 20px;
}

.textarea {
	resize: vertical;
	overflow: hidden;
}

input, textarea, select, button {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

/* EOF Inputs */
/* HEADER */
.header {
	-webkit-box-shadow: 0 1px 0 rgba(63, 67, 73, 0.35);
	        box-shadow: 0 1px 0 rgba(63, 67, 73, 0.35);
	padding: 7px 0;
	margin-bottom: 20px;
}

.header-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}

@media only screen and (max-width: 768px) {
	.header-holder {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.header-holder {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 5px;
		-webkit-border-radius: 0;
		        border-radius: 0;
	}
}

@media only screen and (max-width: 500px) {
	.header-menu {
		margin-bottom: 5px;
	}
}

.header .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 768px) {
	.header .container {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.header .logo {
	margin-right: 78px;
}

@media only screen and (max-width: 1024px) {
	.header .logo {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.header .logo {
		margin: 0 auto 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.header {
		margin-bottom: 10px;
	}
}

.logo a {
	display: block;
	width: 237px;
	height: 19px;
	text-indent: -9999px;
}

.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.menu-item {
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 1px;
}

.menu-item:first-child {
	margin: 0 1px 0 0;
}

.menu-item-link {
	display: block;
	padding: 22px 20px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	        transition: background-color 0.3s, color 0.3s;
}

@media only screen and (max-width: 1024px) {
	.menu-item-link {
		padding: 15px 10px;
	}
}

.menu-item.open .menu-item-link {
	-webkit-border-radius: 30px 30px 0 0;
	        border-radius: 30px 30px 0 0;
}

.menu-item-drop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 22px 35px;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.menu-item-drop {
		padding: 15px 10px;
	}
}

.menu .icon-menu {
	margin: -2px 0 0 3px;
}

.menu .icon-menu .svg-icon {
	font-size: 9px;
}

.mini-drop {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	-webkit-border-radius: 0 0 30px 30px;
	        border-radius: 0 0 30px 30px;
	text-align: center;
	z-index: 200;
	display: none;
}

.mini-drop-item:last-child a {
	-webkit-border-radius: 0 0 30px 30px;
	        border-radius: 0 0 30px 30px;
}

.mini-drop-item a {
	display: block;
	padding: 14px 10px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	        transition: background-color 0.3s, color 0.3s;
}

.mini-drop-item a span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 30px;
	overflow: hidden;
}

.open .mini-drop {
	display: block;
}

.search {
	width: 31%;
	margin-right: 10px;
	border-left: 1px solid transparent;
}

@media only screen and (max-width: 1200px) {
	.search {
		width: 50%;
	}
}

@media only screen and (max-width: 1024px) {
	.search {
		margin-right: 0;
	}
}

@media only screen and (max-width: 500px) {
	.search {
		width: 100%;
		border-left: none;
		padding-top: 5px;
		border-top: 1px solid transparent;
	}
}

.search .search-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.search-input {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

@media only screen and (max-width: 1024px) {
	.search-input .input {
		padding: 7px 5px 10px 5px;
	}
}

.search-input .input {
	background-color: transparent;
}

.search-submit .icon-search {
	width: 40px;
	height: 40px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	outline: none;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: background-color 0.3s;
	        transition: background-color 0.3s;
}

.search-submit .icon-search .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	font-size: 16px;
	-webkit-transition: color 0.3s;
	        transition: color 0.3s;
}

.main-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.main-holder {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.main-bottom {
	margin-top: 30px;
}

@media only screen and (max-width: 1250px) {
	.main {
		margin-bottom: 10px;
	}
}

.sidebar {
	width: 286px;
	padding: 20px 0 30px;
	margin-right: 30px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	-webkit-border-radius: 0 25px 0 25px;
	        border-radius: 0 25px 0 25px;
}

@media only screen and (max-width: 1200px) {
	.sidebar {
		width: 220px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.sidebar {
		width: 100%;
		margin: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
		margin-top: 10px;
		-webkit-border-radius: 0;
		        border-radius: 0;
	}
}

.sidebar-top {
	padding: 0 0 15px 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

@media only screen and (max-width: 460px) {
	.sidebar-top {
		padding: 0 0 10px 10px;
	}
}

.sidebar-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 8px 20px;
	position: relative;
}

.sidebar-list-item:after {
	content: '';
	position: absolute;
	right: -13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 30px;
	height: 30px;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (max-width: 930px) {
	.sidebar-list-item:after {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.sidebar-list-item:hover:after {
		visibility: visible;
		opacity: 1;
	}
}

@media only screen and (max-width: 1024px) {
	.sidebar-list-item {
		width: 24.5%;
	}
}

@media only screen and (max-width: 930px) {
	.sidebar-list-item {
		width: 33%;
		padding: 5px 5px 5px 20px;
	}
}

@media only screen and (max-width: 600px) {
	.sidebar-list-item {
		width: 50%;
	}
}

@media only screen and (max-width: 460px) {
	.sidebar-list-item {
		width: 100%;
		padding: 5px 5px 5px 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.sidebar-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.sidebar-right {
	width: 278px;
	margin: 0 0 0 20px;
	padding: 20px 10px 10px;
}

.sidebar-right .thumbs {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0;
}

.sidebar-right .thumbs-item {
	width: 100%;
	margin: 0 0 10px;
}

@media only screen and (max-width: 1024px) {
	.sidebar-right .thumbs-item {
		width: 32%;
		margin: 0 0 10px 1.3%;
	}
}

@media only screen and (max-width: 768px) {
	.sidebar-right .thumbs-item {
		width: 48%;
		margin: 0 0 10px 2%;
	}
}

@media only screen and (max-width: 1024px) {
	.sidebar-right .thumbs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin: 0 0 0 -1.3%;
	}
}

@media only screen and (max-width: 768px) {
	.sidebar-right .thumbs {
		margin: 0 0 0 -2%;
	}
}

.sidebar-right-button .btn {
	font-size: 14px;
	padding: 15px;
	-webkit-border-radius: 25px 25px 0 25px;
	        border-radius: 25px 25px 0 25px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	        transition: background-color 0.3s, color 0.3s;
}

@media only screen and (max-width: 1200px) {
	.sidebar-right {
		width: 286px;
		margin-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.sidebar-right {
		width: 100%;
		margin: 30px 0 0;
		padding: 10px 0;
	}
}

.main {
	flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}

.content {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 12px;
}

.headline-title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	.headline-title {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 600px) {
	.headline-title {
		width: 100%;
		text-align: center;
		margin: 0 0 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.headline {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 600px) {
	.headline {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.sort {
	-webkit-border-radius: 25px;
	        border-radius: 25px;
}

.sort-item {
	margin-right: 1px;
	text-transform: uppercase;
	font-size: 10px;
}

.sort-item a, .sort-item span {
	display: block;
	padding: 6px 10px;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
}

@media only screen and (max-width: 500px) {
	.sort-item a, .sort-item span {
		padding: 5px;
	}
}

.sort-item a {
	-webkit-transition: background-color 0.3s, color 0.3s;
	        transition: background-color 0.3s, color 0.3s;
}

.sort-item:last-child {
	margin-right: 0;
}

.sort ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 500px) {
	.sort ul {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

.thumbs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 0 0 -3.3%;
}

.thumbs-item {
	width: 30%;
	margin: 0 0 30px 3.3%;
}

@media only screen and (min-width: 768px) {
	.thumbs-item:hover .bage-visible {
		left: 40px;
	}
}

@media only screen and (max-width: 1200px) {
	.thumbs-item {
		width: 32%;
		margin: 0 0 10px 1.3%;
	}
}

@media only screen and (max-width: 768px) {
	.thumbs-item {
		width: 48%;
		margin: 0 0 10px 2%;
	}
}

.thumbs-img-holder {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 67%;
}

.thumbs-img-holder img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.thumbs-info {
	padding: 6px 10px;
}

.thumbs-title {
	display: block;
	height: 35px;
	overflow: hidden;
	line-height: 18px;
	-webkit-transition: color 0.3s;
	        transition: color 0.3s;
}

.thumbs-category .thumbs-info {
	-webkit-transition: background-color 0.3s;
	        transition: background-color 0.3s;
}

.thumbs-category .thumbs-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 18px;
}

@media only screen and (max-width: 1200px) {
	.thumbs {
		margin: 0 0 0 -1.3%;
	}
}

@media only screen and (max-width: 768px) {
	.thumbs {
		margin: 0 0 0 -2%;
	}
}

.thumbs.thumbs-category,
.main-bottom .thumbs {
	margin: 0 0 0 -2.5%;
}

.thumbs.thumbs-category .thumbs-item,
.main-bottom .thumbs .thumbs-item {
	width: 22.5%;
	margin: 0 0 30px 2.5%;
}

@media only screen and (max-width: 1024px) {
	.thumbs.thumbs-category .thumbs-item,
	.main-bottom .thumbs .thumbs-item {
		width: 32%;
		margin: 0 0 10px 1.3%;
	}
}

@media only screen and (max-width: 600px) {
	.thumbs.thumbs-category .thumbs-item,
	.main-bottom .thumbs .thumbs-item {
		width: 48%;
		margin: 0 0 10px 2%;
	}
}

@media only screen and (max-width: 1024px) {
	.thumbs.thumbs-category,
	.main-bottom .thumbs {
		margin: 0 0 0 -1.3%;
	}
}

@media only screen and (max-width: 600px) {
	.thumbs.thumbs-category,
	.main-bottom .thumbs {
		margin: 0 0 0 -2%;
	}
}

@media only screen and (max-width: 600px) {
	.thumbs.thumbs-category .thumbs-title {
		height: 18px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.main-bottom .thumbs {
		margin: 0 0 0 -2%;
	}
}

@media only screen and (max-width: 768px) {
	.main-bottom .thumbs .thumbs-item {
		width: 48%;
		margin: 0 0 10px 2%;
	}
}

.bage-holder {
	position: absolute;
	bottom: 5px;
	right: 0;
	padding: 5px 10px;
}

.bage-holder-left {
	width: 40px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	right: inherit;
	left: 0;
	padding: 5px 0 5px 5px;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 20;
}

.bage-holder-left .bage:first-child .bage-text {
	-webkit-transition: color 0.3s;
	        transition: color 0.3s;
}

@media only screen and (max-width: 600px) {
	.bage-holder-left {
		-webkit-border-radius: 0 25px 25px 0;
		        border-radius: 0 25px 25px 0;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}

.bage-holder-right {
	-webkit-border-radius: 25px 0 0 25px;
	        border-radius: 25px 0 0 25px;
}

.bage-text {
	font-size: 11px;
}

.bage-visible {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	bottom: 5px;
	left: -121px;
	width: 170px;
	height: 24px;
	-webkit-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
	-webkit-transition: left 0.6s;
	transition: left 0.6s;
	padding-right: 10px;
}

.bage-visible .bage-text {
	position: relative;
	margin: 1px 0 0 7px;
	padding-left: 7px;
	text-transform: lowercase;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bage-visible .bage-text:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 100%;;
	margin-top: -1px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
	.bage-visible {
		left: 40px;
	}
}

@media only screen and (max-width: 600px) {
	.bage-visible {
		display: none;
	}
}

.pagination {
	margin-bottom: 20px;
}

.pagination ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.pagination ul li {
	margin: 0 3px 3px 0;
}

.pagination ul li:last-child {
	margin-right: 0;
}

.pagination ul li > a, .pagination ul li > span {
	width: 54px;
	height: 46px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 16px 5px;
	font-size: 14px;
	font-weight: 700;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	-webkit-transition: color 0.3s, background-color 0.3s;
	        transition: color 0.3s, background-color 0.3s;
}

@media only screen and (max-width: 500px) {
	.pagination ul li > a, .pagination ul li > span {
		width: 40px;
		height: 35px;
	}
}

.pagination-icon .svg-icon {
	font-size: 14px;
}

.spot {
	margin: 30px 0;
}

.spot .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 1250px) {
	.spot .container {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.spot .container .spot-box {
		margin: 5px;
	}
}

@media only screen and (max-width: 1250px) {
	.spot {
		margin: 0 0 10px;
	}
}

.tags {
	column-count: 5;
	-moz-column-count: 5;
	-webkit-column-count: 5;
}

.tags-block {
	-webkit-border-radius: 0 25px 0 25px;
	        border-radius: 0 25px 0 25px;
	margin-bottom: 30px;
}

.tags-block .headline {
	padding-left: 20px;
	margin-bottom: 28px;
}

@media only screen and (max-width: 600px) {
	.tags-block .headline {
		padding-left: 0;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.tags-block {
		margin-bottom: 15px;
	}
}

.tags-title {
	display: block;
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.tags-list {
	margin-bottom: 5px;
}

.tags-list a {
	display: inline-block;
	padding: 8px 20px;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	        transition: background-color 0.3s, color 0.3s;
}

@media only screen and (max-width: 600px) {
	.tags {
		-webkit-column-count: 4;
		   -moz-column-count: 4;
		        column-count: 4;
	}
}

@media only screen and (max-width: 500px) {
	.tags {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
		        column-count: 3;
	}
}

@media only screen and (max-width: 340px) {
	.tags {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
	}
}

.media {
	padding: 20px;
}

.media-info {
	margin-bottom: 20px;
	border-bottom: 1px solid transparent;
}

.media-info-title {
	font-size: 18px;
	margin-bottom: 13px;
}

.media-info-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 768px) {
	.media-info-row {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.media-description {
	line-height: 18px;
	margin-bottom: 10px;
}

.media-values {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 7px;
}

.media-values li {
	margin-right: 40px;
}

.media-values li:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 600px) {
	.media-values li {
		margin-right: 15px;
	}
}

.media-values-title {
	margin-bottom: 5px;
}

.media-values-text {
	font-size: 16px;
}

.media-lists {
	margin-bottom: 15px;
}

.media-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.media-list-title {
	margin-right: 7px;
}

.media-list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.media-list ul a {
	display: block;
	padding: 5px 10px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 3px;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	        transition: background-color 0.3s, color 0.3s;
}

.media-button {
	margin-bottom: 17px;
}

.media-button .btn {
	-webkit-transition: color 0.3s, background-color 0.3s;
	        transition: color 0.3s, background-color 0.3s;
}

@media only screen and (max-width: 600px) {
	.media {
		padding: 10px;
	}
}

@media only screen and (max-width: 340px) {
	.media {
		padding: 5px;
	}
}

.player img {
	width: 100%;
}

.icon-favourite {
	cursor: pointer;
}

.icon-favourite .svg-icon {
	font-size: 32px;
	-webkit-transition: opacity 0.3s;
	        transition: opacity 0.3s;
}

@media only screen and (min-width: 768px) {
	.icon-favourite:hover .svg-icon {
		opacity: 0.7;
	}
}

.vote {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 30px 7px 0;
	min-width: 170px;
}

.vote-button .svg-icon {
	font-size: 32px;
	-webkit-transition: opacity 0.3s;
	        transition: opacity 0.3s;
}

@media only screen and (min-width: 768px) {
	.vote-button:hover .svg-icon {
		opacity: 0.7;
	}
}

.vote-progress {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin: 0 5px;
}

.vote-progress-num {
	font-size: 18px;
	text-align: center;
}

.vote-progress-line {
	width: 100%;
	height: 5px;
	position: relative;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	overflow: hidden;
}

.vote-progress-bar {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.comments-form-row {
	width: 24%;
	margin-bottom: 10px;
}

.comments-form-row:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.comments-form-row {
		width: 100%;
	}
}

.comments-form-text {
	width: 75%;
	position: relative;
}

@media only screen and (max-width: 600px) {
	.comments-form-text {
		width: 100%;
	}
}

.comments-form-submit {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.comments-form-submit .btn-submit {
	font-size: 14px;
	padding: 15px 20px;
	-webkit-transition: color 0.3s, background-color 0.3s;
	        transition: color 0.3s, background-color 0.3s;
}

.comments-list {
	padding: 20px 0 15px;
}

.comments .textarea {
	min-height: 90px;
	padding: 17px 112px 17px 20px;
}

.comments .media-button {
	margin-bottom: 0;
}

.comment {
	padding: 0 0 20px;
}

.comment:last-child {
	padding: 0;
}

.comment-head {
	font-size: 10px;
	margin-bottom: 10px;
}

.comment-text {
	line-height: 20px;
}

.comment-name {
	margin-right: 3px;
}

.comment-date {
	padding-left: 7px;
	position: relative;
}

.comment-date:before {
	content: '|';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.footer {
	padding: 30px 0;
}

.footer .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 1024px) {
	.footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.footer-text {
	font-size: 11px;
}

@media only screen and (max-width: 1024px) {
	.footer-text {
		text-align: center;
	}
}

@media only screen and (max-width: 1024px) {
	.footer {
		padding: 15px 0;
	}
	.footer .logo {
		margin-bottom: 10px;
	}
}

.no-avatar {
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.empty-content, .page-error {
	background-color: #fff;
	width: 100%;
	height: 100px;
	padding: 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.24);
}

.player-wrap {
	position: relative;
}

.kt-player {
	position: absolute !important;
}

.hidden {
    display: none;
}

.flagging-form {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
}

.block-radios {
	margin-right: 20px;
}

.block-radios .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	margin: 5px 0;
}

.block-radios .row .radio,
.block-radios .row label {
	cursor: pointer;
}

.block-radios .row .radio {
	margin: 0;
}

.block-radios .row label {
	padding-left: 5px;
}

.tab-content {
	margin-bottom: 20px;
}

.player .embed-wrap{
	position:relative;
}

.no-player{
	position:relative;
}

.no-player img{
	opacity: .5;
	object-fit: contain;
}

.no-player .btn-play {
	width: 120px;
	height: 120px;
	background: url(../../player/skin/img/play_white.png) center no-repeat;
	opacity: .6;
}

.no-player .message, .no-player .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.player .embed-wrap iframe,
.player .player-wrap #kt_player,
.player .player-wrap #kt_player_internal,
.no-player img {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.article .headline-title {
	margin-bottom: 10px;
}