/*.tamekran {
    bottom: 65px !important;
    right: 15px !important;
}*/

.tamekran  {
	z-index: 10;
	position: fixed;
    left: 15px !important;
	bottom: 15px !important;
}

.tamekran_btn {
	color:#fff;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.3s;
    z-index: 10;
    background: #000;
    border: solid 1px rgba(103, 103, 103, 0.2);
}

.tamekran_btn:hover {
    background: #009473;
}