/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../assets/fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../assets/fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../assets/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../assets/fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../assets/fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../assets/fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../assets/fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../assets/fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../assets/fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
















* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

#screenData {
  position: fixed;
  top:0;
  left:0;
  font-size: 12px;
  font-weight: 200;
  width:200px;
  height: auto;
  border: 1px solid #000000;
  display: block;
  z-index: 2;
}
 
body {
	background-color:#ffffff;
	margin:0px;
	color:#191f24;
  font-family:'Open Sans', sans-serif;
  font-weight: 300;
  width: 100vw;
  height: 100vh;
  overflow:hidden;/* Avoid native touch scrolling */
  position:fixed;/* Avoid native touch scrolling */
}


#superseed {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
}
#superseed.landscape {
  font-size: 2.5vw;
  line-height: 3.5vw;
  width: 100vw;
  height: 100vh;
  position: relative;
}
#superseed.landscapeXL {
  font-size: 6vh;
  line-height: 8vh;
  width: 100vw;
  height: 100vh;
  position: relative;
}
#superseed.portrait {
  font-size: 4.5vw;
  line-height: 6vw;
  width: 100vw;
  height: 100vh;
  position: relative;
}





/*--------------------------------------------------------------
LOADER NAV
--------------------------------------------------------------*/
/* loader */
.superniceLogoWrap {
  visibility:hidden;
	width: 100%;
	height: 100%;
  border: 0px solid #ffffff;
}
/* loader */
#preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background-color: #ffffff;
	color: #ffffff;
	z-index: 9998;
}
#postloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #000000;
	z-index: 9997;
}
.preloaderWrap .loader {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.preloaderWrap .progress span {
    display: block;
    width: 0;
    height: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10000;
    position: absolute;
    top: 0;
    left:0;
}
.preloaderWrap .progress span.is-hidden {
    visibility: hidden;
    opacity: 0;
}
.is-loading {
    overflow: hidden;
}
#ssAnimatedGif {
  width: 50px;
  height: auto;
}


















/* superseed Logo  **************************/
#superseedLogo {
  position: absolute;
  top: 5vh;
  left: 5vh;
  width: 50vw;
  max-width: 240px;
  height: 50px;
  border: 0px solid #000000;
  z-index: 10;
  visibility: hidden;
  cursor: pointer;
  padding-left: env(safe-area-inset-left);
}
@media screen and (max-height:400px) {
  #superseedLogo {
    max-width: 20vw;
  }
}
.portrait #superseedLogo {
  top: 7vw;
  left: 7vw;
  margin: 0 auto;
  visibility: hidden;
}
#superseedLogo img {
  width:100%;
  height: auto;
}

#superseedLogo #ssStrapLine {
  display: block;
  margin-top: -5%;
  width: 80%;
  float: right;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
#superseedLogo #ssStrapLine.active {
  opacity: 1;
}












/* superseed Menu  **************************/
.landscape #superseedMenu {
  position: fixed;
  top: 5vh;
  padding-top: 12px;
  right: 5vh;
  width: auto;
  height: 25px;
  border: 0px solid #000000;
  z-index: 3;
  line-height: 15px;
  /*visibility: hidden;*/
}

.menuItem {
  pointer-events: auto;
}
.menuItem.noclickable {
  pointer-events: none!important;
}

.landscape #superseedMenu #menuWrap {
  float: right;
  height: 25px;
  display:block;
}
.landscape #superseedMenu #burguerMenu {
  /*display: none;*/
  float: right;
}
.landscape #superseedMenu .menuItem {
  float: left;
  /*font-size: 18px;
  line-height: 25px;*/
  font-size: 1.75vw;
  line-height: 3vw;
  margin-left: 1.5vw;
  cursor: pointer;
}
@media screen and (min-width: 1100px) {
  .landscape #superseedMenu .menuItem {
    font-size: 20px;
    line-height: 30px;
  }
}
.landscape #superseedMenu .menuItem.active {
  color: #00aeef;
  padding: 0 1vw 10px;
  border-bottom: 3px solid #00aeef;
}
@media screen and (max-height:400px) {
  .landscape #superseedMenu {
    padding-top: 0vh;
  }
}
@media screen and (max-width: 578px) {
  .landscape #superseedMenu #menuWrap {
    display: none;
  }
  .landscape #superseedMenu #burguerMenu {
    float: right;
    height: 25px;
    display:block;
  }
}

