#menu {
    background-color: #00a0e0;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #00a0e0;
    min-height: 40px;
}

.featured h4{
    font-size:12px;
}
.featured h4 a{
    color:grey;
}
.featured .image{
    padding:2px;
}
.featured .caption{
    padding-left: 5px;
    min-height: 70px!important;
}
.featured .price{
    margin-right: 10px;
    color:#00a0e0;
}

.special_header h3{
    float:left;
}
.special_header hr{
    float:left;
    background: black  no-repeat scroll center;    
    width: 85%;
    height: .05em;
    margin: 28px 0px 0px 10px;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: black;
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.slides li{
    position:   relative;  
}
.flex-caption {
    width: 36%;
    height: 125px;
    width: 350px;
    position: absolute;
    top:34%;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 14px;
    padding: 20px 20px 20px 50px;
    line-height: 18px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.flex-caption p{
    color:black;
    font-size: 32px;
    line-height: 30px;
    font-weight: bold;
}
.flex-caption span{
    color:#00afec;
    font-size:20px;
    font-style: italic;
    font-weight: bold;
}
li.css a {
  border-radius: 0;
}
.stage-button{
    position: absolute;
    bottom: 5%;
    right: 10%;
    background:    #faed3d;
    border:        2px solid #ECE257;
    border-radius: 20px;
    color:         #000;
    display:       inline-block;
    padding:       8px 20px;
    font:          normal 700 24px/1 "Calibri", sans-serif;
    text-align:    center;
}

.s_message{
    padding:20px;
    float: right;    
    font-weight: normal!important;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size:14px;
    margin-bottom:20px;
}

#cart button{
    background: black;
    background-image: black;
}

#cart button i{
    float: left;
}
#cart button span{
    float: left;
    margin-left: 10px;
}
#cart #cart_img{
    position: absolute;    
    right: -7px;
    top: -14px;
    width: 50px;
    z-index: 9999;
}
#menu .dropdown-inner a{
    white-space: nowrap;
}

.li_filter_cat{
    display: inline;
    padding:7px;
    border: 1px solid #e3e1ea;
    border-radius:3px;
    background-color: #eee;
    float: left;
    margin: 0 4px 4px 0;
}

.product-thumb .caption {
    min-height: 145px;
}

#price_member_listing, #price_member_listing li, #price_member_listing h2{
    font-weight: bold;
    color:#229ac8;
}

.list-unstyled h2 {
    margin: 0;
}

.list-unstyled hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

.special_price .price{
    float:left;
    margin-left: 20px;
    color: #c30000;
    font-weight: bold;
    font-size: 12px;
}

.special_price .price_member{
    float:right;
    margin-right: 20px;
    color: #c30000;
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 1000px) {
    #cart_img{
        display:none;
    }
}


@media (max-width: 770px) {
    .flex-caption{
        display: none;
    }
    .stage-button{
        display: none;
    }
}


.product_docs{
 	margin-bottom:15px;
 	font-size:0;
}
.product_docs .product_doc{
	display:inline-block;
	border:1px solid #dddddd;
	width:20%;
	max-width:190px;
	min-width:150px;
	overflow:hidden;
	position:relative;
	border-radius:4px;
	margin:0;
	padding:10px;
}
.product_docs .product_doc:nth-child(n+2){
	margin-left:1%;
	width:19%;
}
.product_docs .product_doc .title_pdf{
	position:absolute;
	top:0;
	height:30px;
	width:100%;
	background-color:#00a0e0;
	color:white;
	text-align:center;
	font-weight:700;
	font-size:24px;
	padding-top:4px;
}
.product_docs .product_doc .fleche_pdf{
	float:left;
	height:25px;
	width:25px;
	text-align:center;
}
.product_docs .product_doc .fleche_pdf img{
	height:inherit;
}
.product_docs .product_doc .title_doc{
	float:left;
	width:calc(100% - 30px);
	text-align:center;
	left:30px;
	vertical-align:middle;
	margin-left:5px;
}
.product_docs .product_doc .title_doc .title_doc_child{
	margin:auto;
	line-height:1.1em;
	font-size:11px !important;
}
/* fixed colum left + content + right*/
@media (max-width: 768px) {
.product_docs{
	 	text-align:center !important;
	}
}
/* fixed colum left + content + right*/
@media (max-width: 350px) {
	.product_docs .product_doc{
		max-width:none;
		width:100%;
		
	}
	.product_docs .product_doc:nth-child(n+2){
		margin-left:0%;
		width:100%;
	}
}