@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway);
/* line 2, ../sass/inc/_base.scss */

/* line 8, ../sass/inc/_base.scss */

/* line 9, ../sass/inc/_base.scss */

/* line 16, ../sass/inc/_base.scss */

/* line 22, ../sass/inc/_base.scss */
.pre {
  display: inline-block;
  padding: 20px;
  background: #f1f1f1;
  box-shadow: 3px 3px 0 1px rgba(0, 0, 0, 0.1);
  width: 100%;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    transform: scale(0) rotate(-90deg);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2) rotate(90deg);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    transform: scale(0) rotate(-90deg);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2) rotate(90deg);
    opacity: 0;
  }
}
/* line 1, ../sass/inc/_loader.scss */
.loaderWrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 123333333;
}

/* line 10, ../sass/inc/_loader.scss */
.ball-scale-multiple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 15, ../sass/inc/_loader.scss */
.ball-scale-multiple > div {
  background-color: #fff;
  border-radius: 0;
  animation-fill-mode: both;
  position: absolute;
  left: -60px;
  top: -60px;
  opacity: 0;
  margin: 0;
  width: 120px;
  height: 120px;
  animation: ball-scale-multiple 1s 0s linear infinite;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
/* line 28, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(1) {
  animation-delay: -1s;
}
/* line 31, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(2) {
  animation-delay: -0.8s;
}
/* line 34, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(3) {
  animation-delay: -0.6s;
}
/* line 37, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(4) {
  animation-delay: -0.4s;
}
/* line 40, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(5) {
  animation-delay: -0.2s;
}

/* line 7, ../sass/style.scss */
.a-container {
  width: 1170px;
  margin: 20px auto;
}

/* line 12, ../sass/style.scss */
.a-1_2 {
  width: 48%;
  display: inline-block;
  margin: 0 1%;
}

/* line 17, ../sass/style.scss */
.o-sliderContainer {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 200px;
  background: #fff;
  float: left;
  margin: 0px 0;
  height: auto;
}
/* line 27, ../sass/style.scss */
/* .o-sliderContainer.hasShadow {
  box-shadow: 0 39px 22px -29px rgba(0, 0, 0, 0.2);
} */
/* line 31, ../sass/style.scss */
.o-sliderContainer:hover .o-slider-next {
  right: 0;
}
/* line 34, ../sass/style.scss */
.o-sliderContainer:hover .o-slider-prev {
  left: 0;
}

/* line 39, ../sass/style.scss */
.o-slider--item {
  height: auto;
  width: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
  transition: all 0.2s cubic-bezier(0.7, 0.18, 0.53, 0.75);
  opacity: 0.6;
  transform: scale(0.95, 0.95);
  transform-origin: center center;
  z-index: 99;
}
/* line 52, ../sass/style.scss */
.o-slider--item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.6) 0%,
    transparent 70%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(0, 0, 0, 0.6)),
    color-stop(70%, transparent)
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.6) 0%,
    transparent 70%
  );
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  background: -ms-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.6) 0%,
    transparent 70%
  );
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%); */
  z-index: 0;
}
/* line 65, ../sass/style.scss */
.o-slider--item.isActive {
  opacity: 1;
  transform: scale(1, 1);
}
/* line 69, ../sass/style.scss */
.o-slider--item.isMoving {
  opacity: 0.6;
  transform: scale(0.95, 0.95);
  z-index: 100;
}

/* line 76, ../sass/style.scss */
.o-slider {
  width: auto;
  position: relative;
  display: none;
}
/* line 81, ../sass/style.scss */
.o-slider.isVisible {
  display: table;
  background: #000;
}
/* line 86, ../sass/style.scss */
.o-slider.isDraggable {
  cursor: move;
}

/* line 91, ../sass/style.scss */
.o-slider-textWrap {
  left: 2%;
  bottom: 45px;
  height: auto;
  position: absolute;
  text-align: left;
  padding: 0 0 20px 0;
  width: 96%;
  transition: all 0.4s;
  opacity: 1;
  overflow: visible;
  perspective: 1000px;
  z-index: 2;
}

