/*--------------------------------------------------------------
# reset
--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
body {
	line-height: 1;
	font-family: 'Roboto', sans-serif
}
ol,
ul {
	list-style: none
}
blockquote,
q {
	quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
	outline: 0;
}


/*--------------------------------------------------------------
# typography
--------------------------------------------------------------*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%
}

body {
	font-family: 'Inter';
	color: #414042;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.275;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	color: #414042;
	line-height: 1.15;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 20px;
}
h1,.h1 {
	font-size:37px;	
	font-weight:400;
	font-family: 'Bree Serif';
	margin-bottom:5px;
}
h2,.h2 {
	font-size: 34px;
	font-family: 'Inter';
}
h3,.h3 {
	font-size: 24px;
	font-family: 'Bree Serif';
}
h4,.h4 {
	font-size: 20px;
	font-family: 'Inter';
}
h5,.h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
	margin-bottom:10px;
}


button,
input,
optgroup,
select,
textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #4d4d4f;
}
input {
	line-height: normal
}
textarea {
	max-height: 130px
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='url'],
input[type='date'],
select,textarea {
	padding: 7px 15px !important;
	border-radius: 0;
	width: 100%;
	display: block;
	border: none;
	background-color: #fff;
	box-shadow: none;
	color: #4d4d4f;
	font-size: 19px;
	line-height: 1.6;
	font-weight: 600;
}
::-webkit-input-placeholder {
	color: #4d4d4f
}
:-ms-input-placeholder {
	color: #4d4d4f
}
::placeholder {
	color: #4d4d4f
}
input:focus,
select:focus,
textarea:focus,
button:focus {
	border-color: #000;
	outline: 0
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	border: none;
	margin-right: 10px
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible
}
button[disabled],
input[disabled] {
	cursor: default;
	opacity:.6;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}
ul,ol,dl {
	font-size: 100%;
	line-height: 1.275
}
dl {
	margin: 0 0 1em 0
}
dd {
	margin: 0 0 1em .8em
}
ul {
	list-style-type: disc;
	margin: 0 0 1em 0;
	padding-left: 1em
}
ol {
	list-style-type: decimal;
	margin: 0 0 1em 0;
	padding-left: 1em
}
ul ul,
ol ul {
	list-style-type: circle;
	margin-top: 0
}
ol ol {
	list-style-type: lower-latin;
	margin-top: 0
}

p {
	color: #414042;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.272;
	padding-bottom: 20px;
}


blockquote,cite,q,var,dfn {
	font-style: italic
}

blockquote {
	background: transparent;
	padding:30px 70px;
	position:relative;
	margin: 25px 0;
}
blockquote:before, blockquote:after {
	content:"";
	position:absolute;
	font-size:165px;
	font-weight:300;
	color:#4d4d4f;
}
blockquote:before {
	content:"“";
	top:0;
	left:0;
}
blockquote:after {
	content:"”";
	right:0;
	bottom:0;
	line-height: 0;
}
blockquote p {
		font-size:44px;
		line-height:1.23;
		font-weight:600;
}
small {
	font-size: 85%;
	line-height: 1.75
}
pre,code,kbd,tt,
samp,var {
	font-size: 100%
}
pre {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
pre,
code {
	color: #800
}
kbd,
samp,
var {
	color: #888;
	font-weight: 700
}
acronym,
abbr {
	border-bottom: 1px #6e5951 dotted;
	font-variant: small-caps;
	cursor: help
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
em {
	font-style: italic
}
img {
	max-width: 100%;
	height: auto
}
figure {
	margin: 0
}
a {
	color: #414042;
	text-decoration: none
}
a:hover,
a:focus {
	text-decoration: underline
}
a:active {
	outline: none
}
table {
	border: none;
	margin: 0 0 24px 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 22px;
	line-height: 30px
}
caption {
	font-variant: small-caps
}
th,td {
	line-height: 1.5em;
	vertical-align: top;
	padding: 10px 10px;
	font-size: 22px;
	color: #4d4d4f;
	border-bottom: 1px solid #4d4d4f;
	border-right: 1px solid #4d4d4f
}
th *:first-child,
td *:first-child {
	margin-top: 0
}
tr>*:last-child {
	border-right: none
}
th {
	font-weight: 700
}
tbody th {
	text-align: left
}
tbody td {
	color: #4d4d4f;
}
strong,b {
	font-weight: 700
}
.btn,input.btn,button.btn,
button,input[type="button"],
input[type="reset"],input[type="submit"],input[type="file"] {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 12px;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 0;
	border:none;
	color: #fff;
	background-color: #fcbe00;
	font-size: 14px;
	line-height: 1.22;
	font-weight: 400;
	text-decoration: none;
	transition: .4s all;
	min-width:170px;
	background-image: url(../images/icon-angle.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 12px 19px;
	padding-right: 35px;
}
.btn-green {
	background-color: #a2c614;
	text-decoration: none;
}

.btn-yellow {
	background-color:#fcbe00;
	text-decoration: none;
}
.btn-blue {
	background-color:#00abd9;
	text-decoration: none;
}

@media (hover: hover) {
	.btn-green:hover,.btn-yellow:hover {
		background-color:#00abd9;
		text-decoration: none;
	}
	.btn-blue:hover {
		background-color:#fcbe00;
		text-decoration: none;
	}
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5rem
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption.alignnone {
	margin: .313rem 1.25rem 1.25rem 0
}
.wp-caption.alignleft {
	margin: .313rem 1.25rem 1.25rem 0
}
.wp-caption.alignright {
	margin: .313rem 0 1.25rem 1.25rem
}

.widget {
	margin: 0 0 40px;
	background:#fff;
}
.widget select {
	max-width: 100%
}
.widget-title {
	font-size: 44px;
	margin-bottom: 20px
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.widget li {
	padding: 4px 0
}
.searchform>div {
	display: flex
}
.searchform>div>input {
	height: 44px;
	display: block
}
.searchform input[type="submit"] {
	border-radius: 0;
	border: none
}

.comment-content a {
	word-wrap: break-word
}
.bypostauthor {
	display: block
}
.comment-body .pull-left {
	padding-right: .625rem;
	float: left
}
.comment-list .comment {
	display: block
}
.comment-list {
	padding-left: 0
}
.comment-content {
	clear: both;
	margin-top: 10px
}
.comments-title {
	font-size: 1.125rem
}
.comment-list .pingback {
	border-top: 1px solid rgba(0, 0, 0, .125);
	padding: .563rem 0
}
.comment-list .pingback:first-child {
	border: medium none
}

.screen-reader-text {
	display: none
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

embed,
iframe,
object {
	max-width: 100%
}
.wp-caption {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: .313rem .313rem 0;
	text-align: center
}
.wp-caption img[class*="wp-image-"] {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto
}
.wp-caption .wp-caption-text {
	font-size: .688rem;
	line-height: 1.063rem;
	margin: 0;
	padding: .625rem
}

.gallery {
	margin-bottom: 1.5em
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}
.gallery-item .gallery-columns-2 {
	max-width: 50%
}
.gallery-item .gallery-columns-3 {
	max-width: 33.33333%
}
.gallery-item .gallery-columns-4 {
	max-width: 25%
}
.gallery-item .gallery-columns-5 {
	max-width: 20%
}
.gallery-item .gallery-columns-6 {
	max-width: 16.66667%
}
.gallery-item .gallery-columns-7 {
	max-width: 14.28571%
}
.gallery-item .gallery-columns-8 {
	max-width: 12.5%
}
.gallery-item .gallery-columns-9 {
	max-width: 11.11111%
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display: block
}


.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px
}

.d-flex {
	display:flex;
}
.d-inline-flex {
	display: inline-flex;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}
.row>div {
	padding-left: 15px;
	padding-right: 15px
}
.col1 {
	width: 8.33%
}
.col2 {
	width: 16.66%
}
.col3 {
	width: 25%
}
.col4 {
	width: 33.33%
}
.col5 {
	width: 41.66%
}
.col6 {
	width: 50%
}
.col7 {
	width: 58.33%
}
.col8 {
	width: 66.66%
}
.col9 {
	width: 75%
}
.col10 {
	width: 83.33%
}
.col11 {
	width: 91.66%
}
.col12 {
	padding: 0 15px;
	width: 100%
}
.align-center {
	align-items: center
}
.align-tp {
	align-items: flex-start
}
.align-btm {
	align-items: flex-end
}
.justify-between {
	justify-content:space-between;
}
.justify-center {
	justify-content:center;
}
.justify-end {
	justify-content:flex-end;
}
.row-reverse {
	flex-direction:row-reverse;
}
.mar1 {
	margin: 0 6.33%
}
.mar2 {
	margin: 0 16.66%
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.no-padding {
	margin:0;
}
.no-padding> div {
	padding:0;
}
.hidden-body {
	overflow: hidden;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#header-wrap {
  background-color: #f6f6f6;
  width:100%;
  position:relative;
  z-index:99;
  top: 0;
  left: 0;
  transition: .3s all;
}
#header-wrap.sticky {
	position: fixed;
    box-shadow: 0 12px 12px rgba(0,0,0,0.1);
}
#header-wrap .row {
	padding:29px 3%;
	position: relative;
}
#header-wrap.sticky .row {
	padding:15px 3%;
}

a.logo img.normal-img,.sticky a.logo img.scroll-img {
    display:block;
    max-width: 262px;
}
.sticky a.logo img.normal-img,a.logo img.scroll-img {
    display:none;
}
.col4.htextcenter span {
	    color: #00abd9;
}
.col4.htextcenter span:last-child {
	display:none;
}
.header-link {
	position:absolute;
	top:0;
	right:12.52%;
}
.header-link .btn {
	background-image: none;
    min-width: 0;
    padding-right: 12px;
}
.header-link1 .btn {
	background-image: none;
    min-width: 0;
    padding-right: 12px;
}
.menu-wrap {
	top:100%;
	max-height:100vh;
	position:absolute;
	background:#f6f6f6;
	min-width:320px;
	padding:0px 40px 25px;
    box-shadow: 0 12px 12px rgba(0,0,0,0.1);
	display:none;
}
ul.menu{
	position: relative;
	margin: 0;
    padding: 0;
    line-height: 1.2;
	list-style:none;
}
.menu > li.menu-item  a {
	display:block;
	color: #00abd9;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	transition:.3s all;
	padding-bottom: 10px
}
.menu li.current-menu-item > a,
.menu li.current-page-ancestor > a,
.menu li.menu-item > a:hover  {
	text-decoration:none;
	color: #212121;
}
ul.sub-menu {
	list-style: none;
	margin:0;
	padding:0 0 0 10px;
}

.toggle-mnu {
    width: 40px;
    height:22px;
    display:block;
	position:relative;
	z-index:3;
	margin-right:2px;
}
.toggle-mnu.on {width:25px;}
.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggle-mnu span:after {
  top: 18px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 1px;
  background-color: #01b4dd;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.toggle-mnu.on span {
  background-color: transparent;
}
.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}
.header-link1 {
	display:none;
}

.social-media {
	list-style: none;
	margin:0;
	padding:0;
	margin-left:10px;
}
.social-media a {
	border-radius: 50%;
	margin:0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	height:28px;
	width:28px;
	background: #01b4dd;
	transition: .5s all;
}
.social-media a:hover {
	background: #00abd9;
}
.social-media img {
	display: block;
	max-width: 12px;
}
@media (max-width:767px) {
	.header-link1 {
		display:block;
		margin-bottom:10px;
	}
	.header-link {
		display:none;
	}
	.navigation-bar .col4 {
		width:50%;
	}
	.navigation-bar .col4.text-center {
		display:none;
	}
	.menu-wrap {
	    width: 100%;
	    right: 0;
	    padding: 15px 5% 25px;
	}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 53px 0 0px;
	background:#00bcdf;
}
.site-footer .container {
	padding-left:5%;
	padding-right: 5%;
}
.site-footer .logo {
	display:block;
	margin-bottom: 9px;
	max-width:198px;
}
.site-footer ul {
	list-style: none;
	margin: 0;
    padding: 0;
    margin-bottom: 25px;
}
.site-footer * {
	color:#fff;
}
.site-footer h5 {
	margin-bottom:0px;
	font-weight:700;
	    font-size: 16px;
}
.site-footer h4 {
	    font-family: 'Bree Serif';
}
.footer-menu a {
	font-weight:700;
	display:inline-block;
	line-height: 1.6;
}
.site-footer  .align-btm img {
	max-width:188px;
}

@media (max-width:767px) {
	.site-footer .col4 {
		width:100%;
		margin-bottom:20px;
	}
	.site-footer h4 {
		text-align:left !important;
	}
	.site-footer .row {position:relative;}
	.site-footer .col4.d-flex {
		order:3;
		margin-bottom:0px;
		position: absolute;
	    bottom: 0;
	    right: 10px;
	    width: auto;
	}
	.site-footer .align-btm img {
	    max-width: 128px;
	}
}



p:last-child {
	padding:0;
}
.site-content {
	overflow: hidden;
	max-width:1440px;
	margin:0 auto;
}
.section-header {
	padding-bottom: 56px;
}
.section-header h2,.section-header h1 {
	margin-bottom:10px;
}
/* content */
.fullwidth-photo-wrap {
	position:relative;
}
.fullwidth-photo-wrap img {
	width:100%;
	height:auto;
	display: block;
}
.foto-content {
	position:absolute;
	left:0;
	top:0px;
	width:100%;
	z-index: 2;
	padding:64px 6%;
}
.foto-content  .h1 {
	color:#fff;
	margin-bottom: 5px;
}

