@charset "utf-8";
/* CSS Document */

/*Grid correction*/
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
    min-height: 1px;
}
.no-padding {
  padding-left: 0 !important;
  padding-right:  0 !important;
}

/*Contents*/
.custom_page p>a {
  color: #d40000;
}
.custom_page p>a:hover {
  text-decoration: underline;
}
#content p,
#content-post p {
    cursor: default;
}

/*Tables*/
.table {
  border-collapse: collapse !important;
}
.table td,
.table th {
  background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd !important;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}


/* Page width */
#page {
  width: 1440px;
}

/* Hidding Menues */
#site-header {
  display: none;
}

#masthead {
  display: block;
  background: #000;
}
#masthead #logo,
#masthead .search-toggle,
#site-ticker #custom_menu {
  display: none;
}
#masthead .grid-9 {
    width: 340px;
    float: right;
}
#menu-wrap .main-menu > ul > li {
    width: auto;
}
#menu-wrap .main-menu > ul > li > a {
    line-height: 38px;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: bold;
    text-align: right;
    background: transparent;
    border: none;
    color: #fff;
    width: 100%;
    padding: 0;
    padding-left: 15px;
}
#menu-wrap .main-menu > ul > li > a:hover {
    background: transparent !important;
    color: #d40000 !important;
    border: none;
}



/* Top line color */
.line-top {
  background: #d40000;
}

/* Top image banner */
.header_image>img {
  width: 100%;
}

/* Slider's buttons color */
.post-social-fullw {
  background: #fd9500 !important;
  min-width: 230px;
}
.post-social-fullw>span.social:first-child{
  font-size: 18px;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 2px;
}
.flex-control-paging li a.flex-active {
  background: #fd9500 !important;
}

/* Slider styles corrections */
#feature,
.post-spot-full,
.bg-full {
  height: 545px;
  background: #d40000;
}
.flex-control-nav {
  top: 78px;
}
.post-mt-full {
  display: none;
}
h1.feature-head-full,
h1.feature-head-full a {
    font-size: 40px;
    font-family: 'oswald',sans-serif;
    line-height: 50px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}
.feature-inner-full.feature-inner-center {
    width: 100%;
    text-align: center;
    bottom: 50px;
}
.feature-inner-full.feature-inner-center .post-mt-full span {
  padding-left: 0;
}
#feature .slides>li.hide-slider-link .feature-inner-full {
    background: none;
    box-shadow: none;
}
#feature .slides>li.hide-slider-link h1.feature-head-full,
#feature .slides>li.hide-slider-link h1.feature-head-full a {
    /*display: none;*/
}
#feature .slides>li.hide-slider-share .post-social-fullw {
    display: none;
}
/* News Ticker color */
#site-ticker {
  position: absolute;
  background: transparent;
  width: calc(100% - 470px);
  float: left;
  height: 40px;
  border-top: none;
  border-bottom: none;
  z-index: 999;
  display: block;
}
#site-ticker>div {
  width: 100%;
  margin: auto;
}
#site-ticker .trending {
  display: inline-block;
  float: left;
  width: 94px;
  margin-left: 60px;
}
#site-ticker .trending h3 {
  background-color: transparent;
  color: #fd9500;
  font-size: 20px;
  margin-right: 0;
  margin-top: 8px;
}
#site-ticker #ticker {
  padding: 0 5px;
  width: calc(100% - 270px);
}
#site-ticker #ticker li {
  height: 40px;
  overflow: hidden;
}
#site-ticker #ticker li h3,
#site-ticker #ticker li h5 {
  margin-top: 2px;
  background: transparent;
}
#site-ticker #ticker li h3 a {
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}
#site-ticker #custom_menu {
  width: 215px;
  float: right;
  height: 40px;
  margin-right: 60px;
}
#site-ticker #custom_menu ul {
  margin: 0;
  padding: 0;
  line-height: 38px;
  position: relative;
  color: #FFFFFF;
  font-size: 20px;
  font-family: 'oswald';
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
}
#site-ticker #custom_menu ul li {
  list-style: none;
  float: left;
  margin-right: 30px;
  padding: 0 5px;
}
#site-ticker #custom_menu ul li:last-child {
  margin-right: 0px;
}
#site-ticker #custom_menu ul li a {
  color: #fff;
}
#site-ticker #custom_menu ul li a:hover,
#site-ticker #custom_menu ul li a:active {
  color: #d40000;
}

