@charset "UTF-8";

@keyframes qode-rotate {
	0% {
		transform: rotate(0)
	}

	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: .5
	}

	20% {
		opacity: 1;
		transform: translateY(0)
	}

	80% {
		opacity: 1;
		transform: translateY(0)
	}

	90% {
		opacity: .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(0) rotateY(0)
	}

	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

@keyframes qode-rotating-cubes {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(.5)
	}

	50% {
		transform: translateX(42px) translateY(42px) rotate(-179deg)
	}

	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg)
	}

	75% {
		transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
	}

	100% {
		transform: rotate(-360deg)
	}
}

@keyframes qode-stretch-delay {

	0%,
	100%,
	40% {
		transform: scaleY(.4)
	}

	20% {
		transform: scaleY(1)
	}
}

@keyframes qode-bounce-delay {

	0%,
	100%,
	80% {
		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(.5)
	}
}

@keyframes qode-atom-zindex {
	100% {
		z-index: 10
	}
}

@keyframes qode-atom-shrink {
	50% {
		transform: scale(.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(0)
	}

	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, .8)
	}

	40% {
		transform: translateX(50%) scale(.8, .8)
	}

	60% {
		transform: translateX(50%) scale(.8, .8)
	}

	74% {
		transform: translate(50%, 25%) scale(.6, .8)
	}

	88% {
		transform: translate(50%, 50%) scale(.6, .6)
	}

	100% {
		transform: translate(50%, 50%) scale(.6, .6)
	}
}

@keyframes qode-mitosis-ball-2 {
	12% {
		transform: none
	}

	26% {
		transform: translateX(25%) scale(1, .8)
	}

	40% {
		transform: translateX(50%) scale(.8, .8)
	}

	60% {
		transform: translateX(50%) scale(.8, .8)
	}

	74% {
		transform: translate(50%, -25%) scale(.6, .8)
	}

	88% {
		transform: translate(50%, -50%) scale(.6, .6)
	}

	100% {
		transform: translate(50%, -50%) scale(.6, .6)
	}
}

@keyframes qode-mitosis-ball-3 {
	12% {
		transform: none
	}

	26% {
		transform: translateX(-25%) scale(1, .8)
	}

	40% {
		transform: translateX(-50%) scale(.8, .8)
	}

	60% {
		transform: translateX(-50%) scale(.8, .8)
	}

	74% {
		transform: translate(-50%, 25%) scale(.6, .8)
	}

	88% {
		transform: translate(-50%, 50%) scale(.6, .6)
	}

	100% {
		transform: translate(-50%, 50%) scale(.6, .6)
	}
}

@keyframes qode-mitosis-ball-4 {
	12% {
		transform: none
	}

	26% {
		transform: translateX(-25%) scale(1, .8)
	}

	40% {
		transform: translateX(-50%) scale(.8, .8)
	}

	60% {
		transform: translateX(-50%) scale(.8, .8)
	}

	74% {
		transform: translate(-50%, -25%) scale(.6, .8)
	}

	88% {
		transform: translate(-50%, -50%) scale(.6, .6)
	}

	100% {
		transform: translate(-50%, -50%) scale(.6, .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
	}

	100%,
	24% {
		transform: translate(40px, 0)
	}
}

@keyframes qode-wave-jump-2 {
	12% {
		transform: translate(0, 0)
	}

	24% {
		transform: translate(20px, -40px);
		animation-timing-function: ease-in
	}

	100%,
	36% {
		transform: translate(40px, 0)
	}
}

@keyframes qode-wave-jump-3 {
	24% {
		transform: translate(0, 0)
	}

	36% {
		transform: translate(20px, -40px);
		animation-timing-function: ease-in
	}

	100%,
	48% {
		transform: translate(40px, 0)
	}
}

@keyframes qode-wave-wipe {

	100%,
	48% {
		transform: translateX(-120px)
	}
}

@keyframes qode-pulse-circles-pulse {
	0% {
		transform: scale(.1);
		opacity: 1;
		border-width: 50px
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
		border-width: 0
	}
}

@keyframes qode-bounce {

	20%,
	53%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .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-visible {
	0% {
		transform: scaleX(1);
		transform-origin: 100% 0
	}

	50% {
		transform: scaleX(0);
		transform-origin: 100% 0
	}

	51% {
		transform: scaleX(0);
		transform-origin: 0 0
	}

	100% {
		transform: scaleX(1);
		transform-origin: 0 0
	}
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	background: 0 0;
	border: 0;
	outline: 0
}

* {
	box-sizing: border-box
}

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

del {
	text-decoration: line-through
}

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

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

table {
	width: 100%;
	vertical-align: middle;
	border: medium none;
	border-collapse: collapse;
	border-spacing: 0
}

table tr {
	border: 1px solid rgba(12, 7, 5, .1)
}

table th {
	padding: 5px 7px;
	text-align: left;
	border-right: 1px solid rgba(12, 7, 5, .1)
}

table td {
	padding: 5px 10px;
	text-align: left;
	border-right: 1px solid rgba(12, 7, 5, .1)
}

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

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

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

dt {
	font-weight: 700
}

dd {
	margin: 0 1.5em 1.5em
}

a img {
	border: none
}

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

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

figure {
	margin: 0
}

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

video {
	display: block
}

embed,
object {
	height: auto
}

label {
	display: block;
	margin-bottom: .5em
}

fieldset {
	margin-bottom: 1em;
	padding: .35em .75em .625em
}

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

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

b,
strong {
	font-weight: bolder
}

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

small {
	font-size: 80%
}

progress {
	vertical-align: baseline
}

summary {
	display: list-item
}

template {
	display: none
}

.gallery-caption,
.wp-caption,
figcaption {
	display: block;
	max-width: 100%;
	margin: .8em 0 1.5em;
	font-size: .8125rem;
	opacity: 1
}

.gallery-caption a,
.wp-caption a,
figcaption a {
	color: inherit
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption .wp-caption-text {
	opacity: 1
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important
}

.bypostauthor,
.sticky {
	opacity: 1
}

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

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

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 0;
	line-height: 1;
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	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, .6);
	clip: auto !important;
	z-index: 100000
}

.alignleft {
	float: left;
	text-align: left;
	margin: 1rem 2rem 1rem 0 !important;
	clear: left
}

.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.alignright {
	float: right;
	text-align: right;
	margin: 1rem 0 1rem 2rem !important;
	clear: right
}

body:not([class*=hendon-core]) .alignright {
	clear: right
}

.qodef-content-alignment-left {
	text-align: left
}

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

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

.clear:after,
.clear:before,
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
	content: '';
	display: table;
	table-layout: fixed
}

.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.nav-links:after,
.pagination:after,
.widget-area:after,
.widget:after {
	clear: both
}

body {
	font-family: "Cormorant Garamond";
	font-size: 20px;
	line-height: 1.45em;
	font-weight: 400;
	color: #615e5e;
	background-color: #fff;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased
}

.qodef-h1,
h1 {
	font-family: "Cormorant Garamond";
	text-transform: uppercase;
	color: #000;
	font-size: 84px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: .15em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.qodef-h1 a,
h1 a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit
}

.qodef-h1 a:hover,
h1 a:hover {
	color: #c28562
}

.qodef-h2,
h2 {
	font-family: "Cormorant Garamond";
	text-transform: uppercase;
	color: #000;
	font-size: 64px;
	font-weight: 400;
	line-height: 1.09em;
	letter-spacing: .15em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.qodef-h2 a,
h2 a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit
}

.qodef-h2 a:hover,
h2 a:hover {
	color: #c28562
}

.qodef-h3,
h3 {
	font-family: "Cormorant Garamond";
	text-transform: uppercase;
	color: #000;
	font-size: 44px;
	font-weight: 400;
	line-height: 1.22em;
	letter-spacing: .15em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.qodef-h3 a,
h3 a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit
}

.qodef-h3 a:hover,
h3 a:hover {
	color: #c28562
}

.qodef-h4,
h4 {
	font-family: "Cormorant Garamond";
	text-transform: uppercase;
	color: #000;
	font-size: 30px;
	line-height: 1.35em;
	font-weight: 500;
	letter-spacing: .1em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.qodef-h4 a,
h4 a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit
}

.qodef-h4 a:hover,
h4 a:hover {
	color: #c28562
}

.qodef-h5,
h5 {
	font-family: "Cormorant Garamond";
	text-transform: uppercase;
	color: #000;
	font-size: 22px;
	line-height: 1.45em;
	font-weight: 500;
	letter-spacing: .1em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.qodef-h5 a,
h5 a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit
}

.qodef-h5 a:hover,
h5 a:hover {
	color: #c28562
}

.qodef-h6,
h6 {
	font-family: "Cormorant Garamond";
	text-transform: uppercase;
	color: #000;
	font-size: 13px;
	letter-spacing: .6em;
	font-family: Raleway;
	font-weight: 500;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.qodef-h6 a,
h6 a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit
}

.qodef-h6 a:hover,
h6 a:hover {
	color: #c28562
}

a,
p a {
	color: #000;
	text-decoration: none;
	transition: color .2s ease-out;
	cursor: pointer
}

a:hover,
p a:hover {
	color: #c28562
}

p {
	margin: 10px 0;
	line-height: 1.45em;
	font-weight: 500
}

p.has-background {
	padding: 20px 30px
}

.wp-block-quote,
blockquote {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 10px 0;
	padding: 0;
	position: relative;
	padding: 6px 0 0 30px;
	border: none;
	font-family: "Cormorant Garamond";
	font-size: 26px;
	font-weight: 300;
	line-height: 1.3em;
	letter-spacing: .01em;
	text-transform: none;
	color: #c28562;
	quotes: none
}

