.alignleft {
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

.alignright {
  margin-left: 20px;
  margin-bottom: 10px;
  float: right;
}

.admin-bar .navbar-fixed-top {
  top: 0px !important;
}

.gform_wrapper ul li {
  background-image: none;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper textarea.medium, .woocommerce form .form-row textarea {
    height: 110px !important;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 15px !important;
    width: auto;
    margin: 0 16px 0 0;
  }
  .gform_wrapper .gform_footer {
    padding: 0px !important;
    margin: 0 !important;
    clear: both !important;
  }
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px !important;
}

.row img {
  height: auto;
}

.gform_button, .gform_wrapper .top_label .gfield_label {
  font-weight: 400;
  margin-bottom: 0;
}

/* open-sans-regular - latin */


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans"), local("OpenSans"), url("../fonts/open-sans-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v13-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-regular.woff") format("woff"), url("../fonts/open-sans-v13-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v13-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-700 - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v13-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v13-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-700.woff") format("woff"), url("../fonts/open-sans-v13-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v13-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-600 - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v13-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/open-sans-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v13-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-600.woff") format("woff"), url("../fonts/open-sans-v13-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v13-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

.topbar {
  min-height: 5px;
}

.topbar .left a, .topbar .right a {
  margin-left: 3px;
  margin-right: 5px;
}

.topbar .left, .topbar .right {  
  margin-top: 4px;  
  display: inline-block;
}

.topbar .right {
  text-align: right;
}

.topbar ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 2px;
}

.topbar ul a, .topbar ul li, .topbar ul p {
  margin: 3px;
  font-size: 13px
}

.topbar ul li a, .topbar ul p {
  color: #fff
}

.topbar ul li a i {
  color: #fff;
  margin-right: 10px;
  width: 10px
}

.navbar {
  min-height: 115px;
  margin-bottom: 0
}

.navbar-brand {
  height: 35px;
  padding: 0
}

.navbar-brand img {
  width: auto;
  height: auto;
  max-height: 60px;
  margin-top: 15px;
  margin-bottom: 0
}

.navbar-brand {
  height: 35px;
  padding: 0px 0px 15px 15px;
}

.navbar-brand img {
  width: auto;
  height: auto;
  max-height: 75px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.navbar-inverse {
  border-color: #efefef;
}

.navbar-nav {
  float: right;
  margin-top: 26px;
}

.navbar-nav li a {
  text-align: right;
  padding: 0px 15px 30px;
  font-weight: 600;
  font-size: 15px;
}

.navbar-inverse .navbar-collapse {
  border-color: #fff;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
  display: block;
  content: "\f105";
  width: 0;
  height: 0;
  font-family: 'FontAwesome';
  float: right;
  margin-left: 10px;
}

@media (min-width:767px) {
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100% !important;
    border-radius: 0 6px 6px 6px;
    display: none;
  }
  .dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
  .dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
  }
  .dropdown-submenu.pull-left {
    float: none;
  }
  .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
  }
}

.dropdown-menu {
  padding: 0;
  width: auto;
  margin: 0;
  border-right: none;
  border-bottom: none;
  border-left: none;
  font-size: 15px;
  text-align: left;
  list-style: none;
  border: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 10px !important;
}

.dropdown>.dropdown-menu {
  margin: 2px 0 0;
}

.dropdown-menu>li {
  margin-bottom: 1px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  text-decoration: none;
  outline: 0;
}