.content-with-form-left {
	background:#00abd9;
	padding: 63px ​12%;
	padding: 63px 12%;
	height:100%;
}
.content-with-form-left .h1 {
	color:#fff;
	margin-bottom: 5px;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
/* flip the pane when hovered */
/*.flip-container:hover .flipper,*/ .flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back,.flipper {
	width: 100%;
	height: 100%;
	min-height: 710px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
	padding:60px 10%;
	background: #f1f2f2;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

.flip-container .h1 {
	color:#00abd9;
	margin-bottom: 5px;
}
.front figure {
	margin:20px auto;
}
.front figure img { 
	display:block;
	margin:auto;
	max-width: 60%;
	background:#fff;
	border-radius: 50%;
	min-width: 230px;
    min-height: 230px;
}
.front h3.name {
	display:block;
	color:#00abd9;
	margin-bottom: 5px;
}
span.close-back {
	color:#00abd9;
	font-weight:700;
	font-size:30px;
	position:absolute;
	top:20px;
	right:5%;
}
.contact-wrap .person-details  h4 {
    font-size: 18px;
}
.flip-btn {
	margin-left:10px;
}

.houses-slidesho-header {
	background: #575656;
	padding:65px 5% 20px;
}
.houses-slidesho-header .h1 {
	color:#fdc300;
	margin-bottom: 5px;
}
.houses-slidesho-header .h2 {
	color:#fff;
}
.house-slider-title h4 {
	padding-top:10px;
	color:#fff;
}
.house-slider-main img {
	display:block;
	width:100%;
}
.slick-dotted.slick-slider.house-slider-main {
	margin:0;
}

.houses-dropdown-wrap {
	background:#e3e3e3;
	padding:100px 0 80px;
}
.houses-dropdown-wrap .container {
	max-width:840px;
}
.product-download {
	position: relative;
	z-index: 2;
}
.container-inner {
	background-color:#fdc300;
	padding:30px ;
	background-repeat: no-repeat;
	background-position: right center ;
}
.product-download:after {
	content:"";
	position:absolute;
	width:106%;
	left:-3%;
	top:-18%;
	height:100%;
	z-index:-1;
	background: #00abd9;
}
.product-download h4 {
	color:#00abd9;
	font-family: 'Bree Serif';
	font-weight:600;
}
.downloads-list {
	background:#fff;
	position: relative;
	max-width:50%;
}
.downloads-list-items {
	display:none;
	position: absolute;
	top:100%;
	left:0;
	width:100%;
	background: #fff;
}
.downloads-list a,.downloads-list span {
	font-weight:500;
	font-size:16px;
	display:block;
	padding:8px 12px;
	position:relative;
	cursor: pointer;
}
.downloads-list a:hover {
	text-decoration: none;
	background:#fee9ca;
}
.downloads-list > span:after {
	content:"";
	position: absolute;
	right:10px;
	top:5px;
	width:23px;
	height:27px;
	transition: .3s all;
	background: url(../images/dropdown.png) no-repeat center/ 22px;
}
.downloads-list > span.active:after {
	transform: rotateX(180deg);
}

.banner-slider.slick-dotted.slick-slider {
	margin:0;
}
.banner-slider .slick-slide {
	position:relative;
	min-height:300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image:none;
}
.banner-slider .slick-slide img {
	width:100%;
}
.slide-content {
	position:absolute;
	top:10%;
	right:7%;
	width:50%;max-width:420px;
}
.slide-content1 .h2,.slide-content .h1 {
	color:#00abd9;
}
.slide-content1 .h1 {
	margin-bottom: 36px;
    color: #414042;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 32px;
}

.video-banner {
	position:relative;
}
.video-banner > div {
  position: relative;
  min-height:640px;
  overflow: hidden;
}
.video-background {
	display:none;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
}
.video-background  video,.video-background iframe {
	width:100%;
	height:100%;
	object-fit: fill;
}
/*.video-background {
  position: absolute;
  top: 50%;
  left: 0;
  padding-top: 56.25%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 2s opacity ease;
  transition: 2s opacity ease;
  opacity: 1; }

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }*/
.playicon {
	content:"";
	height:90px;
	width:90px;
	display:block;
	margin:0 auto 5px;
	background: url(../images/play.png) no-repeat center / 90px;
	cursor:pointer;
}
.slide-content-1 {
    position: absolute;
    top: 50%;
    right: 50%;
    text-align: center;
    transform: translate(50%,-50%);
	z-index:9999;
}


.content-3-wrap {
	padding:20px 0 40px;
	background:#f6f6f6;
}
.content-3-wrap .h1 {
	color:#00b8e1;
}
.content-3-wrap .row,.text-block .row {
	padding:0px 5%;
	flex-wrap: wrap;
}
.addtoany_shortcode {
	margin-left:15px;
	display:inline-block;
}
a.addtoany_share img {
	max-width:20px !important;
	display:block;
}
.content-3-wrap p,.content-3-wrap li {
	font-size:14px;
	line-height: 1.272;
}
.content-3-wrap .col4 {
	width:35%;
}
.content-3-wrap .col4.less-wide {
	width:30%;
	padding-right:10%;
}
.content-3-wrap .col4.less-wide h3 {
	font-family: 'Inter';
	font-weight: 600;
}

.content-3-2-wrap .col4 {
	padding:45px 3.3%;
}

.sticky-sec .d-flex {
	margin-left:auto;
}

.images-wrap {
	padding:20px 0 0;
}
.images-wrap img {
	display:block;
	width:100%;
	height:100%;
}
.images-wrap .col7 img, 
.images-wrap .col7 figure {
	height:100%;
} 
.images-grid {
	padding:0 0px 0 20px;
	margin:0 -10px;
}
.images-grid > div.col6 {
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:20px;
}
.images-grid > div.col12 {
	padding-left:10px;
}
.usps-wrap {
	display:flex;
	flex-wrap: wrap;
	list-style: none;
	margin:0;
	padding:0;
}
.usps-wrap li {
	position:relative;
	margin-bottom:10px;
	padding-left:32px;
	width:50%;
	line-height: 24px;
}
.usps-wrap li img {
	position: absolute;
	top:2px;
	left:0;
	background: #00abd9;
	height:24px;
	width:24px;
	display:block;
}

.text-block {
	padding:60px 0;
}

.house-values ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height: 1.6;
}
.house-values ul li {
	line-height: 1.6;
}
.house-values span.label {
	display:block;
	color:#00abd9;
	font-size:14px;
}
.house-values span.m2 {
	display:block;
	margin-top:15px;
	font-size:20px;
	margin-bottom: 10px;
}
.house-values .btn {
	/*background-image:none;
	 min-width:0; */
}

.all-houses-wrap {
	padding:90px 0 10px;
	background-color: #e3e3e3;
}
.all-houses-wrap .h1 {
    color: #00abd9;
}
.all-houses-wrap .container {
	padding:0 5%;
}
.all-houses-list {
	padding:30px 0;
}
.all-houses-list .col4 {
	padding-bottom:50px;
}
.all-houses-list img {
	display:block;
	margin-bottom: 18px;
	width:100%;
}
.all-houses-list .col4 h4 {
	font-weight:700;
}
.all-houses-list .col4 .btn {
	background-image:none;
	padding-right:12px;
	min-width: 132px;
}

.vac-meta {
	font-size: 20px;
    font-family: 'Bree Serif';
    margin-bottom:20px;
    margin-top:-10px;
}
.vac-meta > span  {
	margin-right:10px;
}
.vac-meta > span i {
	font-style:normal;
	opacity: .75;
}
.vacatures-wrap .col4 {
    border-bottom: 1px solid #f3b010;
}




.gform_wrapper ul li.gfield {
	padding:0;
}
.gform_wrapper ul.gform_fields li.gfield:first-child,
.gform_wrapper {
 	margin-top:0 !important;
 }
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	font-size:16px;
	line-height: 1.75;
	font-weight: 600 !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 14px !important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 22px !important;
}
.gform_wrapper .gform_footer {
	margin-top: 0 !important;
}
body .gform_wrapper ul li.gfield .ginput_container_fileupload input {
	width:auto;
}