.wp-block-quote.wp-block-quote.is-large,
.wp-block-quote.wp-block-quote.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
	margin: 0;
	padding: 6px 0 0 30px
}

.wp-block-quote p:before,
blockquote p:before {
	content: '“'
}

.wp-block-quote p:after,
blockquote p:after {
	content: '”'
}

.wp-block-quote>*,
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
}

.wp-block-quote:after,
blockquote:after {
	content: ''
}

.wp-block-quote .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite,
blockquote .wp-block-pullquote__citation,
blockquote .wp-block-quote__citation,
blockquote cite {
	display: block;
	margin: 10px 0 0;
	font-style: normal;
	font-weight: 400 !important;
	text-align: inherit !important;
	text-transform: uppercase !important
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 20px;
	padding: 7px 20px 7px 0;
	font-family: Raleway;
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .6em;
	color: #a5a5a5;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 0;
	outline: 0;
	cursor: pointer;
	-webkit-appearance: none;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	color: #000;
	background-color: transparent;
	border-color: #000
}

input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
	opacity: 1
}

input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
	color: inherit;
	opacity: 1
}

#qodef-page-footer input[type=date],
#qodef-page-footer input[type=email],
#qodef-page-footer input[type=number],
#qodef-page-footer input[type=password],
#qodef-page-footer input[type=search],
#qodef-page-footer input[type=tel],
#qodef-page-footer input[type=text],
#qodef-page-footer input[type=url],
#qodef-page-footer textarea {
	color: #636363;
	background-color: transparent;
	border-bottom: 1px solid #474747
}

#qodef-page-footer input[type=date]:focus,
#qodef-page-footer input[type=email]:focus,
#qodef-page-footer input[type=number]:focus,
#qodef-page-footer input[type=password]:focus,
#qodef-page-footer input[type=search]:focus,
#qodef-page-footer input[type=tel]:focus,
#qodef-page-footer input[type=text]:focus,
#qodef-page-footer input[type=url]:focus,
#qodef-page-footer textarea:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

textarea {
	height: 80px
}

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

@media only screen and (min-width:769px) {
	.post-password-form input[type=password] {
		display: block;
		max-width: 50%
	}
}

button[type=submit],
input[type=submit] {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Raleway;
	font-size: 13px;
	line-height: 1.76em;
	font-weight: 500;
	letter-spacing: .3em;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	padding: 13px 70px;
	color: #fff;
	background-color: #c28562;
	border: 1px solid transparent;
	cursor: pointer
}

button[type=submit]:hover,
input[type=submit]:hover {
	color: #fff;
	background-color: #c28562
}

button[type=submit] span {
	display: block;
	line-height: inherit
}

button[type=submit] span:before {
	display: block;
	line-height: inherit
}

.qodef-theme-button {
	padding: 0 !important;
	background-color: transparent;
	border: 0
}

.qodef-theme-button svg circle:nth-child(2) {
	stroke-dasharray: 150;
	stroke-dashoffset: 150;
	transition: all 1.5s cubic-bezier(.45, 0, .14, 1.03);
	transform: rotate(-200deg);
	transform-origin: 71% 50%
}

.qodef-theme-button:hover svg circle:nth-child(2) {
	stroke-dashoffset: 0;
	transform: rotate(55deg);
	transition: 1.2s cubic-bezier(.38, .67, .76, .66)
}

select {
	position: relative;
	display: block;
	height: 38px;
	width: 100%;
	margin: 0 0 20px;
	padding: 7px 20px 7px 0;
	font-family: Raleway;
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .6em;
	color: #a5a5a5;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 0;
	outline: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

body .select2-container--default {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0 0 20px
}

body .select2-container--default .select2-selection--single {
	display: block;
	height: 38px;
	padding: 7px 20px;
	margin: 0;
	font-family: inherit;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #a5a5a5;
	background-color: #fafafa;
	border: 1px solid transparent;
	border-radius: 0;
	outline: 0;
	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: #000
}

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: '\33';
	font-family: ElegantIcons;
	font-style: normal
}

body .select2-container--default .select2-selection--multiple {
	display: block;
	height: 38px;
	padding: 7px 20px;
	margin: 0;
	font-family: inherit;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #a5a5a5;
	background-color: #fafafa;
	border: 1px solid transparent;
	border-radius: 0;
	outline: 0;
	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: 5px 5px 0 0;
	padding: 0 10px;
	float: left;
	color: #fff;
	background-color: #000;
	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 .2s ease-out;
	cursor: pointer
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
	color: inherit;
	opacity: .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: 0;
	-webkit-appearance: none
}

body .select2-container--default .select2-search--inline .select2-search__field:focus {
	border-color: #000
}

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: #fafafa;
	border: 1px solid transparent;
	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: #615e5e;
	background-color: #fff;
	border: 1px solid rgba(12, 7, 5, .1);
	outline: 0;
	-webkit-appearance: none
}

body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
	color: #000;
	background-color: #fff;
	border-color: #000
}

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
}

body .select2-container--default .select2-results__option {
	padding: 3px 0;
	font-size: 13px;
	line-height: 24px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: color .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: #000
}

body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
	color: #000;
	background: 0 0
}

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: #000;
	background: 0 0
}

body .select2-container--default .select2-results__group {
	display: block;
	padding: 7px 0;
	cursor: default
}

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-search--inline,
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	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--multiple,
body .select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #fafafa;
	cursor: default
}

body .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear,
body .select2-container--default.select2-container--disabled .select2-selection--single .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--multiple,
body .select2-container--default.select2-container--open .select2-selection--single {
	color: #000
}

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:not([class*=hendon-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before {
	content: '\25BE'
}

.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
}

.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
}

.qodef-comment-form p {
	margin: 0
}

.qodef-comment-form p.comment-notes {
	font-size: 13px;
	letter-spacing: .6em;
	font-family: Raleway;
	font-weight: 500;
	margin: 10px 0 36px;
	padding-right: 20%;
	color: #c28562;
	line-height: 2.2em;
	text-transform: uppercase
}

.qodef-main-cf7 button.qodef-button {
	margin: 15px 0 0;
	width: 100%
}

.qodef-main-cf7 select.wpcf7-select {
	height: 41px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: 0 0;
	background-image: url(/wp-content/themes/hendon/assets/img/select-arrow.svg);
	background-repeat: no-repeat;
	background-position-x: calc(100% - 15px);
	background-position-y: 10px
}

.qodef-main-cf7 input[type=date]::-webkit-inner-spin-button {
	opacity: 0
}

.qodef-main-cf7 input[type=date]::-webkit-calendar-picker-indicator {
	background: url(/wp-content/themes/hendon/assets/img/select-arrow.svg) center/100% no-repeat;
	color: transparent;
	opacity: 1
}

.qodef-main-cf7 input[type=date]::-webkit-calendar-picker-indicator:hover {
	cursor: pointer
}

.qodef-main-cf7 input[type=date] {
	padding-right: 15px
}

.qodef-newsletter-cf7 button {
	border: none;
	padding: 0;
	background-color: transparent;
	cursor: pointer
}

.qodef-newsletter-cf7 button svg circle:nth-child(2) {
	stroke-dasharray: 150;
	stroke-dashoffset: 150;
	transition: all 1.5s cubic-bezier(.45, 0, .14, 1.03);
	transform: rotate(-200deg);
	transform-origin: 71% 50%
}

.qodef-newsletter-cf7 button:hover svg circle:nth-child(2) {
	stroke-dashoffset: 0;
	transform: rotate(55deg);
	transition: 1.2s cubic-bezier(.38, .67, .76, .66)
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
	border-color: #c28562
}

.qodef-shortcode-snippet {
	font-size: 14px;
	text-transform: initial;
	letter-spacing: 0
}

.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: 9.09091%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--11 {
		left: 9.09091%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--11 {
		right: 9.09091%
	}
}

