.slidercontainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
}

.slider {
    position: absolute;
    width: 100%;
    height: 120px;

}

.slider hr {
    margin: 8px auto;

}

.price_color {

}

.slider table {
    border: none;
    margin-top: 25px;

}


.value_table {
    text-align: center;
    border: none;
    width: 100%;
}

table tr th, table tr td {
    font-size: 12px;
    text-align: center;
    padding: 0px;
    width: 25%;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: white;

}


.slider_name {
    font-size: 15px;
    text-align: center;
    padding-top: 15px;
}


.slidercontainer:hover #slide {
    transition: 0.8s;
    left: 0;
}

button.left {
    position: relative;
    top: 50px;
}

button.right {

}

.value_table {
    margin: 0 auto;
}


.price_big {
    font-size: 68px;
    text-align: center;
}

.prev {
    background: url("../img/left_normal.png");
    height: 140px;
    padding: 0px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: auto 68px;
    margin: 0 auto;
    width: 20px;
}

.prev:hover, .next:hover {
    opacity: 0.6;
}

.next {
    background: url("../img/right_normal.png");
    height: 140px;
    padding: 0px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 68px;
    margin: 0 auto;
    width: 20px;
}

.nyush_logo {

    background: url("../img/nyu_shanghai_logo2.png");
    height: 110px;
    padding: 0px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 90px;
    display: block;
}

.vins_logo {
    background: url("../img/vins_logo.png");

    height: 110px;
    padding: 0px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 90px;
    display: block;
}

.vlab_logo {
    background: url("../img/vlab_logo.png");

    height: 110px;
    padding: 0px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 90px;
    display: block;
}

#web_title img {
    width: 250px;
}

.row_graph {
    margin-top: 20px;
}

.button-group {
    margin-top: 9px;
}

.section-about {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 30px;
}

.section-about .item {
    position: relative;
}

.button {
    background-color: #8D38C9;
}

.button:hover {
    background-color: #8258FA;
}


a {
    color: #8D38C9;
}

.section-about .item .img-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.section-about h2 {
    color: #8D38C9;
    font-size: 20px;
}

footer {
    background-color: #522e91;
}

footer .row {
    padding: 20px 0;
}

footer .row .columns {
    text-align: center;
}

footer img {
    width: 50%;
}

#left-arrow, #right-arrow {
    cursor: pointer;
}

#bar_graph {
    height: 800px;
}

.top-bar-section .has-dropdown ul.dropdown {
    margin-top: 0;
}

.top-bar-section .has-dropdown .dropdown li {
    height: 45px;
}

#row_map_graph {
    height: 800px;
}

.section-main-index {
    margin: 30px auto 50px;
}


nav.top-bar {
    background-color: white;
    height: 120px;
    padding: 10px 0;
}

.top-bar-section {
    padding-top: 10px;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #8b47bb;
}

.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background: #522e91;
}

.dropdown:hover li {
    /*background: red !important;*/
    background: red !important;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    /*background:#522e91;*/
    padding: 0.4rem 1.5rem;
    line-height: 1.8rem;
    text-align: center;
}

.top-bar-section li.has-dropdown li a:not(.button) {
    padding: 0 1.5rem;
    line-height: 2.8125rem;
}

.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li:not(.has-form) a.active:not(.button) {
    background: #6F1AAB;
}

nav.top-bar {
    background-color: white;
}

.section-about .small-12.large-10 {
    padding: 0 30px;
}

.section-about .small-12 {
    padding: 0 30px;
}

@media only screen and (max-width: 40em) {

    .top-bar.expanded .title-area {
        background: #6F1AAB;
    }

    nav.top-bar {
        background-color: #8D38C9;
        height: 2.8125rem;
    }

    .top-bar-section ul {
        margin-top: 0;
    }


}


.datepicker-close.alert, .datepicker-close.alert:hover, .datepicker-close.alert:focus {
    background-color: #2ba6cb;
}


#play-controls {
    position: absolute;
    top: 70px;
    text-align: center;
    width: 100%;
    padding: 5px 0 1em 0;
}

#play-controls * {
    display: inline-block;
    vertical-align: middle;
}

#play-pause-button {

    text-align: center;
    font-size: 15px;
    outline: none;
    cursor: pointer;
}

#play-range {
    margin: 2.5%;
    width: 70%;
}

button.ms-choice:hover, button.ms-choice:focus, .button.ms-choice:hover, .button.ms-choice:focus {
    background-color: #f3f3f3;
}
