/**
 * ------------------------------------------------------------------------
 * Isotope
 * ------------------------------------------------------------------------
 */
/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

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

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

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

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

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
   padding-bottom:2px;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, 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;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.item {
max-width: 100%;
height:auto;

  /*border:1px solid #555;*/
  /*margin-bottom:-1px;*/
  /*margin-right:-1px;*/
  display:block;
  float:left;

  padding:10px;
}

.isotope-item .item-inner, .isotope-item .item-main{
padding:0px;
}

.item .item-inner{
border:0px;
box-shadow:0px;

}


#list-container .element {
  width:25%;
  height:200px;
  border:1px solid #747474;
}

.container-main #cModule-ActivityStream ul li {
  width:24%;
  height:200px;
  border:1px solid #eee;
  background-image:none;
}

.container-main #cModule-ActivityStream ul li.friends.connect {
  display:none;
}

#content {
  border-right:1px solid #747474;
  margin-right:-1px;
  position:relative;
}





#filters {  
	list-style:none;
	margin:0;
	padding:0;
	background: #fff;
        padding:0px 10px;
        font-size:11px;
        height:31px;
}
#filters li {
	margin:0px;
	padding:0; /*Ya no necesito el padding, tambien quitare el borde que puse antes.*/
	display:inline-block;
	background:none;
        float:left;
}

#filters li + li {
        border-left: 1px solid #fff;
        margin:0px;
}

#filters li a {
	display:block; /*Convertimos el vínculo en un bloque.*/
	padding:6.5px 7px;
	text-decoration:none;
	font-size:11px;
	color:#333;
   text-transform:uppercase;
}

#filters li a.selected {
   	color:#fff;
	background-color:#75ac45;
        margin:0px;
}

/*Ahora vamos con el hover:*/
#filters li a:hover {
	color:#fff;
	background-color:#505656;
        margin:0px;
}

#filters li a:active {
	color:#fff;
	background-color:#575a67;
        margin:0px;
}

#filters .projects-status {
   float:right;
}

#isocontainer .stream {
  width:200px;
  height: 200px;
  border:1px solid #747474;
  margin-bottom:-1px;
  margin-right:-1px;
  display:block;
  float:left;
}

#isocontainer .stream.big {
  width:401px;
  height: 401px;
}

#isocontainer .profile {
  display:none;
}

#isocontainer .stream-content {
   /*width:200px;*/
   height:100%;
}

#isocontainer .width2 { width: 401px; }

#isocontainer .height2 { height: 401px; }
#isocontainer .width2 .height2 {
  font-size: 2.0em;
}

.stream.large,
.variable-sizes .stream.large,
.variable-sizes .stream.large.width2.height2 {
  font-size: 3.0em;
  width: 401px;
  height: 401px;
  z-index: 100;
}


#isocontainer .number {
  display:none;
}

#more{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CFCFCF;
    color: #000000;
    display: none;
    font-weight: bold;
    left: 1100px;
    padding: 5px;
    position: fixed;
    top: 300px;
	    }

#no-more{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CFCFCF;
    color: #000000;
    display: none;
    font-weight: bold;
    left: 1100px;
    padding: 5px;
    position: fixed;
    top: 300px;
}

#menu-filters {
   margin:0px -17px;
}


#contenedor {
   margin:0px -10px !important;
}

#contenedor .top-item {
   border-radius: 5px 5px 0px 0px;
   border-color: #D5D6D7;
   border-width: 1px 1px 0px;
   border-style: solid;
   padding: 10px 15px;
   background: #fff;
}

#contenedor .top-item .creator-avatar, #contenedor .item-overlay .creator-avatar {
   width:55px;
   text-align:center;
   padding:0px;
   float:left;
}




#contenedor .top-item .creator-avatar a.Avatar, #contenedor .item-overlay .creator-avatar a.Avatar {
   display:block;
  border:1px solid #ddd;
  padding:0.5px;
  width:40px;
  height:40px;
  border-radius:50%;
  margin:0px 15px 0px 0px;
  background-color:#fff;
}

#contenedor .item:hover .top-item .creator-avatar a.Avatar, #contenedor .item:hover .item-overlay .creator-avatar a.Avatar:hover  {
   border:1.5px solid #1ba1e2;
}

#contenedor .item .item-overlay .creator-avatar a.Avatar {
   opacity:0;
}

#contenedor .item:hover .item-overlay .creator-avatar a.Avatar:hover {
   opacity:1;
}

#contenedor .top-item .creator-avatar .cAvatar, #contenedor .item-overlay .creator-avatar .cAvatar {
    border-radius:50%;
    max-width:100%;
}

#contenedor .top-item .creator-name {
   min-height:39px;
   padding:2px 0px;
   font-weight:bold;
   font-size:13px;
   line-height:15px;
   background:#fff;
}

#contenedor .top-item .creator-name .time-ago {
   font-size:11px;
   font-weight:normal;
   color:#777;
}

#contenedor .bottom-class .com-icon-share {
   background-image: url('../images/community/share-gray.png');
}

#contenedor .item:hover .bottom-class .com-icon-share {
   background-image: url('../images/community/share.png');
}

#contenedor .item:hover .bottom-class .share-btns:hover {
   background:#fff;
} 

#contenedor .item:hover .bottom-class .share-btns:hover .com-icon-share {
   background-image: url('../images/community/share-black.png');
}

/**
 * ------------------------------------------------------------------------
 * Project
 * ------------------------------------------------------------------------
 */


#contenedor .str-projects {
   color:#fff;
   height:100%;
   position:relative;
}

#contenedor .str-projects .no-avatar {
   border-left:1px solid #d5d6d7;
   border-right:1px solid #d5d6d7;
   background-color: #1BA1E2;
}