.portrait #superseedMenu {
  position: fixed;
  top: 9vw;
  right: 7vw;
  width: 100%;
  height: 25px;
  border: 0px solid #000000;
  z-index: 3;
  line-height: 15px;
  /*visibility: hidden;*/
}
.portrait #superseedMenu #menuWrap {
  float: right;
  height: 25px;
  display:block;
}
.portrait #superseedMenu #burguerMenu {
  float: right;
  height: 25px;
  display: block;
}
.portrait #superseedMenu .menuItem {
  float: left;
  font-size: 18px;
  line-height: 25px;
  margin-left: 1.5vw;
  cursor: pointer;
}

@media screen and (max-width: 578px) {
  .portrait #superseedMenu #menuWrap {
    display: block;
    clear: both;
    width: 85vw;
  }
  .portrait #superseedMenu #menuWrap .menuItem {
    margin-top: 6vh;
    padding: 0 5vw 15px;
  }
  .portrait #superseedMenu .menuItem.active {
    color: #00aeef;
    padding: 0 5vw 10px!important;
    border-bottom: 3px solid #00aeef;
  }
  .portrait #superseedMenu #burguerMenu {
    float: right;
    height: 25px;
    display:block;
  }
}



@media screen and (max-width: 578px) {
  .landscape #superseedMenu .menuItem, .portrait #superseedMenu .menuItem {
    font-size: 0.8rem;
    font-weight: 300;
  }
}



/* .menuItem Hover **************************/
.menuItem:not(.active):not( #superseedLogo) {
  position: relative;
  text-decoration: none;
  padding: 0 1vw 15px;
}

.landscape #superseedMenu .menuItem.active {
  color: #00aeef;
  padding: 0 1vw 10px;
  border-bottom: 3px solid #00aeef;
}
.portrait #superseedMenu .menuItem.active {
  color: #00aeef;
  padding: 0 1vw 10px;
  border-bottom: 3px solid #00aeef;
}

#menuContact:hover, #menuFAQ:hover {
  color: #00aeef;
}

.menuItem:not(.active):not( #superseedLogo):not( #menuContact):not( #menuFAQ):before, .menuItem:not(.active):not( #superseedLogo):not( #menuContact):not( #menuFAQ):after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #cccccc;
}
.menuItem:not(.active):not( #superseedLogo):before {
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menuItem:not(.active):not( #superseedLogo):after {
  opacity: 0;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menuItem:not(.active):not( #superseedLogo):hover:before, .menuItem:not(.active):not( #superseedLogo):hover:after, .menuItem:not(.active):not( #superseedLogo):focus:before, .menuItem:not(.active):not( #superseedLogo):focus:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.menuItem:not(.active):not( #superseedLogo):hover:before, .menuItem:not(.active):not( #superseedLogo):focus:before {
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menuItem:not(.active):not( #superseedLogo):hover:after, .menuItem:not(.active):not( #superseedLogo):focus:after {
  transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}









/* Hexagon Core  **************************/
.coreHexagon {
  z-index: 2;
  visibility: hidden;
}
.portrait .coreHexagon, .landscape .coreHexagon {
  border-radius: 50%;
  /*border: 1px solid #cccccc;*/
}
#center {
  /*visibility: hidden;*/
}
#hexagonsBackground {
  z-index:0;
}
#logoHexagon {
  position: absolute;
  visibility: hidden;
  z-index:9999;
}
.logoHexagonLine {
  position: absolute;
  visibility: hidden;
}
.logoHexagonLine img {
  width: 100%;
  height: auto;
}

.pivot{
  position:absolute;
  width:0px;
  height:0px;
}