.dropdown-menu>li>a {
  padding: 10px 15px !important;
  color: #fff;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  white-space: normal;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .topbar .left {
    display: none;
  }
  .topbar .right {
    width: 100%;
    text-align: center;
  }
  .navbar-brand {
    padding: 0 15px;
  }
  .navbar-brand img {
    max-width: 200px;
  }
  .navbar-toggle {
    margin-top: 20px;
    border-color: transparent !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .navbar-toggle .icon-bar {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .navbar-nav {
    margin: 0 -15px;
    float: none;
  }
  .navbar-nav li {
    border-bottom: 1px solid #FFFFFF;
  }
  .navbar-nav li.dropdown.open {
    border-bottom: none;
  }
  .navbar-nav li a {
    text-align: center;
    padding-bottom: 10px;
  }
  .navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-nav .open>a {
    color: #fff !important;
  }
  .dropdown-menu li {
    margin-bottom: 0;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: none;
  }
}

/* New nav menu styling */

.cd-nav-trigger {
  display: none;
}

.cd-logo, .cd-nav-trigger {
  position: fixed;
  display: inline-block;
}

.cd-nav-trigger {
  top: 50px;
  right: 5%;
  height: 44px;
  width: 44px;
  z-index: 1038;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-nav-trigger .cd-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #ffffff;
  z-index: 10;
}

.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* apply transition to transform property */
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.cd-nav-trigger .cd-icon::before {
  content: '';
  -webkit-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}

.cd-nav-trigger .cd-icon::after {
  content: '';
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

.cd-nav-trigger::before, .cd-nav-trigger::after {
  /* 2 rounded colored backgrounds for the menu icon */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.cd-nav-trigger::before {
  content: '';
  /* background-color: rgb(227,13,126); */
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.cd-nav-trigger::after {
  content: '';
  /* background-color: rgb(0,128,201); */
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
  content: '';
  /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cd-nav-trigger.close-nav::after {
  content: '';
  /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
  /* user clicks on the .cd-nav-trigger element - transform the icon */
  background-color: rgba(255, 255, 255, 0);
}

.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
  content: '';
  background-color: white;
}

.cd-nav-trigger.close-nav .cd-icon::before {
  content: '';
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
  content: '';
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.cd-primary-nav {
  /* by default it's hidden */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding-top: 120px;
  z-index: 3;
  background-color: #406E7B;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav.fade-in {
  /* navigation visible at the end of the circle animation */
  visibility: visible;
  opacity: 1;
}

.cd-overlay-nav, .cd-overlay-content {
  /* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
  position: fixed;
  top: 18px;
  right: 5%;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px);
  z-index: 1033;
}

.cd-overlay-nav span, .cd-overlay-content span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
  /* background fades out at the end of the animation */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
  /* main rounded colored bg 1 */
  /* z-index: 2;  */
}

.cd-overlay-nav span {
  background-color: #406E7B;
}

.cd-overlay-content {
  /* main rounded colored bg 2 */
  z-index: 4;
}

.cd-overlay-content span {
  background-color: #5b5955;
}

/* End menu style */

a,
.btn-primary,
.gform_button {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover,
a:focus,
.btn-primary:hover,
.btn-primary:focus {
  text-decoration: none;
}

/* HEADLINES */

h1 {
  font-size: 25px;
  line-height: 45px;
  margin-bottom: 20px !important;
  margin: 0px;
  font-weight: 600;
  color: var(--new-blue);
}
.subbanner h1 {
  color: #fff;
}
h2 {
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 20px !important;
  margin: 0px;
  color: var(--new-blue);
}

h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px !important;
  margin: 0px;
  color:var(--new-blue);
}

@media screen and (min-width: 992px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 25px;
  }
}

/* END HEADLINES */

.page-content p {
  margin-bottom: 20px !important;
}

.btn-primary, .container b a, .container a b, .container strong a, .container a strong, .gform_button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  color: #fff;
  padding: 13px 25px;
  text-decoration: none;
  font-weight: 300;
  font-size: 15px;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-primary:hover, .btn-primary:focus, .container b a:hover, .container b a:focus, .container a b:hover, .container a b:focus, .container strong a:hover, .container strong a:focus, .container a strong:hover, .container a strong:focus, .gform_button:hover, .gform_button:focus, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  color: #fff !important;
  border-color: transparent;
}

.sidebar a b, .sidebar b a {
  color: #fff;
  border-color: transparent;
  padding: 13px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
}

.sidebar a b:hover, .sidebar b a:hover {
  border-color: transparent;
}

body, label {
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 28px;
}

.section1 {
  padding: 0 0 100px 0;
  clear: both;
}

.section1__single h3 {
  margin-top: 20px;
  font-weight: 600;
}

.section1__single.text-center h3 {
  background-position: bottom;
}

.section1__single p {
  width: 100%;
  margin-bottom: 20px;
}



  .section1__single-img {
    overflow: hidden;
  }

  .col-sm-4.section1__single,
  .col-sm-6.col-lg-3.section1__single {
    margin-bottom: 50px;
    float: left;
  }

/* Change columns if 3 items */
.col-md-4:nth-child(3n+4) + .col-md-4{clear:both;}


.section1__single-img a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.section1__single-img a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.section1 .second_blocks {
  margin-top: 70px;
}

.section2 {
  background-color: #252525;
  padding: 100px 0 80px;
  margin: 0px;
}

.section2 h2 {
  color: #fff;
  margin: 0;
}

.section2 img {
  width: 100%;
  height: 265px;
  margin-bottom: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.section2 img:hover {
  opacity: .6;
}

.section3 {
  background-color: #efefef;
  padding: 100px 0px;
}

.section3 .clients-logo {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-right: 15px;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 5px;
}

.section3 .clients-logo:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.section_text {
  background-color: #efefef;
  padding: 100px 0 0 0;
  display: none;
}

.contact {
  padding: 100px 0px;
}

.contact-text {
  margin-bottom: 30px;
}

.contact-info p i {
  margin-right: 10px;
  width: 10px;
}

.footer {
  border-top: 5px solid #ff6c00;
  padding: 70px 0 0;
  color: #fff;
  background: #211e1c;
}

.footer p i {
  margin-right: 10px;
  width: 10px;
}

.footer:after {
  content: ' ';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.signature {
  padding: 25px 20px 10px;
}

.signature p, .signature a {
  color: #fff;
  font-size: 13px;
  text-align: right;
}

label {
  font-weight: 400;
}

.form-control {
  background-color: #f7f7f7;
  background-image: none;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

textarea {
  min-height: 120px;
}

.banner {
  min-height: 320px;
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-content {
  padding: 70px 0px 100px 0;
}

.inner-content {
  border-right: 1px solid #e9e9e9;
  padding-right: 100px;
}

.sidebar p i {
  width: 10px;
  margin-right: 15px;
}

.sidebar ul {
  -webkit-padding-start: 20px;
}

.sidebar .gform_wrapper form li {
  padding: 0px;
  background: none;
}

.gallery-thumb {
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}

.gallery-thumb img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.gallery-thumb:hover {
  cursor: pointer;
}

.gallery-thumb:hover img {
  opacity: .7;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 15px;
  color: #fff;
}

.lb-data .lb-caption {
  padding-bottom: 1em;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
  opacity: .5;
  width: 25%;
}

.lightboxOverlay {
  z-index: 50000;
}

.lightbox {
  z-index: 60000;
}

.lightbox .lb-image {
  border: none;
  box-shadow: 0px 2px 5.88px 0.12px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 2px 5.88px 0.12px rgba(0, 0, 0, 0.28);
}

@media only screen and (min-width: 768px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar-brand {
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  header {
    height: auto;
  }
  .subbanner {
    background: black;
    margin-bottom: 0px !important;
  }
  .section1__single {
    margin-bottom: 30px;
  }
  .topbar ul a {
    font-size: 12px;
    float: none;
  }
  .dropdown-menu {
    width: 100%;
  }
  .inner-content {
    padding-right: 15px;
  }
}

.scrollToTop, .scrollToTop:visited {
  height: 30px !important;
  width: 30px !important;
  display: none;
  background-color: #ff6c00;
  margin: 0;
  position: fixed;
  bottom: 2%;
  right: 20px;
  z-index: 99;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.scrollToTop i, .scrollToTop:visited i {
  font-size: 12px;
  margin-left: -6px;
  margin-top: -6px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}

.scrollToTop:active, .scrollToTop:hover, .scrollToTop:visited:active, .scrollToTop:visited:hover, .scrollToTop:visited:active, .scrollToTop:visited:hover, .scrollToTop:visited:visited:active, .scrollToTop:visited:visited:hover {
  background-color: #ff8933;
  cursor: pointer;
}

.scrollToTop:active i, .scrollToTop:hover i, .scrollToTop:visited:active i, .scrollToTop:visited:hover i, .scrollToTop:visited:active i, .scrollToTop:visited:hover i, .scrollToTop:visited:visited:active i, .scrollToTop:visited:visited:hover i {
  color: #fff;
}

.news__item h3 {
  margin-bottom: 20px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news__item .image {
  overflow: hidden;
}

.news__item .image img {
  width: 100%;
  height: 250px !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 20px !important;
}

.news__item:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  overflow: hidden;
  width: 100%;
}

.line {
  width: 100%;
  height: 40px;
  position: relative;
  display: inline-block;
  margin-top: 30px;
}

#banner {
  width: 100%;
  height: auto;
  float: left;
  margin: -45px 0px 0px;
}

#inner_banner {
  width: 100%;
  height: auto;
  float: left;
  min-height: 20px;
  padding: 10px 0px 0px;
  text-align: center;
}

#inner_banner p {
  font-weight: 600;
  color: #FFFFFF;
  font-size: 15px;
  margin: 0px;
  padding: 20px 40px;
  margin-top: -20px;
  position: relative;
  width: 100%;
}

#inner_banner p:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 62px 0;
  position: absolute;
  left: -40px;
  top: 0;
}

#inner_banner p:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 62px 40px 0 0;
  position: absolute;
  right: -40px;
  top: 0;
}

.btn-outline {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
  padding: 13px 25px;
  font-size: 15px;
  border-radius: 3px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.btn-outline:hover, .btn-outline:focus {
  color: #fff !important;
  border-color: #ff8933;
  text-decoration: none;
  background-color: #ff8933;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
  border-radius: 6px;
}

.hoeveel span {
  margin-right: 10px;
}

.hoeveel .btn-min, .hoeveel .btn-plus {
  color: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  border-radius: 3px;
}

.hoeveel .btn-min .fa, .hoeveel .btn-plus .fa {
  font-size: 10px;
  margin-top: 8px;
  margin-right: 0;
}

.hoeveel .form-control {
  max-width: 50px;
  text-align: center;
  height: 21px;
  margin: 0px 5px;
  display: inline-block;
  float: left;
  position: relative;
  top: -1px;
  height: 26px;
}

.woocommerce div.product form.cart .button {
  margin-top: 40px;
  display: block;
  position: absolute;
}

select {
  padding: 6px 12px;
  color: #555;
  margin: 5px 0 10px;
  background-color: #F7F7F7;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  height: 40px;
  position: relative;
  width: 100% !important;
  float:left;
  display: block;
  z-index: 1;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 28px;
}

.product img {
  width: 100%;
  height: auto !important;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px;
}

.content-repeat {
  background-color: #f7f7f7;
  padding: 0px 0px 10px 0px !important;
  margin-bottom: 10px;
  text-align: center;
  color: #555555;
}

.content-repeat p:first-of-type {
  min-height: 22px;
  padding-top: 10px;
}

.content-repeat p {
  padding: 0px 10px;
  margin-bottom: 0;
}

.content-repeat hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #CCC;
  width: 25%;
}

.content-repeat img {
  margin: 0px 0px 0px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-repeat .price {
  position: absolute;
  color: #fff;
  background: #F39401;
  margin: 80px -20px 20px -10px;
  width: 145px;
  padding: 5px 10px 5px 0;
}

.content-repeat .price:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 0;
  z-index: 100;
  position: absolute;
  border-top: 10px solid #c27601;
  border-left: 10px solid transparent;
  background: transparent;
}

.pageContent .contentBlock a {
  width: 100%;
  margin-top: 0px;
  border-radius: 0px !important;
}

.pageContent {
  margin: 0px 0px;
}

.content {
  padding: 50px 0;
}

#reset input[type="submit"] {
  margin-top: 0px;
  font-size: 15px;
  padding: 13px 35px;
  border-radius: 3px;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  background-color: #d6d6d6;
  border-bottom: solid 2px #c0c0c0;
  color: #fff !important;
  float: left;
}

.btn-primary.green {
  background-color: #27ae60;
  border-bottom: solid 2px #209150;
  float: left;
  padding: 13px 35px;
  margin-right: 10px;
}

.breadcrumb {
  background-color: #FFF;
  border-bottom: 1px solid #efefef;
}

.breadcrumb p {
  margin-bottom: 0px;
}

.col-xs-12.col-md-6.content-col-l {
  padding-left: 0px;
}

.col-xs-12.col-md-6.content-col-l p {
  text-align: left !important;
}

.table td, .table th {
  font-size: 15px;
}

.navbar-nav .open .dropdown-menu>li>a {
  position: static !important;
}

.row img {
  max-width: 100% !important;
}

.navbar-nav {
  float: right;
  margin-top: 0px !important
}

@media (max-width:767px) {
  .nav>li>a {
    padding: 10px 15px !important;
  }
  .navbar-inverse {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .navbar-default .navbar-nav {
    margin: 0 -15px;
    display: block !important;
  }
  .navbar-default .navbar-nav li {
    border-bottom: 1px solid #FFFFFF;
  }
  .navbar-default .navbar-nav li a {
    padding: 13px 10px !important;
    font-size: 14px !important;
    text-align: center;
    color: #fff !important;
    background-color: #701b75;
  }
  .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
    background-color: #c086c3 !important;
    color: #fff !important;
  }
  .navbar-header {
    width: 50%;
    float: left;
  }
  .navbar-header .navbar-brand {
    height: 75px;
  }
  .navbar-header .navbar-brand img {
    width: 180px;
  }
  .navbar-header-right {
    float: right;
    padding-right: 15px;
    padding-top: 20px;
    height: 75px;
    text-align: right;
    width: 45%;
  }
  .navbar-header-right span {
    margin-left: 0;
  }
  .navbar-header-right span a {
    display: block;
  }
  .navbar-row {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 15px;
  }
  .navbar-row .navbar-toggle {
    border-color: transparent;
    padding: 9px 0;
    margin: 25px 0px 20px;
  }
  .navbar-row .navbar-toggle:hover, .navbar-row .navbar-toggle:focus {
    background-color: transparent !important;
  }
  .navbar-row .navbar-toggle:hover .icon-bar, .navbar-row .navbar-toggle:focus .icon-bar {
    background-color: #c086c3 !important;
  }

  .navbar-row .navbar-toggle * {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .navbar-row .navbar-toggle span {
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
    background-color: #fff;
    display: block;
  }
  .navbar-row .navbar-toggle span.bar1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 1px 3px;
    transform-origin: 1px 3px;
    width: 24px;
  }
  .navbar-row .navbar-toggle span.bar2 {
    -webkit-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0);
  }
  .navbar-row .navbar-toggle span.bar3 {
    -webkit-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
  }
  .navbar-row .navbar-toggle span.bar4 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 2px 0px;
    transform-origin: 2px 0px;
    width: 24px;
  }
  .navbar-row .navbar-toggle.collapsed span.bar1, .navbar-row .navbar-toggle.collapsed span.bar2, .navbar-row .navbar-toggle.collapsed span.bar3, .navbar-row .navbar-toggle.collapsed span.bar4 {
    -webkit-transform: none;
    transform: none;
    width: 20px;
  }
  .navbar-default .navbar-nav .open>a, .navbar-default .navbar-nav .open>a:focus, .navbar-default .navbar-nav .open>a:hover {
    background-color: #c086c3 !important;
    color: #fff !important;
  }
  .dropdown-menu {
    margin-top: 0 !important;
  }
  .dropdown-menu li a {
    background-color: #98259e !important;
  }
  .dropdown-menu li:last-of-type {
    border-bottom: none;
  }
  .navbar-nav>li>.dropdown-menu {
    border-top: 1px solid #FFF !important;
    border-bottom: 1px solid #FFF !important;
  }
  .navbar-fixed-top .navbar-collapse {
    padding: 0px;
    margin-top: 5px;
  }
  .navbar-nav {
    width: 100%;
    margin: 0px;
  }
  .sidebar {
    padding: 50px 0px;
  }

  .col-xs-12.col-sm-4.col-md-4 {
    padding: 25px 20px;
  }

  .signature {
    padding: 10px;
  }

  .signature p, .signature a {
    text-align: left !important;
  }
  .col-xs-12.col-md-6.right.content-col-r {
    padding-left: 0px;
  }
  .subbanner {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .section1, .section2, .section3, .contact {
    padding: 70px 0px;
  }
}

.topbar ul {
  padding-left: 0px;
  margin: 0px !important;
}

/* TABLE */

.content table {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.content table tr {
  width: 100%;
  height: auto;
}

.content table tr:nth-child(1) {
  background-color: #EFEFEF;
  font-weight: 600;
}

.content table tr td {
  vertical-align: top;
  padding: 5px 10px;
  border: 1px solid #EEE;
}

.content table tr td:nth-child(1) {
  max-width: 300px;
}

.content table tr td:nth-child(2) {
  width: 120px;
}

.lightboxOverlay {
  background-color: #000000;
}

.gform_wrapper p, .gform_wrapper br {
  display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .inner-content {
    width: 100%;
    border-right: 0px !important;
    padding: 0px 15px;
  }
  .col-xs-12.col-sm-4 {
    width: 100%;
    margin-top: 50px;
  }
  .col-xs-12.col-md-12.sidebar {
    padding: 0px;
  }
  .section1__single-img a img {
    height: 170px;
  }
}

.sidebar a b, .sidebar b a, .sidebar strong a, .sidebar a strong {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

/* Carousel */

.header-carousel {
  /* height: 710px; */
  padding: 95px 0px 0px;
  margin-bottom: 0px;
}

.header-carousel .item:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

.owl-carousel .owl-item img:hover {
  opacity: 1 !important;
}

.header-carousel .item img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-carousel .carousel-caption h1 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px !important;
  font-size: 35px;
  text-transform: uppercase;
}

.header-carousel .carousel-caption span {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

.header-carousel .carousel-caption .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle), .header-carousel .carousel-caption .btn-group>.btn:last-child:not(:first-child), .header-carousel .carousel-caption .btn-group>.dropdown-toggle:not(:first-child) {
  border-radius: 6px;
}

.header-carousel .carousel-caption .btn-group .btn:first-child {
  margin-right: 20px;
}

.header-carousel .carousel-caption {
  padding-bottom: 200px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, .6);
}

.usp-single {
  text-align: left;
  padding: 0 10px
}

.usp-single-icon {
  border-color: #f8f8f8;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.08);
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 140px;
  font-size: 70px;
  position: relative;
  overflow: hidden;
  border-width: 5px;
  border-style: solid;
  display: block;
  margin: auto;
  border-radius: 100%;
  background-image: url(../img/stripes_3_b.png);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.usp-single-icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-color: #e2e2e2
}

.usp-single-icon i {
  position: relative
}

.section1__single:hover .usp-single-icon {
  background: #89ddf4;
  color: #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section1__single:hover .usp-single-icon i {
  color: #fff;
}

/* Mobile nav menu */

.mobile-menu-overlay {
  color: #fff;
  z-index: 1036;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  opacity: 1;
}

.mobile-menu-overlay a {
  color: #fff !important;
  display: block;
  width: 100%;
  font-size:18px;
  padding-right: 25px;
}

.mobile-menu-overlay a:hover, .mobile-menu-overlay .current_page_item>a, .mobile-menu-overlay .current-menu-item>a, .mobile-menu-overlay .current_page_ancestor>a, .mobile-menu-overlay .current-menu-ancestor>a {
  text-decoration: underline;
}

.mobile-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: scroll;
  padding: 0 10vw;
  overflow-x: hidden;
}

.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.mobile-menu li {
  display: block;
  font-size: 22px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.mobile-menu li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu li i {
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  padding: 10px 10px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 3;
}

.mobile-menu li i.dropdown-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-menu li.current_page_item > a,
.mobile-menu li.current_page_ancestor > a,
.mobile-menu li.current_page_item > i,
.mobile-menu li.current_page_ancestor > i {
  color: #fff;
}

.mobile-menu ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.mobile-menu ul.sub-menu.sub-menu-expanded {
  max-height: none;
}

.mobile-menu ul.sub-menu li {
  border: 0;
  padding: 10px 0 0;
}

.contact-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 35px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.contact-icons a {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 0;
}

.contact-icons>a:first-child {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

/*  Desktop menu */

.navbar-brand {
  height: auto;
  /* padding: 0; */
  margin-right: auto;
}

.navbar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

#primary-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

#primary-menu li {
  position: relative;
  display: block;
}

#primary-menu > li a {
  display: block;
  padding: 10px 15px;
}

.navbar-row ul.sub-menu li a {
  padding: 10px 15px;
  display: block;
  color: #FFF !important;
}

.navbar-row ul.sub-menu li {
  padding: 0px !important;
}

#primary-menu li:last-child {
  padding-right: 0;
}

