
* { 
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html, body {
  min-height: 100% !important;
  height: 100%;
}

a {
    text-decoration: none;
    color: #111111;
}

.overlay {
  cursor: pointer;
}



.green h1 {

  padding-top: 20px !important;
}



.p2 {
  padding-top: 20px;
  font-weight: bold;
  font-size:23px;
}

.green-box {
  background-color: #f5e038;
  padding: 15px;
}

#headpic div {
  position: relative;
  height: 100%;
}

#headpic div video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
  left: 0;
  }

.box div {
  position: relative;
  height: 100%;
}

.box div video {
width: 100%;
height: 100%;
position: absolute;
object-fit: cover;
z-index: 0;
left: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.box div .caption {
z-index: 1;
position: relative;
text-align: center;
padding: 10px;
}



.slick-slide {
 margin: 0px 20px;
}



.slick-prev:before,
.slick-next:before {
 color: black;
}


.slick-slide {
 transition: all ease-in-out .3s;
 opacity: .2;
}

.slick-active {
 opacity: .5;
}

.slick-current {
 opacity: 1;
}


.slick-prev:before {
  content:url('../../assets/img/left-arrow.png') !important;
}

.slick-next:before {
  content:url('../../assets/img/right-arrow.png') !important;
}

.slick-active {
  opacity: 1 !important;
}

.slick-prev:before, .slick-next:before {
  opacity: 1 !important;
}

#k {
  width: 9.65vw !important;
  min-width: 100px !important;
  max-width: 200px !important;
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url('../../assets/fonts/Raleway-Regular.woff2') format('woff2'),
      url('../../assets/fonts/Raleway-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../../assets/fonts/Raleway-Bold.woff2') format('woff2'),
      url('../../assets/fonts/Raleway-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway-Black';
  src: url('../../assets/fonts/Raleway-Black.woff2') format('woff2'),
      url('../../assets/fonts/Raleway-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../../assets/fonts/Roboto-Regular.woff2') format('woff2'),
      url('../../assets/fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media only screen and (max-width: 1920px) {
.grid {
  display: grid;
}
#item-0 .item-box {
margin-left:25px;
}
}

@media only screen and (min-width: 1920px) {
  #footer-inside {
    display: grid;
    grid-template-columns: 1.7fr .7fr 2.45fr !important;
    height: 60px;
    line-height: 60px;
  }
#item-3 .box {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 990px !important;
  width: 56.208vw;
}
.grid {
  display: grid;
}
#item-0 .item-box {
margin-left:5px !important;
}

.item-box, .box {
  font-size: 32px;
}

.grid {
  grid-template-columns: 1fr 1fr 3fr 1fr;
}
#grid-content {
  max-width: 1690px;
  margin: 0 auto;
}
}



@media only screen and (min-width: 1920px) {
  #headfontcontainer {
    width: 70.833vw;
    height: 66.458vw;
    max-width: 1360px;
    max-height: 950px;
    min-height: 380px;
    min-width: 295px;
    margin-left: auto;
  }
  .green img {
    margin-left: -235px;
  }
  .green {
    display: flex;
  }
}

@media only screen and (max-width: 1920px) and (min-width: 1600px)  {
  #headfontcontainer {
    width: 70.833vw;
    height: 66.458vw;
    max-width: 1360px;
    max-height: 950px;
    min-height: 380px;
    min-width: 295px;
    margin-left: auto;
  }
  .green img {
    margin-left: -225px;
  }
  .green {
    display: flex;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1400px)  {
  #headfontcontainer {
    width: 70.833vw;
    height: 100vw;
    max-width: 1360px;
    max-height: 1050px;
    min-height: 380px;
    min-width: 295px;
    margin-left: auto;
  }
  .green img {
    margin-left: -255px;
  }
  .green {
    display: flex;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1100px)  {
  #headfontcontainer {
    width: 70.833vw;
    height: 100vw;
    max-width: 1360px;
    max-height: 1050px;
    min-height: 380px;
    min-width: 295px;
    margin-left: auto;
  }
  .green img {
    margin-left: -270px;
  }
  .green {
    display: flex;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 900px)  {
  #headfontcontainer {
    width: 70.833vw;
    height: 150vw;
    max-width: 1360px;
    max-height: 1100px;
    min-height: 380px;
    min-width: 295px;
    margin-left: auto;
  }
  .green img {
    margin-left: -290px;
  }
  .green {
    display: flex;
  }
}

@media only screen and (max-width: 900px) and (min-width: 768px)  {
  #headfontcontainer {
    width: 70.833vw;
    height: 200vw;
    max-width: 1360px;
    max-height: 1330px;
    min-height: 380px;
    min-width: 295px;
    margin-left: auto;
}
  .green img {
    margin-left: 0px;
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .green {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 500px)  {
  .green-box {
    text-align: left;
  }
  #headfontcontainer {
    width: 70.833vw;
    height: 130vw;
    max-width: 1360px;
    max-height: 1330px;
    min-height: 930px;
    min-width: 295px;
    margin-left: auto;
}
  .green img {
    margin-left: 0px;
    max-width: 100%;
  }
  .green {
    display: block !important;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  .green-box {
    text-align: left;
  }
  #headfontcontainer {
    width: 70.833vw;
    height: 130vw;
    max-width: 1360px;
    max-height: 1330px;
    min-height: 1050px;
    min-width: 295px;
    margin-left: auto;

}
  .green img {
    margin-left: 0px;
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .green {
    display: block !important;
    text-align: center;
  }
}





@media only screen and (max-width: 1715px) and (min-width: 1024px)  {
  #footer div {
  
    font-size: 12px;
    font-family: 'Raleway-Regular';
  }
#item-3 .box {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 990px !important;
  width: 56.208vw;
}
.grid {
  display: grid;
}
.grid {
  grid-template-columns: 1fr 1fr 2fr 1fr;
}
#grid-content {
  max-width: 1690px;
  margin: 0 auto;
}

}

@media only screen and (max-width: 1920px) and (min-width: 1715px)  {
  #footer-inside {
    display: grid;
    grid-template-columns: 1.7fr .7fr 2.45fr !important;
    height: 60px;
    line-height: 60px;
  }
#item-3 .box {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 990px !important;
  width: 56.208vw;
}
.grid {
  grid-template-columns: 1fr 1fr 2fr 1fr;
}
#grid-content {
  margin: 0 auto;
}

}