#contenedor .item:hover .str-projects .no-avatar {
   background-color: #eaeaea;
   color:#444;
}

#contenedor .item:hover .str-projects .no-avatar .item-top-title h2 a {
   color:#404040;
}

#contenedor .item:hover .str-projects .no-avatar .item-top-title h2 a:hover {
   color:#000;
}

#contenedor .str-projects .with-avatar {
   border-left:1px solid #d5d6d7;
   border-right:1px solid #d5d6d7;
   border-radius:0px 0px 3px 3px;
}

#contenedor .str-projects .no-avatar div  {
   padding:5px;
}

#contenedor .str-projects .name, #contenedor .str-projects .details{
   font-size:18px;
   font-weight:bold;
   line-height:18px;
}

#contenedor .tool {
   position:absolute;
   top:40px;
   right:7px;
   padding: 0px !important;
   background:#ea0000;
   color:#fff;
   text-transform:uppercase;
}

#contenedor .tool .tool-color, #contenedor .tool .tool-text {
   padding:1px 6px !important;
   font-size:14px;
}

#contenedor .tool .tool-text {
   float:left;
}

#contenedor .tool .tool-color {
   float:right;
   color:#9a0000;
   background:#9a0000;
   padding:1px 0px !important;
   width:4px;
}

/* #contenedor .str-projects .description { */
/*   font-family:Arial,sans-serif; */
/*   font-size:12px; */
/* } */ 

#contenedor .str-projects > a {
   width:100%;
   height:100%;
   position:relative;
   display:block;
   overflow:hidden;
}

#contenedor .str-projects-foto {
   min-height:200px;
   background-color: #1ba1e2;
}

#contenedor .with-avatar {
   background:#fff;
}

#contenedor .with-avatar .item-overlay{
	position: absolute;
	top: 0px;
	left: 1px;
	/* width: 100%;  */
	/* height: 100%; */
   bottom:0px;
   right:1px;
   border-radius: 0px 0px 3px 3px;
}


#contenedor .with-avatar:hover .item-overlay,
#contenedor .explore:hover .item-overlay{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,0.42) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(28%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.42))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6b000000',GradientType=0 ); /* IE6-8 */
	background-color: rgba(0,0,0,0.4);
   transition-duration: 0.8s;
}


#contenedor .with-avatar .name {
  /* background-color:#000; */
  /*  position:absolute; */
    bottom:0;  
    width:100%;  
    opacity:0.8;
    filter:alpha(opacity=80);
    transition:color 0.3s ease 0s, bottom 0.3s ease 0s;
    overflow:visible;
    margin-bottom:0px;
}

#contenedor .with-avatar .details {
  /* background-color:#000; */
    position:absolute;
    bottom:0;  
    width:100%;  
    opacity:0.8;
    filter:alpha(opacity=80);
    transition:color 0.3s ease 0s, bottom 0.3s ease 0s;
    overflow:visible;
}

#contenedor .with-avatar .name h2{
    font-size:1em;
    font-weight:600;
    color: transparent;
    margin:0px;
    font-size:16px;
}

#contenedor .with-avatar .name:hover {
    top:0px;
}
    

#contenedor .with-avatar img {
   width:100%;
}

/* Buttons */
.item-button{
	border-radius:3px;
	width:30px;
	height:30px;
}

.item-button.share{
	background-color:#104a89;
	position: absolute;
	top: 5px;
	left: 5px;
	opacity:0;
	background-image: url(http://webstudios.dk/resources/img/share-img.png);
}

.item-button.share:hover{
	background-color:#333333;
}

.item:hover .item-button.share{
	opacity:1;
}

#contenedor .with-avatar .item-content {
   position:absolute;
   left:1px;
   right:1px;
   bottom:46px;
   	-webkit-transform: translate(0,100%);
	   -moz-transform: translate(0,100%);
	    -ms-transform: translate(0,100%);
	     -o-transform: translate(0,100%);
	        transform: translate(0,100%);
	
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	
}
#contenedor .with-avatar:hover .item-content{
	-webkit-transform: translate(0,0);
	   -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	     -o-transform: translate(0,0);
	        transform: translate(0,0);
	    
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#contenedor .with-avatar .item-top-content{
	position: relative;
}

#contenedor .with-avatar .item-top-content-inner{
	position: absolute;
	bottom: 0;
	 /* padding:10px 15px 10px 15px; */
	background: rgba(255,255,255,.85);
	width:100%;
}

#contenedor .with-avatar .item-add-content{
/* padding:0 5px 5px 5px; */
   opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
#contenedor .with-avatar:hover .item-add-content{
	opacity:1
}
#contenedor .with-avatar .item-add-content-inner{
   border:0px solid #dadada;
   border-top-width:1px;
   padding: 0 5px 5px 5px;
   background: rgba(255,255,255,.85);
   color:#000;
}

/*Prduct title*/
.item-top-title {
   padding:5px;
}
.item-top-title h2{
/* font-size:1em; */
   font-weight:600;
   color:#222;
   margin:0px;
   font-size:16px;
}

.item-top-title h2 a, .with-avatar:hover .item-top-title h2 a{
   color:#404040;
}

.item-top-title h2 a:hover, .with-avatar:hover .item-top-title h2 a:hover{
   color:#000;
}

.no-avatar .item-top-title h2 a, .no-avatar:hover .item-top-title h2 a{
  color:#ddd;
}

.no-avatar:hover .item-top-title h2 a:hover{
  color:#fff;
}

/**
 * ------------------------------------------------------------------------
 * Events
 * ------------------------------------------------------------------------
 */

#contenedor .str-events {
   color:#fff;
   height:100%;
  /* min-height:200px; */
   position:relative;
}

#contenedor .str-events .with-avatar {
   border-left: 1px solid #d5d6d7;
   border-right: 1px solid #d5d6d7;
   border-radius:0px 0px 3px 3px;

}

