@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Cinzel);
.background {
	background: url(images/background1500.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.map-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: relative;
}
.logoNew {
	margin: 50px auto;
	width: 303px;
	height: 100px;
}
.logoNew a {
	width: 303px;
	height: 143px;
	display: block;
	/*text-indent: -9999px;*/
	background-color: #772218;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	letter-spacing: 0.3em;
	font-family: 'Playfair Display SC', serif;
	line-height: 6em;
	margin: 0 auto;
	z-index: 5;
	text-decoration: none;
}
.column-group {
	background-color: rgba(255,255,255,0.80);
	border-top: 2px #a42322 solid;
}
.p7DMM10 ul a {
	text-transform: uppercase;
}
.announce {
	font-size: 1.2em;
	font-weight: bold;
	font-style: none;
	color: #a42322;
	text-align: center;
}
ul.indexPoints {
	font-size: 1.1em;
	list-style: square;
	line-height: 1.4em;
}
ul.finePrint li {
	list-style-type: square !important;
	list-style-image: none;
	font-weight: bold;
	margin-bottom: 30px;
}
.underline {
	border-bottom: 1px #000 solid;
}
.contactLabel {
	font-size: .95em;
	text-transform: uppercase;
	font-weight: bold;
}
.contactList {
	list-style-type: none;
	margin-left: -30px;
	margin-top: 20px;
}
h2 {
	color: #a42322;
	font-weight: bold;
}
h3 {
	margin-bottom: 1em;
}
h4 {
	color: #a42322;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin-bottom: 0;
}
#p7DMM_1 {
	border-bottom: 2px #a42322 solid;
	box-shadow: 0px 0px 7px 0px #000;
}
a {
	color: #a42322;
}
p {
	margin-top: 0px;
}
li {
	list-style-type: square;
}
td {
	vertical-align: top;
	padding: 10px;
}
tr:first-child td:first-child {
	background-color: #2C2C2C;
	color: #fff;
}
tr:first-child td:nth-child(2) {
	background-color: #616161;
	color: #fff;
}
tr:first-child td:nth-child(3) {
	background-color: #a42322;
	color: #fff;
}
tr:nth-child(2) td, tr:nth-child(3) td, tr:nth-child(4) td {
	background-color: #fff;
	color: #000;
}
.columnDivision {
	background-color: #fff !important;
}
.rates tr:nth-child(2) td:nth-child(2), .rates tr:nth-child(2) td:nth-child(3), .rates tr:nth-child(3) td:nth-child(2), .rates tr:nth-child(3) td:nth-child(3), .rates tr:nth-child(4) td:nth-child(2), .rates tr:nth-child(4) td:nth-child(3) {
	padding-top: 30px;
}
.smallPrint li {
	font-size: .75em;
	font-weight: bold;
}
.ratesTable {
	margin-left: -1em;
}
hr {
	border: 0;
	border-bottom: #000 double medium;
	width: 75%;
	margin: 2em auto;
}
legend {
	color: #a42322;
	font-weight: bold;
}
input {
	margin-bottom: 10px;
	min-width: 200px;
}
input[type=submit], input[type=reset] {
	min-width: 95px !important;
}
.required {
	font-weight: bold;
	color: #F6070B;
}
.clear {
	clear: both;
}
div#masthead img {
	padding-bottom: 50px;
	padding-top: 10px;
}
.wrapper {
	display: flex;
	flex-flow: row wrap;
}
/*masonry grid set up*/

.masonry {
	display: flex;
	flex-flow: row wrap;
	margin-left: -8px; /* Adjustment for the gutter */
	width: 100%;
}
.masonry-brick {
	flex: auto;
	height: 250px;
	min-width: 150px;
	margin: 0 8px 8px 0; /* Some gutter */
}
.masonry-brick:nth-child(4n+1) {
	width: 250px;
}
.masonry-brick:nth-child(4n+1):nth-child(4n+2) {
	width: 325px;
}
.masonry-brick:nth-child(4n+1):nth-child(4n+3) {
	width: 180px;
}
.masonry-brick:nth-child(4n+1):nth-child(4n+4) {
	width: 380px;
}
 @media screen and (max-width:600px) {
.percent70 {
	order: 1;
	width: 100%;
}
.percent30 {
	order: 2;
	width: 100%;
}
.masonry-brick {
	width: auto;	
}
}
