/**** 

TOOLBOX CUSTOM STYLESHEET 

*****

IMPORT CUSTOM FONTS

*/
@font-face {
    font-family: 'aleobold';
    src: url('../fonts/aleo/aleo_bold/Aleo-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aleolightitalic';
    src: url('../fonts/aleo/aleo_lightitalic/Aleo-LightItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aleoregular';
    src: url('../fonts/aleo/aleo_regular/Aleo-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gt_sectra_displaymedium';
    src: url('../fonts/gt-sectra-display/gt-sectra-display-medium-webfont.woff2') format('woff2'),
         url('../fonts/gt-sectra-display/gt-sectra-display-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quickpen_boldbold';
    src: url('../fonts/quickpen/trial_by_cupcakes_-_quickpenbold-webfont.woff2') format('woff2'),
         url('../fonts/quickpen/trial_by_cupcakes_-_quickpenbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 62.5%;
}
body {
	font-family: 'aleoregular';
	color: #000;
	font-size: 1.6rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}
h1, h2, h3, .h1, .h2, .h3 {
	font-family: 'aleobold';
	font-weight: 400;
}
h4, h5, h6, .h4, .h5, .h6 {
	font-family: 'aleoregular';
	font-weight: 400;
}
.h2, h2 {
    font-size: 3.6rem;
}
.h3, h3 {
    font-size: 3rem;
}
.h4, h4 {
    font-size: 2.4rem;
}
p {
    margin: 2rem 0;
}
hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,1);
}
b, strong {
    font-weight: normal;
	font-family: 'aleobold';
}
img {
    max-width: 100%;
    height: auto;
}
ul li, ol li {
	padding-bottom: 5px;
}
a {
	color: #cd0e2c;
	text-decoration: underline;
}
a:hover {
	color: #a70013;
	text-decoration: none;
}
a:focus, a:active, button:focus, button:active {
	outline: none;
}
a,
a:hover,
button,
button:hover,
a i,
button i,
.animate,
.animate:hover { 
	-webkit-transition: all 0.4s cubic-bezier(.38,.11,0,.95);
    -moz-transition: all 0.4s cubic-bezier(.38,.11,0,.95);
    -ms-transition: all 0.4s cubic-bezier(.38,.11,0,.95);
    -o-transition: all 0.4s cubic-bezier(.38,.11,0,.95);
    transition: all 0.4s cubic-bezier(.38,.11,0,.95);
}
.animate-up {
	transform: translateY(100px);
	opacity: 0;
}
.animate-stagger > div {
	opacity: 0;
	transform: translateY(30px);
}
.animate-up.in-view,
.animate-stagger > div.in-view{
	transform: translateY(0px);
	opacity: 1;
}
.animate-delay-10 {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.animate-delay-15 {
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.font-sectra { 
	font-family: 'gt_sectra_displaymedium';
}
.font-quickpen {
	font-family: 'quickpen_boldbold';
}
.ls-0 {
	letter-spacing: 0px;
}
.ls-1 {
	letter-spacing: 0.3px;
}
.ls-2 {
	letter-spacing: 0.5px;
}
.ls-3 {
	letter-spacing: 0.8px;
}
.ls-4 {
	letter-spacing: 1px;
}
.ls-5 {
	letter-spacing: 2px;
}

/* NAVIGATION */
.btn-nav-open {
	position: absolute;
	bottom: -65px;
    right: 30px;
	background: none;
	border: none;
	width: 30px;
	z-index: 998;
	cursor: pointer;
	padding: 0;
}
.btn-nav-open .bar {
	width: 30px;
	height: 3px;
	background-color: #000;
	margin-bottom: 5px;
	display: block;
}
#main-nav {
    position: fixed;
    top: 0;
    right: -500px;
    bottom: 0;
    width: 90%;
	max-width: 500px;
    background-color: #000;
    box-shadow: 0px 0px 20px #000;
	z-index: 999;
	padding: 40px;
}
#main-nav.active {
    right: 0px;
}
.menu-close {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    z-index: 999;
	cursor: pointer;
}
.menu-close:before {
    content: '';
	transform: rotate(45deg);
	width: 43px;
	height: 1px;
	background-color: #fff;
	display: block;
}
.menu-close:after {
    content: '';
	transform: rotate(-45deg);
	width: 43px;
	height: 1px;
	background-color: #fff;
	display: block;
}
.menu-close-dark:before,
.menu-close-dark:after {
	background-color: #000;
}
#main-nav ul {
    padding: 0;
	margin: 0;
	list-style: none;
}
#main-nav a {
    color: #fff;
    font-size: 2rem;
    padding: 15px;
    text-decoration: none;
    display: block;
}
#main-nav a:hover {
    color: #cd0e2c;
}
.menu-logo {
	padding: 0 15px 30px 15px;
}
.menu-logo img {
	width: 200px;
}