.arm {
  /*height:1px;*/
  background:#cccccc;
  position:absolute;
  left:0px;
  top:0px;
}

.pivotOuter {
  position:absolute;
  width:0px;
  height:0px;
  z-index: 0;
}
.pivotOuter.active {
  z-index: 2;
}

.basket {
  position:relative;
  width:85vw;
  height:85vw;
  border: 0px solid #000000;
  left: -43vw;
  top: -43vw;
  border-radius:0px;
}
.landscapeXL .basketTitle {
  font-size: 8.75vh;
}
.portrait .basket { 
  position:relative;
  width:85vw;
  height: 40vh;
  border: 0px solid #000000;
  left: -43vw;
  border-radius:0px;
}


.pivotOuter .basket { 
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.pivotOuter.active .basket { opacity: 1}

.landscape .basketCopy {
  position:absolute;
  width: 45vw;
  height:auto;
  top: 35vw;
  left: 35vw;
  right: 0;
  text-align:left;
}
.landscapeXL .basketCopy {
  position:absolute;
  width: 45vw;
  height:auto;
  top: 38vw;
  left: 45vw;
  right: 0;
  text-align:left;
}

.portrait .basketCopy {
  position:absolute;
  width:100%;
  height:auto;
  top: 0;
  left: 0;
  right: 0;
  text-align:center;
}

.basketTitle {
  color: #00aeef;
  font-weight: 600;
  text-transform: uppercase;
}

.landscape .basketTitle {
  font-size: 4.75vw;
}
.landscapeXL .basketTitle {
  font-size: 8.75vh;
}
.portrait .basketTitle {
  font-size: 6.75vw;
}

.basketBold {
  font-weight: 400;
}

.numberBold {
  color: #00aeef;
}

.basketButton {
  color: #00aeef;
  font-weight: 300;
  display: inline-block;
  cursor: pointer;
}

.landscape .basketButton {
  font-size: 1.5vw;
}

.portrait .basketButton {
  padding-top: 10px;
  font-size: 3.2vw;
}


@media screen and (max-width: 875px) {
  .landscape .basketButton {
    padding-top: 10px;
    font-size: 2.3vw;
  }
  
  .portrait .basketButton {
    padding-top: 10px;
    font-size: 4vw;
  }
}




.basketButton:hover {
  color: #191f24;
  -webkit-transition: color .4s ease-out;
  -moz-transition: color .4s ease-out;
  -o-transition: color .4s ease-out;
  transition: color .4s ease-out;
}















/* Sections Copy  **************************/
#copySections {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0%;
	background-color: rgba(0, 174, 239, .97);
  color: #ffffff;
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
}
#copySections {
	background-color: rgba(255, 255, 255, 0);
}
.copySection { 
  display: table; 
  height: 100vh; 
  width: 100vw; 
}
.copySectionInner { display: table-cell; vertical-align: middle; }
.landscape .copySectionInner { padding: 5% 15%; font-size: 2vw; line-height: 3vw; background-color: rgba(0,0,0, 0.15);}
.portrait .copySectionInner { padding: 15% 7%; font-size: 4.5vw; line-height: 7.5vw; background-color: rgba(0,0,0, 0.15);}

.copySectionInner .copySectionInnerCopy { 
  padding: 5vw;
  color: #191f24;
  background-color: rgba(255, 255, 255, .95);
}

#copySection2 { display:none; visibility: hidden; }
#copySection3 { display:none; visibility: hidden; }
#copySection4 { display:none; visibility: hidden; }
  #copySection4 ul { padding: 20px; }
