/*general*/
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "sans-serif";
  font-weight: 300;
  letter-spacing: 0.2px;
  background-color: #fff;
  height: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #222;
}
* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a img {
  border: none;
}
p a {
  transition: 0.4s;
  font-weight: 600;
  color: #4c80e3;
}
p a:hover {
  opacity: 0.5;
}
h1 {
  font-weight: 400;
  line-height: 50pt;
  color: #1c4aa0;
  margin-top: -20px;
}
h2 {
  font-size: 20px;
  color: #1c4aa0;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
}
p {
  line-height: 35px;
}
span.bold {
  font-weight: 600;
  color: #1c4aa0;
}
/*-------------------------------------------------*/
#menubar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 100;
  font-family: "Open Sans", "sans-serif";
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  color: #040404;
}
#menubar_logo {
  position: relative;
  width: 135px;
  height: 100%;
  float: left;
  margin-left: 50px;
}
#menubar_logo a img {
  height: 100%;
}
.menubar_contents {
  position: relative;
  width: 730px;
  height: 100%;
  float: right;
}
.menubar_contents .menu1 li {
  float: left;
  margin-top: 30px;
  margin-right: 50px;
  cursor: pointer;
  color: #aaa;
}
.menubar_contents .menu1 li:hover {
  color: #1c4aa0;
  opacity: 1;
}
.menu a,
#mmenu a {
  display: block;
  width: 100%;
  height: 100%;
}
.cur {
  color: #1c4aa0 !important;
  opacity: 1;
}
/*-------------------------------------------------*/

#top-div {
  width: 100%;
  height: 90px;
  clear: both;
}
#contain_center {
  width: 100%;
  margin: auto;
}
.container {
  width: calc(100% - 100px);
  height: calc(100vh - 140px);
  margin: 0px 0px 0px 50px;
  overflow: hidden;
}
.container.portfolio {
  overflow-y: scroll !important;
}
#Ldivwrap {
  width: calc(50% - 20px);
  height: 100%;
  float: left;
  overflow: hidden;
}
#Ldiv,
#Ldiv2 {
  width: 100%;
  height: 100%;
  background-size: cover;
}
#Rdivwrap {
  width: calc(50% - 20px);
  height: 100%;
  float: right;
}
#Rdivwrap2 {
  width: calc(50% - 20px);
  height: auto;
  float: right;
}
#Rdiv {
  width: 100%;
  height: 100%;
}
.home #Ldiv2 {
  background-image: url("../img/slider/sl1.jpg");
}
.portfolio #Ldiv {
  background-image: url("../img/slider/port.jpg");
}
.over #Ldiv {
  background-image: url("../img/slider/over.jpg");
}
.expo #Ldiv {
  background-image: url("../img/slider/actueel.jpg");
}
.inter #Ldiv {
  background-image: url("../img/slider/int.jpg");
}
.contact #Ldiv {
  background-image: url("../img/slider/contact.jpg");
}
.credits {
  width: 96%;
  height: 5%;
  padding: 0px 2%;
}
.credits p {
  display: block;
  font-size: 10px;
  width: 100%;
  line-height: 24px;
}

/*-------------------------------------------------*/
#down {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 50px;
  left: calc(75% - 55px);
  background-image: url("../img/down.png");
  cursor: pointer;
}
#down:hover {
  opacity: 0.8;
}

.text-square {
  width: 100%;
  height: calc(100% - 20px);
  padding: 20px 50px 20px 0px;
  overflow: scroll;
}

/*-------------------------------------------------*/

#footer {
  position: fixed;
  bottom: 0;
  width: calc(100% - 100px);
  left: 50px;
  height: 50px;
  z-index: 100;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
}
#footer span {
  font-size: 11px;
  color: #1c4aa0;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}
#footer span + span {
  margin-left: 20px;
}
#footer span:hover {
  opacity: 0.5;
}
#socials {
  float: right;
  margin: 12px 0px 0px 0px;
}

