
.socialmenu li a:before, 
.socialmenu li a:after ,
.tm-footer-right li a:before, 
.tm-footer-right li a:after ,
.dddd-register a ,
.uk-offcanvas-bar ul.uk-nav-offcanvas  li  a  ,
#tm-bottom-c .uk-nav.uk-nav-parent-icon.uk-nav-side .uk-nav-sub li > a ,
#tm-main-bottom .rsform td table #submit 
{
	transition: 		all 0.5s ease-in-out 0s;
	-o-transition: 		all 0.5s ease-in-out 0s;
	-moz-transition: 	all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}

#yoo-zoo .item .pos-media
{
	border-radius: 			30px;
	-o-border-radius: 		30px;
	-moz-border-radius: 	30px;
	-webkit-border-radius: 	30px;
}
#yoo-zoo .item .pos-media img
{
	border-radius: 			24px;
	-o-border-radius: 		24px; 
	-moz-border-radius: 	24px;
	-webkit-border-radius: 	24px;
} 
#yoo-zoo .categories .teaser-image ,
#yoo-zoo .items div.pos-media
{
	border-radius: 			25px;
	-o-border-radius: 		25px;
	-moz-border-radius: 	25px;
	-webkit-border-radius: 	25px;
}
.coinlightIn,
.coinlight
{
	border-radius: 			50%;
	-o-border-radius: 		50%;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
}
#yoo-zoo .categories .teaser-image img ,
#yoo-zoo .items div.pos-media img
{
	border-radius: 			20px;
	-o-border-radius: 		20px;
	-moz-border-radius: 	20px;
	-webkit-border-radius: 	20px;
}
.modal
{
	border-radius: 			20px !important;
	-o-border-radius: 		20px !important;
	-moz-border-radius: 	20px !important;
	-webkit-border-radius: 	20px !important;
}
#yoo-zoo .zoo-pagination span,
#yoo-zoo .zoo-pagination a
{
	border-radius: 			7px;
	-o-border-radius: 		7px;
	-moz-border-radius: 	7px;
	-webkit-border-radius: 	7px;
}
#yoo-zoo .item div.pos-bottom .thumb
{
	border-radius: 			19px;
	-o-border-radius: 		19px;
	-moz-border-radius: 	19px;
	-webkit-border-radius: 	19px;
}
#yoo-zoo .item div.pos-bottom .thumb img
{
	border-radius: 			18px;
	-o-border-radius: 		18px;
	-moz-border-radius: 	18px;
	-webkit-border-radius: 	18px;
}
.uk-alert ,
.alert ,
.modal-body .submit_row input
{
	border-radius: 			12px;
	-o-border-radius: 		12px;
	-moz-border-radius: 	12px;
	-webkit-border-radius: 	12px;
}
#tm-main-bottom .rsform td table input ,
#tm-main-bottom .rsform td table textarea ,
.modal-footer .btn.btn-primary.bootbox-accept ,
.modal-footer .btn.btn-secondary.btn-default.bootbox-cancel
{
	border-radius: 			5px;
	-o-border-radius: 		5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
}

.coinlight
{
	animation: 5s ease 5s normal none infinite running lightmove;
	-o-animation: 5s ease 5s normal none infinite running lightmove;
	-moz-animation: 5s ease 5s normal none infinite running lightmove;
	-webkit-animation: 5s ease 5s normal none infinite running lightmove;
}




@keyframes lightmove {  
	0% {	
		background-position:-165px 0;
		opacity: 0;
		
	}
	
	20% {	
		
		opacity: 1;
		
	}
	40% {	
		background-position:165px 0;
		opacity: 0;
		
	}
	100% { 
		background-position:165px 0;
		opacity: 0;
	}
	
}
/*
@-moz-keyframes lightmove {  
	0% {	
		left: -120px;
		opacity: 0;
		
	}
	5% {	
		left: -80px;
		opacity: 1;
		
	}
	25% {	
		left:0px;
		opacity: 1;
		
	}
	50% {	
		left: 255px;
		opacity: 1;
		
	}
	60% { 
		opacity: 0.5;
	}
	80%
	{
		opacity:0;
	}
	100% 
	{
	}
}

@-webkit-keyframes lightmove {  
	0% {	
		left: -120px;
		opacity: 0;
		
	}
	5% {	
		left: -80px;
		opacity: 1;
		
	}
	25% {	
		left:0px;
		opacity: 1;
		
	}
	50% {	
		left: 255px;
		opacity: 1;
		
	}
	60% { 
		opacity: 0.5;
	}
	80%
	{
		opacity:0;
	}
	100% 
	{
	}
}
*/