/*
=============================================================================================================================================================
                                                         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 0px;
}

.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: 30px;
    font-size: 40px;
    color: white;
    text-align: left;
    padding-left: 80px;
}

.other_half_1 .other_span_1{
    font-size: 15px!important;
    color: white!important; 
    text-align: left!important;
    padding-left: 80px!important;
}

.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_FixturesResults.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: 40px;
    } 

}

@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: 40px;
        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: 33px;
        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;
}

.addleftFR {
    margin-left: 25px;
    margin-top: -10px;
}
.addleftFR .firstdivp p {
    color: #D8251E;
}

.addleftFR p {
    font-size: 18px;
    display: inline;
    margin-left: 20px;
}

.addleftFR div {
    margin-top: 10px;
}

.newstidbits {
     /* border-top: dashed 2px;  */
     background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
     background-position: top;
     background-size: 10px 3px;
     background-repeat: repeat-x;
     height: 10px;
     padding-top: 30px; 
     margin-bottom: 35px;
     min-height: 130px;
     margin-left: -7px;
}

.newstidbits .textarea {
    margin-top: -20px;
}

.newstidbits img {
    min-height: 100px;
    max-height: 200px;
    width: 100%;
    margin-bottom: 15px;
    /* height: 100px; */
}


.rightdivs {
    /* border-right: dashed 2px; */
    background-image: linear-gradient(black 33%, rgba(255,255,255,0) 0%)!important;
    background-position: right!important;
    background-size: 1px 10px!important;
    background-repeat: repeat-y!important;
}

.withbot {
    background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 3px;
    background-repeat: repeat-x;
    padding-top: 20px;
}

.div3 {
    min-height: 440px;
}

.sponsor_img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
}

@media(max-width: 1200px) {

    .newstidbits {
        margin-left: 0px;
    }

    .newstidbits .textarea {
        margin-top: 0px; 
    }   

}

@media(max-width: 992px) {

    .rightdivs {
        background-image: none!important;
    } 

    .div 3{
        padding-left: 15px;
        padding-right: 15px;
    }

}
@media(max-width: 768px) {

    .withbot1 {
        background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
        background-position: top;
        background-size: 10px 3px;
        background-repeat: repeat-x;
        padding-top: 20px;
    }

   .withbot, .withbot1, .newstidbits {
      margin-top: 20px
   }

    .newstidbits img {
        max-height: 100%;
    } 

    .newstidbits .wholebig, .newstidbits .textarea{
        width: 100%!important;
    }

    .sponsor_img {
        width: 60%!important;
    }

}