/* Extra elementen die nog niet bestonden in de voormalige css bv pijlen, titels etc. */

/* STANDAARD ELEMENTEN: Overschrijven deel van de elementen in style.css */

/* Standaard stijl - Headers */
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
}

@media screen and (max-width: 800px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #191664;
  text-transform: uppercase;
  letter-spacing: 0;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #191664;
  letter-spacing: 0;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  letter-spacing: 0;
}

.w-100 {
  width: 100% !important;
}

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

/* Standaard stijl - Buttons */
.btn p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-transform: lowercase;
}

.btn.outline {
  background: none;
  padding: 8px 25px;
}

.btn.outline p {
  color: #191664;
}

.btn-primary.outline {
  border: 2px solid #191664;
}

#print_header {
  display: none;
}

/* Video */
.play {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -25px !important;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 43.3px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.play:hover {
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  #image-text .z-index-10 {
    width: 400px;
  }
}

/* SPECIFIEKE ELEMENTEN */

/* ----------------------------------------------------------------- iMenu */
body.iMenu_open {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
}

body.iMenu_open:before {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3333;
}

body.iMenu_open .iMenu_menu {
  bottom: 0;
}

.iMenu_btn {
  position: absolute;
  right: 0;
  top: 19px;
}

.iMenu_menu {
  font-family: 'Montserrat', sans-serif;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3333;
}

.iMenu_menu:before {
  content: " ";
  display: table;
}

.iMenu_menu:after {
  clear: both;
  content: " ";
  display: table;
}

.iMenu_menu .iMenu_menutxt {
  display: block;
  float: left;
  line-height: 1.2em;
  padding: 6px;
  width: 100%;
}

.iMenu_menu .iMenu_icon {
  border: 0 solid #FFF;
  border-radius: 0;
  box-sizing: content-box;
  display: block;
  height: 40px;
  margin-top: -10px;
  position: relative;
  width: 60px;
}

@media screen and (min-width: 350px) and (max-width: 525px) {
  .iMenu_btn {
    padding: 0 !important;
    right: 25px !important;
  }
}

@media screen and (max-width: 350px) {
  .iMenu_btn {
    right: 0 !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 350px) {
  .iMenu_icon {
    width: 50px !important;
  }
}

.iMenu_menu .iMenu_no-text {
  margin: 0;
}

.iMenu_menu .iMenu_icon-bar {
  background: #191664;
  border-radius: 10px;
  display: block;
  height: 2px;
  left: 10px;
  opacity: 1;
  position: absolute;
  top: 29px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  width: 60px;
}

@media screen and (max-width: 350px) {
  .iMenu_menu .iMenu_icon-bar {
    width: 30px;
  }
}

.iMenu_open .iMenu_icon-bar {
  background: #ffffff
}

.iMenu_menu .iMenu_icon-bar:nth-child(1) {
  top: 22px;
}

.iMenu_menu .iMenu_icon-bar:nth-child(2), .iMenu_menu .iMenu_icon-bar:nth-child(3) {
  top: 29px;
}

.iMenu_menu .iMenu_icon-bar:nth-child(4) {
  top: 36px;
}

.iMenu_menu .iMenu_icon-text {
  color: #FFF;
  display: block;
  font-size: 20px;
  margin-top: -10px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transition: .25s ease-in-out;
}

.iMenu_menu .iMenu_open .iMenu_icon-bar:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}

.iMenu_menu .iMenu_open .iMenu_icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.iMenu_menu .iMenu_open .iMenu_icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.iMenu_menu .iMenu_open .iMenu_icon-bar:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}

.iMenu_nav {
  clear: both;
}

.iMenu_nav ul {
  display: block;
}

