/*
    Title:      Salam Charity Fundraising
    Date:       20-08-2020 
    Author:     Play Studio

-------------------------------------   

*/
/*=========== BEGIN COMMON ============*/

html,
body {
    height: 100%;
    width: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
samp,
small,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
object,
iframe {
    border: 0 none;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'din400', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background: #ebebeb;
    font-weight: 400;
}
.clear:after,
.custom-row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
a {
    text-decoration: none;
    outline: none;
    color: #333333;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none!important;
    color: #ffffff;
    outline-offset: 0px;
    text-decoration: none;
}
img {
    height: auto;
    width: 100%;
}
a img {
    border: 0
}
input,
select,
textarea {
    outline: none
}
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
::-webkit-input-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {
    opacity: 1;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.main-wrap {
    clear: both;
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.main-wrap-inner {
    clear: both;
    width: 100%;
    min-height: 100%;
    padding-bottom: 50px;
    /*background:#ebebeb;*/
}
.home-main-wrap .home-main-wrap-inner {
    padding-bottom: 0px;
}
.custom-row {
    clear: both;
    max-width: 100%;
}
.selectBx {
    font-family: 'din400', sans-serif;
    background: url("../images/select-arrow.png") no-repeat scroll right 15px;
    background-color: #eeeeee;
    border: 1px solid #c5c5c5;
    color: #333333;
    font-size: 13px;
    line-height: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 140px;
    display: inline-block;
    float: left;
    cursor: pointer;
}
.inputBx {
    font-family: 'din400', sans-serif;
    background-color: #eeeeee;
    border: 1px solid #c5c5c5;
    color: #333333;
    font-size: 15px;
    line-height: 34px;
    height: 34px;
    width: 100%!important;
    font-weight: 400;
    padding: 0 15px;
    border-radius: 0px;
}
.textArea {
    float: left;
    font-family: 'din400', sans-serif;
    font-size: 15px;
    line-height: 20px;
    width: 100%!important;
    border: 0px;
    height: 150px!important;
    padding: 15px;
    resize: none;
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
}
.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkBox {
    float: left;
    font-size: 12px;
    line-height: 16px;
    color: #6a6a6a;
}
.transparent-btn,
.red-btn,
.transparent-red-btn,
.red-btn-square,
.submit-btn {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 15px 0 0;
    cursor: pointer;
    padding: 0px 30px;
    line-height: 100%;
    height: 46px;
    line-height: 46px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background: #cc0000;
    border: 1px solid #cc0000;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.transparent-btn {
    background: transparent;
    border-color: #ffffff;
}
.transparent-red-btn {
    background: transparent;
    border-color: #cc0000;
    color: #cc0000;
    margin: 35px auto 15px;
}
.transparent-btn:hover,
.red-btn:hover,
.transparent-red-btn:hover {
    color: #ffffff;
    background: #cc0000;
    border-color: #cc0000;
}
.red-btn-square,
.submit-btn {
    border-radius: 0px;
    width: 250px;
}
.submit-btn {
    float: left;
    width: auto;
    margin: 0px;
}
.red-btn-square:hover,
.submit-btn:hover {
    background: #e33143;
    color: #ffffff;
}
.red-btn:hover {
    background: #e33143;
    border-color: #e33143;
}
.fundraising-description-wrap p {
    margin-bottom: 20px;
}
/* p {
    padding-bottom: 20px;
} */
/*=========== END COMMON ============*/
/*=========== BEGIN HEADER ============*/
.phone-nav,
.mobile-logo {
    display: none;
}
.header {
    float: left;
    width: 100%;
    z-index: 99999;
    min-height: 104px;
    background: #cc0000;
}
.header.transparent-header{
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent;
    box-shadow: none!important;
}
.header .container {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.header-content {
    float: left;
    width: 100%;
    padding: 0px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    position: relative;
}
.logo-wrap {
    float: left;
    width: 260px;
    overflow: hidden;
    margin:0px;
    padding: 30px 25px 29px;
    background: #ffffff;
}
.header.transparent-header .logo-wrap{
    width: 18.5%;
    padding: 35px 25px;   
}
.logo-wrap img {
    float: left;
}

.header-right-wrap {
    float: right;
    width: auto;
    padding-right: 175px;
}
.header-right-wrap .transparent-btn {
    width: 140px;
    padding: 0 20px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    margin-top: 15.5px;
}
.signin-btn-wrap,
.donate-btn-wrap {
    float: right;
    width: auto;
}
.donate-btn-wrap {
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 54px;
    z-index: 999;
}
.donate-btn-wrap .red-btn {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 30px 0 29px;
}
.donate-btn-wrap .red-btn i {
    margin-right: 3px;
}
.main-menu-wrap{
    float: left;
    width: auto;
}
.main-menu-wrap ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.main-menu-wrap ul li{
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
}
.main-menu-wrap ul li a{
    float: left;
    font-family: 'din700', sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 18px 9px 18px;
}
.main-menu-wrap ul li a:hover{
    background: #ffcc00;
    color: #333333;
}
.transparent-header .header-box{
    float: left;
    margin: 0px;
    width: 80.5%;
    padding: 10px 0 0 30px;
}
.transparent-header .fundraising-btns{
    float: right;
}
.transparent-header .nav-holder{
    float: right;
    display: none;
}

.header-top-container {
    display: flex;
    min-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0px 0 15px;
    margin-bottom: 10px;
}
.header-top-container ul {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
.header-top-container ul li {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
.header-contact {
    display: flex;
    width: auto;
    align-items: center;
}
.header-contact ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    margin-right: 30px;
}
.header-contact ul li span.icon {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 10px;
    color: #ffcc00;
}
.header-contact ul li span.link-wrap,
.header-contact ul li span.link-wrap a {
    font-size: 16px;
    line-height: 1;
    display: flex;
    height: 100%;
    align-items: center;
    color: #ffffff;

}
.header-contact ul li span.link-wrap a:hover{
    color: #ffcc00;
}
.header-social-media {
    display: flex;
    width: auto;
    margin-left: auto;
    align-items: center;
}

.header-social-media ul li {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
}
.header-social-media ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #ffffff;
    overflow: hidden;
}
.header-social-media ul li a img{
    float: left;
    width: 32px;
}
.header-social-media ul li a:hover{
    opacity: .8;
    filter: alpha(opacity=80);
}
/*=========== END HEADER ============*/

/*=========== BEGIN FUNDRAISE CSS  ============*/

.fundraising-main-wrap .container{
    width: 100%;
    max-width: 1440px;
}

.fundraising-main-wrap .red-banner-small {
    padding: 70px 0 35px;
}
.fundraising-main-wrap .header-content{
    display: flex;
    border-bottom: 0px;
}
.transparent-header .header-content{
    display: inline-block;   
}
/*.fundraising-main-wrap .logo-wrap{
    display: flex;
    flex: 1;
}*/
.fundraising-main-wrap .mobile-logo{
    display: none;
}
.header-box {
    padding: 30px 0 0 16px;
    margin-left: auto;
}
.fundraising-btns{
    float: left;
    list-style: none;
    font-size: 0;
    margin: 0;
}
.fundraising-btns li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
}
.fundraising-btn {
    font-family: 'din700', sans-serif;
    background: #ffffff;
    border: 0;
    height: 46px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    color: #333333;
    font-size: 16px;
    line-height: 46px;
    text-transform: uppercase;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
}
.fundraising-btns .fundraising-btn{
    padding: 0 22px;
    position: relative;
    transition: background 0.4s ease-out,color 0.4s ease-out,opacity 0.4s ease-out;
}
.transparent-header .fundraising-btn{
    background: #cc0000;
    color: #ffffff;   
}
.fundraising-btn:hover{
    background: #333333;
    color: #ffffff;
}
.fundraising-btns .fundraising-btn .fa{
    font-size: 14px;
    line-height: inherit;
    margin: 0 3px 0 -3px;
    vertical-align: top;
}



.fundraising-nav {cursor: pointer;display: block;padding: 0;width: 20px;height: 16px;z-index: 99999;border-radius: 0px;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;}
.fundraising-nav span {display: block;position: absolute;height: 3px;width: 100%;background: #ffffff;opacity: 1;left: 0;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}
.fundraising-nav span:nth-child(1) {top: 0px;}
.fundraising-nav span:nth-child(2),
.fundraising-nav span:nth-child(3) {top: 8px;}
.fundraising-nav span:nth-child(4) {top: 16px;}
.fundraising-nav.open span:nth-child(1) {top: 16px;width: 0%;left: 50%;}
.fundraising-nav.open span:nth-child(2) {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.fundraising-nav.open span:nth-child(3) { -webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.fundraising-nav.open span:nth-child(4) {top: 16px;width: 0%;left: 50%;}

.nav-holder {
    padding: 0 0 20px;
    position: relative;
    margin: 0 0 -20px 10px;
    float: left;
}
.nav-holder .toggle-holder {
    padding: 15px 15px 8px 25px;
    border-left: 2px solid rgba(204,0,0,0.2);
}
.nav-holder .toggle-holder.no-separator {
    border: none;
}

.nav-holder .drop {
    display: none;
    position: absolute;
    right: 15px;
    top: 74px;
    background: white;
    padding: 0px;
    box-shadow: 0 5px 7px rgba(0,0,0,0.15);
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    width: 280px;
    z-index: 99998;
}
.fundraising-main-wrap #nav{
    padding: 15px 0px;
}
.nav-holder .drop ul {
    list-style: none;
    margin: 0 0 -11px;
}
.nav-holder .drop li{
    padding: 5px 10px 5px 15px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.nav-holder .drop ul a {
    color: black;
}
.nav-holder .drop li:hover{
    background: #d9d9d9;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.fundraising-main-wrap .header.sticky .fundraising-btn{
    background: #cc0000;
    color: #ffffff;
}

.fundraising-main-wrap .header.sticky .header-box {
    padding: 18px 0 0 15px;
}

.fundraising-main-wrap .header.sticky .fundraising-nav span{
    background: #cc0000;
}
.fundraising-main-wrap .header.sticky .sticky-logo{
    margin-top: 10px;
    margin-bottom: 10px;
}

.fundraising-main-wrap .header.sticky .nav-holder .drop{
    top: 63px;
}

.fundraising-main-wrap .header.sticky,
.fundraising-main-wrap .header {
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}



.grey-line{
    float: left;
    width: 100%;
    height: 25px;
    border-top: 1px solid #c5c5c5;
    margin-top: 20px;
}











.fundraising-main-section{
    float: left;
    width: 100%;
}
.campaign-single-section.fundraising-main-section .campaign-single-container{
    background: #ebebeb!important;
}
.fundraising-main-section .campaign-single-left{
    background: transparent;
}
.fundraising-main-section .campaign-single-content{
    padding: 0px;
}
.fundraising-main-section .campaign-donation-wrap{
    background: transparent;
    padding-top: 0px;
}
.fundraising-columnL{
    float: left;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    background: #ffffff;
}
.fundraising-banner {
    float: left;
    width: 100%;
    overflow: hidden;
}
.fundraising-banner img{
    max-height: 350px;
    object-fit: cover;

}
.heading-bar{
    float: left;
    width: 100%;
    background: #ffcc00;
    padding: 20px 30px;
}
.heading-bar h2{
    font-family: 'din700', sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: left;
}
.fundraising-description-wrap{
    float: left;
    width: 100%;
    padding: 35px 40px 45px;
    text-align: left;
}
.fundraising-description-wrap p{
    font-family: 'din400', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.fundraising-description-wrap h3{
    font-family: 'din700', sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 10px;
}
.fundraising-description-wrap h4{
    font-family: 'din500', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    padding-bottom: 10px;
}
.fundraising-description-wrap ul{
    list-style: inside;
}
.box-shadow{
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    background: #ffffff;
}
.fundraising-columnR{
    float: left;
    width: 100%;
}
.fundraise-wrap{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.about-wrap{
    position: relative;
}

.about-wrap[aria-expanded="false"]:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: -moz-linear-gradient(rgba(255,255,255,0) 0%,white 100%);
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0% white 100%);
    background: linear-gradient(rgba(255,255,255,0) 0%,white 100%);
}

.continue-reading-btn{
    margin-top: 20px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}

.charity-fundraised{
    float: left;
    width: 100%;
    padding-top: 30px;
}
.fundraised-circle{
    margin: 8px auto 35px;
    width: 250px;
    height: 250px;
    position: relative;
    border-radius: 50%;
    display: block;
    border: 5px solid #cc0000;
}
.fundraised-circle-inner{
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%; 
    background: #ffcd05;
    color: white;
    font-size: 22px;
    line-height: 1.25;
    text-align: center;
    box-shadow: 0 0 0 10px rgba(0,0,0,0.15);

}
.fundraised-content{
    background: #cc0000;
    border-radius: 50%;
    text-align: center;
}
.fundraised-content h1{
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 15px;
    text-transform: uppercase;
}
.fundraised-content span{
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #ffffff;
}



/*.fundraised-circle-inner{
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}*/
@-webkit-keyframes fadeOut {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}










.fundraised-list{
    float: left;
    width: 100%;
}
.fundraised-list ul{
    font-family: 'din500', sans-serif;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 1.2;
    color: #cc0000;
}


.fundraised-list ul li {
    float: left;
    width: 100%;
    text-align: left;
    padding: 12px 90px 12px 100px;
    border-top: 1px solid rgba(0,0,0,0.3);
}
.fundraised-list ul em {
    width: 28px;
    height: 28px;
    font-size: 15px;
    line-height: 28px;
    background: #cc0000;
    color: white;
    border-radius: 50%;
    text-align: center;
}
.fundraised-list .meta-list-text {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.fundraise-donate-btn{
    float: left;
    width: 100%;
    padding: 12px 20px;
    border-top: 1px solid rgba(0,0,0,0.3);
}
.fundraise-donate-btn .donate-btn{
    font-family: 'din700', sans-serif;
    float: left;
    width: 100%;
    border: 1px solid #cc0000;
    background: #cc0000;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 100%;
    color: #ffffff;
    border-radius: 0px;
    text-transform: uppercase;
}
.fundraise-donate-btn .donate-btn:hover{
    background: #333333;  
    border-color: #333333; 
}

.donors-box-wrap{
    background: white;
    box-shadow: 0 4px 16px rgba(0,0,0,0.16);
    margin: 0 0 15px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: left;
}
.donors-box-title {
    width: 100%;
    float: left;
    background: #cc0000;
    padding: 22px 25px;
    color: white;
    margin: 0px 0px 28px;
    font-size: 16px;
    line-height: 1.25;
}
.donors-box-title h2{
    font-family: 'din700', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}

.donors-list-wrap{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 15px 20px;
}
.supporters-content ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.supporters-content ul li {
    float: left;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #c3c3c3;
    padding: 20px 0px;
}
.supporters-content ul li:last-child{
    border-color: transparent;
}
li.supporter-block{
    display: none;
}
.supporters-content {
    float: left;
    width: 100%;
}
.supporters-info-wrap {
    float: left;
    width: 100%;
}
.supporters-img {
    float: left;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border: 0px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}
.supporters-img img {
    float: left;
}

.donors-list-wrap .supporters-img{
    display: flex;
    background: rgba(252,204,43,0.2);
    border:0px;
}
.donors-list-wrap .default-profile-icon{
    display: flex;
    align-items: center;
    width: 100%;
}
.donors-list-wrap .default-profile-icon span{
    width: 100%;
    font-size: 30px;
    color: #ffffff;
}
.supporters-info {
    float: left;
    width: 75%;
    position: relative;
}
.supporter-name {
    float: left;
    width: 100%;
}
.supporter-name h2 {
    display: block;
    font-family: 'din400', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #cc0000;
    text-transform: none;
    margin-bottom: 0px;
    padding-right: 70px;
}
.fundraiser-name{
    display: block;
}
.fundraiser-name a{
    font-weight: 700;
    color: #cc0000;
}
.supporter-comments {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}
.supporter-comments p {
    margin-bottom: 10px;
    padding: 0px;
}
.supporters-info .supporter-comments-date {
    display: block;
    font-family: 'din700', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #cc0000;
    text-transform: none;
    position: absolute;
    top: 0;
    right: 0;
}
.supporter-donate-amount h2 {
    display: block;
    font-family: 'din400', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #cc0000;
    text-transform: none;
    margin-bottom: 0px;
}
.view-more-wrap{
    float: left;
    width: 100%;
    text-align: center;
}
.red-btn-wrap {
    font-family: 'din500', sans-serif;
    display: inline-block;
    margin: 25px auto 20px !important;
    padding: 0 25px;
    height: 50px;
    width: auto;
    font-size:20px;
    line-height: 50px;
    text-align: center;
    background: #cc0000; 
    color: #ffffff;
    border-radius: 0px;
}
.red-btn-wrap:hover{
    color: #ffffff;
    background: #333333;
    text-decoration: none;
}
.donors-list-wrap .fundraise-donate-btn{
    padding: 12px 0px;
}

.get-involved-wrap{
    float: left;
    width: 100%;
    padding: 25px 50px;
    text-align: center;
}

.get-involved-wrap h2{
    font-family: 'din500', sans-serif;
    margin: 0 0 10px;
    font-size: 25px;
    color: #cc0000;
}
.get-involved-wrap p{
    line-height: 20px;
}
.get-involved-wrap .red-btn-wrap{
    margin: 20px auto;
}


.also-fundraising-section{
    float: left;
    width: 100%;
    margin: 50px 0px 30px;
}

.also-fundraising-header{
    padding: 18px 30px;
    background: #ffcc00;
    margin: 0 0 50px;
    text-align: center;
}
.also-fundraising-header h2{
    font-family: 'din700', sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
}
.also-fundraising-block-container .col-sm-12{
    padding-left: 5px;
    padding-right: 5px;
}

.also-fundraising-container{
    float: left;
    width: 100%;
}
.also-fundraising-container ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}
.also-fundraising-container ul li{
    float: left;
    padding: 0 10px 30px;
    list-style: none;
    box-sizing: border-box;
    text-align: center;
    /*width: 16.66%;*/
    width: 20%;
}
li.fundraiser-block{
    display: none;
}
.also-fundraising-container .item-frame {
    float: left;
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    padding: 25px 0px 25px;
    flex: 1;
    position: relative;
    transition: box-shadow 0.3s ease-out;
    width: 100%;
}
.also-fundraising-container h2 {
    font-family: 'din500', sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #cc0000;
    margin: 0 0 16px;
}
.also-fundraising-container canvas{
    display: inline-block;
    height: 180px;
    width: 180px;
}
.photo-holder{
    position: absolute;
    width: 120px;
    height: 120px;
    left: 30px;
    top: 30px;
    overflow: hidden;
    border-radius: 50%;
}
.photo-holder img{
    height: 120px;
    width: 120px;
    object-fit: cover;
}
.small-pie{
    width: 180px!important;
    height: 180px;
    display: block!important;
    position: relative;
}

.also-fundraising-container .circle-text{
    font-family: 'din500', sans-serif;
    line-height: 30px!important;
    bottom: -20px;
    color: #cc0000;
}

.item-frame ul {
    margin: 25px 0px 19px;
    padding: 5px 2px;
    list-style: none;
    font-size: 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: rgba(0,0,0,0.3);
}
.item-frame ul li{
    font-family: 'din400', sans-serif;
    padding: 0 0 0 5px;
    width: 50%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color:#cc0000;
}
.item-frame ul li:nth-child(odd) {
    text-align: right;
    padding: 0 5px 0 0;
}
.item-frame ul li .qty{
    font-family: 'din700', sans-serif;
}
.error{
    font-family: 'din400', sans-serif;
    text-align: left;
    padding-bottom: 0px!important;
    color: #cc0000;
}
.btn-holder{
    float: left;
    width: 100%;
    text-align: center;
}
.btn-holder .red-btn-wrap{
    height: 40px;
    font-size: 16px;
    line-height:40px; 
    margin: 0px;
}
.btn-holder .red-btn-wrap:hover{
    color: #ffffff;
    text-decoration: none;
}
.btn-holder .big-btn{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    min-width: 200px;
    padding: 0 10px;
}
/* PROGRESS CIRCLE COMPONENT */
.circliful {
    margin:auto;
    position: relative; 
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-info, .circle-info-half{
    color: #999;
}



/*Fundraiser css */
.fundraiser-heading-bar{
    float: left;
    width: 100%;
    position: relative;
}
.fundraiser-heading-bar .heading-bar{
    padding-left: 340px;
}
.profile-photo{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 100%;
    max-width: 220px;
    overflow: hidden;
    border: 10px solid #ffffff;
}
.profile-photo img{
    float: left;
    height: 200px;
    object-fit: cover;
}

.story-heading-bar{
    float: left;
    width: 100%;
}
.story-heading-bar .heading-bar{
    background: #cc0000;
    padding: 20px 40px;
}
.story-heading-bar .heading-bar h2{
    padding-bottom: 0px;
    text-transform: none;
    color: #ffffff;
}
.story-heading-bar.fundraising-campaign-title .heading-bar{
    background: #d9d9d9;
    padding: 20px 40px;
}
.story-heading-bar.fundraising-campaign-title .heading-bar h2{
    padding-bottom: 0px;
    text-transform: none;
    color: #333333;
}

.fundraiser-share-wrap{
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px 50px;
}
.fundraiser-share-wrap .title{
    float: left;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #c3c3c3;
}
.fundraiser-share-wrap .title h2{
    font-family: 'din700', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
}
.fundraiser-share-wrap .share-wrap{
    display: inline-block;
    width: auto;
    margin: 10px 0 0 0px;
    min-height: 44px;
}
.fundraiser-share-wrap .share-wrap .share-social-wrap{
    display: block;
    float: left;
    width: auto;
    position: relative;
    padding: 0 10px 8px;
    /*height: 40px;*/
    margin-left: 12px;
    margin-top: -4px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}

.fundraiser-share-wrap .share-social-wrap a {
    font-family: 'din400', sans-serif;
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    color: #333333;
    text-transform: capitalize;
    margin: 11px 7px 0px;
}
.fundraiser-share-wrap .share-social-wrap a span {
    display: inline-block;
    background-color: #4c484c;
    border-radius: 50%;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 3px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.fundraiser-share-wrap .share-social-wrap a:hover {
    color: #cc0000;
}
.fundraiser-share-wrap .share-social-wrap a:hover span {
    background-color: #cc0000;
}
.fundraiser-progress-wrap{
    float: left;
    width: 100%;
}

.fundraiser-progress-wrap .fundraised-circle-inner{
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -103px;
}
.fundraiser-progress-wrap .big-pie{
    min-height: 306px;
}

.fundraiser-progress-wrap .circle-text{
    font-weight: 700;
    color: #ffffff;
    margin-top: -5px;
}
.fundraiser-progress-wrap .fundraised-circle-inner span{
    font-weight: 400;
    padding-top: 50px;
}
.section-description{
    background: #cc0000;
    padding: 25px 0 40px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    position: relative;
    margin: 0;
    color: white;
}

.section-description:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.75);
}
.section-description .info-block {
    display: flex;
    align-items: flex-start;
    font-family: 'din700', sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.section-description .info-block .image {
    border-radius: 6px;
    background: white;
    max-width: 210px;
    width: 100%;
    margin: 9px 40px 0 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.16);
    padding: 0px;
}

.section-description .info-block .image a {
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.section-description .info-block .description {
    flex: 1;
}
.section-description .info-block .description p{
    font-weight: 600;
}
.section-description .info-block .description p a{
    color: #ffffff;
}
.section-description .info-block h2 {
    font-family: 'din700', sans-serif;
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 9px;
}
.section-description .btn-holder{
    text-align: left;
}
.section-description .white-btn{
    background: #ffffff;
    color:#333333;
}
.section-description .white-btn:hover{
    background: #ffcc00;
}
.paddingT10{
    padding-top: 10px;
}


/*Registration css*/


.fundraising-registration-section{
    float: left;
    width: 100%;
}
.step-panel {
    padding: 14px 0;
    background: white;
    position: relative;
    box-shadow: 0 1px 0 1px rgba(102,102,102,0.1);
    z-index: 1;
}
.step-panel .steps {
    text-align: center;
    font-size: 0;
    color: #333333;
    margin: 0;
    counter-reset: item;
}
.step-panel .steps li {
    display: inline-block;
    vertical-align: top;
    margin: 0 24px;
    opacity: 0.3;
    pointer-events: none;
    font-family: 'din700', sans-serif;
    font-size: 16px;
    line-height: 22px;
}
.step-panel .steps span, 
.step-panel .steps a {
    color: #333333;
    text-decoration: none;
    padding: 0 0 0 32px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.step-panel .steps span:before, 
.step-panel .steps a:before {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #333333;
    border-radius: 50%;
    color: #333333;
    font-family: 'din700', sans-serif;
    font-size: 14px;
    line-height: 1;
    content: '' counters(item,".") "";
    counter-increment: item;
    transition: background 0.3s ease,border-color 0.3s ease;
    padding: 3px 0 0;
}

.step-panel .steps li.active{
    opacity: 1;
    pointer-events: auto;
}
.step-panel .steps li.active span:before, 
.step-panel .steps li.complete span:before, 
.step-panel .steps li.active a:before, 
.step-panel .steps li.complete a:before {
    background: #cc0000;
    border-color: #cc0000;
    color: white;
}

.fundraising-form-wrap {
    background: white;
    margin: 50px auto 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.16);
    padding: 35px 55px 30px;
    display: block;
    max-width: 500px;
    position: relative;
}
.fundraising-form-wrap .custom-row{
    display: flex;
    flex-wrap: wrap;
}

.fundraising-form-wrap .step-title {
    text-align: center;
    padding: 0 0 20px;
}
.fundraising-form-wrap .step-title h3{
    font-family: din700c, "din700c Regular", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    padding-bottom: 10px;
}
.fundraising-form-wrap .step-title p{
    font-family: 'din400', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;
}
.fundraising-form-wrap .step-title a{
    font-family: 'din700', sans-serif;
    color: #cc0000; 
}

.fundraising-form-wrap .inputBx {
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
}
.fundraising-form-wrap .selectBx {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    background-position: right 18px;
    margin-bottom: 10px;
}
.fundraising-form-wrap .textArea,
.fundraising-form-wrap #mceu_11{
    margin-bottom: 10px;
}
.fundraising-form-wrap label{
    float: left;
    font-family: 'din400', sans-serif;
    font-weight: 400;
    color: #333333;
    margin-bottom: 8px;
}



.fundraising-form-wrap .input-icon-wrap{
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
}
.fundraising-form-wrap .input-icon {
      padding: 12px;
      background: #cc0000;
      color: white;
      min-width: 50px;
      height: 40px;
      text-align: center;
}
.fundraising-form-wrap .input-icon-wrap .inputBx:focus {
  border: 2px solid #cc0000;
  border-radius: 0px;
}


.upload-file {
  visibility: hidden;
  position: absolute;
}
.file-browse-wrap .file-upload-btn-wrap{
    vertical-align: top;
    width: 1%;
    position: relative; 
    font-size: 0; 
    white-space: nowrap; 
    display: table-cell;
}
.file-upload-btn{
    display: inline-block;
    padding:0px;
    min-width: 50px;
    background: #cc0000;
    height: 40px;
    text-align: center;
    border: none;
    color: #ffffff;
    line-height: 40px;
    font-size: 18px;
}
.file-browse-content {
    position: relative;
    display: table;
    border-collapse: separate;
}
button.file-upload-btn:focus{
    outline: none;
}

.fundraising-form-wrap .file-browse:focus {
  border: 2px solid #cc0000;
  border-radius: 0px;
}

.img-dimensions{
    font-family: 'din400', sans-serif;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: -5px;
}



.red-btn-square{
    font-family: 'din500', sans-serif;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff!important;
    margin: 15px 0 0;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 100%;
    width: 100%;
    text-align: center;
    height: 46px;
    line-height: 46px;
    background: #cc0000;
    border: 1px solid #cc0000;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    position: relative;
}
.red-btn-square:hover{
    background: #333333;
    border-color: #333333;
    color: #ffffff;
}
button.red-btn-square:focus{
    border-radius: 0px!important;
    border-color: transparent!important;
    outline: none!important;
}

.note-wrap{
    float: left;
    width: 100%;
    padding-top: 10px;
    text-align: center;
}
.note-wrap p{
    font-family: 'din400', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;
}
.note-wrap p a{
    font-family: 'din700', sans-serif;
    color:#cc0000;
}

.fundraising-form-wrap .signup-note {
    padding-bottom: 55px;
}
.fundraising-form-wrap .form-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    height: 77px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    background: rgba(0,0,0,0.05);
}
.fundraising-form-wrap .form-bottom p{
    font-family: 'din400', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;
}
.fundraising-form-wrap .form-bottom p a{
    font-weight: 700;
    color:#cc0000;
}

.new-email-account{
    display: none;
}
.fundraising-form-wrap.active .new-email-account{
    display: block;
}
.fundraising-form-wrap.active .fundraising-email-next{
    display: none;
}
.fundraising-form-wrap .email-print-error-msg ul{
    list-style: none;
}
.fundraising-form-wrap .email-print-error-msg ul li{
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    color:#cc0000;
}
.custom-alert-row ul{
    list-style: none;
}
.custom-alert-row ul li{
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    color:#cc0000;
}
.signup-print-error-msg{
    margin-top: 10px;
}

.fundraiser-complete-tab .fundraiser-share-wrap .share-wrap .share-social-wrap {
    display: block;
    height: auto;
    padding: 10px;
    margin: 0px;
}
.fundraiser-complete-tab .fundraiser-share-wrap{
    padding-bottom: 15px;
}

.fundraiser-complete-tab .fundraiser-share-wrap .share-wrap .share-social-wrap .share-social-wrap a{
    margin: 7px;
}

/*Fundraising checkout*/
.fundraising-checkout-form{
    max-width: 860px;
    padding: 35px 20px 30px;
    border: 1px solid #e2e2e2;
}
.fundraising-checkout-form .step-title{
    text-align: left;
}
.fundraising-checkout-form .step-title h3{
    position: relative;
    padding-right: 40px;
    margin-right: 0;
    min-height: 24px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 20px;
}
.fundraising-checkout-form .step-title {
    padding: 0px;
}
.fundraising-checkout-form .step-title h3:after {
    position: absolute;
    content: ' ';
    right: -4px;
    top: 4px;
    background:url("../images/lock.svg") no-repeat  0px 0px;
    width: 28px;
    height: 28px;
}
.fundraising-checkout-form .step-title h2{
    position: relative;
    padding: 10px 0px 20px;
    margin-right: 0;
    min-height: 24px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #333333;
}
.step-title h2,
.step-title h4{
    color: #333333;
}

.fundraising-checkout-form .bxwdt{
    max-width: 400px;
}

.bxwdt{
    max-width: 400px;
}
.fundraising-checkout-form .oneoff-amount-wrap{
    float: left;
    width: 100%;
	max-width: 400px;
}
.fundraising-checkout-form .oneoff-amount-wrap ul{
    float: left;
    width: 50%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.fundraising-checkout-form .oneoff-amount-wrap ul li{
    float: left;
    width: 100%;
    margin: 0px 0 25px 0;
    padding: 0px;
    list-style: none;
    border: 2px solid #c5c5c5;
    overflow: hidden;
    cursor: pointer;
    display: flex;
}
.fundraising-checkout-form .oneoff-amount{
    font-family: 'din700', sans-serif;
    width: 30%;
    font-size: 30px;
    background-color: #ffffff;
    color: #cc0000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fundraising-checkout-form .amount-post-info{
    float: left;
    width: 70%;
    padding: 0px;
    border-left: 2px solid #c5c5c5;
    display: flex;
    min-height: 10px;
    justify-content: center;
    align-items: center;
}
.fundraising-checkout-form .amount-post-info h3{
    font-family: 'din700', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    padding: 20px 0px;
    margin: 0px;
}

.fundraising-checkout-form .oneoff-amount-wrap ul li.active .oneoff-amount{
    background-color:#cc0000;
    color: #ffffff;
}

.fundraising-checkout-form .oneoff-amount-wrap ul li.active{
    border-color: #fc7d89;
}



.fundraising-checkout-form .input-txt{
    display: inline-block;
    padding: 12px;
    background: #cc0000;
    color: white;
    min-width: 90px;
    height: 40px;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
}
.inputbxwdt{
    max-width: 400px;
}

.show-donation-type{
    display: none;
}
.oneoff-show{
    display: block;
}

.fundraising-checkbox-wrap{
    font-family: 'din400', sans-serif;
    color: #333333;
    float: left;
    width: 100%;
    padding: 20px 0px;
    font-size: 13px;
    line-height: 18px; 
    text-align: left;
}
.fundraising-checkbox-wrap input[type="checkbox"]{
    position: relative;
    top: 2px;
}
.fundraising-checkout-bx{
    clear: both;
    max-width: 860px;
    padding: 35px 20px 30px;
    border: 1px solid #e2e2e2;   
    background: white;
    margin: 100px auto 0px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.16);
    position: relative;
}
.btn-holder-wrap{
    text-align: left;
}
.fundraising-checkout-form .donate-newemail-account{
    display: none;
}

.fundraising-checkout-bx .step-title h2{
    font-family: 'din500', sans-serif;
    font-size: 24px;
    line-height: 30px;
    padding-right: 200px;
}
.fundraising-checkout-bx .signin-btn-wrap{
    position: absolute!important;
    right: 10px;
    top: -25px;
    max-width: 100px;
}
.marginT20{
    margin-top: 20px;
}

.fundraising-checkout-form .step-title h4{
    font-family: 'din500', sans-serif;
    position: relative;
    padding-right: 40px;
    margin-right: 0;
    min-height: 24px;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
}


.message-page .step-title h4{
    padding-bottom: 10px;
}
.message-bottom-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.flex-form{
    width: 100%;
}
.profile-img-block{  
    margin-right: 15px;
    max-width: 50px;
}
.profile-img-block img{
    border-radius: 50%;
}
.message-bottom-wrap .fundraising-checkbox-wrap{
    padding-top: 0px;
}
.flex-block{
    display: flex;
}




/*Begin payment tab*/

.fundraising-checkout-form .payment-form-wrap{
    max-width: 100%;
}
.fundraising-checkout-form .payment-form-wrap .payment-card-wrap{
    margin-top: 0px;
}
.payment-form-wrap .for-txt {
    float: left;
    padding: 5px 10px;
}
.payment-form-wrap .selectBx.custom-wdt {
    width: 46%;
}
.tooltip-wrap {
    position: relative;
}
.tooltip {
    font-family: 'Oleo Script', cursive;
    font-size: 12px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    background: #bababa;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-style: italic;
    position: absolute;
    top: -2px;
    right: -22px;
    opacity: 1;
    padding-right: 2px;
}
.tooltip .tooltiptext {
    font-family: 'din700', sans-serif;
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    bottom: 135%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.payment-card-wrap {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}
.card-txt{
    text-indent: -999999px;
}
.payment-card-wrap ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.payment-card-wrap ul li {
    float: left;
    width: 63px;
    height: 41px;
    border: 2px solid transparent;
    background: url("../images/payment-icon.png") no-repeat left -4px;
    cursor: pointer;
}
.payment-card-wrap ul li.visa-card {
    background-position: left -4px top -4px!important;
}
.payment-card-wrap ul li.electron-card {
    background-position: left -71px top -4px!important;
}
.payment-card-wrap ul li.delta-card {
    background-position: left -138px top -4px!important;
}
.payment-card-wrap ul li.master-card {
    background-position: left -202px top -4px!important;
}
.payment-card-wrap ul li.maestro-card {
    background-position: left -270px top -4px!important;
}


/*.StripeElement {
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    font-size: 16px;
    line-height: 40px;
    color: #222222;
    width: 100%!important;
    font-weight: 400!important;
    padding: 11.5px 15px 0px;
    border-radius: 0px;
    position: relative;
    height: 45px;
    line-height: 45px;
    background: #ffffff;

}*/
.StripeElement--focus {
    box-shadow: 0px 0px 3px #c5c5c5;
    border-color: #c5c5c5!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.StripeElement--invalid {
  border-color: #E22121;
}
.StripeElement--webkit-autofill {
  background-color: #E22121 !important;
}

#card-errors{
    padding: 5px 0px;
    color: #E22121;
    text-align: left;
}
.checkout-process-result{
    padding: 5px 0px;
    text-align: left;
}
/*End Payment tab*/

.f-total-payment span{
    font-family: 'din400', sans-serif;   
}



.complete-tab .step-title{
    text-align: center;
}
.complete-tab .step-title h4{
    font-family: 'din700', sans-serif;
    font-size: 36px;
    line-height: 40px;
    padding-top: 20px;
    padding-right: 0px;
}


.fundraised-mobile-view{
    display: none;
}
span.designed-by-txt a{
    text-decoration: underline;
}
span.designed-by-txt a:hover{
    text-decoration: none;
}

/*Dashboard*/
.fundraiser-dashboard-section{
    float: left;
    width: 100%;
    padding-top: 50px;
}
.fundraiser-dashboard-section .section-title{
    float: left;
    width: 100%;
}
.fundraiser-dashboard-section .section-title h2{
    font-family: 'din700', sans-serif;
    font-size: 30px;
    text-align: left;
    color: #333333;
    margin-bottom: 32px;
    text-transform: uppercase;
}
#campaignTabs {
    border: none;
    border-radius: 0px;
    padding: 0px;
    background: transparent;
    width: 100%;
}
#campaignTabs .ui-tabs-nav {
    float: left;
    border: none;
    border-bottom: 2px solid #dddddd;
    border-radius: 0px;
    padding: 0px;
    background: transparent;
    width: 100%;
}

#campaignTabs .ui-tabs-nav li.ui-state-active{
    border-top-color: #cc0000;
    background: #f8f8f8;
}
#campaignTabs .ui-tabs-nav .ui-tabs-anchor{
    font-family: 'din700', sans-serif;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 15px 8px;
}
#campaignTabs .ui-tabs-nav li.ui-state-active a{
    color: #333333;
}

