.breadcrumb {
	background-color: #fff;
}
.breadcrumb a {
	text-decoration: underline;
}
.tile {
	float: right;
	width: 210px;
	height: 120px;
	line-height: 110px;
	text-align: center;
	border-radius: 15px;
	margin: 10px;
	background: #f6f3ec;
	box-shadow: 1px 1px 1px #dcdddd,
						  1px -1px 1px #dcdddd,
						 -1px 1px 1px #dcdddd,
						 -1px -1px 1px #dcdddd;
	
}
h1 {
	font: normal 24px "Trebuchet MS", Tahoma;
	margin: 15px 0;
}
h1 span {
	color: #999;
}
.main {
	padding: 10px 30px 10px 40px !important;
}
.main p {
	font: normal 12px "Trebuchet MS", Tahoma;
  color: #333333;
}

.product {
	text-align: center;
	margin: 20px 0 10px;
}
.product a {
	display: inline-block;
}
.product .props {
	text-align: right;
}
.product a img{
	max-width: 148px;
  max-height: 141px;
}
.product .product-name {
	font: normal 14px "Trebuchet MS", Tahoma;
	text-decoration: underline;
	color: #337ab7;
}

@media (max-width: 768px) {
	.main {
		padding: 10px 5px 10px 10px !important;
	}
}

@media (min-width: 550px) and (max-width: 768px) {
	.product-box {
		width: 50%;
	}
}