.job-form .gform_footer input[type=submit], body .gform_wrapper ul li.gfield .ginput_container_fileupload input:hover {
	background-color: #00bcdf;
	font-weight: 700;
}
.job-form .gform_footer input[type=submit]:hover {
	background-color: #fcbe00;
}


.pagination-nav ul.page-numbers {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	margin-top: 40px;
	padding:30px 0 60px;
	line-height: normal;
	list-style: none
}
.pagination-nav .page-numbers li {
	margin: 0 4px
}
.pagination-nav .page-numbers a,
.pagination-nav .page-numbers span {
	padding: 7px 14px;
	background-color: #fff;
	border: 1px solid #00bcdf;
	color: #00bcdf;
	font-size: 16px;
	display: block;
	font-weight:700;
}
.pagination-nav .page-numbers span {
	background-color: #00bcdf;
	color: #fff
}

.search-form {
	max-width:520px;
	margin:25px auto 54px;
	position:relative;
}
.search-form input[type="text"]{
    padding:8px 42px 8px 20px !important;
	border-radius: 30px;
	box-shadow:none;
	width:100%;
}
.search-form button,.search-form .icon {
	position:absolute;
	top:10px;
	right:12px;
	padding:14px;
	box-shadow:none;
	border:none;
	background: url(../images/search.svg) no-repeat center / 22px;
}

