* {
  box-sizing: border-box;
}

.error {
  -webkit-animation: shakeInput 0.25s ease-in-out 0s 1.5;
  animation: shakeInput 0.25s ease-in-out 0s 1.5;
}

.vis-hid {
  visibility: hidden;
}

/* Animations */

@keyframes shakeInput {
  0% {
    -webkit-transform: translate3d(0rem, 0px, 0);
            transform: translate3d(0rem, 0px, 0);
  }
  25% {
    -webkit-transform: translate3d(-0.5rem, 0px, 0);
            transform: translate3d(-0.5rem, 0px, 0);
  }
  75% {
    -webkit-transform: translate3d(0.5rem, 0px, 0);
            transform: translate3d(0.5rem, 0px, 0);
  }
  100% {
    -webkit-transform: translate3d(0rem, 0px, 0);
            transform: translate3d(0rem, 0px, 0);
  }
}

/* FIXES ZOOM ON INPUT SELECT ON MOBILE */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

/*.pac-item span {
  pointer-events: none !important;
}

html, body {
  -webkit-tap-highlight-color: transparent;
}*/

.fade-in-appear {
  opacity: 0.01;
}

.fade-in-appear.fade-in-appear-active {
  opacity: 1;
  transition: opacity .6s ease-out;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
    background-image: none;
    color: #FFF !important;
}


@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-more:before {
	content: "\e914";
}

.icon-dots:before {
	content: "\e90d";
}

.icon-dollar:before {
	content: "\e90e";
}

.icon-burger-menu:before {
	content: "\e90f";
}

.icon-date:before {
	content: "\e910";
}

.icon-talk:before {
	content: "\e911";
}

.icon-phone:before {
	content: "\e912";
}

.icon-mail:before {
	content: "\e913";
}

.icon-arrow-sm-left:before {
	content: "\e90c";
}

.icon-arrow-sm-right:before {
	content: "\e90b";
}

.icon-arrow-right:before {
	content: "\e905";
}

.icon-logo1:before {
	content: "\e900";
}

.icon-logo2:before {
	content: "\e901";
}

.icon-google-play:before {
	content: "\e902";
}

.icon-app-store:before {
	content: "\e903";
}

.icon-arrow-down:before {
	content: "\e904";
}

.icon-user:before {
	content: "\e906";
}

.icon-item1:before {
	content: "\e907";
}

.icon-item2:before {
	content: "\e908";
}

.icon-item3:before {
	content: "\e909";
}

.icon-item4:before {
	content: "\e90a";
}