#primary-menu li:hover>ul {
  left: 0;
}

#primary-menu ul li:hover>ul {
  left: 100%;
}

#primary-menu ul {
  display: block;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 1000;
  min-width: 160px;
  padding: 0;
  margin: 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#primary-menu ul ul {
  left: -999em;
	top: 0;
}

#primary-menu ul li {
  background-color: #406E7B;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #fff;
}

#primary-menu ul li:last-child {
  border-bottom: 0px;
}

#primary-menu a {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}

#primary-menu i {
  color: #fff;
}

#primary-menu li.current_page_item>a, #primary-menu li.current_page_ancestor>a, #primary-menu li.current_page_item>i, #primary-menu li.current_page_ancestor>i {
  color: #5bc5f2;
}

#primary-menu ul li a {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .cd-nav-trigger {
    display: none;
  }
  #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* EXTRA EDITS */

#standard-header {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 115px;
}

@media only screen and (min-width: 768px) {
  #standard-header {
    padding: 100px 0px;
  }
}



.subbanner {
  margin-top: 0px;
  float: left;
  background: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 8px -2px #1C1C1C;
  box-shadow: 0px 2px 8px -2px #1C1C1C;
  padding: 50px;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  header {
    height: auto;
    padding-bottom: 0px;
    background-position: top center;
    background-size: 670px auto;
    padding-bottom: 0px;
  }
  .subbanner {
    margin-top: 230px;
    background: black;
    margin-bottom: 0px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .subbanner .btn {
    width: 100%;
    float: left;
    margin: 0px 0px 20px;
  }
}

@media (max-width:768px) {

#standard-header {padding-bottom:0px;}
#standard-header .subbanner {margin-top:230px;}
#standard-header .subbanner .btn {width:100%;float:left;margin:0px 0px 20px;}
}

@media only screen and (min-width: 768px) {
  .subbanner {
    width: 600px;
  }
}

.col-xs-12.fullwidth h1, .col-xs-12.fullwidth h2, .col-xs-12.fullwidth h3, .col-xs-12.fullwidth p {
  text-align: center !important;
}

table {
  width: 100%;
  /* float: left; */
  margin: 0px 0px 20px;
}

table tbody {
  width: 100%;
  /* float: left; */
}

table tr {
  width: 100%;
}

table tr td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #EFEFEF;
}

