@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: "Felix Titling MT W01 Regular";
  src: url("../fonts/5629949/c3c92249-87c8-40f0-abb9-36214f73ecbf.eot?#iefix");
  src: url("../fonts/5629949/c3c92249-87c8-40f0-abb9-36214f73ecbf.eot?#iefix") format("eot"), url("../fonts/5629949/688893cd-dc0a-4fda-8788-eb53dfe47243.woff2") format("woff2"), url("../fonts/5629949/ec1629dd-dfcf-41fe-b15b-8aa648d696e4.woff") format("woff"), url("../fonts/5629949/495f487b-4f50-431e-aa81-cc66e9d70cfe.ttf") format("truetype");
}
body {
  background-color: #0E1130;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  overflow: scroll;
}
@media (min-width: 768px) {
  body {
    overflow: hidden;
  }
}
.mobile {
  display: block !important;
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
.desktop {
  display: none !important;
}
@media (min-width: 768px) {
  .desktop {
    display: block !important;
  }
}
.nav-menu.mobile {
  background-color: #FDFCE8;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  margin-left: -100%;
  margin-top: 30px;
  z-index: 2;
  width: 100vw;
  height: 100vh;
}
.nav-menu.mobile ul.mobile-menu {
  padding: 40px 0 0 50px;
  list-style: none;
}
.nav-menu.mobile ul.mobile-menu li {
  margin-bottom: 6px;
}
.nav-menu.mobile ul.mobile-menu li a {
  color: #0E1130;
  font-family: 'Felix Titling MT W01 Regular';
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}
.nav-menu.mobile ul.mobile-menu li a.selected {
  color: #FE4100;
}
#menu-toggle img {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 5px;
  top: -25px;
}
#menu-toggle img.open {
  display: block;
}
#menu-toggle span {
  display: block;
  position: absolute;
  left: 30px;
  top: -25px;
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 10pt;
  line-height: 24px;
}
#menu-toggle.open img.open,
#menu-toggle.open span {
  display: none;
}
#menu-toggle.open img.close {
  display: block;
}
@media (min-width: 768px) {
  #menu-toggle {
    display: none;
  }
}
.navbar {
  background-color: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 130px;
  z-index: 1;
}
@media (min-width: 768px) {
  .navbar {
    left: 60px;
    top: 70px;
    bottom: 70px;
    background-color: #FDFCE8;
  }
}
.navbar .container {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  box-sizing: border-box;
}
.navbar .brand {
  text-align: left;
}
@media (min-width: 768px) {
  .navbar .brand {
    text-align: center;
  }
}
.navbar .brand .logo {
  width: 43px;
  height: 43px;
}
@media (min-width: 768px) {
  .navbar .brand .logo {
    width: 97px;
    height: 97px;
  }
}
.navbar .nav-menu.desktop {
  padding-bottom: 80px;
}
.navbar .nav-menu.desktop .navbar-nav {
  list-style: none;
  padding: 0;
  font-family: 'Felix Titling MT W01 Regular';
  font-size: 12px;
  line-height: 1.5;
}
.navbar .nav-menu.desktop .navbar-nav a {
  text-decoration: none;
  color: #0E1130;
}
.navbar .nav-menu.desktop .navbar-nav a.selected {
  color: #FE4100;
}
.navbar .nav-menu.desktop .navbar-nav .dropdown-menu {
  list-style: none;
  padding: 0 0 0 10px;
  display: none;
}
#content {
  position: relative;
  margin-top: 30px;
  z-index: 0;
}
@media (min-width: 768px) {
  #content {
    margin: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    z-index: 0;
  }
}
#content main {
  background-color: #0E1130;
}
#content main #background {
  margin: 0;
  background-color: #0E1130;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 310px;
  overflow: hidden;
}
#content main #background.home {
  height: calc(100vh - 270px);
}
@media (min-width: 768px) {
  #content main #background.home {
    height: unset;
  }
}
@media (min-width: 768px) {
  #content main #background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: unset;
  }
}
#content main #background .container {
  display: flex;
  width: 200%;
  height: 100%;
}
#content main #background .container figure {
  width: 100%;
  margin: 0;
  background-size: cover;
  background-position: left bottom;
}
#content #page-content {
  background-color: #FDFCE8;
  position: relative;
  padding: 10px 55px;
  box-sizing: border-box;
  min-height: calc(100vh - 430px);
  width: 100%;
}
@media (min-width: 768px) {
  #content #page-content {
    min-height: unset;
    height: 70vh;
    max-height: 70vh;
    width: 60%;
    position: absolute;
    left: 100vw;
    bottom: 40px;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
#content #page-content .arrow-left {
  width: 24px;
  height: auto;
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #content #page-content .arrow-left {
    left: 0;
    top: calc(50% - 13px);
  }
}
#content #page-content .arrow-right {
  width: 24px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #content #page-content .arrow-right {
    right: 0;
    top: calc(50% - 13px);
  }
}
#content #page-content h1 {
  font-size: 14pt;
  font-family: 'Felix Titling MT W01 Regular';
  margin-top: 0;
}
#content #page-content h2 {
  font-size: 12pt;
}
#content #page-content a,
#content #page-content a:visited,
#content #page-content a:active {
  text-decoration: none;
  color: #0E1130;
}
#content #page-content .my-account {
  font-family: 'Felix Titling MT W01 Regular';
}
#content #page-content .content {
  line-height: 15px;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
}
#content #page-content .content .container {
  overflow: hidden;
}
#content #page-content .content .menu-content {
  list-style: none;
  font-family: 'Felix Titling MT W01 Regular';
  padding: 0;
  text-align: center;
}
#content #page-content .content .menu-content li {
  margin-top: 10px;
}
#content #page-content .content .menu-content li a {
  text-decoration: none;
  color: #0E1130;
}
#content #content-box {
  background-color: #FDFCE8;
  position: relative;
  padding: 10px 55px;
  box-sizing: border-box;
  min-height: calc(100vh - 430px);
}
@media (min-width: 768px) {
  #content #content-box {
    min-height: unset;
    max-height: 90vh;
    position: absolute;
    left: 100vw;
    bottom: 40px;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
#content #content-box h1 {
  display: block;
  font-family: 'Felix Titling MT W01 Regular';
  font-size: 12px;
  padding: 0 0 8px 0;
  border-bottom: solid #707070 0.5px;
  text-align: center;
}
@media (min-width: 768px) {
  #content #content-box h1 {
    text-align: left;
    font-size: 12px;
  }
}
#content #content-box .arrow-left {
  display: none;
  width: 24px;
  height: auto;
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #content #content-box .arrow-left {
    left: 0;
    top: calc(50% - 13px);
  }
}
#content #content-box .arrow-right {
  display: none;
  width: 24px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #content #content-box .arrow-right {
    right: 0;
    top: calc(50% - 13px);
  }
}

