/* compiled by scssphp v1.0.6 on Thu, 21 Nov 2024 03:21:04 +0000 (2.2573s) */

/* All core SCSS documents combined using import */
/* SCSS Mixins Document - @import "styles/mixins.scss"; */
/* Border Box: @include border-box(); */
/* Appearance: @include appearance(); */
/* Position: @include position(0px); */
/* Transition: @include transition(all,0.3s,ease,0.0s); */
/* Clearfix: @extend %clearfix; */
/* --------------------------------------------------- 
 TEMPLATE.CORE.CSS contains the default styles for websites
 built in the edit system.
 --------------------------------------------------- */
/* Typekit FOUT Fix */
.wf-loading {
  visibility: visible;
}
.material-icons {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
.wf-active .material-icons {
  visibility: visible;
}
/* Main body */
html, body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  color: #000000;
  clear: both;
  margin: 0 auto;
}
body .content {
  visibility: hidden;
}
.wf-active body .content {
  visibility: visible;
}
.hide {
  display: none;
}
/* Default links */
a {
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.backgroundimage-content a {
  color: #ffffff;
}
/* Links with no colour */
a .silent, a.silent {
  color: #000000;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a img {
  border: none;
}
/* Button link */
.readmore, .buynow, .backlink {
  display: inline-block;
}
/* Read more link */
/* Buy now link */
/* Back link */
/* Default headers */
h1, h2 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
article h1, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 26px;
  line-height: 1.2;
  padding: 10px 0 22px 0;
}
h2 {
  font-size: 22px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h3 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h4, article h1 {
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
/* Backgrounds */
.background.light {
  background-color: #f9f9f9;
}
.background.dark {
  color: #ffffff;
  background-color: #204659;
}
.background.dark a:hover {
  color: #ffffff;
}
.background.image {
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background.parallax {
  color: #ffffff;
  min-height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: relative;
}
.backgroundimage-content {
  color: #ffffff;
}
.backgroundimage-content h1, .backgroundimage-content h2, .backgroundimage-content h3, .backgroundimage-content h4 {
  color: #ffffff;
}
/* Borders */
.border, .divider, hr {
  border: solid #e1e1e1 0px;
}
.border.full {
  border-width: 1px;
}
.border.top {
  border-top-width: 1px;
}
.border.left {
  border-left-width: 1px;
}
.border.right {
  border-right-width: 1px;
}
.border.bottom {
  border-bottom-width: 1px;
}
/* Standard clearer */
.clearer {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
/* Standard divider */
.divider, hr {
  background: none;
  clear: both;
  font-size: 0;
  line-height: 20px;
  height: 20px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  border-top-width: 1px;
}
/* Text colours */
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
}
/* Text size */
.tiny {
  font-size: 80%;
}
.small {
  font-size: 90%;
}
.small-center {
  font-size: 90%;
  text-align: center;
  font-style: italic;
}
.large {
  font-size: 110%;
}
.center {
  text-align: center;
}
/* Align divs center */
.align.center {
  text-align: center;
}
.align.right {
  text-align: right;
}
.align.center-vert {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.align.center-horz {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.align.center-horz.center-vert, .align.center-vert.center-horz {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* list element */
ul {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  text-align: left;
  padding-left: 20px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 5px;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
ul.af_list li:before {
  display: none;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 35px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
/* Other default elements */
acronym {
  border: none;
}
p {
  padding-top: 0;
  margin-top: 0;
}
/* Hide elements that only work with javascript */
.js-show {
  display: none;
}
/* Hide/show element that should only show on mobile */
.show-on-mobile {
  display: none;
}
/* Legacy gaps to space elements */
.gap1 {
  float: left;
  width: 10px;
}
.gap2 {
  float: left;
  width: 4px;
}
.gap3 {
  float: left;
  width: 30px;
}
/* Embedded */
embed, object, iframe, .map-holder {
  max-width: 100%;
  width: 100%;
}
/* Images default */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
/* Image holders to hold images to the left or right */
.img-left {
  float: left;
  margin-right: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 40%;
}
.img-right {
  clear: right;
  float: right;
  margin-left: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 40%;
}
.img-left-small {
  float: left;
  margin-right: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 20%;
}
.img-right-small {
  clear: right;
  float: right;
  margin-left: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 20%;
}
.img-main, .img-center {
  text-align: center;
  margin-bottom: 6px;
}
.img-left img, .img-right img, .img-left-small img, .img-right-small img, .img-main img, .img-center img {
  vertical-align: middle;
}
img.lazyload {
  opacity: 0;
}
img.lazyloading {
  opacity: 0;
}
img.lazyloaded {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Random images */
.random-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}
/* Standard page elements for laying out the main content of a website. */
#container1 {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
#container2 {
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-intro, .container-title, .container-main, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  width: 100%;
  max-width: 1080px;
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
}
/* Header */
#container-header {
  background-color: #204659;
}
#container-header.random-image {
  background-color: transparent;
}
#header {
  height: 100px;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  padding-left: 25px;
  max-width: 260px;
}
#header #logo img {
  vertical-align: middle;
}
/* Mobile quick call */
#header #mobile-link {
  display: none;
}
#header #mobile-link a {
  color: #fff;
}
#header #mobile-link h4 {
  display: inline-block;
}
/* Top navigation */
#top-nav {
  float: right;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
  margin-top: 10px;
  padding-right: 20px;
}
#top-nav ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#top-nav ul li {
  float: left;
  display: inline-block;
  line-height: 22px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
}
#top-nav ul li:before {
  display: none;
}
#top-nav ul ul.sub-nav {
  position: relative;
  display: none;
  z-index: 950;
}
/* Search */
#header #search {
  float: right;
  display: inline-block;
  height: 22px;
  margin-top: 10px;
  padding-right: 20px;
}
#header #search .search-off {
  color: #000000;
  font-style: italic;
}
#header #search #search-box-input {
  width: 200px;
}
#header #search #search-button {
  margin-left: 6px;
}
/* Main navigation */
#navigation {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
#mobile-navigation {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 40px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation li > a {
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}
#navigation .material-icons {
  line-height: 40px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #ffffff;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
/* Navigation divider */
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 0px;
  text-align: center;
  /*font-size:0;*/
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
}
/* Sub navigation */
#navigation .sub-nav {
  position: absolute;
  top: 40px;
  left: 0px;
  display: none;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  z-index: 897;
}
/* Align last dropdown to the right */
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  background: none;
  padding: 12px 13px;
  background-color: #204659;
  border-bottom: solid #204659 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #000000;
  border-radius: 0px;
  background-color: #6d9ead;
  border-bottom: solid #6d9ead 1px;
}
#navigation .sub-nav li:last-child a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
}
/* Second navigation if central logo */
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
#container-header #shopping-cart-summery, #container-navigation #shopping-cart-summery {
  font-size: 13px;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
  line-height: 1.6;
  padding: 10px 20px;
}
#container-header #shopping-cart-summery a, #container-navigation #shopping-cart-summery a {
  color: #000000;
}
#container-header #shopping-cart-summery .summery-item, #container-navigation #shopping-cart-summery .summery-item {
  padding-bottom: 10px;
}
.close-menu {
  display: none !important;
}
/* Mobile menu button */
#mobile-menu {
  float: left;
  display: none;
}
#mobile-menu a {
  display: inline-block;
  color: #ffffff;
  line-height: 22px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}
/* Members bars */
.auth-details {
  height: auto;
  line-height: 1.5;
  text-align: right;
  color: #ffffff;
  background-color: #204659;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 25px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.auth-details a {
  color: #ffffff;
}
.auth-details a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
}
/* Site messages */
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #ffffff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #ffffff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #ffffff;
  background-color: #999999;
}
#site-messages .success-message {
  color: #ffffff;
  background-color: #5ea90d;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
  min-height: 80px;
}
#container-flash.backgroundimage-container .backgroundimage-content h1, #container-flash.backgroundimage-container .backgroundimage-content h2, #container-flash.backgroundimage-container .backgroundimage-content h3, #container-flash.backgroundimage-container .backgroundimage-content h4 {
  color: #ffffff;
}
#container-flash.backgroundimage-container .backgroundimage-content a {
  color: #ffffff;
}
/* Breadcrump area */
/* breadcrumb */
#breadcrumb {
  font-size: 12px;
  line-height: 1.8;
  padding: 16px 25px 4px 25px;
}
/* Sub page intro area */
.container-main-intro .content {
  line-height: 1.8;
  padding: 0px 0px;
}
/* Main title area */
.container-main-title .content {
  line-height: 1.8;
  padding: 25px 25px;
  padding-bottom: 0px;
}
/* Main top area */
.container-main-top .content {
  line-height: 1.8;
  padding: 25px 25px;
}
/* Main content area with layouts */
.content {
  line-height: 1.8;
  padding: 25px 25px;
}
.content h1 {
  color: #204659;
}
.background.dark .content h1, .backgroundimage-content .content h1 {
  color: inherit;
}
.content article h1 {
  color: inherit;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
}
/* Layout defines main content widths */
/* Layout widths */
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
}
/* Full width column */
/* Two column equal */
.layout-two-col-equal .layout.half + .layout.half {
  float: right;
}
/* Two column main left */
.layout-two-col-left .layout.side {
  float: right;
}
/* Two column main right */
.layout-two-col-right .layout.main {
  float: right;
}
/* Three column main middle */
.layout-three-col .layout.middle + .layout.side {
  float: right;
}
/* Three column main left */
.layout-three-col-left .layout.middle + .layout.side + .layout.side {
  float: right;
}
/* Three column main right */
.layout-three-col-right .layout.middle {
  float: right;
}
/* Three column equal */
.layout-three-col-equal .layout.third + .layout.third + .layout.third {
  float: right;
}
/* Layout side content */
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
}
/* Main bottom area */
.container-main-bottom .content {
  line-height: 1.8;
  padding: 25px 25px;
}
/* Content container spacing */
/* Backgrounds */
/* Overwrite padding for areas adjacent to backgrounds */
/*.content-container + .content-container.background .content,
 .content-container.background + .content-container .content,
 .content-container.backgroundimage-container + .content-container .content {
 padding-top:25px;
 }*/