h1 span, h2 span, h3 span {
  font-weight: bold;
}

/* BOXED HEADER STYLING */

.header-boxed .banner {
  max-width: 1170px;
  margin: 0 auto;
  margin-top: -250px;
  border: 10px solid #FFF;
  height: 400px;
  -webkit-box-shadow: 1px 3px 10px #AAA;
  box-shadow: 1px 3px 10px #AAA;
  position: relative;
  z-index: 0;
}

.header-boxed .navbar-inverse {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

#boxed-header {
  padding: 190px 0;
  margin-top: -111px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-boxed .navbar-fixed-top {
  position: relative;
}

.header-boxed .cd-nav-trigger {
  position: absolute;
}

.header-boxed .close-nav {
  position: fixed;
}

.header-boxed.admin-bar .navbar-fixed-top {
  top: 0px !important;
}

.header-boxed .breadcrumb {
  border-bottom: none;
}

.header-boxed .breadcrumb .col-xs-12 {
  border-bottom: 1px solid #EFEFEF;
  padding: 5px 15px 10px;
}

/* end of boxed header*/

.row img {
  height: auto;
}

.navbar-brand {
  padding: 0px;
}

@media (max-width:768px) {
  .navbar-brand {
    padding: 0px 0px 10px 10px;
  }
}

#primary-menu ul li a {
  line-height: 21px;
}

