@import url( 'https://fonts.googleapis.com/css ?family=Merriweather+Sans:300,400,700 '); 

body {
    background-color: #000000;
    background-repeat: repeat-x;
    font-family: 'Merriweather Sans ',sans-serif;
    color: #323232;
    font-size: 14px;
    line-height: 1.42857143;
}

a {
    color: #AA1111;
    text-decoration: underline;
}

a:hover {
    color: #000;
}

img {
    border: 0 none;
    display: inline-block !important;
}

iframe {
    max-width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 15px 0 5px;
    font-weight: 700;
    font-size: 18px;
}

h1 {
    font-size: 20px;
}

#header-part {
    background-repeat: repeat-x;
    background-position: top center;
    padding-bottom: 12px;
}

#header {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.top {
    padding: 43px 0 0 0;
}

.header-banner {
}

#navigation {
    margin: 0 auto;
    overflow: hidden;
    background-repeat: repeat-x;
    margin-top: 20px;
    background: #EBEBEB;
    border-radius: 5px;
}

#navigation ul {
    list-style: none;
    padding: 0 5px;
    position: relative;
    margin-bottom: 0;
}

#navigation ul li {
    list-style: none;
    padding: 0;
    line-height: 40px;
    border-left: 1px solid #FFFFFF;
}

#navigation ul li:first-child {
    border: 0 none;
}

#navigation ul li a:first-child:hover {
}

#navigation ul li a {
    text-decoration: none;
    color: #AA1111;
    padding: 0 10px;
    font-size: 14px;
}

#navigation ul li a:hover {
    color: #fff;
    background: #AA1111;
    padding: 10px;
    border-radius: 5px;
}

#content-part {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
}

#content-box {
    margin: 0 auto 50px auto;
    padding: 0;
    overflow: auto;
}

.content-mid {
}

#content-left {
    border: 0;
}

.table_chart {
    margin-bottom: 10px;
}

.text-box {
    padding: 0;
    line-height: 17px;
}

.text-box h1 {
    margin-bottom: 12px;
    color: #AA1111;
    border-bottom: 1px dotted #c6c6c6;
    padding-bottom: 3px;
}

#content-right {
    margin-top: 20px;
}

.sidebar {
    margin-bottom: 10px;
    border: 1px solid #EBEBEB;
    background: #000000;
    border-radius: 5px;
    padding: 0 10px;
}

.sidebar ul {
    list-style: none;
    padding: 3px 20px;
}

.sidebar ul li {
    list-style: square;
    padding: 4px 0;
    background-repeat: repeat-y;
    color: #fff;
    float: none !important;
}

.sidebar h3 {
    color: #fff;
    height: 26px;
    padding: 0 7px;
    text-decoration: none;
    line-height: 26px;
    background: #AA1111;
    border-radius: 5px;
}

.sidebar ul li a {
    text-decoration: none;
    color: #fff;
}

.sidebar ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

.sidebar.sidebar-banner {
    padding: 5px 0;
    border: 0 none;
}

footer {
    margin-top: 10px
}

footer p,footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .sidebar.sidebar-banner {
        display:none;
    }
}

@media (min-width: 769px) {
    .navbar-main, .navbar-reviews {
    }

    .navbar-main ul, .navbar-reviews ul {
        padding-left: 0;
    }

    .navbar-main ul li {
    }

    .navbar-main ul li a, .navbar-reviews ul li a {
        padding: 0;
    }

    .navbar-header {
        display: none;
    }
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
