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

Orionicon Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'Orionicon';
  src: url('../fonts/Orionicon.eot');
  src: url('../fonts/Orionicon.eot') format('embedded-opentype'), url('../fonts/Orionicon.woff2') format('woff2'), url('../fonts/Orionicon.woff') format('woff'), url('../fonts/Orionicon.ttf') format('truetype'), url('../fonts/Orionicon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.orionicon {
  display: inline-block;
  font: normal normal normal 1em/1 'Orionicon';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.orionicon-sm {
  font-size: 0.8em;
}
.orionicon-lg {
  font-size: 1.2em;
}
/* absolute units */
.orionicon-16 {
  font-size: 16px;
}
.orionicon-32 {
  font-size: 32px;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.orionicon-bg-square,
.orionicon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}
.orionicon-bg-circle {
  border-radius: 50%;
}
/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.orionicon-ul {
  padding-left: 0;
  list-style-type: none;
}
.orionicon-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.orionicon-ul > li > .orionicon {
  margin-right: 0.4em;
  line-height: inherit;
}
/*------------------------
  spinning icons
-------------------------*/
.orionicon-is-spinning {
  -webkit-animation: orionicon-spin 2s infinite linear;
  -moz-animation: orionicon-spin 2s infinite linear;
  animation: orionicon-spin 2s infinite linear;
}
@-webkit-keyframes orionicon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes orionicon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes orionicon-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
-------------------------*/
.orionicon-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);
}
.orionicon-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);
}
.orionicon-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);
}
.orionicon-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);
}
.orionicon-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
-------------------------*/

.orionicon-icon_close::before {
  content: "\ea02";
}

.orionicon-arrow_right::before {
  content: "\ea04";
}

.orionicon-icon_search2::before {
  content: "\ea06";
}

.orionicon-arrow_carrot-right::before {
  content: "\ea07";
}

.orionicon-arrow_carrot-left::before {
  content: "\ea08";
}

.orionicon-icon_group::before {
  content: "\ea09";
}

.orionicon-icon_images::before {
  content: "\ea0a";
}

.orionicon-icon_cloud-download_alt::before {
  content: "\ea0b";
}

.orionicon-icon_check::before {
  content: "\ea0c";
}

.orionicon-icon_cart::before {
  content: "\ea0d";
}

.orionicon-icon_clock_alt::before {
  content: "\ea0e";
}

.orionicon-icon_calendar::before {
  content: "\ea0f";
}

.orionicon-icon_profile::before {
  content: "\ea10";
}

.orionicon-arrow_carrot-down::before {
  content: "\ea11";
}

.orionicon-icon_check_alt::before {
  content: "\ea12";
}

.orionicon-icon_check_alt2::before {
  content: "\ea13";
}

.orionicon-icon_star_alt::before {
  content: "\ea14";
}

.orionicon-arrow_carrot-right_alt2::before {
  content: "\ea15";
}

.orionicon-mail-reply::before {
  content: "\ea18";
}

.orionicon-facebook::before {
  content: "\ea19";
}

.orionicon-twitter::before {
  content: "\ea1a";
}

.orionicon-google-plus::before {
  content: "\ea1b";
}

.orionicon-linkedin::before {
  content: "\ea1c";
}

.orionicon-link::before {
  content: "\ea1d";
}

.orionicon-arrow-circle-o-right::before {
  content: "\ea1e";
}

.orionicon-arrow-circle-o-left::before {
  content: "\ea1f";
}

.orionicon-quote-left::before {
  content: "\ea22";
}

.orionicon-commenting::before {
  content: "\ea23";
}

.orionicon-play-circle-o::before {
  content: "\ea24";
}

.orionicon-refresh::before {
  content: "\ea25";
}

.orionicon-times::before {
  content: "\ea26";
}

.orionicon-pencil::before {
  content: "\ea27";
}

.orionicon-expand::before {
  content: "\ea28";
}

.orionicon-ticket::before {
  content: "\ea29";
}

.orionicon-truck::before {
  content: "\ea2a";
}

.orionicon-arrow_left::before {
  content: "\ea2b";
}

.orionicon-arrow_carrot-2up::before {
  content: "\ea2c";
}

.orionicon-icon_mail_alt::before {
  content: "\ea2d";
}

.orionicon-icon_phone::before {
  content: "\ea2e";
}

.orionicon-icon_heart::before {
  content: "\ea2f";
}

.orionicon-snapchat-ghost::before {
  content: "\ea30";
}

.orionicon-youtube::before {
  content: "\ea31";
}

.orionicon-envelope-o::before {
  content: "\ea32";
}

.orionicon-icon_plus::before {
  content: "\ea33";
}

