@charset "UTF-8";
/* ==========================================================================
   Include variables and mixins
   ========================================================================== */
/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Grid size and responsive grid size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Menu mixins - begin
   ========================================================================== */
/* ==========================================================================
   Menu mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
   Other mixins - begin
   ========================================================================== */
/* ==========================================================================
   Other mixins - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ==========================================================================
   Keyframes settings
   ========================================================================== */
@keyframes qode-rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes qode-fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
@keyframes qode-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes qode-ball-fall {
	0% {
		opacity: 0;
		transform: translateY(-145%);
	}
	10% {
		opacity: 0.5;
	}
	20% {
		opacity: 1;
		transform: translateY(0);
	}
	80% {
		opacity: 1;
		transform: translateY(0);
	}
	90% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
		transform: translateY(145%);
	}
}
@keyframes qode-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@keyframes qode-double-pulse {
	0%, 100% {
		transform: scale(0);
	}
	50% {
		transform: scale(1);
	}
}
@keyframes qode-cube {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
@keyframes qode-rotating-cubes {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		transform: rotate(-360deg);
	}
}
@keyframes qode-stretch-delay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1);
	}
}
@keyframes qode-bounce-delay {
	0%, 80%, 100% {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}
@keyframes qode-rotate-circles {
	to {
		transform: rotate(360deg);
	}
}
@keyframes qode-atom-position {
	50% {
		top: 80px;
		left: 80px;
	}
}
@keyframes qode-atom-size {
	50% {
		transform: scale(0.5);
	}
}
@keyframes qode-atom-zindex {
	100% {
		z-index: 10;
	}
}
@keyframes qode-atom-shrink {
	50% {
		transform: scale(0.8);
	}
}
@keyframes qode-clock {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes qode-clock-1 {
	0% {
		transform: rotate(-135deg);
	}
	30% {
		transform: rotate(-450deg);
	}
	100% {
		transform: rotate(-450deg);
	}
}
@keyframes qode-clock-2 {
	5% {
		transform: rotate(-90deg);
	}
	35% {
		transform: rotate(-405deg);
	}
	100% {
		transform: rotate(-405deg);
	}
}
@keyframes qode-clock-3 {
	10% {
		transform: rotate(-45deg);
	}
	40% {
		transform: rotate(-360deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
@keyframes qode-clock-4 {
	15% {
		transform: rotate(0deg);
	}
	45% {
		transform: rotate(-315deg);
	}
	100% {
		transform: rotate(-315deg);
	}
}
@keyframes qode-mitosis-invert {
	100% {
		transform: rotate(180deg);
	}
}
@keyframes qode-mitosis-ball-1 {
	12% {
		transform: none;
	}
	26% {
		transform: translateX(25%) scale(1, 0.8);
	}
	40% {
		transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
		transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
		transform: translate(50%, 25%) scale(0.6, 0.8);
	}
	88% {
		transform: translate(50%, 50%) scale(0.6, 0.6);
	}
	100% {
		transform: translate(50%, 50%) scale(0.6, 0.6);
	}
}
@keyframes qode-mitosis-ball-2 {
	12% {
		transform: none;
	}
	26% {
		transform: translateX(25%) scale(1, 0.8);
	}
	40% {
		transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
		transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
		transform: translate(50%, -25%) scale(0.6, 0.8);
	}
	88% {
		transform: translate(50%, -50%) scale(0.6, 0.6);
	}
	100% {
		transform: translate(50%, -50%) scale(0.6, 0.6);
	}
}
@keyframes qode-mitosis-ball-3 {
	12% {
		transform: none;
	}
	26% {
		transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
		transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
		transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
		transform: translate(-50%, 25%) scale(0.6, 0.8);
	}
	88% {
		transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
	100% {
		transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
}
@keyframes qode-mitosis-ball-4 {
	12% {
		transform: none;
	}
	26% {
		transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
		transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
		transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
		transform: translate(-50%, -25%) scale(0.6, 0.8);
	}
	88% {
		transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
	100% {
		transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
}
@keyframes qode-lines-spin {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes qode-fussion-ball-1 {
	50% {
		top: -100%;
		left: 200%;
	}
	100% {
		top: 50%;
		left: 100%;
		z-index: 2;
	}
}
@keyframes qode-fussion-ball-2 {
	50% {
		top: 200%;
		left: 200%;
	}
	100% {
		top: 100%;
		left: 50%;
		z-index: 1;
	}
}
@keyframes qode-fussion-ball-3 {
	50% {
		top: 200%;
		left: -100%;
	}
	100% {
		top: 50%;
		left: 0;
		z-index: 2;
	}
}
@keyframes qode-fussion-ball-4 {
	50% {
		top: -100%;
		left: -100%;
	}
	100% {
		top: 0;
		left: 50%;
		z-index: 1;
	}
}
@keyframes qode-wave-jump-1 {
	12% {
		transform: translate(20px, -40px);
		animation-timing-function: ease-in;
	}
	24%, 100% {
		transform: translate(40px, 0);
	}
}
@keyframes qode-wave-jump-2 {
	12% {
		transform: translate(0, 0);
	}
	24% {
		transform: translate(20px, -40px);
		animation-timing-function: ease-in;
	}
	36%, 100% {
		transform: translate(40px, 0);
	}
}
@keyframes qode-wave-jump-3 {
	24% {
		transform: translate(0, 0);
	}
	36% {
		transform: translate(20px, -40px);
		animation-timing-function: ease-in;
	}
	48%, 100% {
		transform: translate(40px, 0);
	}
}
@keyframes qode-wave-wipe {
	48%, 100% {
		transform: translateX(-120px);
	}
}
@keyframes qode-pulse-circles-pulse {
	0% {
		transform: scale(0.1);
		opacity: 1;
		border-width: 50px;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
		border-width: 0;
	}
}
@keyframes qode-bounce {
	from, 20%, 53%, 80%, to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		transform: translate3d(0, -4px, 0);
	}
}
@keyframes qode-pulse {
	from {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}
@keyframes qode-line-scaleX {
	0% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}
/* ==========================================================================
   Theme - Table of contents

 * 1.0 Reset styles
 * 2.0 Accessibility styles
 * 3.0 Alignments styles
 * 4.0 Clearings styles
 * 5.0 Typography styles
 * 6.0 Input Fields styles
 * 7.0 Grid styles
 * 8.0 Content styles
 * 9.0 Plugins styles
 * 10.0 Modules styles (Header, Footer, Title etc.)
 * 11.0 Responsive styles
 * 12.0 Custom styles
   ========================================================================== */
/* ==========================================================================
   1.0 Reset default styles
   ========================================================================== */
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, font,
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 {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: none;
}

* {
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, nav, section, main {
	display: block;
}

del {
	text-decoration: line-through;
}

pre {
	max-width: 100%;
	margin: 15px 0;
	padding: 15px;
	background-color: #fff;
	white-space: pre-wrap;
	word-wrap: break-word;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	width: 100%;
	vertical-align: middle;
	border: medium none;
	border-collapse: collapse;
	border-spacing: 0;
}
table tr {
	border: 1px solid rgba(0, 0, 0, 0.05);
}
table th {
	padding: 5px 7px;
	text-align: left;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
table td {
	padding: 5px 10px;
	text-align: left;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	list-style-position: inside;
	margin: 0 0 1.5em;
	padding: 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

a img {
	border: none;
}

img, .wp-caption {
	height: auto;
	max-width: 100%;
}

img {
	vertical-align: middle;
	border-style: none;
}

embed,
iframe,
object {
	max-width: 100%;
}

label {
	display: block;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
	padding: 0.35em 0.75em 0.625em;
}

input[type=submit] {
	-webkit-appearance: none;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

progress {
	vertical-align: baseline;
}

summary {
	display: list-item;
}

template {
	display: none;
}

.wp-caption,
.gallery-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
	font-size: 0.8125rem;
	font-style: italic;
	opacity: 1;
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	opacity: 1;
}

.wp-caption-text {
	text-align: center;
}

.sticky,
.bypostauthor {
	opacity: 1;
}

::selection {
	color: #fff;
	background: #111;
}

::-moz-selection {
	color: #fff;
	background: #111;
}

/* ==========================================================================
   2.0 Accessibility styles
   ========================================================================== */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 0;
	line-height: 1;
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
	overflow: hidden;
}
.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	display: block;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	color: #21759b;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	z-index: 100000; /* Above WP toolbar. */
}

/* ==========================================================================
   3.0 Alignments styles
   ========================================================================== */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
body:not([class*=pelicula-core]) .alignright {
	clear: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
}

.alignwide {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.alignwide {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

@media only screen and (max-width: 1024px) {
	.alignwide {
		width: 100%;
		max-width: 100%;
	}
}
.alignfull {
	position: relative;
	left: -1rem;
	width: calc(100% + 2rem);
	max-width: calc(100% + 2rem);
	clear: both;
}

@media only screen and (max-width: 1024px) {
	.alignfull {
		left: calc(-12.5% - 75px);
		width: calc(125% + 150px);
		max-width: calc(125% + 150px);
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}
.qodef-content-alignment-left {
	text-align: left;
}

.qodef-content-alignment-center {
	text-align: center;
}

.qodef-content-alignment-right {
	text-align: right;
}

/* ==========================================================================
   4.0 Clearings styles
   ========================================================================== */
.clear:before, .clear:after,
.comment-content:before,
.comment-content:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.comment-content:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/* ==========================================================================
   5.0 Typography styles
   ========================================================================== */
body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.857em;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #6d6d6d;
	background-color: #fff;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

h1,
.qodef-h1 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 80px;
	line-height: 77px;
	letter-spacing: 0.04em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h1 a,
.qodef-h1 a {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
h1 a:hover,
.qodef-h1 a:hover {
	color: #111;
}

h2,
.qodef-h2 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 65px;
	line-height: 62px;
	letter-spacing: 0.05em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h2 a,
.qodef-h2 a {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
h2 a:hover,
.qodef-h2 a:hover {
	color: #111;
}

h3,
.qodef-h3 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 45px;
	line-height: 43px;
	letter-spacing: 0.06em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h3 a,
.qodef-h3 a {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
h3 a:hover,
.qodef-h3 a:hover {
	color: #111;
}

h4,
.qodef-h4 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 35px;
	line-height: 34px;
	letter-spacing: 0.06em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h4 a,
.qodef-h4 a {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
h4 a:hover,
.qodef-h4 a:hover {
	color: #111;
}

h5,
.qodef-h5 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 27px;
	line-height: 28px;
	letter-spacing: 0.08em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h5 a,
.qodef-h5 a {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
h5 a:hover,
.qodef-h5 a:hover {
	color: #111;
}

h6,
.qodef-h6 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h6 a,
.qodef-h6 a {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
h6 a:hover,
.qodef-h6 a:hover {
	color: #111;
}

a,
p a {
	color: #111;
	text-decoration: none;
	transition: color 0.2s ease-out;
	cursor: pointer;
}
a:hover,
p a:hover {
	color: #111;
}

p {
	margin: 10px 0;
	line-height: 1.857em;
}

blockquote {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 10px 0;
	padding: 0;
	position: relative;
	padding: 26px 29px 29px;
	line-height: 27px;
	color: #6d6d6d;
	background-color: #ebebeb;
	border: none;
	quotes: none;
}
blockquote > * {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
	margin: 0;
}
blockquote:after {
	content: "";
}
blockquote cite {
	font-style: normal;
	font-weight: 400;
}

/* ==========================================================================
   6.0 Input Fields styles
   ========================================================================== */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number],
input[type=tel],
textarea {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 10px;
	padding: 17px 25px;
	font-family: inherit;
	font-size: 16px;
	line-height: 24px;
	font-weight: inherit;
	color: #6d6d6d;
	background-color: transparent;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	outline: 0;
	cursor: pointer;
	-webkit-appearance: none;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
	color: #111;
	background-color: transparent;
	border-left-color: #111;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer input[type=text],
#qodef-page-footer input[type=email],
#qodef-page-footer input[type=url],
#qodef-page-footer input[type=password],
#qodef-page-footer input[type=number],
#qodef-page-footer input[type=tel],
#qodef-page-footer textarea {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}
#qodef-page-footer input[type=text]:focus,
#qodef-page-footer input[type=email]:focus,
#qodef-page-footer input[type=url]:focus,
#qodef-page-footer input[type=password]:focus,
#qodef-page-footer input[type=number]:focus,
#qodef-page-footer input[type=tel]:focus,
#qodef-page-footer textarea:focus {
	color: #fff;
	background-color: transparent;
	border-color: #ccc;
}

.post-password-form input[type=password] {
	margin-top: 0.5em;
}

input[type=submit],
button[type=submit],
.qodef-theme-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 8px 50px;
	color: #fff;
	background-color: #111;
	border: 2px solid #111;
	cursor: pointer;
}
input[type=submit]:hover,
button[type=submit]:hover,
.qodef-theme-button:hover {
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}

/* ==========================================================================
   Select 2 Script styles (Version: 4.0.6 ) - begin
   ========================================================================== */
select {
	display: block;
	height: 58px;
	padding: 17px 25px;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #6d6d6d;
	background-color: #fafafa;
	border: 1px solid #6d6d6d;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* ==========================================================================
   Select 2 Script styles (Version: 4.0.6 ) - begin
   ========================================================================== */
body .select2-container--default { /* just to make sure that this code overwrite styles from others plugin */
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0 0 10px;
}
body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}
body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding: 0;
}
body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 0;
	right: auto;
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
	float: right;
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
	padding: 0;
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin: 7px auto 0 5px;
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin: 0 auto 0 3px;
}
body .select2-container--default.select2-container--disabled .select2-selection--single,
body .select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #fafafa;
	cursor: default;
}
body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
body .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear {
	display: none;
}
body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}
body .select2-container--default.select2-container--open .select2-selection--single,
body .select2-container--default.select2-container--open .select2-selection--multiple {
	color: #111;
}
body .select2-container--default.select2-container--open .select2-dropdown {
	left: 0;
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
	border-bottom-color: transparent;
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
	border-top-color: transparent;
}
body .select2-container--default .select2-selection--single {
	display: block;
	height: 58px;
	padding: 17px 25px;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #6d6d6d;
	background-color: #fff;
	border: 1px solid #6d6d6d;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: block;
	padding: 0;
	line-height: inherit;
	color: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body .select2-container--default .select2-selection--single .select2-selection__clear {
	position: relative;
	float: right;
	margin: 0;
	font-weight: inherit;
	cursor: pointer;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: inherit;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #111;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
	display: block;
	line-height: inherit;
	content: "3";
	font-family: "ElegantIcons";
	font-style: normal;
}
body .select2-container--default .select2-selection--multiple {
	display: block;
	height: 58px;
	padding: 17px 25px;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #6d6d6d;
	background-color: #fff;
	border: 1px solid #6d6d6d;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	display: block;
	padding: 0;
	line-height: inherit;
	color: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	margin: 0;
	padding: 0;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
	float: left;
	margin: 0;
	color: inherit;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
	position: relative;
	float: right;
	margin: 0;
	font-weight: inherit;
	cursor: pointer;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	margin: 0 5px 5px 0;
	padding: 0 10px;
	float: left;
	color: #fff;
	background-color: #111;
	border: 0;
	border-radius: 0;
	cursor: default;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
	display: inline-block;
	margin: 0 3px 0 0;
	font-weight: 700;
	color: inherit;
	transition: opacity 0.2s ease-out;
	cursor: pointer;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
	color: inherit;
	opacity: 0.8;
}
body .select2-container--default .select2-search--inline {
	float: left;
}
body .select2-container--default .select2-search--inline .select2-search__field {
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	border: none !important;
	outline: none;
	-webkit-appearance: none;
}
body .select2-container--default .select2-search--inline .select2-search__field:focus {
	border-color: #111;
}
body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
body .select2-container--default .select2-dropdown {
	position: absolute;
	top: 0;
	left: -100000px;
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #6d6d6d;
	border-radius: 0;
	z-index: 99999;
}
body .select2-container--default .select2-search--dropdown {
	display: block;
	padding: 14px 15px 2px;
}
body .select2-container--default .select2-search--dropdown.select2-search--hide {
	display: none;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
	width: 100%;
	padding: 4px 8px;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: 20px;
	font-weight: inherit;
	color: #6d6d6d;
	background-color: #fff;
	border: 1px solid #6d6d6d;
	outline: none;
	-webkit-appearance: none;
}
body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
	color: #111;
	background-color: #fff;
	border-color: #6d6d6d;
}
body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
body .select2-container--default .select2-results {
	display: block;
}
body .select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
body .select2-container--default .select2-results__options {
	position: relative;
	margin: 5px 0;
	padding: 2px 15px;
	list-style: none;
	background-color: #fff;
}
body .select2-container--default .select2-results__option {
	padding: 3px 0;
	font-size: 16px;
	line-height: 24px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: color 0.2s ease-out;
}
body .select2-container--default .select2-results__option[aria-selected] {
	cursor: pointer;
}
body .select2-container--default .select2-results__option[role=group] {
	padding: 0;
}
body .select2-container--default .select2-results__option[aria-disabled=true] {
	color: #111;
}
body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
	color: #111;
	background: none;
}
body .select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #111;
	background: none;
}
body .select2-container--default .select2-results__group {
	display: block;
	padding: 7px 0;
	cursor: default;
}

body:not([class*=pelicula-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before {
	content: "▾";
}

.select2-close-mask {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: 0;
	opacity: 0;
	z-index: 99;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important;
	height: 0 !important;
	padding: 0 !important;
	line-height: 1;
	border: 0 !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
}

/* ==========================================================================
   7.0 Grid styles
   ========================================================================== */
.qodef-content-grid {
	width: 1100px;
	margin: 0 auto;
}
.qodef--boxed .qodef-content-grid {
	width: 1160px;
}
@media only screen and (min-width: 1441px) {
	.qodef-content-grid-1400 .qodef-content-grid {
		width: 1400px;
	}
	.qodef--boxed.qodef-content-grid-1400 .qodef-content-grid {
		width: 1460px;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-content-grid-1300 .qodef-content-grid {
		width: 1300px;
	}
	.qodef--boxed.qodef-content-grid-1300 .qodef-content-grid {
		width: 1360px;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-content-grid-1200 .qodef-content-grid {
		width: 1200px;
	}
	.qodef--boxed.qodef-content-grid-1200 .qodef-content-grid {
		width: 1260px;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-content-grid-1000 .qodef-content-grid {
		width: 1000px;
	}
	.qodef--boxed.qodef-content-grid-1000 .qodef-content-grid {
		width: 1060px;
	}
}
@media only screen and (min-width: 769px) {
	.qodef-content-grid-800 .qodef-content-grid {
		width: 800px;
	}
	.qodef--boxed.qodef-content-grid-800 .qodef-content-grid {
		width: 860px;
	}
}

.qodef-grid {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-grid > .qodef-grid-inner {
	margin: 0 -15px;
}
.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 15px;
}
.qodef-grid .qodef-grid-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	min-height: 1px;
	float: left;
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--12 {
		width: 100%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--12 {
		left: 100%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--12 {
		right: 100%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--11 {
		width: 91.6666666667%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--11 {
		left: 91.6666666667%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--11 {
		right: 91.6666666667%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--10 {
		width: 83.3333333333%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--10 {
		left: 83.3333333333%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--10 {
		right: 83.3333333333%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--9 {
		width: 75%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--9 {
		left: 75%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--9 {
		right: 75%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--8 {
		width: 66.6666666667%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--8 {
		left: 66.6666666667%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--8 {
		right: 66.6666666667%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--7 {
		width: 58.3333333333%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--7 {
		left: 58.3333333333%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--7 {
		right: 58.3333333333%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--6 {
		width: 50%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--6 {
		left: 50%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--6 {
		right: 50%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--5 {
		width: 41.6666666667%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--5 {
		left: 41.6666666667%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--5 {
		right: 41.6666666667%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--4 {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--4 {
		left: 33.3333333333%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--4 {
		right: 33.3333333333%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--3 {
		width: 25%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--3 {
		left: 25%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--3 {
		right: 25%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--2 {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--2 {
		left: 16.6666666667%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--2 {
		right: 16.6666666667%;
	}
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--1 {
		width: 8.3333333333%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--1 {
		left: 8.3333333333%;
	}
	.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--1 {
		right: 8.3333333333%;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item {
	width: 100%;
}
.qodef-grid.qodef-layout--columns.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item {
	width: 50%;
}
@media only screen and (min-width: 681px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item {
	width: 33.3333333333%;
}
@media only screen and (min-width: 769px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item {
	width: 25%;
}
@media only screen and (min-width: 1025px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item {
	width: 20%;
}
@media only screen and (min-width: 1367px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item {
	width: 16.6666666667%;
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item {
	width: 14.2857142857%;
}
@media only screen and (min-width: 1367px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--columns.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item {
	width: 12.5%;
}
@media only screen and (min-width: 1367px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
		clear: both;
	}
}
.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner {
	height: 100%;
	overflow: hidden;
}
.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
	height: 100%;
	width: 100%;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-inner {
	visibility: hidden;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init {
	visibility: visible;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer {
	width: 100%;
	padding: 0;
	margin: 0;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter {
	width: 0;
	padding: 0;
	margin: 0;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item {
	width: 100%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item {
	width: 50%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-item--huge-square {
	width: 100%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item {
	width: 33.3333333333%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-item--huge-square {
	width: 66.6666666667%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item {
	width: 25%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-item--huge-square {
	width: 50%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item {
	width: 20%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-item--huge-square {
	width: 40%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item {
	width: 16.6666666667%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-item--huge-square {
	width: 33.3333333333%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item {
	width: 14.2857142857%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-item--huge-square {
	width: 28.5714285714%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item {
	width: 12.5%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-item--huge-square {
	width: 25%;
}
.qodef-grid.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0;
}
.qodef-grid.qodef-gutter--no > .qodef-grid-inner {
	margin: 0;
}
.qodef-grid.qodef-gutter--no > .qodef-grid-inner > .qodef-grid-item {
	padding: 0;
	margin: 0;
}
.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px;
}
.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner {
	margin: 0 -5px;
}
.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 5px;
	margin: 0 0 10px;
}
.qodef-grid.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px;
}
.qodef-grid.qodef-gutter--small > .qodef-grid-inner {
	margin: 0 -10px;
}
.qodef-grid.qodef-gutter--small > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 10px;
	margin: 0 0 20px;
}
.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px;
}
.qodef-grid.qodef-gutter--normal > .qodef-grid-inner {
	margin: 0 -15px;
}
.qodef-grid.qodef-gutter--normal > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 15px;
	margin: 0 0 30px;
}
.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px;
}
.qodef-grid.qodef-gutter--medium > .qodef-grid-inner {
	margin: 0 -20px;
}
.qodef-grid.qodef-gutter--medium > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 20px;
	margin: 0 0 40px;
}
.qodef-grid.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px;
}
.qodef-grid.qodef-gutter--large > .qodef-grid-inner {
	margin: 0 -25px;
}
.qodef-grid.qodef-gutter--large > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 25px;
	margin: 0 0 50px;
}
.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px;
}
.qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
	margin: 0 -40px;
}
.qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
	padding: 0 40px;
	margin: 0 0 80px;
}

/* ==========================================================================
   8.0 Content styles
   ========================================================================== */
#qodef-page-wrapper {
	position: relative;
	overflow: hidden;
}

#qodef-page-outer {
	position: relative;
}

#qodef-page-inner {
	position: relative;
	padding: 130px 0 100px;
}

#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12 {
	margin-bottom: 0;
}

.qodef--boxed {
	background-color: #fafafa;
}
.qodef--boxed #qodef-page-wrapper {
	display: block;
	background-color: #fff;
}
.qodef--boxed #qodef-page-inner {
	padding-left: 30px;
	padding-right: 30px;
}

.qodef--passepartout #qodef-page-wrapper {
	background-color: #fff;
}

#qodef-page-content.qodef-gutter--huge .qodef-page-content-section,
#qodef-page-content.qodef-gutter--huge .qodef-page-sidebar-section {
	margin-bottom: 80px;
}

.qodef-content-lines-holder {
	position: absolute;
	top: 0;
	height: 100%;
	pointer-events: none;
	z-index: 2;
}
.single-product .qodef-content-lines-holder {
	display: none;
}
.qodef-content-lines-holder .qodef-content-line {
	position: absolute;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.05);
}
.qodef-content-lines-holder .qodef-content-line.qodef--left {
	left: 0;
}
.qodef-content-lines-holder .qodef-content-line.qodef--center {
	left: 50%;
	transform: translateX(-50%);
}
.qodef-content-lines-holder .qodef-content-line.qodef--right {
	right: 0;
}
.qodef-content-lines-holder.qodef-content-grid .qodef-content-line.qodef--left {
	left: 0;
}
.qodef-content-lines-holder.qodef-content-grid .qodef-content-line.qodef--right {
	right: 0;
}
.qodef-content-lines-holder.qodef-content-grid.qodef-content-grid-type--wide .qodef-content-line.qodef--left {
	left: -30px;
}
.qodef-content-lines-holder.qodef-content-grid.qodef-content-grid-type--wide .qodef-content-line.qodef--right {
	right: -30px;
}
.qodef-content-lines-holder:not(.qodef-content-grid) {
	width: calc(100% - 200px);
	left: 100px;
}
@media only screen and (max-width: 1024px) {
	.qodef-content-lines-holder:not(.qodef-content-grid) {
		width: calc(100% - 100px);
		left: 50px;
	}
}
.qodef-content-lines-holder.qodef-content-grid {
	left: 50%;
	transform: translateX(-50%);
}
.qodef-content-lines-holder.qodef-skin--dark .qodef-content-line {
	background-color: rgba(0, 0, 0, 0.05);
}
.qodef-content-lines-holder.qodef-skin--light .qodef-content-line {
	background-color: rgba(255, 255, 255, 0.05);
}

/* ==========================================================================
   9.0 Magnific Popup styles
   ========================================================================== */
button.mfp-arrow {
	transition: opacity 0.3s ease;
	opacity: 1;
}
button.mfp-arrow:hover {
	opacity: 0.6;
}
button.mfp-arrow:before, button.mfp-arrow:after {
	border: 0;
	color: #fff;
	font-size: 45px;
	font-family: "ElegantIcons";
}

button.mfp-arrow-left:after,
button.mfp-arrow-right:after {
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateX(-50%) translateY(-50%);
	height: 100%;
	margin-left: 0;
	margin-top: 0;
	line-height: 110px;
}

button.mfp-arrow-left:after {
	content: "4";
}

button.mfp-arrow-right:after {
	content: "5";
}

button.mfp-close {
	text-indent: -1000px;
	overflow: hidden;
	text-align: left !important;
	transition: opacity 0.3s ease;
	opacity: 1;
}
button.mfp-close:hover {
	opacity: 0.6;
}
button.mfp-close:after {
	font-family: "ElegantIcons";
	content: "M";
	position: absolute;
	right: 4px;
	bottom: 0;
	text-indent: 0;
	font-size: 22px;
}

.mfp-bottom-bar .mfp-title,
.mfp-bottom-bar .mfp-counter {
	font-family: "Bebas Neue", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

/* ==========================================================================
   9.0 Swiper carousel styles
   ========================================================================== */
.qodef-swiper-container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	z-index: 1;
	visibility: hidden;
	overflow: hidden;
}
.qodef-swiper-container .swiper-slide a, .qodef-swiper-container .swiper-slide img {
	width: 100%;
}
.qodef-swiper-container.qodef-swiper--initialized {
	visibility: visible;
}

.swiper-pagination.swiper-pagination-progressbar {
	color: #111;
	background: rgba(17, 17, 17, 0.2);
}
.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 2px;
	left: auto;
	right: 100px;
}
@media only screen and (max-width: 680px) {
	.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
		right: 60px;
	}
}
.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite .swiper-pagination-progressbar-fill {
	background: currentColor;
}
.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite .swiper-pagination-current-slide {
	position: absolute;
	top: 50%;
	right: -69px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	transform: translateY(-50%);
}
@media only screen and (max-width: 680px) {
	.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite .swiper-pagination-current-slide {
		right: -49px;
	}
}

.qodef-skin--light > .swiper-pagination.swiper-pagination-progressbar {
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
}

.qodef-skin--dark > .swiper-pagination.swiper-pagination-progressbar {
	color: #111;
	background: rgba(17, 17, 17, 0.2);
}

.qodef-slider-layout--predefined.qodef-slider-layout--predefined-fullscreen {
	height: 80vh;
	padding: 7% 0;
	margin-top: -5px;
	margin-bottom: 0 !important;
	overflow: visible;
	opacity: 0;
	transform: translate3d(0, 50px, 0);
	backface-visibility: hidden;
}
.qodef-slider-layout--predefined.qodef-slider-layout--predefined-fullscreen.qodef--appear, .elementor-editor-active .qodef-slider-layout--predefined.qodef-slider-layout--predefined-fullscreen {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: opacity 0.3s, transform 0.5s cubic-bezier(0.1, 0.74, 0, 0.89);
}
@media only screen and (max-width: 1024px) {
	.qodef-slider-layout--predefined.qodef-slider-layout--predefined-fullscreen {
		margin-top: 13%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-slider-layout--predefined.qodef-slider-layout--predefined-fullscreen {
		padding: 10% 0;
		margin-top: 17%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-slider-layout--predefined.qodef-slider-layout--predefined-fullscreen {
		padding: 20% 0;
	}
}
.qodef-slider-layout--predefined.qodef-slider-layout--predefined-fullscreen.qodef-nav--custom .qodef-navigation {
	margin-bottom: 2.5%;
}
@media only screen and (max-width: 1024px) {
	.qodef-slider-layout--predefined.qodef-slider-layout--predefined-fullscreen.qodef-nav--custom .qodef-navigation {
		display: none;
	}
}
.qodef-slider-layout--predefined.qodef-slider-layout--predefined-fullscreen .qodef-e-inner, .qodef-slider-layout--predefined.qodef-slider-layout--predefined-fullscreen .qodef-e-image-outer, .qodef-slider-layout--predefined.qodef-slider-layout--predefined-fullscreen .qodef-e-image, .qodef-slider-layout--predefined.qodef-slider-layout--predefined-fullscreen .qodef-e-media-image, .qodef-slider-layout--predefined.qodef-slider-layout--predefined-fullscreen .qodef-e-media-image a {
	position: relative;
	width: 100%;
	height: 100%;
}
.qodef-slider-layout--predefined.qodef-slider-layout--predefined-fullscreen .qodef-e-media-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.qodef-slider-layout--predefined.qodef-portfolio-list.qodef-skin--light .qodef-e-image:after {
	z-index: initial;
	transform: scale(1.05);
}
.qodef-slider-layout--predefined .swiper-wrapper {
	transition-timing-function: cubic-bezier(0.59, 0.21, 0, 0.88);
}
.qodef-slider-layout--predefined article .qodef-e-image:after {
	z-index: initial;
	will-change: opacity;
}
.qodef-slider-layout--predefined article .qodef-e-title, .qodef-slider-layout--predefined article .qodef-e-info-category {
	display: block;
	opacity: 0;
	transform: translateY(20px);
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.69, 0.13, 0, 0.95);
}
.qodef-slider-layout--predefined article .qodef-e-info-category {
	transform: translateY(10px);
	transition-delay: 0.1s;
}
.qodef-slider-layout--predefined article .qodef-e-media-image {
	transform: scale(1.03) !important;
}
.qodef-slider-layout--predefined article.swiper-slide-active .qodef-e-title, .qodef-slider-layout--predefined article.swiper-slide-active .qodef-e-info-category, .qodef-slider-layout--predefined article.swiper-slide-duplicate-active .qodef-e-title, .qodef-slider-layout--predefined article.swiper-slide-duplicate-active .qodef-e-info-category {
	opacity: 1;
	transform: translateY(0);
}
.qodef-slider-layout--predefined article.swiper-slide-active .qodef-e-media-image, .qodef-slider-layout--predefined article.swiper-slide-duplicate-active .qodef-e-media-image {
	transform: scale(1) !important;
	transition: 2s cubic-bezier(0.83, 0.02, 0, 1.01) !important;
}

.qodef-navigation {
	position: absolute;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	bottom: 44px;
	right: 133px;
}
.qodef-navigation .swiper-button-prev,
.qodef-navigation .swiper-button-next {
	position: relative;
	left: auto;
	right: auto;
	background-image: none;
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 16px;
	letter-spacing: 0.2em;
}
.qodef-navigation .swiper-button-prev:before,
.qodef-navigation .swiper-button-next:before {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.48, 0.17, 0, 1.01);
}
.qodef-navigation .swiper-button-prev:hover:before,
.qodef-navigation .swiper-button-next:hover:before {
	transform: scaleX(1);
}
.qodef-navigation .swiper-button-prev:after,
.qodef-navigation .swiper-button-next:after {
	display: none;
}
.qodef-navigation .swiper-button-prev {
	margin-right: 25px;
	padding-right: 8px;
}
.qodef-navigation .swiper-button-prev:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 37px;
	background-color: currentColor;
	opacity: 0.2;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}
.qodef-navigation .swiper-button-next {
	padding-left: 14px;
}

.qodef-skin--light > .qodef-navigation .swiper-button-prev,
.qodef-skin--light > .qodef-navigation .swiper-button-next {
	color: #fff;
}

.qodef-skin--dark > .qodef-navigation .swiper-button-prev,
.qodef-skin--dark > .qodef-navigation .swiper-button-next {
	color: #111;
}

.qodef-nav--custom .qodef-navigation {
	width: 100%;
	justify-content: space-between;
	bottom: 0;
	right: auto;
}
.qodef-nav--custom .qodef-navigation .swiper-button-prev,
.qodef-nav--custom .qodef-navigation .swiper-button-next {
	z-index: 11;
}
.qodef-nav--custom .qodef-navigation .swiper-button-prev {
	left: 132px;
	right: auto;
	margin-right: 0;
	padding-right: 0;
}
@media only screen and (max-width: 1024px) {
	.qodef-nav--custom .qodef-navigation .swiper-button-prev {
		left: 66px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-nav--custom .qodef-navigation .swiper-button-prev {
		left: 30px;
	}
}
.qodef-nav--custom .qodef-navigation .swiper-button-prev:after {
	display: none;
}
.qodef-nav--custom .qodef-navigation .swiper-button-next {
	left: auto;
	right: 132px;
	padding-left: 0;
}
@media only screen and (max-width: 1024px) {
	.qodef-nav--custom .qodef-navigation .swiper-button-next {
		right: 66px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-nav--custom .qodef-navigation .swiper-button-next {
		right: 30px;
	}
}

/* ==========================================================================
   WPML style start
   ========================================================================== */
.widget_icl_lang_sel_widget {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
	position: relative;
	top: -1px;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown {
	padding: 0;
	margin: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
	content: "3";
	font-family: "ElegantIcons";
	font-size: 15px;
	line-height: 1;
	border: 0;
	position: initial;
	margin-left: auto;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	list-style: none;
	margin: 0;
	border-top: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	box-sizing: border-box;
	transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
	display: flex;
	align-items: center;
	border: 0;
	background-color: transparent;
	padding: 7px 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0 !important; /* Important is because of widget default css */
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
	padding: 0;
	display: block;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
	display: block;
	margin: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
	padding: 0;
	display: block;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	width: 200px;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	padding: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: #6d6d6d;
	background-color: #fff;
	border: 1px solid transparent;
	font-size: 14px;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
	color: #111;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	margin: 0;
	padding: 0 20px;
	background-color: #fff;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
	color: #6d6d6d;
	font-size: 14px;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
	color: #111;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	margin-right: 10px !important; /* Important is because of widget default css */
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
	color: #6d6d6d;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: #111;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
	margin-right: 0;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
	margin-bottom: 10px;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
	color: #6d6d6d;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: #111;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	width: 175px;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	padding: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: #6d6d6d;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 14px;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
	color: #111;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	margin: 0;
	padding: 0 20px;
	background-color: transparent;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
	color: #6d6d6d;
	font-size: 14px;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
	color: #111;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	margin-right: 10px !important; /* Important is because of widget default css */
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
	color: #6d6d6d;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: #111;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
	margin-right: 0;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
	margin-bottom: 10px;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
	color: #6d6d6d;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: #111;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	width: 175px;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	padding: 8px 20px;
	height: 40px;
	line-height: 24px;
	color: #fff;
	background-color: #000;
	border: 1px solid transparent;
	font-size: 14px;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
	color: #fff;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	margin: 0;
	padding: 0 20px;
	background-color: #000;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
	color: #fff;
	font-size: 14px;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
	color: #fff;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	margin-right: 10px !important; /* Important is because of widget default css */
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
	color: #fff;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: #fff;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
	margin-right: 0;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
	margin-bottom: 10px;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
	color: #fff;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: #fff;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	width: 100%;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	padding: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: #6d6d6d;
	background-color: #fafafa;
	border: 1px solid transparent;
	font-size: 14px;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
	color: #111;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	margin: 0;
	padding: 0 20px;
	background-color: #fafafa;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
	color: #6d6d6d;
	font-size: 14px;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
	color: #111;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	margin-right: 10px !important; /* Important is because of widget default css */
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
	color: #6d6d6d;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: #111;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
	margin-right: 0;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
	margin-bottom: 10px;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
	color: #6d6d6d;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: #111;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	width: 100%;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	padding: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: #6d6d6d;
	background-color: #fafafa;
	border: 1px solid transparent;
	font-size: 14px;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
	color: #111;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	margin: 0;
	padding: 0 20px;
	background-color: #fafafa;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
	color: #6d6d6d;
	font-size: 14px;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
	color: #111;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	margin-right: 10px !important; /* Important is because of widget default css */
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
	color: #fff;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: #fff;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
	margin-right: 0;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
	margin-bottom: 10px;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
	color: #fff;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: #fff;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	width: 100%;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	padding: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: #6d6d6d;
	background-color: #fafafa;
	border: 1px solid transparent;
	font-size: 14px;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
	color: #111;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	margin: 0;
	padding: 0 20px;
	background-color: #fafafa;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
	color: #6d6d6d;
	font-size: 14px;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
	color: #111;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	margin-right: 10px !important; /* Important is because of widget default css */
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
	color: #fff;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: #fff;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
	margin-right: 0;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
	margin-bottom: 10px;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
	color: #fff;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: #fff;
}

/* ==========================================================================
   WPML style start
   ========================================================================== */
/* ==========================================================================
   404 page styles
   ========================================================================== */
.error404 #qodef-page-outer {
	background-color: #111;
}
.error404 #qodef-page-inner {
	padding: 0;
}
.error404 #qodef-page-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100vh;
}
.error404.admin-bar #qodef-page-content {
	top: 32px;
	height: calc(100vh - 32px);
}

#qodef-404-page {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	top: 40px;
	padding: 0 10%;
	text-align: center;
}
#qodef-404-page .qodef-404-title {
	margin: 0;
	font-size: 341px;
	letter-spacing: 0.05em;
	line-height: 190px;
	color: #fff;
}
@media only screen and (max-width: 1024px) {
	#qodef-404-page .qodef-404-title {
		font-size: 300px;
		line-height: 162px;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-404-page .qodef-404-title {
		font-size: 200px;
		line-height: 102px;
	}
}
@media only screen and (max-width: 480px) {
	#qodef-404-page .qodef-404-title {
		font-size: 150px;
		line-height: 72px;
	}
}
#qodef-404-page .qodef-404-text {
	display: block;
	margin: 0 auto;
	padding: 52px 0 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 65px;
	line-height: 62px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}
@media only screen and (max-width: 1024px) {
	#qodef-404-page .qodef-404-text {
		font-size: 55px;
		line-height: 55px;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-404-page .qodef-404-text {
		font-size: 40px;
		line-height: 46px;
	}
}
@media only screen and (max-width: 480px) {
	#qodef-404-page .qodef-404-text {
		font-size: 35px;
		line-height: 42px;
	}
}
#qodef-404-page .qodef-404-button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 38px;
}
#qodef-404-page .qodef-404-button .qodef-btn-bg-holder {
	background-color: #fff;
}
#qodef-404-page .qodef-404-button a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 10px 65px;
	cursor: pointer;
	z-index: 3;
	color: #111;
	background-color: #fff;
	border: 2px solid #fff;
}
#qodef-404-page .qodef-404-button a:hover {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

/* ==========================================================================
   Blog styles
   ========================================================================== */
.qodef-blog {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-blog article {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 83px;
}
.qodef-blog article .qodef-e-inner,
.qodef-blog article .qodef-e-media,
.qodef-blog article .qodef-e-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-blog article .qodef-e-media {
	position: relative;
}
.qodef-blog article .qodef-e-media:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	pointer-events: none;
	z-index: 1;
}
.qodef-blog article .qodef-e-media-gallery.qodef-swiper-container {
	z-index: auto;
}
.qodef-blog article .qodef-e-media-gallery.qodef-swiper-container .qodef-navigation {
	bottom: 22px;
	right: 26px;
}
.qodef-blog article .qodef-e-media-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
.qodef-blog article .qodef-e-media-image a, .qodef-blog article .qodef-e-media-image img {
	display: block;
	width: 100%;
}
.qodef-blog article .qodef-e-media-image.qodef--background {
	width: 100%;
	min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.qodef-blog article .qodef-e-media-image.qodef--background img {
	visibility: hidden;
}
.qodef-blog article .qodef-e-media {
	margin-bottom: 0;
}
.qodef-blog article .qodef-e-media iframe {
	display: block;
	height: 100%;
}
.qodef-blog article .qodef-e-content-main {
	padding: 0 30px;
	opacity: 0;
	transition: opacity 0.2s ease-out;
	z-index: 3;
}
@media only screen and (max-width: 680px) {
	.qodef-blog article .qodef-e-content-main {
		padding: 0 15px;
	}
}
.qodef-blog article .qodef-e-content-main.qodef-e-content--appear {
	opacity: 1;
}
.qodef-blog article .qodef-e-title {
	margin: 0;
}
.qodef-blog article .qodef-e-excerpt {
	margin: 18px 0 0;
}
.qodef-blog article .qodef-e-read-more {
	margin: 15px 33px 0 0;
}
.qodef-blog article .qodef-e-read-more > .qodef-button,
.qodef-blog article .qodef-e-read-more > .qodef-theme-button {
	line-height: 22px;
}
.qodef-blog article .qodef-e-read-more > .qodef-theme-button {
	position: relative;
	top: -1px;
	padding: 0 0 0 26px !important;
	font-size: 17px;
	color: #111;
	background-color: transparent;
	border: 0;
}
.qodef-blog article .qodef-e-read-more > .qodef-theme-button:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 15px;
	height: 1px;
	background-color: currentColor;
	transition: width 0.3s cubic-bezier(0, 0.68, 0.58, 1);
}
.qodef-blog article .qodef-e-read-more > .qodef-theme-button:hover:after {
	width: 100%;
}
.qodef-blog article .qodef-e-info {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.qodef-blog article .qodef-e-info .qodef-e-info-left,
.qodef-blog article .qodef-e-info .qodef-e-info-right {
	position: relative;
	display: flex;
	align-items: center;
	width: 50%;
}
.qodef-blog article .qodef-e-info .qodef-e-info-right {
	justify-content: flex-end;
}
.qodef-blog article .qodef-e-info .qodef-e-info-full {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
@media only screen and (max-width: 680px) {
	.qodef-blog article .qodef-e-info .qodef-e-info-full {
		flex-direction: column;
	}
	.qodef-blog article .qodef-e-info .qodef-e-info-full .qodef-e-read-more,
	.qodef-blog article .qodef-e-info .qodef-e-info-full .qodef-e-info-item {
		margin-right: 0;
	}
}
.qodef-blog article .qodef-e-info .qodef-e-info-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #a6a6a6;
}
.qodef-blog article .qodef-e-info.qodef-info--top {
	margin: 4px 0 0;
}
.qodef-blog article .qodef-e-info.qodef-info--top .qodef-e-info-item {
	margin-right: 22px;
	position: relative;
}
.qodef-blog article .qodef-e-info.qodef-info--top .qodef-e-info-item:last-child {
	margin-right: 0;
}
.qodef-blog article .qodef-e-info.qodef-info--top .qodef-e-info-item:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -13px;
}
.qodef-blog article .qodef-e-info.qodef-info--top .qodef-e-info-item:last-child:after {
	content: "";
}
.qodef-blog article .qodef-e-info.qodef-info--top .qodef-e-info-item a {
	color: inherit;
}
.qodef-blog article .qodef-e-info.qodef-info--top .qodef-e-info-item a:hover {
	color: #111;
}
.qodef-blog article .qodef-e-info.qodef-info--bottom {
	display: inline-flex;
	align-items: flex-start;
	margin-top: 26px;
}
.qodef-blog article .qodef-e-info.qodef-info--bottom .qodef-e-info-item {
	margin-right: 31px;
}
.qodef-blog article .qodef-e-info.qodef-info--bottom .qodef-e-info-item:last-child {
	margin-right: 0;
}
.qodef-blog article .qodef-e-info.qodef-info--bottom .qodef-e-info-item a {
	color: inherit;
}
.qodef-blog article .qodef-e-info.qodef-info--bottom .qodef-e-info-item a:hover {
	color: #111;
}
.qodef-blog article .qodef-e-info.qodef-info--bottom .qodef-e-info-item.qodef-e-info-social-share {
	top: -1px;
}
.qodef-blog article .qodef-e-info.qodef-info--bottom .qodef-e-info-item.qodef-e-info-social-share a {
	color: #111;
	transition: opacity 0.2s ease-out;
}
.qodef-blog article .qodef-e-info.qodef-info--bottom .qodef-e-info-item.qodef-e-info-social-share a.qodef-social-share-dropdown-opener {
	color: inherit;
}
.qodef-blog article .qodef-e-info.qodef-info--bottom .qodef-e-info-item.qodef-e-info-social-share a:hover {
	color: #111;
	opacity: 0.8;
}
.qodef-blog article .qodef-e-info-comments-link .qodef-e-info-comments-icon {
	margin-right: 6px;
	font-size: 12px;
}
.qodef-blog article .qodef-e-info-tags .qodef-e-info-tags-label {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	margin-right: 4px;
}
.qodef-blog article .qodef-e-info-tags a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #9e9e9e;
	margin-right: 18px;
	position: relative;
	position: relative;
}
.qodef-blog article .qodef-e-info-tags a:last-child {
	margin-right: 0;
}
.qodef-blog article .qodef-e-info-tags a:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -12px;
}
.qodef-blog article .qodef-e-info-tags a:last-child:after {
	content: "";
}
.qodef-blog article .qodef-e-info-tags a:before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
.qodef-blog article .qodef-e-info-tags a:hover:before {
	transform: scaleX(1);
}
.qodef-blog article .qodef-e-info-tags a:after {
	color: #9e9e9e;
}
.qodef-blog article .qodef-e-post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-blog article.sticky .qodef-e-title a {
	position: relative;
	text-decoration: underline;
}
.qodef-blog article.sticky .qodef-e-title a:after {
	content: "*";
	position: absolute;
	bottom: auto;
	right: auto;
	font-size: 1.5em;
}
.qodef-blog article.format-audio .qodef-e-media-image {
	width: 100%;
}
.qodef-blog article.format-audio .qodef-e-media-image img {
	width: 100%;
}
.qodef-blog article.format-audio .qodef-e-media-audio {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.qodef-blog article.format-link .qodef-e-link {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 86px 16% 83px;
	text-align: center;
	background-color: #111;
}
@media only screen and (max-width: 1366px) {
	.qodef-blog article.format-link .qodef-e-link {
		padding: 86px 13% 83px;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-blog article.format-link .qodef-e-link {
		padding: 86px 4% 83px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-blog article.format-link .qodef-e-link {
		padding: 86px 6% 83px;
	}
}
.qodef-blog article.format-link .qodef-e-link-mark {
	position: absolute;
	top: 57px;
	left: 50%;
	transform: translateX(-50%);
}
.qodef-blog article.format-link .qodef-e-link-text {
	position: relative;
	margin: 0;
	color: #fff;
}
.qodef-blog article.format-link .qodef-e-link-url {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.qodef-blog article.format-quote .qodef-e-quote {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 72px 16% 56px;
	text-align: center;
	background-color: #111;
}
@media only screen and (max-width: 1366px) {
	.qodef-blog article.format-quote .qodef-e-quote {
		padding: 72px 13% 56px;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-blog article.format-quote .qodef-e-quote {
		padding: 72px 4% 56px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-blog article.format-quote .qodef-e-quote {
		padding: 72px 6% 56px;
	}
}
.qodef-blog article.format-quote .qodef-e-quote-mark {
	position: absolute;
	top: 49px;
	left: 50%;
	transform: translateX(-50%);
}
.qodef-blog article.format-quote .qodef-e-quote-text {
	position: relative;
	margin: 0;
	color: #fff;
}
.qodef-blog article.format-quote .qodef-e-quote-author {
	position: relative;
	display: block;
	margin: 22px 0 0;
	color: #a6a6a6;
}
.qodef-blog article.format-quote .qodef-e-quote-url {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.qodef-blog article.qodef-e-holder-main:not(.qodef-has-post-media) .qodef-e-media {
	display: none;
}
.qodef-blog article.qodef-e-holder-main:not(.qodef-has-post-media) .qodef-e-content-main {
	padding: 0;
}
.qodef-blog article.qodef-exception .qodef-e-content-main {
	margin-top: 30px;
}
.qodef-blog.qodef-items--fixed article .qodef-e-media,
.qodef-blog.qodef-items--fixed article .qodef-e-media-image {
	height: 100%;
}
.qodef-blog.qodef-skin--light article .qodef-e-media {
	position: relative;
}
.qodef-blog.qodef-skin--light article .qodef-e-media:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	pointer-events: none;
	z-index: 1;
}
.qodef-blog.qodef-skin--light article .qodef-e-info.qodef-info--bottom .qodef-e-info-item.qodef-e-info-social-share .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom:hover .qodef-social-share-dropdown-opener {
	border-left-color: rgba(255, 255, 255, 0.05);
}
.qodef-blog.qodef-skin--light article .qodef-e-info.qodef-info--bottom .qodef-e-info-item.qodef-e-info-social-share .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
	border-left: 1px solid rgba(255, 255, 255, 0.05);
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef--list article .qodef-e-read-more {
	margin-top: 0;
}

/* ==========================================================================
   Blog Single styles
   ========================================================================== */
.qodef-blog.qodef--single > article .qodef-e-info.qodef-info--top {
	margin-bottom: 18px;
	letter-spacing: 0.03em;
}
.qodef-blog.qodef--single > article .qodef-e-info.qodef-info--top * {
	letter-spacing: inherit;
}
.qodef-blog.qodef--single > article .qodef-e-info.qodef-info--top .qodef-e-info-item:after {
	letter-spacing: normal;
}
.qodef-blog.qodef--single > article .qodef-e-info.qodef-info--bottom {
	margin-top: 28px;
}
.qodef-blog.qodef--single > article .qodef-e-info.qodef-info--bottom .qodef-e-info-item.qodef-e-info-social-share .qodef-social-title {
	position: relative;
	top: -1px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	margin-right: 10px;
}
@media only screen and (max-width: 1366px) {
	.qodef-blog.qodef--single > article .qodef-e-info.qodef-info--bottom .qodef-e-info-item.qodef-e-info-social-share .qodef-social-title {
		top: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-blog.qodef--single > article .qodef-e-info.qodef-info--bottom .qodef-e-info-item.qodef-e-info-social-share .qodef-social-title {
		top: -1px;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-blog.qodef--single > article .qodef-e-info.qodef-info--bottom .qodef-e-info-item.qodef-e-info-social-share .qodef-social-title {
		top: 0;
	}
}
.qodef-blog.qodef--single > article .qodef-e-info.qodef-info--bottom .qodef-e-info-item.qodef-e-info-social-share ul {
	top: -2px;
}
.qodef-blog.qodef--single > article .qodef-e-info .qodef-e-info-left,
.qodef-blog.qodef--single > article .qodef-e-info .qodef-e-info-right {
	line-height: 26px;
}
.qodef-blog.qodef--single > article.format-link .qodef-e-content-main, .qodef-blog.qodef--single > article.format-quote .qodef-e-content-main {
	margin-top: 33px;
}
.qodef-blog.qodef--single > article.qodef-exception .qodef-e-content-main {
	margin-top: 40px;
}

/* ==========================================================================
   Comments styles
   ========================================================================== */
#qodef-page-comments {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 101px;
}
#qodef-page-comments .qodef-page-comments-not-found {
	margin: 0;
}

#qodef-page-comments-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 63px;
}
#qodef-page-comments-list .qodef-m-title {
	margin: 0 0 32px;
}
#qodef-page-comments-list .qodef-m-comments {
	list-style: none;
	margin: 0;
	padding: 0;
}
#qodef-page-comments-list .qodef-m-comments > .qodef-comment-item:first-child {
	margin-top: 0;
	border-top: none;
}
#qodef-page-comments-list .qodef-comment-item {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 2px solid rgba(0, 0, 0, 0.05);
}
#qodef-page-comments-list .qodef-comment-item .children {
	list-style: none;
	margin: 0;
	padding: 0 0 0 79px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
	display: flex;
	align-items: flex-start;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
	flex-shrink: 0;
	margin-right: 30px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
	display: block;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-top: 5px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
	margin: 0;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
	color: #6d6d6d;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
	color: #111;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
	margin: 8px 0 0;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-bottom-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 26px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-reply-link,
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-edit-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 0 !important;
	font-size: 17px;
	color: #111;
	background-color: transparent;
	border: 0;
	padding-left: 26px !important;
	margin-right: 20px;
	line-height: 1;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-reply-link .qodef-m-text,
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-edit-link .qodef-m-text {
	display: inline-block;
	vertical-align: middle;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-reply-link:after,
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-edit-link:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition: width 0.3s cubic-bezier(0, 0.68, 0.58, 1);
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-reply-link:hover:after,
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-edit-link:hover:after {
	width: 100%;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-reply-link:after,
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-edit-link:after {
	width: 15px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-reply-link:hover:after,
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-edit-link:hover:after {
	width: 100%;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-reply-link:last-of-type,
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-edit-link:last-of-type {
	margin-right: 0;
}
#qodef-page-comments-list .qodef-m-pagination {
	margin-top: 50px;
}

#qodef-page-comments-form,
.comment-respond {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 14px;
}
#qodef-page-comments-form p,
.comment-respond p {
	margin: 0;
}
#qodef-page-comments-form .qodef-grid-item,
.comment-respond .qodef-grid-item {
	margin: 0 !important;
}
#qodef-page-comments-form .comment-reply-title,
.comment-respond .comment-reply-title {
	margin: 7px 0;
}
.qodef-comment-item #qodef-page-comments-form .comment-reply-title,
.qodef-comment-item .comment-respond .comment-reply-title {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 27px;
	line-height: 28px;
	letter-spacing: 0.08em;
}
#qodef-page-comments-form .comment-reply-title #cancel-comment-reply-link,
.comment-respond .comment-reply-title #cancel-comment-reply-link {
	float: right;
}
@media only screen and (max-width: 768px) {
	#qodef-page-comments-form .comment-reply-title #cancel-comment-reply-link,
	.comment-respond .comment-reply-title #cancel-comment-reply-link {
		float: none;
	}
}
#qodef-page-comments-form .comment-form,
.comment-respond .comment-form {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-comments-form .comment-form .comment-notes,
.comment-respond .comment-form .comment-notes {
	margin: 5px 0 0;
}
#qodef-page-comments-form .comment-form-comment,
.comment-respond .comment-form-comment {
	margin: 10px 0 0;
}

.comment-form-cookies-consent {
	position: relative;
	display: flex;
	align-items: baseline;
	margin: 0 0 10px !important;
}
.comment-form-cookies-consent input[type=checkbox] {
	flex-shrink: 0;
	margin: 0 5px 0 0;
}
.comment-form-cookies-consent label {
	margin: 0;
}

/* ==========================================================================
   Filter styles
   ========================================================================== */
.qodef-filter--on .qodef-hidden-filter-items {
	position: absolute !important;
	display: none !important;
	height: 0 !important;
	line-height: 1 !important;
}
.qodef-filter--on .qodef-grid-inner {
	opacity: 1;
	transition: opacity 0.5s ease;
}
.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
	opacity: 0;
	transition: opacity 0.2s ease;
}
.qodef-filter--on.qodef--filter-loading .qodef-loading-spinner {
	bottom: calc(50% - 16px) !important;
}

.qodef-m-filter {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 40px;
}
.qodef-m-filter .qodef-m-filter-items {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-m-filter .qodef-m-filter-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 27px;
	padding: 0 2px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #111;
	transition: color 0.3s ease;
}
.qodef-m-filter .qodef-m-filter-item:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition: width 0.3s cubic-bezier(0, 0.68, 0.58, 1);
}
.qodef-m-filter .qodef-m-filter-item:hover:after, .qodef-m-filter .qodef-m-filter-item.qodef--active:after {
	width: 100%;
}

/* ==========================================================================
   Footer styles
   ========================================================================== */
#qodef-page-footer {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	z-index: 2;
}
#qodef-page-footer > * {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

#qodef-page-footer-top-area {
	padding: 65px 0;
	background-color: #111;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 0 solid rgba(0, 0, 0, 0.05);
}
#qodef-page-footer-top-area .qodef-content-full-width {
	padding: 0 100px;
}
.qodef--boxed #qodef-page-footer-top-area {
	padding-left: 30px;
	padding-right: 30px;
}

#qodef-page-footer-bottom-area {
	padding: 10px 0;
	background-color: #111;
	border-top: 0 solid rgba(0, 0, 0, 0.05);
}
#qodef-page-footer-bottom-area .qodef-content-full-width {
	padding: 0 100px;
}
.qodef--boxed #qodef-page-footer-bottom-area {
	padding-left: 30px;
	padding-right: 30px;
}

/* ==========================================================================
   Gutenberg Blocks styles - begin
   ========================================================================== */
.wp-block-group.has-background,
p.has-background {
	margin: 2rem 0;
	padding: 20px 30px;
}

.wp-block-audio {
	width: 100%;
}
.wp-block-audio audio {
	width: auto;
}
.wp-block-audio.alignleft audio, .wp-block-audio.alignright audio {
	max-width: 50%;
}
.wp-block-audio.aligncenter audio {
	display: block;
	margin: 0 auto;
}

.wp-block-video video {
	width: 100%;
}

.wp-block-button {
	margin: 2rem 0;
	text-align: center;
}
.wp-block-button .wp-block-button__link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 8px 50px;
	color: #fff;
	background-color: #111;
	border: 2px solid #111;
	border-radius: 5px;
	cursor: pointer;
}
.wp-block-button .wp-block-button__link:hover {
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}
.wp-block-button.alignleft {
	margin-top: 0;
	margin-right: 2rem;
}
.wp-block-button.alignright {
	margin-top: 0;
	margin-left: 2rem;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #fff;
	background-color: #111;
	border-color: #111;
}
.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-rss {
	margin: 0;
	padding-left: 0;
}
.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-rss ul {
	padding-left: 0 !important;
}
.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li,
.wp-block-rss li {
	margin-bottom: 1em;
	list-style-type: none;
}
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a,
.wp-block-rss li a {
	color: #111;
	text-decoration: none;
}
.wp-block-archives li a:hover,
.wp-block-categories li a:hover,
.wp-block-latest-posts li a:hover,
.wp-block-rss li a:hover {
	color: #111;
}
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-rss.aligncenter {
	text-align: center;
}

.wp-block-categories li ul {
	margin: 4px 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}
.wp-block-categories li ul li:last-child {
	padding: 4px 0 0;
}
.wp-block-categories.is-grid li {
	margin: 0 16px 16px 0;
}

.wp-block-preformatted {
	padding: 15px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.wp-block-verse {
	font-family: inherit;
	font-size: 22px;
	line-height: 1.8;
}

.has-drop-cap:not(:focus):first-letter {
	font-family: inherit;
	font-size: 3.375em;
	line-height: 1;
	font-weight: 700;
	margin: 0 0.25em 0 0;
}

blockquote.wp-block-pullquote {
	position: relative;
	padding: 26px 29px 29px;
	line-height: 27px;
	color: #6d6d6d;
	background-color: #ebebeb;
	border: none;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
blockquote.wp-block-pullquote.aligncenter {
	width: 100%;
}
blockquote.wp-block-pullquote.alignleft {
	text-align: left;
	max-width: 100%;
}
blockquote.wp-block-pullquote.alignright {
	text-align: right;
	max-width: 100%;
}
blockquote.wp-block-pullquote p {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
	margin: 0;
}

.wp-block-pullquote {
	margin: 0;
}
.wp-block-pullquote blockquote {
	position: relative;
	padding: 26px 29px 29px;
	line-height: 27px;
	color: #6d6d6d;
	background-color: #ebebeb;
	border: none;
	width: auto;
	text-align: center;
}
.wp-block-pullquote p {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}

.wp-block-quote {
	position: relative;
	padding: 26px 29px 29px;
	line-height: 27px;
	color: #6d6d6d;
	background-color: #ebebeb;
	border: none;
}
.wp-block-quote > p {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
	margin: 0;
}
.wp-block-quote > * {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
	margin: 0;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin: 1rem 0;
	font-size: 1.6875em !important;
	line-height: 1.6em !important;
}

.wp-block-image img {
	display: block;
}
.wp-block-image.alignleft, .wp-block-image.aligncenter, .wp-block-image.alignright {
	max-width: 100%;
}
.wp-block-image.alignfull {
	left: auto;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	clear: both;
}
.wp-block-image.alignfull img {
	width: 100vw;
}

.wp-block-media-text.alignfull {
	left: 0;
	width: 100%;
}

.wp-block-cover-image,
.wp-block-cover {
	position: relative;
	min-height: 430px;
	padding: 1rem;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
	.wp-block-cover-image,
	.wp-block-cover {
		padding: 1rem 2%;
	}
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	font-size: 45px;
	line-height: 43px;
	letter-spacing: 0.06em;
	font-size: 28px !important;
	margin-bottom: 0;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
	color: #fff !important;
	max-width: 920px;
}
.wp-block-cover-image.aligncenter h2,
.wp-block-cover-image.aligncenter .wp-block-cover-image-text,
.wp-block-cover-image.aligncenter .wp-block-cover-text,
.wp-block-cover.aligncenter h2,
.wp-block-cover.aligncenter .wp-block-cover-image-text,
.wp-block-cover.aligncenter .wp-block-cover-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.wp-block-cover-image.alignwide,
.wp-block-cover.alignwide {
	margin: 1.5em auto;
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	width: 100%;
}
.wp-block-cover-image.has-background-dim.alignleft,
.wp-block-cover.has-background-dim.alignleft {
	margin: 0 1.5em 1.5em 0;
}
.wp-block-cover-image.alignfull,
.wp-block-cover.alignfull {
	left: 0;
	margin: 1.5em auto;
	width: 100%;
}
.wp-block-cover-image.alignfull .wp-block-cover-image-text,
.wp-block-cover-image.alignfull .wp-block-cover-text,
.wp-block-cover-image.alignfull h2,
.wp-block-cover.alignfull .wp-block-cover-image-text,
.wp-block-cover.alignfull .wp-block-cover-text,
.wp-block-cover.alignfull h2 {
	max-width: calc(66.6666666667vw - 28px);
}
.wp-block-cover-image.has-background-dim,
.wp-block-cover.has-background-dim {
	margin: 1.5em auto;
}

.wp-block-gallery {
	list-style-type: none;
	padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-bottom: 16px;
}
.wp-block-gallery .blocks-gallery-caption {
	margin-bottom: 16px;
}

.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	width: 100%;
	font-size: 0.71111em;
	font-family: inherit;
	line-height: 1.6;
	margin: 0;
	padding: 0.5rem;
	text-align: center;
}

.wp-block-separator,
hr {
	background-color: #767676;
	border: 0;
	height: 2px;
	margin-bottom: 2rem;
	margin-top: 2rem;
	max-width: 100px;
	text-align: left;
	/* Remove duplicate rule-line when a separator
	 * is followed by an H1, or H2 */
}
.wp-block-separator.is-style-wide,
hr.is-style-wide {
	max-width: 100%;
}
.wp-block-separator.is-style-dots,
hr.is-style-dots {
	max-width: 100%;
	background-color: inherit;
	border: inherit;
	height: inherit;
	text-align: center;
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
	color: #767676;
	font-size: 1.6875em;
	letter-spacing: 0.88889em;
	padding-left: 0.88889em;
}
.wp-block-separator + h1:before, .wp-block-separator + h2:before,
hr + h1:before,
hr + h2:before {
	display: none;
}

.wp-block-embed-twitter {
	overflow: hidden;
}

.wp-block-embed {
	margin: 0;
}

.wp-block-table th,
.wp-block-table td {
	border-color: rgba(0, 0, 0, 0.05);
}

table tbody tr th a {
	font-weight: 300;
}

.wp-block-file {
	font-family: inherit;
}
.wp-block-file .wp-block-file__button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 6px 35px;
	color: #fff;
	background-color: #111;
	border: 2px solid #111;
	cursor: pointer;
}
.wp-block-file .wp-block-file__button:hover {
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}

.wp-block-code {
	border-radius: 0;
}
.wp-block-code code {
	font-size: 1.125em;
	white-space: pre-wrap;
	word-break: break-word;
}

.wp-block-columns {
	margin-top: 28px;
}
@media only screen and (min-width: 768px) {
	.wp-block-columns .wp-block-column > *:first-child {
		margin-top: 0;
	}
	.wp-block-columns .wp-block-column > *:last-child {
		margin-bottom: 0;
	}
	.wp-block-columns[class*=has-] > * {
		margin-right: 1rem;
	}
	.wp-block-columns[class*=has-] > *:last-child {
		margin-right: 0;
	}
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	font-weight: 700;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
	font-weight: normal;
}
.wp-block-latest-comments .wp-block-latest-comments__comment,
.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-content .qodef-e-text img {
	display: block;
}

.has-primary-background-color {
	background-color: #111;
}
.has-primary-background-color p,
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-background-color a {
	color: #fff;
}

/* ==========================================================================
   Header styles
   ========================================================================== */
#qodef-page-header {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100px;
	background-color: #fff;
	z-index: 100;
}
#qodef-page-header .qodef-header-logo-link {
	position: relative;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	height: 100px;
	max-height: 100%;
}
#qodef-page-header .qodef-header-logo-link img {
	display: block;
	margin: auto 0;
	width: auto;
	max-height: 100%;
	transition: opacity 0.3s ease;
}
#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
	width: 50%;
}

#qodef-page-header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 25px;
}

/* ==========================================================================
   Justified Gallery styles
   ========================================================================== */
.qodef-layout--justified-gallery {
	height: auto !important;
	visibility: hidden;
}
.qodef-layout--justified-gallery.qodef--justified-gallery-init {
	visibility: visible;
}
.qodef-layout--justified-gallery .qodef-grid-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 !important;
	overflow: hidden;
}
.qodef-layout--justified-gallery .qodef-grid-item {
	position: absolute;
	width: auto;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.qodef-layout--justified-gallery .qodef-grid-item img {
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
}
.qodef-layout--justified-gallery > .jg-filtered {
	display: none;
}

/* ==========================================================================
   Mobile Header styles
   ========================================================================== */
#qodef-page-mobile-header {
	position: relative;
	display: none;
	height: 70px;
	z-index: 100;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link {
	position: relative;
	display: flex;
	align-items: center;
	height: 70px;
	max-height: 100%;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
	display: block;
	margin: auto;
	width: auto;
	max-height: 100%;
	transition: opacity 0.3s ease;
}

#qodef-page-mobile-header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 40px;
}

.qodef-mobile-header-opener {
	font-size: 20px;
	margin-left: 20px;
}

.qodef-mobile-header-navigation {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	max-height: calc(100vh - 70px);
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	z-index: 10;
}
.qodef-mobile-header-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qodef-mobile-header-navigation ul li {
	position: relative;
	margin: 0;
	padding: 0;
}
.qodef-mobile-header-navigation ul li ul {
	display: none;
}
.qodef-mobile-header-navigation ul li.menu-item-has-children > a:after {
	content: "\f054";
	position: absolute;
	top: 10px;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	color: #989898;
	transform-origin: 50% 50%;
	transition: transform 0.2s ease-out;
}
body:not([class*=pelicula-core]) .qodef-mobile-header-navigation ul li.menu-item-has-children > a:after {
	content: "" !important;
	top: 9px;
	width: 14px;
	height: 14px;
	background-image: url(../img/mobile-right-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.3s ease;
	transform-origin: center center;
}
.qodef-mobile-header-navigation ul li.menu-item-has-children.qodef--opened > a:after {
	transform: rotate(90deg);
}
.qodef-mobile-header-navigation > ul {
	margin: 0 auto;
	padding: 34px 0;
}
.qodef-mobile-header-navigation > ul > li {
	padding: 6px 0;
}
.qodef-mobile-header-navigation > ul > li > a {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 17px;
	letter-spacing: 0.2em;
}
.qodef-mobile-header-navigation > ul > li > a > span {
	position: relative;
}
.qodef-mobile-header-navigation > ul > li > a > span:before {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 0.2s cubic-bezier(0.25, 0.78, 0.35, 0.91);
}
.qodef-mobile-header-navigation > ul > li > a:hover > span:before {
	transform: scaleX(1);
}
.qodef-mobile-header-navigation > ul > li.current-menu-ancestor > a > span:before, .qodef-mobile-header-navigation > ul > li.current-menu-item > a > span:before {
	transform: scaleX(1);
}
body:not([class*=pelicula-core]) .qodef-mobile-header-navigation ul ul li > a,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 10px 0;
	overflow: hidden;
	transition: padding 0.2s ease-out;
	padding-right: 11px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.857em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #989898;
	margin: 7px 0;
}
body:not([class*=pelicula-core]) .qodef-mobile-header-navigation ul ul li > a .qodef-menu-item-icon,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
	flex-shrink: 0;
}
body:not([class*=pelicula-core]) .qodef-mobile-header-navigation ul ul li > a:before,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	height: 3px;
	width: 3px;
	background: currentColor;
	border-radius: 100%;
	transition: left 0.2s ease-out, right 0.2s ease-out, color 0.2s ease-out;
	left: -11px;
}
body:not([class*=pelicula-core]) .qodef-mobile-header-navigation ul ul li > a:hover,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a:hover {
	padding-left: 11px;
	padding-right: 0;
}
body:not([class*=pelicula-core]) .qodef-mobile-header-navigation ul ul li > a:hover:before,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a:hover:before {
	left: 0;
}
body:not([class*=pelicula-core]) .qodef-mobile-header-navigation ul ul li.current-menu-ancestor > a, body:not([class*=pelicula-core]) .qodef-mobile-header-navigation ul ul li.current-menu-item > a,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor > a,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item > a {
	padding-left: 11px;
	padding-right: 0;
}
body:not([class*=pelicula-core]) .qodef-mobile-header-navigation ul ul li.current-menu-ancestor > a:before, body:not([class*=pelicula-core]) .qodef-mobile-header-navigation ul ul li.current-menu-item > a:before,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
	left: 0;
}

/* ==========================================================================
   Navigation Menu styles
   ========================================================================== */
.qodef-header-navigation {
	height: 100%;
}
.qodef-header-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qodef-header-navigation ul .qodef-drop-down-second {
	background-color: rgba(0, 0, 0, 0.95);
}
.qodef-header-navigation ul li {
	position: relative;
	margin: 0;
	padding: 0;
}
.qodef-header-navigation ul li.qodef--hide-link > a {
	cursor: default;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 260px;
	margin: 0;
	padding: 19px 0 22px;
	background-color: rgba(0, 0, 0, 0.95);
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
	padding: 0 18px 0 24px;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children > a:after {
	content: "\f054";
	position: absolute;
	top: 50%;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	color: currentColor;
	transform: translateY(-50%);
	transition: color 0.2s ease-out;
}
body:not([class*=pelicula-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children > a {
	padding-right: 11px;
}
body:not([class*=pelicula-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children > a:after {
	content: ">" !important;
	font-family: initial !important;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover > ul {
	opacity: 1;
	visibility: visible;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
	top: calc(-19px - 12px);
	left: 100%;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
	left: auto;
	right: 0;
	text-align: right;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li {
	padding: 0 24px 0 18px;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children > a:after {
	content: "\f053";
	left: 0;
	right: auto;
}
body:not([class*=pelicula-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children > a {
	padding-right: 0;
	padding-left: 11px;
}
body:not([class*=pelicula-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children > a:after {
	content: "<" !important;
	font-family: initial !important;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul {
	left: -100%;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow:hover > ul {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.2s ease-out;
}
.qodef-header-navigation > ul {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	white-space: nowrap;
}
.qodef-header-navigation > ul > li {
	height: 100%;
	padding: 0 31px;
}
.qodef-header-navigation > ul > li:first-child {
	padding-left: 0;
}
.qodef-header-navigation > ul > li:last-child {
	padding-right: 0;
}
.qodef-header-navigation > ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 17px;
	letter-spacing: 0.2em;
}
.qodef-header-navigation > ul > li > a > span {
	position: relative;
}
.qodef-header-navigation > ul > li:has(.qodef-icon-font-awesome) {
	padding: 0 16px;
}
.qodef-header-navigation > ul > li .qodef-icon-font-awesome {
	margin-right: 0;
}
.qodef-header-navigation > ul > li:has(.qodef-icon-font-awesome) .qodef-menu-item-text {
	display: none;
}
.qodef-header-navigation > ul > li > a:hover > span:before {
	transform: scaleX(1);
}
.qodef-header-navigation > ul > li.current-menu-ancestor > a > span:before, .qodef-header-navigation > ul > li.current-menu-item > a > span:before {
	transform: scaleX(1);
}
.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul {
	/* LEFT --- STANDARD MENU LEVEL TWO AND THREE */
	/* RIGHT --- STANDARD MENU LEVEL TWO AND THREE */
}
.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li > a {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.857em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #ababab;
}
.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li > a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 10px 0;
	overflow: hidden;
	transition: padding 0.2s ease-out;
	padding-right: 11px;
}
.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li > a .qodef-menu-item-icon {
	flex-shrink: 0;
}
.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li > a:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	height: 3px;
	width: 3px;
	background: currentColor;
	border-radius: 100%;
	transition: left 0.2s ease-out, right 0.2s ease-out, color 0.2s ease-out;
	left: -11px;
}
.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover > a, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor > a, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item > a {
	padding-left: 11px;
	padding-right: 0;
	color: #fff;
}
.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item > a:before {
	left: 0;
}
.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li > a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 10px 0;
	overflow: hidden;
	transition: padding 0.2s ease-out;
	justify-content: flex-end;
	padding-left: 11px;
}
.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li > a .qodef-menu-item-icon {
	flex-shrink: 0;
}
.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li > a:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	height: 3px;
	width: 3px;
	background: currentColor;
	border-radius: 100%;
	transition: left 0.2s ease-out, right 0.2s ease-out, color 0.2s ease-out;
	right: -11px;
}
.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover > a, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor > a, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item > a {
	padding-left: 0;
	padding-right: 11px;
	color: #fff;
}
.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item > a:before {
	right: 0;
}

/* ==========================================================================
   Pagination global styles
   ========================================================================== */
.qodef-m-pagination {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
	.qodef-m-pagination {
		margin-bottom: 35px;
	}
}
.qodef-m-pagination.qodef--wp .nav-links {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-m-pagination.qodef--wp .page-numbers {
	position: relative;
	margin: 0 21px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	letter-spacing: 0;
	opacity: 0.5;
	transition: opacity 0.2s ease-out;
}
.qodef-m-pagination.qodef--wp .page-numbers * {
	display: block;
	line-height: inherit;
}
.qodef-m-pagination.qodef--wp .page-numbers:first-child {
	margin-left: 0;
}
.qodef-m-pagination.qodef--wp .page-numbers:last-child {
	margin-right: 0;
}
.qodef-m-pagination.qodef--wp .page-numbers.dots:after {
	display: none;
}
.qodef-m-pagination.qodef--wp .page-numbers.prev, .qodef-m-pagination.qodef--wp .page-numbers.next {
	position: relative;
	top: -1px;
	font-size: 30px;
}
.qodef-m-pagination.qodef--wp .page-numbers.prev:after, .qodef-m-pagination.qodef--wp .page-numbers.next:after {
	display: none;
}
body:not([class*=pelicula-core]) .qodef-m-pagination.qodef--wp .page-numbers.prev, body:not([class*=pelicula-core]) .qodef-m-pagination.qodef--wp .page-numbers.next {
	top: 0;
	font-size: 17px;
}
.qodef-m-pagination.qodef--wp .page-numbers.prev {
	margin-right: 18px;
}
.qodef-m-pagination.qodef--wp .page-numbers.next {
	margin-left: 18px;
}
.qodef-m-pagination.qodef--wp .page-numbers:hover, .qodef-m-pagination.qodef--wp .page-numbers.current {
	opacity: 1;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
	position: relative;
	display: flex;
	align-items: center;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
	position: relative;
	margin: 0 21px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	letter-spacing: 0;
	opacity: 0.5;
	transition: opacity 0.2s ease-out;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child {
	margin-left: 0;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child {
	margin-right: 0;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.dots:after {
	display: none;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
	position: relative;
	top: -2px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:after, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:after {
	display: none;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
	margin-right: 18px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
	margin-left: 18px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active {
	opacity: 1;
}
.qodef-m-pagination.qodef--load-more {
	text-align: center;
}
.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-m-pagination.qodef--load-more .qodef-load-more-button {
	opacity: 1;
}
.qodef-m-pagination .qodef-load-more-button {
	overflow: hidden;
	background-color: transparent !important;
}
.qodef-m-pagination .qodef-load-more-button .qodef-btn-bg-holder {
	background-color: #000 !important;
}
.qodef-m-pagination.qodef--infinite-scroll {
	text-align: center;
}
.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 32px;
	line-height: 1;
	color: #111;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.2s ease-out;
}
.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner:before {
	display: block;
	line-height: inherit;
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
	opacity: 1;
	transition: opacity 0.2s ease-out;
}
.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
	opacity: 0;
}
.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 16px);
	font-size: 32px;
	line-height: 1;
	color: #111;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.2s ease-out;
}
.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner:before {
	display: block;
	line-height: inherit;
}
.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-loading-spinner {
	opacity: 1;
	z-index: 1;
}
.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
	opacity: 0;
}
.qodef-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-infinite-scroll-spinner {
	opacity: 1;
	z-index: 1;
}

.qodef-single-links {
	position: relative;
	display: flex;
	align-items: baseline;
	width: 100%;
	margin: 15px 0;
}
.qodef-single-links .qodef-m-single-links-title {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 17px;
	letter-spacing: 0.2em;
	margin-right: 10px;
}
.qodef-single-links a,
.qodef-single-links > span:not(.qodef-m-single-links-title) {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	padding: 0 3px;
	color: #111;
}
.qodef-single-links a:last-child,
.qodef-single-links > span:not(.qodef-m-single-links-title):last-child {
	margin-right: 0;
}
.qodef-single-links > span:not(.qodef-m-single-links-title) {
	color: #111;
}

/* ==========================================================================
   Search styles
   ========================================================================== */
.qodef-search {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 50px;
}
.qodef-search .qodef-e-search-heading {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 60px;
}
.qodef-search .qodef-e-search-heading .qodef-e-search-heading-title {
	margin: 0 0 20px;
}
.qodef-search .qodef-e-search-heading .qodef-e-search-heading-form {
	width: 100%;
	margin: 0;
}
.qodef-search .qodef-e-search-heading .qodef-search-form .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-search .qodef-e-search-heading .qodef-search-form input,
.qodef-search .qodef-e-search-heading .qodef-search-form button {
	height: 50px;
	padding: 10px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 30px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
.qodef-search .qodef-e-search-heading .qodef-search-form input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: auto;
	padding: 17px 25px;
	font-family: inherit;
	font-size: 16px;
	line-height: 24px;
	font-weight: inherit;
	color: #6d6d6d;
	background-color: transparent;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	outline: 0;
	cursor: pointer;
	-webkit-appearance: none;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.qodef-search .qodef-e-search-heading .qodef-search-form input:focus {
	color: #111;
	background-color: transparent;
	border-left-color: #111;
}
.qodef-search .qodef-e-search-heading .qodef-search-form input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-search .qodef-e-search-heading .qodef-search-form input::placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button {
	position: absolute;
	top: 50%;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	padding: 0;
	font-size: 15px;
	text-align: center;
	color: #111;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	transform: translateY(-50%);
	transition: color 0.2s ease-out;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button span {
	display: block;
	line-height: inherit;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button span:before {
	display: block;
	line-height: inherit;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button svg {
	stroke: currentColor;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button svg path {
	stroke: currentColor;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button:hover {
	color: #6d6d6d;
}
.qodef-search article {
	margin-bottom: 30px;
}
.qodef-search article:last-child {
	margin-bottom: 0;
}
.qodef-search article .qodef-e-inner {
	position: relative;
	display: flex;
	align-items: flex-start;
}
.qodef-search article .qodef-e-inner > * {
	width: 100%;
}
.qodef-search article .qodef-e-inner .qodef-e-image {
	flex-basis: 180px;
	padding-right: 30px;
}
.qodef-search article .qodef-e-inner .qodef-e-title {
	margin: 0;
}
.qodef-search article .qodef-e-inner .qodef-e-excerpt {
	margin: 15px 0 0;
}

/* ==========================================================================
   Sidebar styles
   ========================================================================== */
#qodef-page-sidebar {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 60px;
}

/* ==========================================================================
   Title styles
   ========================================================================== */
.qodef-page-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 240px;
	background-color: #fafafa;
	z-index: 2;
}
.qodef-page-title .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.qodef-page-title .qodef-m-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.qodef-page-title .qodef-m-title {
	margin: 0;
}

/* ==========================================================================
   Widgets styles
   ========================================================================== */
.widget {
	margin: 0 0 35px;
}
.widget:last-child {
	margin-bottom: 0 !important;
}
.widget .qodef-widget-title {
	position: relative;
	display: inline-block;
	margin: 0 0 21px;
}
.widget .qodef-widget-title a {
	color: inherit;
}
.widget .qodef-widget-title a:hover {
	color: #111;
}
.widget a {
	color: #111;
}
.widget a:hover {
	color: #111;
}
.widget ul:not(.qodef-shortcode-list) {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 1px;
}
.widget ul:not(.qodef-shortcode-list) li:last-child {
	margin-bottom: 0;
}
.widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 1px;
	margin-left: 1em;
}
.widget.widget_archive select, .widget.widget_categories select, .widget.widget_text select {
	width: 100%;
	max-width: 100%;
	height: 57px;
	margin: 9px 0 0;
	padding: 16.5px 20px;
	font-family: inherit;
	font-size: 18px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #111;
	background-color: #fafafa;
	border: 1px solid transparent;
	border-radius: 0;
	outline: none;
}
.widget.widget_archive .select2, .widget.widget_categories .select2, .widget.widget_text .select2 {
	margin-bottom: 0;
}
.widget.widget_calendar {
	width: 100%;
}
.widget.widget_calendar table {
	table-layout: fixed;
}
.widget.widget_calendar #today {
	color: #eeeeee;
	background-color: #111;
}
.widget.widget_calendar #today a {
	color: inherit;
}
.widget.widget_calendar th,
.widget.widget_calendar tbody td {
	text-align: center;
}
.widget.widget_calendar tfoot tr,
.widget.widget_calendar tfoot td {
	border: 0;
}
.widget.widget_calendar tfoot a {
	color: #111;
}
.widget.widget_calendar tfoot a:hover {
	color: #111;
}
.widget.widget_text img {
	display: block;
}
.widget.widget_rss ul li {
	margin-bottom: 25px;
}
.widget.widget_rss ul li:last-child {
	margin-bottom: 0;
}
.widget.widget_rss ul .rsswidget {
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
.widget.widget_rss ul .rssSummary {
	margin-top: 5px;
}
.widget.widget_rss ul cite {
	display: block;
	margin-top: 5px;
}
.widget.widget_search .qodef-widget-title {
	margin-bottom: 30px;
}
.widget.widget_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.widget.widget_search input,
.widget.widget_search button {
	height: 57px;
	padding: 16.5px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
.widget.widget_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 60px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	color: #111;
	background-color: transparent;
	transition: border-color 0.2s ease-out;
	border: 0;
	border-left: 2px solid #cccccc;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
.widget.widget_search input:focus {
	color: #111;
}
.widget.widget_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
.widget.widget_search input::placeholder {
	color: inherit;
	opacity: 1;
}
.widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	font-size: 15px;
	text-align: center;
	color: #111;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	transition: color 0.2s ease-out;
}
.widget.widget_search button span {
	display: block;
	line-height: inherit;
}
.widget.widget_search button span:before {
	display: block;
	line-height: inherit;
}
.widget.widget_search button svg {
	stroke: currentColor;
}
.widget.widget_search button svg path {
	stroke: currentColor;
}
.widget.widget_search button:hover {
	color: #6d6d6d;
}
.widget .wp-block-search__inside-wrapper {
	position: relative;
}
.widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: inherit;
	font-size: 14px !important;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: #111;
	margin-right: 18px;
	position: relative;
	position: relative;
}
.widget.widget_tag_cloud .tagcloud a:last-child {
	margin-right: 0;
}
.widget.widget_tag_cloud .tagcloud a:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -13px;
}
.widget.widget_tag_cloud .tagcloud a:last-child:after {
	content: "";
}
.widget.widget_tag_cloud .tagcloud a:before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
.widget.widget_tag_cloud .tagcloud a:hover:before {
	transform: scaleX(1);
}
.widget.widget_tag_cloud .tagcloud a:after {
	color: #111;
}
.widget.widget_tag_cloud .tagcloud a:hover {
	color: #111;
}
.widget.widget_media_image {
	margin-bottom: 0;
}
.widget.widget_media_image .qodef-widget-title {
	margin-bottom: 30px;
}
.widget.widget_media_image a {
	display: inline-block;
	vertical-align: top;
}
.widget.widget_media_image img {
	display: block;
}
.widget.widget_pages .qodef-widget-title, .widget.widget_archive .qodef-widget-title, .widget.widget_categories .qodef-widget-title, .widget.widget_meta .qodef-widget-title, .widget.widget_recent_comments .qodef-widget-title, .widget.widget_recent_entries .qodef-widget-title, .widget.widget_nav_menu .qodef-widget-title {
	margin-bottom: 14px;
}
.widget.widget_pages ul li a, .widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_meta ul li a, .widget.widget_recent_comments ul li a, .widget.widget_recent_entries ul li a, .widget.widget_nav_menu ul li a {
	font-size: 14px;
	line-height: 35px;
}

#qodef-top-area .widget {
	margin: 0 0 0px;
	color: #fff;
}
#qodef-top-area .widget:last-child {
	margin-bottom: 0 !important;
}
#qodef-top-area .widget .qodef-widget-title {
	position: relative;
	display: inline-block;
	margin: 0 0 21px;
	color: #fff;
}
#qodef-top-area .widget .qodef-widget-title a {
	color: inherit;
}
#qodef-top-area .widget .qodef-widget-title a:hover {
	color: #fff;
}
#qodef-top-area .widget a {
	color: #fff;
}
#qodef-top-area .widget a:hover {
	color: #fff;
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) {
	padding: 0;
	margin: 0;
	list-style: none;
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 1px;
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) li:last-child {
	margin-bottom: 0;
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 1px;
	margin-left: 1em;
}
#qodef-top-area .widget.widget_archive select, #qodef-top-area .widget.widget_categories select, #qodef-top-area .widget.widget_text select {
	width: 100%;
	max-width: 100%;
	height: 57px;
	margin: 9px 0 0;
	padding: 16.5px 20px;
	font-family: inherit;
	font-size: 18px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #111;
	background-color: #fafafa;
	border: 1px solid transparent;
	border-radius: 0;
	outline: none;
}
#qodef-top-area .widget.widget_archive .select2, #qodef-top-area .widget.widget_categories .select2, #qodef-top-area .widget.widget_text .select2 {
	margin-bottom: 0;
}
#qodef-top-area .widget.widget_calendar {
	width: 100%;
}
#qodef-top-area .widget.widget_calendar table {
	table-layout: fixed;
}
#qodef-top-area .widget.widget_calendar #today {
	color: black;
	background-color: #fff;
}
#qodef-top-area .widget.widget_calendar #today a {
	color: inherit;
}
#qodef-top-area .widget.widget_calendar th,
#qodef-top-area .widget.widget_calendar tbody td {
	text-align: center;
}
#qodef-top-area .widget.widget_calendar tfoot tr,
#qodef-top-area .widget.widget_calendar tfoot td {
	border: 0;
}
#qodef-top-area .widget.widget_calendar tfoot a {
	color: #fff;
}
#qodef-top-area .widget.widget_calendar tfoot a:hover {
	color: #fff;
}
#qodef-top-area .widget.widget_text img {
	display: block;
}
#qodef-top-area .widget.widget_rss ul li {
	margin-bottom: 25px;
}
#qodef-top-area .widget.widget_rss ul li:last-child {
	margin-bottom: 0;
}
#qodef-top-area .widget.widget_rss ul .rsswidget {
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-top-area .widget.widget_rss ul .rssSummary {
	margin-top: 5px;
}
#qodef-top-area .widget.widget_rss ul cite {
	display: block;
	margin-top: 5px;
}
#qodef-top-area .widget.widget_search .qodef-widget-title {
	margin-bottom: 30px;
}
#qodef-top-area .widget.widget_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-top-area .widget.widget_search input,
#qodef-top-area .widget.widget_search button {
	height: 57px;
	padding: 16.5px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
#qodef-top-area .widget.widget_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 60px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	color: #111;
	background-color: transparent;
	transition: border-color 0.2s ease-out;
	border: 0;
	border-left: 2px solid #cccccc;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
#qodef-top-area .widget.widget_search input:focus {
	color: #111;
}
#qodef-top-area .widget.widget_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-top-area .widget.widget_search input::placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-top-area .widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	font-size: 15px;
	text-align: center;
	color: #111;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	transition: color 0.2s ease-out;
}
#qodef-top-area .widget.widget_search button span {
	display: block;
	line-height: inherit;
}
#qodef-top-area .widget.widget_search button span:before {
	display: block;
	line-height: inherit;
}
#qodef-top-area .widget.widget_search button svg {
	stroke: currentColor;
}
#qodef-top-area .widget.widget_search button svg path {
	stroke: currentColor;
}
#qodef-top-area .widget.widget_search button:hover {
	color: #6d6d6d;
}
#qodef-top-area .widget .wp-block-search__inside-wrapper {
	position: relative;
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: inherit;
	font-size: 14px !important;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: #fff;
	margin-right: 18px;
	position: relative;
	position: relative;
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:last-child {
	margin-right: 0;
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -13px;
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:last-child:after {
	content: "";
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover:before {
	transform: scaleX(1);
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:after {
	color: #fff;
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
}
#qodef-top-area .widget.widget_media_image {
	margin-bottom: 0;
}
#qodef-top-area .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 30px;
}
#qodef-top-area .widget.widget_media_image a {
	display: inline-block;
	vertical-align: top;
}
#qodef-top-area .widget.widget_media_image img {
	display: block;
}
#qodef-top-area .widget.widget_pages .qodef-widget-title, #qodef-top-area .widget.widget_archive .qodef-widget-title, #qodef-top-area .widget.widget_categories .qodef-widget-title, #qodef-top-area .widget.widget_meta .qodef-widget-title, #qodef-top-area .widget.widget_recent_comments .qodef-widget-title, #qodef-top-area .widget.widget_recent_entries .qodef-widget-title, #qodef-top-area .widget.widget_nav_menu .qodef-widget-title {
	margin-bottom: 14px;
}
#qodef-top-area .widget.widget_pages ul li a, #qodef-top-area .widget.widget_archive ul li a, #qodef-top-area .widget.widget_categories ul li a, #qodef-top-area .widget.widget_meta ul li a, #qodef-top-area .widget.widget_recent_comments ul li a, #qodef-top-area .widget.widget_recent_entries ul li a, #qodef-top-area .widget.widget_nav_menu ul li a {
	font-size: 14px;
	line-height: 35px;
}