/* HomePage content */
span.suptitle {
  border-bottom: none;
  font-size: 22px;
}
.home .hero {
  margin: 0;
  padding: 0;
}
.home .hero > h3 {
  line-height: 34px;
  margin: 0;
}
.home h1.retro {
  margin-bottom: 4px;
}
.home .hero-title {
  border-bottom: none;
  color: #d40000;
}

#feature-post img,
.post-spot-full img {
  position: absolute;
  top: 50%;
  margin-top: -30%;
}


/* Sidebar Widgets */
h1.widget-title {
  border: 2px solid #d40000;
  background: #d40000;
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 8px;
}
.widget {
  margin-bottom: 48px !important;
}

/* Donate Widget */
.donate_widget {
  background: url(../images/donate_promo.jpg) center center;
  color: #fff;
  text-align: center;
  height: 290px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.donate_widget h1 {
  font-size: 72px;
  line-height: 74px;
  padding-top: 32px;
  letter-spacing: 4px;
  margin-bottom: 0;
}
.donate_widget h4 {
  font-size: 16px;
  letter-spacing: 4px;
  margin-top: 0;
  line-height: 14px;
  margin-bottom: 18px;
}
.donate_widget a.donate_widget_link {
  display: block;
  height: 100%;
  position: relative;
}

.donate_widget a.button {
  background: #fff;
  color: #e07d00;
  font-family: Oswald, Tahoma, Georgia, cambria, Arial, serif, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  display: block;
  width: 192px;
  margin: auto;
  letter-spacing: 3px;
  max-width: 95%;
  position: absolute;
  left: 50%;
  margin-left: -97px;
  bottom: 35px;
}
.donate_widget_link,
.donate_widget_link:hover {
	color: #fff !important;
}

/* Bumper Sticker Widget */
.sticker_widget {
  background: url(../images/sticker.png) center center no-repeat, url(../images/sticket_promo.png) center center no-repeat;
  color: #226778;
  text-align: center;
  height: 290px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain, cover;
}
.sticker_widget h1 {
  font-size: 28px;
  letter-spacing: 2px;
  margin-top: 0;
  line-height: 28px;
  margin-bottom: 20px;
}
.sticker_widget h1.title1 {
  padding-top: 30px;
}
.sticker_widget h1.title2 {
  padding-top: 92px;
}
.sticker_widget a.sticker_widget_link {
  display: block;
  height: 100%;
  position: relative;
}
#btnBumperSticker_2,
.sticker_widget a.button {
  background: #fe9a00;
  color: #fff;
  font-family: Oswald, Tahoma, Georgia, cambria, Arial, serif, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  display: block;
  width: 192px;
  margin: auto;
  letter-spacing: 2px;
  max-width: 95%;
  position: absolute;
  left: 50%;
  margin-left: -97px;
  bottom: 25px;
}

#btnBumperSticker_2 {
    position: static;
    text-align: center;
    margin: 0 auto !important;
}

#social_btns {
	clear: both;
	overflow: hidden;
}

.sticker_widget_link,
.sticker_widget_link:hover {
	color: #226778 !important;
}

/* Facebook Widget */
.widget_roow_facebook>.facebook-box {
    width: 300px;
    margin: auto;
}
.widget_roow_facebook>.facebook-box>iframe {
    height: 215px !important;
}


