.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	margin: 0 0 -4px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

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

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin: 5px 5px 0 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
	content: '';
	display: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

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

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

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

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

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #0073aa;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected],
.select2-container--classic .select2-results__option--highlighted[data-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #0073aa
}

.qodef-core-dashboard {
	max-width: initial!important
}

.qodef-core-dashboard .qodef-core-dashboard-inner {
	margin: 0 -15px;
	display: inline-block;
	width: 100%
}

.qodef-core-dashboard .qodef-cd-logo {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	width: 62px
}

.qodef-core-dashboard .qodef-cd-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 41px;
	font-weight: 400;
	margin: 0
}

.qodef-core-dashboard .qodef-cd-title-holder {
	margin-bottom: 30px
}

.qodef-core-dashboard .qodef-cd-subtitle {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #555d66;
	max-width: 610px;
	margin: 10px 0 30px
}

.qodef-core-dashboard .qodef-core-dashboard-column {
	float: left;
	width: 100%;
	max-width: 610px;
	padding: 0 15px
}

.qodef-core-dashboard .qodef-core-dashboard-column.qodef-cd-smaller-column {
	max-width: 380px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box {
	background-color: #fff
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-core-bottom-space {
	margin-bottom: 30px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-box-title-holder {
	padding: 28px 34px 23px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-box-title-holder p {
	margin: 19px 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #555d66
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-cd-import-box .qodef-cd-box-title-holder p {
	font-size: 14px;
	line-height: 20px;
	margin: 17px 0 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-cd-import-box .qodef-cd-label {
	font-weight: 600;
	margin-bottom: 15px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box h2 {
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-weight: 400;
	color: #32373c;
	text-align: left
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box h3 {
	margin: 0;
	padding: 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-field-holder {
	padding-bottom: 30px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-label {
	display: block;
	color: #555d66;
	font-size: 14px;
	margin-bottom: 7px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input {
	border: none;
	border-bottom: 1px solid #c2c2c2;
	outline: 0;
	width: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555d66;
	font-size: 14px;
	padding: 4px 0;
	margin: 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus {
	outline: 0;
	border-color: #c2c2c2
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-webkit-input-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-moz-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus:-ms-input-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-ms-input-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-webkit-input-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-moz-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-ms-input-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-ms-input-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:active,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:focus,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 30px #fff inset!important
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill {
	-webkit-text-fill-color: #666!important
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-error-field {
	border-bottom-color: #ee3535
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-error-message {
	display: block;
	color: #ee3535;
	font-size: 12px;
	margin-top: 5px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cdb-problem {
	border: 1px solid #e1e1e1;
	border-left: 3px solid #ee3535;
	padding: 15px;
	margin-bottom: 25px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cdb-problem p {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	margin: 0;
	padding: 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box:last-child .qodef-cd-box-row:last-child {
	padding-bottom: 10px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button {
	padding: 7px 35px;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	background-color: #3596ee;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 0 0 #246eae;
	box-shadow: 0 2px 0 0 #246eae;
	cursor: pointer
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button.qodef-cd-button-disabled,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button.qodef-import-demo-data-disabled {
	background-color: #6bb4f7
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button-wait {
	display: none;
	font-size: 12px;
	color: #3596ee;
	margin-left: 15px;
	font-weight: 400
}

.qodef-core-dashboard .qodef-core-dashboard-column a.qodef-cd-button {
	text-decoration: none
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section {
	padding: 0 35px 10px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section h3 {
	padding: 0;
	margin: 0 0 24px;
	color: #555d66;
	font-size: 17px;
	line-height: 20px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list {
	padding: 10px 35px;
	margin: 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li {
	font-size: 15px;
	margin: 0 0 25px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li a {
	color: #3675ae
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-row {
	display: table;
	padding: 0 20px;
	border-bottom: 1px solid #f1f1f1;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-label,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value {
	display: table-cell;
	width: 50%;
	padding: 17px 15px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value {
	color: #3e87be
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value-false span {
	color: #ea3a27
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form {
	padding: 0 30px 10px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section {
	padding: 0 0 28px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column {
	padding: 0 15px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column:first-child {
	width: 75%
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column:last-child {
	width: 25%
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .qodef-cd-import-option,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .qodef-import-demo {
	width: 100%
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single {
	border-radius: 0;
	border-color: #e1e1e1;
	height: 34px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-is-completed {
	display: none;
	color: #3596ee;
	font-size: 14px;
	font-weight: 600
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-went-wrong {
	display: none;
	color: #3596ee;
	font-size: 14px;
	font-weight: 600
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-went-wrong a {
	color: inherit
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section-dependency,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section-progress {
	display: none
}

#qodef-progress-bar[value] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	height: 5px
}

#qodef-progress-bar[value]::-webkit-progress-bar {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0
}

#qodef-progress-bar {
	color: #3596ee
}

#qodef-progress-bar::-moz-progress-bar {
	background: #3596ee
}

#qodef-progress-bar::-webkit-progress-value {
	background: #3596ee
}

#qodef-progress-bar[aria-valuenow]:before {
	background: #3596ee
}

.qodef-cd-selection li.select2-results__option {
	padding: 10px;
	margin: 0
}

.qodef-cd-selection img {
	vertical-align: middle;
	padding-right: 20px
}

.select2-container--default .qodef-cd-selection .select2-results__option[aria-selected=true] {
	background-color: #fafafa
}

.select2-container--default .qodef-cd-selection .select2-results__option--highlighted {
	background-color: #fafafa;
	color: #000
}

.qodef-cd-action-selection li.select2-results__option,
.qodef-cd-single-page-selection li.select2-results__option {
	margin: 0
}

.select2-container--default .qodef-cd-action-selection .select2-results__option[aria-selected=true],
.select2-container--default .qodef-cd-single-page-selection .select2-results__option[aria-selected=true] {
	background-color: #fafafa
}

.select2-container--default .qodef-cd-action-selection .select2-results__option--highlighted,
.select2-container--default .qodef-cd-single-page-selection .select2-results__option--highlighted {
	background-color: #fafafa;
	color: #000
}

.qodef-cd-import-single-page {
	width: 100%
}

.qodef-cd-switch {
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 40px;
	overflow: hidden
}

.qodef-cd-switch .qodef-cd-import-attachments {
	display: none
}

.qodef-cd-switch .qodef-cd-cb-disable,
.qodef-cd-switch .qodef-cd-cb-enable {
	display: block;
	float: left;
	padding: 0 10px
}

.qodef-cd-switch .qodef-cd-cb-disable.selected,
.qodef-cd-switch .qodef-cd-cb-enable.selected {
	background-color: #3596ee;
	color: #fff
}

.qodef-cd-switch .qodef-cd-cb-disable span,
.qodef-cd-switch .qodef-cd-cb-enable span {
	line-height: 32px;
	font-size: 13px;
	display: block;
	font-weight: 700
}

.ps {
	overflow: hidden!important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto
}

.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	bottom: 0;
	position: absolute
}

.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	right: 0;
	position: absolute
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
	display: block;
	background-color: transparent
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
	opacity: .6
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: .9
}

.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px;
	position: absolute
}

.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	right: 2px;
	position: absolute
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px
}

@supports(-ms-overflow-style:none) {
	.ps {
		overflow: auto!important
	}
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.ps {
		overflow: auto!important
	}
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

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

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size)/2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

@charset "UTF-8";
@-webkit-keyframes qode-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes qode-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes qode-fade-in {
	0% {
		opacity: 0;
		visibility: hidden
	}
	100% {
		opacity: 1;
		visibility: visible
	}
}

@keyframes qode-fade-in {
	0% {
		opacity: 0;
		visibility: hidden
	}
	100% {
		opacity: 1;
		visibility: visible
	}
}

@-webkit-keyframes qode-fade-out {
	0% {
		opacity: 1;
		visibility: visible
	}
	100% {
		opacity: 0;
		visibility: hidden
	}
}

@keyframes qode-fade-out {
	0% {
		opacity: 1;
		visibility: visible
	}
	100% {
		opacity: 0;
		visibility: hidden
	}
}

@-webkit-keyframes qode-ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%)
	}
	10% {
		opacity: .5
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	90% {
		opacity: .5
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%)
	}
}

@keyframes qode-ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%)
	}
	10% {
		opacity: .5
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	90% {
		opacity: .5
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%)
	}
}

@-webkit-keyframes qode-scaleout {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@keyframes qode-scaleout {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes qode-double-pulse {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes qode-double-pulse {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes qode-cube {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

@keyframes qode-cube {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

@-webkit-keyframes qode-rotating-cubes {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
		transform: translateX(42px) rotate(-90deg) scale(.5)
	}
	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
		transform: translateX(42px) translateY(42px) rotate(-179deg)
	}
	50.1% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
		transform: translateX(42px) translateY(42px) rotate(-180deg)
	}
	75% {
		-webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
		transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes qode-rotating-cubes {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
		transform: translateX(42px) rotate(-90deg) scale(.5)
	}
	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
		transform: translateX(42px) translateY(42px) rotate(-179deg)
	}
	50.1% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
		transform: translateX(42px) translateY(42px) rotate(-180deg)
	}
	75% {
		-webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
		transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@-webkit-keyframes qode-stretch-delay {
	0%,
	100%,
	40% {
		-webkit-transform: scaleY(.4);
		transform: scaleY(.4)
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@keyframes qode-stretch-delay {
	0%,
	100%,
	40% {
		-webkit-transform: scaleY(.4);
		transform: scaleY(.4)
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@-webkit-keyframes qode-bounce-delay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes qode-bounce-delay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes qode-rotate-circles {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes qode-rotate-circles {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes qode-atom-position {
	50% {
		top: 80px;
		left: 80px
	}
}

@keyframes qode-atom-position {
	50% {
		top: 80px;
		left: 80px
	}
}

@-webkit-keyframes qode-atom-size {
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}
}

@keyframes qode-atom-size {
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}
}

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

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

@-webkit-keyframes qode-atom-shrink {
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}

@keyframes qode-atom-shrink {
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}

@-webkit-keyframes qode-clock {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes qode-clock {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes qode-clock-1 {
	0% {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg)
	}
	30% {
		-webkit-transform: rotate(-450deg);
		transform: rotate(-450deg)
	}
	100% {
		-webkit-transform: rotate(-450deg);
		transform: rotate(-450deg)
	}
}

@keyframes qode-clock-1 {
	0% {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg)
	}
	30% {
		-webkit-transform: rotate(-450deg);
		transform: rotate(-450deg)
	}
	100% {
		-webkit-transform: rotate(-450deg);
		transform: rotate(-450deg)
	}
}

@-webkit-keyframes qode-clock-2 {
	5% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	35% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
	100% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

@keyframes qode-clock-2 {
	5% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	35% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
	100% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

@-webkit-keyframes qode-clock-3 {
	10% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	40% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes qode-clock-3 {
	10% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	40% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@-webkit-keyframes qode-clock-4 {
	15% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	45% {
		-webkit-transform: rotate(-315deg);
		transform: rotate(-315deg)
	}
	100% {
		-webkit-transform: rotate(-315deg);
		transform: rotate(-315deg)
	}
}

@keyframes qode-clock-4 {
	15% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	45% {
		-webkit-transform: rotate(-315deg);
		transform: rotate(-315deg)
	}
	100% {
		-webkit-transform: rotate(-315deg);
		transform: rotate(-315deg)
	}
}

@-webkit-keyframes qode-mitosis-invert {
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@keyframes qode-mitosis-invert {
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@-webkit-keyframes qode-mitosis-ball-1 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(25%) scale(1, .8);
		transform: translateX(25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(50%, 25%) scale(.6, .8);
		transform: translate(50%, 25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(50%, 50%) scale(.6, .6);
		transform: translate(50%, 50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(50%, 50%) scale(.6, .6);
		transform: translate(50%, 50%) scale(.6, .6)
	}
}

@keyframes qode-mitosis-ball-1 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(25%) scale(1, .8);
		transform: translateX(25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(50%, 25%) scale(.6, .8);
		transform: translate(50%, 25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(50%, 50%) scale(.6, .6);
		transform: translate(50%, 50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(50%, 50%) scale(.6, .6);
		transform: translate(50%, 50%) scale(.6, .6)
	}
}

@-webkit-keyframes qode-mitosis-ball-2 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(25%) scale(1, .8);
		transform: translateX(25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(50%, -25%) scale(.6, .8);
		transform: translate(50%, -25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(50%, -50%) scale(.6, .6);
		transform: translate(50%, -50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(50%, -50%) scale(.6, .6);
		transform: translate(50%, -50%) scale(.6, .6)
	}
}

@keyframes qode-mitosis-ball-2 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(25%) scale(1, .8);
		transform: translateX(25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(50%, -25%) scale(.6, .8);
		transform: translate(50%, -25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(50%, -50%) scale(.6, .6);
		transform: translate(50%, -50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(50%, -50%) scale(.6, .6);
		transform: translate(50%, -50%) scale(.6, .6)
	}
}

@-webkit-keyframes qode-mitosis-ball-3 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(-25%) scale(1, .8);
		transform: translateX(-25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(-50%, 25%) scale(.6, .8);
		transform: translate(-50%, 25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(-50%, 50%) scale(.6, .6);
		transform: translate(-50%, 50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(-50%, 50%) scale(.6, .6);
		transform: translate(-50%, 50%) scale(.6, .6)
	}
}

@keyframes qode-mitosis-ball-3 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(-25%) scale(1, .8);
		transform: translateX(-25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(-50%, 25%) scale(.6, .8);
		transform: translate(-50%, 25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(-50%, 50%) scale(.6, .6);
		transform: translate(-50%, 50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(-50%, 50%) scale(.6, .6);
		transform: translate(-50%, 50%) scale(.6, .6)
	}
}

@-webkit-keyframes qode-mitosis-ball-4 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(-25%) scale(1, .8);
		transform: translateX(-25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(-50%, -25%) scale(.6, .8);
		transform: translate(-50%, -25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(-50%, -50%) scale(.6, .6);
		transform: translate(-50%, -50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(.6, .6);
		transform: translate(-50%, -50%) scale(.6, .6)
	}
}

@keyframes qode-mitosis-ball-4 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(-25%) scale(1, .8);
		transform: translateX(-25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(-50%, -25%) scale(.6, .8);
		transform: translate(-50%, -25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(-50%, -50%) scale(.6, .6);
		transform: translate(-50%, -50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(.6, .6);
		transform: translate(-50%, -50%) scale(.6, .6)
	}
}

@-webkit-keyframes qode-lines-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes qode-lines-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes qode-fussion-ball-1 {
	50% {
		top: -100%;
		left: 200%
	}
	100% {
		top: 50%;
		left: 100%;
		z-index: 2
	}
}

@keyframes qode-fussion-ball-1 {
	50% {
		top: -100%;
		left: 200%
	}
	100% {
		top: 50%;
		left: 100%;
		z-index: 2
	}
}

@-webkit-keyframes qode-fussion-ball-2 {
	50% {
		top: 200%;
		left: 200%
	}
	100% {
		top: 100%;
		left: 50%;
		z-index: 1
	}
}

@keyframes qode-fussion-ball-2 {
	50% {
		top: 200%;
		left: 200%
	}
	100% {
		top: 100%;
		left: 50%;
		z-index: 1
	}
}

@-webkit-keyframes qode-fussion-ball-3 {
	50% {
		top: 200%;
		left: -100%
	}
	100% {
		top: 50%;
		left: 0;
		z-index: 2
	}
}

@keyframes qode-fussion-ball-3 {
	50% {
		top: 200%;
		left: -100%
	}
	100% {
		top: 50%;
		left: 0;
		z-index: 2
	}
}

@-webkit-keyframes qode-fussion-ball-4 {
	50% {
		top: -100%;
		left: -100%
	}
	100% {
		top: 0;
		left: 50%;
		z-index: 1
	}
}

@keyframes qode-fussion-ball-4 {
	50% {
		top: -100%;
		left: -100%
	}
	100% {
		top: 0;
		left: 50%;
		z-index: 1
	}
}

@-webkit-keyframes qode-wave-jump-1 {
	12% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100%,
	24% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0)
	}
}

@keyframes qode-wave-jump-1 {
	12% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100%,
	24% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0)
	}
}

@-webkit-keyframes qode-wave-jump-2 {
	12% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	24% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100%,
	36% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0)
	}
}

@keyframes qode-wave-jump-2 {
	12% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	24% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100%,
	36% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0)
	}
}

@-webkit-keyframes qode-wave-jump-3 {
	24% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	36% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100%,
	48% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0)
	}
}

@keyframes qode-wave-jump-3 {
	24% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	36% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100%,
	48% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0)
	}
}

@-webkit-keyframes qode-wave-wipe {
	100%,
	48% {
		-webkit-transform: translateX(-120px);
		transform: translateX(-120px)
	}
}

@keyframes qode-wave-wipe {
	100%,
	48% {
		-webkit-transform: translateX(-120px);
		transform: translateX(-120px)
	}
}

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

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

@-webkit-keyframes qode-bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes qode-bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@-webkit-keyframes qode-pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes qode-pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@-webkit-keyframes qodef-img-from-left {
	0% {
		-webkit-clip-path: inset(0 0 0 100%);
		clip-path: inset(0 0 0 100%)
	}
	100% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-img-from-left {
	0% {
		-webkit-clip-path: inset(0 0 0 100%);
		clip-path: inset(0 0 0 100%)
	}
	100% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
}

@-webkit-keyframes qodef-img-to-left {
	0% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
	100% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0)
	}
}

@keyframes qodef-img-to-left {
	0% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
	100% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0)
	}
}

@-webkit-keyframes qodef-show-element-top {
	0% {
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%);
		clip-path: inset(0 0 100% 0);
		-webkit-clip-path: inset(0 0 100% 0)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-show-element-top {
	0% {
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%);
		clip-path: inset(0 0 100% 0);
		-webkit-clip-path: inset(0 0 100% 0)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@-webkit-keyframes qodef-show-element-bottom {
	0% {
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
		visibility: hidden;
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
		opacity: 1
	}
}

@keyframes qodef-show-element-bottom {
	0% {
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
		visibility: hidden;
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
		opacity: 1
	}
}

@-webkit-keyframes qodef-show-element-left {
	0% {
		-webkit-transform: translateX(-5%);
		transform: translateX(-5%);
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-show-element-left {
	0% {
		-webkit-transform: translateX(-5%);
		transform: translateX(-5%);
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@-webkit-keyframes qodef-show-element-right {
	0% {
		-webkit-transform: translateX(5%);
		transform: translateX(5%);
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-show-element-right {
	0% {
		-webkit-transform: translateX(5%);
		transform: translateX(5%);
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@-webkit-keyframes qodef-portfolio-show-element-top {
	0% {
		-webkit-transform: translateY(-2%);
		transform: translateY(-2%);
		clip-path: inset(0 0 100% 0);
		-webkit-clip-path: inset(0 0 100% 0)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-portfolio-show-element-top {
	0% {
		-webkit-transform: translateY(-2%);
		transform: translateY(-2%);
		clip-path: inset(0 0 100% 0);
		-webkit-clip-path: inset(0 0 100% 0)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@-webkit-keyframes qodef-portfolio-show-element-left {
	0% {
		-webkit-transform: translateX(-2%);
		transform: translateX(-2%);
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-portfolio-show-element-left {
	0% {
		-webkit-transform: translateX(-2%);
		transform: translateX(-2%);
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@-webkit-keyframes qodef-portfolio-show-element-right {
	0% {
		-webkit-transform: translateX(2%);
		transform: translateX(2%);
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-portfolio-show-element-right {
	0% {
		-webkit-transform: translateX(2%);
		transform: translateX(2%);
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 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
}

* {
	-webkit-box-sizing: border-box;
	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;
	font-family: monospace;
	font-size: 1em;
	color: #000
}

code {
	background-color: #fafafa;
	padding: 0;
	font-family: monospace, monospace;
	font-size: 1em;
	color: #000
}

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;
	border-collapse: collapse;
	border-spacing: 0
}

table tr {
	border: 1px solid #bcbcbc
}

table th {
	padding: 5px 7px;
	text-align: left;
	border-right: 1px solid #bcbcbc
}

table td {
	padding: 5px 10px;
	text-align: left;
	border: 0;
	border-right: 1px solid #bcbcbc
}

table td br {
	display: none
}

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

hr:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px
}

body:not([class*=masterds-core]) hr {
	clear: both
}

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

ol.wp-block,
ul.wp-block {
	margin-bottom: 1.5em;
	margin-top: 10px
}

ol:not(.wp-block),
ul:not(.wp-block) {
	margin: 10px 0 1.5em
}

li>ol:not(.wp-block),
li>ul:not(.wp-block) {
	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
}

kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
	background-color: #fafafa
}

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: 7px auto 0;
	font-size: 13px!important;
	line-height: 1em!important;
	color: #000;
	text-align: center;
	opacity: 1
}

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

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

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

.bypostauthor,
.sticky {
	opacity: 1
}

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

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

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

.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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	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*=masterds-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: Roboto;
	font-size: 16px;
	line-height: 1.647em;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased
}

.qodef-h1,
h1 {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 76px;
	line-height: 1em;
	letter-spacing: -.02em;
	font-weight: 500;
	font-family: Yantramanav;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

@media only screen and (max-width:680px) {
	.qodef-h1,
	h1 {
		font-size: 64px
	}
}

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

.qodef-h2,
h2 {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 56px;
	line-height: 1.103em;
	letter-spacing: -.03em;
	font-weight: 500;
	font-family: Yantramanav;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

@media only screen and (max-width:680px) {
	.qodef-h2,
	h2 {
		font-size: 52px
	}
}

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

.qodef-h3,
h3 {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 42px;
	line-height: 1.023em;
	letter-spacing: -.02em;
	font-weight: 500;
	font-family: Yantramanav;
	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: #000
}

.qodef-h4,
h4 {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 28px;
	line-height: 1.067em;
	letter-spacing: 0;
	font-weight: 500;
	font-family: Yantramanav;
	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: #000
}

.qodef-h5,
h5 {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav;
	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: #000
}

.qodef-h6,
h6 {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 13px;
	line-height: 1.846em;
	letter-spacing: .2em;
	text-transform: none;
	color: #585858;
	font-weight: 500;
	font-family: Roboto;
	text-transform: uppercase;
	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: #000
}

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

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

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

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

.wp-block-quote,
blockquote {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	position: relative;
	padding: 18px 10% 20px 0;
	border: none;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav;
	quotes: none;
	z-index: 1
}

.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: 18px 10% 20px 0
}

.wp-block-quote.wp-block-pullquote,
blockquote.wp-block-pullquote {
	padding: 25px!important;
	text-align: center
}

.wp-block-quote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft {
	max-width: 290px
}

.wp-block-quote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright {
	max-width: 290px
}

.wp-block-quote.has-text-align-right:before,
blockquote.has-text-align-right:before {
	left: auto;
	right: 0
}

.wp-block-quote:before,
blockquote:before {
	content: '“';
	position: absolute;
	top: 50%;
	right: 14%;
	height: 246px;
	font-size: 400px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -.02em;
	color: #f5f5f5;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1
}

.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 p,
blockquote p {
	margin: 0!important
}

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

.qodef-copy-text-landing {
	font-size: 13px;
	color: #585858;
	margin-bottom: 20px;
	text-align: center
}

.qodef-copy-text-landing a {
	position: relative;
	display: inline-block;
	line-height: 1
}

.qodef-copy-text-landing a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	bottom: 0;
	left: 0
}

@media only screen and (max-width:680px) {
	.qodef-copy-text-landing a {
		display: block
	}
}

.qodef-vcard-bg-responsive {
	background-position: center 0
}

@media screen and (max-width:1680px) {
	.qodef-vcard-bg-responsive {
		background-position: 8% 0
	}
}

@media only screen and (max-width:1440px) {
	.qodef-vcard-bg-responsive {
		background-position: 26% 0
	}
}

@media screen and (max-width:1368px) {
	.qodef-vcard-bg-responsive {
		background-position: 28% 0
	}
}

@media only screen and (max-width:1366px) {
	.qodef-vcard-bg-responsive {
		background-position: 29% 0
	}
}

@media only screen and (max-width:1280px) {
	.qodef-vcard-bg-responsive {
		background-position: 30% 0
	}
}

@media only screen and (max-width:1024px) {
	.qodef-vcard-bg-responsive {
		background-position: 0 0
	}
}

@media only screen and (max-width:768px) {
	.qodef-vcard-bg-responsive {
		background-position: 14% 0
	}
}

@media only screen and (max-width:680px) {
	.qodef-vcard-bg-responsive {
		background-position: 22% 0
	}
}

.wpcf7-not-valid-tip {
	position: relative;
	top: -26px
}

.wpcf7 form .wpcf7-response-output {
	margin: 12px 0 0
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #585858
}

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 13px;
	padding: 1px 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 26px;
	font-weight: inherit;
	color: #000;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #d5d6d7;
	border-radius: 0;
	letter-spacing: .01em;
	outline: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

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=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: Yantramanav
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: Yantramanav
}

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 {
	font-family: Yantramanav
}

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 {
	font-family: Yantramanav
}

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 {
	font-family: Yantramanav
}

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

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

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=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=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=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: #fff;
	background-color: transparent;
	border: 1px solid #fff
}

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

input[type=search].wp-block-search__input {
	margin-bottom: 0
}

textarea {
	border: 1px solid #d5d6d7;
	padding: 10px
}

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

.qodef-theme-button,
button[type=submit],
input[type=submit] {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Roboto;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: .3em;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	padding: 14px 42px;
	color: #000;
	background-color: transparent;
	cursor: pointer;
	border: 0
}

body:not([class*=malgre-core]) .qodef-theme-button,
body:not([class*=malgre-core]) button[type=submit],
body:not([class*=malgre-core]) input[type=submit] {
	color: #fff;
	background-color: #000;
	border: 1px solid transparent
}

.qodef-theme-button:hover,
button[type=submit]:hover,
input[type=submit]:hover {
	color: #fff;
	background-color: #000
}

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

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

.qodef-theme-button.qodef-svg-circle {
	padding: 0!important;
	font-size: 12px;
	color: #000!important;
	background-color: transparent!important;
	border: 0!important
}

.qodef-theme-button.qodef-svg-circle svg {
	line-height: 38px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}

.qodef-theme-button.qodef-svg-circle svg circle {
	stroke-dasharray: 72;
	stroke-dashoffset: 0;
	stroke-width: 1;
	-webkit-transition: all .6s cubic-bezier(.43, .41, .36, .9);
	-o-transition: all .6s cubic-bezier(.43, .41, .36, .9);
	transition: all .6s cubic-bezier(.43, .41, .36, .9);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.qodef-theme-button.qodef-svg-circle svg rect {
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-theme-button.qodef-svg-circle .qodef-m-text {
	display: inline-block;
	vertical-align: middle;
	padding-left: 35px;
	position: relative;
	z-index: 1;
	-webkit-transition: padding .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: padding .4s cubic-bezier(.43, .41, .36, .9);
	transition: padding .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-theme-button.qodef-svg-circle:hover {
	color: #000
}

.qodef-theme-button.qodef-svg-circle:hover svg circle {
	stroke-dashoffset: 72;
	-webkit-transform: rotate(-145deg);
	-ms-transform: rotate(-145deg);
	transform: rotate(-145deg)
}

.qodef-theme-button.qodef-svg-circle:hover svg rect {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9) .2s;
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .4s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .4s cubic-bezier(.43, .41, .36, .9) .2s, -webkit-transform .4s cubic-bezier(.43, .41, .36, .9) .2s
}

.qodef-theme-button.qodef-svg-circle:hover .qodef-m-text {
	padding-left: 27px;
	-webkit-transition: padding .4s cubic-bezier(.43, .41, .36, .9) .2s;
	-o-transition: padding .4s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: padding .4s cubic-bezier(.43, .41, .36, .9) .2s
}

select {
	position: relative;
	display: block;
	height: 46px;
	padding: 10px 20px;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #000;
	background-color: #fafafa;
	border: 1px solid transparent;
	border-radius: 0;
	outline: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

select:disabled {
	color: inherit;
	border-color: inherit;
	background-color: #fafafa;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none
}

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

body .select2-container--default .select2-selection--single {
	display: block;
	height: 46px;
	padding: 10px 20px;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #000;
	background-color: #fafafa;
	border: 1px solid transparent;
	border-radius: 0;
	outline: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-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;
	-o-text-overflow: ellipsis;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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: 46px;
	padding: 10px 20px;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #000;
	background-color: #fafafa;
	border: 1px solid transparent;
	border-radius: 0;
	outline: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-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;
	-o-text-overflow: ellipsis;
	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;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	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: #000;
	background-color: #fff;
	border: 1px solid #bcbcbc;
	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 20px;
	padding-bottom: 7px;
	list-style: none
}

body .select2-container--default .select2-results__option {
	padding: 0;
	font-size: 14px;
	line-height: 26px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	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*=malgre-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;
	-webkit-clip-path: inset(50%)!important;
	clip-path: inset(50%)!important
}

.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--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-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--humble.qodef--no-bottom-space {
	margin-bottom: -26px
}

.qodef-grid.qodef-gutter--humble>.qodef-grid-inner {
	margin: 0 -13px
}

.qodef-grid.qodef-gutter--humble>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 13px;
	margin: 0 0 26px
}

.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--extra-large.qodef--no-bottom-space {
	margin-bottom: -60px
}

.qodef-grid.qodef-gutter--extra-large>.qodef-grid-inner {
	margin: 0 -30px
}

.qodef-grid.qodef-gutter--extra-large>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 30px;
	margin: 0 0 60px
}

.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-grid.qodef-gutter--extra-huge.qodef--no-bottom-space {
	margin-bottom: -100px
}

.qodef-grid.qodef-gutter--extra-huge>.qodef-grid-inner {
	margin: 0 -50px
}

.qodef-grid.qodef-gutter--extra-huge>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 50px;
	margin: 0 0 100px
}

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

#qodef-page-outer {
	position: relative
}

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

.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 {
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	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;
	text-align: left!important;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 1
}

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

button.mfp-close:after {
	font-family: "font awesome 5 free";
	content: "\f00d";
	position: absolute;
	right: 4px;
	bottom: 0;
	text-indent: 0;
	font-size: 17px;
	font-weight: 900
}

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

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

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

.qodef-swiper-container-interactive-showcase.qodef-swiper--initialized,
.qodef-swiper-container.qodef-swiper--initialized {
	visibility: visible
}

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

.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 35px;
	height: 12px;
	background-color: transparent;
	border-radius: 0;
	opacity: 1;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
	position: relative
}

.swiper-pagination-bullets .swiper-pagination-bullet:after {
	content: '';
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 4px;
	left: 0;
	height: 4px;
	background-color: #000
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 60px;
	background-color: transparent
}

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

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

.swiper-button-next svg line,
.swiper-button-prev svg line {
	stroke-width: 1;
	stroke: #000;
	fill: none;
	stroke-dashoffset: 0;
	stroke-dasharray: 35;
	-webkit-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease
}

.swiper-button-next svg line:last-child,
.swiper-button-prev svg line:last-child {
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

.swiper-button-next svg:hover line,
.swiper-button-prev svg:hover line {
	stroke-dashoffset: 70
}

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

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

.swiper-button-prev svg {
	right: 7px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.qodef-skin--light .swiper-button-prev svg line {
	stroke: #fff
}

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

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

.swiper-button-next svg {
	left: 30px
}

.qodef-skin--light .swiper-button-next svg line {
	stroke: #fff
}

.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 {
	-webkit-transform: translateX(-300%);
	-ms-transform: translateX(-300%);
	transform: translateX(-300%)
}

.swiper-button-next.swiper-button-outside,
.swiper-container-rtl .swiper-button-prev.swiper-button-outside {
	-webkit-transform: translateX(300%);
	-ms-transform: translateX(300%);
	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;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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*=malgre-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
body:not([class*=malgre-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;
	-webkit-transition: visibility 0s linear .25s, opacity .25s ease-in-out;
	-o-transition: visibility 0s linear .25s, opacity .25s ease-in-out;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: #000;
	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: #000
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#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: 160px 10% 250px;
	text-align: center
}

#qodef-404-page .qodef-404-title {
	margin: 0
}

#qodef-404-page .qodef-404-text {
	display: block;
	margin: 14px auto 0
}

@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: 52px
}

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

.qodef-blog.qodef-blog-hide-additiona-info .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-author,
.qodef-blog.qodef-blog-hide-additiona-info .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-comments,
.qodef-blog.qodef-blog-hide-additiona-info .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-date {
	display: none
}

.qodef-blog.qodef-blog-hide-additiona-info .qodef-blog-item .qodef-e-info .qodef-e-info-item:after {
	content: none
}

.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-content .qodef-info--bottom .qodef-e-info-social-share .qodef-shortcode-list li a,
.qodef-blog .qodef-blog-item .qodef-e-inner .qodef-info--bottom .qodef-e-info-social-share .qodef-shortcode-list li a,
.qodef-blog .qodef-blog-item .qodef-e-media .qodef-info--bottom .qodef-e-info-social-share .qodef-shortcode-list li a {
	font-size: 16px
}

.qodef-blog .qodef-blog-item .qodef-e-info-share {
	display: block;
	width: 100%;
	text-align: right;
	margin: 1px 0 0
}

.qodef-blog .qodef-blog-item .qodef-e-info-share .qodef-social-share {
	overflow: hidden;
	background: #fff;
	z-index: 10;
	padding-left: 19px
}

.qodef-blog .qodef-blog-item .qodef-e-info-share .qodef-social-share li {
	margin-right: 24px
}

.qodef-blog .qodef-blog-item .qodef-e-info-share .qodef-social-share li:last-child {
	margin-right: 0
}

.qodef-blog .qodef-blog-item .qodef-e-info-share .qodef-social-share li a {
	font-size: 16px
}

.qodef-blog .qodef-blog-item .qodef-e-info-share .qodef-e-info-social-share {
	position: relative
}

.qodef-blog .qodef-blog-item .qodef-e-info-share .qodef-e-info-social-share:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 10px;
	background-color: #ccc
}

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

body:not([class*=malgre-core]) .qodef-blog .qodef-blog-item .qodef-e-media-image {
	display: block
}

body:not([class*=malgre-core]) .qodef-blog .qodef-blog-item .qodef-e-media-image img {
	width: initial;
	margin: 0 auto
}

.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-info-category {
	margin: 6px 0 11px;
	color: #585858
}

.qodef-blog .qodef-blog-item .qodef-e-info-category a {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .2em;
	color: #585858;
	text-transform: uppercase;
	line-height: 22px;
	position: relative
}

.qodef-blog .qodef-blog-item .qodef-e-info-category a:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: calc(100% - 1px);
	background: currentColor;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-blog .qodef-blog-item .qodef-e-info-category a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.qodef-blog .qodef-blog-item.format-gallery .qodef-e-media,
.qodef-blog .qodef-blog-item.format-video .qodef-e-media,
.qodef-blog .qodef-blog-item.has-post-thumbnail .qodef-e-media {
	margin-bottom: 27px
}

.qodef-blog .qodef-blog-item .qodef-e-media {
	margin-bottom: 0;
	display: block
}

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

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

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

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

.qodef-blog .qodef-blog-item .qodef-e-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

@media only screen and (max-width:768px) {
	.qodef-blog .qodef-blog-item .qodef-e-info {
		display: block
	}
}

@media only screen and (min-width:480px) {
	.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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%
	}
	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media only screen and (max-width:768px) {
	.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 17px
	}
	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 27px
	}
	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-left {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

@media only screen and (max-width:680px) {
	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
		margin-bottom: 12px
	}
}

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

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:after {
	content: '/';
	position: absolute;
	top: 0;
	right: 7px
}

@media only screen and (max-width:768px) {
	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item {
		margin: 0
	}
	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:after {
		content: none
	}
}

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

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

.archive .qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
	margin-bottom: -11px
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 18px;
	margin-bottom: 25px
}

@media only screen and (max-width:768px) {
	.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
		margin-top: 38px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width:680px) {
	.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
		margin-top: 39px;
		margin-bottom: 19px
	}
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 11px;
	font-family: Yantramanav;
	font-size: 17px;
	font-weight: 400;
	line-height: inherit;
	letter-spacing: -.01em;
	margin-bottom: 5px
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a:after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #868686;
	position: relative;
	top: -6px
}

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

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

.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-link .qodef-e-link {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 5.8% 6% 5.6% 17.1%;
	background-color: #d4e5ec
}

@media only screen and (max-width:680px) {
	.qodef-blog .qodef-blog-item.format-link .qodef-e-link {
		padding: 13% 11%
	}
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link .qodef-e-link-mark {
	position: absolute;
	left: 0;
	top: 0
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-info-author {
	position: relative;
	margin-top: 7px
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-info-author .qodef-e-info-author-label {
	display: none
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-info-author .qodef-e-info-author-link {
	font-size: 16px;
	font-weight: 400;
	font-family: Roboto;
	letter-spacing: .02em;
	line-height: 26px;
	color: #000
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
	position: relative;
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	font-family: Yantramanav;
	letter-spacing: -.01em;
	line-height: 32px;
	color: #000
}

.qodef-blog .qodef-blog-item.format-link .qodef-icon-elegant-icons {
	position: absolute;
	top: 50%;
	right: 15%;
	font-size: 170px;
	line-height: 1;
	color: #282828;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.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: 4.9% 6.75% 4% 15.35%;
	background-color: #d4e5ec
}

@media only screen and (max-width:680px) {
	.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
		padding: 13% 11%
	}
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote .qodef-e-quote-mark {
	position: absolute;
	left: 1.1%
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text {
	position: relative;
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	font-family: Yantramanav;
	letter-spacing: -.01em;
	line-height: 32px;
	color: #000
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
	position: relative;
	display: block;
	margin: 20px 0 0;
	color: #000
}

.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-items--fixed article .qodef-e-media,
.qodef-blog.qodef-items--fixed article .qodef-e-media-image {
	height: 100%
}

.qodef-blog.qodef--list.qodef-blog-hide-additiona-info .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-tags {
	display: none
}

.qodef-blog.qodef--list.qodef-blog-hide-additiona-info .qodef-blog-item .qodef-e-info .qodef-e-info-item:after {
	content: none
}

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

.qodef-blog.qodef--single #qodef-author-info {
	margin-top: 0;
	padding-bottom: 59px
}

.qodef-blog.qodef--single .qodef-blog-item {
	margin: 0 0 20px
}

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

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-media {
	display: block;
	margin-bottom: 0
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-media .qodef-swiper-container .swiper-button-next:after,
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-media .qodef-swiper-container .swiper-button-prev:after {
	visibility: hidden;
	opacity: 0
}

.qodef-blog.qodef--single .qodef-blog-item.format-gallery .qodef-e-media,
.qodef-blog.qodef--single .qodef-blog-item.format-video .qodef-e-media,
.qodef-blog.qodef--single .qodef-blog-item.has-post-thumbnail .qodef-e-media {
	margin-bottom: 36px
}

.qodef-blog.qodef--single .qodef-blog-item.format-gallery .qodef-e-info-date,
.qodef-blog.qodef--single .qodef-blog-item.has-post-thumbnail .qodef-e-info-date {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff
}

body:not([class*=malgre-core]) .qodef-blog.qodef--single .qodef-blog-item.format-gallery .qodef-e-info-date,
body:not([class*=malgre-core]) .qodef-blog.qodef--single .qodef-blog-item.has-post-thumbnail .qodef-e-info-date {
	position: relative
}

.qodef-blog.qodef--single .qodef-blog-item.format-gallery .qodef-e-info-date .qodef-e-info-date-day,
.qodef-blog.qodef--single .qodef-blog-item.has-post-thumbnail .qodef-e-info-date .qodef-e-info-date-day {
	display: block;
	font-family: Yantramanav;
	font-size: 28px;
	font-weight: 600;
	line-height: 28.5px;
	letter-spacing: -.01em;
	color: #000
}

.qodef-blog.qodef--single .qodef-blog-item.format-gallery .qodef-e-info-date .qodef-e-info-date-month,
.qodef-blog.qodef--single .qodef-blog-item.has-post-thumbnail .qodef-e-info-date .qodef-e-info-date-month {
	display: block;
	font-family: Roboto;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: .3em;
	color: #585858;
	text-transform: uppercase;
	position: relative;
	top: -1px
}

.qodef-blog.qodef--single .qodef-blog-item.format-gallery .qodef-e-info-date .qodef-e-info-standard-date,
.qodef-blog.qodef--single .qodef-blog-item.has-post-thumbnail .qodef-e-info-date .qodef-e-info-standard-date {
	display: block;
	font-family: Roboto;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: .1em;
	color: #585858;
	text-transform: uppercase;
	position: relative;
	top: -1px
}

.qodef-blog.qodef--single .qodef-blog-item.format-gallery .qodef-e-info-date a.qodef-short-date,
.qodef-blog.qodef--single .qodef-blog-item.has-post-thumbnail .qodef-e-info-date a.qodef-short-date {
	width: 84px;
	height: 84px;
	text-align: center;
	line-height: 84px;
	display: inline-block;
	padding: 20px 0 0
}

.qodef-blog.qodef--single article .qodef-e-info-item.qodef-e-info-category {
	margin-bottom: 22px;
	margin-top: 4px
}

.qodef-blog.qodef--single article .qodef-e-info-item.qodef-e-info-author,
.qodef-blog.qodef--single article .qodef-e-info-item.qodef-e-info-comments {
	font-family: Yantramanav;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -.01em
}

.qodef-blog.qodef--single article .qodef-e-info-item.qodef-e-info-author>*,
.qodef-blog.qodef--single article .qodef-e-info-item.qodef-e-info-comments>* {
	display: inline-block;
	margin-bottom: 5px
}

.qodef-blog.qodef--single article .qodef-e-info-item.qodef-e-info-tags a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 11px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0
}

.qodef-blog.qodef--single article .qodef-e-info-item.qodef-e-info-tags a:after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #868686;
	position: relative;
	top: -6px
}

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

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

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

@media only screen and (max-width:680px) {
	.qodef-blog.qodef--single article .qodef-e-info .qodef-e-info-right {
		width: 100%
	}
}

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

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

#qodef-page-comments-list .qodef-m-title {
	margin: 0 0 32px;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 28px;
	line-height: 1.067em;
	letter-spacing: 0;
	font-weight: 500;
	font-family: Yantramanav
}

#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: 68px 0 0;
	padding: 0
}

#qodef-page-comments-list .qodef-comment-item img {
	display: block
}

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

#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 29px
}

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

#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;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
	margin: -9px 0 3px
}

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

#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: 11px 0 0;
	font-size: 16px;
	line-height: 28px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
	display: inline-block;
	position: absolute;
	top: -12px;
	right: 0
}

body:not([class*=malgre-core]) #qodef-page-comments-list .qodef-comment-item .qodef-e-links {
	top: -9px
}

@media only screen and (max-width:375px) {
	#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
		top: 18px;
		position: relative;
		width: 100%;
		text-align: right
	}
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links a {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .3em;
	text-transform: uppercase
}

body:not([class*=malgre-core]) #qodef-page-comments-list .qodef-comment-item .qodef-e-links a {
	vertical-align: bottom
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links a:before {
	speak: none;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	right: 3px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links a.comment-reply-link:before {
	content: "\4a";
	font-family: ElegantIcons
}

body:not([class*=malgre-core]) #qodef-page-comments-list .qodef-comment-item .qodef-e-links a.comment-reply-link:before {
	content: "";
	display: inline-block;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEljb01vb24uaW8gLS0+IDwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+IDxzdmcgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGZpbGw9IiMwMDAwMDAiPjxnPjxwYXRoIGQ9Ik0gNC4yOTIsMTUuNzA4bCA2LDZjIDAuMzksMC4zOSwgMS4wMjQsMC4zOSwgMS40MTQsMGMgMC4zOS0wLjM5LCAwLjM5LTEuMDI0LDAtMS40MTRMIDcuNDE0LDE2TCAyMiwxNiBjIDQsMCwgNiwzLjY5MiwgNiw3YzAsMC41NTIsIDAuNDQ4LDEsIDEsMXMgMS0wLjQ0OCwgMS0xQyAzMCwxOC41ODgsIDI4LDE0LCAyMiwxNEwgNy40MTQsMTQgbCA0LjI5Mi00LjI5MiBjIDAuMzktMC4zOSwgMC4zOS0xLjAyNCwwLTEuNDE0Yy0wLjM5LTAuMzktMS4wMjQtMC4zOS0xLjQxNCwwbC02LDZDIDMuOTAyLDE0LjY4NCwgMy45MDIsMTUuMzE2LCA0LjI5MiwxNS43MDh6Ij48L3BhdGg+PC9nPjwvc3ZnPg==) center center no-repeat;
	background-size: contain;
	width: 23px;
	height: 17px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links a.comment-edit-link:before {
	content: "\6c";
	font-family: ElegantIcons
}

body:not([class*=malgre-core]) #qodef-page-comments-list .qodef-comment-item .qodef-e-links a.comment-edit-link:before {
	content: "";
	display: inline-block;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEljb01vb24uaW8gLS0+IDwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+IDxzdmcgd2lkdGg9IjMyLjI0ODAwMTA5ODYzMjgxIiBoZWlnaHQ9IjMyLjI0ODAwMTA5ODYzMjgxIiB2aWV3Qm94PSIwIDAgMzIuMjQ4MDAxMDk4NjMyODEgMzIuMjQ4MDAxMDk4NjMyODEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGZpbGw9IiMwMDAwMDAiPjxnPjxwYXRoIGQ9Ik0gMjEuMTcyLDIxLjE3MkwgMTkuMzksMTUuNzkyTCA5LjExLDUuNTEyTCA1LjUxMiw5LjExTCAxNS43OTIsMTkuMzkgek0gMC43NDYsMC43NDZjLTAuOTk0LDAuOTk0LTAuOTk0LDIuNjA0LDAsMy41OThsIDIuNjQ4LDIuNjQ4bCAzLjU5OC0zLjU5OEwgNC4zNDQsMC43NDYgQyAzLjM1LTAuMjQ4LCAxLjc0LTAuMjQ4LCAwLjc0NiwwLjc0NnpNIDMwLDZMIDE1LjgyMiw2IGwgMiwyTCAzMCw4IGwwLDIyIEwgOCwzMCBMIDgsMTcuODIyIGwtMi0yTCA2LDMwIGMwLDEuMTA0LCAwLjg5NiwyLCAyLDJsIDIyLDAgYyAxLjEwNCwwLCAyLTAuODk2LCAyLTJMIDMyLDggQyAzMiw2Ljg5NiwgMzEuMTA0LDYsIDMwLDZ6Ij48L3BhdGg+PC9nPjwvc3ZnPg==) center center no-repeat;
	background-size: contain;
	width: 22px;
	height: 18px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 13px;
	font-family: Yantramanav;
	font-size: 17px;
	font-weight: 400
}

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

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

#respond {
	margin-top: 38px
}

#respond .comment-reply-title small {
	float: right;
	font-size: 50%
}

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

#qodef-page-comments-form .comment-notes,
#qodef-page-comments-form .logged-in-as,
#respond .comment-notes,
#respond .logged-in-as {
	font-family: Yantramanav
}

#qodef-page-comments-form .comment-reply-title,
#respond .comment-reply-title {
	margin: 0;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 28px;
	line-height: 1.067em;
	letter-spacing: 0;
	font-weight: 500;
	font-family: Yantramanav
}

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

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

#qodef-page-comments-form .comment-form-cookies-consent,
#respond .comment-form-cookies-consent {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 28px
}

#qodef-page-comments-form .comment-form-cookies-consent input[type=checkbox],
#respond .comment-form-cookies-consent input[type=checkbox] {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 0;
	position: relative;
	top: 2px
}

#qodef-page-comments-form .comment-form-cookies-consent label,
#respond .comment-form-cookies-consent label {
	font-family: Yantramanav
}

.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;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
	opacity: 0;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	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 17px
}

.qodef-m-filter .qodef-m-filter-items {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.qodef-m-filter .qodef-m-filter-label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav;
	font-size: 16px;
	text-transform: initial;
	color: #585858;
	margin: 0 25px 15px 0
}

.qodef-m-filter .qodef-m-filter-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 15px 0;
	padding: 0 2px;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav;
	font-size: 16px;
	text-transform: capitalize
}

.qodef-m-filter .qodef-m-filter-item:before {
	content: '';
	position: absolute;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: #fff;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-m-filter .qodef-m-filter-item:before {
	background: #000
}

.qodef-m-filter .qodef-m-filter-item.qodef--active:before,
.qodef-m-filter .qodef-m-filter-item:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

#qodef-page-footer {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 13px;
	font-weight: 400;
	color: #585858;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-transform: initial;
	line-height: 1.846em
}

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

#qodef-page-footer a {
	color: currentColor
}

#qodef-page-footer p {
	line-height: 1.846em
}

#qodef-page-footer p.qodef-footer-logo-text {
	margin: 0;
	font-weight: 500;
	text-transform: uppercase
}

#qodef-page-footer p.qodef-footer-logo-text a.qodef-qode-link {
	position: relative
}

#qodef-page-footer p.qodef-footer-logo-text a.qodef-qode-link:after {
	content: "";
	width: 1px;
	height: 35px;
	position: absolute;
	bottom: 0;
	right: -43px;
	background-color: rgba(135, 141, 146, .4)
}

#qodef-page-footer.qodef-custom-align .qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
	text-align: right
}

#qodef-page-footer.qodef-custom-align .qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item:first-child {
	text-align: left
}

#qodef-page-footer.qodef-custom-align .widget.widget_malgre_core_social_icons_group .qodef-icon-holder a span {
	width: 36px
}

#qodef-page-footer .widget_search input[type=search] {
	border: 0;
	border-bottom: 1px solid #d5d6d7
}

#qodef-page-footer .widget_search input[type=search]:focus {
	border-color: #fff
}

#qodef-page-footer .widget_search button span {
	color: #fff;
	top: 2px;
	position: relative
}

#qodef-page-footer-top-area {
	padding: 126px 0 113px;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 0 solid #bcbcbc
}

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

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

#qodef-page-footer-bottom-area {
	padding: 62px 0;
	background-color: #000;
	border-top: 0 solid #bcbcbc
}

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

.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: Roboto;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: .3em;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	padding: 14px 42px;
	color: #fff;
	background-color: #000;
	border: 1px solid transparent;
	border-radius: 28px;
	cursor: pointer
}

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

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

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

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

.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-rss__item-title {
	display: inline-block
}

.wp-block-image {
	margin-bottom: 0
}

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

.wp-block-media-text {
	margin-top: 28px;
	margin-bottom: 28px
}

.wp-block-media-text .wp-block-media-text__content {
	margin: 0 auto
}

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

.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: #000!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-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	color: #000;
	text-decoration: none;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
	cursor: pointer
}

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

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

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

#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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	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%;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 0 21px
}

.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: 65px;
	z-index: 100
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 65px;
	max-height: 100%
}

body:not([class*=malgre-core]) #qodef-page-mobile-header .qodef-mobile-header-logo-link {
	height: 32px
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
	display: block;
	margin: auto;
	width: auto;
	max-height: 100%;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

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

body:not([class*=malgre-core]) #qodef-page-mobile-header-inner {
	padding: 0 40px
}

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

body:not([class*=malgre-core]) .qodef-mobile-header-opener svg path {
	stroke: currentColor
}

.qodef-mobile-header-navigation {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	max-height: calc(100vh - 65px);
	background-color: #fff;
	border-bottom: 1px solid #bcbcbc;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	z-index: 10
}

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

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

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

.qodef-mobile-header-navigation ul li.qodef-menu-item--narrow ul li>a {
	font-family: Roboto;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0;
	padding: 0 0 8px;
	display: block;
	white-space: normal
}

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

.qodef-mobile-header-navigation ul li.menu-item-has-children>a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	line-height: inherit;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	-o-transition: transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
	display: block;
	width: 16px;
	height: 12px;
	background: url(../../themes/malgre/assets/img/arrow-right.svg) center center no-repeat;
	background-size: cover
}

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

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

.qodef-mobile-header-navigation>ul>li>a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.647em;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .3em;
	line-height: 26px;
	margin: 3px 0
}

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

.qodef-mobile-header-navigation>ul>li>a .qodef-menu-item-text:before {
	content: '';
	position: absolute;
	bottom: 1px;
	height: 1px;
	width: calc(100% - 3px);
	background: #000;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

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

.qodef-mobile-header-navigation>ul>li>a:hover .qodef-menu-item-text:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.qodef-mobile-header-navigation>ul>li>a .sub_description {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .2em;
	color: #ababab;
	text-transform: uppercase
}

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

.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:before,
.qodef-mobile-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

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

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: normal;
	margin: 0;
	overflow: hidden;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	padding-right: 15px;
	font-family: Roboto;
	font-size: 15px;
	line-height: 1.647em;
	font-weight: 400;
	color: #000;
	letter-spacing: .02em
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a>.qodef-menu-item-text,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a>.qodef-menu-item-text {
	position: relative;
	display: inline-block
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a>.qodef-menu-item-text:before,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a>.qodef-menu-item-text:before {
	content: '';
	position: absolute;
	bottom: 5px;
	height: 1px;
	width: calc(100% - 3px);
	background: #000;
	border-radius: 100%
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a:before {
	display: none
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner .sub-menu {
	padding-left: 18px
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner .sub-menu li .sub-menu {
	margin-left: 0
}

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

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

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

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

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 245px;
	margin: 0;
	padding: 21px 0 23px;
	background-color: #000;
	opacity: 0;
	visibility: hidden
}

body:not([class*=malgre-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul {
	width: 300px
}

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

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 40px;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 12px;
	background: url(../../themes/malgre/assets/img/arrow-right-light.svg) center center no-repeat;
	background-size: cover
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover>ul {
	opacity: 1;
	visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
	top: calc(-21px - -1px);
	left: 100%
}

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

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after {
	right: auto;
	left: 0;
	background: url(../../themes/malgre/assets/img/arrow-left-light.svg) center center no-repeat;
	background-size: cover
}

.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;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}

.qodef-header-navigation>ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	white-space: nowrap
}

.qodef-header-navigation>ul>li {
	height: 100%;
	margin: 0 21px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.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: inline-block;
	width: 100%;
	vertical-align: top;
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.647em;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .3em
}

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

.qodef-header-navigation>ul>li>a .qodef-menu-item-text:before {
	content: '';
	position: absolute;
	bottom: 1px;
	height: 1px;
	width: calc(100% - 3px);
	background: currentColor;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

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

.qodef-header-navigation>ul>li>a:hover .qodef-menu-item-text:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.qodef-header-navigation>ul>li>a .sub_description {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .2em;
	color: #ababab;
	text-transform: uppercase
}

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

.qodef-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:before,
.qodef-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
	font-family: Roboto;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0;
	padding: 8px 0;
	display: block;
	white-space: normal
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a>span {
	position: relative
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a>span:before {
	content: '';
	position: absolute;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: #fff;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a>span:before,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a>span:before,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a>span:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: normal;
	margin: 3px 0;
	overflow: hidden;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	padding-left: 15px;
	padding-right: 0;
	display: block
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a .qodef-menu-item-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a:before {
	content: '';
	position: absolute;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: #fff;
	border-radius: 100%;
	-webkit-transition: left .2s ease-out, right .2s ease-out;
	-o-transition: left .2s ease-out, right .2s ease-out;
	transition: left .2s ease-out, right .2s ease-out;
	left: auto;
	right: -15px
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a:before {
	content: none
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a>span {
	position: relative
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a>span:before {
	content: '';
	position: absolute;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: #fff;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a>span:before,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a>span:before,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a>span:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.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: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 37px
}

.qodef-m-pagination.qodef--wp .page-numbers {
	position: relative;
	margin: 0 13px;
	padding: 0 3px;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	color: #585858
}

.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.next,
.qodef-m-pagination.qodef--wp .page-numbers.prev {
	position: absolute;
	top: -7px
}

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

.qodef-m-pagination.qodef--wp .page-numbers.prev {
	margin-right: 6px;
	left: 0
}

.qodef-m-pagination.qodef--wp .page-numbers.next {
	margin-left: 6px;
	right: 0
}

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

.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 37px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
	position: relative;
	margin: 0 13px;
	padding: 0 3px;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	color: #585858
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item * {
	display: block;
	line-height: inherit
}

.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--next,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
	position: absolute;
	top: -7px
}

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

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
	margin-right: 6px;
	left: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
	margin-left: 6px;
	right: 0
}

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

@media only screen and (max-width:1024px) {
	.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
		margin-top: 4px;
		margin-bottom: 84px
	}
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number a {
	color: #585858
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number a:hover {
	color: #000
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active a {
	color: #000
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number-1 {
	margin-left: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item .cls-1 {
	stroke-width: .5px
}

.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: #000;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	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;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	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: #000;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	width: 100%;
	margin: 15px 0
}

.qodef-single-links .qodef-m-single-links-title {
	font-family: Yantramanav;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	font-size: 20px;
	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;
	font-size: 20px;
	margin-right: 10px;
	padding: 0 3px;
	color: #585858
}

.qodef-single-links a:hover,
.qodef-single-links>span:not(.qodef-m-single-links-title):hover {
	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: #000
}

.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-left: 37px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #585858;
	padding-bottom: 4px
}

.qodef-search .qodef-search-form .qodef-search-form-button {
	position: absolute;
	width: 50px;
	height: 100%;
	padding: 0;
	color: #000;
	background-color: transparent;
	border: 0;
	left: 0;
	top: -7px;
	display: inline-block;
	text-align: left;
	font-size: 20px
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.qodef-search article .qodef-e-inner>* {
	width: 100%
}

.qodef-search article .qodef-e-inner .qodef-e-image {
	-ms-flex-preferred-size: 180px;
	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
}

@media only screen and (max-width:1024px) {
	#qodef-page-sidebar {
		margin-bottom: 14px
	}
}

.qodef-page-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 260px;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	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 21px
}

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

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

.widget a {
	color: #000
}

.widget a:hover {
	color: #000
}

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

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

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

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

.widget.widget_archive,
.widget.widget_categories,
.widget.widget_meta,
.widget.widget_nav_menu,
.widget.widget_pages,
.widget.widget_recent_entries {
	margin: 0 0 40px
}

.widget.widget_archive .qodef-widget-title,
.widget.widget_categories .qodef-widget-title,
.widget.widget_meta .qodef-widget-title,
.widget.widget_nav_menu .qodef-widget-title,
.widget.widget_pages .qodef-widget-title,
.widget.widget_recent_entries .qodef-widget-title {
	margin: 0 0 13px
}

.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_nav_menu ul li,
.widget.widget_pages ul li,
.widget.widget_recent_entries ul li {
	margin: 0
}

.widget.widget_archive ul li ul.children,
.widget.widget_archive ul li ul.sub-menu,
.widget.widget_categories ul li ul.children,
.widget.widget_categories ul li ul.sub-menu,
.widget.widget_meta ul li ul.children,
.widget.widget_meta ul li ul.sub-menu,
.widget.widget_nav_menu ul li ul.children,
.widget.widget_nav_menu ul li ul.sub-menu,
.widget.widget_pages ul li ul.children,
.widget.widget_pages ul li ul.sub-menu,
.widget.widget_recent_entries ul li ul.children,
.widget.widget_recent_entries ul li ul.sub-menu {
	margin-top: 0
}

.widget.widget_archive a,
.widget.widget_categories a,
.widget.widget_meta a,
.widget.widget_nav_menu a,
.widget.widget_pages a,
.widget.widget_recent_entries a {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #878d92;
	line-height: 30px;
	position: relative
}

.widget.widget_archive a:before,
.widget.widget_categories a:before,
.widget.widget_meta a:before,
.widget.widget_nav_menu a:before,
.widget.widget_pages a:before,
.widget.widget_recent_entries a:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: calc(100% - 1px);
	background: currentColor;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.widget.widget_archive a:hover:before,
.widget.widget_categories a:hover:before,
.widget.widget_meta a:hover:before,
.widget.widget_nav_menu a:hover:before,
.widget.widget_pages a:hover:before,
.widget.widget_recent_entries a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

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

.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_calendar {
	width: 100%
}

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

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

.widget.widget_calendar #today {
	color: #585858;
	background-color: #000
}

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

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

.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: Yantramanav;
	font-weight: 400;
	text-transform: none;
	font-size: 13px;
	line-height: 1.846em;
	letter-spacing: .2em;
	text-transform: none;
	color: #585858;
	font-weight: 500;
	font-family: Roboto;
	text-transform: uppercase;
	color: #000
}

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

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

.widget.widget_malgre_core_social_icons_group {
	margin: 0 0 41px
}

.widget.widget_malgre_core_blog_list {
	margin: 0 0 44px
}

.widget.widget_malgre_core_blog_list .qodef-widget-title {
	margin: 0 0 18px
}

.widget.widget_malgre_core_instagram_list {
	margin: 0 0 51px
}

.widget.widget_malgre_core_instagram_list .qodef-widget-title {
	margin: 0 0 22px
}

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

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

.widget.widget_search input {
	padding-left: 37px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #585858;
	padding-bottom: 4px
}

.widget.widget_search button {
	position: absolute;
	width: 50px;
	height: 100%;
	padding: 0;
	color: #000;
	background-color: transparent;
	border: 0;
	left: 0;
	top: -3px;
	display: inline-block;
	text-align: left;
	font-size: 20px
}

.widget.widget_search button span {
	display: block;
	line-height: inherit
}

.widget.widget_tag_cloud .qodef-widget-title {
	margin: 0 0 15px
}

.widget.widget_tag_cloud .tagcloud .qodef-widget-title {
	margin: 0 0 15px
}

.widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 11px 0;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: capitalize;
	font-family: Roboto;
	font-size: 16px!important;
	line-height: 28px
}

.widget.widget_tag_cloud .tagcloud a:after {
	content: '';
	position: absolute;
	bottom: 5px;
	height: 1px;
	width: 100%;
	background: #868686;
	border-radius: 100%;
	opacity: 1;
	left: 0
}

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

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

.widget.widget_media_image img {
	display: block
}

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

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

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

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

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

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

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

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

#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: 10px;
	margin-left: 1em
}

#qodef-top-area .widget.widget_archive,
#qodef-top-area .widget.widget_categories,
#qodef-top-area .widget.widget_meta,
#qodef-top-area .widget.widget_nav_menu,
#qodef-top-area .widget.widget_pages,
#qodef-top-area .widget.widget_recent_entries {
	margin: 0 0 40px
}

#qodef-top-area .widget.widget_archive .qodef-widget-title,
#qodef-top-area .widget.widget_categories .qodef-widget-title,
#qodef-top-area .widget.widget_meta .qodef-widget-title,
#qodef-top-area .widget.widget_nav_menu .qodef-widget-title,
#qodef-top-area .widget.widget_pages .qodef-widget-title,
#qodef-top-area .widget.widget_recent_entries .qodef-widget-title {
	margin: 0 0 13px
}

#qodef-top-area .widget.widget_archive ul li,
#qodef-top-area .widget.widget_categories ul li,
#qodef-top-area .widget.widget_meta ul li,
#qodef-top-area .widget.widget_nav_menu ul li,
#qodef-top-area .widget.widget_pages ul li,
#qodef-top-area .widget.widget_recent_entries ul li {
	margin: 0
}

#qodef-top-area .widget.widget_archive ul li ul.children,
#qodef-top-area .widget.widget_archive ul li ul.sub-menu,
#qodef-top-area .widget.widget_categories ul li ul.children,
#qodef-top-area .widget.widget_categories ul li ul.sub-menu,
#qodef-top-area .widget.widget_meta ul li ul.children,
#qodef-top-area .widget.widget_meta ul li ul.sub-menu,
#qodef-top-area .widget.widget_nav_menu ul li ul.children,
#qodef-top-area .widget.widget_nav_menu ul li ul.sub-menu,
#qodef-top-area .widget.widget_pages ul li ul.children,
#qodef-top-area .widget.widget_pages ul li ul.sub-menu,
#qodef-top-area .widget.widget_recent_entries ul li ul.children,
#qodef-top-area .widget.widget_recent_entries ul li ul.sub-menu {
	margin-top: 0
}

#qodef-top-area .widget.widget_archive a,
#qodef-top-area .widget.widget_categories a,
#qodef-top-area .widget.widget_meta a,
#qodef-top-area .widget.widget_nav_menu a,
#qodef-top-area .widget.widget_pages a,
#qodef-top-area .widget.widget_recent_entries a {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #878d92;
	line-height: 30px;
	position: relative
}

#qodef-top-area .widget.widget_archive a:before,
#qodef-top-area .widget.widget_categories a:before,
#qodef-top-area .widget.widget_meta a:before,
#qodef-top-area .widget.widget_nav_menu a:before,
#qodef-top-area .widget.widget_pages a:before,
#qodef-top-area .widget.widget_recent_entries a:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: calc(100% - 1px);
	background: currentColor;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

#qodef-top-area .widget.widget_archive a:hover:before,
#qodef-top-area .widget.widget_categories a:hover:before,
#qodef-top-area .widget.widget_meta a:hover:before,
#qodef-top-area .widget.widget_nav_menu a:hover:before,
#qodef-top-area .widget.widget_pages a:hover:before,
#qodef-top-area .widget.widget_recent_entries a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

#qodef-top-area .widget.widget_archive ul li,
#qodef-top-area .widget.widget_categories ul li {
	font-weight: 500
}

#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_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: #585858;
	background-color: #000
}

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

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

#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: Yantramanav;
	font-weight: 400;
	text-transform: none;
	font-size: 13px;
	line-height: 1.846em;
	letter-spacing: .2em;
	text-transform: none;
	color: #585858;
	font-weight: 500;
	font-family: Roboto;
	text-transform: uppercase;
	color: #000
}

#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_malgre_core_social_icons_group {
	margin: 0 0 41px
}

#qodef-top-area .widget.widget_malgre_core_blog_list {
	margin: 0 0 44px
}

#qodef-top-area .widget.widget_malgre_core_blog_list .qodef-widget-title {
	margin: 0 0 18px
}

#qodef-top-area .widget.widget_malgre_core_instagram_list {
	margin: 0 0 51px
}

#qodef-top-area .widget.widget_malgre_core_instagram_list .qodef-widget-title {
	margin: 0 0 22px
}

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

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

#qodef-top-area .widget.widget_search input {
	padding-left: 37px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #585858;
	padding-bottom: 4px
}

#qodef-top-area .widget.widget_search button {
	position: absolute;
	width: 50px;
	height: 100%;
	padding: 0;
	color: #000;
	background-color: transparent;
	border: 0;
	left: 0;
	top: -3px;
	display: inline-block;
	text-align: left;
	font-size: 20px
}

#qodef-top-area .widget.widget_search button span {
	display: block;
	line-height: inherit
}

#qodef-top-area .widget.widget_tag_cloud .qodef-widget-title {
	margin: 0 0 15px
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud .qodef-widget-title {
	margin: 0 0 15px
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 11px 0;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: capitalize;
	font-family: Roboto;
	font-size: 16px!important;
	line-height: 28px;
	color: #fff
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a:after {
	content: '';
	position: absolute;
	bottom: 5px;
	height: 1px;
	width: 100%;
	background: #868686;
	border-radius: 100%;
	opacity: 1;
	left: 0
}

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

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

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

#qodef-page-footer .widget {
	margin: 0 0 35px;
	color: #878d92
}

#qodef-page-footer .widget:last-child {
	margin-bottom: 0!important
}

#qodef-page-footer .widget .qodef-widget-title {
	margin: 0 0 37px;
	color: #fff
}

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

#qodef-page-footer .widget .qodef-widget-title a:hover {
	color: #fff
}

#qodef-page-footer .widget a {
	color: #878d92
}

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

#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: 10px;
	margin-left: 1em
}

#qodef-page-footer .widget.widget_archive,
#qodef-page-footer .widget.widget_categories,
#qodef-page-footer .widget.widget_meta,
#qodef-page-footer .widget.widget_nav_menu,
#qodef-page-footer .widget.widget_pages,
#qodef-page-footer .widget.widget_recent_entries {
	margin: 0 0 40px
}

#qodef-page-footer .widget.widget_archive .qodef-widget-title,
#qodef-page-footer .widget.widget_categories .qodef-widget-title,
#qodef-page-footer .widget.widget_meta .qodef-widget-title,
#qodef-page-footer .widget.widget_nav_menu .qodef-widget-title,
#qodef-page-footer .widget.widget_pages .qodef-widget-title,
#qodef-page-footer .widget.widget_recent_entries .qodef-widget-title {
	margin: 0 0 13px
}

#qodef-page-footer .widget.widget_archive ul li,
#qodef-page-footer .widget.widget_categories ul li,
#qodef-page-footer .widget.widget_meta ul li,
#qodef-page-footer .widget.widget_nav_menu ul li,
#qodef-page-footer .widget.widget_pages ul li,
#qodef-page-footer .widget.widget_recent_entries ul li {
	margin: 0
}

#qodef-page-footer .widget.widget_archive ul li ul.children,
#qodef-page-footer .widget.widget_archive ul li ul.sub-menu,
#qodef-page-footer .widget.widget_categories ul li ul.children,
#qodef-page-footer .widget.widget_categories ul li ul.sub-menu,
#qodef-page-footer .widget.widget_meta ul li ul.children,
#qodef-page-footer .widget.widget_meta ul li ul.sub-menu,
#qodef-page-footer .widget.widget_nav_menu ul li ul.children,
#qodef-page-footer .widget.widget_nav_menu ul li ul.sub-menu,
#qodef-page-footer .widget.widget_pages ul li ul.children,
#qodef-page-footer .widget.widget_pages ul li ul.sub-menu,
#qodef-page-footer .widget.widget_recent_entries ul li ul.children,
#qodef-page-footer .widget.widget_recent_entries ul li ul.sub-menu {
	margin-top: 0
}

#qodef-page-footer .widget.widget_archive a,
#qodef-page-footer .widget.widget_categories a,
#qodef-page-footer .widget.widget_meta a,
#qodef-page-footer .widget.widget_nav_menu a,
#qodef-page-footer .widget.widget_pages a,
#qodef-page-footer .widget.widget_recent_entries a {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #878d92;
	line-height: 30px;
	position: relative
}

#qodef-page-footer .widget.widget_archive a:before,
#qodef-page-footer .widget.widget_categories a:before,
#qodef-page-footer .widget.widget_meta a:before,
#qodef-page-footer .widget.widget_nav_menu a:before,
#qodef-page-footer .widget.widget_pages a:before,
#qodef-page-footer .widget.widget_recent_entries a:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: calc(100% - 1px);
	background: currentColor;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

#qodef-page-footer .widget.widget_archive a:hover:before,
#qodef-page-footer .widget.widget_categories a:hover:before,
#qodef-page-footer .widget.widget_meta a:hover:before,
#qodef-page-footer .widget.widget_nav_menu a:hover:before,
#qodef-page-footer .widget.widget_pages a:hover:before,
#qodef-page-footer .widget.widget_recent_entries a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

#qodef-page-footer .widget.widget_archive ul li,
#qodef-page-footer .widget.widget_categories ul li {
	font-weight: 500
}

#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_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: #585858;
	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: #878d92
}

#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: Yantramanav;
	font-weight: 400;
	text-transform: none;
	font-size: 13px;
	line-height: 1.846em;
	letter-spacing: .2em;
	text-transform: none;
	color: #585858;
	font-weight: 500;
	font-family: Roboto;
	text-transform: uppercase;
	color: #fff
}

#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_malgre_core_social_icons_group {
	margin: 0 0 41px
}

#qodef-page-footer .widget.widget_malgre_core_blog_list {
	margin: 0 0 44px
}

#qodef-page-footer .widget.widget_malgre_core_blog_list .qodef-widget-title {
	margin: 0 0 18px
}

#qodef-page-footer .widget.widget_malgre_core_instagram_list {
	margin: 0 0 51px
}

#qodef-page-footer .widget.widget_malgre_core_instagram_list .qodef-widget-title {
	margin: 0 0 22px
}

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

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

#qodef-page-footer .widget.widget_search input {
	padding-left: 37px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #585858;
	padding-bottom: 4px
}

#qodef-page-footer .widget.widget_search button {
	position: absolute;
	width: 50px;
	height: 100%;
	padding: 0;
	color: #000;
	background-color: transparent;
	border: 0;
	left: 0;
	top: -3px;
	display: inline-block;
	text-align: left;
	font-size: 20px
}

#qodef-page-footer .widget.widget_search button span {
	display: block;
	line-height: inherit
}

#qodef-page-footer .widget.widget_tag_cloud .qodef-widget-title {
	margin: 0 0 15px
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud .qodef-widget-title {
	margin: 0 0 15px
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 11px 0;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: capitalize;
	font-family: Roboto;
	font-size: 16px!important;
	line-height: 28px;
	color: #878d92
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:after {
	content: '';
	position: absolute;
	bottom: 5px;
	height: 1px;
	width: 100%;
	background: #868686;
	border-radius: 100%;
	opacity: 1;
	left: 0
}

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

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

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

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

#qodef-page-footer .widget.widget_media_image img {
	display: block
}

#qodef-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 21px;
	color: #fff
}

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

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

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

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

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

#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: 10px;
	margin-left: 1em
}

#qodef-side-area .widget.widget_archive,
#qodef-side-area .widget.widget_categories,
#qodef-side-area .widget.widget_meta,
#qodef-side-area .widget.widget_nav_menu,
#qodef-side-area .widget.widget_pages,
#qodef-side-area .widget.widget_recent_entries {
	margin: 0 0 40px
}

#qodef-side-area .widget.widget_archive .qodef-widget-title,
#qodef-side-area .widget.widget_categories .qodef-widget-title,
#qodef-side-area .widget.widget_meta .qodef-widget-title,
#qodef-side-area .widget.widget_nav_menu .qodef-widget-title,
#qodef-side-area .widget.widget_pages .qodef-widget-title,
#qodef-side-area .widget.widget_recent_entries .qodef-widget-title {
	margin: 0 0 13px
}

#qodef-side-area .widget.widget_archive ul li,
#qodef-side-area .widget.widget_categories ul li,
#qodef-side-area .widget.widget_meta ul li,
#qodef-side-area .widget.widget_nav_menu ul li,
#qodef-side-area .widget.widget_pages ul li,
#qodef-side-area .widget.widget_recent_entries ul li {
	margin: 0
}

#qodef-side-area .widget.widget_archive ul li ul.children,
#qodef-side-area .widget.widget_archive ul li ul.sub-menu,
#qodef-side-area .widget.widget_categories ul li ul.children,
#qodef-side-area .widget.widget_categories ul li ul.sub-menu,
#qodef-side-area .widget.widget_meta ul li ul.children,
#qodef-side-area .widget.widget_meta ul li ul.sub-menu,
#qodef-side-area .widget.widget_nav_menu ul li ul.children,
#qodef-side-area .widget.widget_nav_menu ul li ul.sub-menu,
#qodef-side-area .widget.widget_pages ul li ul.children,
#qodef-side-area .widget.widget_pages ul li ul.sub-menu,
#qodef-side-area .widget.widget_recent_entries ul li ul.children,
#qodef-side-area .widget.widget_recent_entries ul li ul.sub-menu {
	margin-top: 0
}

#qodef-side-area .widget.widget_archive a,
#qodef-side-area .widget.widget_categories a,
#qodef-side-area .widget.widget_meta a,
#qodef-side-area .widget.widget_nav_menu a,
#qodef-side-area .widget.widget_pages a,
#qodef-side-area .widget.widget_recent_entries a {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #878d92;
	line-height: 30px;
	position: relative
}

#qodef-side-area .widget.widget_archive a:before,
#qodef-side-area .widget.widget_categories a:before,
#qodef-side-area .widget.widget_meta a:before,
#qodef-side-area .widget.widget_nav_menu a:before,
#qodef-side-area .widget.widget_pages a:before,
#qodef-side-area .widget.widget_recent_entries a:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: calc(100% - 1px);
	background: currentColor;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

#qodef-side-area .widget.widget_archive a:hover:before,
#qodef-side-area .widget.widget_categories a:hover:before,
#qodef-side-area .widget.widget_meta a:hover:before,
#qodef-side-area .widget.widget_nav_menu a:hover:before,
#qodef-side-area .widget.widget_pages a:hover:before,
#qodef-side-area .widget.widget_recent_entries a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

#qodef-side-area .widget.widget_archive ul li,
#qodef-side-area .widget.widget_categories ul li {
	font-weight: 500
}

#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_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: #585858;
	background-color: #000
}

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

#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: Yantramanav;
	font-weight: 400;
	text-transform: none;
	font-size: 13px;
	line-height: 1.846em;
	letter-spacing: .2em;
	text-transform: none;
	color: #585858;
	font-weight: 500;
	font-family: Roboto;
	text-transform: uppercase;
	color: #000
}

#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_malgre_core_social_icons_group {
	margin: 0 0 41px
}

#qodef-side-area .widget.widget_malgre_core_blog_list {
	margin: 0 0 44px
}

#qodef-side-area .widget.widget_malgre_core_blog_list .qodef-widget-title {
	margin: 0 0 18px
}

#qodef-side-area .widget.widget_malgre_core_instagram_list {
	margin: 0 0 51px
}

#qodef-side-area .widget.widget_malgre_core_instagram_list .qodef-widget-title {
	margin: 0 0 22px
}

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

#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 {
	padding-left: 37px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #585858;
	padding-bottom: 4px
}

#qodef-side-area .widget.widget_search button {
	position: absolute;
	width: 50px;
	height: 100%;
	padding: 0;
	color: #000;
	background-color: transparent;
	border: 0;
	left: 0;
	top: -3px;
	display: inline-block;
	text-align: left;
	font-size: 20px
}

#qodef-side-area .widget.widget_search button span {
	display: block;
	line-height: inherit
}

#qodef-side-area .widget.widget_tag_cloud .qodef-widget-title {
	margin: 0 0 15px
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud .qodef-widget-title {
	margin: 0 0 15px
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 11px 0;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: capitalize;
	font-family: Roboto;
	font-size: 16px!important;
	line-height: 28px;
	color: #fff
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:after {
	content: '';
	position: absolute;
	bottom: 5px;
	height: 1px;
	width: 100%;
	background: #868686;
	border-radius: 100%;
	opacity: 1;
	left: 0
}

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

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

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

.qodef-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 21px;
	color: #fff
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title a {
	color: inherit
}

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

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

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

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

.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: 10px;
	margin-left: 1em
}

.qodef-mega-menu-widget-holder .widget.widget_archive,
.qodef-mega-menu-widget-holder .widget.widget_categories,
.qodef-mega-menu-widget-holder .widget.widget_meta,
.qodef-mega-menu-widget-holder .widget.widget_nav_menu,
.qodef-mega-menu-widget-holder .widget.widget_pages,
.qodef-mega-menu-widget-holder .widget.widget_recent_entries {
	margin: 0 0 40px
}

.qodef-mega-menu-widget-holder .widget.widget_archive .qodef-widget-title,
.qodef-mega-menu-widget-holder .widget.widget_categories .qodef-widget-title,
.qodef-mega-menu-widget-holder .widget.widget_meta .qodef-widget-title,
.qodef-mega-menu-widget-holder .widget.widget_nav_menu .qodef-widget-title,
.qodef-mega-menu-widget-holder .widget.widget_pages .qodef-widget-title,
.qodef-mega-menu-widget-holder .widget.widget_recent_entries .qodef-widget-title {
	margin: 0 0 13px
}

.qodef-mega-menu-widget-holder .widget.widget_archive ul li,
.qodef-mega-menu-widget-holder .widget.widget_categories ul li,
.qodef-mega-menu-widget-holder .widget.widget_meta ul li,
.qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li,
.qodef-mega-menu-widget-holder .widget.widget_pages ul li,
.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li {
	margin: 0
}

.qodef-mega-menu-widget-holder .widget.widget_archive ul li ul.children,
.qodef-mega-menu-widget-holder .widget.widget_archive ul li ul.sub-menu,
.qodef-mega-menu-widget-holder .widget.widget_categories ul li ul.children,
.qodef-mega-menu-widget-holder .widget.widget_categories ul li ul.sub-menu,
.qodef-mega-menu-widget-holder .widget.widget_meta ul li ul.children,
.qodef-mega-menu-widget-holder .widget.widget_meta ul li ul.sub-menu,
.qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li ul.children,
.qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li ul.sub-menu,
.qodef-mega-menu-widget-holder .widget.widget_pages ul li ul.children,
.qodef-mega-menu-widget-holder .widget.widget_pages ul li ul.sub-menu,
.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li ul.children,
.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li ul.sub-menu {
	margin-top: 0
}

.qodef-mega-menu-widget-holder .widget.widget_archive a,
.qodef-mega-menu-widget-holder .widget.widget_categories a,
.qodef-mega-menu-widget-holder .widget.widget_meta a,
.qodef-mega-menu-widget-holder .widget.widget_nav_menu a,
.qodef-mega-menu-widget-holder .widget.widget_pages a,
.qodef-mega-menu-widget-holder .widget.widget_recent_entries a {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #878d92;
	line-height: 30px;
	position: relative
}

.qodef-mega-menu-widget-holder .widget.widget_archive a:before,
.qodef-mega-menu-widget-holder .widget.widget_categories a:before,
.qodef-mega-menu-widget-holder .widget.widget_meta a:before,
.qodef-mega-menu-widget-holder .widget.widget_nav_menu a:before,
.qodef-mega-menu-widget-holder .widget.widget_pages a:before,
.qodef-mega-menu-widget-holder .widget.widget_recent_entries a:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: calc(100% - 1px);
	background: currentColor;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-mega-menu-widget-holder .widget.widget_archive a:hover:before,
.qodef-mega-menu-widget-holder .widget.widget_categories a:hover:before,
.qodef-mega-menu-widget-holder .widget.widget_meta a:hover:before,
.qodef-mega-menu-widget-holder .widget.widget_nav_menu a:hover:before,
.qodef-mega-menu-widget-holder .widget.widget_pages a:hover:before,
.qodef-mega-menu-widget-holder .widget.widget_recent_entries a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.qodef-mega-menu-widget-holder .widget.widget_archive ul li,
.qodef-mega-menu-widget-holder .widget.widget_categories ul li {
	font-weight: 500
}

.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_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: #585858;
	background-color: #000
}

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

.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: Yantramanav;
	font-weight: 400;
	text-transform: none;
	font-size: 13px;
	line-height: 1.846em;
	letter-spacing: .2em;
	text-transform: none;
	color: #585858;
	font-weight: 500;
	font-family: Roboto;
	text-transform: uppercase;
	color: #000
}

.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_malgre_core_social_icons_group {
	margin: 0 0 41px
}

.qodef-mega-menu-widget-holder .widget.widget_malgre_core_blog_list {
	margin: 0 0 44px
}

.qodef-mega-menu-widget-holder .widget.widget_malgre_core_blog_list .qodef-widget-title {
	margin: 0 0 18px
}

.qodef-mega-menu-widget-holder .widget.widget_malgre_core_instagram_list {
	margin: 0 0 51px
}

.qodef-mega-menu-widget-holder .widget.widget_malgre_core_instagram_list .qodef-widget-title {
	margin: 0 0 22px
}

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

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

.qodef-mega-menu-widget-holder .widget.widget_search input {
	padding-left: 37px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #585858;
	padding-bottom: 4px
}

.qodef-mega-menu-widget-holder .widget.widget_search button {
	position: absolute;
	width: 50px;
	height: 100%;
	padding: 0;
	color: #000;
	background-color: transparent;
	border: 0;
	left: 0;
	top: -3px;
	display: inline-block;
	text-align: left;
	font-size: 20px
}

.qodef-mega-menu-widget-holder .widget.widget_search button span {
	display: block;
	line-height: inherit
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .qodef-widget-title {
	margin: 0 0 15px
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud .qodef-widget-title {
	margin: 0 0 15px
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 11px 0;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: capitalize;
	font-family: Roboto;
	font-size: 16px!important;
	line-height: 28px;
	color: #fff
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:after {
	content: '';
	position: absolute;
	bottom: 5px;
	height: 1px;
	width: 100%;
	background: #868686;
	border-radius: 100%;
	opacity: 1;
	left: 0
}

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

.qodef-mega-menu-widget-holder .widget.widget_media_image a {
	display: inline-block;
	vertical-align: top
}

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

#qodef-page-footer .widget.widget_search input {
	color: #878d92
}

#qodef-page-footer .gallery-caption,
#qodef-page-footer .wp-caption,
#qodef-page-footer figcaption {
	color: #878d92
}

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
}

body:not(.single-product) #qodef-woo-page .outofstock .button,
body:not(.single-product) .qodef-woo-shortcode .outofstock .button {
	padding: 0 0 0 33px!important;
	font-size: 12px;
	color: #000;
	background-color: transparent;
	border: 0;
	font-weight: 500;
	position: relative;
	top: -41px;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease
}

body:not(.single-product) #qodef-woo-page .outofstock .button:before,
body:not(.single-product) .qodef-woo-shortcode .outofstock .button:before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: url(../../themes/malgre/assets/img/button_textual_arrow.svg) center center no-repeat;
	position: absolute;
	top: 50%;
	left: -7px;
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	will-change: transform
}

body:not(.single-product) #qodef-woo-page .outofstock .button .qodef-m-text,
body:not(.single-product) .qodef-woo-shortcode .outofstock .button .qodef-m-text {
	display: inline-block;
	vertical-align: middle;
	padding-left: 35px
}

body:not(.single-product) #qodef-woo-page .outofstock .button:hover,
body:not(.single-product) .qodef-woo-shortcode .outofstock .button:hover {
	color: #000;
	background: 0 0
}

body:not(.single-product) #qodef-woo-page .outofstock .button:hover:before,
body:not(.single-product) .qodef-woo-shortcode .outofstock .button:hover:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

body:not(.single-product) #qodef-woo-page .outofstock:hover .button,
body:not(.single-product) .qodef-woo-shortcode .outofstock:hover .button {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition: .3s ease .1s;
	-o-transition: .3s ease .1s;
	transition: .3s ease .1s
}

#qodef-woo-page .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
	position: absolute;
	top: 0;
	left: 0;
	padding: 14px 17px 13px;
	line-height: 1;
	color: #fff;
	background-color: #fff;
	z-index: 5;
	font-size: 13px;
	font-weight: 500;
	color: #585858;
	text-transform: uppercase;
	letter-spacing: .2em
}

#qodef-woo-page .qodef-woo-product-mark a,
.qodef-woo-shortcode .qodef-woo-product-mark a {
	color: currentColor
}

#qodef-woo-page .qodef-woo-product-title,
.qodef-woo-shortcode .qodef-woo-product-title {
	margin: 0
}

#qodef-woo-page .qodef-woo-ratings,
.qodef-woo-shortcode .qodef-woo-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-inner,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star {
	font-size: 15px;
	letter-spacing: .6em;
	color: #000
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap
}

#qodef-woo-page .price,
.qodef-woo-shortcode .price {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 30px;
	letter-spacing: -.01em;
	font-weight: 500;
	line-height: 45px;
	font-family: Yantramanav;
	margin: -2px 0 0;
	-webkit-transition: .3s ease .1s;
	-o-transition: .3s ease .1s;
	transition: .3s ease .1s
}

#qodef-woo-page .price del,
.qodef-woo-shortcode .price del {
	margin-right: 10px;
	text-decoration: none;
	color: #585858
}

#qodef-woo-page .price del .amount,
.qodef-woo-shortcode .price del .amount {
	position: relative;
	text-decoration: none
}

#qodef-woo-page .price del .amount:after,
.qodef-woo-shortcode .price del .amount:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	left: 0;
	top: 50%
}

#qodef-woo-page .price ins,
.qodef-woo-shortcode .price ins {
	text-decoration: none
}

#qodef-woo-page .price .woocommerce-Price-currencySymbol,
.qodef-woo-shortcode .price .woocommerce-Price-currencySymbol {
	font-size: 17px;
	position: relative;
	top: -10px;
	margin-right: 1px
}

#qodef-woo-page .button.add_to_cart_button,
#qodef-woo-page .button.product_type_external,
#qodef-woo-page .button.product_type_grouped,
.qodef-woo-shortcode .button.add_to_cart_button,
.qodef-woo-shortcode .button.product_type_external,
.qodef-woo-shortcode .button.product_type_grouped {
	padding: 0 0 0 33px!important;
	font-size: 12px;
	color: #000;
	background-color: transparent;
	border: 0;
	font-weight: 500;
	position: relative;
	top: -41px;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease
}

#qodef-woo-page .button.add_to_cart_button:before,
#qodef-woo-page .button.product_type_external:before,
#qodef-woo-page .button.product_type_grouped:before,
.qodef-woo-shortcode .button.add_to_cart_button:before,
.qodef-woo-shortcode .button.product_type_external:before,
.qodef-woo-shortcode .button.product_type_grouped:before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: url(../../themes/malgre/assets/img/button_textual_arrow.svg) center center no-repeat;
	position: absolute;
	top: 50%;
	left: -7px;
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	will-change: transform
}

#qodef-woo-page .button.add_to_cart_button .qodef-m-text,
#qodef-woo-page .button.product_type_external .qodef-m-text,
#qodef-woo-page .button.product_type_grouped .qodef-m-text,
.qodef-woo-shortcode .button.add_to_cart_button .qodef-m-text,
.qodef-woo-shortcode .button.product_type_external .qodef-m-text,
.qodef-woo-shortcode .button.product_type_grouped .qodef-m-text {
	display: inline-block;
	vertical-align: middle;
	padding-left: 35px
}

#qodef-woo-page .button.add_to_cart_button:hover,
#qodef-woo-page .button.product_type_external:hover,
#qodef-woo-page .button.product_type_grouped:hover,
.qodef-woo-shortcode .button.add_to_cart_button:hover,
.qodef-woo-shortcode .button.product_type_external:hover,
.qodef-woo-shortcode .button.product_type_grouped:hover {
	color: #000;
	background: 0 0
}

#qodef-woo-page .button.add_to_cart_button:hover:before,
#qodef-woo-page .button.product_type_external:hover:before,
#qodef-woo-page .button.product_type_grouped:hover:before,
.qodef-woo-shortcode .button.add_to_cart_button:hover:before,
.qodef-woo-shortcode .button.product_type_external:hover:before,
.qodef-woo-shortcode .button.product_type_grouped:hover:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

#qodef-woo-page .added_to_cart,
#qodef-woo-page .button,
.qodef-woo-shortcode .added_to_cart,
.qodef-woo-shortcode .button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Roboto;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: .3em;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	cursor: pointer;
	z-index: 3;
	color: #000;
	background-color: transparent
}

#qodef-woo-page .added_to_cart:hover,
#qodef-woo-page .button:hover,
.qodef-woo-shortcode .added_to_cart:hover,
.qodef-woo-shortcode .button:hover {
	color: #000;
	background-color: transparent
}

#qodef-woo-page .added_to_cart.added,
#qodef-woo-page .button.added,
.qodef-woo-shortcode .added_to_cart.added,
.qodef-woo-shortcode .button.added {
	display: none
}

#qodef-woo-page .added_to_cart,
.qodef-woo-shortcode .added_to_cart {
	padding: 0 0 0 33px!important;
	font-size: 12px;
	color: #000;
	background-color: transparent;
	border: 0;
	font-weight: 500;
	position: relative;
	top: -41px;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}

#qodef-woo-page .added_to_cart:before,
.qodef-woo-shortcode .added_to_cart:before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: url(../../themes/malgre/assets/img/button_textual_arrow.svg) center center no-repeat;
	position: absolute;
	top: 50%;
	left: -7px;
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	will-change: transform
}

#qodef-woo-page .added_to_cart .qodef-m-text,
.qodef-woo-shortcode .added_to_cart .qodef-m-text {
	display: inline-block;
	vertical-align: middle;
	padding-left: 35px
}

#qodef-woo-page .added_to_cart:hover,
.qodef-woo-shortcode .added_to_cart:hover {
	color: #000;
	background: 0 0
}

#qodef-woo-page .added_to_cart:hover:before,
.qodef-woo-shortcode .added_to_cart:hover:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

#qodef-woo-page .qodef-outline-button-holder,
.qodef-woo-shortcode .qodef-outline-button-holder {
	display: inline-block;
	position: relative
}

#qodef-woo-page .qodef-outline-button-holder .qodef-outline-button-bottom-border,
#qodef-woo-page .qodef-outline-button-holder .qodef-outline-button-top-border,
.qodef-woo-shortcode .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-woo-shortcode .qodef-outline-button-holder .qodef-outline-button-top-border {
	display: block;
	width: calc(100% + 6px);
	height: 1px;
	background: #000;
	left: -3px
}

#qodef-woo-page .qodef-outline-button-holder .qodef-outline-button-top-border,
.qodef-woo-shortcode .qodef-outline-button-holder .qodef-outline-button-top-border {
	position: relative
}

#qodef-woo-page .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-woo-shortcode .qodef-outline-button-holder .qodef-outline-button-bottom-border {
	position: absolute;
	bottom: 0
}

#qodef-woo-page .qodef-outline-button-holder .qodef-outline-button-left-border,
#qodef-woo-page .qodef-outline-button-holder .qodef-outline-button-right-border,
.qodef-woo-shortcode .qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-woo-shortcode .qodef-outline-button-holder .qodef-outline-button-right-border {
	display: block;
	width: 1px;
	height: calc(100% + 6px);
	background: #000;
	top: -3px;
	position: absolute
}

#qodef-woo-page .qodef-outline-button-holder .qodef-outline-button-right-border,
.qodef-woo-shortcode .qodef-outline-button-holder .qodef-outline-button-right-border {
	right: 0
}

#qodef-woo-page .qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-woo-shortcode .qodef-outline-button-holder .qodef-outline-button-left-border {
	left: 0
}

#qodef-woo-page.qodef-product-list-hide-categories .qodef-woo-product-list .qodef-woo-product-categories {
	display: none
}

#qodef-woo-page.qodef-product-list-hide-sorting .qodef-woo-results {
	display: none
}

#qodef-woo-page .quantity {
	white-space: nowrap
}

#qodef-woo-page .quantity input[type=number] {
	width: 60px;
	margin: 0;
	padding: 12px 10px;
	text-align: center;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

.woocommerce-page div.woocommerce .woocommerce-error,
.woocommerce-page div.woocommerce .woocommerce-info,
.woocommerce-page div.woocommerce .woocommerce-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 30px 25px;
	margin-bottom: 30px;
	border: 1px solid #bcbcbc
}

.woocommerce-page div.woocommerce .woocommerce-error a,
.woocommerce-page div.woocommerce .woocommerce-info a,
.woocommerce-page div.woocommerce .woocommerce-message a {
	margin-top: 5px;
	position: relative;
	line-height: 20px;
	background-color: transparent;
	color: currentColor
}

.woocommerce-page div.woocommerce .woocommerce-error a:before,
.woocommerce-page div.woocommerce .woocommerce-info a:before,
.woocommerce-page div.woocommerce .woocommerce-message a:before {
	content: '';
	position: absolute;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: currentColor;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.woocommerce-page div.woocommerce .woocommerce-error a:before,
.woocommerce-page div.woocommerce .woocommerce-info a:before,
.woocommerce-page div.woocommerce .woocommerce-message a:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.woocommerce-page div.woocommerce .woocommerce-error a.showcoupon,
.woocommerce-page div.woocommerce .woocommerce-info a.showcoupon,
.woocommerce-page div.woocommerce .woocommerce-message a.showcoupon {
	position: relative;
	line-height: 20px
}

.woocommerce-page div.woocommerce .woocommerce-error a.showcoupon:before,
.woocommerce-page div.woocommerce .woocommerce-info a.showcoupon:before,
.woocommerce-page div.woocommerce .woocommerce-message a.showcoupon:before {
	content: '';
	position: absolute;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: currentColor;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.woocommerce-page div.woocommerce .woocommerce-error a.showcoupon:before,
.woocommerce-page div.woocommerce .woocommerce-info a.showcoupon:before,
.woocommerce-page div.woocommerce .woocommerce-message a.showcoupon:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.woocommerce-page div.woocommerce .shop_table tr {
	border-left: none;
	border-right: none;
	border-top: none
}

.woocommerce-page div.woocommerce .shop_table td,
.woocommerce-page div.woocommerce .shop_table th {
	padding: 15px 0 15px 5px;
	vertical-align: middle;
	text-align: left;
	border: 0
}

.woocommerce-page div.woocommerce .shop_table td:first-child,
.woocommerce-page div.woocommerce .shop_table th:first-child {
	padding-left: 0
}

.woocommerce-page div.woocommerce .shop_table th {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

.woocommerce-page div.woocommerce .shop_table td ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li {
	margin: 0 0 10px;
	padding: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li:last-child {
	margin-bottom: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li label {
	margin-bottom: 0
}

.woocommerce-page div.woocommerce .shop_table p {
	margin: 0
}

.woocommerce-page div.woocommerce .col2-set {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -15px
}

.woocommerce-page div.woocommerce .col2-set>* {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 30px
}

.woocommerce-page div.woocommerce address {
	font-style: normal
}

.woocommerce-page div.woocommerce address p {
	margin: 0
}

.woocommerce-page div.woocommerce form p {
	margin: 0
}

.woocommerce-page div.woocommerce form p label {
	margin-top: 20px
}

.woocommerce-page .pswp__button--arrow--left:before,
.woocommerce-page .pswp__button--arrow--right:before,
.woocommerce-page .pswp__button.pswp__button--close,
.woocommerce-page .pswp__button.pswp__button--fs,
.woocommerce-page .pswp__button.pswp__button--zoom {
	background: 0 0!important
}

.woocommerce-page .pswp__button--arrow--left:before,
.woocommerce-page .pswp__button--arrow--right:before,
.woocommerce-page .pswp__button.pswp__button--close:before,
.woocommerce-page .pswp__button.pswp__button--fs:before,
.woocommerce-page .pswp__button.pswp__button--zoom:before {
	border: 0;
	color: #fff;
	font-family: "font awesome 5 free";
	font-weight: 900;
	background: 0 0
}

.woocommerce-page .pswp__button--arrow--left:before {
	font-size: 45px;
	content: "\f104"
}

.woocommerce-page .pswp__button--arrow--right:before {
	font-size: 45px;
	content: "\f105"
}

.woocommerce-page .pswp__button.pswp__button--close:before {
	font-size: 17px;
	content: "\f00d"
}

.woocommerce-page .pswp__button.pswp__button--zoom:before {
	font-size: 17px;
	content: "\f00e"
}

.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before {
	font-size: 17px;
	content: "\f010"
}

.woocommerce-page .pswp__button.pswp__button--fs:before {
	font-size: 17px;
	content: "\f0b2"
}

.woocommerce-page .pswp__caption__center,
.woocommerce-page .pswp__counter {
	font-family: inherit;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	color: #fff
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove {
	width: 30px
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a {
	font-size: 20px
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
	width: 72px;
	padding-right: 10px
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a,
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img {
	display: block;
	width: 100%
}

#qodef-woo-page.qodef--cart .shop_table td.product-name {
	text-align: left
}

#qodef-woo-page.qodef--cart .shop_table td.product-name a {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number] {
	margin: 0
}

#qodef-woo-page.qodef--cart .shop_table td.actions {
	padding: 30px 0 0;
	text-align: initial
}

#qodef-woo-page.qodef--cart .shop_table td.actions .button {
	margin-top: 3px
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 70%;
	float: left
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
	margin-bottom: 0
}

#qodef-woo-page.qodef--cart .shop_table td.actions label {
	display: none
}

#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text] {
	width: auto;
	margin-right: 20px
}

#qodef-woo-page.qodef--cart .shop_table td.actions>.button {
	float: right
}

#qodef-woo-page.qodef--cart .shop_table.cart tbody>tr:last-child {
	border-bottom: 0
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
	width: 20%
}

#qodef-woo-page.qodef--cart .cart_totals,
#qodef-woo-page.qodef--cart .cross-sells {
	margin-top: 55px
}

#qodef-woo-page.qodef--cart .cart_totals>h2,
#qodef-woo-page.qodef--cart .cross-sells>h2 {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 42px;
	line-height: 1.023em;
	letter-spacing: -.02em;
	font-weight: 500;
	font-family: Yantramanav;
	margin: 0 0 9px
}

#qodef-woo-page.qodef--cart .shipping-calculator-form select {
	width: auto;
	min-width: 100%;
	margin: 0
}

#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
	margin-top: 50px
}

#qodef-woo-page.qodef--cart .button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Roboto;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: .3em;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	padding: 14px 42px;
	color: #000;
	background-color: transparent;
	border: 1px solid #000!important
}

#qodef-woo-page.qodef--cart .button:hover {
	color: #fff;
	background-color: #000
}

.woocommerce-page div.woocommerce>.cart-empty {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 42px;
	line-height: 1.023em;
	letter-spacing: -.02em;
	font-weight: 500;
	font-family: Yantramanav;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none
}

.woocommerce-page div.woocommerce>.return-to-shop {
	margin: 20px 0 65px;
	text-align: center
}

.woocommerce-page div.woocommerce>.return-to-shop a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Roboto;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: .3em;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	padding: 14px 42px;
	color: #000;
	background-color: transparent;
	border: 1px solid #000!important
}

.woocommerce-page div.woocommerce>.return-to-shop a:hover {
	color: #fff;
	background-color: #000
}

body #qodef-woo-page.qodef--checkout .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 1px solid #d5d6d7
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon>p {
	margin-bottom: 10px
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon .button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Roboto;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: .3em;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	padding: 14px 42px;
	color: #000;
	background-color: transparent;
	border: 1px solid #000!important
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon .button:hover {
	color: #000;
	background-color: transparent
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout {
	margin-top: 46px
}

#qodef-woo-page.qodef--checkout #customer_details h3 {
	margin: 0 0 20px
}

#qodef-woo-page.qodef--checkout #order_review_heading {
	margin: 3px 0 20px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
	margin-top: 37px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
	margin-top: 30px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order .button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Roboto;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: .3em;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	padding: 14px 42px;
	color: #000;
	background-color: transparent;
	border: 1px solid #000!important
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order .button:hover {
	color: #fff;
	background-color: #000
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 42px
}

#qodef-woo-page.qodef--checkout .wc_payment_methods {
	margin: 0;
	padding: 0;
	list-style: none
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
	position: relative;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #bcbcbc
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
	margin: 0
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
	padding-left: 25px;
	padding-right: 25px
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
	position: absolute;
	top: 18px;
	left: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	visibility: hidden
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio:before {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border: 1px solid #767676;
	border-radius: 50%;
	position: absolute;
	visibility: visible
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio:checked:after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #000;
	position: relative;
	top: 3px;
	left: 3px;
	visibility: visible
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio:checked:before {
	border-color: #000
}

#qodef-woo-page.qodef--checkout .wc_payment_methods label {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav;
	cursor: pointer;
	margin-bottom: 0
}

.woocommerce-account div.woocommerce .woocommerce-info {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.woocommerce-account div.woocommerce .woocommerce-info a {
	margin: 0
}

.woocommerce-account div.woocommerce .woocommerce-error a:before,
.woocommerce-account div.woocommerce .woocommerce-info a:before,
.woocommerce-account div.woocommerce .woocommerce-message a:before {
	content: none
}

.woocommerce-account div.woocommerce .woocommerce-error a:hover,
.woocommerce-account div.woocommerce .woocommerce-info a:hover,
.woocommerce-account div.woocommerce .woocommerce-message a:hover {
	color: #fff;
	background-color: #000
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	float: left;
	padding-right: 50px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	position: relative;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #bcbcbc
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
	margin: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #000
}

.woocommerce-account .woocommerce-MyAccount-content {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 70%;
	float: left
}

.woocommerce-account .woocommerce-MyAccount-content .button {
	margin-top: 27px;
	margin-bottom: 0
}

.woocommerce-account .button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Roboto;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: .3em;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	padding: 14px 42px;
	color: #000;
	background-color: transparent;
	border: 1px solid #000!important;
	margin-top: 32px;
	margin-bottom: 30px
}

.woocommerce-account .button:hover {
	color: #fff;
	background-color: #000
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
	display: block;
	margin-left: -4px;
	margin-bottom: 0;
	margin-right: 20px
}

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
	margin-top: 0
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
	padding: 0;
	margin: 0
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
	display: none
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 42px;
	line-height: 1.023em;
	letter-spacing: -.02em;
	font-weight: 500;
	font-family: Yantramanav;
	margin: 0 0 20px
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
	margin: 0;
	padding: 0;
	list-style: none
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
	position: relative;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #bcbcbc
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li p {
	margin: 0
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
	margin-top: 40px
}

.woocommerce-order-received .woocommerce-order h2 {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 42px;
	line-height: 1.023em;
	letter-spacing: -.02em;
	font-weight: 500;
	font-family: Yantramanav;
	margin: 0 0 20px
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
	margin-top: 50px
}

#qodef-woo-page .woocommerce-pagination {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	display: block;
	margin-top: 30px
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
	position: relative;
	margin: 0 13px;
	padding: 0 3px;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	color: #585858
}

#qodef-woo-page .woocommerce-pagination .page-numbers * {
	display: block;
	line-height: inherit
}

#qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
	margin-left: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers:last-child {
	margin-right: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
	position: absolute;
	top: -7px
}

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

#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
	margin-right: 6px;
	left: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next {
	margin-left: 6px;
	right: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers.current,
#qodef-woo-page .woocommerce-pagination .page-numbers:hover {
	color: #000
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev span {
	display: none
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev:before {
	content: "";
	display: inline-block;
	background: url(../../themes/malgre/assets/img/arrow-left.svg) center center no-repeat;
	width: 24px;
	height: 42px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next span {
	display: none
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next:before {
	content: "";
	display: inline-block;
	background: url(../../themes/malgre/assets/img/arrow-right.svg) center center no-repeat;
	width: 24px;
	height: 42px
}

@media only screen and (max-width:680px) {
	.qodef-padding-adj-on-mobile .qodef-grid.qodef-gutter--extra-huge>.qodef-grid-inner>.qodef-grid-item {
		padding: 0 23px
	}
	.qodef-padding-adj-on-mobile.single-product #qodef-page-outer {
		padding: 0!important
	}
	.qodef-padding-adj-on-mobile.single-product .qodef-page-title {
		width: 295px;
		margin: 0 auto;
		display: block
	}
}

@media screen and (max-width:320px) {
	.qodef-padding-adj-on-mobile.single-product .qodef-page-title {
		width: 240px
	}
}

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

.qodef-woo-product-list ul.products {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px;
	list-style: none;
	clear: both
}

.qodef-woo-product-list ul.products>.product {
	padding: 0 15px;
	margin: 0 0 30px
}

.qodef-woo-product-list ul.products.columns-1>.product {
	width: 100%
}

.qodef-woo-product-list ul.products.columns-2>.product {
	width: 50%
}

.qodef-woo-product-list ul.products.columns-3>.product {
	width: 33.33333%
}

.qodef-woo-product-list ul.products.columns-4>.product {
	width: 25%
}

.qodef-woo-product-list ul.products.columns-5>.product {
	width: 20%
}

.qodef-woo-product-list ul.products.columns-6>.product {
	width: 16.66667%
}

.qodef-woo-product-list ul.products.columns-7>.product {
	width: 14.28571%
}

.qodef-woo-product-list ul.products.columns-8>.product {
	width: 12.5%
}

.qodef-woo-product-list.qodef-gutter--no ul.products {
	margin: 0
}

.qodef-woo-product-list.qodef-gutter--no ul.products>.product {
	padding: 0;
	margin: 0
}

.qodef-woo-product-list.qodef-gutter--tiny ul.products {
	margin: 0 -5px
}

.qodef-woo-product-list.qodef-gutter--tiny ul.products>.product {
	padding: 0 5px;
	margin: 0 0 10px
}

.qodef-woo-product-list.qodef-gutter--small ul.products {
	margin: 0 -10px
}

.qodef-woo-product-list.qodef-gutter--small ul.products>.product {
	padding: 0 10px;
	margin: 0 0 20px
}

.qodef-woo-product-list.qodef-gutter--humble ul.products {
	margin: 0 -13px
}

.qodef-woo-product-list.qodef-gutter--humble ul.products>.product {
	padding: 0 13px;
	margin: 0 0 26px
}

.qodef-woo-product-list.qodef-gutter--normal ul.products {
	margin: 0 -15px
}

.qodef-woo-product-list.qodef-gutter--normal ul.products>.product {
	padding: 0 15px;
	margin: 0 0 30px
}

.qodef-woo-product-list.qodef-gutter--medium ul.products {
	margin: 0 -20px
}

.qodef-woo-product-list.qodef-gutter--medium ul.products>.product {
	padding: 0 20px;
	margin: 0 0 40px
}

.qodef-woo-product-list.qodef-gutter--large ul.products {
	margin: 0 -25px
}

.qodef-woo-product-list.qodef-gutter--large ul.products>.product {
	padding: 0 25px;
	margin: 0 0 50px
}

.qodef-woo-product-list.qodef-gutter--extra-large ul.products {
	margin: 0 -30px
}

.qodef-woo-product-list.qodef-gutter--extra-large ul.products>.product {
	padding: 0 30px;
	margin: 0 0 60px
}

.qodef-woo-product-list.qodef-gutter--huge ul.products {
	margin: 0 -40px
}

.qodef-woo-product-list.qodef-gutter--huge ul.products>.product {
	padding: 0 40px;
	margin: 0 0 80px
}

.qodef-woo-product-list.qodef-gutter--extra-huge ul.products {
	margin: 0 -50px
}

.qodef-woo-product-list.qodef-gutter--extra-huge ul.products>.product {
	padding: 0 50px;
	margin: 0 0 100px
}

.qodef-woo-product-list .qodef-woo-product-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%
}

.qodef-woo-product-list .qodef-woo-product-inner .qodef-woo-product-content .price {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.touchevents .qodef-woo-product-list .qodef-woo-product-inner {
	cursor: pointer
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-content .price {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease!important;
	-o-transition: .3s ease!important;
	transition: .3s ease!important
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-content .button.add_to_cart_button,
.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-content .button.product_type_external,
.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-content .button.product_type_grouped {
	-webkit-transform: translateY(0)!important;
	-ms-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important;
	visibility: visible!important;
	-webkit-transition: .3s ease .1s!important;
	-o-transition: .3s ease .1s!important;
	transition: .3s ease .1s!important
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title {
	color: #000
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .added_to_cart {
	-webkit-transform: translateY(0)!important;
	-ms-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important;
	visibility: visible!important
}

.qodef-woo-product-list .qodef-woo-product-image {
	position: relative;
	display: block;
	vertical-align: top;
	max-width: 100%;
	overflow: hidden
}

.qodef-woo-product-list .qodef-woo-product-image img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-woo-product-list .qodef-woo-product-image-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px;
	text-align: center;
	background-color: rgba(255, 255, 255, .4);
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}

.qodef-woo-product-list .qodef-woo-product-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 17px 0 0
}

.qodef-woo-product-list .qodef-woo-product-title {
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.qodef-woo-product-list .qodef-woo-product-categories {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 1px;
	display: none
}

.qodef-woo-product-list .qodef-woo-product-categories a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	color: #000;
	z-index: 3
}

.qodef-woo-product-list .qodef-woo-product-categories a:hover {
	color: #000
}

.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
	font-size: 12px
}

.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator:after {
	content: '/'
}

.qodef-woo-product-list .qodef-woo-ratings {
	margin-top: 9px;
	display: none
}

body:not([class*=malgre-core]) .qodef-woo-product-list .qodef-woo-ratings {
	display: block
}

.qodef-woo-product-list .woocommerce-LoopProduct-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: 500
}

#qodef-woo-page .qodef-quantity-buttons {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	font-family: inherit;
	font-weight: 500;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
	position: relative;
	height: 54px;
	width: 27px;
	padding: 0;
	margin: 0 14px 0 0;
	line-height: 52px;
	outline: 0;
	font-family: Yantramanav;
	font-size: 22px;
	color: #000;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
	position: absolute;
	right: 0;
	width: 14px;
	height: 27px;
	line-height: 27px;
	border-left: 0;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	color: #585858
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
	top: 0;
	border-bottom: 0;
	border-top: 1px solid #d7d7d7;
	line-height: 40px
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus {
	bottom: 0;
	border-bottom: 1px solid #d7d7d7;
	line-height: 20px
}

.qodef-woo-results {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px
}

.qodef-woo-results .woocommerce-ordering {
	margin-left: auto
}

.qodef-woo-results .woocommerce-ordering select {
	width: auto;
	min-width: 220px;
	margin: 0
}

.qodef-woo-results .woocommerce-ordering .select2-container--default {
	margin: 0
}

#qodef-woo-page.qodef--single .woocommerce-error,
#qodef-woo-page.qodef--single .woocommerce-info,
#qodef-woo-page.qodef--single .woocommerce-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 30px 25px;
	margin-bottom: 30px;
	border: 1px solid #bcbcbc;
	display: block;
	padding: 34px 30px 36px
}

#qodef-woo-page.qodef--single .woocommerce-error a,
#qodef-woo-page.qodef--single .woocommerce-info a,
#qodef-woo-page.qodef--single .woocommerce-message a {
	margin-top: 5px;
	position: relative;
	line-height: 20px;
	background-color: transparent;
	color: currentColor
}

#qodef-woo-page.qodef--single .woocommerce-error a:before,
#qodef-woo-page.qodef--single .woocommerce-info a:before,
#qodef-woo-page.qodef--single .woocommerce-message a:before {
	content: '';
	position: absolute;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: currentColor;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

#qodef-woo-page.qodef--single .woocommerce-error a:before,
#qodef-woo-page.qodef--single .woocommerce-info a:before,
#qodef-woo-page.qodef--single .woocommerce-message a:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

#qodef-woo-page.qodef--single .woocommerce-message a {
	position: relative;
	display: inline-block;
	float: right;
	margin-top: 0;
	top: 5px
}

@media only screen and (max-width:680px) {
	#qodef-woo-page.qodef--single .woocommerce-message {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	#qodef-woo-page.qodef--single .woocommerce-message a {
		float: none;
		margin-top: 10px;
		top: 0
	}
}

#qodef-woo-page.qodef--single>.product {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -38px
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner>* {
	padding: 0 38px
}

#qodef-woo-page.qodef--single .qodef-woo-single-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
	-webkit-transform: translateX(38px);
	-ms-transform: translateX(38px);
	transform: translateX(38px)
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-position--left+.qodef-woo-product-mark {
	left: initial;
	right: 0;
	-webkit-transform: translateX(-38px);
	-ms-transform: translateX(-38px);
	transform: translateX(-38px)
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg {
	cursor: crosshair
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure {
	position: relative;
	margin: 0 -8px
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure a,
#qodef-woo-page.qodef--single .woocommerce-product-gallery figure img {
	display: block;
	width: 100%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.woocommerce-product-gallery__image {
	position: relative;
	width: calc(100% - 16px)!important;
	margin: 0 8px;
	overflow: hidden
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
	position: relative;
	padding: 0 8px;
	margin-top: 16px
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	z-index: 5
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
	width: 100%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
	width: 50%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
	width: 33.33333%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
	width: 25%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
	width: 20%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
	width: 16.66667%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image {
	width: 14.28571%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image {
	width: 12.5%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
	left: calc(27% + 10px)
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure a,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.woocommerce-product-gallery__image {
	width: calc(100% - 27%)!important
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper {
	width: 27%
}

@media screen and (min-width:681px) {
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
		width: 100%
	}
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
	margin-top: 0
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below figure>.qodef-woo-thumbnails-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#qodef-woo-page.qodef--single .entry-summary {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	width: 84.35%
}

#qodef-woo-page.qodef--single .entry-summary .price {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 28px;
	line-height: 1.067em;
	letter-spacing: 0;
	font-weight: 500;
	font-family: Yantramanav;
	margin-top: 14px
}

#qodef-woo-page.qodef--single .entry-summary .price .amount {
	position: relative
}

#qodef-woo-page.qodef--single .entry-summary .price .amount .woocommerce-Price-currencySymbol {
	position: relative;
	top: -9px;
	font-size: 18px
}

#qodef-woo-page.qodef--single .entry-summary .qodef-woo-product-title {
	margin-top: -11px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 11px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: auto;
	margin-right: 7px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link {
	color: #000
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover {
	color: #000
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
	margin-top: 28px
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p {
	margin-top: 0
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 48px
}

#qodef-woo-page.qodef--single form.cart .variations_button,
#qodef-woo-page.qodef--single form.cart:not(.variations_form) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

#qodef-woo-page.qodef--single form.cart .variations_button .quantity,
#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity {
	margin-right: 52px
}

#qodef-woo-page.qodef--single form.cart.grouped_form {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#qodef-woo-page.qodef--single form.cart.grouped_form .qodef-outline-button-holder {
	margin-top: 36px
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th {
	padding: 15px 0;
	vertical-align: middle;
	text-align: left
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
	margin-bottom: 0;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price {
	text-align: right
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price del {
	text-decoration: none;
	margin-right: 10px
}

@media only screen and (max-width:680px) {
	#qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price del {
		margin-right: 0
	}
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price del .amount {
	color: #585858;
	position: relative
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price del .amount:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	left: 0;
	top: 50%
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price ins {
	position: relative;
	text-decoration: none
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table .amount {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

#qodef-woo-page.qodef--single form.cart.grouped_form>.button {
	margin-top: 30px
}

#qodef-woo-page.qodef--single form.cart .group_table tr {
	border-left: none;
	border-right: none;
	border-top: none
}

#qodef-woo-page.qodef--single form.cart .group_table td,
#qodef-woo-page.qodef--single form.cart .group_table th {
	padding: 15px 0 15px 5px;
	vertical-align: middle;
	text-align: left;
	border: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td:first-child,
#qodef-woo-page.qodef--single form.cart .group_table th:first-child {
	padding-left: 0
}

#qodef-woo-page.qodef--single form.cart .group_table th {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

#qodef-woo-page.qodef--single form.cart .group_table td ul {
	list-style: none;
	margin: 0;
	padding: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li {
	margin: 0 0 10px;
	padding: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child {
	margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li label {
	margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart .group_table p {
	margin: 0
}

#qodef-woo-page.qodef--single form.cart .group_table tr {
	border: none
}

#qodef-woo-page.qodef--single form.cart .variations {
	margin-bottom: 30px
}

#qodef-woo-page.qodef--single form.cart .variations tr {
	border: 0
}

#qodef-woo-page.qodef--single form.cart .variations td,
#qodef-woo-page.qodef--single form.cart .variations th {
	padding: 0;
	text-align: initial;
	vertical-align: middle;
	border: 0
}

#qodef-woo-page.qodef--single form.cart .variations label {
	margin-bottom: 0;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

#qodef-woo-page.qodef--single form.cart .variations select {
	width: auto;
	min-width: 220px;
	margin: 0
}

#qodef-woo-page.qodef--single form.cart .variations .select2-container--default {
	margin: 10px 0
}

#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
	display: inline-block;
	vertical-align: top;
	margin: 13px 0 0 15px
}

#qodef-woo-page.qodef--single form.cart .single_variation {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

#qodef-woo-page.qodef--single form.cart .single_variation .price {
	margin: 0
}

#qodef-woo-page.qodef--single .out-of-stock {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav;
	margin: 28px 0 0
}

#qodef-woo-page.qodef--single .product_meta {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 53px
}

#qodef-woo-page.qodef--single .product_meta>* {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4px
}

#qodef-woo-page.qodef--single .product_meta>:last-child {
	margin-bottom: 0
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 4px;
	font-size: 17px
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value {
	padding-top: 1px
}

#qodef-woo-page.qodef--single .qodef-social-share {
	margin-top: 8px
}

#qodef-woo-page.qodef--single .qodef-social-share .qodef-social-title {
	font-family: Roboto;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 400
}

#qodef-woo-page.qodef--single .woocommerce-tabs {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 94px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	overflow: hidden
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #bcbcbc;
	position: absolute;
	right: 0;
	top: 100%
}

@media only screen and (max-width:768px) {
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs:after {
		content: none!important
	}
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
	position: relative;
	margin: 0;
	padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
	position: relative;
	display: block;
	padding: 27px 36px 26px;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav;
	text-transform: capitalize
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:after {
	content: "";
	height: calc(100% + 3px);
	width: 1px;
	background-color: #bcbcbc;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:first-child a {
	padding-left: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a {
	color: #000
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a:after {
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li svg {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	height: 22px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li svg line {
	stroke-width: 1;
	stroke: #000;
	fill: none;
	stroke-dashoffset: 35;
	stroke-dasharray: 35;
	-webkit-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li svg line:last-child {
	-webkit-transition-delay: .12s;
	-o-transition-delay: .12s;
	transition-delay: .12s
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active svg line,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active svg line {
	stroke-dashoffset: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover svg line,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:hover svg line {
	stroke-dashoffset: 0
}

@media only screen and (max-width:768px) {
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%
	}
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
		width: 100%;
		margin: 0;
		padding: 0
	}
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:after {
		content: none
	}
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
		margin-bottom: 0
	}
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child:after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background-color: #bcbcbc
	}
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #bcbcbc;
	position: absolute;
	right: 0;
	bottom: initial
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:hover:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc
}

@media only screen and (max-width:768px) {
	#qodef-woo-page.qodef--single .woocommerce-tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	padding-right: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
	position: relative;
	width: 100%
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li:before,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:before {
	content: none
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li:first-child:before,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:first-child:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
	display: block;
	width: auto;
	padding-left: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li a:before,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:before {
	background: url(../../themes/malgre/assets/img/arrow-right.svg) center center no-repeat
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li a:hover:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li.active a:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li.ui-state-active a:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li.ui-state-hover a:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a:after {
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li.ui-state-active:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li.ui-state-hover:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-content,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
	margin-top: 0;
	padding: 30px 25px 30px 35px
}

@media only screen and (max-width:768px) {
	#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-content,
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
		padding: 35px 0!important
	}
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-content:before,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc;
	position: absolute;
	top: 0;
	left: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-content:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc;
	position: absolute;
	bottom: 0;
	left: 0
}

@media only screen and (max-width:768px) {
	#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-content:after,
	#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-content:before,
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab:after,
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab:before {
		content: none
	}
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
	height: auto;
	overflow: hidden
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs:after {
	top: initial
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 41px 25px 43px 49px
}

@media only screen and (max-width:680px) {
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
		padding: 10px 0
	}
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
	margin-top: 0;
	padding-bottom: 38px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item {
	border: none
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item th {
	border: 0;
	display: inline-block;
	width: auto;
	padding: 0 0 6px;
	margin-right: 4px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item th:after {
	content: ":"
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item td {
	border: 0;
	display: inline-block;
	padding: 0 0 4px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item td p {
	border: 0;
	display: inline-block;
	padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
	margin-top: 0;
	padding-bottom: 51px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2 {
	display: none
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
	margin: 0
}

#qodef-woo-page.qodef--single .shop_attributes td,
#qodef-woo-page.qodef--single .shop_attributes th {
	padding: 15px;
	vertical-align: middle;
	text-align: left
}

#qodef-woo-page.qodef--single .shop_attributes th {
	font-size: 17px;
	font-weight: 400
}

#qodef-woo-page.qodef--single .shop_attributes p {
	margin: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
	font-size: 28px;
	line-height: 1.067em;
	letter-spacing: 0;
	font-weight: 500;
	margin: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 22px 0 0;
	padding: 0;
	list-style: none
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>* {
	margin: 0 0 30px;
	padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>:last-child {
	margin-bottom: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 80px;
	margin: 2.5rem 20px 2.5rem 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: static;
	margin-top: 30px
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text .qodef-woo-ratings {
	position: absolute;
	top: 3px;
	left: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .meta {
	padding-top: 2px
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav;
	display: block
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__dash {
	display: none
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__published-date {
	font-size: 13px;
	font-weight: 500;
	color: #585858;
	letter-spacing: .3em;
	text-transform: uppercase
}

#qodef-woo-page.qodef--single #review_form {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 17px
}

#qodef-woo-page.qodef--single #review_form .qodef-outline-button-holder {
	margin-top: 22px
}

#qodef-woo-page.qodef--single #review_form .comment-reply-title {
	display: block;
	margin-bottom: 14px;
	font-size: 28px;
	line-height: 1.067em;
	letter-spacing: 0;
	font-weight: 500
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating label {
	margin-bottom: 5px
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
	line-height: 1
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars * {
	line-height: inherit
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	font-size: 0;
	color: transparent
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a:before {
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	z-index: -1;
	content: "\e031";
	font-size: 15px;
	letter-spacing: .6em;
	color: #000;
	font-family: ElegantIcons;
	line-height: 1;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: .58em
}

body:not([class*=malgre-core]) #qodef-woo-page.qodef--single #review_form .comment-form-rating a:before {
	content: '\2606'
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "\e033\e033\e033\e033\e033";
	font-size: 15px;
	letter-spacing: .6em;
	color: #000;
	font-family: ElegantIcons;
	line-height: 1;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body:not([class*=malgre-core]) #qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after {
	content: '\2605\2605\2605\2605\2605'
}

#qodef-woo-page.qodef--single #review_form .comment-form-comment {
	margin-top: 35px
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 28px
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent input[type=checkbox] {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent~.qodef-outline-button-holder {
	margin-top: -10px
}

#qodef-woo-page.qodef--single .related {
	margin-top: 84px
}

#qodef-woo-page.qodef--single .related>h2 {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 42px;
	line-height: 1.023em;
	letter-spacing: -.02em;
	font-weight: 500;
	font-family: Yantramanav;
	margin: 0 0 46px
}

#qodef-woo-page.qodef--single .upsells {
	margin-top: 84px
}

#qodef-woo-page.qodef--single .upsells>h2 {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 42px;
	line-height: 1.023em;
	letter-spacing: -.02em;
	font-weight: 500;
	font-family: Yantramanav;
	margin: 0 0 46px
}

#qodef-woo-page.qodef--single .upsells+.related {
	margin-top: 10px
}

#qodef-woo-page.qodef--single .related .outofstock .qodef-woo-product-inner .button,
#qodef-woo-page.qodef--single .upsells .outofstock .qodef-woo-product-inner .button {
	padding: 0 0 0 33px!important;
	font-size: 12px;
	color: #000;
	background-color: transparent;
	border: 0;
	font-weight: 500;
	position: relative;
	top: -41px;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}

#qodef-woo-page.qodef--single .related .outofstock .qodef-woo-product-inner .button:before,
#qodef-woo-page.qodef--single .upsells .outofstock .qodef-woo-product-inner .button:before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: url(../../themes/malgre/assets/img/button_textual_arrow.svg) center center no-repeat;
	position: absolute;
	top: 50%;
	left: -7px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

#qodef-woo-page.qodef--single .related .outofstock .qodef-woo-product-inner:hover .button,
#qodef-woo-page.qodef--single .upsells .outofstock .qodef-woo-product-inner:hover .button {
	opacity: 1
}

.widget.woocommerce .qodef-woo-product-title {
	margin: 0
}

.widget.woocommerce .qodef-woo-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star {
	font-size: 15px;
	letter-spacing: .6em;
	color: #000
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap
}

.widget.woocommerce .price {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	font-family: Yantramanav;
	color: #000
}

.widget.woocommerce .button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Roboto;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: .3em;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	padding: 5px 34px;
	cursor: pointer;
	z-index: 3;
	color: #000;
	background-color: transparent
}

.widget.woocommerce .button:hover {
	color: #000;
	background-color: transparent
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li {
	position: relative
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
	width: 80px;
	margin-right: 20px
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	line-height: 1;
	z-index: 2
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
	position: relative;
	display: block;
	padding: 0 3px;
	font-family: ElegantIcons;
	content: "\4d";
	font-size: 18px;
	line-height: 25px
}

body:not([class*=malgre-core]) .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
	content: 'x'
}

.widget.widget_shopping_cart .widget_shopping_cart_content .variation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.widget.widget_shopping_cart .widget_shopping_cart_content .variation>* {
	display: inline-block;
	vertical-align: middle;
	margin: 0
}

.widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p {
	margin: 0
}

.widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
	display: block;
	margin-top: 10px
}

.widget.widget_shopping_cart .widget_shopping_cart_content .total {
	margin: 13px 0 0
}

.widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 21px 0 0
}

.widget.widget_layered_nav ul li.chosen a {
	color: #000
}

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

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
	position: relative;
	height: 2px;
	background-color: #d7d7d7;
	border-radius: 0;
	cursor: pointer
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
	position: absolute;
	top: -1px;
	height: 4px;
	width: 4px;
	background-color: #000;
	outline: 0;
	z-index: 2
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
	-webkit-transform: translateX(-4px);
	-ms-transform: translateX(-4px);
	transform: translateX(-4px)
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
	position: absolute;
	display: block;
	height: 100%;
	background-color: #000;
	border-radius: 0;
	z-index: 1
}

.widget.widget_price_filter .price_slider_amount {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: -2px 0 0
}

.widget.widget_price_filter .price_slider_amount button {
	font-size: 12px;
	color: #000;
	background-color: transparent;
	border: 0;
	font-weight: 500;
	margin-top: 53px
}

.widget.widget_price_filter .price_slider_amount button:before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: url(../../themes/malgre/assets/img/button_textual_arrow.svg) center center no-repeat;
	position: absolute;
	top: 50%;
	left: -7px;
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	will-change: transform
}

.widget.widget_price_filter .price_slider_amount button:hover {
	background: 0 0;
	color: #000
}

.widget.widget_price_filter .price_slider_amount button:hover:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.widget.widget_price_filter .price_slider_amount .clear {
	display: none
}

.widget.widget_price_filter .price_slider_amount .price_label {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #585858;
	position: absolute;
	top: 19px
}

.widget.widget_products .qodef-widget-title {
	margin: 0 0 22px
}

.widget.widget_products .qodef-woo-ratings {
	display: none
}

.widget.widget_product_categories .qodef-widget-title {
	margin: 0 0 13px
}

.widget.widget_product_categories select {
	width: 100%;
	max-width: 100%;
	margin: 9px 0 0
}

.widget.widget_product_categories .select2 {
	margin-bottom: 0
}

.widget.widget_product_categories .product-categories li {
	margin: 0
}

.widget.widget_product_categories a {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #585858;
	line-height: 30px
}

.widget.widget_product_search .qodef-widget-title {
	margin-bottom: 22px
}

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

.widget.widget_product_search input {
	padding-left: 37px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #585858;
	padding-bottom: 4px
}

.widget.widget_product_search button {
	position: absolute;
	width: 50px;
	height: 100%;
	padding: 0;
	color: #000;
	background-color: transparent;
	border: 0;
	left: 0;
	top: -7px;
	display: inline-block;
	text-align: left;
	font-size: 20px
}

.widget.widget_product_tag_cloud .qodef-widget-title {
	margin: 0 0 15px
}

.widget.widget_product_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 11px 0;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: capitalize;
	font-family: Roboto;
	font-size: 16px!important;
	line-height: 28px;
	color: #000
}

.widget.widget_product_tag_cloud .tagcloud a:after {
	content: '';
	position: absolute;
	bottom: 5px;
	height: 1px;
	width: 100%;
	background: #868686;
	border-radius: 100%;
	opacity: 1;
	left: 0
}

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

.widget.widget_products ul li,
.widget.widget_recently_viewed_products ul li,
.widget.widget_top_rated_products ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 13px
}

.widget.widget_products ul li:last-child,
.widget.widget_recently_viewed_products ul li:last-child,
.widget.widget_top_rated_products ul li:last-child {
	margin-bottom: 0
}

.widget.widget_products .qodef-woo-product-image,
.widget.widget_recently_viewed_products .qodef-woo-product-image,
.widget.widget_top_rated_products .qodef-woo-product-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px
}

.widget.widget_products .qodef-woo-product-image a,
.widget.widget_products .qodef-woo-product-image img,
.widget.widget_recently_viewed_products .qodef-woo-product-image a,
.widget.widget_recently_viewed_products .qodef-woo-product-image img,
.widget.widget_top_rated_products .qodef-woo-product-image a,
.widget.widget_top_rated_products .qodef-woo-product-image img {
	position: relative;
	display: block
}

.widget.widget_products .qodef-woo-product-image img,
.widget.widget_recently_viewed_products .qodef-woo-product-image img,
.widget.widget_top_rated_products .qodef-woo-product-image img {
	width: 76px
}

.widget.widget_products .qodef-woo-product-title a,
.widget.widget_recently_viewed_products .qodef-woo-product-title a,
.widget.widget_top_rated_products .qodef-woo-product-title a {
	color: inherit
}

.widget.widget_products .qodef-woo-product-title a:hover,
.widget.widget_recently_viewed_products .qodef-woo-product-title a:hover,
.widget.widget_top_rated_products .qodef-woo-product-title a:hover {
	color: #000
}

.widget.widget_products .qodef-woo-ratings,
.widget.widget_recently_viewed_products .qodef-woo-ratings,
.widget.widget_top_rated_products .qodef-woo-ratings {
	margin-top: 10px
}

.widget.widget_recent_reviews ul li {
	min-height: 80px;
	margin-bottom: 20px
}

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

.widget.widget_recent_reviews ul li>* {
	display: block;
	padding-left: 100px
}

.widget.widget_recent_reviews a {
	position: relative;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

.widget.widget_recent_reviews a:hover {
	color: #000
}

.widget.widget_recent_reviews a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px
}

.widget.widget_recent_reviews .qodef-woo-ratings {
	margin-top: 5px
}

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

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li {
	position: relative
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
	width: 80px;
	margin-right: 20px
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	line-height: 1;
	z-index: 2
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
	position: relative;
	display: block;
	padding: 0 3px;
	font-family: ElegantIcons;
	content: "\4d";
	font-size: 18px;
	line-height: 25px
}

body:not([class*=malgre-core]) #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
	content: 'x'
}

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

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* {
	display: inline-block;
	vertical-align: middle;
	margin: 0
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p {
	margin: 0
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
	display: block;
	margin-top: 10px
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .total {
	margin: 13px 0 0
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 21px 0 0
}

#qodef-page-footer .widget.widget_layered_nav ul li.chosen a {
	color: #000
}

#qodef-page-footer .widget.widget_price_filter .qodef-widget-title {
	margin: 0 0 14px
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
	position: relative;
	height: 2px;
	background-color: #d7d7d7;
	border-radius: 0;
	cursor: pointer
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
	position: absolute;
	top: -1px;
	height: 4px;
	width: 4px;
	background-color: #000;
	outline: 0;
	z-index: 2
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
	-webkit-transform: translateX(-4px);
	-ms-transform: translateX(-4px);
	transform: translateX(-4px)
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
	position: absolute;
	display: block;
	height: 100%;
	background-color: #000;
	border-radius: 0;
	z-index: 1
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: -2px 0 0
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount button {
	font-size: 12px;
	color: #000;
	background-color: transparent;
	border: 0;
	font-weight: 500;
	margin-top: 53px
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount button:before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: url(../../themes/malgre/assets/img/button_textual_arrow.svg) center center no-repeat;
	position: absolute;
	top: 50%;
	left: -7px;
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	will-change: transform
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount button:hover {
	background: 0 0;
	color: #000
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount button:hover:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear {
	display: none
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .price_label {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #585858;
	position: absolute;
	top: 19px
}

#qodef-page-footer .widget.widget_products .qodef-widget-title {
	margin: 0 0 22px
}

#qodef-page-footer .widget.widget_products .qodef-woo-ratings {
	display: none
}

#qodef-page-footer .widget.widget_product_categories .qodef-widget-title {
	margin: 0 0 13px
}

#qodef-page-footer .widget.widget_product_categories select {
	width: 100%;
	max-width: 100%;
	margin: 9px 0 0
}

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

#qodef-page-footer .widget.widget_product_categories .product-categories li {
	margin: 0
}

#qodef-page-footer .widget.widget_product_categories a {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #585858;
	line-height: 30px
}

#qodef-page-footer .widget.widget_product_search .qodef-widget-title {
	margin-bottom: 22px
}

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

#qodef-page-footer .widget.widget_product_search input {
	padding-left: 37px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #585858;
	padding-bottom: 4px
}

#qodef-page-footer .widget.widget_product_search button {
	position: absolute;
	width: 50px;
	height: 100%;
	padding: 0;
	color: #000;
	background-color: transparent;
	border: 0;
	left: 0;
	top: -7px;
	display: inline-block;
	text-align: left;
	font-size: 20px
}

#qodef-page-footer .widget.widget_product_tag_cloud .qodef-widget-title {
	margin: 0 0 15px
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 11px 0;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: capitalize;
	font-family: Roboto;
	font-size: 16px!important;
	line-height: 28px;
	color: #000
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:after {
	content: '';
	position: absolute;
	bottom: 5px;
	height: 1px;
	width: 100%;
	background: #868686;
	border-radius: 100%;
	opacity: 1;
	left: 0
}

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

#qodef-page-footer .widget.widget_products ul li,
#qodef-page-footer .widget.widget_recently_viewed_products ul li,
#qodef-page-footer .widget.widget_top_rated_products ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 13px
}

#qodef-page-footer .widget.widget_products ul li:last-child,
#qodef-page-footer .widget.widget_recently_viewed_products ul li:last-child,
#qodef-page-footer .widget.widget_top_rated_products ul li:last-child {
	margin-bottom: 0
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image a,
#qodef-page-footer .widget.widget_products .qodef-woo-product-image img,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image a,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image a,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img {
	position: relative;
	display: block
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image img,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img {
	width: 76px
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-title a,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a {
	color: inherit
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-title a:hover,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a:hover {
	color: #000
}

#qodef-page-footer .widget.widget_products .qodef-woo-ratings,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-ratings,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-ratings {
	margin-top: 10px
}

#qodef-page-footer .widget.widget_recent_reviews ul li {
	min-height: 80px;
	margin-bottom: 20px
}

#qodef-page-footer .widget.widget_recent_reviews ul li:last-child {
	margin-bottom: 0
}

#qodef-page-footer .widget.widget_recent_reviews ul li>* {
	display: block;
	padding-left: 100px
}

#qodef-page-footer .widget.widget_recent_reviews a {
	position: relative;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

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

#qodef-page-footer .widget.widget_recent_reviews a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px
}

#qodef-page-footer .widget.widget_recent_reviews .qodef-woo-ratings {
	margin-top: 5px
}

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

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

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

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

@media only screen and (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--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: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: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: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: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: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: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:1440px) {
	.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
	}
}

@media only screen and (max-width:680px) {
	#qodef-404-page {
		padding: 110px 40px 200px
	}
}

@media only screen and (max-width:680px) {
	.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
		margin-top: 15px
	}
	body:not([class*=malgre-core]) .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
		margin-top: 0
	}
	.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: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 .qodef-e-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
		margin-top: 23px
	}
	#qodef-page-comments-list .qodef-comment-item .children {
		padding-left: 3%
	}
}

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

@media only screen and (max-width:768px) {
	.qodef-m-filter .qodef-m-filter-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media only screen and (max-width:1024px) {
	#qodef-page-footer-top-area {
		background-position: center!important
	}
}

@media only screen and (max-width:768px) {
	#qodef-page-footer-top-area .qodef-content-full-width {
		padding: 0 54px
	}
}

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

@media only screen and (max-width:1024px) {
	#qodef-page-footer-top-area #qodef-page-footer-top-area-inner .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(1),
	#qodef-page-footer-top-area #qodef-page-footer-top-area-inner .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2) {
		padding-bottom: 40px
	}
}

@media only screen and (max-width:680px) {
	#qodef-page-footer-top-area #qodef-page-footer-top-area-inner .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3) {
		padding-bottom: 28px
	}
}

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

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

@media only screen and (max-width:1024px) {
	#qodef-page-footer.qodef-custom-align .qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
		text-align: left
	}
	#qodef-page-footer.qodef-custom-align .qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item:first-child {
		text-align: left
	}
}

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

@media only screen and (max-width:768px) {
	.woocommerce-page div.woocommerce .col2-set {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media only screen and (max-width:680px) {
	#qodef-woo-page.qodef--cart .shop_table th {
		font-size: 18px
	}
	#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail {
		display: none
	}
	#qodef-woo-page.qodef--cart .shop_table td.product-name a {
		font-size: 18px
	}
	#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
		display: none
	}
	#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
		width: 100%;
		float: none
	}
	#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
		margin-bottom: 20px
	}
	#qodef-woo-page.qodef--cart .shop_table td.actions>.button {
		float: none
	}
	#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
		width: auto
	}
}

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

@media only screen and (max-width:1440px) {
	.qodef-woo-product-list ul.products.columns-6>.product {
		width: 20%
	}
}

@media only screen and (max-width:1366px) {
	.qodef-woo-product-list ul.products.columns-5>.product {
		width: 25%
	}
	.qodef-woo-product-list ul.products.columns-6>.product {
		width: 25%
	}
	.qodef-woo-product-list ul.products.columns-7>.product {
		width: 25%
	}
	.qodef-woo-product-list ul.products.columns-8>.product {
		width: 25%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-woo-product-list ul.products.columns-4>.product {
		width: 33.33333%
	}
	.qodef-woo-product-list ul.products.columns-5>.product {
		width: 33.33333%
	}
	.qodef-woo-product-list ul.products.columns-6>.product {
		width: 33.33333%
	}
	.qodef-woo-product-list ul.products.columns-7>.product {
		width: 33.33333%
	}
	.qodef-woo-product-list ul.products.columns-8>.product {
		width: 33.33333%
	}
}

@media only screen and (max-width:768px) {
	.qodef-woo-product-list ul.products.columns-3>.product {
		width: 50%
	}
	.qodef-woo-product-list ul.products.columns-4>.product {
		width: 50%
	}
	.qodef-woo-product-list ul.products.columns-5>.product {
		width: 50%
	}
	.qodef-woo-product-list ul.products.columns-6>.product {
		width: 50%
	}
	.qodef-woo-product-list ul.products.columns-7>.product {
		width: 50%
	}
	.qodef-woo-product-list ul.products.columns-8>.product {
		width: 50%
	}
}

@media only screen and (max-width:680px) {
	.qodef-woo-product-list ul.products.columns-2>.product {
		width: 100%
	}
	.qodef-woo-product-list ul.products.columns-3>.product {
		width: 100%
	}
	.qodef-woo-product-list ul.products.columns-4>.product {
		width: 100%
	}
	.qodef-woo-product-list ul.products.columns-5>.product {
		width: 100%
	}
	.qodef-woo-product-list ul.products.columns-6>.product {
		width: 100%
	}
	.qodef-woo-product-list ul.products.columns-7>.product {
		width: 100%
	}
	.qodef-woo-product-list ul.products.columns-8>.product {
		width: 100%
	}
}

@media only screen and (max-width:1440px) {
	.qodef-woo-product-list.qodef-gutter--huge ul.products {
		margin: 0 -40px
	}
	.qodef-woo-product-list.qodef-gutter--huge ul.products>.product {
		padding: 0 40px;
		margin: 0 0 80px
	}
}

@media only screen and (max-width:680px) {
	.qodef-woo-results {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start
	}
}

.qodef-woo-results .woocommerce-ordering {
	margin-left: 0
}

@media only screen and (max-width:1024px) {
	#qodef-woo-page.qodef--single .qodef-woo-single-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	#qodef-woo-page.qodef--single .entry-summary {
		margin-top: 60px;
		width: 100%
	}
}

@media only screen and (max-width:680px) {
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
		width: 50%!important
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
		width: 50%!important
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
		width: 50%!important
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
		width: 50%!important
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
		width: 50%!important
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
		left: 10px
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.woocommerce-product-gallery__image {
		width: 100%!important
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper {
		width: 100%!important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
		margin-top: 16px!important
	}
}

@charset "UTF-8";
.malgre-core-page-inline-style {
	position: absolute!important;
	width: 0;
	height: 0;
	line-height: 1;
	display: none
}

.qodef-misty-items-side-border .elementor-row>.elementor-element {
	border-right: 1px solid #999
}

.qodef-misty-items-side-border .elementor-row>.elementor-element:first-child {
	border-left: 1px solid #999
}

@media only screen and (max-width:680px) {
	.qodef-misty-items-side-border .elementor-row>.elementor-element {
		border-right: 0;
		border-left: 1px solid #999
	}
}

.qodef-misty-items-side-border .qodef-custom-font a {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.qodef-misty-items-side-border .qodef-custom-font a .qodef-m-original-text {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
	-webkit-transition: -webkit-clip-path .43s cubic-bezier(.51, .68, .21, .99);
	transition: -webkit-clip-path .43s cubic-bezier(.51, .68, .21, .99);
	-o-transition: clip-path .43s cubic-bezier(.51, .68, .21, .99);
	transition: clip-path .43s cubic-bezier(.51, .68, .21, .99);
	transition: clip-path .43s cubic-bezier(.51, .68, .21, .99), -webkit-clip-path .43s cubic-bezier(.51, .68, .21, .99)
}

.qodef-misty-items-side-border .qodef-custom-font a .qodef-m-duplicate-text {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	height: auto;
	color: #999;
	white-space: nowrap;
	font-weight: inherit;
	font-size: inherit;
	overflow: hidden;
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	-webkit-transition: -webkit-clip-path .43s cubic-bezier(.51, .68, .21, .99);
	transition: -webkit-clip-path .43s cubic-bezier(.51, .68, .21, .99);
	-o-transition: clip-path .43s cubic-bezier(.51, .68, .21, .99);
	transition: clip-path .43s cubic-bezier(.51, .68, .21, .99);
	transition: clip-path .43s cubic-bezier(.51, .68, .21, .99), -webkit-clip-path .43s cubic-bezier(.51, .68, .21, .99)
}

.qodef-misty-items-side-border .qodef-custom-font a:hover {
	color: inherit
}

.qodef-misty-items-side-border .qodef-custom-font a:hover .qodef-m-original-text {
	clip-path: inset(0 0 0 100%);
	-webkit-clip-path: inset(0 0 0 100%)
}

.qodef-misty-items-side-border .qodef-custom-font a:hover .qodef-m-duplicate-text {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-bordered-columns .elementor-row>.elementor-element {
	border-left: 1px solid #bcbcbc
}

.qodef-bordered-columns .elementor-row>.elementor-element:last-child {
	border-right: 1px solid #bcbcbc
}

@media only screen and (max-width:680px) {
	.qodef-bordered-columns .elementor-row>.elementor-element:last-child {
		border-right: none
	}
}

@media only screen and (min-width:1280px) and (max-width:1440px) {
	.qodef-custom-title-padding>.elementor-element-populated {
		padding: 0 5% 0 22%!important
	}
}

@media only screen and (max-width:1024px) {
	.qodef-hide-right-border-1024 .qodef-section-title.qodef-border.qodef-border--left-right {
		border-right: 0
	}
}

.mfp-content .mfp-bottom-bar .mfp-counter,
.mfp-content .mfp-bottom-bar .mfp-title {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .3em
}

.mfp-content img.mfp-img {
	padding: 40px 0 20px
}

.mfp-content button.mfp-close {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: url(../../plugins/malgre-core/assets/img/close.svg) center center no-repeat;
	position: absolute;
	right: -12px;
	bottom: 0;
	text-indent: 0;
	font-size: 17px;
	font-weight: 900;
	color: transparent
}

button.mfp-arrow-left:before {
	display: none
}

button.mfp-arrow-left:after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: url(../../plugins/malgre-core/assets/img/arrow-left-light.svg) center center no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

button.mfp-arrow-right:before {
	display: none
}

button.mfp-arrow-right:after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: url(../../plugins/malgre-core/assets/img/arrow-right-light.svg) center center no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.qodef-e-media-audio .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #585858
}

@media only screen and (max-width:320px) {
	.qodef-grid-320>.elementor-container {
		width: 100%!important
	}
}

.qodef-100px-font {
	font-size: 110px;
	line-height: 1
}

@media screen and (max-width:1680px) {
	.qodef-100px-font {
		font-size: 100px
	}
}

@media only screen and (max-width:1440px) {
	.qodef-100px-font {
		font-size: 78px
	}
}

@media only screen and (max-width:1280px) {
	.qodef-100px-font {
		font-size: 77px
	}
}

@media only screen and (max-width:680px) {
	.qodef-100px-font {
		font-size: 64px
	}
}

@media screen and (max-width:375px) {
	.qodef-100px-font {
		font-size: 54px
	}
}

@media screen and (max-width:320px) {
	.qodef-100px-font {
		font-size: 47px
	}
}

@media only screen and (max-width:1366px) {
	.qodef-custom-padding-1336 #qodef-page-inner {
		padding: 103px 0 50px
	}
}

@media only screen and (max-width:1280px) {
	.qodef-custom-padding-left-1280 .elementor-container .elementor-element-populated {
		padding-left: 81px!important
	}
	.qodef-custom-padding-1280 #qodef-page-inner {
		padding: 105px 0 50px
	}
}

@media only screen and (max-width:1024px) {
	.qodef-custom-padding-1280 #qodef-page-inner,
	.qodef-custom-padding-1336 #qodef-page-inner {
		padding: 40px 0 50px
	}
	.qodef-custom-responsive-grid-portfolio #qodef-page-inner {
		padding: 0 36px 127px
	}
}

@media only screen and (max-width:768px) {
	.qodef-custom-grid-768>.elementor-container {
		width: 100%!important
	}
	.qodef-custom-responsive-grid-portfolio #qodef-page-inner {
		padding: 0 28px 127px
	}
}

@media only screen and (max-width:736px) {
	.qodef-custom-padding-1280 #qodef-page-inner,
	.qodef-custom-padding-1336 #qodef-page-inner {
		padding: 0 0 50px
	}
}

@media only screen and (max-width:680px) {
	.qodef-custom-responsive-grid-portfolio #qodef-page-inner {
		padding: 0 16px 127px
	}
}

.qodef-custom-font .elementor-icon-list-text {
	font-family: Roboto!important
}

.qodef-light-footer-skin .qodef-icon-with-text .qodef-m-text a {
	color: #878d92
}

.qodef-custom-nav-position .swiper-button-next svg,
.qodef-custom-nav-position .swiper-button-prev svg {
	top: -15px
}

.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
	font-family: 'font awesome 5 free';
	font-weight: 900
}

.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
	font-family: inherit;
	font-weight: inherit
}

.kc-elm.qodef-shortcode .fab {
	font-family: 'font awesome 5 brands';
	font-weight: 400
}

.kc-elm.qodef-shortcode .fab:before {
	font-family: inherit;
	font-weight: inherit
}

.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner,
.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner-bottom,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner-bottom {
	height: 110px
}

.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner .qodef-anchor-holder,
.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner .qodef-anchor-holder,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder {
	position: absolute;
	height: 110px;
	width: 100%
}

.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner .qodef-anchor-holder a,
.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder a,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner .qodef-anchor-holder a,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder a {
	display: block;
	height: 100%;
	color: #585858
}

.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner .qodef-anchor-holder a *,
.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder a *,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner .qodef-anchor-holder a *,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder a * {
	display: block;
	text-align: center;
	margin: 0 auto;
	fill: currentColor
}

.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner .qodef-anchor-holder a .qodef-anchor-arrow,
.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder a .qodef-anchor-arrow,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner .qodef-anchor-holder a .qodef-anchor-arrow,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder a .qodef-anchor-arrow {
	color: #000;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner .qodef-anchor-holder a .qodef-anchor-arrow line,
.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder a .qodef-anchor-arrow line,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner .qodef-anchor-holder a .qodef-anchor-arrow line,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder a .qodef-anchor-arrow line {
	stroke-width: 1;
	stroke: #000;
	fill: none;
	stroke-dashoffset: 0;
	stroke-dasharray: 35;
	-webkit-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease
}

.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner .qodef-anchor-holder a .qodef-anchor-arrow line:last-child,
.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder a .qodef-anchor-arrow line:last-child,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner .qodef-anchor-holder a .qodef-anchor-arrow line:last-child,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder a .qodef-anchor-arrow line:last-child {
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner .qodef-anchor-holder a:hover .qodef-anchor-arrow line,
.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder a:hover .qodef-anchor-arrow line,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner .qodef-anchor-holder a:hover .qodef-anchor-arrow line,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder a:hover .qodef-anchor-arrow line {
	stroke-dashoffset: 70
}

.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner .qodef-anchor-holder .qodef-anchor-text,
.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder .qodef-anchor-text,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner .qodef-anchor-holder .qodef-anchor-text,
.qodef-angled-shape-top-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder .qodef-anchor-text {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .26em;
	text-transform: uppercase
}

.qodef-angled-shape-top-yes .qodef-angled-shape-inner {
	position: absolute;
	z-index: 20;
	display: block;
	width: 100%;
	top: -110px
}

.qodef-angled-shape-top-yes .qodef-angled-shape-inner .qodef-anchor-holder {
	top: 0
}

.qodef-angled-shape-top-yes .qodef-angled-shape-inner .qodef-anchor-holder a * {
	position: relative;
	top: 0
}

.qodef-angled-shape-top-yes .qodef-angled-shape-inner .qodef-anchor-holder a .qodef-anchor-text {
	margin-top: 21px
}

.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner-bottom {
	position: absolute;
	z-index: 20;
	display: block;
	width: 100%;
	bottom: 0
}

.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder {
	bottom: 0
}

.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder a * {
	position: relative;
	bottom: -35px
}

.qodef-angled-shape-bottom-yes .qodef-angled-shape-inner-bottom .qodef-anchor-holder a .qodef-anchor-text {
	margin-bottom: 13px
}

#qodef-back-to-top {
	position: fixed;
	width: 55px;
	height: 55px;
	right: 12px;
	bottom: 25px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 10000;
	overflow: visible
}

#qodef-back-to-top .qodef-back-to-top-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	overflow: visible
}

#qodef-back-to-top .qodef-back-to-top-icon * {
	display: block;
	line-height: inherit
}

#qodef-back-to-top .qodef-back-to-top-icon svg {
	overflow: visible;
	width: 55px;
	height: 55px
}

#qodef-back-to-top .qodef-back-to-top-icon svg path:first-child {
	stroke: #585858;
	fill: none;
	stroke-dasharray: 175;
	stroke-dashoffset: 0;
	-webkit-transition: all .8s cubic-bezier(.43, .41, .36, .9);
	-o-transition: all .8s cubic-bezier(.43, .41, .36, .9);
	transition: all .8s cubic-bezier(.43, .41, .36, .9);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

#qodef-back-to-top .qodef-back-to-top-icon svg path:last-child {
	fill: #585858;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	-o-transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s, -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s
}

.qodef-back-to-top--light #qodef-back-to-top .qodef-back-to-top-icon svg path {
	stroke: #fff
}

.qodef-back-to-top--light #qodef-back-to-top .qodef-back-to-top-icon svg path:last-child {
	fill: #fff
}

#qodef-back-to-top:hover .qodef-back-to-top-icon svg path:first-child {
	stroke-dasharray: 175;
	stroke-dashoffset: 350;
	-webkit-transform: rotate(-205deg);
	-ms-transform: rotate(-205deg);
	transform: rotate(-205deg)
}

#qodef-back-to-top:hover .qodef-back-to-top-icon svg path:last-child {
	-webkit-transform: translate(2px, -10px);
	-ms-transform: translate(2px, -10px);
	transform: translate(2px, -10px);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	-o-transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s, -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s
}

#qodef-back-to-top.qodef--off {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .15s ease, visibility 0s .15s;
	-o-transition: opacity .15s ease, visibility 0s .15s;
	transition: opacity .15s ease, visibility 0s .15s
}

#qodef-back-to-top.qodef--on {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item.format-gallery .qodef-e-info-date,
.qodef-blog.qodef-item-layout--standard .qodef-blog-item.has-post-thumbnail .qodef-e-info-date {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item.format-gallery .qodef-e-info-date .qodef-e-info-date-day,
.qodef-blog.qodef-item-layout--standard .qodef-blog-item.has-post-thumbnail .qodef-e-info-date .qodef-e-info-date-day {
	display: block;
	font-family: Yantramanav;
	font-size: 28px;
	font-weight: 600;
	line-height: 28.5px;
	letter-spacing: -.01em;
	color: #000
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item.format-gallery .qodef-e-info-date .qodef-e-info-date-month,
.qodef-blog.qodef-item-layout--standard .qodef-blog-item.has-post-thumbnail .qodef-e-info-date .qodef-e-info-date-month {
	display: block;
	font-family: Roboto;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: .3em;
	color: #585858;
	text-transform: uppercase;
	position: relative;
	top: -1px
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item.format-gallery .qodef-e-info-date a.qodef-short-date,
.qodef-blog.qodef-item-layout--standard .qodef-blog-item.has-post-thumbnail .qodef-e-info-date a.qodef-short-date {
	width: 84px;
	height: 84px;
	text-align: center;
	line-height: 84px;
	display: inline-block;
	padding: 20px 0 0
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item.format-gallery .qodef-e-info-date .qodef-e-info-standard-date,
.qodef-blog.qodef-item-layout--standard .qodef-blog-item.has-post-thumbnail .qodef-e-info-date .qodef-e-info-standard-date {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .1em;
	color: #585858;
	text-transform: uppercase;
	line-height: 22px;
	display: block
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item.format-gallery .qodef-e-info-date a.qodef-custom-date,
.qodef-blog.qodef-item-layout--standard .qodef-blog-item.has-post-thumbnail .qodef-e-info-date a.qodef-custom-date {
	width: 84px;
	height: 84px;
	text-align: center;
	line-height: 84px;
	display: inline-block;
	padding: 20px 0 0
}

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

.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image:hover img {
	-webkit-transform: scale(1.03) translateX(5px);
	-ms-transform: scale(1.03) translateX(5px);
	transform: scale(1.03) translateX(5px)
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item.qodef-active-hover .qodef-e-media-image img {
	-webkit-transform: scale(1.03) translateX(5px);
	-ms-transform: scale(1.03) translateX(5px);
	transform: scale(1.03) translateX(5px)
}

.qodef-blog.qodef-item-layout--classic article .qodef-e-title {
	margin: 3px 0 0;
	border-top: 1px solid #ccc;
	padding-top: 11px
}

.qodef-blog.qodef-item-layout--classic article .qodef-e-info-item.qodef-e-info-date {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .3em;
	color: #585858
}

.qodef-blog.qodef-item-layout--classic article .qodef-e-info-item.qodef-e-info-date a,
.qodef-blog.qodef-item-layout--classic article .qodef-e-info-item.qodef-e-info-date a span {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .3em;
	color: #585858
}

.qodef-blog.qodef-item-layout--metro {
	margin: 0
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background {
	margin-bottom: 0
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 40px 35px;
	background-color: rgba(0, 0, 0, .12)
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content a {
	position: relative;
	z-index: 3
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title {
	color: #fff
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title a {
	color: inherit
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info>* {
	color: #fff
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top {
	margin-bottom: 0
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link {
	z-index: 2
}

.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
	position: absolute;
	top: calc(50% - 36px);
	left: calc(50% - 36px);
	content: '\45';
	font-family: ElegantIcons;
	font-size: 72px;
	line-height: 1;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	speak: none;
	-webkit-font-smoothing: antialiased;
	z-index: 1;
	border: 3px solid #fff
}

.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after {
	content: '\e006'
}

.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
	content: '\45'
}

.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after {
	content: '\e027'
}

.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
	padding: 83px 68px
}

.qodef-blog.qodef-item-layout--metro article.format-link .qodef-icon-elegant-icons {
	right: 84px;
	font-size: 144px
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
	padding: 83px 68px 87px
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote:before {
	font-size: 582px
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-author {
	margin: 20px 0 4px
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 40px
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 40px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-info.qodef-info--bottom {
	margin-top: 5px
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article .qodef-e-inner {
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0);
	-webkit-transition: -webkit-clip-path .4s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-clip-path .4s cubic-bezier(.645, .045, .355, 1);
	-o-transition: clip-path .4s cubic-bezier(.645, .045, .355, 1);
	transition: clip-path .4s cubic-bezier(.645, .045, .355, 1);
	transition: clip-path .4s cubic-bezier(.645, .045, .355, 1), -webkit-clip-path .4s cubic-bezier(.645, .045, .355, 1)
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article .qodef-e-inner .qodef-e-info-date,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article .qodef-e-inner .qodef-e-title-section {
	-webkit-transform: translateY(27px);
	-ms-transform: translateY(27px);
	transform: translateY(27px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s ease .3s;
	-o-transition: .6s ease .3s;
	transition: .6s ease .3s
}

.elementor-editor-active .qodef-blog.qodef-item-layout--simple.qodef-appear-animation article .qodef-e-inner .qodef-e-info-date,
.elementor-editor-active .qodef-blog.qodef-item-layout--simple.qodef-appear-animation article .qodef-e-inner .qodef-e-title-section {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: .7s ease .6s;
	-o-transition: .7s ease .6s;
	transition: .7s ease .6s
}

.elementor-editor-active .qodef-blog.qodef-item-layout--simple.qodef-appear-animation article .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.elementor-editor-active .qodef-blog.qodef-item-layout--simple.qodef-appear-animation article .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: .7s ease .8s;
	-o-transition: .7s ease .8s;
	transition: .7s ease .8s
}

.elementor-editor-active .qodef-blog.qodef-item-layout--simple.qodef-appear-animation article .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-left-border,
.elementor-editor-active .qodef-blog.qodef-item-layout--simple.qodef-appear-animation article .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(1) .qodef-e-inner {
	-webkit-transition-delay: .35s;
	-o-transition-delay: .35s;
	transition-delay: .35s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(1) .qodef-e-inner .qodef-e-info-date,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(1) .qodef-e-inner .qodef-e-title-section {
	-webkit-transition-delay: .65s;
	-o-transition-delay: .65s;
	transition-delay: .65s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(1) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(1) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transition-delay: .75s;
	-o-transition-delay: .75s;
	transition-delay: .75s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(1) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(1) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transition-delay: .95s;
	-o-transition-delay: .95s;
	transition-delay: .95s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(2) .qodef-e-inner {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(2) .qodef-e-inner .qodef-e-info-date,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(2) .qodef-e-inner .qodef-e-title-section {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(2) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(2) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transition-delay: 1.1s;
	-o-transition-delay: 1.1s;
	transition-delay: 1.1s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(2) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(2) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	transition-delay: 1.3s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(3) .qodef-e-inner {
	-webkit-transition-delay: 1.05s;
	-o-transition-delay: 1.05s;
	transition-delay: 1.05s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(3) .qodef-e-inner .qodef-e-info-date,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(3) .qodef-e-inner .qodef-e-title-section {
	-webkit-transition-delay: 1.35s;
	-o-transition-delay: 1.35s;
	transition-delay: 1.35s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(3) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(3) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transition-delay: 1.45s;
	-o-transition-delay: 1.45s;
	transition-delay: 1.45s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(3) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(3) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transition-delay: 1.65s;
	-o-transition-delay: 1.65s;
	transition-delay: 1.65s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(4) .qodef-e-inner {
	-webkit-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(4) .qodef-e-inner .qodef-e-info-date,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(4) .qodef-e-inner .qodef-e-title-section {
	-webkit-transition-delay: 1.7s;
	-o-transition-delay: 1.7s;
	transition-delay: 1.7s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(4) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(4) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transition-delay: 1.8s;
	-o-transition-delay: 1.8s;
	transition-delay: 1.8s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(4) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(4) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(5) .qodef-e-inner {
	-webkit-transition-delay: 1.75s;
	-o-transition-delay: 1.75s;
	transition-delay: 1.75s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(5) .qodef-e-inner .qodef-e-info-date,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(5) .qodef-e-inner .qodef-e-title-section {
	-webkit-transition-delay: 2.05s;
	-o-transition-delay: 2.05s;
	transition-delay: 2.05s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(5) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(5) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transition-delay: 2.15s;
	-o-transition-delay: 2.15s;
	transition-delay: 2.15s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(5) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(5) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transition-delay: 2.35s;
	-o-transition-delay: 2.35s;
	transition-delay: 2.35s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(6) .qodef-e-inner {
	-webkit-transition-delay: 2.1s;
	-o-transition-delay: 2.1s;
	transition-delay: 2.1s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(6) .qodef-e-inner .qodef-e-info-date,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(6) .qodef-e-inner .qodef-e-title-section {
	-webkit-transition-delay: 2.4s;
	-o-transition-delay: 2.4s;
	transition-delay: 2.4s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(6) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(6) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transition-delay: 2.5s;
	-o-transition-delay: 2.5s;
	transition-delay: 2.5s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(6) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(6) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transition-delay: 2.7s;
	-o-transition-delay: 2.7s;
	transition-delay: 2.7s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(7) .qodef-e-inner {
	-webkit-transition-delay: 2.45s;
	-o-transition-delay: 2.45s;
	transition-delay: 2.45s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(7) .qodef-e-inner .qodef-e-info-date,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(7) .qodef-e-inner .qodef-e-title-section {
	-webkit-transition-delay: 2.75s;
	-o-transition-delay: 2.75s;
	transition-delay: 2.75s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(7) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(7) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transition-delay: 2.85s;
	-o-transition-delay: 2.85s;
	transition-delay: 2.85s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(7) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(7) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transition-delay: 3.05s;
	-o-transition-delay: 3.05s;
	transition-delay: 3.05s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(8) .qodef-e-inner {
	-webkit-transition-delay: 2.8s;
	-o-transition-delay: 2.8s;
	transition-delay: 2.8s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(8) .qodef-e-inner .qodef-e-info-date,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(8) .qodef-e-inner .qodef-e-title-section {
	-webkit-transition-delay: 3.1s;
	-o-transition-delay: 3.1s;
	transition-delay: 3.1s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(8) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(8) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transition-delay: 3.2s;
	-o-transition-delay: 3.2s;
	transition-delay: 3.2s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(8) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(8) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transition-delay: 3.4s;
	-o-transition-delay: 3.4s;
	transition-delay: 3.4s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(9) .qodef-e-inner {
	-webkit-transition-delay: 3.15s;
	-o-transition-delay: 3.15s;
	transition-delay: 3.15s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(9) .qodef-e-inner .qodef-e-info-date,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(9) .qodef-e-inner .qodef-e-title-section {
	-webkit-transition-delay: 3.45s;
	-o-transition-delay: 3.45s;
	transition-delay: 3.45s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(9) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(9) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transition-delay: 3.55s;
	-o-transition-delay: 3.55s;
	transition-delay: 3.55s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(9) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(9) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transition-delay: 3.75s;
	-o-transition-delay: 3.75s;
	transition-delay: 3.75s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(10) .qodef-e-inner {
	-webkit-transition-delay: 3.5s;
	-o-transition-delay: 3.5s;
	transition-delay: 3.5s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(10) .qodef-e-inner .qodef-e-info-date,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(10) .qodef-e-inner .qodef-e-title-section {
	-webkit-transition-delay: 3.8s;
	-o-transition-delay: 3.8s;
	transition-delay: 3.8s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(10) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(10) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transition-delay: 3.9s;
	-o-transition-delay: 3.9s;
	transition-delay: 3.9s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(10) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation article:nth-of-type(10) .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transition-delay: 4.1s;
	-o-transition-delay: 4.1s;
	transition-delay: 4.1s
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation.qodef--appeared article .qodef-e-inner {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation.qodef--appeared article .qodef-e-inner .qodef-e-info-date,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation.qodef--appeared article .qodef-e-inner .qodef-e-title-section {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation.qodef--appeared article .qodef-e-inner .qodef-e-media {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation.qodef--appeared article .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation.qodef--appeared article .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.qodef-blog.qodef-item-layout--simple.qodef-appear-animation.qodef--appeared article .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-blog.qodef-item-layout--simple.qodef-appear-animation.qodef--appeared article .qodef-e-inner .qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
	padding: 20px 0 18px 22.5%;
	border-left: 1px solid #959595
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-info-date {
	left: 5.35%;
	top: 16.5%;
	margin-right: 22px
}

@media only screen and (max-width:1024px) {
	.qodef-blog.qodef-item-layout--simple article .qodef-e-info-date {
		margin-right: 0
	}
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-info-date a {
	padding: 6px 0 0;
	text-align: left;
	display: inline-block
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-info-date a .qodef-e-info-date-day {
	margin: 0 0 17px -2px;
	font-size: 58px;
	font-weight: 500
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-info-date a .qodef-e-info-date-month {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .3em;
	color: #585858;
	text-transform: uppercase;
	line-height: 31px
}

@media only screen and (max-width:680px) {
	.qodef-blog.qodef-item-layout--simple article .qodef-e-info-date a .qodef-e-info-date-month {
		display: block
	}
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-info-date a .qodef-e-info-standard-date {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .1em;
	color: #585858;
	text-transform: uppercase;
	line-height: 22px;
	display: block
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content {
	display: block;
	position: relative
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-title-section {
	display: table-cell
}

@media only screen and (max-width:1440px) {
	.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-title-section {
		padding-right: 10px
	}
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-title-section .qodef-e-info-item.qodef-e-info-category {
	margin-top: 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-read-more {
	display: table-cell;
	position: absolute;
	top: -21px;
	right: 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-read-more .qodef-outline-button-holder {
	width: 141px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-read-more .qodef-outline-button-holder .qodef-button {
	padding: 14px 23px 14px 27px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:680px) {
	.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 120px;
	margin: 0 20px 0 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--bottom {
	margin-top: 5px
}

@media only screen and (max-width:768px) {
	.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
		padding: 20px 0 18px 25.5%
	}
	.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-read-more {
		display: block;
		margin-top: 30px;
		position: relative;
		top: 0
	}
	.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-title-section {
		display: block;
		margin-top: 0
	}
}

@media only screen and (max-width:680px) {
	.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
		padding: 131px 0 18px 5%
	}
	.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-title-section .qodef-e-title {
		margin: 10px 0 0
	}
}

.qodef-blog.qodef-item-layout--standard.qodef-blog-standard-hide-social-icons .qodef-e-info-share {
	display: none
}

.qodef-blog.qodef-item-layout--standard.qodef-blog-standard-hide-info .qodef-e-info.qodef-info--bottom .qodef-e-info-right {
	display: none
}

.qodef-blog.qodef-item-layout--standard.qodef-blog-standard-hide-excerpt .qodef-e-content .qodef-e-excerpt {
	display: none
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article .qodef-e-info.qodef-info--bottom {
	margin-bottom: 25px
}

@media only screen and (max-width:768px) {
	.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article .qodef-e-info.qodef-info--bottom {
		margin-bottom: 10px
	}
}

@media only screen and (max-width:680px) {
	.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article .qodef-e-info.qodef-info--bottom {
		margin-bottom: 9px
	}
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article.format-link .qodef-e-link {
	margin-bottom: 10px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article.format-quote .qodef-e-quote {
	margin-bottom: 10px
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article .qodef-e-inner .qodef-e-info-date {
	-webkit-transform: translateY(27px);
	-ms-transform: translateY(27px);
	transform: translateY(27px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s ease .2s;
	-o-transition: .6s ease .2s;
	transition: .6s ease .2s
}

.elementor-editor-active .qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article .qodef-e-inner .qodef-e-info-date {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article .qodef-e-inner .qodef-e-media {
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0);
	-webkit-transition: -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1);
	-o-transition: clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: clip-path .9s cubic-bezier(.645, .045, .355, 1), -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1)
}

.elementor-editor-active .qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article .qodef-e-inner .qodef-e-media {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article .qodef-e-inner .qodef-e-content {
	-webkit-transform: translateY(27px);
	-ms-transform: translateY(27px);
	transform: translateY(27px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s ease .6s;
	-o-transition: .6s ease .6s;
	transition: .6s ease .6s
}

.elementor-editor-active .qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article .qodef-e-inner .qodef-e-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(1) .qodef-e-inner .qodef-e-info-date {
	-webkit-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(1) .qodef-e-inner .qodef-e-media {
	-webkit-transition-delay: .16s;
	-o-transition-delay: .16s;
	transition-delay: .16s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(1) .qodef-e-inner .qodef-e-content {
	-webkit-transition-delay: .76s;
	-o-transition-delay: .76s;
	transition-delay: .76s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(2) .qodef-e-inner .qodef-e-info-date {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(2) .qodef-e-inner .qodef-e-media {
	-webkit-transition-delay: .32s;
	-o-transition-delay: .32s;
	transition-delay: .32s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(2) .qodef-e-inner .qodef-e-content {
	-webkit-transition-delay: .92s;
	-o-transition-delay: .92s;
	transition-delay: .92s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(3) .qodef-e-inner .qodef-e-info-date {
	-webkit-transition-delay: .75s;
	-o-transition-delay: .75s;
	transition-delay: .75s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(3) .qodef-e-inner .qodef-e-media {
	-webkit-transition-delay: .48s;
	-o-transition-delay: .48s;
	transition-delay: .48s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(3) .qodef-e-inner .qodef-e-content {
	-webkit-transition-delay: 1.08s;
	-o-transition-delay: 1.08s;
	transition-delay: 1.08s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(4) .qodef-e-inner .qodef-e-info-date {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(4) .qodef-e-inner .qodef-e-media {
	-webkit-transition-delay: .64s;
	-o-transition-delay: .64s;
	transition-delay: .64s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(4) .qodef-e-inner .qodef-e-content {
	-webkit-transition-delay: 1.24s;
	-o-transition-delay: 1.24s;
	transition-delay: 1.24s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(5) .qodef-e-inner .qodef-e-info-date {
	-webkit-transition-delay: 1.25s;
	-o-transition-delay: 1.25s;
	transition-delay: 1.25s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(5) .qodef-e-inner .qodef-e-media {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(5) .qodef-e-inner .qodef-e-content {
	-webkit-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(6) .qodef-e-inner .qodef-e-info-date {
	-webkit-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(6) .qodef-e-inner .qodef-e-media {
	-webkit-transition-delay: .96s;
	-o-transition-delay: .96s;
	transition-delay: .96s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(6) .qodef-e-inner .qodef-e-content {
	-webkit-transition-delay: 1.56s;
	-o-transition-delay: 1.56s;
	transition-delay: 1.56s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(7) .qodef-e-inner .qodef-e-info-date {
	-webkit-transition-delay: 1.75s;
	-o-transition-delay: 1.75s;
	transition-delay: 1.75s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(7) .qodef-e-inner .qodef-e-media {
	-webkit-transition-delay: 1.12s;
	-o-transition-delay: 1.12s;
	transition-delay: 1.12s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(7) .qodef-e-inner .qodef-e-content {
	-webkit-transition-delay: 1.72s;
	-o-transition-delay: 1.72s;
	transition-delay: 1.72s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(8) .qodef-e-inner .qodef-e-info-date {
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(8) .qodef-e-inner .qodef-e-media {
	-webkit-transition-delay: 1.28s;
	-o-transition-delay: 1.28s;
	transition-delay: 1.28s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(8) .qodef-e-inner .qodef-e-content {
	-webkit-transition-delay: 1.88s;
	-o-transition-delay: 1.88s;
	transition-delay: 1.88s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(9) .qodef-e-inner .qodef-e-info-date {
	-webkit-transition-delay: 2.25s;
	-o-transition-delay: 2.25s;
	transition-delay: 2.25s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(9) .qodef-e-inner .qodef-e-media {
	-webkit-transition-delay: 1.44s;
	-o-transition-delay: 1.44s;
	transition-delay: 1.44s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(9) .qodef-e-inner .qodef-e-content {
	-webkit-transition-delay: 2.04s;
	-o-transition-delay: 2.04s;
	transition-delay: 2.04s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(10) .qodef-e-inner .qodef-e-info-date {
	-webkit-transition-delay: 2.5s;
	-o-transition-delay: 2.5s;
	transition-delay: 2.5s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(10) .qodef-e-inner .qodef-e-media {
	-webkit-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation article:nth-child(10) .qodef-e-inner .qodef-e-content {
	-webkit-transition-delay: 2.2s;
	-o-transition-delay: 2.2s;
	transition-delay: 2.2s
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation.qodef--appeared article .qodef-e-inner .qodef-e-content,
.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation.qodef--appeared article .qodef-e-inner .qodef-e-info-date {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]).qodef-appear-animation.qodef--appeared article .qodef-e-inner .qodef-e-media {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-link .qodef-e-link {
	padding: 76px
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-link .qodef-icon-elegant-icons {
	right: 40px;
	font-size: 140px
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-quote .qodef-e-quote {
	padding: 76px
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-quote .qodef-e-quote:before {
	font-size: 540px
}

#qodef-author-info {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 21px;
	padding-bottom: 98px;
	border-bottom: 1px solid #bcbcbc
}

#qodef-author-info .qodef-m-content {
	vertical-align: top;
	padding-left: 8px;
	position: relative;
	top: -8px
}

@media only screen and (max-width:680px) {
	#qodef-author-info .qodef-m-content {
		padding-left: 0
	}
}

#qodef-author-info .qodef-m-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:680px) {
	#qodef-author-info .qodef-m-inner>div {
		display: block
	}
}

#qodef-author-info .qodef-m-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 25px
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
	display: block
}

#qodef-author-info .qodef-m-image a img {
	margin: 0
}

#qodef-author-info .qodef-m-author {
	margin: 0
}

#qodef-author-info .qodef-m-author .qodef-m-author-label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .3em;
	color: #585858;
	text-transform: uppercase;
	display: block;
	margin-bottom: 4px
}

#qodef-author-info .qodef-m-email {
	margin: 5px 0 0
}

#qodef-author-info .qodef-m-description {
	margin: 17px 0 0;
	font-size: 16px;
	letter-spacing: 0
}

#qodef-author-info .qodef-m-social-icons {
	margin-top: 18px
}

#qodef-author-info .qodef-m-social-icons a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px
}

#qodef-author-info .qodef-m-social-icons a:last-child {
	margin-right: 0
}

#qodef-related-posts {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 28px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 43px
}

#qodef-related-posts .qodef-blog {
	margin-top: 8px
}

#qodef-related-posts .qodef-blog .qodef-e-info-share {
	display: none
}

#qodef-related-posts .qodef-blog article .qodef-e-inner .qodef-e-media {
	margin-bottom: 20px
}

#qodef-related-posts .qodef-blog article .qodef-e-inner .qodef-e-title {
	margin-bottom: 4px
}

#qodef-related-posts .qodef-e-content .qodef-e-excerpt,
#qodef-related-posts .qodef-e-content .qodef-info--bottom {
	display: none
}

#qodef-related-posts .qodef-short-date {
	display: none
}

#qodef-single-post-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 88px 0 3px
}

#qodef-single-post-navigation .qodef-m-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#qodef-single-post-navigation .qodef-m-nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#qodef-single-post-navigation .qodef-m-nav>* {
	display: block;
	line-height: inherit
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
	left: -10px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-icon-elegant-icons {
	margin-right: 4px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	right: -10px;
	margin-left: auto;
	text-align: right
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-icon-elegant-icons {
	margin-left: 4px
}

#qodef-single-post-navigation .qodef-icon-elegant-icons {
	font-size: 30px
}

#qodef-single-post-navigation .qodef-m-nav-label {
	font-family: Yantramanav;
	font-size: 17px;
	font-weight: 400;
	color: #000
}

.qodef-grid-lines-holder {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
	z-index: 0
}

.qodef-grid-lines-holder.qodef-grid-lines-animated .qodef-grid-line {
	height: 0
}

.qodef-grid-lines-holder .qodef-grid-line {
	display: block;
	position: relative;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 61.1%;
	margin: 0 auto
}

@media screen and (max-width:1680px) {
	.qodef-grid-lines-holder .qodef-grid-line {
		width: 52.1%
	}
}

@media only screen and (max-width:1440px) {
	.qodef-grid-lines-holder .qodef-grid-line {
		width: 46.1%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-grid-lines-holder .qodef-grid-line {
		width: 61.1%
	}
}

.qodef-grid-lines-holder .qodef-grid-line:after {
	content: "";
	position: absolute;
	right: 0;
	height: 100%;
	width: 1px;
	background-color: #e3e4e5;
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transition: .75s cubic-bezier(.47, .94, .04, .98) .4s;
	-o-transition: .75s cubic-bezier(.47, .94, .04, .98) .4s;
	transition: .75s cubic-bezier(.47, .94, .04, .98) .4s
}

.qodef-grid-lines-holder .qodef-grid-line:first-child:before {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(172, 172, 172, .3);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transition: .75s cubic-bezier(.47, .94, .04, .98) .4s;
	-o-transition: .75s cubic-bezier(.47, .94, .04, .98) .4s;
	transition: .75s cubic-bezier(.47, .94, .04, .98) .4s
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1
}

#qodef-fullscreen-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow-x: hidden!important;
	visibility: hidden;
	opacity: 0;
	z-index: 99
}

#qodef-fullscreen-area .qodef-content-grid {
	height: 100%
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
	width: 100%
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
	-webkit-animation: qode-fade-in .25s linear both;
	animation: qode-fade-in .25s linear both
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: .4s cubic-bezier(.165, .84, .44, 1);
	-o-transition: .4s cubic-bezier(.165, .84, .44, 1);
	transition: .4s cubic-bezier(.165, .84, .44, 1)
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(1) {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(3) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(4) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(5) {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(6) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(7) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(8) {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(9) {
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(10) {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
	-webkit-animation: qode-fade-out .25s linear both;
	animation: qode-fade-out .25s linear both
}

#qodef-fullscreen-area-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%
}

.qodef-fullscreen-menu {
	position: relative;
	top: 0;
	margin: 0 auto;
	text-align: left
}

@media only screen and (max-width:480px) {
	.qodef-fullscreen-menu {
		top: 15px
	}
}

.qodef-fullscreen-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.qodef-fullscreen-menu ul li {
	position: relative;
	margin: 0;
	padding: 0
}

.qodef-fullscreen-menu ul li.qodef--hide-link>a {
	cursor: default
}

.qodef-fullscreen-menu ul.sub-menu {
	display: none
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
	margin-right: 5px
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
	display: none
}

.qodef-fullscreen-menu>ul>li {
	padding: 27px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-5%);
	-ms-transform: translateX(-5%);
	transform: translateX(-5%);
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease
}

@media only screen and (max-width:1440px) {
	.qodef-fullscreen-menu>ul>li {
		padding: 13px 0
	}
}

@media only screen and (max-width:1366px) {
	.qodef-fullscreen-menu>ul>li {
		padding: 5px 0
	}
}

@media only screen and (max-width:1280px) {
	.qodef-fullscreen-menu>ul>li {
		padding: 5px 0
	}
}

@media only screen and (max-width:480px) {
	.qodef-fullscreen-menu>ul>li {
		padding: 6px 0
	}
}

.qodef-fullscreen-menu>ul>li>a {
	font-weight: 500;
	font-size: 56px;
	letter-spacing: -.01em;
	font-family: Yantramanav;
	color: #fff
}

@media only screen and (max-width:680px) {
	.qodef-fullscreen-menu>ul>li>a {
		font-size: 58px
	}
}

@media screen and (max-width:320px) {
	.qodef-fullscreen-menu>ul>li>a {
		font-size: 56px
	}
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text {
	position: relative;
	line-height: 0.6em
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text:before {
	content: '';
	position: absolute;
	bottom: 12px;
	height: 1px;
	width: calc(100% - 1px);
	background: currentColor;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

@media only screen and (max-width:680px) {
	.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text:before {
		bottom: 16px
	}
}

.qodef-fullscreen-menu>ul>li>a .sub_description {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .2em;
	color: #ababab;
	text-transform: uppercase;
	line-height: 1em;
	position: relative;
	top: -10px;
	left: 4px
}

@media only screen and (max-width:680px) {
	.qodef-fullscreen-menu>ul>li>a .sub_description {
		top: -10px
	}
}

.qodef-fullscreen-menu>ul>li>a:hover .qodef-menu-item-text:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a .qodef-menu-item-text:before,
.qodef-fullscreen-menu>ul>li.current-menu-item>a .qodef-menu-item-text:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
	padding: 0 0 5px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
	padding-left: 3px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: normal;
	margin: 3px 0;
	overflow: hidden;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	padding-right: 15px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.647em;
	font-weight: 400;
	color: #fff;
	margin: -4px 0 18px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:before {
	content: '';
	position: absolute;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: #fff;
	border-radius: 100%;
	-webkit-transition: left .2s ease-out, right .2s ease-out;
	-o-transition: left .2s ease-out, right .2s ease-out;
	transition: left .2s ease-out, right .2s ease-out;
	left: -15px
}

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text:before {
	content: '';
	position: absolute;
	bottom: 4px;
	height: 1px;
	width: calc(100% - 1px);
	background: currentColor;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
	color: #fff
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover .qodef-menu-item-text:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:before {
	display: none
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a {
	padding-left: 15px;
	padding-right: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a:before {
	left: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text:before,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
	top: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2 {
	top: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.qodef-fullscreen-menu-opener.qodef-source--svg-path {
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s
}

@media only screen and (max-width:1024px) {
	.qodef-fullscreen-menu-opener.qodef-source--svg-path svg {
		width: 45px;
		height: 44px
	}
}

.qodef-fullscreen-menu-opener.qodef-source--svg-path svg circle {
	stroke-dasharray: 169;
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset .8s cubic-bezier(.43, .41, .36, .9), -webkit-transform .8s cubic-bezier(.43, .41, .36, .9);
	transition: stroke-dashoffset .8s cubic-bezier(.43, .41, .36, .9), -webkit-transform .8s cubic-bezier(.43, .41, .36, .9);
	-o-transition: stroke-dashoffset .8s cubic-bezier(.43, .41, .36, .9), transform .8s cubic-bezier(.43, .41, .36, .9);
	transition: stroke-dashoffset .8s cubic-bezier(.43, .41, .36, .9), transform .8s cubic-bezier(.43, .41, .36, .9);
	transition: stroke-dashoffset .8s cubic-bezier(.43, .41, .36, .9), transform .8s cubic-bezier(.43, .41, .36, .9), -webkit-transform .8s cubic-bezier(.43, .41, .36, .9);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.qodef-fullscreen-menu-opener.qodef-source--svg-path svg path {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	-o-transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s, -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s
}

.qodef-fullscreen-menu-opener.qodef-source--svg-path:hover svg circle {
	stroke-dasharray: 169;
	stroke-dashoffset: 338;
	-webkit-transform: rotate(-145deg);
	-ms-transform: rotate(-145deg);
	transform: rotate(-145deg)
}

.qodef-fullscreen-menu-opener.qodef-source--svg-path:hover svg path {
	-webkit-transform: translate(8px, -8px);
	-ms-transform: translate(8px, -8px);
	transform: translate(8px, -8px)
}

.qodef-fullscreen-menu-opener.qodef-source--svg-path:hover .qodef-m-icon.qodef--close .qodef-close-label {
	-webkit-animation: qodef-move-in-label .6s cubic-bezier(.43, .41, .36, .9) forwards;
	animation: qodef-move-in-label .6s cubic-bezier(.43, .41, .36, .9) forwards
}

.qodef-fullscreen-menu-opener.qodef-source--svg-path:hover .qodef-m-icon.qodef--close svg {
	left: -65px;
	-webkit-transition: left .35s cubic-bezier(.43, .41, .36, .9) .1s;
	-o-transition: left .35s cubic-bezier(.43, .41, .36, .9) .1s;
	transition: left .35s cubic-bezier(.43, .41, .36, .9) .1s
}

@-webkit-keyframes qodef-move-in-label {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
	50% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%)
	}
	55% {
		left: 19px
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 19px
	}
}

@keyframes qodef-move-in-label {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
	50% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%)
	}
	55% {
		left: 19px
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 19px
	}
}

@-webkit-keyframes qodef-move-out-label {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 19px
	}
	50% {
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0);
		left: 19px
	}
	55% {
		left: -5px
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: -5px
	}
}

@keyframes qodef-move-out-label {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 19px
	}
	50% {
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0);
		left: 19px
	}
	55% {
		left: -5px
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: -5px
	}
}

.qodef-fullscreen-menu-opener.qodef-source--svg-path .qodef-m-icon.qodef--close {
	position: absolute;
	top: 38%;
	left: -32px
}

@media only screen and (max-width:1024px) {
	.qodef-fullscreen-menu-opener.qodef-source--svg-path .qodef-m-icon.qodef--close {
		top: 50%
	}
}

.qodef-fullscreen-menu-opener.qodef-source--svg-path .qodef-m-icon.qodef--close svg {
	width: auto;
	height: auto
}

.qodef-fullscreen-menu-opener.qodef-source--svg-path .qodef-m-icon.qodef--close .qodef-close-label {
	position: relative;
	left: -5px;
	top: 0;
	line-height: inherit;
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
	-webkit-animation: qodef-move-out-label .6s cubic-bezier(.43, .41, .36, .9) forwards;
	animation: qodef-move-out-label .6s cubic-bezier(.43, .41, .36, .9) forwards
}

.qodef-fullscreen-menu-opener.qodef-source--svg-path .qodef-m-icon.qodef--close svg {
	position: relative;
	left: -1px;
	-webkit-transition: left .3s cubic-bezier(.43, .41, .36, .9) .15s;
	-o-transition: left .3s cubic-bezier(.43, .41, .36, .9) .15s;
	transition: left .3s cubic-bezier(.43, .41, .36, .9) .15s
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
	color: #fff
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon {
	visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
	visibility: visible
}

.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
	visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
	visibility: hidden
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
	opacity: 0
}

.qodef-header--light #qodef-page-header>#qodef-page-header-inner .qodef-header-navigation>ul>li>a {
	color: #fff!important
}

.qodef-header--dark #qodef-page-header>#qodef-page-header-inner .qodef-header-navigation>ul>li>a {
	color: #000!important
}

#qodef-page-header .qodef-widget-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin-left: 43px
}

#qodef-page-header .qodef-widget-holder .widget {
	margin: 0 12px
}

#qodef-page-header .qodef-widget-holder .widget:first-child {
	margin-left: 0
}

#qodef-page-header .qodef-widget-holder .widget:last-child {
	margin-right: 0
}

#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
	display: none
}

#qodef-page-header-inner.qodef-content-grid {
	padding: 0
}

#qodef-page-header .qodef-header-logo-link img.qodef--main {
	opacity: 1
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 0
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky) {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--light {
	opacity: 1
}

.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--dark,
.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--main {
	opacity: 0
}

.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--dark {
	opacity: 1
}

.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--light,
.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--main {
	opacity: 0
}

#qodef-page-header .qodef-header-logo-image.qodef--customizer {
	max-height: 100%;
	width: auto;
	margin-right: auto
}

.qodef-header--centered #qodef-page-header {
	height: 150px
}

.qodef-header--centered #qodef-page-header-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.qodef-header--centered #qodef-page-header-inner>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder {
	margin-left: 0
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-header-navigation {
	margin: 0 24px
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: auto
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
	margin-right: 30px
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto;
	margin-right: auto
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
	margin-right: auto
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: 59px
}

.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area,
.qodef-header--fixed-display #qodef-page-header {
	left: 30px;
	width: calc(100% - 60px)
}

.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
	top: 32px
}

.qodef-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	height: 70px;
	width: 100%;
	background-color: #fff;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: top .5s ease, -webkit-transform .5s ease;
	transition: top .5s ease, -webkit-transform .5s ease;
	-o-transition: transform .5s ease, top .5s ease;
	transition: transform .5s ease, top .5s ease;
	transition: transform .5s ease, top .5s ease, -webkit-transform .5s ease;
	z-index: 100
}

.qodef-header--sticky-display .qodef-header-sticky {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
	top: 32px
}

.qodef-header-sticky.qodef-skin--light nav>ul>li>a {
	color: #fff!important
}

.qodef-header-sticky.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
.qodef-header-sticky.qodef-skin--light nav>ul>li.current-menu-item>a {
	color: #fff!important
}

.qodef-header-sticky.qodef-skin--light .widget a {
	color: #fff
}

.qodef-header-sticky-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 0 21px
}

.qodef-header-sticky-inner.qodef-content-grid {
	padding: 0
}

.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
	margin-right: auto
}

.qodef-header-standard--left .qodef-header-sticky-inner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: auto
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
	margin-left: 20px
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
	margin-left: auto!important
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-logo-link {
	margin-right: 59px
}

#qodef-top-area {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 40px;
	padding: 0 21px;
	background-color: #000;
	z-index: 101
}

#qodef-top-area .qodef-widget-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-left {
	margin-right: auto
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right {
	margin-left: auto
}

#qodef-top-area .qodef-widget-holder .widget {
	margin: 0 12px
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
	margin-left: 0
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
	margin-right: 0
}

#qodef-top-area .widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

#qodef-top-area .widget .textwidget>*,
#qodef-top-area .widget .widget p {
	margin: 0
}

#qodef-top-area div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
	display: none
}

#qodef-multiple-map-notice {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 30px 15%;
	text-align: center;
	color: #000;
	background-color: #fafafa
}

.qodef-map-marker-holder {
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	z-index: 10
}

.qodef-map-marker-holder.qodef-active {
	z-index: 500
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
	fill: #3ebeb4
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
	fill: #51a69e
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
	display: block
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
	fill: #3ebeb4
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
	fill: #51a69e
}

.qodef-map-marker-holder .qodef-map-marker {
	position: relative;
	width: 50px;
	height: auto;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
	position: relative;
	width: 100%;
	height: 100%
}

.qodef-map-marker-holder .qodef-map-marker svg {
	width: 100%;
	height: auto
}

.qodef-map-marker-holder .qodef-map-marker svg path {
	-webkit-transition: fill .2s ease-in-out;
	-o-transition: fill .2s ease-in-out;
	transition: fill .2s ease-in-out
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
	fill: #3ebeb4
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
	fill: #51a69e
}

.qodef-map-marker-holder .qodef-info-window {
	position: absolute;
	top: -10px;
	left: -17px;
	display: none;
	min-width: 284px;
	background-color: #fff;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 20px 0 rgba(175, 175, 175, .2);
	box-shadow: 0 0 20px 0 rgba(175, 175, 175, .2);
	z-index: 10;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%)
}

.qodef-map-marker-holder .qodef-info-window-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px
}

.qodef-map-marker-holder .qodef-info-window-inner:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 35px;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-top: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
	margin-right: 12px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
	display: block;
	width: 65px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
	margin: 0;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
	margin: 3px 0 0;
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.2em
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title {
	color: #000
}

.qodef-cluster-marker {
	width: 50px;
	height: auto
}

.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
	fill: #3ebeb4
}

.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
	fill: #51a69e
}

.qodef-cluster-marker .qodef-cluster-marker-inner {
	position: relative
}

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #000
}

.qodef-cluster-marker svg {
	width: 100%;
	height: auto
}

.qodef-cluster-marker svg path {
	-webkit-transition: fill .2s ease-in-out;
	-o-transition: fill .2s ease-in-out;
	transition: fill .2s ease-in-out
}

.qodef-places-geo-radius {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	width: 100%;
	height: 48px;
	display: none;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #bcbcbc;
	z-index: 9999
}

.qodef-places-geo-radius .qodef-range-slider-label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.qodef-places-geo-radius .noUi-target {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 3px;
	width: calc(100% - 70px);
	background-color: #eaeaea;
	border: 0;
	direction: ltr;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin-left: 10px
}

.qodef-places-geo-radius .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.qodef-places-geo-radius .noUi-target .noUi-base {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1
}

.qodef-places-geo-radius .noUi-target .noUi-connects {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	will-change: transform;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
	background-color: #000
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
	position: absolute;
	top: -3px;
	left: auto;
	right: -9px;
	width: 9px;
	height: 9px;
	background-color: #000;
	cursor: pointer
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
	position: absolute;
	left: 50%;
	bottom: 7px;
	display: block;
	font-size: 12px;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
	content: ' km'
}

.qodef-places-geo-radius .noUi-state-drag * {
	cursor: inherit!important
}

.qodef-places-geo-radius .noUi-draggable {
	cursor: ew-resize
}

.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
	cursor: not-allowed!important
}

#qodef-page-mobile-header {
	background-color: #fff
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
	-webkit-transition: top .3s ease, -webkit-transform .3s ease;
	transition: top .3s ease, -webkit-transform .3s ease;
	-o-transition: transform .3s ease, top .3s ease;
	transition: transform .3s ease, top .3s ease;
	transition: transform .3s ease, top .3s ease, -webkit-transform .3s ease
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	top: 46px
}

#qodef-page-mobile-header .qodef-widget-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

#qodef-page-mobile-header .qodef-widget-holder .widget {
	margin: 0 0 0 12px
}

#qodef-page-mobile-header .widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

#qodef-page-mobile-header .widget .textwidget>*,
#qodef-page-mobile-header .widget .widget p {
	margin: 0
}

#qodef-page-mobile-header div[id^=monster-widget-placeholder],
#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
	display: none
}

#qodef-page-mobile-header .qodef-mobile-header-opener .qodef--close {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

#qodef-page-mobile-header .qodef-mobile-header-opener .qodef--close .qodef-close-label {
	display: none
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
	visibility: hidden
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
	visibility: visible
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef-source--svg-path .qodef-m-icon.qodef--close {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: initial;
	right: 0
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
	max-height: 100%;
	width: auto;
	margin-right: auto
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
	opacity: 1
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 0
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
	margin-right: 5px
}

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

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
	display: none
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
	margin-right: auto
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
	margin-left: 20px
}

.qodef-fullscreen-menu--opened {
	overflow-y: hidden
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
	opacity: 0
}

.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
	margin-right: auto
}

.qodef-header-navigation .qodef-menu-item-icon {
	display: block;
	margin-right: 5px;
	line-height: inherit
}

.qodef-header-navigation .qodef-menu-item-icon:before {
	display: block;
	line-height: inherit
}

.qodef-header-navigation ul li .qodef-drop-down-second {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: auto;
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 10
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
	display: none;
	white-space: normal
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
	left: auto;
	right: -39px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second:not(.qodef-drop-down--right) {
	left: -39px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
	position: relative;
	top: auto;
	opacity: 1;
	visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
	display: block
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
	background-color: #000
}

.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
	width: 100vw
}

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
	padding: 0 21px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 52px 0 47px;
	margin: -15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
	width: 100%;
	padding: 0 15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
	font-family: Roboto;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: .25em;
	color: #fff;
	text-transform: uppercase
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul {
	padding-top: 9px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
	font-family: Roboto;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0;
	color: #fff;
	line-height: 24px;
	padding: 8px 0;
	display: block
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a>span:before {
	content: '';
	position: absolute;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: #fff;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a>span:before,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a>span:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover {
	color: #fff
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
	padding: 0 21px
}

.qodef-opener-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

.qodef-opener-icon .qodef-m-icon {
	position: relative;
	visibility: visible
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
	position: absolute;
	top: 38%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 26px;
	visibility: hidden
}

.qodef-opener-icon .qodef-m-icon.qodef--close .qodef-close-label {
	font-size: 12px;
	font-family: Roboto;
	font-weight: 500;
	letter-spacing: .2em;
	color: #ababab;
	text-transform: uppercase;
	position: absolute;
	left: -63px;
	top: -5px;
	line-height: 29px
}

.qodef-opener-icon.qodef-source--icon-pack {
	font-size: 25px
}

.qodef-opener-icon.qodef-source--icon-pack * {
	display: inline-block;
	line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack :before {
	display: inline-block;
	line-height: inherit
}

.qodef-opener-icon.qodef-source--svg-path span {
	position: relative
}

.qodef-opener-icon.qodef-source--svg-path span>* {
	vertical-align: middle
}

.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span>* {
	fill: currentColor;
	stroke: currentColor
}

.qodef-opener-icon.qodef-source--svg-path.qodef-side-area-opener svg circle {
	stroke-dasharray: 169;
	stroke-dashoffset: 0;
	-webkit-transition: all .8s cubic-bezier(.43, .41, .36, .9);
	-o-transition: all .8s cubic-bezier(.43, .41, .36, .9);
	transition: all .8s cubic-bezier(.43, .41, .36, .9);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.qodef-opener-icon.qodef-source--svg-path.qodef-side-area-opener svg path {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	-o-transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s, -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s
}

.qodef-opener-icon.qodef-source--svg-path.qodef-side-area-opener:hover svg circle {
	stroke-dasharray: 169;
	stroke-dashoffset: 338;
	-webkit-transform: rotate(-145deg);
	-ms-transform: rotate(-145deg);
	transform: rotate(-145deg)
}

.qodef-opener-icon.qodef-source--svg-path.qodef-side-area-opener:hover svg path {
	-webkit-transform: translate(8px, -8px);
	-ms-transform: translate(8px, -8px);
	transform: translate(8px, -8px)
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
	position: relative;
	display: block;
	width: 30px;
	height: 30px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: currentColor;
	-webkit-transition: top .3s ease, -webkit-transform .3s ease;
	transition: top .3s ease, -webkit-transform .3s ease;
	-o-transition: top .3s ease, transform .3s ease;
	transition: top .3s ease, transform .3s ease;
	transition: top .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
	top: 8px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
	top: 17px
}

.qodef-header--light:not(.qodef-fullscreen-menu--opened) #qodef-page-header-inner .qodef-opener-icon.qodef-source--icon-pack,
.qodef-header--light:not(.qodef-fullscreen-menu--opened) #qodef-page-header-inner .qodef-opener-icon.qodef-source--predefined,
.qodef-header--light:not(.qodef-fullscreen-menu--opened) #qodef-page-header-inner .qodef-opener-icon.qodef-source--svg-path {
	color: grey !important
}

.qodef-header--dark:not(.qodef-fullscreen-menu--opened) #qodef-page-header-inner .qodef-opener-icon.qodef-source--icon-pack,
.qodef-header--dark:not(.qodef-fullscreen-menu--opened) #qodef-page-header-inner .qodef-opener-icon.qodef-source--predefined,
.qodef-header--dark:not(.qodef-fullscreen-menu--opened) #qodef-page-header-inner .qodef-opener-icon.qodef-source--svg-path {
	color: #000!important
}

.qodef-parallax {
	position: relative;
	width: 100%;
	overflow: hidden
}

.qodef-parallax:not(.qodef-page-title) {
	height: 100vh
}

.qodef-parallax-img-holder {
	position: absolute;
	top: -50%;
	height: 150%;
	left: 0;
	width: 100%;
	opacity: 0
}

.touchevents .qodef-parallax-img-holder {
	top: 0;
	height: 100%;
	opacity: 1
}

.qodef-parallax-content-holder {
	position: relative;
	z-index: 99
}

.qodef-parallax-img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	will-change: transform
}

.qodef-parallax-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.touchevents .qodef-parallax-img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
	height: 100%
}

.qodef-misty-newsletter .qodef-outline-button-holder,
.qofef-contact-form .qodef-outline-button-holder {
	margin-top: 31px
}

.qodef-misty-newsletter input[type=email],
.qodef-misty-newsletter input[type=number],
.qodef-misty-newsletter input[type=password],
.qodef-misty-newsletter input[type=search],
.qodef-misty-newsletter input[type=tel],
.qodef-misty-newsletter input[type=text],
.qodef-misty-newsletter input[type=url],
.qodef-misty-newsletter textarea,
.qofef-contact-form input[type=email],
.qofef-contact-form input[type=number],
.qofef-contact-form input[type=password],
.qofef-contact-form input[type=search],
.qofef-contact-form input[type=tel],
.qofef-contact-form input[type=text],
.qofef-contact-form input[type=url],
.qofef-contact-form textarea {
	border-bottom: 1px solid #aab7bd
}

.qodef-misty-newsletter input[type=email],
.qodef-misty-newsletter input[type=number],
.qodef-misty-newsletter input[type=password],
.qodef-misty-newsletter input[type=search],
.qodef-misty-newsletter input[type=tel],
.qodef-misty-newsletter input[type=text],
.qodef-misty-newsletter input[type=url],
.qofef-contact-form input[type=email],
.qofef-contact-form input[type=number],
.qofef-contact-form input[type=password],
.qofef-contact-form input[type=search],
.qofef-contact-form input[type=tel],
.qofef-contact-form input[type=text],
.qofef-contact-form input[type=url] {
	margin: 0 0 28px
}

.qodef-misty-newsletter .your-message input[type=text],
.qofef-contact-form .your-message input[type=text] {
	margin: 0 0 13px
}

.qofef-contact-form p {
	margin: 0
}

.qofef-contact-form textarea {
	border: 0;
	border-bottom: 1px solid #aab7bd;
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 0
}

.qofef-contact-form .qodef-outline-button-holder {
	margin-top: 41px
}

.qofef-contact-form button[type=submit] {
	padding: 16px 46px;
	background: #000;
	color: #fff;
	border: 1px solid #000;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s
}

.qofef-contact-form button[type=submit]:hover {
	background: 0 0;
	color: #000
}

.qodef-contact-main-form {
	width: 100%;
	display: inline-block
}

.qodef-contact-main-form .qodef-outline-button-holder,
.qodef-contact-main-form .qofef-contact-form-additional-data,
.qodef-contact-main-form .qofef-contact-form-name {
	display: inline-block
}

.qodef-contact-main-form .qofef-contact-form-name {
	margin-right: 3%;
	width: 41%
}

.qodef-contact-main-form .qofef-contact-form-additional-data {
	margin-right: 2.8%;
	width: 41%
}

@media only screen and (max-width:1680px) {
	.qodef-contact-main-form .qofef-contact-form-additional-data,
	.qodef-contact-main-form .qofef-contact-form-name {
		width: 39.5%
	}
}

@media only screen and (max-width:1440px) {
	.qodef-contact-main-form .qofef-contact-form-additional-data,
	.qodef-contact-main-form .qofef-contact-form-name {
		width: 38.2%
	}
}

@media only screen and (max-width:1366px) {
	.qodef-contact-main-form .qofef-contact-form-additional-data,
	.qodef-contact-main-form .qofef-contact-form-name {
		width: 37.5%
	}
}

@media only screen and (max-width:1280px) {
	.qodef-contact-main-form .qofef-contact-form-additional-data,
	.qodef-contact-main-form .qofef-contact-form-name {
		width: 37%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-contact-main-form .qofef-contact-form-additional-data,
	.qodef-contact-main-form .qofef-contact-form-name {
		width: 47.5%
	}
	.qodef-contact-main-form .qofef-contact-form-additional-data {
		margin-right: 0
	}
}

@media only screen and (max-width:768px) {
	.qodef-contact-main-form .qofef-contact-form-additional-data,
	.qodef-contact-main-form .qofef-contact-form-name {
		width: 46.5%
	}
}

@media only screen and (max-width:680px) {
	.qodef-contact-main-form .qofef-contact-form-additional-data,
	.qodef-contact-main-form .qofef-contact-form-name {
		width: 100%
	}
}

.qodef-contact-main-form .wpcf7-not-valid-tip {
	position: absolute;
	top: 27px!important
}

.qodef-contact-main-form .wpcf7-response-output {
	border-color: #585858!important
}

.qodef-newsletter-email {
	text-align: center
}

.qodef-newsletter-email .qodef-outline-button-holder {
	margin-top: 16px
}

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

.qodef-contact-form-7 .ajax-loader {
	position: absolute;
	right: -10px
}

@media screen and (min-width:1366px) {
	.qodef-instagram-list.qodef-max-width-300 #sbi_images {
		max-width: 300px
	}
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a {
	background-image: none!important;
	height: auto!important;
	opacity: 1!important
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a img {
	display: inline-block!important;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:before {
	content: "";
	display: block;
	width: 65px;
	height: 65px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
	-webkit-transition: .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: .4s cubic-bezier(.43, .41, .36, .9);
	transition: .4s cubic-bezier(.43, .41, .36, .9);
	z-index: 1
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:after {
	content: "\f16d";
	font-family: "font awesome 5 brands";
	font-size: 28.46px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	position: absolute;
	top: 19px;
	left: 20px;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
	z-index: 2;
	-webkit-transition: .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: .4s cubic-bezier(.43, .41, .36, .9);
	transition: .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover img {
	-webkit-transform: scale(1.05) translateX(5px);
	-ms-transform: scale(1.05) translateX(5px);
	transform: scale(1.05) translateX(5px)
}

.widget_malgre_core_instagram_list .qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover img {
	-webkit-transform: scale(1.05) translateX(3px);
	-ms-transform: scale(1.05) translateX(3px);
	transform: scale(1.05) translateX(3px)
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover:after,
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover:before {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible
}

.qodef-instagram-list.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0
}

.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images {
	float: none;
	padding: 0!important;
	width: auto;
	margin: 0
}

.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item {
	padding: 0!important;
	margin: 0!important
}

.qodef-instagram-list.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px
}

.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images {
	float: none;
	padding: 0!important;
	width: auto;
	margin: 0 -5px
}

.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item {
	padding: 0 5px!important;
	margin: 0 0 10px!important
}

.qodef-instagram-list.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px
}

.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images {
	float: none;
	padding: 0!important;
	width: auto;
	margin: 0 -10px
}

.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item {
	padding: 0 10px!important;
	margin: 0 0 20px!important
}

.qodef-instagram-list.qodef-gutter--humble.qodef--no-bottom-space {
	margin-bottom: -26px
}

.qodef-instagram-list.qodef-gutter--humble #sb_instagram #sbi_images {
	float: none;
	padding: 0!important;
	width: auto;
	margin: 0 -13px
}

.qodef-instagram-list.qodef-gutter--humble #sb_instagram #sbi_images>.sbi_item {
	padding: 0 13px!important;
	margin: 0 0 26px!important
}

.qodef-instagram-list.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px
}

.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images {
	float: none;
	padding: 0!important;
	width: auto;
	margin: 0 -15px
}

.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item {
	padding: 0 15px!important;
	margin: 0 0 30px!important
}

.qodef-instagram-list.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px
}

.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images {
	float: none;
	padding: 0!important;
	width: auto;
	margin: 0 -20px
}

.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item {
	padding: 0 20px!important;
	margin: 0 0 40px!important
}

.qodef-instagram-list.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px
}

.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images {
	float: none;
	padding: 0!important;
	width: auto;
	margin: 0 -25px
}

.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
	padding: 0 25px!important;
	margin: 0 0 50px!important
}

.qodef-instagram-list.qodef-gutter--extra-large.qodef--no-bottom-space {
	margin-bottom: -60px
}

.qodef-instagram-list.qodef-gutter--extra-large #sb_instagram #sbi_images {
	float: none;
	padding: 0!important;
	width: auto;
	margin: 0 -30px
}

.qodef-instagram-list.qodef-gutter--extra-large #sb_instagram #sbi_images>.sbi_item {
	padding: 0 30px!important;
	margin: 0 0 60px!important
}

.qodef-instagram-list.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px
}

.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images {
	float: none;
	padding: 0!important;
	width: auto;
	margin: 0 -40px
}

.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
	padding: 0 40px!important;
	margin: 0 0 80px!important
}

.qodef-instagram-list.qodef-gutter--extra-huge.qodef--no-bottom-space {
	margin-bottom: -100px
}

.qodef-instagram-list.qodef-gutter--extra-huge #sb_instagram #sbi_images {
	float: none;
	padding: 0!important;
	width: auto;
	margin: 0 -50px
}

.qodef-instagram-list.qodef-gutter--extra-huge #sb_instagram #sbi_images>.sbi_item {
	padding: 0 50px!important;
	margin: 0 0 100px!important
}

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

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

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

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
	display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
	overflow: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	float: left;
	border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
	margin-left: 0;
	display: block;
	margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
	line-height: 1!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
	width: 37px;
	height: 37px;
	margin: 0 7px 0 0;
	float: none;
	border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav;
	font-weight: 600!important;
	margin: 0 4px 0 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
	display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.647em;
	font-weight: 400;
	color: #000;
	margin-right: 4px;
	margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
	margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
	margin-top: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
	display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-left: 0;
	padding: 0;
	margin-top: -5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
	content: '\e094';
	font-family: ElegantIcons;
	padding-right: 10px;
	font-size: 18px;
	position: relative;
	top: 5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-left: 0;
	margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
	content: '\e094';
	font-family: ElegantIcons;
	padding-right: 10px;
	font-size: 18px;
	visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
	padding: 0;
	font-size: 14px;
	margin-right: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
	margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
	margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
	content: "";
	display: table;
	table-layout: fixed
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
	clear: both
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item {
	width: 100%
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item {
	width: 50%
}

@media only screen and (min-width:681px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (min-width:1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item {
	width: 33.33333%
}

@media only screen and (min-width:769px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (min-width:1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
		clear: both
	}
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item {
	width: 25%
}

@media only screen and (min-width:1025px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (min-width:1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
		clear: both
	}
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item {
	width: 20%
}

@media only screen and (min-width:1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (min-width:1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
		clear: both
	}
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item {
	width: 16.66667%
}

@media only screen and (min-width:1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (min-width:1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
		clear: both
	}
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item {
	width: 14.28571%
}

@media only screen and (min-width:1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (min-width:1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
		clear: both
	}
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item {
	width: 12.5%
}

@media only screen and (min-width:1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (min-width:1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
		clear: both
	}
}

.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
	margin: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item {
	padding: 0;
	margin: 0
}

.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
	margin: 0 -5px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item {
	padding: 0 5px;
	margin: 0 0 10px
}

.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
	margin: 0 -10px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item {
	padding: 0 10px;
	margin: 0 0 20px
}

.qodef-twitter-list.qodef-gutter--humble.qodef--no-bottom-space {
	margin-bottom: -26px
}

.qodef-twitter-list.qodef-gutter--humble #ctf .ctf-tweets {
	margin: 0 -13px
}

.qodef-twitter-list.qodef-gutter--humble #ctf .ctf-tweets>.ctf-item {
	padding: 0 13px;
	margin: 0 0 26px
}

.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
	margin: 0 -15px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item {
	padding: 0 15px;
	margin: 0 0 30px
}

.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
	margin: 0 -20px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item {
	padding: 0 20px;
	margin: 0 0 40px
}

.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
	margin: 0 -25px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item {
	padding: 0 25px;
	margin: 0 0 50px
}

.qodef-twitter-list.qodef-gutter--extra-large.qodef--no-bottom-space {
	margin-bottom: -60px
}

.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets {
	margin: 0 -30px
}

.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets>.ctf-item {
	padding: 0 30px;
	margin: 0 0 60px
}

.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
	margin: 0 -40px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
	padding: 0 40px;
	margin: 0 0 80px
}

.qodef-twitter-list.qodef-gutter--extra-huge.qodef--no-bottom-space {
	margin-bottom: -100px
}

.qodef-twitter-list.qodef-gutter--extra-huge #ctf .ctf-tweets {
	margin: 0 -50px
}

.qodef-twitter-list.qodef-gutter--extra-huge #ctf .ctf-tweets>.ctf-item {
	padding: 0 50px;
	margin: 0 0 100px
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
	color: #ccc
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
	color: #fff
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
	color: #ccc
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
	color: #fff
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
	background-color: #fff;
	left: 50%;
	margin: 0;
	padding: 12px 41px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
	display: none
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button {
	margin-top: 20px!important
}

.widget_malgre_core_woo_dropdown_cart {
	height: 100%
}

.qodef-woo-dropdown-cart {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 0 10px
}

.qodef-woo-dropdown-cart .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%
}

.qodef-woo-dropdown-cart .qodef-m-opener {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon {
	font-size: 16px;
	margin-right: 9px
}

.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .3em;
	text-transform: uppercase
}

.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count {
	width: 16px;
	height: 16px;
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	position: relative;
	left: -1px;
	top: -11px
}

.qodef-woo-dropdown-cart .qodef-m-dropdown {
	position: absolute;
	top: 100%;
	left: auto;
	right: -4px;
	text-align: left;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 369px;
	padding: 25px;
	background-color: #000
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner .qodef-m-posts-not-found {
	color: #fff
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	color: #000
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
	color: #000
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
	color: #000
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 24px
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
	margin-top: 0
}

.qodef-woo-dropdown-cart .qodef-e-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 83px;
	margin-right: 19px
}

.qodef-woo-dropdown-cart .qodef-e-image a,
.qodef-woo-dropdown-cart .qodef-e-image img {
	display: block
}

.qodef-woo-dropdown-cart .qodef-e-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-right: 20px
}

.qodef-woo-dropdown-cart .qodef-e-title {
	margin: 0
}

.qodef-woo-dropdown-cart .qodef-e-title a {
	color: #fff
}

.qodef-woo-dropdown-cart .qodef-e-price {
	margin: 3px 0 0;
	display: inline;
	color: #585858;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: .3em;
	position: relative;
	bottom: 4px
}

.qodef-woo-dropdown-cart .qodef-e-quantity {
	margin: 3px 0 0;
	display: inline;
	color: #585858;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: .3em;
	position: relative;
	bottom: 4px
}

.qodef-woo-dropdown-cart .qodef-e-remove {
	position: absolute;
	top: -6px;
	right: -5px;
	font-size: 20px;
	line-height: 1;
	color: #ababab
}

.qodef-woo-dropdown-cart .qodef-e-remove:hover {
	color: #ababab
}

.qodef-woo-dropdown-cart .qodef-m-order-details {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 26px 0 5px
}

.qodef-woo-dropdown-cart .qodef-m-order-details>* {
	margin: 0
}

.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-label {
	color: #585858;
	font-size: 13px;
	font-weight: 500;
	font-family: Roboto;
	line-height: 24px;
	letter-spacing: .3em
}

.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-amount {
	color: #fff;
	letter-spacing: -.01em;
	font-weight: 400;
	font-family: Yantramanav;
	font-size: 30px
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details {
	color: #000
}

.qodef-woo-dropdown-cart .qodef-m-action {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px
}

.qodef-woo-dropdown-cart .qodef-m-action .qodef-outline-button-holder {
	width: 100%
}

.qodef-woo-dropdown-cart .qodef-m-action .qodef-outline-button-holder>span {
	background: #fff;
	z-index: 1
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Roboto;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: .3em;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	width: 100%;
	padding: 8px 20px;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: 1px solid transparent;
	width: 100%;
	padding: 13px 20px
}

.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
	color: #fff;
	background-color: #000
}

.touchevents .qodef-woo-dropdown-cart {
	cursor: pointer
}

.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
	max-height: 100vh
}

.qodef-woo-side-area-cart {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 0 10px
}

.qodef-woo-side-area-cart .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%
}

.qodef-woo-side-area-cart .qodef-m-opener {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.qodef-woo-side-area-cart .qodef-m-content {
	position: fixed;
	top: 0;
	right: -360px;
	height: 100vh;
	width: 360px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 100px 0 74px;
	background-color: #fff;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar .qodef-woo-side-area-cart .qodef-m-content {
	top: 32px;
	height: calc(100vh - 32px)
}

.qodef-woo-side-area-cart .qodef-m-close {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	font-size: 34px;
	z-index: 1000
}

.qodef-woo-side-area-cart .qodef-m-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 50px
}

.qodef-woo-side-area-cart .qodef-m-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 20px
}

.qodef-woo-side-area-cart .qodef-m-item:first-child {
	margin-top: 0
}

.qodef-woo-side-area-cart .qodef-e-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 80px;
	margin-right: 20px
}

.qodef-woo-side-area-cart .qodef-e-image a,
.qodef-woo-side-area-cart .qodef-e-image img {
	display: block
}

.qodef-woo-side-area-cart .qodef-e-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-right: 20px
}

.qodef-woo-side-area-cart .qodef-e-title {
	margin: 0
}

.qodef-woo-side-area-cart .qodef-e-price {
	margin: 3px 0 0
}

.qodef-woo-side-area-cart .qodef-e-quantity {
	margin: 3px 0 0
}

.qodef-woo-side-area-cart .qodef-e-remove {
	position: absolute;
	top: -2px;
	right: 0;
	font-size: 20px;
	line-height: 1
}

.qodef-woo-side-area-cart .qodef-m-order-details {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
	padding: 0 50px
}

.qodef-woo-side-area-cart .qodef-m-order-details>* {
	margin: 0
}

.qodef-woo-side-area-cart .qodef-m-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.qodef-woo-side-area-cart .qodef-m-action-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Roboto;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: .3em;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	width: 100%;
	padding: 8px 20px;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: 1px solid transparent
}

.qodef-woo-side-area-cart .qodef-m-action-link:hover {
	color: #fff;
	background-color: #000
}

.qodef-woo-side-area-cart.qodef--opened .qodef-m-content {
	right: 0;
	visibility: visible
}

.qodef-woo-side-area-cart-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 360px);
	height: 100vh;
	overflow: hidden;
	z-index: 1002
}

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

.qodef-clients-list.qodef-layout--columns.qodef-appear-animation .qodef-e-image {
	-webkit-transform: translateX(-5%);
	-ms-transform: translateX(-5%);
	transform: translateX(-5%);
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	-webkit-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease
}

.elementor-editor-active .qodef-clients-list.qodef-layout--columns.qodef-appear-animation .qodef-e-image {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-clients-list.qodef-layout--columns.qodef-appear-animation.qodef--appeared .qodef-e-image {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-clients-list.qodef-layout--columns.qodef-left-border--enabled .qodef-grid-inner {
	padding-left: 68px;
	margin-left: 0;
	margin-right: -90px
}

@media only screen and (max-width:1366px) {
	.qodef-clients-list.qodef-layout--columns.qodef-left-border--enabled .qodef-grid-inner {
		padding-left: 77px
	}
}

@media only screen and (max-width:1024px) {
	.qodef-clients-list.qodef-layout--columns.qodef-left-border--enabled .qodef-grid-inner {
		padding-left: 30px
	}
}

.qodef-clients-list.qodef-layout--columns.qodef-left-border--enabled .qodef-grid-inner:before {
	content: "";
	display: block;
	width: 1px;
	height: 83%;
	background-color: #959595;
	position: absolute;
	top: 6.5%;
	left: 0
}

@media screen and (max-width:1680px) {
	.qodef-clients-list.qodef-layout--columns.qodef-left-border--enabled .qodef-grid-inner:before {
		left: 14px
	}
}

@media only screen and (max-width:1440px) {
	.qodef-clients-list.qodef-layout--columns.qodef-left-border--enabled .qodef-grid-inner:before {
		left: 0
	}
}

@media only screen and (max-width:1024px) {
	.qodef-clients-list.qodef-layout--columns.qodef-left-border--enabled .qodef-grid-inner:before {
		top: 4.5%;
		height: 88%
	}
}

@media only screen and (max-width:768px) {
	.qodef-clients-list.qodef-layout--columns.qodef-left-border--enabled .qodef-grid-inner:before {
		top: 3%;
		height: 94%
	}
}

@media only screen and (max-width:680px) {
	.qodef-clients-list.qodef-layout--columns.qodef-left-border--enabled .qodef-grid-inner:before {
		top: 0;
		height: 100%
	}
}

@media only screen and (max-width:1280px) {
	.qodef-clients-list.qodef-layout--columns.qodef-left-border--enabled .qodef-grid-inner {
		margin-right: -50px
	}
}

@media only screen and (max-width:768px) {
	.qodef-clients-list.qodef-layout--columns.qodef-left-border--enabled {
		padding: 0!important
	}
	.qodef-clients-list.qodef-layout--columns.qodef-left-border--enabled .qodef-grid-inner {
		border-left: none;
		padding-left: 14px;
		margin-left: 0;
		margin-right: 0
	}
}

@media only screen and (max-width:680px) {
	.qodef-clients-list.qodef-layout--columns.qodef-left-border--enabled .qodef-grid-inner {
		padding-left: 0
	}
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
	line-height: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
	display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
	width: auto;
	display: inline-block;
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
	-webkit-transition: -webkit-clip-path .43s cubic-bezier(.51, .68, .21, .99);
	transition: -webkit-clip-path .43s cubic-bezier(.51, .68, .21, .99);
	-o-transition: clip-path .43s cubic-bezier(.51, .68, .21, .99);
	transition: clip-path .43s cubic-bezier(.51, .68, .21, .99);
	transition: clip-path .43s cubic-bezier(.51, .68, .21, .99), -webkit-clip-path .43s cubic-bezier(.51, .68, .21, .99)
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	-webkit-transition: -webkit-clip-path .43s cubic-bezier(.51, .68, .21, .99);
	transition: -webkit-clip-path .43s cubic-bezier(.51, .68, .21, .99);
	-o-transition: clip-path .43s cubic-bezier(.51, .68, .21, .99);
	transition: clip-path .43s cubic-bezier(.51, .68, .21, .99);
	transition: clip-path .43s cubic-bezier(.51, .68, .21, .99), -webkit-clip-path .43s cubic-bezier(.51, .68, .21, .99)
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
	clip-path: inset(0 0 0 100%);
	-webkit-clip-path: inset(0 0 0 100%)
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-portfolio-single .qodef-media iframe {
	max-height: calc(56.25vw)
}

.qodef-portfolio-single .qodef-portfolio-title {
	margin: 0 0 2px
}

.qodef-portfolio-single .qodef-info--category {
	margin-bottom: 27px
}

.qodef-portfolio-single .qodef-e-categories .qodef-e-category {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .3em;
	color: #585858;
	text-transform: uppercase
}

.qodef-portfolio-single .qodef-e-categories .qodef-e-category:after {
	content: ",";
	margin: 0 3px 0 1px
}

.qodef-portfolio-single .qodef-e-categories .qodef-e-category:last-child:after {
	display: none
}

.qodef-portfolio-single .qodef-portfolio-content {
	margin: 0 0 54px
}

.qodef-portfolio-single .qodef-portfolio-content p {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 26px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-inof--social-share.qodef-layout--list li {
	margin-right: 16px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-inof--social-share .qodef-social-title {
	font-family: Roboto;
	margin: 3px 0 11px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-inof--social-share .qodef-shortcode-list a {
	font-size: 17px;
	font-weight: 500
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-info-item,
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--date .entry-date {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.182em;
	letter-spacing: -.02em;
	font-family: Yantramanav
}

.qodef-portfolio-single .qodef-portfolio-info p.qodef-e-title {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .3em;
	color: #585858;
	text-transform: uppercase
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-title {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .3em;
	color: #585858;
	text-transform: uppercase;
	display: block
}

.qodef-portfolio-single .qodef-portfolio-info>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.qodef-portfolio-single .qodef-portfolio-info>:last-child {
	margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title {
	margin: 0 0 3px
}

.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
	margin: 0;
	color: #000
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:after {
	content: "/";
	margin: 0 3px 0 1px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:last-child:after {
	display: none
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-swiper-container .swiper-button-next,
.qodef-portfolio-single.qodef-layout--slider-big .qodef-swiper-container .swiper-button-prev,
.qodef-portfolio-single.qodef-layout--slider-small .qodef-swiper-container .swiper-button-next,
.qodef-portfolio-single.qodef-layout--slider-small .qodef-swiper-container .swiper-button-prev {
	color: transparent
}

.qodef-portfolio-single-slider.qodef-swiper-container .swiper-button-next,
.qodef-portfolio-single-slider.qodef-swiper-container .swiper-button-prev {
	color: transparent
}

.qodef-portfolio-hide-back-to-link .qodef-portfolio-single .qodef-m-nav.qodef--back-link {
	display: none!important
}

.single-portfolio-item.qodef-layout--gallery-small .qodef-content-grid,
.single-portfolio-item.qodef-layout--images-small .qodef-content-grid,
.single-portfolio-item.qodef-layout--masonry-small .qodef-content-grid,
.single-portfolio-item.qodef-layout--slider-small .qodef-content-grid {
	width: 89.6%!important
}

@media only screen and (max-width:1680px) {
	.single-portfolio-item.qodef-layout--gallery-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--images-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--masonry-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--slider-small .qodef-content-grid {
		width: 88%!important
	}
}

@media only screen and (max-width:1440px) {
	.single-portfolio-item.qodef-layout--gallery-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--images-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--masonry-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--slider-small .qodef-content-grid {
		width: 86%!important
	}
}

@media only screen and (max-width:1368px) {
	.single-portfolio-item.qodef-layout--gallery-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--images-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--masonry-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--slider-small .qodef-content-grid {
		width: 85%!important
	}
}

@media only screen and (max-width:1280px) {
	.single-portfolio-item.qodef-layout--gallery-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--images-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--masonry-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--slider-small .qodef-content-grid {
		width: 84%!important
	}
}

@media only screen and (max-width:1024px) {
	.single-portfolio-item.qodef-layout--gallery-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--images-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--masonry-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--slider-small .qodef-content-grid {
		width: 768px!important
	}
}

@media only screen and (max-width:768px) {
	.single-portfolio-item.qodef-layout--gallery-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--images-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--masonry-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--slider-small .qodef-content-grid {
		width: 86%!important
	}
}

@media only screen and (max-width:680px) {
	.single-portfolio-item.qodef-layout--gallery-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--images-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--masonry-small .qodef-content-grid,
	.single-portfolio-item.qodef-layout--slider-small .qodef-content-grid {
		width: 82%!important
	}
}

.qodef-e-info-category .qodef-e-category {
	position: relative
}

.qodef-e-info-category .qodef-e-category:after {
	content: ',';
	display: inline-block
}

.qodef-e-info-category .qodef-e-category:last-child:after {
	content: none
}

.qodef-portfolio-category-list .qodef-e-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-portfolio-category-list .qodef-e-image img {
	display: block
}

.qodef-portfolio-category-list .qodef-e-content a {
	position: relative;
	z-index: 1
}

.qodef-portfolio-category-list .qodef-e-title {
	margin: 0
}

.qodef-portfolio-category-list .qodef-e-description {
	margin: 9px 0 0
}

.qodef-portfolio-category-list .qodef-e-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-content {
	opacity: 1
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 31px 40px;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description,
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title {
	color: #fff
}

.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content {
	margin-top: 28px
}

.qodef-portfolio-fullscreen-grid-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100vh;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-holder-inner {
	position: relative;
	z-index: 10
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000
}

@-webkit-keyframes qodefFadeOutCover {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes qodefFadeOutCover {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item.qodef-fade-out-cover:after {
	-webkit-animation: qodefFadeOutCover 1s cubic-bezier(.645, .045, .355, 1) forwards;
	animation: qodefFadeOutCover 1s cubic-bezier(.645, .045, .355, 1) forwards
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item.qodef-remove-cover:after {
	display: none
}

.touch .qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item {
	pointer-events: auto
}

.touch .qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item:after {
	display: none
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item.qodef-ready {
	pointer-events: auto
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item .qodef-fsg-item-inner {
	position: relative;
	display: block;
	height: 100%;
	padding: 0;
	border-right: 1px solid #73777b;
	border-bottom: 1px solid #73777b;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item .qodef-fsg-item-inner .qodef-fsg-item-table {
	display: table;
	width: 100%;
	height: 100%
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item .qodef-fsg-item-inner .qodef-fsg-item-table-cell {
	display: table-cell;
	vertical-align: bottom;
	text-align: center
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item .qodef-fsg-item-inner .qodef-fsg-item-table-cell .qodef-fsg-item-table-cell-content {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 13px 16px;
	text-align: left
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item .qodef-fsg-item-inner .qodef-fsg-item-table-cell .qodef-fsg-item-table-cell-content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #fff;
	-webkit-transition: width .5s cubic-bezier(.645, .045, .355, 1);
	-o-transition: width .5s cubic-bezier(.645, .045, .355, 1);
	transition: width .5s cubic-bezier(.645, .045, .355, 1);
	z-index: -1
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item .qodef-fsgi-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item .qodef-sli-title {
	color: #fff;
	margin: 0
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item .qodef-categories-holder {
	display: inline-block
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item .qodef-categories-holder a {
	font-size: 13px;
	font-weight: 500;
	color: #585858;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 1.846em
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item .qodef-categories-holder a a {
	color: currentColor
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item .qodef-categories-holder a:after {
	content: ','
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item .qodef-categories-holder a:last-child:after {
	content: none
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item .qodef-categories-holder,
.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item .qodef-sli-title {
	display: block;
	color: #000;
	opacity: 0;
	-webkit-transform: translateX(5%);
	-ms-transform: translateX(5%);
	transform: translateX(5%);
	visibility: hidden;
	-webkit-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item.hovered .qodef-fsg-item-table-cell .qodef-fsg-item-table-cell-content:after {
	width: 100%
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item.hovered .qodef-categories-holder,
.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item.hovered .qodef-sli-title {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: .4s ease-out .2s;
	-o-transition: .4s ease-out .2s;
	transition: .4s ease-out .2s
}

.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--1 .qodef-fsg-item {
	width: 100%
}

.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--2 .qodef-fsg-item {
	width: 50%
}

.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--3 .qodef-fsg-item {
	width: 33.05%
}

.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--4 .qodef-fsg-item {
	width: 25%
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-image-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-image-holder .qodef-image-url-holder-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0s .6s;
	-o-transition: opacity 0s .6s;
	transition: opacity 0s .6s;
	will-change: opacity
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-image-holder .qodef-image-url-holder-inner.hovered {
	z-index: 10;
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
	opacity: 1
}

.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-image-holder .qodef-image-url {
	height: 100%;
	background-position: center;
	background-size: cover
}

.qodef-portfolio-list-horizontal-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 calc(145px - 15px);
	overflow: hidden
}

@media only screen and (max-width:1366px) {
	.qodef-portfolio-list-horizontal-holder {
		margin: 0 calc(143px - 15px)
	}
}

@media only screen and (max-width:1366px) {
	.qodef-portfolio-list-horizontal-holder {
		margin: 0 calc(143px - 15px)
	}
}

@media only screen and (max-width:1280px) {
	.qodef-portfolio-list-horizontal-holder {
		margin: 0 calc(81px - 15px)
	}
}

@media only screen and (max-width:680px) {
	.qodef-portfolio-list-horizontal-holder {
		margin: 0 calc(63px - 15px)
	}
}

.qodef-overflow {
	overflow: hidden!important
}

.qodef-overflow.touch body {
	position: fixed;
	width: 100vw;
	height: 100vh
}

.qodef-portfolio-list-horizontal-holder .qodef-portfolio-horizontal-nav {
	display: inline;
	position: absolute
}

@media only screen and (max-width:680px) {
	.qodef-portfolio-list-horizontal-holder .qodef-portfolio-horizontal-nav {
		display: none
	}
}

.qodef-portfolio-list-horizontal-holder .qodef-portfolio-horizontal-nav.qodef-prev {
	left: 21px
}

.qodef-portfolio-list-horizontal-holder .qodef-portfolio-horizontal-nav.qodef-prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.qodef-portfolio-list-horizontal-holder .qodef-portfolio-horizontal-nav.qodef-next {
	right: 44px
}

.qodef-portfolio-list-horizontal-holder .qodef-portfolio-horizontal-nav svg {
	position: fixed;
	top: 50%
}

.qodef-portfolio-list-horizontal-holder .qodef-portfolio-horizontal-nav svg line {
	stroke-width: 1;
	stroke: #fff;
	fill: none;
	stroke-dashoffset: 0;
	stroke-dasharray: 35;
	-webkit-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease
}

.qodef-portfolio-list-horizontal-holder .qodef-portfolio-horizontal-nav svg line:last-child {
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

.qodef-portfolio-list-horizontal-holder .qodef-portfolio-horizontal-nav svg:hover {
	cursor: pointer
}

.qodef-portfolio-list-horizontal-holder .qodef-portfolio-horizontal-nav svg:hover line {
	stroke-dashoffset: 70
}

.qodef-portfolio-list-horizontal-holder .qodef-portfolio-list-horizontal-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	will-change: transform;
	-webkit-transition: -webkit-transform 1s cubic-bezier(.2, .84, .5, 1);
	transition: -webkit-transform 1s cubic-bezier(.2, .84, .5, 1);
	-o-transition: transform 1s cubic-bezier(.2, .84, .5, 1);
	transition: transform 1s cubic-bezier(.2, .84, .5, 1);
	transition: transform 1s cubic-bezier(.2, .84, .5, 1), -webkit-transform 1s cubic-bezier(.2, .84, .5, 1)
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-list-horizontal-holder .qodef-portfolio-list-horizontal-inner {
		width: 100vw!important;
		height: calc(100vh - 100px)!important;
		-webkit-transition: -webkit-transform 0s;
		transition: -webkit-transform 0s;
		-o-transition: transform 0s;
		transition: transform 0s;
		transition: transform 0s, -webkit-transform 0s;
		overflow-x: scroll
	}
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 15px
}

@media only screen and (max-width:680px) {
	.qodef-portfolio-list-horizontal-holder .qodef-plh-item {
		margin: 0 10px
	}
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item a,
.qodef-portfolio-list-horizontal-holder .qodef-plh-item img {
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0);
	-webkit-transition: -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1);
	-o-transition: clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: clip-path .9s cubic-bezier(.645, .045, .355, 1), -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1)
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-list-horizontal-holder .qodef-plh-item:last-child {
		padding-right: 50px
	}
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item .qodef-e-info-category,
.qodef-portfolio-list-horizontal-holder .qodef-plh-item .qodef-plhi-title-holder {
	-webkit-transform: translateY(27px);
	-ms-transform: translateY(27px);
	transform: translateY(27px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s ease .6s;
	-o-transition: .6s ease .6s;
	transition: .6s ease .6s
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item.qodef--appear a,
.qodef-portfolio-list-horizontal-holder .qodef-plh-item.qodef--appear img {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item.qodef--appear .qodef-e-info-category,
.qodef-portfolio-list-horizontal-holder .qodef-plh-item.qodef--appear .qodef-plhi-title-holder {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item>a {
	display: block;
	overflow: hidden
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item>a img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item>a:hover img {
	-webkit-transform: scale(1.03) translateX(5px);
	-ms-transform: scale(1.03) translateX(5px);
	transform: scale(1.03) translateX(5px)
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item .qodef-e-info-category a {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .2em;
	line-height: 1.846em;
	color: #bdbdbd;
	text-transform: uppercase
}

.qodef-portfolio-list-horizontal-holder img {
	vertical-align: middle;
	max-height: 50vh
}

.qodef-portfolio-list-horizontal-holder .qodef-plhi-title {
	margin: 20px 0 -1px
}

@media only screen and (max-height:320px) {
	.qodef-portfolio-list-horizontal-holder .qodef-plhi-title {
		margin: 7px 0 1px
	}
}

@media only screen and (max-width:680px) {
	.qodef-portfolio-list-horizontal-holder .qodef-plhi-title {
		font-size: 22px
	}
}

.qodef-portfolio-list-horizontal-holder .qodef-ptfh-static {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 70px 219px;
	position: relative
}

@media only screen and (max-width:1600px) {
	.qodef-portfolio-list-horizontal-holder .qodef-ptfh-static {
		padding: 52px 70px 162px
	}
}

@media only screen and (max-width:680px) {
	.qodef-portfolio-list-horizontal-holder .qodef-ptfh-static {
		display: block;
		padding: 52px 0 226px 7px;
		text-align: center
	}
	.qodef-portfolio-list-horizontal-holder .qodef-ptfh-static .qodef-ptfh-widget-area {
		position: relative;
		top: 20px;
		display: none
	}
	.qodef-portfolio-list-horizontal-holder .qodef-ptfh-static .qodef-ptfh-widget-area .widget_malgre_core_icon_list_item:last-child .qodef-icon-list-item {
		margin-right: 0!important
	}
}

.qodef-portfolio-list-horizontal-holder .qodef-ptfh-static .qodef-ptfh-widget-area .widget.widget_malgre_core_icon_list_item {
	margin: 0;
	position: relative;
	top: 3px
}

.qodef-portfolio-list-horizontal-holder .qodef-ptfh-title {
	margin: 0;
	max-width: 70%;
	opacity: 0;
	-webkit-animation: fadeIn 1s 1s forwards;
	animation: fadeIn 1s 1s forwards
}

@media only screen and (max-width:1440px) {
	.qodef-portfolio-list-horizontal-holder .qodef-ptfh-title {
		font-size: 33px;
		max-width: 100%
	}
}

@media only screen and (max-width:680px) {
	.qodef-portfolio-list-horizontal-holder .qodef-ptfh-title {
		display: none
	}
}

.qodef-portfolio-list-horizontal-holder .qodef-ptfh-title>span {
	display: block;
	-webkit-transition: .6s cubic-bezier(.11, .29, .03, .88);
	-o-transition: .6s cubic-bezier(.11, .29, .03, .88);
	transition: .6s cubic-bezier(.11, .29, .03, .88)
}

.qodef-portfolio-list-horizontal-holder .qodef-ptfh-title>span:first-child {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

@media all and (-ms-high-contrast:none) {
	.qodef-portfolio-list-horizontal-holder .qodef-ptfh-title>span:first-child {
		color: #fff;
		text-shadow: -1px -1px 0 #bbb, 1px 1px 0 #bbb, -1px 1px 0 #bbb, 1px -1px 0 #bbb
	}
}

.qodef-portfolio-list-horizontal-holder .qodef-ptfh-title>span:last-child {
	-webkit-transition-delay: .75s;
	-o-transition-delay: .75s;
	transition-delay: .75s
}

@-webkit-keyframes qodefPTFHfade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes qodefPTFHfade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.qodef-portfolio-list-horizontal-holder.qodef-loaded {
	visibility: visible
}

.qodef-portfolio-list-horizontal-holder.qodef-loaded .qodef-ptfh-title>span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.qodef-portfolio-list-horizontal-holder.qodef-loaded .qodef-portfolio-list-horizontal-inner {
	-webkit-animation: qodefPTFHfade 2s forwards cubic-bezier(.2, .84, .5, 1);
	animation: qodefPTFHfade 2s forwards cubic-bezier(.2, .84, .5, 1);
	will-change: transform
}

.qodef-portfolio-list-horizontal-holder.qodef-light .qodef-plhi-title {
	color: #fff
}

.qodef-portfolio-list-horizontal-holder.qodef-light .qodef-plhi-title a {
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

.qodef-portfolio-list-horizontal-holder.qodef-light .qodef-plhi-title a:hover {
	color: #929292
}

.qodef-portfolio-list-horizontal-holder.qodef-light .qodef-portfolio-horizontal-nav svg .cls-1 {
	stroke: #fff;
	stroke-width: .75px
}

@media screen and (max-width:1680px) and (max-height:800px) {
	.qodef-portfolio-list-horizontal-holder img {
		width: 41vh;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top center;
		object-position: top center
	}
}

@media screen and (max-width:1440px) and (max-height:777px) {
	.qodef-portfolio-list-horizontal-holder img {
		width: 39vh;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top center;
		object-position: top center
	}
}

@media screen and (max-width:1366px) and (max-height:645px) {
	.qodef-portfolio-list-horizontal-holder img {
		width: 44vh;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top center;
		object-position: top center
	}
}

@media screen and (max-width:1280px) and (max-height:677px) {
	.qodef-portfolio-list-horizontal-holder img {
		width: 42vh;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top center;
		object-position: top center
	}
}

.qodef-portfolio-interactive-showcase-holder {
	position: relative;
	height: 100vh;
	overflow: hidden
}

body.qodef-fullscreen-menu--opened .qodef-portfolio-interactive-showcase-holder {
	opacity: 0
}

.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
	-webkit-transform: rotate(-90deg) translateY(-40%);
	-ms-transform: rotate(-90deg) translateY(-40%);
	transform: rotate(-90deg) translateY(-40%);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	height: 100%
}

.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
	bottom: initial!important;
	right: initial;
	left: -70px;
	top: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-item-align: center;
	align-self: center;
	width: 100vh
}

.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination .swiper-pagination-bullet {
	width: auto;
	margin: 0 6px
}

.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination .swiper-pagination-bullet:after {
	content: none
}

.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination .swiper-pagination-bullet .number {
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 12px;
	font-weight: 500;
	width: 22px;
	height: 28px;
	vertical-align: middle;
	zoom: 1.1
}

.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination .swiper-pagination-bullet .number:after {
	content: "";
	display: block;
	width: 31px;
	height: 1px;
	background-color: #000;
	position: absolute;
	-webkit-transform: rotate(-50deg) scaleX(0);
	-ms-transform: rotate(-50deg) scaleX(0);
	transform: rotate(-50deg) scaleX(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	top: 12px;
	left: -5px;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination .swiper-pagination-bullet .number:hover:after {
	-webkit-transform: rotate(-50deg) scaleX(1);
	-ms-transform: rotate(-50deg) scaleX(1);
	transform: rotate(-50deg) scaleX(1)
}

.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .number:after {
	-webkit-transform: rotate(-50deg) scaleX(1);
	-ms-transform: rotate(-50deg) scaleX(1);
	transform: rotate(-50deg) scaleX(1)
}

.qodef-portfolio-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two {
	position: absolute;
	top: 0;
	right: 0;
	width: 74.6%;
	height: 100%;
	z-index: 50
}

.qodef-portfolio-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.qodef-portfolio-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-image-url {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-animation: qodef-img-to-left .7s cubic-bezier(.645, .045, .355, 1) forwards;
	animation: qodef-img-to-left .7s cubic-bezier(.645, .045, .355, 1) forwards;
	-webkit-transition: opacity 0s .7s;
	-o-transition: opacity 0s .7s;
	transition: opacity 0s .7s
}

.qodef-portfolio-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-image-url.qodef-active-image {
	opacity: 1;
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
	-webkit-animation: qodef-img-from-left .7s cubic-bezier(.645, .045, .355, 1) forwards;
	animation: qodef-img-from-left .7s cubic-bezier(.645, .045, .355, 1) forwards
}

.qodef-portfolio-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-image-url a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5
}

.qodef-portfolio-interactive-showcase-holder .swiper-slide {
	padding-top: 175px
}

.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title {
	margin: 0;
	left: -50px;
	position: relative;
	display: block;
	text-align: center;
	font-size: 140px;
	letter-spacing: -.047em;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title .qodef-e-title-link {
	position: relative
}

.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title .qodef-e-title-link:after {
	content: '';
	display: block;
	height: 4px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: currentColor;
	-webkit-transform: scaleX(0) translateY(50%);
	-ms-transform: scaleX(0) translateY(50%);
	transform: scaleX(0) translateY(50%);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.85, .26, .17, 1);
	transition: -webkit-transform .3s cubic-bezier(.85, .26, .17, 1);
	-o-transition: transform .3s cubic-bezier(.85, .26, .17, 1);
	transition: transform .3s cubic-bezier(.85, .26, .17, 1);
	transition: transform .3s cubic-bezier(.85, .26, .17, 1), -webkit-transform .3s cubic-bezier(.85, .26, .17, 1)
}

.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title .qodef-e-title-link:hover:after {
	-webkit-transform: scaleX(1) translateY(50%);
	-ms-transform: scaleX(1) translateY(50%);
	transform: scaleX(1) translateY(50%);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.85, .26, .17, 1);
	transition: -webkit-transform .4s cubic-bezier(.85, .26, .17, 1);
	-o-transition: transform .4s cubic-bezier(.85, .26, .17, 1);
	transition: transform .4s cubic-bezier(.85, .26, .17, 1);
	transition: transform .4s cubic-bezier(.85, .26, .17, 1), -webkit-transform .4s cubic-bezier(.85, .26, .17, 1)
}

.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title .qodef-e-title-link.active:after {
	-webkit-transform: scaleX(1) translateY(50%);
	-ms-transform: scaleX(1) translateY(50%);
	transform: scaleX(1) translateY(50%);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.85, .26, .17, 1);
	transition: -webkit-transform .4s cubic-bezier(.85, .26, .17, 1);
	-o-transition: transform .4s cubic-bezier(.85, .26, .17, 1);
	transition: transform .4s cubic-bezier(.85, .26, .17, 1);
	transition: transform .4s cubic-bezier(.85, .26, .17, 1), -webkit-transform .4s cubic-bezier(.85, .26, .17, 1)
}

.qodef-portfolio-interactive-showcase-holder .swiper-slide.swiper-slide-duplicate-next .qodef-e-title .qodef-e-title-link:after,
.qodef-portfolio-interactive-showcase-holder .swiper-slide.swiper-slide-next .qodef-e-title .qodef-e-title-link:after {
	-webkit-transform: scaleX(1) translateY(50%);
	-ms-transform: scaleX(1) translateY(50%);
	transform: scaleX(1) translateY(50%);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.85, .26, .17, 1) .4s;
	transition: -webkit-transform .4s cubic-bezier(.85, .26, .17, 1) .4s;
	-o-transition: transform .4s cubic-bezier(.85, .26, .17, 1) .4s;
	transition: transform .4s cubic-bezier(.85, .26, .17, 1) .4s;
	transition: transform .4s cubic-bezier(.85, .26, .17, 1) .4s, -webkit-transform .4s cubic-bezier(.85, .26, .17, 1) .4s
}

.qodef-portfolio-list.qodef-swiper-fix.qodef-swiper-container {
	width: calc(100% + 2px)
}

.qodef-portfolio-list.qodef-skin--light .qodef-e-title {
	color: #fff
}

.qodef-portfolio-list.qodef-skin--light .qodef-e-title a:hover {
	color: #fff
}

.qodef-portfolio-list.qodef-skin--light .qodef-e-info-category {
	color: #878d92
}

.qodef-portfolio-list.qodef-swiper-container .swiper-button-next,
.qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
	color: transparent
}

.qodef-portfolio-list article.qodef-item-has--video .qodef-e-media-image {
	position: relative
}

.qodef-portfolio-list article.qodef-item-has--video .qodef-m-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	font-size: 106px;
	line-height: 1
}

.qodef-portfolio-list article.qodef-item-has--video .qodef-m-play .qodef-m-play-inner {
	display: block;
	line-height: inherit;
	width: 90px;
	height: 90px
}

.qodef-portfolio-list article.qodef-item-has--video .qodef-m-play .qodef-m-play-inner:before {
	display: block;
	line-height: inherit
}

.qodef-portfolio-list article.qodef-item-has--video .qodef-m-play .qodef-m-play-inner svg {
	color: #fff
}

.qodef-portfolio-list article.qodef-item-has--self-hosted-video .qodef-e-media-image {
	position: relative
}

.qodef-portfolio-list article.qodef-item-has--self-hosted-video .qodef-video-holder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%
}

.qodef-portfolio-list article.qodef-item-has--self-hosted-video .qodef-video-holder .qodef-m-video {
	height: 100%
}

.qodef-portfolio-list article.qodef-item-has--self-hosted-video .qodef-video-holder video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.archive .qodef-portfolio-list article.qodef-item-has--self-hosted-video .qodef-video-holder {
	display: none
}

.qodef-portfolio-list article.qodef-item-has--self-hosted-video .qodef-e-media-image>img {
	opacity: 0;
	visibility: hidden
}

body.archive .qodef-portfolio-list article.qodef-item-has--self-hosted-video .qodef-e-media-image>img {
	opacity: 1;
	visibility: visible
}

.qodef-portfolio-list .qodef-e-inner {
	position: relative
}

.qodef-portfolio-list .qodef-e-image img {
	display: block
}

.qodef-portfolio-list .qodef-e-title {
	margin: 0
}

.qodef-portfolio-list .qodef-m-pagination {
	margin-top: 35px
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
	height: 100%;
	overflow: hidden
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
	height: 100%
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%
}

.qodef-portfolio-list .qodef-e-portfolio-read-more {
	position: absolute;
	right: -70px;
	bottom: -128px;
	z-index: 50
}

@media only screen and (max-width:768px) {
	.qodef-portfolio-list .qodef-e-portfolio-read-more {
		right: 0
	}
}

.elementor-editor-active .qodef-portfolio-list.qodef-layout--columns.qodef-appear-animation .qodef-e .qodef-e-inner {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-portfolio-list.qodef-layout--columns.qodef-appear-animation .qodef-e .qodef-e-inner {
	-webkit-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0);
	-webkit-transition: .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: .6s cubic-bezier(.645, .045, .355, 1);
	transition: .6s cubic-bezier(.645, .045, .355, 1)
}

.qodef-portfolio-list.qodef-layout--columns.qodef-appear-animation .qodef-e:nth-of-type(2) .qodef-e-inner {
	-webkit-transition-delay: .24s;
	-o-transition-delay: .24s;
	transition-delay: .24s
}

.qodef-portfolio-list.qodef-layout--columns.qodef-appear-animation .qodef-e:nth-of-type(3) .qodef-e-inner {
	-webkit-transition-delay: .36s;
	-o-transition-delay: .36s;
	transition-delay: .36s
}

.qodef-portfolio-list.qodef-layout--columns.qodef-appear-animation .qodef-e:nth-of-type(4) .qodef-e-inner {
	-webkit-transition-delay: .48s;
	-o-transition-delay: .48s;
	transition-delay: .48s
}

.qodef-portfolio-list.qodef-layout--columns.qodef-appear-animation .qodef-e:nth-of-type(5) .qodef-e-inner {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

.qodef-portfolio-list.qodef-layout--columns.qodef-appear-animation .qodef-e:nth-of-type(6) .qodef-e-inner {
	-webkit-transition-delay: .72s;
	-o-transition-delay: .72s;
	transition-delay: .72s
}

.qodef-portfolio-list.qodef-layout--columns.qodef-appear-animation .qodef-e:nth-of-type(7) .qodef-e-inner {
	-webkit-transition-delay: .84s;
	-o-transition-delay: .84s;
	transition-delay: .84s
}

.qodef-portfolio-list.qodef-layout--columns.qodef-appear-animation .qodef-e:nth-of-type(8) .qodef-e-inner {
	-webkit-transition-delay: .96s;
	-o-transition-delay: .96s;
	transition-delay: .96s
}

.qodef-portfolio-list.qodef-layout--columns.qodef-appear-animation .qodef-e:nth-of-type(9) .qodef-e-inner {
	-webkit-transition-delay: 1.08s;
	-o-transition-delay: 1.08s;
	transition-delay: 1.08s
}

.qodef-portfolio-list.qodef-layout--columns.qodef-appear-animation .qodef-e:nth-of-type(10) .qodef-e-inner {
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s
}

.qodef-portfolio-list.qodef-layout--columns.qodef-appear-animation.qodef--appeared .qodef-e .qodef-e-inner {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-portfolio-list.qodef-layout--columns.qodef-appear-animation.qodef--appeared .qodef-e-portfolio-read-more {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-portfolio-list.qodef-layout--columns.qodef-appear-animation .qodef-e-portfolio-read-more {
	-webkit-transform: translateY(27px);
	-ms-transform: translateY(27px);
	transform: translateY(27px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s ease .6s;
	-o-transition: .6s ease .6s;
	transition: .6s ease .6s
}

.qodef-portfolio-list.qodef-layout--masonry.qodef-appear-animation-masonry .qodef-e.qodef-item--portrait .qodef-e-inner {
	-webkit-transform: translateY(-2%);
	-ms-transform: translateY(-2%);
	transform: translateY(-2%);
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0)
}

.qodef-portfolio-list.qodef-layout--masonry.qodef-appear-animation-masonry .qodef-e.qodef-item--landscape .qodef-e-inner {
	-webkit-transform: translateX(2%);
	-ms-transform: translateX(2%);
	transform: translateX(2%);
	clip-path: inset(0 0 0 100%);
	-webkit-clip-path: inset(0 0 0 100%)
}

.qodef-portfolio-list.qodef-layout--masonry.qodef-appear-animation-masonry .qodef-e.qodef-item--full .qodef-e-inner {
	-webkit-transform: translateX(-2%);
	-ms-transform: translateX(-2%);
	transform: translateX(-2%);
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0)
}

.qodef-portfolio-list.qodef-layout--masonry.qodef-appear-animation-masonry .qodef-e.qodef-item--huge-square .qodef-e-inner {
	-webkit-transform: translateX(-2%);
	-ms-transform: translateX(-2%);
	transform: translateX(-2%);
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0)
}

.qodef-portfolio-list.qodef-layout--masonry.qodef-appear-animation-masonry .qodef-e.qodef--appeared.qodef-item--portrait .qodef-e-inner {
	-webkit-animation-name: qodef-portfolio-show-element-top;
	animation-name: qodef-portfolio-show-element-top;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.qodef-portfolio-list.qodef-layout--masonry.qodef-appear-animation-masonry .qodef-e.qodef--appeared.qodef-item--landscape .qodef-e-inner {
	-webkit-animation-name: qodef-portfolio-show-element-right;
	animation-name: qodef-portfolio-show-element-right;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.qodef-portfolio-list.qodef-layout--masonry.qodef-appear-animation-masonry .qodef-e.qodef--appeared.qodef-item--full .qodef-e-inner {
	-webkit-animation-name: qodef-portfolio-show-element-left;
	animation-name: qodef-portfolio-show-element-left;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.qodef-portfolio-list.qodef-layout--masonry.qodef-appear-animation-masonry .qodef-e.qodef--appeared.qodef-item--huge-square .qodef-e-inner {
	-webkit-animation-name: qodef-portfolio-show-element-left;
	animation-name: qodef-portfolio-show-element-left;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.elementor-editor-active .qodef-portfolio-list.qodef-layout--masonry.qodef-appear-animation-masonry .qodef-e.qodef-item--portrait .qodef-e-inner {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.elementor-editor-active .qodef-portfolio-list.qodef-layout--masonry.qodef-appear-animation-masonry .qodef-e.qodef-item--landscape .qodef-e-inner {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.elementor-editor-active .qodef-portfolio-list.qodef-layout--masonry.qodef-appear-animation-masonry .qodef-e.qodef-item--full .qodef-e-inner {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.elementor-editor-active .qodef-portfolio-list.qodef-layout--masonry.qodef-appear-animation-masonry .qodef-e.qodef-item--huge-square .qodef-e-inner {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-skin--light .qodef-e-info-category a {
	color: #878d92
}

.qodef-portfolio-list.qodef-item-layout--info-below .swiper-button-next,
.qodef-portfolio-list.qodef-item-layout--info-below .swiper-button-prev {
	top: calc(50% - 37px)
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e .qodef-e-image {
	overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e .qodef-e-image img {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e:hover .qodef-e-image img {
	-webkit-transform: scale(1.04) translateX(5px);
	-ms-transform: scale(1.04) translateX(5px);
	transform: scale(1.04) translateX(5px)
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
	margin-top: 16px;
	padding-bottom: 18px
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 500;
	color: #585858;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 1.846em;
	margin-top: 6px
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category a {
	color: currentColor
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-video-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-video-content-inner {
	background-color: rgba(10, 10, 10, .8);
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-video-content-inner>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-video-content-inner * {
	color: #fff;
	z-index: 1
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
	position: absolute;
	bottom: 9%;
	left: 4%
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner>a {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner * {
	color: #fff;
	z-index: 1
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-item-has--video .qodef-e-video-content {
	position: absolute;
	bottom: 9%;
	right: 4%
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow:not(.qodef-swiper-container) .qodef-e-inner {
	overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow:not(.qodef-swiper-container) .qodef-e-inner .qodef-e-image {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow:not(.qodef-swiper-container) .qodef-e-inner:hover .qodef-e-image {
	-webkit-transform: scale(1.03) translateX(5px);
	-ms-transform: scale(1.03) translateX(5px);
	transform: scale(1.03) translateX(5px)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-content {
	display: none
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-video-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-video-content-inner {
	background-color: rgba(10, 10, 10, .8);
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-video-content-inner>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-video-content-inner * {
	color: #fff;
	z-index: 1
}

.qodef-follow-info-holder {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	pointer-events: none;
	visibility: hidden;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.qodef-follow-info-holder.qodef-right {
	text-align: right;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.qodef-follow-info-holder .qodef-follow-info-inner {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.qodef-follow-info-holder .qodef-follow-info-title {
	display: inline-block;
	position: relative;
	color: #000;
	background-color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 8;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	padding: 13px 67px 13px 16px
}

.qodef-follow-info-holder .qodef-follow-info-title>* {
	margin: 0
}

.qodef-follow-info-holder .qodef-follow-info-category {
	display: inline-block;
	padding: 6px 29px 6px 13px;
	background-color: #000;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .3em;
	z-index: 9;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	text-transform: uppercase
}

.qodef-follow-info-holder .qodef-follow-info-category a {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .2em;
	line-height: 1.846;
	color: #878d92
}

.qodef-follow-info-holder .qodef-follow-info-category a:not(:last-child):after {
	content: '/';
	margin: 0 2px 0 3px
}

.qodef-follow-info-holder.qodef-is-active {
	visibility: visible
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category,
.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0)
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title {
	-webkit-transition: -webkit-clip-path .5s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-clip-path .5s cubic-bezier(.645, .045, .355, 1);
	-o-transition: clip-path .5s cubic-bezier(.645, .045, .355, 1);
	transition: clip-path .5s cubic-bezier(.645, .045, .355, 1);
	transition: clip-path .5s cubic-bezier(.645, .045, .355, 1), -webkit-clip-path .5s cubic-bezier(.645, .045, .355, 1)
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category {
	-webkit-transition: -webkit-clip-path .5s cubic-bezier(.645, .045, .355, 1) .25s;
	transition: -webkit-clip-path .5s cubic-bezier(.645, .045, .355, 1) .25s;
	-o-transition: clip-path .5s cubic-bezier(.645, .045, .355, 1) .25s;
	transition: clip-path .5s cubic-bezier(.645, .045, .355, 1) .25s;
	transition: clip-path .5s cubic-bezier(.645, .045, .355, 1) .25s, -webkit-clip-path .5s cubic-bezier(.645, .045, .355, 1) .25s
}

.qodef-info-follow-alt-style .qodef-follow-info-holder .qodef-follow-info-title {
	padding: 17px 48px 17px 16px
}

.qodef-info-follow-alt-style .qodef-follow-info-holder .qodef-follow-info-category {
	margin-top: 2px;
	background-color: #fff
}

.qodef-info-follow-alt-style .qodef-follow-info-holder .qodef-follow-info-category a {
	color: #585858
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 31px 66px 30px 16px;
	overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #fff;
	-webkit-transition: width .5s cubic-bezier(.645, .045, .355, 1);
	-o-transition: width .5s cubic-bezier(.645, .045, .355, 1);
	transition: width .5s cubic-bezier(.645, .045, .355, 1);
	z-index: 0
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-content-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-content-inner * {
	z-index: 1
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-content-inner .qodef-e-title a {
	display: block;
	line-height: 1
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-content-inner .qodef-e-info-category {
	margin-top: 3px
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-content-inner .qodef-e-info-category a {
	font-size: 13px;
	font-weight: 500;
	color: #585858;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 1.846em
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-content-inner .qodef-e-info-category a a {
	color: currentColor
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-item-has--video .qodef-e-video-content {
	position: absolute;
	bottom: 0;
	right: 0
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-inner {
	cursor: pointer
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-inner .qodef-e-media-image {
	overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-inner .qodef-e-media-image img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-inner .qodef-e-content .qodef-e-content-inner {
	opacity: 0;
	-webkit-transform: translateX(5%);
	-ms-transform: translateX(5%);
	transform: translateX(5%);
	visibility: hidden;
	-webkit-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-inner .qodef-e-content .qodef-e-content-inner .qodef-e-info-category a:after {
	content: ',';
	display: inline-block;
	position: relative
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-inner .qodef-e-content .qodef-e-content-inner .qodef-e-info-category a:last-child:after {
	display: none
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-inner:hover .qodef-e-media-image img {
	-webkit-transform: scale(1.03) translateX(5px);
	-ms-transform: scale(1.03) translateX(5px);
	transform: scale(1.03) translateX(5px)
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-inner:hover .qodef-e-content:after {
	width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-inner:hover .qodef-e-content-inner {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: .4s ease-out .3s;
	-o-transition: .4s ease-out .3s;
	transition: .4s ease-out .3s
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-video-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-video-content-inner {
	background-color: #0a0a0a;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner>a,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-video-content-inner>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner *,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-video-content-inner * {
	color: #fff;
	z-index: 1
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-e-info-category,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-video-content-inner .qodef-e-info-category {
	margin-top: 3px;
	text-align: center
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-e-info-category .qodef-e-category,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-video-content-inner .qodef-e-info-category .qodef-e-category {
	font-size: 13px;
	font-weight: 500;
	color: #585858;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 1.846em;
	color: #fff;
	position: relative
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-e-info-category .qodef-e-category a,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-video-content-inner .qodef-e-info-category .qodef-e-category a {
	color: currentColor
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-e-info-category .qodef-e-category:after,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-video-content-inner .qodef-e-info-category .qodef-e-category:after {
	content: ',';
	display: inline-block
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-e-info-category .qodef-e-category:last-child:after,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-video-content-inner .qodef-e-info-category .qodef-e-category:last-child:after {
	content: none
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-e-title {
	text-align: center
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-slide-in-addtional-url {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-item-has--video .qodef-e-content {
	display: none
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-inner {
	overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-content,
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-video-content {
	display: none;
	padding: inherit;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-image {
	overflow: hidden
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-image .qodef-e-media-image {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-video-content {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-info-category,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-title,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-video-content .qodef-e-info-category,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-video-content .qodef-e-title {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	transform: translateX(-10%);
	-webkit-transition: .45s cubic-bezier(.165, .84, .44, 1) .15s;
	-o-transition: .45s cubic-bezier(.165, .84, .44, 1) .15s;
	transition: .45s cubic-bezier(.165, .84, .44, 1) .15s
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-info-category,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-video-content .qodef-e-info-category {
	-webkit-transition: .45s cubic-bezier(.165, .84, .44, 1) .2s;
	-o-transition: .45s cubic-bezier(.165, .84, .44, 1) .2s;
	transition: .45s cubic-bezier(.165, .84, .44, 1) .2s
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-image .qodef-e-media-image {
	-webkit-transform: translateX(5%);
	-ms-transform: translateX(5%);
	transform: translateX(5%);
	-webkit-transition: .45s cubic-bezier(.645, .045, .355, 1);
	-o-transition: .45s cubic-bezier(.645, .045, .355, 1);
	transition: .45s cubic-bezier(.645, .045, .355, 1)
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
	opacity: 1
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-info-category,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-title {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-item-has--video:hover .qodef-e-video-content {
	opacity: 1
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-item-has--video .qodef-e-content {
	display: none
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--slide-in .qodef-e-content {
	min-height: 104px;
	height: auto;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--slide-in .qodef-e-content .qodef-e-content-inner {
	min-height: 104px;
	height: auto;
	background-color: #701126;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--slide-in .qodef-e-video-content {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--slide-in .qodef-e-video-content .qodef-e-video-content-inner {
	background-color: transparent
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--slide-in .qodef-e:hover .qodef-e-content {
	opacity: 1
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--slide-in .qodef-e:hover .qodef-e-content .qodef-e-content-inner {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--slide-in .qodef-item-has--video:hover .qodef-e-video-content {
	opacity: 1
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--slide-in .qodef-item-has--video .qodef-e-content {
	display: block;
	min-height: 104px;
	height: 104px
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--slide-in .qodef-item-has--video .qodef-slide-in-addtional-url {
	display: none
}

#qodef-portfolio-single-related-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 86px
}

#qodef-single-portfolio-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 54px 0 3px
}

#qodef-single-portfolio-navigation .qodef-m-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#qodef-single-portfolio-navigation .qodef-m-nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#qodef-single-portfolio-navigation .qodef-m-nav>* {
	display: block;
	line-height: inherit
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: url(../../plugins/malgre-core/assets/img/arrow-left.svg) center center no-repeat;
	position: absolute;
	top: 50%;
	left: -7px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
	margin-right: 5px;
	display: none
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-label {
	padding-left: 43px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
	margin-left: auto
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: url(../../plugins/malgre-core/assets/img/arrow-right.svg) center center no-repeat;
	position: absolute;
	top: 50%;
	right: -7px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-label {
	padding-right: 43px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
	margin-left: 5px;
	display: none
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: calc(50% - 16px)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
	font-size: 32px
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon {
	font-size: 30px
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
	font-weight: 600;
	font-size: 22px;
	line-height: 84px;
	letter-spacing: -.02em;
	font-family: Yantramanav
}

@media only screen and (max-width:680px) {
	#qodef-single-portfolio-navigation .qodef-m-nav-label {
		font-size: 14px
	}
	#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-label {
		padding-left: 25px;
		opacity: 0
	}
	#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-label {
		padding-right: 25px;
		opacity: 0
	}
}

.qodef-portfolio-single.qodef-layout--custom .qodef-portfolio-content {
	margin: 0 0 17px
}

.qodef-portfolio-single.qodef-layout--custom .qodef-e-excerpt {
	margin: 27px 0 0;
	font-size: 17px
}

.qodef-portfolio-single.qodef-layout--custom .qodef-portfolio-title {
	margin: -3px 0 1px
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--custom .qodef-portfolio-title {
		margin: -3px 0 1px
	}
}

.qodef-portfolio-single.qodef-layout--custom .qodef-info--category {
	margin-bottom: 23px
}

.qodef-portfolio-single.qodef-layout--custom #qodef-single-portfolio-navigation {
	margin: 43px 0 3px
}

.qodef-portfolio-single.qodef-layout--custom .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
	margin-top: 23px!important
}

.qodef-portfolio-single.qodef-layout--custom .qodef-media .qodef-grid-item {
	display: block;
	margin-bottom: 60px;
	float: none
}

.qodef-portfolio-single.qodef-layout--custom .qodef-portfolio-description {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 26px;
	padding-right: 50px
}

@media only screen and (max-width:680px) {
	.qodef-portfolio-single.qodef-layout--custom .qodef-portfolio-description {
		padding-right: 0
	}
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-info--category {
	margin: 2px 0 23px
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-media .qodef-grid-item:last-child {
	margin-bottom: 10px
}

@media only screen and (max-width:680px) {
	.qodef-portfolio-single.qodef-layout--gallery-big .qodef-media .qodef-grid-item:last-child {
		margin-bottom: 60px
	}
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item {
	margin-top: 45px!important
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info.qodef-grid-item {
	margin-top: 66px!important
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-content {
	margin: 0
}

.qodef-portfolio-single.qodef-layout--gallery-big #qodef-single-portfolio-navigation {
	margin: 43px 0 3px
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-content {
	max-width: 60%
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-title {
	margin: 95px 0 2px
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
	margin-right: 28px
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media .qodef-grid-item {
	display: block
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info {
	margin-top: 48px!important
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-content {
	margin: 0
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-info--category {
	margin: 2px 0 23px
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item {
	margin-top: 26px!important
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
	display: block;
	margin-bottom: 60px;
	float: none
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:last-child {
	margin-bottom: 20px
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info.qodef-grid-item {
	margin-top: 46px!important
}

.qodef-portfolio-single.qodef-layout--images-big #qodef-single-portfolio-navigation {
	margin: 43px 0 3px
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content {
	max-width: 60%
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-title {
	margin: 95px 0 2px
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-title {
		margin: -4px 0 2px
	}
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media {
	margin-right: 28px
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
	display: block;
	margin-bottom: 60px;
	float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
	margin-bottom: 0
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info {
	margin-top: 48px!important
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--images-small .qodef-ps-info-holder.qodef-ps-info-sticky-holder {
		margin-top: 0!important
	}
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-title {
	margin: 20px 0 2px
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-info--category {
	margin: 2px 0 23px
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item {
	margin-top: 25px!important
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info.qodef-grid-item {
	margin-top: 66px!important
}

.qodef-portfolio-single.qodef-layout--masonry-big #qodef-single-portfolio-navigation {
	margin: 43px 0 3px
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-content {
	margin: 0
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content {
	max-width: 60%
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-title {
	margin: 95px 0 2px
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-title {
		margin: -4px 0 2px
	}
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
	margin-right: 28px
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info {
	margin-top: 48px!important
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-title {
	margin: 20px 0 2px
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-info--category {
	margin: 2px 0 23px
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-grid-item {
	margin-top: 25px!important
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-info.qodef-grid-item {
	margin-top: 66px!important
}

.qodef-portfolio-single.qodef-layout--slider-big #qodef-single-portfolio-navigation {
	margin: 43px 0 3px
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-content {
	margin: 0
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-content {
	max-width: 60%
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-title {
	margin: 11.3% 0 2px
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-title {
		margin: -4px 0 2px
	}
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-media {
	margin-right: 28px
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info {
	margin-top: 48px!important
}

.qodef-portfolio-single-slider .swiper-slide {
	width: auto
}

.qodef-portfolio-single.qodef-layout--slider .qodef-info--category {
	margin: 2px 0 23px
}

.qodef-portfolio-single.qodef-layout--slider .qodef-portfolio-info {
	margin-top: 20px!important
}

.qodef-team-list.qodef-skin--light .qodef-e-title {
	color: #fff
}

.qodef-team-list .qodef-e-role {
	margin: 0
}

.qodef-team-list .qodef-e-title {
	margin: 2px 0 3px
}

.qodef-team-list .qodef-e-role {
	font-size: 13px;
	font-weight: 500;
	color: #585858;
	text-transform: uppercase;
	letter-spacing: .2em
}

.qodef-team-list .qodef-e-role a {
	color: currentColor
}

.qodef-team-list .qodef-team-member-social-icons {
	margin: 0
}

.qodef-team-list.qodef-appear-animation .qodef-e .qodef-e-image {
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0);
	-webkit-transition: -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1);
	-o-transition: clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: clip-path .9s cubic-bezier(.645, .045, .355, 1), -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1)
}

.elementor-editor-active .qodef-team-list.qodef-appear-animation .qodef-e .qodef-e-image {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-team-list.qodef-appear-animation .qodef-e .qodef-e-content {
	-webkit-transform: translateY(27px);
	-ms-transform: translateY(27px);
	transform: translateY(27px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s ease .6s;
	-o-transition: .6s ease .6s;
	transition: .6s ease .6s
}

.elementor-editor-active .qodef-team-list.qodef-appear-animation .qodef-e .qodef-e-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(1) .qodef-e-image {
	-webkit-transition-delay: .16s;
	-o-transition-delay: .16s;
	transition-delay: .16s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(1) .qodef-e-content {
	-webkit-transition-delay: .76s;
	-o-transition-delay: .76s;
	transition-delay: .76s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(2) .qodef-e-image {
	-webkit-transition-delay: .32s;
	-o-transition-delay: .32s;
	transition-delay: .32s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(2) .qodef-e-content {
	-webkit-transition-delay: .92s;
	-o-transition-delay: .92s;
	transition-delay: .92s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(3) .qodef-e-image {
	-webkit-transition-delay: .48s;
	-o-transition-delay: .48s;
	transition-delay: .48s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(3) .qodef-e-content {
	-webkit-transition-delay: 1.08s;
	-o-transition-delay: 1.08s;
	transition-delay: 1.08s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(4) .qodef-e-image {
	-webkit-transition-delay: .64s;
	-o-transition-delay: .64s;
	transition-delay: .64s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(4) .qodef-e-content {
	-webkit-transition-delay: 1.24s;
	-o-transition-delay: 1.24s;
	transition-delay: 1.24s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(5) .qodef-e-image {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(5) .qodef-e-content {
	-webkit-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(6) .qodef-e-image {
	-webkit-transition-delay: .96s;
	-o-transition-delay: .96s;
	transition-delay: .96s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(6) .qodef-e-content {
	-webkit-transition-delay: 1.56s;
	-o-transition-delay: 1.56s;
	transition-delay: 1.56s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(7) .qodef-e-image {
	-webkit-transition-delay: 1.12s;
	-o-transition-delay: 1.12s;
	transition-delay: 1.12s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(7) .qodef-e-content {
	-webkit-transition-delay: 1.72s;
	-o-transition-delay: 1.72s;
	transition-delay: 1.72s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(8) .qodef-e-image {
	-webkit-transition-delay: 1.28s;
	-o-transition-delay: 1.28s;
	transition-delay: 1.28s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(8) .qodef-e-content {
	-webkit-transition-delay: 1.88s;
	-o-transition-delay: 1.88s;
	transition-delay: 1.88s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(9) .qodef-e-image {
	-webkit-transition-delay: 1.44s;
	-o-transition-delay: 1.44s;
	transition-delay: 1.44s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(9) .qodef-e-content {
	-webkit-transition-delay: 2.04s;
	-o-transition-delay: 2.04s;
	transition-delay: 2.04s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(10) .qodef-e-image {
	-webkit-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s
}

.qodef-team-list.qodef-appear-animation .qodef-e:nth-child(10) .qodef-e-content {
	-webkit-transition-delay: 2.2s;
	-o-transition-delay: 2.2s;
	transition-delay: 2.2s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(4) .qodef-e-image {
	-webkit-transition-delay: .16s;
	-o-transition-delay: .16s;
	transition-delay: .16s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(4) .qodef-e-content {
	-webkit-transition-delay: .76s;
	-o-transition-delay: .76s;
	transition-delay: .76s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(5) .qodef-e-image {
	-webkit-transition-delay: .32s;
	-o-transition-delay: .32s;
	transition-delay: .32s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(5) .qodef-e-content {
	-webkit-transition-delay: .92s;
	-o-transition-delay: .92s;
	transition-delay: .92s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(6) .qodef-e-image {
	-webkit-transition-delay: .48s;
	-o-transition-delay: .48s;
	transition-delay: .48s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(6) .qodef-e-content {
	-webkit-transition-delay: 1.08s;
	-o-transition-delay: 1.08s;
	transition-delay: 1.08s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(7) .qodef-e-image {
	-webkit-transition-delay: .64s;
	-o-transition-delay: .64s;
	transition-delay: .64s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(7) .qodef-e-content {
	-webkit-transition-delay: 1.24s;
	-o-transition-delay: 1.24s;
	transition-delay: 1.24s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(8) .qodef-e-image {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(8) .qodef-e-content {
	-webkit-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(9) .qodef-e-image {
	-webkit-transition-delay: .96s;
	-o-transition-delay: .96s;
	transition-delay: .96s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(9) .qodef-e-content {
	-webkit-transition-delay: 1.56s;
	-o-transition-delay: 1.56s;
	transition-delay: 1.56s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(10) .qodef-e-image {
	-webkit-transition-delay: 1.12s;
	-o-transition-delay: 1.12s;
	transition-delay: 1.12s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(10) .qodef-e-content {
	-webkit-transition-delay: 1.72s;
	-o-transition-delay: 1.72s;
	transition-delay: 1.72s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(11) .qodef-e-image {
	-webkit-transition-delay: 1.28s;
	-o-transition-delay: 1.28s;
	transition-delay: 1.28s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(11) .qodef-e-content {
	-webkit-transition-delay: 1.88s;
	-o-transition-delay: 1.88s;
	transition-delay: 1.88s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(12) .qodef-e-image {
	-webkit-transition-delay: 1.44s;
	-o-transition-delay: 1.44s;
	transition-delay: 1.44s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(12) .qodef-e-content {
	-webkit-transition-delay: 2.04s;
	-o-transition-delay: 2.04s;
	transition-delay: 2.04s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(13) .qodef-e-image {
	-webkit-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s
}

.qodef-layout--masonry .qodef-team-list.qodef-appear-animation .qodef-e:nth-child(13) .qodef-e-content {
	-webkit-transition-delay: 2.2s;
	-o-transition-delay: 2.2s;
	transition-delay: 2.2s
}

.qodef-team-list.qodef-appear-animation.qodef--appeared .qodef-e .qodef-e-image {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-team-list.qodef-appear-animation.qodef--appeared .qodef-e .qodef-e-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
	margin: 16px 0 11px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-team-member-social-icons {
	margin: 6px 0 0
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e .qodef-e-image {
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0);
	-webkit-transition: -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1);
	-o-transition: clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: clip-path .9s cubic-bezier(.645, .045, .355, 1), -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1)
}

.elementor-editor-active .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e .qodef-e-image {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e .qodef-e-content {
	-webkit-transform: translateY(27px);
	-ms-transform: translateY(27px);
	transform: translateY(27px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s ease .6s;
	-o-transition: .6s ease .6s;
	transition: .6s ease .6s
}

.elementor-editor-active .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e .qodef-e-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(1) .qodef-e-image {
	-webkit-transition-delay: .16s;
	-o-transition-delay: .16s;
	transition-delay: .16s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(1) .qodef-e-content {
	-webkit-transition-delay: .76s;
	-o-transition-delay: .76s;
	transition-delay: .76s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(2) .qodef-e-image {
	-webkit-transition-delay: .32s;
	-o-transition-delay: .32s;
	transition-delay: .32s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(2) .qodef-e-content {
	-webkit-transition-delay: .92s;
	-o-transition-delay: .92s;
	transition-delay: .92s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(3) .qodef-e-image {
	-webkit-transition-delay: .48s;
	-o-transition-delay: .48s;
	transition-delay: .48s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(3) .qodef-e-content {
	-webkit-transition-delay: 1.08s;
	-o-transition-delay: 1.08s;
	transition-delay: 1.08s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(4) .qodef-e-image {
	-webkit-transition-delay: .64s;
	-o-transition-delay: .64s;
	transition-delay: .64s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(4) .qodef-e-content {
	-webkit-transition-delay: 1.24s;
	-o-transition-delay: 1.24s;
	transition-delay: 1.24s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(5) .qodef-e-image {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(5) .qodef-e-content {
	-webkit-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(6) .qodef-e-image {
	-webkit-transition-delay: .96s;
	-o-transition-delay: .96s;
	transition-delay: .96s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(6) .qodef-e-content {
	-webkit-transition-delay: 1.56s;
	-o-transition-delay: 1.56s;
	transition-delay: 1.56s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(7) .qodef-e-image {
	-webkit-transition-delay: 1.12s;
	-o-transition-delay: 1.12s;
	transition-delay: 1.12s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(7) .qodef-e-content {
	-webkit-transition-delay: 1.72s;
	-o-transition-delay: 1.72s;
	transition-delay: 1.72s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(8) .qodef-e-image {
	-webkit-transition-delay: 1.28s;
	-o-transition-delay: 1.28s;
	transition-delay: 1.28s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(8) .qodef-e-content {
	-webkit-transition-delay: 1.88s;
	-o-transition-delay: 1.88s;
	transition-delay: 1.88s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(9) .qodef-e-image {
	-webkit-transition-delay: 1.44s;
	-o-transition-delay: 1.44s;
	transition-delay: 1.44s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(9) .qodef-e-content {
	-webkit-transition-delay: 2.04s;
	-o-transition-delay: 2.04s;
	transition-delay: 2.04s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(10) .qodef-e-image {
	-webkit-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(10) .qodef-e-content {
	-webkit-transition-delay: 2.2s;
	-o-transition-delay: 2.2s;
	transition-delay: 2.2s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(4) .qodef-e-image {
	-webkit-transition-delay: .16s;
	-o-transition-delay: .16s;
	transition-delay: .16s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(4) .qodef-e-content {
	-webkit-transition-delay: .76s;
	-o-transition-delay: .76s;
	transition-delay: .76s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(5) .qodef-e-image {
	-webkit-transition-delay: .32s;
	-o-transition-delay: .32s;
	transition-delay: .32s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(5) .qodef-e-content {
	-webkit-transition-delay: .92s;
	-o-transition-delay: .92s;
	transition-delay: .92s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(6) .qodef-e-image {
	-webkit-transition-delay: .48s;
	-o-transition-delay: .48s;
	transition-delay: .48s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(6) .qodef-e-content {
	-webkit-transition-delay: 1.08s;
	-o-transition-delay: 1.08s;
	transition-delay: 1.08s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(7) .qodef-e-image {
	-webkit-transition-delay: .64s;
	-o-transition-delay: .64s;
	transition-delay: .64s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(7) .qodef-e-content {
	-webkit-transition-delay: 1.24s;
	-o-transition-delay: 1.24s;
	transition-delay: 1.24s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(8) .qodef-e-image {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(8) .qodef-e-content {
	-webkit-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(9) .qodef-e-image {
	-webkit-transition-delay: .96s;
	-o-transition-delay: .96s;
	transition-delay: .96s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(9) .qodef-e-content {
	-webkit-transition-delay: 1.56s;
	-o-transition-delay: 1.56s;
	transition-delay: 1.56s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(10) .qodef-e-image {
	-webkit-transition-delay: 1.12s;
	-o-transition-delay: 1.12s;
	transition-delay: 1.12s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(10) .qodef-e-content {
	-webkit-transition-delay: 1.72s;
	-o-transition-delay: 1.72s;
	transition-delay: 1.72s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(11) .qodef-e-image {
	-webkit-transition-delay: 1.28s;
	-o-transition-delay: 1.28s;
	transition-delay: 1.28s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(11) .qodef-e-content {
	-webkit-transition-delay: 1.88s;
	-o-transition-delay: 1.88s;
	transition-delay: 1.88s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(12) .qodef-e-image {
	-webkit-transition-delay: 1.44s;
	-o-transition-delay: 1.44s;
	transition-delay: 1.44s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(12) .qodef-e-content {
	-webkit-transition-delay: 2.04s;
	-o-transition-delay: 2.04s;
	transition-delay: 2.04s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(13) .qodef-e-image {
	-webkit-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s
}

.qodef-layout--masonry .qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation .qodef-e:nth-child(13) .qodef-e-content {
	-webkit-transition-delay: 2.2s;
	-o-transition-delay: 2.2s;
	transition-delay: 2.2s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation.qodef--appeared .qodef-e .qodef-e-image {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-team-list.qodef-item-layout--info-below.qodef-appear-animation.qodef--appeared .qodef-e .qodef-e-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
	opacity: 1;
	z-index: 1
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	z-index: -1
}

.qodef-team-list.qodef-item-layout--simple.qodef-skin--light .qodef-e-role {
	color: #ababab
}

.qodef-team-list.qodef-item-layout--simple .qodef-e-title {
	margin-bottom: 7px
}

.qodef-team-list.qodef-item-layout--simple .qodef-e-role {
	margin-bottom: 9px
}

.qodef-team-list.qodef-item-layout--simple.qodef-appear-animation .qodef-e .qodef-e-content {
	-webkit-transform: translateY(27px);
	-ms-transform: translateY(27px);
	transform: translateY(27px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s ease .6s;
	-o-transition: .6s ease .6s;
	transition: .6s ease .6s
}

.elementor-editor-active .qodef-team-list.qodef-item-layout--simple.qodef-appear-animation .qodef-e .qodef-e-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-team-list.qodef-item-layout--simple.qodef-appear-animation.qodef--appeared .qodef-e .qodef-e-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-testimonials-list.qodef-navigation-position-change .swiper-button-inside {
	top: 23%
}

.qodef-testimonials-list.qodef-navigation-position-change .swiper-button-inside:after {
	visibility: hidden
}

@media screen and (max-width:1194px) {
	.qodef-testimonials-list.qodef-navigation-position-change .swiper-button-inside {
		background-color: transparent
	}
}

.qodef-testimonials-list .qodef-e-inner {
	padding-bottom: 40px;
	text-align: center
}

.qodef-testimonials-list .qodef-e-media-image {
	line-height: 0;
	margin-bottom: 25px
}

.qodef-testimonials-list .qodef-e-content {
	position: relative;
	padding: 0 12%;
	cursor: -webkit-grab;
	cursor: grab
}

@media only screen and (max-width:680px) {
	.qodef-testimonials-list .qodef-e-content {
		padding: 0
	}
}

.qodef-testimonials-list .qodef-e-icon {
	content: "“";
	font-family: Montserrat;
	font-size: 500px;
	font-weight: 600;
	letter-spacing: 0;
	color: #ebebeb;
	position: absolute;
	line-height: 213px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 133px;
	top: 63px;
	left: 0;
	z-index: -1
}

.qodef-testimonials-list .qodef-e-title {
	margin: 48px 0 39px
}

.qodef-testimonials-list .qodef-e-text {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	letter-spacing: 0;
	line-height: 1.66em;
	text-transform: revert
}

.qodef-testimonials-list .qodef-e-author {
	margin: 0;
	color: #585858;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 13px;
	font-weight: 500
}

.qodef-testimonials-list .qodef-e-author .qodef-e-author-name:after {
	content: "/";
	letter-spacing: .6px
}

.qodef-testimonials-list .qodef-e-author .qodef-e-author-name:only-child:after {
	content: none
}

.qodef-testimonials-list .swiper-pagination-bullets {
	bottom: 0!important
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
	background-color: #000
}

.qodef-testimonials-list .swiper-button-inside {
	height: 100%!important;
	background-color: currentColor
}

@media only screen and (max-width:680px) {
	.qodef-testimonials-list .swiper-button-inside {
		display: none
	}
}

.qodef-testimonials-list .swiper-button-next {
	right: 0!important
}

.qodef-testimonials-list .swiper-button-prev {
	left: 0!important
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
	color: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
	background-color: #fff
}

.qodef-testimonials-list.qodef-hide--mark .qodef-e-icon {
	display: none
}

.qodef-review-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.qodef-review-rating .qodef-rating-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

.qodef-review-rating label {
	margin: 0 10px 0 0
}

.qodef-review-rating .qodef-comment-rating-box {
	margin: 0
}

.qodef-review-rating .qodef-star-rating {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	overflow: hidden
}

.qodef-review-rating .qodef-star-rating:before {
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	z-index: -1;
	content: "\e031";
	font-size: 15px;
	letter-spacing: .6em;
	color: #000;
	font-family: ElegantIcons;
	line-height: 1;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.qodef-review-rating .qodef-star-rating.active:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "\e033\e033\e033\e033\e033";
	font-size: 15px;
	letter-spacing: .6em;
	color: #000;
	font-family: ElegantIcons;
	line-height: 1;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.qodef-review-rating .qodef-comments-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
	font-size: 15px;
	letter-spacing: .6em;
	color: #000
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
	color: #000;
	font-size: 60px;
	line-height: 1em;
	font-weight: 700
}

.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
	vertical-align: middle;
	margin: 2px 0 0
}

.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
	vertical-align: middle;
	font-size: 20px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
	vertical-align: middle;
	padding-left: 200px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
	line-height: 28px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
	padding: 6px 0
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
	padding-top: 23%;
	padding-left: 15%;
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle
}

.qodef-reviews-per-mark .qodef-reviews-number {
	font-size: 72px;
	color: #ffd740;
	font-weight: 700;
	line-height: 1em;
	margin-right: 22px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: -6px
}

.qodef-reviews-per-mark .qodef-stars-wrapper {
	display: table-cell;
	vertical-align: middle
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
	display: block
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
	color: #ffd740
}

.qodef-reviews-per-mark .qodef-reviews-count {
	font-weight: 700;
	font-size: 14px
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
	padding: 29px 50px 40px;
	background-color: #fafafa;
	border-left: 1px solid #e5e5e5
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
	display: inline-block;
	vertical-align: middle
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 15px
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
	display: block
}

.qodef-comment-list .qodef-comment-name {
	float: none
}

.qodef-comment-list .qodef-review-rating {
	display: inline-block;
	width: 100%
}

.qodef-comment-list .qodef-rating-inner {
	display: inline-block;
	width: 100%
}

@-webkit-keyframes cover_search_fade_out {
	0% {
		opacity: 1;
		visibility: visible;
		z-index: 100
	}
	100% {
		opacity: 0;
		visibility: hidden;
		z-index: 0
	}
}

@keyframes cover_search_fade_out {
	0% {
		opacity: 1;
		visibility: visible;
		z-index: 100
	}
	100% {
		opacity: 0;
		visibility: hidden;
		z-index: 0
	}
}

@-webkit-keyframes cover_search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
		z-index: 100
	}
	100% {
		opacity: 1;
		visibility: visible;
		z-index: 100
	}
}

@keyframes cover_search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
		z-index: 100
	}
	100% {
		opacity: 1;
		visibility: visible;
		z-index: 100
	}
}

.qodef-search-cover-form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background-color: #fff;
	z-index: -1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.qodef-search-cover-form .qodef-m-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 70px
}

.qodef-search-cover-form .qodef-m-form-field {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	outline-offset: 0;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-family: Yantramanav;
	font-size: 28px;
	line-height: 1.067em;
	letter-spacing: 0;
	font-weight: 500
}

.qodef-search-cover-form .qodef-m-form-field:focus {
	color: #000
}

.qodef-search-cover-form .qodef-m-form-field::-webkit-input-placeholder {
	color: inherit;
	opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::-moz-placeholder {
	color: inherit;
	opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
	color: inherit;
	opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::-ms-input-placeholder {
	color: inherit;
	opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
	color: inherit;
	opacity: 1
}

.qodef-search-cover-form .qodef-m-close {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
	font-size: 25px;
	color: #585858;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack:hover {
	color: #000
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
	-webkit-animation: cover_search_fade_out .3s ease both;
	animation: cover_search_fade_out .3s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
	-webkit-animation: cover_search_fade_in .3s ease both;
	animation: cover_search_fade_in .3s ease both
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
	display: none
}

.qodef-fullscreen-search-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .98);
	z-index: 90
}

.qodef-fullscreen-search-holder .qodef-m-inner {
	width: 100%
}

.qodef-fullscreen-search-holder .qodef-m-form {
	position: relative;
	width: 73.47%;
	height: 71px;
	margin: 0 auto
}

.qodef-fullscreen-search-holder .qodef-m-form>span {
	position: absolute;
	left: 0;
	bottom: -35px;
	font-size: 13px;
	font-weight: 500;
	color: #585858;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin: 0
}

.qodef-fullscreen-search-holder .qodef-m-form>span a {
	color: currentColor
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
	height: 100%;
	margin: 0;
	padding: 0;
	background: 0 0;
	border: 0;
	border-radius: 0;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-family: Yantramanav;
	font-size: 76px;
	line-height: 1em;
	letter-spacing: -.02em;
	font-weight: 500;
	-webkit-transform: translateY(27px);
	-ms-transform: translateY(27px);
	transform: translateY(27px);
	opacity: 0;
	visibility: hidden;
	font-weight: 500
}

@media only screen and (max-width:680px) {
	.qodef-fullscreen-search-holder .qodef-m-form-field {
		font-size: 64px
	}
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-field {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition: .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: .6s cubic-bezier(.645, .045, .355, 1);
	transition: .6s cubic-bezier(.645, .045, .355, 1)
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
	position: absolute;
	right: -13px;
	bottom: 17px;
	width: auto;
	padding: 0;
	margin: 0;
	color: #000;
	background: 0 0;
	border: 0;
	outline: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	cursor: pointer;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
	color: #000;
	background: 0 0
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition: .6s cubic-bezier(.645, .045, .355, 1) .5s;
	-o-transition: .6s cubic-bezier(.645, .045, .355, 1) .5s;
	transition: .6s cubic-bezier(.645, .045, .355, 1) .5s
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
	font-size: 42px
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	border-bottom: 2px solid #ababab;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
	width: 100%;
	-webkit-transition: width .5s ease .4s;
	-o-transition: width .5s ease .4s;
	transition: width .5s ease .4s
}

.qodef-fullscreen-search-holder .qodef-m-close {
	position: absolute;
	right: 34px;
	top: 22px;
	color: #585858
}

.qodef-fullscreen-search-holder .qodef-m-close .qodef-m-icon.qodef--close {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	left: 0;
	visibility: visible
}

.qodef-fullscreen-search-holder .qodef-m-close .qodef-m-icon.qodef--close .qodef-close-label {
	position: relative;
	left: 4px;
	top: 0;
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
	-webkit-animation: qodef-move-out-label-search .6s cubic-bezier(.43, .41, .36, .9) forwards;
	animation: qodef-move-out-label-search .6s cubic-bezier(.43, .41, .36, .9) forwards;
	color: #585858
}

.qodef-fullscreen-search-holder .qodef-m-close .qodef-m-icon.qodef--close>span:not(.qodef-close-label) {
	position: relative;
	top: 6px;
	left: 0;
	-webkit-transition: left .3s cubic-bezier(.43, .41, .36, .9) .15s;
	-o-transition: left .3s cubic-bezier(.43, .41, .36, .9) .15s;
	transition: left .3s cubic-bezier(.43, .41, .36, .9) .15s
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
	top: 72px
}

.qodef-fullscreen-search-holder .qodef-m-close:hover .qodef-m-icon.qodef--close .qodef-close-label {
	-webkit-animation: qodef-move-in-label-search .6s cubic-bezier(.43, .41, .36, .9) forwards;
	animation: qodef-move-in-label-search .6s cubic-bezier(.43, .41, .36, .9) forwards
}

.qodef-fullscreen-search-holder .qodef-m-close:hover .qodef-m-icon.qodef--close>span:not(.qodef-close-label) {
	left: -65px;
	-webkit-transition: left .35s cubic-bezier(.43, .41, .36, .9) .1s;
	-o-transition: left .35s cubic-bezier(.43, .41, .36, .9) .1s;
	transition: left .35s cubic-bezier(.43, .41, .36, .9) .1s
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
	font-size: 25px
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-icon.qodef--open {
	position: absolute;
	opacity: 0;
	visibility: hidden
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-icon.qodef--close {
	opacity: 1;
	visibility: visible
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-icon.qodef--close .qodef-close-label {
	opacity: 1;
	visibility: visible
}

@-webkit-keyframes qodef-move-in-label-search {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 4px
	}
	50% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
		left: 4px
	}
	55% {
		left: 30px
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 30px
	}
}

@keyframes qodef-move-in-label-search {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 4px
	}
	50% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
		left: 4px
	}
	55% {
		left: 30px
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 30px
	}
}

@-webkit-keyframes qodef-move-out-label-search {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 30px
	}
	50% {
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0);
		left: 30px
	}
	55% {
		left: 4px
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 4px
	}
}

@keyframes qodef-move-out-label-search {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 30px
	}
	50% {
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0);
		left: 30px
	}
	55% {
		left: 4px
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 4px
	}
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
	-webkit-animation: fullscreen_search_fade_out .3s ease both;
	animation: fullscreen_search_fade_out .3s ease both;
	z-index: 100
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
	-webkit-animation: fullscreen_search_fade_in .3s ease both;
	animation: fullscreen_search_fade_in .3s ease both;
	z-index: 100
}

@-webkit-keyframes fullscreen_search_fade_out {
	0% {
		opacity: 1;
		visibility: visible
	}
	100% {
		opacity: 0;
		visibility: hidden
	}
}

@keyframes fullscreen_search_fade_out {
	0% {
		opacity: 1;
		visibility: visible
	}
	100% {
		opacity: 0;
		visibility: hidden
	}
}

@-webkit-keyframes fullscreen_search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden
	}
	100% {
		opacity: 1;
		visibility: visible
	}
}

@keyframes fullscreen_search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden
	}
	100% {
		opacity: 1;
		visibility: visible
	}
}

.qodef-search-opener>* {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: inherit
}

.qodef-search-opener.qodef-source--icon-pack {
	font-size: 23px
}

.qodef-search-opener.qodef-source--icon-pack .qodef-m-icon {
	visibility: visible;
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	left: -4px;
	-webkit-transition: left .3s cubic-bezier(.43, .41, .36, .9) .15s;
	-o-transition: left .3s cubic-bezier(.43, .41, .36, .9) .15s;
	transition: left .3s cubic-bezier(.43, .41, .36, .9) .15s
}

.qodef-search-opener.qodef-source--icon-pack .qodef-search-opener-text {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .3em;
	position: relative;
	left: 0;
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
	-webkit-animation: qodef-move-out-label-alt .6s cubic-bezier(.43, .41, .36, .9) forwards;
	animation: qodef-move-out-label-alt .6s cubic-bezier(.43, .41, .36, .9) forwards
}

.qodef-search-opener.qodef-source--icon-pack:hover .qodef-m-icon {
	left: 63px;
	-webkit-transition: left .35s cubic-bezier(.43, .41, .36, .9) .1s;
	-o-transition: left .35s cubic-bezier(.43, .41, .36, .9) .1s;
	transition: left .35s cubic-bezier(.43, .41, .36, .9) .1s
}

.qodef-search-opener.qodef-source--icon-pack:hover .qodef-search-opener-text {
	-webkit-animation: qodef-move-in-label-alt .6s cubic-bezier(.43, .41, .36, .9) forwards;
	animation: qodef-move-in-label-alt .6s cubic-bezier(.43, .41, .36, .9) forwards
}

@-webkit-keyframes qodef-move-in-label-alt {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 0
	}
	50% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
		left: 0
	}
	55% {
		left: -32px
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: -32px
	}
}

@keyframes qodef-move-in-label-alt {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 0
	}
	50% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
		left: 0
	}
	55% {
		left: -32px
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: -32px
	}
}

@-webkit-keyframes qodef-move-out-label-alt {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: -32px
	}
	50% {
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0);
		left: -32px
	}
	55% {
		left: 0
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 0
	}
}

@keyframes qodef-move-out-label-alt {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: -32px
	}
	50% {
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0);
		left: -32px
	}
	55% {
		left: 0
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 0
	}
}

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

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

.qodef-accordion.qodef--init {
	visibility: visible
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 12px 0 0;
	padding: 2px 10px 2px 5px;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out;
	cursor: pointer
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
	margin-top: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20px;
	height: 18px;
	line-height: 1;
	text-align: center
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
	display: block;
	line-height: inherit
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
	opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
	opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
	color: #fff;
	background-color: #000
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
	opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
	opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
	padding: 16px 0 2px;
	margin: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
	margin: 0
}

.qodef-awards {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.qodef-awards .qodef-awards-inner .qodef-awards-title {
	display: block;
	color: #585858
}

.qodef-awards .qodef-awards-inner .qodef-awards-title-text {
	font-size: 13px;
	font-weight: 500;
	color: #585858;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: currentColor;
	margin-right: 13px
}

.qodef-awards .qodef-awards-inner .qodef-awards-title-text a {
	color: currentColor
}

.qodef-awards .qodef-awards-inner .qodef-awards-item-title-separator {
	display: inline-block;
	width: 50px;
	height: 1px;
	background-color: currentColor;
	vertical-align: middle
}

.qodef-awards .qodef-awards-content-holder {
	padding: 3px 29px 8px
}

.qodef-awards .qodef-awards-content-holder .qodef-awards-item-content {
	padding-bottom: 26px
}

.qodef-awards.qodef-with-animation {
	visibility: hidden
}

.touchevents .qodef-awards.qodef-with-animation {
	visibility: visible
}

.no-touchevents .qodef-awards.qodef-with-animation {
	visibility: visible
}

.no-touchevents .qodef-awards.qodef-with-animation .qodef-awards-items-holder,
.no-touchevents .qodef-awards.qodef-with-animation .qodef-awards-title-text {
	opacity: 0
}

.no-touchevents .qodef-awards.qodef-with-animation .qodef-awards-item-title-separator {
	width: 0
}

.no-touchevents .qodef-awards.qodef-with-animation.qodef-show-item .qodef-awards-title-text {
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
	opacity: 1
}

.no-touchevents .qodef-awards.qodef-with-animation.qodef-show-item .qodef-awards-item-title-separator {
	-webkit-transition: width .5s cubic-bezier(.645, .045, .355, 1);
	-o-transition: width .5s cubic-bezier(.645, .045, .355, 1);
	transition: width .5s cubic-bezier(.645, .045, .355, 1);
	width: 50px
}

.no-touchevents .qodef-awards.qodef-with-animation.qodef-show-item .qodef-awards-items-holder {
	-webkit-transition: opacity 1s .4s;
	-o-transition: opacity 1s .4s;
	transition: opacity 1s .4s;
	opacity: 1
}

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

.qodef-banner .qodef-m-banner-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1
}

.qodef-banner .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block
}

.qodef-banner .qodef-m-content-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.qodef-banner .qodef-m-title {
	margin: 10px 0 4px;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff
}

.qodef-banner p.qodef-m-title {
	font-family: Roboto;
	font-size: 64px;
	font-weight: 500;
	letter-spacing: -.02em;
	margin-bottom: -5px
}

@media only screen and (max-width:768px) {
	.qodef-banner p.qodef-m-title {
		font-size: 44px
	}
}

@media only screen and (max-width:680px) {
	.qodef-banner p.qodef-m-title {
		font-size: 22px
	}
}

.qodef-banner .qodef-m-title-inner {
	display: inline-block
}

.qodef-banner p.qodef-m-subtitle {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase
}

@media only screen and (max-width:680px) {
	.qodef-banner p.qodef-m-subtitle {
		display: none
	}
}

.qodef-banner .qodef-m-subtitle {
	margin: 0;
	display: inline-block;
	color: #fff;
	text-align: center;
	width: 100%
}

.qodef-banner .qodef-m-text-field {
	font-size: 15px;
	color: #000;
	margin: 0 0 10px;
	font-style: italic
}

.qodef-banner .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow: hidden
}

.qodef-banner .qodef-m-image img {
	display: block;
	-webkit-transition: all .35s ease-out;
	-o-transition: all .35s ease-out;
	transition: all .35s ease-out
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 35px
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
	margin: 10px 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-text {
	margin: 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
	margin: 10px 0 0
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px
}

@media only screen and (max-width:680px) {
	.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
		padding: 8px
	}
}

.qodef-button.qodef-html--link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Roboto;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: .3em;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	padding: 14px 42px
}

.qodef-button.qodef-size--small {
	padding: 5px 34px
}

.qodef-button.qodef-size--large {
	padding: 16px 46px
}

.qodef-button.qodef-size--full {
	width: 100%;
	text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
	color: #fff;
	background-color: #000;
	border: 1px solid transparent
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
	color: #fff;
	background-color: #000
}

.qodef-button.qodef-layout--outlined {
	color: #000;
	background-color: transparent
}

.qodef-outline-button-holder {
	display: inline-block;
	position: relative
}

.qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-outline-button-holder .qodef-outline-button-top-border {
	display: block;
	width: calc(100% + 6px);
	height: 1px;
	background: #000;
	left: -3px;
	z-index: 5
}

.qodef-outline-button-holder .qodef-outline-button-top-border {
	position: relative
}

.qodef-outline-button-holder .qodef-outline-button-bottom-border {
	position: absolute;
	bottom: 0
}

.qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-outline-button-holder .qodef-outline-button-right-border {
	display: block;
	width: 1px;
	height: calc(100% + 6px);
	background: #000;
	top: -3px;
	position: absolute;
	z-index: 5
}

.qodef-outline-button-holder .qodef-outline-button-right-border {
	right: 0
}

.qodef-outline-button-holder .qodef-outline-button-left-border {
	left: 0
}

.qodef-outline-button-holder .qodef-outline-button-bottom-border:after,
.qodef-outline-button-holder .qodef-outline-button-left-border:after,
.qodef-outline-button-holder .qodef-outline-button-right-border:after,
.qodef-outline-button-holder .qodef-outline-button-top-border:after {
	content: '';
	position: absolute;
	background: inherit;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease
}

.qodef-outline-button-holder .qodef-outline-button-bottom-border:after,
.qodef-outline-button-holder .qodef-outline-button-top-border:after {
	width: calc(100% - 6px);
	height: 1px;
	top: -3px;
	left: 3px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0)
}

.qodef-outline-button-holder .qodef-outline-button-bottom-border:after {
	top: auto;
	bottom: -3px
}

.qodef-outline-button-holder .qodef-outline-button-left-border:after,
.qodef-outline-button-holder .qodef-outline-button-right-border:after {
	height: calc(100% - 6px);
	width: 1px;
	left: -3px;
	top: 3px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}

.qodef-outline-button-holder .qodef-outline-button-right-border:after {
	left: auto;
	right: -3px
}

.qodef-outline-button-holder:hover .qodef-outline-button-bottom-border:after,
.qodef-outline-button-holder:hover .qodef-outline-button-top-border:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.qodef-outline-button-holder:hover .qodef-outline-button-left-border:after,
.qodef-outline-button-holder:hover .qodef-outline-button-right-border:after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.qodef-round-button-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center
}

.qodef-round-button-holder.qodef-position--left {
	text-align: left
}

.qodef-round-button-holder.qodef-position--right {
	text-align: right
}

.qodef-round-button-holder .qodef-button.qodef-layout--round {
	position: relative;
	padding: 0;
	display: inline-block;
	width: 263px;
	height: 263px;
	text-align: center;
	background: 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase
}

.qodef-round-button-holder .qodef-button.qodef-layout--round .qodef-m-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 11
}

.qodef-round-button-holder .qodef-button.qodef-layout--round .qodef-m-circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	border-radius: 50%;
	z-index: 10;
	-webkit-transition: -webkit-transform 1.6s;
	transition: -webkit-transform 1.6s;
	-o-transition: transform 1.6s;
	transition: transform 1.6s;
	transition: transform 1.6s, -webkit-transform 1.6s
}

.qodef-round-button-holder .qodef-button.qodef-layout--round.qodef-moving .qodef-m-circle {
	-webkit-transition: 1s cubic-bezier(.2, .84, .5, 1);
	-o-transition: 1s cubic-bezier(.2, .84, .5, 1);
	transition: 1s cubic-bezier(.2, .84, .5, 1)
}

.qodef-m-cursor {
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden
}

.qodef-button.qodef-layout--textual {
	padding: 0!important;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	background-color: transparent;
	border: 0
}

.qodef-button.qodef-layout--textual svg {
	line-height: 38px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}

.qodef-button.qodef-layout--textual svg circle {
	stroke-dasharray: 72;
	stroke-dashoffset: 0;
	stroke-width: 1;
	-webkit-transition: all .6s cubic-bezier(.43, .41, .36, .9);
	-o-transition: all .6s cubic-bezier(.43, .41, .36, .9);
	transition: all .6s cubic-bezier(.43, .41, .36, .9);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.qodef-button.qodef-layout--textual svg rect {
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-button.qodef-layout--textual .qodef-m-text {
	display: inline-block;
	vertical-align: middle;
	padding-left: 35px;
	position: relative;
	z-index: 1;
	-webkit-transition: padding .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: padding .4s cubic-bezier(.43, .41, .36, .9);
	transition: padding .4s cubic-bezier(.43, .41, .36, .9)
}

.qodef-button.qodef-layout--textual:hover {
	color: #000
}

.qodef-button.qodef-layout--textual:hover svg circle {
	stroke-dashoffset: 72;
	-webkit-transform: rotate(-145deg);
	-ms-transform: rotate(-145deg);
	transform: rotate(-145deg)
}

.qodef-button.qodef-layout--textual:hover svg rect {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9) .2s;
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .4s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .4s cubic-bezier(.43, .41, .36, .9) .2s, -webkit-transform .4s cubic-bezier(.43, .41, .36, .9) .2s
}

.qodef-button.qodef-layout--textual:hover .qodef-m-text {
	padding-left: 27px;
	-webkit-transition: padding .4s cubic-bezier(.43, .41, .36, .9) .2s;
	-o-transition: padding .4s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: padding .4s cubic-bezier(.43, .41, .36, .9) .2s
}

.qodef-call-to-action.qodef-layout--standard {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
	padding-right: 20px
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content>* {
	margin: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
	width: 100%
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
	width: 50%
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
	width: 33.33333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
	width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
	width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
	width: 16.66667%
}

.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
	color: #fff
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
	font-family: inherit;
	font-size: 90px;
	line-height: 1em;
	font-weight: 600;
	color: #000
}

@media screen and (min-width:1025px) and (max-width:1440px) {
	.qodef-laptop-padding-adj-5.elementor-element {
		padding: 0 38px!important
	}
}

@media screen and (min-width:1025px) and (max-width:1366px) {
	.qodef-laptop-padding-adj-5.elementor-element {
		padding: 0 39px!important
	}
}

@media screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-laptop-padding-adj-5.elementor-element {
		padding: 0 41px!important
	}
}

.qodef-counter.qodef-layout--simple {
	text-align: center
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
	font-family: inherit;
	font-weight: 500;
	font-size: 86.44px;
	letter-spacing: -.02em;
	line-height: 1;
	color: #000
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
	display: block;
	margin: 14px 0 0
}

.qodef-counter.qodef-layout--simple span.qodef-m-title {
	font-size: 13px;
	font-weight: 500;
	color: #585858;
	text-transform: uppercase;
	letter-spacing: .2em
}

.qodef-counter.qodef-layout--simple span.qodef-m-title a {
	color: currentColor
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
	margin: 0
}

@media only screen and (max-width:1440px) {
	section.elementor-element.qodef-counter-responsive-adj.elementor-section-boxed {
		padding: 0 4.6% 0 4%
	}
}

@media screen and (max-width:1368px) {
	section.elementor-element.qodef-counter-responsive-adj.elementor-section-boxed {
		padding: 0 2.2% 0 1.9%
	}
}

@media only screen and (max-width:1366px) {
	section.elementor-element.qodef-counter-responsive-adj.elementor-section-boxed {
		padding: 0 2.1% 0 1.5%
	}
}

@media only screen and (max-width:1280px) {
	section.elementor-element.qodef-counter-responsive-adj.elementor-section-boxed {
		padding: 0
	}
}

.qodef-custom-font {
	margin: 0
}

.qodef-custom-font a {
	color: inherit
}

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

.qodef-dropcaps .qodef-m-letter {
	position: relative;
	top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
	margin: 0 10px 5px 0;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 56px;
	line-height: 1.103em;
	letter-spacing: -.03em;
	font-weight: 500;
	font-family: Yantramanav
}

@media only screen and (max-width:680px) {
	.qodef-dropcaps .qodef-m-letter {
		font-size: 52px
	}
}

.qodef-dropcaps .qodef-m-text {
	display: inline;
	margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
	width: 40px;
	height: 40px;
	font-size: 28px;
	line-height: 1.067em;
	letter-spacing: 0;
	font-weight: 500;
	color: #fff;
	background-color: #000
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
	border-radius: 100%
}

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

.qodef-google-map .qodef-m-map {
	display: block;
	width: 100%
}

.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
	width: 100%;
	display: block
}

.qodef-google-map .qodef-m-map img {
	max-width: none
}

.qodef-highlight .qodef-highlight-text {
	padding: 0 5px;
	color: #fff;
	background-color: #000
}

.qodef-icon-list-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
	display: block
}

.qodef-icon-list-item .qodef-e-title-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 5px;
	float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
	font-size: 18px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
	display: block
}

#qodef-page-sidebar .widget.widget_malgre_core_icon_list_item {
	margin-bottom: 0
}

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

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

.qodef-icon-with-text.qodef-link-skin--light .qodef-m-text a:hover {
	color: #fff
}

.qodef-icon-with-text.qodef-link-skin--light a:hover {
	color: #fff
}

.qodef-icon-with-text .qodef-m-title {
	margin: 0
}

.qodef-icon-with-text .qodef-m-title a {
	display: block
}

.qodef-icon-with-text .qodef-m-text {
	margin: 8px 0 0
}

.qodef-icon-with-text .qodef-m-text a {
	font-size: 13px;
	line-height: 1.846em;
	letter-spacing: .2em;
	color: #585858;
	font-weight: 500
}

.qodef-icon-with-text .qodef-m-text a:hover {
	color: #000
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
	line-height: 1
}

.qodef-icon-with-text .qodef-icon-holder {
	float: none
}

.qodef-icon-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
	display: block
}

.qodef-icon-with-text.qodef--text-icon {
	text-transform: uppercase;
	line-height: 1.647em;
	font-size: 13px;
	font-weight: 500
}

.qodef-icon-with-text.qodef--text-icon .qodef-m-text {
	margin: 0
}

.qodef-icon-with-text.qodef--text-icon .qodef-m-icon-wrapper {
	line-height: 26px
}

.qodef-icon-with-text.qodef--text-icon.qodef-icon-w-text-logo-text .qodef-m-text a:last-child {
	position: relative
}

.qodef-icon-with-text.qodef--text-icon.qodef-icon-w-text-logo-text .qodef-m-text a:last-child:after {
	content: "";
	width: 1px;
	height: 35px;
	position: absolute;
	bottom: 0;
	right: -43px;
	background-color: rgba(135, 141, 146, .4)
}

.qodef-icon-with-text.qodef-layout--before-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 9px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
	line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 5px
}

.qodef-icon-with-text.qodef-layout--inline-with-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--inline-with-content .qodef-m-icon-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 0
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
	text-align: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
	text-align: left
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
	text-align: right
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
	margin-top: 21px
}

.qodef-icon-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	line-height: 1
}

.qodef-icon-holder a {
	display: block
}

.qodef-icon-holder .qodef-icon {
	display: block;
	line-height: inherit
}

.qodef-icon-holder .qodef-icon:before {
	display: block;
	line-height: inherit
}

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #fff;
	background-color: #000;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
	color: inherit;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
	background-color: #000
}

.qodef-icon-holder.qodef-layout--circle {
	border-radius: 50%
}

.qodef-icon-holder.qodef-size--tiny {
	font-size: 1.33333333em
}

.qodef-icon-holder.qodef-size--small {
	font-size: 2em
}

.qodef-icon-holder.qodef-size--medium {
	font-size: 3em
}

.qodef-icon-holder.qodef-size--large {
	font-size: 4em
}

.qodef-icon-holder.qodef-size--huge {
	font-size: 5em
}

.widget.widget_malgre_core_icon {
	display: inline-block;
	line-height: 1
}

#qodef-page-sidebar .widget.widget_malgre_core_icon {
	margin-bottom: 0
}

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

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

.widget.widget_malgre_core_image_gallery {
	display: inline-block;
	width: 100%;
	line-height: 1;
	margin-bottom: 50px
}

.widget.widget_malgre_core_image_gallery .qodef-m-title {
	margin-bottom: 23px;
	margin-top: 11px
}

.widget.widget_malgre_core_image_gallery .qodef-grid-inner {
	margin: 0
}

.widget.widget_malgre_core_image_gallery .qodef-grid-inner .qodef-grid-item {
	padding: 0;
	margin-bottom: 51px
}

#qodef-page-sidebar .widget.widget_malgre_core_image_gallery {
	margin-bottom: 50px
}

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

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

.widget.widget_malgre_core_image_gallery .swiper-button-next,
.widget.widget_malgre_core_image_gallery .swiper-button-prev {
	width: auto!important;
	height: auto!important;
	color: #fffefe
}

.widget.widget_malgre_core_image_gallery .swiper-button-next:after,
.widget.widget_malgre_core_image_gallery .swiper-button-prev:after {
	background-size: contain;
	font-size: 30px
}

.widget.widget_malgre_core_image_gallery .swiper-button-next {
	right: 4px!important
}

.widget.widget_malgre_core_image_gallery .swiper-button-next:after {
	font-family: linea-arrows-10;
	content: "\e04b"
}

.widget.widget_malgre_core_image_gallery .swiper-button-prev {
	left: 4px!important
}

.widget.widget_malgre_core_image_gallery .swiper-button-prev:after {
	font-family: linea-arrows-10;
	content: "\e03f"
}

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

.qodef-image-with-text .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-image-with-text .qodef-m-image img {
	-webkit-box-shadow: 0 0 20px 0 rgba(175, 175, 175, .2);
	box-shadow: 0 0 20px 0 rgba(175, 175, 175, .2)
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
	display: block
}

.qodef-image-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-image-with-text .qodef-m-content.qodef-content-alignment--center {
	text-align: center
}

.qodef-image-with-text .qodef-m-title {
	margin: 23px 0 0
}

.qodef-image-with-text .qodef-m-text {
	margin: 14px 0 0
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image {
	border: 1px solid #ddd
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-holder {
	position: relative;
	overflow: hidden
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-holder .qodef-m-image-holder-inner {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-holder .qodef-m-image-holder-inner a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-holder .qodef-m-frame {
	vertical-align: middle
}

.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling--vertical .qodef-m-image-holder-inner img {
	width: 100%
}

.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling--horizontal .qodef-m-image-holder-inner img {
	max-width: unset;
	height: 100%;
	width: auto
}

.qodef-image-with-text.qodef-appear-animation .qodef-m-image {
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	-webkit-transition: -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1);
	-o-transition: clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: clip-path .9s cubic-bezier(.645, .045, .355, 1);
	transition: clip-path .9s cubic-bezier(.645, .045, .355, 1), -webkit-clip-path .9s cubic-bezier(.645, .045, .355, 1)
}

.elementor-editor-active .qodef-image-with-text.qodef-appear-animation .qodef-m-image {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-image-with-text.qodef-appear-animation .qodef-m-content {
	-webkit-transform: translateY(27px);
	-ms-transform: translateY(27px);
	transform: translateY(27px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s ease .6s;
	-o-transition: .6s ease .6s;
	transition: .6s ease .6s
}

.elementor-editor-active .qodef-image-with-text.qodef-appear-animation .qodef-m-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-image-with-text.qodef-appear-animation.qodef--appeared .qodef-m-image {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-image-with-text.qodef-appear-animation.qodef--appeared .qodef-m-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-info-section.qodef-layout--background-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
	position: relative;
	z-index: 2
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
	margin: 0 0 18px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
	margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
	margin-top: 6px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, .1);
	text-align: center;
	font-weight: 700;
	font-size: 250px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
	top: 0;
	left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
	top: 0;
	right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
	bottom: 0;
	left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
	bottom: 0;
	right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
	font-size: 450px;
	top: 34px;
	left: 0;
	right: 0;
	text-align: center
}

.qodef-interactive-link-showcase {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100vh;
	visibility: hidden
}

.admin-bar .qodef-interactive-link-showcase {
	height: calc(100vh - 32px)
}

.qodef-interactive-link-showcase .qodef-m-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0s .45s;
	-o-transition: opacity 0s .45s;
	transition: opacity 0s .45s
}

.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
	opacity: 1;
	z-index: 5;
	-webkit-transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
	-o-transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
	transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
}

.qodef-interactive-link-showcase .qodef-m-image img {
	display: none
}

.qodef-interactive-link-showcase .qodef-m-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10
}

.qodef-interactive-link-showcase .qodef-m-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 6px 5px;
	margin: 13px 0;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 42px;
	line-height: 1.023em;
	letter-spacing: -.02em;
	font-weight: 500;
	font-family: Yantramanav;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
	position: relative;
	display: block;
	z-index: 2
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-subtitle {
	font-size: 13px;
	font-weight: 500;
	color: #585858;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-family: Roboto;
	display: block;
	line-height: 1;
	padding-top: 9px
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-subtitle a {
	color: currentColor
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active {
	color: #fff
}

.qodef-interactive-link-showcase.qodef--init {
	visibility: visible
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
	color: #fff
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
	color: #000;
	background-color: #fff
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
	padding: 20px 0;
	margin: 0;
	color: #000;
	background-color: transparent
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content {
	display: block
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title {
	display: block;
	z-index: -2
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	display: none
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	overflow: hidden;
	z-index: -1
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img {
	position: relative;
	display: block;
	width: auto;
	max-width: 60vw
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
	position: absolute;
	top: calc(50% + 20px);
	left: 0;
	display: block;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	font-size: 56px;
	line-height: 1.103em;
	letter-spacing: -.03em;
	font-weight: 500;
	font-family: Yantramanav;
	white-space: nowrap;
	color: #fff
}

@media only screen and (max-width:680px) {
	.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
		font-size: 52px
	}
}

.qodef-interactive-link-showcase.qodef-layout--list {
	padding: 0;
	margin-bottom: -58px
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
	position: relative;
	display: block;
	margin-left: auto;
	width: 61.5%;
	height: 82.2%;
	overflow: hidden
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image {
	opacity: 0;
	-webkit-animation: qodef-img-to-left .7s cubic-bezier(.645, .045, .355, 1) forwards;
	animation: qodef-img-to-left .7s cubic-bezier(.645, .045, .355, 1) forwards;
	-webkit-transition: opacity 0s .7s;
	-o-transition: opacity 0s .7s;
	transition: opacity 0s .7s
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image.qodef--active {
	opacity: 1;
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
	-webkit-animation: qodef-img-from-left .7s cubic-bezier(.645, .045, .355, 1) forwards;
	animation: qodef-img-from-left .7s cubic-bezier(.645, .045, .355, 1) forwards
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-anchor-link {
	position: absolute;
	z-index: 50;
	left: 0;
	bottom: 177px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-anchor-link a svg line {
	stroke-width: 1;
	stroke: #000;
	fill: none;
	stroke-dashoffset: 0;
	stroke-dasharray: 35;
	-webkit-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-anchor-link a svg line:last-child {
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-anchor-link a:hover svg line {
	stroke-dashoffset: 70
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 38.5%;
	height: 82.2%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 50;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items::-webkit-scrollbar {
	display: none
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 32px 0
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item:first-child {
	margin-top: 40px
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item .qodef-e-subtitle-line {
	position: absolute;
	bottom: 19px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	-webkit-transition: width .7s cubic-bezier(.645, .045, .355, 1);
	-o-transition: width .7s cubic-bezier(.645, .045, .355, 1);
	transition: width .7s cubic-bezier(.645, .045, .355, 1)
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item.qodef--active {
	color: #000
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item.qodef--active .qodef-e-subtitle-line {
	width: 105%
}

.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
	width: 100%;
	height: 100%;
	z-index: 10
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 5
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
	height: auto;
	margin: 0 5%
}

.qodef-intro-section .qodef-e-holder {
	color: #fff;
	-webkit-transition: color .3s ease .2s;
	-o-transition: color .3s ease .2s;
	transition: color .3s ease .2s
}

.qodef-intro-section.qodef-invert .qodef-e-holder {
	color: #000
}

.qodef-intro-section.qodef-init .qodef-m-section.qodef--top {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-intro-section.qodef-init .qodef-m-graphic svg .qodef-polygon-one {
	stroke-dashoffset: 0
}

.qodef-intro-section.qodef-init .qodef-m-graphic svg .qodef-polygon-two {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-intro-section.qodef-init .qodef-m-graphic svg .qodef-rect-one,
.qodef-intro-section.qodef-init .qodef-m-graphic svg .qodef-rect-two {
	stroke-dashoffset: 0
}

.qodef-intro-section.qodef-init .qodef-m-graphic svg .qodef-rect-one-duplicate,
.qodef-intro-section.qodef-init .qodef-m-graphic svg .qodef-rect-two-duplicate {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-intro-section .qodef-m-section {
	width: 100%
}

.qodef-intro-section .qodef-m-section.qodef--top {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #000;
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	-webkit-transition: height 1s cubic-bezier(.33, .02, 0, .93), -webkit-clip-path 1s cubic-bezier(.33, .02, 0, .93);
	transition: height 1s cubic-bezier(.33, .02, 0, .93), -webkit-clip-path 1s cubic-bezier(.33, .02, 0, .93);
	-o-transition: height 1s cubic-bezier(.33, .02, 0, .93), clip-path 1s cubic-bezier(.33, .02, 0, .93);
	transition: height 1s cubic-bezier(.33, .02, 0, .93), clip-path 1s cubic-bezier(.33, .02, 0, .93);
	transition: height 1s cubic-bezier(.33, .02, 0, .93), clip-path 1s cubic-bezier(.33, .02, 0, .93), -webkit-clip-path 1s cubic-bezier(.33, .02, 0, .93)
}

.elementor-editor-active .qodef-intro-section .qodef-m-section.qodef--top {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-intro-section .qodef-m-section.qodef--bottom {
	min-height: 272px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 14.5%;
	background-color: transparent;
	color: #000
}

.qodef-intro-section .qodef-m-section.qodef--bottom.qodef-animate-elements .qodef-m-side>:not(.qodef-outline-button-holder) {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-intro-section .qodef-m-section.qodef--bottom.qodef-animate-elements .qodef-m-side>.qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-intro-section .qodef-m-section.qodef--bottom.qodef-animate-elements .qodef-m-side>.qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.qodef-intro-section .qodef-m-section.qodef--bottom.qodef-animate-elements .qodef-m-side>.qodef-outline-button-holder .qodef-m-text {
	opacity: 1;
	visibility: visible
}

.qodef-intro-section .qodef-m-section.qodef--bottom.qodef-animate-elements .qodef-m-side>.qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-intro-section .qodef-m-section.qodef--bottom.qodef-animate-elements .qodef-m-side>.qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.qodef-intro-section .qodef-m-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 33.33%;
	min-height: 272px;
	color: #000
}

.qodef-intro-section .qodef-m-side.qodef--left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.qodef-intro-section .qodef-m-side.qodef--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.qodef-intro-section .qodef-m-side>:not(.qodef-outline-button-holder) {
	-webkit-transform: translateY(45px);
	-ms-transform: translateY(45px);
	transform: translateY(45px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s ease .4s;
	-o-transition: .6s ease .4s;
	transition: .6s ease .4s
}

.elementor-editor-active .qodef-intro-section .qodef-m-side>:not(.qodef-outline-button-holder) {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.qodef-intro-section .qodef-m-side>.qodef-outline-button-holder .qodef-outline-button-bottom-border,
.qodef-intro-section .qodef-m-side>.qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: .7s ease .4s;
	-o-transition: .7s ease .4s;
	transition: .7s ease .4s
}

.elementor-editor-active .qodef-intro-section .qodef-m-side>.qodef-outline-button-holder .qodef-outline-button-bottom-border,
.elementor-editor-active .qodef-intro-section .qodef-m-side>.qodef-outline-button-holder .qodef-outline-button-top-border {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.qodef-intro-section .qodef-m-side>.qodef-outline-button-holder .qodef-m-text {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s ease .4s;
	-o-transition: .6s ease .4s;
	transition: .6s ease .4s
}

.elementor-editor-active .qodef-intro-section .qodef-m-side>.qodef-outline-button-holder .qodef-m-text {
	opacity: 1;
	visibility: visible
}

.qodef-intro-section .qodef-m-side>.qodef-outline-button-holder .qodef-outline-button-left-border,
.qodef-intro-section .qodef-m-side>.qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: .7s ease .6s;
	-o-transition: .7s ease .6s;
	transition: .7s ease .6s
}

.elementor-editor-active .qodef-intro-section .qodef-m-side>.qodef-outline-button-holder .qodef-outline-button-left-border,
.elementor-editor-active .qodef-intro-section .qodef-m-side>.qodef-outline-button-holder .qodef-outline-button-right-border {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.qodef-intro-section .qodef-m-graphic {
	position: absolute;
	left: 50%;
	top: calc(50% - 136px);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 33.33%;
	min-height: 272px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	-webkit-transition: top .6s ease;
	-o-transition: top .6s ease;
	transition: top .6s ease
}

.qodef-intro-section .qodef-m-graphic svg {
	width: 272px;
	height: 272px
}

.qodef-intro-section .qodef-m-graphic svg .qodef-polygon-one {
	overflow: hidden;
	stroke: currentColor;
	stroke-width: 3;
	fill: none;
	stroke-dashoffset: 3050;
	stroke-dasharray: 3050;
	-webkit-transition: stroke-dashoffset 2s linear .8s;
	-o-transition: stroke-dashoffset 2s linear .8s;
	transition: stroke-dashoffset 2s linear .8s
}

.elementor-editor-active .qodef-intro-section .qodef-m-graphic svg .qodef-polygon-one {
	stroke-dashoffset: 0
}

.qodef-intro-section .qodef-m-graphic svg .qodef-polygon-two {
	stroke: none;
	fill: currentColor;
	clip-path: inset(100% 0 0 0);
	-webkit-clip-path: inset(100% 0 0 0);
	-webkit-transition: -webkit-clip-path .75s ease 2.75s;
	transition: -webkit-clip-path .75s ease 2.75s;
	-o-transition: clip-path .75s ease 2.75s;
	transition: clip-path .75s ease 2.75s;
	transition: clip-path .75s ease 2.75s, -webkit-clip-path .75s ease 2.75s
}

.elementor-editor-active .qodef-intro-section .qodef-m-graphic svg .qodef-polygon-two {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-intro-section .qodef-m-graphic svg .qodef-rect-one,
.qodef-intro-section .qodef-m-graphic svg .qodef-rect-two {
	overflow: hidden;
	stroke: none;
	fill: none
}

.qodef-intro-section .qodef-m-graphic svg .qodef-rect-one-duplicate,
.qodef-intro-section .qodef-m-graphic svg .qodef-rect-two-duplicate {
	stroke: none;
	fill: currentColor;
	clip-path: inset(100% 0 0 0);
	-webkit-clip-path: inset(100% 0 0 0);
	-webkit-transition: -webkit-clip-path .75s ease 2.75s;
	transition: -webkit-clip-path .75s ease 2.75s;
	-o-transition: clip-path .75s ease 2.75s;
	transition: clip-path .75s ease 2.75s;
	transition: clip-path .75s ease 2.75s, -webkit-clip-path .75s ease 2.75s
}

.elementor-editor-active .qodef-intro-section .qodef-m-graphic svg .qodef-rect-one-duplicate,
.elementor-editor-active .qodef-intro-section .qodef-m-graphic svg .qodef-rect-two-duplicate {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-intro-section .qodef-m-graphic.qodef-remove-graphic {
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0)
}

.qodef-item-showcase {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	visibility: hidden
}

.qodef-item-showcase .qodef-m-image {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 60px;
	opacity: 0;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: opacity .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
	-o-transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-item-showcase .qodef-m-image img {
	display: block
}

.qodef-item-showcase .qodef-m-items {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.qodef-item-showcase .qodef-m-items.qodef--left {
	text-align: right
}

.qodef-item-showcase .qodef-m-items.qodef--right {
	text-align: left
}

.qodef-item-showcase .qodef-m-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 60px;
	opacity: 0;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: opacity .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
	-o-transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-item-showcase .qodef-m-item:first-child {
	margin-top: 0
}

.qodef-item-showcase .qodef-m-item:nth-child(1) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

.qodef-item-showcase .qodef-m-item:nth-child(2) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}

.qodef-item-showcase .qodef-m-item:nth-child(3) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

.qodef-item-showcase .qodef-m-item:nth-child(4) {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}

.qodef-item-showcase .qodef-m-item:nth-child(5) {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s
}

.qodef-item-showcase .qodef-m-item:nth-child(6) {
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s
}

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

.qodef-item-showcase .qodef-e-title-link {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit
}

.qodef-item-showcase .qodef-e-title-link:hover {
	color: #000
}

.qodef-item-showcase .qodef-e-text {
	margin: 20px 0 0
}

.qodef-item-showcase.qodef--init {
	visibility: visible
}

.qodef-item-showcase.qodef--init .qodef-m-image {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.qodef-item-showcase.qodef--init .qodef-m-item {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.qodef-pricing-table {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center
}

.qodef-pricing-table.qodef-status--featured {
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px)
}

.qodef-pricing-table.qodef-button--over {
	padding-bottom: 36px
}

.qodef-pricing-table.qodef-button--over .qodef-m-button {
	margin-top: 49px;
	top: 34px;
	position: relative
}

.qodef-pricing-table .qodef-m-inner {
	position: relative;
	padding: 57px 25px 0;
	border: 1px solid #585858
}

.qodef-pricing-table .qodef-m-title>* {
	margin: 0
}

.qodef-pricing-table .qodef-m-title p {
	margin: 0;
	color: #000
}

.qodef-pricing-table .qodef-m-price {
	margin-top: 44px
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	line-height: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-currency {
	position: relative;
	top: 2px;
	font-size: 31px
}

.qodef-pricing-table .qodef-m-price-period {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	margin-top: 7px
}

.qodef-pricing-table .qodef-m-content {
	margin: 7px 0 0
}

.qodef-pricing-table .qodef-m-content>* {
	margin: 0
}

.qodef-pricing-table .qodef-m-content ul {
	list-style: none;
	margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
	color: #000;
	margin-bottom: 8px
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
	margin-bottom: 0
}

.qodef-pricing-table .qodef-m-content ul li:before {
	content: '\f00c';
	font-family: "font awesome 5 free";
	font-weight: 900;
	padding-right: 8px
}

.qodef-pricing-table .qodef-m-button {
	margin-top: 83px
}

.qodef-pricing-table .qodef-m-button .qodef-button {
	margin: 0
}

.qodef-progress-bar {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden
}

.qodef-progress-bar .qodef-m-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.qodef-progress-bar .qodef-m-canvas {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-progress-bar .qodef-m-canvas svg {
	display: block
}

.qodef-progress-bar .qodef-m-title {
	margin: 20px 0 0
}

.qodef-progress-bar p.qodef-m-title {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	line-height: 29px;
	color: #ababab
}

.qodef-progress-bar.qodef--init {
	visibility: visible
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
	padding-top: 20px;
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important
}

.qodef-progress-bar.qodef-layout--line {
	margin-bottom: 19px
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.qodef-progress-bar.qodef-layout--line .proggress {
	width: 0
}

.qodef-progress-bar.qodef-layout--line .percentCount {
	position: absolute;
	top: -30px;
	right: 0;
	width: auto;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	line-height: 29px;
	color: #ababab
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
	margin: 0 0 1px
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
	left: 0;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

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

.qodef-section-title.qodef-alignment--center {
	text-align: center
}

.qodef-section-title.qodef-alignment--left {
	text-align: left
}

.qodef-section-title.qodef-alignment--right {
	text-align: right
}

.qodef-section-title.qodef-border {
	padding: 18px 40px 16px 65px
}

.qodef-section-title.qodef-border.qodef-border--left {
	border-left: 1px solid #bcbcbc
}

.qodef-section-title.qodef-border.qodef-border--right {
	border-right: 1px solid #bcbcbc
}

.qodef-section-title.qodef-border.qodef-border--left-right {
	border-right: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc
}

.qodef-section-title .qodef-m-title {
	margin: 0
}

.qodef-section-title .qodef-m-title a {
	color: currentColor
}

.qodef-section-title .qodef-m-subtitle {
	margin: 10px 0 0;
	color: #585858;
	font-weight: 500
}

.qodef-section-title span.qodef-m-text {
	font-size: inherit;
	line-height: 1.846em;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: currentColor
}

.qodef-section-title .qodef-m-button {
	margin-top: 30px
}

.qodef-section-title .qodef-m-button .qodef-m-text {
	margin: 0
}

.qodef-section-title.qodef-appear-animation--left {
	-webkit-transform: translateX(-5%);
	-ms-transform: translateX(-5%);
	transform: translateX(-5%);
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	-webkit-transition: .6s ease-out;
	-o-transition: .6s ease-out;
	transition: .6s ease-out
}

.elementor-editor-active .qodef-section-title.qodef-appear-animation--left {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-section-title.qodef-appear-animation--left.qodef--appeared {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-section-title.qodef-appear-animation--right {
	-webkit-transform: translateX(5%);
	-ms-transform: translateX(5%);
	transform: translateX(5%);
	clip-path: inset(0 0 0 100%);
	-webkit-clip-path: inset(0 0 0 100%);
	-webkit-transition: .6s ease-out;
	-o-transition: .6s ease-out;
	transition: .6s ease-out
}

.elementor-editor-active .qodef-section-title.qodef-appear-animation--right {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-section-title.qodef-appear-animation--right.qodef--appeared {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0)
}

.qodef-section-title.qodef-appear-animation--bottom {
	-webkit-transform: translateY(15%);
	-ms-transform: translateY(15%);
	transform: translateY(15%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .6s ease-out;
	-o-transition: .6s ease-out;
	transition: .6s ease-out
}

.elementor-editor-active .qodef-section-title.qodef-appear-animation--bottom {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1
}

.qodef-section-title.qodef-appear-animation--bottom.qodef--appeared {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1
}

.qodef-separator {
	position: relative;
	height: auto;
	font-size: 0;
	line-height: 1
}

.qodef-separator .qodef-m-line {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 10px 0;
	border-bottom: 1px solid #bcbcbc
}

.qodef-separator.qodef-position--center {
	text-align: center
}

.qodef-separator.qodef-position--left {
	text-align: left
}

.qodef-separator.qodef-position--right {
	text-align: right
}

#qodef-page-sidebar .widget.widget_malgre_core_separator {
	margin-bottom: 0
}

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

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

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

.qodef-tabs.qodef--init {
	visibility: visible
}

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

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

.qodef-tabs .qodef-tabs-content p {
	margin: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #bcbcbc;
	position: absolute;
	right: 0;
	top: 100%
}

@media only screen and (max-width:768px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation:after {
		content: none!important
	}
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
	position: relative;
	margin: 0;
	padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
	position: relative;
	display: block;
	padding: 27px 36px 26px;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav;
	text-transform: capitalize
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
	content: "";
	height: calc(100% + 3px);
	width: 1px;
	background-color: #bcbcbc;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:first-child a {
	padding-left: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
	color: #000
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li svg {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	height: 22px
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li svg line {
	stroke-width: 1;
	stroke: #000;
	fill: none;
	stroke-dashoffset: 35;
	stroke-dasharray: 35;
	-webkit-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li svg line:last-child {
	-webkit-transition-delay: .12s;
	-o-transition-delay: .12s;
	transition-delay: .12s
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active svg line,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active svg line {
	stroke-dashoffset: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover svg line,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:hover svg line {
	stroke-dashoffset: 0
}

@media only screen and (max-width:768px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
		width: 100%;
		margin: 0;
		padding: 0
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:after {
		content: none
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
		margin-bottom: 0
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child:after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background-color: #bcbcbc
	}
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
	height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	overflow: hidden
}

@media only screen and (max-width:768px) {
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	padding-right: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li {
	position: relative;
	width: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:before,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li:before {
	content: none
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:first-child:before,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li:first-child:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li a {
	display: block;
	width: auto;
	padding-left: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a:before,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li a:before {
	background: url(../../plugins/malgre-core/assets/img/arrow-right.svg) center center no-repeat
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a:hover:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li.active a:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li.ui-state-active a:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li.ui-state-hover a:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li a:hover:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li.active a:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li.ui-state-active a:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li.ui-state-hover a:after {
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li.ui-state-active:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li.ui-state-hover:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li.ui-state-active:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li.ui-state-hover:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tab {
	margin-top: 0;
	padding: 30px 25px 30px 35px
}

@media only screen and (max-width:768px) {
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content,
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tab {
		padding: 35px 0!important
	}
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content:before,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tab:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc;
	position: absolute;
	top: 0;
	left: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tab:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc;
	position: absolute;
	bottom: 0;
	left: 0
}

@media only screen and (max-width:768px) {
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content:after,
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content:before,
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tab:after,
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tab:before {
		content: none
	}
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
	padding: 30px 25px 30px 0
}

.qodef-video-button {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.qodef-video-button .qodef-m-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	font-size: 106px;
	line-height: 1
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner {
	display: block;
	line-height: inherit;
	width: 90px;
	height: 90px
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner:before {
	display: block;
	line-height: inherit
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner svg {
	color: #000
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner svg path:first-child {
	stroke-dasharray: 285;
	stroke-dashoffset: 0;
	-webkit-transition: all .8s cubic-bezier(.43, .41, .36, .9);
	-o-transition: all .8s cubic-bezier(.43, .41, .36, .9);
	transition: all .8s cubic-bezier(.43, .41, .36, .9);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner svg path:last-child {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	-o-transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s, -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s
}

.qodef-video-button .qodef-m-play:hover .qodef-m-play-inner svg path:first-child {
	stroke-dasharray: 285;
	stroke-dashoffset: 570;
	-webkit-transform: rotate(-145deg);
	-ms-transform: rotate(-145deg);
	transform: rotate(-145deg)
}

.qodef-video-button .qodef-m-play:hover .qodef-m-play-inner svg path:last-child {
	-webkit-transform: translate(6px, -6px);
	-ms-transform: translate(6px, -6px);
	transform: translate(6px, -6px);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	-o-transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s;
	transition: transform .6s cubic-bezier(.43, .41, .36, .9) .2s, -webkit-transform .6s cubic-bezier(.43, .41, .36, .9) .2s
}

.qodef-video-button.qodef-skin--light .qodef-m-play-inner svg {
	color: #fff
}

.qodef-video-holder {
	display: block;
	max-width: 100%
}

.qodef-video-holder .qodef-m-video {
	background-color: #000
}

.qodef-video-holder video {
	max-width: 100%
}

.qodef-video-holder.qodef--has-appear .qodef-m-video {
	-webkit-transition: .9s cubic-bezier(.51, .01, 0, 1.06);
	-o-transition: .9s cubic-bezier(.51, .01, 0, 1.06);
	transition: .9s cubic-bezier(.51, .01, 0, 1.06);
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0)
}

.qodef-video-holder.qodef--has-appear.qodef--appeared .qodef-m-video {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0)
}

#qodef-side-area {
	position: fixed;
	top: 0;
	right: -647px;
	width: 647px;
	height: 100%;
	min-height: 100%;
	padding: 106px 93px 35px;
	text-align: center;
	background-color: #000;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.qodef-side-area--opened #qodef-side-area {
	right: 0;
	visibility: visible
}

#qodef-side-area.qodef-alignment--center {
	text-align: center
}

#qodef-side-area.qodef-alignment--right {
	text-align: right
}

#qodef-side-area.qodef-alignment--left {
	text-align: left
}

#qodef-side-area .widget.widget_malgre_core_nav_menu .menu,
#qodef-side-area .widget.widget_nav_menu .menu {
	text-align: left
}

#qodef-side-area .widget.widget_malgre_core_nav_menu .menu>li,
#qodef-side-area .widget.widget_nav_menu .menu>li {
	margin-bottom: 85px!important;
	position: relative
}

#qodef-side-area .widget.widget_malgre_core_nav_menu .menu>li:last-child,
#qodef-side-area .widget.widget_nav_menu .menu>li:last-child {
	margin-bottom: 48px!important
}

#qodef-side-area .widget.widget_malgre_core_nav_menu .menu>li a,
#qodef-side-area .widget.widget_nav_menu .menu>li a {
	display: inline-block;
	width: auto;
	font-size: 58px;
	font-family: Yantramanav;
	font-weight: 500;
	letter-spacing: -.01em;
	color: #fff
}

#qodef-side-area .widget.widget_malgre_core_nav_menu .menu>li a>span,
#qodef-side-area .widget.widget_nav_menu .menu>li a>span {
	display: block
}

#qodef-side-area .widget.widget_malgre_core_nav_menu .menu>li a .qodef-menu-item-text,
#qodef-side-area .widget.widget_nav_menu .menu>li a .qodef-menu-item-text {
	position: relative
}

#qodef-side-area .widget.widget_malgre_core_nav_menu .menu>li a .qodef-menu-item-text:before,
#qodef-side-area .widget.widget_nav_menu .menu>li a .qodef-menu-item-text:before {
	content: '';
	position: absolute;
	bottom: -7px;
	height: 1px;
	width: calc(100% - 1px);
	background: currentColor;
	border-radius: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: -webkit-transform .4s cubic-bezier(.43, .41, .36, .9);
	-o-transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9);
	transition: transform .4s cubic-bezier(.43, .41, .36, .9), -webkit-transform .4s cubic-bezier(.43, .41, .36, .9)
}

#qodef-side-area .widget.widget_malgre_core_nav_menu .menu>li a>br,
#qodef-side-area .widget.widget_nav_menu .menu>li a>br {
	display: none
}

#qodef-side-area .widget.widget_malgre_core_nav_menu .menu>li a .sub_description,
#qodef-side-area .widget.widget_nav_menu .menu>li a .sub_description {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .2em;
	color: #ababab;
	text-transform: uppercase;
	line-height: 34px;
	padding: 0 2px;
	position: absolute;
	left: 0;
	bottom: -34px
}

#qodef-side-area .widget.widget_malgre_core_nav_menu .menu>li a:hover,
#qodef-side-area .widget.widget_nav_menu .menu>li a:hover {
	color: #fff
}

#qodef-side-area .widget.widget_malgre_core_nav_menu .menu>li a:hover .qodef-menu-item-text:before,
#qodef-side-area .widget.widget_nav_menu .menu>li a:hover .qodef-menu-item-text:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

#qodef-side-area .widget.widget_nav_menu .menu {
	text-align: left
}

#qodef-side-area .qodef-social-icons-group {
	text-align: left
}

#qodef-side-area .qodef-source--svg-path.qodef-opener-icon .qodef-m-icon.qodef--open {
	display: none
}

#qodef-side-area .qodef-source--svg-path.qodef-opener-icon .qodef-m-icon.qodef--close {
	visibility: visible;
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	left: 0
}

#qodef-side-area .qodef-source--svg-path.qodef-opener-icon .qodef-m-icon.qodef--close svg {
	position: relative;
	left: 0;
	-webkit-transition: left .3s cubic-bezier(.43, .41, .36, .9) .15s;
	-o-transition: left .3s cubic-bezier(.43, .41, .36, .9) .15s;
	transition: left .3s cubic-bezier(.43, .41, .36, .9) .15s
}

#qodef-side-area .qodef-source--svg-path.qodef-opener-icon .qodef-m-icon.qodef--close .qodef-close-label {
	position: relative;
	left: -5px;
	top: 0;
	line-height: inherit;
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
	-webkit-animation: qodef-move-out-label .6s cubic-bezier(.43, .41, .36, .9) forwards;
	animation: qodef-move-out-label .6s cubic-bezier(.43, .41, .36, .9) forwards
}

#qodef-side-area-close {
	position: absolute;
	top: 31px;
	right: 40px;
	display: block;
	z-index: 1000;
	color: #fff
}

.admin-bar #qodef-side-area-close {
	top: 65px
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
	top: 13px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
	top: 13px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#qodef-side-area-close.qodef-source--svg-path:hover .qodef-m-icon.qodef--close .qodef-close-label {
	-webkit-animation: qodef-move-in-label .6s cubic-bezier(.43, .41, .36, .9) forwards;
	animation: qodef-move-in-label .6s cubic-bezier(.43, .41, .36, .9) forwards
}

#qodef-side-area-close.qodef-source--svg-path:hover .qodef-m-icon.qodef--close svg {
	left: -65px;
	-webkit-transition: left .35s cubic-bezier(.43, .41, .36, .9) .1s;
	-o-transition: left .35s cubic-bezier(.43, .41, .36, .9) .1s;
	transition: left .35s cubic-bezier(.43, .41, .36, .9) .1s
}

@keyframes qodef-move-in-label {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
	50% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%)
	}
	55% {
		left: 19px
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 19px
	}
}

@keyframes qodef-move-out-label {
	0% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: 19px
	}
	50% {
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0);
		left: 19px
	}
	55% {
		left: -5px
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		left: -5px
	}
}

.qodef-side-area-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	z-index: 0;
	-webkit-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
	transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

.qodef-side-area--opened .qodef-side-area-cover {
	opacity: 1;
	z-index: 1002
}

.qodef-social-share {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-social-share .qodef-social-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	font-family: Yantramanav;
	font-weight: 400;
	text-transform: none;
	color: #000;
	font-size: 20px;
	line-height: 1.182em;
	letter-spacing: -.01em;
	font-weight: 500;
	font-family: Yantramanav
}

.qodef-social-share ul {
	position: relative;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 0;
	margin: 0
}

.qodef-social-share li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: 0;
	margin: 0
}

.qodef-social-share li a {
	font-size: 17px;
	color: #000
}

.qodef-social-share li.qodef-facebook-share a:hover {
	color: #585858
}

.qodef-social-share li.qodef-twitter-share a:hover {
	color: #585858
}

.qodef-social-share li.qodef-linkedin-share a:hover {
	color: #585858
}

.qodef-social-share li.qodef-tumblr-share a:hover {
	color: #585858
}

.qodef-social-share li.qodef-pinterest-share a:hover {
	color: #585858
}

.qodef-social-share li.qodef-vk-share a:hover {
	color: #585858
}

.qodef-social-share.qodef-layout--dropdown {
	position: relative;
	display: inline-block;
	vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	margin: 0;
	vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
	vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
	opacity: 1;
	visibility: visible;
	cursor: pointer
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
	display: block
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
	position: absolute;
	visibility: hidden;
	z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
	position: relative;
	display: block;
	z-index: 990;
	margin: 0;
	padding: 0!important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
	position: absolute;
	display: block;
	text-align: center;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
	-o-transition: opacity .2s ease-out, visibility .2s ease-out;
	transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
	-webkit-transition: color .2s ease-out, background-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
	display: block;
	line-height: inherit
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
	bottom: 0;
	left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
	width: 90px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #bcbcbc
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
	border-top: none
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
	background-color: #3b5998;
	color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
	background-color: #00aced;
	color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
	background-color: #007bb5;
	color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
	background-color: #32506d;
	color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
	background-color: #cb2027;
	color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
	background-color: #45668e;
	color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
	font-size: 14px;
	color: #000;
	background-color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
	bottom: -30px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
	bottom: -60px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
	bottom: -90px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
	bottom: -120px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
	bottom: -150px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
	bottom: -180px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
	bottom: -210px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
	top: 0;
	right: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
	width: calc(90px/3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
	left: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
	left: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
	left: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
	left: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
	left: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
	left: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
	left: 185px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
	top: 0;
	left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
	width: calc(90px/3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
	right: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
	right: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
	right: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
	right: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
	right: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
	right: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
	right: 185px
}

.qodef-social-share.qodef-layout--list li {
	margin-right: 15px
}

.qodef-social-share.qodef-layout--list li:last-child {
	margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
	margin-right: 15px
}

.qodef-social-share.qodef-layout--text li:last-child {
	margin-right: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	display: block;
	margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	display: block;
	margin-bottom: 21px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
	color: #585858
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
	color: #585858
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
	color: #585858
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
	color: #585858
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
	color: #585858
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
	color: #585858
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
	color: #585858
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
	color: #585858
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
	color: #585858
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
	color: #585858
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
	color: #585858
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
	color: #585858
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
	color: #585858
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
	color: #585858
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
	color: #585858
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
	color: #585858
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
	color: #585858
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
	color: #585858
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
	color: #585858
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
	color: #585858
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
	color: #585858
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
	color: #585858
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
	color: #585858
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
	color: #585858
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
	color: #585858
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
	color: #585858
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
	color: #585858
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
	color: #585858
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
	color: #585858
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
	color: #585858
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
	color: #585858
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
	color: #585858
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
	color: #585858
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
	color: #585858
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
	color: #585858
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
	color: #585858
}

#qodef-page-spinner {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2000
}

#qodef-page-spinner .qodef-m-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #fff
}

#qodef-page-spinner .qodef-m-spinner {
	position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
	position: relative;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50%;
	width: 50%;
	z-index: 1;
	-webkit-animation: qode-atom-shrink 4.5s infinite linear;
	animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	height: 100%;
	width: 100%;
	background: currentColor;
	border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	margin: 0 auto;
	background: currentColor;
	border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
	-webkit-animation: qode-atom-zindex 1.5s .75s infinite steps(2, end);
	animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
	animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
	-webkit-animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end);
	animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
	-webkit-animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease;
	animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
	-webkit-animation: qode-atom-zindex 1.5s .25s infinite steps(2, end);
	animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
	-webkit-animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease;
	animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
	position: relative;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	-webkit-animation: qode-clock 8s infinite steps(8);
	animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
	position: absolute;
	height: 50px;
	width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
	content: '';
	position: absolute;
	height: 18.31501832px;
	width: 18.31501832px;
	background: currentColor;
	border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-animation: qode-clock-1 1s ease-in infinite;
	animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-animation: qode-clock-2 1s ease-in infinite;
	animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: qode-clock-3 1s ease-in infinite;
	animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
	-webkit-animation: qode-clock-4 1s ease-in infinite;
	animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background-color: currentColor;
	-webkit-animation: qode-cube 1.2s infinite ease-in-out;
	animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
	position: relative;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	border-radius: 50%;
	opacity: .6;
	-webkit-animation: qode-double-pulse 2s infinite ease-in-out;
	animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
	position: relative;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
	position: absolute;
	width: 100%;
	height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
	-webkit-animation-delay: calc((600ms) - 1500ms);
	animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
	-webkit-animation-delay: calc((900ms) - 1500ms);
	animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
	-webkit-animation-delay: calc((1200ms) - 1500ms);
	animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
	-webkit-animation-delay: calc((300ms) - 1400ms);
	animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
	-webkit-animation-delay: calc((600ms) - 1400ms);
	animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
	-webkit-animation-delay: calc((900ms) - 1400ms);
	animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
	-webkit-animation-delay: calc((1200ms) - 1400ms);
	animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
	-webkit-animation-delay: calc((300ms) - 1300ms);
	animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
	-webkit-animation-delay: calc((600ms) - 1300ms);
	animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
	-webkit-animation-delay: calc((900ms) - 1300ms);
	animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
	-webkit-animation-delay: calc((1200ms) - 1300ms);
	animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: currentColor;
	border-radius: 100%;
	-webkit-animation: qode-bounce-delay 1.2s infinite ease-in-out both;
	animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
	top: 0;
	left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
	top: 0;
	right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
	right: 0;
	bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
	left: 0;
	bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
	position: relative;
	width: 30px;
	height: 30px;
	margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	background: currentColor;
	border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
	top: 0;
	left: 50%;
	-webkit-animation: qode-fussion-ball-1 1s 0s ease infinite;
	animation: qode-fussion-ball-1 1s 0s ease infinite;
	z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
	top: 50%;
	left: 100%;
	-webkit-animation: qode-fussion-ball-2 1s 0s ease infinite;
	animation: qode-fussion-ball-2 1s 0s ease infinite;
	z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
	top: 100%;
	left: 50%;
	-webkit-animation: qode-fussion-ball-3 1s 0s ease infinite;
	animation: qode-fussion-ball-3 1s 0s ease infinite;
	z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
	top: 50%;
	left: 0;
	-webkit-animation: qode-fussion-ball-4 1s 0s ease infinite;
	animation: qode-fussion-ball-4 1s 0s ease infinite;
	z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
	width: 60px;
	height: 60px;
	margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	-webkit-animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
	animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	-webkit-animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
	animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	-webkit-animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
	animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	-webkit-animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
	animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
	position: relative;
	height: 50px;
	width: 50px;
	margin: -25px 0 0 -25px;
	-webkit-animation: qode-mitosis-invert 2s infinite steps(2, end);
	animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: currentColor;
	border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
	-webkit-animation: qode-mitosis-ball-1 1s infinite alternate linear;
	animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
	-webkit-animation: qode-mitosis-ball-2 1s infinite alternate linear;
	animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
	-webkit-animation: qode-mitosis-ball-3 1s infinite alternate linear;
	animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
	-webkit-animation: qode-mitosis-ball-4 1s infinite alternate linear;
	animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
	margin: 0;
	opacity: 0;
	-webkit-animation: qode-fade-in 1s forwards;
	animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
	position: relative;
	display: block;
	height: 3px;
	width: 500px;
	margin-top: 20px;
	background-color: #e5e1dc;
	overflow: hidden;
	opacity: 0;
	-webkit-animation: qode-fade-in 1s .3s forwards;
	animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
	position: relative;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
	position: absolute;
	height: 100%;
	width: 100%;
	background: currentColor;
	border: 0 solid currentColor;
	border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
	-webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
	animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
	-webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
	animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
	-webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
	animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
	-webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
	animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background-color: currentColor;
	border-radius: 16px;
	-webkit-animation: qode-scaleout 1s infinite ease-in-out;
	animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
	width: 60px;
	height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 4px;
	background-color: currentColor;
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: qode-ball-fall 1.5s ease infinite both;
	animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
	-webkit-animation-delay: calc((100ms) - 300ms);
	animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
	-webkit-animation-delay: calc((200ms) - 300ms);
	animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
	-webkit-animation-delay: calc((300ms) - 300ms);
	animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
	position: relative;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: currentColor;
	-webkit-animation: qode-rotating-cubes 1.8s infinite ease-in-out;
	animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
	width: 50px;
	height: 60px;
	margin: -30px 0 0 -25px;
	text-align: center
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
	display: inline-block;
	float: left;
	height: 100%;
	width: 6px;
	margin: 0 3px 0 0;
	background-color: currentColor;
	-webkit-animation: qode-stretch-delay 1.2s infinite ease-in-out;
	animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
	-webkit-animation-delay: calc((200ms) - 1300ms);
	animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
	-webkit-animation-delay: calc((300ms) - 1300ms);
	animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
	-webkit-animation-delay: calc((400ms) - 1300ms);
	animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
	-webkit-animation-delay: calc((500ms) - 1300ms);
	animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
	position: relative;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	text-align: center;
	-webkit-animation: qode-rotate-circles 2s infinite linear;
	animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
	position: absolute;
	top: 0;
	width: 60%;
	height: 60%;
	display: inline-block;
	background-color: currentColor;
	border-radius: 100%;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation: qode-bounce 2s infinite ease-in-out;
	animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
	width: 150px;
	height: 30px;
	margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	background: currentColor;
	border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
	-webkit-animation: qode-wave-jump-3 1.8s infinite ease-out;
	animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
	-webkit-animation: qode-wave-jump-2 1.8s infinite ease-out;
	animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
	-webkit-animation: qode-wave-jump-1 1.8s infinite ease-out;
	animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
	margin-right: 0;
	-webkit-animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1);
	animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
	width: 72px;
	margin: -9px 0 0 -36px;
	text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 3px 0 0;
	background-color: currentColor;
	border-radius: 100%;
	-webkit-animation: qode-bounce-delay 1.4s infinite ease-in-out both;
	animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

.qodef-page-title {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover
}

.qodef-page-title.qodef-image--responsive {
	height: auto!important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--center {
	text-align: center
}

.qodef-page-title.qodef-alignment--right {
	text-align: right
}

.qodef-page-title .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-page-title .qodef-m-image img {
	display: block;
	width: 100%
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
	padding: 0 101px
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
	font-size: 15px;
	color: #686868
}

.qodef-page-title .qodef-breadcrumbs a:hover {
	text-decoration: underline
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
	margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
	content: '/'
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
	margin-top: 5px
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
	margin: 4px 0 0
}

.widget.qodef-author-info .qodef-author-info-image {
	margin-bottom: 21px;
	display: inline-block
}

.widget.qodef-author-info .qodef-author-info-name {
	margin: 0 0 21px
}

.widget.qodef-author-info .qodef-author-info-description {
	margin: 0
}

.widget .qodef-contact-info-widget {
	margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget {
	margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
	font-size: 16px
}

.widget.qodef-author-info .qodef-author-info-image {
	margin-bottom: 21px;
	display: inline-block
}

.widget.qodef-author-info .qodef-author-info-name {
	margin: 0 0 21px
}

.widget.qodef-author-info .qodef-author-info-description {
	margin: 0
}

.qodef-social-icons-group .qodef-icon-holder {
	margin-left: 7px
}

.qodef-social-icons-group .qodef-icon-holder:first-child {
	margin-left: 0
}

div.qodef-custom-icons-circle .qodef-social-icons-group .qodef-icon-holder a {
	-webkit-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 50%
}

div.qodef-custom-icons-circle .qodef-social-icons-group .qodef-icon-holder a:hover {
	border: 1px solid #585858
}

div.qodef-custom-icons-circle .qodef-social-icons-group .qodef-icon-holder a span {
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.widget.widget_malgre_core_social_icons_group .qodef-widget-title {
	margin: 0 0 16px
}

.widget.widget_malgre_core_social_icons_group .qodef-icon-holder a {
	color: #000;
	-webkit-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
	font-size: 13px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 50%
}

.widget.widget_malgre_core_social_icons_group .qodef-icon-holder a:hover {
	border: 1px solid #585858
}

.widget.widget_malgre_core_social_icons_group .qodef-icon-holder a span {
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.widget.widget_malgre_core_social_icons_group .qodef-icon-holder.qodef-layout--circle {
	background-color: #000
}

.widget.widget_malgre_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover {
	background-color: #000
}

.widget.widget_malgre_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a {
	color: #fff
}

@media only screen and (max-width:1440px) {
	.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
		padding: 83px 40px
	}
	.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
		padding: 83px 40px 87px
	}
}

@media only screen and (max-width:680px) {
	#qodef-author-info .qodef-m-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	#qodef-author-info .qodef-m-content {
		margin-top: 23px
	}
}

@media only screen and (max-width:1024px) {
	body:not(.qodef-content-behind-header) #qodef-page-outer {
		margin-top: 0!important
	}
}

@media only screen and (max-width:680px) {
	#qodef-page-outer {
		padding: 0
	}
}

@media only screen and (max-width:768px) {
	#qodef-top-area {
		display: none
	}
}

@media only screen and (max-width:1440px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 20%
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 25%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 25%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 25%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 25%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 33.33333%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 33.33333%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 33.33333%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 33.33333%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 33.33333%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 50%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 50%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 50%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 50%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 50%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 50%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 50%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 33.33333%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 25%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 20%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 16.66667%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 14.28571%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 12.5%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 50%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 33.33333%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 25%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 20%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 16.66667%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 14.28571%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 12.5%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 50%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 33.33333%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 25%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 20%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 16.66667%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 14.28571%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 12.5%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 50%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 33.33333%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 25%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 20%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 16.66667%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 14.28571%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 12.5%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 50%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 33.33333%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 25%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 20%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 16.66667%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 14.28571%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 12.5%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 50%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 33.33333%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 25%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 20%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 16.66667%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 14.28571%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 12.5%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 50%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 33.33333%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 25%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 20%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 16.66667%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 14.28571%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 12.5%
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 100%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 50%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 33.33333%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 25%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 20%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 16.66667%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 14.28571%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
		width: 12.5%
	}
}

@media only screen and (max-width:1440px) {
	.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
		margin-bottom: -80px
	}
	.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
		margin: 0 -40px
	}
	.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
		padding: 0 40px;
		margin: 0 0 80px
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--3 .qodef-fsg-item,
	.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--4 .qodef-fsg-item {
		width: 49.5%
	}
	.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--3 .qodef-fsg-item-table-cell-content,
	.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--4 .qodef-fsg-item-table-cell-content {
		width: 100%!important
	}
}

@media only screen and (max-width:768px) {
	.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--3 .qodef-fsg-item,
	.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--4 .qodef-fsg-item {
		width: 49.5%
	}
	.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--3 .qodef-fsg-item-table-cell-content,
	.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--4 .qodef-fsg-item-table-cell-content {
		width: 100%!important
	}
}

@media only screen and (max-width:680px) {
	.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--2 .qodef-fsg-item,
	.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--3 .qodef-fsg-item,
	.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--4 .qodef-fsg-item {
		width: 100%!important
	}
	.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--2 .qodef-fsg-item-table-cell-content,
	.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--3 .qodef-fsg-item-table-cell-content,
	.qodef-portfolio-fullscreen-grid-holder.qodef-col-num--4 .qodef-fsg-item-table-cell-content {
		width: 100%!important
	}
	.qodef-portfolio-fullscreen-grid-holder .qodef-fsg-item:first-child .qodef-fsg-item-inner {
		border-top: 1px solid #73777b
	}
}

@media only screen and (max-width:1680px) {
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
		-webkit-transform: rotate(-90deg) translateY(-52%);
		-ms-transform: rotate(-90deg) translateY(-52%);
		transform: rotate(-90deg) translateY(-52%)
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
		top: 0;
		width: 100vh;
		left: 108px
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide {
		padding-top: 125px
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title {
		font-size: 120px
	}
}

@media only screen and (max-width:1600px) {
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
		-webkit-transform: rotate(-90deg) translateY(-32%);
		-ms-transform: rotate(-90deg) translateY(-32%);
		transform: rotate(-90deg) translateY(-32%)
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
		top: 42px;
		width: 85vh
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide {
		padding-top: 175px
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title {
		font-size: 112px
	}
}

@media only screen and (max-width:1600px) and (max-height:900px) {
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
		-webkit-transform: rotate(-90deg) translateY(-44%);
		-ms-transform: rotate(-90deg) translateY(-44%);
		transform: rotate(-90deg) translateY(-44%)
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
		top: 55px;
		width: 96vh
	}
}

@media only screen and (max-width:1600px) and (max-height:1200px) {
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
		-webkit-transform: rotate(-90deg) translateY(-18%);
		-ms-transform: rotate(-90deg) translateY(-18%);
		transform: rotate(-90deg) translateY(-18%)
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
		top: 46px;
		width: 72vh
	}
}

@media only screen and (max-width:1440px) {
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
		-webkit-transform: rotate(-90deg) translateY(-48%);
		-ms-transform: rotate(-90deg) translateY(-48%);
		transform: rotate(-90deg) translateY(-48%)
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
		top: 65px;
		width: 100vh;
		left: 0
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title {
		font-size: 100px
	}
}

@media only screen and (max-width:1368px) and (max-height:912px) {
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
		-webkit-transform: rotate(-90deg) translateY(-37%);
		-ms-transform: rotate(-90deg) translateY(-37%);
		transform: rotate(-90deg) translateY(-37%)
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
		top: 46px;
		width: 93vh;
		left: -12px
	}
}

@media only screen and (max-width:1366px) {
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
		-webkit-transform: rotate(-90deg) translateY(-62%);
		-ms-transform: rotate(-90deg) translateY(-62%);
		transform: rotate(-90deg) translateY(-62%)
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
		top: 62px;
		width: 100vh;
		left: 95px
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title {
		font-size: 98px
	}
}

@media only screen and (max-width:1280px) {
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
		-webkit-transform: rotate(-90deg) translateY(-49%);
		-ms-transform: rotate(-90deg) translateY(-49%);
		transform: rotate(-90deg) translateY(-49%)
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
		top: 76px;
		width: 85vh;
		left: 112px
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title {
		font-size: 88px
	}
}

@media only screen and (max-width:1280px) and (max-height:677px) {
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
		-webkit-transform: rotate(-90deg) translateY(-49%);
		-ms-transform: rotate(-90deg) translateY(-49%);
		transform: rotate(-90deg) translateY(-49%)
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
		top: 53px;
		width: 85vh;
		left: 122px
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title {
		font-size: 88px
	}
}

@media only screen and (max-width:1194px) {
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
		-webkit-transform: rotate(-90deg) translateY(-28%);
		-ms-transform: rotate(-90deg) translateY(-28%);
		transform: rotate(-90deg) translateY(-28%)
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
		top: 82px;
		width: 77vh
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title {
		font-size: 85px
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-interactive-showcase-holder {
		height: calc(100vh - 65px)
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
		-webkit-transform: rotate(-90deg) translateY(-26%);
		-ms-transform: rotate(-90deg) translateY(-26%);
		transform: rotate(-90deg) translateY(-26%)
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
		top: 40px;
		width: 75vh;
		left: 0
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title {
		font-size: 73px
	}
}

@media only screen and (max-width:768px) {
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		height: 27.6%;
		top: 72.4%
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
		display: block;
		top: initial;
		bottom: 33px!important;
		left: 0;
		width: 100%
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination .swiper-pagination-bullet .number {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide {
		padding-top: 45px
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title {
		font-size: 100px;
		left: -340px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two {
		width: 100%;
		height: 72.4%
	}
}

@media only screen and (max-width:680px) {
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		height: 40%;
		top: 60%
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
		display: none;
		top: initial;
		bottom: 15px!important;
		width: 100%
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination .swiper-pagination-bullet .number {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide {
		padding-top: 30px
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title {
		font-size: 60px;
		left: -440px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two {
		width: 100%;
		height: 60%
	}
}

@media only screen and (max-width:480px) {
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		height: 31%;
		top: 69%
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination {
		display: block;
		top: initial;
		bottom: 15px!important;
		width: 100%
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-portfolio-interactive-showcase .swiper-pagination .swiper-pagination-bullet .number {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide {
		padding-top: 45px
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title {
		font-size: 60px;
		left: -240px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.qodef-portfolio-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two {
		width: 100%;
		height: 69%
	}
}

@media screen and (max-width:320px) {
	.qodef-portfolio-interactive-showcase-holder .swiper-slide {
		padding-top: 35px
	}
	.qodef-portfolio-interactive-showcase-holder .swiper-slide .qodef-e-title {
		font-size: 53px;
		left: -196px
	}
}

@media only screen and (max-width:1024px) {
	.qodef-touch-adj #qodef-page-outer {
		margin-top: 0!important
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow:not(.qodef-swiper-container) .qodef-e-inner .qodef-e-image {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}
	.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow:not(.qodef-swiper-container) .qodef-e-inner:hover .qodef-e-image {
		-webkit-transform: scale(1.05) translateX(5px);
		-ms-transform: scale(1.05) translateX(5px);
		transform: scale(1.05) translateX(5px)
	}
	.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-content {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0
	}
	.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-title {
		display: inline-block;
		position: relative;
		color: #000;
		background-color: #fff;
		text-transform: lowercase;
		z-index: 8;
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
		padding: 10px;
		-webkit-transition: -webkit-clip-path .5s cubic-bezier(.645, .045, .355, 1);
		transition: -webkit-clip-path .5s cubic-bezier(.645, .045, .355, 1);
		-o-transition: clip-path .5s cubic-bezier(.645, .045, .355, 1);
		transition: clip-path .5s cubic-bezier(.645, .045, .355, 1);
		transition: clip-path .5s cubic-bezier(.645, .045, .355, 1), -webkit-clip-path .5s cubic-bezier(.645, .045, .355, 1)
	}
	.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-title>* {
		margin: 0
	}
	.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-info-category {
		display: none
	}
	.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-title {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
}

@media only screen and (max-width:1024px) and (max-width:680px) {
	.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow.qodef-swiper-container {
		margin-bottom: 0
	}
}

@media only screen and (max-width:1024px) {
	.qodef-follow-info-holder {
		display: none
	}
}

@media only screen and (max-width:1440px) {
	.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-content {
		padding: 18px 32px 12px 13px
	}
}

@media only screen and (max-width:1366px) {
	.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-content {
		padding: 19px 33px 15px 14px
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-content {
		padding: 16px 22px 10px 8px
	}
}

@media only screen and (max-width:480px) {
	.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-content {
		padding: 24px 34px 18px 9px
	}
}

@media only screen and (max-width:320px) {
	.qodef-portfolio-list.qodef-item-layout--info-left-reveal .qodef-e-content {
		padding: 13px 3px 4px 0
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--custom .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
		margin-top: 54px!important
	}
	.qodef-portfolio-single.qodef-layout--custom .qodef-portfolio-info {
		margin-top: 0!important
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
		margin-top: 54px!important
	}
	.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info {
		margin-top: 0!important
	}
}

@media only screen and (max-width:1440px) {
	.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-content {
		max-width: 75%
	}
}

@media only screen and (max-width:1368px) {
	.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-content {
		max-width: 77%
	}
}

@media only screen and (max-width:1366px) {
	.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-content {
		max-width: 85%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-content {
		max-width: 100%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-title {
		margin: -4px 0 2px
	}
	.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
		margin: 0 0 50px
	}
	.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info {
		margin-top: 0!important
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
		margin-top: 54px!important
	}
	.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info {
		margin-top: 0!important
	}
}

@media only screen and (max-width:1440px) {
	.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content {
		max-width: 75%
	}
}

@media only screen and (max-width:1368px) {
	.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content {
		max-width: 77%
	}
}

@media only screen and (max-width:1366px) {
	.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content {
		max-width: 85%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content {
		max-width: 100%
	}
	.qodef-portfolio-single.qodef-layout--images-small .qodef-media {
		margin: 0 0 50px
	}
	.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info {
		margin-top: 0!important
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info.qodef-grid-item {
		margin-top: 54px!important
	}
	.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info {
		margin-top: 0!important
	}
}

@media only screen and (max-width:1440px) {
	.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content {
		max-width: 75%
	}
}

@media only screen and (max-width:1368px) {
	.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content {
		max-width: 77%
	}
}

@media only screen and (max-width:1366px) {
	.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content {
		max-width: 85%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content {
		max-width: 100%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
		margin: 0 0 50px
	}
	.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info {
		margin-top: 0!important
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-info.qodef-grid-item {
		margin-top: 54px!important
	}
	.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-info {
		margin-top: 0!important
	}
}

@media only screen and (max-width:1440px) {
	.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-content {
		max-width: 75%
	}
}

@media only screen and (max-width:1368px) {
	.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-content {
		max-width: 77%
	}
}

@media only screen and (max-width:1366px) {
	.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-content {
		max-width: 85%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-content {
		max-width: 100%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single.qodef-layout--slider-small .qodef-media {
		margin: 0 0 50px
	}
	.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info {
		margin-top: 0!important
	}
}

@media only screen and (max-width:680px) {
	.qodef-awards {
		display: block
	}
	.qodef-awards .qodef-awards-content-holder {
		padding: 25px 29px 8px 0
	}
}

@media only screen and (max-width:1024px) {
	.qodef-round-button-holder .qodef-button.qodef-layout--round.qodef-text-break--disabled br {
		display: none
	}
}

@media screen and (max-width:320px) {
	.qodef-round-button-holder .qodef-button.qodef-layout--round.qodef-reduce-btn-size-on-phones-320 {
		width: 226px;
		height: 226px
	}
}

@media only screen and (max-width:680px) {
	.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
		display: block
	}
	.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
		margin-top: 20px
	}
}

@media only screen and (max-width:768px) {
	.qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
	.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
	.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
		width: 33.33333333333333%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
		display: none
	}
}

@media only screen and (max-width:1024px) {
	.qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
		display: none
	}
}

@media only screen and (max-width:1366px) {
	.qodef-interactive-link-showcase.qodef-type--standard {
		padding: 100px 0
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
		width: 60%
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
		width: 40%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-interactive-link-showcase.qodef-type--standard {
		padding: 60px 0
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
		width: 80%
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
		width: 100%;
		padding-left: 60px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
		font-size: 42px;
		line-height: 1.023em;
		letter-spacing: -.02em;
		font-weight: 500;
		padding-bottom: 3px
	}
}

@media only screen and (max-width:680px) {
	.qodef-interactive-link-showcase.qodef-type--standard {
		padding: 30px 0
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
		padding-left: 30px
	}
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 32px 0
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item:first-child {
	margin-top: 40px
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item .qodef-e-subtitle-line {
	position: absolute;
	bottom: 19px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	-webkit-transition: width .7s cubic-bezier(.645, .045, .355, 1);
	-o-transition: width .7s cubic-bezier(.645, .045, .355, 1);
	transition: width .7s cubic-bezier(.645, .045, .355, 1)
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item.qodef--active {
	color: #000
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item.qodef--active .qodef-e-subtitle-line {
	width: 105%
}

@media screen and (max-width:1680px) {
	.qodef-interactive-link-showcase.qodef-layout--list {
		margin-bottom: 50px
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images,
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
		height: 90vh
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-anchor-link {
		bottom: 67px
	}
}

@media only screen and (max-width:1440px) {
	.qodef-interactive-link-showcase.qodef-layout--list {
		margin-bottom: 52px
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
		margin: 21px 0
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-anchor-link {
		bottom: 67px
	}
}

@media screen and (max-width:1368px) and (max-height:912px) {
	.qodef-interactive-link-showcase.qodef-layout--list {
		margin-bottom: 49px
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-anchor-link {
		bottom: 67px
	}
}

@media screen and (max-width:1366px) and (max-height:645px) {
	.qodef-interactive-link-showcase.qodef-layout--list {
		margin-bottom: 130px
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
		margin: 21px 0
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images,
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
		height: 100vh
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-anchor-link {
		bottom: -11px
	}
}

@media only screen and (max-width:1280px) {
	.qodef-interactive-link-showcase.qodef-layout--list {
		margin-bottom: 130px
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
		margin: 26px 0
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images,
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
		height: 100vh
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-anchor-link {
		bottom: -11px
	}
}

@media only screen and (max-width:1024px) {
	.qodef-interactive-link-showcase.qodef-layout--list {
		margin-bottom: 15px
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images,
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
		height: 85vh
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-anchor-link {
		bottom: 104px
	}
}

@media only screen and (max-width:768px) {
	.qodef-interactive-link-showcase.qodef-layout--list {
		margin-bottom: -51px
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
		width: 100%
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images,
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
		height: 82.2%
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
		width: 100%;
		padding-left: 30px
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item .qodef-e-subtitle,
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item .qodef-e-title {
		color: #fff
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-anchor-link {
		left: 5px;
		bottom: 100px
	}
}

@media only screen and (max-width:680px) {
	.qodef-interactive-link-showcase.qodef-layout--list {
		margin-bottom: -78px
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-anchor-link {
		bottom: 66px
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
		font-size: 35px;
		margin: 14px 0
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item:first-child {
		margin-top: 24px
	}
}

@media screen and (max-width:320px) {
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-anchor-link {
		bottom: 46px
	}
}

@media only screen and (max-width:1024px) {
	.qodef-intro-section .qodef-m-section.qodef--bottom {
		min-height: 200px
	}
	.qodef-intro-section .qodef-m-side {
		min-height: 200px
	}
	.qodef-intro-section .qodef-m-graphic {
		min-height: 200px;
		top: calc(50% - 100px)
	}
	.qodef-intro-section .qodef-m-graphic svg {
		width: 200px;
		height: 200px
	}
}

@media only screen and (max-width:768px) {
	.qodef-intro-section .qodef-m-section.qodef--bottom {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.qodef-intro-section .qodef-m-side {
		display: none
	}
	.qodef-intro-section .qodef-m-graphic {
		width: 100%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-item-showcase {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.qodef-item-showcase .qodef-m-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 40%;
		padding-right: 40px;
		margin: 0!important
	}
	.qodef-item-showcase .qodef-m-items {
		left: 40%;
		width: calc(100% - 40%)
	}
	.qodef-item-showcase .qodef-m-items .qodef-m-item {
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s
	}
	.qodef-item-showcase .qodef-m-items.qodef--left {
		text-align: left
	}
	.qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child {
		margin-top: 40px
	}
	.qodef-item-showcase .qodef-m-item {
		margin-top: 40px
	}
}

@media only screen and (max-width:680px) {
	.qodef-item-showcase .qodef-m-image {
		display: none
	}
	.qodef-item-showcase .qodef-m-items {
		left: 0;
		width: 100%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
		display: none
	}
}

@media only screen and (max-width:768px) {
	.qodef-section-title.qodef-border {
		padding: 18px 5px 16px 30px
	}
	.qodef-section-title.qodef-border.qodef-border--left-right {
		border-right: none
	}
}

@media only screen and (max-width:680px) {
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
		display: block
	}
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
		padding-right: 0;
		margin-right: 0;
		border-right: 0
	}
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
		margin-top: 0
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
		margin: 0;
		padding: 10px 0
	}
}

@media only screen and (max-width:1024px) {
	body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
		padding-top: 0!important
	}
}

@media only screen and (max-width:1024px) {
	#qodef-page-sidebar .qodef-social-icons-group {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none!important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}