@import url('/clarika_geo/styles.css') all;
@import url('/css/form.css') all;
@import url('/css/narfix.css') all;


body{
  transition: 0.4s;
}

bold, .bold, .bold *{
  font-family : clarika_geo_bold;
}
strong, strong *{
  font-family : clarika_geo_bold !important;
}
.light, .light *{
  font-family : clarika_geo_light;
}
footer{
  position: relative;
  padding-top: 30px;
}
*{
  box-sizing     : border-box;
  font-size      : 14px;
  line-height    : 18px;
  font-weight    : 100;
  font-family    : clarika_geo_regular;
  color: #333333;
}
pre{
  white-space: pre-line;
}

::placeholder{
  color   : #890b3d;
  opacity : 1; /* Firefox */
}

:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color : #890b3d;
}

:-ms-input-placeholder{ /* Microsoft Edge */
  color : #890b3d;
}


.php_alert_contant{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999999;
  padding: 0;
  height: 0;
  background: #00000099;
  animation-name: phpAlert;
  animation-duration: 5s;
  animation-iteration-count: 1;
  opacity: 0;
}
.php_alert_text{
  width: 100%;
  font-size: 18px;
  color: #3c3c3c;
  padding: 10px 15px;
}
.php_alert_true{
  background: #90d02a;
}
.php_alert_false{
  background: #a82f00;
  color: #fcfcfc;
}
.php_alert_neutral{
  background: #d9c206;
}

@keyframes phpAlert {
  0%   {opacity: 0; height: 100%; padding: 15px 0;}
  10%  {opacity: 1; height: 100%; padding: 15px 0;}
  90%  {opacity: 1; height: 100%; padding: 15px 0;}
  99%  {opacity: 0; height: 100%; padding: 15px 0;}
  100% {opacity: 0; height: 100%; padding: 0;}
}


/*                                             GENERAL                                          */

.mobile{
  display: none;
}
input{
  width: 100%;
}
#contact{
  margin: 0 0 15px 10%;
}
.logo{
  width: 33%;
  padding: 10px;
  display: flex;
  border-right: solid 2px #a2a1a1;
 
}
.logo:last-child{
  border-right: none;
}
.logo img{
  max-height: 80px;
  max-width: 160px;
  margin: auto;
  vertical-align: middle;
}




@media screen and (min-width : 480px){

}


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

}

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

}

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

}

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

  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
}