#modeltype_galery{
	margin: 0 auto;
	position: relative;
	text-align: center;
	color: #fdb354;
}

#modeltype_galery div.model.disable{
	background: url(../../images/site/valija.png) no-repeat center 250px;
}

#modeltype_galery div.model.disable div.image{
	-moz-opacity:.35;
	filter:alpha(opacity: .35);
	opacity: .35;
}
#modeltype_galery div.model.enablenew{
	background: url(../../images/site/new.png) no-repeat center 250px;
	
}
#modeltype_galery div.model.enableboth{
	background: url(../../images/site/both.png) no-repeat center 250px;
	
}

#modeltype_galery div.model.enablenew div.image{
	-moz-opacity:.35;
	filter:alpha(opacity: .35);
	opacity: .66;
	
}

#modeltype_galery div.model{
	cursor: pointer;
	width: 235px;
	height: 350px;
	display: inline-block;
	position: relative;
	margin:0 20px 20px 0;
}

#modeltype_galery div.model div.image{
	width:100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	
	position: absolute;
	z-index: 1;
	
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");  Firefox 10+, Firefox on Android */
  /* filter: gray;  IE6-9 */
   /* -webkit-filter: grayscale(100%);*/
}

#modeltype_galery div.model div.model_name{
	width: 100%;
	bottom: 0;
	position: absolute;
	z-index: 3;
	background-color: #000;
	/*color: #FFF;*/
	color: #fdb354;
	padding: 5px;
font-family: 'champagne__limousinesregular';
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;

	-moz-opacity:.8;
	filter:alpha(opacity: .8);
	opacity: .8;
}

