/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../../../../packages/global_theme_unify/themes/unify/plugins/owl-carousel/owl-carousel/AjaxLoader.gif) no-repeat center center
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../../../packages/global_theme_unify/themes/unify/plugins/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../../../packages/global_theme_unify/themes/unify/plugins/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../../../packages/global_theme_unify/themes/unify/plugins/fancybox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../../../packages/global_theme_unify/themes/unify/plugins/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../../../packages/global_theme_unify/themes/unify/plugins/fancybox/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../../../packages/global_theme_unify/themes/unify/plugins/fancybox/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.event_nav li{margin-left:0 !important}.event_nav select{margin:0;border:none;z-index:7;line-height:30px;height:38px !important}.event_nav .button{width:24px;background-color:#e8e8e8;height:30px;line-height:30px;background-color:#e8e8e8}.title_year{float:right;margin-top:-48px}.calendar ul.month-browser li{width:33.3%;padding:0;border:0;text-align:center;text-transform:uppercase;height:auto;margin:20px 0}.calendar{width:100%}.calendar ul{list-style:none;padding:0;margin:0;clear:both;width:100%}.calendar ul.weekdays{height:40px}.calendar ul.weekdays li{text-align:center;text-transform:uppercase;line-height:20px;border:none !important;padding:10px 6px;color:#666;font-size:13px}.calendar li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;width:14.2857142857%;padding:5px;display:block;float:left;border:1px solid #ccc;margin-left:0 !important;margin-right:-1px;margin-bottom:-1px;overflow:visible !important}.calendar .days:last-child li{margin-bottom:0px !important}.calendar li .day,.calendar li .month{display:none}.calendar .date{text-align:right;margin-bottom:5px}.show-info{display:block;font-size:13px;border-radius:4px;padding:5px;margin-bottom:5px;color:#666;line-height:14px;background:#f2f2f2;border:1px solid #d4d4d4;color:#656565;text-decoration:none;cursor:pointer}.show-info:hover .venue{display:block}.show-info .show-name{text-decoration:underline}.show-info .show-time,.venue{color:#666;margin-top:2px;text-decoration:none}.calendar .no-shows{display:none}.calendar .venue{display:none}.calendar .venue:before{content:'at the '}.calendar li.out_of_range{background-color:#F5F5F5;color:#666}@media only screen and (max-width: 768px){.calendar ul.month-browser li{font-size:12px}.calendar ul{width:100%;box-sizing:border-box}.calendar .weekdays{display:none}.calendar li{display:block;height:auto !important;border:1px solid #ededed;width:100%;box-sizing:border-box;padding:10px;margin-bottom:-1px}.calendar li .day,.calendar li .month{display:inline}.calendar .no-shows{display:block;color:#ccc;text-align:center}.calendar .date{text-align:center}.show-info .show-name{font-size:16px;margin-bottom:5px}.show-info .venue,.show-info .show-time,.show-info:hover .venue,.show-info:hover .show-time{display:inline}.calendar li.out_of_range{display:none}}@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape){.show-info .venue,.show-info .show-time,.show-info:hover .venue,.show-info:hover .show-time{display:inline}}.button.pink{font:bold 1em/1.2em Arial;color:#fff;text-shadow:0 1px 0 #a52482;text-decoration:none;border-radius:6px;padding:10px 20px;border:1px solid #cf2da3;box-shadow:inset 0px 1px 0 #f5d3ec;background:#e37fc8}.button.pink:hover{background:#eca9da}.calendar .booked{background-color:#ffdbdb}.calendar .available{background-color:#dfffdc}.calendar li.date_fill{background-color:#f5f5f5}@media only screen and (max-width: 768px){.calendar .date_fill{display:none}#setyear,#setmo{display:none}}.calendar .show-info{max-width:320px;position:absolute}.calendar .event_item_title{width:100%}.category_colors{display:inline-block;margin-bottom:3px}.category_colored{width:6px;height:6px;border-radius:50%;float:left;margin:0 2px}.button{display:inline-block;zoom:1;*display:inline;vertical-align:baseline;margin:0 2px;outline:none;cursor:pointer;text-align:center;text-decoration:none;font:12px/100% Arial, Helvetica, sans-serif;padding:.3em .7em .3em;text-shadow:0 1px 1px rgba(0, 0, 0, .3);-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .2);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .2);box-shadow:0 1px 2px rgba(0, 0, 0, .2)}.right{float:right}.button:hover{text-decoration:none}.button:active{position:relative;top:1px}.bigrounded{-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em}.medium{font-size:12px;padding:.4em 1.5em .42em}.small{font-size:11px;padding:.2em 1em .275em}

.social-feed-stream .dcsns{-moz-border-radius:7px;-webkit-border-radius:7px;background:#E5E5E5;border-radius:7px;color:#444;list-style:none;margin:0;padding:10px 10px 0}.social-feed-stream .dcsns li,.social-feed-stream .dcsns ul{background:0 0;list-style:none !important;margin:0;padding:0}.social-feed-stream .dcsns .filter{margin:0;padding:0}.social-feed-stream .dcsns .filter li{background:0 0;display:inline-block;height:24px;margin:0 2px 0 0;padding:0}.social-feed-stream .dcsns .filter li a{display:block;float:left;height:24px;margin:0;padding:0}.social-feed-stream .dcsns .filter li img{height:22px;margin:0}.social-feed-stream .dcsns .controls{height:22px;padding:0;position:absolute;right:0;top:7px;z-index:12}.social-feed-stream .dcsns .controls li{background:0 0;display:inline}.social-feed-stream .dcsns .controls a{background:url(../../../../packages/global_theme_unify/blocks/global_social_feed/templates/social_feed_stream_light//images/controls.png) no-repeat;display:block;float:left;height:22px;margin:0 0 0 2px;width:22px}.social-feed-stream .dcsns .controls .prev{background-position:-44px 0}.social-feed-stream .dcsns .controls .prev:hover{background-position:-44px -22px}.social-feed-stream .dcsns .controls .next{background-position:-66px 0}.social-feed-stream .dcsns .controls .next:hover{background-position:-66px -22px}.social-feed-stream .dcsns .controls .play{background-position:0 0}.social-feed-stream .dcsns .controls .play:hover{background-position:0 -22px}.social-feed-stream .dcsns .controls .pause{background-position:-22px 0}.social-feed-stream .dcsns .controls .pause:hover{background-position:-22px -22px}.social-feed-stream .dcsns .stream li.dcsns-vimeo .section-title{clear:both;display:block}.social-feed-stream .dcsns-content{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin:0 0 5px;overflow:hidden;padding:0;position:relative}.social-feed-stream .dcsns-loading{background:url(../../../../packages/global_theme_unify/blocks/global_social_feed/templates/social_feed_stream_light//images/loading_light.gif) no-repeat;height:24px;left:10px;padding:6px 0 0 30px;position:absolute;top:10px}.social-feed-stream .stream p{margin:0;padding:0}.social-feed-stream .stream li{-moz-border-radius:5px;-webkit-border-radius:5px;background:#fff;border-radius:5px;border:1px solid #D3D3D3;color:#444;font-family:Arial,sans-serif;font-size:11px;line-height:1.35em;margin-bottom:4px;padding:0;position:relative}.social-feed-stream .stream li a{color:#2DB6E8}.social-feed-stream .stream li .inner{line-height:1.5em;margin:0;padding:10px 10px 0;position:relative}.social-feed-stream .stream li .icon{bottom:5px;height:20px;left:8px;position:absolute;z-index:2}.social-feed-stream .stream li .clear{clear:both}.social-feed-stream .stream li .section-intro{-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;clear:both;color:#fff;display:block;font-style:italic;height:32px !important;margin:0;padding:8px 0 5px 35px}.social-feed-stream .stream li .section-intro a{color:#fff;margin-right:3px;text-decoration:underline}.social-feed-stream .stream li .section-title{color:#f0f0f0;display:block;font-size:12px;font-weight:700;margin-bottom:3px}.social-feed-stream .stream li .section-title a{color:#555}.social-feed-stream .stream li .section-title a:hover{color:#2DB6E8}.social-feed-stream .stream li .section-thumb{float:left;margin:0 7px 0 0;max-width:99%}.social-feed-stream .stream li .section-thumb img{background:#fff;border:1px solid #ccc;max-width:99%;padding:1px}.social-feed-stream .stream li .section-text{display:block;margin-bottom:3px}.social-feed-stream .stream li .section-text br{display:block}.social-feed-stream .stream li .section-user{background:url(../../../../packages/global_theme_unify/blocks/global_social_feed/templates/social_feed_stream_light//images/profile.png) 0 5px no-repeat;clear:both;display:block;float:left;font-style:italic;line-height:12px;margin:0 8px 5px 0;padding:5px 0 5px 15px}.social-feed-stream .stream li .meta{color:#999;display:block;font-size:90%}.social-feed-stream .stream li .meta span{display:block;float:left;line-height:12px;margin:0 8px 5px 0;padding:0 0 0 15px}.social-feed-stream .stream li .section-meta{clear:both;display:block;margin:0;padding:0}.social-feed-stream .stream li .meta.item-comments{clear:both;line-height:1.3em;margin:0 0 5px;min-height:30px;padding:0 0 0 35px;position:relative}.social-feed-stream .stream li .meta.item-comments img{left:0;position:absolute;top:0;width:30px}.social-feed-stream .stream li .meta.item-likes{clear:both;line-height:1.3em;overflow:hidden;padding:0;width:100%}.social-feed-stream .stream li .meta.item-likes img{background:#fff;border:1px solid #ddd;float:left;margin:0 5px 5px 0;padding:1px;width:30px}.social-feed-stream .stream li .section-share{display:block;float:right;margin:0 0 5px;padding:4px 0 0}.social-feed-stream .stream li .section-share a{background:url(../../../../packages/global_theme_unify/blocks/global_social_feed/templates/social_feed_stream_light//images/share.png) no-repeat;display:block;float:left;height:16px;margin:0 2px 0 0;width:16px}.social-feed-stream .stream li .section-share a.share-twitter{background-position:0 -16px}.social-feed-stream .stream li .section-share a.share-twitter:hover{background-position:-16px -16px}.social-feed-stream .stream li .section-share a.share-reply{background-position:0 -32px}.social-feed-stream .stream li .section-share a.share-reply:hover{background-position:-16px -32px}.social-feed-stream .stream li .section-share a.share-retweet{background-position:0 -48px}.social-feed-stream .stream li .section-share a.share-retweet:hover{background-position:-16px -48px}.social-feed-stream .stream li .section-share a.share-favorite{background-position:0 -64px}.social-feed-stream .stream li .section-share a.share-favorite:hover{background-position:-16px -64px}.social-feed-stream .stream li .section-share a.share-google{background-position:0 -80px}.social-feed-stream .stream li .section-share a.share-google:hover{background-position:-16px -80px}.social-feed-stream .stream li .section-share a.share-linkedin{background-position:0 -96px}.social-feed-stream .stream li .section-share a.share-linkedin:hover{background-position:-16px -96px}.social-feed-stream .stream li .section-share a.share-facebook:hover{background-position:-16px 0}.social-feed-stream .stream li.dcsns-error{color:#900}.social-feed-stream .stream li.dcsns-rss .section-intro{background-color:#FF9800}.social-feed-stream .stream li.dcsns-flickr .section-intro{background-color:#f90784}.social-feed-stream .stream li.dcsns-flickr .section-thumb{margin:0}.social-feed-stream .stream li.dcsns-delicious .section-intro{background-color:#3271CB}.social-feed-stream .stream li.dcsns-twitter .section-intro{background-color:#4ec2dc}.social-feed-stream .stream li.dcsns-twitter .section-intro a,.social-feed-stream .stream li.dcsns-twitter .section-intro a:hover{color:#fff}.social-feed-stream .stream li.dcsns-twitter .section-intro span a{margin-left:0;text-decoration:none}.social-feed-stream .stream li.dcsns-twitter .section-intro span a:hover{text-decoration:underline}.social-feed-stream .stream li.dcsns-twitter .section-thumb{margin-top:3px}.social-feed-stream .stream li.dcsns-twitter .section-user{background:0 0;padding:0}.social-feed-stream .stream li.dcsns-twitter .section-text img{background:#fff;border:1px solid #ddd;margin:5px 0 0;max-width:99%;padding:1px}.social-feed-stream .stream li.dcsns-twitter a{color:#38AEAE}.social-feed-stream .stream li.dcsns-twitter a:hover{color:#38AEAE;text-decoration:underline}.social-feed-stream .stream li.dcsns-twitter .twitter-user{display:block;margin-bottom:2px}.social-feed-stream .stream li.dcsns-twitter .twitter-user a{color:#999;line-height:1.35em}.social-feed-stream .stream li.dcsns-twitter .twitter-user a:hover{color:#999;text-decoration:none}.social-feed-stream .stream li.dcsns-twitter .twitter-user a:hover strong{color:#38AEAE;text-decoration:underline}.social-feed-stream .stream li.dcsns-twitter .twitter-user a strong{color:#444}.social-feed-stream .stream li.dcsns-facebook .section-intro{background-color:#3b5998}.social-feed-stream .stream li.dcsns-facebook .section-text img{background:#fff;border:1px solid #ddd;float:left;margin:0 7px 5px 0;max-width:98%;padding:1px}.social-feed-stream .stream li.dcsns-facebook .section-text-fb a{display:none}.social-feed-stream .stream li.dcsns-facebook .meta{clear:both;display:block}.social-feed-stream .stream li.dcsns-facebook .meta.item-comments{min-height:auto;padding:0}.social-feed-stream .stream li.dcsns-facebook .meta.item-comments a{display:block;margin:0 0 2px}.social-feed-stream .stream li.dcsns-facebook .share-facebook{display:none}.social-feed-stream .stream li.dcsns-google .section-intro{background-color:#2d2d2d}.social-feed-stream .stream li.dcsns-google .section-title{margin-bottom:5px}.social-feed-stream .stream li.dcsns-google .meta span.plusones{padding-left:0}.social-feed-stream .stream li.dcsns-youtube .section-intro{background-color:#DF1F1C}.social-feed-stream .stream li.dcsns-pinterest .section-intro{background-color:#CB2528}.social-feed-stream .stream li.dcsns-pinterest .section-thumb{display:block}.social-feed-stream .stream li.dcsns-pinterest .section-text{clear:both}.social-feed-stream .stream li.dcsns-lastfm .section-intro{background-color:#C90E12}.social-feed-stream .stream li.dcsns-lastfm .section-title{background:url(../../../../packages/global_theme_unify/blocks/global_social_feed/templates/social_feed_stream_light//images/tracks.png) no-repeat;margin-bottom:0;padding-left:17px}.social-feed-stream .stream li.dcsns-dribbble .inner img,.social-feed-stream .stream li.dcsns-vimeo .section-text{margin-bottom:5px}.social-feed-stream .stream li.dcsns-dribbble .section-intro{background-color:#F175A8}.social-feed-stream .stream li.dcsns-vimeo .section-intro{background-color:#4EBAFF}.social-feed-stream .stream li.dcsns-vimeo .section-text .meta{padding-top:5px}.social-feed-stream .stream li.dcsns-vimeo .logo{margin-bottom:3px}.social-feed-stream .stream li.dcsns-deviantart .section-intro,.social-feed-stream .stream li.dcsns-stumbleupon .section-intro{background-color:#EB4924}.social-feed-stream .stream li.dcsns-deviantart .section-thumb{display:block;float:none}.social-feed-stream .stream li.dcsns-deviantart .section-thumb img{max-width:250px}.social-feed-stream .stream li.dcsns-tumblr .section-intro{background-color:#365472}.social-feed-stream .stream li.dcsns-tumblr .section-text img{background:#fff;border:1px solid #ddd;float:left;margin:0 7px 5px 0;max-width:99%;padding:1px}.social-feed-stream .stream li.dcsns-tumblr .track{background:url(../../../../packages/global_theme_unify/blocks/global_social_feed/templates/social_feed_stream_light//images/tracks.png) 0 5px no-repeat;display:block;margin-bottom:0;padding:5px 0 0 17px}.social-feed-stream .stream li.dcsns-instagram .section-intro{background-color:#413A33}.social-feed-stream .stream li.dcsns-instagram .section-title{clear:both;font-weight:400}.social-feed-stream .stream li.dcsns-instagram .section-thumb img{margin-bottom:10px}.social-feed-stream .stream li.dcsns-instagram .section-meta{clear:both;margin-bottom:5px}.social-feed-stream .stream li.dcsns-instagram .section-meta .meta .comments,.social-feed-stream .stream li.dcsns-instagram .section-meta .meta .likes{background-position:0 5px;float:none;font-size:100%;font-weight:700;margin:0 0 5px;padding-top:5px}.social-feed-stream .meta span.shares{background:url(../../../../packages/global_theme_unify/blocks/global_social_feed/templates/social_feed_stream_light//images/shares.png) no-repeat;padding-left:20px}.social-feed-stream .meta span.views{background:url(../../../../packages/global_theme_unify/blocks/global_social_feed/templates/social_feed_stream_light//images/views.png) no-repeat;padding-left:18px}.social-feed-stream .meta span.likes{background:url(../../../../packages/global_theme_unify/blocks/global_social_feed/templates/social_feed_stream_light//images/likes.png) no-repeat;padding-left:16px}.social-feed-stream .meta span.comments{background:url(../../../../packages/global_theme_unify/blocks/global_social_feed/templates/social_feed_stream_light//images/comments.png) no-repeat}.social-feed-stream .meta span.users{background:url(../../../../packages/global_theme_unify/blocks/global_social_feed/templates/social_feed_stream_light//images/users.png) no-repeat}.social-feed-stream .meta span.videos{background:url(../../../../packages/global_theme_unify/blocks/global_social_feed/templates/social_feed_stream_light//images/videos.png) no-repeat;padding-left:16px}.social-feed-stream .stream li.dcsns-twitter .section-share .share-facebook,.social-feed-stream .stream li.dcsns-twitter .section-share .share-google,.social-feed-stream .stream li.dcsns-twitter .section-share .share-linkedin,.social-feed-stream .stream li.dcsns-twitter .section-share .share-twitter{display:none}.social-feed-stream .dcsns-toolbar{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:5px 80px 5px 0;position:relative}.social-feed-stream .filter .f-rss a:hover{background-color:#FF9800}.social-feed-stream .filter .f-flickr a:hover{background-color:#f90784}.social-feed-stream .filter .f-delicious a:hover{background-color:#3271CB}.social-feed-stream .filter .f-twitter a:hover{background-color:#4ec2dc}.social-feed-stream .filter .f-facebook a:hover{background-color:#3b5998}.social-feed-stream .filter .f-google a:hover{background-color:#2d2d2d}.social-feed-stream .filter .f-youtube a:hover{background-color:#DF1F1C}.social-feed-stream .filter .f-pinterest a:hover{background-color:#CB2528}.social-feed-stream .filter .f-lastfm a:hover{background-color:#C90E12}.social-feed-stream .filter .f-dribbble a:hover{background-color:#F175A8}.social-feed-stream .filter .f-vimeo a:hover{background-color:#4EBAFF}.social-feed-stream .filter .f-deviantart a:hover,.social-feed-stream .filter .f-stumbleupon a:hover{background-color:#EB4924}.social-feed-stream .filter .f-tumblr a:hover{background-color:#365472}.social-feed-stream .filter .f-instagram a:hover{background-color:#413A33}