.fa.fa-caret-down.dropdown {
  margin-left: 5px;
}

.topbar .left, .topbar .right {
  margin-top: 2px;
}

.topbar a, .topbar p, .topbar .fa {
  font-size: 14px;
}

iframe {max-width:100%;}

@media screen and (max-width: 992px) {

  .btn, a b, b a, strong a, a strong {
    width:100%;
    float:left;
    margin:0px 0px 10px;
    text-align:center;
  }

  .header-carousel .item img {
    height: 550px;
  }

  .header-carousel .carousel-caption {
    padding-bottom: 100px;
  }

}

.topbar .container {
  padding:0px;
}

.row.news__item {
padding: 20px 0px;
border-bottom: 1px solid #EFEFEF;
margin: 0px;
}

@media (min-width:768px) and (max-width:992px) {

  #standard-header {padding:100px 0px;}

}

/* Logo in topbarlogo navigation */

.topbarlogo-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#navigation-topbarlogo {
  max-height: none;
  padding: 15px 0 0;
}

#navigation-topbarlogo .header-logo img {
  max-height: 75px;
  width: auto;
  display: block;
}

#navigation-topbarlogo .header-contact {
text-align: right;
}

.topbarlogo-navigation {
  margin-top: 15px;
}

.topbarlogo-navigation #primary-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-contact .tekst-inschrijven {
    float: none;
    margin: 0;
    line-height: normal;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 300px;
            flex: 1 0 300px;
    padding-right: 15px;
}

