.footer,
.header,
.middle {
    position: relative;
    width: 100%
}

.fullContainer {
    position: relative;
    width: 100%;
}


@media(max-width:900px) {
    .content {
        position: relative;
        margin: 0px auto;
        width: 80%;
        overflow: hidden
    }
}
@media(min-width:900px) {
    .content {
        position: relative;
        width: 50%;
        padding-left:5%;
    }
}
.header{
    padding:40px 0px;
    /* border-bottom:1px solid #000; */
}
.footer{
    padding:40px;
    background:#000;
}

#donate {
    position: relative;
}
#donate .amountBox {
    width: 100px;
    padding: 8px;
    border:1px solid #A9A9A9;
    background: #FAFAFA
}
#donate .amountBox:hover {
    color:#FFF;
    border-color:#A9A9A9;
    background: #A9A9A9 
}
#donate .amountBoxActive {
    color:#FFF;
    border-color:#A9A9A9;
    background: #A9A9A9 
}

#donate input[type=text] {
    width: 100%;
    padding: 10px;
    border: 1px solid #A9A9A9;
    color: #000;
    outline:none;
    background: #FAFAFA;
}

#donate select {
    width: 100%;
    padding: 10px 7px;
    border: 1px solid #A9A9A9;
    color: #000 !important;
    outline:none;
    background: #FAFAFA url(../images/arrow-down.png) right 10px center no-repeat;
    background-size: 20px 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none
}

#donate input[type=button] {
    width: 150px;
    padding: 10px;
    border: 1px solid #000 ;
    color: #fff;
    background: #000 
}

#donate input[type=button]:hover {
    color: #FFF ;
    border: 1px solid #A9A9A9 ;
    background: #A9A9A9
}



.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow-y: scroll;
    background: rgba(0, 0, 0, .7)
}

.popup .closeBtn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) center no-repeat;
    background-size: 30px 30px
}

@media(max-width:900px) {
    .popup .popupContent {
        position: relative;
        margin: 0 auto;
        margin-top: 60px;
        width: 80%;
        padding:40px 10px;
        background-color: #FFF;
    }
}
@media(min-width:900px) {
    .popup .popupContent {
        position: relative;
        margin: 0 auto;
        margin-top: 100px;
        width: 40%;
        padding:60px 30px;
        background-color: #FFF;
    }
}
