.entry-header{
    background: #ECF1F5;
    padding: 60px 0;
    text-align: center;
}

.entry-header h1{
  font-family: 'aliquamultralight' !important;
  font-size: 55px;
}

.column, .colWrapper {
    width: 80%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.column img, .colWrapper img {
	max-width: 98%;
	padding: 10px 0;
}

.oneCol{
	width: 100%;
	margin-left: 10px;
}

.oneRow, .fullScreen{
	width: 100%;
	margin-left: 1%;
}

.two{
    width: 98%;
    float: left;
    margin: 10px 1%;
    margin-bottom: 0;
}

.merge{
	width: 80%;
        margin: 0 auto;
	padding: 10px 0;
}

.merge img{
	width: 50%;
	float: left;
	margin: 10px 0;
}

.bg_parallax{
	background-attachment: fixed !important;
	background-origin: initial !important;
	background-clip: initial !important;
	background-size: cover !important;
	background-repeat:no-repeat !important;
	background-position:100% 0;
	position:relative;
	min-height:500px;
	overflow: hidden;
}

.town_big_image img{
	width: 100%;
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
	.bg_parallax{
		min-height: 280px;
	}

	.entry-header{
		padding: 20px 0;
	}
}

@media screen and (min-width: 1900px){
	.bg_parallax{
		min-height: 700px;
	}

	.entry-header{
		padding: 85px 0;
	}
}

.town_editorial_link a:hover{
	color: #6DB4E2;
}

.text{
	font-family: 'aleoregular';
	padding: 140px 120px;
	font-size: 16px;
	background: #ECF1F7;
	color: #000;
}

.mainmenu li a{
	color: #39434A;
}

.column1{
    padding: 0 0 0 40px;
    margin-top: -10px;
}

.town_video{
    padding-bottom: 34.25%;
    margin-top: 80px;
}

.town_video_text{
   margin-top: 0;
}

.town_map_text {
    margin-top: 122px;
}

.development:hover{
	color: #fff;
	cursor: pointer;
}
.review .author{
    font-family: 'aleoregular';
    font-size: 18px;
    color: #000;
    margin-left: 40px;
}

.review .text {
	position: relative;
	background: #ECF1F7;
	margin-bottom: 10px;
	padding: 60px;
	font-size: 18px;
	margin-top: 70px;
}
.review .text:after {
    top: 100%;
    left: 350px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(236, 241, 247, 0);
    border-top-color: #ECF1F7;
    border-width: 26px;
    margin-left: -25px;
    border-left: none;
}