#sidebar-hide,
#sidebar-show {
	cursor: pointer;
	text-align: right;
	margin: -25px -20px 10px;
	color: #5EB6BC;
}

#sidebar-show {
	float: left;
	margin: -7px 0 0 -2px;
	width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #008C95;

	-webkit-transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

#sidebar-show:hover {
	background-color: transparent;
}

#sidebar-show:hover .uk-navbar-toggle:after {
	color: initial;
}

#sidebar-show .uk-navbar-toggle {
	height: 30px;
    position: relative;
    margin: 0;
    margin-left: -12px;
    padding: 0;
    margin-top: -15px;
    top: 50%;
    left: 50%;
    display: block;
    color: #545454;
}

#sidebar-show .uk-navbar-toggle:after {
	color: #fff;

	-webkit-transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

#sidebar-hide span:first-child {
	margin-right: 5px;
}

#sidebar-show .sidebar-show-icon {
	margin-right: 15px;
}

#sidebar-show .sidebar-show-icon + span {
	text-transform: none;
    font-size: 15px;
    letter-spacing: 0;
}

#sidebar-hide .sidebar-hide-icon,
#sidebar-show .sidebar-show-icon {
	position: relative;
	top: 4px;
	font-size: 14px;
}

@media (max-width: 959px) {
	#sidebar-hide,
	#sidebar-show {
		display: none;
	}

	#tm-main aside {
		display: none;
	}
}