/* home banner */
.header-banner {
	position: relative;
}
.header-banner .anchor-trigger {
    position: absolute;
    font-size: 50px;
    line-height: 1;
    left: 50%;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    color: #000;
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header-banner .anchor-trigger:hover {
	-webkit-transform: translate(-50%, 10%);transform: translate(-50%, 10%);
}
.header-banner .anchor-trigger span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: -7px;
}

/* FRONT PAGE */
.header-top {
	background-color: #000;
	text-align: center;
	color: #fff;
	position: relative;
}
.header-top a {
	color: #fff;
	text-decoration: none;
}
.header-top span {
    margin: 0 6px;
}
#header {
	padding-top: 30px;
	background-color: #fff;
	margin-bottom: -127px;
}
.logo {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	position: relative;
    z-index: 998;
}
.logo img:first-of-type {
	margin-bottom: 15px;
}
#section-intro .section-inner {
	background: url(../img/intro-bg-2020.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 150px 0 300px;
}
#section-builders {
    padding: 80px 0;
}
.builders-logos > div {
	cursor: pointer;
}
.builders-logos > div img {
    max-height: 100px;
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.builders-logos > div:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.builders-details {
	position: relative;
	height: 0px;
	overflow: hidden;
}
.builders-details.active {
    height: auto;
}
.builder-description {
    background: #fff;
    z-index: -1;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.builder-description.active {
    z-index: 99;
	opacity: 1;
}
/*.owl-slide {
    text-align: center;
}
.owl-slide img {
    max-width: 100% !important;
	height: auto;
	width: auto;
	display: inline-block;
}
.gallery-carousel-controls > div,
.owl-nav > div{
	position: absolute;
	top: 45%;
	width: 20px;
    height: 46px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    
	z-index: 999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gallery-carousel-controls > div.owl-prev,
.owl-nav > div.owl-prev{
	left: 20px;
	background: url(../img/arrow-left.svg) 50% 50% no-repeat;
	background-size: contain;
}

.gallery-carousel-controls > div.owl-next,
.owl-nav > div.owl-next{
	right: 20px;
	background: url(../img/arrow-right.svg) 50% 50% no-repeat;
	background-size: contain;
}*/

/*.gallery-carousel-controls > div:hover,
.owl-nav > div:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.owl-dots {
	text-align: center;
	display: none;
}
.owl-dot {
    display: inline-block;
	margin: 3px;
}
.owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #0e2f5b;
	opacity: 0.4;
    display: block;
    border-radius: 50%;
}
.owl-dot.active span {
	opacity: 1;
}*/
.item-video,
.item-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.item-video {
	background: url(../img/icon-play.svg) 50% 50% no-repeat;
	background-size: 100px;
}
.item-video iframe {
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
iframe.active {
    z-index: 99;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#section-aerial {
	/*background: url(../img/aerial-bg.jpg) 50% 50% no-repeat;*/
	/*background: url(../img/village_map.jpg) 50% 50% no-repeat;*/
	/*background: url(../img/designer_village_map_032019.jpg) 50% 50% no-repeat;*/
	background: url(../img/designer_village_map_2021.jpg) 50% 50% no-repeat;
	background-size: cover;
	height: 0;
    padding-bottom: 69.89%;
	position: relative;
}
#section-aerial h3 {
	display: none;
	position: absolute;
	top: 8.5%;
	left: 0;
	right: 0;
	text-align: center;
	color: #000;
}
.download-pdf {
    position: absolute;
    bottom: 11.5%;
    left: 61%;
    width: 300px;
    z-index: 997;
}
@media screen and (max-width : 767px) {
	#section-aerial {
		min-height: 100vh;
	}
	.download-pdf {
		position: absolute;
		bottom: 2%;
		left: 50%;
		width: 300px;
		z-index: 997;
		margin-left: -150px;
	}
}
#section-homes {
	background-color: black;
    padding: 80px 0;color: #fff;
}
.section-filter {
	background-color: #e8e0d3;
	color: #000;
	padding: 20px 0;
	margin: 40px 0;
}
button.filter-option {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    padding: 0 0 0 25px;
    position: relative;
    margin: 5px 15px;
	background: url(../img/icon-unchecked.svg) 0% 50% no-repeat transparent;
	background-size: 18px 18px;
	outline: none;
	text-align: left;
}
button.filter-option.active {
	background: url(../img/icon-checked.svg) 0% 50% no-repeat transparent;
	background-size: 18px 18px;
}
@media screen and (max-width : 767px) {
	button.filter-option {
		width: 49%;
		margin-left: 0;
		margin-right: 0;
	}
}
.home-item  {
    margin-bottom: 3rem;
}

