@charset "UTF-8";

@-webkit-keyframes qodef-circle-animation {
  0% {
    stroke-dashoffset: 283
  }

  50% {
    stroke-dashoffset: 0
  }

  100% {
    stroke-dashoffset: -283
  }
}

@keyframes qodef-circle-animation {
  0% {
    stroke-dashoffset: 283
  }

  50% {
    stroke-dashoffset: 0
  }

  100% {
    stroke-dashoffset: -283
  }
}

@-webkit-keyframes qode-slide-right {
  0% {
    -webkit-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1);
    z-index: 2
  }

  100% {
    -webkit-transform: translateX(170px) scale(1.1);
    transform: translateX(170px) scale(1.1);
    z-index: 2
  }
}

@keyframes qode-slide-right {
  0% {
    -webkit-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1);
    z-index: 2
  }

  100% {
    -webkit-transform: translateX(170px) scale(1.1);
    transform: translateX(170px) scale(1.1);
    z-index: 2
  }
}

@-webkit-keyframes qode-slide-reveal-right {
  0% {
    -webkit-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
  }

  100% {
    -webkit-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1);
    -webkit-clip-path: inset(0 -1% 0 0);
    clip-path: inset(0 -1% 0 0)
  }
}

@keyframes qode-slide-reveal-right {
  0% {
    -webkit-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
  }

  100% {
    -webkit-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1);
    -webkit-clip-path: inset(0 -1% 0 0);
    clip-path: inset(0 -1% 0 0)
  }
}

@-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)
  }
}

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: #d7d7f7;
  white-space: pre-wrap;
  word-wrap: break-word
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

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

body:not([class*=alloggio-core]) table {
  font-size: 15px
}

table tr {
  border: 1px solid rgba(0, 0, 0, .18)
}

table th {
  padding: 5px 8px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, .18)
}

table td {
  padding: 5px 8px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, .18)
}

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

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

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

dt {
  font-weight: 700
}

dd {
  margin: 0 1.5em 1.5em
}

a img {
  border: none
}

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

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

figure {
  margin: 0
}

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

video {
  display: block
}

embed,
object {
  height: auto
}

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

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

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

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

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

progress {
  vertical-align: baseline
}

summary {
  display: list-item
}

template {
  display: none
}

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

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

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

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

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

.bypostauthor,
.sticky {
  opacity: 1
}

::-moz-selection {
  color: #fff;
  background: #7fad29
}

::selection {
  color: #fff;
  background: #7fad29
}

::-moz-selection {
  color: #fff;
  background: #7fad29
}

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

.aligncenter,
.alignleft,
.alignnone,
.alignright,
.alignwide {
  margin: 2.5rem auto
}

.alignfull,
.alignwide {
  position: relative;
  width: 100%;
  max-width: 100vw
}

.alignfull>.gallery-caption,
.alignfull>.wp-caption,
.alignfull>figcaption,
.alignwide>.gallery-caption,
.alignwide>.wp-caption,
.alignwide>figcaption {
  max-width: 50%
}

.aligncenter,
.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.alignleft,
.alignright {
  max-width: 50%;
  margin-top: 0
}

.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 2rem
}

.alignright {
  float: right;
  margin-left: 2rem;
  margin-right: 0
}

body:not([class*=alloggio-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: "Josefin Sans", sans-serif;
  font-size: 17px;
  line-height: 1.58824em;
  font-weight: 300;
  color: #4d4d4d;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased
}

.qodef-h1,
h1 {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 60px;
  line-height: 1.033333333333333em;
  font-weight: 500;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

@media only screen and (max-width:1024px) {

  .qodef-h1,
  h1 {
    font-size: 54px
  }
}

@media only screen and (max-width:680px) {

  .qodef-h1,
  h1 {
    font-size: 48px
  }
}

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

.qodef-h2,
h2 {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 43px;
  line-height: 1.069767441860465em;
  font-weight: 500;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

@media only screen and (max-width:1024px) {

  .qodef-h2,
  h2 {
    font-size: 38px
  }
}

@media only screen and (max-width:680px) {

  .qodef-h2,
  h2 {
    font-size: 36px
  }
}

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

.qodef-h3,
h3 {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 35px;
  line-height: 1.142857142857143em;
  font-weight: 500;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

@media only screen and (max-width:1024px) {

  .qodef-h3,
  h3 {
    font-size: 29px
  }
}

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

.qodef-h4,
h4 {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

@media only screen and (max-width:680px) {

  .qodef-h4,
  h4 {
    font-size: 22px
  }
}

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

.qodef-h5,
h5 {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 18px;
  line-height: 1.333333333333333em;
  font-weight: 500;
  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: #7fad29
}

.qodef-h6,
h6 {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

body:not([class*=alloggio-core]) .qodef-h6,
body:not([class*=alloggio-core]) h6 {
  font-size: 16px
}

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

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

a:hover,
p a:hover {
  color: #7fad29
}

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

blockquote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  padding: 0;
  position: relative;
  padding: 14px 22px 8px;
  border: none;
  font-family: Cormorant, serif;
  font-size: 23px;
  line-height: 1.304347826086957em;
  font-weight: 400;
  color: #7fad29;
  quotes: none
}

blockquote:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #7fad29
}

blockquote.has-text-align-right:before {
  left: auto;
  right: 0
}

blockquote>* {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0
}

blockquote:after {
  content: ''
}

blockquote cite {
  font-style: normal;
  font-weight: 400
}

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 30px;
  padding: 9.5px 16px;
  font-family: inherit;
  font-size: 17px;
  line-height: 29px;
  font-weight: inherit;
  color: #4d4d4d;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s 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 {
  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
}

@media only screen and (max-width:768px) {

  input[type=email],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=url],
  textarea {
    font-size: 15px
  }
}

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

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

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

input[type=submit] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 2em;
  color: #000;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  padding: 12px 38px;
  color: #fff;
  background-color: #7fad29;
  border: 1px solid transparent;
  cursor: pointer
}

input[type=submit] .qodef-m-text {
  position: relative;
  z-index: 1
}

input[type=submit]:hover {
  color: #7fad29;
  background-color: transparent;
  border-color: #7fad29
}

button[type=submit] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 2em;
  color: #000;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  padding: 12px 38px;
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .6);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  cursor: pointer
}

button[type=submit] .qodef-m-text {
  position: relative;
  z-index: 1
}

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

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

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

.qodef-theme-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 2em;
  color: #000;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer
}

.qodef-theme-button .qodef-m-text {
  display: inline-block;
  vertical-align: middle
}

.qodef-theme-button .qodef-m-plus {
  position: relative;
  top: -.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  margin-left: 4px
}

.qodef-theme-button .qodef-m-plus:after,
.qodef-theme-button .qodef-m-plus:before {
  content: '';
  position: absolute;
  background-color: currentColor
}

.qodef-theme-button .qodef-m-plus:before {
  height: 1px;
  width: 100%
}

.qodef-theme-button .qodef-m-plus:after {
  height: 100%;
  width: 1px
}

.qodef-theme-button:hover {
  color: #7fad29
}

select {
  position: relative;
  display: block;
  height: 48px;
  padding: 9.5px 16px;
  margin: 0;
  font-family: inherit;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  color: #4d4d4d;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out
}

@media only screen and (max-width:768px) {
  select {
    font-size: 15px
  }
}

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

body .select2-container--default .select2-selection--single {
  display: block;
  height: 48px;
  padding: 9.5px 16px;
  margin: 0;
  font-family: inherit;
  font-size: 17px;
  line-height: 29px;
  font-weight: inherit;
  color: #4d4d4d;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out
}

@media only screen and (max-width:768px) {
  body .select2-container--default .select2-selection--single {
    font-size: 15px
  }
}

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;
  font-family: Linearicons-Free;
  content: '\e874';
  font-size: 12px;
  line-height: inherit;
  font-style: normal
}

body .select2-container--default .select2-selection--multiple {
  display: block;
  height: 48px;
  padding: 9.5px 16px;
  margin: 0;
  font-family: inherit;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  color: #4d4d4d;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out
}

@media only screen and (max-width:768px) {
  body .select2-container--default .select2-selection--multiple {
    font-size: 15px
  }
}

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: #7fad29;
  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: #fff;
  border: 1px solid rgba(0, 0, 0, .18);
  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: #4d4d4d;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .18);
  outline: 0;
  -webkit-appearance: none
}

body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #000;
  background-color: transparent;
  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: 0;
  padding: 0;
  list-style: none
}

body .select2-container--default .select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: 10px
}

body .select2-container--default .select2-results__options::-webkit-scrollbar-track {
  background: 0 0
}

body .select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ccc7b6
}

body .select2-container--default .select2-results__option {
  padding: 0 16px;
  color: #000;
  font-size: 17px;
  line-height: 29px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s 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: #fff;
  background: #7fad29
}

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: #fff;
  background: #7fad29
}

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: #d7d7f7;
  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*=alloggio-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
}

body.qodef-browser--firefox .select2-container--default .select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: #ccc7b6 #fff
}

body.qodef-browser--safari input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0
}

.qodef-content-grid {
  width: 1100px;
  margin: 0 auto
}

.qodef--boxed .qodef-content-grid {
  width: 1160px
}

@media only screen and (min-width:1441px) {
  .qodef-content-grid-1400 .qodef-content-grid {
    width: 1400px
  }

  .qodef--boxed.qodef-content-grid-1400 .qodef-content-grid {
    width: 1460px
  }
}

@media only screen and (min-width:1441px) {
  .qodef-content-grid-1300 .qodef-content-grid {
    width: 1300px
  }

  .qodef--boxed.qodef-content-grid-1300 .qodef-content-grid {
    width: 1360px
  }
}

@media only screen and (min-width:1441px) {
  .qodef-content-grid-1200 .qodef-content-grid {
    width: 1200px
  }

  .qodef--boxed.qodef-content-grid-1200 .qodef-content-grid {
    width: 1260px
  }
}

