@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,800,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
/* line 6, ../sass/style.scss */
body, html {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: #020101;
  background: url(../img/bgFeed2.jpg) repeat-y;
}

/* line 16, ../sass/style.scss */
* {
  padding: 0;
  margin: 0;
}

/* line 20, ../sass/style.scss */
.red {
  color: #ff2432;
}

/* line 23, ../sass/style.scss */
.row {
  max-width: 1100px;
}

/* line 26, ../sass/style.scss */
p {
  font-size: 14px;
}

/* line 29, ../sass/style.scss */
.container {
  max-width: 1170px !important;
  /* min-width: 970px !important; */
}

/* line 33, ../sass/style.scss */
a {
  color: #ff2432;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 39, ../sass/style.scss */
a:hover,
a :focus {
  color: #ff2432;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 49, ../sass/style.scss */
header {
  background: url(../img/headerBg.jpg) no-repeat;
  background-position: top center;
  width: 100%;
  height: 220px;
  position: relative;
  z-index: 20;
}
/* line 56, ../sass/style.scss */
header .vltunwrapped {
  float: left;
  margin-top: 45px;
}
/* line 60, ../sass/style.scss */
header .maintext {
  float: left;
  margin-top: 45px;
}
/* line 63, ../sass/style.scss */
header .maintext h1 {
  font-weight: 800;
  font-size: 33px;
  line-height: 38px;
  margin-bottom: 0;
}
/* line 69, ../sass/style.scss */
header .maintext p {
  font-weight: 600;
}
/* line 71, ../sass/style.scss */
header .maintext p b {
  font-weight: 700;
}
/* line 76, ../sass/style.scss */
header .countdown {
  float: right;
  text-align: center;
  color: white;
}
/* line 80, ../sass/style.scss */
header .countdown .countdownTimer {
  z-index: 5;
  width: 200px;
  height: 172px;
  padding-top: 60px;
}
@media (max-width: 1180px) {
  /* line 80, ../sass/style.scss */
  header .countdown .countdownTimer {
    width: 140px;
  }
}
/* line 88, ../sass/style.scss */
header .countdown .countdownTimer .days {
  font-size: 77px;
  font-weight: 700;
  text-shadow: 0px 3px 10px rgba(35, 31, 32, 0.6);
}
/* line 93, ../sass/style.scss */
header .countdown .countdownTimer .hours, header .countdown .countdownTimer .minutes, header .countdown .countdownTimer .seconds {
  display: none;
}

/* line 101, ../sass/style.scss */
.launchSite header {
  background: url(../img/headerBgLaunch.jpg) no-repeat;
  background-position: top center;
  width: 100%;
  height: 220px;
  position: relative;
  z-index: 20;
  text-align: center;
}
/* line 109, ../sass/style.scss */
.launchSite header img {
  padding-top: 50px;
}
@media (max-width: 480px) {
  /* line 109, ../sass/style.scss */
  .launchSite header img {
    width: 100%;
  }
}

/* line 118, ../sass/style.scss */
#video {
  background: #1b1b1b;
  width: 100%;
  height: 479px;
  z-index: 10;
  text-align: center;
}
/* line 124, ../sass/style.scss */
#video .youtube {
  display: inline-block;
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}
/* line 130, ../sass/style.scss */
#video .youtube .videoCover {
  background: url(../img/cover.jpg) no-repeat;
  width: 850px;
  height: 480px;
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 140, ../sass/style.scss */
#video .youtube .videoCover:hover {
  background: url(../img/cover2.jpg) no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 148, ../sass/style.scss */
#video .youtube img {
  position: relative;
  cursor: pointer;
}

/* line 155, ../sass/style.scss */
#message {
  background: url(../img/bg.jpg) no-repeat;
  background-position: top center;
  width: 100%;
  min-height: 274px;
  text-align: center;
  padding: 100px 0 0;
}
@media (max-width: 480px) {
  /* line 155, ../sass/style.scss */
  #message {
    background: white;
  }
}
/* line 165, ../sass/style.scss */
#message h2 {
  color: #ff2432;
  font-weight: 800;
  font-size: 33px;
}
/* line 170, ../sass/style.scss */
#message p {
  font-weight: 600;
  font-size: 14px;
}

/* line 176, ../sass/style.scss */
#message2 {
  background: url(../img/bgLaunch.jpg) no-repeat;
  background-position: top center;
  width: 100%;
  height: 274px;
  text-align: center;
  padding: 100px 0 0;
}
/* line 183, ../sass/style.scss */
#message2 h2 {
  color: #ff2432;
  font-weight: 800;
  font-size: 33px;
}
/* line 188, ../sass/style.scss */
#message2 p {
  font-weight: 600;
  font-size: 14px;
}