#contenedor .str-events .bottom-class {
   margin:0px -1px;
}

#contenedor .str-events .item-content {
   position:inherit; 
   width: 100%;
   bottom:0px;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
   
}

#contenedor .str-events .with-avatar .bottom-class {
   position:relative;
}

#contenedor .events:hover .no-avatar {
   background:#eaeaea;
}

#contenedor .events:hover .no-avatar .item-top-title h2 a, #contenedor .events:hover .no-avatar .location, #contenedor .events:hover .no-avatar .calendar  {
   color:#404040;
}

#contenedor .events:hover .no-avatar .icon-cal {
   background: url('../images/community/icon-cal.png');
}

#contenedor .events:hover .no-avatar .icon-pin {
   background: url('../images/community/icon-pin.png');
}

#contenedor .item:hover .str-events .no-avatar .item-top-title h2 a:hover {
   color:#000;
}

#contenedor .events:hover .top-item {
  /* background:#999; */
}

#contenedor .str-events :hover .item-content{
	-webkit-transform: translate(0,0);
	   -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	     -o-transform: translate(0,0);
	        transform: translate(0,0);
	    
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#contenedor .str-events  .item-top-content{
	position: inherit;
}

#contenedor .str-events  .item-top-content-inner{
	position: inherit;
	bottom: 0;
	 /* padding:10px 15px 10px 15px; */
	background: rgba(255,255,255,.85);
	width:100%;
}

#contenedor .str-events  .item-add-content{
/* padding:0 5px 5px 5px; */
   opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
#contenedor .str-events:hover .item-add-content{
	opacity:1
}
#contenedor .str-events .item-add-content-inner{
   border:0px solid #dadada;
   border-top-width:1px;
   padding: 5px 10px 5px 10px;
   background: rgba(255,255,255,.85);
   color:#000;
}

#contenedor .str-events .no-avatar .item-add-content-inner {
   margin-bottom:0px;
   background:none;
}

#contenedor .str-events .icon-cal {
   background: url("../images/community/icon-cal.png");
   height:13px;
   width:13px;
   display:inline-block;
   margin:2px 2px 0 -20px;
}

#contenedor .str-events .icon-pin {
   background: url("../images/community/icon-pin.png");
   height:13px;
   width:13px;
   display:inline-block;
   margin:2px 2px 0 -20px;
}

#contenedor .event-img {
/*   padding:5px; */
   position:relative;
}

#contenedor .location, #contenedor .calendar {
   color:#606060;
   margin-left:10px;
   font-size:14px;
}

#contenedor .location .fa, #contenedor .calendar .fa {
   width: 16px;
   text-align: center;
}
   

#contenedor .str-events .no-avatar .name, #contenedor .str-events .details {
   font-size:16px;
   font-weight:600;
   line-height:18px;
}

#contenedor .str-events .no-avatar{
   padding:15px 0px;
   background-color: #104A89;
   border-left: 1px solid #d5d6d7;
   border-right: 1px solid #d5d6d7;
}

#contenedor .str-events .with-avatar .item-overlay {
   border-radius:0px !important;
   left: 0px;
   right: 0px;
}

#contenedor .str-events .no-avatar .icon-cal {
   background: url("../images/community/icon-cal-w.png");
   height:13px;
   width:13px;
   display:inline-block;
   margin:2px 2px 0 -20px;
}

#contenedor .str-events .no-avatar .icon-pin {
   background: url("../images/community/icon-pin-w.png");
   height:13px;
   width:13px;
   display:inline-block;
   margin:2px 2px 0 -20px;
}

#contenedor .no-avatar .location, #contenedor .no-avatar .calendar {
   color:#dadada;
   margin-left:20px;
}


#contenedor .str-events .no-avatar .bottom-class{
   position:absolute;
   bottom:0px;
   width:100%;
}

/**
 * ------------------------------------------------------------------------
 * Bulletin
 * ------------------------------------------------------------------------
 */


#contenedor .str-bulletin {
   background-color: #23d8ff;
   color:#fff;
   height:100%;
   border-left:1px solid #d5d6d7;
   border-right:1px solid #d5d6d7;
   position:relative;
}

#contenedor .groupsbulletin:hover .str-bulletin {
   background:#eaeaea;
   color:#404040;
}



#contenedor .str-bulletin .name, #contenedor .str-discuss .name  {
   font-size:18px;
   font-weight:bold;
   line-height:18px;
   padding:5px;
}

#contenedor .str-bulletin .description, #contenedor .str-discuss .description{
   font-family:Arial,sans-serif";
   font-size:12px;
   padding:5px;
}

/**
 * ------------------------------------------------------------------------
 * Discussion
 * ------------------------------------------------------------------------
 */


#contenedor .str-discuss {
   background-color: #ddd;
   color:#444;
   height:100%;
   border-left:1px solid #d5d6d7;
   border-right:1px solid #d5d6d7;
   position:relative;
}

#contenedor .item:hover .str-discuss {
  background-color: #eaeaea;
  color:#404040;
}

/* #contenedor .groupsdiscuss:hover .top-item { */
/*   background: #999; */
/*   border-radius:5px; */
/*} */

#contenedor .str-discuss .name a {
   color:#444;
}

#contenedor .item:hover .str-discuss .name a {
   color:#444;
}

#contenedor .groupsdiscuss:hover .name:hover, #contenedor .item:hover .str-discuss .name a:hover {
   color:#000;
}

#contenedor .groupsdiscuss .item-overlay {
   position:absolute;
   top:4px;
   left:5px;
   height:38px;
   width:38px;
	border-radius:50%;
}

#contenedor .groupsdiscuss:hover .item-overlay {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,0.42) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(28%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.42))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6b000000',GradientType=0 ); /* IE6-8 */
	background-color: rgba(0,0,0,0.4);
} 