@media only screen and (min-width:1025px) {
  .qodef-content-grid-1000 .qodef-content-grid {
    width: 1000px
  }

  .qodef--boxed.qodef-content-grid-1000 .qodef-content-grid {
    width: 1060px
  }
}

@media only screen and (min-width:769px) {
  .qodef-content-grid-800 .qodef-content-grid {
    width: 800px
  }

  .qodef--boxed.qodef-content-grid-800 .qodef-content-grid {
    width: 860px
  }
}

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

.qodef-grid>.qodef-grid-inner {
  margin: 0 -15px
}

.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
  padding: 0 15px
}

.qodef-grid .qodef-grid-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  min-height: 1px;
  float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-grid.qodef-gutter--normal>.qodef-grid-inner {
  margin: 0 -15px
}

.qodef-grid.qodef-gutter--normal>.qodef-grid-inner>.qodef-grid-item {
  padding: 0 15px;
  margin: 0 0 30px
}

.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -40px
}

.qodef-grid.qodef-gutter--medium>.qodef-grid-inner {
  margin: 0 -20px
}

.qodef-grid.qodef-gutter--medium>.qodef-grid-inner>.qodef-grid-item {
  padding: 0 20px;
  margin: 0 0 40px
}

.qodef-grid.qodef-gutter--large.qodef--no-bottom-space {
  margin-bottom: -50px
}

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

.qodef-grid.qodef-gutter--large>.qodef-grid-inner>.qodef-grid-item {
  padding: 0 25px;
  margin: 0 0 50px
}

.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -70px
}

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

.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item {
  padding: 0 35px;
  margin: 0 0 70px
}

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

#qodef-page-outer {
  position: relative
}

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

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

.qodef--boxed {
  background-color: #d7d7f7
}

.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: Cormorant, serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #fff
}

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

.qodef-swiper-container .swiper-slide {
  overflow: hidden
}

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

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

.qodef-swiper-container .swiper-pagination-bullets {
  position: relative;
  bottom: auto;
  margin-top: 43px;
  counter-reset: swiper-pagination-number
}

.qodef-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  width: auto;
  height: auto;
  padding: 0 7px;
  color: #000;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: color .25s ease-out;
  -o-transition: color .25s ease-out;
  transition: color .25s ease-out
}

.qodef-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: counter(swiper-pagination-number);
  counter-increment: swiper-pagination-number
}

.qodef-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  color: #7fad29
}

.qodef-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: #7fad29
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: block;
  width: 26px;
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: rgba(0, 0, 0, .4)
}

@media only screen and (max-width:680px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none
  }
}

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

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

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

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

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

.swiper-button-next.swiper-button-outside:hover,
.swiper-button-prev.swiper-button-outside:hover {
  color: rgba(0, 0, 0, .4)
}

.swiper-button-prev.swiper-button-outside,
.swiper-container-rtl .swiper-button-next.swiper-button-outside {
  -webkit-transform: translateX(-370%);
  -ms-transform: translateX(-370%);
  transform: translateX(-370%)
}

@media only screen and (max-width:1440px) {

  .swiper-button-prev.swiper-button-outside,
  .swiper-container-rtl .swiper-button-next.swiper-button-outside {
    -webkit-transform: translateX(-230%);
    -ms-transform: translateX(-230%);
    transform: translateX(-230%)
  }
}

@media only screen and (max-width:1024px) {

  .swiper-button-prev.swiper-button-outside,
  .swiper-container-rtl .swiper-button-next.swiper-button-outside {
    -webkit-transform: translateX(-220%);
    -ms-transform: translateX(-220%);
    transform: translateX(-220%)
  }
}

.swiper-button-next.swiper-button-outside,
.swiper-container-rtl .swiper-button-prev.swiper-button-outside {
  -webkit-transform: translateX(370%);
  -ms-transform: translateX(370%);
  transform: translateX(370%)
}

@media only screen and (max-width:1440px) {

  .swiper-button-next.swiper-button-outside,
  .swiper-container-rtl .swiper-button-prev.swiper-button-outside {
    -webkit-transform: translateX(230%);
    -ms-transform: translateX(230%);
    transform: translateX(230%)
  }
}

@media only screen and (max-width:1024px) {

  .swiper-button-next.swiper-button-outside,
  .swiper-container-rtl .swiper-button-prev.swiper-button-outside {
    -webkit-transform: translateX(220%);
    -ms-transform: translateX(220%);
    transform: translateX(220%)
  }
}

.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.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 {
  max-height: 100vh;
  pointer-events: auto;
  -webkit-transition: .5s cubic-bezier(.66, .14, .58, 1) .1s;
  -o-transition: .5s cubic-bezier(.66, .14, .58, 1) .1s;
  transition: .5s cubic-bezier(.66, .14, .58, 1) .1s
}

.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle .wpml-ls-native,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle .wpml-ls-native {
  margin-right: 9px
}

.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 {
  position: relative;
  top: -1px;
  content: '\e874';
  font-family: Linearicons-Free;
  font-size: 12px;
  line-height: 1;
  border: 0;
  margin-left: auto
}

body:not([class*=alloggio-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
body:not([class*=alloggio-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: -21px;
  width: 67px;
  list-style: none;
  margin: 0;
  border-top: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.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 !important;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
  padding: 2px 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: auto
}

#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: 33px 0;
  height: 95px;
  line-height: 29px;
  color: #000;
  background-color: transparent;
  font-size: 12px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase
}

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

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,
.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,
.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #7fad29
}

#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 6px;
  background-color: #fbfaf5
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-of-type,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-of-type {
  padding-top: 21px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-of-type,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-of-type {
  padding-bottom: 21px
}

#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: 11px;
  line-height: 27px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase
}

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

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

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,
.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,
.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,
.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,
.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #7fad29
}

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

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,
.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,
.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,
.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,
.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #7fad29
}

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

#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: 20.5px 0;
  height: 70px;
  line-height: 29px;
  color: #000;
  background-color: transparent;
  font-size: 12px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase
}

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

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,
.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,
.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #7fad29
}

#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 6px;
  background-color: #fbfaf5
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-of-type,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-of-type {
  padding-top: 21px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-of-type,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-of-type {
  padding-bottom: 21px
}

#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: 11px;
  line-height: 27px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase
}

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

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

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,
.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,
.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,
.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,
.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #7fad29
}

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

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,
.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,
.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,
.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,
.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #7fad29
}

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

#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: 5.5px 0;
  height: 40px;
  line-height: 29px;
  color: #000;
  background-color: transparent;
  font-size: 12px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase
}

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

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,
.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,
.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #7fad29
}

#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 6px;
  background-color: #fbfaf5
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-of-type,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-of-type {
  padding-top: 21px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-of-type,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-of-type {
  padding-bottom: 21px
}

#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: #000;
  font-size: 11px;
  line-height: 27px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase
}

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

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

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #7fad29
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,
.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,
.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,
.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,
.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #7fad29
}

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

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #7fad29
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,
.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,
.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,
.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,
.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #7fad29
}

#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: 9.5px 16px;
  height: 48px;
  line-height: 29px;
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .18);
  font-size: 12px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase
}

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

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,
.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,
.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #7fad29
}

#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 6px;
  background-color: #fbfaf5
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-of-type,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-of-type {
  padding-top: 21px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-of-type,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-of-type {
  padding-bottom: 21px
}

#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: 11px;
  line-height: 27px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase
}

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

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

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,
.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,
.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,
.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,
.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #7fad29
}

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

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,
.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,
.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,
.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,
.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #7fad29
}

#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: 9.5px 16px;
  height: 48px;
  line-height: 29px;
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .18);
  font-size: 12px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase
}

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

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,
.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,
.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #7fad29
}

#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 6px;
  background-color: #fbfaf5
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-of-type,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-of-type {
  padding-top: 21px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-of-type,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-of-type {
  padding-bottom: 21px
}

#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: 11px;
  line-height: 27px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase
}

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

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

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #7fad29
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,
.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,
.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,
.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,
.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #7fad29
}

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

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #7fad29
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,
.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff
}

.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,
.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #7fad29
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,
.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #000
}

.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,
.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #7fad29
}

#qodef-page-header .qodef-header-sticky .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-header .qodef-header-sticky .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  height: 70px
}

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

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

#qodef-404-page .qodef-404-watermark {
  position: absolute;
  top: calc(50% - 185px);
  left: 0;
  display: block;
  width: 100%;
  font-size: 320px;
  line-height: 1;
  color: rgba(232, 227, 214, .52);
  z-index: -1
}

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

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

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

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

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

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

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

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

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

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

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

.qodef-blog .qodef-blog-item .qodef-e-media {
  margin-bottom: 24px
}

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

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

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

.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 (min-width:681px) {

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

  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
  margin-bottom: 2px;
  color: #7fad29;
  line-height: 1em
}

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

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

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

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

.qodef-blog .qodef-blog-item .qodef-e-info-item.qodef-e-info-date:after {
  display: none
}

.qodef-blog .qodef-blog-item .qodef-e-info-item a {
  color: inherit
}

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

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

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

.qodef-blog .qodef-blog-item .qodef-e-info-tags a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a:after {
  content: ',';
  position: relative;
  top: 0;
  left: 0;
  color: #4d4d4d
}

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

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

