﻿
/****************************/
/* BOF themes, TODO MORE !! */
/****************************/

/* Suffix -green : green borders and links */
.catalog.mod_flexicontent_wrap-green .mod_flexicontent_featured_wrapper_innerbox,
.catalog.mod_flexicontent_wrap-green .mod_flexicontent_standard_wrapper_innerbox {
	border-color: darkgreen!important;
}
.catalog.mod_flexicontent_wrap-green a {
	color: darkgreen!important;
}

/* Suffix -red : red borders and links */
.catalog.mod_flexicontent_wrap-red .mod_flexicontent_featured_wrapper_innerbox,
.catalog.mod_flexicontent_wrap-red .mod_flexicontent_standard_wrapper_innerbox {
	border-color: darkred!important;
}
.catalog.mod_flexicontent_wrap-red a {
	color: darkred!important;
}

/* Suffix -orange : orange borders and links */
.catalog.mod_flexicontent_wrap-orange .mod_flexicontent_featured_wrapper_innerbox,
.catalog.mod_flexicontent_wrap-orange .mod_flexicontent_standard_wrapper_innerbox {
	border-color: darkorange!important;
}
.catalog.mod_flexicontent_wrap-orange a {
	color: darkorange!important;
}

/**************/
/* EOF themes */
/**************/




/* CONTAINER OF EACH ORDERING GROUP */
.catalog.mod_flexicontent_wrapper .mod_flexicontent {
  clear: both;
  float: left;
  margin: 0 0 0 2px !important;
  padding: 0 !important;
  width: 100%;
}


/* EXTERNAL ITEM CONTAINER inner container for border, padding etc */
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper_innerbox,
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper_innerbox {
	position: relative;
	display: inline-block;
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;

	/* can be overriden via user 's CSS */
  margin: 0 4px;
	padding: 0;
	border-width: 0px;
	border-style: solid;
	border-color: white;/*#dfdfdf #9f9f9f #9f9f9f #dfdfdf;*/
	border-radius:0px;
	/*background-color: #ffffff;*/
}


/* EXTERNAL ITEM CONTAINER (ONE COLUMNS) */
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper,
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper {
	/* DO NOT OVERRIDE THESE !!! this is the placement container, override margin,padding,border of inner container only */
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: solid;
	width: 100%;
	/*height: 100%;*/ /* problematic with masonry */
}
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper:not(first-child),
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper:not(first-child) {
  padding-top:5px;
}


/* EXTERNAL ITEM CONTAINER (2-COLUMNS) */
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper.cols_2,
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper.cols_2 {
	width:50%!important;
	margin-left:0%!important;
	margin-right:0%!important;
	padding: 0%!important;
	border-width:0px !important; /* Discard on two columns ?? */
}
@media (max-width: 991px){ /* DO IT RESPONSIVE */
  .catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper.cols_2,
  .catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper.cols_2 {
  	width:100%!important;
  }
}

/* EXTERNAL ITEM CONTAINER (3-COLUMNS) */
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper.cols_3,
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper.cols_3 {
	width:33.33%!important;
	margin-left:0%!important;
	margin-right:0%!important;
	padding: 0%!important;
	border-width:0px !important;
}

/* EXTERNAL ITEM CONTAINER (4-COLUMNS) */
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper.cols_4,
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper.cols_4 {
	width:25%!important;
	margin-left:0%!important;
	margin-right:0%!important;
	padding: 0%!important;
	border-width:0px !important;
}

/* EXTERNAL ITEM CONTAINER (5-COLUMNS) */
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper.cols_5,
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper.cols_5 {
	width:20%!important;
	margin-left:0%!important;
	margin-right:0%!important;
	padding: 0%!important;
	border-width:0px !important;
}

/* EXTERNAL ITEM CONTAINER (6-COLUMNS) */
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper.cols_6,
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper.cols_6 {
	width:16.66%!important;
	margin-left:0%!important;
	margin-right:0%!important;
	padding: 0%!important;
	border-width:0px !important;
}

/* EXTERNAL ITEM CONTAINER (7-COLUMNS) */
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper.cols_7,
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper.cols_7 {
	width:14.28%!important;
	margin-left:0%!important;
	margin-right:0%!important;
	padding: 0%!important;
	border-width:0px !important;
}

/* EXTERNAL ITEM CONTAINER (8-COLUMNS) */
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper.cols_8,
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper.cols_8 {
	width:12.5%!important;
	margin-left:0%!important;
	margin-right:0%!important;
	padding: 0%!important;
	border-width:0px !important;
}


