@font-face {
  font-family: 'DroidSans';
  src: url('../fonts/droidsans_r.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'DroidSansB';
  src: url('../fonts/droidsans_b.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/opensans.eot');
  src: url('../fonts/opensans.eot?#iefix') format('embedded-opentype'),
       url('../fonts/opensans.woff') format('woff'),
       url('../fonts/opensans.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'RobotoConR';
  src: url('../fonts/robotocon_r.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'RobotoConL';
  src: url('../fonts/robotocon_l.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'BadScript';
  src: url('../fonts/badscript_r.ttf') format('truetype');
  font-style: normal;
}
@keyframes blink { 
  50% { border-color: #ffffff; border-radius: 0; } 
}
@-webkit-keyframes blink {
  50% { border-color: #ffffff; border-radius: 0; }
}
html, body {
  padding: 0;
  margin: 0;
}
body {
  background: url('../images/bg.jpg') 0 0 repeat #e4e4e4;
  font-family: DroidSans, OpenSans, "Trebuchet MS", sans-serif;
  font-size: 16px;
  color: #5a5f64;
}
#ltie9 {
  display: block;
  position: absolute;
  top: 0;
  left: 17.5%;
  background: #f7df3a;
  width: 60%;
  margin: 0;
  padding: 5px 20px;
  text-align: center;
  z-index: 99;
}
#ltie9 #close {
  float: right;
  cursor: pointer;
}
h1, h2, h3, h4 {
  font-family: RobotoConL, "Trebuchet MS", sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-family: RobotoConR, "Trebuchet MS", sans-serif;
  font-size: 24px;
  margin-bottom: 24px;
}
h1:before, h1:after,
h2:before, h2:after,
h3:before, h3:after {
  border-top: 1px solid #73beaf;
  content: "";
  display: inline-block;
  height: 0;
  margin-bottom: 0.31em;
  position: relative;
  width: 300px;
}
h1:before, h2:before, h3:before {
  right: 20px;
  margin-left: -50%;
}
h1:after, h2:after, h3:after {
  left: 20px;
  margin-right: -50%;
}
img {
  border: 0;
}
ul {
  list-style: none;
  list-style-position: outside;
}
p {
  line-height: 24px;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a.nolink {
  cursor: text;
}
#wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
#mobtop {
  display: none;
}
header {
  width: 100%;
  height: 150px;
  margin: 0 0 30px 0;
  padding: 0;
}
#lang {
  float: right;
  margin: 10px 10px 0 0;
  padding: 0;
}
#lang img.langarrow {
  width: 83px;
  height: 41px;
  margin: 0;
  padding: 0;
}
#lang img.flag {
  width: 32px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 10px solid transparent;
}
#lang img.flash {
  animation: blink 0.5s step-end 1s 8 alternate;
  -webkit-animation: blink 0.5s step-end 1s 8 alternate;
}
#logo {
  background: url('../images/logo.png') 0 0 no-repeat transparent;
  position: relative;
  width: 272px;
  height: 140px;
  margin: 0 auto;
}
#logo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
#navmob {
  display: none;
}
#navdesk {
  text-align: center;
  margin: -67px auto 0 auto;
}
#navdesk a {
  font-family: RobotoConR, "Trebuchet MS", sans-serif;
  font-size: 16px;
  color: #5a5f64;
}
#navdesk a:hover, #navdesk a:focus {
  color: #e6116e;
}
#navdesk ul ul {
  display: none;
}
#navdesk ul li:hover > ul, #navdesk ul li:focus > ul {
  display: block;
}
#navdesk ul {
  display: inline-table;
  position: relative;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#navdesk ul:after {
  clear: both;
  content: "";
  display: block;
}
#navdesk ul li {
  float: left;
  list-style-image: none;
  width: 110px;
  height: 35px;
  line-height: 30px;
  margin: 0;
}
#navdesk ul li.logo_ph {
  width: 264px;
}
#navdesk ul li a {
  display: block;
  padding: 0;
}
#navdesk ul ul {
  position: absolute;
  top: 100%;
  list-style: none outside none;
  background: rgba(255, 254, 254, 0.80);
  border-radius: 10px;
  margin-left: -10px;
  padding: 4px 10px;
  z-index: 2;
}
#navdesk ul ul:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 254, 254, 0);
  border-bottom-color: rgba(255, 254, 254, 0.80);
  border-width: 10px;
  margin-left: -10px;
}
#navdesk ul ul li {
  float: none;
  list-style-image: none;
  height: 36px;
  line-height: 36px;
}
#navdesk ul ul li a {
  padding: 0;
}
a.active {
  color: #5a5f64;
}
a.active span {
  border-bottom: 1px solid #73beaf;
  padding: 0 1px 0 1px;
}
#main {
/*  width: calc(100%-60px); */
  margin: 0;
  padding: 30px;
}
#main a {
  color: #e6116e;
}
#main a:hover {
  border-bottom: solid 1px #73beaf;
}
.thumbdiv a:hover, #social a:hover {
  border-bottom: 0 !important;
}
#main a.list {
  display: inline-block;
  line-height: 20px;
  margin: 0 40px;
  padding-bottom: 1px;
}
#main a.links {
  display: inline-block;
  line-height: 20px;
  margin: 5px 0 5px 0;
  padding-bottom: 1px;
}
#main a.links:hover, #main a.list:hover {
  padding-bottom: 0;
}
#main img.sign {
  margin-top: -10px;
}
.thumbdiv {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
}
.thumbdiv img {
  border: 1px solid #73beaf;
  margin: 0;
  padding: 0;
}
#showcase .thumbdiv {
  width: 280px;
  height: 280px;
  margin: 20px;
  padding: 20px;
}
#showcase .thumbdiv:before, #showcase .thumbdiv:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 14px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-5deg);
}
#showcase .thumbdiv:after {
  transform: rotate(5deg);
  right: 10px;
  left: auto;
}
#showcase .thumbdiv img {
  width: 278px;
  height: 278px;
}
#showcase .tooltip {
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #ffffff;
  padding: 0;
  width: 280px;
  height: 280px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  z-index: 99;
}
#showcase .tooltip a {
  display: block;
  font-family: RobotoConL, "Trebuchet MS", sans-serif;
  font-weight: 300;
  font-size: 23px;
  color: #5a5f64;
  height: 280px;
  line-height: 500px;
}
#showcase .thumbdiv:hover .tooltip {
  opacity: 0.5;
}
article.news .home_gallery {
  margin: 20px 0 !important;
}
#quote {
  display: block;
  background-color: #dddddd;
  border-left: 5px solid #73beaf;
  max-width: 500px;
  margin: 60px auto 0 auto;
  padding: 1px 25px;
}
#quote p {
  font-family: BadScript, serif;
  font-size: 18px;
  line-height: 28px;
}
#gallery, .home_gallery {
  margin: 40px 0 50px 0;
  padding: 0;
}
#gallery .thumbdiv, .home_gallery .thumbdiv {
  width: 140px;
  height: 140px;
  margin: 10px;
  padding: 10px;
}
#wip .thumbdiv {
  width: 200px;
  height: 140px;
  margin: 15px 10px 10px 10px;
  padding: 4px;
}
#public .thumbdiv {
  width: auto;
  height: 202px;
  margin: 20px;
  padding: 4px;
}
#expo .thumbdiv {
  width: auto;
  height: 202px;
  margin: 10px 20px 20px 20px;
  padding: 4px;
}
#gallery .thumbdiv:before, #gallery .thumbdiv:after,
.home_gallery .thumbdiv:before, .home_gallery .thumbdiv:after,
#wip .thumbdiv:before, #wip .thumbdiv:after,
#public .thumbdiv:before, #public .thumbdiv:after,
#expo .thumbdiv:before, #expo .thumbdiv:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 13px;
  left: 4px;
  width: 50%;
  top: 80%;
  max-width: 160px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 12px 7px rgba(0, 0, 0, 0.7);
  transform: rotate(-7deg);
}
#gallery .thumbdiv:after,
.home_gallery .thumbdiv:after,
#wip .thumbdiv:after,
#public .thumbdiv:after,
#expo .thumbdiv:after {
  transform: rotate(7deg);
  right: 4px;
  left: auto;
}
.first .thumbdiv {
  width: 240px;
  height: 240px;
  padding: 15px;
}
#gallery .thumbdiv img, .home_gallery .thumbdiv img {
  width: 138px;
  height: 138px;
}
#wip .thumbdiv img {
  width: 198px;
  height: 138px;
}
#public .thumbdiv img {
  width: auto;
  height: 200px;
}
#expo .thumbdiv img {
  width: auto;
  height: 200px;
}
.first .thumbdiv img {
  width: 238px;
  height: 238px;
}
.sale {
  display: inline-block;
  width: 240px;
  height: 350px;
  padding: 10px;
  margin: 0 10px 30px 10px;
}
.sale p {
  font-size: 14px;
  margin-top: 5px;
}
.sale form {
  margin-top: 15px;
}
.soldbtn {
  width: 85px;
  height: 47px;
  margin-top: 1px;
}
.sale input[type="image"] {
  border: 0;
}
#contactform label {
  display: inline-block;
  margin-bottom: 3px;
}
#contactform input[type="text"], #contactform textarea {
  background-color: #fcfcfc;
  border: 1px solid #d0d0d0;
  padding: 5px;
  margin: 0 0 15px 0;
}
#contactform input[type="text"] {
  width: 200px;
}
#contactform .website {
  display: none;
}
#contactform textarea {
  width: 500px;
}
#contact_form_errorloc ul {
  list-style: none;
  margin: 20px 0 25px 0;
  padding: 0;
}
#contact_form_errorloc ul li, p.err {
  background: none;
  color: #e6116e;
  line-height: 16px;
  margin: 0 0 10px 0;
  padding: 0px;
}
#contactform p.err {
  margin: 0 0 25px 0;
}
#contactform .verplicht {
  font-weight: normal;
  color: #e6116e;
}
#contactform input[type="submit"] {
  background-color: #73beaf;
  border: none;
  border-radius: 6px;
  font-family: DroidSans, OpenSans, "Trebuchet MS", sans-serif;
  color: #ffffff !important;
  cursor: pointer;
  width: 83px;
  height: 30px;
  margin: 0 auto;
}
#contactform img.captcha {
  border-radius: 7px;
}
#contactform .recode {
  display: block;
  margin: 20px 0;
}
hr {
  display: block;
  border: 0;
  height: 22px;
  background: url('../images/divider.png') no-repeat 0 0;
  width: 272px;
  margin: 30px auto;
}
#social {
  display: block;
  margin: 40px 0 40px 0;
}
.btn {
  display: inline-block;
  vertical-align:top;
  margin: 0 20px;
}
strong {
  font-family: DroidSansB, OpenSans, serif;
  font-weight: normal;
}
.up-date {
  color: #90959a;
}
.right {
  text-align: right;
}
.wspace {
  line-height: 0;
  margin: 15px 0;
}
.heigh200 {
  width: auto;
  height: 200px;
}
.clear {
  clear: both;
}