.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 img {
  width: 100%
}

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

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-embed,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-embed body {
  background: 0 0
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container {
  background-color: #000
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls {
  height: 38px !important
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls {
  padding: 0 10px 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button {
  width: 39px
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button {
  width: 30px
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button {
  height: 38px
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button button,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button button {
  position: relative;
  height: 100%;
  background: 0 0;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  border: 0;
  outline: 0
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button.mejs-play button,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button.mejs-replay button,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button.mejs-play button,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button.mejs-replay button {
  width: 39px;
  background-image: url(../../inc/blog/assets/img/audio/play.png)
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button.mejs-pause button,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button.mejs-pause button {
  width: 39px;
  background-image: url(../../inc/blog/assets/img/audio/pause.png)
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button.mejs-stop button,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button.mejs-stop button {
  width: 39px;
  background-image: url(../../inc/blog/assets/img/audio/stop.png)
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button.mejs-mute button,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button.mejs-mute button {
  width: 30px;
  background-image: url(../../inc/blog/assets/img/audio/sound.png)
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button.mejs-unmute button,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button.mejs-unmute button {
  width: 30px;
  background-image: url(../../inc/blog/assets/img/audio/mute.png)
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time {
  height: 100%;
  padding: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 41px
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time * {
  font-family: inherit
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail {
  height: 100%;
  padding: 0;
  font-family: inherit
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total {
  height: 2px;
  margin: 18px 0;
  background: 0 0;
  background-color: #606060
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-current {
  height: 2px;
  background-color: #fff
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-buffering,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-hovered {
  height: 2px;
  z-index: 9999
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-hovered {
  background: rgba(0, 0, 0, .5)
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float {
  top: -16px;
  border: 0;
  color: #fff
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-handle-content {
  display: none
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float-corner {
  top: 11px
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-loaded {
  background: 0 0
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider {
  height: 38px
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  height: 2px;
  background: 0 0
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  top: 18px;
  background-color: #606060
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #fff
}

.qodef-blog .qodef-blog-item.format-link {
  margin-bottom: 70px
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 56px 30px 64px 149px;
  background-color: #d7d7f7
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-mark {
  position: absolute;
  top: 0;
  left: 40px;
  height: 100%;
  width: 75px;
  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: #9f9790
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-mark svg {
  display: block;
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
  position: relative;
  margin: 0;
  color: #7fad29
}

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

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 63px 30px 69px 149px;
  color: #7fad29;
  background-color: #d7d7f7
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-mark {
  position: absolute;
  top: 0;
  left: 40px;
  height: 100%;
  width: 74px;
  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: #9f9790
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-mark svg {
  display: block;
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text {
  position: relative;
  margin: 0;
  color: currentColor
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
  margin: 29px 0 0;
  color: currentColor
}

.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--single .qodef-blog-item {
  margin-bottom: 14px
}

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

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

.qodef-blog.qodef--list.qodef-info-hidden .qodef-blog-item .qodef-e-info-right {
  display: none
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-media {
  margin-bottom: 34px
}

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

@media only screen and (min-width:681px) {
  .qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-right {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info-item.qodef-e-info-social-share {
  line-height: 1
}

.qodef-blog.qodef--single .qodef-blog-item.format-link .qodef-e-link {
  margin-bottom: 19px
}

.qodef-blog.qodef--single .qodef-blog-item.format-quote .qodef-e-quote {
  margin-bottom: 19px
}

.qodef-blog.qodef--single.qodef-has-padding>.qodef-blog-item .qodef-e-media {
  margin-bottom: 64px
}

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

  .qodef-blog.qodef--single.qodef-has-padding #qodef-author-info,
  .qodef-blog.qodef--single.qodef-has-padding #qodef-page-comments,
  .qodef-blog.qodef--single.qodef-has-padding #qodef-related-posts,
  .qodef-blog.qodef--single.qodef-has-padding #qodef-single-post-navigation,
  .qodef-blog.qodef--single.qodef-has-padding>.qodef-blog-item>.qodef-e-inner>.qodef-e-content {
    padding-right: 16.923%;
    padding-left: 16.923%
  }
}

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

#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: 53px;
  padding-top: 53px;
  border-top: 1px solid rgba(181, 105, 83, .3)
}

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

#qodef-page-comments-list .qodef-m-comments {
  list-style: none;
  margin: 0;
  padding: 0 0 0 35px
}

#qodef-page-comments-list .qodef-m-comments>.qodef-comment-item:first-child {
  margin-top: 0
}

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

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

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

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

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

#qodef-page-comments-list .qodef-comment-item .qodef-e-title-and-date-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-title-and-date-holder>* {
  line-height: inherit
}

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

#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
  margin-right: 20px;
  font-size: 15px;
  color: #7fad29;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px)
}

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

#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
  margin: 12px 0 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text p {
  margin: 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text img {
  margin-top: 5px;
  margin-bottom: 5px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
  margin-left: auto
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase
}

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

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

#qodef-page-comments-form .qodef-button.qodef-layout--outlined:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #7fad29;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .5s cubic-bezier(.75, .01, .13, 1.01);
  -o-transition: .5s cubic-bezier(.75, .01, .13, 1.01);
  transition: .5s cubic-bezier(.75, .01, .13, 1.01);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left
}

.qodef-browser--safari #qodef-page-comments-form .qodef-button.qodef-layout--outlined:before {
  width: calc(100% + 3px)
}

#qodef-page-comments-form .qodef-button.qodef-layout--outlined:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

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

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

#qodef-page-comments-form .qodef-comment-form .comment-notes {
  margin: 11px 0 22px;
  font-size: 14px
}

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

#qodef-page-comments-form .qodef-comment-form p.comment-form-cookies-consent {
  margin-bottom: 30px
}

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

#qodef-page-comments-form .comment-form-cookies-consent input[type=checkbox] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 7px 5px 0 0
}

#qodef-page-comments-form .comment-form-cookies-consent label {
  margin-bottom: 0
}

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

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

.qodef-m-filter .qodef-m-filter-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 27px;
  padding: 0 2px;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase
}

.qodef-m-filter .qodef-m-filter-item:first-child {
  margin-left: 0
}

.qodef-m-filter .qodef-m-filter-item:last-child {
  margin-right: 0
}

.qodef-m-filter .qodef-m-filter-item.qodef--active,
.qodef-m-filter .qodef-m-filter-item:hover {
  color: #7fad29
}

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

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

#qodef-page-footer-top-area {
  padding: 118px 0 114px;
  background-color: #d7d7f7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0 solid rgba(0, 0, 0, .18)
}

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

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

.qodef-footer--light #qodef-page-footer-top-area {
  background-color: #000
}

#qodef-page-footer-bottom-area {
  padding: 2px 0 0;
  background-color: #d7d7f7;
  border-top: 0 solid rgba(0, 0, 0, .18);
  font-size: 14px;
  line-height: 2em
}

#qodef-page-footer-bottom-area p {
  line-height: inherit
}

#qodef-page-footer-bottom-area .qodef-grid.qodef-col-num--1 {
  text-align: center
}

.qodef-footer--light #qodef-page-footer-bottom-area {
  background-color: #000
}

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

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

.wp-block-group.has-background,
p.has-background {
  margin: 2rem 0;
  padding: 20px 30px
}

.wp-block-audio {
  width: 100%
}

.wp-block-audio audio {
  width: auto
}

.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio {
  max-width: 50%
}

.wp-block-audio.aligncenter audio {
  display: block;
  margin: 0 auto
}

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

.wp-block-button {
  margin: 2rem 0
}

.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 2em;
  color: #000;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  padding: 12px 38px;
  color: #fff;
  background-color: #7fad29;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 4px
}

.wp-block-button .wp-block-button__link .qodef-m-text {
  position: relative;
  z-index: 1
}

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

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

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

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .6);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

.wp-block-button.is-style-outline .wp-block-button__link .qodef-m-text {
  position: relative;
  z-index: 1
}

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

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

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-rss {
  margin: 0;
  padding-left: 0
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-rss ul {
  padding-left: 0 !important
}

.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li,
.wp-block-rss li {
  margin-bottom: 1em;
  list-style-type: none
}

.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a,
.wp-block-rss li a {
  color: #000;
  text-decoration: none
}

.wp-block-archives li a:hover,
.wp-block-categories li a:hover,
.wp-block-latest-posts li a:hover,
.wp-block-rss li a:hover {
  color: #7fad29
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-rss.aligncenter {
  text-align: center
}

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

.wp-block-categories li ul li:last-child {
  padding: 4px 0 0
}

.wp-block-categories.is-grid li {
  margin: 0 16px 16px 0
}

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

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

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

blockquote.wp-block-pullquote {
  position: relative;
  padding: 14px 22px 8px;
  border: none;
  font-family: Cormorant, serif;
  font-size: 23px;
  line-height: 1.304347826086957em;
  font-weight: 400;
  color: #7fad29;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto
}

blockquote.wp-block-pullquote:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #7fad29
}

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

blockquote.wp-block-pullquote.aligncenter {
  width: 100%
}

blockquote.wp-block-pullquote.alignleft {
  text-align: left;
  max-width: 100%
}

blockquote.wp-block-pullquote.alignright {
  text-align: right;
  max-width: 100%
}

blockquote.wp-block-pullquote p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0
}

.wp-block-pullquote {
  margin: 0
}

.wp-block-pullquote blockquote {
  position: relative;
  padding: 14px 22px 8px;
  border: none;
  font-family: Cormorant, serif;
  font-size: 23px;
  line-height: 1.304347826086957em;
  font-weight: 400;
  color: #7fad29;
  width: auto;
  text-align: center
}

.wp-block-pullquote blockquote:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #7fad29
}

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

.wp-block-pullquote p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit
}

.wp-block-quote {
  position: relative;
  padding: 14px 22px 8px;
  border: none;
  font-family: Cormorant, serif;
  font-size: 23px;
  line-height: 1.304347826086957em;
  font-weight: 400;
  color: #7fad29
}

.wp-block-quote:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #7fad29
}

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

.wp-block-quote>p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0
}

.wp-block-quote>* {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 1rem 0;
  font-size: 1.6875em !important;
  line-height: 1.6em !important
}

.wp-block-image img {
  display: block
}

.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  max-width: 100%
}

.wp-block-image.alignfull {
  left: auto;
  max-width: 100%
}

.wp-block-image.alignfull img {
  width: 100vw
}

.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  min-height: 430px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

  .wp-block-cover,
  .wp-block-cover-image {
    padding: 1rem 2.5rem
  }
}

.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
  font-size: 35px;
  line-height: 1.142857142857143em;
  font-weight: 500;
  font-size: 28px !important;
  color: #fff !important;
  margin-bottom: 0
}

@media only screen and (max-width:1024px) {

  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover h2,
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text,
  .wp-block-cover-image h2 {
    font-size: 29px
  }
}

.wp-block-cover-image.aligncenter .wp-block-cover-image-text,
.wp-block-cover-image.aligncenter .wp-block-cover-text,
.wp-block-cover-image.aligncenter h2,
.wp-block-cover.aligncenter .wp-block-cover-image-text,
.wp-block-cover.aligncenter .wp-block-cover-text,
.wp-block-cover.aligncenter h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  width: 100%
}

.wp-block-cover-image.alignfull .wp-block-cover-image-text,
.wp-block-cover-image.alignfull .wp-block-cover-text,
.wp-block-cover-image.alignfull h2,
.wp-block-cover.alignfull .wp-block-cover-image-text,
.wp-block-cover.alignfull .wp-block-cover-text,
.wp-block-cover.alignfull h2 {
  max-width: calc(8 * (100vw / 12) - 28px)
}

.wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
  margin: 0
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px
}

.wp-block-gallery.alignleft {
  margin-right: 2rem
}

.wp-block-gallery.alignright {
  margin-left: 2rem
}

.wp-block-audio figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-image figcaption,
.wp-block-video figcaption {
  font-size: .71111em;
  font-family: inherit;
  line-height: 1.6;
  margin: 0;
  padding: .5rem;
  text-align: center
}

.wp-block-separator,
hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 100px;
  text-align: left
}

.wp-block-separator.is-style-wide,
hr.is-style-wide {
  max-width: 100%
}

.wp-block-separator.is-style-dots,
hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center
}