/* Lightbox Image Widget - Huge It Gallery */
.widget_huge_it_gallery_widget .hugeitmicro .hugeitmicro-item,
.widget_huge_it_gallery_widget .hugeitmicro .hugeitmicro-item>div,
.widget_huge_it_gallery_widget .hugeitmicro .hugeitmicro-item>div img {
    max-width: 100% !important;
}
.widget_huge_it_gallery_widget .hugeitmicro .hugeitmicro-item {
    margin-bottom: 48px;
}

/* Internal Page content */
.line-top.line-top-internal {
  background: #000;
  height: 40px;
  display: none;
}
.warrp-post {
  width: 100%;
}
#feature-post,
.post-spot-full {
  background: #d40000;
}
.site>.container-12 {
  margin-top: 110px;
}
span.coment-num {
    position: relative;
    top: 35px;
    float: right;
    right: 0;
}
h1.feature-head-st {
    padding-right: 0;
}
.post-social-full {
    margin-left: 0;
}
#content-post article.post img {
    width: 100%;
}
#content-post article.post a {
    color: #d40000;
}
#content-post article.post a:hover,
#content-post article.post a:active,
#content-post article.post a:visited,
#content-post article.post a.active {
    text-decoration: underline;
}

/* Donate Page content */
.custom_form .processdonation {
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
.custom_form .donationform,
.custom_form .processheader {
  padding: 0 15px;
  clear: both;
}
.custom_form .donationform>div {
  clear: both;
}
.custom_form .stickers .donationform>div {
  display: inline-block;
}
.custom_form .stickers .donationform>div#sticker_error {
  display: block;
}
.custom_form .processheader h1 {
  font-family: Open Sans, Tahoma, Georgia, cambria, Arial, serif, sans-serif;
  font-weight: normal;
  font-size: 36px;
  color: #2c9100;
  margin-top: 42px;
  margin-bottom: 15px;
  line-height: 38px;
}

.custom_form .donationbox {
  width: 100%;
  height: 160px;
  position: relative;
  display: block;
  clear: both;
  margin-bottom: 22px;
}
.custom_form .campaign_currency {
  bottom: 3px;
  color: #2c9100;
  display: block;
  padding-left: 16px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #fff;
  max-height: 9999px;
  width: 61px;
  position: absolute;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  left: 25px;
}
.custom_form .dollarsign,
.custom_form .zeros,
.custom_form .donationamount {
  float: left;
  height: 160px;
  font-size: 110px;
  color: #2c9100;
  border-top: 1px solid #f5f1ea;
  border-bottom: 1px solid #f5f1ea;
  letter-spacing: -5px;
  line-height: 150px;
  background: #f5f1ea;
  font-family: Open Sans, Tahoma, Georgia, cambria, Arial, serif, sans-serif;
}
.custom_form .dollarsign {
  width: 85px;
  padding-left: 22px;
  font-size: 124px;
  line-height: 138px;
}
.custom_form .zeros {
  float: right;
  width: 170px;
  text-align: right;
  padding-right: 30px;
}
.custom_form .donationamount {
  width: calc(100% - 255px);
  border-left: 0;
  border-right: 0;
  padding-left: 10px;
  text-align: right;
  outline: none;
}
.custom_form .usefb {
  float: right;
  font-size: 12px;
  color: #000000 !important;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  right: 50px;
  margin-top: 26px;
}
.custom_form .usefb .fa {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  background: #184A8D;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  line-height: 18px;
}
.donationform label,
.donationform .label {
  display: block;
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 26px;
}
.donationform input,
.donationform select,
.donationform textarea {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 20px;
  font-weight: 300;
  font-family: Lato, sans-serif;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  display: block;
  padding-left: 11px;
  outline: none;
  width: 100%;
}
.placeholder {
  color: #999999;
}
.donationform input[type=checkbox],
.donationform .checkbox,
.donationform .radio {
  padding-left: 0px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 0;
  width: auto;
}
.donationform input[type=checkbox] {
  top: -1px;
  position: relative;
}
.custom_form .parsley-errors-list,
.donationform label.error {
  margin: 0;
  padding: 0;
  list-style: none;
  color: red;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
}
.donationform label.error {
  font-size: 14px;
  line-height: 16px;
}
.custom_form .donationbox .parsley-errors-list {
    padding-left: 30px;
    text-align: center;
    padding-right: 30px;
}
.custom_form .donationform.general_errordiv {
  text-align: left;
  padding: 30px 15px;
  background: rgba(255, 0, 0, 0.1);
  color: red;
}
.custom_form .donationform.general_errordiv .error.title {
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
}
.custom_form .cards_img {
  margin-top: 55px;
}
.custom_form .submit {
  width: 265px;
  margin: 120px auto 100px;
  border-radius: 0;
  border: 1px solid #2c9100;
  background: #2c9100;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
  max-width: 100%;
}
.custom_form.inline_form .submit {
  margin-top: 0;
  margin-bottom: 0;
  height: 50px;
  line-height: 50px;
  min-height: 50px;
  padding: 0;
}
.custom_form .cards_img {
  margin-top: 55px;
}