.filtering .home-item  {
    display: none;
}
.filtering .home-item.active  {
    display: block;
}

article.home-details {
	padding: 0;
	display: none;
}


hr.small-hr {
    width: 70px;
}

.home-item hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid #fff;
}
.home-img {
	position: relative;
	margin-bottom: 0.5rem;
}
.home-img:hover img {
	opacity: 0.75;
	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}
.home-number {
	text-align: center;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #f68e4d;
	line-height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
	border-radius: 50%;
	overflow: hidden;
}
.home-detail-name {
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.home-detail-name,
.home-detail-incl {
	font-size: 1.4rem;
}
.home-detail-size ,
.home-detail-land {
	font-size: 1.3rem;
}
.detail {
    padding-right: 22px;
    margin-right: 10px;
}
.detail-bedroom {
	background: url(../img/icon-bedroom.svg) 100% 50% no-repeat;
	background-size: contain;
}
.detail-bathroom {
	background: url(../img/icon-bathroom.svg) 100% 50% no-repeat;
	background-size: contain;
}
.detail-garage {
	background: url(../img/icon-garage.svg) 100% 50% no-repeat;
	background-size: contain;
}

@media screen and (max-width : 767px) {
	.home-detail-name,
	.home-detail-incl,
	.home-detail-size ,
	.home-detail-land {
		font-size: 1.6rem;
	}
}

.home-expanded {
	background-color: #fff;
	color: #000;
}
.home-expanded-details {
    padding: 0 3rem 1rem;
}
.home-expanded .detail-bedroom {
	background: url(../img/icon-bedroom-dark.svg) 100% 50% no-repeat;
	background-size: contain;
}
.home-expanded .detail-bathroom {
	background: url(../img/icon-bathroom-dark.svg) 100% 50% no-repeat;
	background-size: contain;
}
.home-expanded .detail-garage {
	background: url(../img/icon-garage-dark.svg) 100% 50% no-repeat;
	background-size: contain;
}
.home-expanded-details-logo img {
    max-width: 180px;
}
.home-expanded-title {
	font-size: 1.8rem;
	font-weight: 600;
	border-top: 1px solid #000;
	padding: 1.5rem 0 1rem;
}
.home-expanded-title em {
	font-weight: 300;
	font-size: 1.6rem;
}
.home-expanded-incl {
	border-bottom: 1px solid #000;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.home-expanded-incl .detail {
    padding-right: 30px;
    margin-right: 15px;
    font-size: 1.8rem;
}
.home-expanded-info {
    text-decoration: underline;
	padding: 15px 0 0;
}

#section-body {
	padding: 80px 0;
}
#section-body h1 {
	max-width: 300px;
	margin: 4rem auto;
}
.double-border {
    height: 15px;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    margin: 2rem 0;
}
.column-count-2 {
	-webkit-column-count: 2;
    -moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 5rem;
	-moz-column-gap: 5rem;
	column-gap: 5rem;
}
@media screen and (max-width : 767px) {
	.column-count-2 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0rem;
		-moz-column-gap: 0rem;
		column-gap: 0rem;
	}
}
ul.column-count-2 {
	margin: 2rem 0;
	padding: 0;
}
.column-count-2 li {
	margin-left: 2rem;
}

