body {
  font-family: Verdana, Geneva, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.6em;
}

.page1-main-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body {
  height: 100%;
}

.page1-block-left {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.page1-block-right {
  position: relative;
  width: 45%;
  padding: 25px 0px 25px 25px;
}

.block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100px;
  min-width: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block.small {
  width: 50%;
  height: 50%;
}

.block.border {
  padding: 5px;
}

.demo-content.wide {
  max-width: 800px;
}

.demo-content.white {
  color: #fff;
}

.demo-paragraph {
  max-width: 800px;
  margin-top: 20px;
  color: #696969;
  font-size: 20px;
  line-height: 1.6em;
}

.demo-paragraph.white {
  margin-bottom: 20px;
  color: #fff;
}

.demo-title {
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.2em;
}

.demo-subtitle {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  color: #999;
  font-size: 30px;
  font-weight: 300;
}

.demo-subtitle.white {
  color: #fff;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  float: left;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff7000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.btn:hover {
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.btn.round {
  margin-top: 25px;
  border-radius: 300px;
  cursor: pointer;
}

.btn.round.left-25 {
  margin-left: 25px;
}

.block-photo-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/image-bg-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.block-photo-link:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.img-icon {
  margin-right: 10px;
}

.photo-img-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -4px;
  padding: 50px 25px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(100%, rgba(0, 0, 0, 0.4)), to(#fff));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4) 100%, #fff);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.icon-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-left: 15px;
  padding-top: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 300px;
  background-color: #fff;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #000;
  font-size: 20px;
}

.block-link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ff7000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.block-link-icon:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.block-icon {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Grafiek.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.block-link-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-photo {
  width: 100%;
  height: 100%;
  background-image: url('../images/image-bg-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ff7000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.block-link:hover {
  padding-bottom: 15px;
}

.square-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide2 {
  position: relative;
  min-height: 100vh;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-left: 25px;
}

.pop-up-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 25;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-white {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 95%;
  max-height: 750px;
  max-width: 1100px;
  background-color: #fff;
  color: #000;
}

.content-container {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
}

.txt {
  max-width: 800px;
  margin-top: 25px;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 1.7em;
}

.div-block-3 {
  padding-top: 25px;
  color: #999;
  font-size: 14px;
}

.text-block {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}

.go-up {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #383838;
  font-size: 26px;
  text-decoration: none;
}

.go-up:hover {
  background-color: #dfdfdf;
}

.close-but {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #0c0c0c;
  font-size: 30px;
  text-decoration: none;
}

.close-but:hover {
  -webkit-transform: scale(0.9) rotate(45deg);
  -ms-transform: scale(0.9) rotate(45deg);
  transform: scale(0.9) rotate(45deg);
}

.pop-img {
  width: 50%;
  background-image: url('../images/image-bg-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pop-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 50%;
  margin-top: 2px;
  padding-top: 50px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grafiek {
  width: 100%;
  background-image: url('../images/file8494337878231358249_15061520778722017-09-2309_33_26-VaadinChart.jsAddon.png');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.page2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/image-bg-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page2-slide2 {
  position: relative;
  padding: 50px 25px;
}

.page2-slide2.tewee {
  background-color: #ffeee0;
}

.template2-main {
  height: 100%;
  padding: 25px 50px 25px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page2-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #ff7000;
  color: #fff;
  font-weight: 700;
}

.page2-menu.version2 {
  display: block;
  height: 160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(255, 112, 0, 0.91);
}

.txt-container {
  color: #fff;
}

.paragraph {
  font-size: 18px;
  line-height: 1.7em;
}

.white-title {
  margin-top: 10px;
  font-size: 46px;
  line-height: 1.2em;
}

.white-subtitle {
  z-index: 1;
  font-size: 26px;
  font-weight: 300;
}

.long-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.long-btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.template3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.template3-img {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/image-bg-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.template3-txt {
  position: relative;
  z-index: 1;
  padding: 42px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f5f5f5;
}

.template3-slide2 {
  position: relative;
  padding: 50px 25px;
}

.template4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: #e9e9e9;
  background-image: url('../images/image-bg-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.template4-left {
  width: 40%;
  padding: 25px 25px 50px 50px;
  color: #fff;
}

.template4-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 60%;
  padding-top: 20vh;
  padding-right: 25px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.intro-white {
  font-size: 18px;
  line-height: 1.6em;
}

.grid1 {
  width: 50%;
  max-width: 350px;
}

.grid1.twee {
  max-width: 350px;
  padding-top: 150px;
}

.square-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-height: 280px;
  margin-bottom: 25px;
}

.template4-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.template5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 200px;
}

.template5-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  cursor: pointer;
}

.template5-col.two {
  background-image: url('../images/image-bg-4.jpg');
  color: #fff;
}

.template5-col.three {
  background-image: url('../images/image-bg-5.jpg');
  background-size: cover;
}

.template5-col-shadow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 10px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.56)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.56));
}

.heading {
  position: relative;
  z-index: 1;
}

.popover {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 50px 25px 25px;
  background-color: #fff;
  color: #000;
}

.heading-2 {
  color: #000;
}

.template6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.template6-deel2 {
  position: relative;
  padding: 50px 25px;
  background-color: #f3f3f3;
}

.template6-deel2.twee {
  background-color: #fde7d6;
}

.template6-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60%;
  background-image: url('../images/image-bg-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  width: 28%;
  height: 75%;
  max-height: 510px;
  max-width: 340px;
  margin-top: 100px;
  margin-right: 5%;
  padding: 25px;
  background-color: #ff7000;
}

.template6-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.template6-link:hover {
  padding-left: 5px;
}

.beneden {
  margin-left: 25px;
}

.template6-center {
  position: relative;
  width: 100%;
  max-width: 1100px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 44px;
  padding-left: 0px;
  color: #fff;
}

.template6-title {
  width: 530px;
  font-size: 46px;
  line-height: 1.1em;
}

.template6-intro {
  width: 100%;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.template-6-intro {
  width: 65%;
  line-height: 1.6em;
}

.template6-container {
  display: block;
  width: 100%;
  max-width: 1100px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.template6-content {
  width: 68%;
}

.template7 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px;
}

.template1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.page1-row1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page1-row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
}

.page7-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image {
  width: 25px;
}

.popup-container-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.39);
}