@media only screen and (max-width: 1920px) and (min-width: 1024px)  {

.item-box, .box {
  font-size: 1.67vw;
}

}

@media only screen and (max-width: 420px) and (min-width: 0px)  {
  #k {
    text-align: center;
      position: absolute;
      display: block;
      width: 26%;
      min-width: 100px;
      height: 24.5705vw;
      max-height: 400px;
      min-height: 205px;
      z-index: 2;
      background-image: url('../../assets/img/lineback.jpg');
      background-repeat-x: no-repeat;
      background-position: 41%;
      background-size: 100%;
    }

}

@media only screen and (max-width: 520px) and (min-width: 420px)  {
  #k {
    text-align: center;
      position: absolute;
      display: block;
      width: 22%;
      min-width: 100px;
      height: 24.5705vw;
      max-height: 400px;
      min-height: 205px;
      z-index: 2;
      background-image: url('../../assets/img/lineback.jpg');
      background-repeat-x: no-repeat;
      background-position: 41%;
      background-size: 100%;
    }

}

@media only screen and (max-width: 625px) and (min-width: 520px)  {
  #k {
    text-align: center;
      position: absolute;
      display: block;
      width: 19%;
      min-width: 100px;
      height: 24.5705vw;
      max-height: 400px;
      min-height: 205px;
      z-index: 2;
      background-image: url('../../assets/img/lineback.jpg');
      background-repeat-x: no-repeat;
      background-position: 41%;
      background-size: 100%;
    }

}
@media only screen and (max-width: 1024px) and (min-width: 768px)  {
  #headfont {
    padding: 55px;
    padding-right: 240px;
    padding-top: 0;
    }
    
    #headfont h1 {
    font-size: 4vw !important;
    margin: 0;
    font-family: 'Raleway-Bold';
    }
    
    #headfont p {
    max-width: 665px;
    font-size: 1.6vw !important;
    font-family: 'Raleway-Regular' !important;
    line-height: 1.5em;
    }
}
@media only screen and (max-width: 1500px) and (min-width: 1024px)  {
  #headfont {
    padding: 55px;
    padding-right: 240px;
    padding-top: 0;
    }
    
    #headfont h1 {
    font-size: 4vw !important;
    margin: 0;
    font-family: 'Raleway-Bold';
    }
    
    #headfont p {
    max-width: 665px;
    font-size: 1.6vw !important;
    font-family: 'Raleway-Regular' !important;
    line-height: 1.5em;
    }
}

@media only screen and (max-width: 768px) and (min-width: 625px)  {
  #k {
    text-align: center;
      position: absolute;
      display: block;
      width: 19%;
      min-width: 100px;
      height: 24.5705vw;
      max-height: 400px;
      min-height: 205px;
      z-index: 2;
      background-image: url('../../assets/img/lineback.jpg');
      background-repeat-x: no-repeat;
      background-position: 41%;
      background-size: 100%;
    }

}

@media only screen and (max-width: 768px)  {

  #download {
    max-width: 1070px;
    min-height: 75px;
    min-width: 295px;
    margin-left: auto;
    margin-top: 0px;
    }
  .slick-slide img {
    display: block;
    max-height: 380px !important;
  }
  .slick-next {
    right: 25px !important;
    } 
    
    .slick-prev {
      left: 15px !important;
      z-index: 3;
    }
    
  #footer-down-d {
    display:none;
  }
  #footer-down-m {
    display: block;
  }
  .right-footer {
    max-width: 165px;
  }

  .slider {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 110vw;
    max-height: 500px;
  }
  .slider div {
    /*width: 100%;*/
    margin: 0 auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    height: 110vw;
    max-height: 500px;
    margin:3px;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
  }

  .slider div:hover {
    /*width: 100%;*/
    margin: 0 auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    height: 110vw;
    max-height: 500px;
    margin:3px;
    -webkit-filter: grayscale(0); 
    filter: grayscale(0);
  }
  
  #references-scroll {
    margin-top: 50px;
    height: 110vw;
    max-height: 500px;

  }
  .center-d, .center-da {
    display:none !important;
  }
  .center-m {
    display:block !important;
  }
  #why-choose-me {
    width: 70.833vw;
    height: 36.458vw;
    max-width: 1415px;
    max-height: 280px;
    min-width: 295px;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 90px;
  }
  #why-choose-me div, #solarpanel div {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    }
  #headpic-shorter div {
    margin-right: 0px;
  }
  #headpic-thin div {
    margin-right: 0px;
  }
  #footer div div img {
    position: absolute;
    bottom: 0;
    max-width: 90px;
  }
  #footer {
    margin-top: 95px;
    line-height: 20px;
  }

  #footerurl {
    display: none;
  }

  #footerurl-m {
    display: block;
  }

  #headfontcontainer-out {
    background-color: #ffffff;
    margin-bottom: -20px;
  }


  #footer-inside {
    display: grid;
    grid-template-columns: 0.72fr 2fr 2.45fr;
    margin-bottom: 10px;
  }
  #download-links div {
    max-width: 270px;
    }
  #download-links {
    margin: 0 auto;
    max-width: 270px;
    max-height: 75px;
    min-height: 75px;
    margin-top: 100px;
    text-align: center;
   
    }

  #download div {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100px;
    line-height: 100px;
    max-width: 315px;
    max-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

  }
    
  #download div div {
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      width: 100%;
      height: 70px;
      line-height: 70px;
      max-width: 290px;
      max-height: 70px;
      background-color: rgba(0, 0, 0, 1);
      color: #fff;
      font-family: 'Raleway-Bold';
    }



    #terms-conditions div {
      background-color: rgba(0, 0, 0, .5);
      width: 100%;
      height: 100px;
      line-height: 100px;
      max-width: 300px;
      max-height: 90px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      }
      
      #terms-conditions div div {
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        height: 70px;
        line-height: 70px;
        max-width: 270px;
        max-height: 70px;
        background-color: rgba(0, 0, 0, 1);
        color: #fff;
        font-family: 'Raleway-Bold';
      }
    #terms-conditions {
      max-width: 1070px;
      min-height: 75px;
      min-width: 295px;
      margin-left: auto;
      margin-top: 150px;
      }


    #contact {
    max-width: 1070px;
    min-height: 75px;
    margin-left: auto;
    margin-top: 25px;
    }

    #feedback {
      max-width: 1070px;
      min-height: 75px;
      margin-left: auto;
      margin-top: 25px;
      margin-bottom: 100px;
      }
    
    #contact div { 
    max-width: 315px;
    margin: 0 auto;
    }

    #feedback div { 
      max-width: 315px;
      margin: 0 auto;
      }
    
    #contact div input {
    background-color: #ffffff;
    border:1px solid #888989;
    padding: 15px;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: 'Raleway-Regular';
    font-size: 16px;
    }
    
    #feedback div input {
      background-color: #ffffff;
      border:1px solid #888989;
      padding: 15px;
      width: 100%;
      margin-right: 5px;
      margin-bottom: 5px;
      font-family: 'Raleway-Regular';
      font-size: 16px;
      }

    #contact div input:nth-child(1), #contact div input:nth-child(2) {
    width: 100%;
    display: inline-block;
    }

    #feedback div input:nth-child(1), #feedback div input:nth-child(2) {
      width: 100%;
      display: inline-block;
      }
    
    #contact div input[type=submit] {
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
    width: 100%;
    }

    #feedback div input[type=submit] {
      background-color: #000000;
      color: #ffffff;
      font-size: 16px;
      font-family: 'Raleway-Bold';
      text-transform: uppercase;
      width: 100%;
      }


    
    

    
    #up-to-date {
    max-width: 295px;
    min-height: 75px;
    margin-left: auto;
    margin-top: 40px;
    font-weight: bold;
    font-family: 'Raleway-Bold';
    font-size: 23px;
    margin: 0 auto;
    }
  #up-to-date div {
    max-width: 270px; 
    font-size: 16px;
    padding-top: 40px;
  }