#section-form {
    padding: 30px 0 80px;
	background-color: #e8e0d3;
}
#section-form .d-flex {
	-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;
}
#section-form .oneField > .label,
#section-form .oneField br {
	display: none !important; 
}
@media(max-width:767px){
	#section-form .d-flex {
	    -webkit-box-pack: center !important;-webkit-justify-content: center !important;-ms-flex-pack: center !important;justify-content: center !important;
	}
	#section-form {
		text-align: center;
	}
}
iframe.iframe-contact-form {
    width: 100%;
    border: none;
    height: 400px;
}

.gform_wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.gform_wrapper .gfield {
	padding-bottom: 2rem;
	
}
.gform_wrapper .gfield input {
	width: 100%;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	padding: 12px;
}
/*#gform_fields_1 {
	-webkit-column-count: 2;
    -moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
}*/
#gform_fields_1 .gfield label {
	display: none;
}
#gform_fields_1 ::-webkit-input-placeholder { 
	text-align: center;
}
#gform_fields_1 ::-moz-placeholder { 
	text-align: center;
}
#gform_fields_1 :-ms-input-placeholder { 
	text-align: center;
}
#gform_fields_1 :-moz-placeholder { 
	text-align: center;
}
.gform_wrapper .gform_footer input[type=submit] {
	width: 100%;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	padding: 12px;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
}
.validation_error {
    text-align: center;
    padding: 12px;
    color: brown;
}
.gfield_description.validation_message {
    text-align: center;
    color: brown;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding-top: 5px;
    letter-spacing: 0.5px;
}
.gform_confirmation_wrapper {
    text-align: center;
}
.field-left {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.field-right {
	float: right;
	width: 50%;
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	.field-left {
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	.field-right {
		float: none;
		width: 100%;
		padding-left: 0px;
	}
}

#section-footer {
	padding: 80px 0;
	background-color: #000;
	color: #fff;
}
#section-footer a {
	color: #fff;
	text-decoration: none;
}
#section-footer p {
	font-size:20px;
}
.map-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tx-modal {
	position: fixed;
	width:calc(100vw - 15px);
	height:100vh;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.8);
	display:flex;
	align-items: center;
	justify-content: center;
}
.tx-modal {
	z-index:-1;
	visibility: hidden;
	opacity: 0;
	transition:opacity 0.1s ease-in-out,visibility 0.1s ease-in-out, z-index 0.1s step-end;
}
.tx-modal.tx-modal-active {
	z-index:1001;
	visibility: visible;
	opacity: 1;
	transition:opacity 0.1s ease-in-out,visibility 0.1s ease-in-out, z-index 0.1s step-start;
}
.tx-modal .tx-modal-content {
	position: relative;
	width:800px;
	max-height:calc(100vh - 60px);
    max-width: calc(100% - 32px);
}
.tx-modal .tx-modal-body {
	max-height:calc(100vh - 60px);
    max-width: 100%;
	overflow:auto;
	min-height:400px;
}
.tx-modal-close {
	position: absolute;
    top: -28px;
    right: 0;
    border: 0px;
    background-color: transparent;
    width: 25px;
    height: 25px;
    padding: 0px 0px;
}