.iMenu_nav li {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.iMenu_nav li:last-child {
  border-bottom: none;
}

.iMenu_nav li:after {
  clear: both;
  content: " ";
  display: table;
}

.iMenu_nav a:focus,
.iMenu_nav li:focus {
  outline: none;
}

.iMenu_parent > a {
  position: relative;
}

.iMenu_parent > a:before {
  background-image: url("../img/nav/right-arrow.svg");
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  height: 25px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  color: black;
  transition: all ease 0.3s;
}

.iMenu_parent.iMenu_open > a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.iMenu_nav .iMenu_item {
  cursor: pointer;
  padding: 0;
}

.iMenu_nav .iMenu_row {
  display: block;
}

.iMenu_nav a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}

.iMenu_nav .iMenu_parent-link a {
  display: inline;
}

.iMenu_menu .iMenu_menutxt {
  color: #FFF;
  font-size: 21px;
  font-weight: bold;
}

.iMenu_nav {
  background-color: #fff;
  bottom: 0;
  color: #FFF;
  left: 0;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  height: calc(100% - 98px);
  width: 100%;
}

.iMenu_nav ul {
  background: none;
  float: left;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.iMenu_nav > * {
  border-bottom: 1px solid #FFF;
  float: left;
  position: relative;
  width: 100%;
}

.iMenu_nav > ul > li > a:after {
  clear: both;
  content: " ";
  display: table;
}

.iMenu_nav .iMenu_row:hover {
  border-radius: 0;
  color: #898989;
}

.iMenu_nav .iMenu_link, .iMenu_parent, .iMenu_collapsed, .iMenu_open {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #444444;
  display: block;
  line-height: 24px;
  padding: 8px 50px 8px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.iMenu_nav li, .iMenu_parent, .iMenu_open .iMenu_collapsed, .iMenu_open .iMenu_open {
  cursor: pointer;
}

.iMenu_nav .nav-sub li:last-child .iMenu_link {
  padding: 8px 50px 0 10px;
}

a.iMenu_link:focus {
  border-bottom: 2px solid #191664;
}

.iMenu_nav .language .iMenu_link {
  float: left;
  padding-left: 12px;
  padding-right: 12px;
}

.iMenu_nav > li > .iMenu_item > .iMenu_link {
  display: inline;
  padding: 0;
}

.iMenu_nav li li > a {
  text-indent: 15px;
}

.iMenu_nav li li li > a {
  text-indent: 30px;
}

.iMenu_nav li li li li > a {
  text-indent: 45px;
}

.iMenu_nav .current > a {
  background-color: #191664;
  color: #ffffff;
}

.iMenu_nav .iMenu_txtnode {
  margin-left: 15px;
}

@media screen and (max-width: 990px) {
  .sub-desktop {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .iMenu_menu {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  #imenu {
    display: block !important;
  }
}

/*** Hide main navigation **/

@media screen and (max-width: 990px) {
  .pages {
    display: none;
  }
}

/* Header - Navigatie */
.head {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 75px;
  padding: 12px 15.5%;
  z-index: 999;
  background-color: #ffffff;
  border-bottom: 1px solid #f1f1f1;
}

@media screen and (max-width: 550px) {
  .head {
    padding: 7px 7px;
  }
}

@media screen and (min-width: 990px) and (max-width: 1450px) {
  .head {
    padding: 12px 7%;
  }
}

.head .nav-wrapper {
  position: relative;
  max-width: 100%;
}

.head .nav-wrapper .navigation .nav-logo {
  position: relative;
  float: left;
}

.head .nav-wrapper .navigation .pages {
  position: relative;
  float: right;
}

.head .nav-wrapper .navigation .pages li {
  float: left;
  margin: 10px 0 0 20px;
  position: relative;
}

.head .nav-wrapper .navigation .pages .nav-sub li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 990px) {
  .nav-sub {
    position: absolute;
    width: 100%;
    min-width: 140px;
    height: auto;
    padding-top: 10px;
    overflow: hidden;
    background: white;
    text-align: center;
    display: none;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    left: 50%;
    transform: translateX(-50%);
  }
}

.head .nav-wrapper .navigation .pages li:hover .nav-sub {
  display: block;
}

.sub-desktop {
  background: red;
  display: none;
}

.head .nav-wrapper .navigation .pages li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #444444;
  cursor: pointer;
  text-transform: uppercase;
  padding-bottom: 3px;
}

.head .nav-wrapper .navigation .pages li a:hover {
  border-bottom: 2px solid #191664;
}

.head .nav-wrapper .navigation .pages li a:hover .sub-desktop {
  display: block;
}

.page-content {
  margin-top: 75px; /*height of head*/
}

@media screen and (max-width: 550px) {
  .page-content {
    margin-top: 62px;
  }
}

/* Slideshow*/

.swiper-container {
  height: auto;
}

@media screen and (min-width: 901px) {
  .swiper-container {
    max-height: calc(100vh - 75px) !important; /* Full height - navbar height */
  }

  a.video {
    height: 100% !important;
  }
}

@media screen and (min-width: 1400px) {
  .swiper-container {
    width: 100%;
    height: 780px;
  }

  .swiper-container .swiper-wrapper .img-responsive {
    height: 780px;
  }
}

.swiper-container .swiper-button-prev {
  padding: 5px 25px 5px 10px;
  background-color: rgba(10, 10, 10, 0.7) !important;
  border-radius: 2px;
}

.swiper-container .swiper-button-next {
  right: 0;
  padding: 5px 25px 5px 15px;
  background-color: rgba(10, 10, 10, 0.7) !important;
  border-radius: 2px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container .swiper-wrapper .swiper-slide .text-background {
  position: absolute;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  padding-top: 15%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 460px) and (max-width: 600px) {
  .swiper-container .swiper-wrapper .swiper-slide h1 {
    font-size: 28px;
    width: 90%;
  }
}

@media screen and (min-width: 460px) and (max-width: 600px) {
  .swiper-container .swiper-wrapper .swiper-slide h2 {
    font-size: 22px;
    width: 90%;
  }
}

@media screen and (min-width: 370px) and (max-width: 460px) {
  .swiper-container .swiper-wrapper .swiper-slide h1 {
    font-size: 20px;
  }
}

@media screen and (min-width: 370px) and (max-width: 460px) {
  .swiper-container .swiper-wrapper .swiper-slide h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 370px) {
  .swiper-container .swiper-wrapper .swiper-slide h1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 370px) {
  .swiper-container .swiper-wrapper .swiper-slide h2 {
    font-size: 16px;
  }
}

.swiper-container .swiper-wrapper .swiper-slide h1, .swiper-container .swiper-wrapper .swiper-slide h2 {
  color: #ffffff;
}

@media screen and (min-width: 1200px) {
  .swiper-container .swiper-wrapper .swiper-slide h1, .swiper-container .swiper-wrapper .swiper-slide h2 {
    top: 300px;
  }
}

@media screen and (min-width: 620px) and (max-width: 1200px) {
  .swiper-container .swiper-wrapper .swiper-slide h1, .swiper-container .swiper-wrapper .swiper-slide h2 {
    top: 200px;
  }
}

@media screen and (max-width: 800px) {
  .swiper-container .swiper-wrapper .swiper-slide h1, .swiper-container .swiper-wrapper .swiper-slide h2 {
    top: 100px;
  }
}

@media screen and (min-width: 390px) and (max-width: 460px) {
  .swiper-container .swiper-wrapper .swiper-slide h1, .swiper-container .swiper-wrapper .swiper-slide h2 {
    top: 150px;
  }
}

@media screen and (min-width: 760px) {
  .swiper-container .swiper-wrapper .swiper-slide h2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 760px) {
  .swiper-container .swiper-wrapper .swiper-slide h2 {
    margin-top: 20px;
  }
}


.swiper-button-prev, .swiper-button-next {
  background: none !important;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-next {
  right: auto;
}

@media screen and (max-width: 600px) {
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    padding: 3px 15px 3px 10px;
  }
}

@media screen and (max-width: 500px) {
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    padding: 5px 3px 0 5px;
  }
}

.slideshow-arrow {
  position: absolute;
  bottom: 30px;
  z-index: 999;
}

.slideshow-arrow img {
  width: 50px;
  height: auto;
}

.slideshow-arrow:hover {
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .slideshow-arrow {
    display: none;
  }
}

.swiper-pagination, .swiper-pagination-clickable, .swiper-pagination-bullets, .swiper-scrollbar {
  display: none;
}

/* Los tekstblok */
@media screen and (min-width: 1000px) {
  #tekstblok {
    max-width: 70%;
  }
}