#item-1, #item-2, #item-3 {
  text-align: center;
}

.service-item {
  width: 19.01vw;
  height: 19.01vw;
  min-width: 315px;
  min-height: 315px;
  background-color: #e4e4e4;
  position: relative;
  margin-right: auto;
  margin: 0 auto;
  margin-top: 30px;
}

.item-box {
    width: 100%;
    height: 19.01vw;
    max-width: 768px;
    max-height: 360px;
    background-color: #e4e4e4;
    position: relative;
    margin-right: auto;
    display: inline-block;
    margin-top: 40px;
    min-height: 315px;
    min-width: 315px;
    max-width: 315px;
}

#why-choose-me div p, #solarpanel div p {
  font-family: 'Raleway-Regular';
  font-size: 14px;
  line-height: 1.5em;
  padding-right: 20px;
  }
    
    #layout-1 div {
      max-height: 230px;
    }
    #layout-2 div {
      max-height: 230px;
    }
    #solarpanel {
      margin-top: -90px;
      padding: 50px;
      margin-bottom: 40px;
    }
    #site-text {
      position: absolute;
      left: 53%;
      top: 240px;
      font-size: 32px;
      font-family: 'Raleway-Black';
      text-transform: uppercase;
    }
    #studio-left-right div p {
      font-family: 'Raleway-Regular';
      font-size: 14px;
      max-width: 380px;
      margin: 0 auto;
      margin-top: 45px;
      margin-bottom: 45px;
      line-height: 1.5em;
      }
    #studio-left-right div:nth-child(2) {
      padding: 50px;
    }
    #studio-left-right {
      display: block;
      max-height: none;
    }
    #studio-left-right div:nth-child(1) {
      width: none;
      }
      
      #studio-left-right div:nth-child(2) {
      width: none;
      }

      #why-choose-me div p, #solarpanel div p {
        font-family: 'Raleway-Regular';
        font-size: 14px;
        line-height: 1.5em;
        padding-right: 20px;
        }

      .footer-blocks div {
      max-width: 300px;
      max-height: 300px;
      display: inline-block;
      background-color:#e4e4e4;
      width:100vw;
      height:100vw;
      margin: 5px !important;
      }

      .sales-footer-blocks div {
        max-width: 300px;
        max-height: 300px;
        display: inline-block;
        background-color:#e4e4e4;
        width:100vw;
        height:100vw;
        margin: 5px !important;
        }
  
    
      .let-us {
    font-family: 'Raleway-Bold';
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 300px;
    padding-bottom: 100px;
    }
    
      .table div p {
          font-size: 14px;
      }
    
      #we-are h1 {
      font-size: 23px;
      font-family: 'Raleway-Bold'; 
      }
    
      #we-are {
    max-width: 390px;
    margin-left: auto;
    margin: 0 auto;
    margin-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
    }
    
    
      #studio-left-right div p {
      font-family: 'Raleway-Regular';
      font-size: 14px;
      max-width: 380px;
      margin-top: 45px;
      margin-bottom: 45px;
    }
    #we-are .flex {
      max-width: 1130px;
      display: block;
      width: 100%;
    }
    #we-are .flex div:nth-child(1) {
      width: 100%;
    }
    #we-are .flex div:nth-child(2) {
      width: 100%;
    }
    
    #we-are div .table {
      width: 100% !important;
      max-width: 510px;
      margin-left: -10px;
    }
    
    #aboutus-img-3-flex {
    display: block;
    }
    
    #aboutus-img-3-flex div {
    background:#e4e4e4;
    width: 100%;
    }
    
    #aboutus-img-3 div p {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    max-width: 390px;
    padding: 50px;
    margin: 0 auto;
    line-height: 1.5em;
    }

}

#item-3 .items {
  float:none;
}



#item-0 .item-box {
  margin-left: 0px;
  margin-bottom: 3px;
}



#item-3 .box {
  /* position: absolute; */
  /* right: 0; */
  /* bottom: 0; */
  position: relative;
  max-width: 990px !important;
  width: 100%;
  min-width: 360px;
  min-height: 260px;
  margin-top: 40px;
}

.grid {
  display: block;
  margin-top: 100px !important;
}
#left-right-container .main-box .box, .box {
  min-width: 360px;
  min-height: 260px;
  width: 100%;
  height: 72.729vw;
  background-color: #e4e4e4;
  position: relative;
}



.box font {
  font-size: 23px;
}
.service-item font {
  font-size: 23px;
}


#line {
width: 73.614%;
}

#social div {
  margin: 5px;
  width: 27px;
  text-align: center;
  display: inline-block;
}