#qodef-page-footer .widget {
	margin: 0 0 35px;
	color: #ccc;
}
#qodef-page-footer .widget:last-child {
	margin-bottom: 0 !important;
}
#qodef-page-footer .widget .qodef-widget-title {
	position: relative;
	display: inline-block;
	margin: 0 0 37px;
	color: #fff;
}
#qodef-page-footer .widget .qodef-widget-title a {
	color: inherit;
}
#qodef-page-footer .widget .qodef-widget-title a:hover {
	color: #fff;
}
#qodef-page-footer .widget a {
	color: #ccc;
}
#qodef-page-footer .widget a:hover {
	color: #fff;
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) {
	padding: 0;
	margin: 0;
	list-style: none;
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 1px;
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li:last-child {
	margin-bottom: 0;
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 1px;
	margin-left: 1em;
}
#qodef-page-footer .widget.widget_archive select, #qodef-page-footer .widget.widget_categories select, #qodef-page-footer .widget.widget_text select {
	width: 100%;
	max-width: 100%;
	height: 57px;
	margin: 9px 0 0;
	padding: 16.5px 20px;
	font-family: inherit;
	font-size: 18px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #111;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: none;
}
#qodef-page-footer .widget.widget_archive .select2, #qodef-page-footer .widget.widget_categories .select2, #qodef-page-footer .widget.widget_text .select2 {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_calendar {
	width: 100%;
}
#qodef-page-footer .widget.widget_calendar table {
	table-layout: fixed;
}
#qodef-page-footer .widget.widget_calendar #today {
	color: black;
	background-color: #fff;
}
#qodef-page-footer .widget.widget_calendar #today a {
	color: inherit;
}
#qodef-page-footer .widget.widget_calendar th,
#qodef-page-footer .widget.widget_calendar tbody td {
	text-align: center;
}
#qodef-page-footer .widget.widget_calendar tfoot tr,
#qodef-page-footer .widget.widget_calendar tfoot td {
	border: 0;
}
#qodef-page-footer .widget.widget_calendar tfoot a {
	color: #ccc;
}
#qodef-page-footer .widget.widget_calendar tfoot a:hover {
	color: #fff;
}
#qodef-page-footer .widget.widget_text img {
	display: block;
}
#qodef-page-footer .widget.widget_rss ul li {
	margin-bottom: 25px;
}
#qodef-page-footer .widget.widget_rss ul li:last-child {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_rss ul .rsswidget {
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-page-footer .widget.widget_rss ul .rssSummary {
	margin-top: 5px;
}
#qodef-page-footer .widget.widget_rss ul cite {
	display: block;
	margin-top: 5px;
}
#qodef-page-footer .widget.widget_search .qodef-widget-title {
	margin-bottom: 46px;
}
#qodef-page-footer .widget.widget_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-footer .widget.widget_search input,
#qodef-page-footer .widget.widget_search button {
	height: 57px;
	padding: 16.5px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
