@font-face {
	font-family: 'company';
	src: url('../font/M-Regular.woff') format('woff');
}

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #a5cd50;
  color: #333;
  display: flex;
  flex-direction: column;
}

#su_textbody,
#su_body {
  width: 100%;
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
  background-color: #a5cd50;
  position: relative;
  flex: auto;
}

#su_body {
  min-height: 300px;
}

#su_textbody {
  font-size: 16px;
  line-height: 20px;
  padding-top: 1%;
}

#su_textbody:nth-child(0n+2) {
  padding-top: 5%
}

#su_textbody .column {
  width: 49%;
  padding: 0 20px;
  box-sizing: border-box;
  float: left;
}


#su_head {
  width: 100%;
  z-index: 100;
  padding: 10px;
  box-sizing: border-box;
  flex: none;
}

#su_footer {
  width: 100%;
  z-index: 100;
  padding: 10px 10px 20px;
  box-sizing: border-box;
  background-color: #a5cd50;
  flex: none;
}

#donationsBox {
  float: right;
  font-family: company;
  color: #503291;
  z-index: 20;
  font-size: 32;
  background-color: rgba(165, 205, 80, 0.5);
  line-height: 1.1;
  margin-bottom: 30px;
  margin-right: 40px;
}

.wrapper {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}


#su_intro {
  line-height: 1.2;
  font-size: 12px;
}

#campaignLogo {
  max-width: 30%;
  width: 300px;
  margin-bottom: 20px;
}

#campaignLogo img {
  width: 100%;
}

#companyLogo {
  max-width: 30%;
  width: 226px;
  float: right;
  margin-bottom: 40px;
  margin-right: 40px;
  clear: right;
}
#companyLogo img {
  width: 100%;
}

.su_footerLink:visited,
.su_footerLink:hover,
.su_footerLink {
  margin-right: 15px;
  color: #503291;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
}

#su_footerCopyright {
  padding-top: 5px;
  font-size: 12px;
}

#footerText {
  font-size: 12px;
  float: right;
  max-width: 45%;
  clear: right;
}

#footerText a,
#footerText a:visited,
#footerText a:hover {
  text-decoration: underline;
  color: #503291;
  font-size: 12px;
}


#imagesPage {
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  padding: 1% 1% 10%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

#imagesPageInner {
  width: 100%;
  height: 100%;
  position: relative;
}

.imagesLane {
  white-space: nowrap;
}

#imagesPage a {
  vertical-align: middle;
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
}
#imagesPage a:hover {
  z-index: 21;
}

#imagesPage a .strut {
  display: inline-block;
  max-width: 0px;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
}

#imagesPage a img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  transition: transform ease-in-out 700ms;
  vertical-align: middle;
  position: relative;
  box-shadow: 0 0 2px 0 #777;
}

#imagesPage a:hover img {
  transform: scale(1.5);
}

#imagesPage a.thumb .play {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/other/play-button-64.png') no-repeat center/48px 48px rgba(255,0,0,0.0);
  z-index: 16;
}

#imagesMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/other/bubble-vg-1920x1080.png') no-repeat center/100% 100% transparent;
  z-index: 20;
  pointer-events: none;
}

/* image randomization classes */
a.zopt1 { z-index: 1; }
a.zopt2 { z-index: 2; }
a.zopt3 { z-index: 3; }
a.zopt4 { z-index: 4; }
a.zopt5 { z-index: 5; }
a.zopt6 { z-index: 6; }
a.zopt7 { z-index: 7; }
a.zopt8 { z-index: 8; }
a.zopt9 { z-index: 9; }
a.zopt10 { z-index: 10; }

img.fopt1 { transform: scale(1.2) }
img.fopt2 { transform: scale(1.2) }
img.fopt3 { transform: scale(1.2) }
img.fopt4 { transform: scale(1.3); }
img.fopt5 { transform: scale(1.3) rotate(5deg); }
img.fopt6 { transform: rotate(-5deg); }
img.fopt7 { transform: rotate(-10deg); }
img.fopt8 { transform: rotate(10deg); }
img.fopt9 { transform: scale(1.4); }

.thumb img[data-fopt="0"] { transform: translate(20px, 0)  scale(1.4); }
.thumb img[data-fopt="1"] { transform: translate(0px, 20px)  scale(1.4); }
.thumb img[data-fopt="2"] { transform: translate(10px, 20px) scale(1.4);  }
.thumb img[data-fopt="3"] { transform: translate(-10px, -20px) scale(1.4);  }
.thumb img[data-fopt="4"] { transform: translate(0px, -20px) scale(1.4);  }
.thumb img[data-fopt="5"] { transform: translate(-20px, 0) scale(1.4);  }


#donationsCounter {
  color: #eb3c96;
  font-size: 40px;
}


.em {
  font-family: company;
  color: #503291;
}

a, a:visited, a:hover {
  color: #503291;
}

h2 {
  font-size: 16px;
  font-weight: normal;
  font-family: company;
  color: #503291;
}


#su_body #navButton {
  position: absolute;
  top: 2%;
  right: 2%;
  max-width: 35%;
  width: 156px;
  z-index: 200;
}

#navButton img {
  width: 100%;
}


#su_textbody .wrapper {
}

#su_textbody #navButton {
  display: block;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  max-width: 40%;
}


@media screen and ( max-width: 500px ) {
  body {
    display: block;
  }

  #su_footerEl > div {
    margin-bottom: 50px;
    float: none;
  }

  #campaignLogo,
  #companyLogo {
    max-width: 50%;
  }

  #footerText {
    max-width: 100%;
  }

  #su_textbody {
  }

#su_textbody .column {
  float: none;
  width: 100%;
  padding: 10px;
}

}


@media screen and ( min-width: 501px ) {
  #su_textbody {
    min-height: 260px;
  }

}