#campaignTabs .ui-tabs-panel{
    font-family: 'din400', sans-serif;
    float: left;
    width: 100%;
    background: transparent;
    border-radius: 0px;
    color: #333333;
    padding: 0px;
}
#campaignTabs .tab-content{
    float: left;
    width: 100%;
    margin-top: 40px;
}
#campaignTabs .tab-content ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 101.600000%;
    margin: 0px;
    padding: 0px;
    margin-left: -10px;
    margin-right: -10px;
    list-style: none;
    overflow: hidden;
}
#campaignTabs .tab-content ul li{
    float: left;
    width: 33.333333%;
    margin: 10px 0px;
    padding: 0px 10px;
    list-style: none;
}


.my-projects-wrap{
    float: left;
    width: 100%;
}
#campaignTabs .white-content{
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 30px;
}
.my-projects-content{
    float: left;
    width: 100%;
}
.my-projects-content .title h2{
    font-family: 'din400', sans-serif;
    color: #333333;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: left;
}
.my-projects-content .title h2:after {
    width: 50px;
    height: 4px;
    margin-top: 15px;
    background: #333333;
    display: block;
    content: "";
}
.my-projects-content span.total-project{
    float: left;
}
.my-projects-content ul{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.my-projects-content ul li{
    float: left;
    width: 100%!important;
    list-style: none;
    margin: 0px;
    padding: 10px 0px;
    position: relative;
    border-bottom: 1px solid #dddddd;
}
.my-projects-content ul li .campaign-item-wrap {
    float: left;
    width: 100%;
    position: relative;
}
.my-projects-content ul li .campaign-item-wrap .thumb-wrap {
    width: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.my-projects-content ul li .campaign-item-wrap .campaign-bottom-content {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 95px;
}

.profile-pic-wrap{
    float: left;
    width: 100%;
    max-width: 100px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 30px;
}
.profile-pic-wrap img{
    float: left;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.profile-upload {
    display: none!important;
}
.upload-text-wrap{
    float: left;
    text-align: center;
}
.profile-upload-btn{
    margin: 35px 0px 0px 20px;
    height: 42px;
    line-height: 42px;
    min-width: 210px;
    max-width: 210px;
    text-align: center;
    float: none;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    background: #cc0000;
}

#campaignTabs .fundraising-form-wrap{
    max-width: 800px;
}
#campaignTabs .fundraising-form-wrap .red-btn-square{
    max-width: 200px;
}

#campaignTabs .fundraising-form-wrap .step-title h3{
    font-size: 24px;
    line-height: 28px;
}






