/*
Theme Name: site_theme
Author: Best4u Group
Author URI: https://www.best4u.nl/
version: 1.0
Description: This theme is made by Best4u Group for theme website
*/
/*--------------------------------------------------------------
Google fonts code
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Core Styles
2.0 My Styles
3.0 Changes
/--------------------------------------------------------------
1.0 Core Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 1rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-height: 100%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

b, strong {
  font-weight: bold;
}

abbr[title] {
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input {
  border-radius: 0;
}

textarea {
  overflow: auto;
  font: inherit;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.clearfix {
  *zoom: 1;
}

::-webkit-input-placeholder {
  color: #404040;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #404040;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #404040;
}

:-ms-input-placeholder {
  color: #404040;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

body {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  color: #111;
  border-color: #00AEEF !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"] {
  padding: 3px;
}

textarea {
  padding: 3px;
  width: 100%;
}

textarea:focus {
  border-color: #00AEEF !important;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
a {
  color: #ff0000;
}

a:hover, a:active {
  outline: 0;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
6.0 Alignments
--------------------------------------------------------------*/
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 1.25rem;
}

/*--------------------------------------------------------------
7.0 Clearings
--------------------------------------------------------------*/
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after, .clearfix:after:after, .clearfix:before:after {
  content: "";
  display: table;
  clear: both;
}

.entry-content:after, .clear,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------
8.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
9.0 Content
--------------------------------------------------------------*/
.td {
  display: table-cell;
}

.table {
  display: table;
}

.white {
  color: #fff;
}

.white a {
  color: #fff;
}

.img {
  overflow: hidden;
  display: block;
}

