body {
	overflow-y: scroll;
	font-size: 14px;
	font-family: 'ABeeZee', sans-serif;
	line-height: 1;
	color: #000;
}

h1, h2, h3, h4 {
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

.form-group {
	text-align: left;
}

.ie7 body{
	overflow:hidden;
}

.fltrt {
	text-align: center;
	margin-bottom: 2em;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

.main-container {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

.main-aside {
	position: fixed;
	float: left;
	max-width: 235px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.main-aside .wrapper {
	padding: 20px 20px 0;
}

.main-section {
	position: relative;
	float: left;
	width: 100%;
	max-width: 960px;
	margin-left: 240px;
        margin-top: 20px;
	height: inherit;
}

.content {
	background: rgba(204,204,204,0.9);
}

.content_prices {
	float: none;
	height:375px;
	width:650px;
	padding:10px;
	margin:150px auto;
	background: rgb(204,204,204);
	background:rgba(204,204,204,0.9);
}
.content_prices h2{
    font:20px/1.4 "helvetica neue",arial,sans-serif;
	font-weight:bold;
	}
.content_local {
	float: none;
	height:475px;
	width:650px;
	padding:10px;
	margin:150px auto;
	background: rgb(204,204,204);
	background:rgba(204,204,204,0.9);
}
.content_local h2{
	font-weight:bold;
}

.content_text {
	padding-left: 75px;
	padding-right: 75px;
	margin-bottom: 50px;
}

.content_text h2, .content_text h3, .content_text h4 {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content_text p {
	text-align: justify;
	line-height: 27px;
	margin: 14px 0;
}

.content_contact {
	float: none;
	height:350px;
	width:650px;
	padding:10px;
	margin:150px auto;
	background: rgb(204,204,204);
	background:rgba(204,204,204,0.9);
}

.language-icons {
	padding: 0;
}

.language-icons li {
	display: inline-block;
	list-style: none;
}

.bose-holder {
	position: fixed !important;
	height: 100% !important;
}

.owl-carousel {
	margin-top: 40px;
}

.owl-prev, .owl-next {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	margin-top: 10px !important;
	padding: 5px 20px !important;
	font-size: 20px !important;
}

/* Homepage CSS */
.overall-message-container {
	text-align: center;
	margin-top: 25%;
}

.overall-message-container .sub-content {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	margin: 0 20px;
	padding: 40px;
	width: 90%;
}

.overall-message-container .sub-content ul {
	padding: 0;
}

.overall-message-container .sub-content li {
	font-size: 17px;
	list-style: none;
	text-align: left;
}

.overall-message-container .sub-content li span {
	font-size: 15px;
}
.overall-message-container .sub-content li:not(:last-child) {
	margin-bottom: 20px;
}

/* Other pages */

.content_text li {
	text-align: justify;
	line-height: 1.7rem;
}

.content_text li:not(:last-child) {
	margin-bottom: 20px;
}

.gallery-container {
	float: left;
	margin-bottom: 50px;
	width: 100%;
}

.gallery-container h4 {
	text-align: center;
}

.gallery-container div {
	float: inherit;
	height: 108px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.gallery-container img {
	width: 108px;
	height: 108px;
	border: solid 4px #FFFFFF;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	display: inline-block;
	line-height: 0;
	max-width: 100%;
	transition: all 200ms ease-out;
}
.gallery-container img:hover {
	box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}

.property-code {
	color: #fff;
	font-size: 1.05rem;
}

.social-sharing-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: bold;
}

.a2a_default_style {
	display: inline-block;
	margin: 0 auto 2em;
}

.a2a_default_style .a2a_svg,
.a2a_default_style .a2a_svg svg {
	width: 20px;
	height: 20px;
}

.reviewbuddy_container {
	display: inline-block;
	margin: 0 auto;
}

.promotions-button {
	margin-top: 2em;
}

.form-group.promotions-subscribe input {
	margin-right: 0.5em;
}

.form-group.promotions-subscribe input,
.form-group.promotions-subscribe label {
	display: inline;
}
