#feature_slider .slide .info {
    height: 380px;
    display: none;
    z-index: 10;
    color: #fff;
    text-shadow: 1px 1px 1px #31393d;
    width: 910px;
    margin: 0 auto;
    margin-top: 40px;
}

#feature_slider .slide .info h2 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    line-height: 56px;
    text-shadow: 1px 1px 1px #31393d;
}

#feature_slider .slide .info a:hover {
    opacity: .8;
}

#feature_slider .slide .info .info-text {
    max-height: 300px;
    overflow: auto;
    padding: 5px;
    box-shadow: 0 0 4px 4px rgba(150, 150, 150, 0.1);
    background: rgb(220, 220, 220);
    background: rgba(220, 220, 220, .3);
}

#feature_slider .slide .info.leftside {
    padding-right: 360px;
}

#feature_slider .slide .info.rightside {
    padding-left: 360px;
}
/*
#feature_slider .slide#showcasing .info {
    left: 13%;
    width: 40%;
}
#feature_slider .slide#ideas .info {
    left: 10%;
    width: 53%;
}
#feature_slider .slide#tour .info {
    right: 11%;
    width: 50%;
}
*/
#feature_slider  .info a {
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 40px;
    display: inline-block;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear; }
#feature_slider .slide#responsive .info {
    position: absolute;
    top: 160px;
    right: 9%;
    width: 25%; }
#feature_slider .slide#responsive .info h2 {
    color: #fff;
    font-size: 47px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #3b3262;
    line-height: 56px; }
#feature_slider .slide#responsive .info h2 strong {
    font-size: 42px; }



::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-track {
    background-image: none;
}

::-webkit-scrollbar-thumb {
    background-color: #333;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}