#social div a {
  font-family: 'Raleway-Bold' !important;
  font-size: 20px;

  top: -8px;
  left: 0px;
  color: #111111;
}

#social {
height: 50px;
  right: 0px;
  line-height: 50px;
}
#hamburger {
left: 13px;
z-index: 2;

}

#k {
padding-top: 20px;
left: 22%;
}

#fullline {
top: 315px;
padding-top: 20px;
left: 22%;
background-image: url('../../assets/img/kraftrental_logo_footer.png');
background-position: 50% calc(100% - 10px);
background-repeat: no-repeat;
background-size: 80%;
}

#headfont {
padding: 0px;
padding-right: 55px;
}

#headfont h1 {
padding-top: 55px;
font-size: 1.2em;
margin: 0;
font-family: 'Raleway-Bold' !important;
background-color: #ffffff;
padding-bottom: 30px;

}

#headfont p {
max-width: 665px;
font-size: 0.875em;
font-family: 'Raleway-Regular' !important;
line-height: 1.5em;
}



#references h1, #services h1 {
font-size: 2em;
}




@media only screen and (max-width: 1024px) and (min-width: 768px)  {

  #k {
    text-align: center;
      position: absolute;
      display: block;
      width: 13%;
      min-width: 100px;
      height: 24.5705vw;
      max-height: 400px;
      min-height: 205px;
      z-index: 2;
      background-image: url('../../assets/img/lineback.jpg');
      background-repeat-x: no-repeat;
      background-position: 41%;
      background-size: 100%;
    }



  #footer div {
    margin: 0 auto;
    font-size: 12px;
    font-family: 'Raleway-Regular';
  }
#item-3 .box {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 990px !important;
  width: 56.208vw;
}
.grid {
  display: grid;
}
.item-box, .box {
  font-size: 1.67vw;
}


.grid {
 grid-template-columns: 1fr 1fr 2fr 1fr;
}

}

@media only screen and (min-width: 1024px)  {
  #k {
    text-align: center;
      position: absolute;
      display: block;
      width: 10%;
      min-width: 100px;
      height: 24.5705vw;
      max-height: 400px;
      min-height: 205px;
      z-index: 2;
      background-image: url('../../assets/img/lineback.jpg');
      background-repeat-x: no-repeat;
      background-position: 41%;
      background-size: 100%;
    }



#item-3 .box {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 990px !important;
  width: 56.208vw;
}


.grid {
  display: grid;
}




}
@media only screen and (min-width: 768px)  {
  #download {
    max-width: 1070px;
    min-height: 75px;
    min-width: 295px;
    margin-left: auto;
    margin-top: 150px;
    }
  .slick-slide img {
    display: block;
    max-height: 500px !important;
  }
  .slick-next {
    right: 5% !important;
    z-index: 3;
    } 
    
    .slick-prev {
    left: 5% !important;
    z-index: 3;
    }
  #footer-down-d {
    display: block;
  }
  #footer-down-m {
    display:none;
  }
  #item-3 .items .item-box {
    margin-top: 3px;
  }

  .slider {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 80vw;
    max-height: 500px;
  }
  .slider div {
    /*width: 100%;*/
    margin: 0 auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    height: 80vw;
    max-height: 500px;
    margin:3px;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
  }
  .slider div:hover {
    /*width: 100%;*/
    margin: 0 auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    height: 80vw;
    max-height: 500px;
    margin:3px;
    -webkit-filter: grayscale(0); 
    filter: grayscale(0);
  }

  #references-scroll {
    margin-top: 50px;
    height: 80vw;
    max-height: 500px;

  }
  .center-d, .center-da {
    display:block !important;
  }
  .center-m {
    display:none !important;
  }
  #why-choose-me {
    width: 70.833vw;
    height: 36.458vw;
    max-width: 1415px;
    max-height: 380px;
    min-width: 295px;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #why-choose-me div, #solarpanel div {
    width: 100%;
    max-width: 390px;
    }
  #headpic-shorter div {
    margin-right: 280px;
  }
  #headpic-thin div {
    margin-right: 280px;
  }
  #footer div div img {
    max-width: 150px;
    max-height: 30px;
    width: 100%;

  }
  #footerurl {
    display: block;
  }

  #footerurl-m {
    display: none;
  }
  #footer {
    margin-top: 20px;
  }
  #footer-inside {
    display: grid;
    grid-template-columns: 1.7fr .7fr 2.45fr !important;
    height: 50px;
    line-height: 50px;
  }
  #download-links div {
    max-width: 465px;
    }
  #download-links {
    width: 85.833vw;
      height: 36.458vw;
      max-width: 1070px;
      max-height: 75px;
      min-height: 75px;
      min-width: 295px;
      margin-left: auto;
      margin-top: 145px;
    }
  #download div {
    background-color: rgba(0, 0, 0, .5);
      width: 100%;
      height: 100px;
      line-height: 100px;
      max-width: 420px;
      max-height: 90px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    #download div div {
    font-size: 20px;
      text-transform: uppercase;
      text-align: center;
      width: 100%;
      height: 70px;
      line-height: 70px;
      max-width: 400px;
      max-height: 70px;
      background-color: rgba(0, 0, 0, 1);
      color: #fff;
      font-family: 'Raleway-Bold';
    }
  #download {
    width: 85.833vw;
      height: 36.458vw;
      max-width: 1070px;
      max-height: 75px;
      min-height: 75px;
      min-width: 295px;
      margin-left: auto;
      margin-top: 150px;
    }
  #contact {
    width: 85.833vw;
    height: 36.458vw;
    max-width: 1070px;
    max-height: 275px;
    min-height: 75px;
    min-width: 295px;
    margin-left: auto;
    margin-top: 25px;
  }

  #feedback {
    width: 85.833vw;
    height: 36.458vw;
    max-width: 1070px;
    min-width: 295px;
    margin-left: auto;
    margin-top: 25px;
  }
    
    #contact div { 
    max-width: 465px;
    
    }

    #feedback div { 
      max-width: 465px;
      
    }
    
    #contact div input {
    background-color: #ffffff;
    border:1px solid #888989;
    padding: 15px;
    width: 88%;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: 'Raleway-Regular';
    font-size: 16px;
    }

    #feedback div input {
      background-color: #ffffff;
      border:1px solid #888989;
      padding: 15px;
      width: 88%;
      margin-right: 5px;
      margin-bottom: 5px;
      font-family: 'Raleway-Regular';
      font-size: 16px;
      }
    
    #contact div input:nth-child(1), #contact div input:nth-child(2) {
    width: 90%;
    display: inline-block;
    }

    #feedback div input:nth-child(1), #feedback div input:nth-child(2) {
      width: 90%;
      display: inline-block;
      }
    
    #contact div input[type=submit] {
    max-width: 420px;
    width: 100vw;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
    }

    #feedback div input[type=submit] {
      max-width: 420px;
      width: 100vw;
      background-color: #000000;
      color: #ffffff;
      font-size: 16px;
      font-family: 'Raleway-Bold';
      text-transform: uppercase;
      }

    #contact div textarea {
      background-color: #ffffff;
      border: 1px solid #888989;
      padding: 15px;
      width: 90%;
      margin-right: 5px;
      margin-bottom: 5px;
      font-family: 'Raleway-Regular';
      font-size: 16px;
      resize: none;
      min-height: 100px;
      }

      #feedback div textarea {
        background-color: #ffffff;
        border: 1px solid #888989;
        padding: 15px;
        width: 90%;
        margin-right: 5px;
        margin-bottom: 5px;
        font-family: 'Raleway-Regular';
        font-size: 16px;
        resize: none;
        min-height: 100px;
        }
    
    
    #up-to-date {
      width: 85.833vw;
      height: 36.458vw;
      max-width: 1070px;
      max-height: 75px;
      min-height: 75px;
      min-width: 295px;
      margin-left: auto;
      margin-top: 80px;
      font-weight: bold;
      font-family: 'Raleway-Bold';
      font-size: 23px;
    }

  #up-to-date div {
    max-width: 625px;
  }

