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

/*YOUR CUSTOM STYLES*/

.wpneo-tab-content #woopcomm input[type="text"],.wpneo-tab-content  #woopcomm input[type="email"],.wpneo-tab-content  #woopcomm textarea {
    border:1px solid #ececec;
    box-shadow: none;
    line-height: 1.42857;
    padding: 6px 12px !important; font-size: 13px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.wpneo-tab-content #woopcomm input[type="text"],.wpneo-tab-content  #woopcomm input[type="email"] {
    height: 34px !important;
}
.wpneo-tab-content img{
    width: 300px;
    height: auto;
}

.wpneo-tab-content #woopcomm input[type="text"]:focus,
.wpneo-tab-content #woopcomm input[type="email"]:focus,
.wpneo-tab-content #woopcomm textarea:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.wpneo-tab-content #woopcomm .wpc-field-captcha { width: 50%  }
.wpneo-tab-content #woopcomm .wpc-field-captcha .wpc-captcha-label {
    margin-top:5px !important;
}
.wpneo-tab-content #woopcomm .wpc-field-submit { width: 49% }
.wpneo-tab-content  #woopcomm .wpc_notification_checkboxes label { float: left; margin: 0 0 15px 10px; clear: none; }
.wpneo-tab-content #woopcomm .wpc-field-submit input[type="button"] {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #3398cc;
    border-radius: 50px;
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 6px 25px;
    text-transform: uppercase;
    color: #3398cc;
    height: 38px;
    width: 200px;
    font-weight: 400;
    transition: all 0.3s linear 0s;
}
.wpneo-tab-content #woopcomm .wpc-field-submit input[type="button"]:hover,
.wpneo-tab-content #woopcomm .wpc-field-submit input[type="button"]:focus {
    background: #2d8dbe;
    color: #fff;
}
.wpneo-tab-content  #woopcomm .wpc-comment-author {
    color: #3398cc;
}
.wpneo-tab-content  #woopcomm .wpc-comment-label {
    background: #3398cc
}
.wpneo-tab-content  #woopcomm .wpc-comment-footer .wpc-vote-result {
    background: #38d09d;
}
#woopcomm .wpc-reply-link, #woopcomm .wpc-vote-link, #woopcomm .wpc-share-link,
#woopcomm span.wpc_cancel_edit, #woopcomm span.wpc_save_edited_comment, #woopcomm span.wpc_editable_comment {
    color: #38d09d !important
}
textarea#ywqa_send_answer_text {
     width: 85%;
     border: 1px solid #ececec ;
     padding: 5px 10px;
}
textarea#ywqa_send_answer_text:focus{
    border-color: #66afe9;
}
input#ywqa-submit-question,input#ywqa-send-answer,div.all-answers-section a.all-answers {
    background: #3398cc !important;
    border:1px solid #3398cc !important;
     transition: all 0.3s linear 0s;
     color: #fff !important
}
.back-to-product { margin-left: 10px; }
input#ywqa-submit-question:hover,
input#ywqa-submit-question :focus,
input#ywqa-send-answer:hover,
input#ywqa-send-answer:focus,
div.all-answers-section a.all-answers:hover,
div.all-answers-section a.all-answers:focus{
    background: #38d09d !important;
    border-color:#38d09d !important;
}

 /***** START  CODE****/
/*custom font*/
/*basic reset*/
* {margin: 0; padding: 0;}

html {
    height: 100%;
    /*Image only BG fallback*/
    /*background = gradient + image pattern combo*/
    background: #fff;        
}

body {
    font-family: montserrat, arial, verdana;
}
/*form styles*/
#msform {
    text-align: center;
    position: relative;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    padding: 20px 30px;
    box-sizing: border-box;
    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}
/*buttons*/
#msform .action-button {
    width: 100px;
    background: #f5ad40;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/**********custom code reward form ****/
#rewards_data {
    width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}
#rewards_data fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
#rewards_data fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#rewards_data input, #rewards_data textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}
/*buttons*/
#rewards_data .action-button {
    width: 100px;
    background: #f5ad40;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#rewards_data .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/**** reward form end******/
/**********custom code display rewards ****/
#display_rewards {
    width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}
#display_rewards fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
#display_rewards fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#display_rewards input, #rewards_data textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}
/*buttons*/
#display_rewards .action-button {
    width: 100px;
    background: #f5ad40;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#display_rewards .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/**** display rewards******/
/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    padding-bottom: 0px;
    /*overflow: hidden;*/
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width:20%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    text-align:center;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #27AE60;
    color: white;
}
.dollorbgcolor{
    background: #eef8dd;
}
 /***** END HEENA CODE****/

/*campaign submitted msg*/

#campaign_submitted {
    width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}
#campaign_submitted fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
#campaign_submitted fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#campaign_submitted input, #rewards_data textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}
/*buttons*/
#campaign_submitted .action-button {
    width: 100px;
    background: #f5ad40;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#campaign_submitted .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

/*Hide all except first fieldset*/
#campaign_gmail_connect fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#campaign_gmail_connect input, #campaign_gmail_connect textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}
/*buttons*/
#campaign_gmail_connect .action-button {
    width: 100px;
    background: #f5ad40;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#campaign_gmail_connect .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
.red-error{
background:#FFEAEC !important
}
.dollarsign{
    float: left;
    color: #5F7E19;
    font-family: Montserrat, sans-serif;
    margin-top: 19px;
    padding-left: 15px;
    position: relative;
    width: 90px;
}
.crncc {
border: 1px solid rgba(255,255,255,0);
    display: block;
    height: 125px;
    width: 60px;
    line-height: 110px;
    padding: 0 10px;
    text-align: center;
}
.currency-icon{
    font-size: 100px;
    line-height: 110px;
}
#mceu_14-body{
    display: none;
}
.mce-statusbar{display: none;}

.alertsh {
    width: 544px;
    display: none;
}
.alerticon.excl {
    background-position: -10px -10px;
}
.alerticon {
    float: left;
    height: 24px;
    width: 24px;
}
.alerttxt {
    margin-left: 50px;
}
#upload_video_wrapper{
    border: 1px solid #dddddc;
    background: #fff;
}
.file_label {
    border: 1px solid #dddddc;
}

/* Image & Video Link Text color */
.image-upload a,#upload_video {
    color: #666
}
.image-upload a:hover,#upload_video:hover{
    color: #666;
    cursor: pointer;
}
.info-photo{
     color: #666;
}
.uploding_image_progressbar {
    color:#999;
    font-family: Montserrat, sans-serif;
    font-size: 80px;
    line-height: 1.2;
    height: 96px;
    padding-top: 75px;
    text-shadow: 2px 2px #fff;
}

/*-------MODEL PREVIEW CSS-------*/
#preview_modal_popup .modal-dialog .modal-content{
    height: 735px;
}
#preview_modal_popup .modal-dialog .modal-content .modal-body, #preview_modal_popup .modal-dialog .modal-content .modal-body #preview_modal_body, #preview_modal_popup .modal-dialog .modal-content .modal-body #preview_modal_body iframe{
    height: 100%;
}

.pb30 {
  padding-top: 30px;
}
div#campaign_loved_html{
    width: 100%;
}
.vortex-p-like.icon-heart{position: relative;}
.vortex-p-like-counter{
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 31px;
    top: 16px;
}
.project-single .about-project .vortex-container-vote{    position: absolute;
    z-index: 2;
    right: 10px;
    background: none;}

/*-------BXSLIDER WITH PAGINATION-------*/
.project-single #bx-pager {
    text-align: center;
    margin-top: -30px;
    clear: both;
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.project-single #bx-pager a {
    line-height: 1.5em;
    float: left;
    width: 15%;
}

.project-single #bx-pager a:hover img, .project-single #bx-pager a.active img {
    border: solid #5280DD 1px;
}
.project-single #bx-pager a img {
    padding: 3px;
    border: solid #ccc 1px;
}
.pslider img{width: 100%;}

.aboutorganizer .admin_avtar{
    float: left;
    margin-right: 10px;
}

/************************ StyleSheets ************************/
@import url('./js/plugins/jquery.selectbox.css');
@import url('./css/forms.css');
/************************ Header Section ************************/
/*body.page-template-listing-page .breadcrumb {
    margin-bottom: 0;
}*/
body.page-template-listing-page .send-us {
    margin-top: 0;
}
a:hover{
    color:#e41328;
}
.container-full.header-container-full {
    display: inline-flex;
    align-items: center;
}
.media-router a:nth-child(2){
    display: none !important;
}
.wpneo-fields .cus-img-button{
    float: left;
    width: 100%;
    clear: both;
}

.wpneo-fields .cus-img-button input{
    margin-top: 10px !important;
    float: left;
}

a.media-menu-item:nth-child(3) {
    display: none !important;
}
.lmp_load_more_button{
    margin-bottom: 50px;
}
.gray .btn-info {
    border-radius: 50px;
    margin-bottom: 20px;
    margin-left: 15px;
    max-width: 350px;
    width: 100%;
    background: #3398cc;
    color: #fff;
}
.gray .btn-info:hover {
    background: #2d8dbe!important;
    color: #fff;
}

.bx-wrapper{ clear:both !important; }
#logo {
    float: left;
    height: 85px;
    margin-right: 20px;
    margin-bottom: -33px;
    margin-top:3px;
}
#logo1 {
    float:left;
    max-width:300px;
}
#navbar-toggle {
    display: none;
}
.container-full {
    padding:0 20px;
}
.nav-header-right {
    text-align:right;
}
.nav-header-right .main-nav {
    display: inline-block;
    text-align: right;
}
.nav-header-right .main-nav ul {
    float:none;
    padding-right:20px;
}
.main-nav ul {
    float: left;
    padding: 0px;
    list-style: none;
    padding-top: 12px;
}
.main-nav ul li {
    text-align: center;
    display: inline-block;
    border-right: solid 1px #515151;
}
.main-nav ul li:last-child {
    border-right: none;
}
.main-nav ul li a {
    display: block;
    color: #d1d1d1;
    font-size:14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 17px;
}
.main-nav ul li a span {
    display: block;
    color: #979797;
    font-size: 12px;
    font-weight: 400;
    text-transform: lowercase;
}
.main-nav ul li a:hover,.main-nav ul li.current-menu-item a{
    color: #46a0d2;
}
.main-nav ul li ul {
    padding: 0;
    width: 210px;
    display: none;
    list-style: none;
    background: #FFF;
    padding-top: 16px;
    position: absolute;
    margin: 0 0 0 -3px;
    z-index: 999999999;
    border-bottom: solid 1px #3398CC;
}
.main-nav ul li ul li ul {
    left: 100%;
    display: none;
    margin-left: 0px;
    padding-top: 0px;
    margin-top: -39px;
}
.main-nav ul li ul li {
    display: block;
    text-align: left;
    border-left: solid 1px #F5F5F5;
    border-right: solid 1px #F5F5F5;
}
.main-nav ul li ul li:last-child {
    border-right: solid 1px #F5F5F5;
}
.main-nav ul li ul li ul li {
    border-left: none;
}
.main-nav ul li ul li a {
    display: block;
    font-size: 12px;
    padding: 10px 12px;
    font-weight: normal;
    text-transform: none;
    transition: color 0s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-top: solid 1px #ebebeb;
}
.main-nav ul li ul li a:hover {
    color: #FFF;
    background: #46a0d2;
}
.header-right {
    float: right;
}
.header-right-btns, .search-box {
    float: right;
    border-right:1px solid transparent !important;
}
.header-right-btns {
    padding-top:16px;
    padding-left: 15px;
}
.header-right-btns ul {
    padding: 0px;
    list-style: none;
}
.header-right-btns ul li {
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}
.header-right-btns ul li.login-panel {
    top: 1px;
    position: relative;
    border-left: 1px solid #515151;
    padding-left: 15px;
}
.header-right-btns ul li.login-panel a {
    padding-right: 17px;
}
.header-right-btns ul li a {
    color: #d1d1d1;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.header-right-btns ul li a:hover {
    color: #46a0d2;
}
.header-right-btns ul li span {
    color: #a6a6a6;
    font-size: 12px;
    padding: 0px 15px;
}
.dropdown-login {
    top: 50px;
    left: auto;
    right: -50px;
    display: none;
    width: 330px;
    z-index: 99999;
    background: #FFF;
    text-align: left;
    position: absolute;
    padding: 5px 20px 15px;
}
.dropdown-login > .arrow {
    top: -20px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
    bottom: -11px;
}
.dropdown-login > .arrow:after {
    bottom: auto;
    border-color: transparent;
    margin-left: 201px;
    margin-top:-20px;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: "";
    border-width: 10px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}
.dropdown-login > .reverse {
    top: -10px;
    left: 63%;
    margin-left: -20px;
    background: url(./images/icon-arrow-reverse.png);
    position: absolute;
    width: 45px;
    height: 15px;
}
.dropdown-login .box-reverse.left {
    background-color: #FFF;
    width: 58%;
    height: 15px;
    position: absolute;
    top: -10px;
    left: 0px;
}
.dropdown-login .box-reverse.right {
    background-color: #FFF;
    width: 32%;
    height: 15px;
    position: absolute;
    top: -10px;
    right: 0px;
}
.dropdown-login h3 {
    margin-top: 0px;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.dropdown-login hr {
    width: 100%;
    margin: 0px;
    border: none;
    padding: 0px;
    background: none;
    border-bottom: solid 1px #ebebeb;
}
.dropdown-login form img {
    display: block;
    margin: 0 auto;
    margin-top: -7px;
}
.dropdown-login form input[type="text"], .dropdown-login form input[type="password"], .dropdown-login form input[type="email"], .dropdown-login form input[type="tel"] {
    color: #666;
    width: 290px;
    height: 40px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    max-width: 100%;
    padding: 0px 9px;
    margin-top: 15px;
    font-weight: 400;
    border-radius: 3px;
    background: #f7f7f7;
    border: solid 1px #dfdfdf;
}
.dropdown-login form .text-gray, .dropdown-login form a {
    color: #717171;
    font-size: 12px;
    font-weight: 300;
    text-transform: none;
}
.dropdown-login form .remember label {
    top: 2px;
    margin-left: 5px;
    font-weight: 300;
    position: relative;
}
.dropdown-login form .remember {
    float: right;
    clear: both;
    margin: 25px 0px;
    text-transform: none;
}
.dropdown-login form span {
    color: #a6a6a6;
    display: inline-block;
    padding: 0px 12px 0px 5px;
}
.dropdown-login form a {
    color: #3398ce !important;
    display: inline !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    text-transform: none !important;
}
.search-box {
    height: 32px;
    margin-top: 14px;
    border-right: solid 1px transparent;
    position:relative;
}
.search-box.border-right {
    /*border-right: solid 1px #515151;*/
}
.search-box input[type="text"] {
    display: none;
    height: 32px;
    z-index: 999;
    width: 182px;
    color: #909090;
    font-size: 12px;
    margin-top: 0px;
    padding: 0px 10px;
    position: absolute;
    margin-left: -169px;
    border-radius: 50px;
    border: solid 1px #ebebeb;
}
.search-box span.icon {
    right: 12px;
    padding: 1px;
    z-index: 9999;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    position: relative;
}
.search-box span.icon:hover, .search-box span.icon.open {
    color: #46a0d2;
}
/************************ Revolution Slider Styles ************************/
.main-slider {
    height: 550px;
    overflow: hidden;
    position: relative;
}
.main-slider .bx-wrapper{
    position: relative;
}
.main-slider li {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    width: 100%;
    position: relative;
}
.main-slider li .slider-inner {
    position: absolute;
    left: 80px;
    top: 0;
    width: 100%;
    max-width: 600px;   
    display: flex;
    height: 100%;
    color: #fff;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}
.main-slider li img {
    display: none;
}
.main-slider li .banner-title {
    /*background-color: rgba(0, 0, 0, 0.5);*/   
    margin: 0 auto;
    padding: 8px 0;    
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}
.main-slider li  .banner-subtitle {
     padding: 8px 0;
     font-size: 21px;
     font-weight: 400;
     margin: 0;
     color: #fff;
}
.main-slider  li:nth-child(1) .banner-title,
.main-slider  li:nth-child(2) .banner-title, .main-slider  li:nth-child(3) .banner-title , .main-slider li:nth-child(4) .banner-title{
    /*text-align:left !important;
    font-size: 48px !important;*/
}
.main-slider  li .start_campaign {   
    display: inline-block;
    margin: 20px 0 0;
}
.hero-caption-wrap {
    position: absolute;
    bottom: 15px;    
    color: #fff;
}
.hero-caption-wrap p {
    color: #fff;
    margin: 0;
}
.main-slider li .note {
    font-size: 12px;
}

.banner-title .small{
    color: #fff;
    display:block;
    font-size: 35px;
    text-align: left;
    line-height:30px;
    width: 100%;
}

.main-slider .bx-wrapper .bx-prev{
    left: 20px;
}
.main-slider .bx-controls-direction .bx-prev::before {
    color: #999 !important;
    content: "\f137"
}
.main-slider .bx-controls-direction .bx-next::before {
    color: #999 !important;
     content: "\f138";
}

.main-slider .bx-wrapper .bx-next {
    right: 20px;
}

.main-slider .tp-banner-container img {
    width: inherit;
    margin: 0 auto;
}
.main-slider .tp-banner-container h1, .main-slider .tp-banner-container h2 {
    color: #FFF;
    text-transform: uppercase;
}
.main-slider .tp-banner-container h2 {
    margin-top: 10px;
}
.main-slider .tp-banner-container h1 {
    margin-bottom: 15px;
}
.main-slider .tp-banner-container p {
    width: 80%;
    color: #FFF;
    margin: 0 auto;
    display: block;
    font-size: 13.4px;
    line-height: 20px;
}
.main-slider .tp-banner .progress-section {
    width: 945px;
    height: 148px;
    display: none;
    margin: 0 auto;
    margin-top: 50px;
    background: url(./images/caption-bg.png) no-repeat center center;
}
.main-slider .tp-banner .progress-section {
    margin-top: 0px;
}
.main-slider .tp-banner .progress-section ul {
    margin-top: 2px;
}
.main-slider .tp-banner .progress-section img.funder-img, .main-slider img.funder-img {
    width: 65px;
    height: 65px;
    z-index: 999;
    margin: 85px 85px;
    position: absolute;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.main-slider .tp-bannertimer {
    visibility: hidden !important;
}
.main-slider .btn {
    display: none;
}
.main-slider li {
    list-style: none;
}
/************************ Slider Styles Start ************************/

.style_h_1, .style_h_2, .style_p_1 {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
}
.style_h_1 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 600;
}
.style_h_2 {
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 300;
}
.style_p_1 {
    font-size: 13.4px;
    line-height: 20px;
}
/************************ Slider Styles End ************************/

.main-slider .progress-section ul {
    float: left;
    list-style: none;
    padding: 45px 0px;
    text-transform: uppercase;
    margin: 9px 0px 0px !important;
}
.main-slider .progress-section ul li {
    color: #3d3d3d;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin: 0px 45px 0px 0px;
    padding: 0px 45px 0px 0px;
    border-right: solid 1px #e5e5e5;
}
.main-slider .progress-section ul li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px !important;
}
.main-slider .progress-section ul li.last {
    border-right: none;
}
.main-slider svg {
    background: url(./images/circle-fill-top.png) no-repeat center center;
}
.main-slider .pie_progress__number, .main-slider .pie_progress__label {
    color: #fffffb;
}
.tp-banner .pie_progress__number {
    font-size: 26px;
}
.slider-caption {
    padding-top: 65px;
    text-align: center;
}

/************************ Home page intro section ************************/

#intor-section {
    text-align: center;
}
#intor-section h3 {
    font-size: 27px;
    line-height: 38px;
}
#intor-section ul {
    list-style: none;
    padding-top: 50px;
    padding-left: 0px;
}
#intor-section ul li {
    width:32%;
    color: #606060;
    font-size: 12px;
    line-height: 20px;
    min-height: 120px;
    vertical-align: top;
    display: inline-block;
    margin: 0 1% 0 0;
}
#intor-section ul li:last-child {
    margin-right:0;
}
#intor-section ul li strong {
    color: #2b2c2e;
    display: block;
    font-weight: 400;
    font-size:18px;
    padding-top: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#intor-section ul li.plus-icon {
    width: 80px;
    background: url(./images/plus.png) no-repeat center center;
}
#intro-section.about-section {
    text-align: left;
}

/************************ About Section on home-2.html ************************/

.about-section h3 {
    margin-bottom: 15px;
}
.about-section p {
    text-align: justify;
}
.about-section a.btn {
    margin-top: 15px;
    margin-right: 15px;
}
.about-section .video-container {
    float: right;
    margin-top: -50px;
    margin-left: 30px;
    position: relative;
}
.video-container:before {
    z-index: 99;
    opacity: 0.5;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(51, 152, 204, 0.2);
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.video-container:after {
    top: 38%;
    left: 42%;
    z-index: 999;
    display: block;
    font-size: 62px;
    position: absolute;
    color: rgba(255, 255, 255, 0.8);
}
.video-container:hover:before {
    opacity: 1;
    background: rgba(51, 152, 204, 0.3);
}
span.intro-icon {
    /*width: 116px;
    height: 116px;
    display: block;
    margin: 0 auto;
    line-height: 116px;
    border-radius: 150px;
    border: solid 1px #3398CC;*/
}
span.intro-icon i {
    width: 114px;
    height: 114px;
    color: #3398CC;
    display: block;
    font-size: 48px;
    line-height: 114px;
    text-align: center;
}
#intor-section.about-section {
    text-align: left;
}

/************************ Popular Projects ************************/

#popular h3 {
    line-height: 32px;
    text-align: center;
    padding-bottom:25px;
    padding-top:22px;
}
#popular .pie_progress__number, #popular .pie_progress__label {
    color: #504f4f;
}
#popular svg {
    background: url(./images/circle-fill.png) no-repeat center center;
}
.popular-data.larg svg {
    background: url(./images/circle-fill-larg.png) no-repeat center center !important;
}
.project-desc {
    height: 130px;
    overflow: hidden;
    position: relative;
}
.project-desc h5 {
    text-align:center;
}
.line-red, .line-yellow, .line-blue, .line-green, .line-orange, .line-pink {
    display:block;
    margin:0 auto;
    margin-top:10px;
    padding:0px !important;
}
.wpneo-raised-percent {
    padding-left:0;
    border:0;
}
.wpneo-listings-dashboard {
    border:0;
}
#wpneo-dashboard-form input[type="text"], #wpneo-dashboard-form input[type="email"], #wpneo-dashboard-form input[type="url"], #wpneo-dashboard-form input[type="password"], #wpneo-dashboard-form input[type="search"], #wpneo-dashboard-form input[type="tel"], #wpneo-dashboard-form input[type="number"], #wpneo-dashboard-form textarea {
    background:#fff!important;
    border: 1px solid #dddede;
}

.contact-sec .line-red, .contact-sec .line-yellow, .contact-sec .line-blue, .contact-sec .line-green {
    margin-bottom:10px;
}

.upcoming-events > div > div h4 span, .line-red, .line-yellow, .line-blue, .line-green, .line-pink, .line-orange {
    /*width:25%;*/
    width:70px;
    height:1px;
}

.line-blue {
    border-bottom:solid 1px #3298c9;
}
.line-green {
    border-bottom:solid 1px #32cc98;
}
.line-yellow {
    border-bottom:solid 1px #f2d031;
}
.line-red {
    border-bottom:solid 1px #ef6342;
}
.line-pink {
    border-bottom:solid 1px #ff99ff;
}
.line-orange {
    border-bottom:solid 1px #ffa366;
}
#popular .popular-item, .team .team-item, .blog-page .blog-item {
    margin: 0 auto;
    max-width: 100%;
    min-height: 50px;
    margin-bottom: 30px;
    border: solid 1px #efefef;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#popular .popular-item:hover, .team .team-item:hover, .blog-page .blog-item:hover {
    border: solid 1px #DFDFDF;
}
.popular-content, .team .team-content, .blog-page .blog-content {
    margin: 15px;
    color: #606060;
    margin-top:25px;
}
.popular-item .project-image, .blog-post .post-image, .team-item .team-image, .blog-page .blog-item .blog-image {
    width: 100%;
    overflow: hidden;
    max-height: 165px;
    position: relative;
    vertical-align: middle;
}
.team-item .team-image {
    max-height: 500px;
}
.team-item .team-image img {
    width: 100%;
}
.blog-page .blog-item .blog-image {
    max-height: 500px;
}

/************************ Projects, Blog and Team Boxes ************************/

.main .popular-item {
    background:#FFF;
}

.popular-item .project-image img {
    width: 100%;
}
.popular-item .project-image:before, .blog-post .post-image:before, .team-item .team-image:before, .blog-page .blog-item .blog-image:before {
    z-index: 99;
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(51, 152, 204, 0.5);
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.popular-item:hover .project-image:before, .blog-post:hover .post-image:before, .team-item:hover .team-image:before, .blog-page .blog-item:hover .blog-image:before {
    opacity: 1;
}
.popular-item .project-image a, .blog-post .post-image a, .blog-page .blog-item .blog-image a {
    top: -45%;
    left: 28%;
    color: #FFF;
    z-index: 999;
    opacity: 0.9;
    padding: 8px 20px;
    font-size: 12px;
    position: absolute;
    text-align: center;
    background: #3398CC;
    border-radius: 50px;
    vertical-align: middle;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    border: solid 1px transparent;
}
.popular-item .project-image a:hover, .blog-post .post-image a:hover, .blog-page .blog-image a:hover {
    border: solid 1px rgba(255,255,255,0.5);
}
.blog-post .post-image a, .blog-page .blog-item .blog-image a {
    left: 40%;
    top: -70px;
}
.popular-item:hover .project-image a {
    top: 38%;
}
.blog-post:hover .post-image a {
    top: 40%;
}
.blog-page .blog-item:hover .blog-image a {
    top: 45%;
    left: 40%;
}
/*-----------------*/

.popular-content h5, .team-content h5 {
    color: #606060;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.blog-item h5 {
    padding-bottom: 0px;
}
.popular-content h5 a, .team-content h5 a {
    color: #606060;
}
.popular-content h5 span, .team-content h5 span {
    display: block;
    font-size: 12px;
    padding-top: 6px;
    font-weight: normal;
    text-transform: none;
}
.team-content h5 {
    text-align: center;
}
.team-content h5 span {
    padding-top: 10px;
}
.popular-content p, .team-content p {
    color: #606060;
    font-size: 12px;
    margin-top: 5px;
    text-align:center;
}
.popular-data, .popular-details {
    float: left;
    padding-top: 20px;
}
.popular-data img {
    width: 50px;
    height: 50px;
    z-index: 999;
    margin: 93px 0px;
    position: absolute;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.popular-data.larg img {
    width: 65px;
    height: 65px;
    margin: 100px 0px;
}
.popular-details {
    width: 97px;
    padding-bottom: 5px;
}
.projects-page .popular-details {
    width: 90px;
}
.popular-details ul {
    list-style: none;
    padding-left: 15px;
}
.popular-details ul li {
    color: #8f8f8f;
    margin-bottom: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    border-bottom: solid 1px #cecece;
}
.popular-details ul li strong {
    color: #606060;
    display: block;
}
.popular-details ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.gray .popular-btn a {
    background: #F7F7F7;
}
.popular-btn a:hover {
    color: #FFF;
    background: #3398cc;
}
#popular .bx-viewport {
    left: 0px;
    border: none;
    box-shadow: none;
    background: none;
}
#popular > .bx-wrapper > .bx-viewport {
    height: auto !important;
}
#popular.style-2 h3 {
    text-align: left;
}
#popular.style-2 h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
section.white #popular.style-2 .row {
    background: #F7F7F7;
}
section.gray #popular.style-2 .row {
    background: #FFF;
}
#popular.style-2 > .project-slider-cnt > .row > .project-slider {
    overflow: hidden;
    padding-left: 0px;
    max-height: 450px;
}
#popular.style-2 .support-btn-cnt {
    width: 96.5%;
    margin-top: -60px;
    position: absolute;
    text-align: center;
}
#popular.style-2 .pslider-btn-cnt {
    width: auto;
    float: right;
    margin-top: 5px;
    margin-right: 1px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
}
#popular.style-2 .pslider-btn-cnt > span {
    float: left;
    width: 45px;
    height: 30px;
    color: #E2E0E0;
    font-size: 20px;
    margin-top: -1px;
    text-align: center;
    border: solid 1px #E2E0E0;
}
#popular.style-2 .pslider-btn-cnt span i {
    display: block;
    margin: 0 auto;
    margin-top: 4px;
}
#popular.style-2 .pslider-btn-cnt > span:first-child {
    border-right: none;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
#popular.style-2 .pslider-btn-cnt > span:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
#popular.style-2 .pslider-btn-cnt > span:hover {
    background: #3398CC;
    border: solid 1px #3398CC;
}
#popular.style-2 .pslider-btn-cnt > span a {
    color: #E2E0E0;
}
#popular.style-2 .pslider-btn-cnt > span a:hover {
    color: #FFF;
}
#popular.style-2 .project-details ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    white-space: nowrap;
}
#popular.style-2 .project-details ul li {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 20px;
    padding-top: 7px;
    text-align: center;
    display: inline-block;
}
#popular.style-2 .project-details ul li span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding-top: 5px;
    text-transform: uppercase;
}
.project-details {
    width: 76%;
    height: 75px;
    float: left;
    margin-top: 47px;
    text-align: center;
    margin-left: -9px;
    background: #fdfcfc;
}
.project-details span.side-left {
    width: 17px;
    height: 75px;
    float: left;
    margin-left: -17px;
    background: url(./images/project-slider-bg.png) no-repeat center center;
}
.project-slider-content {
    padding-bottom: 25px;
}

/************************ Event Section ************************/

.parallax {
    color: #FFF;
    overflow: hidden;
    min-height: 300px;
    text-align: center;
    background: url(./images/parallax.jpg) 50% 50%;
}

.upcoming-events > div > div {
    padding:30px 20px;
    border-radius:1px;
    background:rgba(255, 255, 255, 1);
}
.upcoming-events > div > div h4 {
    margin-bottom:15px;
    text-transform:uppercase;
}
.upcoming-events > div > div h4 span {
    margin:0 auto;
    display:block;
    margin-top:15px;
    border-bottom:solid 1px #34CC99;
}
.upcoming-events > div > div.green h4 span {
    border-bottom:solid 1px #34CC99;
}
.upcoming-events > div > div.yellow h4 span {
    border-bottom:solid 1px #F2D031;
}
.upcoming-events > div > div.red h4 span {
    border-bottom:solid 1px #EF6342;
}
.upcoming-events p {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
}
.upcoming-events > div > div.green .time-countdown {
    background:#34CC99;
}
.upcoming-events > div > div.yellow .time-countdown {
    background:#F2D031;
}
.upcoming-events > div > div.red .time-countdown {
    background:#EF6342;
}
.upcoming-events .time-countdown {
    font-weight: 300;
    letter-spacing: 1px;
    border-radius: 50px;
    display: inline-block;
    background: #3298C9;
    margin-top:25px;
    width:95%;
}
.upcoming-events .time-countdown span.countdown-section {
    padding: 5px 15px;
    display: inline-block;
    border-right: dashed 1px rgba(255,255,255,0.25);
}
.upcoming-events .time-countdown span.countdown-section:last-child {
    border-right: none;
}
.upcoming-events .time-countdown span.countdown-section span.countdown-amount {
    font-size: 20px;
    font-weight:400;
}
.upcoming-events .time-countdown span.sec {
    border-right: none;
}
.upcoming-events .time-countdown span span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    border-right: none;
    text-transform:uppercase;
}
.upcoming-events .event-data {
    float: left;
    text-align: left;
    text-align: center;
}
.upcoming-events .event-data .event-data-inner {
    padding: 15px;
    background: rgba(255,255,255,0.03);
    border: solid 4px rgba(255,255,255,0.08);
}
.parallax.events h3 {
    margin-bottom:50px;
}
.parallax.events {
    padding-bottom:80px;
}
/************************ Blog Section ************************/
.blog-btn-cnt {
    width: auto;
    float: right;
    margin-top: 5px;
    margin-right: 1px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
}
.blog-btn-cnt span {
    float: left;
    width: 45px;
    height: 30px;
    color: #E2E0E0;
    font-size: 20px;
    margin-top: -1px;
    text-align: center;
    border: solid 1px #E2E0E0;
}
.blog-btn-cnt span:first-child {
    border-right: none;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.blog-btn-cnt span:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.blog-btn-cnt span a {
    color: #E2E0E0;
}
.blog-btn-cnt span a i {
    display: block;
    margin: 0 auto;
    margin-top: 4px;
}
.blog-btn-cnt span:hover {
    background: #3398CC;
    border: solid 1px #3398CC;
}
.blog-btn-cnt span:hover a {
    color: #FFF;
}
.blog-post {
    float: left;
    width: 33.333333333333%;
}
.blog-posts h3 {
    margin-bottom: 30px;
}
.blog-posts .col-lg-4 .post-cnt {
    border: solid 1px #efefef;
}
.blog-posts .col-lg-4 .post-cnt .post-data {
    padding: 10px;
}
.blog-posts .post-image {
    max-height: 150px;
}
.blog-post .post-image img {
    width: 100%;
}
.blog-post .post-image span i {
    padding: 10px;
    font-size: 18px;
}
.blog-post:hover .post-image span i {
    margin-top: 25%;
}
.blog-post .post-dtl {
    color: #989898;
    font-size: 11px;
    margin: 0px 0px 15px 0px;
}
.blog-post .post-dtl span:last-child {
    float: right;
}
.blog-post h5 {
    text-transform: capitalize;
    margin: 15px 0px 10px 0px;
}
.blog-post h5 a {
    color: #606060;
}
.blog-posts .bx-viewport {
    left: auto !important;
    border: none !important;
    box-shadow: none !important;
}
.blog-posts .blog-post.slide {
    margin: 0px 15px;
    padding-left: 0px;
    padding-right: 0px;
}
.blog-posts .bx-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}
.blog-page h3 {
    padding-bottom: 50px;
    text-align: center;
}
.blog-item h5 a {
    display:block;
    text-align:center;
    margin-bottom:15px;
}
/************************ Our Backers Section ************************/
#ourbakers {
    text-align: center;
}
#ourbakers .bx-wrapper {
    width: 100%;
    max-width: 100% !important;
    margin-top:10px !important;
}
#ourbakers .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
}
#ourbakers .bx-wrapper .slide {
    opacity: 1;
    padding: 10px 5px;
    border: solid 1px #F7F7F7;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#ourbakers .bx-wrapper .slide:hover {
    opacity: 1;
    background: #FCFCFC;
    border: solid 1px #F0F0F0;
}
/************************ Map Section ************************/
section.map-container {
    padding: 0px;
}
#projects-map, #contact-map {
    height: 450px;
    width: 100%;
    border-top: solid 1px #EAEAEA;
}
#projects-map div, div #contact-map {}
.gm-style-iw {
    max-width: none !important;
    min-width: none !important;
    max-height: none !important;
    min-height: none !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    line-height: normal !important;
    padding: 5px !important;
}
#map-desc {
    width: 100%;
    position: absolute;
    text-align: center;
}
#map-desc h3 {
    top: 70px;
    color: #FFF;
    z-index: 999;
    font-size: 17px;
    display: inline;
    position: relative;
    white-space: nowrap;
    text-align: center;
    padding: 15px 50px;
    border-radius: 50px;
    background: #34CC99;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.map-container:hover #map-desc h3 {
    background: #34CC99;
}
.gm-style img {
    max-width: inherit !important;
}
.map-info {
    max-width: 300px;
    padding-top: 5px;
    padding-bottom: 2px;
}
.map-info img, .map-info div {
    float: left;
}
.map-info img {
    max-width: 135px !important;
}
.map-info div {
    color: #606060;
    max-width: 155px;
    padding-left: 10px;
    line-height: 18px;
}
.map-info div a {
    color: #319bcb;
    display: block;
}
.map-info div strong {
    color: #606060;
    text-transform: uppercase;
}
.map-info div.clear {
    float: none;
}
/*********************** Send Idea Section ************************/
.moveup {
    margin-top: -25px;
    position: relative;
}
/************************ Carousel Section ************************/
.logo-carousels img {
    filter: none;
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.logo-carousels img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.backers-avatar {
    padding-bottom: 0px;
}
.backers-avatar h3 {
    text-align: center;
    margin-bottom: 50px;
}
.backers-avatar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.backers-avatar ul li {
    float: left;
    width: 7.69%;
    opacity: 0.2;
    cursor: pointer;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.backers-avatar ul li img {
    width: 100%;
    border: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.backers-avatar ul li:hover {
    opacity: 1;
}
.backers-avatar ul li:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.send-us {
    color: #FFF;
    text-align: center;
    background: #3398cc;
    padding: 25px 0 30px;
}
.send-us h3 {
    color: #FFF;
    padding: 0px 15px;
    /*margin-bottom:30px;*/
}

/************************ Footer Section ************************/

footer {
    color: #919191;
    font-size: 12px;
    font-weight: 300;
    background: #1B2937;
}
footer a, footer p {
    color: #919191;
}
footer a:hover {
    color: #3398CC;
}
footer .footer-links {
    padding-top:30px;
    padding-bottom:20px;
}
footer .footer-links h5 {
    color: #B2B2B2;
    text-transform: capitalize;
}
footer .footer-links ul {
    list-style: none;
    padding-top: 15px;
    padding-left: 0px;
}
footer .footer-links ul li a, footer .footer-links ul.contact-info li {
    line-height: 30px;
}
footer .footer-links ul.contact-info li {
    line-height: 20px;
    padding: 5px 0px;
}
footer .footer-links ul.contact-info li span, footer .footer-links ul.contact-info li i {
    display: inline-block;

}
footer .footer-links ul.contact-info li span {
    padding-left: 7px;
    width: 88%;
    display: inline-block;
}
footer .footer-links ul.contact-info li i {
    position: relative;
    vertical-align: top;
    margin-top: 4px;
}
footer .footer-links .footer-about p {
    margin: 10px 0px;
    line-height: 25px;
    padding-right: 15px;
}
footer .footer-links .footer-about ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-top: 0px !important;
}
footer .footer-links .footer-about ul li {
    width: 25px;
    height: 25px;
    padding-top: 6px;
    padding-left: 0px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    border: solid 1px transparent;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
footer .footer-links .footer-about ul li:hover {
    border: solid 1px #919191;
}
footer .footer-links .footer-about ul li i {
    position: relative;
    vertical-align: top;
}
footer .footer-links .footer-about ul li:hover i {
    color: #919191;
}
footer .copyrights {
    padding:10px 0px;
    border-top: solid 1px #263647;
}
footer .copyrights .copyright-text {
    padding-top: 10px;
    padding-left: 0px;
}
footer .copyrights .newsletter {
    text-align: right;
}
footer .copyrights .newsletter form {
    margin-left: 15px;
    display: inline-block;
}
footer .copyrights .newsletter form input[type="text"], footer .copyrights .newsletter form input[type="email"] {
    width: 235px;
    height: 32px;
    color: #919191;
    font-size: 12px;
    background: none;
    font-weight: 300;
    padding: 0px 15px;
    border-radius: 50px;
    border: solid 1px #263647;
    font-family: 'Open Sans', sans-serif;
}
footer .copyrights .newsletter form input[type="submit"], footer .copyrights .newsletter form button[type="submit"] {
    border: none;
    height: 32px;
    color: #919191;
    padding: 0px 15px;
    background: #263647;
    margin-left: -43px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
footer .copyrights .newsletter form input[type="submit"]:hover, footer .copyrights .newsletter form button[type="submit"]:hover {
    color: #CFCFCF;
    background: #3398CC;
}

/************************ SubPages Styles ************************/

/************************ Header Bottom Section ************************/
header {
    position: relative;
    z-index:200;
}
.header-bottom {
    padding: 0px;
    overflow: hidden;
    min-height: 150px;
    text-align: center;
    position: relative;
    /*background: url(./images/header-bottom.jpg) 0% 0% fixed;
    background: url(<?= $image['url'];?>) 0% 0% fixed;*/
    background-size: 100%;
}
.header-bottom article {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.6);
}
.header-bottom h3, .header-bottom h1 {
    color: #FFF;
    font-weight: 300;
    margin-top: 62px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.header-bottom h3 {
    font-size: 32px;
}
.header-bottom h3 span {
    font-weight: 300;
}
.header-bottom h1 {
    font-size: 31px;
    font-weight: 300;
    margin-top: 60px;
}
.breadcrumb {
    margin: 0px;
    list-style: none;
    padding: 16px 0px;
    border-radius: 0px;
    background: #3398CC;
}
.breadcrumb .row {
    position: relative;
}
.breadcrumb ul {
    margin: 0px;
    padding: 0px;
}
.breadcrumb ul li {
    color: #FFF;
    margin-right: 5px;
    display: inline-block;
    text-transform: capitalize;
}
.breadcrumb ul li a {
    color: #FFF;
}
.breadcrumb ul li a:hover {
    color: #8dd6fb;
}
.breadcrumb .align-right {
    text-align: right;
}
.breadcrumb .align-right ul li:last-child {
    margin-right: 0px;
}
.breadcrumb .sub-menu ul li {
    padding-right: 8px;
    border-right: solid 1px rgba(255,255,255,0.2);
}
.breadcrumb .sub-menu ul li:last-child {
    border-right: 0px;
    padding-right: 0px;
}
.breadcrumb .sub-menu ul li a strong {
    font-weight: 600;
    text-transform: uppercase;
}
.skills h3, .skills p {
    text-align: center;
}
.skills p {
    margin: 20px 0px;
    margin-top:30px;
}
.skills .row {
    margin-top: 25px;
}
.skills .row > div {
    margin-top: 25px;
}
.gray.skills svg {
    background: url(./images/skills-bg.png) no-repeat center center;
}
.white.skills svg {
    background: url(./images/skills-bgw.png) no-repeat center center;
}
section.team {
    padding-bottom: 30px;
}
.team h3 {
    text-align: center;
    padding-bottom: 50px;
}
.team h5 {
    padding-bottom: 0px;
}
.team-item {
    background: #FEFEFE;
}
.team-item:hover {
    background: #F7F7F7;
}
.team-social {
    padding: 10px 0px 20px 0px;
}
.team-social ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.team-social ul li {
    display: inline;
    margin: 0px 3px;
}
.team-social ul li a {
    width: 33px;
    height: 33px;
    color: #e4e4e4;
    background: #FFF;
    line-height: 33px;
    border-radius: 50px;
    display: inline-block;
    border: solid 1px #e4e4e4;
}
.team-item:hover .team-social ul li.yt a {
    background: #ef6342;
}
.team-item:hover .team-social ul li.fb a {
    background: #4b6297;
}
.team-item:hover .team-social ul li.tw a {
    background: #3ca8de;
}
.team-item:hover .team-social ul li.ln a {
    background: #006699;
}
.team-item:hover .team-social ul li a {
    border: solid 1px transparent;
    color: #FFF;
}
.team-social ul li a i {
    font-size: 15px;
    margin-top: 9px;
}
.team-social ul li a:hover {
    color: #FFF;
    background: #3398CC;
    border: solid 1px transparent;
}

/************************ Animated Numbers ************************/

.facts-figures, .facts-figures h3 {
    color: #FFF;
}
.facts-figures {
    min-height: 50px;
    padding: 30px 0px 60px 0px;
}
.facts-figures ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.facts-figures ul li {
    width: 24%;
    font-size: 16px;
    display: inline-block;
    margin: 30px 0px 0px 0px;
}
.facts-figures ul li span {
    display: block;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 5px;
}

/************************ Projects Page ************************/

.projects-page .popular-item, .blog-page .blog-item {
    background: #FFF;
}
.sidebar-container {
    padding: 0px;
}
.sidebar {
    background: #FFF;
}
.sidebar-item .w-title {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;
    background: #3398CC;/*border-bottom:solid 1px #F7F7F7;*/
    clear: both;
}
.sidebar-item .w-content {
    padding: 15px;
}
.form-group input, .form-group select {
    border-radius: 1px;
    box-shadow: none;
    font-size: 12px;
    height: 30px;
    border-color: #ECECEC;
}
.form-group label {
    font-weight:500;
    font-size:14px;
    text-transform: capitalize;
    border-radius:5px;
    padding-bottom:15px;
}
.form-group label strong {
    font-weight: 400;
    font-size: 12px;
    color: #444;
}
.radio-cnt {
    margin-bottom: 5px;
}
.radio-cnt label {
    top: 2px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 3px;
    position: relative;
    padding-left: 5px;
    margin-right: 5px;
    display: inline-block;
}
.radio-inputs {
    margin-top: -10px;
}
.sidebar-item button.submit-filters {
    float: right;
    margin-top: -35px;
    padding: 5px 25px 5px 25px;
}
.success-stories.w-content {
    padding-bottom: 5px;
}
.success-stories .ssimg {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
}
.success-stories .ssimg img {
    max-width: 100px;
}
.success-stories h5 {
    text-align: center;
    margin: 20px 0px 8px 0px;
}
.success-stories i {
    color: #D9DCDF;
    margin-right: 10px;
}
.success-stories p {
    margin-top: -6px;
    text-align: center;
}
.popular-categories ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.popular-categories li {
    width: 100%;
    /*min-height: :52px;*/
    float: left;
    padding: 6.9px 0px;

}
.popular-categories li a {
    color: #606060;
}
.popular-categories li a:hover {
    color: #3398cc;
}
.popular-categories li a span {
    width: 25px;
    /*height: 25px;*/
    margin-right: 12px;
    text-align: center;
    border-radius: 50px;
    background: #F9F9F9;
    display: inline-block;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    vertical-align: middle;
}
.popular-categories li a i {
    font-size: 12px;
    line-height: 25px;
}
.popular-categories li a:hover span {
    background:transparent;
}
.popular-categories li a:hover span img {
    opacity:0.6;
}

.popular-categories li a:hover i {
    color: #FFF;
}
section.filter {
    display: none;
    padding: 25px 0px 25px 0px;
}
section.filter .form-group {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}
.filter .form-group label {
    cursor: pointer;
    line-height: 30px;
}
.filter .form-group .sbHolder, .filter .form-group input[type='text'], .filter .form-group select {
    width: 165px;
}
.filter .radio-inputs {
    padding-top: 9px;
}
.filter .radio-inputs .form-group label {
    top: 2px;
    margin: 0px 5px;
    position: relative;
}
.filter-title {
    top: 3px;
    padding: 5px;
    color: #8E8E8E;
    display: block;
    font-size: 18px;
    max-width: 130px;
    font-weight: 600;
    text-align: center;
    position: relative;
    background: #FDFDFD;
    border: solid 4px #F4F4F4;
}
#filter-toggle {
    cursor: pointer;
}
#filter-toggle strong {
    font-weight: 400;
    text-transform: capitalize;
}
#filter-toggle i {
    top: 2px;
    font-size: 15px;
    margin-right: 8px;
    position: relative;
}
.about-project > div[class^="col-lg"] > div {
    background: #FFF;
}
.pslider img {
    border: solid 0px #FFF;
}
.pcontent {
    padding: 15px 30px;
}
.pcontent .tabpanel {
    padding-top: 15px;
}
.pcontent .nav-tabs>li.active>a, .pcontent .nav-tabs>li.active>a:focus, .pcontent .nav-tabs>li.active>a:hover, .pcontent .nav-tabs>li>a {
    border: none;
    padding: 0px;
    color: #606060;
    font-size: 14px;
    background: none;
}
.pcontent .nav-tabs>li {
    margin: 0px 30px 10px 0px;
}
.pcontent .nav-tabs {
    border-bottom: solid 1px #f0f0f0;
}
.pcontent .nav-tabs:after {
    top: 3px;
    width: 38px;
    height: 5px;
    position: relative;
    background: #3398cc;
}
.nav-tabs>li.active>a {
    font-weight: 600;
}
.pcontent .tab-content {
    padding: 30px 0px 0px 0px;
}
.costs-detail ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.costs-detail ul li {
    font-size: 14px;
    margin: 10px 0px;
    letter-spacing: 0.3px;
}
.costs-detail ul li i {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
}
.costs-detail ul li span, .cost-total span {
    float: right;
    font-weight: 600;
}
.cost-total span {
    font-weight: 700;
}
.cost-total span span {
    font-weight: 300;
    padding-left: 5px;
}
.cost-total {
    font-size: 18px;
    margin-top: 15px;
    padding: 15px 0px 20px 0px;
    border-top: solid 1px #f0f0f0;
}
.popular-item figure figcaption::before, .popular-item figure figcaption::after, .team-item figure figcaption::before, .team-item figure figcaption::after, .blog-post figure figcaption::before, .blog-post figure figcaption::after, .blog-item figure figcaption::before, .blog-item figure figcaption::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.popular-item figure figcaption::before, .team-item figure figcaption::before, .blog-post figure figcaption::before, .blog-item figure figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.popular-item figure figcaption::after, .team-item figure figcaption::after, .blog-post figure figcaption::after, .blog-item figure figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.popular-item:hover figure figcaption::before, .popular-item:hover figure figcaption::after, .team-item:hover figure figcaption::before, .team-item:hover figure figcaption::after, .blog-post:hover figure figcaption::before, .blog-post:hover figure figcaption::after, .blog-item:hover figure figcaption::before, .blog-item:hover figure figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.accordion .collapse.in .accordion-inner {
    margin-bottom: 15px;
    border-bottom: solid 1px #f0f0f0;
}
.accordion a.accordion-toggle {
    color: #606060;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #f0f0f0;
}
.accordion a.accordion-toggle span.updown-cion {
    float: right;
    width: 20px;
    height: 20px;
    background: url(./images/accordation-arrows.png) no-repeat center bottom;
}
.accordion a.accordion-toggle.collapsed span.updown-cion {
    background: url(./images/accordation-arrows.png) no-repeat center top;
}
.accordion .accordion-inner {
    padding-bottom: 15px;
}
i.q-circle {
    width: 22px;
    height: 22px;
    padding-top: 2px;
    text-align: center;
    border-radius: 50px;
    border: solid 1px #606060;
}
.tab-content i {
    margin-right: 7px;
}
.tab-content h5 {
    color: #606060;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: solid 1px #f0f0f0;
}
.about-project .bx-prev {
    opacity: 0;
    background: url(./images/prev.png) no-repeat center center;
}
.about-project .bx-next {
    opacity: 0;
    background: url(./images/next.png) no-repeat center center;
}
.about-project .bx-wrapper .bx-next:hover {
    background-position: center center;
}
.about-project .bx-wrapper:hover .bx-prev, .about-project .bx-wrapper:hover .bx-next {
    opacity: 1;
}
.tabpanel ul.nav-tabs li a i {
    color: #FFF;
    width: 25px;
    height: 25px;
    font-size: 11px;
    padding-top: 4px;
    margin-left: 5px;
    font-style: normal;
    text-align: center;
    font-weight: normal;
    border-radius: 50px;
    background: #9a9a9a;
    display: inline-block;
}
.data-single {
    float: none;
    width: 128px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.sidebar-item .popular-details {
    width: 100%;
}
.sidebar-item .popular-details ul li {
    float: left;
    text-align: center;
    border-bottom: none;
    width: 50%;
    border-right: solid 1px #cecece;
}
.sidebar-item .popular-details ul li:last-child {
    border-right: none;
}
.sidebar-item .popular-details ul li strong {
    font-size: 18px;
}
.list-info:before {
    bottom: auto;
    border-color: transparent;
    margin-left: 35px;
    margin-top: -16px;
    border-top-color: #FFF;
    border-bottom-width: 0;
    content: "";
    border-width: 12px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 99999;
}
.list-info:after {
    bottom: auto;
    border-color: transparent;
    margin-left: 34px;
    margin-top: -74px;
    border-top-color: #f0f0f0;
    border-bottom-width: 0;
    content: "";
    border-width: 13px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 999;
}
.sidebar .list-info:after, .list-info:before {
    display:none;
}
.sidebar .list-info p {
    padding-top:10px;
}
.list-info {
    padding-top: 15px;
    border-top: solid 1px #f0f0f0;
}
.list-info img {
    width: 50px;
    float: right;
    height: 50px;
    border-radius: 50px;
}
.list-info p {
    color: #3398cc;
    font-weight: 600;
    text-transform: uppercase;
}
.list-info p span {
    color: #606060;
    display: block;
    font-weight: normal;
    text-transform: none;
}
.side-box {
    padding: 20px;
    background: #FBFBFB;
}
.side-box label strong {
    cursor: pointer;
    font-weight: 600;
}
.side-box input[type="text"] {
    height: 35px;
}
.side-box #donate_form .btn.btn-3 {
    display: block;
}
.side-box .loading {
    text-align: center !important;
}
.find-project {
    padding: 20px 15px;
}
.find-project ul {
    padding: 0px;
    text-align: center;
}
.find-project ul li {
    margin: 0px 5px;
    list-style: none;
    display: inline-block;
}
.find-project ul li a {
    color: #FFF;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 24px;
    line-height: 40px;
    border-radius: 50px;
}
.find-project ul li a:hover {
    opacity: 0.7;
}
.find-project ul li a.fb {
    background: #4B6297;
}
.find-project ul li a.tw {
    background: #3CA8DE;
}
.find-project ul li a.yt {
    background: #EF6342;
}
.find-project ul li a.wb {
    background: #656565;
}
.find-project ul li a.pin {
    background: #c8232c;
}
.find-project ul li a.google {
    background: #d62d20;
}
.actionBox .form-group {
    width: 100%;
    margin: 15px 0px;
}
.actionBox .form-group input {
    height: 35px;
}
.actionBox .form-group input[type="text"] {
    width: 50%;
}
.actionBox .form-group textarea {
    font-size: 12px;
    box-shadow: none;
    padding: 12px 10px;
    border-radius: 0px;
    border-color: #ECECEC;
    max-width: 100%;
    height: 150px;
    width: 100%;
}
.actionBox .form-group button {
    width: 200px;
    height: 38px;
}
.taskDescription {
    margin-top: 10px 0;
}
.commentList {
    padding: 0;
    list-style: none;
}
.commentList li {
    margin: 0;
    margin: 15px 0px;
    padding: 0 !important;
    background: none !important;
}
.commentList li ul {
    list-style: none;
    border-bottom: solid 1px #F9F9F9;
}
.commentList li > div {
    display: table-cell;
}
.commenterImage {
    width: 35px;
    height: 100%;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
.commenterImage img {
    width: 100%;
    border-radius: 50%;
}
.commentText p {
    margin: 0;
}
.sub-text {
    color: #aaa;
    font-family: verdana;
    font-size: 11px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 53.25%; /* 16:9 */
    /*padding-bottom: 56.25%;  16:9 */ /* Actula style */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
iframe {
    border: none;
}
.pcontent figure, .videoWrapper {
    margin: 30px 0px;
}
.tab-pane p {
    margin: 20px 0px;
}
.commentText p {
    margin: 0px;
}
.pcontent ul, .faqpage ul, .ul-content ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 15px;
}
.pcontent ul li, .faqpage ul li, .ul-content ul li {
    padding: 5px 20px;
    background: url(./images/blue-li.png) no-repeat center left;
}
.tabpanel > ul {
    margin-bottom: 0px;
}
.tabpanel > ul li, .pcontent ul.commentList li, .pcontent .costs-detail ul li {
    padding: 0px;
    background: none;
}
.perk-wrapper {
    padding: 15px;
}
.sidebar .sidebar-item {
    margin-top:10px;
}
.sidebar-item .perk-wrapper  {
    padding: 0;
}
.perk-wrapper ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.perk-wrapper ul li {
    background: #FBFBFB;
    margin-bottom: 15px;
    border: solid 1px transparent;
}
.perk-wrapper ul li:hover {
    border: solid 1px #ECECEC;
}
.perk-wrapper ul li:last-child {
    margin-bottom: 0px;
}
.perk-wrapper ul li.perk-disabled {
    opacity: 0.5;
}
.perk-wrapper ul li.perk-disabled:hover {
    border: solid 1px transparent;
}
.perk-wrapper ul li.perk-disabled a {
    cursor: default;
}
.perk-wrapper ul li a, .perk-wrapper ul li a:hover {
    color: #606060;
}
.perk-wrapper ul li a {
    display: block;
    padding: 20px 15px;
}
.perk-wrapper ul li a span {
    display: block;
}
.perk-price {
    float: left;
    font-size: 12px;
}
.perk-price strong {
    font-size: 20px;
    font-weight: 700;
}
.perk-type {
    float: right;
    color: #3398cc;
    font-weight: bold;
}
.perk-title {
    font-size: 16px;
    margin: 15px 0px;
    font-weight: 700;
}
.perk-txt {
    line-height: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #FFF;
}
.perk-claimed {
    font-weight: bold;
    padding-bottom: 5px;
}
.project-progress {
    padding: 10px 0px;
}
/* ************************ Start Project ************************ */

.start-project {
    background: #FFF;
}
.start-project .title ,.start-project .title h3{
    padding:0px;
    text-align: left;
    font-weight: 600;
}
.start-project .title ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.start-project .title ul li {
    width: 200px;
    display: inline-block;
}
.start-project .title ul li a {
    color: #606060;
    display: block;
    cursor: default;
    font-weight: 700;
    position: relative;
}
.start-project .title ul li a i {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
    color: #a9a9a9;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 10px;
    background-color: #eaeaea;
    border: 1px solid #d9d9d9;
}
.start-project .title ul li.done a i {
    background-color: #3298C9;
    border: 1px solid transparent;
    color: #FFF;
}
.start-project .title ul li.current a i {
    background-color: #EF6342;
    border: 1px solid transparent;
    color: #FFF;
}
.start-project .title ul li a:before, .start-project .title ul li a:after {
    position: absolute;
    background-color: #eaeaea;
    top: 30%;
    left: -2px;
    width: 78px;
    height: 5px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    content: '';
}
.start-project .title ul li a:after {
    left: 124px;
}
.start-project .title ul li:first-child a:before {
    width: 0px;
}
.start-project .title ul li:last-child a:after {
    width: 0px;
}
.start-project .title ul li.done a:before, .start-project .title ul li.done a:after {
    background-color: #3298C9;
    border-color: #3298C9;
}
.start-project .title ul li.current a:before, .start-project .title ul li.current a:after {
    background-color: #EF6342;
    border-color: #EF6342;
}
.start-content .form-wizard {
    display: none;
}
.start-content .form-wizard.active {
    display: block;
}
.start-project .start-content {
    padding: 20px 100px;
}
.start-content .form-group input, .start-content .form-group .sbHolder, .form-ui .form-group input,select.form-control {
    height: auto;
    padding:10px;
    font-size:14px;
}
.start-content .form-group .sbHolder a, .form-ui .form-group .sbHolder a {
    line-height: 35px;
    background-position: 0 -113px;
}
.start-content .form-group .form-left, .start-content .form-group .form-right, .form-ui .form-group .form-left, .form-ui .form-group .form-right {
    width: 48%;
    float: left;
}
.form-reg .form-group .form-left, .form-reg .form-group .form-right {
    width: 47% !important;
     margin-right: 3%;
    float: left !important;
}
.form-reg .form-group input, .form-reg .form-group select {
    height: auto;
}
.form-reg .form-group {
    overflow: hidden !important;
}
.start-content textarea, .form-ui textarea {
    width: 100%;
    height:90px;
    max-width: 100%;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0px;
    border-color: #ECECEC;
    padding: 10px 15px;
    line-height: 25px;
    font-family: "Open Sans",sans-serif;
}

/* ************************ Star Project Form ************************ */

.form-group {
    margin: 35px 0px;
}
.start-content .form-group .form-right, .form-ui .form-group .form-right {
    float: right;
}
.form-ui {
    display: block;
    padding: 5px;
}
.form-ui button.default {
    padding: 8px 50px;
}
.next-btn {
    margin:0;
    text-align: left;
}
.next-btn button {
    margin-left: 15px;
    padding:10px 40px !important;
}
#reward_options .text-right {
    margin-bottom:15px;
}
.wpneo-form-action {
    margin-top: 15px;
}
.add-perk-btn {
    float: left;
    margin-left: 0px !important;
}
.moreperks {
    margin-top: 30px;
    padding-top: 25px;
    border-top: solid 1px #EF6342;
}
.select-gallery-type ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
}
.select-gallery-type ul li {
    width: 100px;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    background: #F7F7F7;
    display: inline-block;
    border: solid 1px #ECECEC;
}
.select-gallery-type ul li:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.select-gallery-type ul li:last-child {
    border-left: none;
    margin-left: -4px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.select-gallery-type ul li.active {
    color: #FFF;
    background: #34CC99;
    border: solid 1px #34CC99;
}
.imgORvid {
    display: block;
}
#video-inputs {
    display: none;
}
.imageUploadBtn {
    color: #FFF;
    float: right;
    border: none;
    height: 35px;
    padding: 0px 15px;
    margin-top: -35px;
    background: #3298c9;
}
.selectimage {
    cursor: pointer;
    width: 100% !important;
}
.selectimage input[type="text"] {
    cursor: pointer;
}
.selectimage input[type="file"] {
    visibility: hidden;
    width: 1px;
    height: 1px;
}
.add-imgbtn {
    margin-top: 35px;
}
.wpneo-single .add-imgbtn {
    margin: 0 !important;
}
#add-perks .wpneo-title {
    padding:0;
}

/* ************************ Blog Page ************************ */

.blog-page .blog-desc h5 {
    margin: 15px 0px;
    margin-top: 30px;
}
.blog-byDate ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.blog-byDate ul li {
    float: left;
    padding: 20px 5px;
    text-align: center;
    width: 33.33333333333333%;
    border: solid 1px #efefef;
    border-left: none;
    border-bottom: none;
}
.blog-byDate ul li:last-child {
    border-right: none;
}
.blog-byDate ul li i {
    margin-right: 5px;
}
.blog-single {
    background: #FFF;
    margin-right: 15px;
}
.blog-single .blog-byDate ul li {
    border-bottom: solid 1px #efefef;
}
.blog-description {
    padding: 30px;
    padding-top: 10px;
}
.blog-single h3 {
    color: #606060;
    margin: 15px 0px;
    padding-top: 8px;
    margin-bottom: -10px;
    text-transform: capitalize;
    text-align: left !important;
}
h6 {
    color: #606060;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-bottom: solid 1px #f0f0f0;
}

/* ************************ FAQ ************************ */

.accordion-heading a {
    font-size:13px;
}

.faqpage {
    background: #FFF;
}
.faqpage .accordion a.accordion-toggle, .faqpage .accordion-inner {
    padding: 25px;
}
.faqpage .accordion a.accordion-toggle {
    margin-bottom: 0px;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.faqpage .accordion .collapse.in .accordion-inner {
    margin-bottom: 0px;
}
.faqpage .accordion a.accordion-toggle, .faqpage .accordion a.accordion-toggle.collapsed:hover {
    background: #FCFCFC;
}
.faqpage .accordion a.accordion-toggle.collapsed {
    background: #FFF;
}
ul.popular-cat-widget, ul.popular-posts-widget {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.popular-cat-widget li {
    width: 48%;
    padding: 5px;
    padding-left: 15px;
    display: inline-block;
    background: url(./images/blue-li.png) no-repeat center left;
}
ul.popular-posts-widget {
    margin: 10px 0px;
}
ul.popular-posts-widget li {
    display: block;
    margin-bottom: 30px;
    line-height: 20px;
}
ul.popular-posts-widget li img {
    float: left;
    width: 85px;
    margin-right: 12px;
}
ul.popular-posts-widget li:last-child {
    margin-bottom: 0px;
}
ul.popular-posts-widget li a {
    color: #606060;
    font-size: 12px;
    font-weight: 600;
}
ul.popular-posts-widget li span {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    font-weight: normal;
}
.contactpage h3 {
    margin-bottom:10px;
}
.contactpage h3, .contactpage p, .contact-sec {
    text-align: center;
}
.contactpage p {
    margin: 20px;
}
.contactpage i.green {color:#32cc98;}
.contactpage i.yellow {color:#f2d031;}
.contactpage i.red {color:#ef6342;}
.contact-sec {
    margin: 30px 0px;
    line-height: 25px;
    margin-bottom: 0px;
}
.contact-sec i {
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
}
.contactpage form .form-group:last-child {
    margin-bottom:0px;
}
.image-fld-add {
    margin-top: 30px;
}
.single-page {
    padding: 30px 15px;
}
.single-page h3 {
    margin-bottom: 20px;
}
.center {
    text-align: center;
}
.spacer {
    height: 50px;
}
.spacer2 {
    height: 30px;
}
.center .facts-figures {
    padding-bottom: 0px;
}
.parallax h3 {
    color: #FFF;
}
.button-styles button {
    margin: 0px 5px;
}
.sidebar-item .form-group {
    margin: 0 auto;
    margin-bottom: 15px;
}
.sidebar-item .form-group.radio-cnt {
    margin-bottom: 5px;
}
section.filter .form-group {
    margin-top: 0px;
    margin-bottom: 0px;
}

.alert.hide {
    display:none;
}


/* ************************ 404 Page ************************ */

.image-bg {
    background:url(./images/parallax.jpg) no-repeat center center;
    background-size:cover;
}

.page-404 {
    padding:80px 15px;
    text-align:center;
}

.page-404 img {
    margin-bottom:30px;
}

.page-404 p {
    color:#FFF;
    font-size:24px;
    line-height:30px;
    text-transform:uppercase;
}

.page-404 p span {
    display:block;
    font-size:13px;
    text-transform:none;
}



/* move searchbox to menubar */
.search-expand {
    position: absolute;
    top: -50px;
    right: 50px;
}
@media only screen and (max-width: 719px) {
  .search-expand {
    left: 50px;
    top: 0;
  }
}

/* fit searchbox to menubar */
.search-expand-inner {
    padding: 6px;
}

.search-expand label span {
    display: none;
}
.search-expand button.search-submit {
    display: none;
}
.search-expand {
    display: none;
    position: absolute;
    top:-1px;
    right:-46px;
}
.search-expand input.search-field {
    width: 90px;
    display: block;
    position: absolute;
    right: 35px;
    top: 3px;
}
.search-box .toggle-search {
    padding-top: 5px;
    padding-right: /*10px;*/
    cursor: pointer;
}

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    visibility: visible !important;
}

.main-slider .tp-banner .progress-section div.funder-img img, .main-slider div.funder-img img{
border-radius: 50px;
    height: 65px;
    margin: 85px;
    position: absolute;
    width: 65px;
    z-index: 999;
}
.dropdown-login form a.css-fbl {
    color: #3398ce !important;
    display: inline !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    text-transform: none !important;
    padding: 12px 66px;
    border-radius: 5px;

}
.login-form .form-group > img {
    padding-top: 22px;
}

.login-form .css-fbl > div {
    color: #fff;
    font-size: 15px;
}
.wpneo-fields textarea {
    background: #eaeaea none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}
.wpneo-single .forgot_email {
    padding-bottom: 20px;
}
.forgot_pass h5 {
    margin-bottom: 20px;
}

.form-group {
    overflow: hidden !important;
}

.sidebar-item .form-group {
    overflow: visible !important;
}

.start-content .form-group {
    overflow: visible !important;
}

.content-area {
    float: left;
    margin-right: -100%;
    width: 70%;
}

.sidebar {
    float: left;
    margin-left: 75%;
    padding: 0;
    width: 25%;
}

.site-content {
    margin: 0 auto;
    width: 1170px;
}
.send-us {
    clear: both;
}

body.single-post .site-content, body.page .site-content, body.home .site-content , body.page-template-listing-page .site-content, body.archive .site-content, body.page-template-page-fullwidth .site-content, body.single-product .site-content, body.search-results .site-content, body.search-no-results .site-content, body.single-tribe_events .site-content, body.tribe_community_edit .site-content, body.tribe_community_list .site-content,
body.single-tribe_organizer .site-content,body.single-wp_router_page.wp_router_page-wp-router-placeholder-page .site-content{
    margin: 0 auto;
    width: 100%;
}





/*breadcrumbs*/
#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
}

#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}

#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

.product-categories {
    list-style: outside none none;
    padding: 20px 0 0 30px;
}
.product-categories li.cat-item {
    padding: 10px 0 0;
}

.lmp_button{

    background: #3398cc none repeat scroll 0 0 !important;
    border: 1px solid transparent !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 43px !important;
    position: relative !important;
    text-transform: uppercase !important;
    top: 11px !important;
    transition: all 0.3s linear 0s;
}
.sidebar-container {
    margin-bottom: 20px;
    padding: 0;
}

.testimonial-box h3.box-title {
    padding-bottom: 10px !important;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
     border-radius: 40% !important;
}
.ig-testimonials .image {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;

}
.ig-testimonials .text {
    clear: none !important;
    display: block;
    padding: 0 2px;
    text-align: center;
}
.sidebar-item .submit-filters {
    float: right;
    margin-top: -35px;
    padding: 5px 25px;
}
.testimonial_title {
    padding: 10px 0;
}
.start-content .form-group {
    padding:0 0 15px !important;
}
.start-content .form-group {
    margin:0px;
}
input.wpneo-submit-campaign[type="submit"] {
    padding:10px 25px !important;
    margin-left: 15px !important;
    font-weight: 400;
}
.next-btn input.wpneo-submit-campaign[type="submit"] {
    margin-left:0px !important;
}
.wpneo-fields input.wpneo-upload {
    height: 35px !important;
    width: 100% !important;
}
.wpneo-fields .imageUploadBtn {
    height: 35px !important;
    margin-top: -35px !important;
    padding: 0 15px !important;
    position: relative;
    z-index: 999;
}
input.wpneo-image-upload[type="button"] {
     background-color: #34cc99 !important;
    font-weight: 300 !important;
    padding: 0 !important;
    text-transform: capitalize !important;
    width: 15% !important;
}
.wpneo-fields > input {
    /*height: 35px !important;
    padding: 0 10px !important;*/
}
#wpneofrontenddata .wpneo-fields input[type="number"], #wpneofrontenddata .wpneo-fields input[type="text"], #wpneofrontenddata .wpneo-fields input[type="email"], #wpneofrontenddata .wpneo-fields textarea, #wpneofrontenddata .wpneo-fields select {
    border-color: #ececec;
}
.start-project .form-group  input, .start-project .form-group  select, .start-project .input-group input, .start-project .wpneo-fields input, .start-project .project_title select, .start-project .wpneo-fields select, .wpneo-fields textarea {
    border-color:#ccc !important;
}
.wpneo-remove-button {
    clear: both !important;
    float: none !important;
}
#addreward {
    background:#3398cc;
    color:#fff;
}
#addreward:hover{
    background: #2d8dbe!important;
    color:#fff;
}
#rewards_addon_fields .campaign_rewards_field_copy .reward_duplicate{
    border-top: 1px solid red;
}
input.removeCampaignRewards[type="button"] {
    background-color:#3398cc !important;
    margin-bottom: 15px !important;
    color:#fff !important;
}
input.removeCampaignRewards[type="button"]:hover {
    background-color:#2d8dbe !important;
    margin-bottom: 15px !important;
    color:#fff !important;
}

.btn.btn-5.green.removeCampaignRewards:hover {
    background-color:#2d8dbe !important;
    color:#fff !important;
}
.dashboard{ margin: 30px auto;}
body.woocommerce-checkout .detail_content, body.woocommerce-page .detail_content {
    margin: 30px auto;
}
.wpneo-links li a:hover, .wpneo-links li.active a {
    background: #3398cc none repeat scroll 0 0 !important;
}
div.error {
    color: #ff0000;
    padding: 5px;
    font-size:13px;
}
/***  27-1-17  harshad  ***/

.main-nav ul{padding-top:17.5px;}
.search-box .fa-search{font-size:16px; padding-top:0px; position:relative; z-index:99; color:#d1d1d1; cursor:pointer;}
#breadcrumbs{margin:0; line-height:1;}
#breadcrumbs li{height:15px;}
#our-skills p{width:70%; margin:0 auto; padding-top:30px;}
.search-expand input.search-field{border:1px solid #ddd; border-radius:50px; height:32px; width:180px; margin-top:-3px; padding:5px 20px;}
.icheckbox_minimal-blue{float:left; margin-top:2px;}
.show_contributor_tbl{float:left; width:90%;}
.make_contributor{float:left; width:90%;}




.form-group select{height:35px; position:relative;}
.form-group input{height:35px;}
.form-group select:after{background:url('images/down-errow.jpg'); width:30px; height:35px; position:absolute; right:0; display:block; content:"";}
.icheckbox_minimal-blue{margin-right:5px;}



input#cc-image-upload-file-button {
    background-color: #3298c9 !important;
    font-weight: 300 !important;
    padding: 0 !important;
    text-transform: capitalize !important;
    width: 15% !important;
}

.wpneo-fields input#cc-image-upload-file-button  {
    height: 35px !important;
    margin-top: -35px !important;
    padding: 0 15px !important;
     border: medium none !important;
    color: #fff !important;
}

.project-single .sidebar {
    float: left;
    margin-left: 0;
    padding: 0;
    width: 100%;
}

.wpneo-fields.imguploads {
    padding-bottom: 34px !important;
}
.form-gallery .add-imgbtn {
    margin-bottom: 40px;
}

.reward_duplicate .wpneo_rewards_image_field_url {
    margin-top: 30px;
    overflow: hidden !important;
}

.remove-imagebtn {
    margin-top: 25px;
}

.wpneo_donate_button {
    margin: 10px auto !important;
    position: relative !important;

}
.wpneo-tabs-menu li.wpneo-current {
    border-bottom: none;
}

.tab-campaign-story-left {
    float: left;
    width: 100%;
}

.perk-wrapper ul li a.price-value-change.disabled {
        pointer-events: none;
        opacity:0.5;
    }

body.single-post .sidebar {
    float: left;
    margin-left: 0;
    padding: 0;
    width: 100%;
}

ul.pop-widget-tabs {
    display: none;
}
.pop-layout-v {
    padding: 15px;
}
div.pop-inside {
    border: medium none !important;

}
div.pop-inside ul li {
    border-bottom: medium none !important;

}
div.pop-inside {
    margin: 0 !important;

}

.comments-area footer{

    background: none !important;
}
.blog-single figure img {
    height: auto;
    width: 100%;
}
.malinky-load-more a {
    top: 11px;
    font-size: 14px;
    padding: 10px 43px;
    border-radius: 50px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    color: #FFF;
    background: #3398CC !important;
    border: solid 1px transparent;
}
.gray .pagination {
    margin: 0 auto !important;
    display: block;
}

.gray h2.screen-reader-text{

    display: none;
}
.blog-item .blog-image img {
    width: 100%;
}

.malinky-load-more{
    background: rgba(0, 0, 0, 0) url("images/btn-bg.png") repeat-x scroll center center;
    min-height: 41px;
    text-align: center;
}
.blog-list .col-lg-6.blogs {
    height: 100% !important;
    min-height: 650px !important;
    width: 50%;
}
article.faqpage {
    padding: 60px 0 20px;
}




#neo-progressbar > div {
    background-color: #34cc99 !important;

}

/*tinymce css*/

.wp-editor-container .wp-editor-area{

    display: block !important;
}
.tmce-active .quicktags-toolbar {
    display: block !important;
}
.js .tmce-active .wp-editor-area {
    color: #333 !important;
}
/*tinymce css*/
.pslider .slide img {
    height: auto;
    width: 100%;
}
#add-image-field-cnt #imgupload-1 {
    padding-bottom:70px !important;
}
#pladge_recurring{

    position: relative !important;
    opacity:0.5 !important;
}
.input-checkbox {
    opacity: 0.8 !important;
    position: relative !important;
}

/***  check out form 24-2-17  ***/

.detail_content input, .textarea.form-control{
    height: auto;
    padding:6px 12px;
    border: 1px solid #ececec;
    border-radius: 0;
    font-size:14px;
}
textarea{padding:5px 12px; border:1px solid #ececec; box-shadow:none; border-radius:0px;}
textarea.form-control{
    height: auto;
    padding:10px 12px;
    border: 1px solid #ececec;
    border-radius: 0;
    font-size:14px;
    resize:none;
}
.detail_content select{height:auto; padding:10px 10px;}
select.form-control{height: auto; padding:10px 10px; box-shadow:none; border:1px solid #ececec; box-shadow: none;}
.detail_content .select2-container .select2-choice{height:auto; border-radius:0px; padding:10px 12px; border-color:#ececec;}
.detail_content .icheckbox{display:inline-block;}
#rememberme{margin-left:0px; float:left; margin-right:5px; margin-top:4px;}
.login-remember #rememberme {margin-right:10px; }
.contributor_table input{height:15px !important; margin-left:0px;}
.contributor_anonymity input{height:15px !important; margin-left:0px;}
.form-row input.button{float:left;}
.remember_me{float:left; margin-top:6px;}
.wp-editor-area{background:#fff !important;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{font-size: 14px;
    display: inline;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 40px;
    border: solid 1px transparent;
    color: #FFF;
    background: #3398CC;}
#pippin_login_submit.btn-sigin{font-size: 14px;
    display: inline;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 20px;
    border: solid 1px transparent;
    width: auto;
    color: #FFF;
    background: #3398CC; height:auto;}
.dropdown-login form .remember label{top:-2px}
.woocommerce input.button{font-size: 14px !important;
    display: inline;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*padding: 7px 20px;*/
    border: solid 1px transparent;
    color: #FFF !important;
    font-weight:normal;
    background: #3398CC;}
.wpneo-edit-btn, .wpneo-image-upload.float-right, .wpneo-save-btn, .dashboard-btn-link,.wpneo-cancel-btn,.wpc-field-submit .wpc_comm_submit {
    font-size: 14px !important;
    display: inline;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding:10px 20px;
    border: solid 1px transparent;
    color: #FFF;
    font-weight:normal;
    background: #3398CC; margin:5px;}
    .wpneo-tab-content #woopcomm .wpc-field-submit input[type="button"] {
        font-size: 14px !important;
    display: inline;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding:10px 20px;
    border: solid 1px transparent;
    color: #FFF;
    font-weight:normal;
    background: #3398CC; margin:5px;
    }
    .wpneo-tab-content #woopcomm .wpc-field-submit {
    width: auto;
}
#wp-wpneo-form-description-wrap {
    margin-top: -40px;
}
.page-id-825 #wpneo-dashboard-form #cc-image-upload-file-button {
    padding: 5px 20px 6px;
    width:auto;
    /*border-radius:0;*/
    margin: 25px 0 0;
}
.page-id-825 .leftcontent p, .page-id-825 .fullcontent p, .page-id-825 .detail_content p {
    font-weight:600;
    line-height: 35px;
}
#wpneo-image-show img {
    margin-bottom:20px;
}
.page-id-825 .wpneo-single .wpneo-fields select#birth_date_2i,.page-id-825 .wpneo-single .wpneo-fields select#birth_date_3i
,.page-id-825 .wpneo-single .wpneo-fields select#project_end_date_1i {
    width:32% !important;
    margin-right:2%;
}
.page-id-825 .wpneo-single .wpneo-fields select#project_end_date_1i {
    margin-right:0;
}
.page-id-825 #wpneo-dashboard-form .wpneo-single {
    padding-bottom:15px;
}
.woocommerce input.button:hover, .wpneo-edit-btn:hover, .wpneo-image-upload.float-right:hover, .wpneo-save-btn:hover, .dashboard-btn-link:hover, .order-again .button {background:#2D8DBE; color:#fff;}
.project_search .radio-inputs .radio-cnt input{height:20px;}
.project_search .radio-inputs .radio-cnt label{top:-5px;}
.vendor_checkbox input{float:left; height:15px !important; margin-right:10px; margin-top:4px;}
.vendor_checkbox label{float:left;}
.forgot_pwd{padding-top:25px;}
.forgot_pwd h5{font-size:12px; font-weight:700; color:#606060;}
.forgot_pwd .form-group{margin-top:10px;}
.crowdfunding_feature{padding-left:15px;}
.crowdfunding_feature .crowdfunding_radio{float:left; height:15px !important; padding-right:5px; margin-top:2px !important;}
.crowdfunding_feature .radio_label{float:left; padding-right:15px; padding-left:5px;}
#wpneo-dashboard-form h3{font-size:22px; padding:15px 0;}
#wpneo-dashboard-form .wpneo-fields select{
    background:#fff url(images/select-arrow.png) right center no-repeat; border: 1px solid #dddede; -webkit-appearance: none;appearance: none;padding-right: 40px !important;background-size: 30px;
}
.dashboard .dashboard-btn-link{line-height:1.5;}

.woocommerce .woocommerce-MyAccount-navigation{display:none;}
.woocommerce-account .woocommerce-MyAccount-content{width:100%;}
.woocommerce-account .woocommerce-MyAccount-content .order-again{display:none;}
.woocommerce .woocommerce-MyAccount-navigation ul li{list-style-type:none; padding:5px 0;}
.woocommerce .woocommerce-MyAccount-content h2{font-size:22px; padding-bottom:5px;}
.woocommerce .woocommerce-MyAccount-content h3{
    font-size:22px;
    padding-bottom:5px;
    font-weight:300;
}
.popular-btn{
    min-height:1px;
    margin-top:-7px;
}
.wpneo-cancel-btn{
    /*font-size: 14px !important;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 20px;
    border: solid 1px transparent;
    color: #3398CC;
    font-weight:normal;*/
}
.wpneo-upload.wpneo-form-image-url{
    margin-top:15px;
}
.page-id-825 .wpneo-upload.wpneo-form-image-url{
    margin-top:0;
}
.campaign-listing-page .wpneo-single .wpneo-name-title p{
    font-size:14px;
    font-weight:bold;
}
.become_model .wpneo-fields{
    width:auto !important;
    float:left;
}
.become_model .wpneo-name label{
    font-weight:normal;
}
.contributor_table .wpneo-fields input{
    float:left;
    margin-top:2px;
}
.contributor_anonymity .wpneo-fields input{
    float:left;
    margin-top:2px;
}
 .order-again .button{
    font-size: 14px !important;
    display: inline;
    border-radius: 50px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 20px;
    border: solid 1px transparent;
    color: #FFF !important;
    font-weight:normal;
    background: #3398CC !important;
    margin:5px;
}
#add-image-field-cnt #imgupload-1{
    /*padding-bottom:80px !important;*/
}
#rewards_addon_fields .campaign_rewards_field_copy .reward_duplicate{
    border-top:1px solid #ececec;
    padding-top: 20px;
}
.wc-proceed-to-checkout .checkout-button.wc-forward{
    font-size: 14px !important;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 20px;
    border: solid 1px transparent;
    background: #3398CC !important;
    font-weight:normal;
}
.wc-proceed-to-checkout .checkout-button.wc-forward:hover{
    background:#2D8DBE !important;
}
.wpneo-fields-action{
    top:0;
}
.project_status {
    float: right;
    width: 42% !important;
    z-index: 9999999;
    position: relative;
}
.project_status span {float: right;  width: 20% !important; font-weight: bold;}
div#campaign_loved_html {float: left; position: relative; z-index: 999;}

/***  3-3-17  ***/
#wpneo-dashboard-form input{
    height: 35px;
    width: 100%;
    padding:5px 10px;
}
#wpneo-dashboard-form select{
    border:1px solid #f0f1f1;
    height: 35px;
    width: 100%;
    padding:5px 10px;
}
#wpneo-dashboard-form textarea{
    width: 100%;
    padding:5px 10px;
}
#wpneo-dashboard-form input.wpneo-upload{
    padding:5px 110px 4px 10px;
}
#wpneo-image-show {
    float: left;
}
#wpneo-image-show img {
    max-width: 100px;
}
.page-id-825 #wpneo-dashboard-form input.wpneo-upload{
    width: calc(100% - 255px) !important;
    padding:5px 10px;
    margin: 20px;
}

input#cc-image-upload-file-button{
    margin-top:-35px;
    padding: 0 15px !important;
    color:#fff;
    width:auto !important;
    position: relative;
    z-index: 9;
}
.button.tagadd{
    color: #FFF;
    background: #3398CC;
    font-size: 14px;
    display: inline;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 25px 6px 25px;
    border: solid 1px transparent;}
.panel{
    border:none;
    box-shadow:none;
    background:none;
}
#wpneo-dashboard-form input.tagadd{
    width:auto;
}
select.recurring_field{
    margin-top:30px;
}
.popular-btn.green {
    clear: both;
    position: relative;
    top: 0;
}
.popular-btn.green > a {
    position: relative;
    top: 0;
}
figure.project-image img {height: 150px; min-height: 150px;}


/*----------start-css----------6-03-2017--------------------*/
.site-main .breadcrumb {
    margin-bottom:40px;
}
.send-us {
    margin-top:20px;
}
.fullcontent,.detail_content {
    width:100%;
    font-size:15px;
    line-height:22px;
    display: inline-block;
    vertical-align: top;
}
.fullcontent h2,.detail_content h2 {
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
    margin-top: 40px;
}
.fullcontent h1 {
    font-size:30px;
    font-weight:600;
    margin-bottom:10px;
    margin-top:0px;
}
.fullcontent h2:first-child,.detail_content h2:first-child {
    margin-top:0;
}

.leftcontent {
    padding-right: 1.5%;
    width: 60%;
    font-size:15px;
    line-height:22px;
    display: inline-block;
    vertical-align: top;
}
.leftcontent p,.fullcontent p ,.detail_content p{
    line-height:30px;
    margin-bottom:20px;
    margin-left:0;
}
.rightcontent {
    display: inline-block;
    text-align: right;
    vertical-align: top;
     width:39.5%;
}
.entry-footer {
    margin-top:20px;
}
.collum-box {
    display: inline-block;
    padding: 0 2%;
    vertical-align: top;
    width: 32%;
    margin:30px 0;
}
.rightcontentfull {
    margin: 0 0 30px 0;
}
.rightcontentfull img {
    width: 100%;
}
.rightcontentfull,.leftcontentfull {
    width: 100%;
}
.fullcontent .collum-box h2 {
    margin-top:0px;
    font-size:20px;
}
.fullcontent .collum-box h3 {
    margin-top:20px;
    margin-bottom:15px;
    font-size:20px;
    font-weight:600;
}
.leftcontent h4 {
    margin-top:30px;
    margin-bottom:15px;
    font-size:20px;
    font-weight:600;
}

.fullcontent h3 {
    margin-top:20px;
    margin-bottom:15px;
    font-size:20px;
    font-weight:600;
}

.fullcontent .blue  {
    margin-top:20px;
    margin-bottom:15px;
    font-size:20px;
    font-weight:600;
    color:#3379b6;
}
.fullcontent ul {}
.fullcontent ul li{
    padding-bottom:15px;
    line-height: 30px;
}
.dropus-btn {
    display:inline-block;
    text-align:center;
     width:100%;
}
.dropus-btn .text{
    padding:10px 25px;
    font-size:20px;
    color:#fff;
    background:#3379b6;
    text-align:center;
    display:inline-block;
    border-radius: 50px;
}
.dropus-btn .text:hover{
    background:#266398;
}
.fullcontent h3.getting-donattions {
    margin-bottom:0;
    margin-top:40px;

}
.fullcontent ul {
    margin-bottom:20px;
}

.wpcf7 .wpcf7-form-control-wrap input.wpcf7-text,
.wpcf7 .wpcf7-form-control-wrap select.wpcf7-select,
.form-right .captchac {
    height: auto;
    border-radius:0;
    resize: none;
    border: 1px solid #ececec;
    font-size:14px;
    padding:10px;
}
.wpcf7 .wpcf7-form-control-wrap textarea.wpcf7-textarea {
    border-radius:0;
    height:76px;
    resize: none;
    border: 1px solid #ececec;
    font-size:14px;
}
.captchacnone .wpcf7-not-valid-tip {
    position: absolute;
    top: 40px;
}
.wpcf7 .form-group {
    margin: 20px 0;
}
.wpcf7 .form-group label {
    font-size: 15px;
}
.wpcf7 span.wpcf7-not-valid-tip {
    font-size:14px;
}
.wpcf7 div.wpcf7-validation-errors,.wpcf7 div.wpcf7-mail-sent-ng, .wpcf7 div.wpcf7-spam-blocked { border-radius: 50px; background:#ffcccc; border-color:#d68888; color:#bf0000; text-align:center; padding:10px; border:1px solid #f2bfbf;}
.wpcf7 div.wpcf7-mail-sent-ok {
    background: #ddf9dd none repeat scroll 0 0;
    border: 2px solid #398f14;
    color: #333;
    text-align: center;
    border-radius: 50px;
    color: #bf0000;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}
.wpcf7  .column-full .btn.btn-4 {
    height:auto;
    padding: 10px 25px;
}
.header-right-btns .btn.btn-4 {
    padding:6px 15px;
    font-size: 13px;
}
header {
    background:#1b2937;
    position: relative;
    z-index: 9999
}

.current-sr-slide-visible .tp-bgimg {
    /*background-size: cover !important;*/
}

.banner_title_bg {
    position:absolute;
    top:50%;
    width:100%;
    text-align:center;
    z-index:9999;
}
.banner_title_bg .banner_title {
    background-color:rgba(0,0,0,0.8);
    color:#fff;
    font-size:26px;
    font-weight:600;
    margin:0 auto;
    padding:8px;
    width:50%;
}
.woocommerce-login {
    margin-bottom:50px;
}
.woocommerce-login .text-center {
    margin-bottom:30px;
}
.woocommerce-login h2.text-center {
    font-size:30px;
    font-weight:600;
}
.login_page,.register_page {
     background-color: #eeeeee;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    color: #666666;
    float: left;
    font-size: 14px;
    line-height: 22px;
    padding: 25px 25px 22px;
    text-align: center;
    width:100%;
}
.login_page .login-form .form-group {
    padding: 35px 0 0;
    margin: 0;
}
.login_page .login-form .form-group .pippin_user_login1,.login_page .login-form .form-group .required {
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
}
.login_page  #pippin_login_submit.btn-sigin {
    width: auto;
    margin-top: 8px;
}
.login_page .login-form .text-gray {
    margin-top: 8px;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.login_form-section .login-form .form-group {
    margin-top: 0;
    margin-bottom: 9px;
}
.login_form-section .login-form .form-group .css-fbl {
    max-width: 310px;
}
.login_form-section .login-form .form-group hr {
    clear: both;
    border: 0;
}
.login_form-section .login-form a {
    float: none;
}
.login_page .login-form .text-gray input {
    margin-right: 5px;
}
.login_page .login-form .text-gray label {
    display: inline-block;

}
.register_page .form-reg {
    padding:0 20px
}
.register_page .form-reg .form-group {
    margin:10px 0;
}

.login_title {
    text-align:left;
    margin:10px 0 30px;
    font-size:24px;
}
.login_page .container {
    width:100%;
}
.login_page label,.register_page .form-reg .form-group label {
    display:block;
    font-size:14px;
    font-weight:normal;
    padding-bottom:4px;
}
.register_page .form-reg .form-group label .fa , .form-group .fa-asterisk ,.register_page .fa-asterisk {
    font-size:7px;
    color:#ff0000;
    font-weight:normal;
    line-height:normal;
    line-height:18px;
    vertical-align:top;
}
.fa-asterisk {
    font-size:7px;
    color:#ff0000;
    font-weight:normal;
    line-height:normal;
    line-height:18px;
    vertical-align:top;
}
.register_page .form-reg .form-group:last-child{
    margin-bottom:0px;
}
.login_page .input, .login_page select, .login_page textarea ,.register_page .form-reg .form-group .form-control{
    border: 1px solid #ccc;
    border-radius:5px;
    font-size:14px;
    height:auto;
    resize: none;
    padding:10px 10px;
    width:100%;
}
.register_page .form-reg .form-group .input-checkbox {
    margin-top:3px;
}
.login_page  .button.button-primary,.register_page .form-reg .btn.btn-4.blue,.tribe-events-before-html
.add_event,#tribe-events .tribe-events-button, .tribe-events-button,.tribe-events-community-footer .events-community-submit,
#tribe-community-events .eventForm td .button,
body.tribe_community_list #tribe-events .table-menu-wrapper a.button,
#my-events .button,.tribe-community-event-info .tribe-add-post,#tribe-bar-form .tribe-bar-filters .tribe-bar-submit .tribe-events-button,
#tribe-community-events #add-new .button,.form-gallery .add-imgbtn {
    border: 1px solid transparent;
    border-radius: 50px;
    display: inline-block;
    font-size: 14px;
    height: auto;
    letter-spacing: 1px;
    padding:10px 25px;
    text-transform: uppercase;
    background: #3398cc none repeat scroll 0 0;
    color: #fff;
    line-height: 25px;
    font-weight:normal;
}
.login_page  .button.button-primary:hover,.register_page .form-reg .btn.btn-4.blue:hover,
.tribe-events-before-html .add_event:hover,#tribe-events .tribe-events-button:hover, .tribe-events-button:hover,
.tribe-events-community-footer .events-community-submit:hover,
#tribe-community-events .eventForm td .button:hover,body.tribe_community_list #tribe-events .table-menu-wrapper a.button:hover, #my-events .button:hover
,.tribe-community-event-info .tribe-add-post:hover, #tribe-bar-form .tribe-bar-filters .tribe-bar-submit .tribe-events-button:hover,#tribe-community-events #add-new .button:hover,.form-gallery .add-imgbtn:hover{
    background:#2d8dbe;
    color: #fff;
}
.tribe-event-recurrence:first-child {
    padding-left:0;
}
.tribe-community-event-info .tribe-add-post {
    margin-left: 170px;
}
.login_page  #loginform {
    border-bottom:1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom:20px;
}
.login_page .css-fbl {
    height: 55px; background-color: rgb(245, 164, 9) ! important; border-radius: 5px;  padding-top: 6px; color: rgb(255, 255, 255) ! important; display: block;  text-align: center ! important; margin: 0px auto ! important; max-width: 350px ! important;
}
.site-content .breadcrumb {
    margin-bottom: 40px;
}
.dropus-btn .text{
    background:#8dc740 ;
    font-size:14px;
    padding: 12px 43px;
    text-transform: uppercase;
    line-height:1.5;
}
.dropus-btn .text .fa{
    display:none;
}
.dropus-btn .text:hover{
    background:#82ba37;
}
.btn.btn-4.green,.btn.btn-3.green {
    background:#e41328;
}
.btn.btn-4.green:hover,.btn.btn-3.green:hover {
    background:#cb1b27;
}
#wpneo-dashboard-form .crowdfunding_radio {
    width:auto;
}
.banner_title_bg .banner_title{
    width:auto;
    display:inline-block;
    background-color: rgba(0,0,0,0.5);
    padding:8px 15px;
}
footer{
    font-size:13px;
    color:#e0dede;
}
footer a, footer p {
    color:#e0dede;
}

/*---Start-css----------17-03-2017--------------------*/


.main-slider .tp-banner img {
    display: block;
    margin: 0 auto !important;
}

.site-content .breadcrumb {
    margin-bottom: 40px;
}
.dropus-btn .text{background:#38d09d; font-size:14px; padding: 12px 43px; text-transform: uppercase; line-height:1.5;}
.dropus-btn .text .fa{display:none;}
.dropus-btn .text:hover{background:#27B585;}
.banner_title_bg .banner_title{width:auto; display:inline-block; background-color: rgba(0,0,0,0.5); padding:8px 15px;}
footer{font-size:13px; color:#e0dede;}
footer a, footer p {color:#e0dede;}

.btn.btn-3.green,.popular-btn.green a,.dropus-btn .text,.popular-btn.green a {
    color:#fff;
    background:#e41328 !important;
}

.btn.btn-3.green:hover,.popular-btn.green a:hover,.dropus-btn .text:hover,.popular-btn.green a:hover{
    background:#cb1b27 !important;
    transition: all .5s ease;
}
#wpneo-dashboard-form .crowdfunding_radio {
    width: auto;
}

.bx-controls-direction .bx-prev:before {
    content: "\f104";
    font-size:32px!important;
    color:#000!important;
    opacity:0.6
}
.bx-controls-direction .bx-next:before {
    content: "\f105";
    font-size:32px!important;
    color:#000!important;
    opacity:0.6
}
.bx-controls-direction .bx-prev:hover:before,.bx-controls-direction .bx-next:hover:before {
    opacity:0.9
}
.bx-controls-direction .bx-prev,.bx-controls-direction .bx-next{
  font-family: FontAwesome;
  font-size:16px;
  color:#fff;
  line-height:32px !important;
  border-radius:50%;
  height:32px !important;
  width:32px !important;
  text-indent:0px !important;
}
.project-status {
    clear: both;
}
#intor-section ul li.text-area strong{
    font-weight: 600;
}
.edit_project_btn,.start_campaign {
    font-size:18px;
    color:#fff;
    background:#e41328;
    border: 1px solid transparent;
    border-radius: 50px;
    font-size: 14px;
    padding: 12px 43px;
    text-transform: uppercase;
    margin-right:15px;
}
.edit_project_btn:hover,.start_campaign:hover {
    background:#cb1b27;
    color:#fff;
    transition: all .5s ease;
}
.delete-post {
    font-size:18px;
    color:#000;
    background:#ef6060;
    border: 1px solid transparent;
    border-radius: 50px;
    font-size: 14px;
    padding: 12px 43px;
    text-transform: uppercase;
    margin-right:15px;
}
.delete-post:hover {
    background:#e25252;
    color:#000;
}
.page-header .page-title {
    color:#fff;
    font-size: 20px;
    padding: 10px;
}
.about-project .bx-controls-direction .bx-prev ,.about-project .bx-controls-direction .bx-next {
    text-align:center;
}
.tribe_community_edit #loginform {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    max-width: 360px;
    width:100%;
}

.tribe_community_edit #loginform .login-username label,.tribe_community_edit #loginform .login-password label ,.wpneo_login_form_div .login-username label,.wpneo_login_form_div .login-password label{
    display:inline-block;
    width:100%;
    font-weight:normal;
}
.tribe_community_edit #loginform .login-username input, .tribe_community_edit #loginform .login-password input {
    display:inline-block;
    width:100%;
    border: 1px solid #ececec;
    border-radius: 0;
    font-size: 14px;
    height: auto;
    padding:5px 10px;
    resize: none;

}
.wpneo_login_form_div .login-username input,.wpneo_login_form_div .login-password input  {
    display:inline-block;
    border: 1px solid #ececec;
    border-radius: 0;
    font-size: 14px;
    height: auto;
    padding:5px 10px;
    resize: none;
    width:50%;
}
.page-id-918 .wpneo_login_form_div .login-username input ,.page-id-918 .wpneo_login_form_div .login-password input {
    width:100%;
}
.tribe_community_edit #loginform .login-remember label  {
    font-weight:normal;
}
.tribe_community_edit #loginform .login-remember label input {
    margin-top:0px;
    margin-right:8px;
    float:none;
    font-weight:normal;
}
.wpneo_login_form_div .login-remember label input {
    margin-top:0px;
    margin-right:8px;
    float:none !important;
    font-weight:normal;
}
section.gray, .gray {
    background:#fff;
    padding:0;
}

.login-submit .button-primary {
    background: #3398cc;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 50px;
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 6px 25px;
    text-transform: uppercase;
}
.login-submit .button-primary:hover {
    background: #2d8dbe;
    color: #fff;
}
.detail_content .register,.tribe-events-promo {
    display:none;
}
#post-1064.post-1064 .entry-content > p:first-child {
    text-align:center;
    font-size:18px;
    font-weight:700;
}
#loginform .login-submit {
    margin-bottom:8px;
}
#tribe-community-events h4,.tribe-community-event-info label ,.tribe-community-event-info td{
    color: #606060;
    text-transform: none;
    font-size:15px;
    font-weight:normal;
}
.tribe-events-month-event-title a {
    color: #606060;
    text-transform: none;
    font-weight:normal;
}
.wpneo-content h5 {
    color: #606060;
}
.become_model .wpneo-name .checkbox  {
    color: #606060;
}
#tribe-community-events h4 label{
    font-weight:700;
}
.tribe-community-event-info td input[type="text"] {
    padding:5px 10px;
    width:225px;
    background:#fff;
}
.tribe-event-recurrence select  {
    width:225px;
    background:#fff;
}
.tribe-community-event-info td select  {
    padding:6px 10px 5px;
    margin-right:8px;
    border: 1px solid #ececec;
    font-size:14px;
    background:#fff;
}
.chosen-container-single .chosen-single {
    padding:4px 10px;
    width:225px;
    margin-right:8px;
    border: 1px solid #ececec;
    height:auto;
    box-shadow:none;
    background:#fff;
    border-radius:0;
    font-size:14px;
}
.saved-linked-post td .edit-venue-link {
    float:right;

}
.chosen-container-single .chosen-single div {
    top:5px;
}
.tribe-community-event-info {
    margin:10px 0;
}
form .tribe-events-community-footer {
    text-align:left !important;
    margin-left:170px;
}
body.tribe_community_edit form .tribe-events-community-footer {
    text-align:left !important;
    margin-left:0;
    border-top:1px solid #ececec;
    padding-top:20px;
    margin-top:10px !important;
}
#EventBriteDetailDiv h4, .eventForm .tribe_sectionheader h4, .tribe-community-event-info h4 {
    border-bottom: 1px solid #ececec;
}
#wp-tcepostcontent-editor-container,.quicktags-toolbar {
    border-color:#ececec !important;
}

.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
    color: #606060;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background:#3398cc;
}
#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical {
    color: #3398cc;
}
#tribe-community-events #event_cost input {
    padding:4px 10px;
}
.tribe-community-event-info input#EventCurrencySymbol {
    padding: 4px 10px 3px;
}
#tribe-community-events #event-categories ul {
    padding:0;
}
#tribe-community-events .events-community-post-content textarea, #tribe-community-events .events-community-post-title input {
    resize:none;
}
#tribe-community-events .eventForm td {
    vertical-align: middle !important;
}
#tribe-community-events .eventForm .recurrence-rules-header {
    vertical-align: top !important;
     line-height: 33px;

}
#tribe-community-events #event-categories ul li input[type="checkbox"] {
    float: left;
    margin-right: 5px;
    margin-top:4px;
}
#tribe-events form .events-community-post-title input {
    width:100%;
    padding:5px 10px;
}
#tribe-community-events #not-user {
    margin:0 0 0 0;
    display:none;
}
.my-events-display-options {
    float:right;
}
#tribe-community-events #my-events {
    margin-bottom:30px;
}
body.tribe_community_list #tribe-events #add-new, body.tribe_community_edit .tribe-events-before-html,.saved-linked-post .dashicons-screenoptions{
    display:none;
}
.tribe-event-recurrence-rule .tribe-event-recurrence-description {
    padding-top:0;
}
.recurrence-row .tribe-event-recurrence {
    border-top: 1px solid #ececec;
    padding-left: 0;
}
.saved-linked-post .dashicons-trash {
    color:#ff0000;
}
.saved-linked-post .dashicons-trash:hover {
    color:#a00;
}
.table-menu {
    border-radius:10px;
    padding-top: 10px;
}
.table-menu ul {
    padding-left:0;
}
.my-events-table-wrapper .events-community {
    border:1px solid #d2d2d2;
}
.events-community #my-events-display-headers tr th {
    background:#666 ;
    color:#fff;
    padding:10px;
}
.events-community tr:nth-child(even) {
    background:#f5f5f5;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.events-community tr:nth-child(odd) {
    background:#fff;
}

.events-community tr td {
    border-right: 1px solid #ccc;
    padding: 0 10px;
}
.events-community tr td a {
    color:#606060;
}
.events-community tr td a:hover {
    color:#82ba37;
}
.events-community td.essential, .events-community th.essential {
    padding:10px;
}
.events-community  .title a {
    font-weight:600;
}
#tribe-community-events #tribe-events .pagination {
    margin:0 0 20px;
    padding:0;
}
.tribe-no-js .tribe-events-before-html,.tribe-no-js .table-menu-wrapper {
    float:left;
    margin-right:10px;
}
body.post-type-archive-tribe_events .header-bottom , body.tribe_community_edit
.header-bottom ,body.single-tribe_events .header-bottom,body.tribe_community_list .header-bottom,body.single-wp_router_page.wp_router_page-wp-router-placeholder-page .header-bottom ,body.single-tribe_organizer .header-bottom {
    background: url("images/bg-events-page.jpg") repeat fixed 0 0%;
}
.page-id-918 section.gray, .page-id-918 .gray {
    background:#fff;
}
#tribe-events-content .tribe-events-loop {
    width:100%;
    max-width:100%;
    padding:0;
}
.tribe-events-list .type-tribe_events {
    border-bottom:1px solid #dcdcdc;
}
#post-1184,#post-1215,#post-1576,#post-1538,#post-1727,#post-1694,#post-1332,#post-1406,#post-1398, #post-1229.type-tribe_events, #post-1561.type-tribe_events, #post-1504.type-tribe_events,#post-1592.type-tribe_events,#post-1365.type-tribe_events,#post-1373.type-tribe_events{
    border-bottom:none;
    padding-bottom:0px;
}
.tribe-events-organizer .tribe-events-organizer-meta {
    text-align:center;
    max-width:100%;
}
.tribe-events-list-separator-month::after {
    border-color:#dcdcdc;
}
.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
    line-height:24px;
}
.tribe-events-list .type-tribe_events {
    padding:20px 0 28px;
}
.tribe-events-list .type-tribe_events h2,.single-tribe_events .tribe-events-single-event-title {
    font-size:22px;
}
#tribe-community-events .eventForm td.organizer-email {
    vertical-align:top !important;
}
#EventBriteDetailDiv small, .tribe-community-event-info small {
    line-height: 0;
}
.tribe-community-event-info .submitdelete {
    color:#606060;
    margin:10px 0;
}
#EventImage {
    margin-bottom:10px;
}
.tribe-community-events-preview-image {
    position:relative:
}
.tribe-events-day .tribe-events-day-time-slot h5 {
    color:#606060;
}
.breadcrumb .container .col-lg-6{width:60%;}
.breadcrumb .col-lg-6.align-right.sub-menu.social { width:40%;}
.detail_content .white {
    padding:0px;
    margin-top:-20px;
}
.tribe-events-sub-nav .tribe-events-nav-previous a,.tribe-events-sub-nav .tribe-events-nav-next a {
    font-size:14px;
}
.wpneo-name {
    margin-bottom:0;
}
.page-id-918 .contributor_table .wpneo-fields input {
    float: left;
    margin-top:5px;
}
#wpneofrontenddata, #wpneo-registration {
    margin: 0 auto;
    max-width: 100%;
    padding-top:0;
}
.start-project .start-content {
    padding:0;
}
.single .pagination a {
    background:#3398cc;
}
.single  #tribe-community-events .pagination span.current {
    background:#21759b;
}
.sidebar #select_reward div {
    padding:0 !important;
}
.sidebar #select_reward div.w-title {
    padding:8px !important;
}
.side-box {
    background:#fff;
    padding:0;
}
.side-box div {
    text-align:left !important;
}
.about-project .pcontent {
        padding:0;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    color:#606060;
}
.sidebar-item .project_title {
    background: #3398cc none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;
    margin-top:19px;
}
.page-id-825 .wpneo-form {
    background:#f6f6f6;
    border:1px solid #ebebeb;
    display:inline-block;
    width:100%;
    padding-bottom:10px;
    position:relative;
}
 .gray .well {
    background:#f6f6f6;
    padding: 20px;
    border: 1px solid #ebebeb;
    border-radius:0;
    box-shadow:none;
}
.start-project {
    background:#eee;
    padding: 0;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    box-shadow:2px 1px 2px 0 rgba(0, 0, 0, 0.05);
}
#add-perks .panel {
    background:none;
    border:0px;
    box-shadow:none;
}
.wpneo-fields textarea {
    background:#fff !important;
}
.start-project #wpneofrontenddata #basic-data,.start-project #wpneofrontenddata #social-media{
    margin-top:-5px;
}
.start-content .form-wizard label.control-label {
    font-weight:bold;
    margin-top:15px;
}


.fields_warning {
     color:#ff0000;
     margin-top:20px;
}

.form-group.project_description {
    clear: both;
    overflow: hidden;
}

.project_type {
    float: right;
    position: relative;
    width: 13% !important;
    z-index: 999999;
    font-weight: bold;
}
.wpneo-listing-content .wpneo-location {
    display: none;
}
.start-content .form-wizard  input.form-control,.start-content .form-wizard  select.form-control , .start-content .form-wizard  textarea.form-control{
    padding:6px 10px;
    line-height:normal;
}
.start-content .wpneo-single {
    padding-bottom:20px;
}
.start-content .form-wizard .form-group .wpneo-fields lable {
    display:inline-block;
    width:100%;
    padding-bottom:6px;
}
.start-content .form-wizard .form-group .wpneo-fields select.form-control {
    display:inline-block;
    width:32%;
    float:left;
    margin-right:2%;
}
.start-content .form-wizard .form-group .wpneo-fields select#project_end_date_3i {
    margin-right:0;
}
.start-content .form-wizard lable, .start-content .form-wizard .wpneo-name {
    display:inline-block;
    width:100%;
    font-weight:bold;
    color:#606060;
    padding-bottom:6px;
}
.wpneo-fields small {
    font-size: 12px;
    line-height: normal;
}
#reward_options {
    margin-top:8px;
}
.start-content .form-wizard .wpneo-name .fa, .start-content .form-wizard .wpneo-fields .fa {
    font-size:6px;
    font-weight: normal;
    color:red;
}
.start-project .title {
    padding:0px;
    text-align:left;
    font-size: 36px;
}
.well .contextual {
    padding:0;
    border-top:1px solid #eaeaea;
}
.well .contextual  .nav li {
    border-bottom:1px solid #eaeaea;
    padding:14px 20px;
}
.well .contextual  .nav li a{
    color:#3398cc;
    font-size:15px;
    font-weight:600;
}
.well .contextual  .nav li a.collapsed {
    color:#606060;
}
.well .contextual  .nav li a.collapsed:hover {
    color:#3398cc;
}
.well .contextual  .nav li p {
    margin:0;
    font-size:13px;
    font-weight:normal;
    line-height:normal;
}
.well .contextual  .nav li p.proj-create-faq-question-body {
    line-height:22px;
    margin-top:10px;
}
.well .contextual  .nav li ul {
    padding:0px;
}
.gray .well {
    padding:0px;
}
.single-title {
    padding:20px 20px;
    font-weight:600;
    background:#f1f1f1;
}
.wpneo-single .wpneo-fields lable {
    display:inline-block;
    width:100%;
    font-weight:bold;
    color:#606060;
    padding-bottom: 6px;
}
.wpneo-single .wpneo-fields select {
    float:left;
    width:49%;
    margin-right:1%;
    padding: 6px 10px;
    border-radius:0;
}
.page-id-918 .wpneo-single .wpneo-fields select:last-child {
    margin-left:1%;
    margin-right:0;
}
.form-reward  .rewards {
    margin-top:20px;
}
#reward_options .text-right {
    text-align:left;
}
.forgot_pwd {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius:0px;
    box-shadow: none /*0 1px 1px rgba(0, 0, 0, 0.05) inset*/;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    max-width:570px;
    width: 100%;
    margin:0 auto;
}
.forgot_pwd .forgot_title {
    color:#606060;
    font-size:30px;
    font-weight:600;
    margin-bottom:30px;
    text-align:center;
}
.forgot_pwd .form-ui h5 {
    color: #606060;
    font-size: 13px;
    font-weight: normal;
}
.forgot_pwd .form-ui .form-left {
    width:100%;
    text-align:left;
}
.forgot_pwd .form-ui .form-left lable {
    font-weight:600;
    font-size:14px;
    padding-bottom:6px;
    display: inline-block;
}
.forgot_pwd .form-ui .form-group {
    margin:15px 0 0 ;
}
.forgot_pwd .form-ui .btn.btn-4.blue {  
    text-align:center;
    padding: 10px 20px;
}
#wpneo-dashboard-form .wpneo-fields {
    position: relative;
}
.msg-content {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    padding:10px;
    font-size:13px;
}

.cus-category {
    display: inline-block;
    vertical-align: top;
    /*width: 75%;*/
}
.popular-categories li {
    /*min-height: 52px;*/
    display: flex;
}

@media only screen and (min-width:1201px) and (max-width:1350px) {
    header .main-nav ul li a,.header-right-btns ul li a,.header-right-btns ul li span{
        font-size:13px;
        padding:0px 8px;
    }
}
@media only screen and (max-width:1200px) {
    .fullcontent .collum-box h3 {
        font-size: 20px;
    }
    .rightcontent {
         width:39%;
    }
    .fullcontent ul {
        margin-bottom:40px;
    }
    .start-content .form-group .form-left, .form-ui .form-group .form-left {
        margin-bottom:0 !important;
    }
    #logo {
        margin-top:1px;
    }
    #logo img {
        height:40px;
        margin-top: 8px;
    }
    header .main-nav ul li a {
        padding: 0 10px;
        font-size: 13px;
    }
    header .main-nav ul li a,.header-right-btns ul li a,.header-right-btns ul li span{
        font-size:12px;
        padding:0px 5px;
    }
    .nav-header-right .main-nav ul {
        padding-right:10px;
    }
    header .header-right-btns ul li span{
        font-size:11px;
    }
    .header-right-btns ul li.login-panel { padding-left:5px;}
    .header-right-btns .btn.btn-4 {padding: 6px 8px;}
    .single-title {
        font-size:16px;
    }
}
@media only screen and (max-width:1022px) {
    header .main-nav ul li {
        width:100%;
        padding:10px 0;
    }
    header .header-right {
        float:left;
        text-align:center;
        position: relative;
    }
    header .header-right-btns, .search-box {
        float:none;
        display:inline-block;
        padding-left:15px;
        border-right: 0 none !important;
    }
    header .main-nav ul li a,.header-right-btns ul li a,.search-box .fa-search {
        color:#404040;
    }
    /*header .search-expand {
        right:62px;
        top: 20px;
    }*/
    header .search-box.border-right,.header-right-btns ul li.login-panel {
        border-right:0 !important;
        border-left:0;
    }
    .header-right .header-right-btns ul > li {
        width:auto;
    }
    header .dropdown-login {
        right: auto;
        /*left: -92px;*/
        padding: 5px 15px 15px;
        width: 100%;
    }
    #logo img {
        margin-top:0;
    }
   
    .main-nav ul li {
        border-right:none;
    }
    .well {
        margin-top:20px;
    }
    .page-id-825 #wpneo-dashboard-form input.wpneo-upload {
        padding: 5px 10px;
        width: calc(100% - 255px) !important;
    }
    .wpneo-wallet-box .wpneo-box-text {
        font-size:18px;
    }
}
@media only screen and (max-width:767px) {
    #logo img {
        height:40px;
    }
    .nav-header-right .main-nav ul {
        padding-top: 40px;
    }
    .leftcontent,.rightcontent {
        width:100%;
        padding:0;
    }
    .rightcontent {
          text-align: center;
      }
     .collum-box {
        width:100%;
        margin:0 0 40px;
        text-align: center;
    }
    .fullcontent h1 {
      font-size:24px;
    }
    .detail_content .wpcf7-form .form-group .form-left, .detail_content .wpcf7-form .form-group .form-right {
        width:100%;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .detail_content .wpcf7-form .form-group {
      margin:0px;
    }
    .banner_title_bg .banner_title {
        font-size: 20px;
        width: 100%;
    }
    .banner_title_bg {
        top:40%;
    }
    #intor-section ul li {
        width:100%;
        margin:0 0 40px 0;
    }
    .login_title {
        font-size:22px;
        margin-left:0px;
    }
    .register_page .form-reg,.login_page .container {
        padding:0px;
    }
    .vendor_checkbox label {
        width: 88%;
    }
    .login_page label, .register_page .form-reg .form-group label {
        font-size:15px;
    }
    #pippin_login_submit.btn-sigin {
        margin: 0 0 15px;
    }
    /*.tp-simpleresponsive { height: 300px !important;}
    .current-sr-slide-visible .tp-bgimg {
        background-size:cover !important;
    }*/
    .banner_title_bg .banner_title {
        font-size:14px;
    }
    .dropdown-login h3 {
        font-size:16px;
    }
    .tribe-event-schedule-details {
        padding-left:15px;
    }
    .events-archive .entry-content, .events-archive .entry-header {
        width:100%;
    }
    #tribe-mobile-container .type-tribe_events ~ .type-tribe_events,#tribe-mobile-container .tribe-events-viewmore {
        border-top:1px solid #dcdcdc;
    }
    #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a {
        background:#3398cc;
    }
    .tribe-community-event-info {
        margin:0;
    }
    #EventImage {
        width:220px;
    }
    .tribe-community-event-info td select {
        margin-right:4px;
        padding:5;
        margin-bottom:6px;
    }
    #wpneo-tab-description,.tab-campaign-story-left{
        padding:0;
    }
    .send-us h3 {
        font-size:22px;
    }
    .single-title {
        font-size:20px;
    }
    .forgot_pwd .forgot_title {
        font-size:21px;
    }
    .page-id-825 #wpneo-dashboard-form .wpneo-name,.page-id-825 #wpneo-dashboard-form .wpneo-fields {
        width:100% !important;
    }
    .page-id-825 #wpneo-dashboard-form input.wpneo-upload {
        width: calc(100% - 255px) !important;
    }
    .page-id-825 #wpneo-dashboard-form #cc-image-upload-file-button {
        width: auto;
        border-radius:50px;
    }
    .page-id-825 .leftcontent p, .page-id-825 .fullcontent p, .page-id-825 .detail_content p {
        line-height:normal;
    }

    .wpneo-form .wpneo-wallet-box {
        width:48%;
        font-size:20px;
        margin-bottom:1%;
    }
    .page-id-825 .wpneo-message-content {
        left: 0 !important;
        max-width: 100% !important;
    }
}
@media only screen and (max-width: 599px) {
    #wpneo-image-show {
        float: none;
    }
    .page-id-825 #wpneo-dashboard-form input.wpneo-upload {
        width: 100% !important;
        margin: 0;
    }
    .page-id-825 #wpneo-dashboard-form #cc-image-upload-file-button {
        margin-top: 10px;
    }
}
@media only screen and (max-width:520px) {
    footer .footer-links .col-lg-2 {
        width:100%;
        padding:0 20px;
    }
    footer .footer-links .col-lg-2:last-child {
        display: block;
    }
    footer .footer-links .col-lg-4 {
        text-align:left;
    }
    footer .footer-links ul {
        margin-top:0;
        padding-top:0px;
    }
    .tribe-community-event-info td select {
        padding:6px 5px 5px;
        width: auto;
    }
    .tribe-community-event-info .tribe-add-post , form .tribe-events-community-footer{
        margin-left:0;
    }
    .tribe-community-event-info td input[type="text"],.saved-linked-post .chosen-container-single,.tribe-community-event-info td input[type="text"],#saved_tribe_organizer_chosen ,#EventCountry_chosen,.chosen-container-single .chosen-single{
        width:200px !important;
    }
    .linked-post td small{
        display:none;
    }
    .tribe-community-event-info td select {
        margin-top:10px;
    }
    form .tribe-events-community-footer,.tribe-community-event-info tfoot {
        text-align:right !important;
    }
    #tribe-community-events .eventForm td {
        padding-right:0px;
    }
    #tribe-community-events  #event_datepickers .tribe-community-event-info td {
        vertical-align: top !important;
    }
    /*#tribe-community-events .eventForm td {
        vertical-align: top !important;
    }*/
    .login_page .button.button-primary, .register_page .form-reg .btn.btn-4.blue, .tribe-events-before-html .add_event, #tribe-events .tribe-events-button, .tribe-events-button, .tribe-events-community-footer .events-community-submit, #tribe-community-events .eventForm td .button, body.tribe_community_list #tribe-events .table-menu-wrapper a.button, #my-events .button, .tribe-community-event-info .tribe-add-post, #tribe-bar-form .tribe-bar-filters .tribe-bar-submit .tribe-events-button {
        padding:10px;
        font-size:12px;
        line-height: normal;
    }
    #tribe-community-events .eventForm td {
        padding-right:10px;
    }
    #tribe-community-events #event-categories ul:not(.tribe-categories-with-children) li {
        width:auto !important;
    }
    .tribe-community-event-info label, .tribe-community-event-info td {
        font-size:13px;
    }
    .header-bottom h1 {
        /*margin-top:40px;*/
    }
    .start-project .start-content {
        padding:20px 0;
    }
    .form-group .form-left,.form-group .form-right {
        width:100% !important;
        padding-bottom:10px;
    }
    .start-content .form-group,.next-btn {
        margin:0;
        text-align:left;
    }
    #wpneofrontenddata, #wpneo-registration {
         padding-top: 0;
    }
    #wpneo-tab-description.wpneo-tab-content, #wpneo-tab-description .tab-campaign-story-left , #wpneo-tab-description{
        padding:0;
    }
    .start-project .start-content {
        background:#fff;
    }
    .page-id-825 .wpneo-form h1 {
         font-size:26px;
    }
    .wpneo-form .wpneo-wallet-box {
        width:100%;
        margin:0 0 20px;
        font-size:20px;
        margin-bottom:2%;
    }
    .wpneo-wallet-box .wpneo-box-text {
        font-size: 20px;
    }
    .page-id-825 .wpneo-message-content {
        left: 0 !important;
        max-width: 100% !important;
    }
}
small {
   color:#606060 !important;
   font-weight: normal;
}
#new_sharing_buttons a.fa-envelope {
    color:#757575;
    font-size:16px !important;
}
.our_baker {
    padding-bottom:0;
}
.our_baker #ourbakers h3{
    border-top:1px solid #f0f0f0;
    /*margin-top:70px;*/
    padding-bottom:0;
    padding-top:30px;
    /*background: rgba(0, 0, 0, 0) url("images/btn-bg.png") repeat-x  top center;*/

    text-align: center;
}

#new_sharing_buttons a.fa-facebook {
    color:#255c95;
    font-size:16px !important;
}

#new_sharing_buttons a.fa-twitter {
    color:#00b4e0;
    font-size:16px !important;
}

#new_sharing_buttons a.fa-linkedin {
    color:#1c87bd;
    font-size:16px !important;
}

#new_sharing_buttons a span {
    color: #555;
    font-size: 14px;
    font-weight: 400;
     font-family: "Open Sans",sans-serif;
}
#new_sharing_buttons {
    margin-top: 12px;
    text-align: center;
}
#new_sharing_buttons h5 {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
#new_sharing_buttons a {
    margin-right:15px;
}
.sidebar-item .w-content fieldset label strong {
    font-weight: 400;
    font-size: 12px;
    color: #444;
}
.sidebar-item .w-content fieldset input.project_input {
    border: 1px solid #ececec;
    box-shadow: none;
    height: auto;
    padding: 10px;
    width:100%;
}
.page-id-825 .wpneo-form h1 {
    margin-bottom:30px;
}
.page-id-825 .wpneo-form .box-purple p ,.page-id-825 .wpneo-form .box-info p,.page-id-825 .wpneo-form .box-blue p,.page-id-825 .wpneo-form .box-green p,.page-id-825 .wpneo-form .box-natural p{
    color:#fff;
}
.page-id-825  .wpneo-message-content {
    font-size:16px;
}
.page-id-825  .wpneo-message-content {
    float: left;
    margin: 15px 0;
    width: 100%;
}
/*.header-bottom {
    background-repeat:no-repeat !important;
}*/
.page-id-825 .wpneo-message-content {
    max-width:360px;
    width:100%;
    height:auto;
    top:38%;
    left:38%;
}
.page-id-825 .message {
    display:inline-block;
    width:100%;
    font-size: 14px;
    margin: 10px 0;
}
.page-id-825 .wpneo-message-content input {
    width:100%;
    display:inline-block;
    margin-top:10px;
}
.page-id-825 .wpneo-message-content textarea {
    width:100%;
    display:inline-block;
}
.page-id-825 .wpneo-message-content .wpneo_withdraw_button {
    background-color: #337ab7;
    border: medium none;
    border-radius: 0.25em;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    padding: 5px 10px;
    text-transform: capitalize;
}
.page-id-825 .wpneo-message-content .wpneo_withdraw_button:hover {
    background-color:#2d8dbe;
    color:#fff;
}
.page-id-825 .wpneo-message-content .wpneo-message-close {
    padding:9px 10px;
    font-size:14px;
    bottom:26px;
}
#huge_it_gallery_container_moving_2 .element {
    float:left;
    width:20%;
    margin:0 0 0% 0%;
    border-radius:0;
}
#huge_it_gallery_container_moving_2 .elementnth-child(5){
    margin-right:0 !important;

}
#huge_it_gallery_content_2 {
    padding-top:0px;
    padding-bottom:20px
}
#huge_it_gallery_container_moving_2 .element_2 .image-block_2,#huge_it_gallery_container_moving_2 .element_2 .image-block_2 img {
        width:100% !important;
        max-width: 100% !important;
    }

@media only screen and (min-width:992px) {
    .slotholder .tp-bgimg.defaultimg{height:90% !important;}
}
@media only screen and (max-width:991px) {
    .slotholder .tp-bgimg.defaultimg{height:77% !important;}

}
@media only screen and (max-width:767px) {
    .slotholder .tp-bgimg.defaultimg{height:55% !important;}
    .main-slider .tp-banner ul  {padding:0;}
    #huge_it_gallery_container_moving_2 .element {
        width:100% !important;
        max-width:100%!important;
        margin:0 0 2% 0 !important;
    }


}
@media only screen and (max-width:540px) {
    .slotholder .tp-bgimg.defaultimg{height:47% !important;}
    .banner_title_bg{top:30%;}

}
@media only screen and (max-width:479px) {
    .slotholder .tp-bgimg.defaultimg{height:35% !important;}
    .banner_title_bg{top:20%;}
    .banner_title_bg .banner_title{font-size:12px;}

}
@media only screen and (max-width:360px) {
    .slotholder .tp-bgimg.defaultimg{height:32% !important;}


}

.footer-links ul.contact-info li:last-child {
    line-height:normal;
}
footer .footer-links ul.contact-info li i.fa-envelope-o {
    margin-top:8px;
}
.ig-testimonials .image{background:#3398cc; padding:10px;}
.ig-testimonials .image img{border-radius:0 !important; height: auto !important;
    width: 60%;}
.ig-testimonials.item.aa.slick-slide.slick-current.slick-active .text {
    padding-top: 30px;
}
.ig-testimonials.item.aa.slick-slide.slick-current.slick-active{
    border: 1px solid #efefef;
    height: 210px;
}

.home .popular-btn{background:none;}
#ourbakers .bx-wrapper .slide{border:none;}
#ourbakers .bx-wrapper .slide:hover{background:none; border:none;}
.header-bottom{background-size:cover !important;}
a.css-fbl div{height:20px; display: inline-block;}
.dropdown-login form a{display: inline-block !important; float:left;}

.dropdown-login form a.css-fbl{padding:12px 0px;width:100%; float:left; text-align:center;}
.dropdown-login{width: 350px;}
.start-project .detail_content input, .start-project .textarea.form-control{border: 1px solid #dbd9d9 !important;}

/***  24-4-17 ***/
.detail_content .select2-container .select2-choice{padding:8px 12px; line-height:1;}
.checkout h3{font-weight: 700; font-family: 'Open Sans', sans-serif; padding-bottom:15px;}
.woocommerce form .form-row label{margin-bottom:0;}
#order_review_heading{padding-top:30px;}
.leftcontent p, .fullcontent p, .detail_content p {line-height:1.5;}
#ship-to-different-address .checkbox{margin-top:0;}


/***  26-4-17 ***/
#tribe-events .tribe-events-before-html {
    display: none;
}
.add_event_btn .tribe-events-before-html {
    display: block !important;
}

.main-slider .tp-banner ul li img {
    width:100%;
}
#intor-section .whyartscause {
    margin:0 auto;
    width:100%;
    max-width:360px;
    background: #fff;
    /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);*/
    padding:15px 20px;
    border-radius:8px;
    border:1px solid #e2e3de;
    box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.25)
}
#intor-section .whyartscause  .section_whyartscause{
    border-bottom:1px dotted #cacaca;
    padding-bottom:0.75rem;
    margin-bottom:16px;
}
#intor-section .whyartscause p {
    margin-bottom:9px;
}
#intor-section .whyartscause .start_campaign {
    margin-top:15px;
    display: inline-block;
}
#tribe-events-content .tribe-events-ical.tribe-events-button {
    display:none;
}
.tribe-events-after-html .add_event {
    background:#3398cc;
    border: 1px solid transparent;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 10px 25px;
    text-transform: uppercase;
}
.tribe-events-after-html .add_event:hover{
    background:#2d8dbe;
    color: #fff;
}
#tribe-events .tribe-events-after-html {
    text-align:right;
    margin-top: -40px;
}/*
#intor-section .whyartscause .strt_cmpaign .start_campaign {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f7b231 0px, #de9440 100%) repeat scroll 0 0;
    border-bottom: 3px solid #c68f42;
    border-top-color: #f7b231;
    font-weight:bold;
    border-radius:4px;
    font-size:22px;
    padding: 12px 0.625rem;
    color:#fff;
    width:100%;
    text-transform:none;
}
#intor-section .whyartscause .strt_cmpaign .start_campaign:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8bb4a 0px, #e2a056 100%) repeat scroll 0 0;
    border-bottom-color: #c68f42;
}
*/
.element_2 .image-block_2 img {
    height: 150px !important;
}

#signup-sections .login_page .css-fbl {
      background-position: 5% center;
    border-bottom: 3px solid #2f4a82;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 35px;
    letter-spacing: -1px;
    margin: 36px auto 21px;
    padding-left: 60px;
    padding-top: 18px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 22, 104, 0.5);
}
#signup-sections .login_page .css-fbl {
    background: #3f5e9f url("images/btn-fb@2x.png") no-repeat scroll 0 0 / 60px 54px !important;
    border-bottom: 3px solid #2f4a82;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 55px;
    letter-spacing: -1px;
    margin: 36px auto 21px;
    padding-left: 60px;
    padding-top: 16px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 22, 104, 0.5);
    line-height:17px;
}
#signup-sections .login_page .css-fbl:hover {
    background-color: #4663a5;
}
#signup-sections .login_page .css-fbl:active {
    background-color: #324f91;
}
.modal-body #signup-sections.signup-sections .btn-email {
    background: #f5a409 url("images/btn-ico-email.png") no-repeat !important;
    border-bottom: 3px solid #e2960b;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 55px;
    letter-spacing: -1px;
    margin: 0 auto 21px;
    padding-left: 60px;
    padding-top: 16px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #8c4600;
    line-height:17px;
}
#signup-sections .btn-email:hover {
    background-color: #f5ad40;
}
#signup-sections .btn-email:active {
    background-color: #f29c17;
}

.element_2 .image-block_2 img:hover {
    cursor: default !important;
}

body.home .feature-section {
    padding: 0 0 20px 0 !important;
}
ul.popular-cat-widget li {
    background-size:0 12px;
}
.login_page .login-remember {
    margin-top:4px;
}
#wpneo_update_display_wrapper #wpneo_active_edit_form {
    margin-left:15px;
}
#wpneo_update_display_wrapper .wpneo-form {
    padding:0px 0 15px;
}
#wpneo_update_display_wrapper .wpneo-crowdfunding-dashboard-table {
    width:100%;
    margin-bottom:15px;
}
#wpneo_update_display_wrapper .wpneo-crowdfunding-dashboard-table td, .wpneo-crowdfunding-dashboard-table th {
    border:1px solid #dddddd;
    padding:5px 10px;
    border-top:0px;

}
#wpneo_update_display_wrapper .wpneo-crowdfunding-dashboard-table td:first-child, .wpneo-crowdfunding-dashboard-table th:first-child {
    border-left:0px;
}
#wpneo_update_display_wrapper .wpneo-crowdfunding-dashboard-table td:last-child, .wpneo-crowdfunding-dashboard-table th:last-child {
    border-left:0px;
    border-right:0px;
}
.sidebar-container > img.attachment-full.size-full.wp-post-image {
    display:none;
}

body.page-vendor_dashboard .detail_content .entry-content center p {
    display: none;
}

body.page-vendor_dashboard .detail_content .entry-content center p, body.page-vendor_dashboard .detail_content .entry-content hr {
    display: none !important;
}
h2.err_404 {
    font-size: 50px;
    font-weight: bold;
    padding: 30px 0 0 !important;
    text-align: center;
}
.error-404.not-found {
    padding: 0;
}
.search-submit {
    background: #3398cc none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50px;
    color: #fff;
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 6px 25px;
    text-transform: uppercase;
}
#msform fieldset {
    z-index: 200 !important;
}
#modelWindow {
    z-index: 999999 !important;
/* 	padding-top: 300px !important; */
}
.start-content form{
    z-index: 999!important;
}

/*----------------12-05-2017---------------------*/
#msform {
    text-align:left;
}
#msform fieldset, #rewards_data fieldset, #display_rewards fieldset,#campaign_submitted fieldset {
    margin:0px;
    width:100%;
    box-shadow:none;
    padding:0px;
    text-align:left;
    background:transparent;
}
#msform, #rewards_data , #display_rewards,#campaign_submitted{
    margin:0;
    width:100%;
    padding:0px;
    text-align:left;
    background:transparent;
}
.wpneo-fields .input-group {
    border:0px solid #ccc;
    border-radius: 0;
    background: #83d4fe;
}
.input-group-addon.dollorbgcolor {
    background:transparent;
    border:0;
    border-radius:0px;
}
#msform .wpneo-fields .input-group .currency-icon {
    color:#222 !important;
}
#msform .wpneo-fields .input-group .form-control {
    background: #83d4fe;
    border:0;
    border-radius:0px;
    line-height:160px;
    padding:0px;
    margin:0px;
    color:#222 !important;
    width: 95%;
    font-size:80px;
}
#msform .form-group lable {
    padding-bottom:8px;
    display: block;
    font-weight:normal;
}
#msform .wpneo-fields .input-group .form-control::-moz-placeholder {
    color:#222 !important;
    font-size:80px;
}
#msform  .form-group .project_title {
    position:relative;
}
#msform .form-group .project_title #counter {
    position: absolute;
    right: 0;
    width: auto;
    top: 45px;
    padding: 0;
    border: 0px;
    border-radius: 0px;
    background: transparent;
}
#msform .form-group .category .form-control.arrow-down {
    border-radius: 3px;
    padding:15px;
    /*-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: linear-gradient(60deg, transparent 50%, blue 50%), linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
background-repeat: no-repeat;*/
}
#msform .form-group .category .form-control.arrow-down::after {
    background: url('images/down-errow.jpg');
    width: 30px;
    height: 35px;
    position: absolute;
    right: 290px;
    display: block;
    content: "";
    top: 30px;
}
#msform fieldset {
    padding:0px;
    /*position:relative !important;
    top:0px;*/
}
#progressbar .form-group.project_description {
    margin-top:20px;
}
/*
#msform .action-button.next,#msform .action-button, #rewards_data #progressbar1 #save_reward,
#display_rewards .action-button,#signup-sections .login_page .use_email.btn-email,.go_back_edit_campaign.action-button,
.next.action-button ,#progressbar .preview {
    border-radius: 50px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-top: 0px;
    width: auto !important;
    background: #3398cc !important;
    color: #fff;
    font-size: 13px !important;
    border: 0px !important;
    padding:0px 45px 0px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    vertical-align: middle;
    cursor: pointer !important;
    width:auto !important;
    line-height:42px !important;
    display:inline-block;
}
#rewards_data #progressbar1 #save_reward:hover,#display_rewards .action-button:hover,
#signup-sections .login_page .use_email.btn-email:hover,.go_back_edit_campaign.action-button:hover,#progressbar .preview:hover{
    background: #2d8dbe !important;
    color: #fff !important;
    box-shadow:none !important;
    border:0px !important;
}*/
#confirm-email,
.page-id-918 #signup-sections .login_page .use_email.btn-email {
    background: #3398cc url("images/btn-ico-email.png") no-repeat !important;
    border-bottom: 3px solid #2b86b5 !important;
    border-radius: 5px !important;
    color: #fff;
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 20px !important;
    font-weight: 600;
    height: 55px;
    letter-spacing: -1px !important;
    line-height: 22px !important;
    margin: 0 auto !important;
    padding: 16px 10px 10px 60px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #106490 !important;
    text-transform: none !important;
    width: 347px !important;
    transition: all 0.3s ease-in 0s;
}
#confirm-email:active, #confirm-email:hover,
.page-id-918 #signup-sections .login_page .use_email.btn-email:active,
.page-id-918 #signup-sections .login_page .use_email.btn-email:hover {
    background-color: #2091cb !important;
}
#confirm-email {
    background-image: url("images/btn_check.png") !important;
    padding-top: 14px !important;
}
#msform  #preview,#rewards_data #progressbar1 #cancel {
    border-radius: 50px;
    margin-bottom: 0;
    margin-left:0px;
    margin-top:0px;
    width: auto;
    background: #3398cc;
    color: #fff;
    font-size:13px;
    border:0px;
    display: inline-block;
    padding: 13px 45px 12px;
    text-align:center;
    vertical-align:top;
    text-transform:uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    vertical-align: middle;
    cursor:pointer;
}
#msform  #preview:hover,#rewards_data #progressbar1 #cancel:hover{
    background: #2d8dbe !important;
    color: #fff;
    box-shadow:none;
    border:0px;
}
#rewards_data #progressbar1 #cancel {
    margin-left:15px;
}
#msform .offer_reward {
    padding-bottom:20px;
}

#msform .action-button:hover, #msform .action-button:focus {
    background: #2d8dbe !important;
    color: #fff;
    border:0px;
    box-shadow:none;
}
#msform .form-group.wpneo-single .wpneo-fields{
    text-align:center;
    margin:20px 0 0 0;
}
#msform .form-group lable {
    text-align:left;
}
.wpneo-image-upload0.float-right {
    background:#fff;
    border-radius:4px;
    padding:20px;
    border:1px solid #ccc;
    width: 150px;
    display:inline-block;
    float:none;
}
#tooltip_wrapper {
    position:absolute;
    top:96px;
    right:-200px;
    background:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    max-width:300px;
    /*display:block !important;*/
    width:100%;
    -webkit-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.50);
}
#tooltip_wrapper p {
    padding:20px 20px 0;
    float:left;
    font-size:13px;
}
.tooltip-header img{
    border-radius: 50%;
    float: right;
    position: absolute;
    bottom: -30px;
    right:10px;
    border: 1px solid #ffff;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.50);
}
.tooltip-header {
    background: #ddf3ff;
    font-size:16px;
    color:#333;
    border-bottom:1px solid #ccc;
    float:left;
    position:relative;
    margin-bottom:20px;
    border-radius:5px 5px 0 0;
    width:100%;
}
.tooltip-header  h3 {
    font-size: 12px;
    color: #333;
    float: left;
    width: 88%;
    padding: 20px;
    line-height:normal;
}
.tooltip_wrapper {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
}
.tooltip_wrapper:after, .tooltip_wrapper:before {
    right: 100%;
    top:30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip_wrapper:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width:15px;
    margin-top: -15px;
}
.tooltip_wrapper:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 16px;
    margin-top: -16px;
}
.tooltip_wrapper .tooltip_ul {
    padding:0 15px 0 15px;
}
.tooltip_wrapper .tooltip_ul li {
    color: #606060 !important;
    width: 100% !important;
    text-align: left;
    text-transform: none !important;
    font-size:12px !important;
    line-height:18px;
    margin-bottom:8px;
    font-weight:normal !important;
}
.tooltip_wrapper .tooltip_ul li{
    content:"\f00c";
    background:url(images/arrow-popup.png) no-repeat 0px 5px;
    padding-left:20px;
}
.tooltip_wrapper .tooltip_ul li::before {
    content:none !important;
}

#rewards_data #progressbar1 .text-right {
    text-align:left;
}
#msform fieldset small {
    margin-top: 5px;
    display: inline-block;
}
.campaign_checklist {
    margin:20px 0 10px;
    padding: 0 20px;
}
.campaign_checklist li{
    list-style:none;
    padding-bottom: 10px;
    background:  url("images/arrow-blue.png") no-repeat 0 5px;
    padding-left: 24px;
    color: #3398cc;
}
.project_description .wpneo-name {
    margin-bottom:8px;
}

.modal-body {
    padding: 0 !important;
}

#modelWindow .modal-header img{
    padding: 10px;
}
#modelWindow .modal-body .bbb-logo {
    clear: both;
    text-align: center;
    padding: 20px;
}

.fontawesome-select, .cus-category-icon {
    font-family: 'FontAwesome', 'Helvetica';
}
#msform .fontawesome-select {
    height: 50px;
}

.image-upload > input[type="file"] {
    display: none;
}
.image-upload img {
    /*width: 180px;*/
    cursor: pointer;
}
/* Custom ckeditor */
.custom_image-upload > input[type="file"] {
    display: none;
}
.custom_image-upload img
{
    /*width: 180px;*/
    cursor: pointer;
}
#msform img#ajax_loader {
    left: 50%;
    position: absolute;
    top: 40%;
}

#upload_form .image-upload,
#upload_form #upload_video_wrapper {
    width: 170px;
    display: inline-block;
    margin: 0 10px;
    font-weight:500;
    border-radius:5px;
    padding-bottom:15px;
}
#msform fieldset:first-child .next.action-button ,fieldset:first-child .custom_next.action-button{
   /* display: block !important;
    margin: 0 auto !important;
    text-align: center !important;*/
}
.tooltip_wrapper {
    left: 100%;
    position: absolute;
    z-index:100;
}

#upload_video_wrapper {
    margin-top:0 !important;
}
.wpneo-single #upload_form .image-upload img ,#upload_video_wrapper img {
/*  border:1px solid #dddddc;
*/  padding:20px 20px 15px;
    border-radius:4px;
    height:140px;
    background: #fff;
}
#msform .previous.action-button ,#msform .go_back_campaign_photo, #campaign_gmail_connect .go_back_edit_campaign ,#campaign_invitation_add_manually .go_back_edit_campaign, #campaign_submitted .go_back_edit_campaign ,#msform #prev_ckeditor,#msform #modal_video_previous,#msform #go_back_photo_upload,#back_to_uplod_image_section,#go_back_gmail_connect, #prev_ckeditor_video ,#back_to_are_you_sure, #modal_go_back_photo_upload{
    color:#8e8e8d !important;
    font-size: 16px !important;
    background: url(images/arrow-back.png) 0 8px no-repeat!important;
    border-radius:0 !important;
    padding: 0px 26px !important;
    font-weight: normal !important;
    position: absolute;
    left: 20px;
    top: 40px;
    margin: 0 !important;
    width: auto !important;
    border: 0px !important;
}
#msform .previous.action-button:hover,#msform .go_back_campaign_photo:hover,#campaign_gmail_connect .go_back_edit_campaign:hover,.go_back_edit_campaign:hover,#msform .go_back_edit_campaign:hover,#campaign_invitation_add_manually .go_back_edit_campaign:hover, #campaign_submitted .go_back_edit_campaign:hover ,#msform #prev_ckeditor:hover,#prev_ckeditor_video:hover,#msform #modal_video_previous:hover,#msform #go_back_photo_upload:hover,#back_to_uplod_image_section:hover,#msform #go_back_gmail_connect:hover,#back_to_are_you_sure:hover, #modal_go_back_photo_upload:hover{
    color:#999!important;
    opacity: 0.8;
    background:url(images/arrow-back.png) 0 8px no-repeat!important;
}
#msform .custom_previous.action-button {
    color:#8e8e8d !important;
    font-size: 16px !important;
    background: url(images/arrow-back.png) 0 8px no-repeat!important;
    border-radius:0 !important;
    padding: 0px 26px !important;
    font-weight: normal !important;
    position: absolute;
    left: 20px;
    top: 40px;
    margin: 0 !important;
    width: auto !important;
    border: 0px !important;
}
#msform .custom_previous.action-button:hover,{
    color:#999!important;
    opacity: 0.8;
    background:url(images/arrow-back.png) 0 8px no-repeat!important;
}
.back_btn {
  width: 100px !important;
  border: none !important;
}

#campaign_gmail_connect .action-button:hover, #msform .action-button:focus {
    box-shadow:none;
}
#msform #progressbar li::after {
    background:transparent!important;
}
#msform  .show_reward {
    cursor:pointer;
}
#msform .save_msg {
    color:#8dc740;
}
#gmail_cont,.friend_add {
    margin-top:20px;

}
#add_friends_manually {
    color: #333;
    cursor: pointer;
    text-decoration: underline;
}
#add_friends_manually:hover {
    text-decoration:none;
}
#fb_message_btn{
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #2c3e50;
    display: inline-block;
    font-family: montserrat;
    font-size: 13px;
    line-height: 31px !important;
    margin: 10px 0 0!important;
    padding: 0 10px!important;
    vertical-align: middle;
    width: auto!important;
}
#campaign_gmail_connect .form-head  {
    text-align:center;
}
#campaign_gmail_connect .form-head h2 {
    background:none;
    padding-right:0;
}
#campaign_gmail_connect .btn-foot {
    border-top:0px;
}

.modal-content .modal-header {
    border:0;
}

.modal-content {
    background-clip: padding-box;
    background-color: white;
/*     border: 8px solid rgba(51, 51, 51, 0.6); */
    border-radius: 6px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width:484px;
    z-index: 10001;
    box-shadow:none;
}

#preview_modal_popup .modal-content {max-width:100%;}

.modal-content .signup-sections .login_title {
    color: #333333;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    margin:0 0 36px;
    padding: 0;
    text-align: center;
}
.login_page .offers_content {
    display:  inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    padding-top: 5px !important;
}
.modal-backdrop {
    position: fixed;
}
.signup-sections .login_page .fees_terms {
    margin-bottom: 0 !important;
}
.signup-sections #pippin_registration_form label {
    text-align: left;
}
.login_page #loginform {text-align: left;}
.signup-sections .register_page {
    padding: 25px 0 0;
}
.signup-sections .register_page .form-reg {
    padding: 0;
}
.signup-sections .padded {
    padding: 0 40px;
}
.signup-sections .su_form {
    padding: 0 30px;
}
.register_page .login_title {
    margin-left:30px;
}
.su_form input {
    border:1px solid #ccc;
    border-radius: 5px;
}
.signup-sections .btn_foot{
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 0 !important;
    text-align: center;
}
.signup-sections .btn-signup {
    background: #3398cc url("images/btn_check.png") no-repeat 0 -3px / 60px 54px;
    border-bottom: 3px solid #2b86b5;
    border-radius: 5px !important;
    color: #fff;
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 20px !important;
    font-weight: 600;
    height: 55px !important;
    letter-spacing: -1px !important;
    line-height: 22px !important;
     margin: 10px auto !important;
    padding: 10px 10px 10px 60px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #106490;
    text-transform: none !important;
    width: 347px !important;
    transition: all 0.3s ease-in 0s;
}
.signup-sections .btn-signup:hover {
    background-color: #2091cb !important;
}

.wpneo-fields .name-break {
    text-transform: capitalize;
}
.form-head {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}
.form-head h2 {
    background: #fff  url("images/arw-gray.png") no-repeat right center;
    font-size: 30px;
    display: inline-block;
    margin-right: 20px;
    line-height: 35px;
    padding-right: 70px;
    font-weight: normal;
    color: #000;
    margin: 0;
}
#campaign_submitted .form-head h2 {
    color:#3398cc;
}
.btn-blue,
#msform .action-button.btn-blue,#gmail_connect_btn, #modal_reward_level_popup .lb1 .lb2 .closelb,#modal_reward_popup_form .lb1 .lb2 .form-submit, #modal_next_with_attachment.next.action-button,#modal_next_with_attachment.custom_next.action-button{
    background: #3398cc !important;
    border:none !important;
    border-bottom: 3px solid #2b86b5 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-family: montserrat,sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    height: 56px !important;
    margin: 10px auto !important;
    min-width: 55px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 15px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #106490 !important;
    width: 100% !important;
    max-width: 250px !important;
    text-transform: none !important;
}
 #edit_modal_reward .lb1 .lb2 .closelb{
    background: #3398cc !important;
    border:none !important;
    border-bottom: 3px solid #2b86b5 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-family: montserrat,sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    height: 56px !important;
    margin: 10px auto !important;
    min-width: 55px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 15px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #106490 !important;
    width: 100% !important;
    max-width: 250px !important;
    text-transform: none !important;
    max-width: 330px !important;

}
#msform .action-button.btn-blue.btn-big, #gmail_connect_btn , #modal_reward_level_popup .lb1 .lb2 .closelb,#edit_modal_reward .lb1 .lb2 .closelb,#modal_reward_popup_form .lb1 .lb2 .form-submit{
    max-width: 330px !important;
}
.btn-blue:hover,
#msform .action-button.btn-blue:hover, #gmail_connect_btn:hover, #modal_reward_level_popup .lb1 .lb2 .closelb:hover, #edit_modal_reward .lb1 .lb2 .closelb:hover,#modal_reward_popup_form .lb1 .lb2 .form-submit:hover, #modal_next_with_attachment.next.action-button:hover , #modal_next_with_attachment.custom_next.action-button:hover{
    background-color: #2091cb !important;
}
 #modal_reward_level_popup  .css-checkbox, #edit_modal_reward  .css-checkbox {
    float: left;
}
#modal_reward_level_popup .lb1 .lb2 .closelb,#modal_reward_popup_form .lb1 .lb2 .form-submit,#edit_modal_reward .lb1 .lb2 .closelb {
    margin-bottom:20px !important;
    padding:12px 30px !important;
    margin-top:0 !important;
}
,#modal_reward_popup_form .lb1 .lb2 .form-submit {
    margin-top:0px !important;
}
 #modal_reward_level_popup label.css-label, #edit_modal_reward label.css-label{
    float: left;
    width: 90%;
    padding-left: 10px;
    font-weight: normal;
    color: rgb(153, 153, 153);
    font-size: 11px
}
#modal_reward_level_popup .mb30, #edit_modal_reward .mb30  {
    margin:30px 0 10px;
    display:inline-block;
}
.options .media-body, .options .media-left, .options .media-right {
    float:left;
    width:auto;
}
.space-20 {
    padding: 0 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
#upload_form label{
    background: #fff;
}
.btn-foot{
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    min-height: 100px;
}
#msform #video_link_box {
 margin-bottom: 0;
}
#uploding_image_process, #modal_image_uploaded{
    background: #eeeeee;
    text-align: center;
        min-height: 290px;
}
#modal_images_wrap_preview,
#images_wrap_preview {
    float: left;
    max-width: 400px;
    height: 250px;
    margin: 20px 20px 20px 22%;
    overflow: hidden;
}
#modal_images_wrap_preview {
    margin: 20px 20px 20px 16%;
}
.modal_img-uploaded,
.img-uploaded, .img-lib-uploaded {
    background-color: #eee;
    width: 100%;
    text-align: center;
    min-height:290px;
}
.img-uploaded #images_wrap_preview ,.img-lib-uploaded #images_wrap_preview{
    border: 1px solid #ccc;
}


.modal_img-uploaded .buttons,
.img-uploaded .buttons , .img-lib-uploaded .buttons {
    float: right;
    margin: 20px 20px 0 0;
    width: 120px;
}
.modal_img-uploaded .buttons button,
.img-uploaded .buttons button , .img-lib-uploaded .buttons button {
    background: none;
    border:none;
    color: #999;
    font-size: 15px;
    float: left;
    margin-bottom: 5px;
}
.modal_img-uploaded .buttons button:hover,
.img-uploaded .buttons button:hover ,.img-lib-uploaded .buttons button:hover {
    color: #3398cc;
}
.texteditor-wrap {
    padding: 20px;
}
#msform .btn.btn-4.blue.wpneo-submit-campaign {
    position: absolute;
    background:#ddf3ff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    right: 36px;
    top: 101px;
    width: auto;
    z-index: 1;
    color: #2e627c;
    letter-spacing: 0;
    font-weight: 600;
}
.preview-campaign:hover,
#msform .btn.btn-4.blue.wpneo-submit-campaign:hover,#msform .btn.btn-4.blue.wpneo-submit-campaign:focus {
    background: #ddf3ff !important;
    color: #3d8eb7;
}
.preview-campaign {
    position: absolute;
    background:#ddf3ff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    right: 97px;
    top: 102px;
    width: auto;
    z-index: 1;
    color: #2e627c;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.mce-edit-area > iframe {
    min-height: 400px;
}
.save_msg {
    font-size: 13px;
    left: 20px;
    position: absolute;
    top: 75px;
    z-index: 1;
    margin: 0 !important;
}
/* texteditor */
.texteditor-wrap .mce-panel.mce-tinymce {
    border-color: rgba(0,0,0,0.1);
    border-radius: 5px;
}
.texteditor-wrap .mce-stack-layout-item.mce-first {
    background: #ddf3ff;
    padding: 0 5px;
    border-radius: 5px 5px 0 0;
}
.texteditor-wrap .mce-btn {
    background: transparent;
    border: none;
}
.texteditor-wrap .mce-btn button {
    font-size: 14px;
    color: #2e627c;
    margin-bottom: 1px;
}
.mce-btn button .mce-i-bold:before {
    content: "BOLD";
    vertical-align: text-bottom;
}
.mce-btn button .mce-i-link:before {
    content: "LINK";
    vertical-align: text-top;
}
.mce-btn button .mce-txt {
    font-weight: 600;
    vertical-align: text-bottom;
}
.mce-ico.mce-i-link,
.mce-ico.mce-i-bold {
    width: auto;
    font-size: 14px;
    color: #2e627c;
    font-weight: 600;
}
.mce-btn-group:not(:first-child) {
    border:none;
}
#mceu_11, #mceu_12{
    float: right;
}
.mce-stack-layout-item.mce-last {
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.texteditor-wrap .mce-btn button:hover .mce-i-bold:before,
.texteditor-wrap .mce-btn button:hover .mce-i-link:before,
.texteditor-wrap .mce-btn button:hover{
    color: #3d8eb7;
}
#image_popup .modal-dialog {
    max-width: 800px;
    width: 100%;
}
#image_popup .modal-dialog .modal-content {
    max-width: 684px;
}
.custom_add_photo_section {
    background: #eee;
}
.custom_add_photo_section .form-group {
    padding-bottom: 0 !important;
}
#modal_upload_form {
    padding-bottom: 20px;
}
#modal_upload_video_wrapper,
.custom_add_photo_section .custom_image-upload {
    display: inline-block;
    margin: 0 10px 20px;
    width: 150px;
}
#modal_upload_video_wrapper img,
.custom_add_photo_section .custom_image-upload img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddc;
    border-radius: 4px;
    height: 140px;
    padding: 20px;
}

#preview_modal_popup .modal-dialog {
    width: 100%;
    max-width: 1100px;
}
#preview_modal_popup .modal-dialog .modal-content {
    max-width: 1050px;
}
#preview_modal_popup .close {
    color: #606061;
    top:0;
    right: 0;
}
/* Category SELECT */
.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font-family: montserrat;
    font-size: 13px;
    color:black;
    border:1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    color: #2c3e50;
    height: 50px;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:white;
    padding:10px;
    border-radius: 3px;
    line-height:30px;
}
.styledSelect img {
    margin-right:10px;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border: 6px solid transparent;
    border-color:#666 transparent transparent transparent;
    position:absolute;
    top: 21px;
    right: 12px;
}
.styledSelect:active, .styledSelect.active {
    background-color:#fff;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #cccccc;
    background-color:white;
    border-radius:0 0 4px 4px;
}
#progressbar .options li {
    padding: 0 6px;
    font-size: 13px;
    margin:0 5px;
    padding:10px 10px;
  float: left;
  width: 48.5%;
  color: #333;
  text-transform: none;
}
#progressbar .options li:before {
    display: none;
}
.options li {
    border:1px solid #fff;
    font-weight:normal;
    color:#999;
}
#progressbar .options li {
    color:#999;
    font-weight:normal;
}
#progressbar .media-left img {
    opacity:0.8;
}
.options li:hover {
    background-color:#cfeefe;
    color:white;
    border:1px solid #bde6fc;
    font-weight:normal;
}
.styledSelect {
    color:#999;
}
.styledSelect img {
    opacity:0.8;
}

/*--------PREVIEW POPUP CSS---------*/
#preview_modal_body iframe{
 width: 100%;
}
.atchmedia-video{
height: 200px;
    width: 270px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}
#loadded_video {
    height: 200px;
    width: 270px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    overflow: hidden;
}
#loadded_video img {
    border-radius: 5px;
    width: 100%;
}
.playbtn{
    background: url("images/play-icon.png") no-repeat;
    bottom: 10px;
    height: 48px;
    position: absolute;
    right: 10px;
    width: 48px;
}
.new_playbtn{
    bottom: 10px;
    height: 48px;
    position: absolute;
    right: 10px;
    width: 48px;
}

.confirm_modal_page {
    background-color: #eeeeee;
    border-top: 1px solid #dddddd;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 0;
}
.confirm-email-box {
    padding: 20px 15% 10px;
}
.confirm-email-box .error {
    color:red;
}
.confirm-email-box p {
    margin: 0 0 5px;
}
.confirm-email-box input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.gmail_content {
    padding: 20px 30px;
    text-align: left;
    background:#fff;
}
.find-friends {
    background: #ddf3ff;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#campaign_gmail_connect .skip-btn, #move_fb_message {
    background: transparent;
    position: absolute;
    right: 20px;
    top:40px;
    border:none;
    color: #8e8e8d;
    font-size: 16px;
    border-radius: 0;
    line-height: 21px !important;
    margin: 0 !important;
    padding: 0 !important;
    width:auto !important;
}
#campaign_gmail_connect .skip-btn:hover,
#campaign_gmail_connect .skip-btn:focus{
    color: #3398cc;
}
/*------REWARD SECTION CSS----*/
#modal_reward_popup_form .one.arw{
    background: url(images/arw-gray.png) no-repeat right bottom 28px;
    display: inline-block;
    margin-right: 0px;
    padding-right: 70px;
}
#modal_reward_popup_form .one, #modal_reward_level_popup .one{
    font-size: 36px;
    line-height: 38px;
    padding: 25px 30px;
}
#edit_modal_reward .one{
        font-size: 30px;

}
#modal_reward_popup_form .close, #modal_reward_level_popup .close,, #edit_modal_reward .close{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(images/alertsprite.png) no-repeat;
    background-position: -10px -112px;
    box-shadow:none !important;
}
#modal_reward_popup_form .amountboxnw {
    background: #83d4fe;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#modal_reward_popup_form .amountboxnw .dollarsign-static {
    height: 125px;
    width: 88px;
    line-height: 110px;
    padding: 5px 10px 0 20px;
}

#modal_reward_popup_form .amount {
    background: transparent;
    line-height: 156px !important;
    width: 75% !important;
    font-size: 100px !important;
    color: #222;
    border: 0 !important;
    font-family: Montserrat, sans-serif;
    padding: 0 !important;
    float: left;
    letter-spacing: -5px;
    text-align: right;
    outline: none;
    border-radius: 0!important;
    margin: 0 !important;
    height: 156px;
    -webkit-appearance: none;
}


#modal_reward_popup_form .dollarsign {
    float: left;
    color: #5F7E19;
    font-family: Montserrat, sans-serif;
    margin-top: 19px;
    padding-left: 15px;
    position: relative;
    width: 90px;
}
#modal_reward_popup_form .currency-icon {
    font-size: 100px;
    color: #222;
    line-height: 110px;
}
#modal_reward_popup_form .amountboxnw input.nc[type=text] {
    width: 470px;
    height: 156px;
    text-align: left;
}
#modal_reward_popup_form .lbn input.amount[type=text] {
    line-height: 100% !important;
}
#modal_reward_popup_form .clear {
    clear: both;
}
#modal_reward_popup_form .lightbox-contain .two {
    font-size: 17px;
    line-height: 1.4;
}
#modal_reward_popup_form .two--bar {
    border-top: none;
    padding: 20px 30px;
    text-align: left;
    border-bottom:1px solid #ccc;
    color:#666;
}
#modal_reward_popup_form .three {
    min-height: 84px;
    padding: 30px 30px 0;
    position: relative;
}
#modal_reward_popup_form .fr {
    float: right;
}
#modal_reward_popup_form input[type=checkbox].css-checkbox {
   /* display: none;*/
}
#modal_reward_popup_form textarea, #modal_reward_popup_form input, #modal_reward_popup_form .category-label {
    outline: none;
    font-family: Lato, sans-serif;
}
#modal_reward_popup_form input[type=checkbox].css-checkbox + label.css-label {
   /* padding-left: 19px;
    height: 14px;
    display: inline-block;
    line-height: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 0;*/
}
#modal_reward_popup_form label.css-label {
   /* background-image: url(images/checkboxes.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}
#modal_reward_popup_form .lbl{
    font-size: 16px;
    font-weight:normal;
    color:#606060;
}
#modal_reward_popup_form label.css-label {
    font-size:12px;
    color:#606060;
    font-weight:normal;
}

#modal_reward_popup_form .mb10 {
    margin-bottom: 10px !important;
}
#edit_modal_reward .mb10 {
    margin-bottom: 10px !important;
}
#modal_reward_popup_form #DonationTiers_name, #modal_reward_popup_form .lbn input[type=password], #modal_reward_popup_form .lbn input[type=email] {
    height: 28px;
}
#edit_modal_reward #DonationTiers_name, #edit_modal_reward .lbn input[type=password], #edit_modal_reward .lbn input[type=email] {
    height: 28px;
}
#modal_reward_popup_form .lbn input[type=text], #modal_reward_popup_form .lbn input[type=password], #modal_reward_popup_form .lbn input[type=email], #modal_reward_popup_form .lbn textarea {
    font-size: 20px;
    padding: 10px 12px;
    /* font-weight: 300; */
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
}
#edit_modal_reward .lbn input[type=text], #edit_modal_reward .lbn input[type=password], #edit_modal_reward .lbn input[type=email], #edit_modal_reward .lbn textarea {
    font-size: 20px;
    padding: 10px 12px;
    /* font-weight: 300; */
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
}
#modal_reward_popup_form .of , #edit_modal_reward .of {
    width: 100%;
}
#modal_reward_popup_form .countdown , #edit_modal_reward .countdown{
    position: relative;
    top: -36px;
    left: 497px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    color: #999;
    width: 34px;
}
#modal_reward_popup_form .mb30,#edit_modal_reward .mb30  {
    margin-bottom: 30px !important;
}
#modal_reward_popup_form .lightbox-contain .fd , #edit_modal_reward .lightbox-contain .fd{
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    padding: 12px;
}
#modal_reward_popup_form #DonationTiers_description, #edit_modal_reward #DonationTiers_description{
    width: 220px;
    height: 133px;
}
#modal_reward_popup_form .ml20 ,#edit_modal_reward .ml20{
    margin-left: 20px;
}
#modal_reward_popup_form .reward, #modal_reward_level_popup .reward,#edit_modal_reward .reward{
    width: 166px;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #E3E3E3;
    border-radius: 5px;
    margin-left: 20px;
    word-wrap: break-word;
}
#modal_reward_popup_form .character-counter ,#edit_modal_reward .character-counter{
    border: 1px solid #e8e8e8 ;
    border-radius: 5px;
    padding: 10px;
}
#modal_reward_popup_form .reward .title, #modal_reward_level_popup .reward .title, #edit_modal_reward .reward .title{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    background: #83d4fe;
    border-radius: 7px;
    padding: 5px 0;
    color: #333;
    display: block;
}
#modal_reward_popup_form .reward .rewardamount, #modal_reward_level_popup .reward .rewardamount,#edit_modal_reward .reward .rewardamount{
    font-size: 40px;
    font-family: montserrat, sans-serif;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    display: block;
    letter-spacing: -1px;
}
#modal_reward_popup_form .green, #modal_reward_level_popup .green, #edit_modal_reward .green{
    color: #3398cc !important;
}
#modal_reward_popup_form .reward .description, #modal_reward_level_popup .reward .description, #edit_modal_reward .reward .description{
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    display: block;
}
#modal_reward_popup_form .rwnm ,#edit_modal_reward .rwnm{
    text-align: center;
    color: #999;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 12px;
}
#modal_reward_popup_form .three, #modal_reward_level_popup .three, #edit_modal_reward .three{
    min-height: 100px;
    padding: 30px 30px 0;
    position: relative;
}
#modal_reward_popup_form .no-border, #modal_reward_level_popup .no-border, #edit_modal_reward .no-border{
    border: none !important;
}
#modal_reward_popup_form .lb1, #modal_reward_level_popup .lb1, #edit_modal_reward .lb1{
    left: 50%;
}
#modal_reward_popup_form .lb2, #modal_reward_level_popup .lb2, #edit_modal_reward .lb2{
    left: -50%;
}
#modal_reward_popup_form .lb1, #modal_reward_popup_form .lb2, #modal_reward_level_popup .lb1, #modal_reward_level_popup .lb2 , #edit_modal_reward .lb2{
    float: left;
    position: relative;
}
#modal_reward_popup_form .lightbox-contain .btn, #modal_reward_popup_form .lightbox-contain .btn, #edit_modal_reward .lightbox-contain .btn{
    float: left;
    padding-bottom: 0;
}
#modal_reward_popup_form .three a, #edit_modal_reward .three a, {
    color: #333;
}
#modal_reward_popup_form #DonationTiers_name , #edit_modal_reward #DonationTiers_name{
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #2c3e50;
    font-family: montserrat;
    font-size: 13px;
    margin-bottom:30px;
    padding: 10px 15px;
    width: 100%;
    height:auto;
}

#modal_reward_popup_form #DonationTiers_quantity , #edit_modal_reward #DonationTiers_quantity {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #2c3e50;
    font-family: montserrat;
    font-size: 13px;
    margin-bottom:0px;
    padding: 10px 15px;
    width: 100%;
    height:auto;
}

/*#modal_reward_popup_form .btn, .mce-floatpanel .mce-btn.mce-primary button {
    background: #F5A409;
    border-radius: 5px;
    border-bottom: 3px solid #E2960B;
    color: #fff !important;
    float: left;
    font-family: montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 58px;
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    text-shadow: 1px 1px 1px #8C4600 !important;
    text-decoration: none !important;
    min-width: 55px;
}*/
#modal_reward_popup_form .rtlnk, a.rtlnk, #edit_modal_reward .rtlnk {
    position: absolute;
    right: 30px;
    font-family: Montserrat, sans-serif;
    color: #999 !important;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
    top: 50px;
    z-index: 0;
    font-weight:600;
}
#modal_reward_popup_form #counter , #edit_modal_reward #counter {
    position: absolute;
    right:27px;
    width: auto;
    top: 75px;
    padding: 0;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    color:#2c3e50;
}

#modal_reward_level_popup .sbcrw ,  #edit_modal_reward .sbcrw{
    padding: 20px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#modal_reward_level_popup .sbcrw a , #edit_modal_reward .sbcrw a {
    height: 16px;
    display: inline-block;
    font-family: montserrat, sans-serif;
    color: #999;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
}
#modal_reward_level_popup .adrw , #edit_modal_reward .adrw {
    background-position: -10px -34px !important;
}
#modal_reward_level_popup .adrw, #modal_reward_level_popup .shrw, #modal_reward_level_popup .hdrw ,#edit_modal_reward .adrw,#edit_modal_reward .shrw,#edit_modal_reward .hdrw {
    background: url(images/rwsprite.png) top left no-repeat;
    height: 14px;
    padding-left: 18px;
}
#modal_reward_level_popup .hdrw ,  #edit_modal_reward .hdrw{
    height: 13px;
    background-position: -10px -58px;
}
#modal_reward_level_popup .rewardbx .reward ,#edit_modal_reward .rewardbx .reward{
    float: left;
}
#modal_reward_level_popup .ml30 , #edit_modal_reward .ml30{
    margin-left: 30px !important;
}
#modal_reward_level_popup .reward hr, #modal_reward_level_popup .wishlist hr , #edit_modal_reward .reward hr,#edit_modal_reward .wishlist hr {
    border: 0;
    height: 0;
    border-top: 1px solid #ccc;
    display: block;
    margin-bottom: 10px;
}
#modal_reward_level_popup .fl, #edit_modal_reward .fl{
    float: left;
}
#modal_reward_level_popup .rwsprite.p , #edit_modal_reward .rwsprite.p {
    width: 14px;
    height: 14px;
    background-position: -10px -10px;
}
#modal_reward_level_popup .rwsprite , #edit_modal_reward .rwsprite{
    display: inline-block;
    background: url(images/rwsprite.png) top left no-repeat;
}
#modal_reward_level_popup .rwsprite.x, #edit_modal_reward .rwsprite.x  {
    margin-left: 5px;
    width: 13px;
    height: 13px;
    background-position: -10px -58px;
}
#modal_reward_level_popup .fr ,#edit_modal_reward .fr {
    float: right;
}
#modal_reward_level_popup .fr.hideleft .rwsprite.l , #edit_modal_reward .fr.hideleft .rwsprite.l{
    display: none;
}
#modal_reward_level_popup .rwsprite.l , #edit_modal_reward .rwsprite.l{
    width: 16px;
    height: 12px;
    background-position: -10px -103px;
}
#modal_reward_level_popup .fr.hideleft .rwsprite.r ,#edit_modal_reward .fr.hideleft .rwsprite.r{
    margin-top: 3px;
}
#modal_reward_level_popup .rwsprite.r , #edit_modal_reward .rwsprite.r {
    margin-left: 5px;
    width: 16px;
    height: 12px;
    background-position: -10px -81px;
}
.clear {
    clear: both;
}
.north {
    width:100%;
}

.loaderdiv,.loaderspan,.loaderdiv_signup {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.loaderspan,.loaderspan {
    border: 1px solid #ccc;
    border-radius: 2px;
    display: block;
    padding: 4px;
    background:#fff;
}

#campaign_gmail_connect #gmail_cont #gmail_connect_btn {
    padding:0 30px;
    font-weight: 600 !important;
    display: inline-block;
    margin: -9px 0 0 !important;
    padding:13px 30px !important;
    vertical-align: middle;
}

/*-------------Add Your Facebook Photo------------------*/

.share_box_section_common .one.fbblue {
    color: #395799;
    text-align: center;
    background: #fff;
}
.share_box_section_common .one{
    font-size: 36px;
    line-height: 38px;
    padding: 25px 30px;
}

.share_box_section_common  .two--fbblue{
    background-color: #EDF0F5;
}
.share_box_section_common .two {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 18px;
    padding: 30px;
    text-align: center;
    color: #333;
    font-weight: 300;
}
.share_box_section_common .fbusp{
    margin: 8px auto 20px;
    width: 126px;
    height: 126px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: url(images/misfb.png) no-repeat 0 0;
}
.share_box_section_common .mb10 {
    margin-bottom: 10px !important;
}
.share_box_section_common .three{
    min-height: 84px;
    padding: 30px 30px 30px;
    position: relative;
    background: #fff;
}
.lb1 .lb2 #final_next {
    margin-top: 0 !important;
}
.lb1 .lb2 #loader_msg {
    margin-bottom: 0 !important;
}
.share_box_section_common .rtlnk,.share_box_section_common a.rtlnk, .share_box_section_common .ltlnk, a.goback, .share_box_section_common .ltlnk, a.goback, .share_box_section_common .mce-floatpanel .mce-btn.mce-last button, .share_box_section_common .mce-floatpanel .mce-btn.mce-last button {
    position: absolute;
    right: 30px;
    font-family: Montserrat, sans-serif;
    color: #8e8e8d !important;
    font-size:14px;
    line-height:16px;
    text-transform: uppercase;
    text-decoration: none !important;
    top: 55px;
    z-index: 0;
    font-weight:normal;
}
.share_box_section_common .fbpost, .share_box_section_common .fbshare, .share_box_section_common .fbadd, .share_box_section_common .fbadd--lg, .share_box_section_common .twpost, .share_box_section_common .fbcontinue {
    background:url(images/share_btns_sp.png) no-repeat 0 -1px #3A589B;
    border-bottom:2px solid #29427c;
    border-radius:4px;
    color:#fff !important;
    min-width:320px !important;
    display: block;
    font:600 19px montserrat;
    height:56px;
    letter-spacing:-.5px;
    padding:15px 10px 0px 70px;
    text-shadow:1px 1px 1px #29427c;
    text-decoration:none!important;
    text-align:center;
}
.share_box_section_common .fbpost:hover, .share_box_section_common .fbshare:hover, .share_box_section_common .fbadd:hover,
.share_box_section_common .fbadd--lg:hover, .share_box_section_common .fbcontinue:hover,
.share_box_section_common .btn--fbblue:hover {
    background-color: #4462A5;
}
.share_box_section_common .btn--fbblue {
    background: #3A589B;
    border-bottom:2px solid #29427c;
    border-radius:4px;
    color:#fff !important;
    min-width:320px !important;
    display: block;
    font:600 19px montserrat;
    height:56px;
    letter-spacing:-.5px;
    padding:15px 10px 0px;
    text-shadow:1px 1px 1px #29427c;
    text-decoration:none!important;
    text-align:center;
    margin-bottom: 30px;
}

.share_box_section_common .lb1, .share_box_section_common .lb2 {
    float: left;
    position: relative;
}
.lb1, .lb2 {
    float: left;
    position: relative;
}

.share_box_section_common .lb1  {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.share_box_section_common.lb2 {
    left: -50%;
}
.share_box_section_common  a.goback, .share_box_section_common .ltlnk{
    left: 30px;
    right: auto;
}
.share_box_section_common a.goback{
    background: url(images/arrow-back.png) no-repeat 0 center;
    padding-left: 22px;
    color:#8e8e8d;
    font-size: 14px;
    border-radius:0 !important;
    padding: 0px 26px !important;
    font-weight: normal !important;
    text-transform: uppercase;
    border:0px !important;
}

.share_box_section_common .line {
    text-align: center;
    padding: 20px 20px 0;
    font-size: 14px;
    line-height: 18px;
    color: #666;
}
.share_box_section_common .dyk-b {
    font-weight: 400;
}
.share_box_section_common .dyk {
    font-size: 20px;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.share_box_section_common .dykitem {
    display: block;
    margin-left: 30px;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
    padding: 0 25px 0 45px;
    color: #666;
    background: url(images/arrow-blue.png) no-repeat 10px 5px;
}
.share_box_section_common  .mb30 {
    margin-bottom: 30px !important;
}

.share_box_section_common .no-hpadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fb-share-coaching .share-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    padding: 7px;
    width: 350px;
}

.fb-share-coaching .post-share-img {
    display: block;
    width: 100%;
}

.fb-share-coaching .post-share-title {
    color: #999;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    width: 240px;
    margin: 10px 0 5px;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align:middle;
}

.fb-share-coaching .post-share-icons {
    background: url(images/like-comment-sp.png) no-repeat;
    display: inline-block;
    margin-top: 11px;
    height: 14px;
    width: 45px;
    vertical-align:middle;
}
.share_box_section_common .two.fb-daily #img_fb_daily{
    margin-bottom: 30px;
}
.fbblue {
    color: #3A589B;
}
/*-------END------Add Your Facebook Photo------------------*/

/* ----- Twitter Login ------ */
.one.twblue {
    color: #0084B3;
    text-align: center;
    background: #fff;
}
.two--twblue {
    background-color: #E5F2FE;
}
.fbatch {
    position: relative;
    display: block;
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.fbatch img {
    width: 300px;
    border-radius: 5px;
}
.breakword {
    word-wrap: break-word;
}
.fbtwo {
    font-size: 14px;
    line-height: 18px;
    color: #666;
}
.fbone {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}
.twbutton {
    background: #88BEE1 url(images/btn-tw-icon.png) no-repeat 0 0;
    border-bottom: 2px solid #81AFD2;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    font: 600 19px montserrat;
    height: 56px;
    letter-spacing: -.5px;
    padding: 15px 10px 0px 70px;
    text-shadow: 1px 1px 1px #5C88AA;
    text-decoration: none!important;
    text-align: center;
    min-width: 270px;
}
.twbutton:hover {
    background-color: #92C8EB;
}
.bgwhite {
    background: #fff;
}
.one.arw{
    background: url(images/arw-gray.png);
    background-position: right  bottom 28px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 30px;
    padding-right: 70px;
}

.clnk {
    height: 124px;
    width: 100%;
    background: #e5f2fe;
    color: #3398cc;
    font-size: 24px;
    padding: 25px 30px;
    border-bottom: 0;
    cursor: text;
    vertical-align: middle;
    border-top:1px solid #ddd;
}
.copy_link {
    background: #ffffff;
    border-radius: 6px !important;
    border: solid 1px #ddd !important;
    color: #666;
    cursor: text;
    display: block;
    width: 100%;
    font-family: 'Lato', Lato, Arial, sans-serif;
    font-size: 20px !important;
    font-weight: lighter !important;
    padding: 15px 20px !important;
    height: 75px !important;
}
.sbc {
    color: #666;
    padding: 20px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.btn-blue.btn-big {
    min-width: 250px !important;
}
.cntlnk {
    text-align: center;
    display: block;
    font-family: Montserrat, sans-serif;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    clear: both;
    padding-bottom: 10px;
}
.entmes{
    padding: 20px 30px;
}
.btn-footer .previous, .btn-footer .skip-btn,
.invite-contact .previous,
.invite-contact .skip-btn{
    background-color: transparent;
    color: #8e8e8d;
    border:none;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    position: absolute;
    right: 30px;
    text-decoration: none;
    text-transform: uppercase;
    top: 49px;
    z-index: 0;
    padding: 0;
}
.btn-footer .previous,
.invite-contact .previous{
    background: url("images/arrow-back.png") no-repeat 0 center;
    border-radius: 0;
    padding: 0 26px;
    text-transform: uppercase;
    left: 30px;
}

.reward-error-msg{
    font-size: 12px;
    color: red;
}
.reward-success-msg{
    font-size: 12px;
    color: green;
}

/* ----- End Twitter Login ------ */
/*---alertf---30-5-2017----------------*/
.alertf,
.alertsh, .alertshnew {
     margin: 0 auto 40px;
    position:relative;
    font-family: Lato, sans-serif;
    font-size:18px;
    font-weight:300;
    padding: 15px 35px 15px 15px;
    border-radius: 8px;
    background: #fff;
    border: 2px solid #ddd;
    overflow:hidden;
    width:100%;
}
.alertshnew {
    width: 100%;
}
.alert a {
    color:#5F7E19;
    text-decoration:none;
}
.alert a:hover { text-decoration: underline; }
.alert a.fb { color:#00719E !important; }
.alert a.plain-text-link {
    color: #333;
    text-decoration: none;
}
.close {
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    top:10px;
    right:10px;
    background:url(images/alertsprite.png) no-repeat;
    background-position:-10px -112px;
    box-shadow:none !important;
}
.close:hover {
    background:url(images/alertsprite.png) no-repeat;
    background-position:-10px -112px;}

.alerticon {
    background: url(images/alertsprite.png) no-repeat;
    float: left;
    height: 24px;
    width: 24px;
}

.alerticon.excl { background-position:-10px -10px; }
.alerticon.coin { background-position:-10px -44px; }
.alerticon.fb { background-position:-10px -78px; }
.alerticon.grnchk { background-position:-10px -142px; }
.alerticon.ray { background-position: -7px -170px; width: 30px;}
.alerttxt {margin-left: 50px;}

/*------30-5-2017----------------*/

@media (max-width: 479px) {
    .modal-content .signup-sections .login_title {
        font-size: 26px;
    }
    #confirm-email,
    #signup-sections .login_page .css-fbl,
    .page-id-918 #signup-sections .login_page .use_email.btn-email,
    .signup-sections .btn-signup {
        font-size: 15px !important;
        width: auto !important;
    }
    .signup-sections .btn_foot {
        padding: 20px 10px;
    }
    .signup-sections .btn-signup {
        min-width: 235px !important;
        background-size: 45px 45px;
        padding: 8px 10px 7px 54px !important;
        height: 46px !important;
        font-size: 14px !important;

    }
    .signup-sections .su_form ,
    .signup-sections .padded{
        padding: 0 20px;
    }
}


.skip_btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #8e8e8d !important;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  position: absolute;
  right: 30px;
  text-decoration: none !important;
  text-transform: uppercase;
  top: 50px;
  z-index: 0;
}

.loaderdiv_fb {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
#fb_add_photo_custom {
  cursor: pointer;
}
.info-photo {
    color: #666;
    margin-bottom: 20px;
    margin-top:0px;
}
.ph30 {padding-left: 30px; padding-right: 30px;}
.pb30 {
    padding-bottom: 30px !important;
}
.bb {
    border-bottom: 1px solid #ddd !important;
    color:#666;
    font-size:18px;
}
.default_text_url {
    font-size:20px;
    line-height:121px;
}
.bb .green.lbl {
    color:#3398cc;
}
.loaderdiv_custom {
    background:#eee;
}
#customize_campaign_link .clnk{
     border-top: 1px solid #ddd !important;
     padding-top:0px;
     padding-bottom:0px;
     font-size:20px;
}
#customize_campaign_link .clnk .custom_link_txtbox {
    background:#e5f2fe;
    border:0px;
    padding:0;
    font-size:20px;
    width:30%;
}
#uploding_image_process .uploding_image_progressbar, #modal_image_uploaded .modal_uploding_image_progressbar{
    padding-top:95px;
}


#modal_uploding_image_process .modal_uploding_image_progressbar{
        min-height: 215px !important;
}
.modal_uploding_image_progressbar {
    color: #999;
    font-family: Montserrat, sans-serif;
    font-size: 80px;
   /* line-height: 1.2;*/
    height: 96px;
    padding-top: 75px;
    text-shadow: 2px 2px #fff;
}
.gmail_content table {
  width: 100%;
  max-height:400px;
  overflow: hidden;
  overflow-y:scroll;
  display: block;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom:1px solid #ccc !important;
}
#campaign_gmail_contact .btn-foot #submit_mail.btn-blue.action-button {
    padding-top:6px !important;
}

#modal_video_attachment_section {
  background: #eee none repeat scroll 0 0;
}
#modal_loadded_video {
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  height: 200px;
  overflow: hidden;
  width: 270px;
}
#fbusp {
    margin: 8px auto 20px;
    width: 126px;
    height: 126px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ddd;
}
#next_to_custome_liunk {
    margin: 0 260px;
    padding-bottom: 0;
}
.fbpost.fbshare {
  cursor: pointer;
}

.error_color{
    color: #b40000;
}

.field_error{
    background-color: #FFEAEC;
    border: 1px solid #FFBFBF;
}

.pippin_error_message{
color: red;
font-size: 18px;
text-align: center;
}
#gmail_contact_table thead {
    width: 100%!important;
}
.modal-dialog {
    width: auto !important;
}

#modelWindow .modal-dialog{
	top: 0!important;
    transform: none!important;
}

.modal-dialog.lg .modal-content{
    max-width:1024px !important;
}
.modal-dialog.lg .modal-content iframe {
    width:100%;
    height:580px;
}
#gmail_contact_table th:nth-child(1){
    width:20px !important;
}
#gmail_contact_table th:nth-child(2){
    width:280px !important;
}
#gmail_contact_table th:nth-child(3){
    width:280px !important;
}

/*-----------------------donate-page-css-------------------------------*/
.project-single-donate .processdonation {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    float: left;
    margin: 20px 0;
    width: 100%;
}
.project-single-donate .hide {
    display: none;
}
.project-single-donate .show {
    display: block;
}
.project-single-donate .processdonation .fr {
    float: right;
    width:48.5%;
}
.project-single-donate .processdonation .fl {
    float: left;
    width: 48.5%;
}
.project-single-donate .round5 {
    border-radius: 5px;
}
.project-single-donate .center {
    text-align: center;
}
.project-single-donate .pagetitle {
    color: #5f7e19;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 56px;
    margin: 0 auto 30px 0;
    overflow: hidden;
    padding-top: 30px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 932px;
}
.project-single-donate .pagetitle.long {
    letter-spacing: -2px;
}
.project-single-donate .desctitle {
    color: #666;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
}
.project-single-donate .fundphoto {
    float: left;
    height: 395px;
    overflow: hidden;
    position: relative;
    width: 594px;
}
.project-single-donate .fundphoto.noimg {
    background: rgba(0, 0, 0, 0) url("images/nophoto.jpg") no-repeat scroll 0 0;
}
.project-single-donate .fundphoto img {
    width: 594px;
}
.project-single-donate .updatephoto {
    float: left;
    height: 355px;
    margin: 20px 0;
    overflow: hidden;
    width: 554px;
}
.project-single-donate .update_content img, .pg_msg img {
    border-radius: 5px;
    margin: 20px 0;
    width: 100%;
}
.project-single-donate .pg_msg iframe {
    margin-top: 20px;
}
.project-single-donate .update_content .caption {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}
.project-single-donate a.askforphoto {
    color: #999;
    float: left;
    font-size: 14px;
    line-height: 16px;
    margin-left: 200px;
    margin-top: 320px;
    text-shadow: 1px 1px #fff;
}
.project-single-donate .details {
    border: 1px solid #ddd;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.1);
    float: right;
    height: 393px;
    width: 100%;
}
.project-single-donate .details a.loc, .project-single-donate .details a.cat {
    background: rgba(0, 0, 0, 0) url("images/campaign-sp.png") no-repeat scroll 0 0;
    color: #666;
    float: left;
    font-size: 12px;
    padding-left: 20px;
}
.project-single-donate .details a.loc {
    background-position: -960px -88px;
    max-width: 117px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project-single-donate .details a.cat {
    background-position: -958px -133px;
    float: right;
}
.project-single-donate .details .raised {
    color: #333;
    font-family: Montserrat,sans-serif;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 48px;
    padding-top: 20px;
}
.project-single-donate .details .raised.smlr {
    font-size: 38px;
}
.project-single-donate .details .raised .of {
    color: #999;
    font-family: Lato,sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 48px;
}
.project-single-donate .details .raised .goal {
    color: #666;
    font-family: Lato,sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 48px;
}
.project-single-donate .details .raised .cur {
    color: #333;
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    line-height: 32px;
    vertical-align: 10px;
}
.project-single-donate .details .raised .cur.smlr {
    font-size: 25px;
}
.project-single-donate .details .bar {
    background: rgba(0, 0, 0, 0) url("images/bar-bg.png") no-repeat scroll 0 0px;
    display: block;
    height: 34px;
    width: 264px;
}
.project-single-donate .details .bar .fill {
    float: left;
    height: 26px;
    margin: 4px 0 0 5px;
    width: 253px;
}
.project-single-donate .details .time {
    font-family: Lato,sans-serif;
    font-size: 15px;
    line-height: 17px;
    margin-top: 10px;
}
.project-single-donate .details .time span {
    color: #333;
    font-weight: 400;
}
.project-single-donate .details .time.aon {
    background: rgba(0, 0, 0, 0) url("images/campaign-sp.png") no-repeat scroll -954px -229px;
    line-height: 20px;
    padding-left: 27px;
}
.project-single-donate .details .charity {
    color: #333333;
    display: block;
    font-family: Lato,sans-serif;
    font-size: 13px;
    line-height: 19px;
    margin-top: 18px;
    text-shadow: none;
    width: 100%;
}
.project-single-donate .details .txid {
    color: #666;
    display: block;
}
.project-single-donate .details .charity .chartitle {
    background: rgba(0, 0, 0, 0) url("images/campaign-sp.png") no-repeat scroll -954px -276px;
    float: left;
    font-size: 15px;
    line-height: 20px;
    padding-left: 27px;
}
.project-single-donate .details .charity .lmore {
    float: right;
    font-size: 14px;
    line-height: 20px;
}
.project-single-donate .details .charity .charityline {
    background: rgba(0, 0, 0, 0) url("images/dash.png") repeat-x scroll 0 0;
    display: block;
    height: 1px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.project-single-donate .details .charity .charlink {
    color: #666666;
    text-decoration: none;
}
.project-single-donate .sharebar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e8e8e8 #e8e8e8 #e3e3e3;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    float: left;
    font-family: "Montserrat",sans-serif;
    padding: 8px 0 6px 20px;
    width: 573px;
}
.project-single-donate .sharebar .big {
    color: #666666;
    float: left;
    font-size: 40px;
    line-height: 49px;
}
.project-single-donate .sharebar .biglbl {
    color: #999999;
    float: left;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin-left: 10px;
    margin-top: 16px;
}
.project-single-donate .sharebar .count {
    color: #999999;
    float: left;
    font-size: 24px;
    line-height: 26px;
    margin-top: 11px;
}
.project-single-donate .sharebar .div {
    background: #dddddd none repeat scroll 0 0;
    float: left;
    height: 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    width: 1px;
}
.project-single-donate .sharebar .div2 {
    background: #dddddd none repeat scroll 0 0;
    float: left;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    width: 1px;
}
.project-single-donate .sharebar .dash {
    background: rgba(0, 0, 0, 0) url("images/dash.png") repeat-x scroll 0 0;
    float: left;
    height: 1px;
    width: 553px;
}
.project-single-donate .sharebar .pglink {
    color: #999;
    float: left;
    font-size: 14px;
    line-height: 16px;
}
.project-single-donate .createdby {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e8e8e8 #e8e8e8 #e3e3e3;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    float: right;
    height: 41px;
    overflow: hidden;
    padding: 11px 10px;
    width: 284px;
}
.project-single-donate .createdby .cbimg {
    border-radius: 4px;
    float: left;
    height: 40px;
    margin-right: 15px;
    overflow: hidden;
    width: 40px;
}
.project-single-donate .createdby .cbimg img {
    float: left;
    width: 40px;
}
.project-single-donate .createdby .cbdate {
    color: #666666;
    font-size: 13px;
    line-height: 15px;
}
.project-single-donate .createdby .cbname {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin-top: 0;
    overflow: hidden;
    word-break: break-all;
}
.project-single-donate .createdby .cbname.sm {
    font-size: 13px;
}
.project-single-donate .createdby .cbmail {
    background: rgba(0, 0, 0, 0) url("images/campaign-sp.png") no-repeat scroll -956px -184px;
    float: left;
    height: 17px;
    margin-right: 6px;
    margin-top: 6px;
    width: 16px;
}
.project-single-donate .donate_left {
    float: left;
    width: 595px;
}
.project-single-donate .donate_right {
    float: right;
    margin-bottom: 20px;
    width: 306px;
}
.project-single-donate .left_bx {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e8e8e8 #e8e8e8 #e3e3e3;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    float: left;
    margin-bottom: 30px;
    width: 593px;
}
.project-single-donate .left_bx.rw {
    margin-bottom: 0;
}
.project-single-donate .right_bx {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e8e8e8 #e8e8e8 #e3e3e3;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    float: left;
    width: 304px;
}
.project-single-donate .gfm_ad {
    background: rgba(0, 0, 0, 0) url("images/campaign-sp.png") no-repeat scroll 18px 20px;
    height: 125px;
}
.project-single-donate .update_content {
    color: #000;
    font-family: Lato,sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    overflow-wrap: break-word;
    padding: 20px;
}
.project-single-donate .shareopts a {
    font-size: 14px;
    line-height: 29px;
}
.project-single-donate .pg_msg {
    color: #000;
    display: block;
    font-family: Lato,sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    min-height: 208px;
    overflow-wrap: break-word;
}
.project-single-donate .camptitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 265px;
    font-size:16px;
    color:#fff;
}
.project-single-donate .headbar {
    border-bottom: 1px solid #e3e3e3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #666666;
    display: block;
    font-family: "montserrat",sans-serif;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-shadow: 1px 1px white;
}
.project-single-donate .noinfo {
    border-bottom: 1px solid #e3e3e3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #666666;
    display: block;
    font-family: "montserrat",sans-serif;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-shadow: 1px 1px white;
    width: 200px;
}
.project-single-donate .section_head {
    background: #f3f9e5 none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #666666;
    display: block;
    font-family: montserrat,sans-serif;
    font-size: 14px;
    height: 27px;
    line-height: 19px;
    padding: 10px 20px 0;
    position: relative;
    text-shadow: 1px 1px white;
}
.project-single-donate .toggleoff {
    font-size: 12px;
    padding: 9px 11px 11px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 70px;
}
.project-single-donate .toggle {
    border: 1px solid #ddd;
    box-shadow: 1px 2px 2px #ddd;
    font-size: 12px;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 70px;
    z-index: 20;
}
.project-single-donate .toggle a {
    display: block;
    height: 16px;
    line-height: 16px;
    margin-left: -10px;
    padding: 10px 0 10px 10px;
    width: 80px;
}
.project-single-donate .toggle .togbk {
    background: #ddd none repeat scroll 0 0;
    height: 1px;
    width: 100%;
}
.project-single-donate .doner {
    border-bottom: 1px solid #ddd;
    padding: 20px;
}
.project-single-donate .doner .damt {
    color: #5e7f07;
    font-family: montserrat,sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 2px;
    margin-top: -7px;
    position: relative;
    vertical-align: text-top;
}
.project-single-donate .doner .damt span {
    font-size: 18px;
    vertical-align: text-top;
}
.project-single-donate .doner .dpic {
    border-radius: 4px;
    float: left;
    height: 65px;
    margin-right: 15px;
    overflow: hidden;
    width: 65px;
}
.project-single-donate .doner .dpic img {
    float: left;
    width: 65px;
}
.project-single-donate .doner .dname {
    color: #333;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}
.project-single-donate .doner .dtime {
    color: #666;
    font-size: 12px;
    line-height: 14px;
}
.project-single-donate .doner .dcom {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 15px;
    overflow-wrap: break-word;
}
.project-single-donate .dpic + .ddeat .dname, .project-single-donate .dpic + .ddeat .dtime {
    margin-left: 80px;
}
.project-single-donate .donerscroll {
    background-color: #f8f8f8;
    color: #666;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    text-align: center;
}
.project-single-donate .donerscroll span {
    color: #333;
}
.project-single-donate .donerscroll .lr {
    height: 37px;
    width: 40px;
}
.project-single-donate .donerscroll .lr:hover {
    background-color: #f4f4f4;
}
.project-single-donate .donerscroll .pleft {
    background: rgba(0, 0, 0, 0) url("images/campaign-sp.png") no-repeat scroll -463px -185px;
    border-right: 1px solid #ddd;
    float: left;
}
.project-single-donate .donerscroll .pleft:active {
    background-position: -503px -185px;
}
.project-single-donate .donerscroll .pright {
    background: rgba(0, 0, 0, 0) url("images/campaign-sp.png") no-repeat scroll -461px -231px;
    border-left: 1px solid #ddd;
    float: right;
}
.project-single-donate .donerscroll .pright:active {
    background-position: -501px -231px;
}
.project-single-donate .donerscroll .first {
    opacity: 0;
}
.project-single-donate .rewbox {
    border: 1px solid #dddddd;
    clear: both;
    color: #666;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-shadow: 1px 1px white;
    width: 100%;
}
.project-single-donate .lbl1 {
    float: left;
    left: 50%;
    position: relative;
}
.project-single-donate .lbl2 {
    float: left;
    left: -50%;
    position: relative;
}
.project-single-donate .rew_icon {
    display: inline-block;
    height: 32px;
    width: 30px;
}
.project-single-donate .hd {
    background: #f6f6f6 none repeat scroll 0 0;
    box-shadow: 1px 1px 5px #999;
    height: 51px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.project-single-donate .hd_main {
    height: 51px;
    margin: 0 auto;
    width: 972px;
}
.project-single-donate .hd .hd_main a.logo {
    background: rgba(0, 0, 0, 0) url("images/campaign-sp.png") no-repeat scroll 0 -206px;
    float: left;
    height: 41px;
    margin: 6px 0 0 1px;
    width: 128px;
}
.project-single-donate .hd a:hover {
    cursor: pointer;
}
.project-single-donate .hd .menu {
    color: #666;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 33px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 18px 10px 0;
    text-decoration: none;
}
.project-single-donate .hd .menu:hover {
    background-color: white;
}
.project-single-donate .hd .menu.si {
    color: #5f7e19;
}
.project-single-donate .menusearch {
    background: rgba(0, 0, 0, 0) url("images/search.png") no-repeat scroll 14px 17px;
    width: 32px;
}
.project-single-donate .hd_s {
    background: #fff url("images/s.png") no-repeat scroll 12px 7px;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    box-shadow: 1px 1px 3px #d9d9d9 inset;
    color: #999999;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-style: italic;
    height: 23px;
    margin-top: 11px;
    outline: medium none;
    padding: 3px 5px 3px 33px;
    width: 162px;
}
.project-single-donate .hd_s.text {
    color: #333;
    font-style: normal;
}
.project-single-donate .hd_s.active {
    color: #333333;
    font-size: 13px;
    font-style: normal;
}
.project-single-donate .hd .br {
    background: rgba(0, 0, 0, 0) url("images/campaign-sp.png") no-repeat scroll -460px 0;
    float: right;
    height: 42px;
    margin: 4px 0 0;
    width: 2px;
}
.project-single-donate .hd .btn {
    border-radius: 5px;
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    height: 22px;
    line-height: 150%;
    margin: 12px 3px 0 0;
    padding: 4px 12px 1px;
    text-decoration: none;
}
.project-single-donate .hd .gry {
    background: rgba(0, 0, 0, 0) url("images/hd_btn.png") repeat-x scroll 0 0;
    border: 1px solid #bababa;
    color: #666;
}
.project-single-donate .gry:hover {
    background: rgba(0, 0, 0, 0) url("images/hd_btn.png") repeat-x scroll 0 -29px;
}
.project-single-donate .gry:active {
    background: rgba(0, 0, 0, 0) url("images/hd_btn.png") repeat-x scroll 0 -58px;
    height: 21px;
    padding-top: 5px;
}

.project-single-donate .dcomment {
    border-bottom: 1px solid #dddddd;
    display: block;
    padding: 20px;
    width: 553px;
}
.project-single-donate .dcomment.start {
    background: #f8f8f8 none repeat scroll 0 0;
    min-height: 105px;
}
.project-single-donate .dcomment .dpic {
    background: rgba(0, 0, 0, 0) url("images/fb_empty.jpg") repeat scroll 0 0;
    border-radius: 4px;
    float: left;
    height: 65px;
    margin-right: 15px;
    overflow: hidden;
    width: 65px;
}
.project-single-donate .dcomment .dpic img {
    float: left;
    width: 65px;
}
.project-single-donate .fbcom {
    color: #666;
    font-size: 18px;
    height: 105px;
    line-height: 20px;
    text-align: center;
}
.project-single-donate .fbcomgood {
    background: #f3f9e3 url("images/check.png") no-repeat scroll 273px 72px;
    color: #666;
    font-size: 17px;
    height: 89px;
    line-height: 20px;
    padding-top: 30px;
    text-align: center;
    text-shadow: 1px 1px white;
}
.project-single-donate .fbcomdel {
    background: #eee url("images/check.png") no-repeat scroll 273px 72px;
    color: #666;
    font-size: 17px;
    height: 89px;
    line-height: 20px;
    padding-top: 30px;
    text-align: center;
    text-shadow: 1px 1px white;
}
.project-single-donate .fbcon {
    background: rgba(0, 0, 0, 0) url("images/fb_cn.png") repeat scroll 0 0;
    display: block;
    height: 29px;
    margin-left: auto;
    margin-right: auto;
    width: 128px;
}
.project-single-donate .fbcom_sub {
    display: block;
    font-size: 14px;
    line-height: 16px;
}
.project-single-donate .comname {
    color: #333;
    font-size: 16px;
    line-height: 18px;
    position: relative;
}
.project-single-donate .comname_det {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    margin-left: 10px;
}
.project-single-donate .com_input {
    border: 1px solid #dddddd;
    color: #666666;
    display: block;
    font-family: Lato,sans-serif;
    font-size: 15px;
    height: 28px;
    line-height: 20px;
    padding: 7px 15px 0;
    resize: none;
    width: 441px;
}
.project-single-donate .acomment {
    color: #666;
    float: right;
    font-weight: 300;
    line-height: 23px;
    overflow-wrap: break-word;
    width: 473px;
}
.project-single-donate a.com_subtle {
    color: #333;
}
.project-single-donate .footbase {
    background-color: #f6f5f2;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    float: left;
    margin-top: 38px;
    min-width: 1000px;
    width: 100%;
    z-index: -100;
}
.project-single-donate .footbase a {
    text-decoration: none;
}
.project-single-donate .footbase a:hover {
    text-decoration: underline;
}
.project-single-donate .footbase .footmain {
    color: #666666;
    font-family: Lato,sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 407px;
    letter-spacing: 1px;
    line-height: 34px;
    margin: 0 auto;
    position: relative;
    width: 972px;
}
.project-single-donate .footbase .footmain .footsec {
    float: left;
    margin: 0 auto;
    width: 972px;
}
.project-single-donate .footbase .footmain .footfeatured {
    height: 80px;
}
.project-single-donate .footnews {
    background: rgba(0, 0, 0, 0) url("images/campaign-sp.png") no-repeat scroll 0 -322px;
    float: left;
    height: 36px;
    margin-top: 24px;
    width: 971px;
}
.project-single-donate .footbase .footmain .footlinks {
    height: 180px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.project-single-donate .footlinks .linkbox {
    float: left;
}
.project-single-donate .linkbox a:active {
    background-color: transparent;
}
.project-single-donate .ft5 {
    background: rgba(0, 0, 0, 0) url("images/campaign-sp.png") no-repeat scroll -314px 0;
    float: right;
    height: 136px;
    margin-right: 10px;
    margin-top: 12px;
    width: 144px;
}
.project-single-donate .footlinks .linkbox a, .project-single-donate .footcntry {
    color: #666666;
    display: block;
    font-family: Lato,sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 27px;
}
.project-single-donate .footcntry {
    background: rgba(0, 0, 0, 0) url("images/campaign-sp.png") no-repeat scroll -314px -159px;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    margin-top: 22px;
    padding-left: 172px;
}
.project-single-donate .footsocial {
    float: right;
    line-height: 16px;
    margin-top: 20px;
}
.project-single-donate .footdiv {
    background-color: #cccccc;
    float: left;
    height: 2px;
    margin: 0;
    padding: 0;
    width: 972px;
}
.project-single-donate .footcopy {
    color: #999999;
    float: right;
    font-family: Lato,sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 20px;
}
.project-single-donate .footcopy a {
    color: #999999;
    display: inline-block;
    font-size: 14px;
}
.project-single-donate .gfm_lb {
    bottom: 0;
    font-family: lato,sans-serif;
    font-weight: 300;
    height: 100%;
    left: 0;
    min-width: 1000px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.project-single-donate .lb_overlay {
    background-color: #000000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.project-single-donate .gfm_lb_outter {
    left: 50%;
    position: absolute;
}
.project-single-donate .gfm_lb_main {
    background-clip: padding-box;
    border: 8px solid rgba(51, 51, 51, 0.6);
    border-radius: 16px;
    left: -50%;
    margin: 50px auto 0;
    overflow: hidden;
    position: relative;
    width: 484px;
    z-index: 10001;
}
.project-single-donate .gfm_lb_main.lb-size2 {
    width: 560px;
}
.project-single-donate .gfm_lb_main.lb-medium {
    width: 640px;
}
.project-single-donate .gfm_lb_main.lb-wide {
    width: 827px;
}
.project-single-donate .gfm_lb_main .head {
    background: white url("images/gfm_logo.png") no-repeat scroll 50% center;
    border-bottom: 1px solid #dfe2d8;
    display: block;
    min-height: 88px;
    width: 100%;
}
.project-single-donate .gfm_lb_main .head.with-title {
    background: #fff none repeat scroll 0 0;
}
.project-single-donate .lb-title {
    color: #5e7f08;
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-align: center;
    top: -20px;
    z-index: 0;
}
.project-single-donate .lb-title.fb-blue {
    color: #395799;
}
.project-single-donate .lb-title--smaller {
    font-size: 32px;
    top: -10px;
}
.project-single-donate .gfm_lb_main .head .close {
    background: rgba(0, 0, 0, 0) url("images/close.png") no-repeat scroll 0 0;
    float: right;
    height: 20px;
    margin: 10px;
    position: relative;
    width: 20px;
    z-index: 20;
}
.project-single-donate .gfm_lb_main.lb-medium .head .close, .project-single-donate .gfm_lb_main.lb-wide .head .close {
    margin-right: 13px;
    margin-top: 14px;
    position: relative;
    z-index: 20;
}
.project-single-donate .gfm_lb_main .foot {
    background: white none repeat scroll 0 0;
    border-top: 1px solid #dfe2d8;
    display: block;
    padding-bottom: 30px;
    width: 100%;
}
.project-single-donate .gfm_lb_main .lrgbtn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: white none repeat scroll 0 0;
    border-color: #e8e8e8 #e8e8e8 #e3e3e3;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-left: auto;
    margin-right: auto;
    min-height: 41px;
    padding: 12px 10px;
    text-decoration: none;
    width: 322px;
}
.project-single-donate .gfm_lb_main .lrgbtn:hover {
    background: #fdfdfd none repeat scroll 0 0;
}
.project-single-donate .gfm_lb_main .lrgbtn:active {
    background: #f9f9f9 none repeat scroll 0 0;
    height: 40px;
    padding-top: 13px;
}
.project-single-donate .gfm_lb_main .lrgbtn.nolink:hover {
    background: white none repeat scroll 0 0;
}
.project-single-donate .gfm_lb_main .lrgbtn.nolink:active {
    background: white none repeat scroll 0 0;
    height: 41px;
    padding-top: 12px;
}
.project-single-donate .gfm_lb_main .lrgbtn .l2 {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin-top: 7px;
}
.project-single-donate .gfm_lb_main .dtxt {
    display: block;
    font-size: 36px;
    font-weight: 500;
    line-height: 38px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 440px;
}
.project-single-donate .campaignsign {
    background: white none repeat scroll 0 0;
    height: 417px;
    margin-left: auto;
    margin-right: auto;
    width: 330px;
}
.project-single-donate .gfm_lb_main .longtitle {
    line-height: 1.2;
}
.project-single-donate .gfm_lb_main .dtxt2 {
    color: #666;
    display: block;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    text-shadow: 1px 1px white;
}
.project-single-donate .gfm_lb_main .dtxt2 a {
    color: #666;
}
.project-single-donate .gfm_lb_main .dtxt2.lot {
    padding: 0 10px 10px;
    text-align: left;
}
.project-single-donate .gfm_lb_main .campaignimg {
    border-radius: 5px;
    height: 132px;
    margin: 30px auto 0;
    overflow: hidden;
    width: 200px;
}
.project-single-donate .lbimg {
    border-radius: 5px;
    height: 132px;
    margin: 30px auto 10px;
    overflow: hidden;
    width: 200px;
}
.project-single-donate .lbimg img {
    height: auto;
    margin: 0;
    width: 200px;
}
.project-single-donate a .lbimg img {
    border: medium none;
}
.project-single-donate .gfm_lb_main .fundlink {
    color: #5a8100;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
.project-single-donate .fundlink2 {
    color: #666;
    font-size: 14px;
    text-align: center;
}
.project-single-donate .sharefb img {
    border-radius: 5px;
    display: block;
    height: 132px;
    margin: 30px auto 10px;
    overflow: hidden;
    width: 200px;
}
.project-single-donate .gfm_lb_main textarea {
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #999999;
    font-family: Lato,sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 58px;
    margin: 30px 0 20px;
    outline: medium none;
    padding: 12px;
    resize: none;
    width: 318px;
}
.project-single-donate .gfm_lb_main .campaignimg_small {
    border-radius: 5px;
    float: left;
    height: 65px;
    overflow: hidden;
    width: 100px;
}
.project-single-donate .gfm_lb_main .fundname {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
}
.project-single-donate .clwin {
    display: block;
    font-family: montserrat,sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 37px;
    line-height: 22px;
    margin: 30px auto 0;
    padding-top: 17px;
    text-align: center;
    width: 213px;
}
.project-single-donate .clwinload {
    background: rgba(0, 0, 0, 0) url("images/loading.gif") no-repeat scroll 23px 15px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    display: block;
    height: 35px;
    margin: 30px auto 0;
    padding-top: 17px;
    width: 211px;
}
.project-single-donate a.clwin {
    color: #fff;
    text-decoration: none;
}
.project-single-donate a.clwin:hover {
    color: #fff;
    text-decoration: none;
}
.project-single-donate .con {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: white none repeat scroll 0 0;
    border-color: #e8e8e8 #e8e8e8 #e3e3e3;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 322px;
}
.project-single-donate .con .dpic {
    border-radius: 4px;
    float: left;
    height: 65px;
    margin-right: 15px;
    overflow: hidden;
    width: 65px;
}
.project-single-donate .con .dpic img {
    float: left;
    width: 65px;
}
.project-single-donate .con_name {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 8px;
    margin-top: 7px;
    word-break: break-all;
}
.project-single-donate .con_fb {
    background: rgba(0, 0, 0, 0) url("images/fb_icon.jpg") no-repeat scroll 0 0;
    color: #666666;
    float: left;
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;
}
.project-single-donate .fb-grey-icon {
    background: rgba(0, 0, 0, 0) url("images14/fb-icon-grey.png") no-repeat scroll 0 0;
    display: inline-block;
    padding-left: 27px;
}
.project-single-donate .gfm_lb_main .body {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.project-single-donate .su_form {
    display: block;
    margin: 20px auto -5px;
    text-align: left;
    width: 342px;
}
.project-single-donate .su_form.terms {
    margin-top: -3px;
}
.su_form.terms2 {
    margin-top: 27px;
}
.project-single-donate .su_form .label {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
    margin-left: 2px;
    text-shadow: 1px 1px #ffffff;
}
.project-single-donate .su_form .label span {
    color: #666666;
}
.project-single-donate .su_form .label.error,.project-single-donate  .label.error, .project-single-donate .ziplabel.error {
    color: #b40000;
}
.project-single-donate .su_form .field, .project-single-donate .choose-friend .field {
    border: 1px solid #cccccc;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #cccccc inset;
    color: #000000;
    display: inline-block;
    font-family: lato,sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 17px;
    margin: 0 0 17px;
    padding: 8px 10px;
    resize: none;
    width: 320px;
}
.project-single-donate .su_form .field.error, .project-single-donate .su_form .field.is-error,.project-single-donate  .choose-friend .field.is-error {
    background-color: #ffeaec;
    border: 1px solid #ffbfbf;
}
.project-single-donate .su_form .field[disabled], .project-single-donate .su_form .faux-field-disabled {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #888;
    text-shadow: 1px 1px 1px #fff;
}
.project-single-donate .form-msg {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 24px;
}
.project-single-donate .form-msg.is-error {
    color: #b40000;
}
.project-single-donate .su_form .field.short {
    width: 144px;
}
.project-single-donate .su_form .capt {
    border: 1px solid #cccccc;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #cccccc inset;
    float: right;
    height: 35px;
    margin: 0 0 7px;
    overflow: hidden;
    padding: 0;
    width: 164px;
}
.project-single-donate .su_form .field.help_txt {
    color: #666666;
}
.project-single-donate .su_form .field.act_txt {
    color: #000000;
    font-family: lato,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
}
.project-single-donate a.linkb {
    color: #666;
}
.project-single-donate .twitter_widget {
    background-color: #e0ffff;
    display: block;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
}
.project-single-donate .never {
    color: #000000;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.project-single-donate .underline-draw, .underline-draw2 {
    padding-bottom: 4px;
}
.project-single-donate .underline-draw2 {
    margin-bottom: 5px;
}
.project-single-donate .folcamp {
    background: rgba(0, 0, 0, 0) url("images/folcamp.jpg") no-repeat scroll 0 0;
    display: block;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    width: 276px;
}
.project-single-donate .folcamp:hover {
    background: rgba(0, 0, 0, 0) url("images/folcamp.jpg") no-repeat scroll 0 -54px;
}
.project-single-donate .folcamp:active {
    background: rgba(0, 0, 0, 0) url("images/folcamp.jpg") no-repeat scroll 0 -108px;
}
.project-single-donate .friendship {
    display: block;
    height: 65px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 331px;
}
.project-single-donate .dpic2 {
    border-radius: 4px;
    float: left;
    height: 65px;
    overflow: hidden;
    width: 65px;
}
.project-single-donate .dpic2 img {
    float: left;
    width: 65px;
}
.project-single-donate .yesno {
    float: left;
    height: 65px;
    margin: 0 15px;
    width: 171px;
}
.project-single-donate .yesno.yes {
    background: rgba(0, 0, 0, 0) url("images/yesno.png") no-repeat scroll 0 0;
}
.project-single-donate .yesno.no {
    background: rgba(0, 0, 0, 0) url("images/yesno.png") no-repeat scroll 0 -65px;
}
.project-single-donate .yesno.load {
    background: rgba(0, 0, 0, 0) url("images/yesno.png") no-repeat scroll 0 -129px;
}
.project-single-donate .yesnoload {
    background: rgba(0, 0, 0, 0) url("images/load.gif") no-repeat scroll 0 0;
    float: left;
    height: 24px;
    margin: 24px 0 0 73px;
    width: 24px;
}
.project-single-donate .branded {
    background: white none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #333;
    display: block;
    font-family: lato,sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    margin: 90px auto -75px;
    width: 972px;
}
.project-single-donate .branded a {
    text-decoration: none;
}
.project-single-donate .branded a:hover {
    text-decoration: underline;
}
.project-single-donate .branded .bdiv {
    background: #dddddd none repeat scroll 0 0;
    float: left;
    height: 30px;
    margin: 10px 20px 10px 10px;
    width: 1px;
}
.project-single-donate .branded .bclose {
    background: rgba(0, 0, 0, 0) url("images/close.png") no-repeat scroll 0 0;
    float: right;
    height: 20px;
    margin: 15px 10px;
    width: 20px;
}
.project-single-donate .branded .btext {
    float: left;
}
.project-single-donate .bpartner-contain {
    align-items: center;
    display: flex;
    float: left;
    height: 50px;
    justify-content: center;
    width: 139px;
}
.project-single-donate .branded .bpartner {
    float: left;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: 5px;
    max-height: 40px;
    max-width: 139px;
    object-fit: contain;
}
.project-single-donate .branded .bpartner.chron {
    height: 43px;
    margin-top: 3px;
    width: 139px;
}
.project-single-donate .branded .bpartner.carbridge {
    height: 40px;
    margin-top: 4px;
    width: 136px;
}
.project-single-donate .ico-check-green {
    background: rgba(0, 0, 0, 0) url("images/ico-check-green.png") no-repeat scroll 0 0;
    float: left;
    height: 24px;
    margin: 13px 0 0 13px;
    width: 24px;
}
.project-single-donate .donationsprite {
    background: rgba(0, 0, 0, 0) url("images/donate_sprite.png") no-repeat scroll left top;
    display: inline-block;
}
.project-single-donate .donatesprite-alert {
    background-position: 0 0;
    height: 15px;
    margin-right: 5px;
    width: 16px;
}
.project-single-donate .donatesprite-arrow {
    background-position: 0 -17px;
    height: 23px;
    margin-left: 10px;
    width: 59px;
}
.project-single-donate .donatesprite-arrow--flip {
    background: rgba(0, 0, 0, 0) url("images/arw-up.png") no-repeat scroll 0 0 / 53px 20px;
    display: inline-block;
    height: 20px;
    width: 53px;
}
.project-single-donate .donatesprite-creditcard {
    background-position: 0 -42px;
    display: inline-block;
    float: right;
    height: 23px;
    position: relative;
    right: 10px;
    top: 15px;
    width: 31px;
}
.project-single-donate  .donatesprite-creditcards {
    background-position: 0 -67px;
    height: 49px;
    margin-left: 20px;
    margin-top: 64px;
    width: 217px;
}
.project-single-donate  .donatesprite-dropdown {
    background-position: 0 -118px;
    height: 7px;
    width: 10px;
}
.project-single-donate  .donatesprite-fb {
    background-position: 0 -127px;
    height: 12px;
    position: relative;
    top: 4px;
    width: 12px;
}
.project-single-donate  .donatesprite-fbcolor {
    background-position: 0 -141px;
    height: 15px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 15px;
}
.project-single-donate  .donatesprite-lock {
    background-position: 0 -158px;
    height: 16px;
    margin-right: 5px;
    width: 12px;
}
.project-single-donate  .donatesprite-mail {
    background-position: 0 -176px;
    height: 12px;
    margin-right: 5px;
    width: 16px;
}
.project-single-donate  .donatesprite-check {
    background-position: 0 -189px;
    float: left;
    height: 18px;
    margin-right: 5px;
    margin-top: 30px;
    width: 18px;
}
.project-single-donate  .donatesp {
    background: rgba(0, 0, 0, 0) url("images14/donate-sp.png") no-repeat scroll left top;
    display: inline-block;
}
@media not all, not all, not all, not all, only screen and (min-resolution: 1.5dppx) {
.project-single-donate  .donatesp {
    background: rgba(0, 0, 0, 0) url("images14/donate-sp@2x.png") no-repeat scroll left top / 174px 98px;
}
}
.project-single-donate  .donatesp-usefb {
    background-position: -19px -25px;
    height: 20px;
    position: relative;
    top: 3px;
    width: 20px;
}
.project-single-donate  .cclist {
    background-position: 0 0;
    height: 18px;
    opacity: 0.5;
    width: 174px;
}
.project-single-donate  .cclist--selected {
    opacity: 1;
}
.project-single-donate  .ccvisa {
    width: 35px;
}
.project-single-donate  .ccmaster {
    background-position: -51px 0;
    width: 28px;
}
.project-single-donate  .ccdisc {
    background-position: -93px 0;
    width: 44px;
}
.project-single-donate  .ccamex {
    background-position: -155px 0;
    width: 19px;
}
.project-single-donate  .ccv {
    background-position: -43px -26px;
    height: 23px;
    width: 32px;
}
.project-single-donate  .cclock {
    background-position: 0 -26px;
    height: 15px;
    width: 12px;
}
.project-single-donate  .donatesp-arrow {
    background-position: -81px -26px;
    height: 9px;
    width: 12px;
}
.project-single-donate  .donationform--2016 .continuebtn {
    font-size: 24px;
    width: 300px;
}
.project-single-donate  .donationform--2016 .form-text {
    float: left;
    margin-right: 20px;
    padding-left: 20px;
    width: 239px;
}
.project-single-donate  .donationform--2016 .form-text:last-of-type {
    margin-right: 0;
}
.project-single-donate  .donationform--2016 .autocomplete {
    top: 47px;
}
.project-single-donate  .donationform--2016 .country {
    width: 248px;
}
.project-single-donate  .donationform--2016 input.error {
    background: #fff none repeat scroll 0 0;
}
.project-single-donate  .error-contain--grid .error-box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
}
.project-single-donate  .error-contain .form-text.error:last-of-type + .error-box {
    float: right;
}
.project-single-donate  #average_donation_amt {
    font-size: 20px;
    font-weight: 300;
    padding-left: 30px;
    white-space: nowrap;
}
.project-single-donate  .form-average-amount {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #5f7e19;
    cursor: pointer;
    font-weight: 800;
    margin-right: 10px;
}
.project-single-donate  .three .error-box {
    margin-bottom: 0;
}
.project-single-donate  .three .error-box::before {
    display: none;
}
.project-single-donate  hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd currentcolor currentcolor;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
}
.project-single-donate  .divider hr {
    margin: 0 30px;
}
.project-single-donate  .hr-word {
    background: rgba(0, 0, 0, 0) url("images/hr-word.png") no-repeat scroll 2px center;
    color: #666;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.project-single-donate  .detailscontainer {
    padding: 0 20px;
}
.project-single-donate  .donationright {
    float: right;
    width: 264px;
}
.project-single-donate  .photoframe {
    height: 175px;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
}
.project-single-donate  .photoframe img {
    width: 100%;
}
.project-single-donate  .processsidebar .campaignphoto {
    border-radius: 5px;
    height: 175px;
    margin-top: 20px;
    width: 100%;
}
.project-single-donate  .processsidebar {
    height: auto;
    margin-top: 20px;
    padding-bottom: 10px;
}
.project-single-donate  .processdonation {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    float: left;
    margin: 20px 0;
    width: 100%;
}
.project-single-donate  .processdonation .amount {
    border-bottom: 1px solid #e8e8e8;
    font-size: 36px;
    font-weight: 300;
    line-height: 36px;
    margin: 30px;
    padding-bottom: 25px;
}
.project-single-donate  .processheader {
    color: #666666;
    font-size: 36px;
    font-weight: 300;
    margin: 25px 30px 20px;
}
.project-single-donate  .processheader .headline {
    display: inline-block;
}
.project-single-donate  .processdonation .donationbox {
    height: 157px;
    position: relative;
    width: 100%;
}
.project-single-donate  .processdonation .donationamount {
    color: #222;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 100px;
    height: 153px;
    letter-spacing: -5px;
    line-height: 100px;
    outline: medium none;
    padding-left: 10px;
    text-align: right;
    width: 68%;
    background:none;
    border:0px;
}
.project-single-donate  .processdonation .donationbox   {
    background:#83d4fe;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}
.project-single-donate  .processdonation .dollarsign {
    background: none;
    border-bottom:0;
    border-top:0;
    color: #222;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 100px;
    height: 155px;
    letter-spacing: -5px;
    line-height: 157px;
    padding-left: 30px;
    width: 58px;
    margin-top:0;
}
.project-single-donate  .processdonation .campaign_currency {
    bottom:4px;
    color: #888;
    display: block;
    font-size: 20px;
    left: 24px;
    max-height: 9999px;
    padding-left: 16px;
    position: absolute;
    text-decoration: none;
    text-shadow: 1px 1px 1px #86cfef;
    width: 61px;
}
.project-single-donate  .processdonation .zeros {
    background:none;
    border-bottom:none;
    border-top:none;
    color: #222;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 100px;
    height: 155px;
    letter-spacing: -5px;
    line-height: 157px;
    padding-right: 30px;
    text-align: right;
    width: 151px;
}
.project-single-donate  .donationbox.is-euro .dollarsign {
    float: right;
    padding-left: 0;
    width: 88px;
}
.project-single-donate  .donationbox.is-euro .zeros {
    width: 144px;
}
.project-single-donate  .donationbox.is-euro .donationamount {
    width: 321px;
}
.project-single-donate  .donationbox.is-2-char .dollarsign {
    font-size: 63px;
    letter-spacing: -4px;
}
.project-single-donate  .donationbox.is-3-char .dollarsign {
    font-size: 31px;
    letter-spacing: -4px;
}
.project-single-donate  .donationbox.is-euro .campaign_currency {
    left: auto;
    right: 24px;
}
.project-single-donate  .donationerror {
    background: #ffeaec none repeat scroll 0 0;
    color: #b40000;
}
.project-single-donate  .processdonation *:-moz-placeholder {
    color: #5f7e19;
}
.project-single-donate  .processdonation *::-moz-placeholder {
    color: #5f7e19;
}
.project-single-donate  .donationform {
    float: left;
    padding:0 30px;
    width: 100%;
}
.project-single-donate  .donationform input {
    border: 1px solid #cccccc;
    border-radius: 5px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 300;
    outline: medium none;
    padding-bottom: 11px;
    padding-left: 11px;
    padding-top: 11px;
    color:#2c3e50;
}
.project-single-donate  .donationform .confirmbtn {
    margin-top: 40px;
}
.project-single-donate  .donationform input.css-checkbox[type="checkbox"] {
    display: none;
}
.project-single-donate  .donationform input.css-checkbox[type="checkbox"] + label.css-label {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    height: 14px;
    line-height: 14px;
    margin: 10px 13px 0 0;
    padding-left: 19px;
    vertical-align: middle;
}
.project-single-donate  .donationform input.css-checkbox[type="checkbox"] + label.css-label.css-label--large {
    font-size: 15px;
    line-height: 15px;
}
.project-single-donate  .donationform input.css-checkbox[type="checkbox"]:checked + label.css-label {
    background-position: 0 -14px;
}
.project-single-donate  .donationform label.css-label {
    -moz-user-select: none;
    background-image: url("images/checkboxes.png");
}
.project-single-donate  .donationform.donationform--2016 input.css-checkbox[type="checkbox"] + label.css-label {
    background-position: 0 -78px;
    color: #666;
    height: 20px;
    line-height: 18px;
    padding-left: 30px;
}
.project-single-donate  .donationform.donationform--2016 label.css-label {
    background: rgba(0, 0, 0, 0) url("images14/donate-sp.png") no-repeat scroll 0 0;
}
@media not all, not all, not all, not all, only screen and (min-resolution: 1.5dppx) {
.project-single-donate  .donationform.donationform--2016 label.css-label {
    background-image: url("images14/donate-sp@2x.png");
    background-size: 174px 98px;
}
}
.project-single-donate  .donationform.donationform--2016 input.css-checkbox[type="checkbox"]:checked + label.css-label {
    background-position: 0 -58px;
}
.project-single-donate  .donationform .dd_arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 9px 6px 0;
    height: 0;
    position: absolute;
    right: 14px;
    top: 20px;
    transform: rotate(360deg);
    width: 0;
    cursor: pointer;
}
.project-single-donate  .donationform label, .project-single-donate .donationform .label {
    color: #1a1a1a;
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 25px;
    text-align:left;
    padding-left:0px;
}
.project-single-donate  .usefb {
    bottom: -5px;
    color: #000000;
    float: right;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
}
.project-single-donate  .donationform *:-moz-placeholder {
    color: #999999;
}
.project-single-donate  .donationform *::-moz-placeholder {
    color: #999999;
}
.project-single-donate  .placeholder {
    color: #999999;
}
.project-single-donate  .donationform .fullwidth {
    width: 100%;
}
.project-single-donate  .donationform .averageamount {
    color: #5f7e19;
    font-weight: 600;
}
.project-single-donate  .donationform .firstname, .project-single-donate .donationform .lastname {
    float: left;
    width:48.5%;
}
.project-single-donate  .donationform .lastname {
    margin-left: 20px;
}
.project-single-donate  .clear_name_button {
    background: rgba(0, 0, 0, 0) url("images14/clear-input.png") no-repeat scroll 0 0;
    float: right;
    height: 20px;
    position: absolute;
    right: 13px;
    top: 16px;
    width: 20px;
}
@media not all, not all, not all, not all, only screen and (min-resolution: 1.5dppx) {
.project-single-donate  .clear_name_button {
    background-image: url("images14/clear-input@2x.png");
    background-size: 15px 15px;
}
}
.project-single-donate  #donate-billing input, .project-single-donate  #donate-billing .country {
    margin-bottom: 30px;
}
.project-single-donate  .donationform .month, .donationform .year {
    float: left;
    width: 47px;
}
.project-single-donate  .donationform .ccslash {
    color: #666666;
    float: left;
    font-size: 30px;
    line-height: 48px;
    margin: 0 10px;
}
.project-single-donate .donationform .cvv {
    display: inline-block;
    float: right;
    width: 74px;
}
.project-single-donate  .donationform .zip,.project-single-donate  .donationform .address, .project-single-donate  .donationform .country {
    float: right;
    width: 100%;
}
.project-single-donate  .donationform .country {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 300;
    height:48px;
    padding: 10px 0 0 11px;
    position: relative;
    width:100%;
    color:#2c3e50;
}
.project-single-donate  .donationform .country.country--height {
    height: 46px;
    padding-top: 0;
}
.project-single-donate  .donationform .zipcontainer {
    position: relative;
}
.project-single-donate  .donationform .zip.error,.project-single-donate  .donationform .country.error {
    background: #ffeaec none repeat scroll 0 0;
    color: #b40000;
}
.project-single-donate  .donationform .international-med {
    width: 175px;
}
.project-single-donate  .donationform .international-small {
    width: 100px;
}
.project-single-donate  .donationform .filled {
    border-radius: 5px 5px 0 0;
}
.project-single-donate  .donationform .ziplabel {
    width: 200px;
}
.project-single-donate  .donationform .autocomplete {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
    color: #333333;
    font-size: 17px;
    font-weight: 300;
    overflow: hidden;
    position: absolute;
    top: 102px;
    width: 287px;
    z-index: 1;
}
.project-single-donate  .donationform .autocomplete a {
    border-top: 1px solid #cdcdcd;
    color: #333333;
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding-left: 12px;
    text-decoration: none;
    width: 287px;
}
.project-single-donate  .donationform .autocomplete a:hover {
    text-decoration: none;
}
.project-single-donate  .odd {
    background: #eeeeee none repeat scroll 0 0;
}
.project-single-donate  .donationform .dropdown {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
    color: #333333;
    font-size: 17px;
    font-weight: 300;
    height: 140px;
    left: -1px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 46px;
    width:100%;
    z-index: 10;
}
.project-single-donate  .donationform .dropdown a {
    border-top: 1px solid #cdcdcd;
    color: #333333;
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 12px;
    text-decoration: none;
    width:100%;
}
.project-single-donate  .donationform .dropdown a:hover {
    text-decoration: none;
}
.project-single-donate  .donationform .dropdown .odd {
    background: #eeeeee none repeat scroll 0 0;
}
.project-single-donate  .smallcopy {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
}
.project-single-donate  .txt-button-helper {
    color: #666;
    font-size: 14px;
}
.project-single-donate  a.drktxt {
    color: #666;
}
.project-single-donate  .donationform .goback {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0;
}
.project-single-donate  .donationform .security {
    border: 1px solid #cccccc;
    border-radius: 5px;
    float: left;
    font-family: Lato,sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding-left: 12px;
    width: 244px;
}
.project-single-donate  .donationform .full {
    margin-left: -26px;
    width: 596px;
}
.project-single-donate  .donationform .ccconfirm {
    color: #1a1a1a;
    font-family: Lato,sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 15px;
}
.project-single-donate  .donationform .ccinfo {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 10px;
}
.project-single-donate  .ccedit {
    color: #1a1a1a;
    cursor: pointer;
    font-size: 14px;
}
.project-single-donate  .donationform .small {
    color: #999999;
    font-size: 13px;
    line-height: 13px;
    margin-top: 10px;
}
.project-single-donate  .donationform .smalldescription {
    color: #666666;
    font-size: 13px;
    margin-top: 10px;
}
.project-single-donate  .donationform .smalldescription .bold {
    color: #000000;
}
.project-single-donate .donationform input.error, .project-single-donate .donationbox .error {
    background: #ffeaec none repeat scroll 0 0;
    color: #b40000;
}
.project-single-donate .donationform label.error, .project-single-donate .processheader .error {
    color: #b40000;
}
.project-single-donate  .learnmore {
    float: right;
    font-family: Lato,sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.project-single-donate  .certifiedcharity {
    float: left;
    font-family: Lato,sans-serif;
    font-size: 15px;
    margin-top: 30px;
}
.project-single-donate  a.charitydesc {
    color: #666666;
    display: block;
    font-family: Lato,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 5px 0;
}
.project-single-donate  a.charitydesc.nohov {
    text-decoration: none;
}
.project-single-donate  .charitydesc {
    color: #666666;
    font-family: Lato,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 5px 0;
}
.project-single-donate  .charitydesc .bold {
    font-weight: bold;
}
.project-single-donate  .donationcommentbox {
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 105px;
    margin-top: 30px;
    width: 100%;
    margin-bottom:20px;
}
.project-single-donate  .donationcommentbox .photo {
    background: #f3f9e3 none repeat scroll 0 0;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #cccccc;
    border-top-left-radius: 5px;
    float: left;
    height: 100%;
    width: 105px;
}
.project-single-donate  .donationcommentbox .phototext {
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: 2px;
}
.project-single-donate  .donationcommentbox .comment textarea {
    border: 0 none;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 300;
    height: 100%;
    outline: medium none;
    padding: 12px;
    resize: none;
    width: 398px;
}
.project-single-donate  .donationcommentbox .fbprofile {
    background: rgba(0, 0, 0, 0) url("images/fb_user.jpg") repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: 65px;
    margin: 10px auto 0;
    width: 65px;
}
.project-single-donate  .donationcommentbox .fb-add-profile-text {
    text-align: center;
}
.project-single-donate  .donationcomment-add-photo {
    border-top: 1px solid #ddd;
    cursor: pointer;
    float: left;
    padding: 7px 12px;
    width: 402px;
}
.project-single-donate  .gu-mirror {
    margin: 0;
    opacity: 0.8;
    position: fixed;
    z-index: 9999;
}
.project-single-donate  .gu-hide {
    display: none;
}
.project-single-donate  .gu-unselectable {
    -moz-user-select: none;
}
.project-single-donate  .gu-transit {
    opacity: 0.2;
}
.project-single-donate  .donationcommentbox.donationcommentbox--ugc {
    height: auto;
    overflow: hidden;
    white-space: nowrap;
}
.project-single-donate  .donationcommentbox--ugc .photo {
    border-right: medium none;
    display: inline-block;
    min-height: 105px;
    vertical-align: top;
}
.project-single-donate  .donationcommentbox--ugc .comment {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #cccccc;
    display: inline-block;
    min-height: 105px;
    width: 425px;
}
.project-single-donate  .donationcommentbox--ugc .fbprofile {
    border-radius: 40px;
    overflow: hidden;
}
.project-single-donate  .composer-upload-area {
    float: left;
    padding: 0 15px;
    width: 395px;
}
.project-single-donate  .composer-media {
    cursor: pointer;
    float: left;
    height: 90px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 90px;
}
.project-single-donate  .composer-media:hover {
    background: #333 none repeat scroll 0 0;
}
.project-single-donate  .composer-media-add:hover {
    background: #fff none repeat scroll 0 0;
}
.project-single-donate .composer-media:hover .ugc-content-file {
    opacity: 0.7;
}
.project-single-donate .composer-media .close-button {
    display: none;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 10;
}
.project-single-donate .composer-media:hover .close-button {
    display: inline-block;
}
.project-single-donate .composer-media .close-button .fa {
    color: #fff;
    text-shadow: 0 1px 2px #333;
}
.project-single-donate .composer-media:nth-child(4n+4) {
    margin-right: 0;
}
.project-single-donate .composer-media-list .fa-circle-o-notch {
    left: 43%;
    position: absolute;
    top: 43%;
    transform: translate(-43%, -43%);
}
.project-single-donate  .ugc-content-file.media-item-wide {
    height: auto;
    max-height: 100%;
    max-width: initial;
}
.project-single-donate  .ugc-content-file.media-item-tall {
    max-height: initial;
    max-width: 100%;
    width: auto;
}
.project-single-donate  .composer-media:nth-of-type(11) {
    display: none;
}
.project-single-donate  .composer-media-add {
    background: #fff none repeat scroll 0 0;
    border: 1px dashed #666;
    display: block;
    position: relative;
}
.project-single-donate  .composer-media-add .fa-plus {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.project-single-donate  .media-upload-error.error-box::before {
    border-color: #d87f7f transparent transparent;
    border-width: 24px 25px 0;
    bottom: -13px;
    top: initial;
}
.project-single-donate  .btn-fb-small {
    background: rgba(0, 0, 0, 0) url("images/fb_medium.png") repeat scroll 0 0;
    color: #fff;
    display: block;
    font-family: montserrat,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 38px;
    letter-spacing: -1px;
    margin: 20px auto 10px;
    padding-left: 54px;
    padding-top: 16px;
    text-align: center;
    text-decoration: none;
    width: 222px;
}
.project-single-donate  .btn-fb-small:hover {
    background-position: 0 -54px;
    text-decoration: none;
}
.project-single-donate  .btn-fb-small:active {
    background-position: 0 -108px;
    text-decoration: none;
}
.project-single-donate .continuebtn {
    background-position: 0 0;
    border-radius: 5px;
    display: block;
    font-family: montserrat,sans-serif;
    font-size: 28px;
    font-weight: 700;
    height: 47px;
    letter-spacing: -1px;
    line-height: 30px;
    margin: 30px auto;
    padding-top: 17px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(153, 102, 1, 0.5);
    width: 264px;
}
.project-single-donate a.continuebtn {
    color: #fff;
    text-decoration: none;
}
.project-single-donate a.continuebtn:hover {
    background-position: 0 -64px;
    color: #fff;
    text-decoration: none;
}
.project-single-donate a.continuebtn:active {
    background-position: 0 -128px;
}
.project-single-donate .confirmbtn {
    background-position: 0 0;
    border-radius: 5px;
    display: block;
    font-family: montserrat,sans-serif;
    font-size: 28px;
    font-weight: 700;
    height: 47px;
    letter-spacing: -1px;
    line-height: 30px;
    margin: 70px auto 30px;
    padding-top: 17px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(153, 102, 1, 0.5);
    width: 264px;
}
.project-single-donate  a.confirmbtn {
    color: white;
    text-decoration: none;
}
.project-single-donate  a.confirmbtn:hover {
    background-position: 0 -64px;
    color: white;
    text-decoration: none;
}
.project-single-donate  a.confirmbtn:active {
    background-position: 0 -128px;
}
.project-single-donate  .fbconnect {
    background: rgba(0, 0, 0, 0) url("images/fb_cn_big.png") repeat scroll 0 0;
    display: block;
    font-family: montserrat,sans-serif;
    font-size: 22px;
    font-weight: bold;
    height: 47px;
    letter-spacing: -1px;
    line-height: 30px;
    margin: 40px auto 15px;
    padding-left: 72px;
    padding-top: 17px;
    text-align: center;
    width: 315px;
}
.project-single-donate  .fbconnect.like {
    padding-left: 119px;
    width: 268px;
}
.project-single-donate  .fbconnect.view {
    padding-left: 119px;
    width: 268px;
}
.project-single-donate  a.fbconnect {
    color: #ffffff;
    text-decoration: none;
}
.project-single-donate  a.fbconnect:hover {
    background-position: 0 -64px;
    color: #ffffff;
    text-decoration: none;
}
.project-single-donate  a.fbconnect:active {
    background-position: 0 -128px;
    color: #ffffff;
    text-decoration: none;
}
.project-single-donate  .nextbutton {
    width: 222px;
}
.project-single-donate  .sfrbutton {
    padding-left: 12px;
    padding-right: 12px;
}
.project-single-donate  .sarbutton {
    margin-left: auto;
    margin-right: auto;
    width: 248px;
}
.project-single-donate  .xsmallbtn {
    background-position: 0 0;
    border-radius: 5px;
    display: block;
    font-family: montserrat,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 29px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
}
.project-single-donate  a.xsmallbtn {
    color: white;
    text-decoration: none;
}
.project-single-donate  a.xsmallbtn:hover {
    background-position: 0 -29px;
    color: white;
    text-decoration: none;
}
.project-single-donate  a.xsmallbtn:active {
    background-position: 0 -58px;
}
.project-single-donate  .loadingbtn {
    border: 1px solid #cccccc;
    border-radius: 5px;
    display: block;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 242px;
}
.project-single-donate  .loadingbtn .loadinganim {
    background: rgba(0, 0, 0, 0) url("images/loading.gif") no-repeat scroll 50% center;
    border: 1px solid #cccccc;
    height: 100%;
    width: 100%;
}
.project-single-donate  .loadingbtn .frame {
    border: 1px solid #cccccc;
    height: 100%;
    width: 100%;
}
.project-single-donate .fbmedium, .project-single-donate .twpost, .project-single-donate  .btn-fb-large {
    background: #3a589b url("https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/share_btns_sp.png") no-repeat scroll 0 -1px;
    border-bottom: 2px solid #29427c;
    border-radius: 4px;
    color: #fff;
    display: block;
    font: 600 19px montserrat;
    height: 37px;
    letter-spacing: -0.5px;
    margin: 30px auto 0;
    min-width: 211px;
    padding: 15px 25px 0 80px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #29427c;
}
.project-single-donate a.fbmedium, .project-single-donate  a.btn-fb-large {
    color: #ffffff;
    text-decoration: none;
}
.project-single-donate a.fbmedium:hover, .project-single-donate  a.btn-fb-large:hover {
    background-color: #4462a5;
}
.project-single-donate a.fbmedium:active, .project-single-donate  a.btn-fb-large:active {
    background-color: #304e91;
    background-position: 0 0;
    height: 36px;
    padding-top: 16px;
}
.project-single-donate  .twittershare {
    background: rgba(0, 0, 0, 0) url("images/twittershare.png") repeat scroll 0 0;
    display: block;
    height: 54px;
    margin: 30px auto 0;
    padding-left: 91px;
    width: 180px;
}
.project-single-donate  a.twittershare:hover {
    background-position: 0 -54px;
}
.project-single-donate  a.twittershare:active {
    background-position: 0 -108px;
}
.project-single-donate  .twpost {
    background-color: #88bee1;
    background-position: 0 -56px;
    border-bottom: 2px solid #81afd2;
    text-shadow: 1px 1px 1px #5c88aa;
    width: 298px;
}
.project-single-donate  .twpost:hover {
    background-color: #92c8eb;
}
.project-single-donate  .twpost:active {
    background-color: #7eb4d7;
    background-position: 0 -55px;
}
.project-single-donate  .dashboardbtn {
    padding: 0 10px;
}
.project-single-donate  .btn-orange, .project-single-donate  .btn-fb-blue, .project-single-donate  .btn-fb-blank {
    background: #f5a409 none repeat scroll 0 0;
    border-bottom: 3px solid #e2960b;
    border-radius: 5px;
    color: white;
    display: block;
    font-family: montserrat,sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
    min-width: 55px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.project-single-donate  .btn-orange:hover {
    background: #f6ad2f none repeat scroll 0 0;
}
.project-single-donate  .btn-orange:active {
    background: #f39700 none repeat scroll 0 0;
    height: 35px;
    padding-top: 16px;
}
.project-single-donate  .btn-fb-blue {
    background: #3f5e9f none repeat scroll 0 0;
    border-bottom: 3px solid #2f4a82;
}
.project-single-donate  .btn_check {
    background: #f5a409 url("images/btn_check.png") no-repeat scroll 0 -1px;
    padding-left: 80px;
    padding-right: 20px;
    padding-top: 15px;
}
.project-single-donate  .btn_check:hover {
    background: #f6ad2f url("images/btn_check.png") no-repeat scroll 0 -1px;
}
.project-single-donate  .btn_check:active {
    background: #f39700 url("images/btn_check.png") no-repeat scroll 0 0;
    height: 35px;
    padding-top: 16px;
}
.project-single-donate  .btn-fb-blank {
    background: rgba(0, 0, 0, 0) url("images/btn-fb-blank-sp.png") no-repeat scroll 0 0;
    border: medium none;
    letter-spacing: -0.5px;
    padding: 15px 0 0 56px;
    text-shadow: 1px 1px 1px #001a66;
}
.project-single-donate  .btn-fb-blank:hover {
    background-position: 0 -54px;
}
.project-single-donate  .btn-fb-blank:active {
    background-position: 0 -108px;
    height: 35px;
    padding-top: 16px;
}
.project-single-donate .btn-width {
    margin-left: auto;
    margin-right: auto;
    width: 242px;
}
.project-single-donate  .aboutorganizerheadline {
    color: #666666;
    float: right;
    font-family: montserrat,sans-serif;
    font-size: 14px;
    margin: 30px 0 5px;
    width: 100%;
}
.project-single-donate  .aboutorganizer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e8e8e8 #e8e8e8 #e3e3e3;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 3px;
    float: right;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}
.project-single-donate  .aboutorganizer .img {
    border-radius: 4px;
    float: left;
    height: 40px;
    margin-right: 15px;
    overflow: hidden;
    width: 40px;
}
.project-single-donate  .aboutorganizer hr {
    margin: 12px 0 10px;
}
.project-single-donate  .aboutorganizer .smalltext {
    color: #666666;
    display: inline;
    font-size: 12px;
    position: relative;
    top: 2px;
}
.project-single-donate  .aboutorganizer .mediumtext {
    color: #666666;
    font-size: 13px;
}
.project-single-donate  .aboutorganizer .nofb {
    background: rgba(0, 0, 0, 0) url("images/fb_user_40.jpg") repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
    float: left;
    height: 40px;
    margin-right: 15px;
    width: 40px;
}
.project-single-donate  .rewardcontainer {
    border-top: 1px solid #e8e8e8;
    display: block;
    overflow: hidden;
    padding: 30px 0 10px 10px;
}
.project-single-donate  .rewardcontainer.inmessager {
    border-top: medium none;
    overflow: hidden;
    padding: 30px 0 10px 10px;
}
.project-single-donate  .reward {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e8e8e8 #e8e8e8 #e3e3e3;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 3px;
    float: left;
    margin-bottom: 20px;
    margin-left: 18px;
    overflow-wrap: break-word;
    padding: 10px 9px;
    width: 145px;
}
.project-single-donate  .reward:hover, .project-single-donate  .rewardna:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #cccccc;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
}
.project-single-donate  .reward .title {
    background: #f3f9e7 none repeat scroll 0 0;
    border-radius: 7px;
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}
.project-single-donate  .reward .rewardamount {
    display: block;
    font-family: montserrat,sans-serif;
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 5px;
    text-align: center;
}
.project-single-donate .reward .rewardamount.inmess {
    font-size: 40px;
    margin-top: 18px;
}
.project-single-donate  .reward .rewardamount.inmess.smm,.project-single-donate  .reward .rewardamount.smm {
    font-size: 35px;
    letter-spacing: -1px;
    margin-top: 18px;
}
.project-single-donate  .reward .description {
    color: #666666;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
.project-single-donate  .reward .whatsleft {
    border-top: 1px solid #dddddd;
    color: #999999;
    display: block;
    font-size: 13px;
    margin-top: 10px;
    padding-top: 3px;
    text-align: center;
}
.project-single-donate  .reward .whatsleft.padd {
    padding-top: 10px;
}
.project-single-donate  .rewardna {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f6f6f6 none repeat scroll 0 0;
    border-color: #e8e8e8 #e8e8e8 #e3e3e3;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 3px;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 10px;
    width: 145px;
}
.project-single-donate  .rewardna .title {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 7px;
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}
.project-single-donate  .rewardna .rewardamount {
    color: #666666;
    display: block;
    font-family: montserrat,sans-serif;
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 5px;
    text-align: center;
}
.project-single-donate  .rewardna .description {
    color: #666666;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    overflow-wrap: break-word;
}
.project-single-donate  .rewardna:hover, .reward:hover {
    text-decoration: none;
}
.project-single-donate  .wishlistcontainer {
    border-top: 1px solid #e8e8e8;
    display: block;
    overflow: hidden;
    padding: 30px 0 0 10px;
}
.project-single-donate  .wishlistcontainer.inmessage {
    border-top: medium none;
    display: block;
    overflow: hidden;
    padding: 30px 0 10px 10px;
}
.project-single-donate  .wishlist {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e8e8e8 #e8e8e8 #e3e3e3;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 3px;
    float: left;
    margin-bottom: 20px;
    margin-left: 18px;
    padding: 10px 9px 15px;
    width: 145px;
}
.project-single-donate .wishlist.wdon {
    margin-left: 203px;
    text-decoration: none;
    width: 145px;
}
.project-single-donate  .wishlist.wdon:hover {
    text-decoration: none;
}
.project-single-donate  .wishlist .title {
    background: #f3f9e7 none repeat scroll 0 0;
    border-radius: 7px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 0;
    text-align: center;
}
.project-single-donate .wishlist .img {
    border-radius: 5px;
    display: block;
    height: 95px;
    margin-top: 10px;
    overflow: hidden;
    width: 143px;
}
.project-single-donate  .wishlist .description {
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 7px;
    overflow-wrap: break-word;
}
.project-single-donate  .wishlistna {
    background: #f6f6f6 none repeat scroll 0 0;
}
.project-single-donate  .wishlistna .title {
    background: #ebebeb none repeat scroll 0 0;
    color: #666666;
}
.project-single-donate  .wishlistna .wishlistamount {
    color: #666666;
}
.project-single-donate  .wishlistna:hover, .reward:hover {
    text-decoration: none;
}
.project-single-donate  .greencontainer {
    background: #f3f9e4 none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 25px 0 30px;
}
.project-single-donate  .greencontainer .headline {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center;
}
.project-single-donate  .greencontainer .headline span {
    font-weight: 400;
}
.project-single-donate  .fbfriend {
    background: rgba(0, 0, 0, 0) url("images/fb_user.jpg") repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: inline-block;
    height: 63px;
    margin-left: 27px;
    width: 63px;
}
.project-single-donate  .fbsmalltext {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.project-single-donate  .skiptext {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin-top: 10px;
    text-align: center;
}
.project-single-donate  a.skiptext {
    color: #666;
}
.project-single-donate  .never2 {
    display: block;
}
.project-single-donate  .processdonation .tyheadline {
    font-size: 36px;
    font-weight: 300;
    line-height: 36px;
    margin: 25px 30px;
}
.project-single-donate  .copypaste {
    color: #666666;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    margin: 35px 30px;
}
.project-single-donate  .copypaste a {
    font-family: Lato,sans-serif;
    font-size: 16px;
}
.project-single-donate  .receiptemail {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 35px;
    margin-top: 35px;
}
.project-single-donate  .receiptemail .donatesprite-mail {
    margin-left: 30px;
}
.project-single-donate  .soft-descriptor {
    color: #555;
    font-size: 14px;
    margin-top: 23px;
}
.project-single-donate  .caringbridge-ty {
    color: #666;
    margin: 35px 30px 23px;
}
.project-single-donate  .caringbridge-ty a, .project-single-donate  .caringbridge-ty a img {
    border: medium none;
}
.project-single-donate  .fullcontainer {
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.project-single-donate  .resultsnumber {
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 12px;
    font-weight: 300;
}
.project-single-donate  .allresults {
    background: rgba(0, 0, 0, 0) url("images/allresults.png") repeat scroll 0 0;
    display: block;
    height: 29px;
    line-height: 29px;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    width: 248px;
}
.project-single-donate  .allresults:hover {
    background-position: 0 -29px;
}
.project-single-donate  .allresults:active {
    background-position: 0 -58px;
}
.project-single-donate  .relatedtext {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.project-single-donate .tile {
    background: #f6f5f2 none no-repeat scroll 215px 255px;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #cecece;
    color: #333333;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 281px;
    line-height: 18px;
    width: 246px;
}
.project-single-donate  .tile .pho {
    display: block;
    height: 152px;
    overflow: hidden;
    padding: 8px 8px 0;
    width: 230px;
}
.project-single-donate  .tile .pho img {
    width: 230px;
}
.project-single-donate  .tile a {
    color: #333333;
    text-decoration: none;
}
.project-single-donate .tile .amt {
    display: block;
    font-size: 30px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    width: 246px;
}
.project-single-donate  .tile .pro {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #e8e8e8 currentcolor;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    display: block;
    height: 8px;
    overflow: hidden;
    width: 246px;
}
.project-single-donate  .tile .fill {
    background: rgba(0, 0, 0, 0) url("www/mvc/css/images14/fill.png") repeat scroll 0 0;
    display: block;
    height: 10px;
}
.project-single-donate  .tile .title {
    display: block;
    overflow: hidden;
    padding: 10px 8px 8px;
    white-space: nowrap;
    width: 222px;
}
.project-single-donate  .tile .loc {
    color: #666666;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    padding: 0 8px;
    white-space: nowrap;
    width: 205px;
}
.project-single-donate  .caringbridge {
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 131px;
    margin-bottom: 10px;
    width: 532px;
}
.project-single-donate  .caringbridge .cblogo {
    background: rgba(0, 0, 0, 0) url("images/cb.jpg") repeat scroll 0 0;
    float: left;
    height: 97px;
    margin: 15px;
    width: 76px;
}
.project-single-donate  .caringbridge .title {
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
}
.project-single-donate  .caringbridge .desc {
    font-size: 17px;
    font-weight: 300;
    line-height: 17px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.project-single-donate  .caringbridge .cbform {
    float: left;
    margin-left: 7px;
    width: 413px;
}
.project-single-donate  .caringbridge .cbform {
    color: #666666;
    font-size: 13px;
}
.project-single-donate  .caringbridge .cbform input {
    display: inline-block;
    height: 13px;
    margin-right: 3px;
}
.project-single-donate  .ie8 .caringbridge .cbform input {
    margin-right: 1px;
}
.project-single-donate .ie8 .donationform .addon input {
    padding-left: 0;
}
.project-single-donate  .caringbridge .cbtextfield {
    font-size: 15px;
    height: 28px;
    margin-left: 5px;
    padding: 3px;
    width: 46px;
}
.project-single-donate  .caringbridge .sep {
    border-right: 1px dotted #aaaaaa;
    float: left;
    height: 109px;
    margin-top: 10px;
    width: 1px;
}
.project-single-donate  .radiocb {
    border: 0 none;
    display: inline-block;
    height: 20px;
    margin-right: 3px;
    outline: 0 none;
}
.project-single-donate  .radiocb2 {
    border: medium none;
    margin-top: 2px;
    padding-left: 4px;
}
.project-single-donate  .cbfloat {
    float: left;
    height: 36px;
    line-height: 36px;
    vertical-align: top;
}
.project-single-donate  .givesum .t {
    color: #333333;
    font-size: 18px;
    line-height: 20px;
    margin: 25px 0 15px;
}
.project-single-donate  .givesum {
    color: #666;
    font-size: 16px;
    line-height: 20px;
    margin: 25px 0 15px;
}
.project-single-donate  .givesum .bol {
    color: #000;
}
.project-single-donate  .rad {
    border: 0 none;
    float: left;
    outline: 0 none;
}
.project-single-donate  .givesum .cbanon {
    color: #666666;
    display: inline-block;
    font-size: 14px;
    line-height: 11px;
}
.project-single-donate  .ie8 .givesum .cbanon {
    line-height: 33px;
}
.project-single-donate  .cbanon {
    color: #666666;
    display: inline-block;
    font-size: 14px;
    line-height: 13px;
}
.project-single-donate  .share_container {
    margin: 0 auto;
    width: 342px;
}
.project-single-donate  .share_container .campaign_link {
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #666666;
    display: block;
    font-family: Lato,sans-serif;
    font-size: 15px;
    font-weight: 400;
    outline: medium none;
    padding-bottom: 8px;
    padding-left: 11px;
    padding-top: 8px;
    width: 331px;
}
.project-single-donate  .share_container .sharetxt {
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: left;
    text-shadow: 1px 1px white;
}
.project-single-donate .share_container .sharebar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #e8e8e8 #e8e8e8 #e3e3e3;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 3px;
    overflow: hidden;
    padding: 10px;
    width: 322px;
}
.project-single-donate  .share_container textarea {
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #666666;
    font-family: Lato,sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 53px;
    margin: 0;
    outline: medium none;
    padding: 7px;
    resize: none;
    width: 328px;
}
.project-single-donate  .share_container .widgetpreview {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 356px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}
.project-single-donate .fbusername {
    font-size: 16px;
    line-height: 16px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.project-single-donate  .fbusername.sm {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 225px;
}
.project-single-donate .hps1 {
    float: left;
    position: relative;
    width: 100%;
}
.project-single-donate .hps1 .box {
    margin: 0 auto;
    width: 972px;
}
.project-single-donate .hps1 .box .left {
    float: left;
    width: 227px;
}
.project-single-donate  .lil_drop {
    background: white none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    box-shadow: 5px 5px 5px #999999;
    left: 144px;
    position: absolute;
    top: 0;
    width: 227px;
    z-index: 1;
}
.project-single-donate  .lil_suggest {
    background: white none repeat scroll 0 0;
    color: #666666;
    float: left;
    font-family: lato,sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding: 8px 15px;
    width: 197px;
}
.project-single-donate  .lil_drop .search-result-icon, .project-single-donate  .lil_drop .search-map-marker {
    background: rgba(0, 0, 0, 0) url("images14/search-sp2.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 21px;
    width: 30px;
}
.project-single-donate  .lil_drop .search-result-icon, .lil_drop .search-map-marker {
    height: 21px;
    width: 25px;
}
.project-single-donate  .lil_suggest .search-result-icon {
    background-position: -40px -23px;
}
.project-single-donate  .lil_suggest .search-map-marker {
    background-position: -40px -51px;
}
.project-single-donate  .searchtermrow {
    background-color: #e0e0e0;
}
.project-single-donate  .lil_suggest.locsug {
    width: 227px;
}
.project-single-donate .lil_suggest:hover, .project-single-donate  .lil_suggest.hover {
    background: #eeeeee none repeat scroll 0 0;
}
.project-single-donate  .lil_drop a {
    text-decoration: none;
}
.project-single-donate  .cat_drop {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    box-shadow: 5px 5px 5px #999999;
    display: block;
    height: auto;
    left: 375px;
    padding: 15px 0 15px 15px;
    position: absolute;
    width: 380px;
}
.project-single-donate  .cat_drop .cat_item {
    color: #666666;
    display: block;
    font-family: Lato,sans-serif;
    height: 42px;
    line-height: 42px;
    padding-left: 39px;
    text-decoration: none;
    width: 140px;
}
.project-single-donate  .cat_drop .cat_item:hover {
    text-decoration: underline;
}
.project-single-donate  .col1, .project-single-donate  .col2 {
    float: left;
    width: 190px;
}/*
.c1 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -24px;
}
.c2 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -68px;
}
.c3 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -110px;
}
.c4 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -151px;
}
.c5 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -196px;
}
.c6 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -237px;
}
.c7 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -278px;
}
.c8 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -320px;
}
.c9 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -363px;
}
.c10 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -404px;
}
.c11 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -448px;
}
.c12 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -489px;
}
.c13 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -529px;
}
.c14 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -574px;
}
.c15 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -615px;
}
.c16 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -655px;
}
.c17 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -698px;
}
.c18 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -776px;
}
.c19 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 -738px;
}
.c23 {
    background: rgba(0, 0, 0, 0) url("images/cat_nav_icons.png") no-repeat scroll 0 16px;
}*/
.project-single-donate  a.fave-contain {
    color: #666;
    cursor: pointer;
    display: block;
    font: 400 14px Lato,sans-serif;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    z-index: 1;
}
.project-single-donate  a.fave-contain:hover {
    text-decoration: none;
}
.project-single-donate  .fave-num, .project-single-donate  .fave-sentence {
    display: inline;
}
.project-single-donate  .fave-sp {
    background: rgba(0, 0, 0, 0) url("images/fave-sp.png") no-repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 14px;
    margin-left: 4px;
    text-align: center;
    text-indent: -99999px;
    width: 16px;
}
.project-single-donate  .is-fave .fave-sp {
    background-position: 0 -49px;
}
.project-single-donate  a.fave-contain:hover .fave-sp {
    animation: 1.5s ease 0s normal none 1 running heartbeat;
}
.project-single-donate  a.fave-contain.is-fave:hover .fave-sp {
    animation: 0s ease 0s normal none 1 running none;
}
.project-single-donate  .doner a.fave-contain {
    top: 8px;
}
.project-single-donate  .update_content a.fave-contain {
    margin-bottom: 14px;
    position: static;
}
.project-single-donate   .update_content .fave-sp {
    margin-left: 0;
    margin-right: 5px;
}
.project-single-donate   .fundphoto a.fave-contain {
    right: 15px;
    top: 15px;
}
.project-single-donate   .fundphoto .fave-sp {
    animation: 2s ease 0s normal none 1 running heartbeat;
    background-position: -53px 0;
    height: 47px;
    line-height: 46px;
    text-indent: 0;
    width: 51px;
}
.project-single-donate   .fundphoto .is-fave .fave-sp {
    animation: 0s ease 0s normal none 1 running none;
}
.project-single-donate   .fundphoto .is-fave .fave-sp {
    background-position: -53px -60px;
}
.project-single-donate  .update_content .fave-num, .project-single-donate  .doner .fave-sentence, .project-single-donate  .dcomment .fave-sentence, .project-single-donate  .fundphoto .fave-num, .project-single-donate  .fundphoto .fave-sentence {
    display: none;
}
.project-single-donate  .fave-sp.fave--ico, .fave-sp.fave--icoGray {
    background-position: 0 -100px;
    height: 11px;
    position: relative;
    top: 1px;
    width: 12px;
}
.project-single-donate  .h-banner {
    background: rgba(0, 0, 0, 0) url("images/h-banner.png") no-repeat scroll center 0;
    font-size: 14px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 2px #fff;
}
.project-single-donate  .gfm_lb_main .dtxt.fb-success-check {
    background: #edf0f5 url("images/fb-success-check.png") no-repeat scroll center center;
    height: 246px;
    margin: 0;
    width: 483px;
}
.project-single-donate  .fb-challenge {
    background: #edf0f5 url("images14/bg-fb-challenge.png") no-repeat scroll center 138px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 235px;
    padding-top: 25px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}
.project-single-donate  .fb-section {
    background: #edf0f5 none repeat scroll 0 0;
    padding: 31px 60px;
}
.project-single-donate  .success-check {
    background: #f3f9e2 url("images/success-check.png") no-repeat scroll center center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 286px;
}
.project-single-donate  .dcomment-tabs {
    border-bottom: 1px solid #ddd;
    height: 33px;
}
.project-single-donate  .dcomment-tabs a {
    background: #f5f5f5 none repeat scroll 0 0;
    border-right: 1px solid #ddd;
    color: #666;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    height: 33px;
    line-height: 31px;
    text-align: center;
    width: 104px;
}
.project-single-donate  .dcomment-tabs a.is-selected {
    background: #fff none repeat scroll 0 0;
    height: 34px;
}
.project-single-donate  .gfm_lb_main .body.save-donor {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 25px 25px 22px;
    width: 434px;
}
.project-single-donate  .gfm_lb_main .tm {
    color: #000;
    text-decoration: underline;
}
.project-single-donate  .gfm_lb_main .tm:visited {
    color: #333333;
    text-decoration: none;
}
.project-single-donate  .gfm_lb_main .tm:hover {
    text-decoration: underline;
}
.project-single-donate  .gfm_lb_main .tm:active {
    color: #333333;
    text-decoration: none;
}
.project-single-donate  .gfm_lb_main .body .title {
    color: #333333;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.project-single-donate  .gfm_lb_main .body .title.error {
    color: #b40000;
}
.project-single-donate  .gfm_lb_main .foot {
    color: #666666;
    display: block;
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.project-single-donate  .gfm_lb_main .foot a {
    color: #666666;
    text-decoration: none;
}
.project-single-donate  .gfm_lb_main .foot a:hover {
    text-decoration: underline;
}
.project-single-donate  .gfm_lb_main .btn_foot {
    display: block;
    padding-top: 30px;
    width: 100%;
}
.project-single-donate  .gfm_lb_main .btn_foot.btmlk {
    padding-top: 0;
}
.project-single-donate  .gfm_lb_main .btn_foot .load, .project-single-donate  .loadybase {
    background: rgba(0, 0, 0, 0) url("images14/loady.png") no-repeat scroll 0 0;
    display: block;
    height: 54px;
    margin: 0 auto;
    width: 342px;
}
.project-single-donate  .loady {
    background: rgba(0, 0, 0, 0) url("images14/suload.gif") no-repeat scroll 0 0;
    float: left;
    height: 15px;
    margin: 20px 0 0 107px;
    width: 128px;
}
.project-single-donate  .btn_foot .su, .project-single-donate  .use_fb, .project-single-donate  .btn-save-info {
    background: rgba(0, 0, 0, 0) url("images14/su.jpg") no-repeat scroll 0 0;
    display: block;
    height: 54px;
    margin: 0 auto;
    width: 342px;
}
.project-single-donate  .use_fb {
    background: rgba(0, 0, 0, 0) url("images14/use_facebook_btn.jpg") no-repeat scroll 0 0;
    margin: 36px auto 21px;
}
.project-single-donate  .btn-save-info {
    background: rgba(0, 0, 0, 0) url("images14/btn-save-info.png") no-repeat scroll 0 0;
}
.project-single-donate  .use_fb:hover, .project-single-donate  .btn_foot .su:hover, .project-single-donate  .btn-save-info:hover {
    background-position: 0 -54px;
}
.project-single-donate  .use_fb:active, .project-single-donate  .btn_foot .su:active, .project-single-donate  .btn-save-info:active {
    background-position: 0 -108px;
}
.project-single-donate  .btmlink {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 16px;
    text-align: center;
    text-decoration: none;
}
.project-single-donate  .btn_foot hr {
    border-color: #ccc;
    margin: 0 auto;
    width: 342px;
}
.project-single-donate  .sitg {
    background: rgba(0, 0, 0, 0) url("images14/sitg.png") no-repeat scroll 0 0;
    display: block;
    height: 54px;
    margin: 0 auto;
    width: 342px;
}
.project-single-donate  .sitg:hover {
    background: rgba(0, 0, 0, 0) url("images14/sitg.png") no-repeat scroll 0 -54px;
}
.project-single-donate  .sitg:active {
    background: rgba(0, 0, 0, 0) url("images14/sitg.png") no-repeat scroll 0 -108px;
}
.project-single-donate  .donate-alert-banner {
    background-color: #ffeaec;
    border: 1px solid #ce6564;
    border-radius: 5px;
    color: #b40000;
    font-weight: 300;
    margin-left: 30px;
    margin-top: 30px;
    padding: 20px;
    position: relative;
    width: 486px;
}
.project-single-donate  .alert-close {
    background: rgba(0, 0, 0, 0) url("images14/alert-close.png") no-repeat scroll 0 0;
    display: block;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 18px;
}
.project-single-donate  .choose-friend {
    margin-bottom: 29px;
    position: relative;
    text-shadow: 1px 1px 1px #fff;
}
.project-single-donate  .choose-friend:last-of-type {
    margin-bottom: 0;
}
.project-single-donate  .friend-avatar {
    background: #fff url("images14/bg-fb-avatar.png") no-repeat scroll center bottom;
    border: 1px solid #ddd;
    border-radius: 4px;
    float: left;
    height: 63px;
    margin-right: 20px;
    overflow: hidden;
    width: 63px;
}
.project-single-donate  .friend-avatar img {
    height: 63px;
    width: 63px;
}
.project-single-donate  .friend-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 13px;
    position: relative;
    top: -2px;
}
.project-single-donate  .friend-label.is-error {
    color: #b40000;
}
.project-single-donate  .choose-friend .field {
    margin-bottom: 0;
    width: 333px;
}
.project-single-donate  .choose-friend .lil_drop {
    left: 85px;
    top: 61px;
    width: 353px;
}
.project-single-donate  .choose-friend .lil_suggest {
    width: 324px;
}
.project-single-donate   .friend-info {
    border-bottom: 1px solid #ccc;
    float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    min-height: 64px;
    position: relative;
    width: 355px;
}
.project-single-donate  .friend-meta {
    color: #666;
    font-size: 15px;
    margin-top: 10px;
}
.project-single-donate  .friend-info a.close {
    background: rgba(0, 0, 0, 0) url("images/close.png") no-repeat scroll 0 0;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.project-single-donate  .fb-success-check {
    background: #edf0f5 url("images/fb-success-check.png") no-repeat scroll center center;
    height: 259px;
}
.project-single-donate  .below-foot {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #dfe2d8;
    padding: 20px 0;
    text-align: center;
}
.project-single-donate  a.link-btn {
    color: #999;
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
.project-single-donate  a.btn-white {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 3px;
    color: #999;
    cursor: pointer;
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    line-height: 31px;
    margin-left: auto;
    margin-right: auto;
    min-width: 55px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 90px;
}
.project-single-donate  input.code-grab {
    border: 1px solid #dddddd;
    color: #666;
    font-family: Lato,sans-serif;
    font-size: 15px;
    height: 28px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 450px;
}
.project-single-donate  iframe.widget {
    display: block;
    margin: 20px auto 40px;
}
.project-single-donate  .embed-widget label {
    display: block;
    margin-bottom: 20px;
}
.project-single-donate  .embed-widget input, .project-single-donate  .embed-widget select {
    border-radius: 5px;
    font-family: Lato,sans-serif;
    font-size: 16px;
    padding: 5px;
}
.project-single-donate  .charity--npo .charity-location {
    display: none;
}
.project-single-donate   .charity--npo .charity-info {
    display: block;
    width: 175px;
}
.project-single-donate   .npo-logo-small {
    float: right;
    margin-top: 6px;
    max-height: 66px;
    max-width: 80px;
}
.project-single-donate   .npo-logo-sidebar {
    display: block;
    margin: 10px auto;
    max-height: 100px;
    max-width: 264px;
}
.project-single-donate   .js-npo-banner .branded .bpartner {
    height: 30px;
    margin-top: 10px;
}
.project-single-donate  .npo-about {
    border-bottom: 1px solid #ddd;
    color: #666;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    margin: 40px 0 10px;
    text-transform: uppercase;
}
.project-single-donate  .wepay-iframe-title {
    border-bottom: 1px solid #ddd;
    font-size: 36px;
    font-weight: 300;
    line-height: 38px;
    margin: 25px 0 20px 12px;
    padding-bottom: 25px;
}
.project-single-donate  .form-cc-contain {
    position: relative;
}
.project-single-donate  .donate-sp, .donate-ico-cc {
    background: rgba(0, 0, 0, 0) url("images14/donate-sp.png") no-repeat scroll 0 0;
    display: inline-block;
}
.project-single-donate  .donate-sp--usefb {
    background-position: -19px -25px;
    height: 20px;
    position: relative;
    top: 3px;
    width: 20px;
}
.project-single-donate  .cclist--selected {
    opacity: 1;
}
.project-single-donate  .donate-ico-cc {
    height: 18px;
    margin-left: 15px;
}
.project-single-donate  .ico-cc--visa {
    width: 35px;
}
.project-single-donate  .is-matched .ico-cc--visa {
    margin-left: 11px;
}
.project-single-donate   .ico-cc--mc, .project-single-donate  .ico-cc--mastercard {
    background-position: -51px 0;
    width: 28px;
}
.project-single-donate   .ico-cc--discover {
    background-position: -93px 0;
    width: 44px;
}
.project-single-donate   .is-matched .ico-cc--discover {
    margin-left: 8px;
}
.project-single-donate   .ico-cc--amex {
    background-position: -155px 0;
    width: 19px;
}
.project-single-donate  .is-matched .ico-cc--amex {
    margin-left: 17px;
}
.project-single-donate   .ico-cc-lock {
    background-position: 0 -26px;
    height: 15px;
    left: 20px;
    opacity: 0.5;
    position: absolute;
    top: 16px;
    width: 12px;
}
.project-single-donate   .form--cc:focus + .project-single-donate   .ico-cc-lock {
    opacity: 1;
    transition: opacity 0.5s ease 0s;
}
.project-single-donate   .donate--ico-cvv {
    background-position: -43px -26px;
    height: 23px;
    position: relative;
    top: 4px;
    width: 32px;
}
.project-single-donate   .donatesp-arrow {
    background-position: -81px -26px;
    height: 9px;
    width: 12px;
}
.project-single-donate   .donationform--2016 .continuebtn {
    font-size: 24px;
    width: 300px;
}
.project-single-donate   .donationform--2016 {
    padding: 0;
    width: 100%;
}
.project-single-donate   .donationform--2016 a.goback {
    margin-left: 25px;
    width: 60px;
}
.project-single-donate   .donationform .smallcopy--2016 {
    color: #666;
    margin: 0 auto 12px;
    text-align: center;
    width: 300px;
}
.project-single-donate   .donationform .smallcopy--2016 a {
    color: #333;
}
.project-single-donate   .donationbox--grid {
    background: #f3f9e4 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: auto;
    margin-bottom: 20px;
    padding: 16px 20px 8px;
    width: 555px;
}
.project-single-donate   .donationbox--grid.error {
    background: #feefe5 none repeat scroll 0 0;
}
.project-single-donate   .enter-amount-contain {
    float: left;
    position: relative;
}
.project-single-donate   .enter-amount-currency {
    color: #999;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    left: 13px;
    position: absolute;
    top: 13px;
}
.project-single-donate   .grid-contain .form-text {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: Lato,sans-serif;
    font-size: 20px;
    font-weight: 300;
    height: 45px;
    padding-left: 28px;
    width: 91px;
}
.project-single-donate   .grid-contain .form-text:active, .project-single-donate   .grid-contain .form-text:focus, .project-single-donate   .donationform--2016 input[type="text"]:focus, .project-single-donate   .donationform--2016 input.fullwidth:focus {
    border-color: #333;
    outline: medium none;
}
.donationform.donationform--2016 .fullwidth {
    width: 530px;
}
.project-single-donate   a.usefb2 {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    width: 220px;
}
.project-single-donate   a.usefb2.is-not-using-fb {
    opacity: 0.7;
    transition: opacity 0.5s ease 0s;
}
.project-single-donate   a.usefb2.is-not-using-fb:hover {
    opacity: 1;
    text-decoration: none;
}
.project-single-donate   .donationform--2016 .form-text {
    float: left;
    margin-right: 20px;
    padding-left: 20px;
    width: 239px;
}
.project-single-donate   .donationform--2016 .form-text.is-error {
    border-color: #b20000;
}
.project-single-donate   .donationform--2016 .form-text:last-of-type {
    margin-right: 0;
}
.donationform--2016 .autocomplete {
    top: 47px;
}
.project-single-donate   .donationform--2016 .country {
    width: 248px;
}
.project-single-donate   .amt-btn {
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: Montserrat,sans-serif;
    font-size: 24px;
    font-weight: 400;
    height: 50px;
    margin-bottom: 10px;
    margin-right: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(17, 17, 17, 0.3);
    width: 122px;
}
.project-single-donate   .amt-btn:nth-child(4n) {
    margin-right: 0;
}
.project-single-donate   .grid-contain .btn {
    background: #f5a409 none repeat scroll 0 0;
    border-bottom: 3px solid #e2960b;
    border-radius: 4px;
    height: 47px;
    letter-spacing: -1.2px;
    line-height: 41px;
    opacity: 1;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(17, 17, 17, 0.3);
    transition: opacity 0.15s ease 0s;
}
.project-single-donate   .grid-contain .btn:hover {
    background-color: #f6ad2f;
    transition: background-color 0.15s ease 0s;
}
.project-single-donate   .grid-contain .btn.is-selected, .project-single-donate   .grid-contain input[type="radio"]:checked + .btn {
    background: #a46200 none repeat scroll 0 0;
    border-bottom-color: #a46200;
    transition: background-color 0.15s ease 0s;
}
.project-single-donate  .grid-contain.is-other-amount .btn {
    opacity: 0.7;
    transition: opacity 0.15s ease 0s;
}
.project-single-donate  .amt-btn label {
    cursor: pointer;
    display: block;
    width: 122px;
}
.project-single-donate  .amt-btn label sup {
    font-size: 50%;
    margin-left: -8px;
    padding-right: 2px;
}
.project-single-donate  input[type="radio"] {
    display: none;
}
.project-single-donate  .multifield-cc-contain {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 20px;
    position: relative;
}
.project-single-donate  .multifield-cc-contain.is-focus {
    border-color: #333;
}
.project-single-donate  .multifield-cc-contain .form-noborder {
    border: medium none;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}
.project-single-donate  .multifield-cc-contain .form-noborder:last-of-type {
    margin-right: 0;
}
.project-single-donate  .donationform input.form--cc {
    padding-left: 36px;
    width: 221px;
}
.project-single-donate  .form--date {
    width: 95px;
}
.project-single-donate  .form--cvv {
    width: 52px;
}
.project-single-donate  .cc-ico-contain {
    opacity: 0.5;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 196px;
}
.project-single-donate  .cc-ico-contain.is-matched {
    opacity: 1;
    width: 44px;
}
.project-single-donate  .cc-ico-contain.is-matched + input + .ico-cc-lock {
    display: none;
}
.project-single-donate  .multifield-cc-info {
    display: none;
}
.project-single-donate  .is-error .processheader .headline {
    color: #b20000;
}
.project-single-donate  .is-error .donationbox--grid {
    background: #f7e5e5 none repeat scroll 0 0;
}
.project-single-donate  .grid-contain .form-text.is-error {
    border-color: #b20000;
}
.project-single-donate  .donationform--2016 input.error {
    background: #fff none repeat scroll 0 0;
}
.project-single-donate  .error-box, .project-single-donate  .general-error {
    background: #d87f7f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-bottom:0px;
    margin-top: 16px;
    min-width: 240px;
    padding: 10px 20px;
    position: relative;
}
.project-single-donate  .general-error {
    font-size: 20px;
    margin-top: 5px;
    padding: 20px;
    width: 555px;
}
.project-single-donate  .general-error a {
    color: #fff;
    text-decoration: underline;
}
.project-single-donate  .error-box::before {
    border-color: transparent transparent #d87f7f;
    border-style: solid;
    border-width: 0 25px 20px;
    content: "";
    height: 0;
    left: 22px;
    position: absolute;
    top: -10px;
    width: 0;
}
.project-single-donate  #donate-billing .form-cc-contain .error-box {
    margin-top: -5px;
}
.project-single-donate  #donate-billing .error-box {
    margin-top: -15px;
}
.project-single-donate  #donate-billing .error-box.fr::before, .project-single-donate  #donate-billing .error-box.error-boxmid::before {
    left: initial;
    right: 33px;
}
.project-single-donate  .error-contain--grid .error-box {
    display: block;
    margin: -20px auto 20px;
}
.project-single-donate  .form-text.is-error:last-of-type + .error-box, .project-single-donate  .form--cvv.is-error + .error-box, .project-single-donate  .error-box--date, .project-single-donate  .error-box--cvv {
    float: right;
}
.project-single-donate  .error-box--cvv::before {
    left: auto;
    right: 22px;
}

.project-single-donate  .three {
    min-height: 84px;
    padding: 20px 30px 0;
    position: relative;
}
.project-single-donate  .lb1, .project-single-donate  .lb2 {
    float: left;
    position: relative;
}
.project-single-donate  .lb1 {
    left: 50%;
}
.project-single-donate  .lb2 {
    left: -50%;
}
.project-single-donate  .rtlnk, .project-single-donate  a.rtlnk, .ltlnk, .project-single-donate  a.go-back, .project-single-donate  .mce-floatpanel .mce-btn.mce-last button {
    color: #999;
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    right: 30px;
    text-decoration: none;
    text-transform: uppercase;
    top: 50px;
    z-index: 0;
}
.project-single-donate  a.go-back, .project-single-donate  .ltlnk {
    left: 30px;
    right: auto;
}
.project-single-donate  .share-card {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    padding: 7px;
    width: 350px;
}
.project-single-donate  .post-share-img {
    display: block;
    width: 100%;
}
.project-single-donate  .post-share-title {
    color: #999;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px;
}
.project-single-donate .post-share-icons {
    background: rgba(0, 0, 0, 0) url("images14/like-comment-sp.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 14px;
    margin-top: 11px;
    width: 45px;
}

.project-single-donate  .commentbox {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 20px 0;
    width: 534px;
}
.project-single-donate  .commentbox textarea {
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #999;
    font-family: Lato,sans-serif;
    font-size: 20px;
    font-weight: 300;
    height: 70px;
    margin-left: 20px;
    padding: 10px;
    resize: none;
    width: 480px;
}
.project-single-donate  .commentbox.is-private textarea {
    height: 46px;
}
.project-single-donate  .commentbox *:-moz-placeholder {
    color: #999999;
}
.project-single-donate  .commentbox *::-moz-placeholder {
    color: #999999;
}
.project-single-donate  .commentbox .doner {
    border-bottom: 0 none;
    display: inline-block;
}
.project-single-donate  .commentbox .damt {
    font-size: 40px;
    line-height: 37px;
}
.project-single-donate  .commentbox .damt span {
    font-size: 20px;
}
.project-single-donate  .commentbox .dname {
    font-size: 20px;
    line-height: 38px;
}
.project-single-donate  .commentbox .dsclmr {
    display: none;
    font-family: Lato,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}
.project-single-donate  .commentbox.is-private .dsclmr {
    display: block;
}
.project-single-donate  .togglecon {
    background: #ddd none repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: 0 0 0 1px #d5d5d5 inset;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    position: relative;
    width: 50px;
}
.project-single-donate  .commentbox.is-private .togglecon {
    background: #72a700 none repeat scroll 0 0;
    box-shadow: 0 0 0 1px #72a700 inset;
}
.project-single-donate  .togglecon {
    background: #ddd none repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: 0 0 0 1px #d5d5d5 inset;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    position: relative;
    transition: background 0.25s ease 0s;
    width: 50px;
}
.project-single-donate  .togglein {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.3);
    display: inline-block;
    height: 26px;
    left: 1px;
    position: absolute;
    top: 1px;
    transition: left 0.25s ease 0s;
    width: 26px;
}
.project-single-donate  .togglecon.selected {
    background: #72a700 none repeat scroll 0 0;
    box-shadow: 0 0 0 1px #72a700 inset;
}
.project-single-donate  .togglecon.selected .togglein {
    left: 23px;
}
.project-single-donate  .commentbox.is-private .togglein {
    left: 23px;
}
.project-single-donate  .toggletxt {
    bottom: 8px;
    color: #999;
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    font-weight: bold;
    left: 13px;
    position: relative;
}
.project-single-donate  .toggletxt.regular {
    color: #1a1a1a;
    font-family: Lato,sans-serif;
    font-size: 20px;
    font-weight: 300;
    left: 20px;
    line-height: 20px;
}
.project-single-donate  .hd_alert {
    background: #fff none repeat scroll 0 0;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.project-single-donate  .hd_alert_contain {
    color: #333;
    font-family: lato,sans-serif;
    font-size: 15px;
    margin: 0 auto;
    position: relative;
    width: 970px;
}
.project-single-donate  .hd_alert_contain a {
    color: #5f7e19;
    text-decoration: none;
}
.project-single-donate  .hd_alert_contain .close {
    background: rgba(0, 0, 0, 0) url("images/close.png") no-repeat scroll 0 0;
    float: right;
    height: 20px;
    width: 20px;
}
.project-single-donate .check-box {
    display: block;
    margin: 15px auto 0;
    text-align: left;
    width: 350px;
}
.project-single-donate .check-mark {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 1px #999;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    vertical-align: top;
    width: 20px;
}
.project-single-donate .check-mark.ischecked {
    background: #fff url("images14/checkmark.png") no-repeat scroll 5px 7px;
}

.project-single-donate .check-box-text {
    display: inline-block;
    width: 315px;
}
.project-single-donate .lb-h2 {
    color: #666;
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
}
.project-single-donate .charity-descrip {
    font-size: 18px;
    letter-spacing: -0.1px;
    line-height: 26px;
    margin-bottom: 20px;
}
.project-single-donate .charity-image-contain {
    margin: 0 auto;
    position: relative;
    width: 362px;
}
.project-single-donate .charity-image-contain img {
    border-radius: 5px;
    min-height: 20px;
    width: 100%;
}
.project-single-donate .charity-logo-contain {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    bottom: -12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    left: 134px;
    padding: 8px;
    position: absolute;
    width: 77px;
}
.project-single-donate .charity-logo-contain img {
    border-radius: 0;
    width: 100%;
}
.project-single-donate .ico-cc-sp {
    background: rgba(0, 0, 0, 0) url("images14/ico-cc-sp.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 18px;
    margin: -5px 3px 0;
    vertical-align: middle;
}
.project-single-donate .ico-cc-sp--visa {
    background-position: 0 3px;
    width: 34px;
}
.project-single-donate .ico-cc-sp--mastercard {
    background-position: 0 -44px;
    width: 28px;
}
.project-single-donate .ico-cc-sp--discover {
    background-position: 0 -90px;
    width: 42px;
}
.project-single-donate .ico-cc-sp--amex {
    background-position: 0 -138px;
    width: 18px;
}

.project-single-donate .lb-h2 {
    color: #666;
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
}
.project-single-donate .charity-descrip {
    font-size: 18px;
    letter-spacing: -0.1px;
    line-height: 26px;
    margin-bottom: 20px;
}
.project-single-donate .charity-image-contain {
    margin: 0 auto;
    position: relative;
    width: 362px;
}
.project-single-donate .charity-image-contain img {
    border-radius: 5px;
    min-height: 20px;
    width: 100%;
}
.project-single-donate .charity-logo-contain {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    bottom: -12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    left: 134px;
    padding: 8px;
    position: absolute;
    width: 77px;
}
.project-single-donate .charity-logo-contain img {
    width: 100%;
}
.project-single-donate .breakword {
    overflow-wrap: break-word;
}
.project-single-donate .cf::before, .project-single-donate .cf::after {
    content: "";
    display: table;
}
.project-single-donate .cf::after {
    clear: both;
}
.project-single-donate .donation-payment-method {
    margin-bottom: 30px;
    width: 519px;
}
.project-single-donate .donation-payment-method h3 {
    margin-bottom: 30px;
}
.project-single-donate .donation-payment-method label {
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}
.project-single-donate .donation-payment-method input[type="radio"] {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 60px;
}
.project-single-donate .donation-saved-credit-card {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
}
.project-single-donate .donation-saved-credit-card .user_name {
    width: 40%;
}
.project-single-donate .donation-saved-credit-card .card_type {
    margin-right: 10%;
}
.project-single-donate .donation-saved-credit-card .last_four {
    width: 25%;
}
.project-single-donate .donation-saved-credit-card .expirationdate {
    width: 15%;
}
.project-single-donate .donation-saved-credit-card .fa {
    color: #666666;
}
.project-single-donate .donation-saved-credit-card .fa-cc-visa {
    color: #1a1f71;
}
.project-single-donate .donation-saved-credit-card .fa-cc-mastercard {
    color: #ff9900;
}
.project-single-donate .donation-saved-credit-card .fa-cc-amex {
    color: #002663;
}
.project-single-donate .donation-saved-credit-card .fa-cc-jcb {
    color: #79b43d;
}
.project-single-donate .donation-saved-credit-card .fa-cc-discover {
    color: #dc892f;
}
.project-single-donate .paypal-btn {
    cursor: pointer;
}
.project-single-donate .cc-paypal-logos {
    background: rgba(0, 0, 0, 0) url("images/cc-paypal-logos.png") no-repeat scroll 0 0;
    display: block;
    height: 28px;
    margin: -10px auto 20px;
    width: 221px;
}
.project-single-donate .giving-tuesday-section {
    background: #edf0f5 none repeat scroll 0 0;
    padding: 31px 40px;
    text-align: center;
}
.project-single-donate .giving-tuesday-badge {
    background: rgba(0, 0, 0, 0) url("images/btn-givingtuesday.png") no-repeat scroll 0 0;
    height: 212px;
    margin: auto;
    width: 212px;
}
.project-single-donate .giving-tuesday-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    text-shadow: 1px 1px 1px #fff;
}
.project-single-donate .newpassword-contain > input {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: 350px;
}
.project-single-donate .pwstrength-bars {
    font-size: 0;
    height: 4px;
    width: 350px;
}
.project-single-donate .pwstrength-label {
    font-weight: bold;
}
.project-single-donate .pwstrength-bar {
    background-color: lightgray;
    display: inline-block;
    height: 100%;
    width: 110px;
}
.project-single-donate .pwstrength-bar:not(:last-child) {
    margin-right: 10px;
}
.project-single-donate .pwstrength-bar:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.project-single-donate .pwstrength-bar:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.project-single-donate .password-wrap .error-box {
    margin-bottom: 0;
}
.project-single-donate .donationform div.braintree-hf-anchor {
    border: 1px solid #cccccc;
    border-radius: 5px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 22px;
    outline: medium none;
    padding-bottom: 11px;
    padding-left: 11px;
    padding-top: 11px;
}
.project-single-donate .donationform div.braintree-hf-anchor.error, .project-single-donate div.braintree-hf-month.error, .project-single-donate div.braintree-hf-year.error, .project-single-donate div.braintree-hf-cvv.error {
    background: #ffeaec none repeat scroll 0 0;
    color: #b40000;
}
.project-single-donate .donationform div.braintree-hf-anchor-small {
    padding-right: 14px;
    width: 227px;
}
.project-single-donate .processdonation .green-new {
    margin-bottom:20px;
}
.project-single-donate .ml20 {
    margin-left:20px;
}
.project-single-donate .mt20 {
    margin-top: 20px;
}
.project-single-donate .donatesprite-fbcolor {
    background-position: 0 -141px;
    height: 15px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 15px;
}
.project-single-donate .donatesprite-fb {
    background-position: 0 -127px;
    height: 12px;
    position: relative;
    top: 4px;
    width: 12px;
}
.project-single-donate .donationform .gobacknew {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0;
}
.project-single-donate .details .bar .fill {
    background: rgba(0, 0, 0, 0) url("images/fill.png") no-repeat scroll 0 0;
}
.project-single-donate .details .bar .fill {
    float: left;
    height: 26px;
    margin: 4px 0 0 5px;
    width: 253px;
}
.project-single-donate  .delogo {
    margin-top:14px;
    display:inline-block;
    width:100%;
}
.project-single-donate .headbar {
    color: #666666;
    font-family: "montserrat",sans-serif;
    font-size: 14px;
    line-height: 35px;
    text-shadow: 1px 1px white;
}
.project-single-donate .wpneo_donate_button ,#place_order {
    background: #3398cc;
    border:none;
    border-bottom: 3px solid #2b86b5;
    border-radius: 5px;
    color: #fff;
    font-family: montserrat,sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 56px;
    margin: 10px auto;
    min-width: 55px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px ;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #106490;
    width: 100%;
    max-width: 320px;
    text-transform: none;
}
.project-single-donate .wpneo_donate_button:hover, #place_order:hover{
    background-color: #2091cb !important;
}
.project-single-donate .light-bkgd {
    background:#83d4fe;
}
.project-single-donate .light-bkgd .camptitle {
    text-shadow:none !important;
}

.ig-testimonials .image {
    background:transparent !important;
    padding: 10px;
    display: inline-block;
    margin-top: 50px!important;
}
.ig-testimonials .text {
    padding:0px !important;
}
.ig-testimonials  .testimonial_title {
    background:#3398cc;
    color:#fff !important;
    text-align:left;
}
.ig-testimonials  h5.testimonial_title {
    margin-bottom: 90px;
    margin-top: -122px;
    padding:10px 10px !important;
}
.ig-testimonials .image img {
    width:100%;
}
.tab-campaign-story-left,.tab-campaign-story-left font,.tab-campaign-story-left p,
.tab-campaign-story-left p span {
    font-size: 16px !important;
    font-family: "Open Sans",sans-serif !important;
    color: #262626 !important;
}

.project-single #bx-pager a {
    margin:0 10px 0 0;
}
.donationform .bb.mb25.mt25.smallcopy {
    border-bottom: 0 !important;
    margin-top: 20px;
}
.photo #fbprofile, .photo #fbprofile_old {
    border: 1px solid #dddddd;
    border-radius:4px;
    margin: 10px auto 0;
    overflow: hidden;
    text-align: center;
    width: 65px;
}
.aboutorganizer .admin_avtar img {
    border: 1px solid #dddddd;
    border-radius:4px;
    overflow: hidden;
    text-align: center;
    padding:2px;
}
.input-text.wc-credit-card-form-card-number,.input-text.wc-credit-card-form-card-expiry,.input-text.wc-credit-card-form-card-cvc,
.woocommerce-checkout .input-text ,#billing_state,#billing_country,#shipping_country {
   /* border: 1px solid #ccc !important;
    border-radius: 0!important;
    box-sizing: border-box!important;
    color: #2c3e50!important;
    font-family: montserrat!important;
    font-size: 18px!important;
    margin-bottom:25px!important;
    padding:12px!important;
    width: 100%!important;
    height: 48px;*/
}
.shipping-mode.checkbox {
    padding-left: 15px;
    color: #606060;
}
.wc-credit-card-form.wc-payment-form .form-row.form-row-first ,.wc-credit-card-form.wc-payment-form .form-row.form-row-last {
    width:49%;
}
.wc_payment_method.payment_method_stripe > label, .wc_payment_method.payment_method_stripe #stripe-payment-data >p{
    display:none;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    background:none;
    padding:0;
    margin:0;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border:0 !important;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    margin-top:0px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float:none;
}
.form-row.place-order {
    text-align: center;
}
.wc_payment_methods.payment_methods.methods {
    padding:0 !important;
    padding:0;
}
.wc_payment_methods.payment_methods.methods{
    border:0!important;
    padding:0 !important;
}
form#login{
    background-clip: padding-box;
    display: none;
    background-color: #FFFFFF;
    border: 8px solid rgba(51, 51, 51, 0.6);
    border-radius: 16px;
    position: fixed;
    top: 50%;
    padding: 0;
    width: 100%;
    max-width: 402px;
    z-index: 99999;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

form#login p.status{
    display: none;
}
form#login .popup-header{
    padding: 20px;
}
form#login .popup-body{
    background: #eeeeee;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 20px;
}
form#login .popup-bottom{
    padding: 15px 0;
    text-align: center;
}
.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    z-index: 99991;
}
.login-popup h1{
    color: #333333;   
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    margin: 0 0 20px;
    text-align: center;
}
.login-popup .input {
    margin-top: 10px;
    width: 100%;
    border-color: #ccc;
    padding: 10px 12px;
    border-radius: 5px;
}
.login-popup .lost{
    color: #a8a8a8;
    text-decoration: underline;
    font-size: 12px;
}
.login-popup .lost:hover {
    color: #333;
}
.login-popup .signup-sections .btn-signup {
    border-top: none;
}
.campaignInfo-header {
    margin-bottom: 20px;
}
.campaignInfo-header .campaignInfo-header1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.campaignInfo-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
}
.checkout_sidebar {
    border: 1px solid #dddddd;
    background-color: #f5f5f5;
}
.amount-contain {
    position: relative;
}
.campaign-contribution {
    background-color: #dbf4f4;
    padding: 20px 20px 10px;
    border-bottom: 1px solid #dddddd;
}
.campaign-contribution  .amount-contain {
    margin-bottom: 10px;
}
.campaign-moduleHeader {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
    margin-bottom: 7px;
}
.campaign-moduleHeader .label{
    color: #000;
    font-size: 14px;
    padding: 0;
}
.campaign-moduleHeader .add-perk{
    color: #3398cc;
    margin-right: 5px;
    display: inline-block;
}
.checkout_sidebar .sidebar {
    padding: 0 20px;
    background: #f5f5f5;
}
.checkout_sidebar .dollarsign{
    font-family: "Benton Sans","Helvetica","sans-serif";
    font-size: 14px;
    font-weight: normal;
    left: 15px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    color: #000;
    margin: 0;
    padding: 0;
    width: 14px;
}
.checkout_sidebar .campaign_currency {
    font-family: "Benton Sans","Helvetica","sans-serif";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
}
.checkout_sidebar  .donationamount {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    display: block;
    font-family: "Benton Sans","Helvetica","sans-serif";
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 20px;
    padding: 5px 50px 5px 25px;
    width: 100%;
}
.percentageset {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    display: block;
    font-family: "Benton Sans","Helvetica","sans-serif";
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 20px;
    padding: 5px 50px 5px 25px;
    width: 100%;  
}
.checkout_sidebar  .donationamount:focus{
    border-color: #000;
}
.checkout_sidebar .campaign-review {
    padding: 20px;
}
.campaign-review-lineItems{
    width: 100%;
}
.campaign-review-lineItems tr td:first-child {
    max-width: 0;
    overflow: hidden;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.campaign-review-lineItems td.campaign-data-name {
    text-align: left;
}
.campaign-review-lineItems tr td:nth-child(2) {
    white-space: nowrap;
    width: 100%;
}
.campaign-review-lineItems td.campaign-review-amount {
    text-align: right;
}
.campaign-review-lineItems tr td.space {
    padding-right: 0;
}
.campaign-review-lineItems td .space-div {
    border-top: 1px solid #ddd;
    margin: 20px 0;
}
.campaign-review-lineItems .currency {
    font-family: "Benton Sans","Helvetica","sans-serif";
}
.campaign-review-lineItems .currency em {
    color: inherit;    
    font-size: 11px;
    font-weight: inherit;
    line-height: 18px;
    font-style: normal;
    margin-left: 0.3em;
}
.campaign-review-lineItems tr.total {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
}
.campaign-review-lineItems tr.total td.campaign-data-name,
.campaign-review-lineItems tr.total .currency span{
    font-size: 16px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment {
    padding: 20px;
}
.contribution-appearance p{
    margin-bottom: 10px;
}
.campaign-radioItem {
    align-items: flex-start;
    border: 1px solid #dddddd;
    display: flex;
    margin: 10px 0;
    min-height: 50px;
    padding: 14px 15px;
    font-family: "Benton Sans","Helvetica","sans-serif";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
}
.campaign-radioItem--selected {
    background: #dbf4f4;
}
.campaign-radioItem input[type="radio"] {
    display: none;
}
.campaign-radioItem input[type="radio"]:checked ~ .campaign-otherInput {
    display: block;
    width: 100%;
}
.campaign-radioItem input[type="radio"]:checked ~ .campaign-otherText {
    display: none;
}
.campaign-radioItem .campaign-invisibleInput {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    display: none;
}
.campaign-radioItem-button {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #a8a8a8;
    border-radius: 10px;
    height: 20px;
    margin-right: 15px;
    width: 20px;
}
.campaign-radioItem input[type="radio"]:checked + .campaign-radioItem-button {
    border: 7px solid #2a2a2a;
}
#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
    margin:0 !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}
.woocommerce-checkout #order_review_heading {
    margin:0;
    padding:0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 36px;
    font-weight: 300;
    line-height: 36px;
    margin:0 0 30px;
    padding-bottom: 25px;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin-left:0 !important;
    margin-right:0 !important;
}
.checkout_left_section .input-text, .checkout_left_section select,#billing_country, #shipping_country{
   margin-bottom: 10px;
}
.checkout_left_section .form-label {
    margin-bottom: 10px;
    margin-top: 30px;
}
.checkout_left_section .contribution-appearance {
    margin-top: 30px;
}
.form-row.form-row-wide ,.form-row.form-row-first,.form-row.form-row-last {
    padding: 0!important;
}
.wc-credit-card-form.wc-payment-form #stripe-card-number {
    margin:0 0 23px !important;
}
.woocommerce-order-received .detail_content header h2, .woocommerce-order-received .detail_content header h3,.woocommerce-checkout  .woocommerce > h2{
    color: #ffffff;
    font-family: verdana;
    padding: 4px 12px;
    font-size: 25px;
    font-style: normal;
    margin: 0;
    font-weight: normal;
}
.woocommerce-order-received .detail_content address{
    line-height: 25px;
    padding: 12px;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-order-received .woocommerce header {
    background:#47a2d1;
}
.woocommerce-checkout  .woocommerce > h2 {
    background:#47a2d1;
    position: relative;
    z-index: 9999;
    margin-bottom:0px;
    padding: 8px 12px;
    color:#fff;
    border-radius:5px 5px 0 0;
}
.woocommerce-checkout  header {
    border-radius:5px 5px 0 0;
}
.woocommerce-checkout .woocommerce table.shop_table {
    border-radius:0 0 5px 5px;
}
.woocommerce-checkout .addresses address {
    border-radius:0 0 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .woocommerce-thankyou-order-details {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    /*padding:0px 10px 0px 0px;
    width: 50%;*/
    width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details.order_details li   strong {
    padding-top:5px;
}
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details.order_details li {
     border-right: 1px solid rgba(0, 0, 0, 0.1);
     width: 25%;
     margin:0;
     padding-left:20px;
     padding:10px 10px 10px 20px;
}
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details.order_details li:last-child{
    border-right:0px;
}
.woocommerce-checkout  .campaignPerks .campaignPerks-title {
    margin: 0; 
    padding: 0;
    border: none;
    text-transform: none;
}
.woocommerce-checkout .campaignPerks .perkCard {
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none; 
    padding: 10px;
}
.woocommerce-thankyou-order-received {
    font-size:16px;
    font-weight:600;
    color:#47a2d1;
}
.woocommerce-checkout .woocommerce td.product-name dl.variation dd {
    margin-bottom:0;
}
section.confirm-us {
    padding:0px;
}
.bottom-section {
    text-align:center;
}
.bottom-section h2 {
    font-size:15px;
    color:#333;
    margin:0 0 15px 0;
    font-weight:600;
    line-height:22px;
}
.bottom-section a{
    cursor: pointer;
}
.bottom-section p {
    font-size:14px;
    color:#333;
    font-weight:300;
    margin-bottom:0px;
}
.bottom-section .icon-bottom {
    display: inline-block;
    margin: 0 auto 15px;
    text-align: center;
    width: 100%;
}
.bottom-section .icon-bottom img {
    border-radius:50%;
    width:80px;
}
.bottom-section .greentextcus {
    display:block;
    color:#e41328;
}
.bottom-section .row .border-right{
    position:relative;
    /*min-height: 280px*/
}
.bottom-section .row .border-right:after{
    /*border-right:1px solid #f1f1f1;
    content:"";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;*/
}
.bottom-section .row  {
    display: flex;
    flex-wrap: wrap;
}
.home section.white {
    padding-top:0px;
}
.artsCause-why {
    border-top: 1px solid #f0f0f0;
    padding-top:20px;
    margin-top:30px;
}
.featured-arts-campaigns h3 {
    padding-top:30px;
}
.featured-arts-campaigns #popular .col-lg-3:nth-child(5) {
    clear: both;
}
#intor-section.artsCause-why ul {
    padding-top:0px;
}
section.bottom-section {
    padding:30px 0;
}
.sidebar .project-single-donate-new {
    display:inline-block;
    width:100%;
    border:0;
    box-shadow:none;
}
.project-single-donate .aboutorganizer {
    border:0;
    box-shadow:none;
    padding:0px;
}
.project-single-donate-new .aboutorganizer .admin_avtar img {
    border-radius: 50%;
    padding:0;
}
.project-single-donate-new .right-part {
    float:right;
    width:84%;
}
.project-single-donate-new .fa-tags ,.project-single-donate-new .fa-map-marker , .project-single-donate-new .fa-envelope {
    color:#3968a0;
}
.aboutorganizerheadline {
    border-bottom:1px dotted #cacaca;
}
.bottom-new  {
    display:inline-block;
    width:100%;
    margin-top:15px;
    border-top:1px solid #cacaca;
    padding-top:10px;
}
.project-single-donate-new  .aboutorganizerheadline {
    padding-bottom:8px;
    margin-bottom:15px;
}
.project-single-donate-new .fbusername {
    margin-bottom:8px;
}
.project-single-donate-new .mediumtext {
    font-family: "Open Sans",sans-serif;
    margin-bottom:5px;
}
.project-single-donate .fbusername {
    font-size:14px;
}
.popular-details ul li.last {
    text-transform:none;
}
.bx-wrapper .bx-controls-direction a {
    height: 32px;
    margin-top: -26px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 32px;
    z-index: 99;
    font-size:0px;
}
.bx-wrapper .bx-prev {
    /*background:url("images/controls.png") no-repeat scroll 0 -32px;*/
    left: -40px;
}
.bx-wrapper .bx-next {
    /*background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll -43px -32px;*/
    right: -40px;
}
.tribe-events-before-html #demos {
	padding: 15px;
}
#tribe-events-bar { margin-bottom: 0; }
.tribe-events-before-html .event-detail {
	display: block;
}
.tribe-events-before-html .event-detail:hover {
	opacity: 0.85;
}
.tribe-events-before-html .event-date{
	background: #000;
    color: #bcbec0;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    position: absolute;
    text-transform: uppercase;
    top:0;
    left: 0;
    z-index: 1;
}
.tribe-events-before-html .event-description {
	background: #000;
	position: relative;
	height: 80px;
}
.tribe-events-before-html .event-description .event-title {
	font-weight: bold;
	padding: 5px 8px;
	color: #fff;
	line-height: 18px;
}
.tribe-events-before-html .event-description .event-vanue {
	position: absolute;
	bottom: 0;
	padding: 0 8px 8px;
	font-size: 13px;
	color: #bcbec0;
	left: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	background: rgba(255, 255, 255, 0.85);
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 25px;
}
.owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel .owl-nav .owl-next {
	right: 0;
}
#detail .modal-content {
	max-width: 960px;
}
#tribe-events-content-wrapper .community-desc {
    font-size: 20px;
}
.featured-event-title {
    font-size: 25px !important;
    text-align: center;
}
.autoplay-slider {
    margin-bottom: 20px;
}
#tribe-events-content .tribe-events-page-title { margin-bottom: 0 !important; }
#detail.modal .modal-header{
	padding: 20px 20px 5px;
}
#detail.modal .modal-header h3 {
	font-size: 30px;
	font-weight: bold;
}
#detail.modal .modal-body {
	padding: 10px 20px 30px !important;
}
.event-popup-details .event-date {
	border-top: 1px solid #dededf;
	border-bottom: 1px solid #dededf;
	padding: 8px 0;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
.modal-description-image {
	float: left;
	margin: 0 20px 20px 0; 
}
.event-popup-details  .address,.event-popup-details .website,
.event-popup-details .phone {
	margin-top: 10px;
	padding-left: 26px;
	position: relative;
}
.event-popup-details  .address .fa,.event-popup-details .website .fa,
.event-popup-details .phone .fa {
	position: absolute;
	font-size: 20px;
	left: 0;
	top: 3px;
}
.event-popup-details .website a,
.event-popup-details .phone a {
	color: #000;
}
.event-popup-details .website a:hover,
.event-popup-details .phone a:hover {
	opacity: 0.85;
}
div#map {
    position: relative;
    border: 1px solid #999;
}

div#crosshair {
    position: absolute;
    top: 192px;
    height: 19px;
    width: 19px;
    left: 50%;
    margin-left: -8px;
    display: block;
    background: url(images/crosshair.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
@media only screen and (min-width:767px){
    .home .site-content .container {
        padding-left:0px;
        padding-right:0px;
    }
    #intor-section ul li:nth-child(3){
        margin-right:0px;
    }
}
@media only screen and (max-width:1250px) {
    .bx-wrapper .bx-prev {
        left: -20px;
    }
    .bx-wrapper .bx-next {
        right: -20px;
    }
}
@media only screen and (max-width:767px) {
    .modal-dialog.lg iframe {
        width: 100% !important;
    }
    .bx-wrapper .bx-prev {
        left: -15px;
    }
    .bx-wrapper .bx-next {
        right: -15px;
    }
    div#map {
    	margin-top: 20px;
    }  
    /*.main-slider .bx-wrapper li .banner-title {
        font-size: 20px !important;
        text-align: center;
        left: 10px;
    }*/
}
@media (max-width:639px) {
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details.order_details li {
        width: 50%;
    }
}
@media only screen and (max-width:479px) {    
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details.order_details li {
        width: 100%;
        border-right: none;
    }    
    .shop_table.customer_details td,.shop_table.customer_details th{
        display: block;
        border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
    .forgot_pwd .form-ui .btn.btn-4.blue {
        font-size: 12px;
        padding: 10px;
    }
}
.timthumb-image img{
	width:67px;
	height:67px;
}
.project-single #bx-pager a {
    margin: 0 10px 0 0;
}
.project-single #bx-pager a {
    line-height: 1.5em;
    float: left;
    width: 67px;
    height: 67px;
}
/*--------------25-07-2017-----------------*/
.video_library_group ,.image_library_group {
	border-bottom:1px solid #ddd;
	width:100%;
	display:inline-block;
}
.image_lib_single ,.video_lib_single {
	width:133px;
	display:inline-block;
	vertical-align:top;
	margin:0 0 10px 10px;
    position: relative;
}
.lib_title {
	display:inline-block;
	vertical-align:top;
	padding:8px 15px 8px;
	width:100%;
	font-size:18px;
	border-bottom:1px solid #ddd;
}
.image_box ,.video_box {
	width:100%;
	display:inline-block;
	vertical-align:middle;
	padding:0;
    margin-top: 10px;
}
.image_box img,.video_box img {
	height:120px;
	width:auto;
	border:1px solid #ddd;
	padding:2px;
	border-radius:10px;
}
.lib_edit_delete ,.video_lib_remove {
	/*width:100%;*/
	display:inline-block;
	vertical-align:middle;
	/*padding:0 15px;*/
	text-align:center;
}
.image_lib_edit {
    background: #8dc740;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    text-align:center;
    width: 28px;
	margin-right:0;
}
.image_lib_edit:hover,.image_lib_remove:hover,#image_library .video_library_group .fa.fa-times:hover {
	opacity:0.7;
	cursor:pointer;
}
.image_lib_remove,#image_library  .video_library_group .fa.fa-times {
    background: #ff0000;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height:28px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    width: 28px;
}
#image_library .btn-blue.btn-big.add_more {
    border: 1px solid transparent !important;
	background:#a8eb4e !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    padding:12px 43px !important;
    text-transform: uppercase!important;
	display:block;
	margin:19px auto !important;
	text-shadow:none !important;
	color:#000 !important;
	height:auto !important;
	line-height:normal !important;
}
#image_library .btn-blue.btn-big.add_more:hover{
	background:#97d840 !important;
}
.start-project .start-content #image_library .image_lib_next {
	max-width:250px;
}
.image_lib_single:hover .image_box,.video_lib_single:hover .video_box {
  opacity: 0.3;
}
.image_lib_single:hover .lib_edit_delete,.video_lib_single:hover .video_lib_remove {
	opacity: 1;
}
.lib_edit_delete {
	transition:.5s ease;
	opacity: 0;
	position:absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%)
}
.video_lib_remove{
	  transition: .5s ease;
	  opacity: 0;
	  position: absolute;
	  top:50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%)
}
#image_popup .modal-header .close{
    float: right;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.campaignPerks .campaignPerks-title {
    border-bottom: 1px solid #dddddd;
    color: #a8a8a8;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
}
.campaignPerks .perkCard {
    box-shadow: 0 0 0 1px #dddddd;
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
    padding: 30px 20px 20px;
}

.perk-annotation {
    background-color: #3398cc;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.perk-amount strong{
    font-size: 20px;
    padding-right: 10px;
    color: #000;
}
.perk-amount {
    color: #6a6a6a;
    font-size: 14px;
}
.perk-label {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 5px;
}
#edit_modal_reward .modal-body {
    margin-left: 10px
}
#modal_reward_popup ,#edit_modal_reward{
    overflow: auto;
}
.tagline {
    color: #bec641;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.6;
    margin: 20px;
    text-align: center;
}
.tagline .blue-text {
    color: #29AAE1;
}
.tagline .gray-text {
	/*color: #606060;*/
    color: #135e84;
}
.tagline p.text {
    margin-bottom: 25px;
    font-size: 29px;
}
#map {
    height: 202px;
    width: 100%;
}
#detail .close {
    background:url(images/alertsprite.png) no-repeat;
    background-position:-10px -112px;}
/*-----End---------25-07-2017-----------------*/

/*-----Start 11-05-2019-----------------*/
.modal-header .fa-close{
    position: absolute;
    top:15px;
    right: 15px;
}
.recipient-wrapper .me-button , .recipient-wrapper .business-button, .recipient-wrapper .charity-button{
    display: inline-block;
    /*width: 20%;*/
    vertical-align: top;
    margin-top: 20px;
    padding-right: 20px;
}
.recipient-wrapper .me-button{
    /*width: 12%;*/
}
.recipient-wrapper label{
    width: 100%;
}
.recipient-wrapper label input{
    width: auto !important;
    margin-right: 10px;
}
#msform .form-group .project_title #counter{
    top:62px;
}
#tribe-events .tribe-events-after-html{
    margin-top: -67px;
}
.event_success_message{
    background: rgba(0, 105, 0,0.2);
    padding: 10px;
    width: 70%;
    color: green;
    border: 1px solid #b0d0b2;
}
#accordionfaq{
    margin-top: 50px;
}
.ui-accordion .ui-accordion-header{
    background: transparent;
    border: 0;
    border-top: 1px solid #d3d3d3;
    border-radius: 0;
    padding: 25px 20px 15px;
    font-size: 18px;
}
.ui-accordion .ui-accordion-header-active{
    color: #3398cc !important;
}
.ui-accordion .ui-accordion-content{
    /*padding: 30px 20px 20px !important;*/
    border: 0;
    border-top: 1px solid #3398cc !important;
    /*height: auto !important; */
}
.ui-accordion .ui-accordion-content p{
    padding-top: 20px;
}
.ui-accordion .ui-accordion-header .ui-icon{
    right: 0.5em;
    left: auto !important;
}
.ui-icon-triangle-1-s {
    background-position: -16px -192px !important;
}
.ui-icon-triangle-1-e {
    background-position: 0 -192px !important;
}
.wpcf7 .form-group{
    display: inline-block;
    width: 100%;
    overflow: visible !important; 
}
.custom-select-dropdown {
  position: relative;
  cursor: pointer;
}

.custom-select-dropdown select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
  color: #555;
  border: 1px solid #ececec;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #555 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #555 transparent;
  top: 14px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #555;
  padding: 10px;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px Solid #ececec;
  border-top: 0;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color:#3398CC;
  color: #fff !important;
}

.page-id-918 #signup-sections .login_page .use_login.btn-login {
    background: #3398cc url(images/btn-ico-login.png) no-repeat !important;
    border-bottom: 3px solid #2b86b5;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 55px;
    letter-spacing: -1px;
    line-height: 22px;
    margin: 20px auto 0;
    padding: 16px 0px 10px 0px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #106490;
    text-transform: none;
    width: 347px;
    transition: all 0.3s ease-in 0s;
}
.page-id-918 #signup-sections .login_page .use_login.btn-login:hover {
    background-color: #2091cb;
}
.login_page .login-form{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
/*-----End 11-05-2019-----------------*/

/*-----Start 13-05-2019-----------------*/
.pricing-wrapper{
    display: flex;
    flex-wrap:wrap;
}
.pricing-wrapper .price-subtitle{
    width: 100%;
}
.pricing-table{
    padding: 20px;
}
.pricing-table .main-title h2{
    color: #1b2937;
    margin: 10px 0 20px;
    font-weight: bold;
}
.pricing-table h4{
    color: #000;
}
.pricing-table .price-round{
    background: #3397cb;
    width: 100px;
    margin: 0 auto;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    padding: 38px 0;
}
.pricing-table p{
    color: #000;
    font-size: 15px;
}
.pricing-table .price-plus, .pricing-table .price-equal{
    font-size: 35px;
    color: #1b2937;
    margin: 15px 0;
}
.pricing-table h4{
    line-height: 1.5;
}
.recipient-wrap{
    padding-left: 15px;
}
.vortex-p-like-counter{
    position: initial;
    color: #e41328;
    font-size: 20px;
    margin-top: 2px;
}
.vortex-p-like:hover, .vortex-p-like:hover .vortex-p-like-counter {
    color: #0a0101 !important;
}
.vortex-p-like.icon-heart{
    margin-right: 15px;
    display: inline-flex;
}
.vortex-p-dislike{
    display: inline-flex;
}
.vortex-p-dislike-counter{
    font-size: 20px;
    margin-top: 2px;
}
.banner-title .small{
    font-weight: 600;
    text-align: left;
    font-size: 24px;
    line-height: 35px;
}
.main-slider li:nth-child(3) .banner-title, .main-slider li:nth-child(4) .banner-title{
    /*text-align: left !important;
    font-size: 48px !important;*/
}
.main-slider .banner-title .small .big-size{
    font-size: 42px;
    line-height: 50px;
}
.project-single .about-project .vortex-container-vote{
    right: 20px;
}
@media (max-width: 991px){
    .pricing-table {
        margin-right: 0;
    }
}
/*-----End 13-05-2019-----------------*/

/*changes (11-07-2019)*/
#wpc_captcha_refresh_img-2758_0 {
    width: auto;
    position: absolute;
}
.vortex-container-vote {
    display: none;
}
.logged-in .vortex-container-vote {
    display: block;
}
.icon-thumbs-up .vortex-p-like-counter {
    color: #000000 !important;
}
.vortex-p-like-active .vortex-p-like-counter {
    color: #3398cc !important;
}

/*changes (15-07-2019)*/
.faq-wrap-cls {
    max-width: 800px;
    padding: 50px 0;
}
.faq-wrap-cls h2 {
    padding: 0 15px;
}
.faq-wrap-cls .ui-accordion h3:first-child {
    border-top: none;
}
.faq-wrap-cls .ui-accordion h3 {
    border-color: #ededed;
    font-size: 18px;
    font-weight: 500;
    padding: 22px 15px;
    margin-bottom: 0;
    padding-right: 45px;
}
.faq-wrap-cls .ui-accordion-content {
    padding-left: 15px !important;
}
.faq-wrap-cls .ui-accordion p {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 0;
    padding: 22px 0;
}
.faq-wrap-cls .ui-accordion .ui-accordion-header-active {
    border-top-color: #3398cc !important;
    border-radius: 0;
}
.faq-wrap-cls .ui-accordion-header-icon {
    background-image: none !important;
    text-indent: inherit !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #555555;
    line-height: 28px;
    border-radius: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
}
.faq-wrap-cls .ui-accordion-header-icon::before {
    content: "\f067";
    font-family: fontAwesome;
    position: absolute !important;
    right: 0 !important;
    color: #555555;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 15px;
}
.faq-wrap-cls .ui-accordion-header-active .ui-accordion-header-icon {
    border: 1px solid #3398cc;
}
.faq-wrap-cls .ui-accordion-header-active .ui-accordion-header-icon::before {
    content: "\f068";
    color: #3398cc;
}
@media only screen and (max-width: 1024px) {
    .start_campaign { display: inline-block; margin-top: 10px; margin-right: 0; }
}

@media only screen and (max-width: 767px) {
     #logo1 a img{  max-width: 300px;  }
    #logo1 {  max-width: 100%;  }    
    .main-slider li img {
        display: inline-block; min-height: 200px; object-fit: cover; object-position: right;
    }
    .main-slider { height: auto;}
    .main-slider li { height: auto; background: none !important; }
    .main-slider li .slider-inner { position: relative; left: 0; top: auto; height: auto; max-width: 100%; background: #fbf8f6; color: #333; padding: 20px; }
    .main-slider li .banner-title { color: #333; text-align: left; font-size: 28px; margin: 0; }
    .hero-caption-wrap {  position: relative; bottom: auto; margin-top: 20px;color: #333;}
    .hero-caption-wrap .note { padding-top: 10px; }
    .hero-caption-wrap p { color: #333; }
    
    .bottom-section .row .border-right { margin-bottom: 30px; }
    #tooltip_wrapper { display: none; }
    .currency-icon {
        font-size: 50px;
        line-height: 50px;
    }
    .dollarsign { padding-left: 0; width: 60px;  }
    .crncc { height: 100px; line-height: 100px; }
    #msform .wpneo-fields .input-group .form-control { line-height: 137px; font-size: 50px; }
    #msform .form-group .project_title #counter {  top: 65px;  width: 25px;}
    #msform input#project_title {  padding-right: 30px;}
    .recipient-wrapper .me-button, .recipient-wrapper .business-button, .recipient-wrapper .charity-button { width: auto; padding-right: 20px; }
    .recipient-wrapper label { padding-bottom: 0; }
    .info-photo { padding: 20px 20px 0; }
}

@media only screen and (max-width: 479px) {
    #logo1 a img{  max-width: 230px;  }
    .form-head h2 { font-size: 20px; }
}


/*23-09-2019*/
div.payment_method_cs_wepay_payment fieldset > p.form-row {
    width: 100% !important;
    padding: 10px 0 !important;
}
li.payment_method_cs_wepay_payment > label {
    font-size: 16px;
}
div.payment_method_cs_wepay_payment fieldset > p.form-row label {
    color: #000;
}
div.payment_method_cs_wepay_payment fieldset > p.form-row input {
    margin-bottom: 0 !important;
}
div.payment_method_cs_wepay_payment fieldset > p.form-row select {
    margin-bottom: 0 !important;
    border: 1px solid #ccc !important;
    width: calc(50% - 2px) !important;
    height: 48px;
    font-size: 18px;
    background: #fff;
}

/*changes (07-10-2019)*/
.page-about-us .container.main {
    width: auto;
    max-width: 940px;
}

/*changes (07-10-2019)*/
.team_contend_img {
    width: 100%;
    text-align: center;
}
.team_contend_img img {
    margin: 0 auto;
    margin-bottom: 30px;
}
.team_contend a {
    cursor: pointer;
}
.team_contend ,.team_contend p {
    color: #606060;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
.team_full_list {
    margin-top: 50px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0;
    border-top: 1px solid #ddd;
}
.team_full_list .row_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.team_full_list .team_member_box {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 40px;
}
.team_full_list .team_member_box img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    object-fit: cover;
    object-position: top;
    border: 1px solid #ffff;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.50);
}
.team_full_list .team_member_box:last-child {
    margin-right: 0;
}
.team_full_list .team_member_box .team_img_box {
    position: relative;
}
/*.team_full_list .team_member_box .team_img_box::after {
    content: "";
    position: absolute;
    background: #1b2937;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.team_full_list .team_member_box .team_img_box:hover::after {
    opacity: .8;
}*/
.team_full_list .team_member_box .info_team {
    margin-top: 15px;
}
.team_full_list .team_member_box .info_team h3 {
    font-size: 25px;
    line-height: normal;
    color: #2a2b2d;
}
.team_full_list .team_member_box .info_team .position {
    font-size: 18px;
    color: #707070;
    display: block;
    margin-top: 5px;
}

/*-----05-12--2019---*/
.checkout_left_section .tab .row {
    margin: 0;
}
.checkout_left_section .processdonation_sec {
    background-color: transparent;
    padding: 0;
    border: 1px solid #ddd;
    margin: 20px 0;
    border-radius: 5px;
}
.checkout_left_section .campaign-contribution {
    background-color: transparent;
    padding: 0;
    border: 0;
}
.campaign-contribution .campaign-moduleHeader {
    align-items: center;
    display: flex;
}
.campaign-contribution .campaign-moduleHeader .headline {
    font-weight: 300;
    font-size: 36px;
    color: #666666;
    padding: 25px;
    width: 100%;
    height: auto;
}
.campaign-contribution .input_box {
    width: 90%;
}
.campaign-contribution .amount_price_box {
    background-color: #dbf4f4;
    padding: 25px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}
.campaign-contribution .dollarsign {
    float: left;
    height: 155px;
    width: 58px;
    padding-left: 0;
    font-size: 100px;
    color: #3398CC;
    font-weight: 400;
    letter-spacing: -5px;
    line-height: normal;
    margin: 0;
    text-align: center;
}
.campaign-contribution .campaign_currency {
    bottom: 20px;
    color: #999;
    display: block;
    font-size: 20px;
    left: 0;
    padding-left: 16px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff;
    max-height: 9999px;
    width: 61px;
    position: absolute;
    letter-spacing: normal;
}
.campaign-contribution .amount_price_box .input_box input.input-text-custom,
.campaign-contribution .amount_price_box .input_box input {
    background: transparent;
    height: 155px !important;
    line-height: 100px !important;
    width: 80%;
    font-size: 100px !important;
    color: #3398CC;
    padding: 0 0 0 10px !important;
    float: left;
    letter-spacing: -5px;
    text-align: right;
    outline: none;
    border: 0 !important;
    font-family: montserrat, arial, verdana;
    font-weight: 400;
}
.campaign-contribution .zeros {
    float: left;
    background: transparent;
    height: 155px;
    width: 20%;
    font-size: 100px;
    color: #3398CC;
    font-weight: 400;
    letter-spacing: -5px;
    line-height: 157px;
    text-align: right;
    padding-right: 30px;
}
.campaign-contribution .service_box .amount-contain {
    border-radius: 5px;
    margin: 25px 25px 0;
    padding: 20px;
    background-color: #dbf4f4;
    display: flex;
    flex-wrap: wrap;
}
.campaign-contribution .service_box .amount-contain .gfm_tips_text {
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    width: 100%;
    color: #666;
}
.campaign-contribution .service_box .amount-contain .col_left {
    width: 50%;
}
.campaign-contribution .service_box .amount-contain .col_left label {
    color: #666;
    font-size: 14px;
    margin: 0 0 5px;
    padding-top: 15px;
}
.campaign-contribution .service_box .amount-contain .col_right {
    width: 50%;
}
.campaign-contribution .service_box .amount-contain .col_right .percentageset,
.campaign-contribution .service_box .amount-contain .col_right input {
    background: #fff;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: auto;
    font-size: 18px;
    height: 48px;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    position: relative;
    padding: 12px;
    margin-bottom: 10px;
}
.input-right-text {
    text-align: right;
    padding-right: 40px;
}
.form_billng_custom {
    padding: 25px;
}
.form_billng_custom .form_group {
    display: flex;
    margin-bottom: 30px;
}
.form_billng_custom label {
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: 100%;
    padding-bottom: 8px;
    font-weight: 400;
}
.form_billng_custom .form_group .haft_input:first-child {
    margin-right: 2%;
}
.form_billng_custom .form_group .haft_input {
    width: 49%;
    flex-wrap: wrap;
    display: flex;
}
.form_billng_custom .form-control {
    border: 0;
    border: 1px solid #DBDBDB;
    font-size: 16px;
    color: #333;
    padding: 10px;
    box-shadow: none;
    height: 48px;
    border-radius: 5px;
    margin-bottom: 0 !important;
    width: 100%;
    font-weight: 300;
    display: inline-block;
}
.processdonation_sec .other_input_box {
    width: 100%;
    display: flex;
    position: relative;
}
.processdonation_sec .focus_amount_custom {
    color: #666;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    position: absolute;
    left: 20px;
    z-index: 88;
    top: 45%;
    transform: translateY(-50%);
}
.processdonation_sec .input-right-text {
    text-align: right;
}
.processdonation_sec .gfm-tips-total {
    text-align: right;
    margin-bottom: 0;
    margin-top: 10px;
}
/*--ENd---05-12--2019---*/

@media only screen and (max-width: 991px) {
    .team_full_list .team_member_box img {
        width: 150px;
        height: 150px; 
    } 
}
@media only screen and (max-width: 767px) {
    .team_full_list .team_member_box {
        width: 100%;
        margin: 0 0 40px;
    }
    .team_full_list .team_member_box .info_team .position {
        margin-top: 5px;
    }
}

/*donate page*/
.project-single-donate {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 20px;
	background: #fff;
	border-top: 4px solid #3398CC;
	border-radius: 8px;
}
.project-single-donate .campaign-contribution .input_box {
	width: calc(100% - 110px);
}
.checkout_left_section .processdonation_sec {
	margin-top: 0;
	padding: 20px 0;
}
.project-single-donate .select-box-cls select {
    -webkit-appearance: none;
}
.project-single-donate .select-box-cls {
	position: relative;
}
.project-single-donate .select-box-cls .dd_arrow {
	border-style: solid;
	border-width: 9px 6px 0 6px;
	border-color: #999 transparent transparent transparent;
	height: 0;
	position: absolute;
	right: 14px;
	top: 20px;
	width: 0;
	-webkit-transform: rotate(360deg);
}
.project-single-donate .gfm-tips-total {
	margin-top: 0 !important;
}
.project-single-donate .fs-14 {
	font-size: 14px;
}
.project-single-donate .fsl-facebook {
	font-size: 12px;
	color: #000000 !important;
	font-weight: 300;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;
	text-align: right;
}
.project-single-donate .fsl-facebook:hover {
	text-decoration: underline;
}
.project-single-donate label {
	margin-bottom: 0;
}
.project-single-donate .form-title {
	margin-bottom: 22px;
}
.project-single-donate .contribution-appearance {
	padding: 0 10px;
}
.project-single-donate .contribution-appearance label {
	margin-bottom: 5px;
	font-size: 16px;
}
.project-single-donate .donationcommentbox {
	margin: 25px;
	width: calc(100% - 50px) !important;
	height: 105px !important;
}
.project-single-donate #nextBtn {
	font-size: 18px;
	color: #fff;
	background: #e41328;
	border: 1px solid transparent;
	border-radius: 50px;
	font-size: 14px;
	padding: 12px 43px;
	text-transform: uppercase;
	margin-right: 15px;
	font-weight: bold;
	margin-bottom: 30px;
}
.project-single-donate #nextBtn:hover {
	background: #cb1b27;
	color: #fff;
	transition: all .5s ease;
}
.project-single-donate .donationcommentbox .fa.fa-camera {
	margin-right: 5px;
}

.project-single-donate .checkout_sidebar {
	border-radius: 6px;
	background: #fff;
}
.campaignInfo-header .campaignInfo-header1 {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	font-size: 14px;
	text-shadow: 1px 1px white;
	color: #666666;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom: 1px solid #e3e3e3;
	background: #dbf4f4;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
}
.campaignInfo-title {
	padding: 0 20px;
	font-size: 24px;
	margin-bottom: 8px;
	color: #666666;
}
.campaignInfo-header img {
	padding: 0 20px;
	margin-bottom: 15px;
}
.campaignInfo-header p {
	padding: 0 20px;
}
.project-single-donate .checkout_sidebar .campaign-moduleHeader span {
	font-size: 16px !important;
}
.campaign-moduleHeader .space-div {
	margin: 10px 0 !important;
}

/*payment box*/
.processdonation_sec .payment_box label {
	font-size: 16px;
	color: #333;
	display: inline-block;
	width: 100%;
	padding-bottom: 4px;
	font-weight: 400;
}
.processdonation_sec .payment_box input, .processdonation_sec .payment_box select {
	border: 0;
	border: 1px solid #DBDBDB;
	font-size: 16px;
	color: #333;
	padding: 10px;
	box-shadow: none;
	height: 48px;
	border-radius: 5px;
	margin-bottom: 0 !important;
	width: 100%;
	font-weight: 300;
	display: inline-block;
}
.processdonation_sec .payment_box input#cvv {
	min-width: 150px;
	display: block;
}
.processdonation_sec #prevBtn {
	font-size: 18px;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 50px;
	font-size: 14px;
	padding: 12px 43px;
	text-transform: uppercase;
	margin-right: 15px;
	font-weight: bold;
	margin-bottom: 30px;
}

.project-single-donate .form_billng_custom .fa.fa-facebook {
	background: #1a519b;
	color: #fff;
	width: 15px;
	height: 15px;
	line-height: 16px;
	text-align: center;
	border-radius: 2px;
	margin-right: 5px;
}

@media (max-width: 1024px) {
	.project-single-donate .checkout_left_section,
	.project-single-donate .project-single {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.project-single-donate {
		padding: 14px;
	}
	.campaign-contribution .campaign-moduleHeader .headline {
		font-size: 22px;
		padding: 12px;
	}
	.campaign-contribution .amount_price_box .input_box input.input-text-custom, .campaign-contribution .amount_price_box .input_box input {
		font-size: 50px !important;
		line-height: 50px !important;
		width: 70%;
		height: 50px !important;
	}
	.campaign-contribution .campaign_currency {
		font-size: 13px;
		bottom: 12px;
		padding-left: 0;
	}
	.project-single-donate .select-box-cls {
		width: 100%;
	}
	.campaign-contribution .amount_price_box {
		padding: 12px 0;
	}
	.campaign-contribution .dollarsign {
		font-size: 50px;
		height: 84px;
	}
	.campaign-contribution .zeros {
		height: auto;
		font-size: 50px;
		line-height: 50px;
	}
	.campaign-contribution .service_box .amount-contain {
		margin: 14px 14px 0;
	}
	.campaign-contribution .service_box .amount-contain .col_left,
	.campaign-contribution .service_box .amount-contain .col_right {
		width: 100%;
	}
	.project-single-donate .fs-14 {
		font-size: 13px;
	}
	.form_billng_custom {
		padding: 15px;
	}
	.project-single-donate .fsl-facebook {
		margin-bottom: 5px;
	}
	.form_billng_custom .form_group {
		display: block;
	}
	.form_billng_custom .form_group .haft_input {
		width: 100%;
		margin-bottom: 15px;
	}
	.project-single-donate .contribution-appearance {
		padding: 0;
	}
	.project-single-donate .donationcommentbox {
		margin: 15px;
		width: calc(100% - 30px) !important;
	}
	.campaignInfo-title,
	.campaignInfo-header img,
	.campaignInfo-header p {
		padding: 0 15px;
	}
	.checkout_sidebar .campaign-review {
		padding: 15px;
	}
	.project-single-donate .donationcommentbox {
		overflow-x: auto !important;
	}
}

/*changes (19-12-2019)*/
.button-cus-cls {
    background: #e41328;
    border: 1px solid #e41328;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    padding: 10px 34px;
    position: relative;
    text-transform: uppercase;
    top: 11px;
    transition: all 0.3s linear 0s;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.button-cus-cls:hover {
    background: transparent;
    color: #e41328;
}
.our-mission-cus-sec {
    background: #f8f8f8;
    margin-left: calc(-100vw / 2 + 100% / 2 + 0px);
    margin-right: calc(-100vw / 2 + 100% / 2 + 0px);
    margin-top: 50px;
    padding: 50px 0;
    text-align: center;
}
.our-mission-cus-sec h2 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
}
.our-mission-cus-sec h2::before {
    content: "";
    border-bottom: solid 2px #32cc98;
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.bg-white-cus-cls {
    background: #fff;
    padding: 10px 0;
}
.how-we-help-wrap {
    margin-top: 0;
    text-align: left;
}
.how-we-help-wrap h2::before {
    left: 0;
    margin: 0;
}
.how-we-help-wrap h4 {
    margin: 15px 0;
}

/*changes (30-12-2019)*/
.bottom-section .greentextcus {
    color: #000;
    font-weight: bold;
}

/*price page*/
.pricing-wrapper .price-title {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
.pricing-wrapper .price-btn-cls {
    color: #fff;
    background: #e41328;
    border: 1px solid transparent;
    border-radius: 50px;
    font-size: 14px;
    padding: 12px 43px;
    text-transform: uppercase;
    margin: 0 auto 25px;
}
.pricing-wrapper .price-btn-cls:hover {
    background: #cb1b27;
    color: #fff;
    transition: all .5s ease;
}
.pricing-wrapper .price-btn-cls span {
    font-size: 18px;
    margin-right: 5px;
}
.pricing-wrapper > p {
    line-height: 28px;
}
.pricing-wrapper .pricing-table-main {
    text-align: center;
    width: 100%;
}
.pricing-wrapper .icon-wrap-main {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.pricing-wrapper .icon-wrap {
    width: calc(33.33% - 5px);
    display: inline-block;
    vertical-align: top;
    font-family: montserrat, arial, verdana;
}
.pricing-wrapper .icon-wrap img {
    max-width: 100px;
}
.pricing-wrapper .icon-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 10px;
}
.pricing-wrapper .icon-wrap p {
    font-size: 15px;
    line-height: 25px;
}

/*how we help page*/
.blockquote-wrap {
    text-align: center;
    max-width: 550px;
    margin: 30px auto 15px;
    border: 1px solid #eaeaea;
    padding: 25px;
    border-radius: 15px;
    position: relative;
}
/*.blockquote-wrap::before {
    content: "";
    background-image: url(images/left-quote.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}*/
.blockquote-wrap::before {
    content: "";
    background-image: url(images/left-quote.png);
    position: absolute;
    top: -19px;
    left: -9px;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: top left;
    width: 50px;
    margin: 0 auto 0 0;
    height: 50px;
    background-color: #fff;
}
.blockquote-wrap img {
    max-width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
}
.quote-text {
    /*background-image: url(images/left-quote.png);*/
    background-repeat: no-repeat;
    background-size: 20px;
    /*padding-left: 23px;*/
}
.blockquote-wrap p {
    margin-bottom: 0;
    margin-top: 18px;
    display: inline-block;
}
.blockquote-wrap h4 {
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 12px;
    font-weight: 600;
    /* color: #e31227; */
}

/*public benefits corporation*/
.public-benefits-wrap {
    padding: 50px 0;
}
.public-benefits-wrap h2 {
    font-size: 40px;
    text-align: center;
    line-height: 45px;
}
.public-benefits-wrap p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 15px 0;
}
.public-benefits-col-main {
    margin: 30px 0;
}
.public-benefits-col {
    width: calc(33.33% - 19px);
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 20px;
    border: solid 1px #efefef;
}
/*.public-benefits-col:nth-child(3n) {
    margin-right: 0;
}*/
.public-benefits-col img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.public-benefits-col h4 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 15px;
    color: #606060;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0 15px;
}
.public-benefits-wrap h5 {
    font-size: 24px;
    text-align: center;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .public-benefits-col {
        width: calc(50% - 18px);
        margin-bottom: 16px;
    }
}
@media (max-width: 767px) {
    .pricing-wrapper .icon-wrap-main {
        margin-top: 20px;
    }
    .pricing-wrapper .icon-wrap {
        width: 100%;
        margin-top: 15px;
    }
}
@media (max-width: 580px) {
    .public-benefits-wrap h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .public-benefits-col {
        width: 100%;
        margin: 0 0 16px;
    }
}

/*changes (1-1-2020)*/
.campaign-contribution .amount_price_box {
    padding: 10px 25px;
}
.campaign-contribution .donationbox .campaign_currency {
    padding-left: 0;
}
.processdonation_sec .other_input_box {
    justify-content: end;
}
.campaign-contribution .service_box .amount-contain .col_right .percentageset,
.campaign-contribution .service_box .amount-contain .col_right input {
    float: right;
    width: 80%;
}

@media (max-width: 767px) {
    .campaign-contribution .service_box .amount-contain .col_right .percentageset,
    .campaign-contribution .service_box .amount-contain .col_right input {
        float: none;
        width: 100%;
    }
    .campaign-contribution .amount_price_box.donationbox .input_box input.input-text-custom, 
    .campaign-contribution .amount_price_box.donationbox .input_box input {
        width: calc(100% - 65px);
        padding-right: 5px !important;
    }
    .project-single-donate .campaign-contribution .input_box {
        width: calc(100% - 80px);
    }
    .campaign-contribution .amount_price_box {
        padding: 10px 0;
    }
    .campaign-contribution .zeros {
        padding-right: 0;
        width: 65px;
    }
}

.select_expmonth, .select_expyear {
    width: calc(50% - 8px);
    display: inline-block;
    margin-right: 10px;
}
.select_expmonth select, 
.select_expyear select{
    margin-bottom: 0 !important;
    border: 1px solid #ccc !important;
    height: 48px;
    font-size: 18px;
    background: #fff;
}
.select_expyear {
    margin-right: 0;
}

/*changes (23-01-2020)*/
.main-slider li {
    box-shadow: 51em 0em 13em 0em rgba(0, 0, 0, 0.3) inset;
}
.footer-links img {
    max-width: 85%;
}
@media (max-width: 767px) {
    .main-slider li .banner-subtitle {
        color: #000;
    }
}

/*changes (24-01-2020)*/
.sticky-social-links-wrap {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sticky-social-links-wrap ul {
    list-style: none;
}
.sticky-social-links-wrap ul li a {
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #1B2937;
    font-size: 20px;
    display: inline-block;
    transition: all .5s ease;
}
.sticky-social-links-wrap ul li a:hover {
    background: #000;
}

/*changes (06-02-2020)*/
.page-id-844 .breadcrumb {
    margin-bottom: 0;
}
.page-id-844 .video-section {
    margin-bottom: 50px;
}

/*edit on (07-02-2020)*/
.about-project #wepay-details {
    color: red;
}

/*edit on (11-02-2020)*/
.about-project #wepay-details {
    color: #fff;
    background: #c8232c;
    padding: 8px 15px;
}
.about-project #wepay-details a {
    color: #fff;
}

/*edit on (12-02-2020)*/
.countdown-timer-wrap {
    padding: 50px 0;
    text-align: center;
}
.countdown-timer-wrap h3 {
    margin-bottom: 25px;
}
#timer > div {
  display: inline-block;
  line-height: 1;
  padding: 20px 30px;
  font-size: 40px;
}
#timer > div span {
  display: block;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}
#timer #count-days {
  /*font-size: 90px;*/
  font-size: 70px;
  color: #e41328;
}
#timer #count-hours {
  /*font-size: 90px;*/
  font-size: 70px;
  color: #f2d031;
}
#timer #count-minutes {
  /*font-size: 90px;*/
  font-size: 70px;
  color: #3298c9;
}
#timer #count-seconds {
  /*font-size: 40px;*/
  font-size: 25px;
  color: #ef6342;
}


@media (max-width: 767px) {
    #timer > div {
        padding: 20px 20px;
    }
    #timer #count-days,
    #timer #count-hours,
    #timer #count-minutes {
        font-size: 45px;
    } 
    #timer #count-seconds {
        font-size: 25px;
    }
    #timer > div span {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    #timer > div {
        padding: 20px 8px;
    }
    #timer #count-days,
    #timer #count-hours,
    #timer #count-minutes {
        font-size: 30px;
    } 
    #timer #count-seconds {
        font-size: 15px;
    }
    #timer > div span {
        font-size: 12px;
    }
}

/*edit on (17-02-2020)*/
@media (max-width: 1023px) {
    .popular-item .project-image img {
        object-fit: cover;
    }
}

/*edit on (25-04-2020)*/
.load-more-wrap {
    text-align: center;
    display: block;
    margin-bottom: 40px;
}
.load-more-wrap a {
    background: #3398cc none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    padding: 8px 43px;
    position: relative;
    text-transform: uppercase;
    top: 11px;
    transition: all 0.3s linear 0s;
}
.load-more-wrap a:hover {
    background-color: #1B2937;
    color: #fff;
}
.load-more-wrap + .popular-btn {
    background: transparent;
}

.ajax-loader {
    position: relative;
}
.ajax-loader::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    opacity: .8;
    z-index: 99;
}
.ajax-loader::after {
    content: "";
    background: url(../ArtFundz/images/loader-img.png);
    background-repeat: no-repeat;
    background-size: 85px;
    background-position: center;
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-animation: rotation 2s infinite linear;
}
.side-box {
    text-align: center;
}
strong.campaign-closed-message {
    font-size: 16px;
    color: #e41328;
}
.content-cnt .wpneo-wrapper-inner > .col-lg-4.proudcts {
    float: none;
    display: inline-block;
    width: calc(33.33% - 5px);
}
.projects-page .content-cnt .wpneo-wrapper-inner .popular-details {
    width: 85px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.site-content.gfc-category-page {
    width: 100%;
}
body.page-template-list-blog .lmp_load_more_button.br_lmp_button_settings,
body.page-template-listing-page .lmp_load_more_button.br_lmp_button_settings {
    display: none !important;
}


/*edit on (01-05-2020)*/
.project-single-donate .campaign-contribution .service_box .amount-contain .col_right .select-box-cls .percentageset {
    background-image: url(images/arrow-ic.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) center;
}
.project-single-donate .campaign-contribution .service_box .amount-contain .col_right .select-box-cls .dd_arrow {
    display: none;
}

/*edit on (07-05-2020)*/
@media (min-width: 1200px) {
    .featured-arts-campaigns #popular .col-lg-3:nth-child(4n+1) {
        clear: both;
    }
}
@media (max-width: 1199px) {
    .featured-arts-campaigns #popular .col-lg-3:nth-child(4n+1) {
        clear: none;
    }
    .featured-arts-campaigns #popular .col-lg-3:nth-child(5) {
        clear: none;
    }
}
@media (max-width: 999px) {
    .featured-arts-campaigns #popular .col-lg-3:nth-child(2n+1) {
        clear: both;
    }
}

/*edit on (11-05-2020)*/
.video-section .wrapper .playpause {
    z-index: 99;
}

.wpneo-single #upload_form .image-upload img, #upload_video_wrapper img {
    width: auto;
}
.loaderspan > img {
    width: 128px;
    height: auto;
} 

#fbusp > img, #img_gmail_content {
    width: auto;
    height: auto;
} 

/*edit on (27-05-2020)*/
.page-dashboard .wpneo-head {
    margin-top: -35px;
    margin-bottom: 20px; 
}
.page-dashboard .wpneo-links {
    background: #6f797a;
    border: none;
    border-radius: 3px;
    overflow: hidden;
}
.page-dashboard .wpneo-links li a {
    color: #fff;
    padding: 10px 18px;
}

body form#wpneo-dashboard-form,
.page-dashboard .wpneo-form {
    background: #f7f9fa;
    margin-bottom: 20px;
}
#wpneo-dashboard-form .wpneo-name p {
    height: 50px;
    line-height: 50px;
}
body form#wpneo-dashboard-form input[disabled] {
    /*background: transparent !important;
    border: none !important;
    padding: 0 !important*/
    color: #000;
}
body form#wpneo-dashboard-form select[disabled] {
    background: #eeee url(images/select-arrow.png) right center no-repeat;
    background-size: 30px;
}
form#wpneo-dashboard-form input[type],
form#wpneo-dashboard-form select {
    padding: 0 15px !important;
    height: 45px !important;
    border-radius: 3px;
    font-size: 13px;
    border: 2px solid #8d8b8b !important;
    color: #000;
}
form#wpneo-dashboard-form #wpneo-edit-payment-type {
    font-weight: bold;
}
body .site-content form#wpneo-dashboard-form .wpneo-single {
    padding-bottom: 5px;
}
form#wpneo-dashboard-form button,
.dashboard-btn-link {
    font-size: 13px !important;
    padding: 8px 20px;
    line-height: 20px;
}
form#wpneo-dashboard-form button:hover {
    background: #2D8DBE;   
}

.page-dashboard .wpneo-content table {
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 15px;
    display: block;
    overflow-x: auto;
}
.page-dashboard .wpneo-content table th {
    background: #6f797a;
    color: #fff !important;
}

.page-dashboard .wpneo-content table thead {
    width: 100%;
    display: table;
}
.page-dashboard .wpneo-content table tbody {
    display: table;
    width: 100%;
}
.page-dashboard .wpneo-content table tbody tr:nth-child(odd) {
    background: #f4f4f4;
}
.page-dashboard .wpneo-content table th, .page-dashboard .wpneo-content table td {
    font-size: 13px !important;
    padding: 10px;
    border: 1px solid #ccc;
    color: #6f797a;
    white-space: normal;
    max-width: 100px;
    min-width: 100px;
}

.page-dashboard .dashboard-btn-link {
    margin-bottom: 15px;
}
.page-dashboard .wpneo-listings-dashboard {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
    display: flex;
}
.page-dashboard .wpneo-listings-dashboard:nth-child(odd) {
    background: #f4f4f4;
}
.page-dashboard .wpneo-listings-dashboard .wpneo-listing-img img {
    height: 100%;
    object-fit: cover;
}
.page-dashboard .wpneo-listings-dashboard .wpneo-listing-content {
    padding-bottom: 60px !important;
}
.page-dashboard .wpneo-listings-dashboard .wpneo-fields-action {
    position: absolute;
    bottom: 20px;
    right: 0;
    top: auto;
}
.page-dashboard .wpneo-fields-action span {
    padding: 0 5px;
}
.page-dashboard .wpneo-fields-action a,
.page-dashboard .wpneo-content table .label-info {
    font-size: 13px !important;
    padding: 8px 20px;
    line-height: 20px;
    background: #3398CC;
    border-radius: 50px;
    color: #fff !important;
    text-transform: uppercase;
    display: inline-block;
}
.page-dashboard .wpneo-content table .label-info {
    line-height: 18px;
    padding: 6px 13px;
}
.page-dashboard .wpneo-fields-action a:hover,
.page-dashboard .wpneo-content table .label-info:hover {
    background: #2D8DBE;
}

.page-dashboard .wpneo-listings-dashboard .overlay a {
    font-size: 14px;
}
.page-dashboard .wpneo-listings-dashboard .overlay a:hover {
    background: #2D8DBE;
    border-color: #2D8DBE;
}
.page-dashboard #neo-progressbar > div {
    background-color: #2D8DBE !important;
}

.wpneo-pagination {
    margin-bottom: 30px;
}
.pagination-wrap {
    margin: 20px 0;
    text-align: center;
}
.page-dashboard .wpneo-pagination li {
    padding: 0;
    border: none;
}
.wpneo-pagination li span, .wpneo-pagination li a,
.pagination-wrap a {
    background: #3398CC;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    margin: 5px;
    border: 1px solid #3398CC;
    transition: all .5s ease;
}
.wpneo-pagination li span.current, 
.wpneo-pagination li span.page-numbers.dots,
.wpneo-pagination li a:hover,
.pagination-wrap a:hover,
.pagination-wrap a.active {
    background: transparent;  
    color: #3398CC;
}
.wpneo-pagination li span.page-numbers.dots {
    border: none;
}

@media (max-width: 991px) {
    .wpneo-listings-dashboard .wpneo-listing-img {
        width: 35%;
    }
}

@media (max-width: 767px) {
    #wpneo-dashboard-form .wpneo-name p {
        height: auto;
        line-height: normal;
        padding: 8px 0;
    }
}

@media (max-width: 680px) {
    .page-dashboard .wpneo-listings-dashboard {
        display: block;
    }
    .wpneo-listings-dashboard .wpneo-listing-img {
        width: 100%;
        height: 250px;
    }
    .page-dashboard .wpneo-listings-dashboard .wpneo-listing-content {
        padding-bottom: 30px !important;
        width: 100%;
    }
    .page-dashboard .wpneo-listings-dashboard .wpneo-fields-action {
        position: relative;
        padding: 0 15px;
    }
    .page-dashboard .wpneo-fields-action span {
        margin-bottom: 5px !important;
        display: inline-block;
    }
    .page-dashboard .wpneo-funding-goal, .page-dashboard .wpneo-fund-raised, .page-dashboard .wpneo-time-remaining {
        width: 100%;
    }
}


/*Edit on (08-06-2020)*/
.gfc-payment-options .radio {
    display: inline-block;
    margin-right: 45px;
    margin-bottom: 45px;
    position: relative;
    padding-left: 30px;
}
.gfc-payment-options label {
    padding-left: 30px;
    font-size: 16px;
}
.gfc-payment-options label::before {
    content: "";
    position: absolute;
    /*left: 0;*/
    max-width: 50px;
    max-height: 30px;
    background-image: url(../ArtFundz/images/paypal.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    background-size: 20px;
    margin-left: -30px;
}
.gfc-payment-options label[for="payment-venmo"]::before {
    background-image: url(../ArtFundz/images/venmo.png);
}
.gfc-payment-options label[for="payment-zelle"]::before {
    background-image: url(../ArtFundz/images/Zelle.png);
}
.gfc-payment-options label[for="payment-bank-account"]::before {
    background-image: url(../ArtFundz/images/bank-account.png);
}
form#wpneo-dashboard-form .gfc-payment-options label input[type="radio"] {
    height: auto !important;
    margin-left: 0;
    left: 0;
    width: auto;
    opacity: 0;
}
.gfc-payment-options .radio label span::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.gfc-payment-options .radio label span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    left: 6px;
    top: 4px;
    opacity: 0;
    transform: scale(0);
    transition: all .5s ease;
}
.gfc-payment-options .radio label input:checked + span::after {
    opacity: 1;
    transform: scale(1);
}

.fbl-button{
	display: none;
}

.close-icon-cus-modal{
	position: absolute;
	top: 15px;
	right: 15px;
}