/**
 * ------------------------------------------------------------------------
 * Category Colors
 * ------------------------------------------------------------------------
 */

#contenedor .bottom-class {
    background: #FFF;
    border-bottom: 2px solid #d5d6d7;
    border-left: 1px solid #d5d6d7;
    border-right: 1px solid #d5d6d7;
    border-radius: 0px 0px 3px 3px;
    height: 46px;
    padding:6px 15px;
}

#contenedor .no-avatar .bottom-class {
   border-top: 1px solid #fff !important;
   padding:0px !important;
}

#contenedor .bottom-class .like-btns {
  float:left;
  width:60%;
  padding:4px !important;
}

#contenedor .bottom-class .share-btns {
    float: right;
    width: 35px;
    height: 35px;
    margin: -2px 0px;
    border-radius: 50%;
}


#contenedor .bottom-class .share-btns a {
    font-size: 19px;
    color: #8f8f8f;
    padding: 5px 8px;
    line-height: 35px;
}

#contenedor .item:hover .bottom-class .share-btns a {
   color:#fff;
}

#contenedor .item:hover .bottom-class .share-btns a:hover {
    color:#505050;
}
  

#contenedor .bottom-class .cat-icon {
  float:right;
 /* margin-right:5px; */
  height:31px;
  width:25px;
  background-size:25px 25px;
  background-repeat:no-repeat;
  padding:0px !important;
   background-position: 0px 3px;
   margin-left:10px;
} 


#contenedor .with-avatar .bottom-class {
   position:absolute;
   bottom:0px;
   left:0px;
   right:0px;
}

/*   - - AGRICULTURE - - */

.itemid-435 #com-heading {
    padding: 0px 10px 10px;
    background: #723b08;
    margin: -3px -17px 0px;
    color: #fff;
   /* text-shadow: 0 2px 2px rgba(0,0,0,0.5); */
}

#contenedor .category6 .bottom-class,
#contenedor .groupsbulletin109 .bottom-class,
#contenedor .groupsdiscuss109 .bottom-class,  
#contenedor .ev-category4 .bottom-class {
  border-top: 1px solid #723b08;
  color:#723b08;
}

#contenedor .category6:hover .bottom-class,
#contenedor .groupsbulletin109:hover .bottom-class, 
#contenedor .groupsdiscuss109:hover .bottom-class,
#contenedor .ev-category4:hover .bottom-class {
  border-top: 1px solid #723b08;
  border-left: 1px solid #723b08;
  border-right: 1px solid #723b08;
  border-bottom: 2px solid #723b08;
  background-color:#723b08;
  color:#fff;
}

#contenedor .category6 .cat-icon,
#contenedor .groupsbulletin109 .cat-icon, 
#contenedor .ev-category4 .cat-icon,
#contenedor .groupsdiscuss109 .cat-icon   {
  background-image:url('../images/categories/40px/AFF-color.png');

}

#contenedor .category6:hover .cat-icon,
#contenedor .groupsbulletin109:hover .cat-icon, 
#contenedor .ev-category4:hover .cat-icon,  
#contenedor .groupsdiscuss109:hover .cat-icon{
  background-image:url('../images/categories/40px/AFF-hover.png');

}


/*   - - Economy - - */


.itemid-294 #com-heading {
    padding: 0px 10px 10px;
    background: #2fc064;
    margin: -3px -17px 0px;
    color: #fff;
   /* text-shadow: 0 2px 2px rgba(0,0,0,0.5); */
}

#contenedor .category49 .bottom-class,
#contenedor .groupsbulletin110 .bottom-class, 
#contenedor .ev-category23 .bottom-class,
#contenedor .groupsdiscuss110 .bottom-class {
  border-top: 1px solid #2fc064;
  color:#2fc064;
}

#contenedor .category49:hover .bottom-class,
#contenedor .groupsbulletin110:hover .bottom-class,
#contenedor .ev-category23:hover .bottom-class,
#contenedor .groupsdiscuss110:hover .bottom-class {
  border-top: 1px solid #2fc064;
  border-left: 1px solid #2fc064;
  border-right: 1px solid #2fc064;
  border-bottom: 2px solid #2fc064;
  background-color:#2fc064;
  color:#fff;
}

#contenedor .category49 .cat-icon, 
#contenedor .groupsbulletin110 .cat-icon, 
#contenedor .ev-category23 .cat-icon, 
#contenedor .groupsdiscuss110 .cat-icon {
  background-image:url('../images/categories/40px/piggy_bank-color.png');
}

#contenedor .category49:hover .cat-icon,
#contenedor .groupsbulletin110:hover .cat-icon, 
#contenedor .ev-category23:hover .cat-icon, 
#contenedor .groupsdiscuss110:hover .cat-icon {
  background-image:url('../images/categories/40px/piggy_bank-hover.png');
}


/*   - - Education - - */

.itemid-290 #com-heading {
    padding: 0px 10px 10px;
    background: #c462ff;
    margin: -3px -17px 0px;
    color: #fff;
   /* text-shadow: 0 2px 2px rgba(0,0,0,0.5); */
}

#contenedor .category10 .bottom-class,
#contenedor .groupsbulletin111 .bottom-class, 
#contenedor .ev-category9 .bottom-class,
#contenedor .groupsdiscuss111 .bottom-class {
  border-top: 1px solid #c462ff;
  color:#c462ff;
}

#contenedor .category10:hover .bottom-class,
#contenedor .groupsbulletin111:hover .bottom-class, 
#contenedor .ev-category9:hover .bottom-class,
#contenedor .groupsdiscuss111:hover .bottom-class {
  border-top: 1px solid #c462ff;
  border-left: 1px solid #c462ff;
  border-right: 1px solid #c462ff;
  border-bottom: 2px solid #c462ff;
  background-color:#c462ff;
  color:#fff;
}