.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: .88889em;
  padding-left: .88889em
}

.wp-block-separator+h1:before,
.wp-block-separator+h2:before,
hr+h1:before,
hr+h2:before {
  display: none
}

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

.wp-block-embed {
  margin: 0
}

.wp-block-table {
  margin: 1rem 0
}

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

.wp-block-file {
  font-family: inherit
}

.wp-block-file .wp-block-file__button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 2em;
  color: #000;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  padding: 8px 33px;
  color: #fff;
  background-color: #7fad29;
  border: 1px solid transparent;
  cursor: pointer;
  margin-left: .75em
}

.wp-block-file .wp-block-file__button .qodef-m-text {
  position: relative;
  z-index: 1
}

.wp-block-file .wp-block-file__button:hover {
  color: #fff
}

.wp-block-code {
  border-radius: 0
}

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

.wp-block-columns {
  margin-top: 28px
}

@media only screen and (min-width:768px) {
  .wp-block-columns .wp-block-column>:first-child {
    margin-top: 0
  }

  .wp-block-columns .wp-block-column>:last-child {
    margin-bottom: 0
  }

  .wp-block-columns[class*=has-]>* {
    margin-right: 1rem
  }

  .wp-block-columns[class*=has-]>:last-child {
    margin-right: 0
  }
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: 700
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: 400
}

.wp-block-latest-comments .wp-block-latest-comments__comment,
.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit
}

.has-primary-background-color {
  background-color: #7fad29
}

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

#qodef-page-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 95px;
  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: 36px;
  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-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 40px
}

#qodef-page-mobile-header {
  position: relative;
  display: none;
  height: 70px;
  z-index: 100
}

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

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

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

.qodef-mobile-header-opener svg.qodef--initial {
  display: block;
  width: 32px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-miterlimit: 10
}

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

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

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

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

.qodef-mobile-header-navigation ul li.menu-item-has-children>a:after {
  font-family: Linearicons-Free;
  content: '\e876';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: inherit;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  -o-transition: transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

body:not([class*=alloggio-core]) .qodef-mobile-header-navigation ul li.menu-item-has-children>a:after {
  top: 7px;
  width: 6px;
  height: 6px;
  font-size: 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

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

.qodef-mobile-header-navigation>ul>li>a {
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase
}

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

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

.qodef-mobile-header-navigation ul.sub-menu {
  margin-left: 10px
}

.qodef-mobile-header-navigation ul.sub-menu li>a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 3px 0;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase
}

.qodef-mobile-header-navigation ul.sub-menu li>a .qodef-menu-item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.qodef-mobile-header-navigation ul.sub-menu li>a:hover {
  color: #7fad29
}

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

.qodef-mobile-header-navigation ul.sub-menu ul {
  margin-left: 20px
}

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

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

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

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

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
  position: absolute;
  top: 100%;
  width: 250px;
  margin: 0;
  padding: 19px 0;
  background-color: #d7d7f7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  transition: .25s ease-out
}

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

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after {
  font-family: simple-line-icons;
  content: '\e606';
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  font-size: 11px;
  line-height: 1
}

body:not([class*=alloggio-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after {
  width: 6px;
  height: 6px;
  font-size: 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

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

.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
  top: calc(-19px - 3px);
  left: 100%;
  background-color: #d7d7f7
}

.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 {
  content: '\e605';
  left: 0;
  right: auto
}

body:not([class*=alloggio-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after {
  border-width: 1px 0 0 1px
}

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase
}

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

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

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 3px 0
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.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:not(.qodef-drop-down--right) li.current-menu-ancestor>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a {
  color: #7fad29
}

.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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

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

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

.qodef-m-pagination.qodef--wp {
  margin: 38px 0 0
}

.qodef-m-pagination.qodef--wp .nav-links {
  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
}

.qodef-m-pagination.qodef--wp .page-numbers {
  position: relative;
  margin: 0 13px;
  padding: 6px
}

.qodef-m-pagination.qodef--wp .page-numbers * {
  display: block;
  line-height: inherit
}

.qodef-m-pagination.qodef--wp .page-numbers:first-child {
  margin-left: 0
}

.qodef-m-pagination.qodef--wp .page-numbers:last-child {
  margin-right: 0
}

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

.qodef-m-pagination.qodef--wp .page-numbers.next,
.qodef-m-pagination.qodef--wp .page-numbers.prev {
  top: -1px
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg,
.qodef-m-pagination.qodef--wp .page-numbers.prev svg {
  display: block;
  width: 7px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

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

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

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

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

.qodef-m-pagination.qodef--standard {
  margin: 68px 0 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-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: center;
  -ms-flex-pack: center;
  justify-content: center
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
  position: relative;
  margin: 0 13px;
  padding: 6px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child {
  margin-left: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child {
  margin-right: 0
}

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

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

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

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a {
  display: block
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a svg,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a svg {
  display: block;
  width: 7px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

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

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
  margin-right: 26px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  margin-left: 13px
}

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

.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: #7fad29;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s 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 .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s 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 {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 35px;
  left: calc(50% - 30px);
  font-size: 32px;
  line-height: 1;
  color: #7fad29;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  fill: none
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner circle {
  display: block;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 2
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner circle:first-of-type {
  stroke: #ded7d2
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner circle:last-of-type {
  stroke: #7fad29;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-animation: 1.7s ease-in-out infinite both qodef-circle-animation;
  animation: 1.7s ease-in-out infinite both qodef-circle-animation
}

.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: "Josefin Sans", sans-serif;
  font-size: 21px;
  line-height: 1.619047619047619em;
  font-weight: 300;
  color: #4d4d4d;
  margin-right: 10px
}

.qodef-single-links a,
.qodef-single-links>span:not(.qodef-m-single-links-title) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  padding: 0 3px;
  color: #000
}

.qodef-single-links a:last-child,
.qodef-single-links>span:not(.qodef-m-single-links-title):last-child {
  margin-right: 0
}

.qodef-single-links>span:not(.qodef-m-single-links-title) {
  color: #7fad29
}

.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: 8px 40px 1px 3px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18)
}

.qodef-search .qodef-search-form .qodef-search-form-field:focus {
  color: #000;
  background-color: transparent
}

.qodef-search .qodef-search-form .qodef-search-form-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  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;
  padding: 0;
  font-size: 20px;
  color: #000;
  background-color: transparent;
  border: 0;
  padding-bottom: 8px
}

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

.qodef-search .qodef-search-form .qodef-search-form-button svg {
  position: relative;
  top: 4px;
  display: block;
  width: 20px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-miterlimit: 10
}

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

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

#qodef-page-sidebar.qodef--has-strip {
  padding: 33px 38px 33px 38px;
}

#qodef-page-sidebar.qodef--has-strip:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #d7d7f7
}

@media only screen and (max-width:680px) {
  #qodef-page-sidebar.qodef--has-strip {
    padding-left: 20px
  }
}

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

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

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

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

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

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

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

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

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

@media only screen and (max-width:680px) {
  .widget ul:not(.qodef-shortcode-list) li ul {
    margin-left: 3%
  }
}

.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
  width: 100%;
  max-width: 100%;
  margin: 8px 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 table td,
.widget.widget_calendar table th {
  padding: 5px 3px
}

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

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

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

.widget.widget_text img {
  display: block
}

.widget.widget_text img.alignnone {
  margin-top: 0;
  margin-bottom: 0
}

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

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

.widget.widget_rss ul .rsswidget {
  display: block;
  font-family: Cormorant, serif;
  font-size: 18px;
  line-height: 1.333333333333333em;
  font-weight: 500
}

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

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

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

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

.widget.widget_search input {
  padding: 8px 40px 1px 3px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18)
}

.widget.widget_search input:focus {
  color: #000;
  background-color: transparent
}

.widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  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;
  padding: 0;
  font-size: 20px;
  color: #000;
  background-color: transparent;
  border: 0;
  padding-bottom: 8px
}

.widget.widget_search button:hover {
  color: #4d4d4d
}

.widget.widget_search button svg {
  position: relative;
  top: 4px;
  display: block;
  width: 20px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-miterlimit: 10
}

.widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 17px !important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize
}

.widget.widget_alloggio_core_blog_list .qodef-widget-title {
  margin: 0 0 17px
}

.widget.widget_media_image {
  margin-bottom: 0
}

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

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

.widget.widget_media_image img {
  display: block
}

#qodef-top-area .widget {
  margin: 0 0 0;
  color: #000;
  font-size: 15px
}

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

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

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

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

#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: 3px;
  margin-left: 1em
}

@media only screen and (max-width:680px) {
  #qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul {
    margin-left: 3%
  }
}