#tekstblok h4 {
  text-transform: none;
}

/*Foto + text*/
#image-text .text-wrapper-fototext h3 {
  text-transform: uppercase;
  font-size: 24px;
}

@media screen and (min-width: 770px) {
  #image-text .text-wrapper-fototext h3 {
    width: 80%;
  }
}

#image-text .text-wrapper-fototext .btn-primary {
  margin-left: 40px !important;

}

#image-text .text-wrapper-fototext .btn-primary .text-divider-envida {
  border-bottom: 3px solid #ffffff;
}

#image-text .text-wrapper-fototext .btn-primary:hover {
  background: #191664;
}

#image-text .text-wrapper-fototext .btn-primary:hover p {
  color: #ffffff;
}

/* Onze Visie - Blauw blok */
.full-block-wrapper .blauw {
  background-color: #191664;
}

.full-block-wrapper .blauw:before {
  background-color: #ffffff;
}

.full-block-wrapper .blauw h3, .full-block-wrapper .blauw h4 {
  color: #ffffff;
}

.full-block-wrapper .wit {
  background-color: #ffffff;
}

.full-block-wrapper .wit p{
  color: #333;
}

.full-block-wrapper .wit:before {
  background-color: #191664;
}

.full-block-wrapper .wit h3, .full-block-wrapper .wit h4 {
  color: #191664;
}

