/* @group BASIC */
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #263238;
  height: 100%;
  background: #ffffff;
  overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

a:link,
a:active,
a:visited {
  color: #263238;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 145, 234, 0.3);
  transition: all .3s;
}
a:hover, a:focus {
  color: #263238;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 145, 234, 1);
}
a.l-no:link,
a.l-no:active,
a.l-no:visited,
a.l-no:hover, a:focus {
  border-bottom: none;
}
a.l-white:link,
a.l-white:active,
a.l-white:visited {
  color: #ffffff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
a.l-white:hover {
  color: #ffffff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
/* @end */

/* @group CONTAINER */
.wpo-mainbody {
  position: relative;
}

#wpo-content {
  margin-bottom: 64px;
}
#wpo-content:before, #wpo-content:after {
  content: " ";
  display: table;
}
#wpo-content:after {
  clear: both;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 100%;
}
.container-fluid {
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.container:before, .container:after,
.container-fluid:before, .container-fluid:after,
.row:before, .row:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}

iframe {
  border: none;
}

.single-campaign, .default-template, .main-page, .blog-page, .single-blog {
  margin-top: 64px;
}
/* @end */

/* @group IMAGE */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
    border: 0;
}
/* @end */

/* @group TEXT */
h1, .h1 {
  font: 3.4em/1.1em Roboto;
  font-weight: 300;
  margin-bottom: 10px;
}
h2, .h2 {
  font: 2.6em/1.2em Roboto;
  font-weight: 300;
  margin-bottom: 10px;
}
h3, .h3 {
  font: 2.2em/1.2em Roboto;
  font-weight: 300;
  margin-bottom: 6px;
}
h4, .h4 {
  font: 1.8em/1.3em Roboto;
  font-weight: 300;
  margin-bottom: 4px;
}
h5, h5 {
  font: 1.4em/1.4em Roboto;
  font-weight: 300;
}
h6, .h6 {
  font: 1.2em/1.5em Roboto;
  font-weight: 300;
}
p {
  font: 1em/1.6em Roboto;
  font-weight: 300;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
.t-small {
  font: .85em/1.5em Roboto;
  font-weight: 300;
}

h2 > sup {
  font-size: 56% !important;
}
h5 > sup {
  font-size: 56% !important;
}

.t-normal {
  font-weight: 300;
}
.t-bold {
  font-weight: 400;
}
.t-bolds {
  font-weight: 500;
}
.t-black {
  font-weight: 700;
}

ul {
  list-style: none;
  margin-bottom: 16px;
}
ul li{
       position: relative;
       margin-bottom: 6px;
}
ol {
  margin-bottom: 16px;
}
ol li{
       margin-left: 1.0em;
       margin-bottom: 6px;
     line-height: 1.6em;
}

ul.mdash {
  list-style: none;
  margin-bottom: 16px;
}
ul.mdash li{
       margin-left: 1.0em;
       margin-bottom: 6px;
     line-height: 1.6em;
}
ul.mdash li:before {
        content:  "—";
        position: absolute;
        left: -1em;
}
/* @end */

/* @group PARAMETRS */
.p-block {
    display: block !important;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}

.p-width100 {
    width: 100% !important;
}

.p-id0 {
    margin-bottom: 0 !important;
}
.p-id4 {
    margin-bottom: 4px !important;
}
.p-id8 {
    margin-bottom: 8px !important;
}
.p-id16 {
    margin-bottom: 16px !important;
}
.p-id32 {
    margin-bottom: 32px !important;
}
.p-id48 {
    margin-bottom: 48px !important;
}
.p-id64 {
    margin-bottom: 64px !important;
}
.p-id80 {
    margin-bottom: 80px !important;
}
.p-id96 {
    margin-bottom: 96px !important;
}
.p-id128 {
    margin-bottom: 128px !important;
}
.p-id196 {
    margin-bottom: 196px !important;
}
.p-up4 {
    margin-top: 4px !important;
}
.p-up8 {
    margin-top: 8px !important;
}
.p-up16 {
    margin-top: 16px !important;
}
.p-up32 {
    margin-top: 32px !important;
}
.p-up48 {
    margin-top: 48px !important;
}
.p-up64 {
    margin-top: 64px !important;
}
.p-up80 {
    margin-top: 80px !important;
}
.p-up96 {
    margin-top: 96px !important;
}
.p-up128 {
    margin-top: 128px !important;
}
.p-up196 {
    margin-top: 196px !important;
}
.p-idup32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.p-op5 {
  opacity: .5;
  filter: alpha(opacity=50);
}
.p-op5-h {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .3s;
}
.p-op5-h:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}
.p-op4inv-h {
  opacity: .4;
  filter: alpha(opacity=40);
  transition: all .3s;
}
.p-op6inv-h {
  opacity: .6;
  filter: alpha(opacity=60);
  transition: all .3s;
}
.p-op4inv-h:hover,
.p-op6inv-h:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.c-orange {
    color: #f08212 !important;
}
.c-orange-light {
    color: #fdcd10 !important;
}
.c-gray-dark {
    color: #37474f !important;
}
.c-gray {
    color: #647a88 !important;
}
.c-gray-light {
    color: #91aab8 !important;
}
.c-white {
    color: #ffffff !important;
}
/* @end */

/* @group HEADER */
.wpo-header {
    background: linear-gradient(45deg, #fdcc10, #f08212);
}
.wpo-header .header-wrap {
  text-align: center;
}
.wpo-header .wpo-mainmenu-wrap {
    background: transparent;
}

.logo > a {
  border-bottom: none;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .3s;
}
.logo > a:hover, .logo > a:focus {
  opacity: .5;
  filter: alpha(opacity=50);
}
.logo img {
    width: 185px;
}

.menu-item > a,
.new_btn-create-campaign > a,
.top-menu > a,
#menu_language_list > ul > li > a {
  border-bottom: none;
}
/* @end */

/* @group COMPAGN */
.entry-title {
  width: 100%;
  display: block;
  margin: 0;
}