/* line 107, ../sass/style.scss */
.isActive .o-slider-textWrap::after {
  width: 100%;
  left: 0;
}
/* line 112, ../sass/style.scss */
.isActive .o-slider-paragraph {
  opacity: 1;
  transform: perspective(0) rotateY(0) translate(0, 0);
  transform-origin: 0 0;
  transition-delay: 1s;
}
/* line 119, ../sass/style.scss */
.isActive .o-slider-title {
  opacity: 1;
  transform: perspective(0) rotateY(0) translate(0, 0);
  transform-origin: 0 0;
  transition-delay: 0.2s;
}
/* line 126, ../sass/style.scss */
.isActive .o-slider-subTitle {
  opacity: 1;
  transform: perspective(0) rotateY(0) translate(0, 0);
  transform-origin: 0 0;
  transition-delay: 0.6s;
}

/* line 155, ../sass/style.scss */
.o-slider-title {
  width: auto;
  margin: 0 0 5px 0;
  height: auto;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
  display: inline-block;
  padding: 0;
  transition: all 0.4s;
  transform-origin: 0 0;
  transform: perspective(1000px) rotateY(120deg) translate(100px, -100px);
  opacity: 0;
  position: relative;
  z-index: 1;
}

/* line 172, ../sass/style.scss */
.o-slider-subTitle {
  width: auto;
  margin: 0 0 5px 0;
  height: auto;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
  display: inline-block;
  padding: 0;
  transition: all 0.4s;
  transform-origin: 0 0;
  transform: perspective(1000px) rotateY(120deg) translate(100px, -100px);
  opacity: 0;
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
}

/* line 190, ../sass/style.scss */
.o-slider-paragraph {
  width: auto;
  margin: 0 0 5px 0;
  height: auto;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
  display: inline-block;
  padding: 0;
  transition: all 0.4s;
  transform-origin: 0 0;
  transform: perspective(1000px) rotateY(120deg) translate(100px, -100px);
  opacity: 0;
  position: relative;
  z-index: 1;
  font-size: 0.8rem;
  max-width: 100%;
  display: none;
}

@media screen and (min-width: 768px) {
  .mobileimg {
    display: none;
  }
  /* line 211, ../sass/style.scss */
  .o-slider-textWrap {
    left: 5%;
    width: 90%;
  }

  /* line 216, ../sass/style.scss */
  .o-slider-title {
    font-size: 1.8rem;
  }

  /* line 220, ../sass/style.scss */
  .o-slider-subTitle {
    font-size: 1.4rem;
  }

  /* line 224, ../sass/style.scss */
  .o-slider-paragraph {
    max-width: 60%;
    font-size: 1rem;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  /* line 232, ../sass/style.scss */
  .o-slider-pagination {
    bottom: 6%;
  }

  /* line 234, ../sass/style.scss */
  .o-slider-textWrap {
    left: 70px;
    width: 80%;
    bottom: 50px;
  }

  /* line 240, ../sass/style.scss */
  .o-slider-title {
    font-size: 2rem;
  }

  /* line 244, ../sass/style.scss */
  .o-slider-subTitle {
    font-size: 1.6rem;
  }

  /* line 248, ../sass/style.scss */
  .o-slider-paragraph {
    max-width: 40%;
    font-size: 1.2rem;
  }
}
/* line 299, ../sass/style.scss */
.a-divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 2px 0;
}

/* line 306, ../sass/style.scss */
.o-slider-controls {
  display: none;
}
/* line 309, ../sass/style.scss */
.o-slider-controls.isVisible {
  display: block;
}

/* line 314, ../sass/style.scss */
.o-slider-pagination {
  bottom: 20%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1444000;
  margin: 0;
  padding: 0;
}
/* line 324, ../sass/style.scss */
.o-slider-pagination > li {
  /* border-radius: 50%; */
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9),
    0 0 1px 0 rgba(0, 0, 0, 0.4) inset;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 30px;
  margin-left: 6px;
  margin-right: 6px;
  transition: all 250ms;
  cursor: pointer;
  background-clip: padding-box;
  z-index: 100;
}
/* line 340, ../sass/style.scss */
.isActive {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.3, 1.3);
}

/* line 347, ../sass/style.scss */
.o-slider--preview {
  position: absolute;
  top: -70px;
  right: auto;
  bottom: auto;
  left: -65px;
  opacity: 0;
  width: 140px;
  height: 60px;
  background-size: cover;
  background-position: center center;
  transition: all 250ms;
  z-index: -1;
  border: 3px solid #000;
  transform: scale(0.2, 0.2);
  transform-origin: center bottom;
  display: none;
}
/* line 362, ../sass/style.scss */
.o-slider--preview::before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -13px;
  left: 50%;
  margin: 0 0 0 -5px;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
}

