
/* Typography
--------------------------*/
body {
 background-color: #4d1f35;
}
 
h1,h2,h3, h4 {
 color:#c20023;
 font-weight: normal;
 margin-bottom: 0;
 font-family: "bree",sans-serif;
}

h5,h6 {
	color:#c20023;
	margin-bottom: 0.6em;
	font-weight: normal;
}
 
a {color:#c20023;}
a:hover{color:#c20023;}
a:active{color:#c20023;}
a:focus{color:#c20023;}
a:visited{color:#4d1f35;}

.banner_row {
	background: #4d1f35;
}

.navbar_row {
	background: #c20023;
}

.logo {
	padding: 10px 0;
}

.banner_container {
	background: #4d1f35;
}

.booking_link {
	padding: 40px 0 0;
}

#bookGrid {
	margin-top: 40px;
}

body div.roomTypesGadget div.displayGrid table th {
background-color: #4d1f35 !important;
color: #FFF;
}

body div.roomTypesGadget div.displayGrid table td.button a.nonConsec {
	background-color: #f26532 !important;
	color: #FFF;
}

.logo img {
	max-width: 80%;
	max-height: 80%;
}

.frontpage_container {
	background-color: #fff;
	padding-top: 0px;
}

.frontpage_tiles {
	padding: 30px 0;
}

.frontpage_tile {
	text-align: center;
}

.frontpage_tile p {
	text-align: center;
	padding: 0 30px;
}

.frontpage_tile h3 {
	font-family: "bree",sans-serif;
}

.whats_inside img {
	max-width: 80%;
}

.whats_inside dl {
	margin-top: 0;
}

.whats_inside dd {
	margin-left: 0;
	margin-bottom: 5px;
}

.frontpage_secondary_container {
	padding: 20px 0 30px;
	background: #fff;
}

.footer_message_container {
	background: #c20023;
	color: #fff;
	font-size: 1.2em;
	padding: 20px 0 10px;
}

.main_container {
	background: #fff;
	min-height: 100%;
	padding: 10px 0;
}

.slide_container {
	background: #fff;
}

#room-features td {
	text-align: center;
}

.flexslider.awesome .flex-direction-nav a {
	background: none !important;
	font-size: 3em;
}

.footnote a {
	color: #ce5c2d;
}

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	width: 20px !important;
}

#room-features td.room-type {
	width: 15%;
}

.gallery {
	/*min-height: 2700px;*/
	overflow: visible;
	width: 100%;
}
.gallery #masonry_container {
	height: auto !important;
	margin-bottom: 30px;
}

.footer_container {
	background: #4d1f35;
	color: #fff;
	padding: 40px 0;
}

.social-icons {
	padding-top: 10px;
}

.social-icons a {
	color: #fff;
	padding-left: 2px;
}

.social-icons a:hover {
	color: #c20023;
	text-decoration: none;
}

.submit {
	margin-bottom: 20px;
}

.gform_wrapper .gform_footer {
	padding: 15px 0 10px 0;
	margin: 0;
	clear: both;
}

#masonry_container
{
    max-width: 70em; /* 960 px */
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
}
    #list
    {
        width: 103.125%; /* 990px */
        overflow: hidden;
        margin-left: -1.562%; /* 15px */
        margin-bottom: -1.875em; /* 30px */
    }
        .item
        {
            width: 30.303%; /* 300px */
            float: left;
            margin: 0 1.515% 1.875em; /* 15px 30px */
        }

.map-container {
	margin-bottom: 0 !important;
}