body{
  color:white;

  /*font-family: 'SFProDisplay';*/
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;

  background:black;
}

::-moz-selection { color: black; background:white;}
::selection { color: black; background:white;}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: white !important;
}


::-webkit-scrollbar {
  width: 1px;
}
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
}
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
a{
  color: #ffffff;
  text-decoration: none;
}
a:hover{
  color: #ffffff;
}
div#menuPanel,
div#menuPanel-holder,
a{
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

b, strong{font-weight: 700;}

div.background{
  position: fixed;
  left:0px;
  top:0px;
  width: 100%;
  height: 100%;

  background-position: center;
  /*background-image: url('../imgs/home1.png');*/
  background-size: 100% auto;
  z-index:4;
}
body.page-template-_template-work div.background,
body.page-template-_template-company div.background,
body.page-template-_template-contact div.background,
body.page-template-_template-vila div.background{
  background-image: url('../imgs/home1-blurre.png');
}
body.srink-canvas-vertical div.background{
  background-size: auto 100%;
}
div.background:after{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  /**/
  background: rgba(0, 0, 0, 0.8);
  /*
  background-image: url('../imgs/transparent-rectangle.png');
  background-size: 100% 100%;
  mix-blend-mode: multiply;
  */
  content: ' ';
  display: block;
  
  z-index: 10;
}
body:not(.page-template-_template-home) div.background:after{
  -webkit-backdrop-filter: blur(29px);
  backdrop-filter: blur(29px);
}
div#menuPanel{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;

  /*background-size: cover;
  background-image: url('../imgs/transparent-rectangle.png');
  background-image: url('../imgs/home1-blurre.png');
  background-size: auto 100%;*/

  color:white;
  overflow: hidden;


  /*display: none;*/
}
/*div#menuPanel:before{
  content: "";
  display: block;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  background: inherit; 
  position: absolute;
  left: -25px;
  right: 0;
  top: -25px;
  bottom: 0;
  box-shadow: inset 0 0 0 200px rgba(0,0,0,0.6);
  filter: blur(10px);
}*/
div#menuPanel .overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  
  background:rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
html.gecko div#menuPanel .overlay,
html.mobile div#menuPanel .overlay{
  /*background-image: url('../imgs/home1-blurre.png');*/
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
  width: 100vh;
  height: 100vh;
  opacity: 0.95;
}
html.gecko div#menuPanel .overlay:before,
html.mobile div#menuPanel .overlay:before{
  /**/
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background:rgba(0, 0, 0, 0.9);

  overflow: hidden;
}
body.menu-opened-show div#menuPanel{
  width: 100%;
  /*max-width: 870px;*/
  /*max-width: 570px;*/
  max-width: calc(30vw + 90px);
}
body.menu-opened-show div#menuPanel-holder{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
div#menuPanel .background{
  position: absolute;
  background-image: url('../imgs/home1-blurre.png');
  height: 100%;
  background-size: cover;
}
div#menuPanel div.background:after{
  background: rgba(0, 0, 0, 0.8);
}
div#menuPanel-holder{
  position: absolute;
  left:0px;
  top:0px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  padding-left: 90px;
  padding-top: 250px;
  padding-top: 25vh;

  width: 100%;
  min-width: 400px;
  height: 100%;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=00);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
div#menuPanel-holder ul li,
div#menuPanel-holder ul,
div#menuPanel-holder a{
  display: block;
  padding:0px;
  margin:0px;
  list-style: none;
  font-size: 25px;
}
div#menuPanel-holder a{
  color:white;
  padding:5px 0px;
  margin-left: -15px;
  padding-left: 15px;
  width: calc( 100% - 15px );
  line-height: 35px;
}
div#menuPanel a:hover{
  text-decoration: none;
  background:rgba(0, 0, 0, 0.5);
}
div#menuPanel-holder ul.social{
  font-weight: 300;
  margin-top: 70px;
  margin-top: 7vh;
}
div#menuPanel-holder ul.social li{
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
}
div#menuPanel-holder ul.social li a{
  font-size: 20px;
}