@media only screen and (min-width:1025px) {
	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10 {
		width: 83.33333%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--10 {
		left: 83.33333%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--10 {
		right: 83.33333%
	}
}

@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.66667%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--8 {
		left: 66.66667%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--8 {
		right: 66.66667%
	}
}

@media only screen and (min-width:1025px) {
	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7 {
		width: 14.28571%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--7 {
		left: 14.28571%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--7 {
		right: 14.28571%
	}
}

@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: 20%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--5 {
		left: 20%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--5 {
		right: 20%
	}
}

@media only screen and (min-width:1025px) {
	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4 {
		width: 33.33333%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--4 {
		left: 33.33333%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--4 {
		right: 33.33333%
	}
}

@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.66667%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--2 {
		left: 16.66667%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--2 {
		right: 16.66667%
	}
}

@media only screen and (min-width:1025px) {
	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1 {
		width: 8.33333%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--1 {
		left: 8.33333%
	}

	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--1 {
		right: 8.33333%
	}
}

.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.33333%
}

@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.66667%
}

@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.28571%
}

@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--columns.qodef-col-num--9>.qodef-grid-inner>.qodef-grid-item {
	width: 11.11111%
}

@media only screen and (min-width:1367px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--9.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(9n+1) {
		clear: both
	}
}

@media only screen and (min-width:1441px) {
	.qodef-grid.qodef-layout--columns.qodef-col-num--9.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(9n+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--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--landscape {
	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.33333%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--landscape {
	width: 66.66667%
}

.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--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--landscape {
	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--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape {
	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.66667%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape {
	width: 33.33333%
}

.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.28571%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape {
	width: 28.57143%
}

.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--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape {
	width: 25%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--9 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--9>.qodef-grid-inner>.qodef-grid-item {
	width: 11.11111%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--9>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--9>.qodef-grid-inner>.qodef-item--landscape {
	width: 22.22222%
}

.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
}

#qodef-page-wrapper {
	position: relative;
	overflow: hidden
}

#qodef-page-outer {
	position: relative
}

#qodef-page-inner {
	position: relative;
	padding: 140px 0 160px
}

.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
}

button.mfp-arrow {
	transition: opacity .3s ease;
	opacity: 1
}

button.mfp-arrow:hover {
	opacity: .6
}

button.mfp-arrow:after,
button.mfp-arrow:before {
	border: 0;
	color: #fff;
	font-size: 45px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

button.mfp-arrow-left:after {
	content: "\f104"
}

button.mfp-arrow-right:after {
	content: "\f105"
}

button.mfp-close {
	text-indent: -1000px;
	overflow: hidden;
	font-size: 0;
	transition: opacity .3s ease;
	opacity: 1
}

button.mfp-close:hover {
	opacity: .6
}

button.mfp-close:after {
	content: url(/wp-content/themes/hendon/assets/img/close-icon.svg);
	position: absolute;
	right: 4px;
	bottom: 0
}

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

.qodef-swiper-container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	z-index: 1;
	visibility: hidden;
	overflow: hidden
}

.qodef-swiper-container .swiper-wrapper {
	transition-timing-function: cubic-bezier(.58, .18, .06, .92)
}

.qodef-swiper-container .swiper-slide a,
.qodef-swiper-container .swiper-slide img {
	width: 100%
}

.qodef-swiper-container.qodef-swiper--initialized {
	visibility: visible
}

.swiper-pagination-bullets {
	bottom: 32px !important
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 13px !important;
	width: 5px;
	height: 5px;
	background-color: #c28562;
	border-radius: 50%;
	opacity: 1;
	transition: width .3s ease;
	position: relative
}

.swiper-pagination-bullets .swiper-pagination-bullet:after {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	top: -10px;
	left: -10px;
	border: 1px solid #c28562;
	border-radius: 50%;
	opacity: 0;
	transition: opacity .3s ease-in-out
}

.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
	opacity: 1
}

.swiper-button-next,
.swiper-button-prev {
	background-image: none !important;
	width: 30px !important;
	height: 30px !important;
	margin: 0 !important;
	transform: translateY(-50%);
	color: #fff;
	text-align: center
}

.swiper-button-next svg,
.swiper-button-prev svg {
	position: absolute
}

.swiper-button-next svg circle:nth-child(2),
.swiper-button-prev svg circle:nth-child(2) {
	stroke-dasharray: 150;
	stroke-dashoffset: 150;
	transition: all .8s cubic-bezier(.45, 0, .14, 1.03);
	transform: rotate(-200deg);
	transform-origin: 71% 50%
}

.swiper-button-next:hover svg circle:nth-child(2),
.swiper-button-prev:hover svg circle:nth-child(2) {
	stroke-dashoffset: 0;
	transform: rotate(55deg);
	transition: 1s cubic-bezier(.38, .67, .76, .66)
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: none
}

.swiper-button-prev {
	left: 33px !important
}

.swiper-button-prev svg {
	transform: scaleX(-1)
}

@media only screen and (max-width:680px) {
	.swiper-button-prev {
		left: 30px !important
	}
}

.swiper-button-next {
	right: 33px !important
}

@media only screen and (max-width:680px) {
	.swiper-button-next {
		right: 30px !important
	}
}

.swiper-button-next.swiper-button-outside,
.swiper-button-prev.swiper-button-outside {
	color: #000
}

.swiper-button-prev.swiper-button-outside,
.swiper-container-rtl .swiper-button-next.swiper-button-outside {
	transform: translateX(-300%)
}

.swiper-button-next.swiper-button-outside,
.swiper-container-rtl .swiper-button-prev.swiper-button-outside {
	transform: translateX(300%)
}

.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
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown: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
}

.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: '\33';
	font-family: ElegantIcons;
	font-size: 15px;
	line-height: 1;
	border: 0;
	position: initial;
	margin-left: auto
}

body:not([class*=hendon-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
body:not([class*=hendon-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
	content: '\25BE'
}

.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;
	transition: visibility 0s linear .25s, opacity .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
}

.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: #615e5e;
	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: #c28562
}

#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: #615e5e;
	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: #c28562
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	margin-right: 10px !important
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
	color: #615e5e
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: #c28562
}

#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: #615e5e
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: #c28562
}

#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: #615e5e;
	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: #c28562
}

#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: #615e5e;
	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: #c28562
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	margin-right: 10px !important
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
	color: #615e5e
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: #c28562
}

#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: #615e5e
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: #c28562
}

#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
}

#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: #615e5e;
	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: #c28562
}

#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: #615e5e;
	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: #c28562
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	margin-right: 10px !important
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
	color: #615e5e
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: #c28562
}

#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: #615e5e
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: #c28562
}

#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: #615e5e;
	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: #c28562
}

#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: #615e5e;
	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: #c28562
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	margin-right: 10px !important
}

#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: #615e5e;
	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: #c28562
}

#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: #615e5e;
	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: #c28562
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	margin-right: 10px !important
}

#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
}

.error404 #qodef-page-inner {
	padding: 0
}

#qodef-404-page {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 13% 10% 15%;
	text-align: center
}

#qodef-404-page .qodef-404-title {
	margin: 0;
	font-size: 200px;
	color: #fff
}

body:not([class*=hendon-core]) #qodef-404-page .qodef-404-title {
	color: #000
}

#qodef-404-page .qodef-404-text {
	display: block;
	margin: 21px auto 0;
	font-family: Raleway;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.2em;
	letter-spacing: .8em;
	text-transform: uppercase;
	color: #d7926b
}

@media only screen and (min-width:1025px) {
	#qodef-404-page .qodef-404-text {
		max-width: 50%
	}
}

#qodef-404-page .qodef-404-button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 45px
}

.qodef-blog {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-blog .qodef-blog-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 60px
}

.qodef-blog .qodef-blog-item .qodef-e-content,
.qodef-blog .qodef-blog-item .qodef-e-inner,
.qodef-blog .qodef-blog-item .qodef-e-media {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-blog .qodef-blog-item .qodef-e-media-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%
}

.qodef-blog .qodef-blog-item .qodef-e-media-image a {
	overflow: hidden
}

.qodef-blog .qodef-blog-item .qodef-e-media-image a img {
	transform: scale(1.02) translateX(-4px);
	transition: transform 1s cubic-bezier(.22, .54, .04, .98);
	backface-visibility: hidden;
	will-change: transform
}

.qodef-blog .qodef-blog-item .qodef-e-media-image a,
.qodef-blog .qodef-blog-item .qodef-e-media-image img {
	display: block;
	width: 100%
}

.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background img {
	visibility: hidden
}

.qodef-blog .qodef-blog-item .qodef-e-media {
	position: relative;
	margin-bottom: 38px
}

.qodef-blog .qodef-blog-item .qodef-e-media iframe {
	display: block;
	height: 100%
}

.qodef-blog .qodef-blog-item .qodef-e-media .qodef-e-info-date {
	display: inline-block;
	position: absolute;
	top: 9%;
	left: 0;
	z-index: 10;
	background-color: #1c0a09;
	padding: 0 30px
}

.qodef-blog .qodef-blog-item .qodef-e-media .qodef-e-info-date a {
	font-family: Raleway;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5em;
	color: #d7926b
}

.qodef-blog .qodef-blog-item .qodef-e-title {
	margin: 0
}

.qodef-blog .qodef-blog-item .qodef-e-excerpt {
	margin: 17px 0 0
}

body:not([class*=hendon-core]) .qodef-blog .qodef-blog-item .qodef-e-excerpt:after {
	content: '[…]'
}

.qodef-blog .qodef-blog-item .qodef-e-read-more {
	margin: 15px 0 0
}

.qodef-blog .qodef-blog-item .qodef-e-read-more:hover svg g {
	opacity: 1;
	transition: opacity .3s ease-in-out
}

.qodef-blog .qodef-blog-item .qodef-e-read-more svg g {
	transition: opacity .3s ease-in-out
}

.qodef-blog .qodef-blog-item .qodef-e-info {
	position: relative;
	display: flex;
	align-items: flex-start;
	width: 100%
}

