/* your styles go here */
body{
  font-family: 'Roboto', sans-serif;
}
.img-responsive{
  max-width: 100%;
}

a:hover{
  text-decoration: none;
}

.intro-left{
  background-size: cover;
  background-position: center center;
}

#parent, canvas {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#parent > div {
  z-index: -9999;
  background-size: cover;
  background-position: center center;
  width: 15px !important;
  height: 15px !important;
}

.footer_link a{
  display: block;
  text-align: center;
  color: #232323;
}

.icon_1{ background-image: url('../img/particle_1.png'); width: 15px; height: 15px; }
.icon_2{ background-image: url('../img/particle_2.png'); width: 29px; height: 38px; }
.icon_3{ background-image: url('../img/particle_3.png'); width: 26px; height: 26px; }
.icon_4{ background-image: url('../img/particle_4.png'); width: 60px; height: 30px; }
.icon_5{ background-image: url('../img/particle_5.png'); width: 44px; height: 30px; }
.icon_6{ background-image: url('../img/particle_6.png'); width: 50px; height: 30px; }
.icon_7{ background-image: url('../img/particle_7.png'); width: 50px; height: 50px; }

.rightAreaInner{
  background-image: linear-gradient(rgb(252, 252, 253), rgb(249, 249, 251));
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  order: 2;
  width: 50%;
  position: relative;
  /*background: #463835;*/
  color: #232323;
}

.rightAreaInner .logo{
  text-align: center;
  padding-top: 50px;
  width: 130px;
  margin-bottom: 50px;
}

.rightAreaInner h1{
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
}

.InnerMain{
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0px 0px 60px;
}
.adres, .phone, .email { text-align: left; margin: 0 0 20px; font-family: "Frank Ruhl Libre"; width: 56%;}
.adres p:last-child, .phone p:last-child, .email p:last-child { margin-bottom: 0; }
.adres i, .phone i, .email i {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}
.adres p, .phone p { margin-bottom: 5px; }

.NormalClock {
  display: flex;
  justify-content: space-between;
  width: 60%;
  align-items: center;
}
.NormalUnitContainer {
  display: block;
  position: relative;
  width: 140px;
  height: auto;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-perspective: 300px;
  perspective: 300px;
  border-radius: 5px;
}
.NormallowerCard, .NormalupperCard {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.NormalupperCard {
  align-items: flex-end;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.NormalClock .NormalUnitContainer .NormalupperCard span {
  font-size: 60px;
  font-family: "Frank Ruhl Libre";
  color: rgb(10, 9, 9);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.025em;
}
.NormalClock .NormalUnitContainer .digitLabel {
  font-size: 14px;
  font-family: "Frank Ruhl Libre";
  color: rgb(136, 155, 183);
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
}
.lead{
  font-family: "Frank Ruhl Libre";
}
.social{
  display: block;
  width: 100%;
  text-align: center;
}
.social a{
  background-color: rgb(239, 245, 249);
  width: 46px;
  height: 46px;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
  color: rgb(17, 35, 53);
  font-size: 17px;
}
.social a i{
  margin-bottom: 0;
}
.social a:hover {
  color: #fff;
  background-color: rgba(255, 95, 109, 0.95);
}

@media only screen and (min-width: 0) and (max-width: 992px)  {
  .rightAreaInner{
    width: 100%;
  }
  .InnerMain{
    width: 80%;
    margin: 0 auto;
  }
  .NormalClock{
    width: 100%;
  }
  .adres, .phone, .email{
    width: 100%;
  }
  .credit{
    text-align: center;
  }
  .intro-left{
    width: 100%;
    display: block;
    height: 250px;
  }
  .rightAreaInner h1{
    margin: 35px 0;
    font-size: 25px;
  }
}
