@font-face {
  font-family: 'ChaletNewYorkNineteenEighty';
  src: url('../fonts/Chalet-NewYorkNineteenEighty.eot');
  src: url('../fonts/Chalet-NewYorkNineteenEighty.eot?#iefix') format('embedded-opentype'), url('../fonts/Chalet-NewYorkNineteenEighty.woff2') format('woff2'), url('../fonts/Chalet-NewYorkNineteenEighty.woff') format('woff'), url('../fonts/Chalet-NewYorkNineteenEighty.ttf') format('truetype'), url('../fonts/Chalet-NewYorkNineteenEighty.svg#Chalet-NewYorkNineteenEighty') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChaletLondonNineteenEighty';
  src: url('../fonts/Chalet-LondonNineteenEighty.eot');
  src: url('../fonts/Chalet-LondonNineteenEighty.eot?#iefix') format('embedded-opentype'), url('../fonts/Chalet-LondonNineteenEighty.woff2') format('woff2'), url('../fonts/Chalet-LondonNineteenEighty.woff') format('woff'), url('../fonts/Chalet-LondonNineteenEighty.ttf') format('truetype'), url('../fonts/Chalet-LondonNineteenEighty.svg#Chalet-LondonNineteenEighty') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChaletParisNineteenEighty';
  src: url('../fonts/Chalet-ParisNineteenEighty.eot');
  src: url('../fonts/Chalet-ParisNineteenEighty.eot?#iefix') format('embedded-opentype'), url('../fonts/Chalet-ParisNineteenEighty.woff2') format('woff2'), url('../fonts/Chalet-ParisNineteenEighty.woff') format('woff'), url('../fonts/Chalet-ParisNineteenEighty.ttf') format('truetype'), url('../fonts/Chalet-ParisNineteenEighty.svg#Chalet-ParisNineteenEighty') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fontChaletParis {
  font-family: 'ChaletParisNineteenEighty';
}
.fontChaletNewYork {
  font-family: 'ChaletNewYorkNineteenEighty';
}
.fontChaletLondon {
  font-family: 'ChaletLondonNineteenEighty';
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
body {
  margin: 0;
  padding-left: 5vw;
  padding-right: 5vh;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-image: url("../img/mobile-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'ChaletNewYorkNineteenEighty';
}
@media (min-width: 992px) {
  body {
    background-image: url("../img/desktop-bg.jpg");
  }
}
body::after {
  content: '';
}
body.domain-thestyleoutlets-it {
  background-image: url("../img/mobile-bg-it.jpg") !important;
}
@media (min-width: 992px) {
  body.domain-thestyleoutlets-it {
    background-image: url("../img/desktop-bg-it.jpg") !important;
  }
}
body.domain-thestyleoutlets-es {
  background-image: url("../img/mobile-bg-es.jpg") !important;
}
@media (min-width: 992px) {
  body.domain-thestyleoutlets-es {
    background-image: url("../img/desktop-bg-es.jpg") !important;
  }
}
body.domain-factory-pl {
  font-family: 'Roboto', sans-serif;
  background-image: url("../img/factory-bg-mobile.jpg") !important;
}
@media (min-width: 992px) {
  body.domain-factory-pl {
    background-image: url("../img/factory-bg-desktop.jpg") !important;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  max-width: 100%;
}
#skip-link {
  display: none;
}
#block-block-3 p,
.views-field-sitename a {
  color: black;
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
}
#block-block-3 p {
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #block-block-3 p {
    font-size: 40px;
  }
}
.views-field-sitename a {
  font-size: 40px;
  text-decoration: none;
}
@media (min-width: 768px) {
}
#sliding-popup {
  display: none !important;
}
