a {
	text-decoration: none;
	/*box-shadow: none !important;*/
	outline: none;
	-webkit-outline: none;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
}
/*.edet-tag-cloud-wrapper {
    margin: 0 0 100px 0;
}*/
.edet-enabled .edet-tag-cloud-wrapper a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 3px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    /*line-height: initial;*/
    width: auto;
    transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
}
.edet-enabled .edet-tag-cloud-wrapper a .tagcount {
	position: relative;
	font-size: 0.750em;
}
.edet-enabled .edet-tag-cloud-wrapper a .tagcount::before {
    content: "[";
    padding-right: 2px;
}
.edet-enabled .edet-tag-cloud-wrapper a .tagcount::after {
    content: "]";
    padding-left: 2px;
}
.edet-enabled .edet-tag-cloud-wrapper.template-2 a .tagcount::before, 
.edet-enabled .edet-tag-cloud-wrapper.template-2 a .tagcount::after, 
.edet-enabled .edet-tag-cloud-wrapper.template-4 a .tagcount::before, 
.edet-enabled .edet-tag-cloud-wrapper.template-6 a .tagcount::after, 
.edet-enabled .edet-tag-cloud-wrapper.template-13 a .tagcount:before, 
.edet-enabled .edet-tag-cloud-wrapper.template-13 a .tagcount:after {
	display: none;
}
.edet-text-description {
    color: #777;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    border-bottom: 5px solid #ccc;
}

/*=========================================================
LIST VIEW
=========================================================*/
.edet-enabled .edet-tag-cloud-wrapper ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.edet-enabled ul li {
    display: inline-block;
}
.edet-enabled .edet-tag-cloud-list ul li {
    display: block;
}


