@charset "UTF-8";
/* loader */
@-webkit-keyframes "loading" {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "loading" {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* end loader */
/* common */
/* end common */
/* header */
/* end header */
/* menu */
/* end menu */
/* slider */
/* end slider */
/* homepageText */
/* end homepageText */
/* footer */
/* end footer */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

.clr {
  clear: both;
}
.clr:after {
  clear: both;
  dusplay: block;
  content: "";
}

img {
  max-width: 100%;
  border: 0;
}

body {
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.58);
  background: #fafafa;
  font-size: 15px;
}

#loader {
  position: fixed;
  z-index: 1;
  height: 44px;
  color: #E5007D;
  top: 50%;
  margin-top: -22px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  text-shadow: 1px 1px 0px #fff;
}
#loader span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #E5007D;
  margin: 0px 2px;
  border-radius: 4px;
}
#loader span:nth-child(1) {
  -webkit-animation: loading 1.2s linear infinite;
          animation: loading 1.2s linear infinite;
}
#loader span:nth-child(2) {
  -webkit-animation: loading 1.3s linear infinite;
          animation: loading 1.3s linear infinite;
}
#loader span:nth-child(3) {
  -webkit-animation: loading 1.4s linear infinite;
          animation: loading 1.4s linear infinite;
}
#loader:before {
  content: "loading";
}

body.loading #pageWrapper {
  opacity: 0;
}

#pageWrapper {
  margin: 0 auto;
  padding: 0 15px;
}
#pageWrapper:after {
  display: block;
  content: "";
  clear: both;
}

strong {
  font-weight: 700;
}

a {
  color: #E5007D;
  text-decoration: underline;
  transition: color 0.2s linear;
}
a:hover {
  text-decoration: none;
  color: #761244;
}
a:focus {
  outline: none;
}

#header {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 20px;
  position: relative;
  background: url(/sites/schetsontwerp/images/design/pencil.png) 412px bottom no-repeat;
}

#logo {
  font-style: italic;
  font-size: 44px;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  line-height: 0.7;
}
#logo span {
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  color: #E5007D;
  text-transform: uppercase;
  margin-right: 5px;
  display: inline-block;
}

#slogan {
  color: rgba(0, 0, 0, 0.58);
  text-transform: uppercase;
  display: block;
  height: 10px;
  line-height: 0.6;
  margin-top: 15px;
  letter-spacing: 0.15px;
}
#slogan p {
  display: block;
  height: 100%;
}
#slogan span {
  margin: 0 2px;
  display: inline-block;
  border-left: 1px solid #E5007D;
  vertical-align: top;
  padding-left: 4px;
}

.contacts {
  text-align: right;
  right: 0px;
  top: 26px;
  color: #000;
  padding-top: 2px;
}
.contacts > div {
  margin-top: 4px;
  line-height: 1.05;
}

.contacts-name span {
  color: #aaa;
}

.contacts-mail a {
  text-decoration: none;
}

#menu {
  width: 100%;
  position: relative;
  height: 98px;
  margin-bottom: 36px;
}
#menu > ul:after {
  display: block;
}
#menu li {
  float: left;
  height: 44px;
  width: 12.5%;
  list-style: none;
}
#menu li > a {
  display: table;
  width: 100%;
  height: 44px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  color: #1F1F1F;
  border: 1px solid transparent;
  padding: 3px;
  transition: border-color 0.2s linear;
  align-items: center;
  justify-content: center;
}
#menu li > a > span {
  display: table-cell;
  vertical-align: middle;
}
#menu li li > a {
  color: rgba(31, 31, 31, 0.58);
  font-size: 13px;
  text-transform: lowercase;
}

.contentDiv:after {
  clear: both;
  content: "";
  display: block;
}

#sliderWrapper {
  width: 58.33%;
  height: 550px;
  float: left;
  overflow: hidden;
  max-width: 653px;
  border: 3px solid #232323;
}

#slider {
  height: 100%;
  position: relative;
}

#slides {
  position: relative;
  height: 100%;
  width: 100%;
}
#slides:after {
  content: "\A9   www.SCHETSontwerp.com";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 32px;
  line-height: 32px;
  text-align: right;
  padding-right: 10px;
  color: #444;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  font-weight: 700;
}

.slide {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.caption {
  position: absolute;
  left: -50%;
  bottom: 0px;
  height: 32px;
  background: rgba(255, 255, 255, 0.5);
  width: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.1;
  color: #444;
  padding: 0 56px 0 10px;
}

.captionHidden {
  display: none !important;
}

.slider-controls {
  height: 32px;
  width: 98px;
  background: #232323;
  position: absolute;
  z-index: 2;
  bottom: -32px;
  left: 50%;
  margin-left: -49px;
}
.slider-controls:after {
  clear: both;
  content: "";
  display: block;
}
.slider-controls > span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  float: left;
  cursor: pointer;
  position: relative;
}
.slider-controls > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.1s linear;
}
.slider-controls > span:hover:before {
  opacity: 0.5;
}