#socials a {
  display: block;
  float: left;
  margin-left: 5px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
#socials a:hover {
  opacity: 0.75;
}
#facebook {
  background-image: url(../img/facebook.png);
  background-size: 26px 26px;
}
#instagram {
  background-image: url(../img/instagram.png);
  background-size: 26px 26px;
}
#whatsapp {
  background-image: url(../img/whatsapp.png);
  background-size: 26px 26px;
}

/*-------------------------------------------------*/
.clear {
  position: relative;
  width: 100%;
  height: 50px;
  float: left;
}
.gallery {
  position: relative;
  margin: 80px auto 80px;
  width: 80%;
  height: auto;
  clear: both;
}
.gallery li {
  position: relative;
  float: left;
  width: 22%;
  margin: 0px 4% 4% 0px;
  background-size: 100%;
}
.gallery li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery li:nth-of-type(4n) {
  margin-right: 0px;
}
.gallery li img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery li span {
  display: none;
}
.gray {
  transition: all 500ms;
  opacity: 1;
  cursor: pointer;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
img.grayscale {
  -webkit-filter: grayscale(0);
  opacity: 0.8;
}
#vwr {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  z-index: -200;
}
#close {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-image: url(../img/close.jpg);
  cursor: pointer;
  z-index: -200;
  opacity: 0;
}
#vwr-set {
  position: fixed;
  top: 90%;
  left: 10%;
  width: 53%;
  height: 5%;
  z-index: -200;
  opacity: 1;
}
.right {
  position: relative;
  width: 18px;
  height: 30px;
  float: right;
  background-image: url(../img/right.png);
  cursor: pointer;
  z-index: -200;
  opacity: 0;
  margin: 2px 0px 0px 15px;
}
.left {
  position: relative;
  width: 18px;
  height: 30px;
  float: right;
  background-image: url(../img/left.png);
  cursor: pointer;
  z-index: -200;
  opacity: 0;
  margin: 2px 15px 0px 0px;
}
.counter {
  float: right;
}
.nav:hover {
  opacity: 0.7 !important;
}
#vwr-container {
  position: fixed;
  top: 5%;
  left: 10%;
  width: 80%;
  height: 90%;
  opacity: 0;
  z-index: -200;
}
#vwr-img {
  position: fixed;
  top: 5%;
  left: 10%;
  width: 53%;
  height: 85%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  z-index: -200;
}
#img-cover {
  position: fixed;
  top: 5%;
  left: 10%;
  width: 53%;
  height: 85%;
  z-index: -199;
}
.unblock {
  pointer-events: none;
}
#vwr-info {
  position: fixed;
  top: 8%;
  left: 65%;
  width: 25%;
  height: 87%;
  z-index: -200;
}
.title {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.details::first-letter {
  text-transform: uppercase;
}
.details {
  line-height: 25px;
}
#price {
  line-height: 25px;
  font-weight: 600;
  font-size: 11px;
  text-transform: lowercase;
}
.videoIframe {
  display: block;
  margin: auto;
  background-image: url(../img/load.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/*-------------------------------------------------*/
.dropbtn {
  background-color: #1c4aa0;
  color: white;
  padding: 12px 25px;
  font-size: 16px;
  border: none;
}
.cur-btn {
  font-weight: 600;
}
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 300;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  cursor: pointer;
  line-height: 20px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #5577b7;
}
.hidden {
  position: fixed;
  left: -20000;
}
/*-------------------------------------------------*/
.imgleft {
  float: left;
  width: 140px;
  margin: 12px 10px 10px 0px;
  /*border: #999 1px solid;*/
}
.imgright {
  float: right;
  width: 140px;
  margin: 12px 14px 10px 10px;
  /*border: #999 1px solid;*/
}
.imgleft2 {
  float: left;
  height: 190px;
  margin: 12px 10px 0px 0px;
  /*border: #999 1px solid;*/
}
.imgright2 {
  float: right;
  height: 80px;
  margin: 12px 20px 0px 10px;
  /*border: #999 1px solid;*/
}
.imgwidth {
  float: left;
  width: calc(100% - 14px);
  margin: 20px 0px;
}
.sum li {
  list-style-image: url("../img/bluecircle.png");
  margin-left: 21px;
}
.imgCenter {
  max-width: 25vw;
}
#picContainer {
  display: grid;
  grid-template-columns: 47% 47%;
  column-gap: 1rem;
}
.picContainerItem {
  width: 100%;
}
#overons {
  padding-top: 20px;
}

