header {
  margin-top: 50px;
}

.neonType1 {
  color: #fff;
  text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #0ff,
    0 0 80px #0ff,
    0 0 90px #0ff,
    0 0 100px #0ff,
    0 0 150px #0ff;
}

.shadowType1 {
text-shadow:
    0 1px #808d93,
    -1px 0 #cdd2d5,
    -1px 2px #808d93,
    -2px 1px #cdd2d5,
    -2px 3px #808d93,
    -3px 2px #cdd2d5,
    -3px 4px #808d93,
    -4px 3px #cdd2d5,
    -4px 5px #808d93,
    -5px 4px #cdd2d5,
    -5px 6px #808d93,
    -6px 5px #cdd2d5,
    -6px 7px #808d93,
    -7px 6px #cdd2d5,
    -7px 8px #808d93,
    -8px 7px #cdd2d5;
}

.masonryWelcome {
  /* Prevent vertical gaps */
  line-height: 1;
  -webkit-column-count: 5;
  -webkit-column-gap:   0px;
  -moz-column-count:    5;
  -moz-column-gap:      0px;
  column-count:         5;
  column-gap:           0px;  
}

.masonryWelcomeItem {
}

@media only screen and (max-width:768px) {
  .masonryWelcome {
   line-height: 1;
  -webkit-column-count: 2;
  -webkit-column-gap:   0px;
  -moz-column-count:    2;
  -moz-column-gap:      0px;
  column-count:         2;
  column-gap:           0px;  
    }
}

@media only screen and (min-width: 769px) and (max-width:992px) {
  .masonryWelcome {
   line-height: 1;
  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;  
    }
}

@media only screen and (min-width: 993px) and (max-width:1200px) {
  .masonryWelcome {
   line-height: 1;
  -webkit-column-count: 4;
  -webkit-column-gap:   0px;
  -moz-column-count:    4;
  -moz-column-gap:      0px;
  column-count:         4;
  column-gap:           0px;  
    }
}

/*
.welcomeItemIcon {
  position: relative;
  display: block;
}

.welcomeItemIcon:before {
    color:white;
    content:"Download";
    font-size: 32px;
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background-color:#0b9ed0;
    opacity:0.85;
    padding: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.welcomeItemIcon:hover:before {
    display: inline;
    z-index: 20;
}
*/

.welcomeVideoBg {
  padding:0px;
  margin:0px;
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
  -webkit-animation: rainbow 18s ease infinite;
  -z-animation: rainbow 18s ease infinite;
  -o-animation: rainbow 18s ease infinite;
  animation: rainbow 18s ease infinite;
  background-size: 1800% 1800%;
}

.welcomeVideo {
  padding:0px;
  min-width: 100vw;
  min-height:100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.5;
}

.welcomeTitle1 {
  background: rgba(43, 101, 136, 0.5);
  position: absolute;
  bottom: 43px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: right;
  font-family: 'Dosis', sans-serif;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 2px;
}

.welcomeTitle2 {
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: right;
  font-family: 'Dosis', sans-serif;
  font-size: 30px;
  color:white;
}

.welcomeWrapper1 {
  position: relative;
  margin-top:56px;
  width:100%;
  min-width: 100%;
  padding:0px;
}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}



@media only screen and (max-width:420px) {
  .welcomeTitle1 {
  bottom: 43px;
  font-size: 52px;
  top: -10px;
}
.welcomeVideo {
  display: none;
}
.welcomeTitle2 {
  font-size: 16px;
  color:white;
  top: 74px;
}
.welcomeVideoBg {
  height: 100px;
}
.welcomeWrapper1 {
  /*margin-top:100px;*/
}
.shadowType1 {
text-shadow:
    0 1px #808d93,
    -1px 0 #cdd2d5,
    -1px 2px #808d93,
    -2px 1px #cdd2d5,
    -2px 3px #808d93,
    -3px 2px #cdd2d5,
    -3px 4px #808d93,
    -4px 3px #cdd2d5,
    -4px 5px #808d93;
}
}