/* Overwrite padding for backgrounds */
.content-container.background .content, .content-container.backgroundimage-container .content {
  padding-top: 25px;
  padding-bottom: 25px;
}
/* Footer */
#container-footer {
  background: #204659;
}
#container-footer.random-image {
  background-color: transparent;
}
#footer {
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  padding: 20px 25px;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a:hover {
  color: #ffffff;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  color: #204659;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-contact1 {
  float: left;
  width: 33%;
  text-align: left;
}
#footer .footer-contact2 {
  float: left;
  width: 33%;
  text-align: left;
}
#footer .footer-links1 {
  float: right;
  width: 34%;
  text-align: right;
}
/* Base */
#base {
  line-height: 1.5;
  font-size: smaller;
  color: #cbcccc;
  text-align: center;
  padding: 10px 25px 10px;
}
#base a:hover {
  text-decoration: underline;
}
/* Common styles for database pages. */
/* Module class styles */
/* Grid class styles */
.grid .grid-item {
  float: left;
  display: inline-block;
}
.grid .grid-item img {
  vertical-align: middle;
}
/* 7 column grid */
.grid.seven-column .grid-item {
  width: 13%;
  margin-right: 1.5%;
  margin-bottom: 10px;
}
.grid.seven-column.no-spacing .grid-item {
  width: 14.2857142857%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.seven-column .grid-item:nth-child(7n+7) {
  margin-right: 0%;
}
.grid.seven-column .grid-item:nth-child(7n+8) {
  clear: both;
}
/* 6 column grid */
.grid.six-column .grid-item {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.grid.six-column.no-spacing .grid-item {
  width: 16.6666666667%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.six-column .grid-item:nth-child(6n+6) {
  margin-right: 0%;
}
.grid.six-column .grid-item:nth-child(6n+7) {
  clear: both;
}
/* 5 column grid */
.grid.five-column .grid-item {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 20px;
}
.grid.five-column.no-spacing .grid-item {
  width: 20%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.five-column .grid-item:nth-child(5n+5) {
  margin-right: 0%;
}
.grid.five-column .grid-item:nth-child(5n+6) {
  clear: both;
}
/* 4 column grid */
.grid.four-column .grid-item {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.grid.four-column.no-spacing .grid-item {
  width: 25%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.four-column .grid-item:nth-child(4n+4) {
  margin-right: 0%;
}
.grid.four-column .grid-item:nth-child(4n+5) {
  clear: both;
}
/* 3 column grid */
.grid.three-column .grid-item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 40px;
}
.grid.three-column.no-spacing .grid-item {
  width: 33.3333333333%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.three-column .grid-item:nth-child(3n+3) {
  margin-right: 0%;
}
.grid.three-column .grid-item:nth-child(3n+4) {
  clear: both;
}
.layout.side .grid.three-column .grid-item {
  margin-bottom: 12px;
}
/* 2 column grid */
.grid.two-column .grid-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.grid.two-column.no-spacing .grid-item {
  width: 50%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.two-column .grid-item:nth-child(2n+2) {
  margin-right: 0%;
}
.grid.two-column .grid-item:nth-child(2n+3) {
  clear: both;
}
.layout.side .grid-two-column .grid-item {
  margin-bottom: 12px;
}
/* 1 column grid */
.grid.one-column .grid-item {
  clear: both;
  float: none;
  display: block !important;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.grid.one-column.no-spacing .grid-item {
  margin-bottom: 0px;
}
/* Waypoints */
.waypoint-fade {
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
.waypoint-fade.waypoint-on {
  opacity: 1;
}
/* Paginate class styles */
.paginate {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}
.paginate .paginate-title {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.paginate .paginate-direction {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.paginate span.paginate-direction {
  color: #e1e1e1;
}
.paginate [class^="icon-"], .paginate [class*=" icon-"], .paginate .material-icons {
  font-size: 22px;
  line-height: 24px;
}
.paginate a.paginate-number {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 4px;
  margin: 0 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.paginate a.paginate-number.on, .paginate a.paginate-number:hover {
  color: #ffffff;
  background-color: #204659;
  border-color: #204659;
}
/* Standard table styles */
.standard-table-wrap {
  overflow: auto;
  margin-bottom: 30px;
}
.standard-table tr.row-important td {
  font-weight: bold;
  background-color: #f9f9f9;
}
.standard-table tr td.column-important {
  font-weight: bold;
}
.standard-table td {
  line-height: 1.4;
  padding: 12px 15px;
  white-space: nowrap;
}
/* Older styles for database pages. */
.googlemap-box {
  width: 100%;
  color: #000000;
  overflow: hidden;
}
.googlemap-box .img-right {
  max-width: none !important;
}
.googlemap-box img {
  width: auto;
  max-width: none !important;
}
.googlemap-box a:hover {
  color: #000000;
}
.map-holder img {
  width: auto;
  max-width: none !important;
}
/* VIDEO PAGES */
.video-holder {
  display: block;
}
.video-holder .video-item {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 14px;
  text-align: center;
  position: relative;
}
.video-holder .video-item img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  vertical-align: bottom;
  /* ie8 */
}
.video-holder div:nth-child(3n+3) {
  margin-right: 0%;
}
.video-holder div:nth-child(3n+4) {
  clear: left;
}
/* Site map */
.sitemap-holder {
  float: left;
  width: 30%;
  margin-bottom: 14px;
}
/* Subscription plans */
.subscription-plans {
  display: block;
}
.subscription-plans .subscription-plan {
  float: left;
  width: 32%;
  height: auto;
  padding: 10px 15px;
  margin-right: 2%;
  margin-bottom: 18px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.subscription-plans .subscription-plan .subs-plan-desc {
  min-height: 120px;
  padding-bottom: 20px;
}
.subscription-plans .subscription-plan .subs-plan-desc h2 {
  font-size: 24px;
  font-weight: normal;
}
.subscription-plans div.subscription-plan:nth-child(3n+3) {
  margin-right: 0%;
}
.subscription-plans div.subscription-plan:nth-child(3n+4) {
  clear: left;
}
.subscription-payments {
  float: left;
  max-width: 600px;
}
.subscription-table .subscription-left {
  float: left;
  width: 30%;
  padding: 4px 0;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .subscription-middle {
  float: left;
  width: 40%;
  padding: 4px 0;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .full-subscription-middle {
  float: left;
  width: 70%;
  padding: 4px 0;
  text-align: right;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .subscription-right {
  float: left;
  width: 30%;
  padding: 4px 0;
  text-align: right;
  border-top: solid #f1f1f1 1px;
}
/* Laybuy */
.laybuy-info img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
  margin-top: -2px;
}
/* Shopping cart summary */
#shopping-cart-summery .summery-image {
  float: left;
  width: 20%;
}
#shopping-cart-summery .summery-text {
  float: right;
  width: 75%;
}
/* Shopping cart */
.shopping-cart-list .shopping-cart-list-header {
  font-size: 11px;
  font-weight: bold;
  padding: 4px 0 4px 0;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .shopping-cart-list-items {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .scl-image {
  float: left;
  width: 15%;
  padding-right: 3%;
}
.shopping-cart-list .scl-image img {
  max-height: 100px;
}
.shopping-cart-list .scl-products {
  float: left;
  width: 55%;
  padding-right: 3%;
}
.shopping-cart-list .scl-products .was-price-line {
  font-style: italic;
}
.shopping-cart-list .scl-products .was-price-line .was-price {
  text-decoration: line-through;
}
.shopping-cart-list .scl-products .scl-products-additional .label {
  width: 100%;
}
.shopping-cart-list .scl-products .cart-msg-type, .shopping-cart-list .scl-products .cart-msg-messages {
  width: 70%;
  margin: 1px 0 6px 0;
}
.shopping-cart-list .scl-products .cart-msg-box textarea {
  width: 70%;
  height: 70px;
}
.shopping-cart-list .scl-quantity {
  float: left;
  width: 10%;
  text-align: center;
  padding-right: 3%;
}
.shopping-cart-list .scl-quantity .scl-quantity-text {
  display: none;
}
.shopping-cart-list .scl-quantity input.text {
  width: 30px;
}
.shopping-cart-list .remove-link {
  font-size: 10px;
}
.shopping-cart-list .scl-price {
  float: right;
  width: 10%;
  text-align: right;
  padding-right: 1%;
}
.shopping-cart-list .shopping-cart-update {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .shopping-cart-update .scl-quantity {
  float: right;
  width: auto;
  text-align: right;
  padding-right: 0px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space {
  float: left;
  width: 45%;
  padding-top: 5px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space-base {
  float: left;
  padding-top: 10px;
  font-size: 11px;
  font-weight: bold;
  width: 45%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space select {
  max-width: 96%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-text, .shopping-cart-totals .shopping-cart-total-final .totals-text {
  float: left;
  width: 40%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2%;
  border-top: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
  float: left;
  width: 12%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1%;
  border-top: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-final .totals-space {
  float: left;
  width: 45%;
}
.shopping-cart-totals .shopping-cart-total-final .totals-text {
  font-weight: bold;
  background-color: #f3f3f3;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-final .totals-value {
  font-weight: bold;
  background-color: #f3f3f3;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-totals #sc-subtotals .totals-text, .shopping-cart-totals #sc-subtotals .totals-value {
  border-top: none;
}
/* Shopping cart message Holder */
.message-holder {
  padding: 4px 6px;
  background-color: #f3f3f3;
  border: solid #e1e1e1 1px;
  margin-bottom: 16px;
}
.message-holder ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.message-holder ul li {
  background: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.msg-small {
  font-size: 11px;
  color: #666666;
}
.cart-box-holder {
  padding: 10px 15px;
  border: solid #f1f1f1 1px;
  margin-bottom: 10px;
}
/* Checkout address select */
.address-selector {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.address-selector li {
  float: left;
  width: 50%;
  line-height: 18px;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.address-selector li:before {
  display: none;
}
.address-selector .address-selector-button {
  position: absolute;
  top: 22px;
  left: 10px;
}
.address-selector .address-selector-address {
  float: left;
  width: 100%;
  padding: 20px 20px 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Checkout checkboxes */
.cart-checkradio-holder .checkradio {
  float: left;
  width: 33%;
  padding-bottom: 4px;
}
.cart-checkradio-holder .checkradio .checkradio-button {
  float: left;
  width: 10%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-checkradio-holder .checkradio label {
  float: left;
  width: 80%;
}
.checkout-error {
  padding-bottom: 16px;
}
.cart-progress .cart-progress-item {
  display: block;
}
/* Checkout order summary */
.order-summary .os-left {
  padding: 2px 4px 2px 0;
}
.order-summary .os-right {
  padding: 2px 0 2px 0;
  text-align: right;
}
.order-summary .os-total {
  padding-top: 6px;
  border-top: solid #c3d0d2 1px;
}
/* Checkout payment holders */
.payment-holder-table {
  margin-bottom: 10px;
  padding: 0 0 0 0;
  border: solid #e1e1e1 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.payment-radio-holder {
  position: absolute;
  top: 20px;
  left: 20px;
}
.payment-holder {
  float: left;
  width: 100%;
  padding: 20px 20px 20px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-position: right top;
  background-repeat: no-repeat;
}
.payment-holder h5 {
  padding-top: 0px;
}
.payment-holder label {
  display: block;
}
.payment-holder img {
  margin-top: 6px;
}
.payment-holder label, .payment-holder h5, .payment-holder p {
  cursor: pointer;
}
/* Checkout country */
#country-line {
  line-height: 28px;
}
.country-holder {
  float: left;
  display: inline-block;
}
.country-changer {
  float: left;
  padding-left: 10px;
  display: inline-block;
}
.country-picker {
  float: left;
  display: none;
  padding-left: 10px;
  padding-top: 4px;
}
/* Cart order history */
.orderhistory-titles {
  padding: 5px 3px;
  background-color: #f9f9f8;
  border-bottom: solid #d9d9d9 1px;
}
.orderhistory-td {
  padding: 5px 3px;
}
.ie-alert {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  background-color: #1a1a1a;
  border-radius: 2px;
  padding: 15px 20px 15px 20px;
  margin-top: 6px;
  margin-bottom: 10px;
}
/* Tables Module Styles */
.display-table th {
  color: #ffffff;
  text-align: left;
  background-color: #5a5a5a;
}
.display-table td {
  text-align: left;
}
.display-table .dt-colhighlight {
  font-weight: bold;
}
.display-table .dt-modon {
  background-color: #eeeff0;
}
/* User Images */
.user-images .user-image {
  float: left;
  width: 15%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 14px;
  text-align: center;
}
.user-images .user-image img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  vertical-align: bottom;
  /* ie8 */
}
.user-images .user-image:nth-child(6n+6) {
  margin-right: 0%;
}
.user-images .user-image:nth-child(6n+7) {
  clear: left;
}
/* Login */
#login .login-form li {
  padding-left: 0px;
  background: none;
}
#login .login-form li label {
  display: inline-block;
  width: 200px;
}
/* Form styles for standard forms */
form {
  margin: 0 auto;
  padding: 0 0 0 0;
}
.req {
  color: #D60309;
  font-weight: bold;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label, .form-item .label2 {
  /*width:38%;*/
  width: 100%;
}
.form-item .label-padding {
  /*margin-left:38%;*/
  margin-left: 0%;
}
.layout.side .form-item .label-padding .layout.third .form-item .label-padding {
  margin-left: 0%;
}
.form-item .subbut, .recaptcha-item .g-recaptcha, .form-footer, #recaptcha_image {
  /*padding-left:38%;*/
  padding-left: 0%;
}
.form-item .input, .form-item .select, .form-item .checkbox, .form-item .radio, .form-item .textarea {
  /*width:62%;*/
  width: 100%;
}
.form-item .label {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
}
.layout.side .form-item .label, .layout.third .form-item .label {
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 2px;
}
.form-item .label-details {
  clear: both;
  display: block;
  width: 100%;
  margin-right: 0%;
  font-weight: normal;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-top: 2px;
}
.form-item .input {
  float: left;
  height: auto;
}
.layout.side .form-item .input, .layout.third .form-item .input {
  float: none;
  width: auto;
}
.form-item .input input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .select {
  float: left;
  height: auto;
}
.layout.side .form-item .select, .layout.third .form-item .select {
  float: none;
  width: auto;
}
.form-item .select select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .checkbox {
  float: left;
  height: auto;
  vertical-align: middle;
}
.layout.side .form-item .checkbox, .layout.third .form-item .checkbox {
  float: none;
  width: auto;
}
.form-item .checkbox-list .checkbox {
  width: 50%;
  margin-right: 0%;
}
.form-item .checkbox-list .checkbox:nth-child(2n+3) {
  clear: both;
}
.form-item .checkbox input[type=checkbox] {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 4px;
}
.form-item .radio {
  float: left;
  height: auto;
}
.layout.side .form-item .radio, .layout.third .form-item .radio {
  float: none;
  width: auto;
}
.form-item .textarea {
  float: left;
  height: auto;
  margin-bottom: 5px;
}
.layout.side .form-item .textarea, .layout.third .form-item .textarea {
  float: none;
  width: auto;
}
.form-item .textarea textarea {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .textarea img {
  padding-top: 3px;
}
.form-item .input.input-small input, .form-item .select.select-small select {
  max-width: 100px;
}
.form-item .input.input-medium input, .form-item .select.select-medium select {
  max-width: 300px;
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  /* Custom styles here */
  /*border:none;*/
  background: none;
  height: 28px;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  background-color: #ffffff;
  border: solid #c2c1c1 1px;
  border-radius: 2px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item .image-file {
  clear: both;
  height: auto;
  padding: 8px 8px;
}
.form-item .image-file input[type=file] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-item .image-file.with-image input[type=file] {
  margin-top: 30px;
  margin-bottom: 0px;
}
.form-item .image-file .image-holder {
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #f7f7f7;
  margin-right: 15px;
}
.form-item .image-file .image-holder img {
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
}
.form-item .subbut, .recaptcha-item .g-recaptcha, #recaptcha_image {
  width: 100%;
  margin-top: 6px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.layout.side .form-item .subbut, .layout.third .form-item .subbut, .layout.side .recaptcha-item .g-recaptcha, .layout.third .recaptcha-item .g-recaptcha, .layout.side #recaptcha_image, .layout.third #recaptcha_image {
  width: 100% !important;
  float: none;
  margin-left: 0%;
  padding-left: 0px;
}
/* Custom button */
.form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  /* Custom button styles here*/
  /*appearance:none;
   -moz-appearance:none;
   -webkit-appearance:none;
   border:none;
   background:none;*/
}
.form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
}
#checkout_button {
  margin-left: 5px;
}
.form-footer {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #666666;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.layout.side .form-footer, .layout.third .form-footer {
  float: none;
  width: auto;
}
/* Sub forms */
.subform th {
  background-color: #CCCCCC;
}
.subform td {
  border-bottom: solid #CCCCCC 1px;
}
.sub-button-holder {
  text-align: right;
  margin: 10px 0;
}
.sub-form-holder {
  padding: 10px 0;
  border: solid #CCCCCC 1px;
  display: none;
  margin: 10px 0;
}
.sub-form-holder .subbut2 {
  padding-left: 150px;
}
/* Disabled button */
.form-item .subbut.disabled {
  overflow: hidden;
  position: relative;
  display: inline;
}
.form-item .subbut.disabled:before {
  content: '';
  border: solid 3px #999999;
  border-color: transparent #999999 #999999 #999999;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: loading-ring 1.2s linear infinite;
  animation: loading-ring 1.2s linear infinite;
  display: inline-block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-item .subbut.disabled input {
  background-color: #e5e5e5 !important;
  color: #e5e5e5 !important;
  overflow: hidden;
}
@keyframes loading-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Google reCaptcha widget styles */
.recaptcha-item .g-recaptcha > div > div {
  max-width: 100%;
}
.recaptcha-item .g-recaptcha > div > div > iframe {
  max-width: 100%;
}
.recaptcha-item .g-recaptcha {
  overflow: hidden;
}
#recaptcha_image {
  width: 60% !important;
  margin-left: 40%;
  text-align: center;
  padding: 5px;
  background-color: #ffffff;
  border: solid #e1e1e1 1px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#recaptcha_image img {
  max-width: 100%;
  max-height: 100%;
}
#recaptcha_image embed, #recaptcha_image object, #recaptcha_image iframe {
  float: left;
  max-width: 0px;
  width: 0px;
  height: 0px;
}
#recaptcha_image br {
  display: none;
}
#recaptcha_image #recaptcha_audio_play_again, #recaptcha_image #recaptcha_audio_download {
  clear: left;
  float: left;
  cursor: pointer;
}
.recaptcha_input {
  position: relative;
}
.recaptcha_input .input {
  padding-right: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.layout.side .input, .layout.third .input {
  padding-right: 0px;
}
.recaptcha_options {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recaptcha_options li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recaptcha_options li a {
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
  text-indent: -5000px;
  overflow: hidden;
}
.recaptcha_options #recaptcha_refresh_button a {
  right: 60px;
}
.recaptcha_options #recaptcha_sound_button a {
  right: 30px;
}
.recaptcha_options #recaptcha_image_button a {
  right: 30px;
}
.recaptcha_options #recaptcha_help_button a {
  right: 0px;
}
.layout.side .recaptcha_options li a, .layout.third .recaptcha_options li a {
  top: 0px;
}
/* Icon set styles */
*[class*='iconblack-'] {
  background-repeat: no-repeat;
}
.iconblack-refresh {
  background-image: url(../images/icons/iconblack_refresh.png);
}
.iconblack-sound {
  background-image: url(../images/icons/iconblack_sound.png);
}
.iconblack-picture {
  background-image: url(../images/icons/iconblack_picture.png);
}
.iconblack-help {
  background-image: url(../images/icons/iconblack_help.png);
}
@font-face {
  font-family: 'social';
  src: url('../images/social/social.eot?dbpphs');
  src: url('../images/social/social.eot?dbpphs#iefix') format('embedded-opentype'), url('../images/social/social.woff2?dbpphs') format('woff2'), url('../images/social/social.ttf?dbpphs') format('truetype'), url('../images/social/social.woff?dbpphs') format('woff'), url('../images/social/social.svg?dbpphs#social') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="social-"], [class*=" social-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
}
.social-facebook:before {
  content: "\e906";
}
.social-facebook-boxed:before {
  content: "\e907";
}
.social-facebook2:before {
  content: "\e908";
}
.social-facebook2-boxed:before {
  content: "\e909";
}
.social-twitter:before {
  content: "\e905";
}
.social-twitter2:before {
  content: "\e90c";
}
.social-twitter2-boxed:before {
  content: "\e90d";
}
.social-instagram:before {
  content: "\e904";
}
.social-instagram2:before {
  content: "\e90e";
}
.social-google:before {
  content: "\e903";
}
.social-google-plus:before {
  content: "\e902";
}
.social-google-plus-boxed:before {
  content: "\e90a";
}
.social-google2:before {
  content: "\e90f";
}
.social-google-plus2:before {
  content: "\e910";
}
.social-google-plus2-boxed:before {
  content: "\e911";
}
.social-youtube2:before {
  content: "\e912";
}
.social-youtube3:before {
  content: "\e913";
}
.social-youtube3-boxed:before {
  content: "\e914";
}
.social-youtube:before {
  content: "\e901";
}
.social-linkedin:before {
  content: "\e900";
}
.social-linkedin-boxed:before {
  content: "\e90b";
}
.social-linkedin2:before {
  content: "\e915";
}
.social-linkedin2-boxed:before {
  content: "\e916";
}
.social-pinterest:before {
  content: "\e917";
}
.social-pinterest2-boxed:before {
  content: "\e918";
}
/* --------------------------------------------------- 
 TEMPLATE.CSS contains the default styles for websites
 built in the edit system.
 --------------------------------------------------- */
/* Spacing */
/* Phone link */
/* Header */
/* Navigation */
/* Rotator */
/* Intro */
/* Text */
/* Headings */
/* Links */
/* Content */
/* Footer */
/* Main body */
html, body {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  letter-spacing: -0.2px;
  background-color: #ffffff;
}
strong, b {
  font-weight: 600;
}
/* Default links */
a {
  color: #a6bad6;
}
/* Links with no colour */
a .silent, a.silent {
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
/* Button link */
.readmore, .buynow, .backlink {
  display: inline-block;
}
/* Read more link */
/* Buy now link */
/* Back link */
/* Default headers */
h1, h2, h3 {
  font-family: 'Rammetto One', Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 0px;
  text-transform: none;
  margin: 0px 0px 0px 0px;
  color: #000000;
}
article h1, h4, h5, h6 {
  font-family: 'Rammetto One', Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 0px;
  text-transform: none;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 48px;
  line-height: 1.2;
  padding: 0 0 40px 0;
}
h2 {
  font-size: 48px;
  line-height: 1.2;
  padding: 0 0 40px 0;
}
h3 {
  font-size: 32px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
}
h4, article h1 {
  font-size: 18px;
  line-height: 1;
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
.large {
  font-size: 110%;
}
.p {
  display: block;
}
/* Backgrounds */
.background.light {
  background-color: #f2f2f2;
}
.background.dark {
  color: #ffffff;
  background-color: #a6bad6;
}
.background.dark a:hover {
  color: #ffffff;
}
.background.image {
  color: #ffffff;
}
.background.parallax {
  color: #ffffff;
}
.background.dark h2, .background.dark p, .background.dark .slider-text {
  color: #000000;
}
/* Borders */
.border, .divider, hr {
  border: solid #f5f6f7 0px;
}
/* Text colours */
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
}
/* list element */
ul {
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 5px;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}
/* Standard page elements for laying out the main content of a website. */
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  background-color: #ffffff;
}
.wrap {
  width: 100%;
  max-width: 1575px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Header */
#container-header {
  background-color: #ffffff;
  position: fixed;
  z-index: 110;
  width: 100% !important;
  -webkit-box-shadow: 0px 10px 16px -5px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 10px 16px -5px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 10px 16px -5px rgba(0, 0, 0, 0.13);
}
#container-header > .wrap {
  z-index: 111;
  position: relative;
}
.home-page #container-header + .uk-sticky-placeholder {
  display: none !important;
}
#header {
  height: 135px;
  color: #000000;
  text-align: center;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: none;
  height: 200px;
  line-height: 200px;
  display: inline-block;
  padding-left: 0;
  max-width: 200px;
  transition: 0.3s;
  transform-origin: top;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1);
}
#header #logo img {
  vertical-align: middle;
}
#navigation {
  float: right;
  height: 135px;
  color: #000000;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 135px;
  color: #000000;
  transition: 0.3s;
}
#navigation.nav2 {
  float: right;
}
#navigation.nav2 ul {
  float: right;
}
.booking-button {
  float: right;
  margin-right: -120px;
}
#navigation.nav1 {
  float: left;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 135px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
  transition: 0.3s;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a {
  float: left;
  display: inline-block;
  height: 135px;
  line-height: 135px;
  color: #000000;
  text-transform: uppercase;
  padding-top: 0px;
  padding-left: 28.5px;
  padding-right: 28.5px;
  position: relative;
  transition: 0.3s;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 135px;
  line-height: 135px;
  font-weight: 400;
  transition: 0.3s;
}
#navigation > ul > li:first-of-type a {
  padding-left: 0;
}
#navigation > ul > li > a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  display: block;
  height: 0px;
  background-color: #a6bad6;
  transition: 0.3s;
}
#navigation .material-icons {
  line-height: 135px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #000000;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
#navigation > ul > li > a:hover:after {
  height: 8px;
}
#navigation > ul > li.drop > a:hover:after {
  height: 0px;
}
/* Navigation divider */
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 5px;
  color: #f9f9f9;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 135px;
  height: 135px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
}
/* Sub navigation */
#navigation .sub-nav {
  position: absolute;
  top: 135px;
  left: 0px;
  display: none;
  color: #000000;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  padding: 10px 0;
  background-color: #f5f6f7;
  z-index: 897;
}
/* Align last dropdown to the right */
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  color: #000000;
  background: none;
  padding: 12px 28.5px;
  text-transform: none;
  background-color: #f5f6f7;
  border-bottom: solid #f5f6f7 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #ffffff;
  border-radius: 0px;
  background-color: #a6bad6;
  border-bottom: solid #a6bad6 1px;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
}
/* Second navigation if central logo */
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
.uk-sticky-below #header #logo {
  transform: translateX(-50%) scale(0.5);
  transform-origin: top;
}
.uk-sticky-below #header {
  height: 70px;
}
.uk-sticky-below #navigation li > a, .uk-sticky-below #navigation li > a strong, .uk-sticky-below #navigation li > a b .uk-sticky-below #navigation li > a, .uk-sticky-below #navigation ul li, .uk-sticky-below #navigation {
  height: 70px;
  line-height: 70px;
}
/* Mobile menu button */
#mobile-menu {
  float: right;
  display: none;
  line-height: 135px;
  height: 135px;
  transition: 0.3s;
}
#mobile-menu a {
  display: inline-block;
  color: #000000;
  margin: 0 0 0 12px;
  padding: 0;
  font-size: 24px;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 33px;
  vertical-align: middle;
}
/* Mobile quick call */
#header #mobile-link {
  display: none;
  line-height: 135px;
  height: 135px;
  float: right;
  transition: 0.3s;
}
#header #mobile-link a {
  color: #000000;
  font-size: 22px;
  transition: none !important;
}
#location-mobile, #booking-mobile {
  float: left;
  height: 135px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  display: none;
  transition: 0.3s;
}
#location-mobile a, #booking-mobile a {
  color: #000000;
}
#booking-mobile a {
  font-size: 15px;
  line-height: 1.1;
}
#booking-mobile {
  margin-right: 15px;
}
#location-mobile a {
  font-size: 25px;
}
.uk-sticky-below #location-mobile, .uk-sticky-below #header #mobile-link, .uk-sticky-below #mobile-menu, .uk-sticky-below #header {
  height: 70px;
  line-height: 70px;
}
.uk-sticky-below #booking-mobile {
  height: 70px;
}
.home-page #container-flash:after {
  display: none;
}
.home-page #home-top-container {
  position: relative;
}
.home-page #home-top-container:after {
  content: '';
  background-image: url(../edit/library/images/kiwi_cave_rafting_tear.png);
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 99;
  opacity: 0;
  transition: 2s;
  background-size: cover;
}
.home-page #home-top-container:after {
  opacity: 1;
  height: 66px;
}
#container-flash:after {
  content: '';
  background-image: url(../edit/library/images/kiwi_cave_rafting_tear.png);
  width: 100%;
  height: 66px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  opacity: 1;
  transition: 2s;
  background-size: cover;
}
.home-page #container-header {
  top: -140px;
  transition: 0.4s;
}
.home-page .loaded #container-header {
  top: 0;
}
/* Members bars */
.auth-details {
  height: auto;
  line-height: 1.5;
  text-align: right;
  color: #ffffff;
  background-color: #a6bad6;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 0;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.auth-details a {
  color: #ffffff;
}
.auth-details a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
}
/* Site messages */
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #ffffff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #ffffff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #ffffff;
  background-color: #999999;
}
#site-messages .success-message {
  color: #ffffff;
  background-color: #5ea90d;
}
#site-messages .error-message .wrap, #site-messages .alert-message .wrap, #site-messages .success-message .wrap {
  text-align: center;
}
/* Random images */
#container-flash.random-image {
  color: #ffffff;
  text-align: center;
  padding: 120px 0;
  min-height: 80px;
}
#container-flash.random-image a {
  color: #ffffff;
}
#container-flash.background-image.has-content {
  min-height: 25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#container-flash.backgroundimage-container .wrap {
  max-width: 950px;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  text-align: center;
  padding: 100px 50px;
}
#container-flash.backgroundimage-container .backgroundimage-content h1 {
  color: #ffffff;
  font-family: 'Rammetto One', Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
