@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeue-webfont.woff') format('woff'),
    url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
    url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KaushanScriptRegular';
    src: url('../fonts/KaushanScript-Regular-webfont.eot');
    src: url('../fonts/KaushanScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KaushanScript-Regular-webfont.woff') format('woff'),
    url('../fonts/KaushanScript-Regular-webfont.ttf') format('truetype'),
    url('../fonts/KaushanScript-Regular-webfont.svg#KaushanScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*********************************************
* Basics                                     *
**********************************************/
body {
    font-family: OpenSansRegular;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    background: url("../img/index-background.jpg") center top no-repeat #00121b;
}

a, a:visited {
    color: #00aeef;
}

a:hover {
    text-decoration: none;
}

b, strong {
    color: #a0a0a0;
}

/*********************************************
* Helpers                                    *
**********************************************/
.row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.vertical-align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bold {
    font-weight: 700;
}

/*********************************************
* Padding                                    *
**********************************************/
.nopadding {
    padding: 0;
}

.nopadding-left {
    padding-left: 0;
}

.nopadding-right {
    padding-right: 0;
}

.nopadding-top {
    padding-top: 0;
}

.nopadding-bottom {
    padding-bottom: 0;
}

.padding-left-5px {
    padding-left: 5px !important;
}

.padding-right-5px {
    padding-right: 5px !important;
}

.padding-left-10px {
    padding-left: 10px !important;
}

.padding-right-10px {
    padding-right: 10px !important;
}

.padding-left-15px {
    padding-left: 15px !important;
}

.padding-right-15px {
    padding-right: 15px !important;
}

.padding-left-30px {
    padding-left: 30px !important;
}

.padding-right-30px {
    padding-right: 30px !important;
}

.padding-top-5px {
    padding-top: 5px !important;
}

.padding-bottom-5px {
    padding-bottom: 5px !important;
}

.padding-top-10px {
    padding-top: 10px !important;
}

.padding-bottom-10px {
    padding-bottom: 10px !important;
}

.padding-top-15px {
    padding-top: 15px !important;
}

.padding-bottom-15px {
    padding-bottom: 15px !important;
}

.padding-top-20px {
    padding-top: 20px !important;
}

.padding-bottom-20px {
    padding-bottom: 20px !important;
}

.padding-top-30px {
    padding-top: 30px !important;
}

.padding-bottom-30px {
    padding-bottom: 30px !important;
}

.padding-top-40px {
    padding-top: 40px !important;
}

.padding-bottom-40px {
    padding-bottom: 40px !important;
}

.padding-top-60px {
    padding-top: 60px !important;
}

.padding-bottom-60px {
    padding-bottom: 60px !important;
}

.padding-top-90px {
    padding-top: 90px !important;
}

.padding-bottom-90px {
    padding-bottom: 90px !important;
}

.padding-top-120px {
    padding-top: 120px !important;
}

.padding-bottom-120px {
    padding-bottom: 120px !important;
}

/*********************************************
* Margin                                     *
**********************************************/
.nomargin {
    margin: 0;
}

.nomargin-left {
    margin-left: 0;
}

.nomargin-right {
    margin-right: 0;
}

.nomargin-top {
    margin-top: 0;
}

.nomargin-bottom {
    margin-bottom: 0;
}

.margin-left-5px {
    margin-left: 5px !important;
}

.margin-right-5px {
    margin-right: 5px !important;
}

.margin-left-10px {
    margin-left: 10px !important;
}

.margin-right-10px {
    margin-right: 10px !important;
}

.margin-left-15px {
    margin-left: 15px !important;
}

.margin-right-15px {
    margin-right: 15px !important;
}

.margin-left-30px {
    margin-left: 30px !important;
}

.margin-right-30px {
    margin-right: 30px !important;
}

.margin-top-5px {
    margin-top: 5px !important;
}

.margin-bottom-5px {
    margin-bottom: 5px !important;
}

.margin-top-10px {
    margin-top: 10px !important;
}

.margin-bottom-10px {
    margin-bottom: 10px !important;
}

.margin-top-15px {
    margin-top: 15px !important;
}

.margin-bottom-15px {
    margin-bottom: 15px !important;
}

.margin-top-20px {
    margin-top: 20px !important;
}

.margin-bottom-20px {
    margin-bottom: 20px !important;
}

.margin-top-30px {
    margin-top: 30px !important;
}

.margin-bottom-30px {
    margin-bottom: 30px !important;
}

.margin-top-40px {
    margin-top: 40px !important;
}

.margin-bottom-40px {
    margin-bottom: 40px !important;
}

.margin-top-60px {
    margin-top: 60px !important;
}

.margin-bottom-60px {
    margin-bottom: 60px !important;
}

.margin-top-90px {
    margin-top: 90px !important;
}

.margin-bottom-90px {
    margin-bottom: 90px !important;
}

.margin-top-120px {
    margin-top: 120px !important;
}

.margin-bottom-120px {
    margin-bottom: 120px !important;
}

/*********************************************
* Text size                                  *
**********************************************/
.text-size-11px {
    font-size: 11px !important;
}

.text-size-12px {
    font-size: 12px !important;
}

.text-size-13px {
    font-size: 13px !important;
}

.text-size-14px {
    font-size: 14px !important;
}

.text-size-15px {
    font-size: 15px !important;
}

.text-size-16px {
    font-size: 16px !important;
}

.text-size-17px {
    font-size: 17px !important;
}

.text-size-18px {
    font-size: 18px !important;
}

.text-size-19px {
    font-size: 19px !important;
}

.text-size-20px {
    font-size: 20px !important;
}

.text-size-21px {
    font-size: 21px !important;
}

.text-size-22px {
    font-size: 22px !important;
}

.text-size-23px {
    font-size: 23px !important;
}

.text-size-24px {
    font-size: 24px !important;
}

.text-size-25px {
    font-size: 25px !important;
}

.text-size-26px {
    font-size: 26px !important;
}

.text-size-27px {
    font-size: 27px !important;
}

.text-size-28px {
    font-size: 28px !important;
}

.text-size-29px {
    font-size: 29px !important;
}

.text-size-30px {
    font-size: 30px !important;
}

.text-size-32px {
    font-size: 32px !important;
}

.text-size-34px {
    font-size: 34px !important;
}

.text-size-36px {
    font-size: 36px !important;
}

/*********************************************
* Line height                                *
**********************************************/
.line-height-11px {
    line-height: 11px !important;
}

.line-height-12px {
    line-height: 12px !important;
}

.line-height-13px {
    line-height: 13px !important;
}

.line-height-14px {
    line-height: 14px !important;
}

.line-height-15px {
    line-height: 15px !important;
}

.line-height-16px {
    line-height: 16px !important;
}

.line-height-17px {
    line-height: 17px !important;
}

.line-height-18px {
    line-height: 18px !important;
}

.line-height-19px {
    line-height: 19px !important;
}

.line-height-20px {
    line-height: 20px !important;
}

.line-height-21px {
    line-height: 21px !important;
}

.line-height-22px {
    line-height: 22px !important;
}

.line-height-23px {
    line-height: 23px !important;
}

.line-height-24px {
    line-height: 24px !important;
}

.line-height-25px {
    line-height: 25px !important;
}

.line-height-26px {
    line-height: 26px !important;
}

.line-height-27px {
    line-height: 27px !important;
}

.line-height-28px {
    line-height: 28px !important;
}

.line-height-29px {
    line-height: 29px !important;
}

.line-height-30px {
    line-height: 30px !important;
}

.line-height-32px {
    line-height: 32px !important;
}

.line-height-34px {
    line-height: 34px !important;
}

.line-height-36px {
    line-height: 36px !important;
}

/*********************************************
* Colors                                     *
**********************************************/
.white {
    color: #ffffff;
}

.white-bg {
    background-color: #ffffff;
}

.black {
    color: #232323;
}

.black-bg {
    background-color: #232323;
}

/*.red {*/
/*color: #bf354d;*/
/*}*/

/*.red-bg {*/
/*background-color: #bf354d;*/
/*}*/

.blue {
    color: #004268;
}

.blue-bg {
    background-color: #004268;
}

/*.darker-blue {*/
/*color: #26bcff;*/
/*}*/

/*.darker-blue-bg {*/
/*background-color: #26bcff;*/
/*}*/

/*.lighter-blue {*/
/*color: #004268;*/
/*}*/

/*.lighter-blue-bg {*/
/*background-color: #004268;*/
/*}*/

/*.light-blue-grey {*/
/*color: #bcccd6;*/
/*}*/

/*.light-blue-grey-bg {*/
/*background-color: #bcccd6;*/
/*}*/

/*********************************************
* Structure                                  *
**********************************************/
.wrapper {
    margin-top: 15px;
}

/*********************************************
* Nacbar                                  *
**********************************************/
.navbar {
    min-height: 75px;
}

.navbar-default {
    background: url("../img/menu-background.jpg") center top no-repeat #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.navbar-nav {
    float: right;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
    color: #004268;
    line-height: 45px;
    font-family: BebasNeueRegular;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
}

.navbar-default .navbar-nav > li.selected > a {
    color: #3baee7;
}

.navbar-default .navbar-brand {
    height: 75px;
    padding: 0;
    position: relative;
    top: -25px;
    z-index: 100;
}

.csurgoi-kezilabda-logo {
    max-width: 125px;
    max-height: 125px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    color: #004268;
    background: #ffffff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: transparent;
    color: #3baee7;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {

}

.navbar-default .navbar-toggle {
    border-color: #004268;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #004268;
}

.navbar-toggle {
    margin-top: 20px;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #004268;
}

.open > .dropdown-menu {
    width: auto;
}

.dropdown-menu > li > a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.navbar-nav > li > .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.social-icons {
    padding-left: 125px;
    height: 30px;
    line-height: 30px;
}

.social-icons span {
    margin-right: 10px;
}

.login {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.login a {
    color: #ffea00;
    font-size: 12px;
    text-transform: uppercase;
}

/*********************************************
* Main site                                  *
**********************************************/
h3.slider-caption {
    font-family: BebasNeueRegular;
    font-size: 60px;
    margin: 15px 0;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    display: inline-block;
    padding: 15px 0 5px 0;
    line-height: 60px;
}

.csurgo-logo {
    max-width: 210px;
}

.carousel-caption {
    text-align: left;
    left: 0;
    right: 0;
    padding-bottom: 120px;
}

.slider-subcaption {
    font-family: KaushanScriptRegular;
    font-size: 40px;
    margin: 0;
}

.slider-container {
    display: block;
    width: 125px;
    height: 60px;
    position: absolute;
    bottom: 180px;
    right: 15px;
    z-index: 10;
}

.slider-container a.left {
    background-image: url("../img/slider-controls.png");
    background-position: top left;
    width: 52px;
    height: 60px;
    display: inline-block;
}

.slider-container a.right {
    background-image: url("../img/slider-controls.png");
    background-position: top right;
    width: 52px;
    height: 60px;
    display: inline-block;
}

.meccslista {
    background: url("../img/meccslista-bg.png") top right no-repeat #ffffff;
    padding-top: 50px;
    border-top: 5px solid #7bc8ff;
}

.meccslista-link {
    font-size: 11px;
    text-align: right;
    display: block;
    margin-top: 15px;
}

h5.meccs-header a {
    font-size: 14px;
    color: #006192;
    line-height: 16px;
}

h5.meccs-header {
    margin-top: 5px;
}

.meccs-date {
    font-size: 11px;
    line-height: 16px;
    color: #00121b;
}

.meccs-selector {
    line-height: 32px;
}

.meccs-container {
    margin-bottom: 15px;
}

.buszkesegeink, .szurkolok {
    border-top: 5px solid #7bc8ff;
    padding: 0;
}

.buszkesegeink .slider-caption {
    font-size: 18px;
}

.buszkesegeink .slider-container {
    top: 30px;
    bottom: inherit;
    width: 100%;
    right: inherit;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
}

.buszkesegeink-title, .szurkolok-title {
    font-size: 22px;
    color: #00121b;
    background: rgba(123, 200, 255, 0.8);
    height: 50px;
    position: absolute;
    bottom: 0;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.szurkolok-title {
    background: rgba(255, 234, 0, 0.8);
}

.szurkolok {
    padding: 0;
    overflow: hidden;
}

.buszkesegeink .carousel-caption {
    bottom: inherit;
    top: 40px;
    padding: 0;
}

.buszkesegeink .slider-caption {
    text-align: center;
}

.buszkesegeink .slider-container a.left {
    background-position: bottom left;
}

.buszkesegeink .slider-container a.right {
    float: right;
    background-position: bottom right;
}

.content-wrapper {
    padding: 30px 30px;
}

h3.header {
    font-size: 20px;
}

h4.header {
    font-size: 24px;
    color: #7bc8ff;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 0;
}

.head-line {
    width: 100px;
    padding: 15px 0 30px 0;
    border-top: 1px solid #7bc8ff;
}

.news-text, .video-text, .gallery-text {
    font-size: 14px;
    font-weight: 300;
}

.news-item {
    margin-bottom: 30px;
}

.news-date {
    background: #7bc8ff;
    font-size: 20px;
    color: #00121b;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
}

.news-date span {
    font-size: 12px;
}

h4.video-header, h4.gallery-header {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 13px;
}

h4.gallery-header {
    margin-top: 30px;
}

h4.gallery-header {
    text-align: center;
}

.video-wrapper, .gallery-wrapper {
    background: #061b27;
    padding: 15px;
}

.gollovo-lista .table tr, .bajnoki-tabella .table tr {
    background: #061b27;
    font-size: 12px;
    font-weight: 300;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-color: #00121b;
}

.tabella-link {
    text-align: right;
    display: block;
    font-size: 11px;
}

.partnereink-item {
    margin-bottom: 15px;
}

.pager-next {
    text-align: right;
}

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

.pager-next a:hover {
    text-decoration: none;
}

.pager-previous a:hover {
    text-decoration: none;
}

.pager-items a {
    line-height: 16px;
}

.pagination-wrapper {
    color: #7bc8ff;
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    text-transform: uppercase;
}

.pagination-wrapper .pager-items a {
    background: url("../img/pager-bg.png") no-repeat center;
    height: 40px;
    width: 34px;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
}

.pagination-wrapper .pager-items a:hover {
    text-decoration: none;
    background: url("../img/pager-bg-hover.png") no-repeat center;
    color: #00121b;
}

.pagination-wrapper .fa-chevron-left {
    padding-right: 15px;
}

.pager-next a, .pager-previous a {
    border: 1px solid #7bc8ff;
    height: 40px;
    line-height: 40px;
    display: block;
}

.pager-next a {
    padding-right: 15px;
}

.pager-previous a {
    padding-left: 15px;
}

.pager-next:hover, .pager-previous:hover {
    background: #7bc8ff;
}

.pager-next:hover a, .pager-previous:hover a {
    color: #00121b !important;
}

.pagination-wrapper .fa-chevron-right {
    padding-left: 15px;
}

/*********************************************
* NEWS                                       *
**********************************************/
.subpage-header {
    font-size: 48px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: BebasNeueRegular;
}

.share-line {
    margin-bottom: 15px;
}

.share-line a {
    height: 30px;
    line-height: 30px;
    width: 90px;
    margin-right: 15px;
    background: #153141;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}

.share-line a:hover {
    text-decoration: none;
    background: #004268;
}

.news-picture {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*********************************************
* TEAM                                       *
**********************************************/
.team-bg {
    background: url("../img/players-bg.png") no-repeat top left;
    height: 303px;
}

.player-name {
    font-size: 24px;
}

.player-information {
    padding-bottom: 15px;
}

.player-data {
    list-style: none;
    margin: 0;
}

.player-data li {
    padding: 3px 0;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb a:hover {
    text-decoration: none;
}

/*********************************************
*   TABELLA                                  *
**********************************************/

.table thead tr th {
    background: #004268;
}

/*********************************************
* KLUB                                       *
**********************************************/
.tamogato-header {
    font-size: 18px;
}

ul.letoltes-lista {
    list-style: none;
    padding: 0;
}

ul.letoltes-lista li {
    line-height: 28px;
    border-bottom: 1px solid #004268;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

ul.letoltes-lista li a {
    margin-right: 5px;
}

/*********************************************
* Galeria                                    *
**********************************************/
.galeria-item h4.header span {
    color: #ffffff;
    font-size: 14px;
    margin-left: 5px;
}

.galeria-item {
    margin-bottom: 30px;
}

.galeria-link {
    line-height: 20px;
    height: 20px;
}

.video-item {
    margin-bottom: 30px;
}

/*********************************************
* Segithetek                                     *
**********************************************/
.panel-heading, .panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    background: transparent;
}

.panel-default > .panel-heading {
    background: transparent;
    border: none;
}

.panel-default {
    border: none;
    border-bottom: 1px solid #0f2d3a;
}

.panel {
    box-shadow: none;
    background: transparent;
}

h4.panel-title {
    font-size: 18px;
    color: #7bc8ff;
    padding-bottom: 5px;
}

.tamogatok-page h4.header {
    color: #ffffff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-color: #0f2d3a;
}

.panel-title a:hover, .panel-title a:active, .panel-title a:visited, .panel-title a:focus, .panel-title a {
    text-decoration: none;
}

.panel-title i {
    float: right;
}

/*********************************************
* Footer                                     *
**********************************************/
footer {
    margin-top: 30px;
    font-size: 11px;
}

.footer-menu, .copyright {
    line-height: 24px;
}

.footer-menu a {
    color: #ffffff;
}

.footer-menu {
    text-align: right;
}

.footer-row {
    border-bottom: 1px solid #153141;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.designabc {
    margin-top: 30px;
    margin-bottom: 30px;
}

.designabc img {
    margin-bottom: 30px;
}

/*********************************************
* Responsive update                          *
**********************************************/

@media (min-width: 1200px) {

}

@media (min-width: 992px) {

    .lead-informations {
        margin-top: -90px;
    }

    .buszkesegeink, .szurkolok, .meccslista {
        margin: 0 15px;
    }

}

@media (max-width: 991px) {

    .lead-informations.row-equal-height {
        display: block;
        padding: 0;
        margin-bottom: 30px;
    }

    .buszkesegeink, .meccslista {
        height: 300px;
        overflow: hidden;
    }

    .buszkesegeink, .szurkolok, .meccslista {
        margin-top: 30px;
    }

}

@media (min-width: 769px) and (max-width: 991px) {
    .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a {
        font-size: 20px;
    }

    .nav > li > a {
        padding: 15px 10px;
    }

    .carousel-caption {
        padding-bottom: 15px;
    }

    .slider-container {
        bottom: 30px;
    }
}

@media (max-width: 768px) {

    .lead-informations.row-equal-height, #indexSlider {
        padding: 0 15px;
    }

    .slider-container {
        bottom: 0;
        margin: 15px auto;
        position: inherit;
        right: 0;
    }

    .carousel-caption {
        padding-bottom: 5px;
        margin-left: 15px;
    }

    h3.slider-caption {
        border-bottom: 2px solid #ffffff;
        border-top: 2px solid #ffffff;
        display: inline-block;
        line-height: 24px;
        margin: 5px 0;
        padding: 5px 0 0 0;
        font-size: 24px;
    }

    .csurgo-logo {
        max-width: 120px;
    }

    .slider-subcaption {
        font-size: 20px;
    }

    .navbar-nav {
        float: none;
        margin-top: 25px;
    }

    li.dropdown.open {
        background: #004268;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 40px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

    .dropdown-menu > li > a {
        font-size: 20px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #3baee7;
    }

    .row-equal-height {
        display: block;
    }

    .pagination-wrapper .fa-chevron-left,
    .pagination-wrapper .fa-chevron-right {
        padding: 0;
    }

    .pager-next, .pager-previous {
        text-align: center;
        padding: 0;
    }

    .pager-next a {
        padding-right: 0;
    }

    .pager-previous a {
        padding-left: 0;
    }

    .content-wrapper {
        padding: 15px;
    }

    .news-page h1.header {
        font-size: 24px;
    }

    .subpage-header {
        font-size: 28px;
    }

    .sidebar {
        margin-top: 60px;
    }

    .player-separator {
        padding: 5px;
        margin-bottom: 30px;
        border-bottom: 1px solid #004268;
    }

    h4.header {
        margin-top: 15px;
    }

    .footer-row, .footer-menu {
        text-align: center;
    }

}

