/*
	  ==============================================================
		   Home Page ShortCode
	  ==============================================================
*/
.kode_pet_lnk_1{
	display:inline-block;
	background-color:#fff;
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow:0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 0px 5px rgba(255,255,255,0.5);
	border-radius:50px;
	padding:20px 25px;
	text-transform:uppercase;
	line-height:normal;
	font-weight:bold;
	overflow:hidden;
}
.kode_pet_link_2{
	display:inline-block;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#fff;
	font-size:20px;
	padding:15px 30px;
	border-radius:40px;
	line-height:normal;
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow:0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 0px 5px rgba(255,255,255,0.5);
	overflow:hidden;
}
.back-to-top{
	position:fixed;
	bottom:0px;
	right:0px;
	height:40px;
}
.back-to-top a{	
	text-align:center; 
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size:30px;
	position:relative;
	padding:0px 12px;
}
.back-to-top:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 76px 76px;
	border-color: transparent transparent #5b5b5b transparent;
	position:absolute;
	right:0px;
	bottom:0px;

}
.back-to-top a i{
	line-height:normal;
}
.back-to-top a:hover{
	text-decoration:none;
}