/*********** ITEM COMPAGN ***********/
.item-campaign-wrapper .entry-thumbnail {
  position: relative;
  cursor: pointer;
}
.item-campaign-wrapper .entry-thumbnail:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}
.item-campaign-wrapper .entry-thumbnail .donate-now {
  width: 200px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 10;
}


/********** SINGLE COMPAGN **********/
.single-campaign .single-campaign-content {
  padding: 0;
}
.single-campaign .thumbnail {
  overflow: visible;
  position: relative;
}
.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 32px;
  line-height: 1.6;
}
.thumbnail > img, .thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 0px;
}

.single-campaign .campaign-summary {
  display: inline-block;
}
.single-campaign .campaign-summary > div {
  float: left;
}
.single-campaign .campaign-summary > div.barometer-main {
  max-width: 145px;
  margin-right: 32px;
}
.barometer {
  position: relative;
  float: left;
  z-index: 30;
  width: 145px;
}
.barometer span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 47px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  opacity: 0;
}

.single-campaign .campaign-time-left {
  display: table;
  padding: 15px 0;
  width: 100%;
  line-height: 1.2em;
}
.single-campaign .campaign-summary .text-barometer ul > li {
  list-style: none;
  text-align: left;
  margin-bottom: 24px;
}
.single-campaign .campaign-summary .text-barometer ul > li > p {
  line-height: 1em;
  margin: 0;
}
.single-campaign .quick-donate {
  display: table;
  width: 100%;
}

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin: 32px 0 32px 0;
  position: relative;
  overflow: hidden;
}
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