/* EXTERNAL CONTAINER STYLING ODD EVEN (COUNTING) */
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper.odd,
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper.odd {
}
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper.even,
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper.even {
}

/*.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper.mod_fc_activeitem:hover .mod_flexicontent_featured_wrapper_innerbox,
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper:hover .mod_flexicontent_featured_wrapper_innerbox,*/
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper.mod_fc_activeitem:hover .mod_flexicontent_standard_wrapper_innerbox,
.catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper:hover .mod_flexicontent_standard_wrapper_innerbox {
	/*background-color: #ffffff; /*#D0D0D0; */
	/*border-color: #888 #555 #555 #888;*/
	/*box-shadow: 4px 4px 2px darkgray;*/
}


/* INTERNAL ITEM-LIST CONTAINER (ONE COLUMN MODE) */
.catalog.mod_flexicontent_wrapper .mod_flexicontent_featured,
.catalog.mod_flexicontent_wrapper .mod_flexicontent_standard {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	margin-left: 0%!important;
	margin-right: 0%!important;

	padding-top: 0px!important;
	padding-bottom: 0px!important;
	padding-left: 0%!important;
	padding-right: 0%!important;

	float:left;
	width:100%;
	display:block;
	position:relative;
	top:0px;
	left:0px;
	overflow-x: hidden;
	overflow-y: scroll;
	height:362px;
}
/*********************************************************************************************/
/* Invert date and title in "ActualitÃ©s" news module                                         */
/*********************************************************************************************/
#Mod167 .catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper_innerbox,
#Mod167 .catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper_innerbox,
#Mod230 .catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_featured_wrapper_innerbox,
#Mod230 .catalog.mod_flexicontent_wrapper .mod_flexicontent .mod_flexicontent_standard_wrapper_innerbox {
    min-height:22px;
    position:relative
}
#Mod167 .fc_block:nth-child(1),
#Mod230 .fc_block:nth-child(1) {
    height: 19px;
    left: 82px;
    position: absolute;
    top: -4px;
}
#Mod167 .fc_block:nth-child(2),
#Mod230 .fc_block:nth-child(2) {
    position: absolute;
    top: 27px;
}
#Mod167 .fc_block:nth-child(3),
#Mod230 .fc_block:nth-child(3) {
    /*position: absolute;
    top: 20px;*/
    padding-top:22px;
}
#Mod191 .catalog.mod_flexicontent_wrapper .fcitem_text,
#Mod232 .catalog.mod_flexicontent_wrapper .fcitem_text {
    padding-top: 6px;
}


/*********************************************************************************************/
/* ITEM BASIC FIELDS STYLES (FOR CUSTOM FIELDS see below, FOR IMAGE AND DATE see more below) */
/*********************************************************************************************/

.catalog.mod_flexicontent_wrapper .content_standard {
	padding: 1px 12px 1px 3px;
	position:relative;
	height: 79px;
	}  /* container of basic elements of standard items excluding title & image */
.catalog.mod_flexicontent_wrapper .content_featured {
	padding: 1px 12px 1px 3px;
	position:relative;
	height: 105px;
	}  /* container of basic elements of featured items excluding title & image */

/* CONTAINER of item title */
.catalog.mod_flexicontent_wrapper .fcitem_title {
	display: block;
	padding:1px 4px 1px 0px;
	margin: 2px 0px 2px 0px;
	text-align:left;
	color:#1D4355;
  font-size:1.3em;
	max-width: 86%;;
}
.blc_3 .catalog.mod_flexicontent_wrapper .fcitem_title,
.blc_2 .catalog.mod_flexicontent_wrapper .fcitem_title {
	color:#ffffff;
}
/*.catalog.mod_flexicontent_wrapper .fcitem_title:before,*/
/*.module_readonblc a:before {
 		font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 90%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: bold;
    line-height: 1;
    text-rendering: auto;
    content:"ï”";
    padding: 0 3px 0 0;
}*/
.catalog.mod_flexicontent_wrapper .fcitem_title:hover {
	/*border: 1px dashed black;*/
	/*background-color:white;*/
}