#copySection5 { display:none; visibility: hidden; }
  .landscape #copySection5 .section5stages { width: 17%; height: auto; margin: 1%; display: table-cell; vertical-align: top; padding: 0 25px 0 0;}
  .portrait #copySection5 .section5stages { width: 100%; height: auto; padding: 0 25px 0 0;}
  #copySection5 .section5stages .section5title { display:table;margin-bottom: 1vw;}
  .portrait .posNumber { float: left; margin-right: 5px; }
  .landscape .section5titlewrap { display: table-cell; vertical-align: top; height: 7vw; padding-top: 0px; }
  .portrait .section5titlewrap { display: inline-block; height: 7vw; padding-top: 0px; }
  .landscape #copySection5 .section5stages .section5subtitle { font-size: 1.2vw; border-top: 0px solid #ffffff; border-bottom: 1px solid #ffffff; margin-bottom: 1vw; }
  .portrait #copySection5 .section5stages .section5subtitle { font-size: 3.5vw; border-top: 0px solid #ffffff; border-bottom: 1px solid #ffffff; margin-top: 2vw; margin-bottom: 2vw; }
  .landscape #copySection5 .section5stages .section5p { font-size: 1.2vw; line-height: 2vw; min-height: 120px; }
  .portrait #copySection5 .section5stages .section5p { font-size: 3.5vw; line-height: 5vw; margin-bottom: 10vw; }
#copySection6 { display:none; visibility: hidden; }
  .landscape #copySection6 .section6people { width: 47%; height: auto; margin: 1%; display: table-cell; vertical-align: top; padding: 0 40px 0 0;}
  .portrait #copySection6 .section6people { width: 100%; height: auto; padding: 0 40px 50px 0;}
  #copySection6 .section6people .imgPeople { display: block;margin: 0 auto 20px;width: 200px;height: auto; }
  #copySection6 .section6people .imgPeople img { width: 100%;height: auto; }
  .landscape #copySection6 .section6people .copyPeople { font-size: 1.2vw; line-height: 2vw; min-height: 120px; }
  .portrait #copySection6 .section6people .copyPeople { font-size: 3.5vw; line-height: 5vw; text-align: center; min-height: 120px; }
#copySection7 { display:none; visibility: hidden; }
  #copySection7 .copySectionInnerCopy { overflow: auto; }
  #copySection7 p {
    font-size: 2vw;
    line-height: 1.5vw;
  }
  .portrait #copySection7 p {
    font-size: 4.5vw;
    line-height: 4vw;
  }
  .landscape .section7Left, .landscape .section7Right  { 
    width: 46%;
    height: auto;
    float: left;
    padding: 0 2%;
   }
  .portrait .section7Left, .portrait .section7Right  { 
    width: 96%;
    height: auto;
    float: none;
    padding: 2% 2% 0;
   }
  .gmap_canvas {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .gmap_canvas iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
  }

#copySection8 { display:none; visibility: hidden; }
  .landscape #copySection8 .section8p { font-size: 1.2vw; line-height: 2vw; }
  .portrait #copySection8 .section8p { font-size: 3.5vw; line-height: 5vw; margin-bottom: 10vw; }

#copySection2.bcg { background-image: url('../img/bgSection2.jpg'); background-size: cover; background-position: center center; }
#copySection3.bcg { background-image: url('../img/bgSection3.jpg'); background-size: cover; background-position: center center; }
#copySection4.bcg { background-image: url('../img/bgSection4.jpg'); background-size: cover; background-position: center center; }
#copySection5.bcg { background-image: url('../img/bgSection5.jpg'); background-size: cover; background-position: center center; }
#copySection6.bcg { background-image: url('../img/bgSection6.jpg'); background-size: cover; background-position: center center; }
#copySection7.bcg { background-color: rgba(0, 174, 239, .85); }
#copySection8.bcg { background-color: rgba(0, 174, 239, .85); }













/* Close Button  **************************/
.close-button {
  position: absolute;
  box-sizing: border-box;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  visibility: hidden;
}
.close-button:before, .close-button:after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -25px;
  display: block;

  background-color: #fff;
  transition: all 0.25s ease-out;
}

.landscape .close-button {
  height: 50px; width: 50px; top: 50px; right: 50px;
}
.landscape .close-button:before, .landscape .close-button:after {
  height: 5px; width: 50px;
}
.portrait .close-button {
  height: 40px; width: 40px; top: 40px; right: 40px;
}
.portrait .close-button:before, .portrait .close-button:after {
  height: 4px; width: 40px;
}