@media only screen and (min-width:681px) {

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-left,
	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%
	}

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
		justify-content: flex-end
	}
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 34px 0 0;
	color: currentColor
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:after {
	content: '-';
	position: absolute;
	top: 0;
	right: 17px;
	font-family: Raleway;
	color: #c28562
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a,
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item span {
	font-size: 13px;
	letter-spacing: .6em;
	font-family: Raleway;
	font-weight: 500;
	text-transform: uppercase;
	color: #c28562
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child {
	padding-right: 0
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child:after {
	content: ''
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
	margin: 4px 0 2px
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item a:hover {
	color: #000
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
	display: inline-flex;
	margin-top: 47px
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-social-share li a,
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-social-share-dropdown-opener {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #c28562;
	border: 1px solid;
	border-color: rgba(194, 133, 98, .5);
	border-radius: 50%;
	text-align: center;
	transition: border-color .3s ease-in-out
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-social-share li a:hover,
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-social-share-dropdown-opener:hover {
	border-color: #c28562
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-social-share-dropdown-opener i {
	position: relative;
	left: -2px;
	top: -1px
}

.qodef-blog .qodef-blog-item .qodef-e-info-category a {
	position: relative
}

.qodef-blog .qodef-blog-item .qodef-e-info-category a:not(:last-child):after {
	content: '-';
	display: inline-block;
	padding: 0 4px 0 11px;
	cursor: initial;
	color: #c28562
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 15px;
	font-size: 11px !important;
	letter-spacing: .5em !important;
	background-image: url(/wp-content/themes/hendon/assets/img/pattern.png)
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a:last-child {
	margin-right: 0
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a:hover {
	color: #000
}

.qodef-blog .qodef-blog-item .qodef-e-post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-blog .qodef-blog-item.sticky .qodef-e-title a {
	position: relative;
	text-decoration: underline
}

.qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after {
	content: '*';
	position: absolute;
	top: 0;
	right: -.5em;
	font-size: 1.5em
}

@media only screen and (max-width:680px) {
	.qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after {
		display: none
	}
}

@media only screen and (max-width:680px) {
	.qodef-blog .qodef-blog-item.sticky .qodef-e-title:after {
		content: '*';
		position: absolute;
		top: 0;
		right: 0;
		font-size: 1.5em
	}
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image {
	width: 100%
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image img {
	width: 100%
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.qodef-blog .qodef-blog-item.format-audio .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #c28562
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 82px 18% 78px 13.5%;
	background-image: url(/wp-content/themes/hendon/assets/img/pattern.png);
	text-align: center
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link:hover .qodef-e-link-text {
	cursor: pointer;
	color: #000
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
	position: relative;
	margin: 0;
	padding-top: 6px;
	text-transform: none;
	font-size: 25px;
	line-height: 1.48em;
	letter-spacing: 0;
	color: #615e5e;
	transition: color .2s ease-out
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-url {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 78px 18% 78px 13.5%;
	background-image: url(/wp-content/themes/hendon/assets/img/pattern.png);
	text-align: center
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text {
	position: relative;
	margin: 0;
	padding-top: 5px;
	text-transform: none;
	font-size: 25px;
	line-height: 1.48em;
	letter-spacing: 0;
	color: #615e5e
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
	position: relative;
	display: block;
	margin: 24px 0 0;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #000
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author-role {
	margin: 0;
	font-weight: 500;
	color: #c28562
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-url {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.qodef-blog .qodef-blog-item.format-gallery .qodef-e-media-gallery .swiper-button-next svg circle,
.qodef-blog .qodef-blog-item.format-gallery .qodef-e-media-gallery .swiper-button-prev svg circle {
	stroke: #fff
}

.qodef-blog .qodef-blog-item.format-gallery .qodef-e-media-gallery .swiper-button-next svg polygon,
.qodef-blog .qodef-blog-item.format-gallery .qodef-e-media-gallery .swiper-button-prev svg polygon {
	fill: #fff
}

.qodef-blog.qodef-items--fixed article .qodef-e-media,
.qodef-blog.qodef-items--fixed article .qodef-e-media-image {
	height: 100%
}

.qodef-blog.qodef--list article .qodef-e-read-more {
	margin-top: 0
}

.qodef-blog.qodef--single article.format-link .qodef-e-info.qodef-info--top,
.qodef-blog.qodef--single article.format-quote .qodef-e-info.qodef-info--top {
	margin: 49px 0 8px
}

.qodef-blog.qodef--single article .qodef-e-info.qodef-info--top {
	margin: 4px 0 11px
}

.qodef-blog.qodef--single article .qodef-e-info.qodef-info--bottom {
	margin-top: 41px
}

#qodef-page-comments {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 88px
}

#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: 84px
}

#qodef-page-comments-list .qodef-m-title {
	margin: 0 0 37px
}

#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
}

#qodef-page-comments-list .qodef-comment-item {
	margin: 46px 0 0;
	padding: 0
}

#qodef-page-comments-list .qodef-comment-item .children {
	list-style: none;
	margin: 0;
	padding: 0 0 0 89px
}

#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: 25px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
	display: block;
	margin: 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
	margin: 0;
	padding: 3px 0 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
	margin-top: 0;
	line-height: .9em
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
	font-size: 13px;
	letter-spacing: .6em;
	font-family: Raleway;
	font-weight: 500;
	color: #c28562;
	text-transform: uppercase;
	font-weight: 500
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
	color: #000
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
	margin: 9px 0 0;
	line-height: 1.45em
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
	margin-top: 18px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-family: Raleway;
	font-size: 10.71px;
	color: #c28562;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-weight: 500
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:last-child {
	margin-right: 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-edit-link,
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-reply-link {
	position: relative
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-edit-link:after,
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-reply-link:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 4px;
	height: 1px;
	width: calc(100% - 3px);
	background-color: currentColor;
	opacity: .4
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-edit-link:hover:after,
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-reply-link:hover:after {
	animation: qode-line-visible cubic-bezier(.68, .17, .25, 1) 1s forwards
}

#qodef-page-comments-list .qodef-comment-item .comment-reply-title {
	line-height: 1em
}

#qodef-page-comments-list .qodef-comment-item .comment-reply-title small {
	float: right
}

@media only screen and (max-width:480px) {
	#qodef-page-comments-list .qodef-comment-item .comment-reply-title small {
		display: block;
		padding-bottom: 4px;
		float: none
	}
}

#qodef-page-comments-list .qodef-comment-item .comment-reply-title #cancel-comment-reply-link {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-family: Raleway;
	font-size: 10.71px;
	line-height: 28px;
	color: #c28562;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-weight: 500
}

#qodef-page-comments-list .qodef-comment-item .comment-reply-title #cancel-comment-reply-link:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 4px;
	height: 1px;
	width: calc(100% - 3px);
	background-color: currentColor;
	opacity: .4
}

#qodef-page-comments-list .qodef-comment-item .comment-reply-title #cancel-comment-reply-link:hover:after {
	animation: qode-line-visible cubic-bezier(.68, .17, .25, 1) 1s forwards
}

#qodef-page-comments-list .qodef-m-pagination {
	margin-top: 50px
}

#qodef-page-comments-form {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

#qodef-page-comments-form .comment-reply-title {
	margin: 0
}

#qodef-page-comments-form .comment-form {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

#qodef-page-comments-form .comment-form .comment-notes {
	margin: 5px 0 0
}

.qodef-comment-form .comment-form-cookies-consent {
	position: relative;
	display: flex;
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.62em
}

.qodef-comment-form .comment-form-cookies-consent input[type=checkbox] {
	flex-shrink: 0;
	margin-top: 5px;
	margin-right: 10px
}

.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 .5s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
	opacity: 0;
	transition: opacity .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;
	transition: color .3s ease, background-color .3s ease;
	font-family: "Cormorant Garamond";
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.45em;
	font-weight: 500;
	letter-spacing: .1em
}

.qodef-m-filter .qodef-m-filter-item.qodef--active,
.qodef-m-filter .qodef-m-filter-item:hover {
	background-color: #000;
	color: #fff
}

#qodef-page-footer {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

#qodef-page-footer>* {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

#qodef-page-footer-top-area {
	padding: 200px 0 54px;
	background-color: #19130b;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 0 solid rgba(12, 7, 5, .1)
}

#qodef-page-footer-top-area .qodef-content-full-width {
	padding: 0 70px
}

.qodef--boxed #qodef-page-footer-top-area {
	padding-left: 30px;
	padding-right: 30px
}

#qodef-page-footer-bottom-area {
	padding: 0;
	background-color: #000;
	border-top: 0 solid rgba(12, 7, 5, .1);
	text-align: center
}

#qodef-page-footer-bottom-area .qodef-content-full-width {
	padding: 0
}

.qodef--boxed #qodef-page-footer-bottom-area {
	padding-left: 30px;
	padding-right: 30px
}

.wp-block-button {
	float: none;
	margin: 1em 0
}

.wp-block-button .wp-block-button__link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Raleway;
	font-size: 13px;
	line-height: 1.76em;
	font-weight: 500;
	letter-spacing: .3em;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	padding: 13px 70px;
	color: #fff;
	background-color: #c28562;
	border: 1px solid transparent;
	border-radius: 28px;
	cursor: pointer
}

.wp-block-button .wp-block-button__link:hover {
	color: #fff;
	background-color: #c28562
}

.wp-block-button.is-style-outline {
	border: none
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: #c28562;
	background-color: transparent;
	border: 1px solid #c28562;
	border-width: 1px
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #c28562;
	background-color: transparent;
	border-color: #c28562
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0
}

.wp-block-button.alignleft {
	text-align: left;
	margin-top: 0;
	margin-right: 2rem
}

.wp-block-button.alignright {
	text-align: right;
	margin-top: 0;
	margin-left: 2rem
}

.wp-block-image .alignleft {
	margin: 1rem 2rem 1rem 0 !important
}

.wp-block-image .alignright {
	margin: 1rem 0 1rem 2rem !important
}

.wp-block-image .aligncenter {
	clear: both
}

.wp-block-image figcaption {
	margin: 7px 0 0;
	text-align: center
}

.wp-block-cover-image {
	float: none !important;
	max-width: 100% !important;
	margin: 0 !important
}

.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p {
	z-index: 1 !important;
	margin: 0 auto !important;
	max-width: 580px !important;
	padding: 14px !important;
	text-align: center;
	line-height: 1em !important
}

