.main-relative {
	position: fixed;
	top:50%;
	right: 0;

}
.btnClose {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	line-height: 15px;
	height: 15px;
	width: 50px;
	text-align: right;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
}
	.btnClose:after {
		content: " ";
		background: #fff;
		height: 5px;
		width: 20px;
		display: inline-block;
	}


.up {
	z-index: 10000;
}

.oneplus-one {
	bottom: 0;
	display: block;
	height: 185px;
	position: absolute;
	text-align: center;
	width: 171px;
	left: 50%;
	margin-left: -85px;
}

#none,
#click-show {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	cursor: pointer;
}

#none,
.display #click-show {
	-ms-transform: translateX(100%); 
   	-webkit-transform: translateX(100%); 
    transform: translateX(100%);
}

.display #none,
#click-show {
	-ms-transform: translateX(0); 
   	-webkit-transform: translateX(0); 
    transform: translateX(0);
}

.display #none {
	-webkit-transition-delay: .3s;
    transition-delay: .3s;
}
