
/* featured grafics */
/*.featured-box .featured-grafic {*/
/*        width:100%;*/
/*        height:50px;*/
/*        position:absolute !important;*/
/*        z-index: 10;*/
/*        bottom: 0;*/
/*        background:#000000;*/
/*        opacity:.4;*/
/*}*/
/*.featured-box a{*/
/*        text-decoration:none !important;*/
/*}
.featured-box .featured-grafic {
        width: 0px;
        height: 0px;
        margin: auto;
        font-size: 0px;
        line-height: 0;

        position:absolute !important;
        z-index: 10;

        background:none;
        opacity:.6;
}

.featured-box .featured-title {
        /*width:inherit;
        width:201px;/*fallback 4 safari
        width: calc(100% - 4px);
        height:44px;
        position:absolute !important;
        z-index: 20;
        padding:2px;
}

.featured-box .text-left {
        text-align:left;
}

.featured-box .text-right {
        text-align:right !important;
}

.featured-box .text-bottom {
        bottom: 0;
}

.featured-box .text-top {
        top: 0;
}

.featured-box .featured-title p{
        font-size:12px !important;
        color:#ffffff !important;
}

.featured-box .title-bottom {
        bottom: 0;
        border-bottom: 90px solid #000000;/*fallback 105
        transition: all 1s ease 0s;
}

.featured-box .title-top {
        top: 0;
        border-top: 90px solid #000000;/*fallback 105
        transition: all 1s ease 0s;
}

.featured-box .title-left {
        border-left: 0;
        border-right: 205px solid transparent;/*fallback 198
}

.featured-box .title-right {
        border-right: ;
        border-left: 205px solid transparent;/*fallback 198
}

.featured-box:hover .title-bottom-1 {
        border-bottom-color:#00A0AF;
}
.featured-box:hover .title-bottom-2 {
        border-bottom-color:#F43957;
}
.featured-box:hover .title-bottom-3 {
        border-bottom-color:#00A0AF;
}

.featured-box:hover .title-top-1 {
        border-top-color:#F43957;
}
.featured-box:hover .title-top-2 {
        border-top-color:#FFC946;
}
.featured-box:hover .title-top-3 {
        border-top-color:#F43957;
}
 featured grafics */


/* Featured Anne-Catherine 2015 */

.featured-title {
	display:none;
	position:absolute;
	z-index:20;
	bottom: 20px;
    width: 100%;}
	
.featured-box .featured-title p{
        font-size:13px !important;
        color:#fdecc1 !important;
}

.featured-box .featured-title p:first-child{
	  text-transform: uppercase;}
	  
.featured-title:before {
	content:"+";
	position:absolute;
	bottom:80px;
	z-index:20;
	width:15px;
	height:15px;
	border-radius:50%;
	color:#fdecc1;
	border:1px solid #fdecc1;
	margin-left:-10px;}
	
	
		  
.featured-box .text-right,.featured-box .text-left{
	text-align:center;
	padding: 4px;} 	
.featured-box:hover .featured-grafic {
		width:100%;
        height:140px;
        position:absolute !important;
        z-index: 10;
        bottom: 0;
        background:#36322f;
        opacity:.65;
		transition: all 1s ease 0s;
}

.featured-box:hover .featured-title {
	display:block;}
.featured-box:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(.99);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}	
.featured-box img {
  width: 205px;
  height: 155px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}	