/* line 374, ../sass/style.scss */
.o-slider--preview.isActive,
.o-slider-pagination li:hover .o-slider--preview {
  opacity: 1;
  position: absolute;
  top: -76px;
  right: auto;
  bottom: auto;
  left: -65px;
  transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
  /* line 384, ../sass/style.scss */
  .o-slider--preview {
    display: block;
  }
}
/* line 389, ../sass/style.scss */
.o-slider-arrows {
  margin: 0;
  list-style: none;
  display: block;
}

/* line 395, ../sass/style.scss */
.o-slider-next,
.o-slider-prev {
  position: absolute;
  top: 0;
  left: -100px;
  margin: -12px 0 0;
  width: auto;
  z-index: 1200122;
  padding: 0;
  margin: 0;
  height: 100%;
  list-style: none;
  cursor: pointer;
  text-align: center;
  padding: 10px 25px;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  transition: all 0.4s;
}
/* line 416, ../sass/style.scss */
.o-slider-next i,
.o-slider-prev i {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -12px 0 0;
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
}

/* line 428, ../sass/style.scss */
.o-slider-next {
  left: auto;
  right: -100px;
}

/* line 433, ../sass/style.scss */
.isDisabled {
  opacity: 0.1;
  cursor: auto;
}

@media screen and (max-width: 1280px) {
  /* line 439, ../sass/style.scss */
  .a-container {
    width: 970px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 445, ../sass/style.scss */
  .o-slider-arrows {
    display: none;
  }

  /* line 449, ../sass/style.scss */
  .o-sliderContainer {
    width: 100%;
    margin: 50px 0 30px 0;
  }

  /* line 455, ../sass/style.scss */
  .o-slider--item {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-changeImg {
    display: none;
  }
  .mobileimg {
    width: 100%;
  }
  .o-slider-pagination {
    bottom: 6%;
  }
  /* line 461, ../sass/style.scss */
  .a-container {
    width: 90%;
    margin: 50px auto;
  }

  /* line 466, ../sass/style.scss */
  .a-1_2 {
    width: 100%;
    display: block;
    margin: 0;
  }

  /* line 472, ../sass/style.scss */
  .o-slider-arrows {
    display: none;
  }

  /* line 476, ../sass/style.scss */
  .o-sliderContainer {
    height: 350px;
  }

  /* line 480, ../sass/style.scss */
  .o-slider--item {
  }

  /* line 484, ../sass/style.scss */
  .o-slider-panel img {
    left: -15%;
    width: 130%;
  }
}
@media screen and (max-width: 480px) {
  /* line 491, ../sass/style.scss */
  .o-slider--item {
    height: 220px;
  }
  /* line 494, ../sass/style.scss */
  .o-slider--item img {
    left: -20%;
    width: 100%;
  }

  /* line 500, ../sass/style.scss */
  .o-sliderContainer {
    height: 220px;
  }
}
/* line 505, ../sass/style.scss */
.slider-pagination > li:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.3, 1.3);
}