/* item title styling (link, etc) */
.catalog.mod_flexicontent_wrapper .fcitem_title a {
	/*background-color: transparent;*/
	/*color: #08c;*/
	color: #444444;
	text-decoration:none;
	-webkit-transition: all 0.4s; transition: all 0.4s;
  font-weight:600;
  outline:none;
  font-size:1.1em;
}
/*#Mod167 .catalog.mod_flexicontent_wrapper .fcitem_title a,
#Mod191 .catalog.mod_flexicontent_wrapper .fcitem_title a,
#Mod230 .catalog.mod_flexicontent_wrapper .fcitem_title a,
#Mod232 .catalog.mod_flexicontent_wrapper .fcitem_title a {
  font-size:0.7em;
} */
.catalog.mod_flexicontent_wrapper .fcitem_title a {
  font-size:0.8em;
}
.catalog.mod_flexicontent_wrapper .fcitem_title a::after {
    content: "\f18e";
    font-family: fontawesome;
    padding-left: 7px;
    color:#1D4355;
    font-weight:300;
    font-size:20px;
    vertical-align:-2px;
}
.blc_2 .catalog.mod_flexicontent_wrapper .fcitem_title a::after {
    color:#FFFFFF;
}

.catalog.mod_flexicontent_wrapper .fcitem_title a:hover {
	/*background-color: transparent;*/
	color:#1D4355;
	text-decoration: none;
  color: #444444;
}
.catalog.mod_flexicontent_wrapper .fcitem_title a:hover:after {
  color: #444444;
  color: #73A1BA;

}
.catalog.mod_flexicontent_wrapper .fc_overlayed .fcitem_title a {
	/*text-shadow: 1px 1px 2px #000, -1px -1px #000, 1px 1px #000;*/
	text-shadow: 1px 1px 1px #000;
}


/* CONTAINER of item date */
.catalog.mod_flexicontent_wrapper .fcitem_date { /* for label and value (contained inside) see more below */
	background: url("images/date.png") no-repeat scroll 0px 1px;
	padding:2px 6px 2px 20px;
}
.catalog.mod_flexicontent_wrapper .fcitem_date {
	background: none !important;
  padding-left: 0;
  font-size: 0.8em;
}

.catalog.mod_flexicontent_wrapper .fcitem_date::before {
	  content: "\f073";
    font: bold 90%/1 FontAwesome;
    padding: 0 3px 0 0;
    text-rendering: auto;
    color:#1D4355
}
/* Invert for BLC_2 style */
.blc_2 .catalog.mod_flexicontent_wrapper .fcitem_date::before,
.blc_2 .catalog.mod_flexicontent_wrapper .fcitem_title a {
  color:#ffffff;
}
.blc_2 .catalog.mod_flexicontent_wrapper .fcitem_title a:hover {
  color:#ffffff;
}
/* Invert for BLC_3 style */
.blc_3 .catalog.mod_flexicontent_wrapper .fcitem_date::before,
.blc_3 .catalog.mod_flexicontent_wrapper .fcitem_title a {
  color:#ffffff;
}
.blc_3 .catalog.mod_flexicontent_wrapper .fcitem_title a:hover {
  color:#ffffff;
}
/*#Mod167 .catalog.mod_flexicontent_wrapper .fc_floated {
    height: 30px;
}
#Mod167 .catalog.mod_flexicontent_wrapper .fc_floated .fc_block:nth-child(2) {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    font-size:0.7em;
}
#Mod167 .catalog.mod_flexicontent_wrapper .fc_floated .fc_block:nth-child(1) {
    display: inline;
    left: 0;
    position: absolute;
    top: 12px;
}
#Mod167 .catalog.mod_flexicontent_wrapper .fcitem_date {
    padding-left: 0;
}*/

