html {
    background-color: #AD0060
    }
body {
    background-color: #FFF
    }
header {
    border-bottom: 5px solid #AD0060
    }
header h1 {
    color: #FFF !important;
    text-shadow: 0 0 10px #AD0060, 0 0 10px #AD0060, 0 0 10px #AD0060, 0 0 10px #AD0060
    }
header h4 a:hover {
    color: #7A0044
    }
footer {
    background-color: #AD0060
    }
footer a, p.copyright {
    color: #FFF
    }
.color-overlay {
    background: rgba(173, 0, 96, 0.02);
    min-height: 750px
    }
.div-widget {
    max-width: 950px;
    padding: 35px 35px 0;
    margin: auto
    }
.div-info {
    max-width: 950px;
    padding: 40px;
    margin: auto
    }
.div-info h2 {
    color: #FFF
    }
.div-intro-home {
    max-width: 950px;
    text-align: center;
    color: #AD0060;
    padding: 20px 20px 30px;
    margin: auto
    }
.div-intro-home h3 {
    color: #788484
    }
.div-intro-home p {
    color: #AD0060
    }
.div-new-sticky {
    padding: 80px 5px 5px;
    line-height: 1.428571;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #F0F0F0
    }
.div-new-sticky .caption {
    height: 400px;
    max-height: 400px
    }
header .slocus-overlay {
    background-color: #AD0060
    }
.bg-color {
    background-color: #AD0060;
    padding: 5px
    }
.bg-color h1, .bg-color p {
    color: #FFF
    }
.bg-color-neutral {
    background-color: #788484
    }
.bg-color-neutral p {
    color: #FFF
    }
.bg-new-title {
    background-color: #AD0060;
    margin: -73px -5px 15px;
    height: 80px;
    color: #FFF;
    padding-top: 3px;
    line-height: 70px
    }
.bg-new-title span {
    vertical-align: middle;
    display: inline-block;
    line-height: 1.3
    }
.bg-new-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    background-image: url(/_img/bg/bg_news_left.png);
    background-repeat: no-repeat;
    margin-left: 8px;
    margin-top: 7px
    }
.bg-new-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 95px;
    background-image: url(/_img/bg/bg_news_right.png);
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: 7px
    }
.bg-new-left div, .bg-new-right div {
    background-color: #AD0060;
    width: 8px;
    height: 80px
    }
.bg-new-bot {
    background-image: url(/_img/bg/bg_news_more.png);
    background-repeat: no-repeat;
    height: 56px;
    width: 81px;
    margin: -20px auto auto;
    cursor: pointer
    }
.bg-new-bot-info a, .bg-new-bot-info h5 {
    color: #AD0060;
    margin-top: -45px;
    text-align: center
    }
.bg-new-bot-info h5:hover {
    font-weight: 700
    }
.header .navbar-nav > .active > a, .header .navbar-nav > .active > a:focus, .header .navbar-nav > .active > a:hover, .header .navbar-nav > li > a:hover {
    color: #FFF;
    background-color: #AD0060;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s
    }
.header .navbar-nav > li > a, h4 a {
    color: #AD0060
    }
.standard-button2 {
    background-color: #AD0060
    }
.standard-button2:hover {
    background-color: #7A0044
    }
.open-slocus-nav a {
    color: #AD0060
    }
.open-slocus-nav a:hover {
    color: #7A0044
    }
.navbar-inverse {
    background-color: #7A0044;
    border-color: #7A0044
    }
.icon-bar {
    background-color: #FFF
    }
.bounce {
    position: absolute;
    left: 50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite
    }
.bounce a {
    color: #fff;
    font-size: 25px
    }
@-webkit-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0)
        } 40% {
        -webkit-transform: translateY(-20px)
        } 60% {
        -webkit-transform: translateY(-10px)
        }
    }
@-moz-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -moz-transform: translateY(0)
        } 40% {
        -moz-transform: translateY(-20px)
        } 60% {
        -moz-transform: translateY(-10px)
        }
    }
@-o-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -o-transform: translateY(0)
        } 40% {
        -o-transform: translateY(-20px)
        } 60% {
        -o-transform: translateY(-10px)
        }
    }
@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        transform: translateY(0)
        } 40% {
        transform: translateY(-20px)
        } 60% {
        transform: translateY(-10px)
        }
    }