/*-------------------------------------------------*/
@media screen and (max-device-width: 800px) {
  .kl-r {
    display: none;
  }

  #menubar {
    position: relative;
    width: 100%;
    height: 10vh;
  }
  .mmenu_button {
    position: absolute;
    right: 0vh;
    height: 95%;
  }
  #mmenu {
    position: absolute;
    width: 100%;
    height: 35vh;
    opacity: 1;
    top: -60vh;
    background-color: #fafafa;
    z-index: 50;
    border-bottom: 0.2vh solid #ddd;
    right: 0px;
    background-color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  }
  #mmenu li {
    position: relative;
    color: #888;
    font-size: 3vh;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-family: "Open Sans", "sans-serif";
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aaa;
    margin-top: 3vh;
  }
  .mmenu_enter {
    top: 10vh !important;
    opacity: 1 !important;
  }
  #contain_center p,
  #sum li {
    font-size: 2.2em;
    line-height: 2.2em;
  }
  #contain_center h2 {
    font-size: 3em;
    line-height: 2.3em;
  }
  .container {
    overflow: hidden;
    width: 90%;
    padding: 4vh 0px;
  }
  #Ldivwrap,
  #Rdivwrap,
  #Rdivwrap2 {
    float: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 3vh;
  }
  .imgright {
    width: 35vw;
    margin-left: 25px;
  }
  .imgleft {
    width: 35vw;
    margin-right: 25px;
  }
  .imgleft2 {
    height: 30vw;
    margin-right: 25px;
  }
  .gallery {
    width: 100%;
  }
  #vwr-img,
  #img-cover {
    top: 27%;
    left: 5%;
    width: 90%;
    height: 63%;
    background-position: center center;
  }
  #vwr-info {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 20%;
  }
  #vwr-info p,
  #vwr-set p {
    font-size: 2.2em;
    line-height: 2.2em;
  }
  #vwr-set {
    top: 93%;
    left: 5%;
    width: 90%;
    height: 5%;
  }
  .counter {
    float: none;
    text-align: center;
  }
  #close {
    top: 10px;
    right: 10px;
    width: 150px;
    height: 150px;
    background-image: url(../img/mclose.png);
  }
  .right {
    position: fixed;
    width: 90px;
    height: 150px;
    float: none;
    background-image: url(../img/mright.png);
    right: 5%;
    top: 90%;
  }
  .left {
    position: fixed;
    width: 90px;
    height: 150px;
    float: none;
    background-image: url(../img/mleft.png);
    left: 5%;
    top: 90%;
  }
  /*.credits p{
		font-size: 1.5em !important;
		font-style: italic;
	}
	#close{
		top: 1vh;
		right: 1vh;
		width: 7vh;
		height: 7vh;
		background-size: contain;
		background-image: url(../img/closem.png);
	}
	#vwr-container{
		top: 10%;
		left: 1%;
		width: 98%;
		height: 83%;
	}
	#vwr-footer{
		top: 94%;
	}
	.footer{
		font-size: 1.5em;
	}
	.gallery{
		width: 86%;
	}
	.msmall{
		height: 35vh;
	}*/
}
@media screen and (min-device-width: 801px) {
  .gr-r {
    display: none;
  }
}