/** MAX 1280 PX */
@media screen and (min-width: 960px) and (max-width: 1280px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 30px;
  }
  h1:before, h1:after,
  h2:before, h2:after,
  h3:before, h3:after {
    width: 275px;
  }
  #navdesk a {
    font-size: 15px;
  }
  #navdesk ul li {
    width: 100px;
  }
  #navdesk ul ul {
    padding: 1px 10px;
  }
  #showcase .thumbdiv {
    width: 210px;
    height: 210px;
    margin: 20px;
    padding: 17px;
  }
  #showcase .thumbdiv:before, #showcase .thumbdiv:after {
    left: 8px;
    max-width:230px;
    box-shadow: 0 13px 9px rgba(0, 0, 0, 0.7);
  }
  #showcase .thumbdiv:after {
    right: 8px;
    left: auto;
  }
  #showcase .thumbdiv img {
    width: 208px;
    height: 208px;
  }
  #showcase .tooltip {
    left: 17px;
    top: 17px;
    width: 210px;
    height: 210px;
  }
  #showcase .tooltip a {
    height: 210px;
    line-height: 375px;
    font-size: 21px;
  }
}

/** MAX 960 PX */
@media screen and (min-width: 768px) and (max-width: 960px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h1:before, h1:after,
  h2:before, h2:after,
  h3:before, h3:after {
    width: 230px;
  }
  #lang {
    margin: 20px 20px 0 0;
  }
  #lang img.langarrow {
    display: none;
  }
  #lang img.flag {
    border: none;
  }
  #lang img.flash {
    animation: none;
  }
  #navdesk a {
    font-size: 15px;
  }
  #navdesk ul li {
    width: 80px;
  }
  #navdesk ul ul {
    margin-left: -20px;
    padding: 0 10px;
  }
  #navdesk ul ul li {
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
  #navdesk ul ul li a {
    height: 36px;
    line-height: 36px;
  }
  #showcase .thumbdiv {
    width: 170px;
    height: 170px;
    margin: 15px;
    padding: 14px;
  }
  #showcase .thumbdiv:before, #showcase .thumbdiv:after {
    left: 6px;
    max-width:190px;
    box-shadow: 0 13px 7px rgba(0, 0, 0, 0.7);
  }
  #showcase .thumbdiv:after {
    right: 6px;
    left: auto;
  }
  #showcase .thumbdiv img {
    width: 168px;
    height: 168px;
  }
  #showcase .tooltip {
    display: none;
  }
}

