/* CSS Document */
.scroll-top-wrapper, .swipe-left-wrapper, .swipe-right-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 999;
	color: #ffffff;
	width: 50px;
	height: 48px;
	line-height: 48px;
	padding-top: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

	 
.scroll-top-wrapper:hover  {
	background-color: #364c79;
}
.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

.scroll-top-wrapper { right: 20px;	bottom: 20px; 
	background-color: #5898db; }

.icon-circle-up:before {
  content: "Top";
  font-size:12px;
}


.td-icon-menu-up{
    width: 40px;
    position: relative;
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
    width: 50px;
    top: 10px;
    padding: 0;
    margin: 0;
}