#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: 8px 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 table td,
#qodef-top-area .widget.widget_calendar table th {
  padding: 5px 3px
}

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

#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_text img {
  display: block
}

#qodef-top-area .widget.widget_text img.alignnone {
  margin-top: 0;
  margin-bottom: 0
}

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

#qodef-top-area .widget.widget_rss ul li:last-child {
  margin-bottom: 0
}

#qodef-top-area .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: Cormorant, serif;
  font-size: 18px;
  line-height: 1.333333333333333em;
  font-weight: 500
}

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

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

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

#qodef-top-area .widget.widget_search .input-holder,
#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: 8px 40px 1px 3px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18)
}

#qodef-top-area .widget.widget_search input:focus {
  color: #000;
  background-color: transparent
}

#qodef-top-area .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  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;
  padding: 0;
  font-size: 20px;
  color: #000;
  background-color: transparent;
  border: 0;
  padding-bottom: 8px
}

#qodef-top-area .widget.widget_search button:hover {
  color: #4d4d4d
}

#qodef-top-area .widget.widget_search button svg {
  position: relative;
  top: 4px;
  display: block;
  width: 20px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-miterlimit: 10
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 17px !important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize
}

#qodef-top-area .widget.widget_alloggio_core_blog_list .qodef-widget-title {
  margin: 0 0 17px
}

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

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

#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-header .widget {
  margin: 0 0 30px;
  font-size: 15px
}

#qodef-page-header .widget:last-child {
  margin-bottom: 0 !important
}

#qodef-page-header .widget .qodef-widget-title {
  margin: 0 0 12px
}

#qodef-page-header .widget .qodef-widget-title a {
  color: inherit
}

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

#qodef-page-header .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 3px
}

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

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

@media only screen and (max-width:680px) {
  #qodef-page-header .widget ul:not(.qodef-shortcode-list) li ul {
    margin-left: 3%
  }
}

#qodef-page-header .widget.widget_archive select,
#qodef-page-header .widget.widget_categories select,
#qodef-page-header .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  margin: 8px 0 0
}

#qodef-page-header .widget.widget_archive .select2,
#qodef-page-header .widget.widget_categories .select2,
#qodef-page-header .widget.widget_text .select2 {
  margin-bottom: 0
}

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

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

#qodef-page-header .widget.widget_calendar table td,
#qodef-page-header .widget.widget_calendar table th {
  padding: 5px 3px
}

#qodef-page-header .widget.widget_calendar #today {
  color: #fff;
  background-color: #7fad29
}

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

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

#qodef-page-header .widget.widget_text img {
  display: block
}

#qodef-page-header .widget.widget_text img.alignnone {
  margin-top: 0;
  margin-bottom: 0
}

#qodef-page-header .widget.widget_rss ul li {
  margin-bottom: 25px
}

#qodef-page-header .widget.widget_rss ul li:last-child {
  margin-bottom: 0
}

#qodef-page-header .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: Cormorant, serif;
  font-size: 18px;
  line-height: 1.333333333333333em;
  font-weight: 500
}

#qodef-page-header .widget.widget_rss ul .rssSummary {
  margin-top: 5px
}

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

#qodef-page-header .widget.widget_search .qodef-widget-title {
  margin-bottom: 4px
}

#qodef-page-header .widget.widget_search .input-holder,
#qodef-page-header .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-header .widget.widget_search input {
  padding: 8px 40px 1px 3px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18)
}

#qodef-page-header .widget.widget_search input:focus {
  color: #000;
  background-color: transparent
}

#qodef-page-header .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  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;
  padding: 0;
  font-size: 20px;
  color: #000;
  background-color: transparent;
  border: 0;
  padding-bottom: 8px
}

#qodef-page-header .widget.widget_search button:hover {
  color: #4d4d4d
}

#qodef-page-header .widget.widget_search button svg {
  position: relative;
  top: 4px;
  display: block;
  width: 20px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-miterlimit: 10
}

#qodef-page-header .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 17px !important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize
}

#qodef-page-header .widget.widget_alloggio_core_blog_list .qodef-widget-title {
  margin: 0 0 17px
}

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

#qodef-page-header .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 20px
}

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

#qodef-page-header .widget.widget_media_image img {
  display: block
}

#qodef-page-footer .widget {
  margin: 0 0 30px
}

#qodef-page-footer .widget:last-child {
  margin-bottom: 0 !important
}

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

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

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

#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: 3px;
  margin-left: 1em
}

@media only screen and (max-width:680px) {
  #qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul {
    margin-left: 3%
  }
}

#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: 8px 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 table td,
#qodef-page-footer .widget.widget_calendar table th {
  padding: 5px 3px
}

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

#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_text img {
  display: block
}

#qodef-page-footer .widget.widget_text img.alignnone {
  margin-top: 0;
  margin-bottom: 0
}

#qodef-page-footer .widget.widget_rss ul li {
  margin-bottom: 25px
}

#qodef-page-footer .widget.widget_rss ul li:last-child {
  margin-bottom: 0
}

#qodef-page-footer .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: Cormorant, serif;
  font-size: 18px;
  line-height: 1.333333333333333em;
  font-weight: 500
}

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

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

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

#qodef-page-footer .widget.widget_search .input-holder,
#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: 8px 40px 1px 3px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18)
}

#qodef-page-footer .widget.widget_search input:focus {
  color: #000;
  background-color: transparent
}

#qodef-page-footer .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  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;
  padding: 0;
  font-size: 20px;
  color: #000;
  background-color: transparent;
  border: 0;
  padding-bottom: 8px
}

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

#qodef-page-footer .widget.widget_search button svg {
  position: relative;
  top: 4px;
  display: block;
  width: 20px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-miterlimit: 10
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 17px !important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize
}

#qodef-page-footer .widget.widget_alloggio_core_blog_list .qodef-widget-title {
  margin: 0 0 17px
}

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

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

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

#qodef-page-footer .widget.widget_media_image img {
  display: block
}

#qodef-page-footer.qodef-footer--light .widget {
  margin: 0 0 30px;
  color: #ccc
}

#qodef-page-footer.qodef-footer--light .widget:last-child {
  margin-bottom: 0 !important
}

#qodef-page-footer.qodef-footer--light .widget .qodef-widget-title {
  margin: 0 0 12px;
  color: #fff
}

#qodef-page-footer.qodef-footer--light .widget .qodef-widget-title a {
  color: inherit
}

#qodef-page-footer.qodef-footer--light .widget .qodef-widget-title a:hover {
  color: #fff
}

#qodef-page-footer.qodef-footer--light .widget a {
  color: #ccc
}

#qodef-page-footer.qodef-footer--light .widget a:hover {
  color: #fff
}

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

#qodef-page-footer.qodef-footer--light .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 3px
}

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

#qodef-page-footer.qodef-footer--light .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 3px;
  margin-left: 1em
}

@media only screen and (max-width:680px) {
  #qodef-page-footer.qodef-footer--light .widget ul:not(.qodef-shortcode-list) li ul {
    margin-left: 3%
  }
}

#qodef-page-footer.qodef-footer--light .widget.widget_archive select,
#qodef-page-footer.qodef-footer--light .widget.widget_categories select,
#qodef-page-footer.qodef-footer--light .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  margin: 8px 0 0
}

#qodef-page-footer.qodef-footer--light .widget.widget_archive .select2,
#qodef-page-footer.qodef-footer--light .widget.widget_categories .select2,
#qodef-page-footer.qodef-footer--light .widget.widget_text .select2 {
  margin-bottom: 0
}

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

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

#qodef-page-footer.qodef-footer--light .widget.widget_calendar table td,
#qodef-page-footer.qodef-footer--light .widget.widget_calendar table th {
  padding: 5px 3px
}

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

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

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

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

#qodef-page-footer.qodef-footer--light .widget.widget_calendar tfoot a:hover {
  color: #fff
}

#qodef-page-footer.qodef-footer--light .widget.widget_text img {
  display: block
}

#qodef-page-footer.qodef-footer--light .widget.widget_text img.alignnone {
  margin-top: 0;
  margin-bottom: 0
}

#qodef-page-footer.qodef-footer--light .widget.widget_rss ul li {
  margin-bottom: 25px
}

#qodef-page-footer.qodef-footer--light .widget.widget_rss ul li:last-child {
  margin-bottom: 0
}

#qodef-page-footer.qodef-footer--light .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: Cormorant, serif;
  font-size: 18px;
  line-height: 1.333333333333333em;
  font-weight: 500
}

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

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

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

#qodef-page-footer.qodef-footer--light .widget.widget_search .input-holder,
#qodef-page-footer.qodef-footer--light .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-footer.qodef-footer--light .widget.widget_search input {
  padding: 8px 40px 1px 3px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #ccc
}

#qodef-page-footer.qodef-footer--light .widget.widget_search input:focus {
  color: #fff;
  background-color: transparent
}

#qodef-page-footer.qodef-footer--light .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  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;
  padding: 0;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  border: 0;
  padding-bottom: 8px
}

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

#qodef-page-footer.qodef-footer--light .widget.widget_search button svg {
  position: relative;
  top: 4px;
  display: block;
  width: 20px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-miterlimit: 10
}

#qodef-page-footer.qodef-footer--light .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 17px !important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize;
  color: #ccc
}

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

#qodef-page-footer.qodef-footer--light .widget.widget_alloggio_core_blog_list .qodef-widget-title {
  margin: 0 0 17px
}

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

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

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

#qodef-page-footer.qodef-footer--light .widget.widget_media_image img {
  display: block
}

.qodef-mega-menu-widget-holder .widget {
  margin: 0 0 30px;
  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 12px;
  color: #fff
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title a {
  color: inherit
}

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

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

.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: 3px;
  margin-left: 1em
}

@media only screen and (max-width:680px) {
  .qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul {
    margin-left: 3%
  }
}

.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: 8px 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 table td,
.qodef-mega-menu-widget-holder .widget.widget_calendar table th {
  padding: 5px 3px
}

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

.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_text img {
  display: block
}