#contenedor .category10 .cat-icon,
#contenedor .groupsbulletin111 .cat-icon, 
#contenedor .ev-category9 .cat-icon,
#contenedor .groupsdiscuss111 .cat-icon {
  background-image:url('../images/categories/40px/ETCY-color.png');
}

#contenedor .category10:hover .cat-icon,
#contenedor .groupsbulletin111:hover .cat-icon, 
#contenedor .ev-category9:hover .cat-icon,
#contenedor .groupsdiscuss111:hover .cat-icon {
  background-image:url('../images/categories/40px/ETCY-hover.png');
}


/*   - - Employment - - */

.itemid-438 #com-heading {
    padding: 0px 10px 10px;
    background: #932475;
    margin: -3px -17px 0px;
    color: #fff;
   /* text-shadow: 0 2px 2px rgba(0,0,0,0.5); */
}

#contenedor .category11 .bottom-class,
#contenedor .groupsbulletin112 .bottom-class, 
#contenedor .ev-category10 .bottom-class,
#contenedor .groupsdiscuss112 .bottom-class {
  border-top: 1px solid #932475;
  color:#932475;
}

#contenedor .category11:hover .bottom-class,
#contenedor .groupsbulletin112:hover .bottom-class, 
#contenedor .ev-category10:hover .bottom-class,
#contenedor .groupsdiscuss112:hover .bottom-class {
  border-top: 1px solid #932475;
  border-left: 1px solid #932475;
  border-right: 1px solid #932475;
  border-bottom: 2px solid #932475;
  background-color:#932475;
  color:#fff;
}

#contenedor .category11 .cat-icon,
#contenedor .groupsbulletin112 .cat-icon, 
#contenedor .ev-category10 .cat-icon,
#contenedor .groupsdiscuss112 .cat-icon {
  background-image:url('../images/categories/40px/esa-color.png');
}

#contenedor .category11:hover .cat-icon,
#contenedor .groupsbulletin112:hover .cat-icon, 
#contenedor .ev-category10:hover .cat-icon,
#contenedor .groupsdiscuss112:hover .cat-icon {
  background-image:url('../images/categories/40px/esa-hover.png');
}


/*   - - Energy - - */

.itemid-439 #com-heading {
    padding: 0px 10px 10px;
    background: #add022;
    margin: -3px -17px 0px;
    color: #fff;
   /* text-shadow: 0 2px 2px rgba(0,0,0,0.5); */
}

#contenedor .category12 .bottom-class,
#contenedor .groupsbulletin113 .bottom-class, 
#contenedor .ev-category11 .bottom-class,
#contenedor .groupsdiscuss113 .bottom-class {
  border-top: 1px solid #add022;
  color:#add022;
}

#contenedor .category12:hover .bottom-class,
#contenedor .groupsbulletin113:hover .bottom-class, 
#contenedor .ev-category11:hover .bottom-class,
#contenedor .groupsdiscuss113:hover .bottom-class {
  border-top: 1px solid #add022;
  border-left: 1px solid #add022;
  border-right: 1px solid #add022;
  border-bottom: 2px solid #add022;
  background-color:#add022;
  color:#fff;
}

#contenedor .category12 .cat-icon,
#contenedor .groupsbulletin113 .cat-icon, 
#contenedor .ev-category11 .cat-icon,
#contenedor .groupsdiscuss113 .cat-icon {
  background-image:url('../images/categories/40px/enr-color.png');
}

#contenedor .category12:hover .cat-icon,
#contenedor .groupsbulletin113:hover .cat-icon, 
#contenedor .ev-category11:hover .cat-icon,
#contenedor .groupsdiscuss113:hover .cat-icon {
  background-image:url('../images/categories/40px/enr-hover.png');
}


/*   - - Enterprise - - */

.itemid-445 #com-heading {
    padding: 0px 10px 10px;
    background: #f71c20;
    margin: -3px -17px 0px;
    color: #fff;
   /* text-shadow: 0 2px 2px rgba(0,0,0,0.5); */
}

#contenedor .category13 .bottom-class,
#contenedor .groupsbulletin114 .bottom-class, 
#contenedor .ev-category12 .bottom-class,
#contenedor .groupsdiscuss114 .bottom-class {
  border-top: 1px solid #f71c20;
  color:#f71c20;
}

#contenedor .category13:hover .bottom-class,
#contenedor .groupsbulletin114:hover .bottom-class, 
#contenedor .ev-category12:hover .bottom-class,
#contenedor .groupsdiscuss114:hover .bottom-class {
  border-top: 1px solid #f71c20;
  border-left: 1px solid #f71c20;
  border-right: 1px solid #f71c20;
  border-bottom: 2px solid #f71c20;
  background-color:#f71c20;
  color:#fff;
}

#contenedor .category13 .cat-icon,
#contenedor .groupsbulletin114 .cat-icon, 
#contenedor .ev-category12 .cat-icon,
#contenedor .groupsdiscuss114 .cat-icon {
  background-image:url('../images/categories/40px/eni-color.png');
}

#contenedor .category13:hover .cat-icon,
#contenedor .groupsbulletin114:hover .cat-icon, 
#contenedor .ev-category12:hover .cat-icon,
#contenedor .groupsdiscuss114:hover .cat-icon {
  background-image:url('../images/categories/40px/eni-hover.png');
}


/*   - - Environment - - */

.itemid-446 #com-heading {
    padding: 0px 10px 10px;
    background: #ff954c;
    margin: -3px -17px 0px;
    color: #fff;
   /* text-shadow: 0 2px 2px rgba(0,0,0,0.5); */
}