#qodef-page-footer .widget.widget_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 60px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	color: #fff;
	background-color: transparent;
	transition: border-color 0.2s ease-out;
	border: 0;
	border-left: 2px solid #cccccc;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
#qodef-page-footer .widget.widget_search input:focus {
	color: #fff;
}
#qodef-page-footer .widget.widget_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer .widget.widget_search input::placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer .widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	transition: color 0.2s ease-out;
}
#qodef-page-footer .widget.widget_search button span {
	display: block;
	line-height: inherit;
}
#qodef-page-footer .widget.widget_search button span:before {
	display: block;
	line-height: inherit;
}
#qodef-page-footer .widget.widget_search button svg {
	stroke: currentColor;
}
#qodef-page-footer .widget.widget_search button svg path {
	stroke: currentColor;
}
#qodef-page-footer .widget.widget_search button:hover {
	color: #fff;
}
#qodef-page-footer .widget .wp-block-search__inside-wrapper {
	position: relative;
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: inherit;
	font-size: 14px !important;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: #ccc;
	margin-right: 18px;
	position: relative;
	position: relative;
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:last-child {
	margin-right: 0;
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -13px;
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:last-child:after {
	content: "";
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover:before {
	transform: scaleX(1);
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:after {
	color: #ccc;
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
}
#qodef-page-footer .widget.widget_media_image {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 46px;
}
#qodef-page-footer .widget.widget_media_image a {
	display: inline-block;
	vertical-align: top;
}
#qodef-page-footer .widget.widget_media_image img {
	display: block;
}
#qodef-page-footer .widget.widget_pages .qodef-widget-title, #qodef-page-footer .widget.widget_archive .qodef-widget-title, #qodef-page-footer .widget.widget_categories .qodef-widget-title, #qodef-page-footer .widget.widget_meta .qodef-widget-title, #qodef-page-footer .widget.widget_recent_comments .qodef-widget-title, #qodef-page-footer .widget.widget_recent_entries .qodef-widget-title, #qodef-page-footer .widget.widget_nav_menu .qodef-widget-title {
	margin-bottom: 14px;
}
#qodef-page-footer .widget.widget_pages ul li a, #qodef-page-footer .widget.widget_archive ul li a, #qodef-page-footer .widget.widget_categories ul li a, #qodef-page-footer .widget.widget_meta ul li a, #qodef-page-footer .widget.widget_recent_comments ul li a, #qodef-page-footer .widget.widget_recent_entries ul li a, #qodef-page-footer .widget.widget_nav_menu ul li a {
	font-size: 14px;
	line-height: 35px;
}