.template8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.template8-col1 {
  width: 30%;
  min-width: 500px;
  padding-right: 35px;
  padding-left: 35px;
}

.template8-col2 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon {
  line-height: 1em;
}

.template9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 35px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #c7c9ca;
}

.div-block-9 {
  width: 500px;
  height: 100%;
}

.template9-container {
  position: relative;
  overflow: visible;
  width: 550px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.template9-readmore {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 50px;
}

.template9-intro-content {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 35px 10px;
}

.template10-container {
  position: relative;
  z-index: 1;
  width: 45%;
  height: auto;
  margin-left: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  line-height: 1.2em;
}

.logo {
  position: absolute;
  right: 50px;
  bottom: 35px;
  z-index: 10;
  width: 380px;
}

.logo.righttop {
  left: auto;
  top: 35px;
  right: 35px;
  bottom: auto;
  width: 200px;
}

.template10-content {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  min-height: 100vh;
  margin-top: -60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  color: #000;
}

.demo-cover-title {
  font-size: 60px;
  line-height: 1.2em;
}

.text-block-2 {
  font-size: 35px;
  font-weight: 300;
}

.template10-inthis {
  font-size: 18px;
  font-weight: 700;
}

.template10-icon {
  width: 35px;
  height: 29px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #383838;
  font-size: 37px;
  line-height: 1em;
  text-decoration: none;
}

.template10-hero {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}

.template10-index {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.template10-transparent {
  position: relative;
  width: 100%;
  height: 100vh;
}

.down-icon {
  font-size: 30px;
  line-height: 1em;
  text-align: center;
}

.template10-in-this-edition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.template10-indexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.template10-indexrow:hover {
  color: #ff7000;
}

.div-block-10 {
  width: 140px;
  height: 100px;
  background-image: url('../images/image-bg-5.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-3 {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
}

.text-block-3 {
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.template11-hero {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 25px;
  background-image: url('../images/image-bg-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.template11-readmore {
  position: relative;
  z-index: 1;
  padding: 25px;
  background-color: #fff;
}

.template11-godown {
  position: absolute;
  left: 50%;
  right: -50%;
  bottom: 0px;
  display: none;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff7000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 32px;
  text-decoration: none;
}

.template11-godown:hover {
  height: 40px;
}

.text-block-4 {
  text-align: center;
}

.template12 {
  width: 100%;
  height: 100%;
}

.template12-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  background-image: url('../images/image-bg-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.template12-col1.small {
  width: 40%;
}

.template12-col2 {
  width: 50%;
  padding: 25px 35px;
}

.template12-col2.big {
  width: 60%;
}

.template12-part1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.template12-part2 {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page2-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.but-icon {
  font-family: 'Fontawesome webfont', sans-serif;
}

.btn-text {
  margin-left: 10px;
}

.template5-col-bg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 75px;
  padding-left: 75px;
  background-image: url('../images/image-bg-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.close-test {
  width: 100px;
  height: 100px;
  background-color: #ff7000;
}

.template10-hover {
  width: 50%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slideertt {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.popup-scrollcontent {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 50px 15px 35px;
}

.template6-txt {
  width: 100%;
  padding-right: 25px;
}

.contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.template9-chapter {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.template9-chapter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.template9-chapter-intro {
  width: 100%;
  height: 70px;
}

.template9-chapter-name {
  padding: 15px 25px 15px 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  cursor: pointer;
}

.template9-chapter-name:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.template12-container {
  width: 100%;
}

.template14 {
  min-height: 100vh;
}

.template14-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 35px;
  background-image: url('../images/image-bg-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.template14-content {
  min-height: 500px;
  padding: 25px;
}

.page2-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.template6-intro-content {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.template15 {
  width: 100%;
  min-height: 100vh;
  background-image: url('../images/image-bg-5.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.template15-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.template15-hero {
  width: 100%;
  min-height: 50vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.template15-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.template15-cat-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  cursor: pointer;
}

.template15-cat-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.template15-cat-button.auto {
  height: 100%;
  min-height: 80px;
  padding: 10px 35px 10px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.3em;
}

.template16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.template16-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/image-bg-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.template16-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fae9e9;
}

.template-hero-content {
  padding: 50px;
}

.template16-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.template16-title:hover {
  padding-left: 35px;
}

.template16-block {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.template16-titles {
  width: 100%;
}

.template16-content {
  width: 100%;
  padding-bottom: 15px;
}

.template16-goup {
  position: absolute;
  left: 50px;
  top: 50px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  cursor: pointer;
}

.template16-goup:hover {
  top: 40px;
}

.template16-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fontawesome webfont', sans-serif;
}

.fake-txt {
  padding-left: 25px;
}

.template15-but-container {
  position: relative;
  width: 31%;
  max-width: 400px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.template16-popup {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.81);
}

.template16-popup-content {
  position: relative;
  width: 60%;
  height: 100%;
  min-height: 100vh;
  min-width: 700px;
  background-color: #fff;
}

.template16-close-rt {
  position: fixed;
  left: auto;
  top: 25px;
  right: 25px;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.template16-popup-trans {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.template16-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.template16-right-container {
  width: 100%;
  max-width: 650px;
}

.template15-icon {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-left: 15px;
  -webkit-transform: translate(-25px, -50%);
  -ms-transform: translate(-25px, -50%);
  transform: translate(-25px, -50%);
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 20px;
}

html.w-mod-js *[data-ix="template9-closeintro"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .page1-main-container {
    height: auto;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page1-block-left {
    width: 100%;
  }

  .page1-block-right {
    width: 100%;
    padding-left: 0px;
  }

  .block {
    height: 250px;
    min-height: 250px;
    min-width: 250px;
  }

  .block.border.small {
    height: auto;
  }

  .pop-up-bg {
    height: 100vh;
  }

  .pop-white {
    width: 98%;
    height: 98%;
  }

  .content-container {
    padding-top: 0px;
  }

  .page2-menu.version2 {
    height: auto;
    padding-right: 25px;
    padding-left: 25px;
  }

  .long-btn {
    text-align: left;
  }

  .template3 {
    min-height: auto;
  }

  .template3-img {
    min-height: 500px;
  }

  .template4 {
    height: auto;
  }

  .template4-left {
    width: 100%;
    padding-left: 25px;
  }

  .template4-right {
    overflow: visible;
    width: 100%;
    padding-top: 100px;
    padding-left: 25px;
  }

  .grid1 {
    max-width: none;
  }

  .grid1.twee {
    max-width: none;
  }

  .square-block {
    width: 95%;
    height: 270px;
    min-height: 250px;
    min-width: 250px;
  }

  .template4-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .template5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .template5-col {
    min-height: 400px;
  }

  .template5-col-shadow {
    padding-bottom: 25px;
  }

  .popover {
    position: fixed;
    padding-right: 0px;
    padding-left: 0px;
  }

  .template6 {
    height: auto;
  }

  .template6-deel2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu {
    display: none;
    width: 30%;
    margin-right: 0%;
  }

  .template6-center {
    min-height: 400px;
  }

  .template6-intro {
    padding-bottom: 35px;
  }

  .template-6-intro {
    width: 100%;
  }

  .template7 {
    height: auto;
    min-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .template1 {
    height: auto;
    padding: 0px;
  }

  .page1-row1 {
    padding-bottom: 25px;
  }

  .template8 {
    height: auto;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .template8-col1 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .template10-container {
    width: 100%;
    margin-left: 0px;
    padding-top: 140px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo {
    left: 50px;
    top: 35px;
    right: auto;
    bottom: auto;
    width: 300px;
  }

  .template10-content {
    margin-top: 0px;
  }

  .template10-hero {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .template12 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .template12-col1 {
    width: 100%;
    min-height: 500px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .template12-col1.small {
    width: 100%;
  }

  .template12-col2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .template12-col2.big {
    width: 100%;
  }

  .template12-part1 {
    min-height: auto;
  }

  .template12-part2 {
    position: relative;
    display: block;
    min-height: auto;
    width: 100%;
  }

  .page2-menu-block {
    padding-bottom: 5px;
    padding-left: 0px;
  }

  .template9-chapter {
    width: 100%;
  }

  .template9-chapter-name {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .template12-container {
    padding-top: 150px;
  }

  .template14-content {
    padding: 10px;
  }

  .template15-container {
    padding: 35px 25px 50px;
  }

  .template15-hero {
    height: auto;
    padding-bottom: 25px;
  }

  .template16 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .template16-left {
    width: 100%;
  }

  .template16-right {
    width: 100%;
    padding-bottom: 50px;
  }

  .template-hero-content {
    padding-top: 75px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .template16-block {
    max-width: none;
  }

  .template16-goup {
    left: 25px;
    top: 25px;
  }

  .template16-popup {
    height: auto;
    min-height: 100vh;
  }

  .template16-popup-content {
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-width: auto;
  }

  .template16-close-rt {
    top: 0px;
    right: 0px;
  }

  .template16-popup-trans {
    display: none;
  }

  .template16-flex {
    height: auto;
    min-height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .page1-main-container {
    padding: 25px 0px;
  }

  .page1-block-left {
    padding-left: 25px;
  }

  .btn.round.left-25 {
    display: none;
  }

  .slide2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pop-white {
    width: 100%;
    height: 100%;
    max-height: auto;
    min-height: 100vh;
  }

  .content-container {
    padding-top: 0px;
  }

  .go-up {
    display: none;
  }

  .close-but.static {
    position: fixed;
  }

  .page2 {
    height: auto;
    min-height: auto;
  }

  .page2-slide2.tewee {
    padding-right: 0px;
    padding-left: 0px;
  }

  .template2-main {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page2-menu {
    display: none;
  }

  .long-btn {
    text-align: left;
  }

  .template3 {
    height: auto;
  }

  .template3-txt {
    height: auto;
    padding: 35px 0px;
  }

  .template3-slide2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .template4-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .template4-right {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .square-block {
    max-height: 250px;
  }

  .template6 {
    height: auto;
  }

  .template6-deel2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu {
    display: none;
  }

  .template6-center {
    padding-top: 100px;
    padding-right: 25px;
  }

  .template6-title {
    width: auto;
  }

  .template6-intro {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .template-6-intro {
    width: 100%;
  }

  .template6-container {
    padding-right: 0px;
  }

  .template6-content {
    width: 100%;
  }

  .page1-row2 {
    display: block;
  }

  .page7-main-container {
    height: auto;
  }

  .template8-col1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .template9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .template9-container {
    width: 100%;
    height: auto;
    padding-bottom: 35px;
  }

  .template9-readmore {
    display: block;
  }

  .template9-intro-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .template10 {
    position: relative;
  }

  .logo {
    left: 25px;
  }

  .logo.righttop {
    left: 35px;
    top: 35px;
    right: auto;
    bottom: auto;
    width: 170px;
  }

  .template10-content {
    width: 100%;
    height: auto;
    min-height: auto;
    padding-bottom: 25px;
  }

  .template10-hero {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .template10-index {
    height: auto;
    min-height: auto;
  }

  .template10-transparent {
    display: none;
  }

  .template10-in-this-edition.w--current {
    padding-right: 25px;
    padding-left: 25px;
  }

  .template10-indexrow {
    padding-right: 25px;
    padding-left: 25px;
  }

  .template11-hero {
    height: auto;
  }

  .template11-readmore {
    padding-right: 0px;
    padding-left: 0px;
  }

  .template12-col1 {
    width: 100%;
    height: auto;
    min-height: 450px;
  }

  .template12-col2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .template12-part2 {
    position: relative;
    height: auto;
  }

  .page2-menu-block {
    width: 50%;
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .popup-scrollcontent {
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contents {
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .template14-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page2-menu-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .template16-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .template-hero-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .template16-title {
    padding-right: 25px;
  }

  .template15-but-container {
    width: 47%;
  }
}

@media screen and (max-width: 479px) {
  .page1-block-left {
    padding-left: 0px;
  }

  .block {
    width: 100%;
    margin-bottom: 0px;
  }

  .block.border {
    margin-bottom: 0px;
    padding: 0px;
  }

  .block.border.small {
    width: 100%;
    margin-bottom: 0px;
  }

  .content-container {
    padding-top: 0px;
  }

  .close-but {
    top: 0px;
    right: 0px;
  }

  .page2-slide2 {
    overflow: hidden;
  }

  .long-btn {
    font-size: 16px;
  }

  .template3-img {
    min-height: 400px;
  }

  .template4-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .grid1 {
    width: 100%;
  }

  .grid1.twee {
    padding-top: 0px;
  }

  .square-block {
    width: 100%;
  }

  .template6-center {
    min-height: 500px;
  }

  .template6-intro {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .template7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .template8-col1 {
    min-width: auto;
  }

  .template9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .template10-container {
    margin-left: 0px;
    padding-bottom: 25px;
  }

  .logo {
    top: 25px;
    width: 260px;
  }

  .logo.righttop {
    left: 25px;
    top: 25px;
  }

  .template10-content {
    height: auto;
    min-height: auto;
  }

  .template10-hero {
    height: auto;
    min-height: 100vh;
  }

  .div-block-10 {
    width: 120px;
    height: 80px;
  }

  .text-block-3 {
    padding-left: 15px;
    font-size: 18px;
  }

  .template11-hero {
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .template12-col2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .template12-part1 {
    height: auto;
    min-height: auto;
  }

  .page2-slides {
    overflow: hidden;
  }

  .page2-menu-block {
    width: 100%;
  }

  .slideertt {
    height: 100%;
  }

  .template9-chapter-name {
    padding-right: 25px;
    padding-left: 25px;
  }

  .template15-cat-button {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .template15-cat-button.auto {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .template16-title:hover {
    padding-left: 25px;
  }

  .template15-but-container {
    width: 100%;
    margin-right: 0px;
  }

  .template15-icon {
    -webkit-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