@media screen and (max-width: 875px) {
  .landscape .close-button {
    height: 5vw; width: 5vw; top: 5vw; right: 2.5vw;
  }
  .landscape .close-button:before, .landscape .close-button:after {
    height: 3px; width: 5vw;
  }
  .portrait .close-button {
    height: 10vw; width: 10vw; top: 5vw; right: 2.5vw;
  }
  .portrait .close-button:before, .portrait .close-button:after {
    height: 4px; width: 8vw;
  }
}

.close-button:after {
  transform: rotate(-135deg);
}
.close-button:hover:before, .close-button:hover:after {
  transform: rotate(0deg);
}
.closeButtons {
  cursor: pointer;
  color: #00aeef;
}
.landscape .closeButtons {
  font-size: 1.2vw;
  line-height: 2vw;
}
.portrait .closeButtons {
  font-size: 3.2vw;
  line-height: 4vw;
}
.closeButtonsWrap {
  visibility: hidden;
  display: block;
  margin-top: 20px;
}

.closeButtonsWrap .readmoreArrows:before {
  border-left: 3.3333333333px solid #00aeef!important;
  border-bottom: 3.3333333333px solid #00aeef!important;
  animation: arrowsback 4s linear infinite;
}
.closeButtonsWrap .readmoreArrows:after{
  border-left: 3.3333333333px solid #00aeef!important;
  border-bottom: 3.3333333333px solid #00aeef!important;
  animation: arrowsback 4s linear infinite -2s;
}

@media screen and (max-width: 875px) {
  .landscape .closeButtons {
    font-size: 1.8vw;
    line-height: 2.8vw;
  }
  .portrait .closeButtons {
    font-size: 3.5vw;
    line-height: 6.5vw;
  }
}











/* Arrows  **************************/
/*
#arrows {
  display: block;
  z-index: 2;
  visibility: hidden;
  font-size: 0.8rem;
  font-weight: 300;
  z-index:10;
}

.landscape #arrows { 
  position: fixed;
  height: 140vh;
  max-height: 400px; 
  width: 30px; 
  top: 50%;
  right: 2vh;
  transform: translate(0, -50%);
}
@media screen and (max-height:400px) {
  .landscape #arrows { 
    max-height: 375px; 
  }
}
@media screen and (min-width: 875px) {
  .landscape #arrows { 
    right: 3vh;
  }
}

.portrait #arrows { 
  position: fixed;
  height: 50px; width: 100%; 
  border: 0px solid #000;
  bottom: 25vh;
  right: 0;
}

.landscape #arrows #arrowsNext { position: absolute; top: 0; left: 0; height: 175px; width: 25px; cursor:default; pointer-events: none; }
.landscape #arrows #arrowsNext.active { cursor:pointer; pointer-events: auto; }
.landscape #arrows #arrowsNext #nextArrow {
  height: 40px; 
  width: 175px;
  transform: rotate(-90deg) translate(-75px, -75px);
  color: #cccccc;
  text-align: left;
}
.landscape #arrows #arrowsNext.active #nextArrow {
  color: #191f24;
}
.portrait #arrows #arrowsNext { position: absolute; top: 0; right: -75px; height: 25px; width: 175px; transform: rotate(0deg); cursor:default; pointer-events: none; }
.portrait #arrows #arrowsNext.active { cursor:pointer; pointer-events: auto; }
.portrait #arrows #arrowsNext #nextArrow {
  height: 40px; 
  width: 175px;
  color: #cccccc;
  transform: rotate(0deg) translate(0px, 0px);
}
.portrait #arrows #arrowsNext.active #nextArrow {
  color: #191f24;
}

#nextArrow::after {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 10px;
  vertical-align: middle;
  width: 10vh;
  -webkit-transition: all .4s cubic-bezier(.4,.6,.2,1);
  -o-transition: all .4s cubic-bezier(.4,.6,.2,1);
  transition: all .4s cubic-bezier(.4,.6,.2,1);
}

#arrowsNext:hover #nextArrow {
  color: #00aeef;
}

#arrowsNext:hover #nextArrow::after {
  color: #00aeef;
  width: 7vh;
}



.landscape #arrows #arrowsPrev { position: absolute; bottom: 0; left: 0; height: 175px; width: 25px;cursor:default; pointer-events: none; }
.landscape #arrows #arrowsPrev.active { cursor:pointer; pointer-events: auto; }
.landscape #arrows #arrowsPrev #prevArrow {
  height: 40px; 
  width: 175px;
  transform: rotate(-90deg) translate(-75px, -75px);
  color: #cccccc;
  text-align: right;
}
.landscape #arrows #arrowsPrev.active #prevArrow {
  color: #191f24;
}
.portrait #arrows #arrowsPrev { position: absolute; top: 0; left: -15px; height: 25px; width: 175px;transform: rotate(0deg); cursor:default; pointer-events: none; }
.portrait #arrows #arrowsPrev.active { cursor:pointer; pointer-events: auto; }
.portrait #arrows #arrowsPrev #prevArrow {
  height: 40px; 
  width: 175px;
  color: #cccccc;
  transform: rotate(0deg) translate(0px, 0px);
}
.portrait #arrows #arrowsPrev.active #prevArrow {
  color: #191f24;
}


#prevArrow:hover {
  color: #00aeef
}

#prevArrow::before {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 10px;
  -webkit-transition: all .4s cubic-bezier(.4,.6,.2,1);
  -o-transition: all .4s cubic-bezier(.4,.6,.2,1);
  transition: all.4s cubic-bezier(.4,.6,.2,1);
  vertical-align: middle;
  width: 10vh;
}

#arrowsPrev:hover #prevArrow {
  color: #00aeef;
}

#arrowsPrev:hover #prevArrow::before {
  color: #00aeef;
  width: 7vh;
  margin-left: 3vh;
}
*/






