/* line 193, ../sass/style.scss */
#countmein {
  background: url(../img/bg2.jpg) no-repeat;
  background-position: top center;
  width: 100%;
  height: 606px;
  text-align: center;
  padding: 300px 0 0;
}
/* line 200, ../sass/style.scss */
#countmein h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
  color: white;
}
/* line 207, ../sass/style.scss */
#countmein input {
  text-align: center;
  width: 370px;
  height: 65px;
  display: inline-block;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  border: 1px solid #dce0e3;
  color: #686d71;
  float: left;
}
@media (max-width: 480px) {
  /* line 207, ../sass/style.scss */
  #countmein input {
    width: auto;
  }
}
/* line 222, ../sass/style.scss */
#countmein .submitBtn {
  background: url(../img/submitButton.jpg) no-repeat;
  width: 65px;
  height: 65px;
  text-indent: -9999px;
  border: 1px solid #dce0e3;
  display: inline-block;
  float: left;
}

/* line 233, ../sass/style.scss */
#whatAreWeUpTo {
  background: url(../img/bg3.jpg) no-repeat;
  background-color: #f3f3f3;
  background-position: top center;
  min-height: 690px;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
/* line 241, ../sass/style.scss */
#whatAreWeUpTo p {
  font-size: 14px;
  font-weight: 600;
}

/* line 247, ../sass/style.scss */
.titlebar {
  background: #ff2432;
  display: inline-block;
  color: white;
  font-size: 34px;
  font-weight: 800;
  text-align: center;
  padding: 20px 15px;
  text-shadow: 0px 3px 10px rgba(35, 31, 32, 0.6);
}
@media (max-width: 480px) {
  /* line 247, ../sass/style.scss */
  .titlebar {
    font-size: 21px;
  }
}

/* line 260, ../sass/style.scss */
#quote {
  background: url(../img/bg4.jpg) no-repeat;
  background-position: top center;
  width: 100%;
  min-height: 426px;
  text-align: center;
  float: left;
}
/* line 267, ../sass/style.scss */
#quote .unwrapped {
  min-height: 360px;
  width: 100%;
  float: left;
  padding-top: 40px;
}
/* line 272, ../sass/style.scss */
#quote .unwrapped h2 {
  font-family: 'Droid Serif', serif;
  margin-top: 60px;
  word-wrap: break-word;
}

/* line 281, ../sass/style.scss */
#socialFeed {
  background: url(../img/bgFeed.jpg) no-repeat;
  background-position: top center;
  min-height: 663px;
  width: 100%;
  float: left;
}
/* line 287, ../sass/style.scss */
#socialFeed #container {
  padding-bottom: 50px;
  width: 100%;
}
/* line 292, ../sass/style.scss */
#socialFeed .item {
  width: 31%;
  min-height: 300px;
  background: #f4f4f4;
  margin: 2% 1%;
  float: left;
}
@media (max-width: 800px) {
  /* line 292, ../sass/style.scss */
  #socialFeed .item {
    width: 48%;
  }
}
@media (max-width: 480px) {
  /* line 292, ../sass/style.scss */
  #socialFeed .item {
    width: 100%;
  }
}
/* line 305, ../sass/style.scss */
#socialFeed .feedItem {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.5);
}
/* line 310, ../sass/style.scss */
#socialFeed .feedItem .feedImg img {
  width: 100%;
}
/* line 315, ../sass/style.scss */
#socialFeed .feedItem .feedDes {
  padding: 20px;
  border-bottom: 1px solid #cacaca;
  color: #333332;
}
/* line 319, ../sass/style.scss */
#socialFeed .feedItem .feedDes p {
  font-size: 14px;
  font-weight: 700;
  color: #333332;
}

/* line 328, ../sass/style.scss */
.feedClient {
  padding: 20px 10px;
  float: left;
}
/* line 331, ../sass/style.scss */
.feedClient .feedClientImg {
  float: left;
  width: 41px;
  height: 41px;
  margin-right: 20px;
}
/* line 336, ../sass/style.scss */
.feedClient .feedClientImg img {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

/* line 342, ../sass/style.scss */
.feedClientDes {
  float: left;
}
/* line 344, ../sass/style.scss */
.feedClientDes p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #333332;
}
/* line 350, ../sass/style.scss */
.feedClientDes .feedClientAgency {
  font-style: italic;
}

/* line 355, ../sass/style.scss */
.showmore {
  color: #ff2432;
  text-align: center;
  width: 100%;
  float: left;
  padding: 30px 0;
}
/* line 361, ../sass/style.scss */
.showmore p {
  cursor: pointer;
}