.qodef-mega-menu-widget-holder .widget.widget_text img.alignnone {
  margin-top: 0;
  margin-bottom: 0
}

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

.qodef-mega-menu-widget-holder .widget.widget_rss ul li:last-child {
  margin-bottom: 0
}

.qodef-mega-menu-widget-holder .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: Cormorant, serif;
  font-size: 18px;
  line-height: 1.333333333333333em;
  font-weight: 500
}

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

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

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

.qodef-mega-menu-widget-holder .widget.widget_search .input-holder,
.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: 8px 40px 1px 3px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18)
}

.qodef-mega-menu-widget-holder .widget.widget_search input:focus {
  color: #000;
  background-color: transparent
}

.qodef-mega-menu-widget-holder .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  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;
  padding: 0;
  font-size: 20px;
  color: #000;
  background-color: transparent;
  border: 0;
  padding-bottom: 8px
}

.qodef-mega-menu-widget-holder .widget.widget_search button:hover {
  color: #4d4d4d
}

.qodef-mega-menu-widget-holder .widget.widget_search button svg {
  position: relative;
  top: 4px;
  display: block;
  width: 20px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-miterlimit: 10
}

.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-family: inherit;
  font-size: 17px !important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize;
  color: #fff
}

.qodef-mega-menu-widget-holder .widget.widget_alloggio_core_blog_list .qodef-widget-title {
  margin: 0 0 17px
}

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

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

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
}

.wp-block-woocommerce-filter-wrapper .wc-block-price-slider {
  margin: 20px 0 0
}

.wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper h1,
.wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper h2,
.wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper h3,
.wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper h4,
.wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper h5,
.wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper h6 {
  margin: 0
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-input-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 6px;
  margin: calc((12px / 2)) 0;
  width: 100%
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-input-wrapper:before {
  background: #fff;
  border: 1px solid #000;
  opacity: 1
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-input-progress {
  height: 6px;
  color: #000
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  background-image: none;
  border-radius: 100%;
  border: 1px solid #000;
  background-color: #fff;
  height: 12px;
  margin: 0;
  outline: 0;
  position: relative;
  top: -3px;
  width: 12px
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-input::-moz-range-thumb {
  background-image: none;
  border-radius: 100%;
  border: 1px solid #000;
  background-color: #fff;
  height: 12px;
  margin: 0;
  outline: 0;
  position: relative;
  top: -3px;
  width: 12px
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-input::-ms-thumb {
  background-image: none;
  border-radius: 100%;
  border: 1px solid #000;
  background-color: #fff;
  height: 12px;
  margin: 0;
  outline: 0;
  position: relative;
  top: -3px;
  width: 12px
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__controls,
.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-text {
  margin: 38px 0 0 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__controls input,
.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-text input {
  margin: 0
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__controls span,
.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-text span {
  font-size: 17px;
  color: #000
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__controls span:first-child:after,
.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-text span:first-child:after {
  content: '—';
  margin: 0 4px
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 38px 0 0 0
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__actions button,
.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 2em;
  color: #000;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .6);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  font-size: 11px;
  padding: 7px 36px;
  text-decoration: none
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__actions button .qodef-m-text,
.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button .qodef-m-text {
  position: relative;
  z-index: 1
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__actions button:hover,
.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button:hover {
  color: #fff;
  background-color: transparent;
  background-color: #000
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  margin-left: auto
}

#qodef-woo-page .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 22px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  background-color: #7fad29;
  z-index: 5
}

#qodef-woo-page .qodef-woo-product-title,
.qodef-woo-shortcode .qodef-woo-product-title {
  margin: 0
}

#qodef-woo-page .qodef-woo-ratings,
.qodef-woo-shortcode .qodef-woo-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-inner,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star {
  font-size: 14px;
  letter-spacing: .1em;
  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;
  margin: 5px 0 0
}

#qodef-woo-page .price del,
.qodef-woo-shortcode .price del {
  margin-right: 10px
}

#qodef-woo-page .price ins,
.qodef-woo-shortcode .price ins {
  text-decoration: none
}

#qodef-woo-page .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: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 2em;
  color: #000;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  padding: 12px 38px;
  cursor: pointer;
  z-index: 3;
  color: #fff;
  background-color: #7fad29;
  border: 1px solid transparent
}

#qodef-woo-page .added_to_cart .qodef-m-text,
#qodef-woo-page .button .qodef-m-text,
.qodef-woo-shortcode .added_to_cart .qodef-m-text,
.qodef-woo-shortcode .button .qodef-m-text {
  position: relative;
  z-index: 1
}

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

@media only screen and (max-width:680px) {

  #qodef-woo-page .added_to_cart,
  #qodef-woo-page .button,
  .qodef-woo-shortcode .added_to_cart,
  .qodef-woo-shortcode .button {
    font-size: 11px;
    padding: 12px 28px
  }
}

#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 .quantity {
  white-space: nowrap
}

#qodef-woo-page .quantity input[type=number] {
  width: 60px;
  margin: 0;
  padding: 12px 10px;
  text-align: center;
  font-family: Cormorant, serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500
}

@media only screen and (max-width:680px) {
  #qodef-woo-page .quantity input[type=number] {
    font-size: 22px
  }
}

.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;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, .18)
}

.woocommerce-page div.woocommerce .woocommerce-error a,
.woocommerce-page div.woocommerce .woocommerce-info a,
.woocommerce-page div.woocommerce .woocommerce-message a {
  margin-top: 12px
}

.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: Cormorant, serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500
}

@media only screen and (max-width:680px) {
  .woocommerce-page div.woocommerce .shop_table th {
    font-size: 22px
  }
}

.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 .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 {
  display: block;
  font-size: 0;
  line-height: 1
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a:after {
  position: relative;
  display: block;
  padding: 0 3px;
  content: "\e04a";
  font-family: linea-arrows-10 !important;
  font-size: 23px;
  line-height: inherit
}

body:not([class*=alloggio-core]) #qodef-woo-page.qodef--cart .shop_table td.product-remove a:after {
  content: '×'
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
  width: 135px
}

#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 {
  padding-left: 15px;
  text-align: left
}

#qodef-woo-page.qodef--cart .shop_table td.product-name a {
  font-family: Cormorant, serif;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500
}

@media only screen and (max-width:680px) {
  #qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-size: 22px
  }
}

#qodef-woo-page.qodef--cart .shop_table td.product-name .qodef-reservation-info {
  margin-top: 8px
}

#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number] {
  margin: 0
}

#qodef-woo-page.qodef--cart .shop_table td.actions {
  padding: 30px 0 0;
  text-align: initial
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
  position: relative;
  display: -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;
  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: 50px
}

#qodef-woo-page.qodef--cart .cart_totals>h2,
#qodef-woo-page.qodef--cart .cross-sells>h2 {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 35px;
  line-height: 1.142857142857143em;
  font-weight: 500;
  margin: 0 0 42px
}

@media only screen and (max-width:1024px) {

  #qodef-woo-page.qodef--cart .cart_totals>h2,
  #qodef-woo-page.qodef--cart .cross-sells>h2 {
    font-size: 29px
  }
}

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

.woocommerce-page div.woocommerce>.cart-empty {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 35px;
  line-height: 1.142857142857143em;
  font-weight: 500;
  margin: 0;
  padding-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none
}

@media only screen and (max-width:1024px) {
  .woocommerce-page div.woocommerce>.cart-empty {
    font-size: 29px
  }
}

.woocommerce-page div.woocommerce>.return-to-shop {
  margin: 20px 0 0;
  text-align: center
}

.woocommerce-page div.woocommerce>.return-to-shop a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 2em;
  color: #000;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  padding: 12px 38px;
  cursor: pointer;
  z-index: 3;
  color: #fff;
  background-color: #7fad29;
  border: 1px solid transparent
}

.woocommerce-page div.woocommerce>.return-to-shop a .qodef-m-text {
  position: relative;
  z-index: 1
}

.woocommerce-page div.woocommerce>.return-to-shop a:hover {
  color: #fff
}

@media only screen and (max-width:680px) {
  .woocommerce-page div.woocommerce>.return-to-shop a {
    font-size: 11px;
    padding: 12px 28px
  }
}

#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-checkout {
  margin-top: 40px
}

#qodef-woo-page.qodef--checkout #customer_details h3 {
  margin: 0 0 20px
}

#qodef-woo-page.qodef--checkout #order_review_heading {
  margin: 0 0 20px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
  margin-top: 30px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
  margin-top: 30px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 34px
}

#qodef-woo-page.qodef--checkout .wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18)
}

#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;
  padding-bottom: 21px
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
  position: absolute;
  top: 25px;
  left: 0;
  margin: 0
}

#qodef-woo-page.qodef--checkout .wc_payment_methods label {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0;
  cursor: pointer
}

@media only screen and (max-width:680px) {
  #qodef-woo-page.qodef--checkout .wc_payment_methods label {
    font-size: 22px
  }
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .payment_box {
  margin-top: 5px
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  float: left;
  padding-right: 50px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
  margin: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-family: Cormorant, serif;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500
}

@media only screen and (max-width:680px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 22px
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #7fad29
}

.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 70%;
  float: left
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
  margin: 30px 0 0
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
  margin: 48px 0 0
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 35px;
  line-height: 1.142857142857143em;
  font-weight: 500;
  margin: 0 0 20px
}

@media only screen and (max-width:1024px) {
  .woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 29px
  }
}

.woocommerce-account .woocommerce-MyAccount-content .order-again {
  margin: 30px 0 0
}

.woocommerce-account .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 2em;
  color: #000;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  padding: 12px 38px;
  cursor: pointer;
  z-index: 3;
  color: #fff;
  background-color: #7fad29;
  border: 1px solid transparent
}

.woocommerce-account .button .qodef-m-text {
  position: relative;
  z-index: 1
}

.woocommerce-account .button:hover {
  color: #fff
}

@media only screen and (max-width:680px) {
  .woocommerce-account .button {
    font-size: 11px;
    padding: 12px 28px
  }
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: inline-block;
  margin: 0 0 0 15px
}

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
  margin-top: 10px
}