.service-item {
  width: 19.01vw;
    height: 19.01vw;
    max-width: 330px;
    max-height: 330px;
    background-color: #e4e4e4;
    position: relative;
    margin-right: auto;
    display: inline-block;
}


#item-3 .items {
  float: left;
}

#item-3 .items .item-box {
  margin-top: 3px;
}

.grid {
  margin-top: 200px;
}

.item-box {
    width: 19.01vw;
    height: 19.01vw;
    max-width: 360px;
    max-height: 360px;
    background-color: #e4e4e4;
    position: relative;
    margin-right: auto;
    display: inline-block;
}

#left-right-container .main-box .box, .box {
max-width: 965px;
  max-height: 686px;
  width: 56.608vw;
  height: 35.729vw;
  background-color: #e4e4e4;
  position: relative;
}


#line {
  width: 77.5%;
}

#social div {
  margin: 10px;
  width: 30px;
  text-align: center;
  display: inline-block;
  line-height: 30px;

}
#social {
  height: 40px;
  display: flex;
  right: 0px;
 
}
#hamburger {
left: 30px;
}
#k {
padding-top: 95px;
left: 37%;
}

#fullline {
top: 170px;
padding-top: 95px;
left: 37%;
}

#headfont {
padding: 55px;
padding-right: 280px;
padding-top: 0;
}

#headfont h1 {
font-size: 3.375em;
margin: 0;
font-family: 'Raleway-Bold';
}

#headfont p {
max-width: 665px;
font-size: 1.225em;
font-family: 'Raleway-Regular' !important;
line-height: 1.5em;
}

#references h1, #services h1 {
font-size: 3.6875em !important;
}

#why-choose-me div p, #solarpanel div p {
  font-family: 'Raleway-Regular';
  font-size: 18px;
  line-height: 1.5em;
  padding-right: 20px;
  }

.footer-blocks div {
max-width: 180px;
max-height: 180px;
display: inline-block;
background-color:#e4e4e4;
width:100vw;
height:100vw;
margin: 5px !important;
}

.sales-footer-blocks div {
  max-width: 180px;
  max-height: 180px;
  display: inline-block;
  background-color:#e4e4e4;
  width:100vw;
  height:100vw;
  margin: 5px !important;
  }

.table div p {
    font-size: 18px;
}
#studio-left-right div p {
font-family: 'Raleway-Regular';
font-size: 18px;
max-width: 380px;
margin-top: -65px;
margin-bottom: 45px;
}
#we-are .flex {
max-width: 1130px;
display: flex;
width: 100%;
}
#we-are .flex div:nth-child(1) {
width: 46%;
}
#we-are .flex div:nth-child(2) {
width: 54%;
}

#we-are div .table {
width: 100% !important;
max-width: 510px;
margin-left: auto;
}

#aboutus-img-3-flex {
display: flex;
}

#aboutus-img-3-flex div {
background:#e4e4e4;
width: calc(100% - 425px);
}

#aboutus-img-3 div p {
font-family: 'Raleway-Regular';
font-size: 18px;
max-width: 300px;
padding: 50px;
line-height: 1.5em;
}




}

body {
background-color:#ffffff;
width: 100%;
height: 100%;
}
#head {
background-color:#ffffff;
}

#site {
position: relative;
  max-width: 1920px;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding-top: .1px;
}

#line {
position: relative;
z-index: 3;
max-width: 1480px;
height: 15px;
background-color: black;
}



#fullline {

text-align: center;
position: absolute;
/*display: none;*/
display: block;
width: 9.65vw;
max-width: 200px;
min-width: 100px;
background-color: #f5e038;
z-index: -1;
top: 0;
}


#k img {
max-width: 113px;
width: 5.885vw;
min-width: 58px;
min-height: 107px;
}

#headpic {
  width: 70.833vw;
  height: 36.458vw;
  max-width: 1360px;
  max-height: 700px;
  min-height: 415px;
  min-width: 295px;
  background-color: #e4e4e4;
  margin: 0 auto;
  margin-top: 95px;
  /*margin-left: auto;*/
}


#hamburger {
position: absolute;
  width: 2.604vw;
  height: 2.604vw;
  max-width: 50px;
  max-height: 50px;
  min-width: 35px;
  min-height: 35px;
  background-color: #e4e4e4;
  cursor: pointer;
  margin-top: 95px;
}

#hamburger img {
width: 2.604vw;
  height: 2.604vw;
  max-width: 50px;
  max-height: 50px;
  min-width: 35px;
  min-height: 35px;
}


#container {
position: relative;
}

#references {
  width: 70.833vw;
  height: 36.458vw;
  max-width: 1360px;
  max-height: 75px;
  min-height: 75px;
  min-width: 295px;
  margin-left: auto;
  margin-top: 150px;
}