#content #content-box .content {
  line-height: 15px;
  font-size: 12px;
}
#content #content-box .content .container {
  overflow: hidden;
}
#content #content-box .content .gallery {
  display: flex;
  flex-direction: column;
}
#content #content-box .content .gallery figure {
  margin: 0;
  padding: 10px 3px;
}
#content #content-box .content .gallery figure .landscape {
  text-align: center;
}
#content #content-box .content .gallery figure .landscape img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #content #content-box .content .gallery figure .landscape img {
    max-height: 500px;
  }
}
#content #content-box .content .gallery figure .portrait {
  text-align: center;
}
#content #content-box .content .gallery figure .portrait img {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  #content #content-box .content .gallery figure .portrait img {
    width: auto;
    height: 500px;
  }
}
#content #content-box .content .menu-content {
  list-style: none;
  font-family: 'Felix Titling MT W01 Regular';
  padding: 0;
  text-align: center;
}
#content #content-box .content .menu-content li {
  margin-top: 10px;
}
#content #content-box .content .menu-content li a {
  text-decoration: none;
  color: #0E1130;
}
#content #content-box.home {
  color: #0E1130;
  background-color: #FDFCE8;
  font-family: 'Open Sans', sans-serif;
  width: unset !important;
  height: 150px !important;
  min-height: unset !important;
}
#content #content-box.home a {
  text-decoration: none;
  color: #0E1130;
}

#content #content-box.home h1 {
  display: block;
}
@media (min-width: 768px) {
  #content #content-box.home {
    color: #FDFCE8;
    background-color: transparent;
    max-width: 500px;
    width: 100% !important; 
    height: unset !important;
    left: calc(50% - 250px) !important;
  }
  #content #content-box.home h1 {
    display: none;
  }
  #content #content-box.home .content {
    font-family: 'Open Sans', sans-serif;
    line-height: 17px;
    font-size: 12px;
    color: #0E1130;
    background-color: #FDFCE8;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
footer {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #FDFCE8;
  background-color: #0E1130;
  height: 90px;
  text-align: center;
}
footer .container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (min-width: 768px) {
  footer .container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: unset;
    flex-direction: row;
    align-items: center;
  }
}
footer .left,
footer .right {
  flex: 30%;
}
footer .center {
  flex: 40%;
}
footer .left {
  text-align: center;
  padding: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  footer .left {
    margin-left: 60px;
    text-align: left;
  }
}
footer .left a {
  text-decoration: none;
  color: #FDFCE8;
  font-size: 10px;
}
footer .center {
  padding: 10px 0;
}
footer .right {
  text-align: right;
  margin-right: 60px;
}
footer .right a {
  display: none;
  width: 20px;
}
@media (min-width: 768px) {
  footer .right a {
    display: inline-block;
  }
}
#flags {
  float: none !important;
  margin: 10px auto !important;
  width: 285px !important;
}
@media (min-width: 768px) {
  #flags {
    width: 320px !important;
    margin: 10px 30px 0 0 !important;
    float: right !important;
    clear: right !important;
  }
}
#flags ul {
  padding: 0;
  margin: 0;
}
#flags ul li {
  margin-left: 30px;
}
#flags ul li:first-child {
  margin-left: 0;
}
#newsletter-modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(112, 112, 112, 0.68);
  z-index: 9;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
#newsletter-modal p {
  margin: 0;
}
#newsletter-modal .modal-dialog {
  position: absolute;
  margin: auto;
  background-color: #FDFCE8;
  padding: 20px;
}
#newsletter-modal .modal-dialog img#modal-close {
  float: right;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin: -10px -10px 0 0;
}
#newsletter-modal .wpcf7-not-valid-tip {
  display: none !important;
}
#newsletter-modal .wpcf7-response-output {
  max-width: 250px;
}
#newsletter-modal input[type='email'] {
  border: solid 1px #0E1130;
  line-height: 32px;
  height: 32px;
}
#newsletter-modal input[type='submit'] {
  background-color: #0E1130;
  color: #FDFCE8;
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  font-size: 12px;
  border: none;
  margin-left: 10px;
}
#newsletter-modal .ajax-loader {
  display: none;
}
#page-content .woocommerce .button {
  background-color: #0E1130;
  color: #FFF !important;
}