#contenedor .category14 .bottom-class,
#contenedor .groupsbulletin115 .bottom-class, 
#contenedor .ev-category13 .bottom-class,
#contenedor .groupsdiscuss115 .bottom-class {
  border-top: 1px solid #ff954c;
  color:#ff954c;
}

#contenedor .category14:hover .bottom-class,
#contenedor .groupsbulletin115:hover .bottom-class, 
#contenedor .ev-category13:hover .bottom-class,
#contenedor .groupsdiscuss115:hover .bottom-class {
  border-top: 1px solid #ff954c;
  border-left: 1px solid #ff954c;
  border-right: 1px solid #ff954c;
  border-bottom: 2px solid #ff954c;
  background-color:#ff954c;
  color:#fff;
}

#contenedor .category14 .cat-icon,
#contenedor .groupsbulletin115 .cat-icon, 
#contenedor .ev-category13 .cat-icon,
#contenedor .groupsdiscuss115 .cat-icon {
  background-image:url('../images/categories/40px/ECH-color.png');
}

#contenedor .category14:hover .cat-icon,
#contenedor .groupsbulletin115:hover .cat-icon, 
#contenedor .ev-category13:hover .cat-icon,
#contenedor .groupsdiscuss115:hover .cat-icon {
  background-image:url('../images/categories/40px/ECH-hover.png');
}


/*   - - External - - */

.itemid-488 #com-heading {
    padding: 0px 10px 10px;
    background: #516b11;
    margin: -3px -17px 0px;
    color: #fff;
   /* text-shadow: 0 2px 2px rgba(0,0,0,0.5); */
}

#contenedor .category50 .bottom-class,
#contenedor .groupsbulletin116 .bottom-class, 
#contenedor .ev-category31 .bottom-class,
#contenedor .groupsdiscuss116 .bottom-class {
  border-top: 1px solid #516b11;
  color:#516b11;
}

#contenedor .category50:hover .bottom-class,
#contenedor .groupsbulletin116:hover .bottom-class, 
#contenedor .ev-category31:hover .bottom-class,
#contenedor .groupsdiscuss116:hover .bottom-class {
  border-top: 1px solid #516b11;
  border-left: 1px solid #516b11;
  border-right: 1px solid #516b11;
  border-bottom: 2px solid #516b11;
  background-color:#516b11;
  color:#fff;
}

#contenedor .category50 .cat-icon,
#contenedor .groupsbulletin116 .cat-icon, 
#contenedor .ev-category31 .cat-icon,
#contenedor .groupsdiscuss116 .cat-icon {
  background-image:url('../images/categories/40px/erfa-color.png');
}

#contenedor .category50:hover .cat-icon,
#contenedor .groupsbulletin116:hover .cat-icon, 
#contenedor .ev-category31:hover .cat-icon,
#contenedor .groupsdiscuss116:hover .cat-icon {
  background-image:url('../images/categories/40px/erfa-hover.png');
}


/*   - - Information - - */

.itemid-233 #com-heading {
    padding: 0px 10px 10px;
    background: #fd7700;
    margin: -3px -17px 0px;
    color: #fff;
   /* text-shadow: 0 2px 2px rgba(0,0,0,0.5); */
}

#contenedor .category23 .bottom-class,
#contenedor .groupsbulletin117 .bottom-class, 
#contenedor .ev-category16 .bottom-class,
#contenedor .groupsdiscuss117 .bottom-class {
  border-top: 1px solid #fd7700;
  color:#fd7700;
}

#contenedor .category23:hover .bottom-class,
#contenedor .groupsbulletin117:hover .bottom-class, 
#contenedor .ev-category16:hover .bottom-class,
#contenedor .groupsdiscuss117:hover .bottom-class {
  border-top: 1px solid #fd7700;
  border-left: 1px solid #fd7700;
  border-right: 1px solid #fd7700;
  border-bottom: 2px solid #fd7700;
  background-color:#fd7700;
  color:#fff;
}

#contenedor .category23 .cat-icon,
#contenedor .groupsbulletin117 .cat-icon, 
#contenedor .ev-category16 .cat-icon,
#contenedor .groupsdiscuss117 .cat-icon {
  background-image:url('../images/categories/40px/icm-color.png');
}

#contenedor .category23:hover .cat-icon,
#contenedor .groupsbulletin117:hover .cat-icon, 
#contenedor .ev-category16:hover .cat-icon,
#contenedor .groupsdiscuss117:hover .cat-icon {
  background-image:url('../images/categories/40px/icm-hover.png');
}


/*   - - Justice - - */

.itemid-238 #com-heading {
    padding: 0px 10px 10px;
    background: #8847ed;
    margin: -3px -17px 0px;
    color: #fff;
   /* text-shadow: 0 2px 2px rgba(0,0,0,0.5); */
}

#contenedor .category25 .bottom-class,
#contenedor .groupsbulletin118 .bottom-class, 
#contenedor .ev-category18 .bottom-class,
#contenedor .groupsdiscuss118 .bottom-class {
  border-top: 1px solid #8847ed;
  color:#8847ed;
}

#contenedor .category25:hover .bottom-class,
#contenedor .groupsbulletin118:hover .bottom-class, 
#contenedor .ev-category18:hover .bottom-class,
#contenedor .groupsdiscuss118:hover .bottom-class {
  border-top: 1px solid #8847ed;
  border-left: 1px solid #8847ed;
  border-right: 1px solid #8847ed;
  border-bottom: 2px solid #8847ed;
  background-color:#8847ed;
  color:#fff;
}

#contenedor .category25 .cat-icon,
#contenedor .groupsbulletin118 .cat-icon, 
#contenedor .ev-category18 .cat-icon,
#contenedor .groupsdiscuss118 .cat-icon {
  background-image:url('../images/categories/40px/jfh-color.png');
}