.custom_form .stickers input {
  display: inline-block;
  width: 13px;
  margin-right: 2px;
  position: relative;
}
.custom_form .stickers {
  display: none;
}
.custom_form .stickers.active {
  display: block;
}
.custom_form .stickers img {
  display: inline-block;
  width: calc(100% - 20px);
  position: relative;
}
.custom_form .stickers .radio {
  height: auto;
}
.custom_form .stickers .parsley-errors-list {
  width: calc(100% - 90px);
  text-align: center;
  display: block;
  position: absolute;
  margin-top: 10px;
}

.custom_form_thanks h1 {
  font-size: 60px;
  color: #2c9100;
  margin-top: 0;
  margin-bottom: 22px;
  line-height: 38px;
  font-family: Lato, sans-serif;
  font-weight: bold;
}
.custom_form_thanks p {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 31px !important;
  font-family: Open Sans, Tahoma, Georgia, cambria, Arial, serif, sans-serif !important;
}

.disclaimer {
    border: 1px solid rgb(204, 204, 204);
    padding: 15px;
    margin: 0 auto 50px auto ;
}
/* Invite Form */
.invite_form .donationform input,
.invite_form .donationform select {
  margin-top: 15px;
}

/* Langing Pledge Page */
.pledge_landing .loading_text {
  position: absolute;
    text-align: center;
    width: 100%;
}

/*Thank You Page*/

.thank-you-page {
  text-align: center;
}
.thank-you-page h1.retro {
  color: #d40000;
}
.thank-you-page .warrp-post {
  padding-bottom: 10px;
}

/*Thank you page with donate*/
.page-template-thankyou .donate_form_container {
    margin-top: 0px;
}

/* Comments */

#respond form input,
#respond form textarea {
  text-transform: inherit !important;
}


/* Site Footer content */

.site-footer .site-info:before,
.site-footer .site-info:after {
  content: " ";
  display: table;
}
.site-footer .site-info:after {
  clear: both;
}
.site-footer .site-info .aboutus_blurb {
  text-align: left;
}
.site-footer .site-info .aboutus_blurb p {
  text-transform: inherit;
}
.site-footer .site-info .disclaimer {
  text-transform: inherit;
  border: 1px solid;
  margin: 30px 0;
}



/* Disqus Pligun content */
.entry-content-1 span.dsq-postid {
  padding: 0;
  padding-right: 2px;
}
div#disqus_thread {
    clear: both;
}
span.coment-num a:hover,
span.coment-num a:active,
span.coment-num a:focus,
span.coment-num a.active {
    color: #FFFFFF !important;
}

/* Vote Sticker Page content */
.custom_page .hero {
  padding-bottom: 8px;
}
.custom_page h1.retro {
  line-height: inherit;
}
.custom_page .hero-title {
  color: #226778;
  border: none;
  line-height: 68px;
}
.custom_page .hero-title>span {
  color: #d40000;
}

