/* CSS Document 
File: assets/css/widget.css
Description: Css classes for WIDGET
Plugin: AD ONE PAGE
Author: Ad-theme.com
*/

/* Flickr */

.flickr-widget a img, .footer-r .flickr-widget a img {
	width: 30%;
	margin: 1.66%;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.flickr-widget a img:hover, .footer-r .flickr-widget a img:hover {
	border-radius:50%;
	/*opacity:0.5;*/		
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

/* Contacts */

.contacts-address, .contacts-phone, .contacts-email, .more-info {
	line-height:30px;
}
.contacts-address span, .contacts-phone span, .contacts-email span, .more-info span {
	margin-right:10px;
}
.icon-chevron-right {
	font-size:11px;
}
.widget_contacts span {
	margin-right:10px;
}
.widget_contacts .more-info {
   text-align: right;
   margin: 10px;
}
/* Flickr */

.flickr-widget a img {
	width: 30%;
	margin: 1.66%;	
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	border-radius:2px:
}
.flickr-widget a img:hover, .mega-thumb a img:hover {
	border-radius:50%;	
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
/* Mega Posts */
.woo-mega {
	position:relative;
}
.woo-mega li {
	position:relative;
}
.mega-posts li {
	margin-bottom:10px;
	line-height:18px!important;
	position:relative;
}
.mega-thumb {
	float:left;
	margin-right:10px;
    z-index: 1;
}
.mega-thumb img {
	border-radius:2px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.mega-thumb a:hover img {
	border-radius:50%;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.mega-title {
	height:36px;
	overflow:hidden;
	width:71%;
	white-space:nowrap; 
	overflow:hidden;
	text-overflow:ellipsis; 		
}
.mega-title a {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.mega-title:hover a {
	font-size:14px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.mega-date {
	font-size:11px;
}
.mega-numbers {
	position:absolute;
	right:0;
	bottom:0;
	font-size:11px;
}
.mega-numbers .icon-eye-open {
	margin-left:10px;
}
.mega-thumb img {
	width:50px;
}
.woo-mega .clearfix, .mega-posts .clearfix {
	clear:both;
}
/* WOO MEGA */
.woo-mega.only-image li {
	width:30%;
	float:left;
	margin-right:3%;
}
.mega-thumb-image a img {
	width: 100%;
	margin: 1.66%;	
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	border-radius:2px
}
.mega-thumb-image a img:hover {
	border-radius:50%;	
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}