.full-block-wrapper p {
  color: #fff;
}

@media screen and (min-width: 1000px) {
  .full-block-wrapper h4 {
    width: 70%;
  }
}

@media screen and (min-width: 770px) and (max-width: 1000px) {
  .full-block-wrapper h4 {
    width: 80%;
  }
}

/*Tussenkop - Image full */
#background-image-full {
  width: 100%;
  /*height:auto;*/
}

#background-image-full img {
  width: 100%;
  /*height:auto;*/
}

/* Statistieken */
.statistics .counter {
  padding-top: 10px;
}

.statistics h4 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-size: 34px;
  font-weight: 200;
  color: #191664 !important;
}

@media screen and (min-width: 991px) {
  .margin-top {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .margin-top,
  .margin-top-md {
    margin-top: 50px;
  }
}

/*Foto galerij */
@media screen and (min-width: 1200px) {
  #image-gallery {
    margin-bottom: 15%;
  }
}

#image-gallery .blauw {
  background-color: #191664;
}

#image-gallery .blauw:before {
  background-color: #ffffff;
}

#image-gallery .blauw h3, #image-gallery .blauw h4, #image-gallery .blauw p {
  color: #ffffff;
}

#image-gallery .wit {
  background-color: #ffffff;
}

#image-gallery .wit:before {
  background-color: #191664;
}

#image-gallery .wit h3, #image-gallery .wit h4 {
  color: #191664;
}

@media screen and (max-width: 1200px) {
  #image-gallery .blauw, #image-gallery .wit {
    padding-bottom: 8%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  #image-gallery h4 {
    width: 55%;
  }
}

#image-gallery h3, #image-gallery h4 {
  color: #ffffff;
}

#image-gallery h3 {
  text-transform: none;
}

