#sideslider {
    position: fixed;
    right: 0;
    bottom: 2%;
    z-index: 11111;
}
.sideslider-tab ul li {
    display: block;
    margin: 0 0 1px;
    text-align: center;
    /* background: #6dae2a; */
    background: #F07822; /* orange as in logo font */
    padding: 5px 12px 5px;
    box-shadow: inset 0 0 0 50px #F07822; /* orange as in logo font */
}
.sideslider-tab li a {
	display: block;
}
.sideslider-tab ul li:nth-child(1):hover {
	background: #3c5a9b;
}
.sideslider-tab ul li:nth-child(2):hover {
	background: #1dabdd;
}
.sideslider-tab ul li:nth-child(3):hover {
	background: #0274b3;
}
.sideslider-tab ul li:nth-child(4):hover {
	background: #c81c1f;
}
.sideslider-tab ul li:nth-child(5):hover {
	background: rgb(52, 83, 138); /* blue as in logo font */
}
.sideslider-tab ul li:nth-child(6):hover {
	background: rgb(52, 83, 138); /* blue as in logo font */
}
.sideslider-tab li:hover {
	box-shadow: inset 0 0 0 2px #fff;
}
.sideslider-tab img {
	transition: 0.5s;
	width: 18px;
	margin: 5px 0 0;
}
#sideslider a {
	text-decoration: none;
}
#sideslider-smartbutton {
	background-color: #16242d;
	margin-left: 35px;
	padding: 10px;
	position: relative;
	width: 265px;
}
#sideslider .sideslider-close {
	background-color: #000;
	box-sizing: border-box;
	color: #7d7d7d;
	cursor: pointer;
	float: right;
	font-size: 10px;
	font-weight: 300;
	text-align: right;
	text-transform: uppercase;
	width: 265px;
	padding: 4px 25px 4px 0;
}
#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;
}
#sideslider-sub {
    position: fixed;
    right: 25px;
    bottom: 3%;
    z-index: 1111;
}
/*.sideslider-tab-sub ul li {
    border-radius: 50px;
    border: 2px solid #87257c;
}*/
.sideslider-tab-sub ul li {
    width: 20px;
}
.sideslider-tab-sub img {
    transition: 0.5s;
    width: 21px;
    border-radius: 100px;
    /* border: 2px solid #f47920; */
    padding: 10px;
    background: #8e267f;
}
.sideslider-tab-sub li a {
	display: block;
}