/* line 365, ../sass/style.scss */
footer {
  background: url(../img/bgFeed2.jpg) repeat;
  min-height: 123px;
  width: 100%;
  float: left;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 365, ../sass/style.scss */
  footer {
    margin-top: 50px;
  }
}
/* line 374, ../sass/style.scss */
footer img {
  display: inline-block;
  margin-right: 60px;
}
/* line 378, ../sass/style.scss */
footer p {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 4px;
}

/* line 384, ../sass/style.scss */
.radiant_scroller {
  margin: 28px auto 0;
}
/* line 386, ../sass/style.scss */
.radiant_scroller .scroller-el {
  width: 200px;
  height: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.5);
}

/* line 400, ../sass/style.scss */
.radiant_scroller_wrapper[style] {
  max-width: 100% !important;
}

/* line 403, ../sass/style.scss */
.radiant-next,
.radiant-prev {
  bottom: -13px;
  background-image: url("../img/nav.png");
  width: 28px;
  height: 48px;
  float: left;
}

/* line 412, ../sass/style.scss */
.radiant-next {
  right: -42px;
  top: 40%;
  background-position: 28px 0px;
}
/* line 416, ../sass/style.scss */
.radiant-next:hover {
  background-position: 28px 48px;
}

/* line 420, ../sass/style.scss */
.radiant-prev {
  left: -42px;
  top: 40%;
  background-position: 0 0;
}
/* line 424, ../sass/style.scss */
.radiant-prev:hover {
  background-position: 0 48px;
}

/* line 428, ../sass/style.scss */
.radiant_scroller .radiant-pagination {
  text-align: center;
  margin-top: 30px;
}

/* line 432, ../sass/style.scss */
.radiant_scroller .radiant-pagination .radiant-page {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #020101;
}

/* line 438, ../sass/style.scss */
.radiant_scroller .radiant-pagination .radiant-page:hover {
  background-color: #ff2432;
}

/* line 441, ../sass/style.scss */
.radiant_scroller .radiant-pagination .current-page {
  background-color: #ff2432;
}

/* line 445, ../sass/style.scss */
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #030202;
  color: #eeeeee;
  font-size: 14px;
  font-weight: 600;
  right: 30px;
  bottom: 30px;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 465, ../sass/style.scss */
.scroll-top-wrapper:hover {
  background-color: #888888;
}

/* line 468, ../sass/style.scss */
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}

/* line 473, ../sass/style.scss */
.scroll-top-wrapper i.fa {
  line-height: inherit;
}

/* line 478, ../sass/style.scss */
.modal .radiant-next,
.modal .radiant-prev {
  margin-top: 200px;
  cursor: pointer;
}
/* line 483, ../sass/style.scss */
.modal .container {
  max-width: 970px !important;
}
/* line 486, ../sass/style.scss */
.modal .modal-dialog {
  width: 970px;
}
/* line 488, ../sass/style.scss */
.modal .modal-dialog .modal-header {
  border: 0;
  padding-top: 0;
  width: 100%;
  height: 50px;
}
/* line 494, ../sass/style.scss */
.modal .modal-dialog .close {
  color: #ff2432;
  font-size: 70px;
  font-weight: 200;
  opacity: 1;
}
/* line 501, ../sass/style.scss */
.modal .modal-content {
  background: url(../img/bgFeed2.jpg);
  border-radius: 0;
  padding-bottom: 20px;
}

/* line 508, ../sass/style.scss */
.sharer {
  padding-top: 20px;
}
/* line 511, ../sass/style.scss */
.sharer ul {
  float: right;
}
/* line 513, ../sass/style.scss */
.sharer ul li {
  float: left;
  list-style-type: none;
  margin-left: 10px;
}

/* line 522, ../sass/style.scss */
.flipWrapper {
  -webkit-perspective: 1000;
  position: relative;
  display: inline-block;
  width: 439px;
  margin-top: 30px;
}

/* line 529, ../sass/style.scss */
.flipWrapper .card.flipped {
  -webkit-transform: rotatey(180deg);
  -moz-transform: rotatey(180deg);
  transform: rotatey(180deg);
}
/* line 533, ../sass/style.scss */
.flipWrapper .card.flipped .back {
  z-index: 30;
}

/* line 537, ../sass/style.scss */
.flipWrapper .card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}

/* line 547, ../sass/style.scss */
.flipWrapper .card .face {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}

/* line 556, ../sass/style.scss */
.flipWrapper .card .front {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  z-index: 20;
}

/* line 562, ../sass/style.scss */
.flipWrapper .card .back {
  -webkit-transform: rotatey(-180deg);
  -moz-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
  width: 434px;
  height: 65px;
  border: 1px solid #dce0e3;
  font-size: 21px;
  padding-top: 16px;
  background: white;
  z-index: 10;
}
