.player-cont {
    top: 95px;
    /* 35 */
}

.text-align-center {
    text-align: center;
}

.options {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    padding-top: 200px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.h-25percent {
    height: 25%;
}

.title-opt {
    position: absolute;
    color: #000000;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Bebas Neue', cursive;
    padding-left: 10px;

}

.title-opt span {
    color: rgb(0, 0, 0);
    
}

.sredina {
    width: 350px;
}

.lft{
        right: 73%;
}
.lft-prvi{
        right: 60%;
}
.top-30{
    top: 30%;
}
.top-45{
    top: 45%;
}
.rl-5{
    right: 5px;
}
@media (min-width: 320px) and (max-width: 485px) {
    .sredina {
        width: 45%;
    }
    .box {
        width: 100%;
    }
    .title-opt {
        font-size: 13px;
        line-height: 16px;
        padding-left: 10px;        
        top: 16px;

    }
    .feat-img {
        position: absolute;
        width: 44%;
        right: 0;
    }
    .title-opt span {
        font-size: 15px;
    }
    .place{
        max-width: 100px;
        position: absolute;
    }
}

@media (min-width: 485px) and (max-width: 575px) {

    .box {
        width: 100%;
    }
    .sredina {
        width: 45%;
    }
     .title-opt {
        font-size: 18px;
        line-height: 20px;
        padding-left: 10px;
        top: 25px;
    }
    .feat-img {
        position: absolute;
        width: 44%;
        right: 0;
    }
    .title-opt span {
        font-size: 22px;
    }
    .place{
        max-width: 135px;
        position: absolute;
    }

}

@media (min-width: 575px) and (max-width: 1120px) {

     .box {
        width: 100%;
    }
    .sredina {
        width: 45%;
    }
     .title-opt {
        font-size: 18px;
        line-height: 20px;
        padding-left: 10px;
        margin-top: 40px;
    }
    .feat-img {
        position: absolute;
        width: 44%;
        right: 0;
    }
    .title-opt span {
        font-size: 22px;
    }
    .place{
        max-width: 150px;
        position: absolute;
    }


}

@media (min-width: 1120px) {
    .place{
        max-width: 170px;
        position: absolute;
    }
    .box {
        width: 100%;
    }
    .sredina {
        width: 30%;
    }
     .title-opt {
        font-size: 20px;
        line-height: 24px;
        padding-left: 20px;
        margin-top: 40px;
    }
    .feat-img {
        position: absolute;
        width: 44%;
        right: 0;
    }
    .title-opt span {
        font-size: 26px;
    }
    .lft {
    right: 65%;
}


}


.hidden {
    display: none;
}





.logname {
    border-radius: 4px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    padding: 1.93333em 0.85em;
    color: #777;
}

.modal-backdrop {
    position: initial !important;
}

.iconFB {
    margin-left: -30px;
    margin-right: 26px;
}

.text-lg{
    font-size: 18px;
    line-height: 20px;
}
.gol-blue{
  color: #0486CF;
}

.top-marg{    
    margin-top: 485px;
}

@media (max-width: 420px) {
	.hero-mob {
		background-image: url('../img/vaterni/hero-mob.jpg')!Important;
	}  
    .mod-h{
        margin-top: 870px!Important;
    }
}

@media (min-width: 490px) {
	
    .mob-only{
        display: none;
    }
}