.projectslist-wrap{
    float: left;
    width: 100%;
}
.projectslist-content{
    float: left;
    width: 100%;
}
.projectslist-wrap .custom-row{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
    background: #ffffff;
    padding: 10px 0px;
}
.projectslist-wrap .custom-row:nth-child(odd) {
    background: rgba(255, 255, 255, .7);
}
.projectslist-wrap .custom-row.title-row{
    margin-bottom: 0px;
}
.projectslist-wrap .custom-row .column{
    width: 20%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    padding: 0 10px;
}
.projectslist-wrap .thumb-wrap{
    max-width: 150px;
}
.projectslist-wrap .custom-row h3{
    font-family: 'din400', sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.projectslist-wrap .custom-row.title-row h3{
    font-family: 'din700', sans-serif;
    font-size: 20px;
    line-height: 24px;
}
.projectslist-wrap .custom-row .title-column{
    /*width: 35%;*/
    width: 40%;
    padding-left: 15px;
}
.projectslist-wrap .custom-row .target-column{
    /*width: 15%;*/
    width: 20%;
}
.projectslist-wrap .custom-row .raised-column{
    /*width: 15%;*/
    width: 20%;
}
.projectslist-wrap .custom-row .status-column{
    width: 15%;
    display: none!important;
}
.projectslist-wrap .custom-row .action-column{
    width: 20%;
}

.projectslist-wrap .custom-row .action-column h3{
    float: left;
    width: 100%;
    text-align: center;
}
.projectslist-wrap .custom-row .title-column h3 a:hover,
.projectslist-wrap .custom-row .title-column h3 a:focus{
    color: #cc0000
}
.projectslist-wrap .custom-row .action-column .action-btn-wrap{
    float: left;
    width: 100%;
    text-align: center;
}
.projectslist-wrap .custom-row .action-column .action-btn{
    height: 26px;
    line-height: 26px;
    text-align: center;
    float: none;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    background: #cc0000; 
    padding: 0 20px; 
    margin: 0; 
    font-size: 14px;
}
.projectslist-wrap .custom-row .action-column .action-btn .fdcdelete{
    background: transparent;
    border: none;
    color: #ffffff;
}
.projectslist-wrap .custom-row .action-column .action-btn:hover{
    background: #333333;
    text-decoration: none;
}
div.dashboard-campaign-row{
    float: left;
    width: 100%;
    display: none;
}
.projectslist-wrap div.dashboard-campaign-row:nth-child(even) {
    background: rgba(255, 255, 255, .7);
}
.dashboard-show-more-btn {
    justify-content: center;
    border-bottom: none!important;
    text-align: center;
}
.dashboard-show-more-btn .red-btn-square{
    max-width: 150px;
    height: 36px;
    line-height: 36px;
}

.fundraiser-dashboard-section .alert-success{
    float: left;
    width: 100%;
}
/*
.f-loading-img{
    display: none;
    vertical-align: middle;
    margin: 0 0 0 10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 10px 0;
    position: relative;
    top: -3px;
}*/
.f-loading-img{
    display: none;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
}
.f-loading-img img{
    width: auto;
}


.also-fundraising-container .photo-holder{
    display: flex;
    background: rgba(252,204,43,0.2);
}
.default-profile-icon{
    display: flex;
    align-items: center;
    width: 100%;
}
.default-profile-icon span{
    width: 100%;
    font-size: 50px;
    color: #ffffff;
}


/*Fundraising campaigns page*/
.red-bg-banner{
    background: #cc0000;  
}
.fundraising-campaigns-banner{
    background: url("../images/banner.jpg") no-repeat  center top;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}
.fundraising-campaigns-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.fundraising-campaigns-banner.red-bg-banner {
    clear: both;
    width: 100%;
    padding: 140px 0 50px;
}
.fundraising-campaigns-banner.red-bg-banner .section-title {
    float: left;
    width: 100%;
    text-align: center;
}
.fundraising-campaigns-banner.red-bg-banner .section-title h2{
    font-family: 'din700', sans-serif;
    font-size: 40px;
    line-height: 44px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.fundraising-campaigns-banner.red-bg-banner .section-title h3{
    font-family: 'din700', sans-serif;
    font-size: 21px;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.fundraising-campaigns-section{
    float: left;
    width: 100%;
    margin: 0px 0px 30px;
}
.fundraising-campaigns-container {
    padding: 0px;
}
.fundraising-campaigns-container .col-sm-12{
    padding-left: 5px;
    padding-right: 5px;
}

.fundraising-campaigns-content{
    float: left;
    width: 100%;
}
.fundraising-campaigns-content ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}
.fundraising-campaigns-content ul li{
    float: left;
    padding: 0 12px 24px;
    list-style: none;
    box-sizing: border-box;
    /*text-align: center;*/
    /*width: 16.66%;*/
    /*width: 25%;*/
    /*width: 33.333333%;*/
    width: 50%;
}

.fundraising-campaigns-content .item-frame {
    float: left;
    background: #ebebeb;
    /*border-radius: 5px;*/
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.12);*/
    box-shadow: 0 0px 1px rgba(0,0,0,0.12);
    /*padding: 0px 0px 25px;*/
    flex: 1;
    position: relative;
    transition: box-shadow 0.3s ease-out;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.fundraising-campaigns-content .item-frame .thumb-container{
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.fundraising-campaigns-content .item-frame .thumb-container:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(to bottom right, #002f4b, #222222);
    background: -webkit-linear-gradient(to bottom right, #002f4b, #222222);
    background: -ms-linear-gradient(to bottom right, #002f4b, #222222);
    background: linear-gradient(to bottom right, #002f4b, #222222);
    opacity: .4;
    z-index: 5;
}
.fundraising-campaigns-content .item-frame .thumb-container img{
    float: left;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 0 0;
    /*border-radius: 5px 5px 0px 0px*/;
}
.fundraising-campaigns-content .campaign-info-card{
    float: left;
    width: 100%;
    padding: 25px 25px 15px;
}
.fundraising-campaigns-content .fundraising-campaigns-title{
   float: left;
   width: 100%; 
   min-height: 52px;
}
.fundraising-campaigns-content .fundraising-campaigns-title h3{
    float: left;
    font-family: 'din700', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    text-transform: none;
    padding: 0px;
    /*min-height: 90px;
    display: flex;*/
}
.fundraising-campaigns-content .fundraising-campaigns-title h3 .block-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
}
.fundraising-campaigns-content .fundraiser-info{
    float: left;
    width: 100%;
    display: flex;
    position: relative;
    min-height: 44px;
    margin: 5px 0px;
}
.fundraising-campaigns-content .fundraiser-info .photo-holder{
    display: flex;
    background: rgba(196,18,48,.4);
    left: 0px;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    text-align: center;
}
.fundraising-campaigns-content .fundraiser-info .photo-holder img{
    width: 32px;
    height: 32px;
}
.fundraising-campaigns-content .fundraiser-info .default-profile-icon span{
    font-size: 14px;
}
.fundraising-campaigns-content .fundraiser-info h2 {
    float: left;
    font-family: 'din700', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    text-transform: none;
    padding-left: 40px;
    display: flex;
    align-items: center;
}
.fundraising-campaigns-content .fundraiser-info .block-ellipsis-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
}
.fundraising-campaigns-content .card-fundraised-info{
    width: 100%;
    display: flex;
}
.fundraising-campaigns-content .campaign-pie.small-pie{
    float: left;
    width: 120px!important;
    height: 120px;
    left: -10px;
}
.fundraising-campaigns-content canvas{
    display: inline-block;
    height: 120px;
    width: 120px;
}

.fundraising-campaigns-content .percentage-inner{
    display: flex;
    position: absolute;
    width: 70px;
    height: 70px;
    left: 25px;
    top: 25px;
    overflow: hidden;
    border-radius: 50%;
    /*background: rgba(196,18,48,.4);*/
    background: #cc0000;
    box-shadow: 0 0 0 4px rgba(0,0,0,0.15);
}

.fundraising-campaigns-content .circle-text{
    font-weight: 600;
    color: #ffffff;
}
.fundraising-campaigns-content .item-frame .raised-target-ul{
    border:none;
    color: #434343;
    margin: 18px 0px;
    padding: 0px;
}
.fundraising-campaigns-content .item-frame .raised-target-ul li{
    padding:0px!important;
    width: 100%;
    display: flex;
    align-items: center;
    color: #434343;
    font-size: 16px;
    line-height: 20px;

}
.fundraising-campaigns-content .item-frame .raised-target-ul li span{
    font-family: 'din400', sans-serif;
    color: #434343;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.fundraising-campaigns-content .item-frame .raised-target-ul li span.qty{
    font-family: 'din700', sans-serif;
    padding-right: 5px;
    color: #cc0000;
    font-size: 18px;
    line-height: 22px;
}

.fundraising-campaigns-content .item-frame:hover{
    background: #222222;
    transition: all 0.3s ease-in-out 0s;
}
.fundraising-campaigns-content .item-frame:hover h3,
.fundraising-campaigns-content .item-frame:hover h2,
.fundraising-campaigns-content .item-frame:hover .raised-target-ul li{
    color: #ffffff!important;
}
.fundraising-campaigns-content .item-frame:hover .raised-target-ul li span{
     color: #ffffff!important;   
}
.fundraising-campaigns-content .item-frame:hover .percentage-inner{
    box-shadow: 0 0 0 4px rgba(255,255,255,0.15);
}

/*=========== END FUNDRAISE CSS  ============*/
.header-right-wrap{
    padding-right: 400px;
}
.header-fundraise-btn-wrap{
    position: absolute;
    right: 150px;
    top: 54px;
    z-index: 9;
}
.header.sticky .header-fundraise-btn-wrap{
    top: 27px;
}
.header-fundraise-btn-wrap .header-fundraise-btn{
    height: 40px;
    line-height: 40px;
    border-width: 2px;
    background: transparent;
}
.header-fundraise-btn-wrap .header-fundraise-btn:hover{
    background: #ffffff;
    color: #cc0000;
}
.header.sticky .header-fundraise-btn{
    color: #cc0000;
    border-color: #cc0000;
    margin: 0px;
}
.header.sticky .header-fundraise-btn:hover{
    color: #ffffff;
    background-color: #cc0000;
}
.header.transparent-header .header-fundraise-btn:hover{
    border-color: #ffffff;
}

@media only screen and (max-width:767px){
    .fundraising-campaigns-container{
        padding: 0 10px;
    }
    .fundraising-campaigns-content ul li{
        width: 100%;
    }
    .header-bg-red .donate-btn-wrap i{
        display: none;
    }
    .donate-btn-wrap{
        right: 55px!important;
    }
    .donate-btn-wrap .red-btn{
        font-size: 14px;
        padding: 0 20px!important;
        width: auto!important;
    }
    .tablet-hidden{
        display: none;
    }
    .header-fundraise-btn-wrap{
        top: 9px;
        right: 155px;
    }
    .header-fundraise-btn-wrap .header-fundraise-btn {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        padding: 0 15px;
    }
    .header.sticky .header-fundraise-btn-wrap{
        top: 22px;
    }
    .header.sticky .header-fundraise-btn{
        color: #ffffff;
        border-color: #ffffff;
    }
}

@media only screen and (min-width:320px) and (max-width:370px){
    .donate-btn-wrap{
        right: 50px!important;
    }
    .header-fundraise-btn-wrap{
        right: 130px;
    }
    .donate-btn-wrap .red-btn{
        font-size: 12px!important;
        padding: 0 15px!important;
    }

    .header-fundraise-btn-wrap .header-fundraise-btn {
        font-size: 12px;
        padding: 0 10px;
    }

}
@media only screen and (min-width:768px) and (max-width:991px){
    .fundraising-campaigns-content ul li{
        width: 50%;
    }

    .header-bg-red .donate-btn-wrap i{
        display: none;
    }
    .tablet-hidden{
        display: none;
    }
    .donate-btn-wrap .red-btn{
        padding: 0 15px!important;
    }

    .header-fundraise-btn-wrap .header-fundraise-btn {
        padding: 0 15px;
    }
    .header-fundraise-btn-wrap{
        right: 125px;
    }
    .header-right-wrap {
        padding-right: 260px!important;
    }
}
/*=========== END FUNDRAISE CSS ============*/
/*=========== BEGIN FOOTER SECTION ============*/
.footer{
    float: left;
    width: 100%;
    position: relative;
    background: #333333;
    z-index: 1;
}
.footer-section{
    float: left;
    width: 100%;
    padding: 45px 0px 40px;
    position: relative;
}
.footer-section h6{
    font-family: 'din500', sans-serif;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 34px;
    color: #ffcc00;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer-section address{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #ffffff;
    position: relative;
    padding-left: 25px;
}
.footer-contact-col ul{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-contact-col ul li{
    float: left;
    width: 100%;
    padding: 0 0 0 25px;
    margin: 0px 0px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    position: relative;
}
.footer-contact-col ul li a{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
.footer-contact-col ul li a:hover{
    color: #ffcc00;
    text-decoration: underline;
}
.footer-section .icon{
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffcc00; 
}
.footer-ul-wrap{
    float: left;
    width: 100%;
}
.footer-ul-wrap ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-ul-wrap ul li {
    float: left;
    margin: 1px 0px 8px;
    padding: 0px;
    list-style: none;
    width: 100%;
}
.footer-ul-wrap ul li:before {
    float: left;
    color:#ffcc00;
    font-family:FontAwesome;
    content: "\f0da";
    font-size: 20px;
}
.footer-ul-wrap ul li a {
    float: left;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-left: 5px;
}
.footer-ul-wrap ul li a:hover{
    text-decoration: underline; 
    color: #ffcc00;
}


.footer-bottom-container{
    float: left;
    width: 100%;
    margin: 40px auto 0px auto;
    padding: 0px;
    position: relative;
    text-align: center;
}






.footer-social-media{
    display: inline-block;
    position: relative;
    text-align: left;
    width: auto;
    margin-top: 0px;
}
.footer-social-media ul{
    float: left;
    width: 100%;
}
.footer-social-media ul li{
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    color: #ffffff;
    margin-right: 8px;
    margin-left: 1px; 
}
.footer-social-media ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    color: #164294;
}
.footer-social-media ul li a img{
    width: 50px;
}
.footer-social-media ul li a:hover img{
    opacity: .8
}

.footer-fundregulator-box {
    display: inline-block;
    margin: 0px 0 0 25px;
    padding: 0px;
    position: relative;
    text-align: left;
    width: 161px;
    height: 50px;
}
.footer-fundregulator-box img{
    float: left;
}
/*=========== END FOOTER SECTION ============*/

.styled-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
}
.dropdown-styler {
    border: 0 none;
    height: 34px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.dropdown-styler > div {
    clear: both;
    cursor: default;
    height: 34px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-transform: none;
    z-index: 11;
}
.styled-dropdown select {
    border: 0 none;
    height: 34px;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    width: 100% !important;
    z-index: 55;
}

.marginT25 {
    margin-top: 25px;
    margin-bottom: 0px;
}
.marginB0T10 {
    margin: 10px 0 0px;
}
.hidden-pt {
    display: none;
}
.padding0 {
    padding: 0px;
}
.paddingL0 {
    padding-left: 0px;
}


.payment-form-wrap .inputBx.custom-wdt {
    width: 46%!important;
    display: block;
}
.payment-form-wrap .gift-aid-btn {
    /*background: #bababa;
    border: 0px;*/
    background:#eeeeee;
}
.payment-form-wrap .gift-aid-btn.active {
    background: #cc0000;
    border-color: #cc0000;
}
.payment-form-wrap .gift-aid-btn span.glyphicon {
    /*opacity: 1;*/
    color: #ffffff;
}
.single-footer {
    clear: both;
    width: 100%;
}
.single-footer .container {
    padding: 0px;
}
.single-footer .copyright {
    border: 0px;
    padding: 30px 0px 29px;
}

.copyright p a {
    text-decoration: none;
}
.wdt-full {
    max-width: 100%!important;
}
.paddingT38 {
    padding-top: 38px;
}
.contact-us-banner {
    padding: 273px 0 130px;
    z-index: -1;
}
.contact-footer-bottom {
    margin-top: -55px;
}
.contact-footer-bottom .container {
    padding: 20px 15px 10px;
}
.contact-footer-bottom .footer-menu-wrap {
    margin: 35px auto 20px;
}
.not-found-wrapper {
    clear: both;
    width: 100%;
}

.copyright p a.copyright-link{
    text-decoration: underline;
}
.copyright p a.copyright-link:hover{
    text-decoration: none;
}



#shareWrapTop .share-social-wrap {
    width: 131px!important;
    position: absolute!important;
    padding: 0px 10px 10px;
    height: auto!important;
    margin-left: 190px!important;
    background: #ffffff!important;
    z-index: 999!important;
}
#shareWrapTop .share-social-wrap .share-bubble::after{
    top: 20px;
}
#shareWrapTop .share-social-wrap .share-bubble::before{
    top: 20px;
}

a.transparent-red-btn:focus{
    color:#cc0000;
}

#thankYouShareWrap{
    width: 182px;
    position: relative;
    left: 50%;
    margin-left: -91px; 
    margin-bottom: 20px;   

}
.thankyou-donation-top .title{
    width: 100%;
    text-align: center;
}
.thankyou-donation-top .title h3,
.thankyou-donation-top .title h4{
    font-family: 'din700', sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #333333;
    text-transform: none;
}
.thankyou-donation-top .title h4{
    padding: 5px 0 30px;
}

.share-wrap.tahank:hover .share-social-wrap{
    display: block;
}

#thankYouShareWrap .share-social-wrap {
    width: 131px!important;
    position: absolute!important;
    padding: 0px 10px 10px;
    height: auto!important;
    margin-left: 192px!important;
    background: #ffffff!important;
    z-index: 999!important;
}
#thankYouShareWrap .share-social-wrap .share-bubble::after{
    top: 20px;
}
#thankYouShareWrap .share-social-wrap .share-bubble::before{
    top: 20px;
}