.welcome1BigBgDiv {
  width: 100vw;
  height: 100vh;
  margin:0 auto;
  padding:10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.welcome1JoinFormContainer {
  background-color: white;
  opacity:1;
  padding: 16px;
  border-radius: 12px;
  -webkit-box-shadow: 0 18px 16px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  position: absolute;
  max-width: 900px;
}

#textJoinForm {
  position: relative;
  font-family: 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-size: 13px;
  text-align: left
}

#textJoinForm select, input {
   -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: '';
  display: block;
  margin-top: 0px; 
  background:none;
}


  .welcomeSubmitButton {
  border-radius: 50%;
  padding:12px;
  background-color: #f2f2f2;
  color: white;
  width: 130px;
  height: 130px;
  margin: 26px 10px 18px 0px;
  cursor: disabled;
  border:0;
  left: 50%;
  bottom: -55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin: 0 auto;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
}

  .welcomeSubmitButton1 {
  border-radius: 50%;
  padding:12px;
  background-color: #f2f2f2;
  color: white;
  width: 130px;
  height: 130px;
  margin: 26px 10px 18px 0px;
  cursor: disabled;
  border:0;
  left: 50%;
  bottom: -100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}

.welcomePulse {
  background-color: #0b9ed0;
  cursor:pointer;
  }

  .welcomePulse:after {
  content:"";
  display:block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #0b9ed0;
  position:absolute;
  top:0px;
  left:0px;
  animation: pulse 1s ease 0s infinite;
  }

@keyframes pulse {
  0% {
      opacity: 1;
      transform: scale(1);
  }
  80% {
      opacity: 0;
      transform: scale(2);
  }
  100% {
      opacity: 0;
      transform: scale(3);
  }
}


@media only screen and (min-width: 320px) and (max-width:540px) and (orientation:portrait) {
  /* all mobile phones in portrait mode */
  .welcome1JoinFormContainer {
    min-width: 90vw;
    }
}

@media only screen and (min-width: 480px) and (max-width:896px) and (orientation:landscape) {
  /* all phones in landscape */

   .welcome1JoinFormContainer {
    min-width: 60vw;
    left: 2%;
    top: 5%;
    transform: none;
    }

  .welcomeSubmitButton {
    width: 130px;
    height: 130px;
    top: 50%;
    transform: translate(-20%,-70%);
    -webkit-transform: translate(-20%,-70%);
    position: absolute;
    float: none;
    right: -100%;
  }
  .welcomePulse:after {
  content:"";
  width: 130px;
  height: 130px;
  animation: pulse 1s ease 0s infinite;
  border: 3px solid white;
  top:0px;
  left:0px;
  }

}

@media only screen and (min-width: 897px) {
  /* all phones in landscape */

   .welcome1JoinFormContainer {
    min-width: 600px;
  }
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

#welcomeDownloadButton {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 40px;
  background:white;
  color:green;
  padding: 20px;
  border-radius: 50%;
  border:6px solid white
}

.welcomeJoinFormText1 {
font-size:16px;
text-align: left;
width: 100%;
border-bottom: 1px grey solid;
line-height: 1.4;
margin-bottom: 16px;
padding-bottom: 8px
}

.welcomeBottomTextContainer2 {
  background-color: white;
  padding:26px;
  border-radius: 26px;
  width: 75vw;
  margin:0 auto;
}

.welcomeBottomTextContainer1 {
width:100vw;
/*background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
-webkit-animation: rainbow 18s ease infinite;
-z-animation: rainbow 18s ease infinite;
-o-animation: rainbow 18s ease infinite;
animation: rainbow 18s ease infinite;
background-size: 1800% 1800%;*/
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,212,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,212,255,0) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,212,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00d4ff",GradientType=1); 
}