.wp-block-cover-image h1 a,
.wp-block-cover-image h2 a,
.wp-block-cover-image h3 a,
.wp-block-cover-image h4 a,
.wp-block-cover-image h5 a,
.wp-block-cover-image h6 a,
.wp-block-cover-image p a {
	color: #fff !important
}

.wp-block-cover-image h1 a:hover,
.wp-block-cover-image h2 a:hover,
.wp-block-cover-image h3 a:hover,
.wp-block-cover-image h4 a:hover,
.wp-block-cover-image h5 a:hover,
.wp-block-cover-image h6 a:hover,
.wp-block-cover-image p a:hover {
	color: #c28562 !important
}

.wp-block-cover-image :not(.has-text-color):not(.has-inline-color):not(a) {
	color: #fff !important;
	font-size: 30px !important
}

.wp-block-cover {
	margin-bottom: 1rem;
	padding: 0 !important
}

.wp-block-cover.alignleft {
	margin-right: 2em
}

.wp-block-cover.alignright {
	margin-left: 2em
}

.wp-block-cover .wp-block-cover__inner-container {
	width: 100% !important
}

.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
	z-index: 1 !important;
	margin: 0 auto !important;
	max-width: 580px !important;
	padding: 14px !important;
	text-align: center;
	line-height: 1em !important
}

.wp-block-cover h1 a,
.wp-block-cover h2 a,
.wp-block-cover h3 a,
.wp-block-cover h4 a,
.wp-block-cover h5 a,
.wp-block-cover h6 a,
.wp-block-cover p a {
	color: #fff !important
}

.wp-block-cover h1 a:hover,
.wp-block-cover h2 a:hover,
.wp-block-cover h3 a:hover,
.wp-block-cover h4 a:hover,
.wp-block-cover h5 a:hover,
.wp-block-cover h6 a:hover,
.wp-block-cover p a:hover {
	color: #c28562 !important
}

.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
	color: #fff !important;
	font-size: 30px !important
}

.wp-block-gallery {
	margin-bottom: 2rem
}

.wp-block-gallery ul.blocks-gallery-grid {
	margin: 0
}

.wp-block-gallery ul.blocks-gallery-grid figcaption {
	margin: 0
}

.wp-block-gallery ul.blocks-gallery-grid+figcaption {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto
}

.wp-block-gallery .blocks-gallery-item figcaption {
	margin: 0 !important
}

.wp-block-pullquote {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: center !important;
	width: 100% !important;
	position: relative;
	z-index: -2
}

.wp-block-pullquote blockquote {
	padding: 25px !important
}

.has-drop-cap:after {
	content: '';
	display: table;
	table-layout: fixed;
	clear: both
}

.wp-block-file {
	display: flex;
	align-items: center;
	margin: 0;
	color: #000;
	text-decoration: none;
	transition: color .2s ease-out;
	cursor: pointer
}

.wp-block-file:hover {
	color: #c28562
}

.wp-block-group.has-background {
	padding: 20px 30px
}

.gallery-item img {
	border: 0 !important
}

.wp-block-separator:not(.is-style-wide) {
	max-width: 100px
}

pre.wp-block-verse {
	font-size: inherit
}

.wp-block-quote .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite,
blockquote .wp-block-pullquote__citation,
blockquote .wp-block-quote__citation,
blockquote cite {
	font-size: inherit !important
}

.wp-block-embed figcaption {
	text-align: center
}

#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 .3s ease
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
	max-height: 50%
}

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

.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
}

#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 .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-opener svg {
	display: inline-block;
	vertical-align: middle
}

.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(12, 7, 5, .1);
	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 .qodef-menu-arrow {
	position: absolute;
	top: 6px;
	right: 0;
	line-height: inherit;
	transform-origin: 50% 50%;
	transition: transform .2s ease-out
}

.qodef-mobile-header-navigation ul li.menu-item-has-children.qodef--opened>a .qodef-menu-arrow {
	transform: rotate(90deg)
}

.qodef-mobile-header-navigation ul li>.qodef-drop-down-second ul.sub-menu {
	padding-left: 15px
}

.qodef-mobile-header-navigation>ul {
	margin: 0 auto;
	padding: 34px 0
}

.qodef-mobile-header-navigation>ul>li>a {
	display: inline-block;
	margin: 5px 0;
	font-family: Raleway;
	font-size: 11px;
	line-height: 2.09em;
	letter-spacing: .3em;
	font-weight: 500;
	text-transform: uppercase
}

.qodef-mobile-header-navigation>ul>li>a .qodef-menu-item-text {
	position: relative;
	padding: 5px 0
}

.qodef-mobile-header-navigation>ul>li>a .qodef-menu-item-text:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 3px);
	height: 1px;
	background-color: currentColor;
	transform-origin: 100% 50%;
	transition: transform .3s cubic-bezier(.85, .26, .17, 1);
	transform: scaleX(0)
}

.qodef-mobile-header-navigation>ul>li>a:hover {
	color: #d7926b
}

.qodef-mobile-header-navigation>ul>li>a:hover .qodef-menu-item-text:after {
	transform: scaleX(1);
	transform-origin: 0 50%;
	transition: transform .4s cubic-bezier(.85, .26, .17, 1)
}

.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a,
.qodef-mobile-header-navigation>ul>li.current-menu-item>a {
	color: #d7926b
}

