@charset "utf-8";
/* CSS Document */

/* ************  Banner Menu Produtos Principal  *************************** */

#menuProducts {

	/*width:960px;
	height:130px;
	margin-left:-14px;
	display: table;
	background: #ffffff url(/fatomipe/imsite/bkgs/bkgMenuProducts.jpg) left bottom repeat-x;
	vertical-align: middle;*/
	
	/*width:100%;*/
	width:960px;
	margin-left: -14px;
	
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,212,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(214,214,212,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,212,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,212,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,212,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(214,214,212,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d4', GradientType=0 );

	
	
}

#productsRow {
	/*width: 100%;*/
	width: 932px;
	height:130px;
	padding-left: 15px;
	padding-right:15px;
	
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
	/*display: table-cell; 
	vertical-align: middle; 
	width:932px;
	height:50px;
	text-align:center;*/
}

.productImage {
	/*float: left;
	width: 150px;
	margin: 0 6px 0 0;*/

}

.productImage a  {

}

.productImage a .container {
	background-color: #191919;
	width:150px;
	height:110px;
	border-radius: 8px;
	overflow: hidden;
	
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
	
}


.productImage a .container .imgWrapper {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	height:75px;
	overflow: hidden;
	margin: 5px;
	
}





.productImage .motoserras .img {
	width:100%;
	height: 100%;
	/*background: url(/fatomipe/imsite/menus/produtos/motoserras.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
.productImage .img img{
	width:100%;
	height: auto;
}



.productImage a .container .title {
	width: 100%;
	height: 25px;
	
	border-top: 1px solid #333435;
	
	background: rgba(39,39,39,1);
	background: -moz-linear-gradient(top, rgba(39,39,39,1) 0%, rgba(25,25,25,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(39,39,39,1)), color-stop(100%, rgba(25,25,25,1)));
	background: -webkit-linear-gradient(top, rgba(39,39,39,1) 0%, rgba(25,25,25,1) 100%);
	background: -o-linear-gradient(top, rgba(39,39,39,1) 0%, rgba(25,25,25,1) 100%);
	background: -ms-linear-gradient(top, rgba(39,39,39,1) 0%, rgba(25,25,25,1) 100%);
	background: linear-gradient(to bottom, rgba(39,39,39,1) 0%, rgba(25,25,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#191919', GradientType=0 );
}


.productImage a .container .title > div{
	float:left;
}

.productImage a .container .title .icon {
	width:25px;
	height: 25px;
	background-color: #f15922;
	border-top:1px solid #ff642c;
	overflow: hidden;
}

.productImage a .container .title .icon img {
	width: 100%;
	height: auto;
}
	



.productImage a .container .title .text {
	font-family: "Myriad Pro";
	font-size: 15px;
	padding-left: 10px;
	font-weight: bold;
	color:white;
	padding-top: 2px;
	background: -webkit-linear-gradient(#fff, #b2b2b2);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}

.productImage a.selected .container .title .text,
.productImage a:hover .container .title .text{	
	color:#f15922;
	background: -webkit-linear-gradient(#f15922, #f15922);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/*500ms*/
}


/* ************  Fim Banner Menu Produtos Principal  *************************** */