.about_pag_wrapper, .about_wrapper_table {
    height: 280px;
}
.about_pag_wrapper {
    background-image: url(../images/slides/3.jpg);
    background-size: cover;
}
.about_wrapper_table {
    display: table;
    width: 100%;
}
.about_wrapper_tablecell {
    display: table-cell;
    vertical-align: middle;
}
.about_wrapper_tablecell h2 {
    color: hsl(0, 0%, 100%);
    font-weight: bold;
    padding-top: 0;
    text-align: center;
    font:700 66px/68px 'Titillium Web', sans-serif;
}

@media only screen and (max-width: 600px) {
    .about_wrapper_tablecell h2 {
        font:700 38px/38px 'Titillium Web', sans-serif;
    }
}
/* ---- Sticky Tab Starts ----- */
.sticky-tab{
    padding: 0;
    margin-bottom: 5px;
    background: #fff;
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
    text-align: left;
    font:400 12px/14px 'open sans', sans-serif;
    color:#999;
    /*-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
 -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
      box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);*/
}
.sub-sticky{
    z-index: 99;
    position: fixed;
    display: block;
    top: 0px;
    left: 0;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
}
.sticky-tab li{
    display: inline;
    margin:0;
}
.sticky-tab li a{
    display: inline;	
    font:400 12px/14px 'Open Sans', sans-serif;
    color:#49c1ff;
    text-transform:none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.sticky-tab li a:hover{color:#000;}

/* ---- Sticky Tab Starts ----- */

/* ---- Common Container Starts ----- */
.main-container{   
    padding: 15px 0;
    margin-bottom: 25px;
    background: #fff;
    text-align: left;
    font:300 16px/22px 'Open Sans', sans-serif;
    color:#444;
}
.details-txt h1{
    font: 400 28px/36px 'Fredericka the Great', cursive;
    color: #004477;
    float: left;
    width:100%;
    text-transform: none;
    margin: 0 0 25px 0;
    position: relative;
}
.details-txt h1:before {
    position: absolute;
    content: "";
    left: 0%;
    bottom: -8px;
    margin-left: 0px;
    width: 50px;
    height: 1px;
    /*background-color: #49c1ff;*/
}
.details-txt h2{
    font: 400 16px/18px 'Open Sans', sans-serif;
    color: #49c1ff;
    float: left;
    width:100%;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    position: relative;
}
.details-txt .picture{
    float: left;
    width: 100%;
    text-align:center;
}
.details-txt figure {margin: 20px auto;}
.details-txt ul li  {
    margin: 0;
    padding:0;
}
.details-txt p,.details-txt ul li  {
    font: 300 15px/20px 'Open Sans', sans-serif;
    color: #000;
    padding:0;
}
.details-txt ul p{
    font-weight: 400
}
.details-txt ul li  {
    margin: 0 0 10px 15px;
    padding:0;
    list-style: disc;
    float: left;
    width: 100%;
}
.details-txt p {
    float: left;
    margin: 0 0 10px 0;
}

/* ---- Common Container Ends ----- */

.side_bar {margin-left: 10px;}
.lead-cat{
    float:left;
    width:100%;
    border: 1px solid #ECECEC;
    position: relative;
    margin-bottom: 25px;
}
.lead-cat h3 {
    position:absolute;
    color: #eee;
    font: 900 22px/22px 'Open Sans', sans-serif;
    top:-18px;
    left: 15px;
    margin: 0;
    padding: 5px;
    background: #fff;
    clear:both;
}
.lead-cat ul{
    float:left;
    margin: 20px;
    width: calc(100% - 40px);
}
.lead-cat ul li{
    float:left;
    margin: 0;
    width: 100%;
}
.lead-cat ul li a{
    font: 600 13px/18px 'Open Sans', sans-serif;
    letter-spacing: .5px;
    color: #999;
    text-transform:uppercase;
    background:#f7f7f7;
    border-bottom: 1px dashed #fff;
    display:block;
    padding: 12px 0;
    text-indent:15px;
}
.lead-cat ul li a:hover{
    color: #49c1ff;
    background:#f0f0f0;
}
.lead-cat ul li a.active,.lead-cat ul li a:focus{
    color: #49c1ff;
    background:#f0f0f0;
}
.download-app{
    float:left;
    width:100%;
    margin-bottom: 25px;
    text-align: center;
}
.download-app img{
    float:inherit;
    width: 100%;
    max-width: 388px;
    text-align: center;
}
.card-1{
    float:left;	
    border: 1px solid #ECECEC;
    padding: 20px;
    width:100%;
    margin-bottom: 25px;
}
.card-1 h3{
    color: #000;
    font: 900 22px/22px 'Open Sans', sans-serif;
    text-transform:uppercase;
    border-bottom: 2px solid #49c1ff;
    margin: 0 0 5px 0;
    padding:  0 0 5px 0;
}
.card-1 h4>a {
    font: 900 14px/18px 'Open Sans', sans-serif;
    color: #000;
}
.card-1 h4>a:hover {color: #49c1ff;}
.card-1 p {
    margin-top: 15px;
    font: 300 12px/18px 'Open Sans', sans-serif;
    color: #999;
}
.card-1 img{
    float:inherit;
    width: 100%;
    max-width: 388px;
    margin-bottom: 10px;
    text-align: center;
}

/** Breadcrumb **/
.breadcrumb-box{
    margin: 7px auto;
    float: inherit;
    text-align: center;
}
.breadcrumb {
    margin: 0px;
    background-color: transparent;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #999;
    content: "/\00a0";
}
.breadcrumb li a {
    color: #999
}
.breadcrumb > .active {
    color: #49c1ff;
}

/* #### DONATE #### */
.togglebox{display: none;}

.donate-top-box{
    text-align:center;
}
.donate-top-box h3{
    color: #000;
    margin: 25px 80px;
    font: 400 28px/36px 'Fredericka the Great', cursive;
    text-align:center;
    position: relative;
}
.donate-top-box p{
    color: #666;
    margin: 25px 80px;
    font: 400 16px/22px 'Titillium Web', sans-serif;
    text-align:center;
    position: relative;
}
.donate-top-box p span{
    padding: 5px 15px;
    border: 1px dotted #ddd;
    display: inline-block;
    font: 400 15px/20px 'Titillium Web', sans-serif;
}
/* #### DONATE OPTIONS #### */
.donate-options{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10px 0 15px 0;
    border-top: 5px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
}
.donate-options h2 {
    color: #000;
    margin: 0 0 30px 0;
    font: 900 20px/20px 'Open Sans', sans-serif;
    text-align:center;
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    position: relative;
    clear: both;
}
.donate-options h2:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -8px;
    margin-left: -55px;
    width: 110px;
    height: 1px;
    background-color: #969696;
}
.donate-options h2:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background-color: #969696;
}
.cd-dropdown ul {
    position: absolute;
    top: 0px;
    width: 100%;
}
.cd-dropdown > span,.cd-dropdown ul li {
    background:#f7f7f7;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.cd-dropdown ul li {
    position: absolute;
    width: 100%;
    pointer-events: none;
}
.cd-active.cd-dropdown > span {
    color: #fff;
    background:#49c1ff !important;
}
.cd-active.cd-dropdown ul li {pointer-events: auto;box-shadow: 0 1px 3px rgba(0,0,0,0.3);}
.cd-active.cd-dropdown ul li span {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    background:#49c1ff !important;	
    width: 100%;
    height: 50px;
    color: #fff;
    font: 600 13px/50px 'Titillium Web', sans-serif;
    text-transform: uppercase;
    background: #fff;
    display: block;
    padding: 0 10px;
}
.cd-active.cd-dropdown ul li span:hover {
    background: #000 !important;
    color: #fff;
}
.cd-dropdown,.cd-select {
    position: relative;
    width: 300px;
    margin: 0 auto;
    display: block;
}
.cd-dropdown > span {
    position: relative;
    cursor: pointer;	
    background:#f7f7f7 !important;	
    width: 100%;
    height: 50px;
    color: #666;
    font: 600 13px/50px 'Titillium Web', sans-serif;
    text-transform: uppercase;
    background: #fff;
    display: block;
    padding: 0 10px;
}
.cd-dropdown > span:after {
    content: '\25BC';
    position: absolute;
    right: 0px;
    top: 15%;
    width: 40px;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    height: 70%;
    line-height: 15px;
    border-left: 1px solid #ddd;
}
.cd-dropdown.cd-active > span:after {content: '\25B2';}
.cd-dropdown ul li {display: block;}
.cd-dropdown ul li span {

    background:#f7f7f7 !important;	
    width: 100%;
    height: 50px;
    color: #666;
    font: 600 13px/50px 'Titillium Web', sans-serif;
    text-transform: uppercase;
    background: #fff;
    display: block;
    padding: 0 10px;
}
.cd-dropdown > span,
.cd-dropdown ul li span {
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ### Donate Now Section ### */
.donate-now{
    position:relative;
    padding:100px 0px;
    background:#f4f4f4;
    text-align:center;
}
.donate-now.box-style{background:#f7f7f7;}
.donate-now.box-style.boxed{
    padding:15px 15px;
    margin:0 auto;
}
.donate-now .centered-title{margin-bottom:80px;}
.donate-now .centered-title h2{
    letter-spacing:2px;
    margin-bottom:30px;
}
.donate-now .outer-container{
    max-width:980px;
    margin:0px 15px;
    margin:0 auto;	
}
.donate-form{
    position:relative;
    font: 700 12px/14px 'Open Sans', sans-serif;	
}
.donate-form .amount-options{position:relative;}
.donate-form .amount-options .radio-box{
    position: relative;
    display: inline-block;
    margin: 0px 6px 15px;
    width: calc(50% - 16px);
    height: 40px;
}
.donate-form .amount-options .radio-box input[type="radio"]{display:none;}
.donate-form .amount-options .radio-box label{
    position:relative;
    display:block;
    font-weight:normal;
    height:40px;
    font: 700 13px/40px 'Open Sans', sans-serif;
    color:#969696;
    background:#fff;
    cursor:pointer;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.donate-form .amount-options .radio-box label:hover{color:#49c1ff;}
.style-two .donate-form .amount-options .radio-box label{background:#f7f7f7;color:#49c1ff;}
.donate-form .amount-options .radio-box input[type="radio"]:checked + label{
    color:#fff;
    background:#49c1ff;	
}
.style-two .donate-form .amount-options .radio-box input[type="radio"]:checked + label{
    color:#ffffff;	
}
.donate-form .amount-options .or{
    position:relative;
    display:block;
    color:#666;
    text-transform:uppercase;
    font-size:15px;
    margin-bottom:20px;	
}

.donate-form .other-amount{
    position:relative;
    margin:0px 6px 50px;	
}

.donate-form input.enter-amount[type="text"],
.donate-form input[type="number"]{
    position:relative;
    display:block;
    line-height:22px;
    padding:13px 20px;
    height:50px;
    width:100%;
    color:#666;
    font-size:16px;
    background:#fff;
    text-align:center;
    border: 1px solid #f7f7f7;
}


.donate-form ::-webkit-input-placeholder { color:#999 !important;}
.donate-form ::-moz-placeholder { color:#999 !important;}
.donate-form :-ms-input-placeholder { color:#999 !important;} 
.donate-form input:-moz-placeholder { color:#999 !important;}

.box-style .donate-form ::-webkit-input-placeholder { color:#999 !important;}
.box-style .donate-form ::-moz-placeholder { color:#999 !important;}
.box-style .donate-form :-ms-input-placeholder { color:#999 !important;} 
.box-style .donate-form input:-moz-placeholder { color:#999 !important;}

.donate-form .btn-style-two .sep-icon{
    border-left-color:#f4f4f4 !important;	
}

.donate-form .btn-donate{
    padding: 15px 50px;
    position:relative;
    background:#49c1ff;
    color:#fff !important;
    font: 900 16px/18px 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
}
.donate-form .btn-donate:hover{
    background:#000000 !important;
    color:#49c1ff !important;
}
.donate-fill h4{
    font: 900 14px/18px 'Open Sans', sans-serif;
    color: #000;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left;
}
.donate-fill .labels4 {
    width: 150px;
    font: 900 14px/10px 'Open Sans', sans-serif;
    color: #666;
}

.user-options{position:relative;}
.donate-fill .user-options .radio-box label,.radio-box label{
    position:relative;
    display:block;
    font-weight:normal;
    height:40px;
    font: 700 13px/40px 'Open Sans', sans-serif;
    color:#fff;
    text-transform: uppercase;
    background:#49c1ff;
    text-align: center;
    cursor:pointer;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.radio-box{
    position: relative;
    display: inline-block;
    margin: 0px 6px 15px;
    width: calc(100% - 16px);
    height: 40px;
}

.radio-box input[type="radio"]{display:none;}
.radio-box label:hover{background:#666;}
.radio-box label{background:#f7f7f7;color:#49c1ff;}
.radio-box input[type="radio"]:checked + label{
    color:#fff;
    background:#000;	
}
.radio-box input[type="radio"]:checked + label{
    color:#ffffff;	
}

.form-group {
    float: left;
    width: 100%;
}
.donate-fill{text-align:left;}
.donate-now input[type="text"], .donate-now select, .donate-now textarea {
    padding: 6px 12px;
    font-size: 1.1em;
    margin: 3px 0px;
    color: #666;
    cursor: pointer;
    outline: none;
    font-weight: 600;
    margin-left: 3px;
    background: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 1px solid #fff;
    border-radius: 0px;
    webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
}
.donate-now input[type="text"]:hover,input[type="Password"]:hover,#active {
    color:#DCDCDC;
    border: 1px solid #999;
}

.form-group input[type="text"], .form-group select, .form-group textarea {
    padding: 6px 12px;
    margin: 3px 0px;
    font: 600 14px/16px 'Open Sans', sans-serif;
    cursor: pointer;
    outline: none;
    background: #fff;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border-radius: 0px;
    webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
}
.form-group .btn-donate{
    padding: 15px 50px;
    position:relative;
    background:#49c1ff;
    color:#fff !important;
    font: 900 16px/18px 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
    outline: none;
}
.form-group .btn-donate:hover{
    background:#000000 !important;
    color:#49c1ff !important;
}
/* ---- ###### Steps Starts ###### ---- */
#form_donation {
    width: 90%;
    margin: 50px auto;
    text-align: center;
    position: relative;
}
#form_donation fieldset {
    background: white;
    font: 300 15px/20px 'Open Sans', sans-serif;
    color: #666;
    border: 0 none;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;	
    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
#form_donation fieldset:not(:first-of-type) {display: none;}
/*inputs*/
#form_donation input, #form_donation textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 50px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
/*buttons*/
#form_donation .action-button {
    width: auto;
    background: #49c1ff;
    color: #fff !important;
    font: 900 16px/18px 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 15px 50px;
    margin: 10px 5px;
    letter-spacing:1px;
}
#form_donation .action-button:hover, #form_donation .action-button:focus {background:#000;}
/*headings*/
.fs-title {
    color: #2C3E50;
    margin-bottom: 10px;
}
/*progressbar*/
#progressbar {
    overflow: hidden;
    counter-reset: step;
    background:#49c1ff;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
}
#progressbar li {
    list-style-type: none;
    font: 900 22px/18px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    width: 25%;
    float: left;
    position: relative;
    padding: 15px 0 5px 0;
    margin: 0;
    content: counter(step);
    counter-increment: step;
    height: 48px;
    border-right: 1px solid #fff;
}
#progressbar li:last-child {border-right: none;}
#progressbar li:before {
    width: 40px;
    display: block;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child {
    /*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,  #progressbar li.active{
    background: #000;
    color: #fff;
}
#form_donation ul.steps li {
    width: 50%;
    height: 50px;
    color: #fff;
    font: 600 12px/50px 'Titillium Web', sans-serif;
    background: transparent;
    display: inline-block;
    padding: 0 10px;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#form_donation ul.steps li input[type="radio"]{display:none;}
#form_donation ul.steps li label{
    position:relative;
    display:block;
    font-weight:normal;
    height:40px;
    font: 600 13px/40px 'Titillium Web', sans-serif;
    color:#969696;
    background:#f7f7f7;
    cursor:pointer;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
#form_donation ul.steps li label:hover{color:#49c1ff;}
#form_donation ul.steps li input[type="radio"]:checked + label{
    color:#fff;
    background:#49c1ff;	
}
#form_donation ul.steps li input[type="radio"]:checked + label{
    color:#ffffff;	
}
@media only screen and (max-width: 767px) {
    #form_donation fieldset {padding: 20px 10px;}
    #form_donation ul.steps {width: 100%;padding:0;margin:0;}
    #form_donation ul.steps li {width: 100%;}
    #form_donation .action-button {
        padding: 11px 18px;
        height: auto;
    }
    #form_donation input, #form_donation textarea {
        padding: 10px 15px;
        height: 40px;
    }
    .form-group {margin-bottom: 0px;}
    .unuse-label{display:none;}
    .form-group select{margin: 5px 0px;}
    #progressbar li {
        font: 900 18px/18px 'Open Sans', sans-serif;
        padding: 6px 0 5px 0;
    }
    #progressbar li span{
        display: block;
        font: 600 14px/18px 'Open Sans', sans-serif;
        text-transform: capitalize;
    }
}
.or {
    position: relative;
    display: block;
    color: #666;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight:900;
    display: inline-block;
}
.other-amount{width: 100%;padding: 0 10px;}
input.enter-amount[type="text"]{
    position: relative;
    display: block;
    line-height: 22px;
    padding: 13px 20px;
    height: 50px;
    width: 100%;
    color: #666;
    font-size: 16px;
    background: #fff;
    text-align: center;
    border: 1px solid #f7f7f7;
}

.hunger-form{
    margin: 15px auto !important;
    width: 100% !important;
}
.hunger-form ul.steps li {
    width: 49% !important;
}
@media only screen and (max-width: 580px) {
    .hunger-form ul.steps li {width: 100% !important;}
}
.reveal-if-active {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.reveal-if-active label {
    display: block;
    margin: 0 0 3px 0;
    cursor: pointer;
}
.other-amount label {
    cursor: pointer;
}
.reveal-if-active input[type=text].wish-amount {
    width: 100%;
    color:#999;
    font-size:14px !important;
    height: 40px !important;
}
.hunger-form input, .hunger-form textarea {
    color:#999;
    font-size:14px !important;
    height: 30px !important;
}
input[type="radio"]:checked ~ .reveal-if-active, input[type="checkbox"]:checked ~ .reveal-if-active {
    opacity: 1;
    max-height: 100px;
    padding: 10px 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: visible;
}
input[type="radio"].regular-height, input[type="checkbox"].regular-height{
    height: auto !important;
    margin: 0px !important;
}
.hunger-form  .form-group {
    float: initial;
    width: initial;
}
.hunger-form .donate-fill {
    float: left;
    width: 100%;
}
.hunger-form .radio-box {
    margin: 0px 0px 15px;
    width: 100%;
}
.help-button:hover {
    background-color: #0000FF;
}
.help-button {
    display: inline-block;
    height: 13px;
    width: 13px;
    line-height: 14px;
    text-align: center;
    padding: 0;
    background-color: #535454;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    cursor: default;
    margin-left: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border-color: #FFF;
    border: 0px solid #FFF;
    -webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 1px rgba(0,0,0,0.2);
}
.checkbox input[type=checkbox].regular-height, .checkbox-inline input[type=checkbox].regular-height, .radio input[type=radio].regular-height, .radio-inline input[type=radio].regular-height {
    float: left;
    margin-left: -20px !important;
}
input[type=checkbox].regular-height, input[type=radio].regular-height {
    margin: 4px 0px 0px !important;
    margin-top: 1px\9;
    line-height: normal;
}
.labels4 {
    line-height: 8px;
    width: 128px;
    font-weight: 400;
    font-size: 14px;
}
/* ---- ###### Steps Ends ###### ---- */


/* ### Sidebar Accordion Menu ### */
.side-box{
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #ECECEC;
    margin-bottom: 25px;
}
.side-box h3 {
    position: absolute;
    color: #eee;
    font: 900 22px/22px 'Open Sans', sans-serif;
    top: -18px;
    left: 15px;
    margin: 0;
    padding: 5px;
    background: #fff;
    clear: both;
}
.side-box ul.set-box {
    float: left;
    margin: 20px;
    width: calc(100% - 40px);
}
.cd-accordion-menu {
    width: 90%;
    max-width: 600px;
    background: #4d5158;
    margin: 6px auto;
}
.cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
}
.cd-accordion-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
    /* hide native checkbox */
    position: absolute;
    opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
    position: relative;
    display: block;
    background: #f7f7f7;
    box-shadow: inset 0 -1px #ececec;
    padding: 8px 24px 8px 35px;
    font: 600 13px/18px 'Open Sans', sans-serif;
    letter-spacing: .5px;
    color: #999;
    text-transform: uppercase;
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
    color: #49c1ff;
    background:#f0f0f0;
}
.cd-accordion-menu label::before{
    /* icons */
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cd-accordion-menu label {
    cursor: pointer;
}
.cd-accordion-menu label::before {
    background-image: url(../images/cd-icons.png);
    background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
    /* arrow icon */
    left: 16px;
    background-position: 0 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
    /* folder icons */
    left: 41px;
    background-position: -16px 0;
}
.cd-accordion-menu a::after {
    /* image icon */
    left: 36px;
    background: url(../img/cd-icons.svg) no-repeat -48px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
    /* rotate arrow */
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
    /* show open folder icon if item is checked */
    background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
    background: #fff;
    box-shadow: inset 0 -1px #ececec;
    padding-left: 82px;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
    background: #fcfcfc;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
    box-shadow: none;
}
.cd-accordion-menu ul label::before {
    left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
    left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
    padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
    left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
    left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
    padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
    left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
    left: 95px;
}
@media only screen and (min-width: 600px) {
    .cd-accordion-menu label, .cd-accordion-menu a {
        padding: 8px 24px 8px 35px;
        font: 600 13px/18px 'Open Sans', sans-serif;
        letter-spacing: .5px;
        color: #999;
        text-transform: uppercase;
    }
    .cd-accordion-menu label::before {
        left: 15px;
    }
    .cd-accordion-menu ul label,
    .cd-accordion-menu ul a {
        padding-left: 35px;
    }
    .cd-accordion-menu ul label::before {
        left: 48px;
    }
    .cd-accordion-menu ul ul label,
    .cd-accordion-menu ul ul a {
        padding-left: 130px;
    }
    .cd-accordion-menu ul ul label::before {
        left: 72px;
    }
    .cd-accordion-menu ul ul label::after,
    .cd-accordion-menu ul ul a::after {
        left: 101px;
    }
    .cd-accordion-menu ul ul ul label,
    .cd-accordion-menu ul ul ul a {
        padding-left: 154px;
    }
    .cd-accordion-menu ul ul ul label::before {
        left: 96px;
    }
    .cd-accordion-menu ul ul ul label::after,
    .cd-accordion-menu ul ul ul a::after {
        left: 125px;
    }
}
.cd-accordion-menu.animated label::before {
    /* this class is used if you're using jquery to animate the accordion */
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.achive-list article {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.listed-list img{width:200px; height:auto;float:left; margin-right:15px;}
.list-desc{float: left; width: calc(100% - 215px);}
.listed-list h2 a{
    float:left;
    font: 700 16px/18px 'Open Sans', sans-serif;
    color: #222;
    padding-right: 15px;
}
.listed-list summary{	
    font: 300 15px/20px 'Open Sans', sans-serif;
    color: #666;
}
.listed-list summary a.read {
    font: 800 14px/22px 'Open sans', sans-serif;
    color: #49c1ff;
}
@media only screen and (max-width: 600px) {
    .listed-list img{width:130px; height:auto;float:left; margin-right:15px;}
    .list-desc{float: left; width: calc(100% - 145px);}
}
@media only screen and (max-width: 480px) {
    .listed-list summary{display:none;}
}

/* ##### GRID STYLE ###### */
.camp-filter{
    float:left;
    width:100%;
    padding: 5px 0 10px 0;
    margin-bottom: 25px;
    border-bottom:5px solid #f7f7f7;
}
.camp-filter .btn-camp {
    padding: 5px 15px;
    background: #49c1ff;
    color: #fff !important;
    font: 900 12px/18px 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
}
.camp-filter label{
    color: #000 !important;
    padding: 5px 0;
    font: 600 14px/18px 'Open Sans', sans-serif;
    border:none;
}
.camp-filter select{
    background: #f7f7f7;
    color: #000 !important;
    padding: 5px 0;
    font: 500 12px/18px 'Open Sans', sans-serif;
    border:none;
}
#blog-landing {
    position: relative;
    max-width: 100%;
    width: 100%;
    clear:both;
}
#blog-landing img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.white-panel {
    position: absolute;
    background: white;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    padding: 10px;
    overflow: hidden;
}
.white-panel h2 {
    font: 900 14px/18px 'Open Sans', sans-serif;
    color: #000;
    margin-bottom: 15px;
}
.white-panel .progress {background-color: #f7f7f7;border-radius: 0;}
.white-panel .progress-bar-success {background-color: #49c1ff!important;}
.hrcamp {
    margin-bottom: 7px!important;
    margin-top: 0!important;
}
.white-panel .txt-col {
    font: 600 12px/16px 'Open Sans', sans-serif;
    color: #999;
    padding-bottom: 8px;
}
.white-panel .txt-plain {
    font: 600 12px/16px 'Open Sans', sans-serif;
    color: #000;
    padding-bottom: 8px;
}
/*.white-panel:hover {
        box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
        margin-top:-5px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}*/
.white-panel .panel-box,
.white-panel .panel-box img {
    display: block;
    position: relative;
}
.white-panel .panel-box {
    overflow: hidden;
}
.white-panel .panel-box div.caption {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align:center;
}
.white-panel .panel-box div.caption span {
    display: block;
    padding: 20px 10px;
    margin: 100px 20px 20px 20px;
    font: 800 14px/22px 'Open Sans', sans-serif;
    color: #fff;
    box-shadow:  0 -5px 0 #49c1ff;
    text-align:center;
}
.white-panel .panel-box div.caption {
    top: 0px;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.white-panel .panel-box:hover div.caption{
    left: 0px;
}
.white-panel .camp_more {
    font: 900 14px/16px 'Open Sans', sans-serif;
    padding: 10px 15px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    display:inline-block;
    background: #49c1ff;
    margin: 0 auto;
    max-width: 120px;
}
.white-panel .camp_more:hover {color: #fff;}

.colored-box-style{
    float:left;
    width: 100%;
    padding: 15px 0;
    margin: 15px auto 0 auto;
    background: #fff;
    border-top: 5px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.colored-box-style h3{
    font: 900 14px/14px 'Open Sans', sans-serif;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    display:block;
    text-align: center;
    padding: 9px 5px;
    background: #49c1ff;
    border-radius:50px;
}
.colored-box-style h3 > span,.colored-box-style h4 > span{color: #005a89;font: 900 14px/16px 'Open Sans', sans-serif; letter-spacing:.5px;text-transform: uppercase;}
.raise-box {float:left;width:100%;}
.raise-box .raise-btn,.raise-box .raise-btn:hover,.raise-box .raise-btn:focus {
    padding: 0px;
    background: transparent;
    color: #999 !important;
    font: 600 12px/18px 'Open Sans', sans-serif;
    border: 0px;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    border-bottom:1px dashed #ccc;
    margin-bottom:15px;
    float:right;
}
.colored-box-style .progress {background-color: #f7f7f7;border-radius: 0px;}
.colored-box-style .progress-bar-success {background-color: #49c1ff!important;}
.colored-box-style img{width:100%;}
.colored-box-style h4{
    font: 400 12px/16px 'Open Sans', sans-serif;
    color: #000;
    margin-bottom: 20px;
    text-transform: none;
    display:inline-block;
}
.colored-box-style input[type="text"], .donate-now select, .donate-now textarea {
    padding: 6px 12px;
    margin: 3px 0px;
    font: 900 14px/16px 'Open Sans', sans-serif;
    cursor: pointer;
    outline: none;
    background: #fff;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border-radius: 0px;
    webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
}
.colored-box-style .btn-submit,.colored-box-style .btn-submit:focus,.colored-box-style .btn-submit:hover {
    padding: 6px 12px;
    margin: 3px 0px;
    background: #49c1ff;
    border: #49c1ff;
    color: #fff !important;
    font: 900 12px/18px 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: none;
    outline:none;
}
.colored-box-style .btn-submit:hover{
    background: #000;
    border: #000;
}
.colored-box-style .raise-btn{
    width:100%;
    text-align:center;
    padding: 4px 5px 3px 5px;
    margin: 0 0 25px 0;
    background: #49c1ff;
    border: 1px solid #49c1ff;
    color: #fff !important;
    font: 600 13px/24px 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: none;
    outline:none;
}
@media only screen and (max-width: 990px) {
    .colored-box-style img{margin-bottom: 25px;}
    .colored-box-style h3{display:block;}
    .colored-box-style .raise-btn {margin: 15px 0;}
    .raise-box .raise-btn, .raise-box .raise-btn:hover, .raise-box .raise-btn:focus {
        float: left;
    }
}
@media only screen and (max-width: 768px) {
    .breadcrumb-box{display:none;}
    .about_wrapper_tablecell h2 {font: 700 48px/48px 'Titillium Web', sans-serif;}
}
.campaign-detail-box{
    float:left;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    background: #fcfcfc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
.campaign-detail-box h4 {
    font: 900 16px/16px 'Open Sans', sans-serif;
    color: #fff;
    background: #000;
    border-bottom: 2px solid #49c1ff;
    padding: 10px 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.creator{
    color:#333;
    font: 600 13px/20px 'Open Sans', sans-serif;
}
.campaign-detail-box p{
    color:#333;
    font: 400 14px/20px 'Open Sans', sans-serif;
    margin: 12px 0;
}
.campaign-detail-box ul{
    margin: 0px;
    max-height: 378px;
    min-height: auto;
    overflow-y: auto;
}
.campaign-detail-box ul li{
    margin: 0;
    list-style: none;
    background: url(../images/honour-icon.jpg) 0 20px no-repeat;
    padding: 15px 0 15px 25px;
    font: 400 13px/16px 'Open Sans', sans-serif;
    border-bottom: 1px dashed #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform:capitalize;
}
.campaign-detail-box ul li span{display:block;color: #005a89;font-weight:600;}
.campaign-detail-box .create-box{
    margin: 25px auto;
    text-align: center;
}
.campaign-detail-box .btn-create {
    padding: 15px;
    position: relative;
    background: #49c1ff;
    color: #fff !important;
    font: 900 16px/18px 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
}
.campaign-detail-box .btn-create:hover {
    background: #000;
}

/* ##### Third Level Menu ##### */
.level-box{
    border-bottom:1px dashed #f0f0f0;
}
.third-level{
}
.third-level>li {
    float: left;
    display: inline-block;
}
.third-level>li a{
    border-radius: 4px 0 4px 0;
    display: inline-block;
    font: 700 13px/40px 'Open Sans', sans-serif;
    color: #000;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 7px;
    position: relative;
   /*background: #f7f7f7;*/	
    background: #49c1ff;	
    text-decoration: none;
}
.third-level>li a:before, .third-level>li a:after{
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.third-level>li a:before{
    content: "";
    display: block;
    position: absolute;
    border-radius: 0 0 0 4px;
    border-left: 7px solid transparent;
    border-bottom: 30px solid #49c1ff;
    left: -7px;
}
.third-level>li a:after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    border-radius: 0 4px 0 0;
    border-right: 7px solid transparent;
    border-top: 30px solid #49c1ff;
    right: -7px;
    top: 0;
}
.third-level>li a:hover{background: #49c1ff;}
.third-level>li a:hover:before{border-bottom: 30px solid #49c1ff;}
.third-level>li a:hover:after{border-top: 30px solid #49c1ff;}

.third-level>li  .active{background: #f7f7f7;}
.third-level>li  .active:before{border-bottom: 30px solid #f7f7f7;}
.third-level>li  .active:after{border-top: 30px solid #f7f7f7;}

.toggle-nav {display:none;}
@media screen and (max-width: 1024px){	
    .menu {position:relative;display:inline-block;}
    .level-box{
        border-bottom:1px dashed #f0f0f0;
    }
    .menu ul.third-level {
        width: auto;
        min-width: 300px;
        position: absolute;
        top: 32px;
        left: 15px;
        float: left;
        z-index: 3;
        background: #49c1ff;
        margin-bottom: 1px;
        padding: 8px 15px;
        color: #444;
        -webkit-box-shadow: 0 4px 4px 1px  rgba(0,0,0,0.3);
        -moz-box-shadow: 0 4px 4px 1px  rgba(0,0,0,0.3);
        box-shadow: 0 4px 4px 1px  rgba(0,0,0,0.3);
    }
    .menu ul.active {
        display: none;
    }
    .menu li {
        margin:5px 0px;
        padding:0px 0px 5px 0px;
        float:none;
        display:block;
        width: 100%;
        border-bottom: 1px dashed #D2D2D2;
    }

    .third-level>li a{
        border-radius: 0;
        display: inline-block;
        font: 600 13px/40px 'Open Sans', sans-serif;
        color: #000;
        height: 30px;
        line-height: 30px;
        display:block;
        padding: 0 5px;
        margin: 0;
        position: relative;
        background: #fff;	
        text-decoration: none;
    }
    .third-level>li a:before{
        content: "";
        display: block;
        position: absolute;
        border-radius: 4px;
        border-left: 0px solid transparent;
        border-bottom: 0px solid #f7f7f7;
        left: -7px;
    }
    .third-level>li a:after{
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        border-radius: 0;
        border-right: 0px solid transparent;
        border-top: 0px solid #f7f7f7;
        right: -7px;
        top: 0;
    }
    .third-level>li a:hover{background: #000; color:#49c1ff;}

    .menu li:last-child{border-bottom: none;padding-bottom: 0px;}
    .toggle-nav{
        padding: 0px 10px;
        float: left;
        display: inline-block;
        background: #49c1ff;
        color: #fff;
        font: 700 24px/32px 'Open Sans', sans-serif;
        transition: color linear 0.15s;
        margin-top: 5px;
    }
    a.toggle-nav:hover, a.toggle-nav.active {
        text-decoration: none;
        color: #fff;
    }
}
.page-action {
    color: #fff;
    background:#aaa !important;
    outline:0;
    box-shadow:none;
    border:none;
    border-radius: 50%;
    height: 30px;
    width:30px;
    padding: 8px;
    margin: 7px 0 7px 10px;
    float: right;
    font-size: 16px;
    cursor:pointer;
}
.page-action a{color: #fff;}
.action-share{
    position: absolute;
    right: 15px;
    top: 35px;
    z-index:9;
}
.action-share ul li{
    display:block;
    margin: 10px auto;
    text-align:center;
}
.action-share ul li a{
    display:block;
    padding: 8px 5px;
    text-align:center;
    background: #005a89;
    color: #fff;
    border-radius: 0%;
    height: 30px;
    width:30px;
    font-size: 16px;
}
.action-share ul li a:hover{
    background: #49c1ff;
    color:#fff;
}

.circles {
    margin: 0 auto;
    text-align: center;
}
.circle {
    width: 240px;
    margin: 15px auto;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}
.circle canvas {vertical-align: top;}
.circle strong {
    position: absolute;
    top: 93px;
    left: 0;
    width: 100%;
    text-align: center;
    font: 800 40px/40px 'Open Sans', sans-serif;  
    color: #aaa;
}
div.set-value {
    display: inline-block;
    margin: 0 15px;
    padding: 5px 15px;
    font: 800 14px/18px 'Open Sans', sans-serif;
    letter-spacing: .30px;
    text-transform:uppercase;
}
div.goal {
    background: #0681c4;
    color: #fff;
}
div.raise {
    background: #0681c4;
    color: #fff;
}

/* ### Hungry For School */
.hungry-school-box {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.hungry-school-box h2{
    font: 900 16px/16px 'Open Sans', sans-serif;
    color: #000;
    border-bottom: 2px solid #49c1ff;
    padding: 10px 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.hungry-school-box  p {
    color: #333;
    font: 400 14px/20px 'Open Sans', sans-serif;
    margin: 15px 0;
}
.set-bigger-bg{background: #49c1ff;}
@media screen and (min-width:768px){.set-bigger-bg{background: transparent;}}
.hungry-school-form{
    background: #49c1ff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 600 14px/20px 'Open Sans', sans-serif;
    color: #fff;
    position:relative;
    float:left;
}
.colored-box-style .raise-label{
    width:100%;
    text-align:center;
    padding: 4px 5px 3px 5px;
    margin: 0 0 25px 0;
    background: #49c1ff;
    border: 1px solid #49c1ff;
    color: #fff !important;
    font: 600 13px/24px 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: none;
    outline:none;
}
.colored-box-style .raise-label > span{color: #005a89;font: 900 14px/16px 'Open Sans', sans-serif; letter-spacing:.5px;text-transform: uppercase;}
/* updated code for donation options code begins here */

#form_donation ul.steps li input[type="radio"]:checked + label{
    text-align: left !important;
}
#form_donation ul.steps li label{
    background: rgba(214, 225, 230, 0) !important;
    text-align: left !important;
    margin: 0px 2px 0px 28px !important;
}
#form_donation ul.steps li input[type="radio"] {
    display: block;
    float: left;
    width: 18px;
    height: 25px!important;
}
#form_donation input[type="radio"] {
    width: 20px;
}
#form_donation ul.steps li {
    height: 30px!important;
}
.details-txt ul, ol{
    padding-left: 1px!important;
    display: inline-block;
}
#form_donation ul.steps li{
    padding: 0 2px !important;
}
.otheramt{
    width: 125px;
}
.view-more{
    display: none;
}
@media only screen and (max-width: 426px){
    .view-read-more{
        max-height: 120px; overflow: hidden;
    }
    .view-more{
        display: block;
        text-align: left;
        margin-left: 24px !important;
        font: 700 13px/32px 'Open Sans',sans-serif!important;
        cursor: pointer;
        color: #49c1ff !important;
    }
}
/*.radio-box input[type="radio"] {
    display: block;
    float: left;
}
.donate-fill .user-options .radio-box label, .radio-box label{
     background: rgba(214, 225, 230, 0) !important;
    text-align: left !important;
    margin: 0px 2px 0px 28px !important;
    color: #555;
}
.radio-box input[type="radio"]:checked + label {
    color: #555;
}*/
/* updated code for donation options code end here */