@media only screen and (max-width: 992px) {
.welcomeBottomTextContainer2 {
  background-color: wheat;
  padding:16px;
  border-radius: 26px;
  width: 90vw;
  margin:0 auto;
}
}

.welcomeNavBar {

}

.welcomeCarouselCaption {
margin-bottom: 60px;color:#333;: 6px;text-shadow: none;font-size: 14px;padding-bottom: 0px;padding-top:0px;bottom:0px
}

.welcomeCarouselItem {
  height:100vh;
  width: 100vw;
  overflow:hidden;
  margin:0 auto;
  padding:0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-size: 100%;*/
  position: relative;
}

.showBefore:before {
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
display: inline;
padding:12px;
color:white;
font-size:40px;
position: absolute;
z-index:500;
opacity: 0.5;
text-transform: uppercase;
letter-spacing: -2px;
width: 90%;
height: auto;
text-align: center;
text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  .welcomeCarouselItem {
    height:100vh;
    width: 100vw;
  }
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

#scrollSpyDiv {
  position: fixed;
  z-index: 9999;
  display: none;
  border-radius: 6px;
  top: 47%;
  left: 50%;
  transform: translate(-50%,-90%);
  background-color: white;
  padding: 20px 30px 20px 30px;
}

#scrollSpyDiv2 {
  position: fixed;
  z-index: 100;
  display: none;
  bottom: 0;
  left: 0px;
  right:2px;
  text-align: right;
  font-size:18px;
  background: rgb(255,255,255);
  padding: 30px 10px 20px 0px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
}

#scrollSpyDiv2 a {
  padding:0px 6px 0px 10px;
  font-size: 22px;
}


@media only screen and (min-width: 480px) and (max-width:896px) and (orientation:landscape) {
#scrollSpyDiv {
  top:40px;
  left:40px;
  padding: 16px 22px 16px 22px;
}
}

.rainbowButton {
  margin-right: 20px;background: linear-gradient(124deg,#ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3,#dd00f3);background-size: auto;-webkit-animation: rainbow 18s ease infinite;-z-animation: rainbow 18s ease infinite;-o-animation: rainbow 18s ease infinite;animation: rainbow 18s ease infinite;background-size: 1800% 1800%;border-radius: 6px; border-top-left-radius: 25px; border-bottom-right-radius: 25px; font-size: 20px; font-style: 'Dosis', sans-serif; padding: 8px 6vw 12px 6vw;text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); text-transform: uppercase;
}

.navbarWelcomeContainer {
  min-width: 100%;width: 100%;max-width:100%;padding-top: 20px;padding-bottom: 12px;padding-right: 0px;
}

.welcomeLink {
  font-size: 20px;
  color:white !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 480px) {
.welcomeLink {
  font-size: 16px;
  color:white !important
}
}


.switchWelcome {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 0px !important;z-index:1020
}

.switchWelcome input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderWelcome {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: #ccc;*/
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderWelcome:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switchWelcome input:checked + .sliderWelcome {
  /*background-color: #2196F3;*/
  background-color: #333;
}

.switchWelcome input:focus + .sliderWelcome {
  /*box-shadow: 0 0 1px #2196F3;*/
  box-shadow: 0 0 1px #303030;
}

.switchWelcome input:checked + .sliderWelcome:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.sliderWelcome.round {
  border-radius: 34px;
}

.sliderWelcome.round:before {
  border-radius: 50%;
}

#masterDivWelcome {
position:absolute;top:30px;left:0;min-width:100vw;min-height:100vh;
}

.masterDivWelcome1 {
  display: block;position:fixed;top:0;left:0;right:0;background-color: grey;color:white;padding:6px 0px 6px 0px;text-align:center;z-index: 1000;
}

.masterDivSpan1 {
  position: absolute;top: 23px;transform: translate(-112px,-50%);background-color: #ccc;color:#222;padding:3px 30px 3px 6px;border-radius: 6px;height:34px; line-height:1.9;z-index:1010;
}

.masterDivSpan2 {
position: absolute;top: 23px;transform: translate(-20px,-50%);background-color: #333;color:white;padding:3px 6px 3px 30px;border-radius: 6px;height:34px; line-height:1.9;z-index:1010;
}

.masterDivSpan3 {
font-size: 14px;text-align: center;
}

.masterDivSpan4 {
display: block;
border-radius: 6px;
margin: 0 auto;
background-color: grey;
color:white;
padding:12px;
text-align:center;
font-size: 16px;
}

#masterDivMain {
  position:absolute;top:40px;left:0;min-width:100vw;min-height:100vh;display: none;
}

