/*
=============================================================================================================================================================
                                                         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: yellow;
}

.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/News_ClubHistory.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: 400px)
{
	.other_half_1 .other_text_1
	{
		margin-top: 40px;
        padding-left: 10px;
	}

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

.content_division {
    font-family: fonty_font!important;
}

.textcontent {
    font-size: 16px;
    text-align: justify;
}

.textcontent strong {
    margin-top: 15px;
    display:block;
}

.textcontent p {
    margin-top: 15px;
    font-family: segoe_semi_light,wf_segoe-ui_normal,"Segoe UI","Open Sans",sans-serif !important;
}

.textcontent .secondstr {
    font-size: 20px;
}