.img img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  max-width: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*----- Asides -----*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*----- Comments -----*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*----- Posts and pages -----*/
.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
2.0 My Styles
--------------------------------------------------------------*/
/********************GRID***************************/
.centerDiv {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.centerDiv:after {
  content: " ";
  display: block;
  clear: both;
}

.innerWrapper {
  width: 97.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  position: relative;
}

/**********************GRID STYLES************************/
.span-12 {
  width: 97.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.span-11 {
  width: 88.88889%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.span-10 {
  width: 80.55556%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.span-9 {
  width: 72.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.span-8 {
  width: 63.88889%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.span-7 {
  width: 55.55556%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.span-6 {
  width: 47.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.span-5 {
  width: 38.88889%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.span-4 {
  width: 30.55556%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.span-3 {
  width: 22.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.span-2 {
  width: 13.88889%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.span-1 {
  width: 5.55556%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.col-4 {
  width: 22.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.span-last {
  float: right;
}

/*****************BUTTONS*********************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  border: none !important;
  line-height: 1.5625rem;
  display: inline-block;
  padding: 0.5rem 1.375rem;
  background: #00AEEF;
  color: #61686E;
  border: 0.0625rem solid #bbb;
  transition: all 0.35s;
  box-sizing: border-box;
  text-align: center;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #35C9FF;
  border-color: #aaa;
}

.button {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  display: inline-block;
  padding: 0.5rem 1.375rem;
  background: #00AEEF;
  color: #61686E;
  margin-right: 0.4375rem;
  margin-bottom: 0.625rem;
  transition: all 0.35s;
  box-sizing: border-box;
  text-align: center;
}

.button:hover {
  color: #61686E;
  background: #35C9FF;
}

.buttonsecond {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  display: inline-block;
  padding: 0.5rem 1.375rem;
  background: #E4E6E8;
  color: #7b858c;
  margin-right: 0.4375rem;
  margin-bottom: 0.625rem;
  transition: all 0.35s;
  box-sizing: border-box;
  text-align: center;
}

.buttonsecond:hover {
  color: #7b858c;
  background: #F2F4F6;
}

select {
  width: 100% !important;
  max-width: initial;
  box-sizing: border-box;
  height: 2.5rem;
  padding: 0.625rem;
  border: 0.0625rem solid #EEEEEE;
  border-radius: 0.1875rem;
  margin-bottom: 0.625rem;
}

* {
  outline: none;
}

/****************LISTS STYLES***************************/
ul {
  list-style: disc;
  margin: 0 0 1.25rem 1.25rem;
}

ol {
  list-style: decimal;
  margin: 0 0 1.25rem 1.25rem;
}

p {
  padding-bottom: 1rem;
}

a {
  text-decoration: none;
  transition: background 0.3s;
  -moz-border-radius: 3px 4px;
  -webkit-border-radius: 3px 4px;
  -o-border-radius: 3px 4px;
  -ms-border-radius: 3px 4px;
  border-radius: 3px 4px;
}

form, input, textarea, button, select {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/**************************HTML-BODY**********************/
html {
  font-size: 1rem;
}

body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #404040;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #902d25;
}

h1, .h1 {
  font-size: 3.25rem;
  line-height: 3.4375rem;
  margin-bottom: 1.5625rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #687178;
}

h2, .h2 {
  font-size: 2.3125rem;
  line-height: 2.5rem;
  margin-bottom: 1.5625rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #687178;
}

h3, .h3 {
  font-size: 1.6875rem;
  line-height: 1.875rem;
  margin-bottom: 1.5625rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #687178;
}

h4, .h4 {
  font-size: 1.5625rem;
  line-height: 1.6875rem;
  margin-bottom: 1.375rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #687178;
}

h5, .h5 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #687178;
}

h6, .h6 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin-bottom: 1.25rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #687178;
}

/*****************HEADER*********************************/
.sticky-nav {
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 999;
  background-color: #687178;
  padding-top: 3px !important;
}

.sticky-nav nav.mainMenu {
  margin-top: 6px;
}

.mainHeader .headerTotalContent {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999;
  width: 100%;
  padding-top: 11px;
}

.siteLogo {
  display: inline-block;
  float: left;
}

.siteLogo a {
  display: block;
}

.siteLogo a img {
  width: 100%;
  height: 100%;
  display: block;
}

.mainMenu {
  display: inline-block;
  float: right;
}

.mainMenu:after {
  content: "";
  display: table;
  clear: both;
}

.mainMenu ul {
  list-style: none;
  margin: 0;
}

.mainMenu ul li {
  float: left;
  position: relative;
  line-height: 48px;
  margin-right: 10px;
}

.mainMenu ul li a {
  display: block;
  padding: 0px 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}

.mainMenu ul li:hover a {
  background-color: #818B92;
}

.mainMenu ul li.current-menu-item > a, .mainMenu ul li.current-menu-parent > a {
  background-color: #00AEEF;
  color: #283593;
}

.mainMenu ul li.menu-item-has-children {
  background-image: url("images/downArrowMenu.png");
  background-repeat: no-repeat;
  background-position: 98% 23px;
}

.mainMenu ul li.menu-item-has-children:hover {
  background-image: url("images/downArrowMenu.png");
  background-repeat: no-repeat;
  background-position: 98% 23px;
}

.mainMenu ul li ul {
  display: none;
  position: absolute;
  top: 1.25rem;
  left: 0;
  min-width: 100%;
  white-space: nowrap;
  z-index: 100;
  top: 100%;
  padding-top: 20px;
}

.mainMenu ul li ul li {
  float: none;
  display: block;
  width: 200px;
  border-radius: 0;
}

.mainMenu ul li ul li a {
  width: 200px;
  border-radius: 0;
  background-color: #818B92;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.mainMenu ul li ul li a:hover {
  background-color: #00AEEF;
}

.mainMenu ul li:hover > ul {
  display: block;
}

.mobileLink {
  display: none;
}

.mobileLink a {
  display: inline-block;
}

#menu-main-menu {
  font-weight: 400;
}

.displayNone {
  display: none;
}

.screen-reader-text {
  display: none;
}

/* Slider Start Home */
body.home .sliderHomeS,
body.home .otherSliderHome {
  height: 1080px;
}

body.home .sliderHomeS .item,
body.home .otherSliderHome .item {
  position: relative;
  overflow: hidden;
}

body.home .sliderHomeS .item img,
body.home .otherSliderHome .item img {
  width: 1920px;
  max-width: initial;
  height: 1080px;
  max-width: inherit;
  left: 50%;
  margin-left: -960px;
  position: relative;
}

body.home .sliderHomeS .item .sliderDescriptionTop,
body.home .otherSliderHome .item .sliderDescriptionTop {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 52px;
}

body.home .sliderHomeS .item .sliderDescriptionTop p,
body.home .otherSliderHome .item .sliderDescriptionTop p {
  font-weight: 300;
  line-height: 52px;
  width: 80%;
  margin: 0 auto;
}

body.home .sliderHomeS .item .sliderDescriptionTop p strong,
body.home .otherSliderHome .item .sliderDescriptionTop p strong {
  font-weight: 600;
}

body.home .sliderHomeS .owl-dots,
body.home .otherSliderHome .owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 6%;
}

body.home .sliderHomeS .owl-dots .owl-dot,
body.home .otherSliderHome .owl-dots .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  margin: 0px 7px;
}

body.home .sliderHomeS .owl-dots .owl-dot.active,
body.home .otherSliderHome .owl-dots .owl-dot.active {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00AEEF;
  border: 2px solid #00AEEF;
}

.home .down-arrow {
  display: none;
}

.down-arrow {
  position: absolute;
  top: 41%;
  left: 50%;
  width: 5.125rem;
  margin-left: -2.5625rem;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: rgba(30, 30, 30, 0.7);
  z-index: 5;
}

body:not(.home) .sliderHomeS,
body:not(.home) .otherSliderHome {
  overflow: hidden;
}

body:not(.home) .sliderHomeS .item,
body:not(.home) .otherSliderHome .item {
  position: relative;
}

body:not(.home) .sliderHomeS .item img,
body:not(.home) .otherSliderHome .item img {
  width: auto;
  max-width: none;
  height: 100%;
}

body:not(.home) .sliderHomeS .item .sliderDescriptionTop,
body:not(.home) .otherSliderHome .item .sliderDescriptionTop {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 52px;
}

body:not(.home) .sliderHomeS .item .sliderDescriptionTop p,
body:not(.home) .otherSliderHome .item .sliderDescriptionTop p {
  font-weight: 300;
  line-height: 52px;
  width: 80%;
  margin: 0 auto;
}

body:not(.home) .sliderHomeS .item .sliderDescriptionTop p strong,
body:not(.home) .otherSliderHome .item .sliderDescriptionTop p strong {
  font-weight: 600;
}

body:not(.home) .sliderHomeS .owl-dots,
body:not(.home) .otherSliderHome .owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 12%;
}

body:not(.home) .sliderHomeS .owl-dots .owl-dot,
body:not(.home) .otherSliderHome .owl-dots .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  margin: 0px 7px;
}

body:not(.home) .sliderHomeS .owl-dots .owl-dot.active,
body:not(.home) .otherSliderHome .owl-dots .owl-dot.active {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00AEEF;
  border: 2px solid #00AEEF;
}

/* End Slider */
/*****************CONTENT*********************************/
.mainContainer {
  position: relative;
  background-color: #E4E6E8;
}

.mainContent {
  /* Start Top Block */
  /* End Top Block */
  /* Start Middle Block Home */
  /* End Middle Block Home */
  /* Start Content Page Template Styles */
  /* End Content Page Template Styles */
}

.mainContent .topBlockWrapper {
  margin-bottom: 40px;
}

.mainContent .topBlockWrapper .topBlockContent {
  background-color: #fff;
  padding: 60px 0px;
  position: relative;
  margin-top: -50px;
  z-index: 10;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.mainContent .topBlockWrapper .topBlockContent .topBlockContentMiddle {
  width: 80%;
  margin: 0 auto;
}

.mainContent .topBlockWrapper .topBlockContent .topBlockContentMiddle .topBlockContentTitle {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 37px;
  font-weight: 700;
  color: #687178;
}

.mainContent .topBlockWrapper .topBlockContent .topBlockContentMiddle .topBlockContentDescription {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  color: #858e96;
  text-align: center;
}

.mainContent .topBlockWrapper .topBlockContent .topBlockContentMiddle .topBlockButtons {
  margin: 0 auto;
  text-align: center;
}

.mainContent .middleBlockHomeWrapp {
  margin-bottom: 40px;
}

.mainContent .three-cols-blocks {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.mainContent .three-cols-blocks:after {
  content: " ";
  display: block;
  clear: both;
}

.mainContent .three-cols-blocks .cols {
  width: 31.42857%;
  float: left;
  margin-left: 2.85714%;
  margin-left: 0;
}

.mainContent .three-cols-blocks .cols:nth-child(3n) {
  margin-right: 0 !important;
}

.mainContent .three-cols-blocks .cols:last-child {
  margin-right: 0 !important;
}

.mainContent .three-cols-blocks .cols:nth-child(3n+1) {
  margin-left: 0 !important;
}

.mainContent .three-cols-blocks .recente_projecten {
  background-color: #fff;
  padding: 40px;
  overflow: hidden;
  min-height: 392px;
  max-height: 392px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.mainContent .three-cols-blocks .recente_projecten .recente_projectenTitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
  color: #687178;
  padding-bottom: 20px;
}

.mainContent .three-cols-blocks .recente_projecten .recente_projectenDescription {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  color: #858e96;
}

.mainContent .three-cols-blocks .projectsHome {
  overflow: hidden;
  min-height: 392px;
  position: relative;
  margin-bottom: 40px;
}

.mainContent .three-cols-blocks .projectsHome .imageContent img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  z-index: 1;
}

.mainContent .three-cols-blocks .projectsHome .imageContent .overlay {
  background: rgba(0, 174, 239, 0.4);
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.mainContent .three-cols-blocks .projectsHome .imageContent .textProjects {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 5;
}

.mainContent .three-cols-blocks .projectsHome .imageContent .textProjects .textProjectsTitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

.mainContent .three-cols-blocks .projectsHome .imageContent .textProjects .textProjectsDesc {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.mainContent .contentPageTopBlockWrapp .centerDiv .innerWrapper .contentPageBlockContent {
  background-color: #fff;
  padding: 60px 0px;
  position: relative;
  top: -50px;
  z-index: 10;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.mainContent .contentPageTopBlockWrapp .centerDiv .innerWrapper .contentPageBlockContent .cptopBlockContentMiddle {
  width: 80%;
  margin: 0 auto;
}

.mainContent .contentPageTopBlockWrapp .centerDiv .innerWrapper .contentPageBlockContent .cptopBlockContentMiddle h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 37px;
  font-weight: 700;
  color: #687178;
}

.mainContent .contentPageTopBlockWrapp .centerDiv .innerWrapper .contentPageBlockContent .cptopBlockContentMiddle ul li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  color: #858e96;
}

.mainContent .contentPageTopBlockWrapp .centerDiv .innerWrapper .contentPageBlockContent .cptopBlockContentMiddle ul li a {
  color: #4FC8F4;
  transition: color 0.3s ease;
}

.mainContent .contentPageTopBlockWrapp .centerDiv .innerWrapper .contentPageBlockContent .cptopBlockContentMiddle ul li a:hover {
  color: #43A8CD;
}

.mainContent .contentPageTopBlockWrapp .centerDiv .innerWrapper .contentPageBlockContent .cptopBlockContentMiddle ol li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  color: #858e96;
}

.mainContent .contentPageTopBlockWrapp .centerDiv .innerWrapper .contentPageBlockContent .cptopBlockContentMiddle p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  color: #858e96;
}

.mainContent .contentPageTopBlockWrapp .centerDiv .innerWrapper .contentPageBlockContent .cptopBlockContentMiddle p a {
  color: #00AEEF;
  transition: color 0.3s ease;
}

.mainContent .contentPageTopBlockWrapp .centerDiv .innerWrapper .contentPageBlockContent .cptopBlockContentMiddle p a:hover {
  color: #008EC1;
}

.mainContent .contentPageTopBlockWrapp .centerDiv .innerWrapper .contentPageBlockContent .cptopBlockContentMiddle .cptopBlockTitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 37px;
  font-weight: 700;
  color: #687178;
}

.mainContent .contentPageTopBlockWrapp .centerDiv .innerWrapper .contentPageBlockContent .cptopBlockContentMiddle .cptopBlockDescription {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  color: #858e96;
}

.errorContent {
  background-color: #fff;
  padding: 40px;
  width: 97.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.errorContent h1 {
  font-size: 3.25rem;
  line-height: 3.4375rem;
  margin-bottom: 1.5625rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #687178;
}

.errorContent h1 a {
  color: #88949D;
  transition: color 0.3s ease;
}

.errorContent h1 a:hover {
  color: #687178;
}

.errorContent span.edit-link a {
  color: #88949D;
  transition: color 0.3s ease;
}

.errorContent span.edit-link a:hover {
  color: #687178;
}

/********************GRAVITY FORMS STYLES******************/
/********************GRAVITY FORMS STYLES******************/
.gform_wrapper .top_label input[type="text"], .gform_wrapper .top_label input[type="tel"], .gform_wrapper .top_label input[type="number"], .gform_wrapper .top_label input[type="email"] {
  width: 100% !important;
  max-width: 20rem;
  box-sizing: border-box;
  height: 2.5rem;
  padding: 0.625rem;
  border: 0.0625rem solid #EEEEEE;
  border-radius: 0.1875rem;
  margin-bottom: 0.625rem;
}

.gform_wrapper .top_label textarea {
  box-sizing: border-box;
  width: 100% !important;
  padding: 0.625rem;
  border: 0.0625rem solid #EEEEEE;
  border-radius: 0.1875rem;
  resize: both;
  margin-bottom: 0.625rem;
}

.gform_wrapper .button {
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
}

.two-column_wrapper ul.gform_column.s1 {
  width: 48.71795%;
  float: left;
  margin-left: 0;
}

.two-column_wrapper ul.gform_column.s2 {
  width: 48.71795%;
  float: left;
  margin-left: 2.5641% !important;
}

/*************grabity forms reset styles***********/
.gform_wrapper {
  max-width: 100% !important;
}

.gform_wrapper ul {
  margin: 0 !important;
  list-style: none;
}

.gform_wrapper li {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.gform_wrapper .top_label .gfield_error {
  width: 100% !important;
}

.gform_wrapper .top_label .gfield_error input {
  border-color: #e74c3c !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
  color: #e74c3c !important;
}

.gform_wrapper div.validation_error {
  color: #e74c3c !important;
  border-top: none !important;
  border-bottom: none !important;
}

.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea {
  border-color: #e74c3c !important;
}

.gform_wrapper .gsection {
  border-bottom: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label,
.gform_wrapper .top_label .gfield_label {
  font-weight: 400 !important;
}

.gform_wrapper textarea.medium {
  min-height: 13.625rem;
}

.gform_button {
  width: 100%;
}

.gform_wrapper .gform_footer {
  margin-top: 0 !important;
}

.two-column:after {
  clear: both;
  display: table;
  content: "";
}

/**********end gravity forms reset styles**********/
/*********************END GRAVITY FORMS STYLES*************/
/*****************FOOTER*********************************/
body:not(.home) .mainFooter {
  margin-top: 10px;
}

.mainFooter {
  /* Start Footer Styles */
  /* End Footer Styles */
}

.mainFooter .footerWrapper .footerContent {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.mainFooter .footerWrapper .footerContent:after {
  content: "";
  display: table;
  clear: both;
}

.mainFooter .footerWrapper .footerContent .footerlogoSection {
  width: 31.42857%;
  float: left;
  margin-left: 2.85714%;
  margin-left: 0;
  padding-left: 40px;
}

.mainFooter .footerWrapper .footerContent .footerlogoSection .footerlogoSectionText p {
  width: 64%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  color: #858e96;
  padding-bottom: 0;
}

.mainFooter .footerWrapper .footerContent .contactFooterSection {
  width: 31.42857%;
  float: left;
  margin-left: 2.85714%;
}

.mainFooter .footerWrapper .footerContent .contactFooterSection .contactFooterSectionTitle {
  font-size: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  color: #687178;
}

.mainFooter .footerWrapper .footerContent .contactFooterSection .contactFooterSectionDescription {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  color: #858e96;
}

.mainFooter .footerWrapper .footerContent .contactFooterSection .contactFooterSectionDescription p {
  padding-bottom: 0;
}

.mainFooter .footerWrapper .footerContent .contactFooterSection .contactFooterSectionDescription p a {
  color: #858e96;
}

.mainFooter .footerWrapper .footerContent .sitemapFooterSection {
  width: 31.42857%;
  float: left;
  margin-left: 2.85714%;
}

.mainFooter .footerWrapper .footerContent .sitemapFooterSection .sitemapFooterSectionTitle {
  font-size: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  color: #687178;
}

.mainFooter .footerWrapper .footerContent .sitemapFooterSection .sitemapFooterSectionDescription ul {
  list-style: none;
  margin: 0;
}

.mainFooter .footerWrapper .footerContent .sitemapFooterSection .sitemapFooterSectionDescription ul li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  color: #858e96;
  font-size: 16px;
  transition: color 0.3s;
  border-radius: 0;
}

.mainFooter .footerWrapper .footerContent .sitemapFooterSection .sitemapFooterSectionDescription ul li a:hover {
  color: #00aeef;
  border-bottom: 2px solid #00aeef;
  border-radius: 0;
}

.mainFooter .lastFooterContent {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mainFooter .lastFooterContent:after {
  content: "";
  display: table;
  clear: both;
}

.mainFooter .lastFooterContent .copyright {
  width: 47.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  margin-left: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #858e96;
  font-weight: 300;
}

.mainFooter .lastFooterContent .copyright a {
  color: #858e96;
  transition: color 0.3s;
}

.mainFooter .lastFooterContent .copyright a:hover {
  color: #00aeef;
}

.mainFooter .lastFooterContent .copyright p {
  padding-bottom: 0;
}

.mainFooter .lastFooterContent .best4ulink {
  width: 47.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  float: right;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #858e96;
  font-weight: 300;
}

.mainFooter .lastFooterContent .best4ulink a {
  color: #858e96;
  transition: color 0.3s;
}

.mainFooter .lastFooterContent .best4ulink a:hover {
  color: #00aeef;
}

.mainFooter .lastFooterContent .best4ulink p {
  padding-bottom: 0;
}

.mainContent .three-cols-blocks .v1 {
  margin-right: 0 !important;
  margin-left: 34px !important;
}

/**********************PAGINATION STYLES*******************/
.paging-navigation {
  border-top: 0.3125rem solid #000;
  margin: 3rem 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.paging-navigation .loop-pagination {
  margin-top: -0.3125rem;
  text-align: center;
}

.paging-navigation .page-numbers {
  border-top: 0.3125rem solid transparent;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 900;
  margin-right: 0.0625rem;
  padding: 0.4375rem 1rem;
  text-transform: uppercase;
}

.paging-navigation .page-numbers.current {
  border-top: 0.3125rem solid #00AEEF;
}

#main .content .paging-navigation a {
  color: #2B2B2B;
}

.paging-navigation a:hover {
  border-top: 0.3125rem solid #00AEEF;
  color: #2B2B2B;
}

/********************RESPONSIVE***********************************/
@media all and (max-width: 1423px) {
  .mainContent .three-cols-blocks .projectsHome {
    width: 370px !important;
  }
}

@media all and (max-width: 1270px) {
  .mainContent .three-cols-blocks .projectsHome {
    width: 330px !important;
  }
}

@media all and (max-width: 1115px) {
  .mainContent .three-cols-blocks .projectsHome {
    width: 440px !important;
  }
}

@media all and (max-width: 1050px) {
  /**********************GRID STYLES************************/
  .span-12, .span-11, .span-10, .span-9, .span-8, .span-7, .span-6, .span-5, .span-4, .span-3, .span-2, .span-1 {
    width: 95.83333%;
    float: left;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
  }
  .col-4 {
    width: 45.83333%;
    float: left;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
    margin-bottom: 1.25rem;
  }
  .span-last {
    float: none;
  }
  .innerWrapper {
    width: 95.83333%;
    float: left;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
  }
  /****************************HTML-BODY STYLES*****************/
  .down-arrow {
    display: none;
  }
  /* Start header Styles */
  .mainMenu {
    display: none;
  }
  .mainHeader .headerTotalContent {
    text-align: center;
  }
  .mainHeader .headerTotalContent.tabFix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #687178;
    padding-top: 3px !important;
  }
  .mobileLink {
    display: inline-block;
    float: left;
    margin-top: 15px;
  }
  .mobileLink a {
    font-size: 16px;
    color: #fff;
  }
  .siteLogo {
    float: none;
  }
  .sliderHomeS.owl-carousel.owl-theme.owl-loaded {
    height: 825px;
    overflow: hidden;
  }
  body.home .sliderHomeS .item .sliderDescriptionTop, body.home .otherSliderHome .item .sliderDescriptionTop {
    top: 28%;
  }
  body.home .sliderHomeS .item .sliderDescriptionTop p, body.home .otherSliderHome .item .sliderDescriptionTop p {
    line-height: 60px;
  }
  body:not(.home) .sliderHomeS .item .sliderDescriptionTop, body:not(.home) .otherSliderHome .item .sliderDescriptionTop {
    top: 20%;
  }
  /* End header Styles */
  /* Start Home Styles */
  .mainContent .topBlockWrapper .topBlockContent {
    padding: 40px 0px;
    margin-top: -35px;
  }
  .mainContent .topBlockWrapper .topBlockContent .topBlockContentMiddle {
    width: 90%;
  }
  .mainContent .topBlockWrapper .topBlockContent .topBlockContentMiddle .topBlockContentTitle {
    font-size: 28px;
  }
  .cols.recente_projecten {
    width: 100% !important;
    margin-bottom: 40px !important;
    min-height: initial !important;
    max-height: initial !important;
  }
  /* End Home Styles */
  .mainContent .three-cols-blocks .cols[data-pid] {
    width: 48.61111089%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .mainContent .three-cols-blocks .cols[data-pid]:nth-child(even) {
    margin-right: 1.38888889% !important;
  }
  .mainContent .three-cols-blocks .cols[data-pid]:nth-child(odd) {
    margin-left: 1.38888889% !important;
  }
  .mainContent .three-cols-blocks .projectsHome {
    margin-bottom: 20px;
  }
  .cols.projectsHome.v2 {
    max-height: 305px !important;
  }
  .cols.projectsHome.v2 .textProjectsTitle {
    font-size: 22px !important;
  }
  .cols.projectsHome.v3 .textProjectsTitle {
    font-size: 22px !important;
  }
  /* Start Footer Syles */
  .mainFooter .footerWrapper .footerContent .footerlogoSection {
    width: 47.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
  .mainFooter .footerWrapper .footerContent .contactFooterSection {
    width: 47.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
  .mainFooter .footerWrapper .footerContent .sitemapFooterSection {
    display: none;
  }
  /* End Footer Styles */
  .mainContent .three-cols-blocks {
    padding-left: 5.08333% !important;
    padding-right: 2.08333% !important;
    width: 100%;
  }
  .mainContent .three-cols-blocks .projectsHome .imageContent img {
    position: absolute;
    left: 0;
    top: 0;
  }
  footer.mainFooter {
    margin-top: 15px;
  }
  .mainContent .contentPageTopBlockWrapp {
    margin-bottom: 0;
  }
  .mainContent .three-cols-blocks .projectsHome .imageContent img {
    width: 100% !important;
  }
  .mainContent .three-cols-blocks .projectsHome .imageContent .overlay {
    left: 0 !important;
  }
}

@media all and (max-width: 43.125rem) {
  /****************BUTTONS STYLES*****************/
  .button {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  /**********************GRID STYLES************************/
  .col-4 {
    width: 94.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    margin-bottom: 1.25rem;
  }
  .innerWrapper {
    width: 94.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
  }
  /*************************HTML-BODY STYLES****************/
  /* Start Header Styles */
  .sliderHomeS.owl-carousel.owl-theme.owl-loaded {
    height: 360px;
  }
  .sliderDescriptionTop {
    top: 10% !important;
  }
  .sliderDescriptionTop p {
    width: 100% !important;
    font-size: 30px;
    line-height: 35px !important;
    letter-spacing: 1px;
  }
  body.home .sliderHomeS .owl-dots, body.home .otherSliderHome .owl-dots {
    bottom: 12%;
  }
  /* End Header Styles */
  /* Start Content Styles */
  .mainContent .topBlockWrapper .topBlockContent .topBlockContentMiddle .topBlockContentTitle {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .topBlockContent {
    padding: 30px 0px !important;
  }
  .mainContent .three-cols-blocks {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mainContent .three-cols-blocks .cols.recente_projecten {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
  }
  body:not(.home) .three-cols-blocks {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body:not(.home) .sliderHomeS, body:not(.home) .otherSliderHome {
    height: 380px !important;
  }
  body:not(.home) .sliderHomeS .owl-dots, body:not(.home) .otherSliderHome .owl-dots {
    bottom: 15%;
  }
  .mainContent .contentPageTopBlockWrapp .centerDiv .innerWrapper .contentPageBlockContent {
    padding: 40px 0px !important;
  }
  .mainContent .contentPageTopBlockWrapp .centerDiv .innerWrapper .contentPageBlockContent h2 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
  }
  .mainContent .three-cols-blocks .cols,
  .mainContent .three-cols-blocks .cols[data-pid] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .buttonsecond {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  body:not(.home) .cols.projectsHome.v1 {
    height: auto !important;
  }
  .s1 {
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .s2 {
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mainContent .contentPageTopBlockWrapp {
    margin-bottom: 0;
  }
  /* End Content Styles */
  .mainFooter .footerWrapper .footerContent {
    padding: 20px !important;
  }
  .mainFooter .footerWrapper .footerContent .footerlogoSection {
    padding-left: 0;
  }
  .mainFooter .lastFooterContent .copyright,
  .mainFooter .lastFooterContent .best4ulink,
  .footerContent > div,
  .mainFooter .footerWrapper .footerContent .footerlogoSection .footerlogoSectionText p {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .contactFooterSection {
    margin-top: 30px;
  }
  .mainFooter .lastFooterContent .best4ulink {
    margin-top: 15px;
  }
  .lastFooterContent * {
    text-align: center;
  }
  .mainContent .three-cols-blocks .projectsHome .imageContent img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .mainContent .three-cols-blocks .cols[data-pid]:nth-child(odd) {
    margin-left: 0 !important;
  }
  .topBlockWrapper .centerDiv .innerWrapper {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .footerWrapper .centerDiv .innerWrapper {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .contentPageTopBlockWrapp .centerDiv .innerWrapper {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .contentPageBlockContent .cptopBlockContentMiddle .two-column_wrapper ul.gform_column.s2 {
    margin-left: 0 !important;
  }
}

@media all and (min-width: 1025px) {
  form#gform_3 {
    max-width: 50%;
  }
}

@media all and (min-width: 1455px) {
  .mainContent .three-cols-blocks {
    padding-left: 0px !important;
    width: 100%;
  }
  .three-cols-blocks .innerWrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media all and (min-width: 1150px) and (max-width: 1455px) {
  .home .mainContent .three-cols-blocks .innerWrapper {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}

@media all and (min-width: 1150px) {
  .mainContent .three-cols-blocks .recente_projecten {
    max-height: initial !important;
  }
  .mainContent .three-cols-blocks .recente_projecten .button {
    width: 100%;
  }
  .mainContent .three-cols-blocks .recente_projecten .buttonsecond {
    width: 100%;
  }
  .mainContent .three-cols-blocks {
    width: 100%;
  }
}

@media all and (min-width: 690px) and (max-width: 1150px) {
  .mainContent .three-cols-blocks {
    width: 100%;
  }
  body:not(.home) .mainContent .three-cols-blocks {
    width: 100%;
  }
}

@media all and (min-width: 1420px) {
  .mainContent .three-cols-blocks {
    padding-left: 15px !important;
    padding-right: 0px !important;
    width: 96%;
  }
}

@media all and (min-width: 1402px) {
  .mainContent .three-cols-blocks .recente_projecten {
    max-height: 392px !important;
  }
  .mainContent .three-cols-blocks .recente_projecten .button {
    width: auto;
  }
  .mainContent .three-cols-blocks .recente_projecten .buttonsecond {
    width: auto;
  }
}

@media all and (max-width: 957px) {
  .mainContent .three-cols-blocks {
    padding-left: 2.08333% !important;
  }
  .mainContent .three-cols-blocks .projectsHome {
    width: 100% !important;
  }
  .mainContent .three-cols-blocks .v1 {
    width: 100% !important;
  }
  .mainContent .three-cols-blocks .cols[data-pid]:nth-child(even) {
    margin-right: 0 !important;
  }
  .mainContent .three-cols-blocks .cols[data-pid]:nth-child(odd) {
    margin-left: 0 !important;
  }
}

@media all and (max-width: 395px) {
  .errorContent input.search-submit {
    margin-top: 10px;
  }
}

.hov {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*--------------------------------------------------------------
3.0 Changes
--------------------------------------------------------------*/