.entry-description > p > .aligncenter {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.entry-description > p.icon  {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  display: inline-block !important;
  float: left !important;
}
.entry-description > p.icontext,
.entry-description > ul.icontext,
.entry-description > ol.icontext  {
  width: calc(100% - 80px);
  display: inline-block !important;
  float: left !important;
}

.entry-description > h6 {
  margin-bottom: 8px;
}
.entry-description > h6.orange {
  color: #f08212;
  margin-top: 32px;
  margin-bottom: 32px;
}

.entry-description > ul.budget {
  list-style: none;
  margin: 0 0 8px 0;
}
.entry-description > ul.budget li {
    position: relative;
    padding: 6px 0;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #cfd8dc;
}
.entry-description > ul.budget li:first-child {
  background-color: #eceff1;
}
.entry-description > ul.budget li:last-child {
  border-bottom: none;
}
.entry-description > ul.budget li:first-child > p,
.entry-description > ul.budget li:last-child > p {
    font-weight: 400 !important;
}
.entry-description > ul.budget li > p {
  display: inline-block;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  line-height: 1.2em;
  vertical-align: middle;
}
.entry-description > ul.budget li > p:nth-child(1) {
  width: 100%;
}
.entry-description > ul.budget li > p:nth-child(2) {
  width: 30%;
  margin-left: 12%;
  margin-right: 2%;
  text-align: right;
}
.entry-description > ul.budget li > p:nth-child(3) {
  width: 24%;
  text-align: center;
}
.entry-description > ul.budget li > p:nth-child(4) {
  width: 28%;
  text-align: right;
}
.entry-description > ul.budget li:hover{
  background-color: #eceff1;
}



/* line 177, ../sass/template/_pages.scss */
.single-campaign .funded {
  font-size: 45px;
  font-weight: 700;
  color: #f08212;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
}
/* line 184, ../sass/template/_pages.scss */
.single-campaign .funded sup {
  top: 0;
  font-weight: 300;
  font-size: 24px;
}
/* line 243, ../sass/template/_pages.scss */
.single-campaign .edd_price_options {
  width: 100%;
  clear: both;
  display: table;
}
/* line 248, ../sass/template/_pages.scss */
.single-campaign .edd_price_options ul > li {
  float: left;
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  font-weight: 800;
  color: #263238;
  margin-right: 20px;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 259, ../sass/template/_pages.scss */
.single-campaign .edd_price_options ul > li h3 {
  margin: 0;
}
/* line 262, ../sass/template/_pages.scss */
.single-campaign .edd_price_options ul > li label {
  margin: 0;
  color: #263238;
  padding: 10px;
}
/* line 268, ../sass/template/_pages.scss */
.single-campaign .edd_price_options ul > li.pledge-level input {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  height: 0;
  position: absolute;
  z-index: 0;
}
/* line 274, ../sass/template/_pages.scss */
.single-campaign .edd_price_options ul > li.pledge-level:hover {
  cursor: pointer;
}
/* line 276, ../sass/template/_pages.scss */
.single-campaign .edd_price_options ul > li.pledge-level:hover label {
  cursor: pointer;
}
/* line 281, ../sass/template/_pages.scss */
.single-campaign .edd_price_options ul > li.active {
  background: #f08212;
}
/* line 283, ../sass/template/_pages.scss */
.single-campaign .edd_price_options ul > li.active label {
  color: #fff;
}
/* line 287, ../sass/template/_pages.scss */
.single-campaign .edd_price_options ul > li.price-custom {
  padding: 8.5px 10px;
}
/* line 289, ../sass/template/_pages.scss */
.single-campaign .edd_price_options ul > li.price-custom .title {
  font-weight: 300;
  font-size: 12px;
  text-transform: none;
}
/* line 294, ../sass/template/_pages.scss */
.single-campaign .edd_price_options ul > li.price-custom input {
  padding: 0;
  max-width: 100px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
/* line 304, ../sass/template/_pages.scss */
.single-campaign .edd_purchase_submit_wrapper {
  text-align: center;
}
/* line 306, ../sass/template/_pages.scss */
.single-campaign .edd_purchase_submit_wrapper .edd_go_to_checkout, .single-campaign .edd_purchase_submit_wrapper .edd-add-to-cart {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 800;
  background: #f08212;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 316, ../sass/template/_pages.scss */
.single-campaign .edd_purchase_submit_wrapper .edd_go_to_checkout:hover, .single-campaign .edd_purchase_submit_wrapper .edd_go_to_checkout:focus, .single-campaign .edd_purchase_submit_wrapper .edd-add-to-cart:hover, .single-campaign .edd_purchase_submit_wrapper .edd-add-to-cart:focus {
  color: #263238;
  background: #fff;
}
/* line 321, ../sass/template/_pages.scss */
.single-campaign .edd_purchase_submit_wrapper .edd-cart-ajax-alert {
  display: block;
  width: 100%;
  text-color: center;
  color: #263238;
  font-weight: 800;
  text-transform: uppercase;
}
/* line 328, ../sass/template/_pages.scss */
.single-campaign .edd_purchase_submit_wrapper .edd-cart-ajax-alert .edd-cart-added-alert {
  position: relative !important;
}
/* line 335, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .campaign-time-left {
  font-size: 12px;
  color: #263238;
  font-weight: 800;
  margin-bottom: 20px;
}
/* line 340, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .campaign-time-left .title {
  font-weight: 300;
}
/* line 344, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .campaign-content {
  text-align: center;
}
/* line 346, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .campaign-content .barometer {
  float: left;
  width: 40%;
  display: inline-block;
}
/* line 350, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .campaign-content .barometer .funded {
  font-size: 45px;
  font-weight: 700;
  color: #f08212;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
}
/* line 357, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .campaign-content .barometer .funded sup {
  top: 0;
  font-weight: 300;
  font-size: 24px;
}
/* line 365, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .desciption {
  margin-bottom: 15px;
}
/* line 368, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal ul.campaign-status {
  float: left;
  width: 40%;
}
/* line 371, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal ul.campaign-status > li {
  list-style: none;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 377, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal ul.campaign-status > li .label {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #263238;
  padding: 0;
}
/* line 384, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal ul.campaign-status > li .text {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: #f08212;
}
/* line 392, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal ul.campaign-status > li:first-child:before {
  content: "";
  bottom: 0;
  left: 50%;
  border-top: 1px solid #263238;
  width: 32px;
  position: absolute;
  margin-left: -16px;
}
/* line 403, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .read-more {
  font-weight: 800;
  font-size: 14px;
  color: #263238;
}
/* line 407, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .read-more:hover {
  color: #f08212;
}
/* line 411, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .modal-title {
  text-transform: uppercase;
  color: #263238;
}
/* line 415, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_price_options {
  width: 100%;
  clear: both;
  display: table;
}
/* line 420, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_price_options ul > li {
  float: left;
  display: inline-block;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
  font-weight: 800;
  color: #263238;
  margin-right: 15px;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 432, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_price_options ul > li h3 {
  margin: 0;
}
/* line 435, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_price_options ul > li label {
  margin: 0;
  color: #263238;
  padding: 10px;
}
/* line 441, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_price_options ul > li.pledge-level input {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  height: 0;
  position: absolute;
  z-index: 0;
}
/* line 447, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_price_options ul > li.pledge-level:hover {
  cursor: pointer;
}
/* line 449, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_price_options ul > li.pledge-level:hover label {
  cursor: pointer;
}
/* line 454, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_price_options ul > li.active {
  background: #f08212;
}
/* line 456, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_price_options ul > li.active label {
  color: #fff;
}
/* line 460, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_price_options ul > li.price-custom {
  padding: 8.5px 10px;
}
/* line 462, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_price_options ul > li.price-custom .title {
  font-weight: 300;
  font-size: 12px;
  text-transform: none;
}
/* line 467, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_price_options ul > li.price-custom input {
  padding: 0;
  max-width: 70px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
/* line 477, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_purchase_submit_wrapper {
  text-align: center;
  margin-top: 30px;
}
/* line 480, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_purchase_submit_wrapper .edd_go_to_checkout, .single-campaign .campaign-item-modal .edd_purchase_submit_wrapper .edd-add-to-cart {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 800;
  background: #f08212;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 490, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_purchase_submit_wrapper .edd_go_to_checkout:hover, .single-campaign .campaign-item-modal .edd_purchase_submit_wrapper .edd_go_to_checkout:focus, .single-campaign .campaign-item-modal .edd_purchase_submit_wrapper .edd-add-to-cart:hover, .single-campaign .campaign-item-modal .edd_purchase_submit_wrapper .edd-add-to-cart:focus {
  color: #263238;
}
/* line 494, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_purchase_submit_wrapper .edd-cart-ajax-alert {
  display: block;
  width: 100%;
  text-color: center;
  color: #263238;
  font-weight: 800;
  text-transform: uppercase;
}
/* line 501, ../sass/template/_pages.scss */
.single-campaign .campaign-item-modal .edd_purchase_submit_wrapper .edd-cart-ajax-alert .edd-cart-added-alert {
  position: relative !important;
}


/* @group PROJECT CARD */
.item-campaign-wrapper .campaign-main,
.item-campaign-wrapper .campaign-main span {
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
.item-campaign-wrapper .campaign-main ul.campaign-status {
  padding: 18px 0;
  display: table;
  width: 100%;
  margin-bottom: 0 !important;
}
.item-campaign-wrapper .campaign-main ul.campaign-status > li {
  display: block;
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
}
.item-campaign-wrapper .campaign-main ul.campaign-status > li.campaign-raised {
  width: 32%;
  min-width: 85px;
}
.item-campaign-wrapper .campaign-main ul.campaign-status > li.campaign-backers {
  width: 30%;
  text-align: center;
}
.item-campaign-wrapper .campaign-main ul.campaign-status > li.campaign-funded {
  width: 38%;
  min-width: 95px;
  text-align: center;
}
.item-campaign-wrapper .campaign-main ul.campaign-status > li span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  display: block;
  line-height: 1;
}
.item-campaign-wrapper .campaign-main ul.campaign-status > li span.ilabel {
  color: #90a4ae;
  margin-bottom: 4px;
}
.item-campaign-wrapper .campaign-main ul.campaign-status > li span.text {
  font: 1.5em/1em Roboto Condensed;
  font-weight: 700;
  color: #647a88;
}
.item-campaign-wrapper .campaign-main ul.campaign-status > li span.text > sup {
  color: #90a4ae;
  font-weight: 300;
  font-size: 56% !important;
}
.item-campaign-wrapper .campaign-main ul.campaign-status > li span.funded {
  font: 2.9em/1em Roboto Condensed;
  font-weight: 700;
  color: #647a88;
}
.item-campaign-wrapper .campaign-main ul.campaign-status > li span.funded > nbsp > span {
  font-weight: 300;
  font-size: 50% !important;
  display: inline-block;
}

.campaign-successful {
  position: absolute;
  height: 30px;
  top: 0;
  left: 0;
  margin: 22px 0 0 -10px;
  padding: 5px 6px 3px 28px;
  font: 15px/1em Roboto Condensed;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: .05em;
  background: url('images/bg_label-ful_check.svg') no-repeat left top / 24px 24px, linear-gradient(45deg, #93b824, #00952f) no-repeat left top / 100% 24px, url('images/bg_label-ful_tl.svg') no-repeat left 24px / 10px 6px;
  z-index: 99;
}
.campaign-unsuccessful {
  position: absolute;
  height: 30px;
  top: 0;
  left: 0;
  margin: 22px 0 0 -10px;
  padding: 5px 6px 3px 28px;
  font: 15px/1em Roboto Condensed;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: .05em;
  background: url('images/bg_label-partful_check.svg') no-repeat left top / 24px 24px, linear-gradient(45deg, #91aab8, #647a88) no-repeat left top / 100% 24px, url('images/bg_label-partful_tl.svg') no-repeat left 24px / 10px 6px;
  z-index: 99;
}
.campaign-cofinancing {
  position: absolute;
  max-width: 250px;
  min-height: 43px;
  top: 0;
  left: 0;
  margin: 22px 0 0 -10px;
  padding: 5px 26px 3px 28px;
  font: 15px/1em Roboto Condensed;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: .05em;
  text-align: left;
  background: url('images/bg_label-wait_check.svg') no-repeat left top / 24px 24px, linear-gradient(45deg, #39b7ea, #0078be) no-repeat left top / 100% 38px, url('images/bg_label-wait_tl.svg') no-repeat left bottom / 10px 6px;
  z-index: 99;
}
/* @end */
/* @group WIDGET */
.widget {
  margin-bottom: 32px;
  border: 0px solid transparent;
  position: relative;
  padding: 0px;
}
.widget .widget-title, .widget .widgettitle, .widget .wpb_heading {
  margin: 0 0 16px 0;
}

.wpo-sidebar .widget {
  border: none;
  margin-bottom: 64px;
}
.wpo-sidebar .widget .widget-title,
.wpo-sidebar .widget .widgettitle,
.wpo-sidebar .widget .wpb_heading {
  margin: 0;
}
/* @end */
/* @group WIDGET COMPAIGN AUTHOR */
.widget_campaign_author .author-info .author-avatar {
  display: inline-block;
  width: 115px;
  margin-right: 15px;
  clip-path: circle(50%);
}
.widget_campaign_author .author-info .author-stats {
  display: inline-block;
  vertical-align: middle;
}
.widget_campaign_author .author-info .author-stats h6 {
  margin-bottom: 5px;
}
/* @end */
/* @group WIDGET COMPAIGN BACKERS */
.widget_campaign_backers_widget .campaign-backer {
  list-style: none;
  width: 100%;
  float: left;
  text-align: center;
}
.widget_campaign_backers_widget .campaign-backer img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.widget_campaign_backers_widget .campaign-backer .if-tiny-hide {
  text-align: left;
}
.backers-no {
  width: 300px !important;
}
.backers_list li img {
    border-radius: 100%;
}
.backers_list li .if-tiny-hide {
  text-align: center !important;
}
.img_letter {
  width: 100%;
  position: relative;
    color: #ffffff;
  margin-bottom: 8px;
    border-radius: 100%;
  background: linear-gradient(45deg, #fdcc10, #ee8012);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;

}
.img_letter::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img_letter span {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  font: 1.8em/1em Roboto Condensed;
  font-weight: 300;
  line-height: 15%;
}
/* @end */

/* @end */

/* @group MONTH SUPPORT */
.ms-container-sum {
  margin: 32px 0 32px 0;
}
ul.ms-container-zvit {
  list-style: none;
  margin: 16px 0 64px 0;
}
ul.ms-container-zvit li{
    position: relative;
    margin: 4px 0;
}
ul.ms-container-zvit li.c-gray > p:nth-child(1),
ul.ms-container-zvit li .vc_toggle_content_list > p:nth-child(1){
  width: 100%;
  display: inline-block;
  line-height: 1.2em;
  vertical-align: top;
}
ul.ms-container-zvit li.c-gray > p:nth-child(2),
ul.ms-container-zvit li .vc_toggle_content_list > p:nth-child(2){
  width: 90%;
  display: inline-block;
  margin-left: 10%;
  line-height: 1.2em;
  vertical-align: top;
}
ul.ms-container-zvit li.c-gray > p:nth-child(3),
ul.ms-container-zvit li .vc_toggle_content_list > p:nth-child(3){
  width: 80%;
  display: inline-block;
  margin-left: 20%;
  line-height: 1.2em;
  vertical-align: top;
}
ul.ms-container-zvit li:hover{
  background-color: #eceff1;
}
/* @end */

/* @group FORM */
.btn-orange {
  background: linear-gradient(45deg, #fdcc10, #ee8012);
    font: 1.1em/1em Roboto;
    font-weight: 300;
    color: #ffffff !important;
    text-transform: none;
  text-align: center;
    border-bottom: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 13px 26px;
  cursor: pointer;
    transition: .3s;
}
.btn-orange:active  {
  position: relative;
  top: 1px;
}
.btn-orange:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .2);
}
/* @end */

/* @group FOOTER */
.wpo-footer {
  padding-top: 128px;
  position: relative;
  color: #fff;
  margin-top: -48px;
    background: url('images/bg_footer-gr.svg') no-repeat left top / cover;
}
.wpo-footer .widget {
  color: #37474f;
  margin: 0 0 64px 0;
}
.wpo-footer h3,
.wpo-footer h2 {
  font: 1.4em/1.2em Roboto;
  font-weight: 300;
}
.wpo-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpo-footer ul li {
  margin-bottom: 12px;
}
.wpo-footer ul li ul {
  padding-left: 24px;
}
.wpo-footer a {
  color: #ffffff;
}
.wpo-footer a:hover, .wpo-footer a:focus, .wpo-footer a:active {
  color: #cfd8dc;
}
.wpo-footer .bg_custom {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.wpo-footer .bg_custom h2 {
  font: 1em/1.2em Roboto;
  font-weight: 300;
  margin-top: 6px;
}
.wpo-footer ul.social {
    float: none;
    padding: 0 !important;
}
.wpo-footer ul.social li {
  margin: 0 0 0 -5px !important;
}

.wpo-footer .widget .widget-content {
  border: none;
  padding: 0;
}
.wpo-footer .footer-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 60px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
}
.wpo-footer .footer-top .footer-logo {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.wpo-footer .footer-top .widget {
  margin: 0 !important;
}


.wpo-sites {
  text-align: left;
  margin: 0 0 16px 0;
  color: #37474f !important;
}

ul.f-sites {
  list-style: none;
}
ul.f-sites li {
  width: 140px;
  height: 50px;
  display: inline-block;
    position: relative;
  margin: 0 24px 32px 0;
  text-align: left;
}

.wpo-friends {
  margin: 0 0 16px 0;
}
ul.f-friends {
  list-style: none;
}
ul.f-friends li {
  display: inline-block;
    position: relative;
  margin: 0 0 0 24px;
  text-align: left;
}
ul.f-friends li:first-child {
  margin-left: 0;
}
ul.f-friends li img {
  height: 32px;
}

.wpo-copyright {
  text-align: left;
  color: #cfd8dc;
}

.f-contact .wpb_wrapper > p,
.f-contact .wpb_wrapper > h4 {
  margin-bottom: 0 !important;
}
.f-contact .wpb_wrapper > p:last-child {
  padding-left: 30px;
  margin-top: 16px !important;
  line-height: 24px;
  background: url('images/icon_social_fb_w.svg') no-repeat left top / 24px 24px;
}

ul.f-partners-logo  {
  list-style-type: none;
  margin-bottom: 16px;
}
ul.f-partners-logo li  {
  margin-right: 32px;
  display: inline;
}
ul.f-partners-logo li > a > img  {
  height: 60px;
}
/* @end */

/* @group SOTIAL */
.social {
  margin: 0;
  float: right;
  line-height: 0;
  padding-top: 6px;
}
.social li {
  display: inline-block;
}
.social li.title {
  font-size: 14px;
  font-weight: 700;
  vertical-align: top;
  padding: 15px 15px 0 0;
}
.social li a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 5px 0 0;
  width: 28px;
  height: 28px;
  overflow: hidden;
  -webkit-transition: color 400ms ease 0s, background-color 400ms ease 0s;
  -o-transition: color 400ms ease 0s, background-color 400ms ease 0s;
  transition: color 400ms ease 0s, background-color 400ms ease 0s;
  display: block;
  padding: 6px;
  color: transparent !important;
}
.social li a > * {
  display: block;
  color: #263238;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  float: left;
}

.social li a .fa {
  padding-left: 1px;
  padding-top: 1px;
}

.social li a.facebook .fa {
  padding-left: 2.5px;
}

.rtl .social li a > * {
  float: right;
}
.social li a .fa, .social li a [class^="icon-"], .social li a [class*=" icon-"] {
  z-index: 1;
  position: relative;
}
.social li a:hover {
  background: #f08212;
}
.social li a:hover > * {
  color: #fff;
}
.social li a:hover.dribbble {
  background: #F26798;
  border-color: #F26798;
}
.social li a:hover.facebook {
  background: #3b589e;
  border-color: #3b589e;
}
.social li a:hover.google-plus {
  background: #d44132;
  border-color: #d44132;
}
.social li a:hover.skype {
  background: #00A8E6;
  border-color: #00A8E6;
}
.social li a:hover.tumblr {
  background: #465a74;
  border-color: #465a74;
}
.social li a:hover.twitter {
  background: #40BBF7;
  border-color: #40BBF7;
}
.social li a:hover.youtube {
  background: #F04E43;
  border-color: #F04E43;
}
.social li a:hover.linkedin {
  background: #F8659C;
  border-color: #F8659C;
}
.social li:last-child a {
  margin: 0;
}
/* @end */


/* @group adaptive change */
@media (max-width: 480px) {
  ul.ms-container-zvit li.c-gray > p:nth-child(1),
  ul.ms-container-zvit li .vc_toggle_content_list > p:nth-child(1) {
    width: 25%;
  }
  ul.ms-container-zvit li.c-gray > p:nth-child(2),
  ul.ms-container-zvit li .vc_toggle_content_list > p:nth-child(2) {
    width: 32%;
    margin-left: 0;
    text-align: center;
  }
  ul.ms-container-zvit li.c-gray > p:nth-child(3),
  ul.ms-container-zvit li .vc_toggle_content_list > p:nth-child(3) {
    width: 40%;
    margin-left: 0%;
    text-align: center;
  }

  .entry-description > ul.budget li > p:nth-child(2){
    width: 22%;
    margin-left: 36%;
    margin-right: 2%;
  }
  .entry-description > ul.budget li > p:nth-child(3){
    width: 16%;
  }
  .entry-description > ul.budget li > p:nth-child(4){
    width: 20%;
  }
  .entry-description > p.icon  {
    width: 96px;
    height: 96px;
  }
  .entry-description > p.icontext,
  .entry-description > ul.icontext,
  .entry-description > ol.icontext  {
    width: calc(100% - 112px);
  }
}

@media only screen and (min-width: 480px) {
  ul.ms-container-zvit li.c-gray > p:nth-child(1),
  ul.ms-container-zvit li .vc_toggle_content_list > p:nth-child(1) {
    width: 25%;
  }
  ul.ms-container-zvit li.c-gray > p:nth-child(2),
  ul.ms-container-zvit li .vc_toggle_content_list > p:nth-child(2) {
    width: 32%;
    margin-left: 0;
    text-align: center;
  }
  ul.ms-container-zvit li.c-gray > p:nth-child(3),
  ul.ms-container-zvit li .vc_toggle_content_list > p:nth-child(3) {
    width: 40%;
    margin-left: 0%;
    text-align: center;
  }

  .entry-description > ul.budget li > p:nth-child(2){
    width: 22%;
    margin-left: 36%;
    margin-right: 2%;
  }
  .entry-description > ul.budget li > p:nth-child(3){
    width: 16%;
  }
  .entry-description > ul.budget li > p:nth-child(4){
    width: 20%;
  }
  .entry-description > p.icon  {
    width: 96px;
    height: 96px;
  }
  .entry-description > p.icontext,
  .entry-description > ul.icontext,
  .entry-description > ol.icontext  {
    width: calc(100% - 112px);
  }
}
@media only screen and (min-width: 600px) {
  .entry-description > ul.budget li > p:nth-child(2){
    width: 18%;
    margin-left: 52%;
    margin-right: 2%;
  }
  .entry-description > ul.budget li > p:nth-child(3){
    width: 12%;
  }
  .entry-description > ul.budget li > p:nth-child(4){
    width: 14%;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
      width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
      width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .entry-description > ul.budget li > p:nth-child(1){
    width: 60%;
  }
  .entry-description > ul.budget li > p:nth-child(2){
    width: 15%;
    margin-left: 0;
    margin-right: 2%;
  }
  .entry-description > ul.budget li > p:nth-child(3){
    width: 10%;
  }
  .entry-description > ul.budget li > p:nth-child(4){
    width: 11%;
  }

  .wpo-friends {
    margin: 0 0 16px 0;
    text-align: right;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    }
  .col-md-1 {
    width: 8.33333%;
    }
    .col-md-2 {
    width: 16.66667%;
    }
    .col-md-3 {
    width: 25%;
    }
    .col-md-4 {
    width: 33.33333%;
    }
    .col-md-5 {
    width: 41.66667%;
    }
    .col-md-6 {
    width: 50%;
    }
    .col-md-7 {
    width: 58.33333%;
    }
    .col-md-8 {
    width: 66.66667%;
    }
    .col-md-9 {
    width: 75%;
    }
    .col-md-10 {
    width: 83.33333%;
    }
    .col-md-11 {
    width: 91.66667%;
    }
    .col-md-12 {
    width: 100%;
    }
    .col-md-pull-0 {
    right: auto;
    }
    .col-md-pull-1 {
    right: 8.33333%;
    }
    .col-md-pull-2 {
    right: 16.66667%;
    }
    .col-md-pull-3 {
    right: 25%;
    }
    .col-md-pull-4 {
    right: 33.33333%;
    }
    .col-md-pull-5 {
    right: 41.66667%;
    }
    .col-md-pull-6 {
    right: 50%;
    }
    .col-md-pull-7 {
    right: 58.33333%;
    }
    .col-md-pull-8 {
    right: 66.66667%;
    }
    .col-md-pull-9 {
    right: 75%;
    }
    .col-md-pull-10 {
    right: 83.33333%;
    }
    .col-md-pull-11 {
    right: 91.66667%;
    }
    .col-md-pull-12 {
    right: 100%;
    }
    .col-md-push-0 {
    left: auto;
    }
    .col-md-push-1 {
    left: 8.33333%;
    }
    .col-md-push-2 {
    left: 16.66667%;
    }
    .col-md-push-3 {
    left: 25%;
    }
    .col-md-push-4 {
    left: 33.33333%;
    }
    .col-md-push-5 {
    left: 41.66667%;
    }
    .col-md-push-6 {
    left: 50%;
    }
    .col-md-push-7 {
    left: 58.33333%;
    }
    .col-md-push-8 {
    left: 66.66667%;
    }
    .col-md-push-9 {
    left: 75%;
    }
    .col-md-push-10 {
    left: 83.33333%;
    }
    .col-md-push-11 {
    left: 91.66667%;
    }
    .col-md-push-12 {
    left: 100%;
    }
    .col-md-offset-0 {
    margin-left: 0%;
    }
    .col-md-offset-1 {
    margin-left: 8.33333%;
    }
    .col-md-offset-2 {
    margin-left: 16.66667%;
    }
    .col-md-offset-3 {
    margin-left: 25%;
    }
    .col-md-offset-4 {
    margin-left: 33.33333%;
    }
    .col-md-offset-5 {
    margin-left: 41.66667%;
    }
    .col-md-offset-6 {
    margin-left: 50%;
    }
    .col-md-offset-7 {
    margin-left: 58.33333%;
    }
    .col-md-offset-8 {
    margin-left: 66.66667%;
    }
    .col-md-offset-9 {
    margin-left: 75%;
    }
    .col-md-offset-10 {
    margin-left: 83.33333%;
    }
    .col-md-offset-11 {
    margin-left: 91.66667%;
    }
    .col-md-offset-12 {
    margin-left: 100%;
    }

  .wpo-sidebar-right {
    margin-top: 80px;
    padding-left: 15px;
  }

  .img_letter span {
    top: 30%;
    font: 1.8em/1em Roboto Condensed;
    font-weight: 300;
  }

  .widget_campaign_backers_widget .campaign-backer {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .left-col {
    width: 75%;
    position: relative;
    display: inline-block;
  }
  .ms-container-sum {
    width: 20%;
    display: inline-block;
    margin: 0 0 32px 0;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }
    .col-lg-1 {
    width: 8.33333%;
    }
    .col-lg-2 {
    width: 16.66667%;
    }
    .col-lg-3 {
    width: 25%;
    }
    .col-lg-4 {
    width: 33.33333%;
    }
    .col-lg-5 {
    width: 41.66667%;
    }
    .col-lg-6 {
    width: 50%;
    }
    .col-lg-7 {
    width: 58.33333%;
    }
    .col-lg-8 {
    width: 66.66667%;
    }
    .col-lg-9 {
    width: 75%;
    }
    .col-lg-10 {
    width: 83.33333%;
    }
    .col-lg-11 {
    width: 91.66667%;
    }
    .col-lg-12 {
    width: 100%;
    }
    .col-lg-pull-0 {
    right: auto;
    }
    .col-lg-pull-1 {
    right: 8.33333%;
    }
    .col-lg-pull-2 {
    right: 16.66667%;
    }
    .col-lg-pull-3 {
    right: 25%;
    }
    .col-lg-pull-4 {
    right: 33.33333%;
    }
    .col-lg-pull-5 {
    right: 41.66667%;
    }
    .col-lg-pull-6 {
    right: 50%;
    }
    .col-lg-pull-7 {
    right: 58.33333%;
    }
    .col-lg-pull-8 {
    right: 66.66667%;
    }
    .col-lg-pull-9 {
    right: 75%;
    }
    .col-lg-pull-10 {
    right: 83.33333%;
    }
    .col-lg-pull-11 {
    right: 91.66667%;
    }
    .col-lg-pull-12 {
    right: 100%;
    }
    .col-lg-push-0 {
    left: auto;
    }
    .col-lg-push-1 {
    left: 8.33333%;
    }
    .col-lg-push-2 {
    left: 16.66667%;
    }
    .col-lg-push-3 {
    left: 25%;
    }
    .col-lg-push-4 {
    left: 33.33333%;
    }
    .col-lg-push-5 {
    left: 41.66667%;
    }
    .col-lg-push-6 {
    left: 50%;
    }
    .col-lg-push-7 {
    left: 58.33333%;
    }
    .col-lg-push-8 {
    left: 66.66667%;
    }
    .col-lg-push-9 {
    left: 75%;
    }
    .col-lg-push-10 {
    left: 83.33333%;
    }
    .col-lg-push-11 {
    left: 91.66667%;
    }
    .col-lg-push-12 {
    left: 100%;
    }
    .col-lg-offset-0 {
    margin-left: 0%;
    }
    .col-lg-offset-1 {
    margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
    margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
    margin-left: 25%;
    }
    .col-lg-offset-4 {
    margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
    margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
    margin-left: 50%;
    }
    .col-lg-offset-7 {
    margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
    margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
    margin-left: 75%;
    }
    .col-lg-offset-10 {
    margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
    margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
    margin-left: 100%;
    }

  .img_letter span {
    top: 28%;
    font: 2.6em/1em Roboto Condensed;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1600px) {
}
@media only screen and (min-width: 1900px) {
}
/* @end */



/*
Theme Name: Unity
Theme URI: //bit.ly/opalwp
Author: the WPOpal team
Author URI: //bit.ly/opalwp
Description: The Unity theme for WordPress by <a href="//bit.ly/opalwp">OpalTeam</a>is a fully responsive theme that looks great on any device. That's the best for any kind of crowdfunding online sites. <a href="//bit.ly/opalwp">Follow us on Themeforest to receive newest updates</a>
Version: 1.6.2 Updated 20-Jan-2016
License: GNU General Public License v2 or later
License URI: //www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: Unity

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{}
.alignleft{}
.aligncenter{}
.active-mobile:hover .active-content{
    opacity: 0;
    filter: alpha(opacity=0);
    display: none!important;
}
.active-mobile > a span{
   display: block;
   font-size: 24px!important;
   padding-top: 20px;
}
.active-mobile > a{
   width: 60px;
   height: 60px;
   display: block;
}
.active-mobile.open .active-content{
   display: block!important;
   visibility: visible;
   left: auto!important;
   opacity: 1;
   filter: alpha(opacity=100);
}
.single.single-download .entry-description form{
   margin-top: 60px;
}
.edit-single-campaign p, .edit-single-campaign h3 {
   width: 100%;
   float: left;
}
.atcf-submit-campaign-rewards > div{
   width: 100%;
   float: left;
}
.edit-single-campaign .mce-edit-area{
   border: 1px solid #E5E5E5!important;
}
.item-campaign-wrapper .entry-title a:after {
    display: none;
}
.campaigns-tab-featured {
  background: #f4f4f4;
    padding: 30px 35px !important;
    margin-top: 30px;
}
.wpo-campaigns-frontend {
    padding: 30px 20px !important;
}
.hide_input {
  display: none !important;
}
.compaigns-content {
  margin-top: 25px;
}
.pay_form .row {
  padding: 15px 0;
}
.pay_form .wpcf7-form-control-wrap {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 15px;
}
.pay_form span .inputForm {
  width: 100%;
}
.pay_form span.summ1 {
  width: 100%;
  text-align: center;
}
.pay_form .edd_purchase_submit_wrapper {
  margin-bottom: 15px;
}
.pay_form .wpcf7-submit {
  background: transparent;
  border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #263238;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.pay_form .wpcf7-submit:hover {
  background: #f08212;
    border-color: #f08212;
    color: #fff;
}
.pay_form .wpcf7-submit:focus {
  outline: none !important;
}
.pay_form .ajax-loader {
  position: absolute;
}
.pay_form .wpcf7-not-valid-tip {
  position: absolute;
  display: block;
  width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 -15px;
}
/* .rewards1, .wpuf-submit input[type='submit'] {
  display: none !important;
} */
ul.wpuf-form li .wpuf-fields a.file-selector {
    float: left;
    margin: 30px 15px 0 0;
    background: #f08212;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-shadow: 0;
    border: none;
  color: #263238;
  height: inherit;
  line-height: normal;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
}

#add_reward {
  border: 1px solid #e5e5e5;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
  cursor: pointer;
}
#add_reward:hover {
  color: #f08212;
    text-decoration: none;
    outline: 0;
}

.wpuf-submit #submit {
    margin: 30px 15px 0 0;
    background: #f08212;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-shadow: 0;
    border: none;
  -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.wpuf-submit #submit:hover, ul.wpuf-form li .wpuf-fields a.file-selector:hover {
    color: #fff;
    background: #263238;
}
.rewards .wpuf-label, .rewards .wpuf-fields {
  display: none !important;
}


/* rewards */
.project_rewards .reward_popup {
  margin: 0;
  padding: 0;
  display: none;
}
.project_rewards .single_reward_popup {
  margin: 0;
  padding: 0;
}
.project_rewards .reward_popup .item, .project_rewards .single_reward_popup .item {
  display: block;
  position: relative;
    border: 1px solid transparent;
    padding: 0;
    margin: 0;
    text-align: center;
  cursor: pointer;
      -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.project_rewards .reward_popup .item:focus, .project_rewards .single_reward_popup .item:focus {
  outline: none;
}
.project_rewards .reward_popup .item:hover, .project_rewards .single_reward_popup .item:hover {
    border-color: #f08212;
      -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.project_rewards .reward_popup .item h2, .project_rewards .single_reward_popup .item h2 {
  text-transform: uppercase;
    color: #f08212;
    font-weight: 800;
  font-size: 23px;
}
.checked_reward_i {
  visibility: hidden;
  position: absolute;
    right: 5px;
    top: 5px;
    float: right;
    font-size: 20px !important;
    color: #feda60;
}
.project_rewards .reward_popup .item.checked_reward, .project_rewards .single_reward_popup .item.checked_reward {
  border-color: #f08212;
}
.checked_reward .checked_reward_i {
  visibility: visible;
}

.category_list {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}
.category_list li {
  display: inline-block;
  padding: 0 10px;
}
.category_list li a {
  position: relative;
}
.category_list li.current-cat a{
  color: #f08212;
}
.category_list li a:after {
  content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #f08212;
    left: 0;
    bottom: 0px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.category_list li a:hover:after, .category_list li.current-cat a:after {
  bottom: -5px;
    height: 3px;
}
span.campaign-flex-finance {
  font-size: 11px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    display: block;
    background: #f6d957;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 4px 0;
}

.user_icon, .new_project {
    width: 38px;
    height: 38px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .3s;
}
.user_icon:hover, .new_project:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}
.new_btn-create-campaign {
    right: 0;
    top: 0;
    height: 100%;
    z-index: 9;
    transition: .3s;
}
.site_menu {
    align-items: center
}
.wpo-header .btn-create-campaign a {
    color: #fff !important;
}
@media (min-width: 992px) {
    li.wpml-ls-item {
        display: none !important;
    }
}


/* * * * * * *
 * address
 * * * * * * */
.card {
  background: #4c5c66;
  display: inline-block;
  padding: 15px;
}

a.card + p {
  margin-top: 15px;
}

a.card {
  border-bottom-color: transparent;
}

.wpo-footer .card p {
  font-size: 16px;
  margin: 0;
}

/* * * * * * *
 * fix word break
 * * * * * * */
h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
}

/* * * * * * *
 * fix registration inputs
 * * * * * * */
.wpuf-fields input,
.wpuf-fields textarea {
  max-width: 345px;
  width: 100%;
}

/* * * * * * *
 * mobile nav
 * * * * * * */
.wpo-off-canvas {
  display: none;
  overflow: visible;
}

.off-canvas-open {
  overflow: hidden;
}

.off-canvas-open .off-canvas-current {
  display: block;
}

/* backdrop */
.off-canvas-open .wpo-off-canvas::after {
  height: 100% !important;
  opacity: 1 !important;
  position: fixed;
  pointer-events: none;
  width: 100vw !important;
  z-index: 1;
}

/* menu */
.wpo-off-canvas-body {
  background: #4c5c66;
  height: 100vh;
  position: relative;
  z-index: 2;
}

/* header */
#wpo-off-canvas .mobile-menu-header {
  display: none;
}

/* close button */
.wpo-off-canvas .wpo-off-canvas-body .close {
  background-position: center !important;
  background-size: 20px !important;
  right: 0;
  opacity: 1 !important;
  position: absolute;
  top: 0;
  z-index: 3;
}

.close .fa {
  display: none;
}

/* body */
.navbar-offcanvas.navbar-offcanvas {
  background: none;
  overflow: hidden;
}

/* links */
.navbar-offcanvas.navbar-offcanvas .navbar-nav > li > a {
  color: #fff;
}

/* * * * * * *
 * create page
 * * * * * * */
 /* header */
 .wpo-breadcrumb .breadcrumb-name.breadcrumb-name {
  text-transform: none;
 }

.create-page > .container {
  padding-left: 0;
  padding-right: 0;
}

.create-page .container-sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}

.create-page li + li {
  margin-top: 15px;
}

.create-page .p-lead {
  font-size: 24px;
  margin-bottom: 40px;
}

/* missing text area styles */
.create-page textarea {
  border: 1px solid #90a4ae;
}

.create-page textarea:focus {
  background: #fff;
  border: 1px solid #f08212;
  box-shadow: inset 0 0 6px rgba(240, 130, 18, .6);
}

.create-page .acf-form-submit,
.create-page .acf-fields > .acf-field {
  padding-left: 0;
  padding-right: 0;
}

/* .submit button */
.create-page .af-submit-button {
  background: linear-gradient(45deg,#fdcc10,#ee8012);
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  padding: 2px 24px;
}

.create-page .af-submit-button:hover {
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.2);
}

/* inputs with borders */
.create-page .acf-fields.-border .acf-field {
  padding-bottom: 0;
}

.create-page .acf-fields.-border .acf-field .acf-label {
  padding-left: 10px;
  padding-right: 10px;
}

/* wysiwyg */
.acf-field.acf-field-wysiwyg {
  margin: 0 -1px -1px;
}

/* fix scrolling */
body {
  -webkit-overflow-scrolling: touch;
}

.norm_row {
	display: flex;
	flex-flow: column;
}

.author_socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.author_socials a {
  display: block;
    height: 32px;
    width: 32px;
    text-decoration: none;
    border: 0;
}
.author_socials a svg {
  width: 32px;
  height: 32px;
}