.woocommerce-account .woocommerce-form-login>p:nth-child(3) {
  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: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 13px
}

.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 31px
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
  padding: 0;
  margin: 0
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  display: none
}

.woocommerce-account .woocommerce-EditAccountForm em {
  display: block;
  margin-bottom: 13px
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 35px;
  line-height: 1.142857142857143em;
  font-weight: 500;
  margin: 0 0 20px
}

@media only screen and (max-width:1024px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 29px
  }
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  margin: 0;
  padding: 0;
  list-style: none
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18)
}

.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: Cormorant, serif;
  color: #000;
  font-size: 35px;
  line-height: 1.142857142857143em;
  font-weight: 500;
  margin: 0 0 20px
}

@media only screen and (max-width:1024px) {
  .woocommerce-order-received .woocommerce-order h2 {
    font-size: 29px
  }
}

.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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 38px
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
  position: relative;
  margin: 0 13px;
  padding: 6px
}

#qodef-woo-page .woocommerce-pagination .page-numbers * {
  display: block;
  line-height: inherit
}

#qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
  margin-left: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers:last-child {
  margin-right: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers.dots:after {
  display: none
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
  top: -1px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next svg,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg {
  display: block;
  width: 7px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

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

#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
  margin-right: 15px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next {
  margin-left: 15px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.current,
#qodef-woo-page .woocommerce-pagination .page-numbers:hover {
  color: #7fad29
}

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

.qodef-woo-product-list.qodef-gutter--no ul.products>.product {
  padding: 0 0;
  margin: 0 0 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--normal ul.products {
  margin: 0 -15px
}

.qodef-woo-product-list.qodef-gutter--normal ul.products>.product {
  padding: 0 15px;
  margin: 0 0 30px
}

.qodef-woo-product-list.qodef-gutter--medium ul.products {
  margin: 0 -20px
}

.qodef-woo-product-list.qodef-gutter--medium ul.products>.product {
  padding: 0 20px;
  margin: 0 0 40px
}

.qodef-woo-product-list.qodef-gutter--large ul.products {
  margin: 0 -25px
}

.qodef-woo-product-list.qodef-gutter--large ul.products>.product {
  padding: 0 25px;
  margin: 0 0 50px
}

.qodef-woo-product-list.qodef-gutter--huge ul.products {
  margin: 0 -35px
}

.qodef-woo-product-list.qodef-gutter--huge ul.products>.product {
  padding: 0 35px;
  margin: 0 0 70px
}

.qodef-woo-product-list .qodef-woo-product-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%
}

.touchevents .qodef-woo-product-list .qodef-woo-product-inner {
  cursor: pointer
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner {
  opacity: 1
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title {
  color: #7fad29
}

.qodef-woo-product-list .qodef-woo-product-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%
}

.qodef-woo-product-list .qodef-woo-product-image img {
  display: block;
  width: 100%
}

.qodef-woo-product-list .qodef-woo-product-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -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 .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out
}

.qodef-woo-product-list .qodef-woo-product-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 13px 0 30px
}

.qodef-woo-product-list .qodef-woo-product-title {
  -webkit-transition: color .25s ease-out;
  -o-transition: color .25s ease-out;
  transition: color .25s ease-out
}

.qodef-woo-product-list .qodef-woo-product-categories {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 1px
}

.qodef-woo-product-list .qodef-woo-product-categories a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 3;
  color: #7fad29
}

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

.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator:after {
  content: ','
}

.qodef-woo-product-list .qodef-woo-ratings {
  margin-top: 9px
}

.qodef-woo-product-list .woocommerce-LoopProduct-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#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: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #d7d7f7
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
  position: relative;
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 0 25px 0 0;
  font-family: inherit;
  line-height: 48px;
  outline: 0;
  border: 1px solid rgba(0, 0, 0, .18)
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  display: block;
  font-size: 0;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, .18);
  border-left: 0;
  cursor: pointer;
  -webkit-transition: color .25s ease-out;
  -o-transition: color .25s ease-out;
  transition: color .25s ease-out
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:before {
  display: block;
  font-family: linea-arrows-10 !important;
  font-size: 23px;
  line-height: 1em
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:hover,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:hover {
  color: #7fad29
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  top: 0;
  border-bottom: 0
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:before {
  content: "\e048"
}

body:not([class*=alloggio-core]) #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:before {
  content: '+'
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus {
  bottom: 0
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before {
  font-size: 24px;
  content: "\e041"
}

body:not([class*=alloggio-core]) #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before {
  content: '-'
}

.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;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, .18)
}

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

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

#qodef-woo-page.qodef--single .qodef-woo-single-inner>* {
  padding: 0 20px
}

#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(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px)
}

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

#qodef-woo-page.qodef--single .entry-summary .price {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500;
  margin-top: 11px
}

@media only screen and (max-width:680px) {
  #qodef-woo-page.qodef--single .entry-summary .price {
    font-size: 22px
  }
}

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

#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  margin-right: 20px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link {
  color: #4d4d4d
}

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

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

#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 .group_table td,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th {
  padding: 20px 0;
  vertical-align: middle;
  text-align: left
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
  margin-bottom: 0;
  font-family: Cormorant, serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500
}

@media only screen and (max-width:680px) {
  #qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
    font-size: 22px
  }
}

#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: Cormorant, serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500
}

@media only screen and (max-width:680px) {
  #qodef-woo-page.qodef--single form.cart .group_table th {
    font-size: 22px
  }
}

#qodef-woo-page.qodef--single form.cart .group_table td ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li {
  margin: 0 0 10px;
  padding: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child {
  margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li label {
  margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart .group_table p {
  margin: 0
}

#qodef-woo-page.qodef--single form.cart .variations {
  margin-bottom: 30px
}

#qodef-woo-page.qodef--single form.cart .variations tr {
  border: 0
}

#qodef-woo-page.qodef--single form.cart .variations td,
#qodef-woo-page.qodef--single form.cart .variations th {
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  border: 0
}

#qodef-woo-page.qodef--single form.cart .variations label {
  margin-bottom: 0;
  font-family: Cormorant, serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500
}

@media only screen and (max-width:680px) {
  #qodef-woo-page.qodef--single form.cart .variations label {
    font-size: 22px
  }
}

#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: Cormorant, serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500;
  margin: 28px 0 0
}

@media only screen and (max-width:680px) {
  #qodef-woo-page.qodef--single .out-of-stock {
    font-size: 22px
  }
}

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

#qodef-woo-page.qodef--single .product_meta>:last-child {
  margin-bottom: 0
}

#qodef-woo-page.qodef--single .qodef-social-share {
  margin-top: 18px
}

#qodef-woo-page.qodef--single .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 61px
}

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

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
  margin: 0 26px 0 0;
  padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
  display: block;
  padding: 0 3px 1px;
  font-family: Cormorant, serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500
}

@media only screen and (max-width:680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
    font-size: 22px
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
  margin-right: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover,
#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: #7fad29
}

@media only screen and (max-width:680px) {
  #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
  }

  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: 0 0 26px 0;
    padding: 0
  }

  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
    margin-bottom: 0
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 26px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
  margin-top: 16px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
  margin-top: 27px
}

#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: 7px 12px;
  text-align: left;
  vertical-align: middle
}

#qodef-woo-page.qodef--single .shop_attributes th {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500;
  font-size: 20px
}

@media only screen and (max-width:680px) {
  #qodef-woo-page.qodef--single .shop_attributes th {
    font-size: 22px
  }
}

#qodef-woo-page.qodef--single .shop_attributes p {
  margin: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
  display: none
}

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

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 18px;
  line-height: 1.333333333333333em;
  font-weight: 500
}

#qodef-woo-page.qodef--single #review_form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 32px
}

#qodef-woo-page.qodef--single #review_form .comment-reply-title {
  display: block;
  margin-bottom: 14px;
  font-family: Cormorant, serif;
  color: #000;
  font-size: 35px;
  line-height: 1.142857142857143em;
  font-weight: 500;
  margin: 0
}

@media only screen and (max-width:1024px) {
  #qodef-woo-page.qodef--single #review_form .comment-reply-title {
    font-size: 29px
  }
}

#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: 14px;
  letter-spacing: .1em;
  color: #000;
  font-family: ElegantIcons;
  line-height: 1;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body:not([class*=alloggio-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: 14px;
  letter-spacing: .1em;
  color: #000;
  font-family: ElegantIcons;
  line-height: 1;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body:not([class*=alloggio-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: 17px
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#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 .related {
  margin-top: 101px
}

#qodef-woo-page.qodef--single .related>h2 {
  font-family: Cormorant, serif;
  color: #000;
  font-size: 35px;
  line-height: 1.142857142857143em;
  font-weight: 500;
  margin: 0 0 42px
}

@media only screen and (max-width:1024px) {
  #qodef-woo-page.qodef--single .related>h2 {
    font-size: 29px
  }
}

.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: 14px;
  letter-spacing: .1em;
  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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0 0
}

.widget.woocommerce .price del {
  margin-right: 10px
}

.widget.woocommerce .price ins {
  text-decoration: none
}

.widget.woocommerce .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 2em;
  color: #000;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  padding: 8px 33px;
  cursor: pointer;
  z-index: 3;
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .6);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

.widget.woocommerce .button .qodef-m-text {
  position: relative;
  z-index: 1
}

.widget.woocommerce .button:hover {
  color: #fff;
  background-color: transparent
}

@media only screen and (max-width:680px) {
  .widget.woocommerce .button {
    font-size: 11px;
    padding: 12px 28px
  }
}

.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: Cormorant, serif;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500
}

@media only screen and (max-width:680px) {
  .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
    font-size: 22px
  }
}

.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;
  content: "\e04a";
  font-family: linea-arrows-10 !important;
  font-size: 23px;
  line-height: 25px
}

body:not([class*=alloggio-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_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 4px;
  background-color: #d7d7f7;
  border-radius: 0;
  cursor: pointer
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -3px;
  height: 10px;
  width: 10px;
  background-color: #7fad29;
  border-radius: 100%;
  outline: 0;
  z-index: 2
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px)
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #7fad29;
  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: 32px 0 0
}