#qodef-side-area .widget {
	margin: 0 0 35px;
	color: #ccc;
}
#qodef-side-area .widget:last-child {
	margin-bottom: 0 !important;
}
#qodef-side-area .widget .qodef-widget-title {
	position: relative;
	display: inline-block;
	margin: 0 0 37px;
	color: #fff;
}
#qodef-side-area .widget .qodef-widget-title a {
	color: inherit;
}
#qodef-side-area .widget .qodef-widget-title a:hover {
	color: #fff;
}
#qodef-side-area .widget a {
	color: #ccc;
}
#qodef-side-area .widget a:hover {
	color: #fff;
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) {
	padding: 0;
	margin: 0;
	list-style: none;
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 1px;
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) li:last-child {
	margin-bottom: 0;
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 1px;
	margin-left: 1em;
}
#qodef-side-area .widget.widget_archive select, #qodef-side-area .widget.widget_categories select, #qodef-side-area .widget.widget_text select {
	width: 100%;
	max-width: 100%;
	height: 57px;
	margin: 9px 0 0;
	padding: 16.5px 20px;
	font-family: inherit;
	font-size: 18px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #111;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: none;
}
#qodef-side-area .widget.widget_archive .select2, #qodef-side-area .widget.widget_categories .select2, #qodef-side-area .widget.widget_text .select2 {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_calendar {
	width: 100%;
}
#qodef-side-area .widget.widget_calendar table {
	table-layout: fixed;
}
#qodef-side-area .widget.widget_calendar #today {
	color: black;
	background-color: #fff;
}
#qodef-side-area .widget.widget_calendar #today a {
	color: inherit;
}
#qodef-side-area .widget.widget_calendar th,
#qodef-side-area .widget.widget_calendar tbody td {
	text-align: center;
}
#qodef-side-area .widget.widget_calendar tfoot tr,
#qodef-side-area .widget.widget_calendar tfoot td {
	border: 0;
}
#qodef-side-area .widget.widget_calendar tfoot a {
	color: #ccc;
}
#qodef-side-area .widget.widget_calendar tfoot a:hover {
	color: #fff;
}
#qodef-side-area .widget.widget_text img {
	display: block;
}
#qodef-side-area .widget.widget_rss ul li {
	margin-bottom: 25px;
}
#qodef-side-area .widget.widget_rss ul li:last-child {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_rss ul .rsswidget {
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-side-area .widget.widget_rss ul .rssSummary {
	margin-top: 5px;
}
#qodef-side-area .widget.widget_rss ul cite {
	display: block;
	margin-top: 5px;
}
#qodef-side-area .widget.widget_search .qodef-widget-title {
	margin-bottom: 46px;
}
#qodef-side-area .widget.widget_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-side-area .widget.widget_search input,
#qodef-side-area .widget.widget_search button {
	height: 57px;
	padding: 16.5px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
