.group:after {
    content: "";
    display: table;
    clear: both;
}

.strong {
    font-weight: bold;
}

.red {
    color: #cc0000;
}

.sharethis-inline-share-buttons {
    margin-bottom: 10px;
}

.header__secondary .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header__secondary .form-control {
    height: 38px;
    font-size: 14px;
}

.btn__badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 2px 4px;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    /* height: 20px; */
    font-size: 12px;
    line-height: 12px;
}

.txt__badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 2px 4px;
    font-size: 10px;
    /* height: 20px; */
    font-size: 12px;
    line-height: 12px;
}

.team-logo-xs {
    display: inline-block;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position:center;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.team-logo-md {
    display: inline-block;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position:center;
    width: 100px;
    height: 100px;
    vertical-align: middle;
}

.team-logo-lg {
    display: block;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position:center;
    width: 200px;
    height: 200px;
    vertical-align: middle;
    margin: 0 auto;
}

.time-slot-offer {
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.time-slot-offer .team-name{
    display: inline-block;
    width: 140px;
    overflow: hidden;
    line-height: 20px;
    font-size: 13px;
    vertical-align: middle;
}

.time-slot-days {
    padding: 0px 12px;
}

.time-slot-days > div{
    border-bottom: 1px solid #ddd;
}

.time-slots > div {
    padding: 5px;
}

.time-slot-status-1{
    background-color: #02a13b !important;
    color: #fff !important;
}

.time-slots > div > div{
    background-color: #eee;
    padding: 5px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
}


#popper {
    padding: 10px;
    border: 1px solid #bbb;
    background-color: #fff;
    position: relative;
    text-align: center;
    min-width: 300px;
}

#popper .close{
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #ddd;
    opacity: 1;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 5px;
}

.reservation-box {
    margin-bottom: 10px;
}

.btn-responsive {
    width: 100%;
    max-width: 100%;
    padding: 5px 0;
}

.post__title {
    text-transform: none;
}

.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .card__content {
        padding: 12px 12px;
    }
}

.game-result__subheader {
    border-top: 0;
}

/*
#home-banner {
    width: 100%;
    height: 600px;
    background: url("/media/slide/slide1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
*/

@media (max-width: 600px) {
    .transfer-request-table .btn {
        margin-bottom: 20px;
    }
}

.main-nav__item--shopping-cart2 ul{
    padding: 0;
}

.main-nav__item--profile2 ul{
    padding: 0;
}

@media (max-width: 1199px) {
    #home-banner {
        height: 400px;
    }
}

@media (max-width: 767px) {
    #home-banner {
        height: 300px;
    }
}

@media (max-width: 405px) {
    #home-banner {
        height: 200px;
    }
}

#mobile-login {
    padding-top: 100px;
    margin: 10px;
}

#mobile-login .form-control{
    height: auto;
    padding: 4px 4px;
    margin-bottom: 10px;
}

.alert {
    margin-bottom: 0px !important;
}

.home-icons img{
    margin-bottom: 20px;
}

.home-icons {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.home-icons a{
    color: #fff;
}

.form-check-input {
    margin: 10px 0 0 !important;
    width: 20px;
    height: 20px;
}

.current-leagues {
    text-align: center;
    font-size: 30px;
}

@media (max-width: 991px) {

    .countdown {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}

@media (max-width: 768px) {

    .countdown {
        padding-top: 0px;
    }

    .countdown .countdown-counter__item, .countdown .countdown-counter__item + .countdown-counter__item::before{
        font-size: 40px;
        line-height: 40px;
        font-family: 'Orbitron', sans-serif;
        color: #999;
    }

    .countdown .countdown-counter__label{
        font-family: "Source Sans Pro", sans-serif;
        font-size: 14px;
        line-height: 14px;
        color: #999;
    }
}

.team-edit-list>div>div {
    text-align: center;
    margin-bottom: 30px;
}

.team-edit-list h4 {
    margin-bottom: 0px;
}

.team-edit-list .btn {
    margin: 30px 0;
    padding: 20px 20px;
}