#sideslider {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: auto;
    margin-left: auto;
    margin-right: -265px;
    position: fixed;
    right: 0;
    top: 180px;
    width: 300px;
    z-index: 3500;
}

#sideslider .sideslider-tab {
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    /*height: 35px;*/
    /*left: -45px;*/
    padding-top: 10px;
    padding-left: 10px;
  	padding-right: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 45px;
  	left: -25px !important;
    padding-bottom: 12px;
    /*transform: rotate(-90deg);*/
    /*width: 125px;*/
      /*  background: #304480;*/
}

#sideslider a {
    text-decoration: none;
}

#sideslider-smartbutton {
    background-color: #222;
    margin-left: 35px;
    padding: 10px;
    position: relative;
    width: 265px;
}

#sideslider .sideslider-close {
    background-color: #000;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: 300;
    height: 21px;
    padding-right: 15px;
    padding-top: 3px;
    text-align: right;
    text-transform: uppercase;
    width: 265px;
}


#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;
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	#sideslider {
		top: 220px;
	}
}