@font-face {
  font-family: "entypo";
  src: url("entypo.eot");
  src: url("entypo.eot?#iefix") format("embedded-opentype"),
    url("entypo.woff") format("woff"), url("entypo.ttf") format("truetype"),
    url("entypo.svg#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: entypo;
  font-style: normal;

  /* font-size: 14px; */

  display: inline-block;
  width: 1.1em;
  margin-right: 0.1em;
  text-align: center;
}

.the-icons li {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
}

.icon-note:before {
  content: "\266a";
} /* '\266a' */
.icon-note-beamed:before {
  content: "\266b";
} /* '\266b' */
.icon-music:before {
  content: "🎵";
} /* '\1f3b5' */
.icon-search:before {
  content: "🔍";
} /* '\1f50d' */
.icon-flashlight:before {
  content: "🔦";
} /* '\1f526' */
.icon-mail:before {
  content: "\2709";
} /* '\2709' */
.icon-heart:before {
  content: "\2665";
} /* '\2665' */
.icon-heart-empty:before {
  content: "\2661";
} /* '\2661' */
.icon-star:before {
  content: "\2605";
} /* '\2605' */
.icon-star-empty:before {
  content: "\2606";
} /* '\2606' */
.icon-user:before {
  content: "👤";
} /* '\1f464' */
.icon-users:before {
  content: "👥";
} /* '\1f465' */
.icon-user-add:before {
  content: "\e700";
} /* '\e700' */
.icon-video:before {
  content: "🎬";
} /* '\1f3ac' */
.icon-picture:before {
  content: "🌄";
} /* '\1f304' */
.icon-camera:before {
  content: "📷";
} /* '\1f4f7' */
.icon-layout:before {
  content: "\268f";
} /* '\268f' */
.icon-menu:before {
  content: "\2630";
} /* '\2630' */
.icon-check:before {
  content: "\2713";
} /* '\2713' */
.icon-cancel:before {
  content: "\2715";
} /* '\2715' */
.icon-cancel-circled:before {
  content: "\2716";
} /* '\2716' */
.icon-cancel-squared:before {
  content: "\274e";
} /* '\274e' */
.icon-plus:before {
  content: "\2b";
} /* '\2b' */
.icon-plus-circled:before {
  content: "\2795";
} /* '\2795' */
.icon-plus-squared:before {
  content: "\229e";
} /* '\229e' */
.icon-minus:before {
  content: "\2d";
} /* '\2d' */
.icon-minus-circled:before {
  content: "\2796";
} /* '\2796' */
.icon-minus-squared:before {
  content: "\229f";
} /* '\229f' */
.icon-help:before {
  content: "\2753";
} /* '\2753' */
.icon-help-circled:before {
  content: "\e704";
} /* '\e704' */
.icon-info:before {
  content: "\2139";
} /* '\2139' */
.icon-info-circled:before {
  content: "\e705";
} /* '\e705' */
.icon-back:before {
  content: "🔙";
} /* '\1f519' */
.icon-home:before {
  content: "\2302";
} /* '\2302' */
.icon-link:before {
  content: "🔗";
} /* '\1f517' */
.icon-attach:before {
  content: "📎";
} /* '\1f4ce' */
.icon-lock:before {
  content: "🔒";
} /* '\1f512' */
.icon-lock-open:before {
  content: "🔓";
} /* '\1f513' */
.icon-eye:before {
  content: "\e70a";
} /* '\e70a' */
.icon-tag:before {
  content: "\e70c";
} /* '\e70c' */
.icon-bookmark:before {
  content: "🔖";
} /* '\1f516' */
.icon-bookmarks:before {
  content: "📑";
} /* '\1f4d1' */
.icon-flag:before {
  content: "\2691";
} /* '\2691' */
.icon-thumbs-up:before {
  content: "👍";
} /* '\1f44d' */
.icon-thumbs-down:before {
  content: "👎";
} /* '\1f44e' */
.icon-download:before {
  content: "📥";
} /* '\1f4e5' */
.icon-upload:before {
  content: "📤";
} /* '\1f4e4' */
.icon-upload-cloud:before {
  content: "\e711";
} /* '\e711' */
.icon-reply:before {
  content: "\e712";
} /* '\e712' */
.icon-reply-all:before {
  content: "\e713";
} /* '\e713' */
.icon-forward:before {
  content: "\27a6";
} /* '\27a6' */
.icon-quote:before {
  content: "\275e";
} /* '\275e' */
.icon-code:before {
  content: "\e714";
} /* '\e714' */
.icon-export:before {
  content: "\e715";
} /* '\e715' */
.icon-pencil:before {
  content: "\270e";
} /* '\270e' */
.icon-feather:before {
  content: "\2712";
} /* '\2712' */
.icon-print:before {
  content: "\e716";
} /* '\e716' */
.icon-retweet:before {
  content: "\e717";
} /* '\e717' */
.icon-keyboard:before {
  content: "\2328";
} /* '\2328' */
.icon-comment:before {
  content: "\e718";
} /* '\e718' */
.icon-chat:before {
  content: "\e720";
} /* '\e720' */
.icon-bell:before {
  content: "🔔";
} /* '\1f514' */
.icon-attention:before {
  content: "\26a0";
} /* '\26a0' */
.icon-alert:before {
  content: "💥";
} /* '\1f4a5' */
.icon-vcard:before {
  content: "\e722";
} /* '\e722' */
.icon-address:before {
  content: "\e723";
} /* '\e723' */
.icon-location:before {
  content: "\e724";
} /* '\e724' */
.icon-map:before {
  content: "\e727";
} /* '\e727' */
.icon-direction:before {
  content: "\27a2";
} /* '\27a2' */
.icon-compass:before {
  content: "\e728";
} /* '\e728' */
.icon-cup:before {
  content: "\2615";
} /* '\2615' */
.icon-trash:before {
  content: "\e729";
} /* '\e729' */
.icon-doc:before {
  content: "\e730";
} /* '\e730' */
.icon-docs:before {
  content: "\e736";
} /* '\e736' */
.icon-doc-landscape:before {
  content: "\e737";
} /* '\e737' */
.icon-doc-text:before {
  content: "📄";
} /* '\1f4c4' */
.icon-doc-text-inv:before {
  content: "\e731";
} /* '\e731' */
.icon-newspaper:before {
  content: "📰";
} /* '\1f4f0' */
.icon-book-open:before {
  content: "📖";
} /* '\1f4d6' */
.icon-book:before {
  content: "📕";
} /* '\1f4d5' */
.icon-folder:before {
  content: "📁";
} /* '\1f4c1' */
.icon-archive:before {
  content: "\e738";
} /* '\e738' */
.icon-box:before {
  content: "📦";
} /* '\1f4e6' */
.icon-rss:before {
  content: "\e73a";
} /* '\e73a' */
.icon-phone:before {
  content: "📞";
} /* '\1f4de' */
.icon-cog:before {
  content: "\2699";
} /* '\2699' */
.icon-tools:before {
  content: "\2692";
} /* '\2692' */
.icon-share:before {
  content: "\e73c";
} /* '\e73c' */
.icon-shareable:before {
  content: "\e73e";
} /* '\e73e' */
.icon-basket:before {
  content: "\e73d";
} /* '\e73d' */
.icon-bag:before {
  content: "👜";
} /* '\1f45c' */
.icon-calendar:before {
  content: "📅";
} /* '\1f4c5' */
.icon-login:before {
  content: "\e740";
} /* '\e740' */
.icon-logout:before {
  content: "\e741";
} /* '\e741' */
.icon-mic:before {
  content: "🎤";
} /* '\1f3a4' */
.icon-mute:before {
  content: "🔇";
} /* '\1f507' */
.icon-sound:before {
  content: "🔊";
} /* '\1f50a' */
.icon-volume:before {
  content: "\e742";
} /* '\e742' */
.icon-clock:before {
  content: "🕔";
} /* '\1f554' */
.icon-hourglass:before {
  content: "\23f3";
} /* '\23f3' */
.icon-lamp:before {
  content: "💡";
} /* '\1f4a1' */
.icon-light-down:before {
  content: "🔅";
} /* '\1f505' */
.icon-light-up:before {
  content: "🔆";
} /* '\1f506' */
.icon-adjust:before {
  content: "\25d1";
} /* '\25d1' */
.icon-block:before {
  content: "🚫";
} /* '\1f6ab' */
.icon-resize-full:before {
  content: "\e744";
} /* '\e744' */
.icon-resize-small:before {
  content: "\e746";
} /* '\e746' */
.icon-popup:before {
  content: "\e74c";
} /* '\e74c' */
.icon-publish:before {
  content: "\e74d";
} /* '\e74d' */
.icon-window:before {
  content: "\e74e";
} /* '\e74e' */
.icon-arrow-combo:before {
  content: "\e74f";
} /* '\e74f' */
.icon-down-circled:before {
  content: "\e758";
} /* '\e758' */
.icon-left-circled:before {
  content: "\e759";
} /* '\e759' */
.icon-right-circled:before {
  content: "\e75a";
} /* '\e75a' */
.icon-up-circled:before {
  content: "\e75b";
} /* '\e75b' */
.icon-down-open:before {
  content: "\e75c";
} /* '\e75c' */
.icon-left-open:before {
  content: "\e75d";
} /* '\e75d' */
.icon-right-open:before {
  content: "\e75e";
} /* '\e75e' */
.icon-up-open:before {
  content: "\e75f";
} /* '\e75f' */
.icon-down-open-mini:before {
  content: "\e760";
} /* '\e760' */
.icon-left-open-mini:before {
  content: "\e761";
} /* '\e761' */
.icon-right-open-mini:before {
  content: "\e762";
} /* '\e762' */
.icon-up-open-mini:before {
  content: "\e763";
} /* '\e763' */
.icon-down-open-big:before {
  content: "\e764";
} /* '\e764' */
.icon-left-open-big:before {
  content: "\e765";
} /* '\e765' */
.icon-right-open-big:before {
  content: "\e766";
} /* '\e766' */
.icon-up-open-big:before {
  content: "\e767";
} /* '\e767' */
.icon-down:before {
  content: "\2b07";
} /* '\2b07' */
.icon-left:before {
  content: "\2b05";
} /* '\2b05' */
.icon-right:before {
  content: "\27a1";
} /* '\27a1' */
.icon-up:before {
  content: "\2b06";
} /* '\2b06' */
.icon-down-dir:before {
  content: "\25be";
} /* '\25be' */
.icon-left-dir:before {
  content: "\25c2";
} /* '\25c2' */
.icon-right-dir:before {
  content: "\25b8";
} /* '\25b8' */
.icon-up-dir:before {
  content: "\25b4";
} /* '\25b4' */
.icon-down-bold:before {
  content: "\e4b0";
} /* '\e4b0' */
.icon-left-bold:before {
  content: "\e4ad";
} /* '\e4ad' */
.icon-right-bold:before {
  content: "\e4ae";
} /* '\e4ae' */
.icon-up-bold:before {
  content: "\e4af";
} /* '\e4af' */
.icon-down-thin:before {
  content: "\2193";
} /* '\2193' */
.icon-left-thin:before {
  content: "\2190";
} /* '\2190' */
.icon-right-thin:before {
  content: "\2192";
} /* '\2192' */
.icon-up-thin:before {
  content: "\2191";
} /* '\2191' */
.icon-ccw:before {
  content: "\27f2";
} /* '\27f2' */
.icon-cw:before {
  content: "\27f3";
} /* '\27f3' */
.icon-arrows-ccw:before {
  content: "🔄";
} /* '\1f504' */
.icon-level-down:before {
  content: "\21b3";
} /* '\21b3' */
.icon-level-up:before {
  content: "\21b0";
} /* '\21b0' */
.icon-shuffle:before {
  content: "🔀";
} /* '\1f500' */
.icon-loop:before {
  content: "🔁";
} /* '\1f501' */
.icon-switch:before {
  content: "\21c6";
} /* '\21c6' */
.icon-play:before {
  content: "\25b6";
} /* '\25b6' */
.icon-stop:before {
  content: "\25a0";
} /* '\25a0' */
.icon-pause:before {
  content: "\2389";
} /* '\2389' */
.icon-record:before {
  content: "\26ab";
} /* '\26ab' */
.icon-to-end:before {
  content: "\23ed";
} /* '\23ed' */
.icon-to-start:before {
  content: "\23ee";
} /* '\23ee' */
.icon-fast-forward:before {
  content: "\23e9";
} /* '\23e9' */
.icon-fast-backward:before {
  content: "\23ea";
} /* '\23ea' */
.icon-progress-0:before {
  content: "\e768";
} /* '\e768' */
.icon-progress-1:before {
  content: "\e769";
} /* '\e769' */
.icon-progress-2:before {
  content: "\e76a";
} /* '\e76a' */
.icon-progress-3:before {
  content: "\e76b";
} /* '\e76b' */
.icon-target:before {
  content: "🎯";
} /* '\1f3af' */
.icon-palette:before {
  content: "🎨";
} /* '\1f3a8' */
.icon-list:before {
  content: "\e005";
} /* '\e005' */
.icon-list-add:before {
  content: "\e003";
} /* '\e003' */
.icon-signal:before {
  content: "📶";
} /* '\1f4f6' */
.icon-trophy:before {
  content: "🏆";
} /* '\1f3c6' */
.icon-battery:before {
  content: "🔋";
} /* '\1f50b' */
.icon-back-in-time:before {
  content: "\e771";
} /* '\e771' */
.icon-monitor:before {
  content: "💻";
} /* '\1f4bb' */
.icon-mobile:before {
  content: "📱";
} /* '\1f4f1' */
.icon-network:before {
  content: "\e776";
} /* '\e776' */
.icon-cd:before {
  content: "💿";
} /* '\1f4bf' */
.icon-inbox:before {
  content: "\e777";
} /* '\e777' */
.icon-install:before {
  content: "\e778";
} /* '\e778' */
.icon-globe:before {
  content: "🌎";
} /* '\1f30e' */
.icon-cloud:before {
  content: "\2601";
} /* '\2601' */
.icon-cloud-thunder:before {
  content: "\26c8";
} /* '\26c8' */
.icon-flash:before {
  content: "\26a1";
} /* '\26a1' */
.icon-moon:before {
  content: "\263d";
} /* '\263d' */
.icon-flight:before {
  content: "\2708";
} /* '\2708' */
.icon-paper-plane:before {
  content: "\e79b";
} /* '\e79b' */
.icon-leaf:before {
  content: "🍂";
} /* '\1f342' */
.icon-lifebuoy:before {
  content: "\e788";
} /* '\e788' */
.icon-mouse:before {
  content: "\e789";
} /* '\e789' */
.icon-briefcase:before {
  content: "💼";
} /* '\1f4bc' */
.icon-suitcase:before {
  content: "\e78e";
} /* '\e78e' */
.icon-dot:before {
  content: "\e78b";
} /* '\e78b' */
.icon-dot-2:before {
  content: "\e78c";
} /* '\e78c' */
.icon-dot-3:before {
  content: "\e78d";
} /* '\e78d' */
.icon-brush:before {
  content: "\e79a";
} /* '\e79a' */
.icon-magnet:before {
  content: "\e7a1";
} /* '\e7a1' */
.icon-infinity:before {
  content: "\221e";
} /* '\221e' */
.icon-erase:before {
  content: "\232b";
} /* '\232b' */
.icon-chart-pie:before {
  content: "\e751";
} /* '\e751' */
.icon-chart-line:before {
  content: "📈";
} /* '\1f4c8' */
.icon-chart-bar:before {
  content: "📊";
} /* '\1f4ca' */
.icon-chart-area:before {
  content: "🔾";
} /* '\1f53e' */
.icon-tape:before {
  content: "\2707";
} /* '\2707' */
.icon-graduation-cap:before {
  content: "🎓";
} /* '\1f393' */
.icon-language:before {
  content: "\e752";
} /* '\e752' */
.icon-ticket:before {
  content: "🎫";
} /* '\1f3ab' */
.icon-water:before {
  content: "💦";
} /* '\1f4a6' */
.icon-droplet:before {
  content: "💧";
} /* '\1f4a7' */
.icon-air:before {
  content: "\e753";
} /* '\e753' */
.icon-credit-card:before {
  content: "💳";
} /* '\1f4b3' */
.icon-floppy:before {
  content: "💾";
} /* '\1f4be' */
.icon-clipboard:before {
  content: "📋";
} /* '\1f4cb' */
.icon-megaphone:before {
  content: "📣";
} /* '\1f4e3' */
.icon-database:before {
  content: "\e754";
} /* '\e754' */
.icon-drive:before {
  content: "\e755";
} /* '\e755' */
.icon-bucket:before {
  content: "\e756";
} /* '\e756' */
.icon-thermometer:before {
  content: "\e757";
} /* '\e757' */
.icon-key:before {
  content: "🔑";
} /* '\1f511' */
.icon-flow-cascade:before {
  content: "\e790";
} /* '\e790' */
.icon-flow-branch:before {
  content: "\e791";
} /* '\e791' */
.icon-flow-tree:before {
  content: "\e792";
} /* '\e792' */
.icon-flow-line:before {
  content: "\e793";
} /* '\e793' */
.icon-flow-parallel:before {
  content: "\e794";
} /* '\e794' */
.icon-rocket:before {
  content: "🚀";
} /* '\1f680' */
.icon-gauge:before {
  content: "\e7a2";
} /* '\e7a2' */
.icon-traffic-cone:before {
  content: "\e7a3";
} /* '\e7a3' */
.icon-cc:before {
  content: "\e7a5";
} /* '\e7a5' */
.icon-cc-by:before {
  content: "\e7a6";
} /* '\e7a6' */
.icon-cc-nc:before {
  content: "\e7a7";
} /* '\e7a7' */
.icon-cc-nc-eu:before {
  content: "\e7a8";
} /* '\e7a8' */
.icon-cc-nc-jp:before {
  content: "\e7a9";
} /* '\e7a9' */
.icon-cc-sa:before {
  content: "\e7aa";
} /* '\e7aa' */
.icon-cc-nd:before {
  content: "\e7ab";
} /* '\e7ab' */
.icon-cc-pd:before {
  content: "\e7ac";
} /* '\e7ac' */
.icon-cc-zero:before {
  content: "\e7ad";
} /* '\e7ad' */
.icon-cc-share:before {
  content: "\e7ae";
} /* '\e7ae' */
.icon-cc-remix:before {
  content: "\e7af";
} /* '\e7af' */
.icon-github:before {
  content: "\f300";
} /* '\f300' */
.icon-github-circled:before {
  content: "\f301";
} /* '\f301' */
.icon-flickr:before {
  content: "\f303";
} /* '\f303' */
.icon-flickr-circled:before {
  content: "\f304";
} /* '\f304' */
.icon-vimeo:before {
  content: "\f306";
} /* '\f306' */
.icon-vimeo-circled:before {
  content: "\f307";
} /* '\f307' */
.icon-twitter:before {
  content: "\f309";
} /* '\f309' */
.icon-twitter-circled:before {
  content: "\f30a";
} /* '\f30a' */
.icon-facebook:before {
  content: "\f30c";
} /* '\f30c' */
.icon-facebook-circled:before {
  content: "\f30d";
} /* '\f30d' */
.icon-facebook-squared:before {
  content: "\f30e";
} /* '\f30e' */
.icon-gplus:before {
  content: "\f30f";
} /* '\f30f' */
.icon-gplus-circled:before {
  content: "\f310";
} /* '\f310' */
.icon-pinterest:before {
  content: "\f312";
} /* '\f312' */
.icon-pinterest-circled:before {
  content: "\f313";
} /* '\f313' */
.icon-tumblr:before {
  content: "\f315";
} /* '\f315' */
.icon-tumblr-circled:before {
  content: "\f316";
} /* '\f316' */
.icon-linkedin:before {
  content: "\f318";
} /* '\f318' */
.icon-linkedin-circled:before {
  content: "\f319";
} /* '\f319' */
.icon-dribbble:before {
  content: "\f31b";
} /* '\f31b' */
.icon-dribbble-circled:before {
  content: "\f31c";
} /* '\f31c' */
.icon-stumbleupon:before {
  content: "\f31e";
} /* '\f31e' */
.icon-stumbleupon-circled:before {
  content: "\f31f";
} /* '\f31f' */
.icon-lastfm:before {
  content: "\f321";
} /* '\f321' */
.icon-lastfm-circled:before {
  content: "\f322";
} /* '\f322' */
.icon-rdio:before {
  content: "\f324";
} /* '\f324' */
.icon-rdio-circled:before {
  content: "\f325";
} /* '\f325' */
.icon-spotify:before {
  content: "\f327";
} /* '\f327' */
.icon-spotify-circled:before {
  content: "\f328";
} /* '\f328' */
.icon-qq:before {
  content: "\f32a";
} /* '\f32a' */
.icon-instagrem:before {
  content: "\f32d";
} /* '\f32d' */
.icon-dropbox:before {
  content: "\f330";
} /* '\f330' */
.icon-evernote:before {
  content: "\f333";
} /* '\f333' */
.icon-flattr:before {
  content: "\f336";
} /* '\f336' */
.icon-skype:before {
  content: "\f339";
} /* '\f339' */
.icon-skype-circled:before {
  content: "\f33a";
} /* '\f33a' */
.icon-renren:before {
  content: "\f33c";
} /* '\f33c' */
.icon-sina-weibo:before {
  content: "\f33f";
} /* '\f33f' */
.icon-paypal:before {
  content: "\f342";
} /* '\f342' */
.icon-picasa:before {
  content: "\f345";
} /* '\f345' */
.icon-soundcloud:before {
  content: "\f348";
} /* '\f348' */
.icon-mixi:before {
  content: "\f34b";
} /* '\f34b' */
.icon-behance:before {
  content: "\f34e";
} /* '\f34e' */
.icon-google-circles:before {
  content: "\f351";
} /* '\f351' */
.icon-vkontakte:before {
  content: "\f354";
} /* '\f354' */
.icon-smashing:before {
  content: "\f357";
} /* '\f357' */
.icon-sweden:before {
  content: "\f601";
} /* '\f601' */
.icon-db-shape:before {
  content: "\f600";
} /* '\f600' */
.icon-logo-db:before {
  content: "\f603";
} /* '\f603' */
