.product-container {
	padding:30px;
}
.product {
	margin-top:15px;
}
.product-description {
	padding:30px 30px;
}
.product-description blockquote {
	font-size:14px;
	line-height: 1.42857;
	border-left:5px solid #183242;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0px 0px 0px 1px #DFDFDF;
}
.product-description h4 {
	font-size:1.9em;
	color:#F16522;
	font-weight: 500;
}
.product-description h4 .initial {
	font-size:1.5em;
	color:#F16522;
	font-weight: 500;
	font-family:"Lucida Console", Monaco, monospace;
}
.product-description .sub-title {
	color:#F16522;
	font-weight: 500;
}
.product-description h4:after {
	background-color: #F16522;
	content: "";
	display: block;
	height: 1px;
	width: 17px;
	position: absolute;
	left: 16px;
}
.product-description p {
	margin: 5px 0px 10px;
	text-align: justify;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
.product-wrap .product-image {
	padding:0px;
}
.product-wrap {
	box-shadow: 0px 0px 10px -5px #444;
}
.product-wrap h4 {
	color:#F16522;
	font-weight: 500;
	text-align:center;
	margin-bottom: 20px;
}
.product-wrap h4:after {
	background-color: #efefef;
content: "";
display: block;
height: 1px;
position: relative;
left: 0px;
right: 0px;
width: 100%;
top: 5px;
}
.product-table {
	display:table;
	float:none;
}
@media (min-width:170px) {
.product-wrap h4 {
	font-size:1.5em;
}
.product-description {
    padding: 10px;
}
.product-description blockquote {
	padding:5px;
}
.product-description blockquote ul{
	padding-left:20px;
}
.product-description p {
	font-size:1em;
}
.product-description td p {
	font-size:1em;
}
.product-description .sub-title {
    font-size: 1.1em;
}
.contact-us-container {
	background-image: url(../images/bg/contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}
.product-wrap .product-image .adjusted{
	margin-top:0px;
}
}
@media (min-width:991px) {
	.product-wrap h4 {
	font-size:2em;
}
.product-description {
    padding: 30px;
}
.product-description blockquote {
	padding:15px;
}
.product-description blockquote ul{
	padding-left:25px;
}
.product-description p {
	font-size:1.1em;
}
.product-description .sub-title {
    font-size: 1.2em;
}
.product-wrap .product-image .adjusted{
	margin-top:13%;
}
}
@media (min-width:1200px) {
.product-table [class*=col-md-] {
	display:table-cell;
	float:none;
	vertical-align: middle;
}
}
@media (min-width:1600px) {
.product-lg-table [class*=col-md-] {
	display:table-cell;
	float:none;
	vertical-align: middle;
}
.product-description {
	padding:60px 60px;
}
}