.custom_page .vote_form {
  text-align: center;
}
.custom_page .vote_form .stickers>div{
  margin-bottom: 80px;
}
.custom_page .vote_form .stickers img {
  display: block;
  margin: auto;
  margin-bottom: 25px;
}


.custom_page .vote_form input[type="radio"],
.container-stickers input[type="radio"]{
    display:none;
}
.custom_page .vote_form input[type="radio"] + label,
.container-stickers input[type="radio"] + label{
    color: inherit;
    font-family:Arial, sans-serif;
    font-size:14px;
}
.custom_page .vote_form input[type="radio"] + label span,
.container-stickers input[type="radio"] + label span{
    display:inline-block;
    width:172px;
    height:50px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  0%;
    border-radius:  0%;
}


.custom_page .vote_form input[type="radio"] + label span,
.container-stickers input[type="radio"] + label span {
	background: url(../images/radio_off.jpg) center center no-repeat;
}

.custom_page .vote_form input[type="radio"]:checked + label span,
.container-stickers input[type="radio"]:checked + label span{
	background: url(../images/radio_on.jpg) center center no-repeat;
}

.custom_page .vote_form input[type="radio"] + label span,
.custom_page .vote_form input[type="radio"]:checked + label span,
.container-stickers input[type="radio"] + label span,
.container-stickers input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}

.custom_page .vote_form #errorBlock {
  margin: 0 auto;
}
.custom_page .vote_form #errorBlock ul {
  padding: 0;
  list-style: none;
  color: red;
  font-style: italic;
}
.custom_page .vote_form .submit_container {
  background: url(../images/arrow01.jpg) left center no-repeat, url(../images/arrow02.jpg) right center no-repeat;
  max-width: 625px;
  margin: auto;
  padding: 0 105px;
}
.custom_page .submit {
  min-height: 60px;
  margin: 42px auto;
  text-transform: uppercase;
  border: 2px solid #42ac4a;
  background: #42ac4a;
  color: #fff;
  font-size: 34px;
  font-family: Oswald, Tahoma, Georgia, cambria, Arial, serif, sans-serif;
  line-height: 32px;
  padding: 5px 24px;
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
}
.custom_page .submit:hover {
  background: #fff;
  color: #42ac4a;
}
.custom_page .submit.submit-red {
  border: 2px solid #d40000;
  background: #d40000;
}
.custom_page .submit.submit-red:hover {
  background: #fff;
  color: #d40000;
}

.custom_page .vote_results {
  width: 100%;
  display: block;
  clear: both;
  padding: 0 75px;
  margin-bottom: 48px;
  font-family: Oswald, Tahoma, Georgia, cambria, Arial, serif, sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #42ac4a;
}
.custom_page .vote_results table {
  width: 100%;
}
.custom_page .vote_results td {
  padding-bottom: 78px;
}
.custom_page .vote_results td:nth-child(1) {
  width: 320px;
}
.custom_page .vote_results td:nth-child(2) {
  width: calc(100% - 470px);
}
.custom_page .vote_results td:nth-child(3) {
  width: 150px;
  text-align: right;
}
.custom_page .vote_results .slider {
  margin-left: 42px;
  height: 15px;
  background: #f4f4f4;
  width: calc(100% - 42px);
}
.custom_page .vote_results .slider .percent {
  display: block;
  height: 100%;
  background: #42ac4a;
}
.custom_page .submit_success {
  text-align: center;
  margin-bottom: 220px;
}
.custom_page .submit_success img {
  position: relative;
  margin: auto;
}
.custom_page .submit_success .submit {
  position: absolute;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  padding: 12px;
  bottom: 180px;
}



