.prodHolder{
	box-sizing:border-box;
	background-image:url(../imagens/banners/warehouse.jpg);
	background-size: cover;
	background-attachment:fixed;
	display: inline-block;
	width: 100%;
}
.prodHead{
	box-sizing:border-box;
	width: 100%;
	background-color: #05046A;
	color: white;
	position: relative;
	font-size: 24px;
	font-weight:bolder;
	text-align:center;
	padding: 15px;
	z-index:4;
	
}
.prodSlot{
	box-sizing:border-box;
	width: 100%;
	padding: 25px;
	float: left;
	position: relative;
	color: #0B0C77;
	background-color:rgba(255,255,255,1);
}
.videos .prodSlot, .fotos .prodSlot{
	width: 33.33%;
}
.prodResto{
	box-sizing:border-box;
	position: relative;
	width: 90%;
	max-width: 900px;
	margin:auto;
}
.prodImg{
	background-color: white;
	box-sizing:border-box;
	width: 400px;
	min-height:300px;
	position: relative;
	z-index:3;
}
.slick-slide img{
	width: 100% !important;
	height: auto !important;
}
.prodDesc{
	box-sizing:border-box;
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 425px;
	padding-right: 50px;
}
.prodList{
	position: static;
	padding: 0;
}
.prodTitle{
	padding-bottom: 15px;
	font-size:24px;
	font-weight:bold;
	margin: auto;
	margin-bottom: 20px;
	text-align:left;
	max-width: 900px;
	
}
.prodPara{
	margin-bottom: 25px;
}
.prodSpecs > div, .prodLinks > a{
	border-bottom: 1px solid #0B0C77;
	display: inline-block;
	text-align:center;
	margin-right: 25px;
	padding: 5px 0;
	margin-bottom: 25px;
	font-size: 12px;
	width: 150px;
	position: relative;
}
.prodMarker{
	position: absolute;
	bottom: 0;
	width: 0; 
  	height: 0; 
  	border-bottom: 10px solid #0B0C77;
 	border-right: 10px solid transparent;
}
.prodLinks{
	position: absolute;
	top: 15px;
	right: 50px;
	box-sizing:border-box;
}
.prodLinks > a{
	display: inline-block;
	border: 1px solid #FF6600;
	color: #FF6600;
	text-decoration: none;
	margin: 0;
	
}
.prodLinks > a:hover{
	background-color: #FF6600;
	color: white;
}


@media screen and (max-width: 900px) {
	
.prodSlot{
	padding: 10px 5px;
	width: 100%;
}
.prodLinks{
	right: 22px;

}
.prodTitle span{
	margin-left: 15px;
}
.prodSpecs > div, .prodLinks > a{
	width: 75px;
	font-size: 12px;
}
.prodImg{
	width: 100%;
}
.prodDesc{
	position: static;
	padding: 0;
}	
.prodSlot iframe{
	width:100%;
}
}