.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:after,
.qodef-mobile-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:after {
	transform: scaleX(1);
	transform-origin: 0 50%;
	transition: transform .4s cubic-bezier(.85, .26, .17, 1)
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a {
	position: relative;
	display: flex;
	white-space: nowrap;
	margin: 11px 0;
	font-family: Raleway;
	font-size: 11px;
	line-height: 2.09em;
	letter-spacing: .3em;
	font-weight: 400;
	text-transform: uppercase;
	color: #a8a7a5
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
	flex-shrink: 0
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text {
	position: relative
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 3px);
	height: 1px;
	background-color: currentColor;
	transform-origin: 100% 50%;
	transition: transform .3s cubic-bezier(.85, .26, .17, 1);
	transform: scaleX(0)
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a:hover {
	color: #d7926b
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a:hover .qodef-menu-item-text:after {
	transform: scaleX(1);
	transform-origin: 0 50%;
	transition: transform .4s cubic-bezier(.85, .26, .17, 1)
}

.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 {
	color: #d7926b
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text:after,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text:after {
	transform: scaleX(1);
	transform-origin: 0 50%;
	transition: transform .4s cubic-bezier(.85, .26, .17, 1)
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner.qodef-content-grid {
	width: 100%
}

body:not([class*=hendon-core]) .qodef-mobile-header-navigation ul li>ul.sub-menu {
	padding-left: 15px
}

body:not([class*=hendon-core]) .qodef-mobile-header-navigation ul li>ul.sub-menu li.current-menu-ancestor>a,
body:not([class*=hendon-core]) .qodef-mobile-header-navigation ul li>ul.sub-menu li.current-menu-item>a {
	color: #d7926b
}

body:not([class*=hendon-core]) .qodef-mobile-header-navigation ul li>ul.sub-menu li.current-menu-ancestor>a .qodef-menu-item-text,
body:not([class*=hendon-core]) .qodef-mobile-header-navigation ul li>ul.sub-menu li.current-menu-item>a .qodef-menu-item-text {
	position: relative
}

body:not([class*=hendon-core]) .qodef-mobile-header-navigation ul li>ul.sub-menu li.current-menu-ancestor>a .qodef-menu-item-text:after,
body:not([class*=hendon-core]) .qodef-mobile-header-navigation ul li>ul.sub-menu li.current-menu-item>a .qodef-menu-item-text:after {
	transform: scaleX(1);
	transform-origin: 0 50%;
	transition: transform .4s cubic-bezier(.85, .26, .17, 1)
}

body:not([class*=hendon-core]) .qodef-mobile-header-navigation ul li>ul.sub-menu li a {
	position: relative;
	display: flex;
	white-space: nowrap;
	margin: 11px 0;
	font-family: Raleway;
	font-size: 11px;
	line-height: 2.09em;
	letter-spacing: .3em;
	font-weight: 400;
	text-transform: uppercase;
	color: #a8a7a5
}

body:not([class*=hendon-core]) .qodef-mobile-header-navigation ul li>ul.sub-menu li a .qodef-menu-item-text {
	position: relative
}

body:not([class*=hendon-core]) .qodef-mobile-header-navigation ul li>ul.sub-menu li a .qodef-menu-item-text:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 3px);
	height: 1px;
	background-color: currentColor;
	transform-origin: 100% 50%;
	transition: transform .3s cubic-bezier(.85, .26, .17, 1);
	transform: scaleX(0)
}

.qodef-header-navigation {
	height: 100%
}

.qodef-header-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.qodef-header-navigation ul li {
	position: relative;
	margin: 0;
	padding: 0
}

.qodef-header-navigation ul li .qodef-menu-arrow {
	display: none
}

.qodef-header-navigation ul li .qodef-menu-arrow * {
	fill: #a8a7a5;
	transition: all .2s ease-out
}

.qodef-header-navigation ul li.qodef--hide-link>a {
	cursor: default
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second {
	left: -40px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 295px;
	margin: 0;
	padding: 23px 0 21px;
	background-color: #19130b;
	border-top: 3px solid #c28562;
	opacity: 0;
	visibility: hidden
}

body:not([class*=hendon-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul {
	width: 315px;
	left: -40px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
	padding: 0 40px
}

body:not([class*=hendon-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after {
	content: '\25B8';
	font-family: initial;
	font-size: 20px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a .qodef-menu-arrow {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:hover .qodef-menu-arrow * {
	fill: #d7926b
}

.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 li.current-menu-ancestor>a,
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.current-menu-item>a,
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li:hover>a {
	color: #d7926b
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.current-menu-ancestor>a .qodef-menu-item-text:after,
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.current-menu-item>a .qodef-menu-item-text:after,
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li:hover>a .qodef-menu-item-text:after {
	transform: scaleX(1);
	transform-origin: 0 50%;
	transition: transform .4s cubic-bezier(.85, .26, .17, 1)
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
	top: calc(-34px - 3px);
	left: 100%;
	background-color: #19130b;
	border-top: 3px solid #c28562
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
	left: auto;
	text-align: right
}

body:not([class*=hendon-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
	left: auto;
	right: -40px
}

body:not([class*=hendon-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after {
	content: '\25C2';
	position: absolute;
	left: 0;
	top: -2px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a .qodef-menu-arrow {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	transform: translateY(-50%) rotate(180deg)
}

.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 .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%;
	margin: 0 18px
}

.qodef-header-navigation>ul>li:first-child {
	margin-left: 0
}

.qodef-header-navigation>ul>li:last-child {
	margin-right: 0
}

.qodef-header-navigation>ul>li>a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	font-family: Raleway;
	font-size: 11px;
	line-height: 2.09em;
	letter-spacing: .3em;
	font-weight: 500;
	text-transform: uppercase;
	color: #000 !important;
}

.qodef-header-navigation>ul>li>a:hover {
	color: #c28562
}

.qodef-header-navigation>ul>li>a:hover .qodef-menu-item-text:after {
	transform: scaleX(1);
	transform-origin: 0 50%;
	transition: transform .4s cubic-bezier(.85, .26, .17, 1)
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-text {
	position: relative
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-text:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 3px);
	height: 1px;
	background-color: currentColor;
	transform-origin: 100% 50%;
	transition: transform .3s cubic-bezier(.85, .26, .17, 1);
	transform: scaleX(0);
	opacity: .4
}

.qodef-header-navigation>ul>li.current-menu-ancestor>a,
.qodef-header-navigation>ul>li.current-menu-item>a {
	color: #c28562
}

.qodef-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:after,
.qodef-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:after {
	opacity: .4;
	transform: scaleX(1);
	transform-origin: 0 50%;
	transition: transform .4s cubic-bezier(.85, .26, .17, 1)
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
	font-family: Raleway;
	font-size: 11px;
	line-height: 2.09em;
	letter-spacing: .3em;
	font-weight: 400;
	text-transform: uppercase;
	color: #a8a7a5;
	transition: all .2s ease-out
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a .qodef-menu-item-text {
	position: relative
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a .qodef-menu-item-text:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 3px);
	height: 1px;
	background-color: currentColor;
	transform-origin: 100% 50%;
	transition: transform .3s cubic-bezier(.85, .26, .17, 1);
	transform: scaleX(0);
	opacity: .4
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a {
	position: relative;
	display: flex;
	white-space: nowrap;
	margin: 11px 0
}

.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.qodef-drop-down--right li>a {
	position: relative;
	display: flex;
	justify-content: flex-end;
	white-space: nowrap;
	margin: 11px 0
}

body:not(.qodef-drop-down-second--animate-height) .qodef-header-navigation ul li .qodef-drop-down-second {
	transition: opacity .2s
}

.qodef-m-pagination {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0
}

.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 16px;
	padding: 0 3px;
	font-size: 22px;
	line-height: 1.45em;
	font-weight: 500;
	letter-spacing: .1em
}

.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:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 3px);
	height: 1px;
	background-color: currentColor;
	transform-origin: 100% 50%;
	transition: transform .3s cubic-bezier(.85, .26, .17, 1);
	transform: scaleX(0)
}

.qodef-m-pagination.qodef--wp .page-numbers.dots:after {
	display: none
}

.qodef-m-pagination.qodef--wp .page-numbers.prev {
	transform: rotate(180deg)
}

.qodef-m-pagination.qodef--wp .page-numbers.next,
.qodef-m-pagination.qodef--wp .page-numbers.prev {
	position: relative;
	top: 1px;
	font-size: 30px
}

.qodef-m-pagination.qodef--wp .page-numbers.next:after,
.qodef-m-pagination.qodef--wp .page-numbers.prev:after {
	display: none
}

body:not([class*=hendon-core]) .qodef-m-pagination.qodef--wp .page-numbers.next,
body:not([class*=hendon-core]) .qodef-m-pagination.qodef--wp .page-numbers.prev {
	top: 0;
	font-size: 17px
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg g,
.qodef-m-pagination.qodef--wp .page-numbers.prev svg g {
	transition: opacity .3s ease-in-out
}

.qodef-m-pagination.qodef--wp .page-numbers.next:hover svg g,
.qodef-m-pagination.qodef--wp .page-numbers.prev:hover svg g {
	opacity: 1
}

.qodef-m-pagination.qodef--wp .page-numbers.prev {
	margin-right: 30px
}

.qodef-m-pagination.qodef--wp .page-numbers.next {
	margin-left: 30px
}

.qodef-m-pagination.qodef--wp .page-numbers.current,
.qodef-m-pagination.qodef--wp .page-numbers:hover {
	color: #d7926b
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 28px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
	position: relative;
	margin: 0 18px;
	font-size: 22px;
	line-height: 1.45em;
	font-weight: 500;
	letter-spacing: .1em
}

.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.qodef--number-1 {
	margin-left: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 3px);
	height: 1px;
	background-color: currentColor;
	transform-origin: 100% 50%;
	transition: transform .3s cubic-bezier(.85, .26, .17, 1);
	transform: scaleX(0)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.dots:after {
	display: none
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
	position: relative;
	top: 1px;
	font-size: 30px;
	line-height: 1
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:after,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:after {
	display: none
}

body:not([class*=hendon-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,
body:not([class*=hendon-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
	top: 0;
	font-size: 17px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg circle:nth-child(2),
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg circle:nth-child(2) {
	stroke-dasharray: 150;
	stroke-dashoffset: 150;
	transition: all 1.5s cubic-bezier(.45, 0, .14, 1.03);
	transform: rotate(-200deg);
	transform-origin: 71% 50%
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover svg circle:nth-child(2),
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover svg circle:nth-child(2) {
	stroke-dashoffset: 0;
	transform: rotate(55deg);
	transition: 1.2s cubic-bezier(.38, .67, .76, .66)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
	margin-right: 52px;
	top: -1px;
	transform: rotate(180deg)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
	margin-left: 32px;
	top: 4px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active a,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover a {
	color: #d7926b
}

.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--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: #c28562;
	opacity: 0;
	z-index: -1;
	transition: opacity .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 .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: #c28562;
	opacity: 0;
	z-index: -1;
	transition: opacity .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: "Cormorant Garamond";
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	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: #000
}

.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: #c28562
}

.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-title {
	margin: 0 0 20px
}

.qodef-search .qodef-e-search-heading-label {
	margin: 8px 0 0
}

.qodef-search .qodef-search-form .qodef-search-form-field {
	padding-right: 50px;
	margin: 0
}

.qodef-search .qodef-search-form .qodef-search-form-button {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 15px;
	color: #000;
	background-color: transparent;
	border: 0
}

.qodef-search .qodef-search-form .qodef-search-form-button svg {
	transition: all .3s ease-in-out
}

.qodef-search .qodef-search-form .qodef-search-form-button:hover {
	color: #c28562
}

.qodef-search .qodef-search-form .qodef-search-form-button:hover svg {
	fill: #615e5e
}

.qodef-search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.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
}

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

.qodef-page-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 300px;
	text-align: center;
	background-color: #fafafa
}

.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
}

.widget {
	margin: 0 0 35px
}

.widget:last-child {
	margin-bottom: 0 !important
}

.widget .qodef-widget-title {
	margin: 0 0 14px
}

.widget .qodef-widget-title a {
	color: inherit
}

.widget .qodef-widget-title a:hover {
	color: #c28562
}

.widget a {
	color: #615e5e
}

.widget a:hover {
	color: #c28562
}

.widget ul:not(.qodef-shortcode-list) {
	padding: 0;
	margin: 0;
	list-style: none
}

.widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 4px
}

.widget ul:not(.qodef-shortcode-list) li:last-child {
	margin-bottom: 0
}

.widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 4px;
	margin-left: 1em
}

.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
	width: 100%;
	max-width: 100%;
	margin: 9px 0 0
}

.widget.widget_archive .select2,
.widget.widget_categories .select2,
.widget.widget_text .select2 {
	margin-bottom: 0
}

.widget.widget_categories ul li a {
	font-weight: 500
}

.widget.widget_categories ul li a:hover {
	color: #000
}

.widget.widget_categories .qodef-widget-title {
	margin: 0 0 7px
}

.widget.widget_calendar {
	width: 100%
}

.widget.widget_calendar table {
	table-layout: fixed
}

.widget.widget_calendar caption {
	margin-bottom: 5px
}

.widget.widget_calendar #today {
	color: #fff;
	background-color: #c28562
}

.widget.widget_calendar #today a {
	color: inherit
}

.widget.widget_calendar tfoot td,
.widget.widget_calendar tfoot tr {
	border: 0
}

.widget.widget_calendar tfoot a {
	color: #615e5e
}

.widget.widget_calendar tfoot a:hover {
	color: #c28562
}

.widget.widget_text img {
	display: block
}

.widget.widget_rss ul li {
	margin-bottom: 35px
}

.widget.widget_rss ul li:last-child {
	margin-bottom: 0
}

.widget.widget_rss ul .rsswidget {
	display: block;
	font-family: "Cormorant Garamond";
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .6em;
	font-family: Raleway;
	font-weight: 500
}

.widget.widget_rss ul .rssSummary {
	margin-top: 15px
}

.widget.widget_rss ul cite {
	display: block;
	margin-top: 8px
}

.widget.widget_search .qodef-widget-title {
	margin-bottom: 23px
}

.widget.widget_search .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.widget.widget_search input {
	font-size: 13px;
	letter-spacing: .6em;
	font-family: Raleway;
	font-weight: 500;
	padding-right: 50px;
	margin: 0;
	color: #615e5e
}

.widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 15px;
	color: #000;
	background-color: transparent;
	border: 0
}

.widget.widget_search button svg {
	transition: all .3s ease-in-out
}

.widget.widget_search button:hover {
	color: #615e5e
}

.widget.widget_search button:hover svg {
	fill: #615e5e
}

.widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 11px 0;
	padding: 0 15px;
	font-family: Raleway;
	font-size: 11px !important;
	line-height: inherit;
	font-weight: 500;
	letter-spacing: .5em;
	text-transform: uppercase;
	color: #c28562;
	background-image: url(/wp-content/themes/hendon/assets/img/pattern.png)
}

.widget.widget_tag_cloud .tagcloud a:hover {
	color: #000
}

.widget.widget_media_image {
	margin-bottom: 0
}

.widget.widget_media_image .qodef-widget-title {
	margin-bottom: 23px
}

.widget.widget_media_image a {
	display: inline-block;
	vertical-align: top
}

.widget.widget_media_image img {
	display: block;
	margin: 0 auto
}

#qodef-top-area .widget {
	margin: 0 0 0;
	color: #fff
}

#qodef-top-area .widget:last-child {
	margin-bottom: 0 !important
}

#qodef-top-area .widget .qodef-widget-title {
	margin: 0 0 14px;
	color: #fff
}

#qodef-top-area .widget .qodef-widget-title a {
	color: inherit
}

#qodef-top-area .widget .qodef-widget-title a:hover {
	color: #c28562
}

#qodef-top-area .widget a {
	color: #afafaf
}

#qodef-top-area .widget a:hover {
	color: #c28562
}

