@font-face{
font-family:"TradeGothicW02-BoldCn20";
src:url("../Fonts/TradeGothicW02-BoldCn20.eot?#iefix");
src:url("../Fonts/TradeGothicW02-BoldCn20.eot?#iefix") format("eot"),url("../Fonts/TradeGothicW02-BoldCn20.woff2") format("woff2"),url("../Fonts/TradeGothicW02-BoldCn20.woff") format("woff"),url("../Fonts/TradeGothicW02-BoldCn20.ttf") format("truetype"),url("../Fonts/TradeGothicW02-BoldCn20.svg#df0f9c50-3ce3-4b1f-8120-074ca66b83b1") format("svg");
}

body
{
    font-family:  arial, helvetica, sans-serif;    
    color: #231f20;
}

.donation-container
{
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;    
    -moz-box-shadow: 0 0 15px #9b9b9b;
    -webkit-box-shadow: 0 0 15px #9b9b9b;
    box-shadow: 0 0 15px #9b9b9b;   
    border-collapse: separate;
}

.page-title{
    font-family: TradeGothicW02-BoldCn20;
    color:#d51825;
    font-size: 48px;
    font-weight: bold;
}

.gothic-font{
    font-family: TradeGothicW02-BoldCn20;
}

.sub-title{
    font-family: TradeGothicW02-BoldCn20;
    color:#000;
    font-size: 28px;
}

.donation-type-box
{
    background-color: #919191;
    color: #fff;
    /*display: block;*/    
    font-weight: bold;
    /*height: 180px;*/
    padding: 15px 10px 20px 10px;
    text-align: center;
    /*width: 160px;*/    
}

.donation-amount-box
{
    background-color: #d51825;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 25px 30px 25px 30px;
    text-align: center;
}

.right-message-box
{
    background-color: #d51825;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
}

.donation-total-box
{
    background-color: #d51825;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 100px;
    padding: 20px 30px 20px 30px;
    text-align: center;
}

.total-title{
    font-size:32px;
}

#charity_section{
    text-align: left;
    margin-top:60px;
}

#hopg_section{
    text-align:right
}
#hopg_section img{
    margin-left: auto;
}

.thanks-message{
    font-size: 20px;
}

.equal {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.question-title{
    text-align: right
}

@media screen and (min-width: 768px) {
/*    .equal, .equal > div[class*='col-'] {  
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex:1 1 auto;
    }*/
    
    .donation-type-box{
        margin-bottom:10px;
    }        
    
    .equal {  
        
    }
}

/* Mobile Devices */
@media screen and (max-width: 768px) {    
    .page-title{
        color:#d51825;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
    }  
    
    .sub-title{
        color:#000;
        font-size: 24px;
        text-align: center;
    }
    
    .donation-type-box{
        margin-bottom:10px;
    }
    
    .total-title{
        font-size:24px;
    }
    
    #charity_section{
        text-align: center;
        margin-top:0px;
    }
    
    #hopg_section{
        text-align:center
    }
    #hopg_section img{
        margin: 0 auto;
    }
    
    .question-title{
        text-align: left;
    }
    
    .equal {  
        display:block;
    }
}

/* Tablet */
@media(min-width:768px) and (max-width:991px){
    .page-title{
        color:#d51825;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
    }  
    
    .sub-title{
        color:#000;
        font-size: 24px;
        text-align: center;
    }
    
    .donation-type-box{
        margin-bottom:10px;
    }
    
    .total-title{
        font-size:24px;
    }
    
    #charity_section{
        text-align: center;
        margin-top:0px;
    }
    
    .question-title{
        text-align: left;
    }
    
    .equal {  
        
    }
}

/* Mobile and Tablet */
@media(max-width:991px){
    
    .donation-type-box{
        margin-bottom:10px;
    }
    
    #charity_section{
        text-align: center;
        margin-top:0px;
    }
    
    .question-title{
        text-align: left;
    }
    
    .equal {  
        
    }
}


/*for security box*/
/*big
{
    background-color: #c55a11;
    color: #fff;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 10px;
    -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
}

form fieldset
{
    background-color: #ebebea;
    border: 0;
    padding: 10px 5px;
}

td{
    padding: 3px;
}*/

.required-field{
    color:#d51825;
}

#crafty_postcode_lookup_result_option1, #crafty_postcode_lookup_result_option2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}