#services {
width: 85.833vw;
  height: 36.458vw;
  max-width: 1610px;
  max-height: 75px;
  min-height: 75px;
  min-width: 295px;
  margin-left: auto;
}

#download-links div a {
  color: #50504f;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 18px;

}


#references h1, #services h1 {
font-family: 'Raleway-Bold';
text-transform: uppercase;
}



#services-blocks {
background-color:transparent;
min-height: 330px;
text-align: center;
margin-top: 50px;
}

.left-right-container {
padding-left: 110px;
padding-top: 200px;
}

.left-right-container-2 {
padding-left: 110px;
}





.grid {
  /* grid-template-rows: 1fr 1fr 1fr 1fr; */
  gap: 0px;
  height: 100%;
  margin: 0 auto;
 
 
}

#item-0 {

 grid-row-start: 1;
 grid-column-start: 1;
 /*text-align: right;*/
 grid-row-end: 2;
 grid-column-end: 4;
 
}
#item-1 {


 grid-row-start: 2;
 grid-column-start: 2;
 /*text-align: right;*/
 grid-row-end: 3;
 grid-column-end: 4;
 
}
#item-2 {

 grid-row-start: 3;
 grid-column-start: 2;
 /*text-align: right;*/
 grid-row-end: 4;
 grid-column-end: 4;
 
}
#item-3 {

 grid-row-start: 4;
 grid-column-start: 2;
 position: relative;
 grid-row-end: 5;
 grid-column-end: 5;
 
}



.item-box font {
  position: absolute;
  text-transform: uppercase;
  font-family: 'Raleway-Bold';
  bottom: 5px;
  left: 20px;
}

.box font {
  position: absolute;
  text-transform: uppercase;
  font-family: 'Raleway-Bold';
  bottom: 5px;
  left: 20px;
}

.service-item font {
  position: absolute;
  text-transform: uppercase;
  font-family: 'Raleway-Bold';
  bottom: 5px;
  left: 20px;
  font-size: 20px;
}



#item-0 .box {
  float: left;
}



#item-0 .items {
  text-align: center;
}


#footer div div a {
  color: #f5e038;
}
#footer-img {
  position: relative;
  margin-top: 5px;
}



#menu {
  top: 0;
  bottom: 0;
  width: 0px;
  position: fixed;
  max-width: 350px;
  background-color: rgba(250, 224, 48, 1);
  z-index: 5;
}

#menu img {
  margin-top: 45px;
  right: 25px;
  position: absolute;
  display: none;
}

#menu ul {
  font-family: 'Raleway-Bold';
  font-size: 20px;
  margin-left: 60px;
  list-style: none;
  margin-top: 90px;
  display: none;
}

#menu ul a {
  color: #212120;
}

#menu ul li { 
  margin-bottom: 17px;
}

#menu-arrow {
  cursor: pointer;
}

/*STUDIO*/

.headpic-aboutus {
  background-color: #e4e4e4;
}

#headpic-shorter {
    margin-top: 270px;
    width: 72.833vw;
    height: 36.458vw;
    max-width: 1455px;
    max-height: 700px;
    min-height: 415px;
    min-width: 295px;
    margin-left: auto;
}

#headpic-thin {
  width: 72.833vw;
  height: 36.458vw;
  max-width: 1455px;
  max-height: 250px;
  min-height: 170px;
  min-width: 295px;
  margin-left: auto;
}

#headpic-shorter div {
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: relative;
}

#headpic-thin div {
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: relative;
}



#sub-page-content {
  background-color: #FFFFFF;
  min-height: 400px;
}



@media only screen and (min-width: 1920px)  {
  #layout-1 div {
    max-height: 550px;
  }
  #layout-2 div {
    max-height: 550px;
  }
  #solarpanel {
    width: 70.833vw;
    max-width: 1415px;
    max-height: 260px;
    min-width: 295px;
    margin-left: auto;
    margin-bottom: 130px;
    margin-top: 150px;
  }
  #studio-left-right div p {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    max-width: 380px;
    margin-top: 45px;
    margin-bottom: 45px;
    line-height: 1.5em;
    }
  #studio-left-right div:nth-child(2) {
    padding: 130px;
  }
  #studio-left-right {
    display: flex;
    max-height: 500px;
  }
  #studio-left-right div:nth-child(1) {
    width: 60%;
    }
    
    #studio-left-right div:nth-child(2) {
    width: 40%;
    }
    #site-text {
      position: absolute;
      left: 49%;
      top: 220px;
      font-size: 59px;
      font-family: 'Raleway-Black';
      text-transform: uppercase;
      max-width: 415px;
    }
}

@media only screen and (max-width: 1921px) and (min-width: 1920px)  {
  #grid-content {
    max-width: 1885px;
    margin: 0 auto;
}
  #item-0 .box {
    margin-right: 3px;
   }
}

@media only screen and (max-width: 1920px) and (min-width: 1919px)  {
  #item-0 .box {
    margin-right: 92px;
   }
}

@media only screen and (max-width: 1919px) and (min-width: 1915px)  {
  #item-0 .box {
    margin-right: 92px;
   }
}

@media only screen and (max-width: 1915px) and (min-width: 1910px)  {
  #item-0 .box {
    margin-right: 93px;
   }
}

@media only screen and (max-width: 1910px) and (min-width: 1905px)  {
  #item-0 .box {
    margin-right: 95px;
   }
}

@media only screen and (max-width: 1905px) and (min-width: 1900px)  {
  #item-0 .box {
    margin-right: 96px;
   }
}

@media only screen and (max-width: 1900px) and (min-width: 1895px)  {
  #item-0 .box {
    margin-right: 98px;
   }
}

@media only screen and (max-width: 1895px) and (min-width: 1890px)  {
  #item-0 .box {
    margin-right: 98px;
   }
}

@media only screen and (max-width: 1890px) and (min-width: 1885px)  {
  #item-0 .box {
    margin-right: 98px;
   }
}

@media only screen and (max-width: 1885px) and (min-width: 1880px)  {
  #item-0 .box {
    margin-right: 94px;
   }
}

@media only screen and (max-width: 1880px) and (min-width: 1875px)  {
  #item-0 .box {
    margin-right: 94px;
   }
}

