/**************************
CONTENT 3 STYLES
**************************/
#content-prod{
	background-color: #ebedec;
	padding: 50px 0;
}
#content-prod h2{
	margin: 0 0 50px 0;
}
#content-prod h2 strong{
	font-weight: 600;
}
#content-prod a p{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
#content-prod a{
	text-align: center;
	display: inline-block;
	background: #fff;
	margin-bottom: 30px;
	color: #297fba;
	position: relative;

}
#content-prod a.coming-soon{
	color: #fff !important;
	cursor: default;
}
#content-prod a:hover{
	text-decoration: none;
	color: #fff;
}
#content-prod a .prod-content{
	position: relative;
	padding: 20px;
	
}
#content-prod a .prod-content p{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
#content-prod a.top .prod-content p{
	top: 20px;
	line-height: 1.4;
}
#content-prod a .prod-overlay{
	opacity: 0;
	z-index: 9999;
	height: 100%;
	width: 100%;
	background: #297fba;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
}
#content-prod a.coming-soon .prod-overlay{
	opacity: 0.8;
	background-color: #777;
}
#content-prod a .prod-overlay:hover{
	opacity: 0.8;
	transition: opacity .25s ease-in-out;
  	-moz-transition: opacity .25s ease-in-out;
  	-webkit-transition: opacity .25s ease-in-out;
}
#content-prod a .prod-overlay p{
	color: #fff;
	margin-top: 60px;
	opacity: 1;
	font-size: 34px;
	line-height: 1.2;
}
#content-prod a img{
	width: 70%;
}
#content-prod .usbc-prod-name, #content-prod a .prod-overlay .usbc-prod-name{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	font-size: 18px;
	margin-top: 0;
	vertical-align: top;
	line-height: 1.4;
}
#content-prod .usbc-prod.bot .usbc-prod-name{
	bottom: 20px;
}
#content-prod .usbc-prod.top .prod-overlay .usbc-prod-name{
	top: 20px;
	line-height: 1.4;
}

@media (max-width: 1199px) {
	#content-prod a .prod-overlay p{
		margin-top: 50px;
		font-size: 30px;
	}
}
@media (max-width: 991px) {
	#content-prod a .prod-overlay p{
		margin-top: 60px;
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	#content-prod .usbc-img{
		width: 50%;
	}
	#content-prod{
		text-align: center;
	}

	#content-prod a .prod-overlay p{
		margin-top: 50px;
		font-size: 22px;
	}
	#content-prod .usbc-prod.bot .usbc-prod-name{
		bottom: 10px;
	}
	#content-prod a.top .prod-content p{
		top: 10px;
	}
	#content-prod .usbc-prod.top .prod-overlay .usbc-prod-name{
		top: 10px;
	}
}

.ie7-8 #content-prod .usbc-img{
	max-width: 200px;
	float: left;
}
.ie7-8 #content-prod a .prod-overlay{
	display: none;
}
.ie7-8 #content-prod a:hover{
	text-decoration: underline !important;
}