#image-gallery h4 {
  margin-top: 50px;
}

#image-gallery p {
  color: #191664;
}

#image-gallery .img-wrap-2 .lastpicture {
  margin-top: 1%;
}

@media screen and (min-width: 1200px) and (max-width: 1450px) {
  .space-top {
    padding-top: 40px;
  }
}

/* Plan */
@media screen and (max-width: 770px) {
  #team {
    padding: 85px 0;
  }
}

#team h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

#team .team-head {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 200;
  color: #191664 !important;
}

#team .video, #team .js_video {
  position: relative;
}

@media screen and (min-width: 770px) {
  #team .text-divider-envida {
    display: flex;
  }
}

@media screen and (min-width: 1200px) {
  #team .text-divider-envida {
    width: 360px;
  }
}

/* Form */

#form_container {
  width: 100% !important;
  position: relative;
  padding: 0 0 50px 0;
  font: 15px/24px "Montserrat", arial, verdana, sans-serif;
  color: #ffffff;
  background-color: #191664;
  overflow: hidden;
  text-align: center;
}

#form_container h2:after, #form_container h3:after, #form_container h4:after, #form_container h5:after, #form_container h6:after {
  border-bottom: 0 solid #d50505;
}

#form_container .frm_Header {
  padding: 50px 0 0 0;
  text-align: center;
  overflow: hidden;
  margin-bottom: -20px;
}

#form_container .frm_Header h3 {
  color: #ffffff;
  margin-bottom: 4%;
}

@media screen and (min-width: 520px) and (max-width: 770px) {
  #form_container .frm_Header h3 {
    margin-bottom: 8%;
  }
}

@media screen and (min-width: 420px) and (max-width: 520px) {
  #form_container .frm_Header h3 {
    margin-bottom: 12%;
  }
}

@media screen and (max-width: 420px) {
  #form_container .frm_Header h3 {
    margin-bottom: 16%;
  }
}

#form_container .frm_PageBreakHr {
}

#form_container .frm_marked_required {
  margin-left: 5px;
  color: #ffffff;
}

#form_container .frm_Label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  float: left;
}

@media screen and (min-width: 1025px) {
  #form_container .frm_Label {
    margin-left: 35%;
  }
}

@media screen and (max-width: 1024px) {
  #form_container .frm_Label {
    margin-left: 10%;
  }
}

#form_container .frm_Field {
  margin: 0 35% 0 35%;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #form_container .frm_Field {
    margin: 0 10% 0 10%;
  }
}

#form_container .frm_Field .frm_CheckContainer {
  margin: 0 0 4px 0;
  width: 100%;
  float: left;
}

#form_container .frm_Field .frm_CheckContainer .frm_CheckLabel {
  margin: 0 0 0 2px;
  float: left;
}

#form_container .frm_Field .frm_RadioContainer {
  margin: 0 0 4px 0;
  width: 100%;
  float: left;
}

#form_container .frm_Field .frm_RadioContainer .frm_RadioLabel {
  margin: 0 0 0 2px;
  width: 90%;
  float: left;
}

#form_container .frm_Quantity .frm_RadioContainer {
  margin: 0 0 4px 0;
  float: none;
  clear: both;
  display: block;
}

#form_container .frm_Quantity .frm_RadioContainer .frm_RadioLabel {
  margin: 0 0 0 2px;
}

#form_container .frm_TextBlock {
  padding: 10px 90px 50px 90px;
  text-align: center;
}

#form_container .frm_MultipleChoice {
  height: 88px;
}

#form_container .frm_Numeric,
#form_container .frm_MultipleChoice,
#form_container .frm_PhoneNumber,
#form_container .frm_Calendar,
#form_container .frm_TextBox,
#form_container .frm_Email,
#form_container .frm_TextArea,
#form_container .frm_FileUpload,
#form_container .frm_MultipleChoice {
  width: 100%;
  float: left;
  border: none;
}

