﻿.mainImage-section {
    background: url(https://images.rfm.sapo.pt/rfm_cafe_da_manha_nova_temporada_376246316_topo.jpg) no-repeat center center;
    background-size: cover
}

.mainImage-section-with-player {
    background: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.5)),url(https://images.rfm.sapo.pt/rfm_cafe_da_manha_nova_temporada_376246316_topo.jpg) no-repeat center center;
    background-size: cover
}

.video-section .pattern-overlay {
    background-color: rgba(100,100,100,.5);
    padding: 110px 0 32px;
    min-height: 496px;
    margin-bottom: 1.5em
}

.mainImage-section {
    margin-bottom: 1.5em
}

.video-section .buttonBar {
    display: none
}

.player {
    font-size: 1px
}

.liveTv {
    padding-top: 1em
}

.liveButton {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 1em 0 1em;
    text-align: center;
    color: #fff;
    background-color: #ed1c24;
    display: inline-table
}

#videoBoxLive {
    border: 5px solid #e50d2e
}

.nav-tabs2 {
    border-bottom: 0;
    background: rgba(255,255,255,.8);
    padding: 1em 0 1em 0
}

    .nav-tabs2 > li {
        float: left;
        margin-bottom: 0;
        border-right: 2px solid #3f3f3f
    }

        .nav-tabs2 > li:last-child {
            border-right: none
        }

        .nav-tabs2 > li > a {
            font-weight: 500;
            border-radius: 0;
            text-transform: uppercase
        }

            .nav-tabs2 > li > a:hover, selected {
                background-color: transparent
            }

        .nav-tabs2 > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: transparent;
            border: 0;
            border-bottom-color: transparent;
            border-right: 1px solid transparent
        }

.show-only-sm {
    display: none
}

@media (min-width:768px) {
    .show-only-sm {
        display: block
    }
}

@media (min-width:992px) {
    .show-only-sm {
        display: none
    }
}
