@media screen and (min-width: 50em) {
  html {font-size: 2vw;}
}
/*
** Main Navigation Menu
*/
.mainMenu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  font-size: 16px;
}
.mainMenu .leftCap {
  width: 15%;
  height: 71px;
  background-image: url("/images/navCapLeft.png");
  background-repeat: no-repeat;
  float: left;
  background-position: right top;
}
.mainMenu .rightCap {
  width: 15%;
  height: 71px;
  background-image: url("/images/navCapRight.png");
  background-repeat: no-repeat;
  float: left;
}
.mainMenu ul {
  margin: 0;
  padding: 0;
  width: 70%;
  background-color: #1ca8dd;
  height: 61px;
  position: relative;
  float: left;
  z-index: -2;
}
.mainMenu ul li {
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
  text-align: center;
  position: relative;
  display: block;
  background-color: transparent !important;
  width: 11%; /* pretty much (100 / (# menu items)) */
}
.mainMenu ul li:hover {
  border-bottom: 5px solid red;
}
.menu-highlight {
  border-bottom: 5px solid red;
}
.mainMenu ul li a {
  z-index: 99 !important;
  display: block;
  margin-top: 10px;
  padding-top: 11px;
  height: 26px;
  color: #FFF;
  font-family: verdana, helvetica, 'Open Sans', 'sans-serif';
  text-decoration: none;
}
.mainMenu ul li a:link,
.mainMenu ul li a:visited,
.mainMenu ul li a:active {
  z-index: 999;
  text-decoration: none;
  color: #FFF;
  font-family: verdana, helvetica, 'Open Sans', 'sans-serif';
  font-weight: normal;
}
.mainMenu ul li ul {
  display: none;
}
.viewPacks {
  border-bottom: 5px solid transparent;
}
.viewPacks:hover {
  border-bottom: 5px solid red;
}
/*
** Main Image
*/
.main-img {
  /* margin-top: 61px; */
  position: relative;
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  padding: 10px;
  background: white;
}
.xmain-img img {
  width: 100%;
  border: 1px solid #000;
  border-style: inset;
}
.main-img::after {
  content: '';
  position: absolute;
  z-index: -1; /* hide shadow behind image */
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);                
  width: 70%; 
  left: 15%; /* one half of the remaining 30% */
  height: 100px;
  bottom: 0;
}
.backgroundSlide {
  width: 100%;
  border: 1px solid black;
}
.foregroundSlide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*
** Fly
*/
.fly {
  position: absolute;
  padding: 10px;
  width: 1px;
  height: 1px;
  text-align: center;
  font-family: verdana, helvetica;
  font-size: 15px;
  opacity: 0;
  z-index: 99;
}
.flyA {
  background: #1ca8dd;
  color: white;
  transform: translate(0px, 100px);
}
.flyB {
  background: white;
  color: #1ca8dd;
  transform: translate(0px, 140px);
}
/*
** Logo
*/
#logo {
  padding-left: 50px;
  padding-top: 50px;
  z-index: 99;
}
/*
** Main Frame
*/
figcaption {
  text-align: center;
  color: white;
  font-size: 2vw;
  position: relative;
  padding-bottom: 20px;
  height: 20px;
}
.main-frame {
  width: 100%;
  margin-top: 10px;
  overflow: hidden; /* to make div expand to fit children */
  /* border: 2px solid red; */
}
.main-blurb {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width:80%;
  font-family: verdana, helvetica;
  font-size: 1.2vw;
  color: white;
  overflow: hidden; /* to make div expand to fit children */
}
.button-box {
  margin-top: 10px;
  margin-left: 1%;
  float: left;
  height: 26vh;
  overflow: hidden;
  border-bottom: 5px solid white;
}
@media screen and (min-width:1024px) {
  .button-box {height:13vh;}
}
.perline1 {
  width: 98vw; /* 98%; */
}
.perline2 {
  width: 45vw; /* 45%; */
}
.perline3 {
  width: 30vw; /* 30%; */
}
.perline4 {
  width: 24vw; /* 22%; */
}
.perline5 {
  width: 18vw; /* 18%; */
}
.perline6 {
  width: 14vw; /* 14%; */
}
.thumbFull {
    width: 100%;
    /* height: 20vh; 150px; */
    background-color: #1ca8dd;
    margin-left: .9%;
    /* display: inline; */
    float: left;
    margin-bottom: 8px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid white;
}
.video {
  height: auto;
}
@media screen and (min-width: 2000px) {
  .video {height: 13vh;}
}
.main-frame-img:hover, .thumbFull:hover, .button-box:hover {
  border-bottom: 5px solid red;
}
.thumbImg {
  width: auto;
}
.blue-bg {
  background-color: #1ca8dd;
  font-family: verdana, helvetica;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.inset {
  padding-left: 5%;
  padding-right: 5%;
}
.blue-bg p a,
.blue-bg li a {
  color: white;
}
.highlight-img,
.main-frame-img {
  display: block;
  margin: auto;
  width: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main-label {
  font-size:15px;
  text-decoration: none;
  font-family: verdana, helvetica;
  text-align: center;
}
.main-highlight {
  padding-top: 20px;
  margin-left: 1%;
  text-align: center;
  float: left;
  padding-left: 5%;
  padding-right: 5%;
  width: 22%;
  border-bottom: 5px solid white;
}
.main-highlight a {
  text-decoration: none;
  color: black;
  font-family: verdana, helvetica;
}
.main-highlight p {
  font-size: 12px;
  overflow: auto;
}
.main-highlight:hover {
  border-bottom: 5px solid red;
}
/*
** Footer
*/
.foot-frame {
  width: 100%;
  overflow: hidden; /* to make div expand to fit children */
  padding-bottom: 2px;
}
.foot-panel {
  font-size: 1.2vw;
  float: left;
  padding-left: 3%;
  padding-right: 3%;
  width: 26%;
}
@media screen and (max-width: 850px) {
  .foot-panel {width: 94%; font-size: 1.6vw;}
}
.gw-logo {
  /* width: 97%; */
}
.gw-input {
  margin-top: 5px;
  padding-top: 15px;
  width: 95%;
  font-size: 15px;
}
.gw-join {
  margin-top: 5px;
  margin-left: 20%;
  font-size: 20px;
  line-height: 35px;
  width: 60%;
  background-color: #967519;
  color: white;
  border: 2px solid transparent;
}
.gw-join:hover {
  border: 2px solid red;
  cursor: pointer;
}

/*
** Profile 
*/
.profile-page {
  padding: 15px;
  font-size: 1.2vw;
}
.profile-entry {
  width: 100%;
  clear: both;
}
.profile-label {
  float: left;
  margin-left: 3%;
  width: 120px;
  border: #1ca8dd 1px solid;
  border-radius: 5px;
  text-align: center;
  background: #1ca8dd;
  color: white;
}
.profile-input {
  width: 60%;
  font-size: medium;
  margin-left: 20px;
  margin-bottom: 4px;
  border: 1px solid #1ca8dd;
  border-radius: 2px;
  padding-left: 5px;
}

/*
** Modal window for video play
*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: black;
}
.modal:hover {
  opacity: 1; /* to counter the button-box */
}
/* Modal Content */
.modal-content {
    margin: auto;
    padding: 0px;
    border: 10px solid #888;
    width: 80%;
    background-color: black;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
  opacity: 1; /* to counter the button-box */
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
/*
** Main Page
*/
body, html {
  height: 100%;
  margin: 0px;
  font-family: verdana, helvetica;
  font-size: 1.5vw;
}
.parallax-b737,.parallax-all {
  /* The image used */
  background-image: url('/images/background_hq_dark.jpg');

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  overflow: hidden;
}
.parallax-icaros {
  /* The image used */
  background-image: url('/images/background-icaros.jpg');

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  overflow: hidden;
}
.p-body {
  padding-top: 30px;
  /* padding-bottom: 50px; */
  margin-left: 2%;
}
.p-extra {
  padding-bottom: 50px;
}
.p-logo {
  padding-top: 50px;
  padding-bottom: 20px;
}
.size45 {
  font-size: 2.5vw;
}
.copyright {
  font-size: 1.5vw;
  padding-left: 5px;
}
.transparentWrapper {
  color: white;
  clear: both;
  /* font-family: verdana, helvetica; */
}
.blueWrapper {
  color: black;
  font-family: verdana, helvetica;
  background-color: white;
  /* padding-top: 50px; */
  /* padding-bottom: 50px;*/
  /* overflow: hidden; */
}
.blueIcing {
  padding-top: 50px;
}
.textColumn {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 50px;
  width: 50%;
}
.photoColumn {
  padding-left: 3%;
  padding-right: 2%;
  width: 35%;
  display: inline;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
/*
** Product Lists
*/
.item {
  /* float: left; */
  border: 2px solid black;
  background: lightgray;
  margin-top: 10px;
  margin-left: 3%;
  padding-left: 2%;
  padding-right: 2%;
  color: black;
  width: 220px;
  margin-left: 20px;
}
.item:hover {
  border: 2px solid red;
}
.p-image {
  width: 85%;
  cursor: pointer;
}
.desc {
  margin: auto;
  margin-top: 11px;
  margin-bottom: 20px;
  width: 90%;
  background-color: white;
  text-align: center;
  line-height: 42px;
  border-radius: 5px;
  box-shadow: 5px 7px 5px grey;
  cursor: pointer;
  /* height: 50px; */ /* allows for two lines of text */
}
.innerdesc {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
}
.price {
  text-align: center;
  margin-top: 20px;
}
.discount {
  text-align: center;
  text-decoration: line-through wavy red 1.5px;
}
.productQty {
  margin: auto;
  margin-top: 18px;
  width: 90px;
  overflow: hidden; /* make it fit its children */
}
.addtocart {
  display: block;
  margin: auto;
  font-size: 15px;
  text-align: center;
  color: white;
  width: 75%;
  background-color: #1ca8dd;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  border: 2px solid white;
}
.addtocart:hover {
  border: 2px solid red;
}
.sub-qty {
  float: left;
  background-image: url("/images/sub.png");
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.sub-qty:hover {
  background-color: silver;
}
.add-qty {
  float: left;
  background-image: url("/images/add.png");
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.add-qty:hover {
  background-color: silver;
}
.qty {
  float: left;
  width: 30px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: white;
  border-top: 2px solid #1ca8dd;
  border-bottom: 2px solid #1ca8dd;
}
.return {
  background-color: #1ca8dd;
  color: white;
  border: 2px solid white !important;
  border-radius: 5px;
  cursor: pointer;
  width: 12%;
  line-height: 20px;
  font-size: 15px;
}
.return:hover {
  border: 2px solid red !important;
}
#cart-status {
  text-align: right;
  margin-left: 5px;
  font-size: 12px;
  color: #1ca8dd;
}
#cart-img {
  position: relative;
  top: 8px;
}
.c-summary {
  /* padding-top: 20px; */
  padding-bottom: 20px;
}
.c-status {
  float: right;
  margin-right: 10px;
}
.c-status a {
  color: #1ca8dd;
}
/*
** Shopping cart
*/
.return-shop {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  padding: 5px;
  color: white;
  background-color: #1ca8dd;
  border-radius: 5px;
  border: 2px solid white;
  font-size: 1.1em;
}
.return-shop:hover {
  border: 2px solid red;
}
.cart-item-entry {
  padding: 10px 0;
  overflow: hidden;
}
.cie0 {
  background-color: #EEEEEE;
}
.cie1 {
  background-color: #CCCCCC;
}
.cart-entry {
  float: left;
  margin-left: 15%;
  width: 20%;
}
.cart-price {
  float: left;
  width: 16%;
  text-align: right;
  margin-left: 1%;
}
.cart-qty {
  float: left;
  width: 30px;
  height: 22px;
  line-height: 21px;
  text-align: center;
  background-color: white;
  border: 4px solid #1ca8dd;
}
.cart-line-total {
  float: left;
  width: 8%;
  text-align: right;
  margin-right: 20px;
  margin-left: 5%;
}
.cart-item-remove {
  margin-left: 10px;
  color: grey;
  cursor: pointer;
}
.cart-total-strip {
  overflow: hidden;
}
.cart-pre-total {
  float: left;
  margin-top: 20px;
  padding-top: 10px;
  width: 9%;
  margin-left: calc(35% + 17% + 100px + 13% - 22%); 
  /* sum of entry, price and qty + margins less cart-pre-total */
}
.cart-total {
  float: left;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 8px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  text-align: right;
  width: 8%;
}
.cart-clear {
  margin-top: 20px;
  margin-left: 15%;
  background-color: #1ca8dd;
  color: white;
  padding: 5px;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
}
.cart-clear:hover {
  border: 2px solid red;
}
.cart-pay {
  margin-top: 20px;
  margin-left: 20%;
  margin-right: 20%;
  /* background-color: #1ca8dd; */
  background-color: white;
  color: white;
  padding: 5px;
  font-size: 15px;
  cursor: pointer;
}
.cart-pay:hover {
  /* border: 2px solid red; */
}
.cart-cards {
  margin-top: 15px;
  text-align: center;
  margin-right: 20%;
  margin-left: 20%;
  font-size: 15px;
}
.gifter {
  margin-top: 30px;
}
/* Cart and AddressFinder (3rd party) */
.af_empty {
  display: none !important;
}
.cust-info {
  margin-left: 15%;
  margin-top: 50px;
  margin-right: 20%;
  margin-bottom: 50px;
}
.cust-label {
  width: 21%;
  text-align: right;
  margin-top: 15px;
  display: inline-block; /* needed to make width apply to label element */
}
#cust-addr1,
#cust-addr2,
#cust-suburb,
#cust-state,
#cust-postcode,
#recip-fname,
#recip-lname,
#recip-email,
#cust-fname,
#cust-lname,
#cust-email,
#cust-phone {
  width: 75%;
  border: 1px solid #1ca8dd;
  padding: 5px;
  font-size: 16px;
}
.gc-note {
  margin-bottom: 12px;
}
.gift-entry {
  margin-left: 15%;
  cursor: pointer;
}
.gift-voucher {
  background: #1ca8dd;
  border-radius: 10px;
  height: 18px;
  width: 18px;
  margin-bottom: 10px;
}
/*
** Choice
*/
.choice {
  margin-top: 20px;
  margin-left: 30%;
  width: 40%;
}
.choice-option {
  margin-left: 5%;
  width: 90%;
  font-size: .8em;
}
.choice-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.chooser {
  margin-top: 20px !important;
  font-size: 18px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid transparent;
}
.chooser:hover {
  border: 1px solid red;
}
/*
** Testimonials
*/
.quote {
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 20px;
}
.author {
  text-align: left;
  padding-top: 5px;
  padding-left: 12%;
  font-size: 12px;
}
/*
** FAQs
*/
.question {
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 25px;
  font-size: 24px;
}
.answer {
  text-align: left;
  padding-top: 15px;
  padding-left: 12%;
  padding-right: 12%;
  font-size: 18px;
}
.answer a {
  color: #1ca8dd;
}
/*
** Gallery
*/
.gallery_landscape {
  width: 90%;
  margin: auto;
  margin-top: 20px;
  padding: 10px;
  display: block;
  background: white;
}
.gallery_portrait {
  width: 26%;
  float: left;
  margin-left: 4%;
  margin-top: 20px;
  padding: 10px;
  background: white;
}
/*
** Misc
*/
.buyNow {
  padding: 10px;
  background: #1ca8dd;
  width: 120px;
  display: block;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  color: white;
  margin-top: 50px;
}
.buyNow a {
  text-decoration: none;
}
.buyNow a:visited {
  color: white;
}
.clear-both {
  clear: both
}
.center {
  display: block;
  margin: auto;
  text-align: center;
}
.pointer {
  cursor: pointer;
}
.signinup {
  font-family: verdana, helvetica;
  margin-right: 10px;
  text-align: right;
  position: relative;
}
.signinup a {
  text-decoration: none;
}
.black-sign-hd {
  text-align: right;
  padding-right: 10px;
  background-color: transparent;
  color: black;
  padding-bottom: 4px;
}
.white-sign-hd {
  text-align: right;
  padding-right: 10px;
  background-color: transparent;
  color: white;
  padding-bottom: 4px;
}
.black-sign-hd a {
  text-decoration: none;
  color: black;
}
.white-sign-hd a {
  text-decoration: none;
  color: white;
}
.black-sign-hd a:visited {
  color: black;
}
.white-sign-hd a:visited {
  color: white;
}
#sign-panel a:hover, #sign-panel span:hover {
  border-bottom: 4px red solid;
}
.sign-input {
  width: 40%;
  height: 4vh; /* 18px; */
  padding: 5px 2px;
  margin-bottom: 5px;
  font-size: 1em;
}
.sign-button {
  width: 20%;
  height: 4vh; /* 36px; */
  margin: 10px;
  border-radius: 5px;
  background-color: #1ca8dd;
  color: white;
  font-size: 1em;
  cursor: pointer;
}
.sign-button:hover {
  border: 2px solid red;
}
.big-button {
  margin-top: 10px;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  background-color: #1ca8dd;
  color: white;
}
.big-button:hover {
  cursor: pointer;
}
.white, .white a {
  color: white;
}
.not-found {
  text-align: center;
  font-family: verdana, helvetica;
  font-size: 18px;
  padding: 50px;
}
.email-addr, .email-addr a {
  color: white;
}
.clear75px {
  padding-top: 75px;
}
.header {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}
.submit {
  border: 2px solid #1ca8dd;
  border-radius: 5px;
  background-color: white;
}
.submit:hover {
  border: 2px solid red;
}
.cat {
  margin-top: 5px;
  font-size: 0.9em;
}
.nihil {
  margin-top: 5px;
  font-size: 0.6em;
}
.small {
  font-size: 1.0vw;
}
.tiny {
  font-size: 40%;
}
.admin-login {
  margin: auto;
  display: block;
  padding-top:100px;
  text-align: center;
}
.admin-login button {
  background: #1ca8dd;
  color: white;
  padding: 3px;
  border-radius: 5px;
}
.admin-login h1 {
  padding-bottom: 20px;
}
.picker-panel {
  float: right;
}
.date-calendar-panel {
  float: left;
  width: 20%;
}
.calendar-panel {
  float: left;
  width: 75%;
}
.left {
  float: left;
}