@media only screen and (max-width: 1875px) and (min-width: 1870px)  {
  #item-0 .box {
    margin-right: 89px;
   }
}

@media only screen and (max-width: 1870px) and (min-width: 1865px)  {
  #item-0 .box {
    margin-right: 85px;
   }
}

@media only screen and (max-width: 1865px) and (min-width: 1860px)  {
  #item-0 .box {
    margin-right: 83px;
   }
}

@media only screen and (max-width: 1860px) and (min-width: 1855px)  {
  #item-0 .box {
    margin-right: 80px;
   }
}

@media only screen and (max-width: 1855px) and (min-width: 1850px)  {
  #item-0 .box {
    margin-right: 79px;
   }
}

@media only screen and (max-width: 1850px) and (min-width: 1845px)  {
  #item-0 .box {
    margin-right: 75px;
   }
}

@media only screen and (max-width: 1845px) and (min-width: 1840px)  {
  #item-0 .box {
    margin-right: 73px;
   }
}

@media only screen and (max-width: 1840px) and (min-width: 1835px)  {
  #item-0 .box {
    margin-right: 69px;
   }
}

@media only screen and (max-width: 1835px) and (min-width: 1830px)  {
  #item-0 .box {
    margin-right: 69px;
   }
}

@media only screen and (max-width: 1830px) and (min-width: 1825px)  {
  #item-0 .box {
    margin-right: 66px;
   }
}

@media only screen and (max-width: 1825px) and (min-width: 1820px)  {
  #item-0 .box {
    margin-right: 62px;
   }
}

@media only screen and (max-width: 1820px) and (min-width: 1815px)  {
  #item-0 .box {
    margin-right: 59px;
   }
}

@media only screen and (max-width: 1815px) and (min-width: 1810px)  {
  #item-0 .box {
    margin-right: 56px;
   }
}

@media only screen and (max-width: 1810px) and (min-width: 1805px)  {
  #item-0 .box {
    margin-right: 54px;
   }
}

@media only screen and (max-width: 1805px) and (min-width: 1800px)  {
  #item-0 .box {
    margin-right: 51px;
   }
}

@media only screen and (max-width: 1800px) and (min-width: 1795px)  {
  #item-0 .box {
    margin-right: 47px;
   }
}

@media only screen and (max-width: 1795px) and (min-width: 1790px)  {
  #item-0 .box {
    margin-right: 46px;
   }
}

@media only screen and (max-width: 1790px) and (min-width: 1785px)  {
  #item-0 .box {
    margin-right: 43px;
   }
}

@media only screen and (max-width: 1785px) and (min-width: 1780px)  {
  #item-0 .box {
    margin-right: 40px;
   }
}

@media only screen and (max-width: 1780px) and (min-width: 1775px)  {
  #item-0 .box {
    margin-right: 37px;
   }
}

@media only screen and (max-width: 1775px) and (min-width: 1770px)  {
  #item-0 .box {
    margin-right: 36px;
   }
}

@media only screen and (max-width: 1770px) and (min-width: 1765px)  {
  #item-0 .box {
    margin-right: 33px;
   }
}

@media only screen and (max-width: 1765px) and (min-width: 1760px)  {
  #item-0 .box {
    margin-right: 28px;
   }
}

@media only screen and (max-width: 1760px) and (min-width: 1755px)  {
  #item-0 .box {
    margin-right: 27px;
   }
}

@media only screen and (max-width: 1755px) and (min-width: 1750px)  {
  #item-0 .box {
    margin-right: 24px;
   }
}

@media only screen and (max-width: 1750px) and (min-width: 1745px)  {
  #item-0 .box {
    margin-right: 22px;
   }
}

@media only screen and (max-width: 1745px) and (min-width: 1740px)  {
  #item-0 .box {
    margin-right: 19px;
   }
}

@media only screen and (max-width: 1740px) and (min-width: 1735px)  {
  #item-0 .box {
    margin-right: 15px;
   }
}

@media only screen and (max-width: 1735px) and (min-width: 1730px)  {
  #item-0 .box {
    margin-right: 13px;
   }
}

@media only screen and (max-width: 1730px) and (min-width: 1725px)  {
  #item-0 .box {
    margin-right: 10px;
   }
}

@media only screen and (max-width: 1725px) and (min-width: 1720px)  {
  #item-0 .box {
    margin-right: 8px;
   }
}

@media only screen and (max-width: 1720px) and (min-width: 1715px)  {
  #item-0 .box {
    margin-right: 5px;
   }
}

@media only screen and (max-width: 1715px) and (min-width: 1710px)  {
  #item-0 .box {
    margin-right: 5px;
   }
}

@media only screen and (max-width: 1920px) and (min-width: 1024px)  {
  #layout-1 div {
    max-height: 550px;
  }
  
  #layout-2 div {
    max-height: 550px;
  }
  #solarpanel {
    width: 70.833vw;
    max-width: 1415px;
    max-height: 260px;
    min-width: 295px;
    margin-left: auto;
    margin-bottom: 130px;
    margin-top: 150px;
  }
  #site-text {
    position: absolute;
    left: 49%;
    top: 225px;
    font-size: 3.073vw;
    font-family: 'Raleway-Black';
    text-transform: uppercase;
    max-width: 415px;
  }
  #studio-left-right div p {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    max-width: 380px;
    margin-top: 45px;
    margin-bottom: 45px;
    line-height: 1.5em;
    }
  #studio-left-right div:nth-child(2) {
    padding: 130px;
  }
  #studio-left-right {
    display: flex;
    max-height: 500px;
  }
  #studio-left-right div:nth-child(1) {
    width: 60%;
    }
    
    #studio-left-right div:nth-child(2) {
    width: 40%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px)  {
  #layout-1 div {
    max-height: 460px;
  }
  #layout-2 div {
    max-height: 360px;
  }
  #solarpanel {
    width: 70.833vw;
    max-width: 1415px;
    max-height: 260px;
    min-width: 295px;
    margin-left: auto;
    margin-bottom: 130px;
    margin-top: 150px;
  }
  #site-text {
    position: absolute;
    left: 52%;
    top: 240px;
    font-size: 32px;
    font-family: 'Raleway-Black';
    text-transform: uppercase;
  }
  #studio-left-right div p {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    max-width: 380px;
    margin-top: 45px;
    margin-bottom: 45px;
    line-height: 1.5em;
    }
  #studio-left-right div:nth-child(2) {
    padding: 100px;
  }
  #studio-left-right {
    display: flex;
    max-height: 500px;
  }
  #studio-left-right div:nth-child(1) {
    width: 60%;
    }
    
    #studio-left-right div:nth-child(2) {
    width: 40%;
    }
}