#form_container .frm_TextBox .frm_Field input,
#form_container .frm_Numeric .frm_Field input,
#form_container .frm_PhoneNumber .frm_Field input,
#form_container .frm_Email .frm_Field input,
#form_container .frm_Calendar .frm_Field input,
#form_container .frm_MultipleChoice .frm_Field select,
#form_container .frm_MultipleChoice .frm_Field input.frm_RadioInput,
#form_container .frm_MultipleChoice .frm_Field input.frm_CheckInput,
#form_container .frm_field select .frm_Select {
  width: 100%;
  height: 35px;
  margin: 0;
  padding-left: 1%;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #666666;
  border: none;
}

#form_container .frm_MultipleChoice .frm_Field input.frm_RadioInput,
#form_container .frm_MultipleChoice .frm_Field input.frm_CheckInput {
  margin-top: 6px;
  float: left;
  clear: both;
}

#form_container .frm_Calendar .frm_Field {
  position: relative;
}

#form_container .frm_Calendar .frm_Field img {
  position: absolute;
  top: 7px;
  right: 0;
  margin: 0;
}

#form_container .frm_FileUpload .frm_Field input {
  padding: 1px 3px;
  margin: 0;
  width: 100%;
  height: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #666666;;
}

#form_container .frm_Calendar .frm_Field input {
  padding: 1px 3px;
  margin: 0;
  width: 100%;
  height: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #666666;
}

#form_container .frm_TextArea .frm_Field textarea {
  height: 150px;
  margin: 0;
  width: 100%;
  padding: 2%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #666666;
  border: none;
}

#form_container .frm_Calendar .frm_Field select {
  padding: 1px 1px;
  margin: 0 10px 0 0;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #666666;
  border: 1px solid #ddd;
}

#form_container .frm_MultipleChoice .frm_Field input {
  margin-top: 5px;
  margin-right: 5px;
  float: left;
}

#form_container .frm_FormTail, #form_container .frm_PageBreak {
  width: 100%;
  padding: 0 0;
  float: left;
}

#form_container .frm_BtnContainer {
}

#form_container .frm_BtnContainer .frm_BtnPrevious_Inactive {
  display: none;
}

#form_container .frm_BtnContainer .frm_BtnPrevious {
  position: relative;
  padding: 0 10px;
  height: 40px;
  float: left;
  font: bold 14px/40px "SourceSans", arial, verdana, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
}

#form_container .frm_BtnContainer .frm_BtnNext_Inactive {
  display: none;
}

#form_container .frm_BtnContainer .frm_BtnNext {
  position: relative;
  padding: 0 10px;
  height: 40px;
  float: right;
  font: bold 14px/40px "SourceSans", arial, verdana, sans-serif;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff;
  cursor: pointer;
}

#form_container .frm_BtnContainer .frm_BtnSubmit {
  position: relative;
  margin-top: 20px;
  padding: 8px 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: lowercase;
  background-color: #00B0B9;
  cursor: pointer;
  border: 0;
  border-bottom: 3px solid #191664;
  float: right;
}

#form_container .frm_BtnContainer .frm_BtnSubmit input {
  border-bottom: 3px solid #ffffff;
}

@media screen and (min-width: 1025px) {
  #form_container .frm_BtnContainer .frm_BtnSubmit {
    margin-right: 35%;
  }
}

@media screen and (max-width: 1024px) {
  #form_container .frm_BtnContainer .frm_BtnSubmit {
    margin-right: 10%;
  }
}

#form_container .frm_BtnContainer .frm_BtnCheck {
  position: relative;
  padding: 0 10px;
  height: 40px;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  text-decoration: none;
  text-transform: lowercase;
  background-color: #ffffff;
  cursor: pointer;
}

