/* --------------------------------

tip-berlin Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: "tip-berlin";
  src: url("../fonts/tip-berlin.eot");
  src: url("../fonts/tip-berlin.eot") format("embedded-opentype"), url("../fonts/tip-berlin.woff2") format("woff2"), url("../fonts/tip-berlin.woff") format("woff"), url("../fonts/tip-berlin.ttf") format("truetype"), url("../fonts/tip-berlin.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.tip-berlin-icon {
  display: inline-block;
  font: normal normal normal 1em/1 "tip-berlin";
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.tip-berlin-icon-sm {
  font-size: 0.8em;
}

.tip-berlin-icon-lg {
  font-size: 1.2em;
}

/* absolute units */
.tip-berlin-icon-16 {
  font-size: 16px;
}

.tip-berlin-icon-32 {
  font-size: 32px;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.tip-berlin-icon-bg-square,
.tip-berlin-icon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}

.tip-berlin-icon-bg-circle {
  border-radius: 50%;
}

/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.tip-berlin-icon-ul {
  padding-left: 0;
  list-style-type: none;
}
.tip-berlin-icon-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.tip-berlin-icon-ul > li > .tip-berlin-icon {
  margin-right: 0.4em;
  line-height: inherit;
}

/*------------------------
  spinning icons
-------------------------*/
.tip-berlin-icon-is-spinning {
  -webkit-animation: tip-berlin-icon-spin 2s infinite linear;
  -moz-animation: tip-berlin-icon-spin 2s infinite linear;
  animation: tip-berlin-icon-spin 2s infinite linear;
}

@-webkit-keyframes tip-berlin-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes tip-berlin-icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes tip-berlin-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.tip-berlin-icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tip-berlin-icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tip-berlin-icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.tip-berlin-icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.tip-berlin-icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*------------------------
	icons
-------------------------*/
.icon-confirmation::before {
  content: "\ea02";
}

.icon-external-link::before {
  content: "\ea03";
}

.icon-arrow-location::before {
  content: "\ea04";
}

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

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

.icon-location::before {
  content: "\ea07";
}

.icon-refresh-location::before {
  content: "\ea08";
}

.icon-success::before {
  content: "\ea09";
}

.icon-trash::before {
  content: "\ea0a";
}

.icon-share::before {
  content: "\ea0b";
}

.icon-email::before {
  content: "\ea0c";
}

.icon-facebook::before {
  content: "\ea0d";
}

.icon-twitter::before {
  content: "\ea0e";
}

.icon-instagram::before {
  content: "\ea0f";
}

.icon-whatsapp::before {
  content: "\ea10";
}

.icon-youtube::before {
  content: "\ea11";
}

.icon-arrow-back::before {
  content: "\ea12";
}

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

.icon-check-box-filled::before {
  content: "\ea14";
}

.icon-check-box-mixed::before {
  content: "\ea15";
}

.icon-check-box-outline::before {
  content: "\ea16";
}

.icon-check-box::before {
  content: "\ea17";
}

.icon-chevron-left::before {
  content: "\ea18";
}

.icon-chevron-right::before {
  content: "\ea19";
}

.icon-directions::before {
  content: "\ea1a";
}

.icon-distance::before {
  content: "\ea1b";
}

.icon-dropdown::before {
  content: "\ea1c";
}

.icon-dropup::before {
  content: "\ea1d";
}

.icon-expand-less::before {
  content: "\ea1f";
}

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

.icon-filter::before {
  content: "\ea21";
}

.icon-full-screen::before {
  content: "\ea22";
}

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

.icon-plus::before {
  content: "\ea25";
}

.icon-search::before {
  content: "\ea26";
}

.icon-star-border::before {
  content: "\ea27";
}

.icon-star::before {
  content: "\ea28";
}

.icon-tag::before {
  content: "\ea29";
}

.icon-walk::before {
  content: "\ea2a";
}

.icon-arrow-upward::before {
  content: "\ea2b";
}

.icon-calendar::before {
  content: "\ea2c";
}

.icon-arrow-forward::before {
  content: "\ea2d";
}

.icon-pin-circle::before {
  content: "\ea2e";
}

.icon-circle-filled::before {
  content: "\ea2f";
}

.icon-circle-empty::before {
  content: "\ea30";
}

.icon-close::before {
  content: "\ea31";
}

/*# sourceMappingURL=nucleo.css.map */