/*==========================================================
TEMPLATE ONE LAYOUT
==========================================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-1 a {
    color: #777;
    padding: 2px;
    border-bottom: 1px solid transparent;
    box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-1 a:hover {
	color: #333;
	border-bottom-color: #333;
}
.edet-enabled .edet-tag-cloud-wrapper.template-1 a .tagcount {
	font-weight: 600;
	padding-left: 5px;
}

/*=========================================================
TEMPLATE TWO LAYOUT
=========================================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-2 a {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    color: #333;
    height: auto;
    padding: 8px 20px;
    width: auto;
     box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-2 a:hover {
	background: #fff;
    border-color: #ddd;
}
.edet-enabled .edet-tag-cloud-wrapper.template-2 a span.tagcount {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}

/*========================================================
TEMPLATE THREE LAYOUT
========================================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-3 a {
    color: #fff;
    margin-left: 0.3em;
    margin-right: 0.3em;
    overflow: visible;
    padding: 8px 0.9em;
    z-index: 1;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
     box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-3 a:hover {
	color: #fff;
}
.edet-enabled .edet-tag-cloud-wrapper.template-3 a:after {
    content: "";
    background: #444;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
.edet-enabled .edet-tag-cloud-wrapper.template-3 a:hover:after {
	background: #7DB302;
}
.edet-enabled .edet-tag-cloud-wrapper.template-3 a span.tagcount {
    font-weight: 600;
    margin-left: 5px;
}

/*========================================================
TEMPLATE FOUR LAYOUT
========================================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-4 a {
    background: #2ac2d4 none repeat scroll 0 0;
    color: #fff;
    overflow: visible;
    padding: 8px 15px;
    box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-4 a:hover {
	color: #fff;
}
.edet-enabled .edet-tag-cloud-wrapper.template-4 a .tagcount {
    background: #163851 none repeat scroll 0 0;
    font-size: 11px;
    font-weight: 600;
    height: 18px;
    left: 50%;
    letter-spacing: 0.5px;
    line-height: 17px;
    margin: 0 auto;
    min-width: 35px;
    opacity: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    text-align: center;
    top: -30px;
    transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    visibility: hidden;
    z-index: 1;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
}
.edet-enabled .edet-tag-cloud-wrapper.template-4 a:hover .tagcount {
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.edet-enabled .edet-tag-cloud-wrapper.template-4 a .tagcount::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #163851;
    bottom: -7px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
    padding-left: 0;
}

/*============================================
TEMPLATE FIVE LAYOUT
============================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-5 a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ee4e4e;
    color: #ee4e4e;
    padding: 5px 0.9em;
     box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-5 a:hover {
	border-color: #429eec;
	color: #429eec;
}
.edet-enabled .edet-tag-cloud-wrapper.template-5 a .tagcount {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

/*=============================================
TEMPLATE SIX LAYOUT
=============================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-6 a {
    background: #fb6c02 none repeat scroll 0 0;
    border: 1px solid #fb6c02;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
     box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-6 a.edetCustomClass {
	padding: 7px 50px 7px 15px;
}
.edet-enabled .edet-tag-cloud-wrapper.template-6 a:hover {
	background: #fff;
	color: #fb6c02;
}
.edet-enabled .edet-tag-cloud-wrapper.template-6 a .tagcount {
    background: #fff none repeat scroll 0 0;
    color: #fb6c02;
    font-size: 11px;
    font-weight: 600;
    height: 100%;
    letter-spacing: 0.5px;
    line-height: 2.8;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
.edet-enabled .edet-tag-cloud-wrapper.template-6 a:hover .tagcount {
	background: #fb6c02;
	color: #fff;
}
.edet-enabled .edet-tag-cloud-wrapper.template-6 a .tagcount::before {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: -5px;
    margin: auto;
    padding-right: 0;
    position: absolute;
    top: 0;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
.edet-enabled .edet-tag-cloud-wrapper.template-6 a:hover .tagcount::before {
	border-right-color: #fb6c02;
}
.edet-enabled .edet-tag-cloud-wrapper.template-6 a .tagcount > span {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

/*==============================================
TEMPLATE SEVEN LAYOUT
==============================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-7 a {
    background: #163851 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 1.35em;
    box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-7 a:hover {
	background: #ca3a3d;
	color: #fff;
}
.edet-enabled .edet-tag-cloud-wrapper.template-7 a::after {
    border-bottom: 12px solid #28638e;
    border-right: 12px solid #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: -1px 1px 6px #222;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
.edet-enabled .edet-tag-cloud-wrapper.template-7 a:hover::after {
	border-bottom-color: #f66f72;
}
.edet-enabled .edet-tag-cloud-wrapper.template-7 a .tagcount {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

/*===========================================
TEMPLATE EIGHT LAYOUT
===========================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-8 a {
    background: #79439f none repeat scroll 0 0;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    padding: 8px 1.25em;
     box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-8 a:hover {
	background: #a25bd4;
    color: #fff;
}
.edet-enabled .edet-tag-cloud-wrapper.template-8 a .tagcount {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

/*=================================================
TEMPLATE NINE LAYOUT
=================================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-9 a {
    background: #ffcc00 none repeat scroll 0 0;
    border-bottom: 3px solid #f0a901;
    border-radius: 5px;
    color: #333;
    padding: 8px 0.9em;
    text-align: center;
     box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-9 a:hover {
	background: #ffd83d;
}
.edet-enabled .edet-tag-cloud-wrapper.template-9 a:active {
	border-bottom-width: 2px;
}
.edet-enabled .edet-tag-cloud-wrapper.template-9 a::after {
    background: #feda44 none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.edet-enabled .edet-tag-cloud-wrapper.template-9 a .tagcount {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

/*=================================================
TEMPLATE TEN LYAOUT
=================================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-10 a {
    background: #4c8cc9 none repeat scroll 0 0;
    color: #4c8cc9;
    padding: 15px 25px;
    z-index: 1;
    box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-10 a:hover {
	color: #fb6c02;
	background: #fb6c02;
}
.edet-enabled .edet-tag-cloud-wrapper.template-10 a::before {
    background: #fff none repeat scroll 0 0;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: -1;
    box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1), -2px 2px 0 rgba(0, 0, 0, 0.1), -3px 3px 0 rgba(0, 0, 0, 0.1), -4px 4px 0 rgba(0, 0, 0, 0.1), -5px 5px 0 rgba(0, 0, 0, 0.1), -6px 6px 0 rgba(0, 0, 0, 0.1), -7px 7px 0 rgba(0, 0, 0, 0.1);
}
.edet-enabled .edet-tag-cloud-wrapper.template-10 a .tagcount {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

/*====================================================
TEMPLATE ELEVEN LAYOUT
====================================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-11 a {
    background: #38aa38 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    padding: 10px 0.9em;
    z-index: 1;
    box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-11 a:hover {
	color: #fff;
	background: #2b832b;
}
.edet-enabled .edet-tag-cloud-wrapper.template-11 a::after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 40%;
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    right: -20px;
    top: 0;
    transform: translateY(-49%);
    -webkit-transform: translateY(-49%);
    -moz-transform: translateY(-49%);
    z-index: -1;
}
.edet-enabled .edet-tag-cloud-wrapper.template-11 a .tagcount {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

/*========================================================
TEMPLATE TWELVE LAYOUT
========================================================*/

.edet-enabled .edet-tag-cloud-wrapper.template-12 a {
    background: #3797e1 none repeat scroll 0 0;
    color: #fff;
    overflow: visible;
    padding: 8px 1.5em;
    box-shadow: 4px 4px 0 #2a5972 !important;
}
.edet-enabled .edet-tag-cloud-wrapper.template-12 a:hover {
	background: #277ab9;
	color: #fff;
	box-shadow: 0 0 0 transparent !important;
}
.edet-enabled .edet-tag-cloud-wrapper.template-12 a .tagcount {
	margin-left: 5px;
}

