/* CONTENT: */

.content-wraper {
    width: 100%;
    position: relative;
}





/* INFO */
.home-info{
    position: relative;
    left: 0;
    right: 0;
    /*height: 100%;*/
    background-color: #fff;
    color: #000;
    padding: 50px;
}
.home-info .chevron-red{
    color: rgb(199, 13, 13);
    font-size: 20px;
}
.home-info .label-detail{
    font-size: 20px;
}

.box-image-large{
    height: 450px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 80px;
}
.box-image{
    height: 100%;
    width: 50%;
    float:right;
    transform: rotate(180deg);
    overflow: hidden;
}
.box-image .image{
    transform: rotate(180deg);
    background-image: url(../images/banner-sponsor.jpg);
    height: 100%;
    background-position: center;
    background-size: cover;
    
}
.box-image .team{
    background-image: url(../images/banner-teams.jpg);
}
.box-image .leagues{
    background-image: url(../images/banner-evryone.jpg);
}

.box-info{
    height: 100%;
    width: 53%;
    transform: rotate(180deg);
}

.box-info .info{
    height: 100%;
    transform: rotate(180deg);
    background: url(../images/bg-main-header.png) top center repeat;
    color: #fff;
    width: 100%;
}
.box-info  .info:before{
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(left, #2c2c2c 0%, rgba(44,44,44,0.01) 100%);
    background: -webkit-linear-gradient(left, #2c2c2c 0%, rgba(44,44,44,0.01) 100%);
    background: linear-gradient(to right, #2c2c2c 0%, rgba(44,44,44,0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#032c2c2c',GradientType=1 );
}

.box-info .info h3{
    position: relative;
    margin-top: 0px;
    top: 30;
    margin-right:50px;
    margin-left: 20px;
}
.box-info .info span, .box-info .info p{
    position: absolute;
    margin-top: 50px;
    margin-right: 20px;
    line-height: 1.5;
    margin-left: 20px;
}
.info-to-right{
    float: right;
    z-index: 3;
    position: relative;
}
.image-to-right{
    float: none;
    overflow: inherit;
    z-index: 2;
}
.box-info .read-more{
    color: #e0081d;
    right: 50px;
    bottom: 10px;
    position: absolute
}
.second-box{
    /*height: 250px;*/
}
.take-me{
    color: red;
    font-size: 17;
    text-decoration: underline;
    font-weight: 600;
}


/* For mobile phones: */
@media only screen and (max-width:1400px) {
    .box-image-large{
        height: 550px;
    }
}

@media only screen and (max-width:1020px) {
    .box-image-large{
        height: 650px;
    }
}

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

   
    /*INFO SECTION*/
    .home-info{
        padding: 20px;
    }
    .box-image-large{
        height: 800px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .box-info{
        height: 53%;
        width: 100%;
    }
    
    .box-info .info{
        position: fixed;
    }
    .box-info .info h3{
        position: relative;
    }
    .info-to-right .info{
        position: unset;
    }
    .box-image{
        height: 50%;
        width: 100%;
        margin-top: 390px;
    }
    .image-to-right{
        float: none;
        overflow: inherit;
        z-index: 2;
        padding-bottom: 400px;
        margin-top: unset;
    }
    .second-box{
        height: 800px;
    }
    
}

@media only screen and (max-width:750px) {
    .box-info{
        height: 65%;
    }
    .first-box .box-image{
        height: 44%;
        margin-top: 450px;
    }
}

@media only screen and (max-width:600px) {
    
    .box-info{
        height: 68%;
    }
    .first-box .box-image{
        height: 40%;
    }
}

@media only screen and (max-width:500px) {
    .box-image-large{
        height: 950px;
    }
    .second-box{
        height: 800px;
    }
    .box-info{
        height: 73%;
    }
    .first-box .box-image{
        height: 40%;
        margin-top: 570px;
    }
    .image-to-right{
        height: 30%;
        padding-bottom: 550px;
    }
    .third-box .box-info{
        height: 65%;
    }
    .third-box .box-image{
        height: 40%;
        margin-top: 570px;
    }
}

@media only screen and (max-width:420px) {
    /*INFO SECTION*/
    .box-image-large{
        height: 1170px;
    }
    .second-box{
        height: 980px;
    }
    .box-info{
        height: 65%;
    }
    .first-box .box-image{
        height: 40%;
        margin-top: 690px;
    }
   
  
    .image-to-right{
        height: 38%;
        padding-bottom: 605px;
    }
    .third-box{
        height: 980px;
    }
}

@media only screen and (max-width:385px) {
    .second-box{
        height: 1020px;
    }
    .third-box{
        height: 1020px;
    }
    .box-info{
        height: 75%;
    }
    .third-box .box-info{
        height: 73%;
    }
    .first-box .box-image{
        height: 25%;
        margin-top: 850px;
    }
    .image-to-right{
        height: 30%;
        padding-bottom: 710px;
    }
    .third-box .box-image{
        height: 30%;
        margin-top: 710px;
    }
}
@media only screen and (max-width:330px) {
    .second-box .box-info{
        height: 80%;
    }
    .box-info{
        height: 90%;
    }
    .first-box .box-image{
        height: 14%;
         margin-top: 1005;
    }
    .image-to-right{
        height: 30%;
        padding-bottom: 710px;
    }
    
}