/* Simple Home Page content */
.custom_page.simple_home {
    padding-bottom: 100px;
}
.custom_page.simple_home .hero h1.retro {
    margin-bottom: 40px;
}
.custom_page.simple_home .hero p {
    text-transform: none;
}
.custom_page.simple_home .hero hr {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.custom_page.simple_home .custom_form .donationform>div.submit_container {
    padding: 25px 0;
}
.custom_page.simple_home .custom_form .donationform>div.submit_container .submit {
    width: calc(100% - 30px);
    border-radius: 5px;
    margin: 0 15px;
}


/* Free Stickers page*/

#freestickerata_page {
	padding: 15px;
}
.container-stickers {
	text-align: center;
}

.container-stickers label:hover {
	cursor: pointer;
}

.sticker_radio {
	width: auto !important;
	display: inline-block !important;
	vertical-align: middle;
}

.label_aditional:hover {
	cursor: pointer;
}

.label_aditional {
	display: inline-block !important;
	margin: 0px;
	vertical-align: middle;
	margin: 0 0 0 8px !important;
}

.label-element {
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #333333;
}

.form-element {
	margin-bottom: 15px;
}

.container-adicional {
	margin: 0px !important;
	vertical-align: top;
	line-height: 1.7;
}

.checkbox_adicional {
	vertical-align: top !important;
	margin: 8px 7px 0px 0px !important;
}

.container-stickers input[type="radio"] + label span{
    width: 140px;
    height: 30px;
    background-size: contain !important;
    margin-top: 5px;
    margin-bottom: 15px;
}

.freestickerata_form div#sticker_error {
    text-align: center;
    margin-top: 5px;
}

#freestickerata_page .donationform {
	padding: 0 30px;
}

#other_amount {
	width: 100% !important;
	border: 0 none;
	height: 100%;
	border-radius: 0;
	margin: 0;
	padding: 0;
	display: block !important;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
        padding-left: 25px;
        text-indent: -25px;
}

#other_amount::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #2c9100;
    opacity: 1;
    text-align: center;
    font-weight: bold;
}

#other_amount::-moz-placeholder {
   text-align: center;
   color:    #2c9100;
   font-weight: bold;
   opacity:  1;
}
#other_amount::-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: center;
   color:    #2c9100;
}

#other_amount::-webkit-input-placeholder {
    color:    #2c9100;
    opacity: 1;
    text-align: center;
    font-weight: bold;
}



#group-extra-donation .js-aditional:checked + .label_aditional>#other_amount::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}

#group-extra-donation .js-aditional:checked + .label_aditional>#other_amount:-moz-placeholder {
   color:    #fff;
}

#group-extra-donation .js-aditional:checked + .label_aditional>#other_amount::-moz-placeholder {
   color:    #fff;
}
#group-extra-donation .js-aditional:checked + .label_aditional>#other_amount:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}


.js-aditional {
	visibility: hidden;
}

#group-extra-donation .container_aditional {
	position: relative;
	height: 50px;

}

#group-extra-donation .label_aditional  {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    border: 2px solid #2c9100;
    color: #2c9100;
    background: #fff;
    width: calc(100% - 20px);
    margin: 0 10px !important;
    display: block !important;
}

#group-extra-donation .label_aditional:hover #other_amount::-webkit-input-placeholder {
	color: #fff;
}

#group-extra-donation .label_aditional:hover #other_amount:-moz-placeholder{
	color: #fff;
}
#group-extra-donation .label_aditional:hover #other_amount::-moz-placeholder{
	color: #fff;
}
#group-extra-donation .label_aditional:hover #other_amount:ms-input-placeholder{
	color: #fff;
}

#group-extra-donation .label_aditional:hover,
#group-extra-donation .js-aditional:checked + .label_aditional {
	color: #fff;
	background: #2c9100;
}