#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 4px
}

#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: 4px;
	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%;
	margin: 9px 0 0
}

#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_categories ul li a {
	font-weight: 500
}

#qodef-top-area .widget.widget_categories ul li a:hover {
	color: #000
}

#qodef-top-area .widget.widget_categories .qodef-widget-title {
	margin: 0 0 7px
}

#qodef-top-area .widget.widget_calendar {
	width: 100%
}

#qodef-top-area .widget.widget_calendar table {
	table-layout: fixed
}

#qodef-top-area .widget.widget_calendar caption {
	margin-bottom: 5px
}

#qodef-top-area .widget.widget_calendar #today {
	color: #fff;
	background-color: #c28562
}

#qodef-top-area .widget.widget_calendar #today a {
	color: inherit
}

#qodef-top-area .widget.widget_calendar tfoot td,
#qodef-top-area .widget.widget_calendar tfoot tr {
	border: 0
}

#qodef-top-area .widget.widget_calendar tfoot a {
	color: #afafaf
}

#qodef-top-area .widget.widget_calendar tfoot a:hover {
	color: #c28562
}

#qodef-top-area .widget.widget_text img {
	display: block
}

#qodef-top-area .widget.widget_rss ul li {
	margin-bottom: 35px
}

#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: "Cormorant Garamond";
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .6em;
	font-family: Raleway;
	font-weight: 500
}

#qodef-top-area .widget.widget_rss ul .rssSummary {
	margin-top: 15px
}

#qodef-top-area .widget.widget_rss ul cite {
	display: block;
	margin-top: 8px
}

#qodef-top-area .widget.widget_search .qodef-widget-title {
	margin-bottom: 23px
}

#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 {
	font-size: 13px;
	letter-spacing: .6em;
	font-family: Raleway;
	font-weight: 500;
	padding-right: 50px;
	margin: 0;
	color: #615e5e
}

#qodef-top-area .widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 15px;
	color: #000;
	background-color: transparent;
	border: 0
}

#qodef-top-area .widget.widget_search button svg {
	transition: all .3s ease-in-out
}

#qodef-top-area .widget.widget_search button:hover {
	color: #615e5e
}

#qodef-top-area .widget.widget_search button:hover svg {
	fill: #615e5e
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 11px 0;
	padding: 0 15px;
	font-family: Raleway;
	font-size: 11px !important;
	line-height: inherit;
	font-weight: 500;
	letter-spacing: .5em;
	text-transform: uppercase;
	color: #c28562;
	background-image: url(/wp-content/themes/hendon/assets/img/pattern.png)
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover {
	color: #000
}

#qodef-top-area .widget.widget_media_image {
	margin-bottom: 0
}

#qodef-top-area .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 23px
}

#qodef-top-area .widget.widget_media_image a {
	display: inline-block;
	vertical-align: top
}

#qodef-top-area .widget.widget_media_image img {
	display: block;
	margin: 0 auto
}

#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 {
	margin: 0 0 14px;
	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: #b2b2b2
}

#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 4px
}

#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: 4px;
	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%;
	margin: 9px 0 0
}

#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_categories ul li a {
	font-weight: 500
}

#qodef-page-footer .widget.widget_categories ul li a:hover {
	color: #000
}

#qodef-page-footer .widget.widget_categories .qodef-widget-title {
	margin: 0 0 7px
}

#qodef-page-footer .widget.widget_calendar {
	width: 100%
}

#qodef-page-footer .widget.widget_calendar table {
	table-layout: fixed
}

#qodef-page-footer .widget.widget_calendar caption {
	margin-bottom: 5px
}

#qodef-page-footer .widget.widget_calendar #today {
	color: #fff;
	background-color: #fff
}

#qodef-page-footer .widget.widget_calendar #today a {
	color: inherit
}

#qodef-page-footer .widget.widget_calendar tfoot td,
#qodef-page-footer .widget.widget_calendar tfoot tr {
	border: 0
}

#qodef-page-footer .widget.widget_calendar tfoot a {
	color: #b2b2b2
}

#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: 35px
}

#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: "Cormorant Garamond";
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .6em;
	font-family: Raleway;
	font-weight: 500
}

#qodef-page-footer .widget.widget_rss ul .rssSummary {
	margin-top: 15px
}

#qodef-page-footer .widget.widget_rss ul cite {
	display: block;
	margin-top: 8px
}

#qodef-page-footer .widget.widget_search .qodef-widget-title {
	margin-bottom: 23px
}

#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 {
	font-size: 13px;
	letter-spacing: .6em;
	font-family: Raleway;
	font-weight: 500;
	padding-right: 50px;
	margin: 0;
	color: #615e5e
}

#qodef-page-footer .widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 15px;
	color: #fff;
	background-color: transparent;
	border: 0
}

#qodef-page-footer .widget.widget_search button svg {
	transition: all .3s ease-in-out
}

#qodef-page-footer .widget.widget_search button:hover {
	color: #ccc
}

#qodef-page-footer .widget.widget_search button:hover svg {
	fill: #615e5e
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 11px 0;
	padding: 0 15px;
	font-family: Raleway;
	font-size: 11px !important;
	line-height: inherit;
	font-weight: 500;
	letter-spacing: .5em;
	text-transform: uppercase;
	color: #c28562;
	background-image: url(/wp-content/themes/hendon/assets/img/pattern.png)
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover {
	color: #000
}

#qodef-page-footer .widget.widget_media_image {
	margin-bottom: 0
}

#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 23px
}

#qodef-page-footer .widget.widget_media_image a {
	display: inline-block;
	vertical-align: top
}

#qodef-page-footer .widget.widget_media_image img {
	display: block;
	margin: 0 auto
}

#qodef-side-area .widget {
	margin: 0 0 35px;
	color: #fff
}

#qodef-side-area .widget:last-child {
	margin-bottom: 0 !important
}

#qodef-side-area .widget .qodef-widget-title {
	margin: 0 0 14px;
	color: #fff
}

#qodef-side-area .widget .qodef-widget-title a {
	color: inherit
}

#qodef-side-area .widget .qodef-widget-title a:hover {
	color: #c28562
}

#qodef-side-area .widget a {
	color: #fff
}

#qodef-side-area .widget a:hover {
	color: #c28562
}

#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 4px
}

#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: 4px;
	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%;
	margin: 9px 0 0
}

#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_categories ul li a {
	font-weight: 500
}

#qodef-side-area .widget.widget_categories ul li a:hover {
	color: #000
}

#qodef-side-area .widget.widget_categories .qodef-widget-title {
	margin: 0 0 7px
}

#qodef-side-area .widget.widget_calendar {
	width: 100%
}

#qodef-side-area .widget.widget_calendar table {
	table-layout: fixed
}

#qodef-side-area .widget.widget_calendar caption {
	margin-bottom: 5px
}

#qodef-side-area .widget.widget_calendar #today {
	color: #fff;
	background-color: #c28562
}

#qodef-side-area .widget.widget_calendar #today a {
	color: inherit
}

#qodef-side-area .widget.widget_calendar tfoot td,
#qodef-side-area .widget.widget_calendar tfoot tr {
	border: 0
}

#qodef-side-area .widget.widget_calendar tfoot a {
	color: #fff
}