.header-contact .gform_wrapper {
    max-width: none !important;
    width: 100%;
}

.header-contact .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}

.header-contact form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-contact .gform_footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
}

.header-contact .gform_wrapper input {
    margin: 0 !important;
}

.header-contact .gform_button {
    padding: 6px 25px;
}



@media screen and (min-width: 1300px) {
    .header-contact {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }
}


@media screen and (max-width: 992px) {
  .header-contact {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sidebar {padding-bottom:0px;}
}

/* 404 page */

.error404 .content-section {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}

/* Back to archive link */

.back-to-archive-link {
  margin-top: 30px;
  margin-bottom: 30px;
}

.back-to-archive-link-top {
  margin-top: 0;
  margin-bottom: 40px;
}

/* Hotfix for photo gallery until all gallery plugins are updated */
.dob_fotogalerij {
  width: 100%;
}


/* Daryl update 21.1.2019. */

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea.medium, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
margin: 5px 0;
width: 100%;
display: block;
padding: 6px 12px;
font-size: 15px;
line-height: 28px;
color: #555;
background-color: #F7F7F7;
background-image: none;
border: 1px solid #ddd;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
height: 40px;
margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {

	.gform_button, .btn-primary, .btn-outline, a b, b a, strong a, a strong,
  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt,
  .woocommerce input.button.alt, .hoeveel .btn-min, .hoeveel .btn-plus {width:auto;}

}

.ui-datepicker th {float:left;width:14.28%;}

.ginput_recaptcha {
  margin: 0px 0px 10px;
  margin-top: 0px;
}

/* Boxed slider header */

section.boxed-slider {
  overflow: hidden;
}

section.boxed-slider #header-carousel {
  height: 100%;
  padding: 0;
}
section.boxed-slider #header-carousel .carousel-inner {
  height: 100%;
}

section.boxed-slider #header-carousel .item {
  height: 100%;
}

section.boxed-slider #header-carousel .item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


.banner .searchfilter {
    padding: 50px 0;
}