.marginT15{
    margin-top: 15px;
}

/*New css */
.fundraising-nav-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 2px solid #dddddd;
}
.fundraising-nav-wrap ul{
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.fundraising-nav-wrap ul li{
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
}
.fundraising-nav-wrap ul li a{
    float: left;
    font-family: 'din700', sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #cc0000;
    text-transform: uppercase;
    padding: 9px 18px 9px 18px;
}
.fundraising-nav-wrap ul li a:hover{
    background: #ffcc00;
    color: #333333;
    text-decoration: none;
}

.red-btn-square.create-fundraising-btn{
    width: auto;
}
.red-btn-square.create-fundraising-btn:hover,
.red-btn-square.d-login-btn:hover{
    text-decoration: none;
}
.d-login-btn-wrap{
    text-align: center!important;
}
.red-btn-square.d-login-btn{
    width: auto;
    min-width: 200px;
    margin: 0 auto;
}
#fundraisingcampaignprocess .file-browse-wrap{
    font-family: 'din400', sans-serif;
    float: left;
    width: 100%;
    border: 1px solid #c5c5c5;
    color: #333333;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    padding: 0 15px;
}
#fundraisingcampaignprocess .file-browse-wrap input{
    float: left;
    float: left;
    line-height: 26px;
    width: 100%;
    margin-top: 0px;
}
#the_header_search_wrapper .search-field {
    height: 15px;
    border: 1px solid #767676;
	-webkit-appearance: none;
}
#the_header_search_wrapper .search-submit {
    height: 16.5px;
}
#fundraisingpersonalizeprocess .file-browse-wrap{
    font-family: 'din400', sans-serif;
    float: left;
    width: 100%;
    border: 1px solid #c5c5c5;
    color: #333333;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    padding: 0 15px;
}
#fundraisingpersonalizeprocess .file-browse-wrap input{
    float: left;
    float: left;
    line-height: 26px;
    width: 100%;
    margin-top: 3px;
}
#fundraisingpersonalizeprocess .custom-row{
    display: inherit!important;   
}