#nothingfount,.nothing-found {
	padding:40px 20px;
	font-weight:700;
}

@media (max-width:1299px) {
	.all-houses-list .col4 { width:50%;  }
}
@media (max-width:1023px) {
	.usps-wrap li {
		width:100%;
	}
	.content-3-wrap .col4.less-wide {
		padding-right:0%;
	}
	.btn-wrap .btn {
		margin-top:6px;
	}
}
@media (max-width:1199px) {
	.house-full-details .col4 {
		width:100%;
		margin-bottom:20px;
	}

}
.show-mobile {
	display:none;
}
.content-3-wrap .sticky-sec {
	justify-content: flex-end;
}

@media (max-width:767px) {
	.hide-mobile {
		display:none;
	}
	.show-mobile {
		display:block;
	}
	.slide-content {
	    top: auto;
	    right: 0;
	    width: 100%;
	    max-width: 100%;
	    bottom: 43px;
	    padding: 10px 30px;
	}
	/**
   .slide-content .h2,.slide-content .h1 {
        display:none;
	} change for sandy */
	.b_text_left .h2, .b_text_left .h1{
		font-size: 13px;
		padding-right: 65%;

	}

	.b_text_right {
		position: absolute !important;
		top: 14% !important;
		right: 0% !important;
		/* padding-left: 65%; */
		height: 41px;
		width: 146px;
		padding: 0px;
	}

	.b_text_right .h2{
		font-size: 13px;
	}
	.b_text_right .h1{
		font-size: 13px;
		margin-bottom: 10px !important;
	}

	.b_text_hidden .h2, .b_text_hidden .h1{
		display:none;
	}
	.container-inner {
	    background-position: center top;
	    padding: 134px 18px 30px;
	    background-size: auto 148px;
	}
	.houses-dropdown-wrap {
	    padding: 0px 0 0px;
	}
	.product-download:after {
		top:-40px;
	}
	.houses-slidesho-header {
	    padding: 30px 5% 20px;
	}
	.houses-slidesho-header .col7 {
		width:100%;
		margin-bottom:20px;
	}
	.houses-slidesho-header .col5 {
		width:100%;
	}
	.contact-wrap .col6 {
		width:100%;
	}
	.front {
		position:relative;
	}
	.banner-slider .slick-slide > img {
		display:none;
	}
	.downloads-list {
	    max-width: 100%;
	}
	h1, .h1 {
	    font-size: 32px;
	}
	h2, .h2 {
	    font-size: 28px;
	}
	.video-banner > div {
		min-height:400px;
	}
	.content-3-wrap {
	    padding: 20px 0 40px;
	}

	.flip-container, .front, .back, .flipper {
	    min-height: 610px;
	}
	
	
	.content-3-wrap .col4,.content-3-wrap .col4.less-wide {
		width:100% !important;
		margin-bottom:25px;
	}
	.content-3-2-wrap .col4 {
		width:100%;
		padding: 30px 4%;
	}
	.images-wrap .col7,.images-wrap .col5 {
		width:100%;
	}
	.images-wrap .col5 {
		padding-top:15px;
	}
	.images-grid > div {
	    padding-bottom: 15px;
	}
	.images-grid {
	    padding: 0 0px 0 0;
	}
	.all-houses-wrap {
	    padding: 50px 0 10px;
	}
	.all-houses-list .col4 {
		width:100%;
	}
	.foto-content {
		padding:18px 5%;
	}
	.position-bottom.foto-content {
		top:auto;
		bottom:0;
	}
	.content-with-form-left,.front, .back {
	    padding: 24px 4%;
	}
	.content-3-2-wrap .col4,.content-3-wrap  {
		padding-top:0;
		position:relative;
	}
	.content-3-wrap .sticky-sec,.content-3-2-wrap .sticky-sec {
		justify-content: space-between;
		background:inherit;
		padding-top:30px;
	}
	.visible-sec .sticky-sec {
		left:0;
		width:100%;
		padding:8px 6%;
		z-index: 2;
	}
	.visible-sec .sticky-sec * {
		position: relative;
		z-index: 2;
	}
	.visible-sec .sticky-sec:after {
		content:"";
		height:100%;
		width:100%;
		display:block;
		position: absolute;
		top:0;
		left:0;
		z-index: 1;
		background:rgba(0,0,0,.045);
	}
	.all-houses-list .house-values {
		display:none;
	}
	.all-houses-list {
		margin: 0 calc( -20px - 5%);
	}
	.all-houses-list img {
	    display: block;
	    margin-bottom: 0;
	}
	.all-houses-list .align-tp {
		padding:10px 5%;
		background:#878786;
	}
	.all-houses-list .align-tp h4 {
		margin:0;
	}
	.all-houses-list .align-tp h4 a {
		color: #fff;
	}
	.all-houses-list .align-tp .btn { display:none; }
	.all-houses-list .col4 {
	    padding-bottom: 0;
	}
	.houses-dropdown-wrap .container {
	    padding: 0;
	}
	.images-wrap .row {
		display:none;
	}
	.images-wrap {
		padding:0;
	}
	.images-wrap .slick-dotted.slick-slider {
		margin-bottom: 0;
	}

}

