@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap');

/* RESTYLING */

* { padding: 0px; margin: 0px;}

html, body, header {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    color: #333;
    background-image: url("../img/back2.webp");
    background-size: 100%;

}

header {
    height: 64px;
    border-bottom: 1px solid rgb(218,218,218);
    line-height: 21.12px;
    background:white;
}

h1 {
    font-size:20px;
}

/* GENERIC */

.container{
    width: calc(100% - 20px);
    margin-left: 10px;
}

.spaced-title{
    letter-spacing: 5px;
    color: #333;
}

/* NAVS */

nav[class^='nav-'] {
    display: none;
}

.nav-item {
    display: none;
}


/* LOGO */

.main-logo{
    width: 100%;
    height: 64px;
    text-align: center;
}

.main-logo>img{
    height: 100%;
}

/* CAROUSEL */

.carousel{
    display: none;
}

/* PRODUCTS */

.products-title-container{
    width:100%;
    text-align: center;
    font-size: 16px;
    font-weight:400;
    line-height: 30px;
    margin-top: 15px;
}

div[class^='products-1-1'] {
    width: 100%;
    padding: 20px;
    font-weight:300;
}

.product-card{
    cursor: pointer;
    border-radius: 5px;
    box-shadow:0px 0.917em 1.94em 0.04em rgba(0,0,0,0.1);
    background:rgba(248, 248, 248,0.8);
    transition: box-shadow 0.5s;
}

.product-card:hover{
    box-shadow:0px 0.917em 1.94em 0.04em rgba(0,0,0,0.25);
}

.products-1-1-1-container>div{
    width: calc(100% - 20px);
    height: calc((1100px / 3) * 0.6);
    margin: 0px 20px;
}

.products-1-1-1-container>div:hover{
    font-weight:400;
}

.product-image{
    width: 100%;
    height: calc(80% - 10px);
    margin-top: 10px;
    text-align: center;
    transition: transform 1s;
}


.product-image-big{
    height: calc(85% - 10px);
}

.product-image-small{
    height: calc(90% - 70px);
}

.product-image>img{
    height: 100%;
    width: auto;
}

.product-title{
    width: 100%;
    height: auto;
    font-size:16px;
    text-align: center;
}

.product-title-big{
    margin-top: -30px;
    text-align: center;
    font-size:20px;
    font-weight: 400;
}


.products-1-4-container{
    width: 100%;
    padding: 20px 40px;
}

.product-1-4-left{
    width:100%;
    height: calc(350px * 1.2);
}

.product-1-4-r--1{
    width:100%;
    height: calc(350px * 1.2);
}
.product-1-4-r--2{
    width:100%;
    height: calc(350px * 1.2);
}
.product-1-4-r--3{
    width:100%;
    height: calc(350px * 1.2);
}
.product-1-4-r--4{
    width:100%;
    height: calc(350px * 1.2);
}


.product-button-container{
    width:100%;
    text-align: center;
}

.product-button{
    margin-top: 7px;
    color: #555;
    border-color: #555;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 14px;
    padding: 12px 38px;
    border-radius: 45px;
    background-color: transparent;
    font-size: 10px;
    font-weight: bold;
    transition-property: background-color,border-color,color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    text-shadow: none;
    white-space: nowrap;
    border: 1px solid #000;
}

.product-button:hover{
    background: #555;
    color: white;
    border-color: #555;
}

@keyframes animate-positive{
    0% { width: 0%; }
}

.all_page_slide{
    box-shadow:0px 0.917em 1.94em 0.04em rgba(0,0,0,0.1);
    margin: 20px 0px 30px 0px;
    width: 100%;
    cursor: pointer;
}



footer {
    background: #e2e2e2;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
  }

  .footer-container {
    width:100%;
  }

  .non-phone{
      display: none;
  }


  .footer-container>div {
    width: 100%;
    height: 100%;
    margin: 0px 7px;
    color: #797979;
  }

  .footer-title{
    display: block;
    margin-bottom: 5px;
    color: #414141;
    font-size: 16px;
  }

  .distanced{
    line-height: 30px;
  }

  .footer-sub {
    padding-left: calc(50% - 585px);
    padding-right: calc(50% - 585px);
    width: 100%;
    height: 88px;
    line-height: 87px;
    background: #2e2e2e;
    border-top: 1px solid #3e3e3e;
    font-size: 12px;
    color: #797979;
  }

  .footer-sub span{
    color:  #d3d3d3;
  }

  .modal-dialog{
      position: absolute;
      bottom: 20px;
      width: 60%;
      left: 20%;
  }

  .modal-content{
    padding: 50px;
    text-align: center;
  }

  .text
  {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid lightgray;
    border-radius: 3px;
    margin-top: 20px;
    color: gray;
    line-height: 42px;
    padding: 0px 20px;
    background: rgb(231, 231, 231);
  }

  .send-button{
    padding: 5px 40px;
    color: rgb(231, 231, 231);
    border-radius: 2px;
    border: 1px solid rgb(231, 231, 231);
    background: none;
  }

  .message{
    height: 150px;
    margin-bottom: 20px;
  }

  .send-button{padding:5px 40px;color:#e7e7e7;border-radius:2px;border:1px solid #e7e7e7;background:0 0}