﻿
#hpabout {
	padding: 80px 0px;
}

.hpaboutcontent > div.right img {
	width: 100%;
	max-height: 450px;
}

#hpaboutgreybuttons {
	display: table;
}

#hpaboutgreybuttons a {
	font-size: 36px;
	width: 45%;
	display: block;
	text-align: center;
	padding: 50px 0px;
	text-transform: uppercase;
	background: #024e4e;
	color: white;
	font-family: Playfair;
	float: left;
	margin: 10px;
	-moz-transition: color 0.5s, background 0.5s;
	-webkit-transition: color 0.5s, background 0.5s;
	-o-transition: color 0.5s, background 0.5s;
	-ms-transition: color 0.5s, background 0.5s;
	transition: color 0.5s, background 0.5s;
}

#hpaboutgreybuttons a:hover {
	background: #986542;
}

#hpaboutgreybuttons a.fullrowbtn {
	width: 500px;
}

.hpaboutcontent .right p, #hpmarket p {
	padding-top: 20px;
	color: #9b9b9b;
	font-size: 16px;
	line-height: 23px;
	width: 100%;
}

.hpaboutcontent .right .jpbttsmall {
	margin-top: 30px;
}

#hpmarket .jpbttsmall {
	margin: 30px auto 0 auto;
}

#hpmarket {
	padding-bottom: 80px;
}

#hpmarket p {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.bannerlist1.hpprime > li > div {
	float: left;
}

/*media queries*/
@media screen and (min-width:1151px) {
	.hpaboutcontent > div {
		width: 100%;
		max-width: 1200px;
	}
}

@media screen and (max-width:1150px) {
	.hpaboutcontent > div {
		width: 90%;
		margin-left: 15px;
		margin-right: 15px;
		text-align: center;
	}

	.hpaboutcontent > div.right {
		clear: both;
		margin-top: 10%;
	}

	.hpaboutcontent div.right > a {
		display: table;
		margin: auto;
	}

	#hpaboutgreybuttons a, #hpaboutgreybuttons a.fullrowbtn {
		width: 98%;
		margin: 15px 1%;
	}
}

@media screen and (max-width:820px) {
	#hpaboutgreybuttons a.fullrowbtn {
		width: 98%;
		margin: 15px 1%;
	}
}