.pauseSlide {
  box-sizing: content-box;
  border-left: 1px solid #404040;
  border-right: 1px solid #404040;
}
.pauseSlide:before {
  background: url(/sites/schetsontwerp/images/design/pause.png) center no-repeat;
}

.pauseSlide.stopped:before {
  background: url(/sites/schetsontwerp/images/design/play.png) center no-repeat;
}

.nextSlide:before {
  background: url(/sites/schetsontwerp/images/design/next.png) center no-repeat;
}

.prevSlide:before {
  background: url(/sites/schetsontwerp/images/design/prev.png) center no-repeat;
}

.homePageText {
  position: relative;
  padding-bottom: 30px;
}
.homePageText a {
  text-decoration: none;
}
.homePageText a:hover {
  text-decoration: underline;
}
.homePageText a:focus {
  text-decoration: underline;
}
.homePageText:not(:first-child) {
  padding-left: 20px;
  width: 41.67%;
  float: right;
}
.homePageText:not(:first-child) .pageText {
  height: 356px;
  overflow: hidden;
  position: relative;
}
.homePageText:not(:first-child) #scrolling > div {
  position: absolute;
  left: 0;
  top: 0;
}
.homePageText:not(:first-child) .readMore {
  margin-top: 23px;
  height: 13px;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.homePageText p {
  font-size: 14px;
  line-height: 1.45 !important;
}
.homePageText h1 {
  margin-top: -4px;
}
.homePageText:first-child .readMore {
  display: none;
}

h1 {
  font-weight: 300;
  font-size: 24px;
  color: #E5007D;
  line-height: 1.2;
  margin-bottom: 20px;
}

.exedit-on .homePageText:not(:first-child) .pageText {
  overflow-y: scroll;
}
.exedit-on .homePageText:not(:first-child) #scrolling > div {
  position: relative;
  top: 0 !important;
}
.exedit-on .exedits-extra {
  display: inline-block;
}

.temp_p {
  white-space: nowrap;
}
.temp_p br {
  display: none;
}

.pageText {
  line-height: 1.45;
}
.pageText ul {
  list-style: none;
}
.pageText ul li {
  padding-left: 15px;
}
.pageText li:before {
  content: ">";
  width: 6px;
  height: 6px;
  display: inline-block;
  color: #e5007d;
  margin-right: -7px;
  position: relative;
  left: -15px;
  background: transparent;
  font-weight: bold;
}

.extra-edits.expanded {
  width: 230px !important;
  height: auto !important;
  padding: 10px !important;
  border: 1px solid !important;
}

.exedits-extra {
  display: none;
}

.readMore span#nextTxt {
  padding-right: 13px;
  background: url(/sites/schetsontwerp/images/design/readmore.png) right center no-repeat;
  text-transform: uppercase;
  text-decoration: none;
  color: #E5007D;
  cursor: pointer;
}
.readMore span#prevTxt {
  float: left;
  padding-left: 13px;
  background: url(/sites/schetsontwerp/images/design/readmore2.png) left center no-repeat;
  text-transform: uppercase;
  text-decoration: none;
  color: #E5007D;
  cursor: pointer;
  margin-left: 20px;
}

.pageTextButtons {
  margin-top: 34px;
  height: 18px;
}
.pageTextButtons a {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
}

a.brochure {
  padding-left: 18px;
  background: url(/sites/schetsontwerp/images/design/brochure.png) 2px center no-repeat;
}

a.playvideo {
  padding-left: 23px;
  background: url(/sites/schetsontwerp/images/design/playvideo.png) left center no-repeat;
  margin-left: 28px;
}

#footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer:after {
  clear: both;
  display: block;
  content: "";
}

.social-links {
  padding-left: 2px;
  display: inline-block;
}
.social-links a:not(:first-child):not(.blogLink) {
  margin-left: 1px;
}

.blogLink {
  height: 26px;
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0.58);
  text-decoration: none;
  vertical-align: top;
  line-height: 26px;
  font-size: 14px;
}
.blogLink:before {
  content: "|";
  color: rgba(0, 0, 0, 0.58);
  margin-right: 5px;
  margin-left: 2px;
}
.blogLink:hover {
  color: rgba(0, 0, 0, 0.87);
}

.developer-link {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.38);
  margin-top: 16px;
}
.developer-link a {
  color: rgba(229, 0, 125, 0.38);
  text-decoration: none;
}
.developer-link a:hover {
  color: #e5007d;
}

.lb-outerContainer:before {
  opacity: 0;
  transition: opacity 0.1s linear;
}

