#sideslider {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: auto;
    margin-left: auto;
    margin-right: -225px;
    position: fixed;
    right: 0;
    top: 226px;
    width: 260px;
    /*z-index: 3500;*/
    z-index:950;
}



#sideslider .sideslider-tab {
    background-color: Maroon;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 35px;
    left: -33px;
    padding-top: 10px;
    padding-left: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 34px;
    transform: rotate(-90deg);
    width: 103px;
	letter-spacing:4px;
}

#sideslider a {
    text-decoration: none;
}

#sideslider-smartbutton {
    background-color: #DDA0DD;
    color: #fff;
    margin-left: 35px;
    padding-top: 10px;
    position: relative;
}

#sideslider .sideslider-close {
    background-color: #000;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size:   padding-right: 15px;
    padding:10px 0px 10px 14px;
    text-align: left;
    text-transform: uppercase;
    width: 155px;
	letter-spacing:2px;
}


#sideslider-text .line {
    display: block;
    margin-bottom: 10px;
}
#sideslider-text {
    color: #fff;
    text-align: left;
    margin-left: 5px;
}

#sideslider-text .header {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px #000;
}
.sideclear {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    height: 0;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}