a#aLogo{
  position: fixed;
  left: 90px;
  top: 80px;
  top: 8vh;
  z-index: 10000;
}
/*a#aLogo:hover{
  transform:scale(1.1);
}*/

div#menuToggle{
  position: fixed;
  left:0px;
  height: 100%;

  background-image: url('../imgs/toggle-lines.svg');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  content: ' ';

  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
div#menuPanel,
div#menuToggle{
  width:50px;
  max-width: 50px;
  z-index: 1000;
}
@media screen and (max-width:768px){
  div#menuPanel{
    width:0;
  }
  body.menu-opened-show div#menuPanel{
      max-width:100%;
  }
  div#menuToggle{
    height: 62px;
    width: 60px;
    transform: rotate(90deg);
    right: 6px;
    top: -6px;
    left: auto;
    padding: 0 15px;
    border: none;
    background-color: rgba(0, 0, 0, 0.95);
  }
}
.copyright,
.footer-copyright{
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.1em;
}
.copyright{
  width: calc(100% - 135px);
}
.footer-copyright{
  right: 0;
  bottom:30px;
  width: 100%;
  transform: rotate(-90deg) translatex(50%) translateY(48.5vw);
  font-family: 'SFProDisplay', 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
.copyright ul, .copyright ul li, .footer-copyright ul, .footer-copyright ul li{
  display: inline-block !important;
}
.footer-copyright ul{padding: 0; margin:0;}
.copyright ul:before, .footer-copyright ul:before{display: inline-block; content: '-'; margin:0 10px; font-size: 12px !important; font-weight: 100;}
.copyright ul li, .copyright ul li a, .footer-copyright ul li, .footer-copyright ul li a{
  display: inline-block !important;
  width:auto !important;
  padding:0 !important;
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 100;
  letter-spacing: 0.1em;
}
.copyright ul li:after, .footer-copyright ul li:after{
  display: inline-block;
  content: '-';
  margin:0 5px;
}
.copyright ul li:last-child:after, .footer-copyright ul li:last-child:after{
  display: none;
}

div.content{
  position: fixed;
  left:0px;
  top: 0px;
  width: 100%;
  height: 100%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  padding: 0px 90px;
  z-index:5;
}

.h1-html{
  position: absolute;
  bottom: 35px;
  width: 30%;
  max-width: 520px;
}
.h1-html h1{
  font-size: 50px;
  line-height: 1.16;
  margin-bottom: 31px;
}
.h1-html p{
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.25;
}
.h1-html img{
  display: block;
  width:100%;
}

.content-right{
  position: absolute;
  /*right: 140px;
  right: 5vw;*/
  right: 134px;
  right: 90px;
  bottom: 33px;
  /*bottom: 5vh;*/
  top: 8vh;
  top: 20vh;
  /*height: calc( 100% - 100px );*/
  overflow: auto;
  /*width: 45%;
  max-width: 900px;*/
  
  width: 59%;
  max-width: 1130px;

}
body.single .content-right{
  top: 20vh;
  right: 90px;
  width: 55%;
  max-width: 1030px;
}
body.page-template-_template-work .content-right{
  top: 20vh;
  right: 90px;
  width: 55%;
  max-width: 1080px;
  /*overflow: auto;
  overflow-x: hidden;*/
  overflow: hidden;
}
.content-right p, li{
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
}
.content-right ul{
  list-style-type: decimal;
  list-style-type: none;
  padding-left: 30px;
}
.content-right ul.count{
  counter-reset: section;
}
.content-right ul li{
  position: relative;
}
.content-right ul.count li:before{
  display: block;
  counter-increment: section;
  content: counters(section,".") " ";
  font-weight: 300;
  font-style: italic;
  position: absolute;
  left:-30px;
  top:calc( 50% - 15px );
  font-size: 30px;
  line-height: 30px;
  width: 30px;
}
.works.swiper{
  bottom: 0px;
  right: 0px;
  overflow: visible;
  display: none;
}
.works.swiper .swiper-container{
  height: 100%;
  overflow: visible;
}
.works.swiper .swiper-slide{
  border-right:solid 1px rgba(255, 255, 255, 0.5);
  border-top: none;
  border-bottom: none;
}
.works.swiper .swiper-slide img{
  /*position: absolute;
  bottom: 15px;
  left: 30px;*/
}
/*.works.swiper .swiper-slide img,*/
.works.swiper .swiper-slide .s-content{
  width: calc( 100% - 60px);
}
.works.swiper .swiper-slide .s-content{
  margin-left: 30px;
}
.works.swiper .swiper-slide .s-content h4{
  /*margin-bottom: 100px;
  margin-bottom: 5vh;*/
  height: 10vh;
}
p.excerpt{
  height: 95px;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

}
.works.swiper .swiper-slide .s-content img{
  display: block; 
  max-width: 100%; 
  margin:9vh auto 0;
}

.works.swiper .swiper-button-prev,
.works.swiper .swiper-button-next{
  right: auto;
  left: -50px;
  background-repeat: no-repeat;
  background-position: center;
}
.works.swiper .swiper-button-next:after,
.works.swiper .swiper-button-prev:after{
  content: ' ';
}
.works.swiper .swiper-button-next{
  margin-top: -60px;
  background-image: url('../imgs/arrow-next.svg');
}
.works.swiper .swiper-button-prev{
  background-image: url('../imgs/arrow-prev.svg');
}
.works.swiper .swiper-button-prev.swiper-button-disabled,
.works.swiper .swiper-button-next.swiper-button-disabled{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=00);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.works-navigation-next,
.works-navigation-prev{
  display: block; 
  position: fixed; 
  right:calc(54% + 180px); 
  top:61vh;
  /*top:61%;*/
  left: auto;
  width:27px; 
  height: 30px; 
  margin-top:-50px;
  background-image: url('../imgs/arrow-next.svg'); 
  background-repeat: no-repeat; 
  background-position: center; 
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.works-navigation-prev{
  top:calc(61vh + 40px); 
  background-image: url('../imgs/arrow-prev.svg'); 
}
.works-navigation-next:focus,
.works-navigation-prev:focus{
  outline: none;
}
.works-navigation-next:after,
.works-navigation-prev:after{
  content: ' ';
}
.works-navigation-next.swiper-button-disabled,
.works-navigation-prev.swiper-button-disabled{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=00);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

body.single .content-right h2{
  margin-bottom: 67px; 
  font-weight: 900; 
  font-size: 25px; 
  line-height: 1.2;
}
.content-right h3{
  margin-bottom: 2vh;
}


div.grid{
  margin-bottom: 40px;
}
div.grid-item{
  width:31.5%;
}
div.gutter-sizer{
  width:2.75%;
}
div.grid-item img{
  max-width: 100%;
  width:100%;
  height: auto;
}

.form-control:focus,
.form-control{
  background:transparent;
  color:white;
  border-color: white;
  outline: none;

  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
form{
  margin-bottom: 45px;
  max-width: 560px;
}
.btn-dark{
  background-color: #0000007C;
  border-color: #0000007C;
}

.featherlight:last-of-type{background:transparent !important;}
.featherlight:after{display: block; content: ''; position: absolute; width:100%; height: 100%; left:0; top:0; z-index: 1; background-image: url('../imgs/transparent-rectangle.png');
  background-size: 100% 100%; backdrop-filter: blur(29px);  -webkit-backdrop-filter: blur(29px);}
.featherlight .featherlight-content{padding:0 !important; border-bottom: 0 !important; z-index: 10;}

.content-right .wpb_gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item{margin:0 0 20px !important;}

.arrow-back{
  display: block; 
  position: fixed; 
  right:calc(54% + 180px); 
  top:20vh; 
  width:27px; 
  height: 30px; 
  background-image: url('../imgs/arrow-prev.svg'); 
  background-repeat: no-repeat; 
  background-position: center; 
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}


@media screen and (min-width: 769px){
  .works.swiper .swiper-button-prev, .works.swiper .swiper-button-next{display: none;}
  .arrow-back.clicked{
    top:61vh;
    margin-top:-50px;
    transform:rotate(-180deg);
  }

  .works-navigation-next.animated{
    top:20vh;
    margin-top:0;
    transform:rotate(-180deg);
  }
  .works-navigation-prev.animated{
    top:20vh;
    margin-top:0;
    transform:rotate(-360deg);
  }
}


@media screen and (max-height: 700px) {
  .h1-html h1{
    font-size: 45px;
  }
  .h1-html p{
    font-size: 20px;
  }
}
@media screen and (max-height: 500px) {
  div#menuPanel-holder{
    overflow: auto;
  }
  div#menuPanel-holder a{
    line-height: 25px;
  }
  .copyright{
    position: relative; 
    padding-left: 0; 
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 1750px) {
  .content-right{
    /*right: 0px;*/
  }
}
@media screen and (max-width: 1440px) {
  .content-right{
    right:70px;
    width:calc(59% - 90px);
  }
}
@media screen and (max-width: 1150px) {
  div.content{
    padding-left: 80px;
  }
  a#aLogo{
    left: 80px;
  }
  div#menuPanel-holder{
    padding-left: 80px;
  }
  .h1-html{
    width: 33%;
  }
  .content-right{
    width: width:calc(55% - 90px);
  }
}

