.bcrumbs {
display: block;
box-sizing: border-box;
overflow: hidden;
max-width: 1400px;
height: auto;
clear: both;
margin-left: auto;
margin-right: auto;
text-align: left;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #252525;
text-decoration: none;
font-weight: normal;
margin-bottom: 10px;
padding: 6px;
background-color: #e9e8e8;
border: #bdbdbd 1px solid;
}
.bcrumbs a:link, .bcrumbs a:visited {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #252525;
text-decoration: none;
font-weight: bold;
background-color: none;
padding: 2px;
}
.bcrumbs a:active, .bcrumbs a:hover {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #701f16;
text-decoration: none;
font-weight: bold;
background-color: none;
padding: 2px;
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}

.detailsArea {
display: block;
box-sizing: border-box;
overflow: hidden;
width: 100%;
height: auto;
clear: both;
}
.detailsCol1 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: left;
width: 50%;
height: auto;
text-align: left;
margin: 15px 0;
}
.detailsCol2 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: right;
clear: right;
width: 50%;
text-align: left;
margin: 15px 0;
border: #dddddd 1px solid;
background-color: white;
font: 1.3em 'Open Sans', sans-serif;
color: black;
min-height: 404px;
padding: 25px;
}
.detailsCol2 h2 {
font-weight: bold;
font-size: 1.4em;
}
.detailsCol2 h4 {
text-align: right;
font-weight: bold;
font-size: 1.4em;
background-color: #d9bb13;
color: black;
padding: 8px;
}
.ws_thumbs img {
width: 63px;
height: 48px;
}

@media screen and (max-width: 995px) {
	.detailsCol1 {
	float: none;
	width: 100%;
	clear: both;
	padding-right: 0;
	}
	#wowslider-container1 {
	margin: 0 auto;
	margin-bottom: 67px;
	}
	.detailsCol2 {
	float: none;
	width: 100%;
	clear: both;
	margin-top: 15px;	
	padding-top: 10px;
	min-height: initial;
	height: auto;
	}	
}