/*==============================================
TEMPLATE THIRTEEN LAYOUT
===============================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-13 a {
    background: linear-gradient(#fff, #ddd) repeat scroll 0 0;
    background: -webkit-linear-gradient(#fff, #ddd) repeat scroll 0 0;
    background: -moz-linear-gradient(#fff, #ddd) repeat scroll 0 0;
    background: -ms-linear-gradient(#fff, #ddd) repeat scroll 0 0;
    background: -o-linear-gradient(#fff, #ddd) repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    overflow: visible;
    padding: 8px 20px;
    text-shadow: 1px 1px #fff;
     box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-13 a:hover {
	background: linear-gradient(#ddd, #fff) repeat scroll 0 0;
    background: -webkit-linear-gradient(#ddd, #fff) repeat scroll 0 0;
    background: -moz-linear-gradient(#ddd, #fff) repeat scroll 0 0;
    background: -ms-linear-gradient(#ddd, #fff) repeat scroll 0 0;
    background: -o-linear-gradient(#ddd, #fff) repeat scroll 0 0;
}
.edet-enabled .edet-tag-cloud-wrapper.template-13 a .tagcount {
    margin-left: 10px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}

/*=========================================
TEMPLATE FORTEEN LAYOUT
=========================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-14 a {
    background: #d9853f none repeat scroll 0 0;
    border-radius: 1.2em;
    color: #fff;
    margin: 6px;
    overflow: visible;
    padding: 5px 0.9em;
    box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-14 a:hover {
	color: #fff;
}
.edet-enabled .edet-tag-cloud-wrapper.template-14 a::after {
    border: 1px solid #d9853f;
    border-radius: 3em;
    bottom: -3px;
    content: "";
    left: -3px;
    position: absolute;
    right: -3px;
    top: -3px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
.edet-enabled .edet-tag-cloud-wrapper.template-14 a:hover::after {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	opacity: 0;
	visibility: hidden;
}
.edet-enabled .edet-tag-cloud-wrapper.template-14 a .tagcount {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

/*=============================================
TEMPLATE FIFTEEN LAYOUT
=============================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-15 a {
    background: #f65d4d none repeat scroll 0 0;
    border: 1px solid #f65d4d;
    color: #fff;
    padding: 5px 0.9em;
    white-space: nowrap;
     box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-15 a:hover {
	color: #fff;
}
.edet-enabled .edet-tag-cloud-wrapper.template-15 a::after {
    background: -webkit-linear-gradient(left, transparent, #fff, transparent) repeat scroll 0 0;
    background: -moz-linear-gradient(right, transparent, #fff, transparent) repeat scroll 0 0;
    background: -o-linear-gradient(right, transparent, #fff, transparent) repeat scroll 0 0;
    background: linear-gradient(to right, transparent, #fff, transparent) repeat scroll 0 0;
    content: "";
   	transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    z-index: 1;
    height: 10em;
    left: -10em;
    opacity: 0.5;
    position: absolute;
    top: -10em;
    width: 2em;
}
.edet-enabled .edet-tag-cloud-wrapper.template-15 a:hover::after {
	top: 100%;
	left: 100%;
	transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
}
.edet-enabled .edet-tag-cloud-wrapper.template-15 a .tagcount {
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
}


/*=========================================
CSS FOR DEMO CONTENT AND IT WILL NOT 
APPLY ON PLUGIN CSS CLASSES
=========================================*/
.edet-demo-container::before, 
.edet-demo-container::after {
    content: "";
    display: table;
}
.edet-demo-container::after {
    clear: both;
}
.edet-demo-container .edet-demo {
    float: left;
    padding: 20px;
    width: 33.33%;
}
.edet-demo-container .edet-demo .edet-text-description {
    color: #333;
    font-weight: 700;
    margin-top: 0;
}
.edet-demo-container .edet-demo .edet-text-description ~ .edet-text-description {
    margin-bottom: 0;
    margin-top: 20px;
}
/*============================================
TEMPLATE SIXTEEN LAYOUT
===============================================*/
.edet-tag-cloud .template-16 {
    border: 2px solid pink;
    border-radius: 4px;
}
.edet-tag-cloud-wrapper.template-16 {
    background: #cfcfda;
    padding: 1em 0.1em;
    display: table;
    clear: both;
}
.edet-enabled .edet-tag-cloud-wrapper.edet-template-16-image a {
    display: inline-block;
    width: 21.33%;
}
.edet-enabled .edet-tag-cloud-wrapper.template-16 a {
    box-shadow: none;
    line-height: 0;
    overflow: visible;
    margin: 1em;
}
.edet-enabled .edet-tag-cloud-wrapper.template-16 a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    box-shadow: 2px 2px 2px #000;
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.edet-enabled .edet-tag-cloud-wrapper.template-16 a img {
    height: auto;
    max-width: 100%;
    box-shadow: none;
    border: 1px solid #9b9ba5;
    border-radius: 4px;
    position: static;
}
.edet-enabled .edet-tag-cloud-wrapper.template-16 a span.edet-image-tag-count {
    position: absolute;
    top: -1em;
    right: -1em;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2;
    background: #706d6d;
    border-radius: 100%;
    color: #fff;
}
/*============================================
TEMPLATE SEVENTEEN LAYOUT
===============================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-17 a {
    background: #6495ED none repeat scroll 0 0;
    border-radius: 0.2em;
    color: #fff;
    margin: 0px 0 0 10px;
    overflow: hidden;
    padding: 4px 8px;
    box-shadow: -2px 6px 6px #C0C0C0;
    z-index: 1;
}
.edet-enabled .edet-tag-cloud-wrapper.template-17 a:hover {
    color: #fff;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.edet-enabled .edet-tag-cloud-wrapper.template-17 a::after {
    border: none;
    bottom: -3px;
    content: "";
    left: -3px;
    position: absolute;
    right: -3px;
    top: -3px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    text-transform: uppercase;
    visibility: visible;
}
.edet-enabled .edet-tag-cloud-wrapper.template-17 a:hover::after {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    opacity: 0.9;
    visibility: visible;
    z-index: -1;
    background: #cc029c;
}
.edet-enabled .edet-tag-cloud-wrapper.template-17 a .tagcount {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 5px;
}
/*============================================
TEMPLATE EIGHTEEN LAYOUT
===============================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-18 a {
    background: #63676f none repeat scroll 0 0;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.52);
    color: #fff;
    margin: -4px 1px -4px -1px;
    overflow: hidden;
    padding: 0.4em 0.5em;
    box-shadow: 3px 6px 6px #C0C0C0;
    z-index: 1;
}
.edet-enabled .edet-tag-cloud-wrapper.template-18 a:hover {
    color: #fff;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
}
.edet-enabled .edet-tag-cloud-wrapper.template-18 a::after {
    border: none;
    bottom: -3px;
    content: "";
    left: -3px;
    position: absolute;
    right: -3px;
    top: -3px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    text-transform: uppercase;
    visibility: visible;
}
.edet-enabled .edet-tag-cloud-wrapper.template-18 a:hover::after {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    opacity: 0.9;
    visibility: visible;
    background: #b2b7c3;
    z-index: -1;
}
.edet-enabled .edet-tag-cloud-wrapper.template-18 a .tagcount {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 5px;
}
/*============================================
TEMPLATE NINEENTEEN LAYOUT
===============================================*/
.edet-enabled .edet-tag-cloud-wrapper.template-19 a {
    background: #f8641d none repeat scroll 0 0;
    color: #fff;
    overflow: hidden;
    padding: 0.2em 0.3em 0.2em 0.3em;
    z-index: 1;
    box-shadow: none;
    width: auto;
    display: table;
    margin: 0 auto;
}
.edet-enabled .edet-tag-cloud-wrapper.template-19 a:hover {
    color: #000;
    box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-19 a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9e7d6d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.edet-enabled .edet-tag-cloud-wrapper.template-19 a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background-color: #2098D1;
    color: #fff;
}
.edet-enabled .edet-tag-cloud-wrapper.template-19 a::after {
    border: none;
    bottom: -3px;
    content: "";
    left: -3px;
    position: absolute;
    right: -3px;
    top: -3px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    text-transform: uppercase;
    visibility: visible;
}
.edet-enabled .edet-tag-cloud-wrapper.template-19 a:hover::after {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    opacity: 0.9;
    visibility: visible;
    z-index: -1;
}
.edet-enabled .edet-tag-cloud-wrapper.template-19 a:nth-child(even), 
.edet-enabled .edet-tag-cloud-wrapper.template-19 li:nth-child(even) a {
    background: #b44b16;
}
.edet-enabled .edet-tag-cloud-wrapper.template-19 a:nth-child(even):before, 
.edet-enabled .edet-tag-cloud-wrapper.template-19 li:nth-child(even):before {
     content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2098D1;
    color: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.edet-enabled .edet-tag-cloud-wrapper.template-19 a:nth-child(even):hover:before, 
.edet-enabled .edet-tag-cloud-wrapper.template-19 li:nth-child(even):hover:before {
     -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.edet-enabled .edet-tag-cloud-wrapper.template-19 a .tagcount {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 5px;
}
/*============================================
TEMPLATE TWENTY LAYOUT
===============================================*/
.edet-tag-cloud-list .template-20:before, 
.edet-tag-cloud-list .template-20:after {
    content: "";
    display: table;
}
.edet-tag-cloud-list .template-20:after{
    clear: both;
}
.edet-tag-cloud-flat {
    text-align: center;
}
.edet-enabled .edet-tag-cloud-list .template-20 ul li {
    display: block;
    vertical-align: middle;
    float: right;
    clear: both;
}
.edet-enabled .edet-tag-cloud-wrapper.template-20 a {
    background: #f8641d;
    color: #fff;
    overflow: hidden;
    padding: 0.2em 0.3em 0.2em 0.3em;
    z-index: 1;
    box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-20 a:nth-child(even),
.edet-enabled .edet-tag-cloud-wrapper.template-20 li:nth-child(even) a {
    background: #b44b16;
}
.edet-enabled .edet-tag-cloud-wrapper.template-20 li:nth-child(even) a:hover {
    background-color: #2098D1;
}
.edet-enabled .edet-tag-cloud-list .edet-tag-cloud-wrapper.template-20 a {
    margin: 0;
    display: table;
    vertical-align: middle;
}
.template-20 {
    text-align: right;
}
.edet-enabled .edet-tag-cloud-wrapper.template-20 a:hover {
    color: #fff;
    background-color: #2098D1;
}
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.edet-enabled .edet-tag-cloud-wrapper.template-20 a:hover::after {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    opacity: 0.9;
    visibility: visible;
    background: rgb(143,2,34); /* Old browsers */
background: -moz-linear-gradient(top, rgba(143,2,34,1) 43%, rgba(180,75,22,1) 88%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(143,2,34,1) 43%,rgba(180,75,22,1) 88%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(143,2,34,1) 43%,rgba(180,75,22,1) 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: -1;
}
.edet-enabled .edet-tag-cloud-wrapper.template-20 a .tagcount {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 5px;
}
/*============================================
TEMPLATE TWENTY-ONE LAYOUT
===============================================*/
.template-21 a.tag-cloud-link {
    width: 7em;
    height: 7em;
    background: #d1ea2c;
    border-radius: 100%;
    color: #000;
    box-shadow: none;
    text-align: center;
}
.template-21 span.tagcount {
    border: 1px dashed #fff;
    height: 2.5em;
    width: 2.5em;
    line-height: 2.5;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}
.template-21 span.tagcount {}
.template-21 span.tagcount:before,
.template-21 span.tagcount:after {
    display: none;
}
.edet-tag-cloud-wrapper.template-21 a:hover {
     color: #fff;
    background: #66b132;
    box-shadow: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-21 a:hover .tagcount {
    background: #d1ea2c;
    color: #000;
}
.tem-21-outer {
    display: table;
    width: 100%;
    height: 100%;
}
.tem-21-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
/*============================================
TEMPLATE TWENTY-TWO LAYOUT
===============================================*/
.template-22 a.tag-cloud-link {
    padding: 0.4em 0.9em 0.4em 3.2em;
    background: #fff;
    border-radius: 3em;
    color: #000;
    box-shadow: 5px 4px 5px #e8f6fb;
    position: relative;
    overflow: visible;
}
.edet-enabled .template-22 span.tagcount {
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left:0px;
    background: #57bfe5;
    width: 3em;
    height: 3em;
    line-height: 3;
    color: #fff;
}
.edet-enabled .edet-tag-cloud-wrapper.template-22 a:hover .tagcount {
    background: #fff;
    cursor: pointer;
    color: #000;
}
.template-22 span.tagcount:before,
.template-22 span.tagcount:after {
    display: none;
}
.edet-enabled .template-22 a.tag-cloud-link:hover {
    color: #fff;
    background: #57bfe5;
    box-shadow: none;
    cursor: pointer;
}
/*============================================
TEMPLATE TWENTY-THREE LAYOUT
===============================================*/
.edet-enabled .template-23 a.tag-cloud-link {
    padding: 10px 20px;
    display: inline-block;
    background: #ffc401;
    color: #fff;
    border: none;
    box-shadow: none;
    overflow: visible;
    position: relative;
    z-index: 2;
    transform: translateZ(0);
    border-radius: 8px;
    margin-bottom: 40px;
}
.edet-enabled .template-23 a:hover.tag-cloud-link {
    background: #3ab0db;
}
.edet-enabled .template-23 a.tag-cloud-link span.tagcount {
    position: absolute;
    bottom: -1.4em;
    right: 1em;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    z-index: -1;
    transform: translateZ(0);
    border-radius: 8px;
}
.edet-enabled .template-23 a.tag-cloud-link .tagcount:before {
    content: "";
    padding-right: 0;
    background: #3ab0db;
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    transform: rotate(45deg);
    border-radius: 8px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
.edet-enabled .template-23 a.tag-cloud-link span.tagcount span {
    z-index: 2;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    position: relative;
    top: 2px;
}
.edet-enabled .template-23 a:hover.tag-cloud-link .tagcount:before {
    background: #ffc401;
}
.edet-enabled .template-23 a:hover.tag-cloud-link .tagcount:after {
    background: #3ab0db;
}
.edet-enabled .template-23 a.tag-cloud-link .tagcount:after {
    content: "";
    background: #ffc401;
    width: 3.2em;
    height: 2em;
    position: absolute;
    bottom: 1.5em;
    z-index: 0;
    display: block;
    right: -1.0em;
    border-radius: 8px 8px 8px 0px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
/*============================================
TEMPLATE TWENTY-FOUR LAYOUT
===============================================*/
.edet-tag-cloud-wrapper.template-24 a {
    background: #f4f4f4;
    box-shadow: 1px 1px 3px #ccc;
    padding: 0.3em 0.5em 0em 2.5em;
    position: relative;
    border-radius: 4px;
    margin: 5px;
}
.edet-tag-cloud-wrapper.template-24 a .tagcount {
    position: absolute;
    background: #96cd00;
    padding: 0.7em 0.5em 0.9em;
    left: 0;
    top: -7px;
    box-shadow: 0px 6px 3px #ccc;
}
.edet-tag-cloud-wrapper.template-24 a .tagcount:before,
.edet-tag-cloud-wrapper.template-24 a .tagcount:after {
    display: none;
}
.edet-tag-cloud-wrapper.template-24 a .tagcount span {
    border: 1px solid #000;
    height: 2em;
    width: 2em;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
}
.edet-tag-cloud-wrapper.template-24 a:hover {
    box-shadow: none;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    background: #96cd00;
    color: #fff;
}
.edet-tag-cloud-wrapper.template-24 a:hover span.tagcount {
   background: #f4f4f4;
   color: #000;
}
/*============================================
TEMPLATE TWENTY-FIVE LAYOUT
===============================================*/
.edet-tag-cloud-wrapper.template-25 a {
    background: #f4f4f4;
    box-shadow: 1px 1px 3px #ccc;
    padding: 3px 7px 3px 13px;
    position: relative;
    box-shadow: none;
    border-width: 0px 0 0px 10px;
    border-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 100% 0, 0 0, from(#f8ba21), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(right, #f8ba21, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(right, #f8ba21, rgba(0, 0, 0, 0)) 1 100%;  
    -o-border-image:
      -o-linear-gradient(right, #f8ba21, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to right, #f8ba21, rgba(0, 0, 0, 0)) 1 100%; 
}
.edet-enabled .edet-tag-cloud-wrapper.template-25 a .tagcount {
    display: none;
}
.edet-tag-cloud-wrapper.template-25 a:hover {
    box-shadow: none;
    background: #fbfbfb;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    color: inherit;
}
/*============================================
TEMPLATE TWENTY-SIX LAYOUT
===============================================*/
.edet-tag-cloud-wrapper.template-26 a {
    background: #f4f4f4;
    box-shadow: 1px 1px 1px #7a7a7a;
    padding: 1em 3.8em 1em 1em;
    border-radius: 12px;
    position: relative;
    margin: 1.2em 8px;
    z-index: 1;
    vertical-align: middle;
    overflow: visible;
}
.edet-tag-cloud-wrapper.template-26 a:before {
    background: #f4f4f4;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 12px;
    z-index: -1;
}
.edet-enabled .edet-tag-cloud-wrapper.template-26 a {
    overflow: visible;
}
.edet-enabled .edet-tag-cloud-wrapper.template-26 .tagcount {
    background: #ffcc00;
    margin: -2.5em 1.2em 0 0;
    position: absolute;
    right: 0;
    height: 7em;
    width: 3em;
    display: inline-block;
}
.edet-tag-cloud-wrapper.template-26 .tagcount span {
        color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.1em;
    display: inline-block;
    text-align: center;
    height: 2.1em;
    line-height: 2;
    margin: auto;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    border-radius: 100%;
}
.edet-tag-cloud-wrapper.template-26 a .tagcount:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 1.2em solid transparent;
    border-right: 1em solid #c8a30d;
    border-bottom: 0px solid transparent;
    left: -1em;
    top: 0;
    padding-right: 0;
    z-index: -2;
    display: block;
}
.edet-enabled .edet-tag-cloud-wrapper.template-26 a .tagcount:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 1.2em solid #c8a30d;
    border-left: 1em solid transparent;
    bottom: 0;
    left: -1em;
    padding-left: 0;
    z-index: -2;
}
.edet-tag-cloud-wrapper.template-26 a:hover {
    box-shadow: none;
    transform: skew(10deg);
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
}
/*============================================
TEMPLATE TWENTY-SEVEN LAYOUT
===============================================*/
.edet-tag-cloud-wrapper.template-27 a {
    background: #f4f4f4;
    box-shadow: 1px 1px 1px #7a7a7a;
   padding: 2px 20px 2px 48px;
    border-radius: 12px 12px;
    position: relative;
    overflow: visible;
    margin: 25px 0 0 4px;
}
.edet-tag-cloud-wrapper.template-27 a:hover {
    box-shadow: none; 
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;  
}
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.edet-tag-cloud-wrapper.template-27 a .tagcount {
    position: absolute;
    background: #ffcc00;
    left: 0;
    top: -18px;
    background: #2ac2d4;
    border-radius: 100%;
    width: 3em;
    height: 3em;
    display: inline-block;
    border: 5px solid #f4f4f4;
    box-shadow: 4px 1px 5px #cbcbcb;
    line-height: 2.4;
}
.template-27 span.tagcount:before,
.template-27 span.tagcount:after {
    display: none;
}
.edet-tag-cloud-wrapper.template-27 a:hover .tagcount {
    background: #87c9d1;
}
/*============================================
TEMPLATE TWENTY-EIGHT LAYOUT
===============================================*/
.edet-tag-cloud-wrapper.template-28 a {
    color: #ff6d00;
    box-shadow: none;
    padding: 3px 8px;
    border-radius: 3px;
    border: 2px;
    border-style: solid;
    -webkit-border-image: 
    -webkit-gradient(linear, 0 0, 0 100%, from(#ff6d00), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(#ff6d00, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(#ff6d00, rgba(0, 0, 0, 0)) 1 100%;    
    -o-border-image:
      -o-linear-gradient(#ff6d00, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to bottom, #ff6d00, rgba(0, 0, 0, 0)) 1 100%;
}
.edet-tag-cloud-wrapper.template-28 a:hover {
    color: #e48e4e;
    box-shadow: none;
   -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition: all ease 0s;
    -webkit-transition: all ease 0s;
    -moz-transition: all ease 0s;
}
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.edet-enabled .edet-tag-cloud-wrapper.template-28 .tagcount {
    display: none;
}
/*============================================
TEMPLATE TWENTY-NINE LAYOUT
===============================================*/
.edet-tag-cloud-wrapper.template-29 a {
    background: #1c6eca;
    padding: 3px 9px;
    border-radius: 20px;
    border: 6px solid #e1e1e1;
    box-shadow: 1px 3px 6px #ccc;
    color: #fff;
    margin: -1px 0 9px 4px;
}
.edet-tag-cloud-wrapper.template-29 a:hover {
    box-shadow: none;
    /*-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);*/
    box-shadow: 0 0 1px transparent;
   -webkit-transition-duration: 2s;
   transition-duration: 2s;
   color: #fff;
   
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
   -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
   transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.template-29 span.tagcount:before,
.template-29 span.tagcount:after {
    display: none;
}
.template-29 span.tagcount {
    border: 1px solid #fff;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.3;
    display: inline-block;
    text-align: center;
    border-radius: 16px;
    margin: 0 5px 0 14px;
}
/*============================================
TEMPLATE THIRTY LAYOUT
===============================================*/
.edet-tag-cloud-wrapper.template-30 a {
    color: #fff;
    padding: 0em 0.7em 0em 2.6em;
    position: relative;
    margin: 1.5em 0 0 0.5em;
    z-index: 1;
    box-shadow: none;
}
.edet-tag-cloud-wrapper.template-30 a:hover {
    box-shadow: none;
    color: #fff;
     -webkit-transform: skew(10deg);
  transform: skew(10deg);
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.edet-tag-cloud-wrapper.template-30 a:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.edet-enabled .edet-tag-cloud-wrapper.template-30 a {
    overflow: visible;
}
.edet-tag-cloud-wrapper.template-30 a .tagcount {
    position: absolute;
    left: 1;
    top: -1em;
    padding: 17px 13px 16px;
    display: block;
    height: 3.8em;
    /*height: 3.4em;
    line-height: 1;*/
}
.edet-tag-cloud-wrapper.template-30 a .tagcount:before {
    content: "";
    background: #ffcc00;
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.edet-tag-cloud-wrapper.template-30 a .tagcount:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 1em solid #bb980c;
    border-left: 1.5em solid transparent;
    position: absolute;
    top: 6px;
    right: -0.9em;
    z-index: -2;
}  /*============================================
TEMPLATE THIRTY LAYOUT
===============================================*/
.edet-tag-cloud-wrapper.template-30 a {
    color: #fff;
    padding: 0.3em 0.7em 0.3em 2.6em;
    position: relative;
    margin: 1.5em 0 0 0.5em;
    z-index: 1;
    box-shadow: none;
}
.edet-tag-cloud-wrapper.template-30 a:hover {
    box-shadow: none;
    color: #fff;
}
.edet-tag-cloud-wrapper.template-30 a:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.edet-enabled .edet-tag-cloud-wrapper.template-30 a {
    overflow: visible;
}
.edet-tag-cloud-wrapper.template-30 a .tagcount {
    position: absolute;
    left: 0;
    top: -1em;
    padding: 0;
    display: block;
    height: 3.8em;
    line-height: 4;
    width: 2.7em;
}
.edet-tag-cloud-wrapper.template-30 a .tagcount:before {
    content: "";
    background: #ffcc00;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.edet-tag-cloud-wrapper.template-30 a .tagcount:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 1em solid #bb980c;
    border-left: 1.5em solid transparent;
    position: absolute;
    top: 0;
    right: -1.1em;
    z-index: -2;
}
/*============================================
TEMPLATE THIRTY-ONE LAYOUT
===============================================*/
.template-31 a.tag-cloud-link {
    border: 1PX solid #d1ea2c;
    width: 7em;
    height: 7em;
    border-radius: 100%;
    color: #000;
    box-shadow: none;
    text-align: center;
}
.edet-tag-cloud-wrapper.template-31 a:hover {
     color: #000;
    background: #d1ea2c;
    box-shadow: none;
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition: all ease 0.1s;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.template-31 span.tagcount span {
    background: #d1ea2c;
    height: 2.5em;
    width: 2.5em;
    line-height: 2.5;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}
.edet-enabled .edet-tag-cloud-wrapper.template-31 a:hover .tagcount {
    background: #66b132;
    color: #000;
}
.edet-tag-cloud-wrapper.template-31 span.tagcount:before,
.edet-tag-cloud-wrapper.template-31 span.tagcount:after {
    display: none;
}
.tem-31-outer {
    display: table;
    width: 100%;
    height: 100%;
}
.tem-31-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
/*============================================
TEMPLATE THIRTY-TWO LAYOUT
===============================================*/
.edet-tag-cloud-wrapper.template-32 a {
    background: #8b42a8;
    color: #fff;
    padding: 0.3em 0.7em 0.3em 4.1em;
    position: relative;
    box-shadow: none;
    margin: 0em 0.3em 0 0.2em;
}
.edet-tag-cloud-wrapper.template-32 a:hover {
    box-shadow: none;
    background: #6d0374;
    color: #fff;
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.template-32 span.tagcount:before,
.template-32 span.tagcount:after {
    display: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-32 a .tagcount {
    position: absolute;
    background: #6d0374;
    color: #8b42a8;
    padding: 0.7em 0.9em 0.6em 0.9em;
    left: 0;
    top: -4px;
}
.edet-enabled .edet-tag-cloud-wrapper.template-32 a:hover .tagcount {
     background: #8b42a8;
}
.edet-enabled .edet-tag-cloud-wrapper.template-32 a .tagcount span {
    background: #fff;
    width: 2em;
    height: 2em;
    display: inline-block;
    line-height: 2.2;
    border-radius: 100%;
}
/*============================================
TEMPLATE THIRTY-THREE LAYOUT
===============================================*/
.edet-tag-cloud-wrapper.template-33 a {
    color: #fff;
    padding: 0.5em 2em;
    position: relative;
    box-shadow: none;
   margin: 0 0.5em;
    overflow: visible;
    z-index: 1;
    perspective: 100px;
}
.edet-tag-cloud-wrapper.template-33 a:before {
    content: "";
    position: absolute;
    background: #8b42a8;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: rotateX(30deg);
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    z-index: -1;
    top: -0.3em;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
.edet-tag-cloud-wrapper.template-33 a:hover {
    box-shadow: none;
    color: #fff;
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.template-33 span.tagcount:before,
.template-33 span.tagcount:after {
    display: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-33 a .tagcount {
    position: relative;
    top: 0;
    right: -7px;
}
.edet-enabled .edet-tag-cloud-wrapper.template-33 a .tagcount span {
    background: #fff;
    color: #8b42a8;
    border-radius: 100%;
    width: 2em;
    height: 2em;
    display: inline-block;
    line-height: 2;
}
/*============================================
TEMPLATE THIRTY-FOUR LAYOUT
===============================================*/
.edet-tag-cloud-wrapper.template-34 a {
    color: #fff;
    padding: 0.8em 0.8em 0.8em 1.8em;
    position: relative;
    box-shadow: none;
    margin: 0.3em 1.3em 0.3em 0.3em;
    overflow: visible;
    z-index: 1;
    background: #e1008a;
}
.edet-tag-cloud-wrapper.template-34 a:before,
.edet-tag-cloud-wrapper.template-34 a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    width: 0;
    height: 0;
    border-top: 1.77em solid transparent;
    border-left: 1em solid #fff;
    border-bottom: 1.7em solid transparent;
    left: 0px;
}
.edet-tag-cloud-wrapper.template-34 a:after {
    left: inherit;
    right: -1em;
    border-left-color: #e1008a;
}
.edet-tag-cloud-wrapper.template-34 a:hover {
    box-shadow: none;
    color: #fff;
    background: #cd4d9b;
}
.edet-tag-cloud-wrapper.template-34 a:hover:after {
    border-left-color: #cd4d9b;
}
.template-34 span.tagcount:before,
.template-34 span.tagcount:after {
    display: none;
}
.edet-enabled .edet-tag-cloud-wrapper.template-34 a .tagcount {
    position: relative;
    top: 0;
    right: -7px;
}
.edet-enabled .edet-tag-cloud-wrapper.template-34 a .tagcount span {
    border: 1px solid #fff;
    color: #fff;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5;
    display: inline-block;
    border-radius: 100%;
}
/*============================================
TEMPLATE THIRTY-FIVE LAYOUT
===============================================*/
.edet-tag-cloud-wrapper.template-35 a {
    color: #fff;
    width: 6em;
    height: 6em;
    overflow: visible;
    position: relative;
    box-shadow: none;
    z-index: 1;
    margin: 1.8em;
    word-wrap: normal;
}
.edet-tag-cloud-wrapper.template-35 a:hover {
    color: #fff;
}
.edet-tag-cloud-wrapper.template-35 a:before {
    content: "";
    position: absolute;
    background: #fb6c02;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: -1;
    margin: auto;
    border-radius: 5px;
}
.tem-35-outer {
    display: table;
    width: 100%;
    height: 100%;
}
.tem-35-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.edet-tag-cloud-wrapper.template-35 a:hover {
    box-shadow: none;
    -webkit-transform: scale(1.1) rotate(7deg);
    transform: scale(1.1) rotate(7deg);
}
.edet-enabled .edet-tag-cloud-wrapper.template-35 a .tagcount {
    display: block;
    text-align: center;
}
.edet-enabled .edet-tag-cloud-wrapper.template-35 a .tagcount span {
    background: #fff;
    color: #fb6c02;
    border-radius: 100%;
    width: 2em;
    height: 2em;
    display: inline-block;
    line-height: 2;
}

.template-35 span.tagcount:before,
.template-35 span.tagcount:after {
    display: none;
}
/*============================================
TEMPLATE THIRTY-SIX LAYOUT
===============================================*/
.edet-tag-cloud .template-36 {
    border: 2px solid pink;
    border-radius: 4px;
}
.edet-tag-cloud-wrapper.template-36 {
    background: #cfcfda;
    padding: 1em 0.1em;
    display: table;
    clear: both;
}
.edet-enabled .edet-tag-cloud-wrapper.edet-template-36-image a {
    display: inline-block;
    width: 21.33%;
}
.edet-enabled .edet-tag-cloud-wrapper.template-36 a {
    box-shadow: none;
    line-height: 0;
    overflow: visible;
    margin: 1em;
}
.edet-enabled .edet-tag-cloud-wrapper.template-36 a:hover {
    box-shadow: 2px 2px 2px #000;
    border-radius: 100%;
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.edet-enabled .edet-tag-cloud-wrapper.template-36 a img {
    height: auto;
    max-width: 100%;
    box-shadow: none;
    border: 1px solid #9b9ba5;
    border-radius: 100%;
    position: static;
}
.edet-enabled .edet-tag-cloud-wrapper.template-36 a span.edet-image-tag-count {
    position: absolute;
    top: 0em;
    right: 1em;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2;
    background: #706d6d;
    border-radius: 100%;
    color: #fff;
}