/************************************
------------CSS RESET----------------
************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ol, ul {
  list-style: none; }
  
a { color: #ffffff; text-decoration: none;}
a:hover { color: #ececec;}



a:visited {
	color: #ffffff;
	text-decoration: none;
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*clearfix*/
.clearfix {
  display: block; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/************************************
GENERAL STYLING
************************************/
body {
	background-color: white;
}

.landing-page-con {
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity, visibility;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity, visibility;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity, visibility;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

html.documentready .landing-page-con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  visiblity: visible; }

.landing-page-con {
  background: url("img/bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.landing-page-con {
  /*
  background: url(../img/pat1.png) repeat repeat;
  background-size:auto;
  */ }

/*--------- defining animations 
*/
@-moz-keyframes anim_centerText {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes anim_centerText {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes anim_centerText {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes anim_centerText {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes anim_centerTextClone {
  from {
    font-size: 302px;
    margin-left: -582px;
    margin-top: -150px;
    text-shadow: white 0px 1px 50px;
    opacity: 1; }

  to {
    font-size: 42px;
    margin-left: -93px;
    margin-top: 0px;
    text-shadow: white 0px 1px 1px;
    opacity: 0; } }

@-o-keyframes anim_centerTextClone {
  from {
    font-size: 302px;
    margin-left: -582px;
    margin-top: -150px;
    text-shadow: white 0px 1px 50px;
    opacity: 1; }

  to {
    font-size: 42px;
    margin-left: -93px;
    margin-top: 0px;
    text-shadow: white 0px 1px 1px;
    opacity: 0; } }

@-webkit-keyframes anim_centerTextClone {
  from {
    font-size: 302px;
    margin-left: -582px;
    margin-top: -150px;
    text-shadow: white 0px 1px 50px;
    opacity: 1; }

  to {
    font-size: 42px;
    margin-left: -93px;
    margin-top: 0px;
    text-shadow: white 0px 1px 1px;
    opacity: 0; } }

@keyframes anim_centerTextClone {
  from {
    font-size: 302px;
    margin-left: -582px;
    margin-top: -150px;
    text-shadow: white 0px 1px 50px;
    opacity: 1; }

  to {
    font-size: 42px;
    margin-left: -93px;
    margin-top: 0px;
    text-shadow: white 0px 1px 1px;
    opacity: 0; } }

@-moz-keyframes anim_centerLogo {
  from {
    opacity: 0;
    top: -20%; }

  to {
    opacity: 1;
    top: 50%; } }

@-o-keyframes anim_centerLogo {
  from {
    opacity: 0;
    top: -20%; }

  to {
    opacity: 1;
    top: 50%; } }

@-webkit-keyframes anim_centerLogo {
  from {
    opacity: 0;
    top: -20%; }

  to {
    opacity: 1;
    top: 50%; } }

@keyframes anim_centerLogo {
  from {
    opacity: 0;
    top: -20%; }

  to {
    opacity: 1;
    top: 50%; } }

@-moz-keyframes anim_centerSubText {
  from {
    opacity: 0;
    top: 48%; }

  to {
    opacity: 1;
    top: 50%; } }

@-o-keyframes anim_centerSubText {
  from {
    opacity: 0;
    top: 48%; }

  to {
    opacity: 1;
    top: 50%; } }

@-webkit-keyframes anim_centerSubText {
  from {
    opacity: 0;
    top: 48%; }

  to {
    opacity: 1;
    top: 50%; } }

@keyframes anim_centerSubText {
  from {
    opacity: 0;
    top: 47%; }

  to {
    opacity: 1;
    top: 50%; } }

@-moz-keyframes anim_centerForm {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes anim_centerForm {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes anim_centerForm {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes anim_centerForm {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.landing-page-con .center-text {
  visiblity: hidden; }

html.documentready .landing-page-con .center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2000px;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
  margin-left: -93px;
  margin-top: 0px;
  opacity: 0;
  animation: anim_centerText 1s ease-out;
  -o-animation: anim_centerText 1.5s ease-out;
  -moz-animation: anim_centerText 1.5s ease-out;
  -webkit-animation: anim_centerText 1.5s ease-out;
  transform: translate3d(0px, 0px, 0px);
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  visiblity: visible;
  font: 28px 'Carrois Gothic', 'Yanone Kaffeesatz', Helvetica, Arial;
}

html.documentready .landing-page-con .center-text-clone {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3000px;
  font-family: 'Carrois Gothic', 'Yanone Kaffeesatz', Helvetica, Arial;
  color: rgba(255, 255, 255, 0);
  font-size: 42px;
  margin-left: -93px;
  margin-top: 0px;
  animation: anim_centerTextClone 1.5s ease-out;
  -moz-animation: anim_centerTextClone 1.5s ease-out;
  -webkit-animation: anim_centerTextClone 1.5s ease-out;
  -o-animation: anim_centerTextClone 1.5s ease-out;
  transform: translate3d(0px, 0px, 0px); }

.landing-page-con .logo-con {
  visiblity: hidden; }

html.documentready .landing-page-con .logo-con {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -160px;
  animation: anim_centerLogo 2.7s cubic-bezier(0.175, 0.885, 0.32, 1.12);
  -o-animation: anim_centerLogo 2.7s cubic-bezier(0.175, 0.885, 0.32, 1.12);
  -moz-animation: anim_centerLogo 2.7s cubic-bezier(0.175, 0.885, 0.32, 1.12);
  -webkit-animation: anim_centerLogo 2.7s cubic-bezier(0.175, 0.885, 0.32, 1.12);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  visiblity: visible; }

img.imgretina {
  width: 50%; }

/* ---- logo
*/
div.logoretina {
  width: 150px;
  height: 150px;
  background: transparent url(../img/logo.png) no-repeat center center;
  background-size: 150px 150px;
  margin-left: -75px; }

/* ---- icons
*/
a.socialicon-twitter {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: transparent url(img/social_twitter.png) no-repeat center center;
  background-size: 32px 32px; }

a.socialicon-facebook {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: transparent url(img/social_facebook.png) no-repeat center center;
  background-size: 32px 32px; }

a.socialicon-rss {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: transparent url(img/social_rss.png) no-repeat center center;
  background-size: 32px 32px; }

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  div.logoretina {
    background-image: url(../img/logo@2x.png); }

  /* ---- icons
  */
  a.socialicon-twitter {
    background-image: url(img/social_twitter@2x.png); }

  a.socialicon-facebook {
    background-image: url(img/social_facebook@2x.png); }

  a.socialicon-rss {
    background-image: url(img/social_rss@2x.png); } }
html.documentready .landing-page-con .center-subText {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  opacity: 0;
  margin-top: 38px;
  margin-left: -169px;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
  animation: anim_centerSubText 1.5s ease-out;
  -o-animation: anim_centerSubText 1.5s ease-out;
  -moz-animation: anim_centerSubText 1.5s ease-out;
  -webkit-animation: anim_centerSubText 1.5s ease-out;
  animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
  animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  transform: translate3d(0px, 0px, 0px);
  font: 45px 'Carrois Gothic', 'Yanone Kaffeesatz', Helvetica, Arial;
}

html.documentready .landing-page-con .center-form {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 200px;
  margin-left: -227px;
  width: 480px;
  opacity: 0;
  animation: anim_centerForm 2s ease-out;
  -o-animation: anim_centerForm 2s ease-out;
  -moz-animation: anim_centerForm 2s ease-out;
  -webkit-animation: anim_centerForm 2s ease-out;
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  transform: translate3d(0px, 0px, 0px);
  webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ text-align: center;
  color: #ffffff;
}

html.documentready .landing-page-con .center-newsform {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: 0 0px 0px 1px rgba(255, 255, 255, 0.2) inset;
  padding: 20px;
  border-radius: 5px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.26)), color-stop(100%, rgba(0, 0, 0, 0.54)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.54) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42000000', endColorstr='#8a000000',GradientType=0 );
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

html.documentready .landing-page-con .center-newsform #newsinput {
  position: relative;
  background: #fff no-repeat center center;
  border: 0;
  font-family: 'Carrois Gothic', 'Yanone Kaffeesatz', Helvetica, Arial;
  font-size: 18px;
  float: left;
  width: 75%;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3) inset, 0 0 5px 0px rgba(0, 0, 0, 0.7);
  margin-right: 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

html.documentready .landing-page-con .center-newsform #newsinput.wrong {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3) inset, 0 0 5px 3px rgba(255, 0, 0, 0.7); }

html.documentready .landing-page-con .center-newsform #newssubmit {
  position: relative;
  float: right;
  font-family: 'Carrois Gothic', 'Yanone Kaffeesatz', Helvetica, Arial;
  font-size: 18px;
  width: 20%;
  background: #87e0fd;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 1px;
  background: #fb83fa;
  background: -moz-linear-gradient(top, #fb83fa 0%, #e93cec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb83fa), color-stop(100%, #e93cec));
  background: -webkit-linear-gradient(top, #fb83fa 0%, #e93cec 100%);
  background: -o-linear-gradient(top, #fb83fa 0%, #e93cec 100%);
  background: -ms-linear-gradient(top, #fb83fa 0%, #e93cec 100%);
  background: linear-gradient(to bottom, #fb83fa 0%, #e93cec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb83fa', endColorstr='#e93cec',GradientType=0 );
  border: 1px solid #000;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  padding: 8px 10px 9px;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

html.documentready .landing-page-con .center-newsform .confirmation-text {
  position: absolute;
  left: -100%;
  top: 0;
  font-family: 'Carrois Gothic', Arial;
  padding: 30px 60px;
  color: #fff;
  font-size: 22px; }

.clear {
  clear: both; }

html.documentready .landing-page-con .social-con {
  margin-top: 20px;
  text-align: center; }

/* Note: Design for a width of 480px */
@media only screen and (max-width: 490px) {
  html.documentready .landing-page-con .center-form {
    margin-top: 0;
    margin-top: 65px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
	text-align: center;
} }
html.documentready .landing-page-con .measure-text {
  font-size: 42px;
  font-family: 'Carrois Gothic', 'Yanone Kaffeesatz', Helvetica, Arial; }

/*misc*/
#mc_embed_signup {
  position: fixed; }