/** modal theming **/
.tx-modal .tx-modal-content {
	background-color: #fff;
	padding:0px 0px;
}
.tx-modal .tx-modal-body {
	padding:0px;
	border:2px solid rgba(0,0,0,0.8);
}

/**/

/* signup modal */
#tx-signup-modal {
	text-align:center;
}
.tx-modal#tx-signup-modal {
	background-color: rgba(0,0,0,0.67);
}
.tx-modal#tx-signup-modal .tx-modal-content {
	width:95%;
	max-width: 1110px;
	background-color: #e8e0d3;
}
.tx-modal#tx-signup-modal .tx-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
	z-index: 99;
}
.tx-modal#tx-signup-modal .tx-modal-body {
	border: 0px !important;
	margin: 0 auto;
}
.modal-form-wrapper {
	padding: 3rem;
	display: none;
}

/* EMBEDDED FORM */
.wFormContainer {
    max-width: 100% !important;
	font-family: 'aleoregular' !important;
	overflow: hidden !important;
}
.wForm {
	background-color: #e8e0d3!important;
}
.htmlContent {
    color: #000 !important;
    text-align: center!important;
    padding: 12px 0px !important;
}
.wForm .oneField {
    width: 100%!important;
    padding: 0!important;
    margin: 0 0 20px!important;
	border: none!important;
}
.wForm .inputWrapper {
    display: block !important;
}
.wForm .oneField input[type=text] {
    border: none;
    padding: 12px 0!important;
    width: 100% !important;
    box-shadow: none!important;
    -webkit-appearance: none!important;
    background: #fff !important;
    text-indent: 12px!important;
}
.wForm input[type="button"], .wForm input[type="submit"] {
    background-color: #000 !important;
    width: 100%!important;
	text-transform: uppercase!important;
    letter-spacing: 0.5px!important;
	font-family: 'aleoregular' !important;
}
.wForm select {
     width: 100% !important;
	-webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background-image: url('data:image/png;base64,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UmVhZHlxyWU8AAADI2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUY1OTk3OUNDMjcxMTFFNzhDMThCNzNGM0U1MjZFQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUY1OTk3OURDMjcxMTFFNzhDMThCNzNGM0U1MjZFQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RjU5OTc5QUMyNzExMUU3OEMxOEI3M0YzRTUyNkVDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RjU5OTc5QkMyNzExMUU3OEMxOEI3M0YzRTUyNkVDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj056ucAAAB0SURBVHja7NRBCoAgEIVhh3btu3bQUVx1BW81zcCsJAoNzMX/4BFGIx8oiaqmGSJAgAABAgQIkKchkddvmvf1gdZGDh+/6d6z7xfIYs0VIsf7oRDPai2BKLFOf0A8m/WMZ/eRT3NZ+Y8AAQIECBAgo3MJMAD+p5irtPqeUQAAAABJRU5ErkJggg==')!important;
    background-repeat: no-repeat!important;
    background-position: 100% center!important;
    border: none !important;
    border-radius: 0!important;
    padding: 12px!important;
    min-height: 40px!important;
    background-color: #fff!important;
    font-size: 13px!important;
}
.label.postField {
    font-size: 12px !important;
    line-height: 1.4!important;
}
.wForm .postField {
    margin: 0 12px 0 10px!important;
}
.wForm .actions {
    border: 0px!important;
    padding: 0!important;
}
.wForm .wf-acl-hidden {
	display: none;
}
	
