
html,
body {
  height: 100%;
}

.wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -93px;
  background: url('../img/bg.png') left 165px repeat-x;
  min-width: 900px;
}

.push,
.footer {
  height: 93px;
}

.container {
    width: 900px;
    padding-left: 22px;
    padding-right: 22px;
}

.blur-bg {
    width: 900px;
    margin: 0 auto;
    position: relative;
    background-image: linear-gradient(#730B0C, #C90F14);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blur-bg:before {
    content: '';
    position: absolute;
    width: 908px;
    height: 100%;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0.6;
    top: -65px;
    left: -4px;
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../font/proximanova-bold-webfont.eot');
    src: url('../font/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proximanova-bold-webfont.woff2') format('woff2'),
         url('../font/proximanova-bold-webfont.woff') format('woff'),
         url('../font/proximanova-bold-webfont.ttf') format('truetype'),
         url('../font/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.navbar {
    height: 40px;
    min-height: 40px;
    background-color: #000;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}

.header {
    min-height: 90px;
    background-color: white;
}

.logo {
    float: left;
}

.navmenu {
    background: url('../img/red_menu_bg.jpg') left top repeat-x;
    height: 35px;
}

.container-bg-top {
    height: 70px;
}

.container-bg .container-inner {
    margin-top: -65px;
}

.row {
    margin-left: -5px;
    margin-right: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 0;
}

.footer {
    color: white;
    text-align: center;
    min-width: 900px;
}

.footer-inner {
    background-color: black;
    height: 75px;
}

.footer-bottom {
    height: 18px;
    background-color: #CA1015;
}

.footer-content {
    padding-top: 2px;
    margin: 1px 0;
    border: 1px solid white;
    margin-left: -22px;
    margin-right: -22px;
    height: 73px;
    font-family: 'proxima_nova_rgregular';
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px;
}

.footer-content span.frequency {
    font-size: 20px;
    font-family: 'proxima_nova_rgbold';
}

.home-col-11, .home-col-21, .home-col-22, .home-col-31, .home-col-32, .home-col-33 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 0;
    float: left;
}

.home-col-11 {
    width: 861px;
}

.home-col-21 {
    width: 214px;
}

.home-col-22 {
    width: 647px;
}

.home-col-31, .home-col-32, .home-col-33 {
    width: 287px;
}