@media (max-width:540px) {
	a.logo img.normal-img  {
	    display: none;
	}
	a.logo img.scroll-img {
		display: block;
	}
	a.logo img.normal-img, .sticky a.logo img.scroll-img {
	    max-width: 100%;
	}
	.navigation-bar .col4 {
	    width: 22%;
	}
	.navigation-bar .col4.menu-logo {
	    width: 78%;
	}
	.toggle-mnu {
	    width: 32px;
	}
	#header-wrap .row {
	    padding: 18px 0%;
	    position: relative;
	}
	#header-wrap {
	    box-shadow: 0 3px 6px rgba(0,0,0,.25);
	}
	.video-banner > div {
	    min-height: 260px;
	}
	.playicon {
	    height: 48px;
	    width: 48px;
	    background: url(../images/play.png) no-repeat center / 48px;
	}
	.slide-content1 p {font-size:13px;}
	.sticky-sec .d-inline-flex .btn {display:none;}
	h1, .h1 {
	    font-size: 28px;
	}
	h2, .h2 {
	    font-size: 24px;
	}
	h4,.h4 {
	    font-size: 18px;
	}
	.content-3-wrap p, .content-3-wrap li {
	    font-size: 16px;
	}
	.site-footer * {
	    font-size: 14px;
	}
	.site-footer .align-btm img {
	    max-width: 84px;
	}
	.downloads-list a, .downloads-list span {
	    font-size: 14px;
	}
	.downloads-list > span:after {
	    background: url(../images/dropdown.png) no-repeat center/ 18px;
	}
	.house-full-details .col4 {
		flex-wrap:wrap;
	}
	.house-full-details .col4 .col5 {margin-bottom:20px;}
	.house-full-details .col4 .col5,.house-full-details .col4 .col7 { width:100%; }
	.person-details p {display:none;}
	.person-details .btn {
		display:block;
		margin-bottom:10px;
		width:100%;
		border-radius: 4px;
	}
	.all-houses-list {
	    padding: 0;
	}
	.all-houses-wrap {
	    padding: 30px 0 0;
	}

	.site-footer h5 a{
		font-weight: 700;
		font-size: 16px;
	}
	
}