#qodef-side-area .widget.widget_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 60px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	color: #fff;
	background-color: transparent;
	transition: border-color 0.2s ease-out;
	border: 0;
	border-left: 2px solid #cccccc;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
#qodef-side-area .widget.widget_search input:focus {
	color: #fff;
}
#qodef-side-area .widget.widget_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-side-area .widget.widget_search input::placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-side-area .widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	transition: color 0.2s ease-out;
}
#qodef-side-area .widget.widget_search button span {
	display: block;
	line-height: inherit;
}
#qodef-side-area .widget.widget_search button span:before {
	display: block;
	line-height: inherit;
}
#qodef-side-area .widget.widget_search button svg {
	stroke: currentColor;
}
#qodef-side-area .widget.widget_search button svg path {
	stroke: currentColor;
}
#qodef-side-area .widget.widget_search button:hover {
	color: #fff;
}
#qodef-side-area .widget .wp-block-search__inside-wrapper {
	position: relative;
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: inherit;
	font-size: 14px !important;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: #ccc;
	margin-right: 18px;
	position: relative;
	position: relative;
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:last-child {
	margin-right: 0;
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -13px;
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:last-child:after {
	content: "";
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover:before {
	transform: scaleX(1);
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:after {
	color: #ccc;
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
}
#qodef-side-area .widget.widget_media_image {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 46px;
}
#qodef-side-area .widget.widget_media_image a {
	display: inline-block;
	vertical-align: top;
}
#qodef-side-area .widget.widget_media_image img {
	display: block;
}
#qodef-side-area .widget.widget_pages .qodef-widget-title, #qodef-side-area .widget.widget_archive .qodef-widget-title, #qodef-side-area .widget.widget_categories .qodef-widget-title, #qodef-side-area .widget.widget_meta .qodef-widget-title, #qodef-side-area .widget.widget_recent_comments .qodef-widget-title, #qodef-side-area .widget.widget_recent_entries .qodef-widget-title, #qodef-side-area .widget.widget_nav_menu .qodef-widget-title {
	margin-bottom: 14px;
}
#qodef-side-area .widget.widget_pages ul li a, #qodef-side-area .widget.widget_archive ul li a, #qodef-side-area .widget.widget_categories ul li a, #qodef-side-area .widget.widget_meta ul li a, #qodef-side-area .widget.widget_recent_comments ul li a, #qodef-side-area .widget.widget_recent_entries ul li a, #qodef-side-area .widget.widget_nav_menu ul li a {
	font-size: 14px;
	line-height: 35px;
}

#qodef-page-sidebar .widget {
	margin: 0 0 35px;
}
#qodef-page-sidebar .widget:last-child {
	margin-bottom: 0 !important;
}
#qodef-page-sidebar .widget .qodef-widget-title {
	position: relative;
	display: inline-block;
	margin: 0 0 21px;
}
#qodef-page-sidebar .widget .qodef-widget-title a {
	color: inherit;
}
#qodef-page-sidebar .widget .qodef-widget-title a:hover {
	color: #111;
}
#qodef-page-sidebar .widget a {
	color: #6d6d6d;
}
#qodef-page-sidebar .widget a:hover {
	color: #111;
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) {
	padding: 0;
	margin: 0;
	list-style: none;
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 1px;
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li:last-child {
	margin-bottom: 0;
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 1px;
	margin-left: 1em;
}
#qodef-page-sidebar .widget.widget_archive select, #qodef-page-sidebar .widget.widget_categories select, #qodef-page-sidebar .widget.widget_text select {
	width: 100%;
	max-width: 100%;
	height: 57px;
	margin: 9px 0 0;
	padding: 16.5px 20px;
	font-family: inherit;
	font-size: 18px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #111;
	background-color: #fafafa;
	border: 1px solid transparent;
	border-radius: 0;
	outline: none;
}
#qodef-page-sidebar .widget.widget_archive .select2, #qodef-page-sidebar .widget.widget_categories .select2, #qodef-page-sidebar .widget.widget_text .select2 {
	margin-bottom: 0;
}
#qodef-page-sidebar .widget.widget_calendar {
	width: 100%;
}
#qodef-page-sidebar .widget.widget_calendar table {
	table-layout: fixed;
}
#qodef-page-sidebar .widget.widget_calendar #today {
	color: #eeeeee;
	background-color: #111;
}
#qodef-page-sidebar .widget.widget_calendar #today a {
	color: inherit;
}
#qodef-page-sidebar .widget.widget_calendar th,
#qodef-page-sidebar .widget.widget_calendar tbody td {
	text-align: center;
}
#qodef-page-sidebar .widget.widget_calendar tfoot tr,
#qodef-page-sidebar .widget.widget_calendar tfoot td {
	border: 0;
}
#qodef-page-sidebar .widget.widget_calendar tfoot a {
	color: #6d6d6d;
}
#qodef-page-sidebar .widget.widget_calendar tfoot a:hover {
	color: #111;
}
#qodef-page-sidebar .widget.widget_text img {
	display: block;
}
#qodef-page-sidebar .widget.widget_rss ul li {
	margin-bottom: 25px;
}
#qodef-page-sidebar .widget.widget_rss ul li:last-child {
	margin-bottom: 0;
}
#qodef-page-sidebar .widget.widget_rss ul .rsswidget {
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-page-sidebar .widget.widget_rss ul .rssSummary {
	margin-top: 5px;
}
#qodef-page-sidebar .widget.widget_rss ul cite {
	display: block;
	margin-top: 5px;
}
#qodef-page-sidebar .widget.widget_search .qodef-widget-title {
	margin-bottom: 30px;
}
#qodef-page-sidebar .widget.widget_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-sidebar .widget.widget_search input,
#qodef-page-sidebar .widget.widget_search button {
	height: 57px;
	padding: 16.5px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
#qodef-page-sidebar .widget.widget_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 60px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	color: #111;
	background-color: transparent;
	transition: border-color 0.2s ease-out;
	border: 0;
	border-left: 2px solid #cccccc;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
#qodef-page-sidebar .widget.widget_search input:focus {
	color: #111;
}
#qodef-page-sidebar .widget.widget_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-sidebar .widget.widget_search input::placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-sidebar .widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	font-size: 15px;
	text-align: center;
	color: #111;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	transition: color 0.2s ease-out;
}
#qodef-page-sidebar .widget.widget_search button span {
	display: block;
	line-height: inherit;
}
#qodef-page-sidebar .widget.widget_search button span:before {
	display: block;
	line-height: inherit;
}
#qodef-page-sidebar .widget.widget_search button svg {
	stroke: currentColor;
}
#qodef-page-sidebar .widget.widget_search button svg path {
	stroke: currentColor;
}
#qodef-page-sidebar .widget.widget_search button:hover {
	color: #6d6d6d;
}
#qodef-page-sidebar .widget .wp-block-search__inside-wrapper {
	position: relative;
}
#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: inherit;
	font-size: 14px !important;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: #6d6d6d;
	margin-right: 18px;
	position: relative;
	position: relative;
}
#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:last-child {
	margin-right: 0;
}
#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -13px;
}
#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:last-child:after {
	content: "";
}
#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:hover:before {
	transform: scaleX(1);
}
#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:after {
	color: #6d6d6d;
}
#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
	color: #111;
}
#qodef-page-sidebar .widget.widget_media_image {
	margin-bottom: 0;
}
#qodef-page-sidebar .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 30px;
}
#qodef-page-sidebar .widget.widget_media_image a {
	display: inline-block;
	vertical-align: top;
}
#qodef-page-sidebar .widget.widget_media_image img {
	display: block;
}
#qodef-page-sidebar .widget.widget_pages .qodef-widget-title, #qodef-page-sidebar .widget.widget_archive .qodef-widget-title, #qodef-page-sidebar .widget.widget_categories .qodef-widget-title, #qodef-page-sidebar .widget.widget_meta .qodef-widget-title, #qodef-page-sidebar .widget.widget_recent_comments .qodef-widget-title, #qodef-page-sidebar .widget.widget_recent_entries .qodef-widget-title, #qodef-page-sidebar .widget.widget_nav_menu .qodef-widget-title {
	margin-bottom: 14px;
}
#qodef-page-sidebar .widget.widget_pages ul li a, #qodef-page-sidebar .widget.widget_archive ul li a, #qodef-page-sidebar .widget.widget_categories ul li a, #qodef-page-sidebar .widget.widget_meta ul li a, #qodef-page-sidebar .widget.widget_recent_comments ul li a, #qodef-page-sidebar .widget.widget_recent_entries ul li a, #qodef-page-sidebar .widget.widget_nav_menu ul li a {
	font-size: 14px;
	line-height: 35px;
}

.qodef-mega-menu-widget-holder .widget {
	margin: 0 0 35px;
	color: #fff;
}
.qodef-mega-menu-widget-holder .widget:last-child {
	margin-bottom: 0 !important;
}
.qodef-mega-menu-widget-holder .widget .qodef-widget-title {
	position: relative;
	display: inline-block;
	margin: 0 0 21px;
	color: #fff;
}
.qodef-mega-menu-widget-holder .widget .qodef-widget-title a {
	color: inherit;
}
.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover {
	color: #111;
}
.qodef-mega-menu-widget-holder .widget a {
	color: #fff;
}
.qodef-mega-menu-widget-holder .widget a:hover {
	color: #111;
}
.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) {
	padding: 0;
	margin: 0;
	list-style: none;
}
.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 1px;
}
.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li:last-child {
	margin-bottom: 0;
}
.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 1px;
	margin-left: 1em;
}
.qodef-mega-menu-widget-holder .widget.widget_archive select, .qodef-mega-menu-widget-holder .widget.widget_categories select, .qodef-mega-menu-widget-holder .widget.widget_text select {
	width: 100%;
	max-width: 100%;
	height: 57px;
	margin: 9px 0 0;
	padding: 16.5px 20px;
	font-family: inherit;
	font-size: 18px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #111;
	background-color: #fafafa;
	border: 1px solid transparent;
	border-radius: 0;
	outline: none;
}
.qodef-mega-menu-widget-holder .widget.widget_archive .select2, .qodef-mega-menu-widget-holder .widget.widget_categories .select2, .qodef-mega-menu-widget-holder .widget.widget_text .select2 {
	margin-bottom: 0;
}
.qodef-mega-menu-widget-holder .widget.widget_calendar {
	width: 100%;
}
.qodef-mega-menu-widget-holder .widget.widget_calendar table {
	table-layout: fixed;
}
.qodef-mega-menu-widget-holder .widget.widget_calendar #today {
	color: #eeeeee;
	background-color: #111;
}
.qodef-mega-menu-widget-holder .widget.widget_calendar #today a {
	color: inherit;
}
.qodef-mega-menu-widget-holder .widget.widget_calendar th,
.qodef-mega-menu-widget-holder .widget.widget_calendar tbody td {
	text-align: center;
}
.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot tr,
.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot td {
	border: 0;
}
.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a {
	color: #fff;
}
.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a:hover {
	color: #111;
}
.qodef-mega-menu-widget-holder .widget.widget_text img {
	display: block;
}
.qodef-mega-menu-widget-holder .widget.widget_rss ul li {
	margin-bottom: 25px;
}
.qodef-mega-menu-widget-holder .widget.widget_rss ul li:last-child {
	margin-bottom: 0;
}
.qodef-mega-menu-widget-holder .widget.widget_rss ul .rsswidget {
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
.qodef-mega-menu-widget-holder .widget.widget_rss ul .rssSummary {
	margin-top: 5px;
}
.qodef-mega-menu-widget-holder .widget.widget_rss ul cite {
	display: block;
	margin-top: 5px;
}
.qodef-mega-menu-widget-holder .widget.widget_search .qodef-widget-title {
	margin-bottom: 30px;
}
.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-mega-menu-widget-holder .widget.widget_search input,
.qodef-mega-menu-widget-holder .widget.widget_search button {
	height: 57px;
	padding: 16.5px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
.qodef-mega-menu-widget-holder .widget.widget_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 60px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	color: #111;
	background-color: transparent;
	transition: border-color 0.2s ease-out;
	border: 0;
	border-left: 2px solid #cccccc;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
.qodef-mega-menu-widget-holder .widget.widget_search input:focus {
	color: #111;
}
.qodef-mega-menu-widget-holder .widget.widget_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-mega-menu-widget-holder .widget.widget_search input::placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-mega-menu-widget-holder .widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	font-size: 15px;
	text-align: center;
	color: #111;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	transition: color 0.2s ease-out;
}
.qodef-mega-menu-widget-holder .widget.widget_search button span {
	display: block;
	line-height: inherit;
}
.qodef-mega-menu-widget-holder .widget.widget_search button span:before {
	display: block;
	line-height: inherit;
}
.qodef-mega-menu-widget-holder .widget.widget_search button svg {
	stroke: currentColor;
}
.qodef-mega-menu-widget-holder .widget.widget_search button svg path {
	stroke: currentColor;
}
.qodef-mega-menu-widget-holder .widget.widget_search button:hover {
	color: #6d6d6d;
}
.qodef-mega-menu-widget-holder .widget .wp-block-search__inside-wrapper {
	position: relative;
}
.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: inherit;
	font-size: 14px !important;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: #fff;
	margin-right: 18px;
	position: relative;
	position: relative;
}
.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:last-child {
	margin-right: 0;
}
.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -13px;
}
.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:last-child:after {
	content: "";
}
.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:hover:before {
	transform: scaleX(1);
}
.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:after {
	color: #fff;
}
.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:hover {
	color: #111;
}
.qodef-mega-menu-widget-holder .widget.widget_media_image {
	margin-bottom: 0;
}
.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 30px;
}
.qodef-mega-menu-widget-holder .widget.widget_media_image a {
	display: inline-block;
	vertical-align: top;
}
.qodef-mega-menu-widget-holder .widget.widget_media_image img {
	display: block;
}
.qodef-mega-menu-widget-holder .widget.widget_pages .qodef-widget-title, .qodef-mega-menu-widget-holder .widget.widget_archive .qodef-widget-title, .qodef-mega-menu-widget-holder .widget.widget_categories .qodef-widget-title, .qodef-mega-menu-widget-holder .widget.widget_meta .qodef-widget-title, .qodef-mega-menu-widget-holder .widget.widget_recent_comments .qodef-widget-title, .qodef-mega-menu-widget-holder .widget.widget_recent_entries .qodef-widget-title, .qodef-mega-menu-widget-holder .widget.widget_nav_menu .qodef-widget-title {
	margin-bottom: 14px;
}
.qodef-mega-menu-widget-holder .widget.widget_pages ul li a, .qodef-mega-menu-widget-holder .widget.widget_archive ul li a, .qodef-mega-menu-widget-holder .widget.widget_categories ul li a, .qodef-mega-menu-widget-holder .widget.widget_meta ul li a, .qodef-mega-menu-widget-holder .widget.widget_recent_comments ul li a, .qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li a, .qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li a {
	font-size: 14px;
	line-height: 35px;
}