/* Spin Icon **************************/
.landscape #animatedIconSpin {
  position: fixed;
  bottom:5vh;
  left: 5vh;
  width:200px;
  height: 25px;
  z-index: 2;
  visibility: hidden;
}

.portrait #animatedIconSpin {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: auto;
  height: 25px;
  z-index: 2;
  visibility: hidden;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.portrait .spin-icon{
  position: absolute;
  left: 0;
  right: 0;
}
.portrait .spin-icon-hexagon {
  margin: 0 auto;
}
@keyframes spinHexagon {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  25% {
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
  }
  50% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  75% {
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
  }
  to {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
}
.spin-icon-hexagon {
  position:relative;
  width:2.75rem;
  height:2.75rem;
  -webkit-transform:translateY(-1rem);
  transform:translateY(-1rem);
  -webkit-animation:b 4s cubic-bezier(.57,-.04,.58,1) infinite both;
  animation:spinHexagon 4s cubic-bezier(.57,-.04,.58,1) infinite both
}
.spin-icon-hexagon-line {
  display:block;
  width:100%;
  height:100%
}
.spin-icon-hexagon-hand {
  position: absolute;
  top: 0rem;
  left: 50%;
  width: 1.55rem;
  height: 1.55rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.spin-icon-text {
  position:relative;
  top:25%;
  width:8rem;
  padding-left:1rem;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  font-size:0.8rem;
  line-height:1
}
@media only screen and (orientation:portrait) {
  .spin-icon-text {
    top:.5rem;
    left:-.5rem;
    width:12rem;
    -webkit-transform:none;
    transform:none;
    text-align:center
  }
}

.spin-icon {
  display:-webkit-box;
  display:flex;
  position:absolute;
  bottom:0;
  left:0;
  -webkit-box-align:center;
  align-items:center;
  height:2rem;
}




















.landscape .readmoreArrows {
  position: relative;
  display: inline-block;
  width: 1vw;
  height: 1vw;
  max-width: 10px;
  max-height: 10px;
  transform: rotate(-90deg) translate(2px, -2px);
}
.landscape .readmoreArrows.readmoreArrowsLeft {
  transform: rotate(90deg) translate(-1px, -3px);
}

.portrait .readmoreArrows {
  position: relative;
  display: inline-block;
  width: 1vw;
  height: 1vw;
  max-width: 10px;
  max-height: 10px;
  transform: rotate(-90deg) translate(2px, 2px);
}
.portrait .readmoreArrows.readmoreArrowsLeft {
  transform: rotate(90deg) translate(-3px, -3px);
}

.readmoreArrows:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 3.3333333333px solid rgba(25, 31, 36, 1);
  border-bottom: 3.3333333333px solid rgba(25, 31, 36, 1);
  transform: translate(3.3333333333px, 13.3333333333px) rotate(-45deg);
  animation: arrows 4s linear infinite;
}
.readmoreArrows:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 1.6666666667px solid rgba(25, 31, 36, 1);
  border-bottom: 1.6666666667px solid rgba(25, 31, 36, 1);
  transform: translate(6.6666666667px, 0px) rotate(-45deg);
  animation: arrows 4s linear infinite -2s;
}