.fundraising-campaigns-container .fundraising-columnL{
    box-shadow: none;
    background: transparent;
}

li.home-fundraiser-block{
    display: none;
}
.container.fundraising-campaigns-container  *, .fundraising-registration-section *, section.campaign-single-section *, .fundraiser-dashboard-section *  {box-sizing: border-box;} 

.fundraising-campaigns-container .fundraising-columnR {
position: sticky;
top: 0;
}

.fund_filter_inp
{
	height:34px!important; 
}
.btn-fund-title
{
	background: #cc0000;
    color: #fff;
    border: none;
    padding: 6px;
    padding-left: 11px;
    padding-right: 11px;
}
.comp_title_dt
{
	margin-left: 16px;
}
.fund-no-dp
{
	width:100%;
	margin-bottom: 20px;
    margin-top: 20px;
}

/*custom css*/
.container.fundraising-campaigns-container .col-sm-8.paddingLR0 .col-md-5.comp_title_dt input#fund_ser_val {
    width: 100%;
    background: #f2f2f2;
    border: none;
    padding: 10px 10px;
    height: 45px !important;
    font-weight: 400 !important;
    border-radius: 0;
}

.container.fundraising-campaigns-container .col-sm-8.paddingLR0 .col-md-5.comp_type select#typedt {
    width: 100% !important;
    border: none;
    background: #f2f2f2;
    padding: 10px 10px;
    border-right: 5px solid #f2f2f2;
    height: 45px;
    color: #757575;
    font-weight: 400;
}
.container.fundraising-campaigns-container .col-sm-8.paddingLR0 .col-md-1.fund_search button {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .container.fundraising-campaigns-container .col-sm-8.paddingLR0 .col-md-5.comp_title_dt { padding: 0; }
    .container.fundraising-campaigns-container .col-sm-8.paddingLR0 .col-md-5.comp_title_dt input#fund_ser_val { margin: 0 0 10px; }
    .fundraising-campaigns-section .col-sm-8 .row.comp_first_dt { margin: 0; }
    .fundraising-campaigns-section .col-sm-8 .row.comp_first_dt .col-md-5.comp_title_dt { margin: 0; }
    .col-sm-8 .row.comp_first_dt .col-md-5.comp_type { padding: 0; }
    .col-sm-8 .row.comp_first_dt .col-md-1.fund_search { padding: 0; margin-top: 15px; }
}