#qodef-page-sidebar .widget .qodef-last-word {
	position: relative;
}
#qodef-page-sidebar .widget .qodef-last-word:after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 0;
	height: 2px;
	background-color: currentColor;
	transition: width 0.2s ease-out;
}
#qodef-page-sidebar .widget .qodef-last-word.qodef-appeared:after {
	width: 100%;
}

#qodef-page-footer .widget.widget_calendar tr,
#qodef-side-area .widget.widget_calendar tr {
	border: 1px solid #ccc;
}
#qodef-page-footer .widget.widget_calendar th,
#qodef-page-footer .widget.widget_calendar tbody td,
#qodef-side-area .widget.widget_calendar th,
#qodef-side-area .widget.widget_calendar tbody td {
	border-right: 1px solid #ccc;
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:after,
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:after {
	color: #ccc;
}

body[class*=pelicula-core] #qodef-page-footer .widget.widget_nav_menu ul {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	white-space: nowrap;
}
body[class*=pelicula-core] #qodef-page-footer .widget.widget_nav_menu ul > li {
	height: 100%;
	margin: 0 31px;
}
body[class*=pelicula-core] #qodef-page-footer .widget.widget_nav_menu ul > li:first-child {
	margin-left: 0;
}
body[class*=pelicula-core] #qodef-page-footer .widget.widget_nav_menu ul > li:last-child {
	margin-right: 0;
}
body[class*=pelicula-core] #qodef-page-footer .widget.widget_nav_menu ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 0.2em;
	color: #fff;
}
body[class*=pelicula-core] #qodef-page-footer .widget.widget_nav_menu ul > li > a:before {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition: width 0.2s ease-out;
}
body[class*=pelicula-core] #qodef-page-footer .widget.widget_nav_menu ul > li > a:hover:before {
	width: 100%;
}
body[class*=pelicula-core] #qodef-page-footer-top-area .qodef-grid.qodef-col-num--2 .qodef-grid-inner .qodef-grid-item:first-child .widget.widget_media_image a, body[class*=pelicula-core] #qodef-page-footer-top-area .qodef-grid.qodef-col-num--2 .qodef-grid-inner .qodef-grid-item:first-child .widget.widget_media_image img,
body[class*=pelicula-core] #qodef-page-footer-bottom-area .qodef-grid.qodef-col-num--2 .qodef-grid-inner .qodef-grid-item:first-child .widget.widget_media_image a,
body[class*=pelicula-core] #qodef-page-footer-bottom-area .qodef-grid.qodef-col-num--2 .qodef-grid-inner .qodef-grid-item:first-child .widget.widget_media_image img {
	display: block;
	margin: 0 auto 0 0;
}
body[class*=pelicula-core] #qodef-page-footer-top-area .qodef-grid.qodef-col-num--2 .qodef-grid-inner .qodef-grid-item:first-child .widget.widget_nav_menu ul,
body[class*=pelicula-core] #qodef-page-footer-bottom-area .qodef-grid.qodef-col-num--2 .qodef-grid-inner .qodef-grid-item:first-child .widget.widget_nav_menu ul {
	justify-content: flex-start;
}
body[class*=pelicula-core] #qodef-page-footer-top-area .qodef-grid.qodef-col-num--2 .qodef-grid-inner .qodef-grid-item + .qodef-grid-item .widget.widget_media_image a, body[class*=pelicula-core] #qodef-page-footer-top-area .qodef-grid.qodef-col-num--2 .qodef-grid-inner .qodef-grid-item + .qodef-grid-item .widget.widget_media_image img,
body[class*=pelicula-core] #qodef-page-footer-bottom-area .qodef-grid.qodef-col-num--2 .qodef-grid-inner .qodef-grid-item + .qodef-grid-item .widget.widget_media_image a,
body[class*=pelicula-core] #qodef-page-footer-bottom-area .qodef-grid.qodef-col-num--2 .qodef-grid-inner .qodef-grid-item + .qodef-grid-item .widget.widget_media_image img {
	display: block;
	margin: 0 0 0 auto;
}
body[class*=pelicula-core] #qodef-page-footer-top-area .qodef-grid.qodef-col-num--2 .qodef-grid-inner .qodef-grid-item + .qodef-grid-item .widget.widget_nav_menu ul,
body[class*=pelicula-core] #qodef-page-footer-bottom-area .qodef-grid.qodef-col-num--2 .qodef-grid-inner .qodef-grid-item + .qodef-grid-item .widget.widget_nav_menu ul {
	justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
	body[class*=pelicula-core] #qodef-page-footer-top-area .widget.widget_media_image a, body[class*=pelicula-core] #qodef-page-footer-top-area .widget.widget_media_image img,
	body[class*=pelicula-core] #qodef-page-footer-bottom-area .widget.widget_media_image a,
	body[class*=pelicula-core] #qodef-page-footer-bottom-area .widget.widget_media_image img {
		display: block;
		margin: 0 auto !important;
	}
	body[class*=pelicula-core] #qodef-page-footer-top-area .widget.widget_nav_menu ul,
	body[class*=pelicula-core] #qodef-page-footer-bottom-area .widget.widget_nav_menu ul {
		flex-direction: column;
		justify-content: center;
	}
	body[class*=pelicula-core] #qodef-page-footer-top-area .widget.widget_nav_menu ul > li,
	body[class*=pelicula-core] #qodef-page-footer-bottom-area .widget.widget_nav_menu ul > li {
		margin: 0 !important;
	}
}

/* ==========================================================================
   Search appearance tweak begin
   ========================================================================== */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

input[type=search]::-ms-clear {
	display: none;
}

input[type=text]::-ms-clear {
	display: none;
}

/* ==========================================================================
   WooCommerce global styles
   ========================================================================== */
/* ==========================================================================
   Ratings mixins - start
   ========================================================================== */
/* ==========================================================================
   Ratings mixins - end
   ========================================================================== */
#qodef-woo-page .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 27px 6px;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	background-color: #111;
	z-index: 5;
}
#qodef-woo-page .qodef-woo-product-title,
.qodef-woo-shortcode .qodef-woo-product-title {
	margin: 0;
}
#qodef-woo-page .qodef-woo-ratings,
.qodef-woo-shortcode .qodef-woo-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-inner,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-star,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star {
	font-size: 15px;
	letter-spacing: 0.6em;
	color: #888;
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #111;
}
#qodef-woo-page .price,
.qodef-woo-shortcode .price {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
	margin: 8px 0 0;
	color: #6d6d6d;
}
#qodef-woo-page .price del,
.qodef-woo-shortcode .price del {
	margin-right: 10px;
}
#qodef-woo-page .price ins,
.qodef-woo-shortcode .price ins {
	text-decoration: none;
}
#qodef-woo-page .button,
#qodef-woo-page .added_to_cart,
.qodef-woo-shortcode .button,
.qodef-woo-shortcode .added_to_cart {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 8px 50px;
	cursor: pointer;
	z-index: 3;
	color: #fff;
	background-color: #111;
	border: 2px solid #111;
	padding: 8px 45px;
}
#qodef-woo-page .button:hover,
#qodef-woo-page .added_to_cart:hover,
.qodef-woo-shortcode .button:hover,
.qodef-woo-shortcode .added_to_cart:hover {
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}
#qodef-woo-page .button.added,
#qodef-woo-page .added_to_cart.added,
.qodef-woo-shortcode .button.added,
.qodef-woo-shortcode .added_to_cart.added {
	display: none;
}

#qodef-woo-page .quantity {
	white-space: nowrap;
}
#qodef-woo-page .quantity input[type=number] {
	width: 60px;
	margin: 0;
	padding: 12px 10px;
	text-align: center;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}

.woocommerce-page div.woocommerce .woocommerce-message,
.woocommerce-page div.woocommerce .woocommerce-info,
.woocommerce-page div.woocommerce .woocommerce-error {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	padding: 20px 30px;
	margin-bottom: 30px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.woocommerce-page div.woocommerce .woocommerce-message,
	.woocommerce-page div.woocommerce .woocommerce-info,
	.woocommerce-page div.woocommerce .woocommerce-error {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 20px;
	}
	.woocommerce-page div.woocommerce .woocommerce-message a,
	.woocommerce-page div.woocommerce .woocommerce-info a,
	.woocommerce-page div.woocommerce .woocommerce-error a {
		margin-top: 10px;
	}
}
.woocommerce-page div.woocommerce .shop_table tr {
	border-left: none;
	border-right: none;
	border-top: none;
}
.woocommerce-page div.woocommerce .shop_table th, .woocommerce-page div.woocommerce .shop_table td {
	padding: 15px 0 15px 5px;
	vertical-align: middle;
	text-align: left;
	border: 0;
}
.woocommerce-page div.woocommerce .shop_table th:first-child, .woocommerce-page div.woocommerce .shop_table td:first-child {
	padding-left: 0;
}
.woocommerce-page div.woocommerce .shop_table th {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
.woocommerce-page div.woocommerce .shop_table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-page div.woocommerce .shop_table td ul li {
	margin: 0 0 10px;
	padding: 0;
}
.woocommerce-page div.woocommerce .shop_table td ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-page div.woocommerce .shop_table td ul li label {
	margin-bottom: 0;
}
.woocommerce-page div.woocommerce .shop_table p {
	margin: 0;
}
.woocommerce-page div.woocommerce .col2-set {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
}
.woocommerce-page div.woocommerce .col2-set > * {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.woocommerce-page div.woocommerce address {
	font-style: normal;
}
.woocommerce-page div.woocommerce address p {
	margin: 0;
}
.woocommerce-page div.woocommerce form p {
	margin: 0;
}
.woocommerce-page .pswp__button--arrow--left:before,
.woocommerce-page .pswp__button--arrow--right:before,
.woocommerce-page .pswp__button.pswp__button--close,
.woocommerce-page .pswp__button.pswp__button--zoom,
.woocommerce-page .pswp__button.pswp__button--fs {
	background: none !important;
}
.woocommerce-page .pswp__button--arrow--left:before,
.woocommerce-page .pswp__button--arrow--right:before,
.woocommerce-page .pswp__button.pswp__button--close:before,
.woocommerce-page .pswp__button.pswp__button--zoom:before,
.woocommerce-page .pswp__button.pswp__button--fs:before {
	border: 0;
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background: none;
}
.woocommerce-page .pswp__button--arrow--left:before {
	font-size: 45px;
	content: "\f104";
}
.woocommerce-page .pswp__button--arrow--right:before {
	font-size: 45px;
	content: "\f105";
}
.woocommerce-page .pswp__button.pswp__button--close:before {
	font-size: 17px;
	content: "\f00d";
}
.woocommerce-page .pswp__button.pswp__button--zoom:before {
	font-size: 17px;
	content: "\f00e";
}
.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before {
	font-size: 17px;
	content: "\f010";
}
.woocommerce-page .pswp__button.pswp__button--fs:before {
	font-size: 17px;
	content: "\f0b2";
}
.woocommerce-page .pswp__counter,
.woocommerce-page .pswp__caption__center {
	font-family: inherit;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

/* ==========================================================================
   WooCommerce cart styles
   ========================================================================== */
#qodef-woo-page.qodef--cart .shop_table td.product-remove {
	width: 30px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-remove a {
	font-size: 20px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
	width: 72px;
	padding-right: 10px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a, #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img {
	display: block;
	width: 100%;
}
#qodef-woo-page.qodef--cart .shop_table td.product-name {
	text-align: left;
}
#qodef-woo-page.qodef--cart .shop_table td.product-name a {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number] {
	margin: 0;
}
#qodef-woo-page.qodef--cart .shop_table td.actions {
	padding: 30px 0 0;
	text-align: initial;
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 70%;
	float: left;
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
	margin-bottom: 0;
}
#qodef-woo-page.qodef--cart .shop_table td.actions label {
	display: none;
}
#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text] {
	width: auto;
	margin-right: 20px;
	padding: 13px 25px;
}
#qodef-woo-page.qodef--cart .shop_table td.actions > .button {
	float: right;
}
#qodef-woo-page.qodef--cart .shop_table.cart tbody > tr:last-child {
	border-bottom: 0;
}
#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
	width: 20%;
}
#qodef-woo-page.qodef--cart .cross-sells,
#qodef-woo-page.qodef--cart .cart_totals {
	margin-top: 70px;
}
#qodef-woo-page.qodef--cart .cross-sells > h2,
#qodef-woo-page.qodef--cart .cart_totals > h2 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 45px;
	line-height: 43px;
	letter-spacing: 0.06em;
	margin: 0 0 42px;
}
#qodef-woo-page.qodef--cart #shipping_method li {
	align-items: center;
	display: flex;
	gap: 20px;
}
#qodef-woo-page.qodef--cart #shipping_method li input {
	margin: 0;
}
#qodef-woo-page.qodef--cart .shipping-calculator-form {
	margin-top: 20px;
}
#qodef-woo-page.qodef--cart .shipping-calculator-form select {
	width: auto;
	min-width: 100%;
	margin: 0;
}
#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
	margin-top: 20px;
}

.woocommerce-page div.woocommerce .cart-empty {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 45px;
	line-height: 43px;
	letter-spacing: 0.06em;
	margin: 0;
	align-items: center;
	border: none;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.woocommerce-page div.woocommerce .return-to-shop {
	margin: 20px 0 0;
	text-align: center;
}
.woocommerce-page div.woocommerce .return-to-shop a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 6px 35px;
	cursor: pointer;
	z-index: 3;
	color: #fff;
	background-color: #111;
	border: 2px solid #111;
}
.woocommerce-page div.woocommerce .return-to-shop a:hover {
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}

/* ==========================================================================
   WooCommerce checkout styles
   ========================================================================== */
#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	flex-direction: column;
}
#qodef-woo-page.qodef--checkout .woocommerce-form-coupon > p {
	margin-bottom: 10px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout {
	margin-top: 40px;
}
#qodef-woo-page.qodef--checkout #customer_details h3 {
	margin: 0 0 20px;
}
#qodef-woo-page.qodef--checkout #order_review_heading {
	margin: 0 0 20px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
	margin-top: 30px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
	margin-top: 30px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 15px;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods {
	margin: 0;
	padding: 0;
	list-style: none;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li {
	position: relative;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
	margin: 0;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li {
	padding-left: 25px;
	padding-right: 25px;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
	position: absolute;
	top: 18px;
	left: 0;
	margin: 0;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods label {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	cursor: pointer;
}

/* ==========================================================================
   WooCommerce my account styles
   ========================================================================== */
.woocommerce-account .woocommerce-MyAccount-navigation {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	float: left;
	padding-right: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	position: relative;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
	margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #111;
}
.woocommerce-account .woocommerce-MyAccount-content {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 70%;
	float: left;
}
.woocommerce-account .button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 6px 35px;
	cursor: pointer;
	z-index: 3;
	color: #fff;
	background-color: #111;
	border: 2px solid #111;
}
.woocommerce-account .button:hover {
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
	margin-top: 10px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
	padding: 0;
	margin: 0;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
	display: none;
}

/* ==========================================================================
   WooCommerce order received styles
   ========================================================================== */
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 45px;
	line-height: 43px;
	letter-spacing: 0.06em;
	margin: 0 0 20px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
	position: relative;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li p {
	margin: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
	margin-top: 40px;
}
.woocommerce-order-received .woocommerce-order h2 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 45px;
	line-height: 43px;
	letter-spacing: 0.06em;
	margin: 0 0 20px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
	margin-top: 50px;
}

/* ==========================================================================
   WooCommerce pagination styles
   ========================================================================== */
#qodef-woo-page .woocommerce-pagination {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers {
	position: relative;
	margin: 0 21px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	letter-spacing: 0;
	opacity: 0.5;
	transition: opacity 0.2s ease-out;
}
#qodef-woo-page .woocommerce-pagination .page-numbers * {
	display: block;
	line-height: inherit;
}
#qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
	margin-left: 0;
}
#qodef-woo-page .woocommerce-pagination .page-numbers:last-child {
	margin-right: 0;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.dots:after {
	display: none;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.prev, #qodef-woo-page .woocommerce-pagination .page-numbers.next {
	position: relative;
	top: -2px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.prev:after, #qodef-woo-page .woocommerce-pagination .page-numbers.next:after {
	display: none;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
	margin-right: 18px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next {
	margin-left: 18px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers:hover, #qodef-woo-page .woocommerce-pagination .page-numbers.current {
	opacity: 1;
}

/* ==========================================================================
   WooCommerce product list styles
   ========================================================================== */
.qodef-woo-product-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-woo-product-list ul.products {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px;
	list-style: none;
	clear: both;
}
.qodef-woo-product-list ul.products > .product {
	padding: 0 15px;
	margin: 0 0 30px;
}
.qodef-woo-product-list ul.products.columns-1 > .product {
	width: 100%;
}
.qodef-woo-product-list ul.products.columns-2 > .product {
	width: 50%;
}
.qodef-woo-product-list ul.products.columns-3 > .product {
	width: 33.3333333333%;
}
.qodef-woo-product-list ul.products.columns-4 > .product {
	width: 25%;
}
.qodef-woo-product-list ul.products.columns-5 > .product {
	width: 20%;
}
.qodef-woo-product-list ul.products.columns-6 > .product {
	width: 16.6666666667%;
}
.qodef-woo-product-list ul.products.columns-7 > .product {
	width: 14.2857142857%;
}
.qodef-woo-product-list ul.products.columns-8 > .product {
	width: 12.5%;
}
.qodef-woo-product-list.qodef-gutter--no ul.products {
	margin: 0 -0px;
}
.qodef-woo-product-list.qodef-gutter--no ul.products > .product {
	padding: 0 0px;
	margin: 0 0 0px;
}
.qodef-woo-product-list.qodef-gutter--tiny ul.products {
	margin: 0 -5px;
}
.qodef-woo-product-list.qodef-gutter--tiny ul.products > .product {
	padding: 0 5px;
	margin: 0 0 10px;
}
.qodef-woo-product-list.qodef-gutter--small ul.products {
	margin: 0 -10px;
}
.qodef-woo-product-list.qodef-gutter--small ul.products > .product {
	padding: 0 10px;
	margin: 0 0 20px;
}
.qodef-woo-product-list.qodef-gutter--normal ul.products {
	margin: 0 -15px;
}
.qodef-woo-product-list.qodef-gutter--normal ul.products > .product {
	padding: 0 15px;
	margin: 0 0 30px;
}
.qodef-woo-product-list.qodef-gutter--medium ul.products {
	margin: 0 -20px;
}
.qodef-woo-product-list.qodef-gutter--medium ul.products > .product {
	padding: 0 20px;
	margin: 0 0 40px;
}
.qodef-woo-product-list.qodef-gutter--large ul.products {
	margin: 0 -25px;
}
.qodef-woo-product-list.qodef-gutter--large ul.products > .product {
	padding: 0 25px;
	margin: 0 0 50px;
}
.qodef-woo-product-list.qodef-gutter--huge ul.products {
	margin: 0 -40px;
}
.qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
	padding: 0 40px;
	margin: 0 0 80px;
}
.qodef-woo-product-list .qodef-woo-product-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.touchevents .qodef-woo-product-list .qodef-woo-product-inner {
	cursor: pointer;
}
.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner {
	opacity: 1;
}
.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title {
	color: #111;
	transform: translateX(7px);
}
.qodef-woo-product-list .qodef-woo-product-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	position: relative;
}
.qodef-woo-product-list .qodef-woo-product-image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	pointer-events: none;
	z-index: 1;
}
.qodef-woo-product-list .qodef-woo-product-image img {
	display: block;
	width: 100%;
}
.qodef-woo-product-list .qodef-woo-product-image-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.qodef-woo-product-list .qodef-woo-product-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 13px 0 13px 19px;
	z-index: 1;
}
.qodef-woo-product-list .qodef-e-content-main {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.qodef-woo-product-list .qodef-e-content-main.qodef-e-content--appear {
	opacity: 1;
}
.qodef-woo-product-list .qodef-woo-product-title {
	transition: 0.3s cubic-bezier(0.12, 0.67, 0.12, 0.88);
}
.qodef-woo-product-list .qodef-woo-product-categories {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 1px;
	display: none;
}
.qodef-woo-product-list .qodef-woo-product-categories a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	color: #6d6d6d;
	z-index: 3;
}
.qodef-woo-product-list .qodef-woo-product-categories a:hover {
	color: #111;
}
.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
	font-size: 12px;
}
.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator:after {
	content: "/";
}
.qodef-woo-product-list .qodef-woo-ratings {
	margin-top: 7px;
}
.qodef-woo-product-list .woocommerce-LoopProduct-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-woo-product-list .button,
.qodef-woo-product-list .added_to_cart {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 10px 65px;
	cursor: pointer;
	z-index: 3;
	color: #111 !important;
	background-color: #fff !important;
	border: 2px solid #fff !important;
}
.qodef-woo-product-list .button:hover,
.qodef-woo-product-list .added_to_cart:hover {
	color: #fff !important;
	background-color: #111 !important;
	border: 2px solid #111 !important;
}
.qodef-woo-product-list .button.added,
.qodef-woo-product-list .added_to_cart.added {
	display: none;
}

/* ==========================================================================
   WooCommerce quantity input styles
   ========================================================================== */
#qodef-woo-page .qodef-quantity-buttons {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid rgba(17, 17, 17, 0.5);
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-family: inherit;
	font-weight: 400;
	text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
	position: relative;
	height: 50px;
	width: 90px;
	padding: 0;
	margin: 0 92px 0 0;
	font-family: inherit;
	line-height: 48px;
	outline: 0;
	border: 0;
	color: #111;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
	position: absolute;
	width: 56px;
	height: 25px;
	line-height: 23px;
	border: 0;
	cursor: pointer;
	transition: color 0.15s ease-in-out;
	color: #111;
	transform: translateY(50%);
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
	right: 0;
	border-left: 2px solid rgba(17, 17, 17, 0.1);
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus {
	right: 53px;
}

/* ==========================================================================
   WooCommerce results and ordering styles
   ========================================================================== */