#form_container .frm_BtnContainer .frm_BtnPrevious:hover, #form_container .frm_BtnContainer .frm_BtnNext:hover,
#form_container .frm_BtnContainer .frm_BtnSubmit:hover, #form_container .frm_BtnContainer .frm_BtnCheck:hover {
  border-bottom: 3px solid #fff;
}

#form_container .frm_BtnContainer .frm_BtnPrevious:hover #form_container .frm_BtnContainer .frm_BtnPrevious input,
#form_container .frm_BtnContainer .frm_BtnNext:hover #form_container .frm_BtnContainer .frm_BtnNext input,
#form_container .frm_BtnContainer .frm_BtnSubmit:hover #form_container .frm_BtnContainer .frm_BtnSubmit input,
#form_container .frm_BtnContainer .frm_BtnCheck:hover #form_container .frm_BtnContainer .frm_BtnCheck input {
  border-bottom: 3px solid #fff;
}

#msgcontainer {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

/*  Google maps */

#googlemap .map {
  width: 100%;
  height: 540px;
}

@media screen and (max-width: 1200px) {
  #googlemap .map {
    height: 340px;
  }
}

@media screen and (min-width: 700px) and (max-width: 800px) {
  #googlemap .searchwidth {
    width: 60%;
  }
}

@media screen and (max-width: 700px) {
  #googlemap .searchwidth {
    width: 100%;
  }
}

#bodyContent {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

@media screen and (min-width: 1000px) {
  #googlemap .with-info {
    max-width: 40%;
    margin: 0 30%;
  }
}

@media screen and (min-width: 770px) and (max-width: 1000px) {
  #googlemap .with-info {
    max-width: 70%;
    margin: 0 15%;
  }
}

@media screen and (max-width: 500px) {
  #googlemap .with-info {
    max-width: 90%;
    margin: 0 5%;
  }
}

#googlemap .search-wrapper .search-box {
  width: calc(100% - 50px);
  height: 50px;
  float: left;
  padding: 0 20px;
  font: normal 26px/50px "Dederon Sans Bold", serif;
  color: #ffffff;
  border: none;
  background-color: #191664;
}

#googlemap .search-wrapper .search-box::-webkit-input-placeholder {
  color: #ffffff;
}

#googlemap .search-wrapper .search-submit.car {
  background-position: -40px -60px;
}

#googlemap .search-wrapper .search-submit {
  width: 50px;
  height: 50px;
  float: left;
  border: none;
  background: #00B0B9 url(../img/map/sprite.png) no-repeat;
  background-position: 0 -60px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#googlemap #firstHeading {
  font-size: 22px;
  color: #191664;
}

/* GOogle Map directions */

#googlemap #directions {
  margin-top: 100px;
  margin-bottom: 50px;
}

#googlemap .adp-directions {
  width: 100%;
}

#googlemap .adp, .adp table {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal;
  font-size: 16px;
}

br.clear {
  height: 0;
  font: 0 arial, verdana, sans-serif;
  line-height: 0;
  clear: both;
}

/*Footer*/
.page-foot p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #191664;
}

@media screen and (max-width: 990px) {
  .page-foot .range > div {
    margin-bottom: 40px;
  }
}

.page-foot span .icon .icon-xs {
  color: #d1d0d0;
}

.page-foot span .icon .icon-xs {
  color: #191664;
}

.page-foot #ivengi {
  font-size: 16px;
  color: #d1d0d0;
  transition: 250ms ease-in;
}

.page-foot #ivengi:hover {
  color: #191664;
}

@media screen and (max-width: 1000px) {
  .page-foot .shelll .range a img {
    margin-bottom: 30px;
  }
}

.page-foot .madeby {
  margin-top: 20px;
}

.zkn-widget-body {
  width: 100% !important;
  max-width: 100% !important;
}

.zkn-widget-body .fractional_number {
  background-color: #191664;
}

.zkn-widget-body .fractional_number sup {
  font-size: 50% !important;
  line-height: 85px !important;
}