.donation-amount-helper {
    font-weight: 700;
    text-align: center;
}
.donate-form-section .donationlevel {
    margin-bottom: 12px;
    margin-right: auto;
    margin-left: auto;
}
.donate-form-section ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.donate-form-section li {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    max-height: 90px;
    padding-right: 3px;
    padding-left: 3px;
}
.donate-form-section input[type=radio] {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.donate-form-section .donation-radio-list [type=radio]+label {
    padding: 5px;
    background: #d9d9d9;
    border: 3px solid #d9d9d9;
    border-radius: 5px;
    color: #4d4d4d;
    width: 100%;
}
.donate-form-section .donationlevel [type=radio]+label {
    /*width: 55px;*/
    height: 55px;
    margin-bottom: 5px;
    border: 0;
}
.donate-form-section .donation-radio-list [type=radio]+label:hover, .donate-form-section .donation-radio-list [type=radio]:focus+label {
    background: #f2e3c2;
    border-color: #f2e3c2;
}
.donate-form-section li label {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.donate-form-section .helper {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.donate-form-section .helper+a, 
.donate-form-section .helper+img, 
.donate-form-section .helper+input, 
.donate-form-section .vertical-align-middle {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.donate-form-section .donationlevel .donationlevel-custom-amount-field {
    padding: 5px;
    background: #d9d9d9;
    border: 3px solid #d9d9d9;
    border-radius: 5px;
    color: #4d4d4d;
    height: 55px;
    margin-bottom: 5px;
    padding: 0;
    border: 0;
}
.donate-form-section .helper {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.donate-form-section .donationlevel #other_amt input#amount_custom {
    width: 90px;
    text-align: center;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #a5a5a5;
}
.donate-form-section .donationlevel [type=radio]:checked+.donationlevel-custom-amount-field {
    background: #f9bf3b;
    border-color: #f9bf3b;
}
.donate-form-section .donation-radio-list [type=radio]:checked+label {
    background: #f9bf3b;
    border-color: #f9bf3b;
}
.donation-hint{
    margin-top: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #009688;
}
#MyFooter{
    z-index: 991;
}
.donate-form-section .button-wrap {
    border-radius: 7px;
    text-align: center;
    background-color: #d9d9d9;
    border: 1px solid #f3f4f6;
    margin: 7px auto;
    cursor: pointer;
    padding: 5px 40px 10px 40px;
    margin-top: 40px;
}
.donate-form-section .button-wrap:hover{
    background-color: #f1f1f1;
    background-image: linear-gradient(#fff,#f1f1f1);
    background: #f1f1f1;
    background: linear-gradient(#fff,#f1f1f1);
}
.donate-form-section .helper {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
 .donate-form-section .button-wrap img, 
 .donate-form-section .button-wrap input[type=image] {
    background-image: none;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: auto;
    border: 0;
}
@media screen and (max-width: 767px) {
    .headerUserWraper {
        float: right;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .dropdown-menu, .ui-autocomplete{
        min-width:260px;
    }
    #header {
        height: 50px;
    }
    .logo {
        height: 50px;
        left: 0;
        margin: 0;
        width: 80px !important;
    }
    .logo a{
        width: 80px !important;
    }
    .logo a span.logoText,
    .logo a span.marker{
        width: 80px !important;
    }
    .logo a span.marker, .logo.expanded a span.marker {
        left: 0;
        top: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .puerto-menu li a {
        padding: 6px 15px 9px;
        font-size: 15px;
    }
    .puerto-menu {
        float: left;
        margin-left: 80px;
    }
    #MyHomePage .form-group {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    #MyHomePage .form-group select {
        width: 100% !important;
        border: 1px solid #ccc;
        padding: 7px;
        border-radius: 2px;
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }
    .buttonsWrapper{
        display:none;
        text-align: center;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .buttonsWrapper .btn-o {
        display: block;
        margin: 5px auto !important;
    }
    #MyFooter{
        left:0;
        background: rgb(239, 239, 239);
        z-index: 99;
    }
    #MyFooter .pull-right{
        float:none !important;
        text-align: center;
    }
    .my-copyright{
        display:none;
    }
    #MyHomePage .advanced_search_overlay h3 {
        text-align: center;
        margin: 60px 5px;
    }
    #reForm select{
        width: 100% !important;
        border: 1px solid #ccc;
        padding: 7px;
        border-radius: 2px;
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }
}
@media only screen and (max-width: 479px){
    .puerto-menu {
        float: left;
        margin-left: 80px;
    }
    .puerto-menu li a strong, .puerto-menu li a small, .puerto-menu li a.search{
        display: block;
        font-size: 10px;
    }
    .puerto-menu li a:hover strong, .puerto-menu li a.active strong{
        
    }
    .puerto-menu li a i{
        font-size: 15px;
    }
    #mapSidebar{
        width: 100%;
    }
}