.qodef-woo-results {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.qodef-woo-results .woocommerce-ordering {
	margin-left: auto;
}
.qodef-woo-results .woocommerce-ordering select {
	width: auto;
	min-width: 220px;
	margin: 0;
}
.qodef-woo-results .woocommerce-ordering .select2-container--default {
	margin: 0;
}

/* ==========================================================================
   WooCommerce single styles
   ========================================================================== */
#qodef-woo-page.qodef--single .woocommerce-message,
#qodef-woo-page.qodef--single .woocommerce-info,
#qodef-woo-page.qodef--single .woocommerce-error {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	padding: 20px 30px;
	margin-bottom: 30px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	#qodef-woo-page.qodef--single .woocommerce-message,
	#qodef-woo-page.qodef--single .woocommerce-info,
	#qodef-woo-page.qodef--single .woocommerce-error {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 20px;
	}
	#qodef-woo-page.qodef--single .woocommerce-message a,
	#qodef-woo-page.qodef--single .woocommerce-info a,
	#qodef-woo-page.qodef--single .woocommerce-error a {
		margin-top: 10px;
	}
}
#qodef-woo-page.qodef--single > .product {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin: 0 -45px;
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner > * {
	padding: 0 45px;
}
#qodef-woo-page.qodef--single .qodef-woo-single-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
	transform: translateX(-45px);
}
#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg {
	cursor: crosshair;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	position: relative;
	margin: 0 -8px;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a, #qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
	display: block;
	width: 100%;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	position: relative;
	width: calc(100% - 16px) !important;
	margin: 0 8px;
	overflow: hidden;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
	position: relative;
	padding: 0 8px;
	margin-top: 16px;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	z-index: 5;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
	width: 100%;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
	width: 50%;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
	width: 33.3333333333%;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
	width: 25%;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
	width: 20%;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
	width: 16.6666666667%;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image {
	width: 14.2857142857%;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image {
	width: 12.5%;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
	left: calc(27% + 10px);
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-direction: row-reverse;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper a, #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper img {
	height: 100%;
	object-fit: cover;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	width: calc(100% - 27%) !important;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper {
	width: 27%;
}
@media screen and (min-width: 681px) {
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
		width: 100%;
	}
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
	margin-top: 0;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper {
	display: flex;
	flex-wrap: wrap;
}
#qodef-woo-page.qodef--single .entry-summary {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-woo-page.qodef--single .entry-summary .qodef-woo-product-title {
	padding-top: 44px;
}
#qodef-woo-page.qodef--single .entry-summary .price {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 35px;
	line-height: 34px;
	letter-spacing: 0.06em;
	margin-top: 18px;
}
#qodef-woo-page.qodef--single .entry-summary .price del .woocommerce-Price-amount {
	opacity: 0.5;
}
#qodef-woo-page.qodef--single .entry-summary .price ins .woocommerce-Price-amount {
	font-size: 45px;
}
#qodef-woo-page.qodef--single .woocommerce-product-rating {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 25px;
}
#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
	flex-shrink: 0;
	width: auto;
	margin-right: 20px;
}
#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link {
	color: #6d6d6d;
	letter-spacing: 0.09em;
	transition: opacity 0.2s ease-out;
}
#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover {
	color: #111;
	opacity: 1;
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
	margin-top: 28px;
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p {
	margin-top: 0;
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}
#qodef-woo-page.qodef--single form.cart {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 48px 0 76px 0;
	border-bottom: 2px solid rgba(17, 17, 17, 0.1);
}
#qodef-woo-page.qodef--single form.cart:not(.variations_form),
#qodef-woo-page.qodef--single form.cart .variations_button {
	display: flex;
	align-items: flex-start;
}
@media only screen and (max-width: 480px) {
	#qodef-woo-page.qodef--single form.cart:not(.variations_form),
	#qodef-woo-page.qodef--single form.cart .variations_button {
		flex-direction: column;
	}
	#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity,
	#qodef-woo-page.qodef--single form.cart .variations_button .quantity {
		margin-bottom: 20px;
	}
}
#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity,
#qodef-woo-page.qodef--single form.cart .variations_button .quantity {
	margin-right: 20px;
}
#qodef-woo-page.qodef--single form.cart.grouped_form {
	flex-wrap: wrap;
}
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th, #qodef-woo-page.qodef--single form.cart.grouped_form .group_table td {
	padding: 20px 0;
	vertical-align: middle;
	text-align: left;
}
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
	margin-bottom: 0;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-woo-page.qodef--single form.cart.grouped_form > .button {
	margin-top: 30px;
}
#qodef-woo-page.qodef--single form.cart .group_table tr {
	border-left: none;
	border-right: none;
	border-top: none;
}
#qodef-woo-page.qodef--single form.cart .group_table th, #qodef-woo-page.qodef--single form.cart .group_table td {
	padding: 15px 0 15px 5px;
	vertical-align: middle;
	text-align: left;
	border: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table th:first-child, #qodef-woo-page.qodef--single form.cart .group_table td:first-child {
	padding-left: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table th {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-woo-page.qodef--single form.cart .group_table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table td ul li {
	margin: 0 0 10px;
	padding: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child {
	margin-bottom: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table td ul li label {
	margin-bottom: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table p {
	margin: 0;
}
#qodef-woo-page.qodef--single form.cart .variations {
	margin-bottom: 30px;
}
#qodef-woo-page.qodef--single form.cart .variations tr {
	border: 0;
}
#qodef-woo-page.qodef--single form.cart .variations td, #qodef-woo-page.qodef--single form.cart .variations th {
	padding: 0;
	text-align: initial;
	vertical-align: middle;
	border: 0;
}
#qodef-woo-page.qodef--single form.cart .variations label {
	margin-bottom: 0;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-woo-page.qodef--single form.cart .variations select {
	width: auto;
	min-width: 220px;
	margin: 0;
}
#qodef-woo-page.qodef--single form.cart .variations .select2-container--default {
	margin: 10px 0;
}
#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
	display: inline-block;
	vertical-align: top;
	margin: 13px 0 0 15px;
}
#qodef-woo-page.qodef--single form.cart .single_variation {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#qodef-woo-page.qodef--single form.cart .single_variation .price {
	margin: 0;
}
#qodef-woo-page.qodef--single .out-of-stock {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	margin: 28px 0 0;
}
#qodef-woo-page.qodef--single .product_meta {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 42px;
}
#qodef-woo-page.qodef--single .product_meta > * {
	position: relative;
	display: flex;
	margin-bottom: 8px;
}
#qodef-woo-page.qodef--single .product_meta > *:last-child {
	margin-bottom: 0;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
	flex-shrink: 0;
	margin-right: 19px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	line-height: inherit !important;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
	color: inherit;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:hover {
	color: #111;
}
#qodef-woo-page.qodef--single .qodef-social-share {
	margin-top: 8px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 98px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
	position: relative;
	display: flex;
	align-items: flex-end;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid rgba(17, 17, 17, 0.3);
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #111;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active:before, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active:before {
	transform: scaleX(1);
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
	position: relative;
	display: inline-block;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	padding: 17px 0;
	position: relative;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover:before {
	transform: scaleX(1);
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a::before {
	top: calc(50% - 2px);
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
	margin-right: 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover:before, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a:before, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a:before, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a:before {
	transform: scaleX(1);
}
@media only screen and (max-width: 768px) {
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
		flex-direction: column;
	}
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
		width: 100%;
		text-align: center;
	}
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 29px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description {
	margin: 33px 0;
	text-align: center;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
	margin: 33px 0 27px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table {
	width: 50%;
}
@media only screen and (max-width: 1024px) {
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table {
		width: 100%;
	}
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table .woocommerce-product-attributes-item--weight th,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table .woocommerce-product-attributes-item--weight td {
	padding: 15px 0 4px 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table .woocommerce-product-attributes-item--dimensions th,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table .woocommerce-product-attributes-item--dimensions td {
	padding: 3px 0 15px 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table tr th, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table tr td {
	border: 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
	margin: 50px 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab > h2 {
	display: none;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
	margin: 0;
}
#qodef-woo-page.qodef--single .shop_attributes tr {
	border: 0;
}
#qodef-woo-page.qodef--single .shop_attributes th, #qodef-woo-page.qodef--single .shop_attributes td {
	padding: 15px 0;
	vertical-align: middle;
	text-align: left;
}
#qodef-woo-page.qodef--single .shop_attributes th {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-woo-page.qodef--single .shop_attributes p {
	margin: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
	font-size: 27px;
	line-height: 28px;
	letter-spacing: 0.08em;
	margin: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > * {
	margin: 0 0 30px;
	padding: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > *:last-child {
	margin-bottom: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
	position: relative;
	display: flex;
	align-items: flex-start;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container > img {
	flex-shrink: 0;
	width: 80px;
	margin-right: 20px;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .meta {
	padding-top: 2px;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-woo-page.qodef--single #review_form {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 32px;
}
#qodef-woo-page.qodef--single #review_form .comment-reply-title {
	display: block;
	margin-bottom: 14px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating label {
	margin-bottom: 5px;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
	line-height: 1;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars > span {
	display: flex;
	overflow: hidden;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars * {
	line-height: inherit;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	font-size: 0;
	color: transparent;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a:before {
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	z-index: -1;
	content: "\f4b2";
	font-size: 15px;
	letter-spacing: 0.6em;
	color: #111;
	font-family: "Ionicons";
	line-height: 1;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body:not([class*=pelicula-core]) #qodef-woo-page.qodef--single #review_form .comment-form-rating a:before {
	content: "☆";
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "\f4b3\f4b3\f4b3\f4b3\f4b3";
	font-size: 15px;
	letter-spacing: 0.6em;
	color: #111;
	font-family: "Ionicons";
	line-height: 1;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body:not([class*=pelicula-core]) #qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after {
	content: "★★★★★";
	letter-spacing: 0.62em;
}
#qodef-woo-page.qodef--single #review_form .comment-form-comment {
	margin-top: 17px;
}
#qodef-woo-page.qodef--single .related {
	margin-top: 67px;
}
#qodef-woo-page.qodef--single .related > h2 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 45px;
	line-height: 43px;
	letter-spacing: 0.06em;
	margin: 0 0 66px;
	text-align: center;
}

/* ==========================================================================
   WooCommerce widget styles
   ========================================================================== */
.widget.woocommerce .qodef-woo-product-title {
	margin: 0;
}
.widget.woocommerce .qodef-woo-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-star {
	font-size: 15px;
	letter-spacing: 0.6em;
	color: #888;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #111;
}
.widget.woocommerce .price {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
	margin: 8px 0 0;
	color: #6d6d6d;
}
.widget.woocommerce .price del {
	margin-right: 10px;
}
.widget.woocommerce .price ins {
	text-decoration: none;
}
.widget.woocommerce .button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 6px 35px;
	cursor: pointer;
	z-index: 3;
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}
.widget.woocommerce .button:hover {
	color: #fff;
	background-color: #111;
	border: 2px solid #111;
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li {
	position: relative;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
	position: relative;
	display: flex;
	align-items: center;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
	width: 80px;
	margin-right: 20px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	line-height: 1;
	z-index: 2;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
	position: relative;
	display: block;
	padding: 0 3px;
	font-family: "ElegantIcons";
	content: "M";
	font-size: 18px;
	line-height: 25px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .variation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .variation > * {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .variation > * p {
	margin: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
	display: block;
	margin-top: 10px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total {
	margin: 13px 0 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 21px 0 0;
}
.widget.widget_layered_nav ul li.chosen a {
	color: #111;
}
.widget.widget_price_filter .qodef-widget-title {
	margin-bottom: 28px;
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
	position: relative;
	height: 2px;
	background-color: #cccfcf;
	border-radius: 0;
	cursor: pointer;
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
	position: absolute;
	top: -5px;
	background-color: #111;
	border-radius: 100%;
	outline: none;
	z-index: 2;
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #111;
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
	transform: translateX(-10px);
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
	position: absolute;
	display: block;
	height: 100%;
	background-color: #111;
	border-radius: 0;
	z-index: 1;
}
.widget.widget_price_filter .price_slider_amount {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 31px 0 0;
}
.widget.widget_price_filter .price_slider_amount .button {
	padding: 3px 35px;
	color: #111;
	background-color: transparent;
	color: #fff;
}
.widget.widget_price_filter .price_slider_amount .button:hover {
	color: #111;
}
.widget.widget_price_filter .price_slider_amount .clear {
	display: none;
}
.widget.widget_price_filter .price_slider_amount .price_label {
	font-size: 16px;
	color: #6d6d6d;
}
.widget .wp-block-woocommerce-price-filter h1,
.widget .wp-block-woocommerce-price-filter h2,
.widget .wp-block-woocommerce-price-filter h3,
.widget .wp-block-woocommerce-price-filter h4,
.widget .wp-block-woocommerce-price-filter h5,
.widget .wp-block-woocommerce-price-filter h6,
.widget .wp-block-woocommerce-filter-wrapper h1,
.widget .wp-block-woocommerce-filter-wrapper h2,
.widget .wp-block-woocommerce-filter-wrapper h3,
.widget .wp-block-woocommerce-filter-wrapper h4,
.widget .wp-block-woocommerce-filter-wrapper h5,
.widget .wp-block-woocommerce-filter-wrapper h6 {
	margin-bottom: 30px;
}
.widget .wc-block-components-price-slider {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	margin: 0;
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
	box-shadow: none;
	height: 2px;
	margin: calc(7px / 2) 0;
	width: 100%;
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress {
	height: 2px;
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
	background-image: none;
	border-radius: 100%;
	height: 7px;
	margin: 0;
	outline: none;
	position: relative;
	top: -4.5px;
	width: 7px;
	background: #111;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #111;
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
	transform: scale(1);
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb {
	background-image: none;
	border-radius: 100%;
	height: 7px;
	margin: 0;
	outline: none;
	position: relative;
	top: -4.5px;
	width: 7px;
	background: #111;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #111;
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
	transform: scale(1);
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
	background-image: none;
	border-radius: 100%;
	height: 7px;
	margin: 0;
	outline: none;
	position: relative;
	top: -4.5px;
	width: 7px;
	background: #111;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #111;
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb:hover {
	transform: scale(1);
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
	transform: scale(1);
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
	transform: scale(1);
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-ms-thumb {
	transform: scale(1);
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls,
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text {
	margin: 30px auto 0 0;
	order: 100;
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls input,
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text input {
	margin: 0;
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls span:first-child:after,
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text span:first-child:after {
	content: "—";
	margin: 0 4px;
}
.widget .wc-block-components-price-slider .wc-block-components-formatted-money-amount {
	font-size: 16px;
	color: #6d6d6d;
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions {
	margin: 30px 0 0 0;
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 6px 35px;
	cursor: pointer;
	z-index: 3;
	color: #fff;
	background-color: #111;
	border: 2px solid #111;
}
.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover {
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}
.widget.widget_product_categories select {
	width: 100%;
	max-width: 100%;
	height: 57px;
	margin: 9px 0 0;
	padding: 16.5px 23px;
	font-family: inherit;
	font-size: 18px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #111;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	outline: none;
}
.widget.widget_layered_nav .qodef-widget-title, .widget.widget_layered_nav_filters .qodef-widget-title, .widget.widget_product_categories .qodef-widget-title {
	margin-bottom: 14px;
}
.widget.widget_layered_nav ul li a, .widget.widget_layered_nav_filters ul li a, .widget.widget_product_categories ul li a {
	font-size: 14px;
	line-height: 35px;
}
.widget.widget_product_search .qodef-widget-title {
	margin-bottom: 30px;
}
.widget.widget_product_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.widget.widget_product_search input,
.widget.widget_product_search button {
	height: 57px;
	padding: 16.5px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
.widget.widget_product_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 23px;
	padding-right: 60px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	color: #111;
	background-color: transparent;
	transition: border-color 0.2s ease-out;
	border: 0;
	border-left: 2px solid #cccccc;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
.widget.widget_product_search input:focus {
	color: #111;
}
.widget.widget_product_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
.widget.widget_product_search input::placeholder {
	color: inherit;
	opacity: 1;
}
.widget.widget_product_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	font-size: 15px;
	text-align: center;
	color: #111;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	transition: color 0.2s ease-out;
}
.widget.widget_product_search button span {
	display: block;
	line-height: inherit;
}
.widget.widget_product_search button span:before {
	display: block;
	line-height: inherit;
}
.widget.widget_product_search button svg {
	stroke: currentColor;
}
.widget.widget_product_search button svg path {
	stroke: currentColor;
}
.widget.widget_product_search button:hover {
	color: #6d6d6d;
}
.widget.widget_product_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: inherit;
	font-size: 14px !important;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: #6d6d6d;
	margin-right: 18px;
	position: relative;
	position: relative;
}
.widget.widget_product_tag_cloud .tagcloud a:last-child {
	margin-right: 0;
}
.widget.widget_product_tag_cloud .tagcloud a:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -13px;
}
.widget.widget_product_tag_cloud .tagcloud a:last-child:after {
	content: "";
}
.widget.widget_product_tag_cloud .tagcloud a:before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
.widget.widget_product_tag_cloud .tagcloud a:hover:before {
	transform: scaleX(1);
}
.widget.widget_product_tag_cloud .tagcloud a:after {
	color: #6d6d6d;
}
.widget.widget_product_tag_cloud .tagcloud a:hover {
	color: #111;
}
.widget.widget_products .qodef-widget-title, .widget.widget_recently_viewed_products .qodef-widget-title, .widget.widget_top_rated_products .qodef-widget-title {
	margin-bottom: 26px;
}
.widget.widget_products ul li, .widget.widget_recently_viewed_products ul li, .widget.widget_top_rated_products ul li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.widget.widget_products ul li:last-child, .widget.widget_recently_viewed_products ul li:last-child, .widget.widget_top_rated_products ul li:last-child {
	margin-bottom: 0;
}
.widget.widget_products ul li .qodef-woo-product-content a,
.widget.widget_products ul li .qodef-woo-product-content span, .widget.widget_recently_viewed_products ul li .qodef-woo-product-content a,
.widget.widget_recently_viewed_products ul li .qodef-woo-product-content span, .widget.widget_top_rated_products ul li .qodef-woo-product-content a,
.widget.widget_top_rated_products ul li .qodef-woo-product-content span {
	color: #111;
}
.widget.widget_products .qodef-woo-product-image, .widget.widget_recently_viewed_products .qodef-woo-product-image, .widget.widget_top_rated_products .qodef-woo-product-image {
	flex-shrink: 0;
	margin-right: 22px;
}
.widget.widget_products .qodef-woo-product-image a, .widget.widget_products .qodef-woo-product-image img, .widget.widget_recently_viewed_products .qodef-woo-product-image a, .widget.widget_recently_viewed_products .qodef-woo-product-image img, .widget.widget_top_rated_products .qodef-woo-product-image a, .widget.widget_top_rated_products .qodef-woo-product-image img {
	position: relative;
	display: block;
}
.widget.widget_products .qodef-woo-product-image img, .widget.widget_recently_viewed_products .qodef-woo-product-image img, .widget.widget_top_rated_products .qodef-woo-product-image img {
	width: 76px;
}
.widget.widget_products .qodef-woo-product-title a, .widget.widget_recently_viewed_products .qodef-woo-product-title a, .widget.widget_top_rated_products .qodef-woo-product-title a {
	color: #111;
}
.widget.widget_products .qodef-woo-product-title a:hover, .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover, .widget.widget_top_rated_products .qodef-woo-product-title a:hover {
	color: #111;
}
.widget.widget_products .qodef-woo-ratings, .widget.widget_recently_viewed_products .qodef-woo-ratings, .widget.widget_top_rated_products .qodef-woo-ratings {
	margin-top: 5px;
}
.widget.widget_products .qodef-woo-product-price, .widget.widget_recently_viewed_products .qodef-woo-product-price, .widget.widget_top_rated_products .qodef-woo-product-price {
	font-size: 13px;
	margin: 0;
}
.widget.widget_recent_reviews ul li {
	min-height: 80px;
	margin-bottom: 20px;
}
.widget.widget_recent_reviews ul li:last-child {
	margin-bottom: 0;
}
.widget.widget_recent_reviews ul li > * {
	display: block;
	padding-left: 100px;
}
.widget.widget_recent_reviews ul li a,
.widget.widget_recent_reviews ul li span {
	color: #111;
}
.widget.widget_recent_reviews a {
	position: relative;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
.widget.widget_recent_reviews a:hover {
	color: #111;
}
.widget.widget_recent_reviews a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
}
.widget.widget_recent_reviews .qodef-woo-ratings {
	margin-top: 5px;
}

#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li {
	position: relative;
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
	position: relative;
	display: flex;
	align-items: center;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
	width: 80px;
	margin-right: 20px;
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	line-height: 1;
	z-index: 2;
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
	position: relative;
	display: block;
	padding: 0 3px;
	font-family: "ElegantIcons";
	content: "M";
	font-size: 18px;
	line-height: 25px;
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .variation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .variation > * {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .variation > * p {
	margin: 0;
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
	display: block;
	margin-top: 10px;
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .total {
	margin: 13px 0 0;
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 21px 0 0;
}
#qodef-page-sidebar .widget.widget_layered_nav ul li.chosen a {
	color: #111;
}
#qodef-page-sidebar .widget.widget_price_filter .qodef-widget-title {
	margin-bottom: 28px;
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
	position: relative;
	height: 2px;
	background-color: #cccfcf;
	border-radius: 0;
	cursor: pointer;
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
	position: absolute;
	top: -5px;
	background-color: #111;
	border-radius: 100%;
	outline: none;
	z-index: 2;
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #111;
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
	transform: translateX(-10px);
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
	position: absolute;
	display: block;
	height: 100%;
	background-color: #111;
	border-radius: 0;
	z-index: 1;
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 31px 0 0;
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .button {
	padding: 3px 35px;
	color: #111;
	background-color: transparent;
	color: #fff;
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .button:hover {
	color: #111;
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .clear {
	display: none;
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .price_label {
	font-size: 16px;
	color: #6d6d6d;
}
#qodef-page-sidebar .widget .wp-block-woocommerce-price-filter h1,
#qodef-page-sidebar .widget .wp-block-woocommerce-price-filter h2,
#qodef-page-sidebar .widget .wp-block-woocommerce-price-filter h3,
#qodef-page-sidebar .widget .wp-block-woocommerce-price-filter h4,
#qodef-page-sidebar .widget .wp-block-woocommerce-price-filter h5,
#qodef-page-sidebar .widget .wp-block-woocommerce-price-filter h6,
#qodef-page-sidebar .widget .wp-block-woocommerce-filter-wrapper h1,
#qodef-page-sidebar .widget .wp-block-woocommerce-filter-wrapper h2,
#qodef-page-sidebar .widget .wp-block-woocommerce-filter-wrapper h3,
#qodef-page-sidebar .widget .wp-block-woocommerce-filter-wrapper h4,
#qodef-page-sidebar .widget .wp-block-woocommerce-filter-wrapper h5,
#qodef-page-sidebar .widget .wp-block-woocommerce-filter-wrapper h6 {
	margin-bottom: 30px;
}
#qodef-page-sidebar .widget .wc-block-components-price-slider {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	margin: 0;
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
	box-shadow: none;
	height: 2px;
	margin: calc(7px / 2) 0;
	width: 100%;
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress {
	height: 2px;
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
	background-image: none;
	border-radius: 100%;
	height: 7px;
	margin: 0;
	outline: none;
	position: relative;
	top: -4.5px;
	width: 7px;
	background: #111;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #111;
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
	transform: scale(1);
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb {
	background-image: none;
	border-radius: 100%;
	height: 7px;
	margin: 0;
	outline: none;
	position: relative;
	top: -4.5px;
	width: 7px;
	background: #111;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #111;
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
	transform: scale(1);
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
	background-image: none;
	border-radius: 100%;
	height: 7px;
	margin: 0;
	outline: none;
	position: relative;
	top: -4.5px;
	width: 7px;
	background: #111;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #111;
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb:hover {
	transform: scale(1);
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
	transform: scale(1);
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
	transform: scale(1);
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-ms-thumb {
	transform: scale(1);
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__controls,
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text {
	margin: 30px auto 0 0;
	order: 100;
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__controls input,
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text input {
	margin: 0;
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__controls span:first-child:after,
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text span:first-child:after {
	content: "—";
	margin: 0 4px;
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-formatted-money-amount {
	font-size: 16px;
	color: #6d6d6d;
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__actions {
	margin: 30px 0 0 0;
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 6px 35px;
	cursor: pointer;
	z-index: 3;
	color: #fff;
	background-color: #111;
	border: 2px solid #111;
}
#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover {
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}
#qodef-page-sidebar .widget.widget_product_categories select {
	width: 100%;
	max-width: 100%;
	height: 57px;
	margin: 9px 0 0;
	padding: 16.5px 23px;
	font-family: inherit;
	font-size: 18px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #111;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	outline: none;
}
#qodef-page-sidebar .widget.widget_layered_nav .qodef-widget-title, #qodef-page-sidebar .widget.widget_layered_nav_filters .qodef-widget-title, #qodef-page-sidebar .widget.widget_product_categories .qodef-widget-title {
	margin-bottom: 14px;
}
#qodef-page-sidebar .widget.widget_layered_nav ul li a, #qodef-page-sidebar .widget.widget_layered_nav_filters ul li a, #qodef-page-sidebar .widget.widget_product_categories ul li a {
	font-size: 14px;
	line-height: 35px;
}
#qodef-page-sidebar .widget.widget_product_search .qodef-widget-title {
	margin-bottom: 30px;
}
#qodef-page-sidebar .widget.widget_product_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-sidebar .widget.widget_product_search input,
#qodef-page-sidebar .widget.widget_product_search button {
	height: 57px;
	padding: 16.5px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
#qodef-page-sidebar .widget.widget_product_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 23px;
	padding-right: 60px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	color: #111;
	background-color: transparent;
	transition: border-color 0.2s ease-out;
	border: 0;
	border-left: 2px solid #cccccc;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
#qodef-page-sidebar .widget.widget_product_search input:focus {
	color: #111;
}
#qodef-page-sidebar .widget.widget_product_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-sidebar .widget.widget_product_search input::placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-sidebar .widget.widget_product_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	font-size: 15px;
	text-align: center;
	color: #111;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	transition: color 0.2s ease-out;
}
#qodef-page-sidebar .widget.widget_product_search button span {
	display: block;
	line-height: inherit;
}
#qodef-page-sidebar .widget.widget_product_search button span:before {
	display: block;
	line-height: inherit;
}
#qodef-page-sidebar .widget.widget_product_search button svg {
	stroke: currentColor;
}
#qodef-page-sidebar .widget.widget_product_search button svg path {
	stroke: currentColor;
}
#qodef-page-sidebar .widget.widget_product_search button:hover {
	color: #6d6d6d;
}
#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: inherit;
	font-size: 14px !important;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: #6d6d6d;
	margin-right: 18px;
	position: relative;
	position: relative;
}
#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:last-child {
	margin-right: 0;
}
#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -13px;
}
#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:last-child:after {
	content: "";
}
#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover:before {
	transform: scaleX(1);
}
#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:after {
	color: #6d6d6d;
}
#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover {
	color: #111;
}
#qodef-page-sidebar .widget.widget_products .qodef-widget-title, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-widget-title, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-widget-title {
	margin-bottom: 26px;
}
#qodef-page-sidebar .widget.widget_products ul li, #qodef-page-sidebar .widget.widget_recently_viewed_products ul li, #qodef-page-sidebar .widget.widget_top_rated_products ul li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
#qodef-page-sidebar .widget.widget_products ul li:last-child, #qodef-page-sidebar .widget.widget_recently_viewed_products ul li:last-child, #qodef-page-sidebar .widget.widget_top_rated_products ul li:last-child {
	margin-bottom: 0;
}
#qodef-page-sidebar .widget.widget_products ul li .qodef-woo-product-content a,
#qodef-page-sidebar .widget.widget_products ul li .qodef-woo-product-content span, #qodef-page-sidebar .widget.widget_recently_viewed_products ul li .qodef-woo-product-content a,
#qodef-page-sidebar .widget.widget_recently_viewed_products ul li .qodef-woo-product-content span, #qodef-page-sidebar .widget.widget_top_rated_products ul li .qodef-woo-product-content a,
#qodef-page-sidebar .widget.widget_top_rated_products ul li .qodef-woo-product-content span {
	color: #111;
}
#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image {
	flex-shrink: 0;
	margin-right: 22px;
}
#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image a, #qodef-page-sidebar .widget.widget_products .qodef-woo-product-image img, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image a, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image a, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image img {
	position: relative;
	display: block;
}
#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image img, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image img {
	width: 76px;
}
#qodef-page-sidebar .widget.widget_products .qodef-woo-product-title a, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-title a, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-title a {
	color: #111;
}
#qodef-page-sidebar .widget.widget_products .qodef-woo-product-title a:hover, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-title a:hover {
	color: #111;
}
#qodef-page-sidebar .widget.widget_products .qodef-woo-ratings, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-ratings, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-ratings {
	margin-top: 5px;
}
#qodef-page-sidebar .widget.widget_products .qodef-woo-product-price, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-price, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-price {
	font-size: 13px;
	margin: 0;
}
#qodef-page-sidebar .widget.widget_recent_reviews ul li {
	min-height: 80px;
	margin-bottom: 20px;
}
#qodef-page-sidebar .widget.widget_recent_reviews ul li:last-child {
	margin-bottom: 0;
}
#qodef-page-sidebar .widget.widget_recent_reviews ul li > * {
	display: block;
	padding-left: 100px;
}
#qodef-page-sidebar .widget.widget_recent_reviews ul li a,
#qodef-page-sidebar .widget.widget_recent_reviews ul li span {
	color: #111;
}
#qodef-page-sidebar .widget.widget_recent_reviews a {
	position: relative;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-page-sidebar .widget.widget_recent_reviews a:hover {
	color: #111;
}
#qodef-page-sidebar .widget.widget_recent_reviews a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
}
#qodef-page-sidebar .widget.widget_recent_reviews .qodef-woo-ratings {
	margin-top: 5px;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li {
	position: relative;
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
	position: relative;
	display: flex;
	align-items: center;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
	width: 80px;
	margin-right: 20px;
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	line-height: 1;
	z-index: 2;
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
	position: relative;
	display: block;
	padding: 0 3px;
	font-family: "ElegantIcons";
	content: "M";
	font-size: 18px;
	line-height: 25px;
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation > * {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation > * p {
	margin: 0;
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
	display: block;
	margin-top: 10px;
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .total {
	margin: 13px 0 0;
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 21px 0 0;
}
#qodef-page-footer .widget.widget_layered_nav ul li.chosen a {
	color: #111;
}
#qodef-page-footer .widget.widget_price_filter .qodef-widget-title {
	margin-bottom: 28px;
}
#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
	position: relative;
	height: 2px;
	background-color: #cccfcf;
	border-radius: 0;
	cursor: pointer;
}
#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
	position: absolute;
	top: -5px;
	background-color: #111;
	border-radius: 100%;
	outline: none;
	z-index: 2;
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #111;
}
#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
	transform: translateX(-10px);
}
#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
	position: absolute;
	display: block;
	height: 100%;
	background-color: #a6a6a6;
	border-radius: 0;
	z-index: 1;
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 31px 0 0;
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button {
	padding: 3px 35px;
	color: #ccc;
	background-color: transparent;
	color: #fff;
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover {
	color: #111;
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear {
	display: none;
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .price_label {
	font-size: 16px;
	color: #ccc;
}
#qodef-page-footer .widget .wp-block-woocommerce-price-filter h1,
#qodef-page-footer .widget .wp-block-woocommerce-price-filter h2,
#qodef-page-footer .widget .wp-block-woocommerce-price-filter h3,
#qodef-page-footer .widget .wp-block-woocommerce-price-filter h4,
#qodef-page-footer .widget .wp-block-woocommerce-price-filter h5,
#qodef-page-footer .widget .wp-block-woocommerce-price-filter h6,
#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h1,
#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h2,
#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h3,
#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h4,
#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h5,
#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h6 {
	margin-bottom: 30px;
}
#qodef-page-footer .widget .wc-block-components-price-slider {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	margin: 0;
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
	box-shadow: none;
	height: 2px;
	margin: calc(7px / 2) 0;
	width: 100%;
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress {
	height: 2px;
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
	background-image: none;
	border-radius: 100%;
	height: 7px;
	margin: 0;
	outline: none;
	position: relative;
	top: -4.5px;
	width: 7px;
	background: #111;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #111;
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
	transform: scale(1);
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb {
	background-image: none;
	border-radius: 100%;
	height: 7px;
	margin: 0;
	outline: none;
	position: relative;
	top: -4.5px;
	width: 7px;
	background: #111;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #111;
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
	transform: scale(1);
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
	background-image: none;
	border-radius: 100%;
	height: 7px;
	margin: 0;
	outline: none;
	position: relative;
	top: -4.5px;
	width: 7px;
	background: #111;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #111;
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb:hover {
	transform: scale(1);
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
	transform: scale(1);
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
	transform: scale(1);
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-ms-thumb {
	transform: scale(1);
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__controls,
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text {
	margin: 30px auto 0 0;
	order: 100;
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__controls input,
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text input {
	margin: 0;
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__controls span:first-child:after,
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text span:first-child:after {
	content: "—";
	margin: 0 4px;
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-formatted-money-amount {
	font-size: 16px;
	color: #ccc;
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__actions {
	margin: 30px 0 0 0;
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 6px 35px;
	cursor: pointer;
	z-index: 3;
	color: #fff;
	background-color: #111;
	border: 2px solid #111;
}
#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover {
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}
#qodef-page-footer .widget.widget_product_categories select {
	width: 100%;
	max-width: 100%;
	height: 57px;
	margin: 9px 0 0;
	padding: 16.5px 23px;
	font-family: inherit;
	font-size: 18px;
	line-height: 24px;
	font-style: inherit;
	font-weight: inherit;
	color: #fff;
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: none;
}
#qodef-page-footer .widget.widget_layered_nav .qodef-widget-title, #qodef-page-footer .widget.widget_layered_nav_filters .qodef-widget-title, #qodef-page-footer .widget.widget_product_categories .qodef-widget-title {
	margin-bottom: 14px;
}
#qodef-page-footer .widget.widget_layered_nav ul li a, #qodef-page-footer .widget.widget_layered_nav_filters ul li a, #qodef-page-footer .widget.widget_product_categories ul li a {
	font-size: 14px;
	line-height: 35px;
}
#qodef-page-footer .widget.widget_product_search .qodef-widget-title {
	margin-bottom: 30px;
}
#qodef-page-footer .widget.widget_product_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-page-footer .widget.widget_product_search input,
#qodef-page-footer .widget.widget_product_search button {
	height: 57px;
	padding: 16.5px 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
#qodef-page-footer .widget.widget_product_search input {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 23px;
	padding-right: 60px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	color: #fff;
	background-color: transparent;
	transition: border-color 0.2s ease-out;
	border: 0;
	border-left: 2px solid #cccccc;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
#qodef-page-footer .widget.widget_product_search input:focus {
	color: #fff;
}
#qodef-page-footer .widget.widget_product_search input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer .widget.widget_product_search input::placeholder {
	color: inherit;
	opacity: 1;
}
#qodef-page-footer .widget.widget_product_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	font-size: 15px;
	text-align: center;
	color: #111;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	transition: color 0.2s ease-out;
}
#qodef-page-footer .widget.widget_product_search button span {
	display: block;
	line-height: inherit;
}
#qodef-page-footer .widget.widget_product_search button span:before {
	display: block;
	line-height: inherit;
}
#qodef-page-footer .widget.widget_product_search button svg {
	stroke: currentColor;
}
#qodef-page-footer .widget.widget_product_search button svg path {
	stroke: currentColor;
}
#qodef-page-footer .widget.widget_product_search button:hover {
	color: #6d6d6d;
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: inherit;
	font-size: 14px !important;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: #ccc;
	margin-right: 18px;
	position: relative;
	position: relative;
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:last-child {
	margin-right: 0;
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -13px;
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:last-child:after {
	content: "";
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover:before {
	transform: scaleX(1);
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:after {
	color: #ccc;
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover {
	color: #111;
}
#qodef-page-footer .widget.widget_products .qodef-widget-title, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-widget-title, #qodef-page-footer .widget.widget_top_rated_products .qodef-widget-title {
	margin-bottom: 26px;
}
#qodef-page-footer .widget.widget_products ul li, #qodef-page-footer .widget.widget_recently_viewed_products ul li, #qodef-page-footer .widget.widget_top_rated_products ul li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
#qodef-page-footer .widget.widget_products ul li:last-child, #qodef-page-footer .widget.widget_recently_viewed_products ul li:last-child, #qodef-page-footer .widget.widget_top_rated_products ul li:last-child {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_products ul li .qodef-woo-product-content a,
#qodef-page-footer .widget.widget_products ul li .qodef-woo-product-content span, #qodef-page-footer .widget.widget_recently_viewed_products ul li .qodef-woo-product-content a,
#qodef-page-footer .widget.widget_recently_viewed_products ul li .qodef-woo-product-content span, #qodef-page-footer .widget.widget_top_rated_products ul li .qodef-woo-product-content a,
#qodef-page-footer .widget.widget_top_rated_products ul li .qodef-woo-product-content span {
	color: #fff;
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-image, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image {
	flex-shrink: 0;
	margin-right: 22px;
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-image a, #qodef-page-footer .widget.widget_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image a, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image a, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img {
	position: relative;
	display: block;
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img {
	width: 76px;
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-title a, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a {
	color: #111;
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-title a:hover, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a:hover {
	color: #111;
}
#qodef-page-footer .widget.widget_products .qodef-woo-ratings, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-ratings, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-ratings {
	margin-top: 5px;
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-price, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-price, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-price {
	font-size: 13px;
	margin: 0;
}
#qodef-page-footer .widget.widget_recent_reviews ul li {
	min-height: 80px;
	margin-bottom: 20px;
}
#qodef-page-footer .widget.widget_recent_reviews ul li:last-child {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_recent_reviews ul li > * {
	display: block;
	padding-left: 100px;
}
#qodef-page-footer .widget.widget_recent_reviews ul li a,
#qodef-page-footer .widget.widget_recent_reviews ul li span {
	color: #fff;
}
#qodef-page-footer .widget.widget_recent_reviews a {
	position: relative;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qodef-page-footer .widget.widget_recent_reviews a:hover {
	color: #111;
}
#qodef-page-footer .widget.widget_recent_reviews a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
}
#qodef-page-footer .widget.widget_recent_reviews .qodef-woo-ratings {
	margin-top: 5px;
}

/* ==========================================================================
   11.0 Grid responsive styles
   ========================================================================== */
@media only screen and (max-width: 1200px) {
	.qodef-content-grid {
		width: 960px;
	}
	.qodef--boxed .qodef-content-grid {
		width: calc(960px + 60px);
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-content-grid {
		width: 768px;
	}
	.qodef--boxed .qodef-content-grid {
		width: calc(768px + 60px);
	}
}
@media only screen and (max-width: 768px) {
	.qodef-content-grid {
		width: 600px;
	}
	.qodef--boxed .qodef-content-grid {
		width: calc(600px + 60px);
	}
}
@media only screen and (max-width: 680px) {
	.qodef-content-grid {
		width: 420px;
	}
	.qodef--boxed .qodef-content-grid {
		width: calc(420px + 60px);
	}
}
@media only screen and (max-width: 480px) {
	.qodef-content-grid {
		width: 300px;
	}
	.qodef--boxed .qodef-content-grid {
		width: calc(300px + 60px);
	}
}

@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 40%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 66.6666666667%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 66.6666666667%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 66.6666666667%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 40%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 28.5714285714%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 40%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 28.5714285714%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 40%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 28.5714285714%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 40%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 28.5714285714%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 40%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 28.5714285714%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 40%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 28.5714285714%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 40%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 28.5714285714%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 100%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 50%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 33.3333333333%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 25%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 20%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 40%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 16.6666666667%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 14.2857142857%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 28.5714285714%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
		width: 91.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
		width: 83.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
		width: 66.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
		width: 58.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
		width: 41.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
		width: 8.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
		width: 12.5%;
	}
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
		width: 25%;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
		margin-bottom: -50px;
	}
	.qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
		margin: 0 -25px;
	}
	.qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
		padding: 0 25px;
		margin: 0 0 50px;
	}
}

