﻿.header {
    background-color: #FFF;
    height: 100px;
}

h3 {
    color: rgb(253, 185, 19);
    font-family: 'Oswald Regular';
    font-weight: normal;
}

h4 {
    font-family: 'Oswald Regular';
    font-weight: lighter;
}


.thumbnail {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    border-radius: 0px;
}

.logo {
    height: 60px;
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #000000
}

    .logo img {
        max-width: 100%;
        max-height: 100%;
    }

.btn-primary {
    background-color: #000000 !important;
    border-color: #000000;
    color: white;
    font-family: 'Oswald Regular';
}

.btn-success {
    background-color: rgb(0, 146, 71) !important;
    border-color: rgb(0, 146, 71);
}

    .btn-success:active:hover {
        background-color: #00aeef !important;
        border-color: #00aeef;
    }

body {
    margin: 0;
    /*background-color: #dcdcdc;*/
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4em;
    /*background-image: url(http://www.sabc.co.za/sabc/wp-content/themes/sabcsport/images/sabc-bg.png);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left;
    left: 50%;
    top: 0%;
}

blockquote {
    margin: 0 !important;
    padding: 1px 0 1px 20px;
    border-left: 4px solid #e6e6e6;
    font-size: 100%;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-bt-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

#footer, #infobar {
    background: #333333 !important;
    color: #FFF;
    border-top: 10px solid #333333 !important;
}

.widget {
    height: 100px;
}


.widget h3 {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal !important;
    color: #ffffff !important;
    border-bottom: 1px solid #FFF;
    margin: 0 0 20px 0;
}

.responsive img {
    max-width: 100%;
    height: auto;
}

.disclaimer-header {
    padding: 0 0 5px 0;
} 

#copyright {
    background: #222222;
    color: #FFF;
    padding: 5px 0;
    padding: 10px 0 10px 0;
}

#hccMediaContent {
    margin-top:24px;
}

#noResults {
    display:none;
}

@font-face {
    font-family: 'Oswald Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Oswald Regular'), url(../../mediaTemplates/sabc/fonts/Oswald-Regular.woff) format('woff');
}