.showWifeBucketLightInLogo:before {
position: absolute;
bottom: 14px;
left: 88px;
content: "Featured";
font-size: 14px;
color:#80ff80;
}

.showWifeBucketClassicInLogo:before {
position: absolute;
bottom: 14px;
left: 102px;
content: "Archive";
font-size: 12px;
color:yellow;
}

.shrinkIt {
  letter-spacing: -0.5px;
  padding:6px;
}

.cloudItemBgRainbow {
  height: 100vh; width: 100vw;overflow:hidden;margin:0 auto;background-position: center;background-repeat: no-repeat; background-size: cover;position: relative;background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);  -webkit-animation: rainbow 18s ease infinite;  -z-animation: rainbow 18s ease infinite;  -o-animation: rainbow 18s ease infinite;  animation: rainbow 18s ease infinite;  background-size: 400% 400%;
}

.makeOpaque {
  position: absolute;top: 0; left:0; width:100vw; height: 100vh; background-color: white;opacity: 0.7
}

.welcomeTextLinks {
display: block;
padding: 3px 0px 3px 0px;
margin-left: 10px;
font-size: 16px;
color: black !important;
}

.welcomeTextLinks:before {
/*content: "\2b";*/
content: "\2022"; /*the unicode position of the right arrow*/
font-weight: 700;
margin-right: 5px;
color: black !important;
}

.welcomeTextLinks2 {
display: block;
padding: 3px 0px 3px 0px;
margin-left: 10px;
color: green;
font-size: 16px;
}

.welcomeTextLinks2:before {
/*content: "\2212";*/
content: "\2026"; /*the unicode position of the right arrow*/
color:green;
font-weight: 700;
margin-right: 5px;
}

.welcomeTextLinksJoin {
/*
display: block;
padding: 10px;
margin-left: 10px;
background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
-webkit-animation: rainbow 18s ease infinite;
-z-animation: rainbow 18s ease infinite;
-o-animation: rainbow 18s ease infinite;
animation: rainbow 18s ease infinite;
background-size: 400% 400%;
color:white;
font-size: 22px;
font-weight: 700;
font-family: 'Dosis', sans-serif;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
*/
font-size: 22px;
font-weight: 700;
font-family: 'Dosis', sans-serif;
display: block;
padding: 3px 0px 3px 0px;
margin-left: 10px;
color: #337ab7;

}

.welcomeTextLinksJoin:before {
/*content: "\2212";*/
content: "\2192"; /*the unicode position of the right arrow*/
color: #337ab7;
font-weight: 700;
margin-right: 5px;
}

.welcomeTextTitle {
font-size: 36px;
margin-bottom: 6px;
background-color:
#f56200;
color:
white;
border-top-right-radius: 30px;
border-bottom-left-radius: 30px;
padding: 10px;
font-family: 'Dosis', sans-serif;
font-weight: 700;
text-shadow: 0px 2px 1px rgba(0,0,0,0.49);
text-align: center;
}



@media only screen and (max-width:500px) {
.welcomeTextLinks {
margin-left: 0px;
font-size: 14px;
}
.welcomeTextLinks2 {
margin-left: 0px;
font-size: 14px;
}
.welcomeTextLinksJoin {
margin-left: 0px;
font-size: 18px;
}
.welcomeTextTitle {
font-size: 28px;
}
}