.basketButton:hover .readmoreArrows:before {
  animation: arrowsHover 4s linear infinite;
}
.basketButton:hover .readmoreArrows:after {
  animation: arrowsHover 4s linear infinite -2s;
}

@keyframes arrows {
  0% {
    border-left: 1.6666666667px solid rgba(0, 174, 239, 0);
    border-bottom: 1.6666666667px solid rgba(0, 174, 239, 0);
    transform: translate(-1.6666666667px, -6.6666666667px) rotate(-45deg);
  }
  10%,
  90% {
    border-left: 1.6666666667px solid rgba(0, 174, 239, 0);
    border-bottom: 1.6666666667px solid rgba(0, 174, 239, 0);
  }
  50% {
    border-left: 1.6666666667px solid rgba(0, 174, 239, 1);
    border-bottom: 1.6666666667px solid rgba(0, 174, 239, 1);
    transform: translate(-1.6666666667px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 1.6666666667px solid rgba(0, 174, 239, 0);
    border-bottom: 1.6666666667px solid rgba(0, 174, 239, 0);
    transform: translate(-1.6666666667px, 6.6666666667px) rotate(-45deg);
  }
}
@keyframes arrowsHover {
  0% {
    border-left: 1.6666666667px solid rgba(25, 31, 36, 0);
    border-bottom: 1.6666666667px solid rgba(25, 31, 36, 0);
    transform: translate(-1.6666666667px, -6.6666666667px) rotate(-45deg);
  }
  10%,
  90% {
    border-left: 1.6666666667px solid rgba(25, 31, 36, 0);
    border-bottom: 1.6666666667px solid rgba(25, 31, 36, 0);
  }
  50% {
    border-left: 1.6666666667px solid rgba(25, 31, 36, 1);
    border-bottom: 1.6666666667px solid rgba(25, 31, 36, 1);
    transform: translate(-1.6666666667px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 1.6666666667px solid rgba(25, 31, 36, 0);
    border-bottom: 1.6666666667px solid rgba(25, 31, 36, 0);
    transform: translate(-1.6666666667px, 6.6666666667px) rotate(-45deg);
  }
}
/*
@keyframes arrowsback {
  0% {
    border-left: 1.6666666667px solid rgba(0, 174, 239, 0);
    border-bottom: 1.6666666667px solid rgba(0, 174, 239, 0);
    transform: translate(-1.6666666667px, -6.6666666667px) rotate(-45deg);
  }
  10%,
  90% {
    border-left: 1.6666666667px solid rgba(0, 174, 239, 0);
    border-bottom: 1.6666666667px solid rgba(0, 174, 239, 0);
  }
  50% {
    border-left: 1.6666666667px solid rgba(0, 174, 239, 1);
    border-bottom: 1.6666666667px solid rgba(0, 174, 239, 1);
    transform: translate(-1.6666666667px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 1.6666666667px solid rgba(0, 174, 239, 0);
    border-bottom: 1.6666666667px solid rgba(0, 174, 239, 0);
    transform: translate(-1.6666666667px, 6.6666666667px) rotate(-45deg);
  }
}
*/