/* ==========================================================================
   Grid System responsive style - end
   ========================================================================== */
/* ==========================================================================
   404 page responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	#qodef-404-page {
		padding: 110px 40px 200px;
	}
}
/* ==========================================================================
   Blog styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
	.qodef-blog article .qodef-e-info .qodef-e-info-left,
	.qodef-blog article .qodef-e-info .qodef-e-info-right {
		width: 100%;
	}
	.qodef-blog article .qodef-e-info .qodef-e-info-right {
		justify-content: flex-start;
		margin-top: 15px;
	}
	.qodef-blog article .qodef-e-info.qodef-info--bottom {
		display: inline-block;
	}
}

/* ==========================================================================
   Comments responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	#qodef-page-comments {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 768px) {
	#qodef-page-comments-list .qodef-comment-item .children {
		padding-left: 40px;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-page-comments-list .qodef-comment-item .children {
		padding-left: 0;
	}
}
@media only screen and (max-width: 480px) {
	#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
		flex-wrap: wrap;
	}
	#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
		margin-top: 23px;
	}
}

@media only screen and (max-width: 680px) {
	.qodef-m-filter .qodef-m-filter-items {
		flex-direction: column;
	}
	.qodef-m-filter .qodef-m-filter-item {
		margin: 5px 0;
	}
}
/* ==========================================================================
   Footer responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	#qodef-page-footer-top-area .qodef-content-full-width {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 1024px) {
	#qodef-page-footer-bottom-area .qodef-content-full-width {
		padding: 0 40px;
	}
}

/* ==========================================================================
   Header responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	#qodef-page-header {
		display: none;
	}
}
/* ==========================================================================
   Mobile Header responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	#qodef-page-mobile-header {
		display: block;
	}
}
/* ==========================================================================
   WooCommerce global responsive styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
	.woocommerce-page div.woocommerce .col2-set {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 1024px) {
	.woocommerce-page #qodef-woo-page .woocommerce-pagination {
		margin-bottom: 27px;
	}
}

/* ==========================================================================
   WooCommerce cart styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
	#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
		width: 68%;
	}
	#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text] {
		width: 42%;
	}
	#qodef-woo-page.qodef--cart .shop_table td.actions .button {
		padding: 8px 40px;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page.qodef--cart .shop_table th {
		font-size: 16px;
		letter-spacing: 0.2em;
	}
	#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail {
		display: none;
	}
	#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
		display: none;
	}
	#qodef-woo-page.qodef--cart .shop_table td.product-name a {
		font-size: 16px;
		letter-spacing: 0.2em;
	}
	#qodef-woo-page.qodef--cart .shop_table td.product-quantity .qodef-quantity-minus,
	#qodef-woo-page.qodef--cart .shop_table td.product-quantity .qodef-quantity-plus {
		display: none;
	}
	#qodef-woo-page.qodef--cart .shop_table td.product-quantity .qodef-quantity-input {
		width: 50px;
		margin: 0;
	}
	#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
		width: 100%;
		float: none;
	}
	#qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
		margin-bottom: 20px;
	}
	#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text] {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	#qodef-woo-page.qodef--cart .shop_table td.actions .button {
		float: none;
		width: 100%;
	}
	#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
		width: auto;
	}
	#qodef-woo-page.qodef--cart .cart-collaterals .wc-proceed-to-checkout a.button {
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	#qodef-woo-page.qodef--cart .shop_table th {
		font-size: 14px;
	}
}

/* ==========================================================================
   WooCommerce my account responsive styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		float: none;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		padding-right: 0;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		margin-top: 50px;
	}
}

/* ==========================================================================
   WooCommerce global responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
	.qodef-woo-product-list ul.products.columns-6 > .product {
		width: 20%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-woo-product-list ul.products.columns-5 > .product {
		width: 25%;
	}
	.qodef-woo-product-list ul.products.columns-6 > .product {
		width: 25%;
	}
	.qodef-woo-product-list ul.products.columns-7 > .product {
		width: 25%;
	}
	.qodef-woo-product-list ul.products.columns-8 > .product {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-woo-product-list ul.products.columns-4 > .product {
		width: 33.3333333333%;
	}
	.qodef-woo-product-list ul.products.columns-5 > .product {
		width: 33.3333333333%;
	}
	.qodef-woo-product-list ul.products.columns-6 > .product {
		width: 33.3333333333%;
	}
	.qodef-woo-product-list ul.products.columns-7 > .product {
		width: 33.3333333333%;
	}
	.qodef-woo-product-list ul.products.columns-8 > .product {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-woo-product-list ul.products.columns-3 > .product {
		width: 50%;
	}
	.qodef-woo-product-list ul.products.columns-4 > .product {
		width: 50%;
	}
	.qodef-woo-product-list ul.products.columns-5 > .product {
		width: 50%;
	}
	.qodef-woo-product-list ul.products.columns-6 > .product {
		width: 50%;
	}
	.qodef-woo-product-list ul.products.columns-7 > .product {
		width: 50%;
	}
	.qodef-woo-product-list ul.products.columns-8 > .product {
		width: 50%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-woo-product-list ul.products.columns-2 > .product {
		width: 100%;
	}
	.qodef-woo-product-list ul.products.columns-3 > .product {
		width: 100%;
	}
	.qodef-woo-product-list ul.products.columns-4 > .product {
		width: 100%;
	}
	.qodef-woo-product-list ul.products.columns-5 > .product {
		width: 100%;
	}
	.qodef-woo-product-list ul.products.columns-6 > .product {
		width: 100%;
	}
	.qodef-woo-product-list ul.products.columns-7 > .product {
		width: 100%;
	}
	.qodef-woo-product-list ul.products.columns-8 > .product {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-woo-product-list.qodef-gutter--huge ul.products {
		margin: 0 -25px;
	}
	.qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
		padding: 0 25px;
		margin: 0 0 50px;
	}
	.qodef-woo-product-list .button,
	.qodef-woo-product-list .added_to_cart {
		padding: 10px 50px;
	}
}

/* ==========================================================================
   WooCommerce results and ordering styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	.qodef-woo-results {
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: start;
	}
}
.qodef-woo-results .woocommerce-ordering {
	margin-left: 0;
}

/* ==========================================================================
   WooCommerce single styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	#qodef-woo-page.qodef--single .qodef-woo-single-inner {
		flex-wrap: wrap;
	}
	#qodef-woo-page.qodef--single .entry-summary {
		margin-top: 60px;
	}
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
	#qodef-woo-page.qodef--single .entry-summary {
		margin-top: 0;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
		width: 50% !important;
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
		width: 50% !important;
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
		width: 50% !important;
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
		width: 50% !important;
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
		width: 50% !important;
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
		left: 10px;
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper {
		flex-wrap: wrap;
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
		width: 100% !important;
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper {
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
		margin-top: 16px !important;
	}
}

/* ==========================================================================
   12.0 Custom styles
   ========================================================================== */
.qodef-in-focus {
	position: relative;
	z-index: 99;
}

#qodef-page-header .qodef-content-grid .qodef-header-logo-link.qodef-textual-logo {
	justify-content: flex-start;
}

.qodef-e-media .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #111111;
}

@media only screen and (max-width: 680px) {
	#qodef-page-footer-bottom-area-inner p {
		text-align: center;
	}
}