/* Universal UMG Isotope Site Stylesheet
 *
 */
html,body{
	background: #F7F5F5; 
	/*overflow-x:hidden;*/
}
 
.container{
	width:auto;
}

#bd.span-24,
#bd.span-24 div.span-24{
	width: 100%;
}
#iso-container{
	margin: 0 auto 20px;
}

.isotope-item {
  overflow: hidden;
  position: relative;
}

.echo .body .header *{
	margin: 0px;
}

.echo .body .content{
	height:100%;
	font-size: 16px;
}

.echo.highlighted{
	background: none repeat scroll 0 0 #F4F4F4;
}

.echo.video{
  width: 430px;
}

.echo.full {
  width: 650px;
  height: 830px;
}


.echo img{
  /*max-height: 160px;
  max-width: 160px;*/
}

.echo a{
	-webkit-transition: color 0.6s;
     -moz-transition: color 0.6s;
       -o-transition: color 0.6s;
          transition: color 0.6s;
}

.echo a:hover{
	color: #AA66AA;
}

/*
 * Layered Echo Item Template CSS
 */
.isotope-item .layer{
	position:absolute;
	overflow:hidden!important;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
}

.echo .body{z-index: 5;}
.echo .overlay{z-index: 4; pointer-events:none;}
.echo .hover{z-index: 3;}
.echo .background{z-index: 2;}

.echo .body {
	height: 100%;
}

.echo .body .comments {
	padding: 0px;
	height: 0px;
}

.echo.full .body .comments {
	padding: 20px;
	height:auto;
}

.echo .body .footer{
	bottom: 0px;
	position: absolute;
	margin-bottom: 4px;
	width: 100%;
}

.echo .footer .date,
.echo .footer .like-count,
.echo .footer .comment-count{
	margin-left: 10px;
}
.echo .footer .comment-count{
	background: url('/_global/images/icons/comments.gif') no-repeat;
	padding: 0 0 4px 18px;
}
.echo .footer .like-count{
	background: url('http://c0.echoenabled.com/images/likes.png') no-repeat;
	padding: 0 0 4px 18px;
}


.echo.video iframe,
.echo .metadata_image_div img,
.echo .article_body img,
.echo-item-modal iframe,
.echo-item-modal .metadata_image_div img,
.echo-item-modal.article_body img{
	display:block; 
	margin: 0 auto;
	float:none;
}

.echo.video .layer.overlay{
	background: url('/_global/images/icons/playbtn.png') no-repeat;
	background-position: 50% 50%;
	padding: 0 0 4px 18px;
	-webkit-opacity: 0.4;
	   -moz-opacity: 0.4;
	     -o-opacity: 0.4;
	        opacity: 0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}

.echo .layer.hover{
	background-color: transparent;
}

.echo.full .layer.hover,
.echo.full .layer.hover.active{
	background: none;
}

/* Hide Content */


/* CSS for inline background images */
.echo .background img{
	height: 100%;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
}

.enlarge:hover, .modal:hover{ cursor: pointer; }

.echo-item-modal{
	height: 600px;
	max-width: 600px;
	text-align:left;
}

.echo-item-modal * { max-width: 100%; }

.comments {
	clear: both;
}

.echo-item-modal .article_media img{
	display:block;
	margin: 0 auto;
}

.echo-item-modal .comments{
	min-width: 400px;
	min-height: 300px;
}

#iso-footer{
	position:fixed;
	bottom: 0px;
	left: 0px;
	z-index: 9001;
	width: 100%;
	display:none;
}

#iso-loading{
	border-radius: 8px;
	padding: 20px;
	background-color: #f5f5f5;
	color: #000;
	box-shadow: 0px 0px 4px 4px #919191;
	width: 90px;
	margin: 0px auto;
	bottom: -8px;
	position: relative;
	text-align:center;
}

#iso-loading h3{margin: 0px;}

/** START: Isotope Filter Options  **/
#options {
  padding-bottom: 1.0em;
}

#options h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#options h4 { 
  font-weight: bold;
}

#options ul {
  margin: 0;
  list-style: none;
}

#options ul ul {
  margin-left: 1.5em;
}

#options li {
  float: left;
  margin-bottom: 0.2em;
}

#options li a {
  display: block;
  padding: 0.4em 0.5em;
  background-color: #DDD;
  color: #222;
  font-weight: bold;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  background-image: -moz-linear-gradient( -90deg, 
    hsla( 0, 0%, 100%, 0.5 ) , 
    hsla( 0, 0%, 100%, 0.0 ) 
  );
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, 
    from( hsla( 0, 0%, 100%, 0.5 ) ), 
    to(   hsla( 0, 0%, 100%, 0.0 ) )
  );
  background-image: -o-linear-gradient( -90deg, 
    hsla( 0, 0%, 100%, 0.5 ) , 
    hsla( 0, 0%, 100%, 0.0 ) 
  );
}

#options li a:hover {
  background-color: #5BF;
}

#options li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#options li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#options li:first-child a {
  border-radius: 7px 0 0 7px;
  border-left: none;
}

#options li:last-child a {
  border-radius: 0 7px 7px 0;
}

#options li a.selected {
  background-color: #13F;
  text-shadow: none;
  color: white;
}

/* Combination filter options*/
#options .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

#options .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#options .option-combo h2,
#options .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
/** END: Isotope Filter Options  **/

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
  display:none;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/**** START: Required Isotope styles ****/

/* required for containers to inherit vertical size from window */
html,
body {
  min-height: 100%;
}

/**** Horizontal ****/
.horizontal #container {
  height: 80%;
}

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/**** END: Required Isotope styles ****/