.campaign-pie.small-pie:not(.circliful):after {
    content: "";
    width: calc(80% + 5px);
    border: 5px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: calc(80% + 5px);
    border-radius: 50%;
    box-sizing: border-box;
}
.container.fundraising-campaigns-container .col-sm-8.paddingLR0 .col-md-5.comp_title_dt input#fund_ser_val
 {color: #757575!important;}
 #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}
 
#loader-wrapper .loader-section.section-left {
    left: 0;
}
 
#loader-wrapper .loader-section.section-right {
    right: 0;
}
div#loading img {
    height: 100%;
    object-fit: none;
    object-position: top;
}
div#loading {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
}

/**/


.container.fundraising-campaigns-container .row.comp_first_dt {
    margin: 0;
}
.container.fundraising-campaigns-container .row.comp_first_dt .col-md-5.comp_title_dt {
    padding: 0;
    flex: 0 0 auto;
    max-width: calc(50% - 90px);
}
.container.fundraising-campaigns-container .row.comp_first_dt .col-md-5.comp_type {
    flex: 0 0 auto;
    margin: 0 0 0 25px;
    padding: 0;
    max-width: calc(50% - 25px);
}
.fund_search
{
	padding-left: 0px;
}
.donors-box-wrap .donors-box-title {
    background: #ffcd05;
}
.fundraised-list ul li em {
    vertical-align: middle;
}
.page-id-2148 .shelf, .page-id-2134 .shelf {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.container.fundraising-campaigns-container .row.comp_first_dt .col-md-5.comp_title_dt {
    padding: 0 12px;
    margin: 0;
    max-width: calc(50% - 75px);
}
.container.fundraising-campaigns-container .row.comp_first_dt .col-md-1.fund_search {
    padding: 0;
}
.header_block_wrapper *::after, .header_block_wrapper *::before, .header_block_wrapper *, 
.footer_2_wrapper *::after, .footer_2_wrapper *::before, .footer_2_wrapper * {
    box-sizing: unset !important;
}
.fundraising-columnL .btn-holder a {
    display: inline-block;
    margin: 0 10px 10px !important;
}
.fundraising-checkout-form .oneoff-amount-wrap ul { width: 100%; }
@media only screen and (max-width: 1199px) {
    .container.fundraising-campaigns-container .row.comp_first_dt .col-md-5.comp_type {
        margin: 0 0 0 22px;
    }
}
@media only screen and (max-width: 768px) {
    .container.fundraising-campaigns-container .row.comp_first_dt .col-md-5.comp_type { max-width: 100%; margin: 10px auto 0 !important; }
    .container.fundraising-campaigns-container .row.comp_first_dt .col-md-5.comp_title_dt { max-width: calc(100% - 0px); }
    .container.fundraising-campaigns-container .row.comp_first_dt .col-md-5.comp_title_dt input#fund_ser_val { margin: 0; }
    .container.fundraising-campaigns-container .row.comp_first_dt .col-md-1.fund_search, .container.fundraising-campaigns-container .row.comp_first_dt .col-md-5.comp_title_dt, .container.fundraising-campaigns-container .row.comp_first_dt .col-md-5.comp_type {
    padding: 0 15px; }
}
.page-id-2148 .shelf {
    /* padding-top: 160px; */
	padding-top: 80px;
	padding-bottom: 50px;
}
.page-id-2148 .page_txt_h1
{
	/* display:none; */
}