#group-extra-donation .js-aditional:checked + .label_aditional>#other_amount:focus::-webkit-input-placeholder {
    opacity: 0.5;
}
#group-extra-donation .js-aditional:checked + .label_aditional>#other_amount:focus:-moz-placeholder {
    opacity: 0.5;
}
#group-extra-donation .js-aditional:checked + .label_aditional>#other_amount:focus::-moz-placeholder {
    opacity: 0.5;
}
#group-extra-donation .js-aditional:checked + .label_aditional>#other_amount:focus:-ms-input-placeholder {
    opacity: 0.5;
}
#group-extra-donation .container_aditional.custom_amount .js-aditional:checked + .label_aditional::before {
    content: "$";
    left: 10px;
    position: absolute;
}

#group-extra-donation .sticker_container {
    height: 180px;
    overflow: hidden;
    display: block;
    text-align: center;
    position: relative;
}
#group-extra-donation .sticker_container>img {
    min-width: 100%;
    position: absolute;
    min-height: 180px;
    top: 50%;
    left: 50%;
    margin-top: -112px !important;
    margin-left: -190px !important;
}

#wrap-errors2 {
	text-align: center;
}
/* Responsive */

@media only screen and (max-width: 1199px) {
	#site-ticker .trending {
	  margin-left: 15px;
	}
	#site-ticker #custom_menu {
	  margin-right: 15px;
	}
	#site-ticker {
	  width: calc(100% - 340px);
	}
	#site-ticker #ticker {
	  width: calc(100% - 110px);
	}
	.custom_page .vote_results {
	  padding: 0;
        }
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
        #group-extra-donation .sticker_container>img {
            min-width: 0;
            width: auto;
            position: absolute;
            height: 180px;
            top: 50%;
            left: 50%;
            margin-top: -90px !important;
            margin-left: -152px !important;
            max-width: none;
        }
}

@media only screen and (max-width: 1199px) and (min-width: 960px) {
	.container-12 {
	  width: 100%;
	  max-width: 1170px;
	}
}
@media only screen and (max-width: 959px) and (min-width: 720px) {
	#feature, .post-spot-full, .bg-full {
	  height: 400px;
	}
	.container-16, .container-12 {
	  width: 100%;
	}
	.donate_widget h1 {
	  font-size: 45px;
	  line-height: 60px;
	}
	.donate_widget h4 {
	  font-size: 12px;
	  line-height: 20px;
	}
	.donate_widget a {
	  font-size: 20px;
	}
	.sticker_widget h1 {
	  font-size: 20px;
	}
	.sticker_widget a {
	  font-size: 20px;
	}
}
@media only screen and (max-width: 959px)  {
        #site-ticker #custom_menu {
            display: none;
        }
        .slicknav_btn {
            z-index: 9999999;
            position: absolute;
            right: 20px;
            margin-top: -35px;
            background-color: #d40000;
        }
        #nav-mob {
            background: rgba(46, 46, 46, 0.5);
        }
        .slicknav_menu {
            margin-top: 40px;
            margin-left: 0;
            margin-right: 0;
            background: transparent;
        }
        .slicknav_nav a {
            line-height: 38px;
            font-size: 20px;
            letter-spacing: 3px;
            font-weight: bold;
            text-align: center;
            background: transparent;
            border: none;
            margin: 0;
        }
        .slicknav_nav a:hover {
              background: transparent !important;
              color: #d40000 !important;
        }
        #site-ticker {
            width: calc(100% - 80px);
        }
        h1.feature-head-full, h1.feature-head-full a {
            font-size: 30px;
            line-height: 35px;
        }
        .feature-inner-full {
            padding: 5px 0;
        }
}

