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

Akiicons Web Font
Generated using nucleoapp.com

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

.akiicon-skull-2::before {
  content: "\ea02";
}

.akiicon-view-masonry::before {
  content: "\ea03";
}

.akiicon-view-default-active::before {
  content: "\ea04";
}

.akiicon-jpg::before {
  content: "\ea05";
}

.akiicon-pdf::before {
  content: "\ea06";
}

.akiicon-view-masonry-active::before {
  content: "\ea07";
}

.akiicon-view-default::before {
  content: "\ea08";
}

.akiicon-download::before {
  content: "\ea09";
}

.akiicon-skew-right::before {
  content: "\ea0a";
}

.akiicon-skew-left::before {
  content: "\ea0b";
}

.akiicon-similiar::before {
  content: "\ea0c";
}

.akiicon-settings::before {
  content: "\ea0d";
}

.akiicon-search::before {
  content: "\ea0e";
}

.akiicon-e-remove::before {
  content: "\ea0f";
}

.akiicon-lightbox::before {
  content: "\ea10";
}

.akiicon-basket::before {
  content: "\ea11";
}

