/* tablet, landscape iPad, lo-res laptops ands desktops */
/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
/* smartphones, iPhone, portrait 480x320 phones */
* {
  margin: 0px;
  outline: 0 none;
  padding: 0px;
}
html,
body {
  margin: 0;
  padding: 0;
  color: #454343;
  font-family: 'Arial';
  font-size: 17px;
  height: 100%;
}
body {
  background: url('../i/main_background.jpg') right bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
div#content {
  height: 100%;
}
a {
  color: #f79f38;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
img {
  border: none;
  vertical-align: top;
}
table {
  border-collapse: collapse;
}
table td {
  vertical-align: top;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  clear: both;
}
.dn {
  display: none;
}
.main_button {
  color: #FFF;
  background-color: #f79f38;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: normal;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  position: relative;
  text-decoration: none;
  font-family: 'Oswald';
}
.main_button:hover {
  background-color: #ffb02c;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.main_button:active {
  background-color: #ffa000;
}
.main_button.spinner {
  background-image: url('../i/spinner_orange.gif');
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0s;
  -webkit-transition: 0s;
}
.main_button.red {
  background-color: #FF0000;
}
.light_button {
  color: #FFF;
  padding: 4px 10px;
  border: 1px solid #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}
.light_button:hover {
  opacity: 0.7;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
div.continue {
  background-color: #ffa713;
  color: #FFF;
  padding: 15px 0;
  margin-top: 5px;
  text-align: center;
  left: 0;
  width: 100%;
  z-index: 990;
  font-size: 18px;
  font-family: 'Source Sans Pro';
  display: none;
}
div.continue.visible {
  bottom: 0;
}
div.continue div.info {
  margin-bottom: 14px;
  font-size: 18px;
}
div.continue .light_button {
  font-size: 22px;
  margin-top: 10px;
}
form.basic div.errorSummary {
  padding: 10px 10px 0px 10px;
  border: 1px solid #eec9c9;
  background-color: #ffe8e8;
  color: #e16565;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
form.basic div.errorSummary.crowdfunding_rewards {
  margin-top: 20px;
}
form.basic div.errorSummary ul {
  list-style-type: none;
  margin-bottom: 10px;
}
form.basic div.row {
  padding-bottom: 20px;
}
form.basic div.row p.inside_info {
  padding-bottom: 10px;
}
form.basic div.row div.hint {
  color: #a1a1a1;
  font-size: 12px;
  margin-top: 10px;
}
form.basic div.row.button {
  margin-top: 5px;
}
form.basic div.row.button.big .main_button {
  font-size: 20px;
}
form.basic label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  width: 75%;
  color: #a1a1a1;
}
form.basic label a {
  color: #f79f38;
}
form.basic label.full_width {
  width: 100%;
}
form.basic label.checkbox {
  display: inline;
  position: relative;
  top: -1px;
}
form.basic div.label {
  margin-bottom: 8px;
}
form.basic input[type=text],
form.basic input[type=password],
form.basic textarea,
form.basic select,
form.basic .chosen-choices,
form.basic .chosen-container-single {
  font-size: 16px;
  padding: 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #d1d1d1;
  width: 75%;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
form.basic input[type=text]:focus,
form.basic input[type=password]:focus,
form.basic textarea:focus,
form.basic select:focus,
form.basic .chosen-choices:focus,
form.basic .chosen-container-single:focus {
  border: 1px solid #f79f38;
  box-shadow: 0 0 5px #f79f38;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
form.basic input[type=text].fit_two,
form.basic input[type=password].fit_two,
form.basic textarea.fit_two,
form.basic select.fit_two,
form.basic .chosen-choices.fit_two,
form.basic .chosen-container-single.fit_two {
  width: 40%;
}
form.basic input[type=text].mini_fixed,
form.basic input[type=password].mini_fixed,
form.basic textarea.mini_fixed,
form.basic select.mini_fixed,
form.basic .chosen-choices.mini_fixed,
form.basic .chosen-container-single.mini_fixed {
  width: 80px;
}
form.basic input[type=text].full,
form.basic input[type=password].full,
form.basic textarea.full,
form.basic select.full,
form.basic .chosen-choices.full,
form.basic .chosen-container-single.full {
  width: 100%;
}
form.basic textarea {
  height: 120px;
  width: 100%;
  resize: none;
}
form.basic textarea.short {
  height: 60px;
}
form.basic select.multiple {
  width: 65%;
  padding: 0;
}
form.basic div.date_trio select {
  float: left;
  margin-right: 2px;
}
form.basic div.date_trio select.year {
  width: 80px;
}
form.basic div.date_trio select.month {
  width: 150px;
}
form.basic div.date_trio select.day {
  width: 60px;
}
div.rhino_header div.gpf_logo {
  text-align: center;
  padding: 50px 0px;
}
div.rhino_header div.logo {
  text-align: center;
  height: 315px;
  background: url('../i/rhinos_logo_big.png') center center no-repeat;
}
div.rhino_header div.virtuoso_logo {
  float: right;
  width: 184px;
  padding: 15px 20px 15px 20px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.rhino_header div.virtuoso_logo.virtuoso {
    width: 50%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.rhino_header div.virtuoso_logo {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 479px) {
  div.rhino_header div.virtuoso_logo {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
div.rhino_header div.heading {
  font-family: 'Oswald';
  color: #FFF;
  line-height: 57px;
  text-shadow: 2px 2px 2px #000;
  padding: 25px 0 40px 0;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.rhino_header div.heading {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  div.rhino_header div.heading {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 20px;
  }
}
div.rhino_header div.heading.threeliner {
  padding-top: 40px;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.rhino_header div.heading.threeliner {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 479px) {
  div.rhino_header div.heading.threeliner {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.rhino_header div.heading.virtuoso {
    text-align: center;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    line-height: 28px;
  }
}
div.rhino_header div.heading.race {
  padding-top: 56px;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.rhino_header div.heading.race {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 479px) {
  div.rhino_header div.heading.race {
    padding-top: 0px;
  }
}
div.rhino_header div.heading .title {
  font-size: 50px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.rhino_header div.heading .title {
    font-size: 31px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.rhino_header div.heading .title {
    font-size: 38px;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  div.rhino_header div.heading .title {
    font-size: 38px;
    text-align: center;
  }
}
div.rhino_header div.heading .title.smaller {
  font-size: 38px;
  line-height: 44px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.rhino_header div.heading .title.smaller {
    font-size: 30px;
    line-height: 38px;
  }
}
div.rhino_header div.heading .title.virtuoso {
  font-size: 38px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.rhino_header div.heading .title.virtuoso {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.rhino_header div.heading .title.race {
    font-size: 25px;
    line-height: 38px;
  }
}
div.rhino_header div.heading .subtitle {
  font-size: 35px;
  text-align: center;
  color: #fff;
  padding-bottom: 40px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.rhino_header div.heading .subtitle {
    font-size: 16px;
    margin-top: 0px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.rhino_header div.heading .subtitle {
    font-size: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  div.rhino_header div.heading .subtitle {
    font-size: 20px;
    text-align: center;
  }
}
div.rhino_header div.heading .subtitle.smaller {
  font-size: 20px;
  line-height: 24px;
}
div.rhino_header div.heading .subtitle.virtuoso {
  font-size: 23px;
}
div.campaign_wrapper {
  /*background: url('@{i}/main_background2.jpg') bottom right no-repeat;
    background-attachment: fixed;*/
  height: auto;
}
div.campaign_wrapper.independency {
  padding-top: 50px;
  background-size: cover;
  height: auto;
  min-height: 100%;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_wrapper {
    background-position: top right;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_wrapper {
    background-position: top right;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_wrapper {
    background-position: top right;
  }
}
div.campaign_wrapper div.action_header {
  max-width: 960px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 100;
  color: #075464;
  position: relative;
  font-family: 'Oswald';
  background-color: #ffffff;
  padding: 20px 0px;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_wrapper div.action_header {
    font-size: 25px;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_wrapper div.action_header {
    font-size: 20px;
  }
}
div.campaign_wrapper div.action_header a.back {
  position: absolute;
  left: 40px;
  top: 27px;
  background: url('../i/back.png') no-repeat;
  font-size: 0;
  padding-left: 40px;
  padding-top: 40px;
}
div.campaign_wrapper div.action_header div.title {
  padding: 0 20px 0 140px;
}
@media only screen and (max-width: 479px) {
  div.campaign_wrapper div.action_header div.title {
    padding-left: 110px;
    margin-top: 12px;
  }
}
div.campaign_wrapper div.currency_choose {
  max-width: 960px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 100;
  color: #075464;
  position: relative;
  font-family: 'Oswald';
  background-color: #ffffff;
  padding: 20px 0px;
  margin-bottom: 20px;
  text-align: center;
}
div.campaign_wrapper div.currency_choose div.currency_wrapper {
  display: inline-block;
  padding: 15px 0;
  cursor: pointer;
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
div.campaign_wrapper div.currency_choose div.currency_wrapper:hover {
  opacity: 0.7;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
div.campaign_wrapper div.currency_choose div.currency_wrapper.current div.give {
  background-color: #DDD;
  border-radius: 5px;
}
div.campaign_wrapper div.currency_choose div.currency_wrapper div.currency {
  text-align: center;
  border-right: 1px solid #6c6f70;
  padding: 0 30px;
}
div.campaign_wrapper div.currency_choose div.currency_wrapper div.currency.last {
  border-right: 0;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_wrapper div.currency_choose div.currency_wrapper div.currency {
    padding: 0 49px;
  }
  div.campaign_wrapper div.currency_choose div.currency_wrapper div.currency.last {
    border-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_wrapper div.currency_choose div.currency_wrapper div.currency {
    padding: 0 29px;
  }
  div.campaign_wrapper div.currency_choose div.currency_wrapper div.currency.last {
    border-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_wrapper div.currency_choose div.currency_wrapper div.currency {
    padding: 0 16px;
  }
  div.campaign_wrapper div.currency_choose div.currency_wrapper div.currency.last {
    border-right: 0;
  }
}
div.campaign_wrapper div.currency_choose div.currency_wrapper div.currency div.give {
  font-size: 28px;
  padding: 3px 9px;
}
div.campaign_thanks_wrapper {
  background-color: #f5f5f5;
}
div.campaign_thanks_wrapper div.legend_wrapper {
  background-color: #FFF;
}
div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks {
  max-width: 960px;
  margin: 0 auto;
}
div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.reward {
  float: right;
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
  padding-top: 46px;
  width: 260px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.reward {
    width: 100%;
    padding: 0px;
    border: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px), only screen and (max-width: 479px) {
  div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.reward {
    width: 100%;
    padding: 0px;
    border: none;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px), only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.reward div.you_backed {
    float: left;
    width: 32%;
  }
  div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.reward div.you_backed div.backed_title {
    padding-left: 20px;
  }
  div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.reward div.you_backed div.backed_value {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px), only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.reward div.your_reward {
    float: left;
    width: 68%;
  }
}
div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.reward div.backed_title {
  font-size: 17px;
  color: #868686;
}
@media only screen and (max-width: 479px) {
  div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.reward div.backed_title {
    text-align: center;
  }
}
div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.reward div.backed_value {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.reward div.backed_value {
    text-align: center;
  }
}
div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.logo {
  width: 25%;
  text-align: center;
  float: left;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.logo {
    width: 32%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px), only screen and (max-width: 479px) {
  div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.logo {
    display: none;
  }
}
div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.thanks {
  padding-top: 46px;
  float: left;
}
@media only screen and (min-width: 480px) and (max-width: 639px), only screen and (max-width: 479px) {
  div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.thanks {
    text-align: center;
    padding-top: 20px;
    width: 100%;
  }
}
div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.thanks div.title {
  font-family: 'Source Sans Pro';
  color: #f79f38;
  font-size: 30px;
  font-weight: bold;
}
div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.thanks div.note {
  margin-top: 10px;
}
@media only screen and (max-width: 479px) {
  div.campaign_thanks_wrapper div.legend_wrapper div.legend_thanks div.thanks div.note {
    font-size: 13px;
  }
}
div.campaign_thanks_wrapper div.downloadables {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 20px;
}
div.campaign_thanks_wrapper div.downloadables div.title {
  color: #f79f38;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 479px) {
  div.campaign_thanks_wrapper div.downloadables div.title {
    text-align: center;
  }
}
div.campaign_thanks_wrapper div.downloadables div.reward {
  background-color: #FFF;
  padding: 20px 0px;
  text-align: center;
  font-family: 'Arial';
  margin-bottom: 20px;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.name {
  color: #075464;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding-left: 15px;
}
@media only screen and (max-width: 479px) {
  div.campaign_thanks_wrapper div.downloadables div.reward div.name {
    text-align: center;
    padding-left: 0px;
  }
}
div.campaign_thanks_wrapper div.downloadables div.reward div.name span.small {
  font-size: 11px;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.note {
  color: #858788;
  font-size: 13px;
  margin-top: 4px;
  text-align: left;
  padding-left: 15px;
}
@media only screen and (max-width: 479px) {
  div.campaign_thanks_wrapper div.downloadables div.reward div.note {
    text-align: center;
    padding-left: 0px;
  }
}
div.campaign_thanks_wrapper div.downloadables div.reward div.note.blank {
  font-size: 0px;
  margin-top: 0px;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.download_wrapper {
  text-align: center;
  margin: 0 auto;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.download {
  position: relative;
  float: left;
  margin: 0px 15px;
}
@media only screen and (max-width: 479px) {
  div.campaign_thanks_wrapper div.downloadables div.reward div.download {
    float: none;
    margin: 0px auto;
  }
}
div.campaign_thanks_wrapper div.downloadables div.reward div.download.soundtrack {
  width: 190px;
  margin-bottom: 15px;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.download.soundtrack a.overlay {
  padding-top: 82px;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.download.film {
  width: 166px;
  margin-bottom: 15px;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.download.film a.overlay {
  padding-top: 70px;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.download.screensaver {
  width: 203px;
  margin-bottom: 15px;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.download.screensaver a.overlay {
  padding-top: 57px;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.download.origami {
  width: 190px;
  margin-bottom: 15px;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.download.origami a.overlay {
  padding-top: 82px;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.download:hover a.overlay {
  display: block;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.download img {
  vertical-align: top;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.download a.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #075464;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  opacity: 0.9;
}
div.campaign_thanks_wrapper div.downloadables div.reward div.download a.overlay.shown {
  display: block;
}
div.campaign_thanks_wrapper .geo_review {
  padding: 40px;
}
div.campaign_content_wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 125px;
  color: #6c6f70;
  font-family: 'Arial';
}
div.campaign_content_wrapper div.content {
  clear: both;
  background-color: #FFF;
}
div.campaign_content_wrapper div.content div.text {
  padding: 40px;
}
div.campaign_content_wrapper div.content div.text p {
  margin-bottom: 20px;
  line-height: 24px;
}
div.campaign_content_wrapper div.content div.text h2 {
  margin-bottom: 10px;
}
div.campaign_content_wrapper div.content div.text ul {
  margin-left: 40px;
  margin-bottom: 20px;
}
div.campaign_content_wrapper div.content div.text ul li {
  line-height: 24px;
}
div.campaign_content_wrapper div.content div.fundraising {
  background-color: #f2f1f1;
  text-align: center;
  padding: 35px 10px;
  position: relative;
  top: -20px;
}
div.campaign_content_wrapper div.content div.fundraising div.number_contributors {
  color: #858788;
  font-size: 25px;
  font-family: 'Oswald';
  margin-bottom: 2px;
}
div.campaign_content_wrapper div.content div.fundraising div.number_contributors span {
  font-weight: 100;
}
div.campaign_content_wrapper div.content div.fundraising div.saving_so_far {
  font-size: 12px;
  margin-bottom: 8px;
}
div.campaign_content_wrapper div.content div.fundraising table.progress {
  font-size: 12px;
  margin: 0 auto;
}
div.campaign_content_wrapper div.content div.fundraising table.progress td {
  white-space: nowrap;
}
div.campaign_content_wrapper div.content div.fundraising table.progress td.raised,
div.campaign_content_wrapper div.content div.fundraising table.progress td.goal {
  width: 70px;
  padding-left: 15px;
  text-align: left;
  vertical-align: middle;
}
div.campaign_content_wrapper div.content div.fundraising table.progress td.bar {
  width: 414px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.fundraising table.progress td.bar {
    width: 344px;
  }
}
div.campaign_content_wrapper div.content div.fundraising table.progress td.bar div.progressbar_wrapper {
  height: 35px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url('../i/progress_bar_background.png') repeat-x;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.fundraising table.progress td.bar div.progressbar_wrapper {
    width: 344px;
  }
}
div.campaign_content_wrapper div.content div.fundraising table.progress td.bar div.progressbar_wrapper div.progress_done {
  background: url('../i/progress_done.png');
  height: 35px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
div.campaign_content_wrapper div.content div.fundraising table.progress td.bar div.rhino_progress {
  /*background: url('../i/rhino_progress.png') center left repeat-x;*/
  height: 35px;
  position: absolute;
  width: 414px;
  margin-top: -35px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.fundraising table.progress td.bar div.rhino_progress {
    width: 344px;
    /*background: url('../i/rhino_progress_tablet.png') center left repeat-x;*/
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_content_wrapper div.content div.fundraising table.progress td.bar div.rhino_progress {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.fundraising table.progress td.bar div.rhino_progress {
    display: none;
  }
}
div.campaign_content_wrapper div.content div.fundraising div.rhino_buttons {
  margin: 25px 0px 30px 0px;
}
div.campaign_content_wrapper div.content div.fundraising div.rhino_buttons a.main_button {
  font-family: 'Oswald';
  font-size: 26px;
  color: #FFF;
  padding: 5px 50px;
  background-color: #e88f02;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  transition: 0;
  -webkit-transition: 0;
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.fundraising div.rhino_buttons a.main_button {
    font-size: 18px;
    padding: 5px 34px;
  }
}
div.campaign_content_wrapper div.content div.fundraising div.rhino_buttons a.main_button:hover {
  box-shadow: inset 3px 3px 3px #cd7e02;
  transition: 0;
  -webkit-transition: 0;
}
div.campaign_content_wrapper div.content div.fundraising div.rhino_buttons a.main_button:active {
  padding: 6px 50px 6px 50px;
}
div.campaign_content_wrapper div.content div.fundraising div.rhino_buttons a.main_button.blue {
  background-color: #0f3241;
}
div.campaign_content_wrapper div.content div.fundraising div.rhino_buttons a.main_button.blue:hover {
  box-shadow: inset 3px 3px 3px #072532;
  transition: 0;
  -webkit-transition: 0;
}
div.campaign_content_wrapper div.content div.fundraising div.raffle_description {
  font-size: 12px;
}
div.campaign_content_wrapper div.content div.angels {
  padding: 20px 45px;
}
div.campaign_content_wrapper div.content div.angels div.image {
  width: 100px;
  float: left;
  padding-right: 30px;
}
@media only screen and (min-width: 640px) and (max-width: 959px), only screen and (min-width: 480px) and (max-width: 639px), only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.angels div.image {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
div.campaign_content_wrapper div.content div.angels div.action {
  padding-top: 25px;
}
@media only screen and (min-width: 640px) and (max-width: 959px), only screen and (min-width: 480px) and (max-width: 639px), only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.angels div.action {
    text-align: center;
  }
}
div.campaign_content_wrapper div.content div.angels_info {
  padding: 20px 45px;
}
div.campaign_content_wrapper div.content div.angels_info p {
  padding-bottom: 15px;
}
div.campaign_content_wrapper div.content div.angels_info ol {
  margin-bottom: 15px;
  margin-left: 25px;
}
div.campaign_content_wrapper div.content div.video {
  text-align: center;
  padding: 35px 0px;
  clear: both;
}
div.campaign_content_wrapper div.content div.video iframe {
  width: 870px;
  height: 489px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.video iframe {
    width: 585px;
    height: 329px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_content_wrapper div.content div.video iframe {
    width: 420px;
    height: 236px;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.video iframe {
    width: 285px;
    height: 160px;
  }
}
div.campaign_content_wrapper div.content div.updates {
  padding: 0px 45px 25px 45px;
  line-height: 30px;
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.updates {
    line-height: 20px;
    font-size: 13px;
  }
}
div.campaign_content_wrapper div.content div.featured div.featured_in {
  font-size: 12px;
  font-weight: bold;
  padding-left: 45px;
  width: 14%;
  float: left;
  padding-top: 13px;
  margin-top: 15px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.featured div.featured_in {
    width: 20%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_content_wrapper div.content div.featured div.featured_in {
    width: 100%;
    padding: 0px;
    margin-bottom: 18px;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.featured div.featured_in {
    width: 100%;
    padding: 0px;
    margin-bottom: 18px;
    text-align: center;
  }
}
div.campaign_content_wrapper div.content div.featured div.logo {
  width: 23%;
  text-align: center;
  float: left;
  margin-top: 15px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.featured div.logo {
    width: 35%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_content_wrapper div.content div.featured div.logo {
    width: 100%;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.featured div.logo {
    width: 100%;
    margin-bottom: 4px;
  }
}
div.campaign_content_wrapper div.content div.featured div.quote {
  float: left;
  font-size: 12px;
  text-align: center;
  padding-right: 45px;
  padding-left: 22px;
  line-height: 18px;
  width: 246px;
  background: url('../i/icon_quote_open.png') no-repeat;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.featured div.quote {
    clear: both;
    float: none;
    width: 260px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_content_wrapper div.content div.featured div.quote {
    clear: both;
    float: none;
    margin: 0 auto;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.featured div.quote {
    clear: both;
    float: none;
    margin: 0 auto;
    padding-right: 0px;
  }
}
div.campaign_content_wrapper div.content div.featured div.quote div.quote_wrapper {
  background: url('../i/icon_quote_close.png') bottom right no-repeat;
  padding-right: 22px;
}
div.campaign_content_wrapper div.content div.featured div.quote span.author {
  font-style: italic;
}
div.campaign_content_wrapper div.content div.under_feature {
  clear: both;
  margin-bottom: 30px;
  height: 0px;
}
div.campaign_content_wrapper div.content div.about_team {
  margin: 20px 45px;
  padding: 30px 0px;
  border-top: 1px solid #ededed;
  font-size: 12px;
  clear: both;
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.left {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.left {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.left {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.left {
    width: 100%;
  }
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.right {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.right {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.right {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.right {
    width: 100%;
  }
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.left_about_wrapper {
  padding-right: 20px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.left_about_wrapper {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.left_about_wrapper {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.left_about_wrapper {
    padding-right: 0px;
  }
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.right_about_wrapper {
  padding-left: 20px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.right_about_wrapper {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.right_about_wrapper {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.right_about_wrapper {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.partners_wrapper {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.partners_wrapper {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.partners_wrapper {
    margin-bottom: 20px;
  }
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about img.emmy {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about img.great_plains {
  position: relative;
  top: 1px;
  margin-right: 7px;
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about img.great_plains_f {
  margin-right: 4px;
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about img.africa_foundation {
  position: relative;
  top: 1px;
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about img.and_beyond {
  position: relative;
  top: -1px;
  margin-right: 2px;
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about img.ng {
  position: relative;
  top: 5px;
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about img.clifford {
  position: relative;
  top: 7px;
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.supporters_wrapper {
  padding-top: 10px;
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.about_content {
  line-height: 18px;
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.about_content p {
  margin-bottom: 16px;
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.about_content p.title {
  font-weight: bold;
}
div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.about_content p.top_no_title {
  padding-top: 34px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.about_content p.top_no_title {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.about_content p.top_no_title {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.about_team div.rhinos_about div.about_content p.top_no_title {
    padding-top: 0px;
  }
}
div.campaign_content_wrapper div.content div.about_team table.about {
  width: 100%;
}
div.campaign_content_wrapper div.content div.about_team table.about td {
  width: 50%;
}
div.campaign_content_wrapper div.content div.about_team table.about td.left {
  padding-right: 20px;
}
div.campaign_content_wrapper div.content div.about_team table.about td.right {
  padding-left: 20px;
}
div.campaign_content_wrapper div.content div.about_team table.about td img.emmy {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
div.campaign_content_wrapper div.content div.about_team table.about td img.great_plains {
  position: relative;
  top: 5px;
  margin-right: 7px;
}
div.campaign_content_wrapper div.content div.about_team table.about td img.africa_foundation {
  position: relative;
  top: 1px;
  margin-right: 7px;
}
div.campaign_content_wrapper div.content div.about_team table.about td img.and_beyond {
  position: relative;
  top: -2px;
}
div.campaign_content_wrapper div.content div.about_team table.about td img.ng {
  position: relative;
  top: 5px;
}
div.campaign_content_wrapper div.content div.about_team table.about td img.clifford {
  position: relative;
  top: 7px;
}
div.campaign_content_wrapper div.content div.about_team table.about td img.silverstone {
  position: relative;
  top: 5px;
}
div.campaign_content_wrapper div.content div.about_team table.about td div.about_content {
  line-height: 18px;
}
div.campaign_content_wrapper div.content div.about_team table.about td div.about_content p {
  margin-bottom: 16px;
}
div.campaign_content_wrapper div.content div.about_team table.about td div.about_content p.title {
  font-weight: bold;
}
div.campaign_content_wrapper div.content div.about_team table.about td div.about_content p.top_no_title {
  padding-top: 34px;
}
div.campaign_content_wrapper div.content div.about_team div.become_a_sponsor {
  margin-top: 25px;
  font-size: 12px;
  text-align: center;
}
div.campaign_content_wrapper div.content div.plan_title {
  background-color: #075464;
  color: #FFF;
  font-family: 'Oswald';
  font-weight: 100;
  font-size: 35px;
  padding: 5px 0px;
  text-align: center;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan {
  width: 50%;
  float: left;
  text-align: center;
  font-family: 'Oswald';
  font-weight: 100;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.plan_and_rewards div.plan {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_content_wrapper div.content div.plan_and_rewards div.plan {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.plan_and_rewards div.plan {
    width: 100%;
  }
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.rhino_plan {
  padding: 15px 0 10px 0;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.marathon {
  padding: 0px 20px 10px 20px;
  text-align: left;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.header {
  font-size: 22px;
  color: #FFF;
  margin-right: 50px;
  padding: 4px 0px 4px 50px;
  font-weight: normal;
  background: url('../i/plan_header_arrow.png') center right no-repeat;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.header.red {
  background-color: #900202;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.header.green {
  background-color: #587722;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.hanging {
  margin-bottom: 68px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.hanging img.hanging_rhino {
  float: right;
  margin-right: 70px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.hanging div.still_hanging {
  padding-top: 50px;
  font-size: 20px;
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.hanging div.still_hanging {
    padding-top: 28px;
  }
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.extinction {
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.extinction img {
    width: 285px;
    height: 147px;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.plan_and_rewards div.plan img.map {
    width: 285px;
    height: 353px;
  }
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.solution_text {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 0px 20px;
  line-height: 24px;
  color: #797b7c;
  margin-bottom: 25px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.solution_text span {
  font-weight: normal;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.secure_survival {
  font-size: 20px;
  text-transform: uppercase;
  margin: 25px 0 15px 0;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.zaf_to_bwa {
  font-family: 'Arial';
  color: #434343;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 25px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.nucleus {
  font-size: 20px;
  text-transform: uppercase;
  margin: 25px 0 15px 0;
  padding: 0px 20px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.phase {
  font-size: 12px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 13px;
  text-align: left;
  margin: 0px 20px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.phase_name {
  font-size: 20px;
  text-align: left;
  margin: 0px 20px;
  position: absolute;
  margin-top: -16px;
  background-color: #FFF;
  padding-right: 5px;
  font-weight: normal;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.phase_content {
  text-align: left;
  padding: 25px 20px;
  font-family: 'Arial';
  font-size: 11px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.phase_content img.rhino_fundraising {
  float: left;
  margin-right: 23px;
  margin-bottom: 3px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.phase_content div.rhino_cost {
  font-size: 12px;
  margin-top: 4px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.phase_content div.rhino_cost img.rhino_small {
  margin-right: 7px;
  position: relative;
  top: 1px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.phase_content div.funds_breakdown {
  margin-top: 10px;
  line-height: 16px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.phase_content div.description {
  line-height: 17px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.gratitude {
  text-align: center;
  margin-top: 15px;
  font-family: 'Oswald';
  font-size: 23px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.gratitude {
    font-size: 19px;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.gratitude {
    font-size: 15px;
  }
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.press {
  padding: 0px 20px;
  text-align: left;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.press ul {
  list-style-type: none;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.press ul li {
  padding-bottom: 5px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.plan div.twitter_feed {
  padding: 0px 20px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards {
  width: 50%;
  float: left;
  background-color: #f2f1f1;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards {
    width: 100%;
  }
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.rewards_holder {
  padding: 30px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.raffle_title {
  background: url('../i/raffle_title_background.png') bottom left repeat-x;
  background-color: #e68f24;
  padding: 2px 0px 7px 0px;
  color: #FFF;
  font-size: 22px;
  font-family: 'Oswald';
  text-align: center;
  border: 1px solid #e88f02;
  border-bottom: 0;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.raffle {
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border: 1px solid #e88f02;
  border-top: 0;
  text-align: center;
  font-size: 12px;
  background-color: #FFF;
  padding: 10px 15px;
  margin-bottom: 20px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.raffle div.info {
  border-bottom: 1px dashed #cccccc;
  font-size: 12px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.raffle div.info strong {
  display: block;
  margin-top: 5px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.raffle div.prizes {
  float: right;
  padding-left: 10px;
  padding-top: 5px;
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.raffle div.prizes {
    float: none;
    padding-left: 0px;
  }
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.raffle div.prizes img {
  vertical-align: top;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.raffle div.details {
  text-align: left;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.raffle div.details ul {
  margin-left: 15px;
  font-size: 11px;
  line-height: 16px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.yes_you_can {
  font-family: 'Oswald';
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 20px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward {
  padding: 15px;
  border: 1px solid #dddddd;
  background-color: #FFF;
  font-family: 'Arial';
  position: relative;
  margin-bottom: 10px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward a.link_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #075464;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  opacity: 0.9;
  display: none;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward a.link_overlay span.middle {
  display: table;
  width: 100%;
  height: 100%;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward a.link_overlay span.middle span.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward:hover a.link_overlay {
  display: block;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward div.price {
  float: right;
  font-size: 20px;
  color: #858788;
  font-weight: bold;
  padding-left: 5px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward div.price span.limited {
  color: #900202;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward div.nominal {
  font-size: 20px;
  font-weight: bold;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward div.title {
  color: #075464;
  font-size: 13px;
  margin-top: 4px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward div.description {
  margin-top: 15px;
  font-size: 12px;
  line-height: 16px;
  color: #a1a1a1;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward div.description div.tag {
  float: right;
  margin-left: 10px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward div.delivery_date {
  font-size: 11px;
  line-height: 16px;
  margin-top: 10px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward div.email {
  margin-top: 10px;
  font-size: 11px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward div.struct_reward div.image {
  float: right;
  width: 107px;
  padding-left: 25px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward div.struct_reward div.image {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin-bottom: 10px;
  }
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward div.struct_reward div.image img {
  vertical-align: top;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward_extra_data {
  display: none;
  padding: 10px;
  border: 1px solid #dddddd;
  background-color: #FFF;
  font-family: 'Arial';
  font-size: 12px;
  position: relative;
  margin-top: -1px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.reward_extra_data div.extra_images img {
  margin: 0px 5px 5px 5px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards div.no_show_more {
  margin-bottom: 7px;
  height: 0px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards a.show_more {
  display: block;
  background-color: #5d8f99;
  color: #e4e4e4;
  text-align: center;
  font-size: 11px;
  margin-bottom: 8px;
  position: relative;
  margin-top: -1px;
  border: 1px solid #dddddd;
  border-top: 0;
  padding: 5px 0;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards a.show_more:hover {
  background-color: #759fa7;
  transition: 0;
  -webkit-transition: 0;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards a.show_more.open span {
  background-position: right -7px;
}
div.campaign_content_wrapper div.content div.plan_and_rewards div.rewards a.show_more span {
  padding: 0px 10px;
  background: url('../i/sprite_example_arrows.png') right 5px no-repeat;
}
div.share_options {
  text-align: center;
  margin: 18px 0px 15px 0px;
  padding-bottom: 10px;
  padding-top: 5px;
  display: none;
}
div.share_options .share {
  color: #FFF;
  text-decoration: none;
  padding: 5px 14px;
  font-size: 14px;
  font-family: 'Oswald';
}
div.share_options .share.facebook {
  background-color: #496499;
}
div.share_options .share.twitter {
  background-color: #36aadf;
  padding: 5px 17px;
}
div.share_options .share:hover {
  opacity: 0.8;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
a#powered {
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  a#powered {
    font-size: 13px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  a#powered {
    font-size: 12px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 479px) {
  a#powered {
    display: none;
  }
}
a#powered_phone {
  display: none;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
}
@media only screen and (max-width: 479px) {
  a#powered_phone {
    font-size: 12px;
    white-space: nowrap;
    display: inline;
    padding-left: 12px;
  }
}
.footer .limiter .plane {
  background: url('../i/footer_plane.png') no-repeat;
}
div.hover_fixed {
  width: 100%;
  z-index: 99;
}
div.bottom_hover_layer {
  height: 60px;
}
div.bottom_hover_layer div.reward_chosen {
  width: 100%;
  float: left;
}
div.bottom_hover_layer div#loading_holder {
  text-align: center;
  padding-top: 18px;
  display: none;
}
div.bottom_hover_layer div#loading_holder img {
  padding-right: 10px;
}
div.bottom_hover_layer div#loading_holder span {
  position: relative;
  top: -2px;
}
div.bottom_hover_layer div#continue_holder {
  width: 100%;
}
div.bottom_hover_layer div#continue_holder a.button_fund {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
div.bottom_hover_layer div.bottom_hover_button {
  width: 220px;
  float: left;
  padding-top: 6px;
  display: none;
}
div.bottom_hover_layer div.reward_value {
  text-align: center;
  padding-top: 18px;
}
div.rhino_ticker {
  background: url('../i/ticker.png') no-repeat;
  width: 110px;
  height: 153px;
  color: #FFF;
  position: absolute;
  top: 0px;
  right: 100px;
  text-align: center;
  font-family: 'Oswald';
  cursor: default;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 639px) {
  div.rhino_ticker {
    right: 15px;
  }
}
div.rhino_ticker div.number {
  font-size: 44px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 60px;
}
div.rhino_ticker div.number.thousands {
  font-size: 39px;
}
div.rhino_ticker div.killed {
  line-height: 22px;
  font-weight: 100;
}
div.breakdown_item_wrapper {
  border-bottom: 1px solid #ededed;
}
div.breakdown_item_wrapper:last-child {
  border-bottom: none;
}
div.breakdown_item_wrapper:hover {
  background-color: #ffedd0;
}
div.breakdown_item_wrapper div.breakdown_item {
  padding: 20px;
  min-width: 100px;
  width: auto !important;
  width: 100px;
}
@media only screen and (max-width: 479px) {
  div.breakdown_item_wrapper div.breakdown_item {
    padding-top: 30px;
  }
}
div.breakdown_item_wrapper div.breakdown_item div.image {
  float: left;
  width: 127px;
}
@media only screen and (max-width: 479px) {
  div.breakdown_item_wrapper div.breakdown_item div.image {
    float: none;
    margin-bottom: 20px;
    width: 100px;
  }
}
div.breakdown_item_wrapper div.breakdown_item div.image img {
  vertical-align: top;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
div.breakdown_item_wrapper div.breakdown_item div.info_wrapper {
  overflow: hidden;
  position: relative;
}
div.breakdown_item_wrapper div.breakdown_item div.info_wrapper div.info_keeper {
  padding-right: 150px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 479px) {
  div.breakdown_item_wrapper div.breakdown_item div.info_wrapper div.info_keeper {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
div.breakdown_item_wrapper div.breakdown_item div.info_wrapper div.info_keeper div.title {
  font-size: 20px;
  font-weight: bold;
  color: #858788;
  padding-bottom: 15px;
}
div.breakdown_item_wrapper div.breakdown_item div.info_wrapper div.info_keeper div.description {
  font-size: 12px;
  line-height: 18px;
  color: #a1a1a1;
}
div.breakdown_item_wrapper div.breakdown_item div.info_wrapper div.requirements_keeper {
  position: absolute;
  width: 105px;
  right: 20px;
  top: 0px;
}
@media only screen and (max-width: 479px) {
  div.breakdown_item_wrapper div.breakdown_item div.info_wrapper div.requirements_keeper {
    position: static;
    margin: 0 auto;
    text-align: center;
    width: auto;
  }
}
div.breakdown_item_wrapper div.breakdown_item div.info_wrapper div.requirements_keeper div.price {
  font-size: 20px;
  font-weight: bold;
  color: #858788;
}
@media only screen and (max-width: 479px) {
  div.breakdown_item_wrapper div.breakdown_item div.info_wrapper div.requirements_keeper div.price {
    float: left;
  }
}
div.breakdown_item_wrapper div.breakdown_item div.info_wrapper div.requirements_keeper div.select_that {
  width: 100px;
  overflow: hidden;
  border: 1px solid #a1a1a1;
  background-color: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url('../i/select_arrow.png') right top no-repeat;
  margin-top: 10px;
}
@media only screen and (max-width: 479px) {
  div.breakdown_item_wrapper div.breakdown_item div.info_wrapper div.requirements_keeper div.select_that {
    float: left;
    margin-left: 20px;
    position: relative;
    top: -14px;
  }
}
div.breakdown_item_wrapper div.breakdown_item div.info_wrapper div.requirements_keeper div.select_that select {
  background: transparent;
  width: 120%;
  border: 0;
  -webkit-appearance: none;
  padding: 2px 0 2px 5px;
  font-size: 21px;
  cursor: pointer;
  color: #ffa713;
}
div.breakdown_item_wrapper div.breakdown_item div.info_wrapper div.requirements_keeper div.select_that select:focus {
  box-shadow: none;
  border: 0;
}
div.payment {
  background-color: #FFF;
  padding: 40px 80px;
  position: relative;
}
@media only screen and (min-width: 640px) and (max-width: 959px), only screen and (min-width: 480px) and (max-width: 639px) {
  div.payment {
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  div.payment {
    padding: 20px;
  }
}
div.payment div.payment_wrapper {
  margin-top: 20px;
}
div.payment div.payment_wrapper div.details_request {
  float: left;
  width: 65%;
}
@media only screen and (min-width: 480px) and (max-width: 639px), only screen and (max-width: 479px) {
  div.payment div.payment_wrapper div.details_request {
    width: 100%;
    float: none;
  }
}
div.payment div.payment_wrapper div.details_request div.insider {
  padding-right: 40px;
}
@media only screen and (min-width: 480px) and (max-width: 639px), only screen and (max-width: 479px) {
  div.payment div.payment_wrapper div.details_request div.insider {
    padding-right: 0;
  }
}
div.payment div.payment_wrapper div.details_request div.payment_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 639px), only screen and (max-width: 479px) {
  div.payment div.payment_wrapper div.details_request div.payment_title {
    font-size: 18px;
  }
}
div.payment div.payment_wrapper div.details_request div.payment_title.new {
  margin-top: 25px;
}
div.payment div.payment_wrapper div.details_request div.payment_title a.or {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
  color: #f79f38;
  white-space: nowrap;
}
div.payment div.payment_wrapper div.details_request div.payment_title a.or:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 480px) and (max-width: 639px), only screen and (max-width: 479px) {
  div.payment div.payment_wrapper div.details_request div.payment_title a.or {
    margin-left: 0;
    display: block;
  }
}
div.payment div.payment_wrapper div.details_request div#payment_error {
  margin-top: 10px;
}
div.payment div.payment_wrapper div.details_request div#card_form span.credit_cards {
  position: relative;
  top: 5px;
  left: 2px;
}
div.payment div.payment_wrapper div.details_request div#card_form span.credit_cards span.credit_card {
  background: url('../i/sprite_credit_cards.png') no-repeat;
  font-size: 0;
  padding-left: 31px;
  padding-top: 22px;
  line-height: 0px;
  position: relative;
  margin-right: 6px;
  display: inline;
}
div.payment div.payment_wrapper div.details_request div#card_form span.credit_cards span.credit_card.inactive {
  opacity: 0.5;
  display: none;
}
div.payment div.payment_wrapper div.details_request div#card_form span.credit_cards span.credit_card.visa {
  background-position: 0px 0px;
  display: inline;
}
div.payment div.payment_wrapper div.details_request div#card_form span.credit_cards span.credit_card.mastercard {
  background-position: 0px -44px;
  display: inline;
}
div.payment div.payment_wrapper div.details_request div#card_form span.credit_cards span.credit_card.american_express {
  background-position: 0px -88px;
  display: inline;
}
div.payment div.payment_wrapper div.details_request div#card_form span.credit_cards span.credit_card.discover {
  background-position: 0px -132px;
  display: inline;
}
div.payment div.payment_wrapper div.details_request div#card_form span.credit_cards span.credit_card.diners_club {
  background-position: 0px -176px;
  display: inline;
}
div.payment div.payment_wrapper div.details_request div#card_form span.credit_cards span.credit_card.jcb {
  background-position: 0px -220px;
  display: inline;
}
div.payment div.payment_wrapper div.details_request div#card_form img.cvc {
  position: relative;
  top: -2px;
}
div.payment div.payment_wrapper div.details_request div#card_form div.client_validation_error {
  display: none;
  color: #a90707;
  padding-left: 7px;
}
div.payment div.payment_wrapper div.details_transaction {
  width: 35%;
  float: right;
}
@media only screen and (min-width: 480px) and (max-width: 639px), only screen and (max-width: 479px) {
  div.payment div.payment_wrapper div.details_transaction {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
div.payment div.payment_wrapper div.details_transaction div.info {
  background-color: #fafafa;
  border: 1px solid #d1d1d1;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.payment div.payment_wrapper div.details_transaction div.info {
    font-size: 12px;
  }
}
div.payment div.payment_wrapper div.details_transaction div.info div.amount_title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
div.payment div.payment_wrapper div.details_transaction div.info div.amount {
  font-size: 20px;
  font-weight: bold;
}
div.payment div.payment_wrapper div.details_transaction div.info div.amount a.change {
  font-size: 14px;
  color: #f79f38;
  margin-left: 10px;
  font-weight: normal;
}
div.payment div.payment_wrapper div.details_transaction div.info div.amount a.change:hover {
  text-decoration: underline;
}
div.payment div.payment_wrapper div.details_transaction div.info div.chosen_rewards {
  margin-bottom: 8px;
}
div.payment div.payment_wrapper div.details_transaction div.info div.chosen_rewards div.name {
  float: left;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.payment div.payment_wrapper div.details_transaction div.info div.chosen_rewards div.name {
    width: 100%;
  }
}
div.payment div.payment_wrapper div.details_transaction div.info div.chosen_rewards div.name.total {
  margin-top: 15px;
}
div.payment div.payment_wrapper div.details_transaction div.info div.chosen_rewards div.name span.details {
  font-weight: bold;
  padding-right: 6px;
}
div.payment div.payment_wrapper div.details_transaction div.info div.chosen_rewards div.details {
  float: right;
  font-weight: bold;
}
div.payment div.payment_wrapper div.details_transaction div.percent {
  float: left;
  background: url('../i/icon_secure.png') no-repeat;
  font-size: 0;
  padding-left: 113px;
  padding-top: 41px;
}
@media only screen and (min-width: 640px) and (max-width: 959px), only screen and (min-width: 480px) and (max-width: 639px), only screen and (max-width: 479px) {
  div.payment div.payment_wrapper div.details_transaction div.percent {
    float: none;
    background-position: center center;
  }
}
div.payment div.payment_wrapper div.details_transaction div.stripe {
  float: right;
  padding-top: 13px;
  padding-left: 10px;
}
@media only screen and (min-width: 640px) and (max-width: 959px), only screen and (min-width: 480px) and (max-width: 639px), only screen and (max-width: 479px) {
  div.payment div.payment_wrapper div.details_transaction div.stripe {
    float: none;
    padding-left: 0;
    text-align: center;
  }
}
div.payment div.payment_wrapper div.details_transaction div.notice {
  clear: both;
  font-size: 12px;
  padding-top: 15px;
  color: #a1a1a1;
  line-height: 18px;
}
div.payment div.payment_wrapper div.details_transaction div.notice a {
  color: #f79f38;
  text-decoration: none;
}
div.payment div.payment_wrapper div.details_transaction div.notice a:hover {
  text-decoration: underline;
}
div.payment div.payment_wrapper div.details_transaction div.godaddy {
  margin-top: 20px;
}
div.general_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #313030;
  opacity: 0.9;
  text-align: center;
  display: none;
}
div.general_overlay img {
  margin-top: 20px;
}
div.completed div.thank_you_title {
  font-size: 92px;
  font-family: 'Oswald';
  font-weight: 100;
  text-align: center;
  color: #075464;
  letter-spacing: 10px;
  padding-top: 30px;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.completed div.thank_you_title {
    font-size: 68px;
    letter-spacing: 6px;
  }
}
@media only screen and (max-width: 479px) {
  div.completed div.thank_you_title {
    font-size: 46px;
    letter-spacing: 4px;
  }
}
div.completed div.error_title {
  font-size: 40px;
  font-family: 'Oswald';
  font-weight: 100;
  text-align: center;
  color: #075464;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.completed div.info {
  font-size: 16px;
  line-height: 20px;
  color: #a1a1a1;
  text-align: center;
  width: 60%;
  margin: 10px auto 10px auto;
}
@media only screen and (min-width: 480px) and (max-width: 639px), only screen and (max-width: 479px) {
  div.completed div.info {
    width: 90%;
  }
}
div.completed div.info div.contact {
  margin-top: 20px;
  padding-bottom: 40px;
}
div.completed div.downloadables {
  position: relative;
  text-align: center;
  margin: 40px 0 30px 0;
}
div.completed div.downloadables div.download_wrapper {
  padding: 40px 0px;
  background-color: #f5f5f5;
}
div.completed div.downloadables div.download_wrapper div.download_items {
  width: 600px;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  div.completed div.downloadables div.download_wrapper div.download_items {
    width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  div.completed div.downloadables div.download_wrapper div.download_items {
    width: 300px;
  }
}
div.completed div.downloadables div.download_wrapper div.download_items div.item_wrapper {
  float: left;
  width: 150px;
  text-align: center;
  height: 156px;
  margin-bottom: 40px;
}
div.completed div.downloadables div.download_wrapper div.download_items div.item_wrapper div.item a.get_item {
  position: relative;
  display: block;
  width: 138px;
  margin: 0 auto;
}
div.completed div.downloadables div.download_wrapper div.download_items div.item_wrapper div.item a.get_item.physical {
  cursor: default;
}
div.completed div.downloadables div.download_wrapper div.download_items div.item_wrapper div.item a.get_item img {
  border: 4px solid #a1a1a1;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
div.completed div.downloadables div.download_wrapper div.download_items div.item_wrapper div.item a.get_item span.download {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #075464;
  opacity: 0.7;
  text-align: center;
  display: none;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  color: #FFF;
  padding-top: 50px;
}
div.completed div.downloadables div.download_wrapper div.download_items div.item_wrapper div.item a.get_item:hover span.download {
  display: block;
}
div.completed div.downloadables div.download_wrapper div.download_items div.item_wrapper div.item div.title {
  margin-top: 10px;
  font-size: 12px;
  color: #075464;
}
div.completed div.geo_review {
  padding: 20px 40px;
}
div.completed div.back {
  text-align: center;
  font-size: 12px;
  padding-bottom: 25px;
}
div.completed div.back a {
  text-decoration: none;
}
div.completed div.back a:hover {
  text-decoration: underline;
}