#why-choose-me div h1 {
font-family: 'Raleway-Bold';
font-size: 23px;
text-transform: uppercase;
}



#why-choose-me div p font {
font-family: 'Raleway-Bold';
font-size: 21px;
text-transform: uppercase;
line-height: 1.5em;
}

#studio-left-right {
max-width:1300px;
width: 100%;
margin: 0 auto;
align-items: center;
justify-content: center;
}

#studio-left-right div p font {
  font-family: 'Raleway-Bold';
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1.5em;
}



#studio-img-1 {
  width: 100% !important;
  height: 100vw !important;
  max-width: 780px;
  max-height: 500px;
  background: url(../../assets/img/studio-img-1.jpg);
  background-size: cover;
  background-position: center center;
}

#aboutus-img-1 {
  width: 100% !important;
  height: 100vw !important;
  max-width: 780px;
  max-height: 500px;
  background: #e4e4e4;
  background-size: cover;
  background-position: center center;
}


.maxwidth {
max-width: 1350px;
width: 100%;
margin: 0 auto;
}

#studio-img-2 div {
width: 100%;
height: 100vw;
max-width: 1170px;
max-height: 680px;
margin-left: auto;
background: url(../../assets/img/studio-img-2.jpg);
margin-top: 20px;
background-size: cover;
background-position: center center;
}

#aboutus-img-2 div {
width: 100%;
height: 100vw;
max-width: 1170px;
max-height: 680px;
margin-left: auto;
background: #e4e4e4;
margin-top: 20px;
background-size: cover;
background-position: center center;
}



#layout-1 div {
  width: 100%;
  height: 100vw;
  max-width: 1350px;
  background: url(../../assets/img/Kraft_3_4_stages_floorplan.jpg);
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

#layout-2 div {
  width: 100%;
  height: 100vw;
  max-width: 1350px;
  background: url(../../assets/img/layout-2.jpg);
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}

/*ABOUT US*/
.small-line {
  width: 55px;
  height: 7px;
  background-color: #212120;
}

@media only screen and (min-width: 1283px) {
  .item-box font {
    font-size: 23px;
  }
  .let-us {
font-family: 'Raleway-Bold';
font-size: 32px;
text-transform: uppercase;
text-align: center;
padding-top: 150px;
padding-bottom: 150px;
}
  #we-are h1 {
  font-size: 32px;
  font-family: 'Raleway-Bold'; 
  }
  #we-are {
width: 70.833vw;
max-width: 1415px;
max-height: 360px;
min-width: 295px;
margin-left: auto;
margin-top: 150px;
margin-bottom: 130px; 

}

#we-are div .table div {
  width: 44.5% !important;
  font-size: 18px;
}
}

@media only screen and (max-width: 1283px) and (min-width: 768px)  {
  .item-box font {
    font-size: 20px;
  }
  .let-us {
font-family: 'Raleway-Bold';
font-size: 2vw;
text-transform: uppercase;
text-align: center;
padding-top: 150px;
padding-bottom: 150px;
}
  #we-are h1 {
  font-size: 2.6667vw;
  font-family: 'Raleway-Bold'; 
  }

  #we-are {
width: 70.833vw;
max-width: 1415px;
min-width: 295px;
margin-left: auto;
margin-top: 150px;
margin-bottom: 130px; 
}

#we-are div .table div {
  width: 100% !important;
  font-size: 14px;
}
}



@media only screen and (min-width: 1350px) {
  .footer-blocks {
  max-width: 1340px;
  margin: 0 auto;
  text-align: center;
}
.sales-footer-blocks {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

}

@media only screen and (max-width: 1350px) {
  .footer-blocks {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.sales-footer-blocks {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

}


#solarpanel div p font {
  font-family: 'Raleway-Bold';
  font-size: 21px;
  text-transform: uppercase;
}


#we-are div .table div {
  font-family: 'Raleway-Regular';
  width: 100%;
  min-height: 100px;
  line-height: 1.5em;
  vertical-align: top;
  padding: 12.5px;
  display: inline-block;
}

#we-are div .table div font {
  font-family: 'Raleway-Bold';
  font-size: 18px;
}





#aboutus-img-3 div {
width: 100%;
height: 100vw;
max-width: 1170px;
max-height: 680px;
margin-left: auto;
background-size: cover;
background-position: center center;
align-items: center;
justify-content: center;
}

#aboutus-img-3 div p font {
font-family: 'Raleway-Bold';
font-size: 21px;
text-transform: uppercase;
line-height: 1.5em;
}





#studio-img-3 div {
width: 100%;
height: 100vw;
max-width: 1170px;
max-height: 680px;
margin-right: auto;
background: url(../../assets/img/studio-img-3.jpg);
background-size: cover;
background-position: center center;
margin-top:20px;
}

.sales-footer-blocks {
  padding-top: 50px;
  padding-bottom: 50px;
}

.login {
  max-width: 380px;
  margin: 0 auto;
  padding: 15px;
  background-color: #ffffff;
  border: 5px solid #f5e038;
  font-family: 'Raleway-Regular';
  line-height: 1.5em;
  margin-top: 150px;
}

.login input, .add-product input, .add-product select {
  background-color: #ffffff;
  border: 1px solid #888989;
  padding: 15px;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: 'Raleway-Regular';
  font-size: 16px;
}

.login input[type=submit], .add-product input[type=submit] {
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Raleway-Bold';
  text-transform: uppercase;
  cursor: pointer;
}

#services-blocks a {
  text-decoration: none;
  color: #111111;
}

.service-item {
  background-size: cover !important;
  background-position: center center !important;
  color: #ffffff !important;
  filter: grayscale(0);
  transition: 0.3s;
}
.service-item:hover {
  background-size: cover !important;
  background-position: center center !important;
  color: #ffffff !important;
  filter: grayscale(0);
}

textarea {
  background-color: #ffffff;
  border: 1px solid #888989;
  padding: 15px;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: 'Raleway-Regular';
  font-size: 16px;
  resize: none;
  min-height: 200px;
}


#loading {
  width: 20px;
}