.content-with-form-left {
    overflow: hidden;
}
.questions-form .steps {
	justify-content: space-between;
    min-height: 480px;
    display: flex;
    align-items: center;
    padding-right: 17%;
    display:none;
    padding-top: 48px;
}
.questions-form .steps.active {
	display: flex;
}
.questions-form label {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    position: relative;
    border: 3px solid #f1f2f2;
    color: #414042;
    width: 93px;
    height: 63px;
    position: relative;
    transition: .3s all;
    font-weight:700; 
}
.questions-form label:hover {
	background-color: #f1f2f2;
}
.questions-form label:after {
	content: "";
	height:3px;
	display:block;
	width:500px;
	background-color: #f1f2f2;
	position: absolute;
	top:50%;
	margin-top:-1px;
	left:100%;
}
.questions-form label input {
	opacity:0;
	position: absolute;top:0;
	left:0;
	width:100%;
	height:100%;
}
.question-label,.form-content h4  {
	color:#fff;
	margin:0;
	padding-bottom:34px;
	display: block;
	font-size:22px;
	font-family: 'Bree Serif';
	position: relative;
}
.form-content h4.line:after {
	content: "";
	height:3px;
	display:block;
	width:500px;
	background-color: #f1f2f2;
	position: absolute;
	top:100%;
	right:68%;
}
.form-content h3 {
	color: #fff;
    margin-bottom: 34px;
}
.form-content {
	max-width: 300px;
	padding-left: 6px;
	margin-top: -16px;
}
.step2 .form-content {
    margin-top: -50px;
}
.step1 .form-content {
    padding-top: 155px;
    margin:0;
}
.form-content li {
	margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
}

