.phonetytlemobile {
	display: none;
}
.sortable-block {
	height: 40px;
	width: 100%;
	margin-top: -40px;
	text-align: center;
	left: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	float: left;
} 
.sortable-zkak{
	width: 20px;
	height: 20px;
	transition: all 0.4s;
	margin-top: 3px;
	padding: 5px;
	box-shadow: inset 0px 0px 15px 15px #000000;
	margin-bottom: 2px;
} .sortable-zkak:hover{
	width: 20px;
	height: 20px;
	box-shadow: inset 0px 0px 15px 15px #000000;
	margin-top: 3px;
	margin-bottom: 2px;
	border-radius: 15px;
	padding: 5px;
} .sortable-block-leadback{
	width: auto;
	height: 36px;
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: lighter;
	margin-top: 4px;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	transition: all 0.5s;
} 
.sortable-block-leadback a {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #CCCCCC;
	font-weight: bold;
}
.sortable-block-leadback a:hover {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #FFFFFF;
}
.sortable-block-leadback:hover {
	width: auto;
	height: 36px;
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: lighter;
	margin-top: 4px;
	display: inline-block;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	background-color: rgba(51,51,51,0.9);
} 

.sortable-block-leadback-txt {
	display: inline-block;
	padding-top: 8px;
	float: right;
	font-size: 15px;
	font-family: "Century Gothic";
	margin-right: 10px;
	margin-left: 10px;
}

@media (max-width:1024px){ 
.phonetytlemobile {
	display: block;
	height: auto;
	width: 210px;
	float: right;
}
.sortable-block-leadback{ 	padding-right: 8px; 	padding-left: 8px; } .sortable-block-leadback:hover { 	padding-right: 8px; 	padding-left: 8px; } .sortable-block-leadback-txt{ 	display: none; } } @media (max-width:748px){  } 