/** MAX 800 PX */
@media screen and (max-width: 800px) {
  html, body {
    min-width: 320px;
  }
  h1 {
    font-size: 29px;
  }
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h1:before, h1:after {
    width: 14%;
  }
  h2:before, h2:after {
    width: 30%;
  }
  h3:before, h3:after {
    width: 50%;
  }
  #lang {
    display: none;
  }
  #navdesk, #navmob {
    display: none;
  }
  #mobtop {
    display: block;
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 0;
  }
  #mobtop .menubtn {
    float: left;
    margin: 12px 0 0 20px;
  }
  #langmob {
    float: right;
    margin: 12px 20px 0 0;
  }
  #langmob img {
    border: none;
  }
  #navmob {
    background-color: #dddddd;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #navmob ul {
    margin: 0;
    padding: 0;
  }
  #navmob a {
    display: block;
    font-family: DroidSansB, OpenSans, serif;
    font-size: 16px;
    border-bottom: solid 1px #b8b8b8;
    color: #5a5f64;
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  #navmob a.active {
    color: #73beaf;
  }
  .submenu1, .submenu2 {
    background-color: #cecece;
    display: none;
    margin: 0;
    padding: 0;
  }
  header {
    margin-bottom: 10px;
  }
  #logo {
    background: url('../images/logo_mob.png') 0 0 no-repeat transparent;
    height: 120px;
  }
  #main {
    padding: 20px 15px 50px 15px;
  }
  #main a {
    padding-bottom: 0 !important;
  }
  #main a:hover {
    border-bottom: 0 !important;
  }
  #main a.list {
    display: block;
    width: 25%;
    margin: 5px auto 25px auto;
  }
  #main a.links {
    line-height: 24px;
    margin: 6px 0 7px 0;
  }
  #showcase .thumbdiv {
    display: block;
    width: 240px;
    height: 240px;
    margin: 30px auto;
    padding: 18px;
  }
  #showcase .thumbdiv:before, #showcase .thumbdiv:after {
    max-width:250px;
  }
  #showcase .thumbdiv img {
    width: 238px;
    height: 238px;
  }
  #showcase .tooltip {
    display: none;
  }
  .first .thumbdiv {
    width: 200px;
    height: 200px;
    padding: 10px;
  }
  .first .thumbdiv img {
    width: 198px;
    height: 198px;
  }
  #quote p {
    font-size: 17px;
    line-height: 27px;
  }
  #public .thumbdiv {
    height: 170px;
  }
  #expo .thumbdiv {
    height: 170px;
  }
  #public .thumbdiv img {
    height: 168px;
  }
  #expo .thumbdiv img {
    height: 170px;
  }
  #contactform input[type="text"], #contactform textarea {
    width: 85%;
  }
}

/** MAX 600 PX */
@media screen and (max-width: 600px) {
  .sale p {
    font-size: 16px;
  }
  #main a.list {
    width: 40%;
  }
}