#contenedor .category25:hover .cat-icon,
#contenedor .groupsbulletin118:hover .cat-icon, 
#contenedor .ev-category18:hover .cat-icon,
#contenedor .groupsdiscuss118:hover .cat-icon {
  background-image:url('../images/categories/40px/jfh-hover.png');
}


/*   - - Regions - - */

.itemid-448 #com-heading {
    padding: 0px 10px 10px;
    background: #0618cd;
    margin: -3px -17px 0px;
    color: #fff;
   /* text-shadow: 0 2px 2px rgba(0,0,0,0.5); */
}

#contenedor .category26 .bottom-class,
#contenedor .groupsbulletin119 .bottom-class, 
#contenedor .ev-category21 .bottom-class,
#contenedor .groupsdiscuss119 .bottom-class {
  border-top: 1px solid #0618cd;
  color:#0618cd;
}

#contenedor .category26:hover .bottom-class,
#contenedor .groupsbulletin119:hover .bottom-class, 
#contenedor .ev-category21:hover .bottom-class,
#contenedor .groupsdiscuss119:hover .bottom-class {
  border-top: 1px solid #0618cd;
  border-left: 1px solid #0618cd;
  border-right: 1px solid #0618cd;
  border-bottom: 2px solid #0618cd;
  background-color:#0618cd;
  color:#fff;
}

#contenedor .category26 .cat-icon,
#contenedor .groupsbulletin119 .cat-icon, 
#contenedor .ev-category21 .cat-icon,
#contenedor .groupsdiscuss119 .cat-icon {
  background-image:url('../images/categories/40px/rld-color.png');
}

#contenedor .category26:hover .cat-icon,
#contenedor .groupsbulletin119:hover .cat-icon, 
#contenedor .ev-category21:hover .cat-icon,
#contenedor .groupsdiscuss119:hover .cat-icon {
  background-image:url('../images/categories/40px/rld-hover.png');
}


/* - - Research - - */

.itemid-510 #com-heading {
    padding: 0px 10px 10px;
    background: #d71a1a;
    margin: -3px -17px 0px;
    color: #fff;
   /* text-shadow: 0 2px 2px rgba(0,0,0,0.5); */
}

#contenedor .category16 .bottom-class,
#contenedor .groupsbulletin123 .bottom-class, 
#contenedor .ev-category22 .bottom-class,
#contenedor .groupsdiscuss123 .bottom-class {
  border-top: 1px solid #d71a1a;
  color:#d71a1a;
}

#contenedor .category16:hover .bottom-class,
#contenedor .groupsbulletin123:hover .bottom-class, 
#contenedor .ev-category22:hover .bottom-class,
#contenedor .groupsdiscuss123:hover .bottom-class {
  border-top: 1px solid #d71a1a;
  border-left: 1px solid #d71a1a;
  border-right: 1px solid #d71a1a;
  border-bottom: 2px solid #d71a1a;
  background-color:#d71a1a;
  color:#fff;
}

#contenedor .category16 .cat-icon,
#contenedor .groupsbulletin123 .cat-icon, 
#contenedor .ev-category22 .cat-icon,
#contenedor .groupsdiscuss123 .cat-icon {
  background-image:url('../images/categories/40px/RIT-color.png');
}

#contenedor .category16:hover .cat-icon,
#contenedor .groupsbulletin123:hover .cat-icon, 
#contenedor .ev-category22:hover .cat-icon,
#contenedor .groupsdiscuss123:hover .cat-icon {
  background-image:url('../images/categories/40px/RIT-hover.png');
}


/*   - - Transport - - */

.itemid-455 #com-heading {
    padding: 0px 10px 10px;
    background: #25a252;
    margin: -3px -17px 0px;
    color: #fff;
   /* text-shadow: 0 2px 2px rgba(0,0,0,0.5); */
}

#contenedor .category51 .bottom-class,
#contenedor .groupsbulletin124 .bottom-class, 
#contenedor .ev-category20 .bottom-class,
#contenedor .groupsdiscuss124 .bottom-class {
  border-top: 1px solid #25a252;
  color:#25a252;
}

#contenedor .category51:hover .bottom-class,
#contenedor .groupsbulletin124:hover .bottom-class, 
#contenedor .ev-category20:hover .bottom-class,
#contenedor .groupsdiscuss124:hover .bottom-class {
  border-top: 1px solid #25a252;
  border-left: 1px solid #25a252;
  border-right: 1px solid #25a252;
  border-bottom: 2px solid #25a252;
  background-color:#25a252;
  color:#fff;
}

#contenedor .category51 .cat-icon,
#contenedor .groupsbulletin124 .cat-icon, 
#contenedor .ev-category20 .cat-icon,
#contenedor .groupsdiscuss124 .cat-icon {
  background-image:url('../images/categories/40px/TTT-color.png');
}

#contenedor .category51:hover .cat-icon,
#contenedor .groupsbulletin124:hover .cat-icon, 
#contenedor .ev-category20:hover .cat-icon,
#contenedor .groupsdiscuss124:hover .cat-icon {
  background-image:url('../images/categories/40px/TTT-hover.png');
}

.infobox {
    position:relative;
    border:1px solid #000; 
    background-color:#CCC;
    width:73px;
    padding:5px;
    }

.name .more {
 display:none;
    }
.name:hover .more {
 display:block;
 position:absolute;
 top:0;

    }

.item.doble {
   width:50%;
}

.item.doble .left, .item.doble .right {
   width:50%;
}

.item.single .right {
   width:100%;

}