@media (max-width:991px) {
	.questions-form .steps {
		flex-direction: column;
	    padding-right: 0;
	    height:auto;
	    min-height: 380px;
	        padding-top: 20px;
	}
	.steps .form-content {
	    padding-top: 0px;
	    padding-left: 0px;
	    margin: 0;
	    margin-bottom: 30px;
	    width:400px;
	    max-width: 100%;
	    min-height: 200px;
	    padding-right:8%;
	}
	.form-elements {
		display: flex;
	    justify-content: space-between;
	    width:400px;
	    max-width: 90%;
	}
	.questions-form label:after {
	    content: "";
	    height: 600px;
	    width: 3px;
	    top: 100%;
	    margin-top: 0px;
	    margin-left:-1px;
	    left: 50%;
	}
	.questions-form label {
	    margin-bottom: 42px;
	    margin-left: 10px;
    	margin-right: 10px;
	}
	.flip-btn {
	    margin-left: 0;
	}

}

@media (max-width:640px) {
	.questions-form .steps{
		padding-top: 12px;
		min-height: 346px;
	}
	.form-content h3 {
	    font-size: 20px;
    	margin-bottom: 22px;
	}
	.form-content li {
	    margin-bottom: 5px;
	    font-weight: 600;
	    font-size: 16px;
	}
	.steps .form-content {
	    margin-bottom: 28px;
	    display:block;
	}
	.questions-form label {
	    margin-bottom: 38px;
	    width: 99px;
    	height: 65px;
    	margin-left: 10px;
    	margin-right:10px;
	}
	.question-label, .form-content h4 {
	    padding-bottom: 28px;
	    font-size: 18px;
	}
	.form-elements {
	    width: 349px;
	    max-width: 98%;
	}
	.form-content h4.line:after {
	    height: 500px;
	    width: 3px;
	    right: 26%;
	}
	
}
.col7 .featured-media,.full-main-image {
	position: relative;
}
.oplevering-text {
	background: #00abd9;
	padding:6px 20px;
	top:15px;
	right:15px;
	position: absolute;
}
.oplevering-text span {
	display: block;
	text-align: center;
}
.photo-slider.slick-slider {
	margin-bottom: 0;
}

.yellox-header {
	min-height: 280px;
	position: relative; 
	background-color: rgba(255,255,255,.25);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.yellox-header.download-header {
	background-size: auto;
}

.yellow-block-wrap .content {
    padding: 35px 6%;
}
.border-top {
	border-top: 1px solid #fff;
}
@media (max-width: 991px) {
	.yellow-block-wrap .col4 {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.yellow-block-wrap .col4 {
		width: 100%;
	}
	.yellow-block-wrap .col4 + .col4 {
		border-top: 1px solid #fff;
	}
} 
.yellox-header .playicon {
    content: "";
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto 5px;
    background: url(../images/play.png) no-repeat center / 60px;
    cursor: pointer;
}

.post-content {
	width: 80%;
	margin:  0 auto;
	padding-top: 20px;
}
.excertp-text {
	padding-bottom: 24px;
}

.margin-b {
	margin-bottom: 10px;
}