#tfa_2-D,
#tfa_4-D,
#tfa_13-D {
	float: left!important;
	width: 50%!important;

}
#tfa_2-D .inputWrapper,
#tfa_4-D .inputWrapper,
#tfa_13-D .inputWrapper {
	padding-right: 10px!important;
}	
#tfa_3-D,
#tfa_5-D, 
#tfa_27-D {
	float: right!important;
	width: 50%!important;
}
#tfa_3-D .inputWrapper,
#tfa_5-D .inputWrapper,
#tfa_27-D .inputWrapper {
	padding-left: 10px!important;

}
#tfa_14-D {
    clear: both!important;
}
::-webkit-input-placeholder { 
	color: #000!important;
}
::-moz-placeholder { 
	color: #000!important;
}
:-ms-input-placeholder { 
	color: #000!important;
}
:-moz-placeholder { 
	color: #000!important;
}
.label.postField a {
    color: #000 !important;
}
@media screen and (max-width : 767px) {
	#tfa_2-D,
	#tfa_4-D,
	#tfa_13-D {
		float: none!important;
		width: 100%!important;

	}
	#tfa_2-D .inputWrapper,
	#tfa_4-D .inputWrapper,
	#tfa_13-D .inputWrapper {
		padding-right: 0px!important;
	}	
	#tfa_3-D,
	#tfa_5-D, 
	#tfa_27-D {
		float: none!important;
		width: 100%!important;
	}
	#tfa_3-D .inputWrapper,
	#tfa_5-D .inputWrapper,
	#tfa_27-D .inputWrapper {
		padding-left: 0px!important;

	}
}

/******
Easter Times
***/
#section-easter {
    padding: 80px 0;
}
#section-easter h3 {
	margin-bottom:40px !important;
}
#section-easter .table th:first-child,
#section-easter .table td:first-child {
    width: 300px;
	min-width:0px;
}
#section-easter .table th,
#section-easter .table td {
	min-width;	
}
#section-easter .table th {
	border-top:2px solid #b3b3b3;
	border-bottom:2px solid #b3b3b3;
    padding: 10px .75rem;
    text-align:center;
    border-right: 1px solid #b3b3b3;
}
#section-easter .table th:last-child {
	border-right:0px;
}
#section-easter .table th:first-child,
#section-easter .table td:first-child {
	text-align:left;
}
#section-easter .table td {
    border-top: 0px;
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    padding: 10px .75rem;
    text-align: center;
}
#section-easter .table td:last-child {
	border-right:0px;
}
#section-easter .table tbody tr:nth-of-type(odd) {
    background-color: #f5f6f7;
}

/**** slider section ***/
.slider-section {
	background-color: #E8E0D4;
	padding:80px 0px 50px;
}
.btn-black {
    border: 0px;
    background-color: #000;
    /* width: 100%; */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'aleoregular';
    padding: 10px 50px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    min-width: 300px;
}
.btn-black:hover,
.btn-black:focus {
	background-color: #222;
	color:#fff;
}
.slider-section .owl-slide {
	text-align:center;
}
.slider-section .owl-slide .btn-black {
	margin:30px 0px 10px;
}

/****************
8.0 Owl Carousels
****************/
/* owl nav */
.owl-nav .owl-prev {
    font-family: 'FontAwesome';
    color: #000;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -50px;
    width: 30px;
    font-size: 40px;
    line-height: 1;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.owl-nav .owl-prev:hover {
    left: -60px;
    color: #ddd;
}
.owl-nav .owl-next {
    font-family: 'FontAwesome';
    color: #000;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -50px;
    width: 30px;
    font-size: 40px;
    line-height: 1;
    text-align: right;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.owl-nav .owl-next:hover {
    right: -60px;
    color: #ddd;
}
.owl-carousel.flan-carousel .owl-dots.disabled, .owl-carousel.flan-carousel .owl-nav.disabled {
    display: block;
}
/** owl dots */
.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 8px;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
 *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: #869791;
}
/** 
* owl thumbs
*/
.owl-thumbs {
    margin-top: 8px;
}
.owl-thumbs .owl-thumb-item {
    width: 20%;
    float: left;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: relative;
    z-index: 0;
}
.owl-thumbs .owl-thumb-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.owl-thumbs .owl-thumb-item.active:before, .owl-thumbs .owl-thumb-item:hover:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 2;
}

/**
*/











/**
*/











/*
*/