#container-flash.backgroundimage-container .backgroundimage-content p {
  color: #ffffff;
  font-family: 'Rammetto One', Helvetica, Arial, sans-serif;
  font-size: 130%;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin-top: 30px;
}
#container-flash.backgroundimage-container .backgroundimage-content p.center {
  margin-left: auto;
  margin-right: auto;
}
/* Rotating images */
.unslider {
  overflow: hidden;
}
.sliderimg .backgroundimage-content .wrap {
  max-width: 1575px;
}
.sliderimg .slidertext {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  width: auto;
  font-family: 'Rammetto One', Helvetica, Arial, sans-serif;
}
.sliderimg .slidertext h2 {
  color: #a6bad6;
  font-family: 'Rammetto One', Helvetica, Arial, sans-serif;
  font-size: 66px;
  font-weight: 300;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
.sliderimg .slidertext h3 {
  color: #ffffff;
  font-family: 'Rammetto One', Helvetica, Arial, sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
.unslider .align.center-vert {
  top: 54%;
}
.slider-text {
  font-family: 'Rammetto One', Helvetica, Arial, sans-serif;
}
.slider-text .button {
  margin-top: 70px;
}
.slider-text .rating {
  display: block;
  padding-bottom: 45px;
}
/*.sliderimg .slidertext span:nth-of-type(1) {
 font-size: 222.705px;
 letter-spacing: 0.01em;
 display: block;
 }
 .sliderimg .slidertext span:nth-of-type(2) {
 font-size: 66.812px;
 font-style: italic;
 display: block;
 margin-bottom: 20px;
 }
 .sliderimg .slidertext span:nth-of-type(3) {
 font-size: 59.388px;
 display: block;
 padding: 20px 0;
 color: #000000;
 background-color: #ffffff;
 text-align: right;
 margin-bottom: 25px;
 width: 97%;
 padding-right: 18px;
 @include border-box();
 }
 .sliderimg .slidertext span:nth-of-type(4) {
 font-size: 97.331px;
 display: block;
 color: #ffffff;
 margin-bottom: 5px;
 }
 .sliderimg .slidertext span:nth-of-type(5) {
 font-size: 92.382px;	
 display: block;
 }*/
.sliderimg .slidertext span:nth-of-type(1) {
  font-size: 98.705px;
  letter-spacing: 0.01em;
  display: block;
  margin-bottom: 12px;
}
.sliderimg .slidertext span:nth-of-type(2) {
  font-size: 64.812px;
  font-style: italic;
  display: block;
  margin-bottom: 20px;
}
.sliderimg .slidertext span:nth-of-type(3) {
  font-size: 82.388px;
  display: block;
  padding: 16px 0 10px;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 23px;
  width: 97%;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sliderimg .slidertext span:nth-of-type(4) {
  font-size: 50.331px;
  display: block;
  margin-bottom: 14px;
}
.sliderimg .slidertext span:nth-of-type(5) {
  font-size: 109.382px;
  display: block;
}
.slider-holder {
  position: relative;
  height: 100%;
  width: 100%;
}
.uk-slider {
  text-align: center;
}
.down-arrow {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  z-index: 99;
  font-size: 40px;
}
.down-arrow a {
  color: #ffffff !important;
}
/* Breadcrump area */
/* breadcrumb */
#breadcrumb {
  font-size: 12px;
  line-height: 1.5;
  padding: 16px 0 4px 0;
}
/* Main title area */
.container-main-title .content {
  line-height: 1.5;
  padding: 100px 0;
  padding-bottom: 0px;
}
/* Main title area spacing */
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
}
/* Main top area */
.container-main-top .content {
  line-height: 1.5;
  padding: 100px 0;
}
/* Main top area spacing */
.container-main-title + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
}
/* Main content area with layouts */
.content {
  line-height: 1.5;
  padding: 100px 0;
}
.content h1 {
  color: #000000;
}
.content article h1 {
  color: inherit;
}
.content h5:first-of-type, .content h6:first-of-type {
  padding-top: 15px;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
}
/* Layout defines main content widths */
/* Layout widths */
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
}
/* Layout side content */
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.5;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.5;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
}
/* Main areas spacing */
.container-main-title + .container-main .content {
  padding-top: 0px;
}
.container-main-top + .container-main .content {
  padding-top: 0px;
}
.container-main + .container-main .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main .content {
  padding-top: 0px;
}
/* Main bottom area */
.container-main-bottom .content {
  line-height: 1.5;
  padding: 100px 0;
}
/* Main bottom areas spacing */
.container-main-top + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-bottom .content {
  padding-top: 0px;
}
/* Backgrounds */
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* Overwrite padding for areas adjacent to backgrounds */
.container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
  padding-top: 100px;
}
.container-main-top.background + .container-main.background .content {
  padding-top: 0;
}
/* Overwrite padding for areas adjacent to backgrounds */
.container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
  padding-top: 100px;
}
/* Image boxes */
.imageboxes.textunder .module-image {
  position: relative;
}
.imageboxes.textunder .module-text {
  color: #000000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.imageboxes.textunder .module-text h2 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
/* Services */
.services.textunder .module-image {
  position: relative;
}
.services.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #a6bad6;
}
.services.textunder .module-text {
  color: #000000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.services.textunder .module-text h1 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.services.textunder .service-item:hover .module-text {
  color: #a6bad6;
}
.services.textunder .service-item:hover .module-text h1 {
  color: #a6bad6;
}
/* Staff */
.staff.textunder .module-image {
  position: relative;
}
.staff.textunder .module-text {
  color: #000000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.staff.textunder .module-text h4 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
/* Photo gallery */
.gallery.textunder .module-image {
  position: relative;
}
.gallery.textunder .module-text {
  color: #000000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.gallery.textunder .module-text h4 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
/* News */
.news.mainfirst .module-image {
  position: relative;
}
.news.mainfirst .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #a6bad6;
}
.news.mainfirst .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #a6bad6;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.news.mainfirst .news-item:hover .module-image:after {
  opacity: 0.7;
}
.news.mainfirst .module-image .view {
  display: none;
}
.news.mainfirst a.news-item:hover .module-image {
  opacity: 1 !important;
}
.news.mainfirst .module-text {
  display: block;
  color: #000000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.news.mainfirst .news-item-text-date {
  color: #a6bad6;
  font-weight: 600 !important;
}
.news.mainfirst .module-text h4 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.news.mainfirst .module-text h4:before {
  content: '/';
  display: inline-block;
  color: #a6bad6;
  padding-right: 5px;
}
.news.mainfirst .news-item:hover .module-text {
  color: #a6bad6;
}
.news.mainfirst .news-item:hover .module-text h4 {
  color: #a6bad6;
}
.news.mainfirst.one-column .news-item {
  margin-bottom: 50px !important;
}
.news-details-date {
  font-weight: 600 !important;
}
/* Testimonials */
.testimonials.speechbubble .testimonial-item-image {
  display: none;
  width: 32%;
  margin-bottom: 10px;
}
.testimonials.speechbubble .hasimage .testimonial-item-image {
  display: inline-block;
}
.testimonials.speechbubble .testimonial-item {
  color: #ffffff;
  padding: 20px 25px;
  border-radius: 0px !important;
  border: none;
  background-color: #a6bad6;
  border-bottom: solid #ffffff 40px;
  position: relative;
}
.testimonials.speechbubble .testimonial-item:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px !important;
  width: auto !important;
  height: 5px !important;
  background-color: #a6bad6;
  border: none !important;
}
.testimonials.speechbubble .testimonial-item-person {
  color: #000000;
  margin-top: 18px !important;
}
.testimonials.speechbubble .testimonial-item:after {
  right: 31px;
  border-color: #a6bad6 transparent transparent transparent !important;
}
/* Home page */
#home-container {
  overflow: hidden;
  position: relative;
}
#home-container:after {
  content: '';
  background-image: url(../edit/library/images/kiwi_cave_rafting_tear.png);
  width: 100%;
  height: 64px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  background-size: cover;
}
#home-container .backgroundimage-content {
  /*color:$text-color;*/
}
#home-top-container .wrap {
  max-width: 910px;
}
#home-page-gallery-container .gallery {
  margin-top: 25px;
}
#home-page-gallery-container .gallery.textunder .gallery-item:nth-of-type(1), #home-page-gallery-container .gallery.textunder .gallery-item:nth-of-type(3), #home-page-gallery-container .gallery.textunder .gallery-item:nth-of-type(4), #home-page-gallery-container .gallery.textunder .gallery-item:nth-of-type(6) {
  transform: translateY(50px);
}
#home-page-gallery-container .button {
  margin-top: 110px;
}
#home-bottom-container .button {
  margin-top: 80px;
}
/* Contact page */
#contact-us-bottom-container .wrap {
  /*max-width:none;*/
}
#contact-us-bottom-container .content {
  /*padding-bottom:0px;*/
}
#contact-us-bottom-container .map-holder {
  /*width:100% !important;*/
}
#the-tour-bottom-container .content {
  padding-top: 0;
}
#about-us-bottom-container .content {
  padding-top: 0;
}
#container-header.uk-sticky-fixed.uk-active.uk-sticky-below .sub-nav {
  top: 70px;
}
#container-header.uk-sticky-fixed.uk-active .sub-nav li, #container-header.uk-sticky-fixed.uk-active .sub-nav a {
  height: unset;
  line-height: unset;
}
/* Footer */
#container-footer {
  background: #a6bad6;
  position: relative;
}
.home-page #container-footer:after {
  content: '';
  background-image: url(../edit/library/images/kiwi_cave_rafting_tear_purple.png);
  width: 100%;
  height: 64px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  transform: scaleX(-1);
  background-size: cover;
}
#container-footer:after {
  content: '';
  background-image: url(../edit/library/images/kiwi_cave_rafting_tear.png);
  width: 100%;
  height: 64px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  transform: scale(-1);
  background-size: cover;
}
#container-footer .wrap {
  max-width: 1435px;
}
#footer {
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  line-height: 2.2;
  padding: 150px 0 100px;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #494849;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 45px;
  padding: 0;
}
#footer h3 {
  font-size: 30px;
  color: #494849;
  padding: 8px 0 12px;
}
#footer h3 a {
  color: #494849;
}
#footer h3 a:hover {
  color: #ffffff;
}
#footer .links {
  padding-top: 6px;
}
#footer .footer-left {
  float: left;
  width: 29%;
  text-align: left;
}
#footer .links.iconlinks a.link-item {
  display: inline-block;
  font-size: 35px;
}
#footer .links.iconlinks a.link-item:hover {
  /*background-color:$color-backgrounds-light;*/
}
#footer .footer-middle {
  float: left;
  width: 42%;
}
#footer .footer-middle img {
  max-width: 240px;
}
#footer .footer-middle a {
  display: block;
}
#footer .footer-middle a:hover {
  color: #494849;
}
#footer .footer-right {
  float: right;
  width: 29%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-right a {
  clear: both;
  float: left;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-right a:hover {
  color: #ffffff;
  padding-left: 15px;
}
#footer .footer-right a .material-icons {
  position: absolute;
  top: 8px;
  left: -18px;
  color: #494849;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-right a:hover .material-icons {
  left: -3px;
}
#footer .footer-right .logo1 {
  /*max-width: 200px;*/
  margin-right: 10px;
}
#footer .footer-right .logo2 {
  /*max-width: 140px;*/
}
.footer-nav1, .footer-nav2 {
  width: 43%;
  float: left;
}
.footer-nav2 {
  float: right;
}
#mobile-navigation .button, #footer .button {
  color: #231f20;
  text-align: center;
  padding: 7px 40px 2px;
  display: inline-block !important;
  margin: 7px 0 0 0;
}
#footer .button:hover {
  color: #000000 !important;
}
#footer .button {
  margin-left: -20px;
}
/* Base */
#container-base {
  background: #a6bad6;
  border-top: solid rgba(255, 255, 255, 0.1) 1px;
}
#base {
  color: #ffffff;
  font-size: smaller;
  line-height: 2.2;
  text-align: left;
  padding: 20px 0;
}
#base a {
  color: #ffffff;
}
#base a:hover {
  text-decoration: underline;
}
/* Grid */
.grid.two-column .grid-item {
  margin-bottom: 50px;
}
.grid.four-column .grid-item {
  margin-bottom: 50px;
}
/* Form */
.req {
  color: #D60309;
  font-weight: 600;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label {
  float: left;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 4px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  /* Custom styles here */
  /*border:none;*/
  background: none;
  height: 38px;
  font-size: 15px;
  padding: 8px 8px 8px 8px;
  background-color: #ffffff;
  border: solid #d1d1d2 1px;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item.recaptcha-item, .form-item.submit-item {
  padding-top: 15px;
}
/* Custom button */
.button, .form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  color: #221f1f;
  font-family: 'Rammetto One', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 17px 40px;
  background-color: #a6bad6;
  transition: 0.3s;
  border-radius: 30px;
  display: inline-block;
  border: 2px transparent solid;
}
.button:hover, .form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
  color: #a6bad6;
  background-color: transparent;
  border: 2px #a6bad6 solid;
}
.p .button, p .button {
  margin-top: 50px;
}
.button.light {
  background-color: #ffffff;
  color: #a6bad6;
  border: 2px solid transparent;
}
.button.light:hover {
  background-color: transparent;
  border: 2px solid #ffffff;
}
.button.dark {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid transparent;
}
.button.dark:hover {
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
}
.booking-button .button {
  display: initial;
  padding: 10px 50px;
  transition: background-color 0.3s;
}
/* UIKit */
.uk-icon > * {
  color: #ffffff;
}
.uk-position-center-right {
  right: -12%;
}
.uk-position-center-left {
  left: -12%;
}
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke-width: 4;
}
/* --------------------------------------------------- 
 TEMPLATE.RESPONSIVE.SCSS contains responsive design styles
 to effect the design layout based on screen resolution
 --------------------------------------------------- */
