* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* EXTRA ======================================================================= */
img.scale {
  max-width: 100%;
  height: auto;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.erroneous {
  border-color: crimson !important;
}
.error {
  color: crimson;
}
/* PLUGINS ===================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* PLUGINS ===================================================================== */
/* simple lightbox */
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.9;
  display: none;
  z-index: 9996;
}
.sl-wrapper {
  z-index: 9990;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  color: white;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  top: 0%;
  /*margin-top:-23px;*/
  right: 0;
  z-index: 999999;
  width: 70px;
  height: 70px;
  background: url('../images/lightbox/close.png') no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*
    border:1px dotted blue;
    display: none;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999999;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    &:before{
        content: '';
        width: 30px;
        height: 2px;
        background: white;
        position: absolute;
        top: 15px;
        left: 0;
        transform: rotate(45deg);
        transition: all 0.3s ease;
    }
    &:after{
        content: '';
        width: 30px;
        height: 2px;
        background: white;
        position: absolute;
        top: 15px;
        left: 0;
        transform: rotate(-45deg);
        transition: all 0.3s ease;
    }*/
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999999;
  color: white;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  z-index: 1015;
  font-family: arial sans-serif;
}
.sl-wrapper .sl-navigation button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sl-wrapper .sl-navigation button.sl-prev {
  background: url('../images/lightbox/left.png') no-repeat;
  width: 70px;
  height: 70px;
  border: 0;
  font-size: 0;
  position: fixed;
  top: 50%;
  margin-top: -35px;
  left: 70px;
  left: 0;
  z-index: 10015;
  /* background-image: url('../img/left.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-color: rgba(0,0,0,0);
        width: 18px;
        height: 40px;
        width:60px;
        height:60px;
        border: 0;
        font-size: 0;
        position: fixed;
        top: 50%;
        left: 20px;
        margin-top: -20px;
        z-index: 9999;*/
}
.sl-wrapper .sl-navigation button.sl-next {
  background: url('../images/lightbox/right.png') no-repeat;
  width: 70px;
  height: 70px;
  border: 0;
  font-size: 0;
  position: fixed;
  top: 50%;
  margin-top: -35px;
  border-right: 1px solid #000;
  right: 70px;
  right: 0;
  z-index: 10015;
  /*background-image: url('../images/right.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-color: rgba(0,0,0,0);
        width: 18px;
        height: 40px;
        width:60px;
        height:60px;
        border: 0;
        font-size: 0;
        position: fixed;
        top: 50%;
        right: 20px;
        margin-top: -20px;
        z-index: 9999;*/
}
/*
.svg{
    .sl-wrapper .sl-navigation button{
        &.sl-prev{
            background-image: url('../images/left.svg');
        }
        &.sl-next{
            background-image: url('../images/right.svg');
        }
    }
}
*/
/*.sl-wrapper .sl-navigation button.sl-next {
    right: 30px;
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 30px;
}
*/
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
}
.sl-wrapper .sl-image iframe {
  border: 0 none;
  background: #000;
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: #000;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1005;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
          animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
/* end simple lightbox */
.loadingpage {
  display: none!important;
}
.is-loading .loadingpage {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.loadingpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  height: 100vh;
  background: white;
  z-index: 10;
}
.sk-circle {
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.termsfeed-com---nb-simple {
  max-width: 100%!important;
}
.cc-nb-main-container {
  font-family: "sofia-pro-soft", sans-serif !important;
  font-size: 13px!important;
  background: white!important;
  display: -ms-grid!important;
  display: grid!important;
  -ms-grid-columns: 1fr 1fr!important;
  grid-template-columns: 1fr 1fr!important;
  padding: 20px 100px!important;
}
@media only screen and (max-width: 1000px) {
  .cc-nb-main-container {
    padding: 20px 50px!important;
    -ms-grid-columns: 1fr!important;
    grid-template-columns: 1fr!important;
  }
}
.cc-nb-title {
  font-family: "sofia-pro-soft", sans-serif !important;
  font-size: 27px!important;
  line-height: 1.3 !important;
  color: #000 !important;
}
.cc-nb-title-container {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
@media only screen and (max-width: 1000px) {
  .cc-nb-title-container {
    -ms-grid-column: unset!important;
        grid-column-start: unset!important;
    grid-column-end: unset!important;
    -ms-grid-row: unset!important;
        grid-row-start: unset!important;
    grid-row-end: unset!important;
  }
}
.cc-nb-text {
  color: #000 !important;
  line-height: 1.5 !important;
  font-size: 15px!important;
  font-family: "sofia-pro-soft", sans-serif !important;
}
.cc-nb-text-container {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}
@media only screen and (max-width: 1000px) {
  .cc-nb-text-container {
    -ms-grid-column: unset!important;
        grid-column-start: unset!important;
    grid-column-end: unset!important;
    -ms-grid-row: unset!important;
        grid-row-start: unset!important;
    grid-row-end: unset!important;
  }
}
.cc-nb-okagree {
  background: #000 !important;
  border: 2px solid #000 !important;
}
.cc-nb-okagree:hover {
  background: white!important;
  color: #000 !important;
}
.cc-nb-reject {
  background: none!important;
  border: 2px solid #000 !important;
  color: #000 !important;
}
.cc-nb-changep {
  color: #000 !important;
  background: white!important;
}
.cc-nb-buttons-container {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  height: 100%!important;
}
@media only screen and (max-width: 1000px) {
  .cc-nb-buttons-container {
    -ms-grid-column: unset!important;
        grid-column-start: unset!important;
    grid-column-end: unset!important;
    -ms-grid-row: unset!important;
        grid-row-start: unset!important;
    grid-row-end: unset!important;
  }
}
.cc-nb-buttons-container button {
  font-family: "sofia-pro-soft", sans-serif !important;
  text-transform: uppercase!important;
  letter-spacing: 0.1em !important;
  font-size: 12px!important;
  outline: none!important;
  border-radius: 20px!important;
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  padding: 10px 20px!important;
}
@media only screen and (max-width: 1000px) {
  .cc-nb-buttons-container button {
    width: 100%!important;
  }
}
.cc-cp-foot-save {
  background: #000 !important;
  font-family: "sofia-pro-soft", sans-serif !important;
}
.cc-cp-foot-save:focus {
  outline: none!important;
  border: none!important;
}
/* VARIABLES =================================================================== */
.section__white {
  background: white;
  width: 100%;
  position: relative;
  margin-top: -65px;
}
@media only screen and (max-width: 1224px) {
  .section__white {
    margin-top: -38px;
  }
}
@media only screen and (max-width: 768px) {
  .section__white {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 444px) {
  .section__white {
    margin-top: -15px;
  }
}
.section__white .title {
  padding-top: 1px;
}
#video {
  padding-top: 55px;
}
@media only screen and (max-width: 1224px) {
  #video {
    padding-top: 82px;
  }
}
@media only screen and (max-width: 768px) {
  #video {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 444px) {
  #video {
    padding-top: 145px;
  }
}
.scene .scene_element {
  position: relative;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.scene .scene_element.fast {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}
.scene .fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.scene.is-exiting .scene_element {
  animation-direction: alternate-reverse;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
select::-ms-expand {
  display: none;
}
img {
  text-indent: -9999px;
}
.juicer-feed {
  width: 0!important;
  height: 0!important;
  opacity: 0!important;
}
.juicer-feed .referral {
  display: none!important;
  visibility: hidden;
}
.juicer-feed .j-stacker {
  position: relative;
  height: 0!important;
}
.juicer-feed .j-stacker .j-stack {
  height: 0!important;
}
.juicer-feed .j-stacker .j-stack .feed-item {
  border: none;
  position: absolute;
  width: 0!important;
  height: 0!important;
  background: unset;
}
.juicer-feed .j-stacker .j-stack .feed-item .j-poster {
  display: none;
  visibility: hidden;
}
.juicer-feed .j-stacker .j-stack .feed-item .j-image {
  position: relative;
  height: 0!important;
  width: 0!important;
  padding-bottom: 0;
  overflow: hidden;
}
.juicer-feed .j-stacker .j-stack .feed-item .j-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 0!important;
  width: 0!important;
}
.juicer-feed .j-stacker .j-stack .feed-item .j-text {
  padding: 0;
}
.juicer-feed .j-stacker .j-stack .feed-item .j-text .j-meta {
  display: none;
  visibility: hidden;
}
.feed-wall {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feed-wall .feed-item {
  width: calc(32.28%);
  height: 0;
  padding-bottom: 41%;
  position: relative;
  overflow: hidden;
}
.feed-wall .feed-item .feed-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.check {
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}
.check label {
  color: black;
  font-size: 10px;
  margin-left: 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
}
.check:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid black;
}
.check:not(#IE8) input[type=checkbox] {
  display: none;
}
.check:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-align: center;
  line-height: 10px;
  font-size: 18px;
  color: #000;
}
.check:not(#IE8) input[type=radio] {
  display: none;
}
.check:not(#IE8) input[type=radio]:checked + label:before {
  content: "\2713";
  text-align: center;
  line-height: 10px;
  font-size: 18px;
  color: #000;
}
/* STYLES ====================================================================== */
body {
  font-family: "sofia-pro-soft", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
body.loaded {
  opacity: 1;
}
/*.invisible{
	display:none;	
}
*/
a {
  color: inherit;
}
h1,
h2 {
  font-weight: 400;
}
.spacer {
  width: 100%;
  height: 50px;
  display: none;
}
/*
.video-overlay{
	// position:absolute;
//	top:0;left:0;right:0;bottom:0;
	//background:black; 
	//z-index:9999;
	//display:none;
	&.active{
		display:block;	
	}	
	.close{
		font-family:'ionIcons';
		font-size:50px;
		color:white;
		position: fixed;
		top:20px;
		right:20px;
		font-weight:normal;
		z-index:101;
		cursor:pointer;
		
	}
	.video{
		position:absolute;
		width:100%;
		height:100%;
		transform:scale(.7);
	 	transition: all .5s ease;
	 	&.active{
			transform:scale(1);	 		
	 	}
		video{
			position: absolute;
			top: 5;
			left: 5%;
			right:5%;
			bottom:5%;
			width: 90%; 
			height: 90%;	
		
		}
	}	 
}
*/
/*
.video{
	width:300px;
	height:200px;
	position:relative;
	//overflow:hidden;
	video{
		position: absolute;
	    top: 50%;
	    left: 50%;
	    min-width: 300px;
	    min-height: 200px;
	    width: auto;
	    height: auto;
	    -ms-transform: translateX(-50%) translateY(-50%);
	    -moz-transform: translateX(-50%) translateY(-50%);
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	}
		
}
*/
.homepopup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999 !important;
}
.homepopup .popup-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}
.homepopup .popup-wrap {
  display: table;
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.homepopup .popup-wrap .popup {
  pointer-events: none;
  display: table-cell;
  vertical-align: middle;
}
.homepopup .popup-wrap .popup .popup-content {
  pointer-events: all;
  max-width: 600px;
  padding: 50px 60px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  color: #000;
  text-align: left;
}
.homepopup .popup-wrap .popup .popup-content .close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../../assets/images/close.svg) no-repeat;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.homepopup .popup-wrap .popup .popup-content h1,
.homepopup .popup-wrap .popup .popup-content h2,
.homepopup .popup-wrap .popup .popup-content h3 {
  color: #000;
  text-align: left;
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.homepopup .popup-wrap .popup .popup-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.homepopup .popup-wrap .popup .popup-content a {
  color: #000;
  text-decoration: underline;
}
.homepopup .popup-wrap .popup .popup-content .homepopup-dismiss {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 30px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1px;
}
.homepopup .popup-wrap .popup .popup-content .homepopup-dismiss:hover {
  opacity: 0.8;
}
body.homepopup-open {
  overflow: hidden;
}
.newspopup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.newspopup .popup-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.newspopup .popup-wrap {
  display: table;
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.newspopup .popup-wrap .popup {
  pointer-events: none;
  display: table-cell;
  vertical-align: middle;
}
.newspopup .popup-wrap .popup .popup-content {
  pointer-events: all;
  max-width: 500px;
  padding: 40px;
  background: #000;
  /* 
               background: url(../images/bgband_1.jpg) center no-repeat;
					background-size: cover;
					background-position: center; 
					*/
  margin: 0 auto;
  position: relative;
  /* &:before{
                	content:""; 
                	position: absolute;
                	top:0;
                	left:0;
                	right:0;
                	bottom:0;
                	background: url(../images/bgband_yc2.jpg) center no-repeat;
						background-size: cover;
						background-position: center; 
						z-index:-1 ;   
                }*/
}
.newspopup .popup-wrap .popup .popup-content .close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../../assets/images/close.svg) no-repeat;
}
.newspopup .popup-wrap .popup .popup-content h1 {
  color: white;
  text-align: left;
  line-height: 40px;
  font-size: 30px;
  margin-bottom: 50px;
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
}
.newspopup .popup-wrap .popup .popup-content fieldset {
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
  border: none;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newspopup .popup-wrap .popup .popup-content fieldset label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newspopup .popup-wrap .popup .popup-content fieldset input[type=text] {
  width: 100%;
  border: none;
  background: none;
  color: #999;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 10px;
}
.newspopup .popup-wrap .popup .popup-content #feedback2 {
  clear: both;
  display: block;
  margin: 20px 0 6px 0;
  padding: 10px;
  padding-left: 0;
  color: white;
  font-size: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.newspopup .popup-wrap .popup .popup-content #feedback2.success {
  color: crimson;
}
.newspopup .popup-wrap .popup .popup-content #newsletter-submit {
  clear: both;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  background: #444;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
  margin: auto;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.newspopup .popup-wrap .popup .popup-content #newsletter-submit:hover {
  background: white;
}
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: white;
}
header.transparent {
  background-color: transparent;
  color: #fff;
}
header.transparent .headerwrap .logo.black {
  display: none;
}
header.transparent .headerwrap .logo.white {
  display: block;
}
header.transparent .headerwrap nav a:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.transparent .headerwrap nav a:hover:after,
header.transparent .headerwrap nav a.active:after {
  left: 0;
  right: 0;
}
header.transparent .headerwrap nav a:last-child:before {
  position: absolute;
  content: '';
  left: -25px;
  top: 2px;
  bottom: 8px;
  width: 1px;
  background-color: #fff;
}
header .headerwrap {
  width: 90%;
  max-width: 1300px;
  margin: 60px auto 20px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 400px) {
  header .headerwrap {
    margin: 20px auto 20px auto;
  }
}
header .headerwrap.small {
  margin: 15px auto 10px auto;
  /*nav{
					a{
					margin-left:20px;
					 	&:last-child{
							margin-left:40px;
						}
					}	
				}*/
}
header .headerwrap.small .logo {
  width: 150px;
  height: 30px;
}
header .headerwrap.small .logo.touch {
  width: 100px;
}
header .headerwrap .logo {
  width: 200px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  left: 0;
  top: 20px;
}
header .headerwrap .logo.touch {
  width: 130px;
}
header .headerwrap .logo img {
  width: 100%;
  height: auto;
}
header .headerwrap nav {
  margin-top: 6px;
  text-align: right;
}
header .headerwrap nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 10px;
  margin-left: 25px;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 7px;
}
header .headerwrap nav a:first-child {
  margin-left: 0;
}
header .headerwrap nav a:last-child {
  margin-left: 50px;
  position: relative;
}
header .headerwrap nav a:last-child span.cart {
  margin-left: 5px;
  position: relative;
  top: -5px;
  /*color:white;
						background:black;
						padding:2px 5px;
						text-align:center;*/
}
header .headerwrap nav a:last-child:before {
  position: absolute;
  content: '';
  left: -25px;
  top: 2px;
  bottom: 8px;
  width: 1px;
  background-color: #000;
}
header .headerwrap nav a:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .headerwrap nav a:hover:after,
header .headerwrap nav a.active:after {
  left: 0;
  right: 0;
}
header .headerwrap:before,
header .headerwrap:after {
  content: "";
  display: table;
}
header .headerwrap:after {
  clear: both;
}
header .headerwrap:before,
header .headerwrap:after {
  content: "";
  display: table;
}
header .headerwrap:after {
  clear: both;
}
main {
  margin-top: 180px;
  width: 100%;
}
.innercontainer {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .innercontainer {
    width: 90%;
    margin: 5%;
  }
}
.fullscreen-images {
  margin-top: -180px;
}
.fullscreen-images .image-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  /*.prevbtn{
			position: absolute;
			top: 50vh;
			left: 10vw;
			z-index: 10;
			width: 32.5px;
			height: 75px;
			background-image: url('../images/prevbtn.png');
			background-repeat: no-repeat;
			background-size: contain;
		}
		.nextbtn{
			position: absolute;
			top: 50vh;
			right: 40vw;
			z-index: 10;
			width: 32.5px;
			height: 75px;
			background-image: url('../images/nextbtn.png');
			background-repeat: no-repeat;
			background-size: contain;
		}*/
}
@media only screen and (max-width: 800px) {
  .fullscreen-images .image-slider {
    min-height: unset;
    height: calc(100vh - 400px);
  }
}
@media only screen and (max-width: 400px) {
  .fullscreen-images .image-slider {
    height: calc(100vh - 450px);
  }
}
.fullscreen-images .image-slider .buttons-container {
  width: 90%;
  margin: 0 auto;
  height: 75px;
  max-width: 1300px;
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.fullscreen-images .image-slider .prevbtn,
.fullscreen-images .image-slider .nextbtn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  position: absolute;
  height: 75px;
  width: 37.5px;
}
.fullscreen-images .image-slider .prevbtn img,
.fullscreen-images .image-slider .nextbtn img {
  width: 100%;
  height: 100%;
}
.fullscreen-images .image-slider .prevbtn {
  left: 0;
}
.fullscreen-images .image-slider .nextbtn {
  right: 0;
}
.fullscreen-images .image-slider .image-items .image-item figure {
  width: 100% !important;
  position: relative;
}
.fullscreen-images .image-slider .image-items .image-item figure img {
  width: 100% !important;
  height: 100vh;
  min-height: 750px;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media only screen and (max-width: 800px) {
  .fullscreen-images .image-slider .image-items .image-item figure img {
    min-height: unset;
    height: calc(100vh - 400px);
  }
}
@media only screen and (max-width: 400px) {
  .fullscreen-images .image-slider .image-items .image-item figure img {
    height: calc(100vh - 450px);
  }
}
.fullscreen-images .image-slider .image-items .image-item figure figcaption {
  position: absolute;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 600px;
  z-index: 1;
}
.fullscreen-images .image-slider .image-items .image-item figure figcaption .image-title {
  width: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #fff;
}
.fullscreen-images .image-slider .image-items .image-item figure figcaption .image-title a {
  text-decoration: none;
  color: white;
}
.fullscreen-images .image-slider .image-items .image-item figure figcaption .image-title a:hover {
  color: white;
}
.fullscreen-images .image-slider .image-items .image-item figure figcaption .image-title a:focus {
  color: white;
}
.fullscreen-images .image-slider .image-items .image-item figure figcaption .image-title a h2 {
  color: #fff;
  text-transform: lowercase;
  line-height: 1;
  display: block;
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
}
.fullscreen-images .image-slider .image-items .image-item figure figcaption .image-title a h2:after {
  content: '';
  padding-left: 25px;
  height: 100%;
}
.fullscreen-images .image-slider .image-items .image-item figure figcaption .image-text {
  width: 50%;
  padding: 10px 0;
  margin-left: 25px;
  max-width: 300px;
}
.fullscreen-images .image-slider .image-items .image-item figure figcaption .image-text p {
  color: #fff;
  text-transform: uppercase;
  font-family: "sofia-pro-soft", sans-serif;
  font-size: 9px;
  letter-spacing: 1.35px;
  font-weight: bold;
}
.fullscreen-images .image-slider .image-items .image-item figure figcaption .image-text p:first-of-type {
  margin-top: 0;
}
.fullscreen-images .image-slider .image-items .image-item figure figcaption .image-text p:last-of-type {
  margin-bottom: 0;
}
.fullscreen-images .image-slider .image-items .image-item figure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.fullscreen-images .image-slider .image-items .image-item.blacktext figure figcaption .image-title {
  border-right: 1px solid #000;
}
.fullscreen-images .image-slider .image-items .image-item.blacktext figure figcaption .image-title a {
  text-decoration: none;
  color: black;
}
.fullscreen-images .image-slider .image-items .image-item.blacktext figure figcaption .image-title a:hover {
  color: black;
}
.fullscreen-images .image-slider .image-items .image-item.blacktext figure figcaption .image-title a:focus {
  color: black;
}
.fullscreen-images .image-slider .image-items .image-item.blacktext figure figcaption .image-title a h2 {
  color: black;
  text-transform: lowercase;
  line-height: 1;
  display: block;
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
}
.fullscreen-images .image-slider .image-items .image-item.blacktext figure figcaption .image-title a h2:after {
  content: '';
  padding-left: 25px;
  height: 100%;
}
.fullscreen-images .image-slider .image-items .image-item.blacktext figure figcaption .image-text {
  width: 50%;
  padding: 10px 0;
  margin-left: 25px;
  max-width: 300px;
}
.fullscreen-images .image-slider .image-items .image-item.blacktext figure figcaption .image-text p {
  color: #000;
  text-transform: uppercase;
  font-family: "sofia-pro-soft", sans-serif;
  font-size: 9px;
  letter-spacing: 1.35px;
  font-weight: bold;
}
.fullscreen-images .image-slider .image-items .image-item.blacktext figure figcaption .image-text p:first-of-type {
  margin-top: 0;
}
.fullscreen-images .image-slider .image-items .image-item.blacktext figure figcaption .image-text p:last-of-type {
  margin-bottom: 0;
}
.title h1 {
  display: block;
  position: relative;
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 40px;
  line-height: 40px;
  margin: 50px 20px 90px 20px;
  text-align: center;
}
.title h1:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 30px;
  width: 1px;
  background-color: #000;
  bottom: -60px;
}
.title p {
  text-transform: uppercase;
  max-width: 330px;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
  font-size: 10px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1000px) {
  .title h1 {
    font-size: 30px;
  }
}
.newsslider {
  margin-bottom: 100px;
}
.newsslider .newsitem {
  margin: 20px;
}
.newsslider .newsitem.even figure {
  margin: auto;
  width: 75%;
}
.newsslider .newsitem.even .text {
  width: 75%;
  margin: 30px auto;
}
.newsslider .newsitem .text {
  margin: 30px 0;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
}
.newsslider .newsitem figure {
  width: 100%;
}
.newsslider .newsitem figure img {
  width: 100%;
  height: auto;
}
.newsslider .slick-next {
  /*	&:after{
     		content:"\f3d3";
     		font-family:'Ionicons';
     		font-size:30px;
     		position:absolute;
     		top:0;
     		left:0;	
     	}
     	&:hover:after{
     		//color:@grey;	
     	}*/
  background: transparent;
  background: url('../images/next.svg') center center no-repeat;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 0%;
  width: 25px;
  height: 100%;
  right: 20px;
  z-index: 8888;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.newsslider .slick-next:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.5;
}
.newsslider .slick-prev {
  /*	&:after{
     		content:"\f3d2";
     		font-family:'Ionicons';
     		font-size:30px;
     		position:absolute; 
     		top:0;
     		left:0;	
     	}
     	&:hover:after{
     		//color:@grey;	
     	}*/
  background: transparent;
  background: url('../images/prev.svg') center center no-repeat;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 0%;
  width: 25px;
  height: 100%;
  left: 20px;
  margin-top: 0px;
  z-index: 8888;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.newsslider .slick-prev:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.5;
}
.instagramfeed {
  margin: 50px auto;
  margin: auto;
  margin-bottom: 50px;
}
.instagramfeed .social-feed {
  max-width: 650px;
  margin: auto;
  position: relative;
}
.instagramfeed .social-feed .social-feed-element {
  margin: 2px;
  float: left;
  position: relative;
}
.instagramfeed .social-feed .social-feed-element .txthover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.instagramfeed .social-feed .social-feed-element .txthover .txttabel {
  display: table;
  width: 100%;
  height: 100%;
  /*.txtcell{
						display:table-cell;
						//width:80%; 
						padding:10%;
						text-align:center;
						vertical-align:middle;
						font-size:12px;
						line-height:18px;
						font-family:@font;
						color:white;
						letter-spacing:1px;
						.lijn{
							width:60px;
							height:1px;
							background:white;
							margin: 20px auto;	
						}
					}	*/
}
.instagramfeed .social-feed .social-feed-element:hover .txthover {
  top: 0;
  opacity: 1;
}
.instagramfeed .social-feed .social-feed-element:hover figure {
  overflow: hidden;
}
.instagramfeed .social-feed .social-feed-element:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.instagramfeed .social-feed .social-feed-element figure {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background: #fafafa;
}
.instagramfeed .social-feed .social-feed-element figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*opacity:0;
				 	&.loaded{
				 		opacity:1;	
				 	}*/
}
.social-feed .slick-next {
  background: transparent;
  background: url('../images/next.svg') center center no-repeat;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  right: -140px;
  margin-top: -25px;
  z-index: 8888;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.social-feed .slick-next:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.5;
}
.social-feed .slick-prev {
  background: transparent;
  background: url('../images/prev.svg') center center no-repeat;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  left: -140px;
  margin-top: -25px;
  z-index: 8888;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.social-feed .slick-prev:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.5;
}
@media only screen and (max-width: 1000px) {
  .social-feed .slick-next {
    right: 20px;
  }
  .social-feed .slick-prev {
    left: 20px;
  }
}
/*
.popup{
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,.5);
	z-index:100; 
}
*/
.fotoband {
  height: 330px;
  width: 100%;
  position: relative;
  margin: 100px 0;
}
.fotoband:after {
  content: "";
  background: url(../images/bgband_1.jpg) center no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.fotoband.yc:after {
  background: url(../images/bgband_yc2.jpg) center no-repeat;
  background-size: cover;
  background-position: center;
}
.fotoband .txtwrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  display: table;
  width: 100%;
  height: 100%;
}
.fotoband .txtwrap .block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
}
.fotoband .txtwrap .block h1 {
  display: block;
  position: relative;
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 35px;
  line-height: 40px;
  margin: 50px 20px;
  text-align: center;
}
.fotoband .txtwrap .block a {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
  font-size: 10px;
  letter-spacing: 2px;
}
.fotoband .txtwrap .block a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fotoband .txtwrap .block a:hover:after {
  left: 10px;
  right: 10px;
}
.socialblock {
  margin: 50px auto;
  text-align: center;
}
.socialblock p {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 90px;
}
.socialblock p:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 30px;
  width: 1px;
  background-color: #000;
  bottom: -60px;
}
.socialblock .social {
  font-size: 45px;
  line-height: 45px;
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
}
@media only screen and (max-width: 600px) {
  .socialblock .social {
    font-size: 25px;
    line-height: 25px;
  }
}
.socialblock .social a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socialblock .social a:hover {
  color: #c7c7c7;
}
.socialblock .social span {
  margin: 0 15px;
}
.socialblock .newsletterwrap {
  margin: 30px 0;
}
.socialblock .newsletterwrap .newsletterbtn {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
}
.socialblock .newsletterwrap .newsletterbtn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socialblock .newsletterwrap .newsletterbtn:hover:after {
  left: 10px;
  right: 10px;
}
.socialblock .linksfoot {
  margin: 100px 0;
}
.socialblock .linksfoot .siteby {
  padding: 5px 0;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #ccc;
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.socialblock .linksfoot .siteby:hover {
  color: #ccc;
}
.headermodels .row:before,
.headermodels .row:after {
  content: "";
  display: table;
}
.headermodels .row:after {
  clear: both;
}
.headermodels .row:before,
.headermodels .row:after {
  content: "";
  display: table;
}
.headermodels .row:after {
  clear: both;
}
.headermodels nav.modeltype {
  float: left;
}
.headermodels nav.modeltype a {
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  margin: 0 20px;
  color: #c7c7c7;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  letter-spacing: 0.2px;
}
.headermodels nav.modeltype a:first-child {
  margin-left: 0;
}
strtoupper .headermodels nav.modeltype a:last-child {
  margin-right: 0;
}
.headermodels nav.modeltype a:hover,
.headermodels nav.modeltype a.active {
  color: #000;
}
.headermodels .search {
  float: right;
  position: relative;
}
.headermodels .search .input {
  width: 215px;
  position: relative;
  font-size: 20px;
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-style: normal;
  color: #000;
  border: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  /*&:after{
				content:"";
				position:absolute;
				left:0;
				right:0;
				bottom:0;
				height:1px;
				background:#000;
					
			}*/
}
.headermodels .search .submit {
  position: absolute;
  width: 20px;
  height: 20px;
  font-family: 'Ionicons';
  font-size: 18px;
  color: #000;
  top: 7px;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.headermodels .search .submit:hover {
  padding-top: 5px;
  color: #c7c7c7;
}
.headermodels .letters {
  margin-top: 40px;
  float: left;
  cursor: pointer;
}
.headermodels .letters a {
  cursor: pointer;
  text-decoration: none;
  color: #c7c7c7;
  padding: 4px 10px 4px 0;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.headermodels .letters a:hover,
.headermodels .letters a.active {
  color: #000;
}
.headermodels .letters .influence-filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  o-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: 1px solid #000;
  padding: 4px 10px;
  padding-right: 50px;
  color: #000;
  background-color: transparent;
  background-image: url('../images/down.svg');
  background-size: 10px 10px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.headermodels .advanced {
  margin-top: 40px;
  float: left;
  margin-left: 15px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.headermodels .advanced:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 5px;
  width: 1px;
  background: #c7c7c7;
}
.headermodels .advanced a {
  cursor: pointer;
  text-decoration: none;
  color: #c7c7c7;
  padding: 4px 10px 4px 0;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.headermodels .advanced a:hover,
.headermodels .advanced a.active {
  color: #000;
}
.headermodels:before,
.headermodels:after {
  content: "";
  display: table;
}
.headermodels:after {
  clear: both;
}
.headermodels:before,
.headermodels:after {
  content: "";
  display: table;
}
.headermodels:after {
  clear: both;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
}
.resultmodels {
  margin: 50px -2%;
  min-height: 300px;
}
.resultmodels .modelitem {
  width: 29.33%;
  margin: 2%;
  display: inline-block;
  float: left;
  /*&:hover{
				.model figure img.loaded:hover{
						transform: scale(1.1);
					
					}	
			}
			*/
}
@media only screen and (max-width: 900px) {
  .resultmodels .modelitem {
    width: 46%;
  }
}
@media only screen and (max-width: 600px) {
  .resultmodels .modelitem {
    width: 96%;
  }
}
@media only screen and (min-width: 1400px) {
  .resultmodels .modelitem {
    width: 21%;
  }
}
.resultmodels .modelitem.inactive {
  display: none;
}
.resultmodels .modelitem:hover .model figure img.loaded {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.resultmodels .modelitem:hover .model .hover {
  opacity: 1;
}
.resultmodels .modelitem:hover .model .hover .link_details {
  bottom: 35px;
}
.resultmodels .modelitem:hover .model .hover .link_insta {
  top: 35px;
}
.resultmodels .modelitem .model {
  position: relative;
  overflow: hidden;
}
.resultmodels .modelitem .model figure {
  background: #fafafa;
  width: 100%;
  padding-bottom: 141%;
}
.resultmodels .modelitem .model figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.resultmodels .modelitem .model figure img.loaded {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.resultmodels .modelitem .model .influence_info {
  pointer-events: none;
  color: white;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  padding: 5%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.89);
          transform: scale(0.89);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.resultmodels .modelitem .model .influence_info .followers {
  font-size: 45px;
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  text-align: center;
}
.resultmodels .modelitem .model .influence_info .icons {
  font-family: 'ionIcons';
  margin: auto;
  text-align: center;
}
.resultmodels .modelitem .model .influence_info .icons .icon {
  display: inline-block;
  font-size: 18px;
  font-size: 30px;
  margin: 5px;
}
.resultmodels .modelitem .model:hover .influence_info {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.resultmodels .modelitem .model .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*&:hover{
					opacity:1;	
					.link_details{
						bottom:35px;
					}	
					.link_insta{
						top:35px;
					}				
				}*/
}
.resultmodels .modelitem .model .hover .bgmodellink {
  position: absolute;
  width: 100%;
  height: 100%;
}
.resultmodels .modelitem .model .hover .link_insta,
.resultmodels .modelitem .model .hover .link_details {
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  top: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resultmodels .modelitem .model .hover .link_details {
  top: auto;
  bottom: 35px;
  bottom: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resultmodels .modelitem .model .hover .link_casting {
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.resultmodels .modelitem .model .hover .link_casting:before {
  content: url("../images/plus.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: -30px;
}
.resultmodels .modelitem .caption {
  margin: 25px 0;
  text-align: center;
  display: block;
}
.resultmodels .modelitem .caption a {
  text-decoration: none;
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 22px;
}
.resultmodels .modelitem:before,
.resultmodels .modelitem:after {
  content: "";
  display: table;
}
.resultmodels .modelitem:after {
  clear: both;
}
.resultmodels .modelitem:before,
.resultmodels .modelitem:after {
  content: "";
  display: table;
}
.resultmodels .modelitem:after {
  clear: both;
}
.resultmodels:before,
.resultmodels:after {
  content: "";
  display: table;
}
.resultmodels:after {
  clear: both;
}
.resultmodels:before,
.resultmodels:after {
  content: "";
  display: table;
}
.resultmodels:after {
  clear: both;
}
.resultmodels .emptycasting {
  margin-left: 2%;
}
.resultmodels .noresults {
  display: none;
  margin-left: 2%;
}
.resultmodels .noresults.active {
  display: block;
}
#addToCasting_result {
  display: none;
  z-index: 2000;
  position: fixed;
  top: 40%;
  left: 50%;
  width: 200px;
  padding: 20px;
  margin: 0 0 0 -120px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 12px;
}
#addToCasting_result strong {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}
.backbtn {
  text-decoration: none;
  font-size: 20px;
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.backbtn:hover {
  color: #c7c7c7;
}
.pijlen {
  float: right;
  position: relative;
  right: 55%;
}
@media screen and (max-width: 900px) {
  .pijlen {
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .pijlen a {
    font-size: 16px;
    position: relative;
    top: 3px;
  }
}
.detailinfo h1 {
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 35px;
}
.detailinfo .maten {
  color: #c7c7c7;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
}
.detailinfo .maten span {
  margin-left: 5px;
  font-size: 10px;
  color: #000;
  font-weight: 600;
}
.detailinfo .btnfiche_print {
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.detailinfo .btnfiche_print:hover {
  color: #000;
}
.detailinfo .btnfiche_instagram {
  position: relative;
  font-weight: 600;
  text-decoration: none;
  display: block;
  color: #000;
  margin: 35px 0 35px 0px;
  padding-left: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.detailinfo .btnfiche_instagram:before {
  content: '';
  background: url(../images/instagram.svg) center no-repeat;
  position: absolute;
  top: -8px;
  left: 0px;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detailinfo .btnfiche_instagram:hover {
  padding-left: 55px;
}
.detailinfo .btnfiche_instagram:hover:before {
  left: 5px;
}
.detailinfo .btnfiche_social {
  position: relative;
  font-weight: 600;
  text-decoration: none;
  display: block;
  color: #000;
  margin: 35px 0 35px 0px;
  padding-left: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.detailinfo .btnfiche_social.insta:before {
  content: '\f350';
}
.detailinfo .btnfiche_social.snapchat:before {
  content: '\f4eb';
}
.detailinfo .btnfiche_social.twitter:before {
  content: '\f242';
}
.detailinfo .btnfiche_social.youtube:before {
  content: '\f24c';
  font-size: 40px;
}
.detailinfo .btnfiche_social:before {
  content: '\f230';
  font-family: 'ionIcons';
  font-size: 45px;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 36px;
  height: 36px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detailinfo .btnfiche_social:hover {
  padding-left: 55px;
}
.detailinfo .btnfiche_social:hover:before {
  left: 5px;
}
.detailinfo .btnfiche_addtocast {
  position: relative;
  font-weight: 600;
  text-decoration: none;
  display: block;
  color: #000;
  margin: 35px 0 35px 0px;
  padding-left: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.detailinfo .btnfiche_addtocast:before {
  content: '';
  background: url(../images/mycasting.svg) center no-repeat;
  position: absolute;
  top: -8px;
  left: 0px;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detailinfo .btnfiche_addtocast:hover {
  padding-left: 55px;
}
.detailinfo .btnfiche_addtocast:hover:before {
  left: 5px;
}
.detailinfo .btnfiche_polaroids {
  position: relative;
  font-weight: 600;
  text-decoration: none;
  display: block;
  color: #000;
  margin: 35px 0 35px 0px;
  padding-left: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.detailinfo .btnfiche_polaroids:before {
  content: '';
  background: url(../images/polaroids.svg) center no-repeat;
  position: absolute;
  top: -8px;
  left: 0px;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detailinfo .btnfiche_polaroids:hover {
  padding-left: 55px;
}
.detailinfo .btnfiche_polaroids:hover:before {
  left: 5px;
}
.detailinfo .btnfiche_video {
  position: relative;
  font-weight: 600;
  text-decoration: none;
  display: block;
  color: #000;
  margin: 35px 0 35px 0px;
  padding-left: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.detailinfo .btnfiche_video:before {
  content: '';
  background: url(../images/video.svg) center no-repeat;
  position: absolute;
  top: -8px;
  left: 0px;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detailinfo .btnfiche_video:hover {
  padding-left: 55px;
}
.detailinfo .btnfiche_video:hover:before {
  left: 5px;
}
.video-container {
  display: none;
}
.video-container .video-overlay {
  clear: both;
  width: 90%;
  margin: auto;
  background: black;
  text-align: center;
  position: relative;
}
.video-container .video-overlay .close {
  font-family: 'ionIcons';
  font-size: 50px;
  color: white;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 0px 22px;
  font-weight: normal;
  z-index: 101;
  cursor: pointer;
}
.video-container .video-overlay video {
  width: 60%;
  padding: 5% 0%;
  margin: auto;
}
.modelslider {
  clear: both;
  padding: 5%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modelslider.active {
  opacity: 1;
}
.modelslider .sliderthumb {
  height: 180px;
  width: 127px;
  margin: 0 10px;
  position: relative;
}
.modelslider .sliderthumb.liggend {
  width: 255px;
}
.modelslider .sliderthumb figure {
  background: #fafafa;
}
.modelslider .sliderthumb figure img {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modelslider .sliderthumb figure img:hover {
  opacity: 0.65;
}
.modelslider .slick-next {
  /*	&:after{
     		content:"\f3d3";
     		font-family:'Ionicons';
     		font-size:30px;
     		position:absolute;
     		top:0;
     		left:0;	
     	}
     	&:hover:after{
     		//color:@grey;	
     	}*/
  background: transparent;
  background: url('../images/next.svg') center center no-repeat;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 0%;
  width: 25px;
  height: 100%;
  right: 20px;
  z-index: 8888;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.modelslider .slick-next.slick-disabled {
  opacity: 0.1;
}
.modelslider .slick-next:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.5;
}
.modelslider .slick-prev {
  /*	&:after{
     		content:"\f3d2";
     		font-family:'Ionicons';
     		font-size:30px;
     		position:absolute; 
     		top:0;
     		left:0;	
     	}
     	&:hover:after{
     		//color:@grey;	
     	}*/
  background: transparent;
  background: url('../images/prev.svg') center center no-repeat;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 0%;
  width: 25px;
  height: 100%;
  left: 20px;
  margin-top: 0px;
  z-index: 8888;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.modelslider .slick-prev.slick-disabled {
  opacity: 0.1;
}
.modelslider .slick-prev:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.5;
}
.salvatore {
  margin-left: -5%;
  margin-right: -5%;
}
.salvatore .item {
  padding: 5% 5% 5% 0;
  padding: 10% 20% 10% 0;
  padding: 10% ;
}
.salvatore .item figure {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.salvatore .item figure img {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: auto;
  height: 100%;
  display: block;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.salvatore .item figure img.loaded {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
/* These are the classes that are going to be applied: */
.salvatore .column {
  float: left;
}
.salvatore .size-1of2 {
  width: 50%;
}
.salvatore .size-1of1 {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .salvatore[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media screen and (max-width: 600px) {
  .salvatore[data-columns]::before {
    content: '1 .column.size-1of1';
  }
  .salvatore .item {
    padding: 5%;
  }
  .detailinfo h1 {
    font-size: 25px;
  }
}
.salvatore2 {
  margin-left: -5%;
  margin-right: -5%;
}
.salvatore2 .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5%;
  width: 50%;
  float: left;
}
.salvatore2 .item.even {
  margin-bottom: 100px;
}
.salvatore2 .item.odd {
  margin-top: 100px;
}
.salvatore2 .item.liggend {
  width: 100%;
}
.salvatore2 .item.liggend.even,
.salvatore2 .item.liggend.odd {
  margin: 0;
}
.salvatore2 .item.liggend figure {
  padding-bottom: 70.3125%;
}
.salvatore2 .item figure {
  background: #fafafa;
  width: 100%;
  padding-bottom: 141%;
  position: relative;
  overflow: hidden;
}
.salvatore2 .item figure img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: auto;
  height: 100%;
  display: block;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.salvatore2 .item figure img.loaded {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.salvatore2:before,
.salvatore2:after {
  content: "";
  display: table;
}
.salvatore2:after {
  clear: both;
}
.salvatore2:before,
.salvatore2:after {
  content: "";
  display: table;
}
.salvatore2:after {
  clear: both;
}
@media screen and (max-width: 600px) {
  .salvatore2 .item {
    padding: 5%;
    width: 100%;
  }
  .salvatore2 .item.even,
  .salvatore2 .item.odd {
    margin: 0;
  }
  .detailinfo h1 {
    font-size: 25px;
  }
}
.headercasting h1 {
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  padding: 0;
  margin: 0;
  float: left;
}
.headercasting .right {
  float: right;
}
.headercasting .right a {
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  margin-left: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.headercasting .right a:first-child {
  margin-left: 0;
}
.headercasting .right a:hover {
  color: #c7c7c7;
}
@media only screen and (max-width: 600px) {
  .headercasting .right a {
    font-size: 16px;
  }
}
.headercasting:before,
.headercasting:after {
  content: "";
  display: table;
}
.headercasting:after {
  clear: both;
}
.headercasting:before,
.headercasting:after {
  content: "";
  display: table;
}
.headercasting:after {
  clear: both;
}
.searchengine {
  display: none;
  margin-top: 50px;
}
.searchengine.initactive {
  display: block;
}
.searchengine .searchwrap {
  color: white;
  display: block;
  padding: 30px 0;
  background: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.searchengine .searchwrap input,
.searchengine .searchwrap select {
  color: #000;
}
.searchengine .searchwrap #feedback,
.searchengine .searchwrap .message {
  clear: both;
  display: block;
  margin: 20px 0 6px 0;
  padding: 10px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.searchengine .searchwrap #feedback.success,
.searchengine .searchwrap .message.success {
  color: crimson;
}
.searchengine .searchwrap .col {
  background: black;
  float: left;
  padding: 20px 0;
  /*&.center{
				float:none;
				width:500px;
				margin: auto;	
			}*/
}
.searchengine .searchwrap .col.right {
  float: none;
  float: right;
}
.searchengine .searchwrap .col fieldset {
  margin-right: 0;
  padding-right: 0;
  border: none;
  clear: both;
}
.searchengine .searchwrap .col fieldset p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
}
.searchengine .searchwrap .col fieldset label {
  width: 120px;
  float: left;
  font-size: 10px;
  text-transform: uppercase;
  color: white;
  margin-top: 5px;
}
.searchengine .searchwrap .col fieldset span {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
}
.searchengine .searchwrap .col fieldset input[type=text] {
  border: none;
  background: none;
  color: #999;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 10px;
  float: left;
}
.searchengine .searchwrap .col fieldset input[type=checkbox] {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  /*	-webkit-appearance: none;
					-moz-appearance: none;
					-ms-appearance: none;
					appearance: none;
					border: 1px solid #999;*/
}
.searchengine .searchwrap .col fieldset textarea {
  float: left;
  border: none;
  background: none;
  color: #999;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 10px;
  height: 140px;
}
.searchengine .searchwrap .col fieldset select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  o-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: 1px solid #999;
  padding: 4px 10px;
  color: #999;
  background-color: transparent;
  background-image: url('../images/down.svg');
  background-size: 10px 10px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
.searchengine .searchwrap .col fieldset .large {
  width: 280px;
  margin-left: 10px;
}
.searchengine .searchwrap .col fieldset .small {
  margin-left: 10px;
  width: 95px;
}
.searchengine .searchwrap .col fieldset:before,
.searchengine .searchwrap .col fieldset:after {
  content: "";
  display: table;
}
.searchengine .searchwrap .col fieldset:after {
  clear: both;
}
.searchengine .searchwrap .col fieldset:before,
.searchengine .searchwrap .col fieldset:after {
  content: "";
  display: table;
}
.searchengine .searchwrap .col fieldset:after {
  clear: both;
}
.searchengine .searchwrap .col:before,
.searchengine .searchwrap .col:after {
  content: "";
  display: table;
}
.searchengine .searchwrap .col:after {
  clear: both;
}
.searchengine .searchwrap .col:before,
.searchengine .searchwrap .col:after {
  content: "";
  display: table;
}
.searchengine .searchwrap .col:after {
  clear: both;
}
.searchengine .searchwrap .newsletterfooter {
  width: 500px;
  position: relative;
  margin: auto;
}
.searchengine .searchwrap #form-submit,
.searchengine .searchwrap #searchsubmit {
  clear: both;
  margin: 20px 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  background: #444;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
  float: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.searchengine .searchwrap #form-submit:hover,
.searchengine .searchwrap #searchsubmit:hover {
  background: white;
}
.searchengine .searchwrap #clearsearchform {
  float: left;
  text-transform: uppercase;
  background: #444;
  color: #000;
  margin: 20px 0;
  padding: 10px;
  font-size: 12px;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.searchengine .searchwrap #clearsearchform:hover {
  background: white;
}
.searchengine .searchwrap #close-form,
.searchengine .searchwrap #closesearchform {
  float: right;
  text-transform: uppercase;
  background: #444;
  color: #000;
  margin: 20px 0;
  padding: 10px;
  font-size: 12px;
  margin-left: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.searchengine .searchwrap #close-form:hover,
.searchengine .searchwrap #closesearchform:hover {
  background: white;
  color: black;
}
.searchengine .searchwrap:before,
.searchengine .searchwrap:after {
  content: "";
  display: table;
}
.searchengine .searchwrap:after {
  clear: both;
}
.searchengine .searchwrap:before,
.searchengine .searchwrap:after {
  content: "";
  display: table;
}
.searchengine .searchwrap:after {
  clear: both;
}
.influentials {
  padding-bottom: 100px;
}
.influentials .influential {
  /*
		&:hover{
			figure{
				img{
					&.loaded{
						transform:scale(1.1);	
					}
				}
			}	
		}*/
}
.influentials .influential figure {
  overflow: hidden;
}
.influentials .influential figure img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.influentials .influential figure img.loaded {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.influentials .influential-block.even {
  margin-top: 40px;
}
.influentials .influential-block.even .influential {
  width: 46%;
  margin: 2%;
  float: left;
}
.influentials .influential-block.even .influential.left .txtinfo {
  margin-top: 70px;
  text-align: right;
}
.influentials .influential-block.even .influential.left figure {
  width: 100%;
}
.influentials .influential-block.even .influential.left figure img {
  width: 100%;
  height: auto;
}
.influentials .influential-block.even .influential.right figure {
  width: 85%;
  padding-bottom: 85%;
  position: relative;
}
.influentials .influential-block.even .influential.right figure img {
  position: absolute;
  width: 100%;
  height: auto;
}
.influentials .influential-block.even .influential .txtinfo {
  margin: 20px 0;
}
.influentials .influential-block.even .influential .txtinfo .title {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 12px;
  font-size: 11px;
  padding: 2px 0;
  margin: 0;
}
.influentials .influential-block.even .influential .txtinfo .subtitle {
  text-transform: uppercase;
  color: #000;
  padding: 2px 0;
  margin: 0;
  line-height: 12px;
  font-size: 11px;
}
.influentials .influential-block.even .influential .txtinfo .txt {
  text-transform: uppercase;
  color: #000;
  padding: 2px 0;
  margin: 0;
  line-height: 12px;
  font-size: 11px;
}
.influentials .influential-block.even:before,
.influentials .influential-block.even:after {
  content: "";
  display: table;
}
.influentials .influential-block.even:after {
  clear: both;
}
.influentials .influential-block.even:before,
.influentials .influential-block.even:after {
  content: "";
  display: table;
}
.influentials .influential-block.even:after {
  clear: both;
}
.influentials .influential-block.odd {
  margin-top: 40px;
}
.influentials .influential-block.odd .influential {
  width: 46%;
  margin: 2%;
  float: left;
}
.influentials .influential-block.odd .influential.left .txtinfo {
  margin-top: 100px;
  text-align: right;
}
.influentials .influential-block.odd .influential.left figure {
  width: 85%;
  padding-bottom: 85%;
  float: right;
  position: relative;
}
.influentials .influential-block.odd .influential.left figure img {
  position: absolute;
  width: 100%;
  right: 0;
  height: auto;
}
.influentials .influential-block.odd .influential.right {
  position: relative;
  top: -20px;
}
.influentials .influential-block.odd .influential.right figure {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.influentials .influential-block.odd .influential.right figure img {
  position: absolute;
  width: 100%;
  right: 0;
  height: auto;
}
.influentials .influential-block.odd .influential .txtinfo {
  margin: 20px 0;
}
.influentials .influential-block.odd .influential .txtinfo .title {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 12px;
  font-size: 11px;
  padding: 2px 0;
  margin: 0;
}
.influentials .influential-block.odd .influential .txtinfo .subtitle {
  text-transform: uppercase;
  color: #000;
  padding: 2px 0;
  margin: 0;
  line-height: 12px;
  font-size: 11px;
}
.influentials .influential-block.odd .influential .txtinfo .txt {
  text-transform: uppercase;
  color: #000;
  padding: 2px 0;
  margin: 0;
  line-height: 12px;
  font-size: 11px;
}
.influentials .influential-block.odd:before,
.influentials .influential-block.odd:after {
  content: "";
  display: table;
}
.influentials .influential-block.odd:after {
  clear: both;
}
.influentials .influential-block.odd:before,
.influentials .influential-block.odd:after {
  content: "";
  display: table;
}
.influentials .influential-block.odd:after {
  clear: both;
}
.routeblock .adres {
  display: block;
  position: relative;
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 30px;
  line-height: 40px;
  z-index: 1;
}
.routeblock .adres a {
  text-decoration: none;
  color: inherit;
}
.routeblock #map {
  width: 720px;
  height: 440px;
  position: relative;
  float: right;
  top: -88px;
}
.routeblock:before,
.routeblock:after {
  content: "";
  display: table;
}
.routeblock:after {
  clear: both;
}
.routeblock:before,
.routeblock:after {
  content: "";
  display: table;
}
.routeblock:after {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .routeblock #map {
    width: 100%;
    top: auto;
  }
}
.contactblock .black {
  float: left;
  position: relative;
  top: -220px;
  width: 335px;
  width: 50%;
  padding: 50px 50px;
  padding: 80px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  color: white;
  text-align: center;
}
.contactblock .black h1 {
  display: block;
  position: relative;
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 30px;
  line-height: 35px;
}
.contactblock .black p {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 2px;
}
.contactblock .black p a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  /*&:after{
					content:'';
					position:absolute;
					left:0;
					right:0;
					height:1px;
					background:#fff;
					bottom:0;		
					transition: all .3s ease;
				}
				&:hover:after{
					left:10px;
					right:10px;
				}*/
}
.contactblock .black .modelbtn {
  display: inline-block;
  margin: auto;
  margin-top: 30px;
  padding: 10px 30px;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: black;
  color: white;
  text-decoration: none;
}
.contactblock .black .modelbtn:hover {
  background: white;
  color: black;
}
.contactblock .mails {
  float: left;
  margin-left: 80px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 23px;
  letter-spacing: 1px;
  margin-bottom: 100px;
}
.contactblock .mails a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contactblock .mails a:hover {
  padding-left: 10px;
  color: #c7c7c7;
}
.contactblock:before,
.contactblock:after {
  content: "";
  display: table;
}
.contactblock:after {
  clear: both;
}
.contactblock:before,
.contactblock:after {
  content: "";
  display: table;
}
.contactblock:after {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .contactblock .black {
    width: 100%;
    margin: auto;
    float: none;
    max-width: 500px;
    padding: 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0px;
    margin-top: 30px;
  }
  .contactblock .mails {
    padding-top: 30px;
    float: none;
    width: 100%;
    margin: auto;
    text-align: center;
    top: auto;
  }
}
#application-form {
  width: 90%;
  max-width: 600px;
  margin: auto;
}
#application-form .sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 15px;
}
#application-form input[type="text"],
#application-form input[type="email"] {
  border: none;
  border: 1px solid #000;
  background: #fff;
  width: 96%;
  padding: 8px 2%;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "sofia-pro-soft", sans-serif;
  color: black;
  font-size: 12px;
  -webkit-appearance: none;
}
#application-form textarea {
  border: none;
  border: 1px solid #000;
  background: #fff;
  width: 96%;
  padding: 8px 2%;
  margin-bottom: 10px;
  resize: vertical;
  min-height: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "sofia-pro-soft", sans-serif;
  color: black;
  -webkit-appearance: none;
  font-size: 12px;
}
#application-form #feedback {
  text-align: left;
  margin: 10px 0 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#application-form #form-submit {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  letter-spacing: 2px;
  background: white;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 30px;
}
#application-form #form-submit:hover,
#application-form #form-submit:focus {
  background: #000;
  color: white;
}
#application-form #form-submit:disabled {
  background: white;
  border: 1px solid #dddddd;
  color: #dddddd;
  cursor: not-allowed;
}
#application-form .radios {
  margin-bottom: 10px;
}
#application-form .radios label {
  font-weight: 300;
  font-size: 14px;
  margin-left: 10px;
}
#application-form input[type="checkbox"],
#application-form input[type="radio"] {
  border-color: #e1e1e1;
  background-color: #fcfcfc;
  color: #333333;
  margin: 6px 0;
}
#application-form select {
  border-color: #e1e1e1;
  background-color: #fcfcfc;
  color: #333333;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  background-image: url('../../assets/images/selectarrows.png');
  background-position: center right;
  background-repeat: no-repeat;
  border-radius: 2px;
  padding: 10px;
}
#application-form #feedback {
  width: 100%;
  color: #000;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}
#application-form:before,
#application-form:after {
  content: "";
  display: table;
}
#application-form:after {
  clear: both;
}
#application-form:before,
#application-form:after {
  content: "";
  display: table;
}
#application-form:after {
  clear: both;
}
.backtotop {
  position: fixed;
  width: 100%;
  bottom: -55px;
}
.backtotop .btnbacktotop {
  cursor: pointer;
  font-family: 'Ionicons';
  font-size: 30px;
  background: red;
  width: 50px;
  height: 50px;
  float: right;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 50px;
  position: relative;
  margin-right: 20px;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.backtotop .btnbacktotop.active {
  position: relative;
  top: -70px;
}
/* MEDIA QUERY'S =============================================================== */
@media only screen and (max-width: 400px) {
  header .headerwrap .toggle {
    top: 20px!important;
  }
  header .headerwrap .toggle.small {
    top: 10px!important;
  }
}
@media only screen and (max-width: 1023px) {
  header.transparent .headerwrap .toggle:before {
    content: '';
    height: 2px;
    background: #fff;
    width: 30px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header.transparent .headerwrap .toggle span {
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header.transparent .headerwrap .toggle:after {
    content: '';
    height: 2px;
    background: #fff;
    width: 30px;
    position: absolute;
    bottom: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header.transparent .headerwrap .toggle.open:before {
    background: #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 19px;
  }
  header.transparent .headerwrap .toggle.open span {
    background: #fff;
    opacity: 0;
    -webkit-transform: rotate(400deg);
            transform: rotate(400deg);
  }
  header.transparent .headerwrap .toggle.open:after {
    background: #fff;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    bottom: 19px;
  }
  header .headerwrap nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    margin: 0;
    text-align: center;
    z-index: 1;
    padding: 100px 30px;
    overflow-y: auto;
    font-size: 20px;
    line-height: 40px;
  }
  header .headerwrap nav a {
    color: #999;
    display: block;
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
  }
  header .headerwrap nav a:after {
    background-color: white;
    display: none;
  }
  header .headerwrap nav a:last-child {
    margin: 0;
    margin-top: 50px;
    color: #999;
  }
  header .headerwrap nav a:last-child:before {
    background-color: white;
    top: -25px;
    width: 50px;
    height: 1px;
    left: 50%;
    margin-left: -25px;
  }
  header .headerwrap nav a.active,
  header .headerwrap nav a:last-child.active {
    color: white;
  }
  header .headerwrap .toggle {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 58px;
    right: 30px;
    right: 5%;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .headerwrap .toggle.small {
    top: 10px;
  }
  header .headerwrap .toggle:before {
    content: '';
    height: 2px;
    background: black;
    width: 30px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header .headerwrap .toggle span {
    width: 30px;
    height: 2px;
    background: black;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header .headerwrap .toggle:after {
    content: '';
    height: 2px;
    background: black;
    width: 30px;
    position: absolute;
    bottom: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header .headerwrap .toggle.open:before {
    background: black;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 19px;
  }
  header .headerwrap .toggle.open span {
    background: black;
    opacity: 0;
    -webkit-transform: rotate(400deg);
            transform: rotate(400deg);
  }
  header .headerwrap .toggle.open:after {
    background: black;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    bottom: 19px;
  }
}
@media only screen and (max-width: 1000px) {
  .searchengine .searchwrap {
    padding: 20px 0;
  }
  .searchengine .searchwrap .col {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding: 0;
  }
  .searchengine .searchwrap .col.right {
    float: left;
  }
  .searchengine .searchwrap .col fieldset label {
    width: 20%;
  }
  .searchengine .searchwrap .col fieldset span {
    margin-left: 5%;
    width: 5%;
  }
  .searchengine .searchwrap .col fieldset input[type=checkbox],
  .searchengine .searchwrap .col fieldset input[type="radio"] {
    margin-left: 5%;
  }
  .searchengine .searchwrap .col fieldset .large {
    width: 75%;
    margin-left: 5%;
  }
  .searchengine .searchwrap .col fieldset .small {
    margin-left: 5%;
    width: 25%;
  }
}
@media only screen and (max-width: 900px) {
  .headermodels .row:before,
  .headermodels .row:after {
    content: "";
    display: table;
  }
  .headermodels .row:after {
    clear: both;
  }
  .headermodels .row:before,
  .headermodels .row:after {
    content: "";
    display: table;
  }
  .headermodels .row:after {
    clear: both;
  }
  .headermodels nav.modeltype {
    width: 100%;
    float: left;
  }
  .headermodels nav.modeltype a {
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #c0c0c0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .headermodels .search {
    float: left;
    width: 100%;
    margin-top: 0px;
  }
  .headermodels .search .input {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-color: #c7c7c7;
    text-align: center;
    background-color: #fafafa;
  }
  .headermodels .search .submit {
    top: 0px;
    font-size: 18px;
    line-height: 18px;
    padding: 12px;
  }
  .headermodels .letters {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 10px;
    margin-top: 40px;
    float: left;
    cursor: pointer;
  }
  .headermodels .letters a {
    font-size: 15px;
  }
  .headermodels .advanced {
    margin-top: 10px;
    float: left;
    margin-left: 10px;
    padding-left: 0px;
    position: relative;
    cursor: pointer;
  }
  .headermodels .advanced:before {
    display: none;
  }
  .headermodels .advanced a {
    cursor: pointer;
    text-decoration: none;
    color: #c7c7c7;
    padding: 4px 10px 4px 0;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .headermodels .advanced a:hover,
  .headermodels .advanced a.active {
    color: #000;
  }
  .headermodels:before,
  .headermodels:after {
    content: "";
    display: table;
  }
  .headermodels:after {
    clear: both;
  }
  .headermodels:before,
  .headermodels:after {
    content: "";
    display: table;
  }
  .headermodels:after {
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  .homepopup .popup-wrap {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .homepopup .popup-wrap .popup {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 600px;
    margin: auto 0;
  }
  .homepopup .popup-wrap .popup .popup-content {
    padding: 20px 20px;
  }
  .homepopup .popup-wrap .popup .popup-content h1,
  .homepopup .popup-wrap .popup .popup-content h2,
  .homepopup .popup-wrap .popup .popup-content h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .homepopup .popup-wrap .popup .popup-content p {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .homepopup .popup-wrap .popup .popup-content .homepopup-dismiss {
    margin-top: 20px;
  }
  .searchengine .searchwrap {
    padding: 20px 0;
  }
  .searchengine .searchwrap .col {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding: 0;
  }
  .searchengine .searchwrap .col.right {
    float: left;
  }
  .searchengine .searchwrap .col fieldset label {
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .searchengine .searchwrap .col fieldset span {
    margin-left: 0%;
    margin-right: 5%;
    width: 15%;
  }
  .searchengine .searchwrap .col fieldset input[type=checkbox],
  .searchengine .searchwrap .col fieldset input[type="radio"] {
    margin-left: 0%;
  }
  .searchengine .searchwrap .col fieldset .large {
    width: 100%;
    margin-left: 0%;
  }
  .searchengine .searchwrap .col fieldset .small {
    margin-left: 0%;
    margin-right: 5%;
    width: 27%;
  }
  .searchengine .searchwrap .col fieldset .small:last-child {
    margin-right: 0;
  }
}