/* item date styling (label, value, etc) */
.catalog.mod_flexicontent_wrapper .date_label,
.catalog.mod_flexicontent_wrapper .date_label_feat {
	display:inline;
	font-weight: bold;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.catalog.mod_flexicontent_wrapper .date_value,
.catalog.mod_flexicontent_wrapper .date_value_feat {
	display:inline-block;
	font-weight: normal;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.catalog.mod_flexicontent_wrapper .field_value {
    font-weight: normal;
    display: block;
    float: left;
    text-align: left;
    position: relative;
    padding-left: 21px;
}
.catalog .field_cours_duree .field_value::before {
    content: '\e310';
    font-family: glyphicons;
    padding-top: 0px !important;
    margin-right: 19px;
    line-height: 2px;
    position: absolute;
    top: 10px;
    display: inline-block;
    left: 1px;
}

/* CONTAINER of item description */
.catalog.mod_flexicontent_wrapper .fcitem_text { /* for image (not contained inside) see more below */
	/*text-align:justify;*/
	margin:0px;
  padding:3px 0px 0px 0px;
	line-height: 1.3em;
  /*font-size:0.9em;*/
}


/* CONTAINER of item image (featured and standard) */
.catalog.mod_flexicontent_wrapper .image_featured,
.catalog.mod_flexicontent_wrapper .image_standard {
	float: left;
	margin: 0;
}

/* item image styling (link, image, etc) */
.catalog.mod_flexicontent_wrapper .image_featured a:hover,
.catalog.mod_flexicontent_wrapper .image_standard a:hover {
  text-decoration: none;
}
.catalog.mod_flexicontent_wrapper .image_featured img,
.catalog.mod_flexicontent_wrapper .image_standard img {
  padding:1px; border:1px solid #cccccc;
}
.catalog.mod_flexicontent_wrapper .image_standard a:hover img,
.catalog.mod_flexicontent_wrapper .image_featured a:hover img {
  border:1px solid #444444;
}


/* CONTAINER of item hits, voting, comments */
.catalog.mod_flexicontent_wrapper .fcitem_hits { padding: 2px 0px 1px 0px; display: inline-block; }
.catalog.mod_flexicontent_wrapper .fcitem_voting { padding: 0px 0px 2px 0px; display: inline-block; }
.catalog.mod_flexicontent_wrapper .fcitem_comments{ padding: 2px 0px 1px 0px; display: inline-block; }

.catalog.mod_flexicontent_wrapper .fcitem_hits img,
.catalog.mod_flexicontent_wrapper .fcitem_comments img {
	vertical-align: middle;
}

.catalog.mod_flexicontent_wrapper .hits_label,
.catalog.mod_flexicontent_wrapper .voting_label,
.catalog.mod_flexicontent_wrapper .comments_label {
	display:inline;
	color: black;
	font-weight: bold;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

/* force voting to display in same row as label */
.catalog.mod_flexicontent_wrapper .voting_value .voting {
	display: inline-block;
}


/* CONTAINER of other item fields */
.catalog.mod_flexicontent_wrapper .fcitem_fields {
	display: inline-block !important;
	line-height: 140%;
}

/* other item fields styling (label, value, etc) */
.catalog.mod_flexicontent_wrapper .field_label {
	font-weight: bold;
	display:block;
	float:left;
	clear:left;
	margin-right:8px;
	border-bottom: 1px dashed silver;
	text-align: left;
}
.catalog.mod_flexicontent_wrapper .field_value {
	font-weight: normal;
	display:block;
	float:left;
	text-align: left;
}
/* CONTAINER of item read more */
.catalog.mod_flexicontent_wrapper .fcitem_readon {
	float:left;
	/*background: url("images/readmore.png") transparent no-repeat scroll 0px 5px;*/
  background:transparent;
	border: 0px solid transparent !important;
	border-width:0px 0px;
	/*padding: 1px 6px 1px 20px;
	margin: 3px 3px 3px 4px;*/
	display:inline-block;
	-webkit-transition: all 0.4s; transition: all 0.4s;
	position: absolute;
	top: 7px;
	right: 15px;
}
.catalog.mod_flexicontent_wrapper .fcitem_readon a:before {
	content: '\f15c';
	font: bold 124%/1 FontAwesome;
	padding: 0 7px 0 0;
/*	color: #1D4355;*/
}

/* item read more styling (link, etc) */
.catalog.mod_flexicontent_wrapper .fcitem_readon a.readon,
.catalog.mod_flexicontent_wrapper .fcitem_readon a.readon span {
	/*font-weight:bold;*/
	line-height: 160%;
	padding: 0px;
	background:none;
	text-decoration: none!important;
	/*color: #1D4355;*/
	cursor:pointer;
	-webkit-transition: all 0.4s; transition: all 0.4s;
	/*vertical-align: middle;*/
}
/*.bcl_3 .catalog.mod_flexicontent_wrapper .fcitem_readon a.readon,
.blc_3 .catalog.mod_flexicontent_wrapper .fcitem_readon a.readon span,
.blc_3 .catalog.mod_flexicontent_wrapper .fcitem_readon a::before {
   color: #fff;
}
/*.catalog.mod_flexicontent_wrapper .fcitem_readon a:hover {
  color:#444444;
}*/
.catalog.mod_flexicontent_wrapper .fcitem_readon:hover a.readon,
.catalog.mod_flexicontent_wrapper .fcitem_readon:hover a.readon span,
.catalog.mod_flexicontent_wrapper .fcitem_readon:hover a {
	padding: 0px;
	background:none;
	text-decoration: none!important;
	color: gray;
}

/*****************************/
/* Content PLACEMENT methods */
/*****************************/
.catalog.mod_flexicontent_wrapper .fc_block {
	/*line-height: 160%;*/
}
.catalog.mod_flexicontent_wrapper .fc_overlayed {
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	/* For IE 8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000)";
	width: 96%;
	height: auto;
	padding: 2%;
	margin: 0%;
	position: absolute;
	left: 0px;
}
.catalog.mod_flexicontent_wrapper .fc_overlayed .fc_block {
	/*font-family: Raleway;
	font-weight:900;*/
	line-height: 160%;
	color: white;
	/*text-shadow: 1px 1px 2px #000, -1px -1px #000, 1px 1px #000;*/
	text-shadow: 1px 1px 1px #000;
}

.catalog.mod_flexicontent_wrapper .fc_bottom {	bottom: 0px; }
.catalog.mod_flexicontent_wrapper .fc_top { top: 0px; }
.catalog.mod_flexicontent_wrapper .fc_full { top: 0px; height:100%; }

.catalog.mod_flexicontent_wrapper .fc_stretch {
	width:100% !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	display: block;
}
.catalog.mod_flexicontent_wrapper .fc_float_left {
	float: left !important;
	margin: 0px 6px 6px 0;
	display: block;
}
.catalog.mod_flexicontent_wrapper .fc_float_right {
	float: right !important;
	margin: 0px 0 6px 6px;
	display: block;
}
.catalog.mod_flexicontent_wrapper .fc_floated {}

.catalog.mod_flexicontent_wrapper .image_featured.fc_float_left img,
.catalog.mod_flexicontent_wrapper .image_featured.fc_float_right img,
.catalog.mod_flexicontent_wrapper .image_standard.fc_float_left img,
.catalog.mod_flexicontent_wrapper .image_standard.fc_float_right img { }
.catalog.mod_flexicontent_wrapper .image_featured.fc_float_left img,
.catalog.mod_flexicontent_wrapper .image_featured.fc_float_right img,
.catalog.mod_flexicontent_wrapper .image_standard.fc_float_left img,
.catalog.mod_flexicontent_wrapper .image_standard.fc_float_right img { }

.catalog.mod_flexicontent_wrapper .fc_clear { clear: both !important; }

.catalog.mod_flexicontent_wrapper .mod_flexicontent_featured_wrapper .fc_auto_show,
.catalog.mod_flexicontent_wrapper .mod_flexicontent_standard_wrapper .fc_auto_show {
	-webkit-transition: max-height 0.5s ease-out, opacity 0.5s linear, padding 0.3s linear, background-color 0.3s linear;
	transition: max-height 0.5s ease-out, opacity 0.5s linear, padding 0.3s linear, background-color 0.3s linear;

	opacity:0.0;
	filter:alpha(opacity=0);

	max-height: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-y: hidden;
}

.catalog.mod_flexicontent_wrapper .mod_flexicontent_featured_wrapper.mod_fc_activeitem .fc_auto_show.fc_show_active,  /* force showing content of active item */
.catalog.mod_flexicontent_wrapper .mod_flexicontent_standard_wrapper.mod_fc_activeitem .fc_auto_show.fc_show_active { /* force showing content of active item */
	opacity:1;
	filter:alpha(opacity=100);
	max-height: 100%; /* can be approximate, percentage works well if parent height is specific */
}
.catalog.mod_flexicontent_wrapper .mod_flexicontent_featured_wrapper.mod_fc_activeitem:hover .fc_auto_show.fc_show_active,  /* show & highlight content of active item */
.catalog.mod_flexicontent_wrapper .mod_flexicontent_standard_wrapper.mod_fc_activeitem:hover .fc_auto_show.fc_show_active,  /* show & highlight content of active item */
.catalog.mod_flexicontent_wrapper .mod_flexicontent_featured_wrapper:hover .fc_auto_show,  /* show content if item under mouse */
.catalog.mod_flexicontent_wrapper .mod_flexicontent_standard_wrapper:hover .fc_auto_show {   /* show content if item under mouse */
	opacity:1;
	filter:alpha(opacity=100);
	background-color: rgba(0, 0, 0, 0.75);
	max-height: 100%; /* can be approximate, percentage works well if parent height is specific */
}
.blc_2 a,.blc_3 a {
	color:white;
}