/* Mobile layout spacing */
/* Phone link */
/* Mobile menu */
/* Responsive start */
@media screen and (max-width: 1880px) {
  .booking-button {
    margin-right: 0;
  }
}
@media screen and (max-width: 1550px) {
  #navigation {
    font-size: 14px;
  }
  #navigation li > a {
    padding: 0px 15px;
  }
  .booking-button .button {
    padding: 4px 24px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1260px) {
  .sliderimg .slidertext {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* Small Screens / Tablets */
@media screen and (max-width: 1150px) {
  html {
    -webkit-text-size-adjust: none;
  }
  #none {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  }
  embed, object, iframe, .map-holder {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .img-left, .img-right {
    max-width: 50%;
  }
  #container2, #container-header, #container-navigation, #container-flash, #container-bread, #container-intro, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
    width: 100%;
  }
  #container1, .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header {
    height: auto;
  }
  #location-mobile, #booking-mobile {
    display: flex;
    /* Hide navigation for mobile */
  }
  #navigation {
    display: none !important;
  }
  #mobile-menu {
    display: inline-block;
  }
  #header #mobile-link {
    display: inline-block;
  }
  #mobile-navigation {
    position: absolute;
    top: 135px;
    background-color: #a6bad5;
    width: 100%;
    min-height: calc(100vh - 135px);
    text-align: center;
    padding-top: 100px;
    z-index: 100;
    text-align: center;
  }
  #mobile-navigation .wrap {
    text-align: center;
    background-color: #a6bad5;
    padding-bottom: 100px;
  }
  #mobile-navigation a {
    display: block;
    padding: 10px 0;
    color: #ffffff;
    text-transform: none;
    text-align: center;
    font-size: 23px;
  }
  #site-messages .wrap {
    padding: 0 0px;
  }
  #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
    padding: 15px 0px;
  }
  .sliderimg .slidertext h2 {
    font-size: calc(30px + 6vw);
  }
  .sliderimg .slidertext h3 {
    font-size: calc(30px + 6vw);
  }
  #container-flash.backgroundimage-container .backgroundimage-content h1 {
    font-size: calc(18px + 4vw);
  }
  #footer .footer-left {
    width: 47%;
    padding-bottom: 50px;
  }
  #footer .footer-right {
    width: 47%;
  }
  #footer .footer-middle {
    width: 100%;
    /* Grid class styles */
  }
  .grid .grid-item {
    float: left;
    display: inline-block;
  }
  .grid .grid-item img {
    vertical-align: middle;
    /* 7 column grid to 4 column */
  }
  .grid.seven-column .grid-item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .grid.seven-column .grid-item:nth-child(7n+8) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(4n+4) {
    margin-right: 0%;
  }
  .grid.seven-column .grid-item:nth-child(4n+5) {
    clear: both;
    /* 6,5,4,3 column grid to 2 column */
  }
  .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item, .grid.three-column .grid-item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 50px;
  }
  .grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 6%;
  }
  .grid.six-column .grid-item:nth-child(6n+7) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.six-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.five-column .grid-item:nth-child(5n+5) {
    margin-right: 6%;
  }
  .grid.five-column .grid-item:nth-child(5n+6) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.five-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 6%;
  }
  .grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.four-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.three-column .grid-item:nth-child(3n+3) {
    margin-right: 6%;
  }
  .grid.three-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.three-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.three-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .product-item {
    width: 32%;
    margin-right: 2%;
  }
  .products-holder div:nth-child(4n+4) {
    margin-right: 2%;
  }
  .products-holder div:nth-child(4n+5) {
    clear: none;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 0%;
  }
  .products-holder div:nth-child(3n+4) {
    clear: both;
  }
  .slider-holder {
    transform: scale(0.7);
  }
  #home-page-gallery-container .gallery.textunder .gallery-item:nth-of-type(1), #home-page-gallery-container .gallery.textunder .gallery-item:nth-of-type(3), #home-page-gallery-container .gallery.textunder .gallery-item:nth-of-type(4), #home-page-gallery-container .gallery.textunder .gallery-item:nth-of-type(6) {
    transform: none;
  }
  #home-page-gallery-container .gallery.textunder .gallery-item:nth-of-type(1), #home-page-gallery-container .gallery.textunder .gallery-item:nth-of-type(3), #home-page-gallery-container .gallery.textunder .gallery-item:nth-of-type(5) {
    transform: translateY(40px);
  }
}
@media screen and (max-width: 960px) {
  .slider-holder {
    transform: scale(1);
  }
}
@media screen and (max-width: 850px) {
  #home-container .layout.half {
    float: left;
    width: 100%;
  }
  #home-container .layout-two-col-equal .layout.half + .layout.half {
    display: none;
  }
  #home-container:before {
    top: 0px;
    left: 0px;
    right: 0%;
    bottom: 0px;
    transform: rotate(0deg);
  }
  #home-container:after {
    display: none;
  }
  .sliderimg .slidertext {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sliderimg .slidertext h2 {
    transform: scale(0.7);
    transform-origin: center;
  }
}
/* Small Tablets */
@media screen and (max-width: 650px) {
  #mobile-link {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    /* Three column equal */
  }
  .layout-three-col-equal .layout.third {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 18px;
  }
  .layout-three-col-equal .layout.third.gap {
    margin-left: 0%;
  }
  .layout.half, .layout.main, .layout.side, .layout.middle, .layout.third {
    float: none !important;
    width: 100% !important;
  }
  .layout.gap, .layout.third.gap {
    margin-left: 0%;
  }
  .layout.main {
    margin-bottom: 50px;
  }
  .layout-two-col-equal .layout.half + .layout.half {
    margin-top: 50px;
  }
  #footer .footer-left {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 50px;
  }
  #footer .footer-right {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
  #footer .button {
    margin: 0;
    /* 7,6,5,4,3,2 column grid to 1 column */
  }
  .grid.seven-column .grid-item, .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item, .grid.three-column .grid-item, .grid.two-column .grid-item {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 15px;
    /* Videos */
  }
  .video-holder .video-item {
    width: 45%;
    margin-right: 10%;
  }
  .video-holder div:nth-child(3n+3) {
    margin-right: 10%;
  }
  .video-holder div:nth-child(3n+4) {
    clear: none;
  }
  .video-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .video-holder div:nth-child(2n+3) {
    clear: left;
  }
  .subscription-plans .subscription-plan {
    width: 47%;
    margin-right: 6%;
  }
  .subscription-plans div.subscription-plan:nth-child(3n+3) {
    margin-right: 6%;
  }
  .subscription-plans div.subscription-plan:nth-child(3n+4) {
    clear: none;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+2) {
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+3) {
    clear: left;
  }
  .pricelist-header .pricelist-price, .pricelist-header .pricelist-inclusive {
    display: none;
  }
  .pricelist-product {
    float: left;
    width: 75%;
    margin-right: 2%;
    padding-bottom: 6px;
  }
  .pricelist-price {
    clear: left;
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 2%;
  }
  .pricelist-inclusive {
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 2%;
  }
  .pricelist-qty {
    float: right;
    width: 23%;
  }
  .product-item {
    width: 47%;
    margin-right: 6%;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 6%;
  }
  .products-holder div:nth-child(3n+4) {
    clear: none;
  }
  .products-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .products-holder div:nth-child(2n+3) {
    clear: both;
  }
  .form-item .label, .form-item .label2 {
    margin-bottom: 2px;
  }
  .form-item .label, .form-item .label2, .form-item .input, .form-item .select, .form-item .checkbox, .form-item .radio, .form-item .textarea, .form-item .label-padding, .form-item .subbut, .form-item .g-recaptcha, #recaptcha_image {
    width: 100% !important;
    padding-left: 0px;
    margin-left: 0%;
  }
  .form-item .g-recaptcha > div > div {
    max-width: 100%;
    overflow: hidden;
  }
  .recaptcha_input .input {
    padding-right: 0px;
  }
  .recaptcha_options li a {
    top: 0px;
  }
  .shopping-cart-list .shopping-cart-list-header {
    display: none;
  }
  .shopping-cart-list .shopping-cart-list-items {
    padding: 4px 10px;
    border: solid #f0e8e6 1px;
    border-radius: 3px;
    margin-bottom: 15px;
    position: relative;
  }
  .shopping-cart-list .scl-image {
    float: right;
    position: absolute;
    text-align: center;
    right: 5px;
    top: 8px;
    width: 20%;
    max-height: 60px;
  }
  .shopping-cart-list .scl-image img {
    max-height: 60px;
  }
  .shopping-cart-list .scl-products {
    width: 100%;
    min-height: 60px;
    padding-right: 0%;
  }
  .shopping-cart-list .scl-products-title {
    float: left;
    width: 68%;
  }
  .shopping-cart-list .scl-products-additional {
    clear: both;
    width: 100%;
  }
  .shopping-cart-list .scl-products .cart-msg-box, .shopping-cart-list .scl-products .cart-msg-type, .shopping-cart-list .scl-products .cart-msg-messages {
    width: 98%;
  }
  .msg-small {
    font-size: 13px;
    line-height: 17px;
  }
  .shopping-cart-list .scl-quantity {
    clear: both;
    width: 59%;
    text-align: left;
    padding-right: 0px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: solid #f0e8e6 1px;
  }
  .shopping-cart-list .scl-quantity .scl-quantity-text {
    float: left;
    display: inline-block;
    padding-right: 3%;
    line-height: 26px;
    font-size: 14px;
  }
  .shopping-cart-list .scl-quantity input {
    float: left;
    font-size: 15px;
    display: inline-block;
    margin-right: 12%;
  }
  .shopping-cart-list .remove-link {
    float: left;
    display: inline-block;
    text-align: left;
    line-height: 26px;
    font-size: 12px;
  }
  .shopping-cart-list .scl-price {
    width: 40%;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    padding-right: 1%;
    margin-top: 8px;
    padding-top: 8px;
    border-top: solid #f0e8e6 1px;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-space, .shopping-cart-totals .shopping-cart-total-final .totals-space, #sc-subtotals .totals-space-base {
    display: none;
  }
  .shopping-cart-totals .shopping-cart-total-item, .shopping-cart-totals .shopping-cart-total-final {
    display: block;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-text, .shopping-cart-totals .shopping-cart-total-final .totals-text {
    float: left;
    width: 66%;
    text-align: left;
    padding-right: 0;
    padding-left: 4%;
    margin: 0 0 0 0;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
    float: left;
    width: 26%;
    font-size: 15px;
    padding-right: 4%;
    margin: 0 0 0 0;
  }
  .address-selector li {
    width: 48%;
  }
  .cart-checkradio-holder .checkradio {
    width: 50%;
  }
  .payment-radio-holder {
    width: 10%;
  }
  .payment-holder {
    width: 90%;
  }
  .gallery.textunder .gallery-item {
    width: 48% !important;
    margin-right: 4% !important;
  }
  .gallery.textunder .gallery-item:nth-of-type(2n + 2) {
    margin-right: 0 !important;
  }
  #footer {
    display: flex;
    flex-direction: column;
  }
  #footer .footer-left, #footer .footer-right, #footer .footer-middle {
    width: 100%;
    text-align: center;
  }
  #footer .footer-left {
    order: 1;
  }
  #footer .footer-middle {
    order: 2;
    padding-bottom: 50px;
  }
  #footer .footer-right {
    order: 3;
  }
  #footer .footer-nav1, #footer .footer-nav2 {
    width: 100%;
  }
  #footer .footer-right .logo2, #footer .footer-right .logo1 {
    display: inline-block;
    margin: 0;
  }
  #footer .footer-right .logo1 {
    max-width: 155px;
  }
  #footer .footer-right .logo2 {
    max-width: 100px;
  }
  #footer h4 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 620px) {
  .slider-holder {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 540px) {
  .wrap, #container-flash.backgroundimage-container .backgroundimage-content {
    max-width: 480px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sliderimg .slidertext h2 {
    transform: scale(0.4);
    transform-origin: center;
  }
}
/* Phones */
@media screen and (max-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  }
  embed, object, iframe, .map-holder {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #header #mobile-menu, #header #mobile-link {
    line-height: 80px;
    height: 80px;
    float: right;
  }
  #header #mobile-link a {
    color: #000000;
    font-size: 22px;
    vertical-align: middle;
  }
  #header #location-mobile {
    line-height: 80px;
  }
  #location-mobile, #booking-mobile {
    float: left;
    height: 80px;
    display: flex;
    align-items: center;
    line-height: 1.2;
  }
  #location-mobile a, #booking-mobile a {
    color: #000000;
  }
  .home-page #container-flash .unslider:after {
    background-size: contain;
    background-position: bottom;
    height: 20px;
  }
  .uk-sticky-below #mobile-menu, .uk-sticky-below #location-mobile, .uk-sticky-below #header #mobile-link, .uk-sticky-below #header {
    height: 50px !important;
    line-height: 50px !important;
  }
  .uk-sticky-below #booking-mobile {
    height: 50px;
  }
  #mobile-navigation {
    top: 80px;
    padding-top: 80px;
  }
  ul li {
    line-height: 26px;
    padding-bottom: 8px;
    background-position: 5px 9px;
  }
  ul > li:before {
    top: 0px;
  }
  #container1 {
    width: 100%;
  }
  #container2 {
    width: 100%;
  }
  #header {
    height: 80px;
  }
  #header #logo {
    height: 80px;
    line-height: 80px;
    max-width: 120px;
  }
  .slider-text .button {
    margin-top: 40px;
  }
  #slider, #flash, #image-rotator {
    display: block !important;
  }
  .sliderimg .slidertext {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content .img-left, .content .img-right, .content .img-center {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    padding: 10px 0;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content, .layout.side p, .layout.side .side-holder {
    font-size: 16px;
    line-height: 24px;
  }
  .content h1 {
    font-size: 38px;
    line-height: 38px;
    padding-bottom: 15px;
  }
  .content h2 {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 15px;
  }
  .content h3 {
    font-size: 26px;
    line-height: 24px;
  }
  .content h4 {
    font-size: 22px;
    line-height: 24px;
  }
  .layout.side h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .layout.side h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .small {
    font-size: 15px;
    line-height: 23px;
  }
  .large {
    font-size: 17px;
    line-height: 25px;
    /* Set new spacing for mobile*/
    /* Breadcrump area */
  }
  /* breadcrumb */
  #breadcrumb {
    padding: 16px 0px 4px 0px;
    /* Hide/show element that should only show on mobile */
  }
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: inline;
  }
  #container-flash.backgroundimage-container .backgroundimage-content {
    padding-top: 50px;
    padding-bottom: 70px;
    /* Main title area */
  }
  .container-main-title .content {
    padding: 45px 0px;
    padding-bottom: 0px;
    /* Main title area spacing */
  }
  .container-main-title + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-title .content {
    padding-top: 0px;
    /* Main top area */
  }
  .container-main-top .content {
    padding: 45px 0px;
    /* Main top area spacing */
  }
  .container-main-title + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-top .content {
    padding-top: 0px;
    /* Main content area with layouts */
  }
  .content {
    padding: 45px 0px;
    /* Main areas spacing */
  }
  .container-main-title + .container-main .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main .content {
    padding-top: 0px;
  }
  .container-main + .container-main .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main .content {
    padding-top: 0px;
    /* Main bottom area */
  }
  .container-main-bottom .content {
    padding: 45px 0px;
    /* Backgrounds */
  }
  .container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
    padding-top: 45px;
    padding-bottom: 45px;
    /* Overwrite padding for areas adjacent to backgrounds */
  }
  .container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
    padding-top: 45px;
    /* Overwrite padding for areas adjacent to backgrounds */
  }
  .container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
    padding-top: 40px;
  }
  .home-page #container-flash:after {
    background-position: bottom;
  }
  #footer {
    padding-top: 70px;
    padding-bottom: 45px;
    /* Site Map */
  }
  .sitemap-holder {
    width: 100%;
  }
  .mobile-image {
    width: 100%;
    height: 375px;
    object-fit: cover;
    object-position: 60%;
    border-radius: 20px;
    /* Grid */
  }
  .grid .grid-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Video */
  }
  .video-holder .video-item {
    width: 100%;
    margin-right: 0%;
  }
  .product-item {
    width: 100%;
    margin-right: 0%;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 0%;
  }
  .subscription-plans .subscription-plan {
    width: 100%;
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+2) {
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+3) {
    clear: none;
  }
  .subscription-table .subscription-left, .subscription-table .subscription-middle, .subscription-table .full-subscription-middle, .subscription-table .subscription-right {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #f1f1f1 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .subscription-table .subscription-left {
    padding-top: 8px;
    border-bottom: none;
  }
  .subscription-table .subscription-middle {
    border-top: none;
    border-bottom: none;
  }
  .subscription-table .full-subscription-middle {
    padding-bottom: 8px;
    border-top: none;
  }
  .subscription-table .subscription-right {
    padding-bottom: 8px;
    border-top: none;
  }
  .address-selector li {
    width: 100%;
    margin-bottom: 18px;
  }
  .cart-checkradio-holder .checkradio {
    width: 100%;
    /* iPhone zoom fix */
  }
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 16px !important;
  }
  #home-bottom-container .button {
    margin-top: 25px;
  }
  .button {
    font-size: 14px;
  }
  .p .button, p .button {
    margin-top: 15px;
  }
  #home-page-gallery-container .button {
    margin-top: 30px;
  }
  #home-page-gallery-container .gallery.textunder .gallery-item:nth-of-type(1), #home-page-gallery-container .gallery.textunder .gallery-item:nth-of-type(3), #home-page-gallery-container .gallery.textunder .gallery-item:nth-of-type(5) {
    transform: translateY(20px);
  }
}
/* Max heights */
@media screen and (max-height: 825px) and (max-width: 480px) {
  .unslider .align.center-vert {
    top: 45%;
  }
}
@media screen and (max-height: 825px) {
  .sliderimg .slidertext h2 {
    transform: scale(0.6) !important;
    transform-origin: center;
  }
}
@media screen and (max-height: 625px) {
  .sliderimg .slidertext h2 {
    transform: scale(0.4) !important;
    transform-origin: center;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fall.scss%22%2C%22template.core.scss%22%2C%22template.scss%22%2C%22template.responsive.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CmDAAA%3BAAAA%2C0DAAA%3BAAAA%2CwCAAA%3BAAAA%2CwCAAA%3BAAAA%2CuCAAA%3BAAAA%2C0DAAA%3BAAAA%2CkCAAA%3BAAAA%3B%3B%3BuDAAA%3BAAAA%2CsBAAA%3BACcA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BADjBA%2CeAAA%3BACqBA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAAGD%3BAAAA%2CgBAAA%3BAAAA%3BADlCA%2CmBAAA%3BACsCA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAD5CD%2C0BAAA%3BACiDC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%3BiBAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BADtDD%2CiBAAA%3BACyDC%3BAAAA%2CwBAAA%3BAAAA%3BADzDD%2CoBAAA%3BAAAA%2CkBAAA%3BAAAA%2CeAAA%3BAAAA%2CqBAAA%3BACgFA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAKC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAD%2FFD%2CiBAAA%3BACqGC%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAED%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAuBA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BADhJF%2CaAAA%3BACwJA%3BAAAA%2C4BAAA%3BAAAA%3BAAMC%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%2CyBAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C2BAAA%3BAAAA%3BADlKD%2CsBAAA%3BACsKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BADtKA%2CsBAAA%3BACmLA%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BADnLA%2CkBAAA%3BACkMC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BADtMD%2CeAAA%3BAC8MC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BADlND%2CuBAAA%3BACwNC%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BADpPD%2CkBAAA%3BAC%2BPA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUA%3BAAAA%2CgBAAA%3BAAAA%3BAAEF%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAD%2FSF%2C4BAAA%3BAC2TA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%3BgBAAA%3BAAAA%3BAD5TA%2CkDAAA%3BAC%2BTA%3BAAAA%2CgBAAA%3BAAAA%3BAD%2FTA%2CuDAAA%3BACmUA%3BAAAA%2CgBAAA%3BAAAA%3BADnUA%2CmCAAA%3BACsUA%3BAAAA%3BcAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BcAAA%3BAAAA%3BADxUA%2CcAAA%3BAC2UA%3BAAAA%3BcAAA%3BAAAA%3BAD3UA%2CoBAAA%3BACoVA%3BAAAA%3B%3B%3BWAAA%3BAAAA%3BADpVA%2CuDAAA%3BAC2VA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAAEC%3BAAAA%2CyBAAA%3BAAAA%3BAASA%3BAAAA%2CaAAA%3BAAAA%3BAAEC%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BADhXF%2CmBAAA%3BACyXA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BADjYA%2C0EAAA%3BACkZA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAiBA%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BADnbA%2CYAAA%3BACgcA%3BAAAA%2C4BAAA%3BAAAA%3BAAGC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%2CyBAAA%3BAAAA%3BADndH%2CuBAAA%3BACydE%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CwBAAA%3BAAAA%3BAD7dH%2CoBAAA%3BACieE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYC%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAaC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BeAAA%3BAAAA%3BADjgBL%2CYAAA%3BACygBE%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOC%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BADzhBH%2CqBAAA%3BACoiBE%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAcC%3BAAAA%2CgBAAA%3BAAAA%3BAAED%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAaC%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%3BeAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BADtmBJ%2CwBAAA%3BACgoBG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAaC%3BAAAA%2CgBAAA%3BAAAA%3BAD7oBJ%2CoBAAA%3BACkpBI%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BADlpBJ%2CsCAAA%3BAC8pBK%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAiBC%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAaD%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BcAAA%3BAAAA%3BAD3sBL%2CuCAAA%3BACktBE%3BAAAA%2CeAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAMD%3BAAAA%2C2BAAA%3BAAAA%3BAD%2FuBD%2CwBAAA%3BACkvBC%3BAAAA%3BgBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAD%2FvBH%2CkBAAA%3BAC4wBC%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3B6BAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAD5xBF%2CmBAAA%3BACmyBC%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAAEA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BADr1BF%2CqBAAA%3BAAAA%2CgBAAA%3BAC61BC%3BAAAA%3B%3B8BAAA%3BAAAA%3BAD71BD%2CyBAAA%3BACu2BC%3BAAAA%3BmBAAA%3BAAAA%3BADv2BD%2CqBAAA%3BACg3BC%3BAAAA%3B%3BsBAAA%3BAAAA%3BADh3BD%2CmBAAA%3BAC03BC%3BAAAA%3BqBAAA%3BAAAA%3BAD13BD%2CoCAAA%3BACm4BC%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAD%2F5BF%2CwCAAA%3BAAAA%2CmBAAA%3BAC46BE%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BADn7BF%2CuBAAA%3BAAAA%2CsBAAA%3BAC27BG%3BAAAA%2CeAAA%3BAAAA%3BAD37BH%2C0BAAA%3BAC%2B7BG%3BAAAA%2CeAAA%3BAAAA%3BAD%2F7BH%2C2BAAA%3BACm8BG%3BAAAA%2CeAAA%3BAAAA%3BADn8BH%2C8BAAA%3BACu8BG%3BAAAA%2CeAAA%3BAAAA%3BADv8BH%2C4BAAA%3BAC28BG%3BAAAA%2CeAAA%3BAAAA%3BAD38BH%2C6BAAA%3BAC%2B8BG%3BAAAA%2CeAAA%3BAAAA%3BAD%2F8BH%2CwBAAA%3BACm9BG%3BAAAA%2CeAAA%3BAAAA%3BADn9BH%2CyBAAA%3BAC09BG%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%2CmBAAA%3BAAAA%3BAASA%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWC%3BAAAA%2CoBAAA%3BAAAA%3BAD1gCL%2CsBAAA%3BACohCC%3BAAAA%3BqBAAA%3BAAAA%3BADphCD%2C%2BBAAA%3BAAAA%2CiBAAA%3BAAAA%2CyDAAA%3BAAAA%3B%3B%3B%3BIAAA%3BAAAA%2CuCAAA%3BACyiCC%3BAAAA%3BuBAAA%3BAAAA%3BADziCD%2CYAAA%3BACmjCA%3BAAAA%2CsBAAA%3BAAAA%3BAAIC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOC%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoBAAA%3BAAAA%3BADnmCF%2CUAAA%3BAC%2BmCC%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAQC%3BAAAA%2C6BAAA%3BAAAA%3BADvnCF%2CuCAAA%3BAAAA%2CyBAAA%3BAAAA%2CuBAAA%3BAC4oCE%3BAAAA%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%2CyBAAA%3BAAAA%3BADhpCH%2CmBAAA%3BACqpCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BADjqCH%2CmBAAA%3BACoqCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BADhrCH%2CmBAAA%3BACmrCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD%2FrCH%2CmBAAA%3BACksCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD9sCH%2CmBAAA%3BACitCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAD%2FtCH%2CmBAAA%3BACkuCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BADhvCH%2CmBAAA%3BACmvCE%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%2CqBAAA%3BAAAA%3BAD3vCH%2CeAAA%3BACowCE%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAOC%3BAAAA%2CaAAA%3BAAAA%3BAD3wCH%2C2BAAA%3BACkxCC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAD5zCH%2C2BAAA%3BACs0CC%3BAAAA%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BADv1CF%2CsCAAA%3BACk2CC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3B6BAAA%3BAAAA%3BADt3CF%2CiBAAA%3BAC63CC%3BAAAA%2CiBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BADh5CH%2CcAAA%3BACs5CC%3BAAAA%3B%3BsBAAA%3BAAAA%3BADt5CD%2CwBAAA%3BAC%2B5CC%3BAAAA%2CiBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3BuBAAA%3BAAAA%3BAAIC%3BAAAA%3BsBAAA%3BAAAA%3BAAKD%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAGF%3BAAAA%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BADr9CF%2CYAAA%3BACi%2BCE%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BADj%2BCF%2C2BAAA%3BACk%2FCE%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BADv%2FCF%2CmBAAA%3BACogDE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%2CoBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMC%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3BeAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAMC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAUD%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAYA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAOC%3BAAAA%2CmBAAA%3BAAAA%3BAD1pDH%2CkCAAA%3BACoqDC%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOF%3BAAAA%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAD3rDD%2C6BAAA%3BACqsDC%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BADhuDH%2CyBAAA%3BAC2uDE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3BaAAA%3BAAAA%3BAAMF%3BAAAA%2CuBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BADlwDF%2C4BAAA%3BACywDE%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3BgCAAA%3BAAAA%3BADlxDF%2C8BAAA%3BACyxDC%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAASC%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAD5zDH%2CsBAAA%3BACo0DC%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BADl1DF%2CwBAAA%3BAC21DC%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BADt2DD%2C0BAAA%3BACw3DE%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%2C4BAAA%3BAAAA%3BADr4DF%2CiBAAA%3BAC84DE%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAOD%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD95DF%2CWAAA%3BACu6DG%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3BeAAA%3BAAAA%3BAD56DJ%2CoCAAA%3BACq7DC%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%2CkBAAA%3BAAAA%3BAAKD%3BAAAA%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3BcAAA%3BAAAA%3BAAWD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMD%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%2CcAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3BcAAA%3BAAAA%3BAAOD%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAoBA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAWA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAOH%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAD3sEH%2CmBAAA%3BACytEI%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAkBC%3BAAAA%2CkBAAA%3BAAAA%3BAAYF%3BAAAA%2CmBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%3BcAAA%3BAAAA%3BADpwEH%2CeAAA%3BAC8wEG%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%2CsBAAA%3BAAAA%3BADlyEJ%2CqBAAA%3BACwyEC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAA2BA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAACC%3BAAAA%3B%3B%3B%3BkDAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BoDAAA%3BAAAA%3BAAAA%3BADt1EH%2CoCAAA%3BACi2EC%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAQD%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAAMF%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CWAAA%3BAAAA%3BAD96EH%2CqBAAA%3BACs7EC%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIC%3BAAAA%2C%2BDAAA%3BAAAA%3BAACA%3BAAAA%2C6DAAA%3BAAAA%3BAACA%3BAAAA%2C%2BDAAA%3BAAAA%3BAACA%3BAAAA%2C4DAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAeA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BADriFD%3B%3B%3BuDAAA%3BAAAA%2CaAAA%3BAAAA%2CgBAAA%3BAAAA%2CYAAA%3BAAAA%2CgBAAA%3BAAAA%2CaAAA%3BAAAA%2CWAAA%3BAAAA%2CUAAA%3BAAAA%2CcAAA%3BAAAA%2CWAAA%3BAAAA%2CaAAA%3BAAAA%2CYAAA%3BAAAA%2CeAAA%3BAEoIA%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%2CmBAAA%3BAAAA%3BAF9IA%2CmBAAA%3BAEkJA%3BAAAA%2CiBAAA%3BAAAA%3BAFlJA%2C0BAAA%3BAEuJC%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3BiBAAA%3BAAAA%3BAFzJD%2CiBAAA%3BAE4JC%3BAAAA%2CwBAAA%3BAAAA%3BAF5JD%2CoBAAA%3BAAAA%2CkBAAA%3BAAAA%2CeAAA%3BAAAA%2CqBAAA%3BAEmLA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAQC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAEA%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%2CiBAAA%3BAAAA%3BAF%2FMA%2CiBAAA%3BAEuNC%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAED%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%2CiBAAA%3BAAAA%3BAFzOA%2CaAAA%3BAEgPA%3BAAAA%2C4BAAA%3BAAAA%3BAFhPA%2CkBAAA%3BAEyPC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAF7PD%2CkBAAA%3BAEmQA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAF3TA%2C0EAAA%3BAE%2BUA%3BAAAA%2C4BAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAF9VA%2CYAAA%3BAEwWA%3BAAAA%3B%3B%3B%3B%3B%3BqDAAA%3BAAAA%3BAAUC%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuCAAA%3BAAAA%3BAAaC%3BAAAA%2CyBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAaC%3BAAAA%2CeAAA%3BAAAA%3BAAGC%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAAKD%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAeC%3BAAAA%2CgBAAA%3BAAAA%3BAAED%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAaC%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAASC%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%2CqBAAA%3BAAAA%3BAAEA%3BAAAA%3BeAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BAASA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAF1gBJ%2CwBAAA%3BAE%2BhBG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAeC%3BAAAA%2CgBAAA%3BAAAA%3BAF9iBJ%2CoBAAA%3BAEmjBI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAFnjBJ%2CsCAAA%3BAEkkBK%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAmBC%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAaD%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BcAAA%3BAAAA%3BAFjnBL%2CuCAAA%3BAEwnBE%3BAAAA%2CeAAA%3BAAAA%3BAAcF%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAF%2FoBA%2CwBAAA%3BAE2pBC%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAF1qBH%2CuBAAA%3BAEmrBA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUC%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAKD%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%2CeAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAcC%3BAAAA%3BeAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeA%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2CSAAA%3BAAAA%3BAF1xBD%2CkBAAA%3BAEiyBC%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3B6BAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAFjzBF%2CmBAAA%3BAEwzBC%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAAEA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAF31BH%2CmBAAA%3BAEm2BC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAQA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWa%3BAAAA%3BqBAAA%3BAAAA%3BAFn5BhB%2CqBAAA%3BAE25BC%3BAAAA%2CmBAAA%3BAAAA%3BAAEC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B4DAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWD%3BAAAA%2CWAAA%3BAAAA%3BAAIF%3BAAAA%2C4DAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAF78BA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAEw%2FBA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAaA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASC%3BAAAA%2C4BAAA%3BAAAA%3BAFjjCD%2CqBAAA%3BAAAA%2CgBAAA%3BAEyjCC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAFzjCD%2CqBAAA%3BAEokCC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAFpkCD%2C6BAAA%3BAE2kCC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAF9kCD%2CmBAAA%3BAEolCC%3BAAAA%3BmBAAA%3BAAAA%3BAFplCD%2C2BAAA%3BAE0lCC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAF7lCD%2CoCAAA%3BAEmmCC%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAF%2FnCF%2CwCAAA%3BAAAA%2CmBAAA%3BAE4oCE%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAFnpCF%2CyBAAA%3BAEypCG%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%2CmBAAA%3BAAAA%3BAASA%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWC%3BAAAA%2CoBAAA%3BAAAA%3BAFzsCL%2CwBAAA%3BAE8sCC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAFjtCD%2CsBAAA%3BAEytCC%3BAAAA%3BmBAAA%3BAAAA%3BAFztCD%2C%2BBAAA%3BAEguCC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAFjuCD%2CiBAAA%3BAEuuCE%3BAAAA%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%3BwBAAA%3BAAAA%3BAF%2FuCF%2CyDAAA%3BAEwvCE%3BAAAA%2CqBAAA%3BAAAA%3BAAmBM%3BAAAA%2CiBAAA%3BAAAA%3BAF3wCR%2CyDAAA%3BAEgxCE%3BAAAA%2CqBAAA%3BAAAA%3BAFhxCF%2CiBAAA%3BAEwyCE%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAFvzCH%2CcAAA%3BAE20CE%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeH%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAFr3CJ%2CWAAA%3BAE63CE%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAF54CH%2CmBAAA%3BAE%2B5CE%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAF96CH%2CUAAA%3BAEk8CE%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAeC%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CwBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYC%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%2CiCAAA%3BAAAA%3BAAIC%3BAAAA%2C8BAAA%3BAAAA%3BAF1hDH%2CkBAAA%3BAEkiDE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%2CwBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAYD%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%3BuEAAA%3BAAAA%3BAFrkDF%2CeAAA%3BAE8kDA%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAcA%3BAAAA%2CwBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAID%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAOA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAF1nDA%2CkBAAA%3BAEioDC%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIF%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAFxpDA%2CYAAA%3BAE%2BpDA%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%2CgDAAA%3BAAAA%3BAAIF%3BAAAA%3BaAAA%3BAAAA%3BAAIC%3BAAAA%2CmBAAA%3BAAAA%3BAAID%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUC%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUC%3BAAAA%2CaAAA%3BAAAA%3BAAIF%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAIH%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQC%3BAAAA%2C4BAAA%3BAAAA%3BAAID%3BAAAA%2CqBAAA%3BAAAA%3BAFr1DA%2CUAAA%3BAE01DA%3BAAAA%3BiDAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAFv2DF%2CUAAA%3BAE82DC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAFl3DD%2CUAAA%3BAE83DE%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAoBA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAFv8DH%2CmBAAA%3BAE68DI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAA6BC%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAgBL%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAMC%3BAAAA%3B4BAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3BoCAAA%3BAAAA%3BAFthEA%2CWAAA%3BAE8hEA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAFziEA%3B%3B%3BuDAAA%3BAAAA%2C2BAAA%3BAAAA%2CgBAAA%3BAAAA%2CiBAAA%3BAAAA%2CsBAAA%3BAG2BA%3BAAEC%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%2CoBAAA%3BAAAA%3BAAIC%3BAAAA%2CsBAAA%3BAAAA%3BAAID%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAMD%3BAAEC%3BAAAA%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BAHpDD%2C6BAAA%3BAG8DA%3BAAEC%3BAAAA%2CmCAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAUD%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3BoCAAA%3BAAAA%3BAAMA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWA%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAASA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAOA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3B0BAAA%3BAAAA%3BAAIC%3BAAAA%3BmCAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3ByCAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAQC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAGF%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAED%3BAAAA%2C0BAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAQA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAOD%3BAAEC%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAMD%3BAAEC%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BqCAAA%3BAAAA%3BAAKC%3BAAAA%3B6BAAA%3BAAAA%3BAAAA%3BAHpUF%2CmBAAA%3BAG4UA%3BAAOC%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAASE%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%2CoBAAA%3BAAAA%3BAAKD%3BAAAA%3B2BAAA%3BAAAA%3BAASA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B6CAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAaD%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BeAAA%3BAAAA%3BAAMD%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAOA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAgBA%3BAAAA%3BqBAAA%3BAAAA%3BAAEA%3BAAAA%2CuBAAA%3BAAAA%3BAAEA%3BAAAA%2CaAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%2CqBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAMA%3BAAAA%3BsBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAaA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWF%3BAAAA%2CeAAA%3BAAAA%3BAASA%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%2CeAAA%3BAAAA%3BAACC%3BAAAA%2CeAAA%3BAAAA%3BAAED%3BAAAA%3BgCAAA%3BAAAA%3BAAKC%3BAAAA%2C%2BBAAA%3BAAAA%3BAAID%3BAAAA%3B2BAAA%3BAAAA%3BAAKC%3BAAAA%3BuBAAA%3BAAAA%3BAAOA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAID%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3B6BAAA%3BAAAA%3BAAAA%3BAH7tBD%2CYAAA%3BAGquBA%3BAAEC%3BAAAA%2CmCAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAASD%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAMD%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%2CmBAAA%3BAAAA%3BAAcD%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAaA%3BAAAA%3BiCAAA%3BAAAA%3BAAQA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAKC%3BAAAA%2CaAAA%3BAAAA%3BAAKD%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMD%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAMC%3BAAAA%3BwBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAYD%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAAEA%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAKA%2CkBAAA%3BAAGC%3BAAAA%3B2DAAA%3BAAAA%3BAAKD%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3B0BAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B6DAAA%3BAAAA%3BAASA%3BAAAA%3B6DAAA%3BAAAA%3BAAoBA%3BAAAA%2CsBAAA%3BAAAA%3BAAmBF%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAAGD%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAaA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BwBAAA%3BAAAA%3BAASA%3BAAAA%3ByBAAA%3BAAAA%3BAAKD%3BAAAA%2C%2BBAAA%3BAAAA%3BAAmBA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAHxpCD%2CiBAAA%3BAGmqCC%3BAAEC%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEC%3BAAAA%3B6BAAA%3BAAAA%3BAAAA%3BAAMD%3BAAEC%3BAAAA%3B6BAAA%3BAAAA%3BAAAA%22%7D */