@media only screen and (max-width: 719px) {
	#feature, .post-spot-full, .bg-full {
	  height: 270px;
	}
	header.entry-header-meg {
	  padding: 0px 15px 10px;
	}
	.mega-widget {
	  width: 100%;
	}
	.custom_form .cards_img {
	  margin-top: 5px;
	}
	.custom_form .stickers .radio {
	  height: auto;
	  margin: auto;
	  display: block;
	  max-width: 300px;
	  margin-bottom: 15px;
	}
        .custom_page .vote_form .submit_container {
          padding: 0px;
        }
        .custom_page .submit_success .submit {
            bottom: 110px;
            width: auto;
            left: auto;
            margin-left: auto;
            text-align: center;
            position: relative;
            top: 10px;
        }
        .custom_page .vote_results {
            font-size: 40px;
        }
        .custom_page .vote_results td:nth-child(3) {
            width: 20%;
        }
        .custom_page .vote_results td:nth-child(2) {
            width: 30%;
        }
        .custom_page .vote_results td:nth-child(1) {
            width: 50%;
        }
        .custom_page .vote_results .slider {
            margin-left: 10px;
            width: calc(100% - 10px);
        }
        #group-extra-donation .container_aditional {
            margin-bottom: 5px;
        }
        #group-extra-donation .sticker_container {
            height: auto;
            overflow: hidden;
            display: block;
            text-align: center;
            position: relative;
            padding: 0;
            margin-left: 10px;
            margin-right: 10px;
            width: calc(100% - 20px);
        }
        #group-extra-donation .sticker_container>img {
            min-width: 0;
            width: 100%;
            position: relative;
            top: 0;
            left: 0;
            margin-top: 0 !important;
            margin-left: 0 !important;
            min-height: 0;
        }
}

@media only screen and (max-width: 480px) {
	#feature, .post-spot-full, .bg-full {
	  height: 190px;
	}
	#site-ticker .trending,
	#site-ticker #ticker {
	  display: none;
	}
	#site-ticker #custom_menu {
	  width: 100%;
	  float: none;
	  padding: 0 20px;
	  margin: 0;
	}
	#site-ticker #custom_menu ul {
	  float: right;
	}
	.custom_form .zeros,
	.custom_form .donationamount {
	  font-size: 70px;
	}
	.custom_form .zeros {
	  width: 100px;
	  padding-right: 15px;
	}
	.custom_form .dollarsign {
	  font-size: 80px;
      width: 55px;
	  padding-left: 10px;
	}
	.custom_form .donationamount {
	  width: calc(100% - 155px);
	  padding-left: 0;
	}
	.custom_form .campaign_currency {
	  padding-left: 0px;
	  width: 35px;
	  left: 15px;
	}
	.custom_form .usefb {
	  float: none;
	  width: 100%;
	  text-align: right;
	  display: block;
           margin-top: 0;
	}
	.custom_form .submit {
	  font-size: 26px;
	}
	.donationform input[type=checkbox], .donationform .checkbox, .donationform .radio {
	  line-height: 14px;
	  font-size: 12px;
	}
	.custom_form .processheader h1 {
	  text-align: center;
	}
        .custom_page .vote_form .submit_container {
          padding: 5px;
        }
        h1.feature-head-full, h1.feature-head-full a {
          font-size: 20px;
          line-height: 25px;
        }
}

@media only screen and (max-width: 360px) {
	.donate_widget h1 {
	  font-size: 50px;
	  line-height: 55px;
	  margin-bottom: 15px;
	}
	.donate_widget h4 {
	  line-height: 18px;
	}
         .custom_page .submit_success .submit {
           width: 100%;
           font-size: 20px;
        }
        .custom_page .vote_results {
            font-size: 24px;
        }
        .custom_page .vote_results td {
            padding-bottom: 25px;
        }
}

@media only screen and (max-width: 298px) {
	.sticker_widget {
	  background: url(../images/sticker.png) center 45px no-repeat, url(../images/sticket_promo.png) center center no-repeat;
	  background-size: contain, cover;
	}
	.sticker_widget h1 {
	  margin-bottom: 10px;
	}
	.sticker_widget a.button {
	  font-size: 20px;
	  margin-left: -45%;
	  max-width: 90%;
	  bottom: 15px;
	}
	.sticker_widget h1.title2 {
	  padding-top: 85px;
	}
	.donate_widget h1 {
	  font-size: 40px;
	  line-height: 42px;
	  margin-bottom: 24px;
	}
}