#qodef-side-area .widget.widget_calendar tfoot a:hover {
	color: #c28562
}

#qodef-side-area .widget.widget_text img {
	display: block
}

#qodef-side-area .widget.widget_rss ul li {
	margin-bottom: 35px
}

#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: "Cormorant Garamond";
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .6em;
	font-family: Raleway;
	font-weight: 500
}

#qodef-side-area .widget.widget_rss ul .rssSummary {
	margin-top: 15px
}

#qodef-side-area .widget.widget_rss ul cite {
	display: block;
	margin-top: 8px
}

#qodef-side-area .widget.widget_search .qodef-widget-title {
	margin-bottom: 23px
}

#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 {
	font-size: 13px;
	letter-spacing: .6em;
	font-family: Raleway;
	font-weight: 500;
	padding-right: 50px;
	margin: 0;
	color: #615e5e
}

#qodef-side-area .widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 15px;
	color: #000;
	background-color: transparent;
	border: 0
}

#qodef-side-area .widget.widget_search button svg {
	transition: all .3s ease-in-out
}

#qodef-side-area .widget.widget_search button:hover {
	color: #615e5e
}

#qodef-side-area .widget.widget_search button:hover svg {
	fill: #615e5e
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 11px 0;
	padding: 0 15px;
	font-family: Raleway;
	font-size: 11px !important;
	line-height: inherit;
	font-weight: 500;
	letter-spacing: .5em;
	text-transform: uppercase;
	color: #c28562;
	background-image: url(/wp-content/themes/hendon/assets/img/pattern.png)
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover {
	color: #000
}

#qodef-side-area .widget.widget_media_image {
	margin-bottom: 0
}

#qodef-side-area .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 23px
}

#qodef-side-area .widget.widget_media_image a {
	display: inline-block;
	vertical-align: top
}

#qodef-side-area .widget.widget_media_image img {
	display: block;
	margin: 0 auto
}

.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 {
	margin: 0 0 14px;
	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: #c28562
}

.qodef-mega-menu-widget-holder .widget a {
	color: #fff
}

.qodef-mega-menu-widget-holder .widget a:hover {
	color: #c28562
}

.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 4px
}

.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: 4px;
	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%;
	margin: 9px 0 0
}

.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_categories ul li a {
	font-weight: 500
}

.qodef-mega-menu-widget-holder .widget.widget_categories ul li a:hover {
	color: #000
}

.qodef-mega-menu-widget-holder .widget.widget_categories .qodef-widget-title {
	margin: 0 0 7px
}

.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 caption {
	margin-bottom: 5px
}

.qodef-mega-menu-widget-holder .widget.widget_calendar #today {
	color: #fff;
	background-color: #c28562
}

.qodef-mega-menu-widget-holder .widget.widget_calendar #today a {
	color: inherit
}

.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot td,
.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot tr {
	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: #c28562
}

.qodef-mega-menu-widget-holder .widget.widget_text img {
	display: block
}

.qodef-mega-menu-widget-holder .widget.widget_rss ul li {
	margin-bottom: 35px
}

.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: "Cormorant Garamond";
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .6em;
	font-family: Raleway;
	font-weight: 500
}

.qodef-mega-menu-widget-holder .widget.widget_rss ul .rssSummary {
	margin-top: 15px
}

.qodef-mega-menu-widget-holder .widget.widget_rss ul cite {
	display: block;
	margin-top: 8px
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-widget-title {
	margin-bottom: 23px
}

.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 {
	font-size: 13px;
	letter-spacing: .6em;
	font-family: Raleway;
	font-weight: 500;
	padding-right: 50px;
	margin: 0;
	color: #615e5e
}

.qodef-mega-menu-widget-holder .widget.widget_search button {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 15px;
	color: #000;
	background-color: transparent;
	border: 0
}

.qodef-mega-menu-widget-holder .widget.widget_search button svg {
	transition: all .3s ease-in-out
}

.qodef-mega-menu-widget-holder .widget.widget_search button:hover {
	color: #615e5e
}

.qodef-mega-menu-widget-holder .widget.widget_search button:hover svg {
	fill: #615e5e
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 11px 0;
	padding: 0 15px;
	font-family: Raleway;
	font-size: 11px !important;
	line-height: inherit;
	font-weight: 500;
	letter-spacing: .5em;
	text-transform: uppercase;
	color: #c28562;
	background-image: url(/wp-content/themes/hendon/assets/img/pattern.png)
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:hover {
	color: #000
}

.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: 23px
}

.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;
	margin: 0 auto
}

#qodef-top-area .qodef-icon-list-item .qodef-e-title {
	font-size: 16px;
	color: #999
}

#qodef-page-footer-bottom-area .widget {
	margin: 0 0 12px
}

#qodef-page-footer-bottom-area .textwidget>* {
	margin: 4px 0 13px;
	line-height: 1em
}

@media only screen and (max-width:480px) {
	#qodef-page-footer-bottom-area .textwidget>* {
		line-height: 2em
	}
}

@media only screen and (max-width:480px) {
	#qodef-page-footer-bottom-area .textwidget a {
		display: block
	}
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
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
}

@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:800px) {
	.qodef-content-grid {
		width: 86%
	}

	.qodef--boxed .qodef-content-grid {
		width: calc(86% + 60px)
	}
}

@media only screen and (max-width:480px) {
	.qodef-content-grid {
		width: 82%
	}

	.qodef--boxed .qodef-content-grid {
		width: calc(82% + 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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}

	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.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--9.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--9.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}

	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.33333%
	}
}

@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.33333%
	}

	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}

	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
}

@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.33333%
	}

	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}

	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
}

@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.33333%
	}

	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}

	.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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}

	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.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--9.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--9.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}

	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}

	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.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--9.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--9.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}

	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}

	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}

	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}

	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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.33333%
	}

	.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.33333%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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.66667%
	}

	.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.66667%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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.28571%
	}

	.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.28571%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(9n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 22.22222%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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.33333%
	}

	.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.33333%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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.66667%
	}

	.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.66667%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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.28571%
	}

	.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.28571%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(9n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 22.22222%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.33333%
	}

	.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.33333%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}

	.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.66667%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.28571%
	}

	.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.28571%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(9n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) {

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--9.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 22.22222%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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.33333%
	}

	.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.33333%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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.66667%
	}

	.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.66667%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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.28571%
	}

	.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.28571%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (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.66667%
	}
}

@media only screen and (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.33333%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(9n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 22.22222%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.33333%
	}

	.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.33333%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}

	.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.66667%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.28571%
	}

	.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.28571%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(9n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--9.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 22.22222%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.33333%
	}

	.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.33333%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}

	.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.66667%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.28571%
	}

	.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.28571%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(9n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {

	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--9.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--768--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 22.22222%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.33333%
	}

	.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.33333%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}

	.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.66667%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.28571%
	}

	.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.28571%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(9n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) {

	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--9.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--680--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 22.22222%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.33333%
	}
}

@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.33333%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.66667%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.28571%
	}
}

@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.28571%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@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.66667%
	}
}

@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.33333%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--9.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}
}

@media only screen and (max-width:480px) {

	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--9.qodef-layout--masonry .qodef-grid-masonry-sizer,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 11.11111%
	}

	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-grid.qodef-responsive--custom.qodef-col-num--480--9.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 22.22222%
	}
}

@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
	}
}

@media only screen and (max-width:768px) {
	h1 {
		font-size: 80px
	}
}

@media only screen and (max-width:680px) {
	h1 {
		font-size: 41px
	}

	h2 {
		font-size: 40px
	}

	h3 {
		font-size: 33px
	}

	h4 {
		font-size: 25px
	}
}

@media only screen and (max-width:680px) {
	#qodef-404-page {
		padding: 110px 40px 200px
	}
}

@media only screen and (max-width:480px) {
	#qodef-404-page .qodef-404-title {
		font-size: 140px
	}

	#qodef-404-page .qodef-404-text {
		margin-top: 77px
	}
}

@media only screen and (max-width:680px) {
	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
		margin-top: 15px
	}

	.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
		display: inline-block
	}

	.qodef-blog .qodef-blog-item.format-link .qodef-icon-elegant-icons {
		right: 12%;
		font-size: 120px
	}

	.qodef-blog .qodef-blog-item .qodef-e-quote:before {
		right: 19%;
		font-size: 470px
	}
}

@media only screen and (max-width:480px) {
	.qodef-blog .qodef-blog-item .qodef-e-info {
		display: block
	}

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item {
		display: block
	}

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-category a {
		display: block
	}

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-category a:after {
		display: none
	}

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:after {
		display: none
	}

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right .qodef-social-share .qodef-social-title {
		display: none
	}

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
		right: auto
	}

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
		left: 35px
	}

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
		left: 75px
	}

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
		left: 115px
	}

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
		left: 155px
	}

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
		left: 195px
	}

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
		left: 235px
	}

	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
		left: 275px
	}
}

@media only screen and (max-width:1024px) {
	#qodef-page-comments {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:1024px) {
	#qodef-page-comments-list .qodef-comment-item .children {
		padding-left: 40px
	}
}

@media only screen and (max-width:768px) {
	#qodef-page-comments-list .qodef-comment-item .children {
		padding-left: 20px
	}
}

@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
	}
}

@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;
		position: relative;
		top: -1px;
		z-index: 10;
		background-color: inherit
	}
}

@media only screen and (max-width:1024px) {
	#qodef-page-header {
		display: none
	}
}

@media only screen and (max-width:1024px) {
	#qodef-page-mobile-header {
		display: block
	}
}