/*
=============================================================================================================================================================
                                                         LAYOUT CSS PER PAGE (START)
=============================================================================================================================================================
*/

.brownbarh2 {
    margin-top: 20px;
    color: white;
    height: 25px;
    border-bottom: 25px solid #52494c;
    border-left: 25px solid #fff;
    font-size: 18px;
}

.h2circle {
    margin-left: 10px;
    color: red;
}

.site_banner {
    background-color: rgba(0, 0, 0, 0);
    height: 283px !important;
    margin-bottom: -34px;
    z-index: 100;
}

.banner_text_section {
    position: absolute;
    z-index: 26;
    width: 1170px;
    height: 260px;
}

.banner_text_section .other_half_1 {
    float: left;
    width: 50%;
    height: 100%;
    padding: 20px 20px 20px 20px;
}

.banner_text_section .other_half_2 {
    float: left;
    width: 50%;
    height: 100%;
    padding: 20px 20px 20px 20px;
}

.other_half_1 .other_text_1 {
    margin-top: 40px;
    font-size: 50px;
    color: white;
    text-align: left;
    padding-left: 80px;
}

.red_font {
    color: #ff0000;
}

.grey_bar_below {
    margin-top: -10px;
    margin-left: 80px;
    background-color: #959595;
    height: 5px;
    width: 32px;
}

.headerborder {
    margin-top: -10px;
    border-bottom: solid 5px #919191;
    width: 20px;
}

.addleft {
    margin-left: 40px;
}

/* CSS for banner image */
.page_banner {
    background-image: url("../images/banners/FH17_Prizes.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 283px;
    position: relative;
    z-index: 9;
}

.pitch {
    background-image: url("../images/pitch-green.png");
    background-repeat: no-repeat;
    background-size: 100% auto!important;
    margin: 10px 0;
    height: 925px!important;
}

.player_details
{
    height: 115px;
    cursor: pointer;
}

.player_details img
{
    width: 80px;
    margin-top: 35px;
}


.teamposition p
{
    color: #FFF;
    font-weight: bold;
}

.textlabels span
{
    color: red;
}

.brownbarh2 p
{
    color: white;
    font-size: 18px;
    display: block;
    margin-top: -25px;
    margin-left: 40px;
}

@media only screen and (max-width: 1200px)
{
    .banner_text_section {
        position: absolute;
        z-index: 26;
        width: 971px;
        height: 260px;
    }

    .other_half_1 .other_text_1 {
        font-size: 50px;
    } 

}

@media only screen and (max-width: 992px)
{

    .banner_text_section {
        position: absolute;
        z-index: 26;
        width: 751px;
        height: 260px;
    }

	.banner_text_section .other_half_2
	{
		display: none;
	}

	.banner_text_section .other_half_1
	{
		width: 100%!important;
	}    

    .other_half_1 .other_text_1 {
        margin-top: 40px;
        font-size: 50px;
        color: white;
        text-align: left;
        width: 600px!important;
    }

}

@media only screen and (max-width: 767px)
{

    .banner_text_section {
        width: 100%;
    }

    .other_half_1 .other_text_1 {
        font-size: 45px;
        width: 400px!important;
    }    

    .other_half_1 .other_text_1 {
        padding-left: 10px;
    }

    .grey_bar_below {
       padding-left: 0px;
       margin-left: 10px;
    }


}

@media(max-width: 530px)
{
	.other_half_1 .other_text_1
	{
		margin-top: 40px;
        padding-left: 10px;
	}

}

@media(max-width: 437px)
{
	.other_half_1 .other_text_1
	{
        width: 250px!important;
        font-size: 28px;
	}

}

@media(max-width: 400px)
{
	.other_half_1 .other_text_1
	{
		margin-top: 40px;
        padding-left: 10px;
	}

}

@media(max-width: 337px)
{
	.other_half_1 .other_text_1
	{
        width: 220px!important;
        font-size: 25px;
	}

}
/*
=============================================================================================================================================================
                                                         LAYOUT CSS PER PAGE (END)
=============================================================================================================================================================
*/

.bigred {
    color: #D8251E;
    /* border: solid 2px #D8251E; */
    font-weight: bold;
    font-size: 40px;
}

.redbox {
     border: solid 2px #D8251E; 
     text-align: center;
     font-size: 18px;
     padding: 15px;
}

.topprize {
    font-size: 40px;
    font-weight: bold;
}

.topprize span {
    margin-left: 80px;
    vertical-align: top;
}

.textprize, .textprize1 {
    font-size: 18px;
    font-weight: bold;
}

.textprize span {
    margin-left: 112px;
}

.textprize1 span {
    margin-left: 92px;
}

.logos {
    margin-bottom: 15px;
}

.error_div p {
    margin-bottom: 0px;
    margin-top: 0px;
    color: red;
    font-size: 14px;
}

.cust_butt {
    padding: 10px 10px 10px 10px;
    background-color: #D8251E;
    color: white;
    border-radius: 5px;
}

#donation_form .input_input {
    width: 80%;
    height: 40px;
    border: 1px solid black;
    font-size: 20px;
}

#donation_form .input_input_textarea {
    font-size: 20px;
    width: 70%;
    height: 70px;
    border: 1px solid black;
}

#donation_form .input_input_captcha {
    font-size: 20px;
    width: 182px;
    height: 52px;
    border-color: black;
    border-left: none;
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

#donation_form .send_butt {
    border: none;
    background-color: #383431;
    color: white;
    padding: 10px 20px 10px 20px;
}

.paymenttext {
    font-size: 20px;
}

@media(max-width: 992px) {
    .topprize {
        font-size: 30px;
        font-weight: bold;
    }
    .textprize, .textprize1 {
        font-size: 16px;
        font-weight: bold;
    }
}

@media(max-width: 678px) {
    .topprize {
        font-size: 30px;
        font-weight: bold;
    }

    .topprize span {
        margin-left: 80px;
        width: 350px;
        display: inline-block;
    }

    .textprize span, .textprize1 span {  
        width: 350px;
        display: inline-block;
    }

    .textprize, .textprize1 {
        font-size: 15px;
        font-weight: bold;
    }
}

@media(max-width: 560px) {
    .topprize span, .textprize span, .textprize1 span {  
        width: 250px;
    }
}

@media(max-width: 500px) {
    .topprize span, .textprize span, .textprize1 span {  
        width: 190px;
    }
}

@media(max-width: 390px)
{
	.topprize span, .textprize span, .textprize1 span {  
        width: 150px;
        margin-left: 40px;
    }

}

@media(max-width: 310px)
{
	.topprize span, .textprize span, .textprize1 span {  
        /* width: 110px;
        margin-left: 30px; */
        display: inline;
    }

}