

h2, h4 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.MD_0 {
    margin: 0px;
    padding: 0px;
}

.text-right {
    text-align: right;
}


.navbar-brand {
    position: absolute;
}

.player_name {
    background: url('../img/name-bg.png');
    width: 600px;
    height: 151px;
    color: #fff;
    padding: 0 40px;
    float: right;
    
    margin: 200px 0 0 0;
}

.player_manage {
    position: relative;
    top: -34px;
}

.player_name h3 {
    margin-bottom: 40px;
    color: #e9530e;
    font-size: 24px;
    font-weight: 700;
}





.text-block {
    background: #fff;
    padding: 40px;
}

    .text-block h4 {
        color: #e9530e;
        
        margin-bottom: 30px;
    }

    .text-block h2 {
        color: #131e2b;
    }

.text-block-title h1, .text-block-title h2, .text-block-title h3 {
    margin: 0px;
    color: #e9530e;
    font-size: 60px;
    
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

.text-block-title h2, .text-block-title h3 {
    color: #fff;
    font-size: 52px;
}

.text-block-title h3 {
    font-size: 48px;
}

.form-control, .form-group label {
    font-size: .8rem;
}

.upload-img {
    width: 160px;
    height: 160px;
    position: relative;
    border: solid 1px #ddd;
}

.label-set label {
    background: #fff;
    float: left;
    padding: 0px 5px;
    position: relative;
    top: 20px;
    left: 15px;
}

.delete-img {
    position: absolute;
    top: 10px;
    left: 10px;
}

.image-position {
    height: 40px;
    left: 0;
    position: absolute;
    width: 342px;
}

    .image-position span {
        display: none;
    }

.btn-primary {
    background-color: #e9530e;
    border-color: #e9530e;
    border-radius: 0px;
    padding: .5rem 1.4rem;
    font-size: .8rem;
}

.sidebar-module-inset {
    background: black;
}

    .sidebar-module-inset h5 {
        color: #e9530e;
        font-size: 16px;
        font-weight: 700;
    }

    .sidebar-module-inset p {
        color: #fff;
    }

.navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 1.98rem;
    font-size: 17px;
}

.navbar-inverse .navbar-toggler {
    z-index: 9;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

.inputfile + label {
    max-width: 100%;
    font-size: .9rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.navbar-inverse .navbar-nav .nav-link {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .h2, h2 {
        font-size: 1.8rem;
    }

    .iphoneMR_0 {
        Margin: 0px;
    }

    .top-logo img {
        width: 100%;
    }

    .text-block-title h1, .text-block-title h2, .text-block-title h3 {
        font-size: 46px;
    }

    .text-block-title h2, .text-block-title h3 {
        font-size: 42px;
    }

    .text-block-title h3 {
        font-size: 38px;
    }

    .text-block {
        padding: 15px;
    }



    .sidebar-module-inset {
        margin-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h2, h2 {
        font-size: 1.8rem;
    }

    .iphoneMR_0 {
        Margin: 0px;
    }

    .top-logo img {
        width: 50%;
    }


    .text-block-title h1, .text-block-title h2, .text-block-title h3 {
        font-size: 46px;
    }

    .text-block-title h2, .text-block-title h3 {
        font-size: 42px;
    }

    .text-block-title h3 {
        font-size: 38px;
    }

    .sidebar-module-inset p {
        font-size: 12px;
    }

    .text-block {
        padding: 15px;
    }


    .text-block h4 {
        font-size: 22px;
    }

    .sidebar-module-inset {
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

#homecarousel .carousel-indicators li.active {
    border: 4px solid #ee7203 !important;
}