.item.single:hover .right {
   display:block;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.item.doble .right .text {
   padding:5px 20px;
}

.item.doble .right .text a {
   background:#ea0000;
   color:#fff;
   padding:0px 3px;
   text-transform:uppercase;
   font-weight:bold;
}

.item.doble .right .text a:hover {
   background:transparent;
   color:#000;
}

.item.single {
   width:25%;
}

.item.single .content {
   border-radius:3px;
   border:1px solid;
}

.item.single .right .text {
   text-align:center;
}

.item.doble .right .text h1{
   color:#404040;
   margin:10px 0px;
}

.item.single .right .text h1{
   color:#fff;
   margin:0px 0px 10px 0px;
   font-size:35px;
}

.item.doble .right .text p {
 /*  color:#606060; */
   margin:3px 0px 0px;
   color:#000;
   font-weight:bold;
   text-transform:uppercase;
}

.item.doble .right .text p.WG {
   margin:5px -10px;
}

.item.doble .right .text p.WG a {
   padding:0px;
   display:inline-block;
   margin-bottom:5px;
   width:25px;
   height:25px;
}

.item.doble .right .text p.WG a:hover {
   background:#222 !important;
}

.item.doble .right .text p.WG a.aff {
   background:#894200;
}

.item.doble .right .text p.WG a.eft {
   background:#2fc064;
}

.item.doble .right .text p.WG a.etcy {
   background:#c462ff;
}

.item.doble .right .text p.WG a.esa {
   background:#932475;
}

.item.doble .right .text p.WG a.enr {
   background:#add022;
}

.item.doble .right .text p.WG a.eni {
   background:#f71c20;
}

.item.doble .right .text p.WG a.ech {
   background:#ff954c;
}

.item.doble .right .text p.WG a.erfa {
   background:#516b11;
}

.item.doble .right .text p.WG a.icm {
   background:#fd7700;
}

.item.doble .right .text p.WG a.jfh {
   background:#8847cd;
}

.item.doble .right .text p.WG a.rld {
   background:#0618cd;
}

.item.doble .right .text p.WG a.rit {
   background:#d71a1a;
}

.item.doble .right .text p.WG a.ttt {
   background:#25a252;
}

.item.doble .right .text p.WG img {
   width:25px;
   vertical-align:top;
}

.item.doble img, .item.single img  {
   max-width:100%;
}

.item.doble .content {
   background:#fff;
   display:inline-block;
   width:100%;
}

.item.doble .content div {
   float:left;
}

.item.doble .explore, .item .fundsCR, .FU {
   background:#22d8ff;
}

.item.doble:hover .explore, .item:hover .fundsCR, .item:hover .FU {
   background:#147d94;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.item.doble .interact, .item .eventCR, .EV {
   background:#104a89;
}

.item.doble:hover .interact, .item:hover .eventCR, .item:hover .EV {
   background:#092b50;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.item.doble .search, .item .projectCR, .PR {
   background:#1ba1e2;
}

.item.doble:hover .search, .item:hover .projectCR, .item:hover .PR {
   background:#105d83;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.item.doble .promote, .item .callCR, .CA {
   background:#afafaf;
}

.item.doble:hover .promote, .item:hover .callCR, .item:hover .CA {
   background:#666;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.item.doble:hover {
   background:#ebebeb;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.item .albumCR, .AL {
   background:#75ac45;
}

.item:hover .albumCR, .item:hover .AL{
   background:#446428;
}


.item .videoCR, .VI {
   background:#ea0000;
}

.item:hover .videoCR, .item:hover .VI{
   background:#880000;
}

.item .newsCR, .NE {
   background:#3e3f48;
}

.item:hover .newsCR, .item:hover .NE{
   background:#24252a;
}

.item .jobsCR, .JO {
   background:#224cff;
}

.item:hover .jobsCR, .item:hover .JO{
   background:#142c94;
}


#contenedor .welcome {
   background-color:#fff;
   color:#333;
   padding:0 10px;
 /*  height:31px; */
   margin:0px -7px 1px;
}

#contenedor .explore,
#contenedor .interact,
#contenedor .search,
#contenedor .promote {
   position:relative;
}

#contenedor .item-title{
   background-color: rgba(0,0,0,0.6);
   position: absolute;
   top: 5px;
   width: 100%;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

#contenedor .content:hover .item-title{
   top: 40%;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

#contenedor .item-title h1{
   text-align: center;
   color:#fff;
   margin: 5px 0px;
   font-size:35px;
}

#contenedor .item-title h1 i {
   margin-right:-27px;
}

.item .projectCR, .item .eventCR, .item .fundsCR, .item .callCR, .item .albumCR, .item .videoCR, .item .newsCR, .item .jobsCR {
   padding:0px 30px;
}

.item:hover .projectCR, .item:hover .eventCR, .item:hover .fundsCR, .item:hover .callCR, .item:hover .albumCR, .item:hover .videoCR, .item:hover .newsCR, .item:hover .jobsCR {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}


#aside .adsL .WG-x {
   height:84px;
  /* background-image:url('../images/play-button-overlay.png'); */
}

#aside .adsL .WG-x:hover {
   background-color:#222 !important;
}

#aside .adsL .WG-x .WGimg {
   margin:24px 5px 10px;
}

#aside .adsL .WG-x .WGlink {
   padding-top:25px;
}

#aside .adsL .WG-x .WGlink a {
   color:#fff;
   font-weight:bold;
   font-size:110%;
}

@media (min-width:986px) and (max-device-width:1235px) {
   .item.doble .right .text {
      padding:5px 10px;
   }

   .item.doble .right .text h1 {
      margin: 5px 0px;
   }
}

@media (max-width:719px) {
 .item.doble {
   width:100%;
 }
} 

@media (max-width:479px) {
   .item.doble .left, .item.doble .right {
    width: 100%;
}
}
@media (min-width:1361px) {
 #contenedor {
    margin-right:-2px;
 }
}

@media (min-width:986px) {
   .item {
      width:33.3%;
   }
}

@media (min-width:500px) and (max-width:985px) {
   .item {
      width:49%;
   }
}