#lightbox[style*="display: block"] .lb-outerContainer:before {
  content: "(c) www.SCHETSontwerp.com" !important;
  position: absolute;
  right: 4px;
  bottom: 4px;
  background: rgba(255, 255, 255, 0.6);
  padding: 0px 15px;
  height: 32px;
  line-height: 35px;
  display: block;
  float: left;
  opacity: 1;
  z-index: 101;
  font-size: 10px;
  font-weight: 700;
}

.fancybox-nav {
  height: 60% !important;
  top: 20% !important;
}

@media screen and (min-width: 1200px) {
  #pageWrapper {
    width: 1170px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #pageWrapper {
    width: 970px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  #pageWrapper {
    width: 750px;
  }
}
@media screen and (max-width: 992px) {
  #logo {
    font-size: 34px;
  }
  #logo span {
    font-size: 48px;
  }

  #slogan {
    font-size: 13px;
    margin-top: 10px;
  }

  #header {
    background-position: 356px bottom;
  }

  .contacts {
    top: 14px;
  }

  .homePageText {
    width: 100% !important;
    padding-left: 0 !important;
    margin-top: 50px;
    float: none;
  }
  .homePageText .readMore {
    margin-top: 28px;
  }

  h1 {
    font-size: 32px;
  }

  .readMore span#prevTxt {
    margin-left: 0;
  }
}
@media screen and (min-width: 767px) {
  .contacts {
    position: absolute;
    height: 67px;
  }
}
@media screen and (min-width: 992px) {
  #menu > ul {
    display: block !important;
  }
  #menu ul ul {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 10px;
  }
  #menu li:hover > a {
    border: 1px solid #E5007D;
    color: #E5007D;
  }
  #menu li.active > a {
    border: 1px solid #E5007D;
    color: #E5007D;
  }
  #menu li.active > ul {
    display: block;
  }

  .showSubMenu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #menu {
    height: auto;
    margin-bottom: 29px;
    z-index: 10;
  }
  #menu > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #E03B8E;
  }
  #menu > ul > li {
    display: block;
    position: relative;
    float: none;
  }
  #menu ul ul {
    display: none;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  #menu li {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
  }
  #menu li > a {
    text-align: left;
    display: block;
    padding: 12px 15px;
    height: auto;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
  }
  #menu li li > a {
    color: rgba(255, 255, 255, 0.6);
  }
  #menu .active > a {
    text-decoration: underline;
  }
  #menu li.parent .showSubMenu {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
  }
  #menu li.parent .showSubMenu:before {
    content: "";
    border: 5px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    right: 50%;
    margin: 0px 0px 0 0;
  }
  #menu li.parent .showSubMenu.type2:before {
    border-top-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.8);
  }

  #hamburger {
    display: inline-block;
    width: 32px;
    height: 30px;
    border: 1px solid #E03B8E;
    padding: 0 3px;
    cursor: pointer;
  }
  #hamburger:active {
    border-color: #212121;
  }
  #hamburger span {
    background: #fff;
    display: block;
    height: 4px;
    margin-top: 4px;
  }

  #sliderWrapper {
    width: 100%;
    float: none;
    height: auto;
    max-width: none;
  }

  .caption {
    display: none !important;
  }

  #slides:after {
    display: none !important;
  }

  .slide img {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  #pageWrapper {
    width: 100%;
  }

  #header {
    padding-top: 45px;
    padding-left: 38px;
    background: url(/sites/schetsontwerp/images/design/pencil-small.png) 5px 45px no-repeat;
    margin-bottom: 7px;
  }

  #logo {
    font-size: 24px;
  }
  #logo span {
    font-size: 42px;
  }

  #slogan {
    font-size: 10px;
    line-height: 0.9;
    letter-spacing: -0.4px;
  }

  .contacts {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 30px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 12px;
  }

  .contacts-name {
    display: none;
  }

  .contacts-phone {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
  }

  .contacts-mail {
    float: right;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
  }

  #menu {
    background: #E5007D;
  }

  #hamburger {
    border: 0;
    padding-top: 2px;
    margin-left: 3px;
  }
  #hamburger span {
    background: #fff;
  }

  h1 {
    font-size: 24px;
  }

  .pageTextButtons {
    height: auto;
  }
  .pageTextButtons a {
    margin-left: 0;
    display: block;
  }
  .pageTextButtons a:after {
    display: block;
    content: "";
    clear: both;
  }
  .pageTextButtons a:not(:first-child) {
    margin-top: 8px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slide img {
    min-height: 100%;
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .pageText p:not(:first-child) {
    margin-top: 13px;
  }
}
@media screen and (min-width: 480px) {
  #footer > div {
    float: left;
  }
  #footer > div:not(:first-child) {
    margin-left: 30px;
  }

  .developer-link {
    margin-top: 6px;
  }
}