@media screen and (max-width: 767px) {
  div.content{
    overflow: auto;
    padding-top: 0px;
    padding-bottom: 5vh;
    width: calc( 100% - 20px );
    height: calc( 100% - 13vh );
    top: 13vh;
    left:20px
  }
  .works.swiper,
  .content-right,
  .h1-html,
  body.page-template-_template-work .content-right,
  body.single .content-right{
    position: static;
    bottom: auto;
    top: auto;
    width: auto;
  }
  .h1-html{
    margin-bottom: 5vh;
  }
  .h1-html h1{
    text-align: right;
  }
  a#aLogo{
    left:25px;
    top:10px;
  }
  a#aLogo img{
    height: 12vh;
  }

  .grid-item img{
    width: 100%;
  }
  .copyright{width:100%; left:0; padding: 0 20px; text-align: center;}
  .copyright ul{display: block !important; text-align: center !important;}
  .copyright ul:before{display: none;}
  .footer-copyright{display: none;}


  .works.swiper{
    padding-top: 60px;
    overflow: hidden;
  }
  .works.swiper .swiper-slide img{
    position: static;
    width: calc( 100% - 30px );
    bottom: auto;
    left:auto;
    margin-left: 15px;
  }
  .works.swiper .swiper-slide{
    border-right: none;
  }
  .works-navigation-next, .works-navigation-prev{display: none;}
  .works.swiper .swiper-button-prev, .works.swiper .swiper-button-next, .works-navigation-next, .works-navigation-prev{top:0; margin-top:-60px;}

  .works.swiper .swiper-button-prev, .works-navigation-prev{left:15px; right:auto;}
  .works.swiper .swiper-button-next, .works-navigation-next{right:15px; left:auto;}

  .arrow-back{position: relative; top: auto; right: auto; margin-left: 15px; margin-bottom: 20px;}
}

@media screen and (max-width: 600px) {
  div.content{
    padding-left: 40px;
    padding-right: 40px;
  }
  div#menuPanel-holder{
    width: calc(100% - 25px);
    min-width: 100%;
    padding-left: 25px;
  }
  div#menuPanel-holder a{
    line-height: 25px;
  }
}
@media screen and (max-width: 460px) {

  a#aLogo{
    left: 25px;
  }

  div.content{
    padding-left: 0;
    padding-right: 0;
    left: 20px;
    width: calc( 100% - 20px );
  }

  div#menuPanel, div#menuToggle{
    /*width: 30px;*/
  }
  .h1-html{padding:0 15px;}
  .h1-html h1{
    font-size: 30px;
    line-height: 30px;
  }
  .h1-html p{
    font-size: 25px;;
    line-height: 25px;
  }

  h3{
    font-size: 1rem;;
  }
  div.grid-item{width:48.625%;}
}