.widget.widget_price_filter .price_slider_amount .clear {
  display: none
}

.widget.widget_product_categories select {
  width: 100%;
  max-width: 100%;
  margin: 8px 0 0
}

.widget.widget_product_categories .select2 {
  margin-bottom: 0
}

.widget.widget_product_search .qodef-widget-title {
  margin-bottom: 20px
}

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

.widget.widget_product_search input {
  padding: 8px 40px 1px 3px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18)
}

.widget.widget_product_search input:focus {
  color: #000;
  background-color: transparent
}

.widget.widget_product_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  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;
  padding: 0;
  font-size: 20px;
  color: #000;
  background-color: transparent;
  border: 0;
  padding-bottom: 8px
}

.widget.widget_product_search button:hover {
  color: #4d4d4d
}

.widget.widget_product_search button svg {
  position: relative;
  top: 4px;
  display: block;
  width: 20px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-miterlimit: 10
}

.widget.widget_product_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 17px !important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize
}

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

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

.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-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: Cormorant, serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500
}

@media only screen and (max-width:680px) {
  .widget.widget_recent_reviews a {
    font-size: 22px
  }
}

.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: Cormorant, serif;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500
}

@media only screen and (max-width:680px) {
  #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
    font-size: 22px
  }
}

#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;
  content: "\e04a";
  font-family: linea-arrows-10 !important;
  font-size: 23px;
  line-height: 25px
}

body:not([class*=alloggio-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_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 4px;
  background-color: #d7d7f7;
  border-radius: 0;
  cursor: pointer
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -3px;
  height: 10px;
  width: 10px;
  background-color: #7fad29;
  border-radius: 100%;
  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(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px)
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #7fad29;
  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: 32px 0 0
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear {
  display: none
}

#qodef-page-footer .widget.widget_product_categories select {
  width: 100%;
  max-width: 100%;
  margin: 8px 0 0
}

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

#qodef-page-footer .widget.widget_product_search .qodef-widget-title {
  margin-bottom: 45px
}

#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: 8px 40px 1px 3px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18)
}

#qodef-page-footer .widget.widget_product_search input:focus {
  color: #000;
  background-color: transparent
}

#qodef-page-footer .widget.widget_product_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  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;
  padding: 0;
  font-size: 20px;
  color: #000;
  background-color: transparent;
  border: 0;
  padding-bottom: 8px
}

#qodef-page-footer .widget.widget_product_search button:hover {
  color: #4d4d4d
}

#qodef-page-footer .widget.widget_product_search button svg {
  position: relative;
  top: 4px;
  display: block;
  width: 20px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-miterlimit: 10
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 17px !important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize
}

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

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

#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-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: Cormorant, serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500
}

@media only screen and (max-width:680px) {
  #qodef-page-footer .widget.widget_recent_reviews a {
    font-size: 22px
  }
}

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

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

#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content ul li {
  position: relative
}

#qodef-page-footer.qodef-footer--light .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: Cormorant, serif;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500
}

@media only screen and (max-width:680px) {
  #qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
    font-size: 22px
  }
}

#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
  width: 80px;
  margin-right: 20px
}

#qodef-page-footer.qodef-footer--light .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.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
  position: relative;
  display: block;
  padding: 0 3px;
  content: "\e04a";
  font-family: linea-arrows-10 !important;
  font-size: 23px;
  line-height: 25px
}

body:not([class*=alloggio-core]) #qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
  content: 'x'
}

#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content .variation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* {
  display: inline-block;
  vertical-align: middle;
  margin: 0
}

#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p {
  margin: 0
}

#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
  display: block;
  margin-top: 10px
}

#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 13px 0 0
}

#qodef-page-footer.qodef-footer--light .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.qodef-footer--light .widget.widget_layered_nav ul li.chosen a {
  color: #fff
}

#qodef-page-footer.qodef-footer--light .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 4px;
  background-color: #d7d7f7;
  border-radius: 0;
  cursor: pointer
}

#qodef-page-footer.qodef-footer--light .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -3px;
  height: 10px;
  width: 10px;
  background-color: #7fad29;
  border-radius: 100%;
  outline: 0;
  z-index: 2
}

#qodef-page-footer.qodef-footer--light .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px)
}

#qodef-page-footer.qodef-footer--light .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #7fad29;
  border-radius: 0;
  z-index: 1
}

#qodef-page-footer.qodef-footer--light .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: 32px 0 0
}

#qodef-page-footer.qodef-footer--light .widget.widget_price_filter .price_slider_amount .clear {
  display: none
}

#qodef-page-footer.qodef-footer--light .widget.widget_product_categories select {
  width: 100%;
  max-width: 100%;
  margin: 8px 0 0
}

#qodef-page-footer.qodef-footer--light .widget.widget_product_categories .select2 {
  margin-bottom: 0
}

#qodef-page-footer.qodef-footer--light .widget.widget_product_search .qodef-widget-title {
  margin-bottom: 20px
}

#qodef-page-footer.qodef-footer--light .widget.widget_product_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-footer.qodef-footer--light .widget.widget_product_search input {
  padding: 8px 40px 1px 3px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #ccc
}

#qodef-page-footer.qodef-footer--light .widget.widget_product_search input:focus {
  color: #fff;
  background-color: transparent
}

#qodef-page-footer.qodef-footer--light .widget.widget_product_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  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;
  padding: 0;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  border: 0;
  padding-bottom: 8px
}

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

#qodef-page-footer.qodef-footer--light .widget.widget_product_search button svg {
  position: relative;
  top: 4px;
  display: block;
  width: 20px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-miterlimit: 10
}

#qodef-page-footer.qodef-footer--light .widget.widget_product_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 17px !important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize;
  color: #ccc
}

#qodef-page-footer.qodef-footer--light .widget.widget_product_tag_cloud .tagcloud a:hover {
  color: #fff
}

#qodef-page-footer.qodef-footer--light .widget.widget_products ul li,
#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products ul li,
#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}

#qodef-page-footer.qodef-footer--light .widget.widget_products ul li:last-child,
#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products ul li:last-child,
#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products ul li:last-child {
  margin-bottom: 0
}

#qodef-page-footer.qodef-footer--light .widget.widget_products .qodef-woo-product-image,
#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products .qodef-woo-product-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px
}

#qodef-page-footer.qodef-footer--light .widget.widget_products .qodef-woo-product-image a,
#qodef-page-footer.qodef-footer--light .widget.widget_products .qodef-woo-product-image img,
#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products .qodef-woo-product-image a,
#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products .qodef-woo-product-image a,
#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products .qodef-woo-product-image img {
  position: relative;
  display: block
}

#qodef-page-footer.qodef-footer--light .widget.widget_products .qodef-woo-product-image img,
#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products .qodef-woo-product-image img {
  width: 80px
}

#qodef-page-footer.qodef-footer--light .widget.widget_products .qodef-woo-product-title a,
#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products .qodef-woo-product-title a,
#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products .qodef-woo-product-title a {
  color: inherit
}

#qodef-page-footer.qodef-footer--light .widget.widget_products .qodef-woo-product-title a:hover,
#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover,
#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products .qodef-woo-product-title a:hover {
  color: #fff
}

#qodef-page-footer.qodef-footer--light .widget.widget_products .qodef-woo-ratings,
#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products .qodef-woo-ratings,
#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products .qodef-woo-ratings {
  margin-top: 10px
}

#qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 20px
}

#qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews ul li:last-child {
  margin-bottom: 0
}

#qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews ul li>* {
  display: block;
  padding-left: 100px
}

#qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews a {
  position: relative;
  font-family: Cormorant, serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500
}

@media only screen and (max-width:680px) {
  #qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews a {
    font-size: 22px
  }
}

#qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews a:hover {
  color: #fff
}

#qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px
}

#qodef-page-footer.qodef-footer--light .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:1024px) {
  .qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -50px
  }

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

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

@media only screen and (max-width:1440px) {
  #qodef-404-page {
    padding: 300px 10% 155px
  }
}

@media only screen and (max-width:680px) {
  #qodef-404-page {
    padding: 240px 40px 180px
  }

  #qodef-404-page .qodef-404-watermark {
    top: calc(50% - 190px);
    font-size: 185px
  }
}

@media only screen and (max-width:768px) {
  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    margin-top: 15px
  }

  .qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display: inline-block
  }

  .qodef-blog .qodef-blog-item.format-link .qodef-e-link {
    padding-left: 104px
  }

  .qodef-blog .qodef-blog-item.format-link .qodef-e-mark {
    width: 54px;
    left: 30px
  }

  .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
    padding: 130px 40px 34px
  }

  .qodef-blog .qodef-blog-item.format-quote .qodef-e-mark {
    top: 40px;
    height: auto
  }

  .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
    margin-top: 22px
  }
}

@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-m-comments {
    padding-left: 0
  }

  #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 .qodef-e-title-and-date-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  #qodef-page-comments-list .qodef-comment-item .qodef-e-title {
    width: 100%;
    margin: 0 0 5px
  }

  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 3%
  }
}

@media only screen and (max-width:680px) {
  .qodef-m-filter .qodef-m-filter-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .qodef-m-filter .qodef-m-filter-item {
    margin: 5px 0
  }
}

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

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

@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.product-thumbnail {
    display: none
  }

  #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    display: none
  }

  #qodef-woo-page.qodef--cart .shop_table td.product-name {
    padding-left: 0
  }

  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
    width: 100%;
    float: none
  }

  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
    margin-bottom: 20px
  }

  #qodef-woo-page.qodef--cart .shop_table td.actions>.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:680px) {
  .woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    margin: 20px 0 0
  }

  .woocommerce-account .woocommerce-form-login>p:nth-child(3) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

@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 -25px
  }

  .qodef-woo-product-list.qodef-gutter--huge ul.products>.product {
    padding: 0 25px;
    margin: 0 0 50px
  }
}

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

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