@import url('https://fonts.cdnfonts.com/css/gilroy-bold');

/* @import url(efects.css);
@import url(animate.css); */

/*RESET CSS*/
/*
* {

    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;


    -webkit-box-sizing: border-box
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;

}
*/

/* p {
  margin: 7px 0;
} */

.font-gilroy-bold{
  font-family: 'Gilroy-Bold', sans-serif;
}

.font-gilroy-regular{
  font-family: 'Gilroy-Regular', sans-serif;
}

html {
  scroll-behavior: smooth;
}

.menu-item {
  padding: 10px 15px;
  border-radius: 10px 10px 0px 10px;
}

.menu-list {
  display: none;
}


.menu-item:hover {
  background-color: #f2a40d;
  cursor: pointer;
}

.botao-login{
  padding: 10px 20px;
  border-radius: 15px 15px 0px 15px;
  background-color:#383838;
  border: 2px solid #f2a40d;
}

.botao-login:hover {
  background: #000000;
  cursor: pointer;
}


/* medias */
/* aqui */

@media (max-width: 1260px) {
  .menu-direction-column {
    flex-direction: column;
  }

  .container-cadastro{
    padding: 10px !important;
    margin: 0 !important;
    width: auto !important;
  }

  .content-cadastro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 90% !important;
    gap: 0 !important;
  }

  .cards-cadastros div{
    padding: 10px;
  }

  .menu-item {
    text-align: center;
  }

  .logo-top {
    padding-top: 15px;
  }

}

@media (max-width: 1230px) {
  .wrap-1230 {
    flex-wrap: wrap
  }

  .wrap-1230 .container-quem-somos{
    width: 80%;
  }

  #quem-somos{
    padding-top: 0;
  }

  .wrap-1230 .content-quem-somos{
    width: 100%;
  }

  .container-mulher-2{
    display: flex;
    justify-content: center;
  }

  .content-mulher-2{
    width: 80%;
  }

  .container-quem-somos{
    margin-left: 0 !important;
    padding-top: 0 !important;
  }

}

@media (max-width: 1020px) {

  .container-logo-topo{
    height: 100px !important;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; 
    display: none;
}

  .menu-item:hover {
    background-color: transparent;
  }

  .container-logo-topo{
    justify-content: flex-start !important;
  }

  .menu-list {
    display: none;
    flex-direction: column;
    background-color: #383838;
    position: absolute;
    top: 70px;
    left: 20px;
    width: 200px;
    padding: 10px;
    z-index: 2;
    border-radius: 5px;
    font-size: 15px;
  }

  .menu-desktop{
    display: none !important;
  }

  .menu-active .menu-list {
    display: block;
  }

  .menu-mobile {
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 2;
  }

  .menu-mobile div {
    width: 35px;
    height: 5px;
    background-color: #f2a40d;
    margin: 6px 0;
  }

  .menu-item ,
  .botao-login {
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: white;
  }

  .botao-login a {
    color: #f2a40d;
  }

  .botao-login{
    text-align: center;
    background-color: #000;
  }

}

@media (max-width: 960px) {

  .container-logo-topo{
    height: 90px !important;
  }

  .menu-mobile div {
    height: 2px !important;
    width: 25px !important;

  }

  .content-mulher-2{
    width: 65% !important;
  }

  .container-imagem-grupo{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .imagem-grupo{
    width: 70% !important;
  }

  .cards-cadastros{
    flex-direction: column;
  }

  .container-footer{
    gap: 80px !important;
  }

  .content-footer{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-imagem-footer{
    margin: 0 !important;
  }

  .container-imagem-footer img{
    width: 150px !important;
  }

  .bloco-portal{
    flex-direction: row !important;
  }

  .divisao-footer{
    height: 0 !important;
    width: 50%;
  }

  .container-rede-social{
    font-size: 35px !important;
    gap: 10px;
  }
}

@media(max-width: 900px){
  .titulo-quem-somos {
    font-size: 35px !important;
  }

  .content-quem-somos{
    font-size: 18px !important;
  }

}


ul {
  list-style: none;
}

ul.list-disc {
  list-style: inside disc;
}

ul.list-circle {
  list-style: inside circle;
}

ul.list-square {
  list-style: inside square;
}

input,
select {
  vertical-align: middle;
}

.b {
  /* borda de teste */
  border: 1px solid red;
}

/*RESET CSS*/

/*GRIDS*/
.w-0 {
  width: 0;
}

.w-05 {
  width: 5%;
}

.w-1 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-2 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-3 {
  width: 30%;
}

.w-33 {
  width: 33.33%;
}

.w-35 {
  width: 35%;
}

.w-4 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-5 {
  width: 50%;
}

.w-6 {
  width: 60%;
}

.w-66 {
  width: 66.66%;
}

.w-7 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-8 {
  width: 80%;
}

.w-9 {
  width: 90%;
}

.w-10 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-fit-content {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}

.max-w-content {
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.max-w-05 {
  max-width: 5%;
}

.max-w-1 {
  max-width: 10%;
}

.max-w-15 {
  max-width: 15%;
}

.max-w-2 {
  max-width: 20%;
}

.max-w-25 {
  max-width: 25%;
}

.max-w-3 {
  max-width: 30%;
}

.max-w-33 {
  max-width: 33.33%;
}

.max-w-35 {
  max-width: 35%;
}

.max-w-4 {
  max-width: 40%;
}

.max-w-45 {
  max-width: 45%;
}

.max-w-5 {
  max-width: 50%;
}

.max-w-6 {
  max-width: 60%;
}

.max-w-66 {
  max-width: 66.66%;
}

.max-w-7 {
  max-width: 70%;
}

.max-w-75 {
  max-width: 75%;
}

.max-w-8 {
  max-width: 80%;
}

.max-w-9 {
  max-width: 90%;
}

.max-w-10 {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

.w-min-0 {
  min-width: 0;
}

.w-min-05 {
  min-width: 5%;
}

.w-min-1 {
  min-width: 10%;
}

.w-min-15 {
  min-width: 15%;
}

.w-min-2 {
  min-width: 20%;
}

.w-min-25 {
  min-width: 25%;
}

.w-min-3 {
  min-width: 30%;
}

.w-min-33 {
  min-width: 33.33%;
}

.w-min-35 {
  min-width: 35%;
}

.w-min-4 {
  min-width: 40%;
}

.w-min-45 {
  min-width: 45%;
}

.w-min-5 {
  min-width: 50%;
}

.w-min-6 {
  min-width: 60%;
}

.w-min-66 {
  min-width: 66.66%;
}

.w-min-7 {
  min-width: 70%;
}

.w-min-75 {
  min-width: 75%;
}

.w-min-8 {
  min-width: 80%;
}

.w-min-9 {
  min-width: 90%;
}

.w-min-10 {
  min-width: 100%;
}

.h-0 {
  height: 0;
}

.h-25 {
  height: 25%;
}

.h-33 {
  height: 33.33%;
}

.h-5 {
  height: 50%;
}

.h-66 {
  height: 66.66%;
}

.h-75 {
  height: 75%;
}

.h-10 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.max-h-0 {
  max-height: 0;
}

.max-h-25 {
  max-height: 25%;
}

.max-h-33 {
  max-height: 33%;
}

.max-h-5 {
  max-height: 50%;
}

.max-h-66 {
  max-height: 66%;
}

.max-h-75 {
  max-height: 75%;
}

.max-h-10 {
  max-height: 100%;
}

.max-h-none {
  max-height: none;
}

.min-h-0 {
  min-height: 0;
}

.min-h-25 {
  min-height: 25%;
}

.min-h-33 {
  min-height: 33.33%;
}

.min-h-5 {
  min-height: 50%;
}

.min-h-66 {
  min-height: 66.66%;
}

.min-h-75 {
  min-height: 75%;
}

.min-h-10 {
  min-height: 100%;
}

/* CSS RÁPIDO*/

.margin-auto-x {
  margin-left: auto;
  margin-right: auto;
}

.margin-auto-v {
  margin-top: auto;
  margin-bottom: auto;
}

.margin-auto {
  margin: auto;
}

.margin-0 {
  margin: 0;
}

.margin-5 {
  margin: 5px;
}

.margin-10 {
  margin: 10px;
}

.margin-15 {
  margin: 15px;
}

.margin-20 {
  margin: 20px;
}

.margin-25 {
  margin: 25px;
}

.margin-30 {
  margin: 30px;
}

.margin-35 {
  margin: 35px;
}

.margin-40 {
  margin: 40px;
}

.margin-45 {
  margin: 45px;
}

.margin-50 {
  margin: 50px;
}

.margin-55 {
  margin: 55px;
}

.margin-60 {
  margin: 60px;
}

.margin-70 {
  margin: 70px;
}

.margin-80 {
  margin: 80px;
}

.margin-90 {
  margin: 90px;
}

.margin-100 {
  margin: 100px;
}

.margin-5-n {
  margin: -5px;
}

.margin-10-n {
  margin: -10px;
}

.margin-15-n {
  margin: -15px;
}

.margin-20-n {
  margin: -20px;
}

.margin-25-n {
  margin: -25px;
}

.margin-30-n {
  margin: -30px;
}

.margin-35-n {
  margin: -35px;
}

.margin-40-n {
  margin: -40px;
}

.margin-45-n {
  margin: -45px;
}

.margin-50-n {
  margin: -50px;
}

.margin-55-n {
  margin: -55px;
}

.margin-60-n {
  margin: -60px;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-5-n {
  margin-top: -5px;
}

.margin-top-10-n {
  margin-top: -10px;
}

.margin-top-15-n {
  margin-top: -15px;
}

.margin-top-20-n {
  margin-top: -20px;
}

.margin-top-25-n {
  margin-top: -25px;
}

.margin-top-30-n {
  margin-top: -30px;
}

.margin-top-35-n {
  margin-top: -35px;
}

.margin-top-40-n {
  margin-top: -40px;
}

.margin-top-45-n {
  margin-top: -45px;
}

.margin-top-50-n {
  margin-top: -50px;
}

.margin-top-55-n {
  margin-top: -55px;
}

.margin-top-60-n {
  margin-top: -60px;
}

.margin-right-0 {
  margin-right: 0;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-right-35 {
  margin-right: 35px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-right-45 {
  margin-right: 45px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-right-55 {
  margin-right: 55px;
}

.margin-right-60 {
  margin-right: 60px;
}

.margin-right-70 {
  margin-right: 70px;
}

.margin-right-80 {
  margin-right: 80px;
}

.margin-right-90 {
  margin-right: 90px;
}

.margin-right-100 {
  margin-right: 100px;
}

.margin-right-5-n {
  margin-right: -5px;
}

.margin-right-10-n {
  margin-right: -10px;
}

.margin-right-15-n {
  margin-right: -15px;
}

.margin-right-20-n {
  margin-right: -20px;
}

.margin-right-25-n {
  margin-right: -25px;
}

.margin-right-30-n {
  margin-right: -30px;
}

.margin-right-35-n {
  margin-right: -35px;
}

.margin-right-40-n {
  margin-right: -40px;
}

.margin-right-45-n {
  margin-right: -45px;
}

.margin-right-50-n {
  margin-right: -50px;
}

.margin-right-55-n {
  margin-right: -55px;
}

.margin-right-60-n {
  margin-right: -60px;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-bottom-5-n {
  margin-bottom: -5px;
}

.margin-bottom-10-n {
  margin-bottom: -10px;
}

.margin-bottom-15-n {
  margin-bottom: -15px;
}

.margin-bottom-20-n {
  margin-bottom: -20px;
}

.margin-bottom-25-n {
  margin-bottom: -25px;
}

.margin-bottom-30-n {
  margin-bottom: -30px;
}

.margin-bottom-35-n {
  margin-bottom: -35px;
}

.margin-bottom-40-n {
  margin-bottom: -40px;
}

.margin-bottom-45-n {
  margin-bottom: -45px;
}

.margin-bottom-50-n {
  margin-bottom: -50px;
}

.margin-bottom-55-n {
  margin-bottom: -55px;
}

.margin-bottom-60-n {
  margin-bottom: -60px;
}

.margin-left-0 {
  margin-left: 0;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-35 {
  margin-left: 35px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-left-45 {
  margin-left: 45px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-left-55 {
  margin-left: 55px;
}

.margin-left-60 {
  margin-left: 60px;
}

.margin-left-70 {
  margin-left: 70px;
}

.margin-left-80 {
  margin-left: 80px;
}

.margin-left-90 {
  margin-left: 90px;
}

.margin-left-100 {
  margin-left: 100px;
}

.margin-left-5-n {
  margin-left: -5px;
}

.margin-left-10-n {
  margin-left: -10px;
}

.margin-left-15-n {
  margin-left: -15px;
}

.margin-left-20-n {
  margin-left: -20px;
}

.margin-left-25-n {
  margin-left: -25px;
}

.margin-left-30-n {
  margin-left: -30px;
}

.margin-left-35-n {
  margin-left: -35px;
}

.margin-left-40-n {
  margin-left: -40px;
}

.margin-left-45-n {
  margin-left: -45px;
}

.margin-left-50-n {
  margin-left: -50px;
}

.margin-left-55-n {
  margin-left: -55px;
}

.margin-left-60-n {
  margin-left: -60px;
}

.padding-0 {
  padding: 0;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-30 {
  padding: 30px;
}

.padding-35 {
  padding: 35px;
}

.padding-40 {
  padding: 40px;
}

.padding-45 {
  padding: 45px;
}

.padding-50 {
  padding: 50px;
}

.padding-55 {
  padding: 55px;
}

.padding-60 {
  padding: 60px;
}

.padding-70 {
  padding: 70px;
}

.padding-80 {
  padding: 80px;
}

.padding-90 {
  padding: 90px;
}

.padding-100 {
  padding: 100px;
}

.padding-bottom-5 {
  padding-bottom: 5px
}

.padding-bottom-10 {
  padding-bottom: 10px
}

.padding-bottom-15 {
  padding-bottom: 15px
}

.padding-bottom-20 {
  padding-bottom: 20px
}

.padding-bottom-25 {
  padding-bottom: 25px
}

.padding-bottom-30 {
  padding-bottom: 30px
}

.padding-bottom-35 {
  padding-bottom: 35px
}

.padding-bottom-40 {
  padding-bottom: 40px
}

.padding-bottom-45 {
  padding-bottom: 45px
}

.padding-bottom-50 {
  padding-bottom: 50px
}

.padding-bottom-55 {
  padding-bottom: 55px
}

.padding-bottom-60 {
  padding-bottom: 60px
}

.padding-left-0 {
  padding-left: 0;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-25 {
  padding-left: 25px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-left-35 {
  padding-left: 35px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-left-45 {
  padding-left: 45px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-left-55 {
  padding-left: 55px;
}

.padding-left-60 {
  padding-left: 60px;
}

.padding-left-70 {
  padding-left: 70px;
}

.padding-left-80 {
  padding-left: 80px;
}

.padding-left-90 {
  padding-left: 90px;
}

.padding-left-100 {
  padding-left: 100px;
}

.padding-right-0 {
  padding-right: 0;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-right-35 {
  padding-right: 35px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-right-45 {
  padding-right: 45px;
}

.padding-right-50 {
  padding-right: 50px;
}

.padding-right-55 {
  padding-right: 55px;
}

.padding-right-60 {
  padding-right: 60px;
}

.padding-right-70 {
  padding-right: 70px;
}

.padding-right-80 {
  padding-right: 80px;
}

.padding-right-90 {
  padding-right: 90px;
}

.padding-right-100 {
  padding-right: 100px;
}

.padding-top-0 {
  padding-top: 0;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-55 {
  padding-top: 55px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-3-h {
  padding-left: 3px;
  padding-right: 3px;
}

.padding-3-v {
  padding-top: 3px;
  padding-bottom: 3px;
}

.margin-3-h-n {
  margin-left: -3px;
  margin-right: -3px;
}

.margin-3-v-n {
  margin-top: -3px;
  margin-bottom: -3px;
}

.padding-10-x {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-10-y {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-10-x-n {
  margin-left: -10px;
  margin-right: -10px;
}

.margin-10-y-n {
  margin-top: -10px;
  margin-bottom: -10px;
}

.padding-20-x {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-20-y {
  padding-top: 20px;
  padding-bottom: 20px;
}

.margin-20-x-n {
  margin-left: -20px;
  margin-right: -20px;
}

.margin-20-y-n {
  margin-top: -20px;
  margin-bottom: -20px;
}

.gap-0 {
  gap: 0;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-70 {
  gap: 70px;
}

.gap-80 {
  gap: 80px;
}

.gap-90 {
  gap: 90px;
}

.gap-100 {
  gap: 100px;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.border-radius-0 {
  border-radius: 0;
}

.border-radius-1 {
  border-radius: 1px;
}

.border-radius-2 {
  border-radius: 2px;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-radius-4 {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-6 {
  border-radius: 6px;
}

.border-radius-7 {
  border-radius: 7px;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-9 {
  border-radius: 9px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-25 {
  border-radius: 25px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-35 {
  border-radius: 35px;
}

.border-radius-40 {
  border-radius: 40px;
}

.border-radius-50 {
  border-radius: 50%;
}

.border-none {
  border: none !important;
}

.border-right-none {
  border-right: none !important;
}

.border-left-none {
  border-left: none !important;
}

.border-top-none {
  border-top: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-move {
  cursor: move;
}

.cursor-grab {
  cursor: grab;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.float-none {
  float: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

 .color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

/*
.color-gray {
  color: gray;
}

.color-gold {
  color: #daa520;
}

.color-red {
  color: red;
}

.color-blue {
  color: blue;
}

.color-green {
  color: green;
}

.color-yellow {
  color: yellow;
} */

.text-initial {
  text-transform: initial;
}

.text-uppercase,
.transform-uppercase,
.uppercase {
  text-transform: uppercase;
}

.text-lowercase,
.transform-lowercase,
.lowercase {
  text-transform: lowercase;
}

.text-none,
.transform-none,
.text-none {
  text-transform: none;
}

.letter-spacing-0 {
  letter-spacing: 0;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.font-normal,
.weight-normal {
  font-weight: normal;
}

.font-bold,
.weight-bold,
.bold {
  font-weight: bold;
}

.font-lighter,
.weight-lighter,
.lighter {
  font-weight: 200;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.font-size-8 {
  font-size: 8px;
}

.font-size-9 {
  font-size: 9px;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-29 {
  font-size: 29px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-31 {
  font-size: 31px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-33 {
  font-size: 33px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-35 {
  font-size: 35px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-45 {
  font-size: 45px;
}

.font-size-50 {
  font-size: 50px;
}

.font-size-55 {
  font-size: 55px;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-70 {
  font-size: 70px;
}

.font-size-80 {
  font-size: 80px;
}

.font-size-90 {
  font-size: 90px;
}

.font-size-100 {
  font-size: 100px;
}

.font-size-70 {
  font-size: 70px;
}

.bg-none {
  background: none !important;
}

.bg-black {
  background-color: black;
}

.bg-white {
  background-color: white;
}

.bg-gold {
  background-color: #daa520;
}

.bg-red {
  background-color: red;
}

.bg-blue {
  background-color: blue;
}

.bg-yellow {
  background-color: yellow;
}

.bg-orange {
  background-color: orange;
}

.bg-green {
  background-color: green;
}

.opacity-hover:hover {
  opacity: 0.5;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

.decoration-none,
.text-decoration-none {
  text-decoration: none
}

.decoration-underline,
.text-decoration-underline,
.text-underline {
  text-decoration: underline;
}

.font-italic {
  font-style: italic;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

.display-inline {
  display: inline;
}

.display-inline-block,
.display-ib {
  display: inline-block;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.display-none {
  display: none;
}

.flex-none {
  flex: none;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flex-6 {
  flex: 6;
}

.flex-7 {
  flex: 7;
}

.flex-8 {
  flex: 8;
}

.flex-9 {
  flex: 9;
}

.flex-10 {
  flex: 10;
}

.flex-11 {
  flex: 11;
}

.flex-12 {
  flex: 12;
}

.flex-basis-0 {
  flex-basis: 0%;
}

.flex-basis-1 {
  flex-basis: 10%;
}

.flex-basis-2 {
  flex-basis: 20%;
}

.flex-basis-3 {
  flex-basis: 30%;
}

.flex-basis-4 {
  flex-basis: 40%;
}

.flex-basis-5 {
  flex-basis: 50%;
}

.flex-basis-6 {
  flex-basis: 60%;
}

.flex-basis-7 {
  flex-basis: 70%;
}

.flex-basis-8 {
  flex-basis: 80%;
}

.flex-basis-9 {
  flex-basis: 90%;
}

.flex-basis-10 {
  flex-basis: 100%;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-baseline {
  align-items: baseline;
}

.flex-wrap {
  flex-wrap: wrap;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-static {
  position: static;
}

.items-center {
  align-items: center;
}

.w-fit-img {
  min-height: 100%;
  min-width: 100%;
  width: 1px;
}

.h-fit-img {
  min-height: 100%;
  min-width: 100%;
  height: 1px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-middle {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.center-middle>* {
  margin: 0 auto;
}

.center-middle-2 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.center-middle-3 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.wrap-float {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  min-width: 100%;
  overflow: hidden;
}

.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/******** CSS Padrões ******/

.text-security-disc {
  text-security: disc;
  -webkit-text-security: disc;
  -moz-text-security: disc;
}

.centro-500 {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.centro-600 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.centro-700 {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.centro-800 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.centro-980 {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.centro-1200 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.centro-1330 {
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
}

.centro-1600 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.centro-1880 {
  width: 100%;
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
}

@media not screen and (min-width: 980px) {
  .hide-980 {
    display: none;
  }

  .show-980 {
    display: block;
  }
}

@media not screen and (min-width: 1330px) {
  .hide-1330 {
    display: none;
  }

  .show-1330 {
    display: block;
  }
}

@media not screen and (min-width: 1600px) {
  .hide-1600 {
    display: none;
  }

  .show-1600 {
    display: block;
  }
}

@media not screen and (min-width: 1880px) {
  .hide-1880 {
    display: none;
  }

  .show-1880 {
    display: block;
  }
}

/***************************/

/* CSS RÁPIDO*/

@media not screen and (min-width: 1100px) {

  /*GRIDS*/
  .t-w-0 {
    width: 0% !important;
  }

  .t-w-05 {
    width: 5% !important;
  }

  .t-w-1 {
    width: 10% !important;
  }

  .t-w-15 {
    width: 15% !important;
  }

  .t-w-2 {
    width: 20% !important;
  }

  .t-w-25 {
    width: 25% !important;
  }

  .t-w-3 {
    width: 30% !important;
  }

  .t-w-33 {
    width: 33.33% !important;
  }

  .t-w-35 {
    width: 35% !important;
  }

  .t-w-4 {
    width: 40% !important;
  }

  .t-w-45 {
    width: 45% !important;
  }

  .t-w-5 {
    width: 50% !important;
  }

  .t-w-6 {
    width: 60% !important;
  }

  .t-w-66 {
    width: 66.66% !important;
  }

  .t-w-7 {
    width: 70% !important;
  }

  .t-w-75 {
    width: 75% !important;
  }

  .t-w-8 {
    width: 80% !important;
  }

  .t-w-9 {
    width: 90% !important;
  }

  .t-w-10 {
    width: 100% !important;
  }

  .t-w-auto {
    width: auto !important;
  }

  .t-w-fit-content {
    width: fit-content !important;
    width: -moz-fit-content !important;
    width: -webkit-fit-content !important;
  }

  .t-max-w-content {
    width: max-content !important;
    width: -moz-max-content !important;
    width: -webkit-max-content !important;
  }

  .t-max-w-05 {
    max-width: 5% !important;
  }

  .t-max-w-1 {
    max-width: 10% !important;
  }

  .t-max-w-15 {
    max-width: 15% !important;
  }

  .t-max-w-2 {
    max-width: 20% !important;
  }

  .t-max-w-25 {
    max-width: 25% !important;
  }

  .t-max-w-3 {
    max-width: 30% !important;
  }

  .t-max-w-33 {
    max-width: 33.33% !important;
  }

  .t-max-w-35 {
    max-width: 35% !important;
  }

  .t-max-w-4 {
    max-width: 40% !important;
  }

  .t-max-w-45 {
    max-width: 45% !important;
  }

  .t-max-w-5 {
    max-width: 50% !important;
  }

  .t-max-w-6 {
    max-width: 60% !important;
  }

  .t-max-w-66 {
    max-width: 66.66% !important;
  }

  .t-max-w-7 {
    max-width: 70% !important;
  }

  .t-max-w-75 {
    max-width: 75% !important;
  }

  .t-max-w-8 {
    max-width: 80% !important;
  }

  .t-max-w-9 {
    max-width: 90% !important;
  }

  .t-max-w-10 {
    max-width: 100% !important;
  }

  .t-max-w-none {
    max-width: none !important;
  }

  .t-w-min-05 {
    min-width: 5% !important;
  }

  .t-w-min-1 {
    min-width: 10% !important;
  }

  .t-w-min-15 {
    min-width: 15% !important;
  }

  .t-w-min-2 {
    min-width: 20% !important;
  }

  .t-w-min-25 {
    min-width: 25% !important;
  }

  .t-w-min-3 {
    min-width: 30% !important;
  }

  .t-w-min-33 {
    min-width: 33.33% !important;
  }

  .t-w-min-35 {
    min-width: 35% !important;
  }

  .t-w-min-4 {
    min-width: 40% !important;
  }

  .t-w-min-45 {
    min-width: 45% !important;
  }

  .t-w-min-5 {
    min-width: 50% !important;
  }

  .t-w-min-6 {
    min-width: 60% !important;
  }

  .t-w-min-66 {
    min-width: 66.66% !important;
  }

  .t-w-min-7 {
    min-width: 70% !important;
  }

  .t-w-min-75 {
    min-width: 75% !important;
  }

  .t-w-min-8 {
    min-width: 80% !important;
  }

  .t-w-min-9 {
    min-width: 90% !important;
  }

  .t-w-min-10 {
    min-width: 100% !important;
  }

  .t-h-0 {
    height: 0 !important;
  }

  .t-h-25 {
    height: 25% !important;
  }

  .t-h-33 {
    height: 33.33% !important;
  }

  .t-h-5 {
    height: 50% !important;
  }

  .t-h-66 {
    height: 66.66% !important;
  }

  .t-h-75 {
    height: 75% !important;
  }

  .t-h-10 {
    height: 100% !important;
  }

  .t-h-auto {
    height: auto !important;
  }

  .t-max-h-0 {
    max-height: 0 !important;
  }

  .t-max-h-25 {
    max-height: 25% !important;
  }

  .t-max-h-33 {
    max-height: 33.33% !important;
  }

  .t-max-h-5 {
    max-height: 50% !important;
  }

  .t-max-h-66 {
    max-height: 66.66% !important;
  }

  .t-max-h-75 {
    max-height: 75% !important;
  }

  .t-max-h-10 {
    max-height: 100% !important;
  }

  .t-max-h-none {
    max-height: none !important;
  }

  .t-min-h-0 {
    min-height: 0 !important;
  }

  .t-min-h-25 {
    min-height: 25% !important;
  }

  .t-min-h-33 {
    min-height: 33.33% !important;
  }

  .t-min-h-5 {
    min-height: 50% !important;
  }

  .t-min-h-66 {
    min-height: 66.66% !important;
  }

  .t-min-h-75 {
    min-height: 75% !important;
  }

  .t-min-h-10 {
    min-height: 100% !important;
  }

  /* CSS RÁPIDO*/
  .t-margin-auto-x {
    margin-left: auto;
    margin-right: auto;
  }

  .t-margin-auto-v {
    margin-top: auto;
    margin-bottom: auto;
  }

  .t-margin-auto {
    margin: auto;
  }

  .t-margin-0 {
    margin: 0 !important;
  }

  .t-margin-5 {
    margin: 5px !important;
  }

  .t-margin-10 {
    margin: 10px !important;
  }

  .t-margin-15 {
    margin: 15px !important;
  }

  .t-margin-20 {
    margin: 20px !important;
  }

  .t-margin-25 {
    margin: 25px !important;
  }

  .t-margin-30 {
    margin: 30px !important;
  }

  .t-margin-35 {
    margin: 35px !important;
  }

  .t-margin-40 {
    margin: 40px !important;
  }

  .t-margin-45 {
    margin: 45px !important;
  }

  .t-margin-50 {
    margin: 50px !important;
  }

  .t-margin-55 {
    margin: 55px !important;
  }

  .t-margin-60 {
    margin: 60px !important;
  }

  .t-margin-70 {
    margin: 70px !important;
  }

  .t-margin-80 {
    margin: 80px !important;
  }

  .t-margin-90 {
    margin: 90px !important;
  }

  .t-margin-100 {
    margin: 100px !important;
  }

  .t-margin-top-0 {
    margin-top: 0 !important;
  }

  .t-margin-top-5 {
    margin-top: 5px !important;
  }

  .t-margin-top-10 {
    margin-top: 10px !important;
  }

  .t-margin-top-15 {
    margin-top: 15px !important;
  }

  .t-margin-top-20 {
    margin-top: 20px !important;
  }

  .t-margin-top-25 {
    margin-top: 25px !important;
  }

  .t-margin-top-30 {
    margin-top: 30px !important;
  }

  .t-margin-top-35 {
    margin-top: 35px !important;
  }

  .t-margin-top-40 {
    margin-top: 40px !important;
  }

  .t-margin-top-45 {
    margin-top: 45px !important;
  }

  .t-margin-top-50 {
    margin-top: 50px !important;
  }

  .t-margin-top-55 {
    margin-top: 55px !important;
  }

  .t-margin-top-60 {
    margin-top: 60px !important;
  }

  .t-margin-top-70 {
    margin-top: 70px !important;
  }

  .t-margin-top-80 {
    margin-top: 80px !important;
  }

  .t-margin-top-90 {
    margin-top: 90px !important;
  }

  .t-margin-top-100 {
    margin-top: 100px !important;
  }

  .t-margin-top-5-n {
    margin-top: -5px !important;
  }

  .t-margin-top-10-n {
    margin-top: -10px !important;
  }

  .t-margin-top-15-n {
    margin-top: -15px !important;
  }

  .t-margin-top-20-n {
    margin-top: -20px !important;
  }

  .t-margin-top-25-n {
    margin-top: -25px !important;
  }

  .t-margin-top-30-n {
    margin-top: -30px !important;
  }

  .t-margin-top-35-n {
    margin-top: -35px !important;
  }

  .t-margin-top-40-n {
    margin-top: -40px !important;
  }

  .t-margin-top-45-n {
    margin-top: -45px !important;
  }

  .t-margin-top-50-n {
    margin-top: -50px !important;
  }

  .t-margin-top-55-n {
    margin-top: -55px !important;
  }

  .t-margin-top-60-n {
    margin-top: -60px !important;
  }

  .t-margin-top-607n {
    margin-top: -70px !important;
  }

  .t-margin-top-608n {
    margin-top: -80px !important;
  }

  .t-margin-top-609n {
    margin-top: -90px !important;
  }

  .t-margin-top-6010n {
    margin-top: -100px !important;
  }

  .t-margin-right-0 {
    margin-right: 0 !important;
  }

  .t-margin-right-5 {
    margin-right: 5px !important;
  }

  .t-margin-right-10 {
    margin-right: 10px !important;
  }

  .t-margin-right-15 {
    margin-right: 15px !important;
  }

  .t-margin-right-20 {
    margin-right: 20px !important;
  }

  .t-margin-right-25 {
    margin-right: 25px !important;
  }

  .t-margin-right-30 {
    margin-right: 30px !important;
  }

  .t-margin-right-35 {
    margin-right: 35px !important;
  }

  .t-margin-right-40 {
    margin-right: 40px !important;
  }

  .t-margin-right-45 {
    margin-right: 45px !important;
  }

  .t-margin-right-50 {
    margin-right: 50px !important;
  }

  .t-margin-right-55 {
    margin-right: 55px !important;
  }

  .t-margin-right-60 {
    margin-right: 60px !important;
  }

  .t-margin-right-70 {
    margin-right: 70px !important;
  }

  .t-margin-right-80 {
    margin-right: 80px !important;
  }

  .t-margin-right-90 {
    margin-right: 90px !important;
  }

  .t-margin-right-100 {
    margin-right: 100px !important;
  }

  .t-margin-right-5-n {
    margin-right: -5px !important;
  }

  .t-margin-right-10-n {
    margin-right: -10px !important;
  }

  .t-margin-right-15-n {
    margin-right: -15px !important;
  }

  .t-margin-right-20-n {
    margin-right: -20px !important;
  }

  .t-margin-right-25-n {
    margin-right: -25px !important;
  }

  .t-margin-right-30-n {
    margin-right: -30px !important;
  }

  .t-margin-right-35-n {
    margin-right: -35px !important;
  }

  .t-margin-right-40-n {
    margin-right: -40px !important;
  }

  .t-margin-right-45-n {
    margin-right: -45px !important;
  }

  .t-margin-right-50-n {
    margin-right: -50px !important;
  }

  .t-margin-right-55-n {
    margin-right: -55px !important;
  }

  .t-margin-right-60-n {
    margin-right: -60px !important;
  }

  .t-margin-right-607n {
    margin-right: -70px !important;
  }

  .t-margin-right-608n {
    margin-right: -80px !important;
  }

  .t-margin-right-609n {
    margin-right: -90px !important;
  }

  .t-margin-right-6010n {
    margin-right: -100px !important;
  }

  .t-margin-bottom-0 {
    margin-bottom: 0 !important;
  }

  .t-margin-bottom-5 {
    margin-bottom: 5px !important;
  }

  .t-margin-bottom-10 {
    margin-bottom: 10px !important;
  }

  .t-margin-bottom-15 {
    margin-bottom: 15px !important;
  }

  .t-margin-bottom-20 {
    margin-bottom: 20px !important;
  }

  .t-margin-bottom-25 {
    margin-bottom: 25px !important;
  }

  .t-margin-bottom-30 {
    margin-bottom: 30px !important;
  }

  .t-margin-bottom-35 {
    margin-bottom: 35px !important;
  }

  .t-margin-bottom-40 {
    margin-bottom: 40px !important;
  }

  .t-margin-bottom-45 {
    margin-bottom: 40px !important;
  }

  .t-margin-bottom-50 {
    margin-bottom: 50px !important;
  }

  .t-margin-bottom-55 {
    margin-bottom: 55px !important;
  }

  .t-margin-bottom-60 {
    margin-bottom: 60px !important;
  }

  .t-margin-bottom-70 {
    margin-bottom: 70px !important;
  }

  .t-margin-bottom-80 {
    margin-bottom: 80px !important;
  }

  .t-margin-bottom-90 {
    margin-bottom: 90px !important;
  }

  .t-margin-bottom-100 {
    margin-bottom: 100px !important;
  }

  .t-margin-bottom-5-n {
    margin-bottom: -5px !important;
  }

  .t-margin-bottom-10-n {
    margin-bottom: -10px !important;
  }

  .t-margin-bottom-15-n {
    margin-bottom: -15px !important;
  }

  .t-margin-bottom-20-n {
    margin-bottom: -20px !important;
  }

  .t-margin-bottom-25-n {
    margin-bottom: -25px !important;
  }

  .t-margin-bottom-30-n {
    margin-bottom: -30px !important;
  }

  .t-margin-bottom-35-n {
    margin-bottom: -35px !important;
  }

  .t-margin-bottom-40-n {
    margin-bottom: -40px !important;
  }

  .t-margin-bottom-45-n {
    margin-bottom: -45px !important;
  }

  .t-margin-bottom-50-n {
    margin-bottom: -50px !important;
  }

  .t-margin-bottom-55-n {
    margin-bottom: -55px !important;
  }

  .t-margin-bottom-60-n {
    margin-bottom: -60px !important;
  }

  .t-margin-bottom-607n {
    margin-bottom: -70px !important;
  }

  .t-margin-bottom-608n {
    margin-bottom: -80px !important;
  }

  .t-margin-bottom-609n {
    margin-bottom: -90px !important;
  }

  .t-margin-bottom-6010n {
    margin-bottom: -100px !important;
  }

  .t-margin-left-0 {
    margin-left: 0 !important;
  }

  .t-margin-left-5 {
    margin-left: 5px !important;
  }

  .t-margin-left-10 {
    margin-left: 10px !important;
  }

  .t-margin-left-15 {
    margin-left: 15px !important;
  }

  .t-margin-left-20 {
    margin-left: 20px !important;
  }

  .t-margin-left-25 {
    margin-left: 25px !important;
  }

  .t-margin-left-30 {
    margin-left: 30px !important;
  }

  .t-margin-left-35 {
    margin-left: 35px !important;
  }

  .t-margin-left-40 {
    margin-left: 40px !important;
  }

  .t-margin-left-45 {
    margin-left: 45px !important;
  }

  .t-margin-left-50 {
    margin-left: 50px !important;
  }

  .t-margin-left-55 {
    margin-left: 60px !important;
  }

  .t-margin-left-75 {
    margin-left: 70px !important;
  }

  .t-margin-left-85 {
    margin-left: 80px !important;
  }

  .t-margin-left-95 {
    margin-left: 90px !important;
  }

  .t-margin-left-105 {
    margin-left: 100px !important;
  }

  .t-margin-left-60 {
    margin-left: 60px !important;
  }

  .t-margin-left-70 {
    margin-left: 70px !important;
  }

  .t-margin-left-80 {
    margin-left: 80px !important;
  }

  .t-margin-left-90 {
    margin-left: 90px !important;
  }

  .t-margin-left-100 {
    margin-left: 100px !important;
  }

  .t-margin-left-5-n {
    margin-left: -5px !important;
  }

  .t-margin-left-10-n {
    margin-left: -10px !important;
  }

  .t-margin-left-15-n {
    margin-left: -15px !important;
  }

  .t-margin-left-20-n {
    margin-left: -20px !important;
  }

  .t-margin-left-25-n {
    margin-left: -25px !important;
  }

  .t-margin-left-30-n {
    margin-left: -30px !important;
  }

  .t-margin-left-35-n {
    margin-left: -35px !important;
  }

  .t-margin-left-40-n {
    margin-left: -40px !important;
  }

  .t-margin-left-45-n {
    margin-left: -45px !important;
  }

  .t-margin-left-50-n {
    margin-left: -50px !important;
  }

  .t-margin-left-55-n {
    margin-left: -55px !important;
  }

  .t-margin-left-60-n {
    margin-left: -60px !important;
  }

  .t-margin-left-607n {
    margin-left: -70px !important;
  }

  .t-margin-left-608n {
    margin-left: -80px !important;
  }

  .t-margin-left-609n {
    margin-left: -90px !important;
  }

  .t-margin-left-6010n {
    margin-left: -100px !important;
  }

  .t-padding-0 {
    padding: 0 !important;
  }

  .t-padding-5 {
    padding: 5px !important;
  }

  .t-padding-10 {
    padding: 10px !important;
  }

  .t-padding-15 {
    padding: 15px !important;
  }

  .t-padding-20 {
    padding: 20px !important;
  }

  .t-padding-25 {
    padding: 25px !important;
  }

  .t-padding-30 {
    padding: 30px !important;
  }

  .t-padding-35 {
    padding: 35px !important;
  }

  .t-padding-40 {
    padding: 40px !important;
  }

  .t-padding-45 {
    padding: 45px !important;
  }

  .t-padding-50 {
    padding: 50px !important;
  }

  .t-padding-55 {
    padding: 55px !important;
  }

  .t-padding-60 {
    padding: 60px !important;
  }

  .t-padding-70 {
    padding: 70px !important;
  }

  .t-padding-80 {
    padding: 80px !important;
  }

  .t-padding-90 {
    padding: 90px !important;
  }

  .t-padding-100 {
    padding: 100px !important;
  }

  .t-padding-left-0 {
    padding-left: 0 !important;
  }

  .t-padding-left-5 {
    padding-left: 5px !important;
  }

  .t-padding-left-10 {
    padding-left: 10px !important;
  }

  .t-padding-left-15 {
    padding-left: 15px !important;
  }

  .t-padding-left-20 {
    padding-left: 20px !important;
  }

  .t-padding-left-25 {
    padding-left: 25px !important;
  }

  .t-padding-left-30 {
    padding-left: 30px !important;
  }

  .t-padding-left-35 {
    padding-left: 35px !important;
  }

  .t-padding-left-40 {
    padding-left: 40px !important;
  }

  .t-padding-left-45 {
    padding-left: 45px !important;
  }

  .t-padding-left-50 {
    padding-left: 50px !important;
  }

  .t-padding-left-55 {
    padding-left: 55px !important;
  }

  .t-padding-left-60 {
    padding-left: 60px !important;
  }

  .t-padding-left-70 {
    padding-left: 70px !important;
  }

  .t-padding-left-80 {
    padding-left: 80px !important;
  }

  .t-padding-left-90 {
    padding-left: 90px !important;
  }

  .t-padding-left-100 {
    padding-left: 100px !important;
  }

  .t-padding-right-0 {
    padding-right: 0 !important;
  }

  .t-padding-right-5 {
    padding-right: 5px !important;
  }

  .t-padding-right-10 {
    padding-right: 10px !important;
  }

  .t-padding-right-15 {
    padding-right: 15px !important;
  }

  .t-padding-right-20 {
    padding-right: 20px !important;
  }

  .t-padding-right-25 {
    padding-right: 25px !important;
  }

  .t-padding-right-30 {
    padding-right: 30px !important;
  }

  .t-padding-right-35 {
    padding-right: 35px !important;
  }

  .t-padding-right-40 {
    padding-right: 40px !important;
  }

  .t-padding-right-45 {
    padding-right: 45px !important;
  }

  .t-padding-right-50 {
    padding-right: 50px !important;
  }

  .t-padding-right-55 {
    padding-right: 55px !important;
  }

  .t-padding-right-60 {
    padding-right: 60px !important;
  }

  .t-padding-right-70 {
    padding-right: 70px !important;
  }

  .t-padding-right-80 {
    padding-right: 80px !important;
  }

  .t-padding-right-90 {
    padding-right: 90px !important;
  }

  .t-padding-right-100 {
    padding-right: 100px !important;
  }

  .t-padding-top-0 {
    padding-top: 0 !important;
  }

  .t-padding-top-5 {
    padding-top: 5px !important;
  }

  .t-padding-top-10 {
    padding-top: 10px !important;
  }

  .t-padding-top-15 {
    padding-top: 15px !important;
  }

  .t-padding-top-20 {
    padding-top: 20px !important;
  }

  .t-padding-top-25 {
    padding-top: 25px !important;
  }

  .t-padding-top-30 {
    padding-top: 30px !important;
  }

  .t-padding-top-35 {
    padding-top: 35px !important;
  }

  .t-padding-top-40 {
    padding-top: 40px !important;
  }

  .t-padding-top-45 {
    padding-top: 45px !important;
  }

  .t-padding-top-50 {
    padding-top: 50px !important;
  }

  .t-padding-top-55 {
    padding-top: 55px !important;
  }

  .t-padding-top-60 {
    padding-top: 60px !important;
  }

  .t-padding-top-70 {
    padding-top: 70px !important;
  }

  .t-padding-top-80 {
    padding-top: 80px !important;
  }

  .t-padding-top-90 {
    padding-top: 90px !important;
  }

  .t-padding-top-100 {
    padding-top: 100px !important;
  }

  .t-padding-bottom-0 {
    padding-bottom: 0 !important;
  }

  .t-padding-bottom-5 {
    padding-bottom: 5px !important;
  }

  .t-padding-bottom-10 {
    padding-bottom: 10px !important;
  }

  .t-padding-bottom-15 {
    padding-bottom: 15px !important;
  }

  .t-padding-bottom-20 {
    padding-bottom: 20px !important;
  }

  .t-padding-bottom-25 {
    padding-bottom: 25px !important;
  }

  .t-padding-bottom-30 {
    padding-bottom: 30px !important;
  }

  .t-padding-bottom-35 {
    padding-bottom: 35px !important;
  }

  .t-padding-bottom-40 {
    padding-bottom: 40px !important;
  }

  .t-padding-bottom-45 {
    padding-bottom: 45px !important;
  }

  .t-padding-bottom-50 {
    padding-bottom: 50px !important;
  }

  .t-padding-bottom-55 {
    padding-bottom: 55px !important;
  }

  .t-padding-bottom-60 {
    padding-bottom: 60px !important;
  }

  .t-padding-bottom-70 {
    padding-bottom: 70px !important;
  }

  .t-padding-bottom-80 {
    padding-bottom: 80px !important;
  }

  .t-padding-bottom-90 {
    padding-bottom: 90px !important;
  }

  .t-padding-bottom-100 {
    padding-bottom: 100px !important;
  }

  .t-padding-3-h {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .t-padding-3-v {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .t-margin-3-h-n {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .t-margin-3-v-n {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .t-padding-10-x {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .t-padding-10-y {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .t-margin-10-x-n {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .t-margin-10-y-n {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .t-padding-20-x {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .t-padding-20-y {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .t-margin-20-x-n {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .t-margin-20-y-n {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .t-gap-0 {
    gap: 0 !important;
  }

  .t-gap-5 {
    gap: 5px !important;
  }

  .t-gap-10 {
    gap: 10px !important;
  }

  .t-gap-15 {
    gap: 15px !important;
  }

  .t-gap-20 {
    gap: 20px !important;
  }

  .t-gap-25 {
    gap: 25px !important;
  }

  .t-gap-30 {
    gap: 30px !important;
  }

  .t-gap-35 {
    gap: 35px !important;
  }

  .t-gap-40 {
    gap: 40px !important;
  }

  .t-gap-45 {
    gap: 45px !important;
  }

  .t-gap-50 {
    gap: 50px !important;
  }

  .t-gap-55 {
    gap: 55px !important;
  }

  .t-gap-60 {
    gap: 60px !important;
  }

  .t-gap-70 {
    gap: 70px !important;
  }

  .t-gap-80 {
    gap: 80px !important;
  }

  .t-gap-90 {
    gap: 90px !important;
  }

  .t-gap-100 {
    gap: 100px !important;
  }

  .t-left-0 {
    left: 0 !important;
  }

  .t-right-0 {
    right: 0 !important;
  }

  .t-top-0 {
    top: 0 !important;
  }

  .t-bottom-0 {
    bottom: 0 !important;
  }

  .t-border-radius-0 {
    border-radius: 0 !important;
  }

  .t-border-radius-1 {
    border-radius: 1px !important;
  }

  .t-border-radius-2 {
    border-radius: 2px !important;
  }

  .t-border-radius-3 {
    border-radius: 3px !important;
  }

  .t-border-radius-4 {
    border-radius: 4px !important;
  }

  .t-border-radius-5 {
    border-radius: 5px !important;
  }

  .t-border-radius-6 {
    border-radius: 6px !important;
  }

  .t-border-radius-7 {
    border-radius: 7px !important;
  }

  .t-border-radius-8 {
    border-radius: 8px !important;
  }

  .t-border-radius-9 {
    border-radius: 9px !important;
  }

  .t-border-radius-10 {
    border-radius: 10px !important;
  }

  .t-border-radius-15 {
    border-radius: 15px !important;
  }

  .t-border-radius-20 {
    border-radius: 20px !important;
  }

  .t-border-radius-25 {
    border-radius: 25px !important;
  }

  .t-border-radius-30 {
    border-radius: 30px !important;
  }

  .t-border-radius-35 {
    border-radius: 35px !important;
  }

  .t-border-radius-40 {
    border-radius: 40px !important;
  }

  .t-border-radius-50 {
    border-radius: 50% !important;
  }

  .t-border-none {
    border: none !important;
  }

  .t-border-right-none {
    border-right: none !important;
  }

  .t-border-left-none {
    border-left: none !important;
  }

  .t-border-top-none {
    border-top: none !important;
  }

  .t-border-bottom-none {
    border-bottom: none !important;
  }

  .t-overflow-hidden {
    overflow: hidden !important;
  }

  .t-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .t-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .t-overflow-auto {
    overflow: auto !important;
  }

  .t-overflow-x-auto {
    overflow-x: auto !important;
  }

  .t-overflow-y-auto {
    overflow-y: auto !important;
  }

  .t-overflow-visible {
    overflow: visible !important;
  }

  .t-overflow-x-visible {
    overflow-x: visible !important;
  }

  .t-overflow-y-visible {
    overflow-y: visible !important;
  }

  .t-overflow-scroll {
    overflow: scroll !important;
  }

  .t-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .t-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .t-float-left {
    float: left !important;
  }

  .t-float-right {
    float: right !important;
  }

  .t-float-none {
    float: none !important;
  }

  .t-clear-left {
    clear: left !important;
  }

  .t-clear-right {
    clear: right !important;
  }

  .t-clear-both {
    clear: both !important;
  }

  .t-clear-none {
    clear: none !important;
  }

  .t-text-center {
    text-align: center !important;
  }

  .t-text-right {
    text-align: right !important;
  }

  .t-text-left {
    text-align: left !important;
  }

  .t-text-justify {
    text-align: justify !important;
  }

  .t-color-white {
    color: white !important;
  }

  .t-color-black {
    color: black !important;
  }

  .t-color-gray {
    color: gray !important;
  }

  .t-color-dourado {
    color: #daa520 !important;
  }

  .t-color-red {
    color: red !important;
  }

  .t-color-blue {
    color: blue !important;
  }

  .t-color-green {
    color: green !important;
  }

  .t-color-yellow {
    color: yellow !important;
  }

  .t-text-initial {
    text-transform: initial;
  }

  .t-text-uppercase,
  .t-transform-uppercase,
  .t-uppercase {
    text-transform: uppercase !important;
  }

  .t-text-lowercase,
  .t-transform-lowercase,
  .t-lowercase {
    text-transform: lowercase !important;
  }

  .t-text-none,
  .t-transform-none,
  .t-text-none {
    text-transform: none !important;
  }

  .t-letter-spacing-0 {
    letter-spacing: 0 !important;
  }

  .t-letter-spacing-1 {
    letter-spacing: 1px !important;
  }

  .t-letter-spacing-2 {
    letter-spacing: 2px !important;
  }

  .t-letter-spacing-3 {
    letter-spacing: 3px !important;
  }

  .t-letter-spacing-4 {
    letter-spacing: 4px !important;
  }

  .t-letter-spacing-5 {
    letter-spacing: 5px !important;
  }

  .t-font-normal,
  .t-weight-normal {
    font-weight: normal !important;
  }

  .t-font-bold,
  .t-weight-bold,
  .t-bold {
    font-weight: bold !important;
  }

  .t-font-lighter,
  .t-weight-lighter,
  .t-lighter {
    font-weight: 200 !important;
  }

  .t-font-weight-100 {
    font-weight: 100 !important;
  }

  .t-font-weight-200 {
    font-weight: 200 !important;
  }

  .t-font-weight-300 {
    font-weight: 300 !important;
  }

  .t-font-weight-400 {
    font-weight: 400 !important;
  }

  .t-font-weight-500 {
    font-weight: 500 !important;
  }

  .t-font-weight-600 {
    font-weight: 600 !important;
  }

  .t-font-weight-700 {
    font-weight: 700 !important;
  }

  .t-font-weight-800 {
    font-weight: 800 !important;
  }

  .t-font-weight-900 {
    font-weight: 900 !important;
  }

  .t-font-size-8 {
    font-size: 8px !important;
  }

  .t-font-size-9 {
    font-size: 9px !important;
  }

  .t-font-size-10 {
    font-size: 10px !important;
  }

  .t-font-size-11 {
    font-size: 11px !important;
  }

  .t-font-size-12 {
    font-size: 12px !important;
  }

  .t-font-size-13 {
    font-size: 13px !important;
  }

  .t-font-size-14 {
    font-size: 14px !important;
  }

  .t-font-size-15 {
    font-size: 15px !important;
  }

  .t-font-size-16 {
    font-size: 16px !important;
  }

  .t-font-size-17 {
    font-size: 17px !important;
  }

  .t-font-size-18 {
    font-size: 18px !important;
  }

  .t-font-size-19 {
    font-size: 19px !important;
  }

  .t-font-size-20 {
    font-size: 20px !important;
  }

  .t-font-size-21 {
    font-size: 21px !important;
  }

  .t-font-size-22 {
    font-size: 22px !important;
  }

  .t-font-size-23 {
    font-size: 23px !important;
  }

  .t-font-size-24 {
    font-size: 24px !important;
  }

  .t-font-size-25 {
    font-size: 25px !important;
  }

  .t-font-size-26 {
    font-size: 26px !important;
  }

  .t-font-size-27 {
    font-size: 27px !important;
  }

  .t-font-size-28 {
    font-size: 28px !important;
  }

  .t-font-size-29 {
    font-size: 29px !important;
  }

  .t-font-size-30 {
    font-size: 30px !important;
  }

  .t-font-size-32 {
    font-size: 32px !important;
  }

  .t-font-size-33 {
    font-size: 33px !important;
  }

  .t-font-size-34 {
    font-size: 34px !important;
  }

  .t-font-size-35 {
    font-size: 35px !important;
  }

  .t-font-size-40 {
    font-size: 40px !important;
  }

  .t-font-size-45 {
    font-size: 45px !important;
  }

  .t-font-size-50 {
    font-size: 50px !important;
  }

  .t-font-size-60 {
    font-size: 60px !important;
  }

  .t-font-size-70 {
    font-size: 70px !important;
  }

  .t-font-size-80 {
    font-size: 80px !important;
  }

  .t-font-size-90 {
    font-size: 90px !important;
  }

  .t-font-size-100 {
    font-size: 100px !important;
  }

  .t-font-size-70 {
    font-size: 70px
  }

  .t-bg-none {
    background: none !important;
  }

  .t-bg-black {
    background-color: black !important;
  }

  .t-bg-white {
    background-color: white !important;
  }

  .t-bg-gold {
    background-color: #daa520 !important;
  }

  .t-bg-red {
    background-color: red !important;
  }

  .t-bg-blue {
    background-color: blue !important;
  }

  .t-bg-yellow {
    background-color: yellow !important;
  }

  .t-bg-orange {
    background-color: orange !important;
  }

  .t-bg-green {
    background-color: green !important;
  }

  .t-opacity-0 {
    opacity: 0 !important;
  }

  .t-opacity-1 {
    opacity: 0.1 !important;
  }

  .t-opacity-2 {
    opacity: 0.2 !important;
  }

  .t-opacity-3 {
    opacity: 0.3 !important;
  }

  .t-opacity-4 {
    opacity: 0.4 !important;
  }

  .t-opacity-5 {
    opacity: 0.5 !important;
  }

  .t-opacity-6 {
    opacity: 0.6 !important;
  }

  .t-opacity-7 {
    opacity: 0.7 !important;
  }

  .t-opacity-8 {
    opacity: 0.8 !important;
  }

  .t-opacity-9 {
    opacity: 0.9 !important;
  }

  .t-opacity-10 {
    opacity: 1 !important;
  }

  .t-decoration-none,
  .t-text-decoration-none {
    text-decoration: none !important;
  }

  .t-decoration-underline,
  .t-text-decoration-underline,
  .t-text-underline {
    text-decoration: underline !important;
  }

  .t-font-italic {
    font-style: italic !important;
  }

  .t-position-relative {
    position: relative !important;
  }

  .t-position-absolute {
    position: absolute !important;
  }

  .t-position-fixed {
    position: fixed !important;
  }

  .t-position-static {
    position: static !important;
  }

  .t-display-flex {
    display: flex !important;
  }

  .t-display-inline {
    display: inline;
  }

  .t-display-inline-block,
  .t-display-ib {
    display: inline-block !important;
  }

  .t-display-table {
    display: table !important;
  }

  .t-display-table-cell {
    display: table-cell !important;
  }

  .t-display-none {
    display: none !important;
  }

  .t-display-block {
    display: block !important;
  }

  .t-flex-none {
    flex: none !important;
  }

  .t-flex-1 {
    flex: 1 !important;
  }

  .t-flex-2 {
    flex: 2 !important;
  }

  .t-flex-3 {
    flex: 3 !important;
  }

  .t-flex-4 {
    flex: 4 !important;
  }

  .t-flex-5 {
    flex: 5 !important;
  }

  .t-flex-6 {
    flex: 6 !important;
  }

  .t-flex-7 {
    flex: 7 !important;
  }

  .t-flex-8 {
    flex: 8 !important;
  }

  .t-flex-9 {
    flex: 9 !important;
  }

  .t-flex-10 {
    flex: 10 !important;
  }

  .t-flex-11 {
    flex: 11 !important;
  }

  .t-flex-12 {
    flex: 12 !important;
  }

  .t-flex-basis-0 {
    flex-basis: 0% !important;
  }

  .t-flex-basis-1 {
    flex-basis: 10% !important;
  }

  .t-flex-basis-2 {
    flex-basis: 20% !important;
  }

  .t-flex-basis-3 {
    flex-basis: 30% !important;
  }

  .t-flex-basis-4 {
    flex-basis: 40% !important;
  }

  .t-flex-basis-5 {
    flex-basis: 50% !important;
  }

  .t-flex-basis-6 {
    flex-basis: 60% !important;
  }

  .t-flex-basis-7 {
    flex-basis: 70% !important;
  }

  .t-flex-basis-8 {
    flex-basis: 80% !important;
  }

  .t-flex-basis-9 {
    flex-basis: 90% !important;
  }

  .t-flex-basis-10 {
    flex-basis: 100% !important;
  }

  .t-justify-center {
    justify-content: center !important;
  }

  .t-justify-start {
    justify-content: flex-start !important;
  }

  .t-justify-end {
    justify-content: flex-end !important;
  }

  .t-justify-between {
    justify-content: space-between !important;
  }

  .t-justify-around {
    justify-content: space-around !important;
  }

  .t-align-center {
    align-items: center !important;
  }

  .t-align-start {
    align-items: flex-start !important;
  }

  .t-align-end {
    align-items: flex-end !important;
  }

  .t-align-baseline {
    align-items: baseline !important;
  }

  .t-flex-wrap {
    flex-wrap: wrap !important;
  }

  /* CSS RÁPIDO*/

}

@media not screen and (min-width: 650px) {

  /*GRIDS*/
  .m-w-0 {
    width: 0 !important;
  }

  .m-w-05 {
    width: 5% !important;
  }

  .m-w-1 {
    width: 10% !important;
  }

  .m-w-15 {
    width: 15% !important;
  }

  .m-w-2 {
    width: 20% !important;
  }

  .m-w-25 {
    width: 25% !important;
  }

  .m-w-3 {
    width: 30% !important;
  }

  .m-w-33 {
    width: 33.33% !important;
  }

  .m-w-35 {
    width: 35% !important;
  }

  .m-w-4 {
    width: 40% !important;
  }

  .m-w-45 {
    width: 45% !important;
  }

  .m-w-5 {
    width: 50% !important;
  }

  .m-w-6 {
    width: 60% !important;
  }

  .m-w-66 {
    width: 66.66% !important;
  }

  .m-w-7 {
    width: 70% !important;
  }

  .m-w-75 {
    width: 75% !important;
  }

  .m-w-8 {
    width: 80% !important;
  }

  .m-w-9 {
    width: 90% !important;
  }

  .m-w-10 {
    width: 100% !important;
  }

  .m-w-auto {
    width: auto !important;
  }

  .m-w-fit-content {
    width: fit-content !important;
    width: -moz-fit-content !important;
    width: -webkit-fit-content !important;
  }

  .m-max-w-content {
    width: max-content !important;
    width: -moz-max-content !important;
    width: -webkit-max-content !important;
  }

  .m-max-w-05 {
    max-width: 5% !important;
  }

  .m-max-w-1 {
    max-width: 10% !important;
  }

  .m-max-w-15 {
    max-width: 15% !important;
  }

  .m-max-w-2 {
    max-width: 20% !important;
  }

  .m-max-w-25 {
    max-width: 25% !important;
  }

  .m-max-w-3 {
    max-width: 30% !important;
  }

  .m-max-w-33 {
    max-width: 33.33% !important;
  }

  .m-max-w-35 {
    max-width: 35% !important;
  }

  .m-max-w-4 {
    max-width: 40% !important;
  }

  .m-max-w-45 {
    max-width: 45% !important;
  }

  .m-max-w-5 {
    max-width: 50% !important;
  }

  .m-max-w-6 {
    max-width: 60% !important;
  }

  .m-max-w-66 {
    max-width: 66.66% !important;
  }

  .m-max-w-7 {
    max-width: 70% !important;
  }

  .m-max-w-75 {
    max-width: 75% !important;
  }

  .m-max-w-8 {
    max-width: 80% !important;
  }

  .m-max-w-9 {
    max-width: 90% !important;
  }

  .m-max-w-10 {
    max-width: 100% !important;
  }

  .m-max-w-none {
    max-width: none !important;
  }

  .m-min-w-05 {
    min-width: 5% !important;
  }

  .m-min-w-1 {
    min-width: 10% !important;
  }

  .m-min-w-15 {
    min-width: 15% !important;
  }

  .m-min-w-2 {
    min-width: 20% !important;
  }

  .m-min-w-25 {
    min-width: 25% !important;
  }

  .m-min-w-3 {
    min-width: 30% !important;
  }

  .m-min-w-33 {
    min-width: 33.33% !important;
  }

  .m-min-w-35 {
    min-width: 35% !important;
  }

  .m-min-w-4 {
    min-width: 40% !important;
  }

  .m-min-w-45 {
    min-width: 45% !important;
  }

  .m-min-w-5 {
    min-width: 50% !important;
  }

  .m-min-w-6 {
    min-width: 60% !important;
  }

  .m-min-w-66 {
    min-width: 66.66% !important;
  }

  .m-min-w-7 {
    min-width: 70% !important;
  }

  .m-min-w-75 {
    min-width: 75% !important;
  }

  .m-min-w-8 {
    min-width: 80% !important;
  }

  .m-min-w-9 {
    min-width: 90% !important;
  }

  .m-min-w-10 {
    min-width: 100% !important;
  }

  .m-h-0 {
    height: 0 !important;
  }

  .m-h-25 {
    height: 25% !important;
  }

  .m-h-33 {
    height: 33.33% !important;
  }

  .m-h-5 {
    height: 50% !important;
  }

  .m-h-66 {
    height: 66.66% !important;
  }

  .m-h-75 {
    height: 75% !important;
  }

  .m-h-10 {
    height: 100% !important;
  }

  .m-h-auto {
    height: auto !important;
  }

  .m-max-h-0 {
    max-height: 0 !important;
  }

  .m-max-h-25 {
    max-height: 25% !important;
  }

  .m-max-h-33 {
    max-height: 33.33% !important;
  }

  .m-max-h-5 {
    max-height: 50% !important;
  }

  .m-max-h-66 {
    max-height: 66.66% !important;
  }

  .m-max-h-75 {
    max-height: 75% !important;
  }

  .m-max-h-10 {
    max-height: 100% !important;
  }

  .m-max-h-none {
    max-height: none !important;
  }

  .m-min-h-0 {
    min-height: 0 !important;
  }

  .m-min-h-25 {
    min-height: 25% !important;
  }

  .m-min-h-33 {
    min-height: 33.33% !important;
  }

  .m-min-h-5 {
    min-height: 50% !important;
  }

  .m-min-h-66 {
    min-height: 66.66% !important;
  }

  .m-min-h-75 {
    min-height: 75% !important;
  }

  .m-min-h-10 {
    min-height: 100% !important;
  }

  /* CSS RÁPIDO*/
  .m-margin-auto-x {
    margin-left: auto;
    margin-right: auto;
  }

  .m-margin-auto-v {
    margin-top: auto;
    margin-bottom: auto;
  }

  .m-margin-auto {
    margin: auto;
  }

  .m-margin-0 {
    margin: 0 !important;
  }

  .m-margin-5 {
    margin: 5px !important;
  }

  .m-margin-10 {
    margin: 10px !important;
  }

  .m-margin-15 {
    margin: 15px !important;
  }

  .m-margin-20 {
    margin: 20px !important;
  }

  .m-margin-25 {
    margin: 25px !important;
  }

  .m-margin-30 {
    margin: 30px !important;
  }

  .m-margin-35 {
    margin: 35px !important;
  }

  .m-margin-40 {
    margin: 40px !important;
  }

  .m-margin-45 {
    margin: 45px !important;
  }

  .m-margin-50 {
    margin: 50px !important;
  }

  .m-margin-55 {
    margin: 55px !important;
  }

  .m-margin-60 {
    margin: 60px !important;
  }

  .m-margin-70 {
    margin: 70px !important;
  }

  .m-margin-80 {
    margin: 80px !important;
  }

  .m-margin-90 {
    margin: 90px !important;
  }

  .m-margin-100 {
    margin: 100px !important;
  }

  .m-margin-top-0 {
    margin-top: 0 !important;
  }

  .m-margin-top-5 {
    margin-top: 5px !important;
  }

  .m-margin-top-10 {
    margin-top: 10px !important;
  }

  .m-margin-top-15 {
    margin-top: 15px !important;
  }

  .m-margin-top-20 {
    margin-top: 20px !important;
  }

  .m-margin-top-25 {
    margin-top: 25px !important;
  }

  .m-margin-top-30 {
    margin-top: 30px !important;
  }

  .m-margin-top-35 {
    margin-top: 35px !important;
  }

  .m-margin-top-40 {
    margin-top: 40px !important;
  }

  .m-margin-top-45 {
    margin-top: 45px !important;
  }

  .m-margin-top-50 {
    margin-top: 50px !important;
  }

  .m-margin-top-55 {
    margin-top: 55px !important;
  }

  .m-margin-top-60 {
    margin-top: 60px !important;
  }

  .m-margin-top-70 {
    margin-top: 70px !important;
  }

  .m-margin-top-80 {
    margin-top: 80px !important;
  }

  .m-margin-top-90 {
    margin-top: 90px !important;
  }

  .m-margin-top-100 {
    margin-top: 100px !important;
  }

  .m-margin-top-5-n {
    margin-top: -5px !important;
  }

  .m-margin-top-10-n {
    margin-top: -10px !important;
  }

  .m-margin-top-15-n {
    margin-top: -15px !important;
  }

  .m-margin-top-20-n {
    margin-top: -20px !important;
  }

  .m-margin-top-25-n {
    margin-top: -25px !important;
  }

  .m-margin-top-30-n {
    margin-top: -30px !important;
  }

  .m-margin-top-35-n {
    margin-top: -35px !important;
  }

  .m-margin-top-40-n {
    margin-top: -40px !important;
  }

  .m-margin-top-45-n {
    margin-top: -45px !important;
  }

  .m-margin-top-50-n {
    margin-top: -50px !important;
  }

  .m-margin-top-55-n {
    margin-top: -55px !important;
  }

  .m-margin-top-60-n {
    margin-top: -60px !important;
  }

  .m-margin-top-607n {
    margin-top: -70px !important;
  }

  .m-margin-top-608n {
    margin-top: -80px !important;
  }

  .m-margin-top-609n {
    margin-top: -90px !important;
  }

  .m-margin-top-6010n {
    margin-top: -100px !important;
  }

  .m-margin-right-0 {
    margin-right: 0 !important;
  }

  .m-margin-right-5 {
    margin-right: 5px !important;
  }

  .m-margin-right-10 {
    margin-right: 10px !important;
  }

  .m-margin-right-15 {
    margin-right: 15px !important;
  }

  .m-margin-right-20 {
    margin-right: 20px !important;
  }

  .m-margin-right-25 {
    margin-right: 25px !important;
  }

  .m-margin-right-30 {
    margin-right: 30px !important;
  }

  .m-margin-right-35 {
    margin-right: 35px !important;
  }

  .m-margin-right-40 {
    margin-right: 40px !important;
  }

  .m-margin-right-45 {
    margin-right: 45px !important;
  }

  .m-margin-right-50 {
    margin-right: 50px !important;
  }

  .m-margin-right-55 {
    margin-right: 55px !important;
  }

  .m-margin-right-60 {
    margin-right: 60px !important;
  }

  .m-margin-right-70 {
    margin-right: 70px !important;
  }

  .m-margin-right-80 {
    margin-right: 80px !important;
  }

  .m-margin-right-90 {
    margin-right: 90px !important;
  }

  .m-margin-right-100 {
    margin-right: 100px !important;
  }

  .m-margin-right-5-n {
    margin-right: -5px !important;
  }

  .m-margin-right-10-n {
    margin-right: -10px !important;
  }

  .m-margin-right-15-n {
    margin-right: -15px !important;
  }

  .m-margin-right-20-n {
    margin-right: -20px !important;
  }

  .m-margin-right-25-n {
    margin-right: -25px !important;
  }

  .m-margin-right-30-n {
    margin-right: -30px !important;
  }

  .m-margin-right-35-n {
    margin-right: -35px !important;
  }

  .m-margin-right-40-n {
    margin-right: -40px !important;
  }

  .m-margin-right-45-n {
    margin-right: -45px !important;
  }

  .m-margin-right-50-n {
    margin-right: -50px !important;
  }

  .m-margin-right-55-n {
    margin-right: -55px !important;
  }

  .m-margin-right-60-n {
    margin-right: -60px !important;
  }

  .m-margin-right-607n {
    margin-right: -70px !important;
  }

  .m-margin-right-608n {
    margin-right: -80px !important;
  }

  .m-margin-right-609n {
    margin-right: -90px !important;
  }

  .m-margin-right-6010n {
    margin-right: -100px !important;
  }

  .m-margin-bottom-0 {
    margin-bottom: 0 !important;
  }

  .m-margin-bottom-5 {
    margin-bottom: 5px !important;
  }

  .m-margin-bottom-10 {
    margin-bottom: 10px !important;
  }

  .m-margin-bottom-15 {
    margin-bottom: 15px !important;
  }

  .m-margin-bottom-20 {
    margin-bottom: 20px !important;
  }

  .m-margin-bottom-25 {
    margin-bottom: 25px !important;
  }

  .m-margin-bottom-30 {
    margin-bottom: 30px !important;
  }

  .m-margin-bottom-35 {
    margin-bottom: 35px !important;
  }

  .m-margin-bottom-40 {
    margin-bottom: 40px !important;
  }

  .m-margin-bottom-45 {
    margin-bottom: 40px !important;
  }

  .m-margin-bottom-50 {
    margin-bottom: 50px !important;
  }

  .m-margin-bottom-55 {
    margin-bottom: 55px !important;
  }

  .m-margin-bottom-60 {
    margin-bottom: 60px !important;
  }

  .m-margin-bottom-70 {
    margin-bottom: 70px !important;
  }

  .m-margin-bottom-80 {
    margin-bottom: 80px !important;
  }

  .m-margin-bottom-90 {
    margin-bottom: 90px !important;
  }

  .m-margin-bottom-100 {
    margin-bottom: 100px !important;
  }

  .m-margin-bottom-5-n {
    margin-bottom: -5px !important;
  }

  .m-margin-bottom-10-n {
    margin-bottom: -10px !important;
  }

  .m-margin-bottom-15-n {
    margin-bottom: -15px !important;
  }

  .m-margin-bottom-20-n {
    margin-bottom: -20px !important;
  }

  .m-margin-bottom-25-n {
    margin-bottom: -25px !important;
  }

  .m-margin-bottom-30-n {
    margin-bottom: -30px !important;
  }

  .m-margin-bottom-35-n {
    margin-bottom: -35px !important;
  }

  .m-margin-bottom-40-n {
    margin-bottom: -40px !important;
  }

  .m-margin-bottom-45-n {
    margin-bottom: -45px !important;
  }

  .m-margin-bottom-50-n {
    margin-bottom: -50px !important;
  }

  .m-margin-bottom-55-n {
    margin-bottom: -55px !important;
  }

  .m-margin-bottom-60-n {
    margin-bottom: -60px !important;
  }

  .m-margin-bottom-607n {
    margin-bottom: -70px !important;
  }

  .m-margin-bottom-608n {
    margin-bottom: -80px !important;
  }

  .m-margin-bottom-609n {
    margin-bottom: -90px !important;
  }

  .m-margin-bottom-6010n {
    margin-bottom: -100px !important;
  }

  .m-margin-left-0 {
    margin-left: 0 !important;
  }

  .m-margin-left-5 {
    margin-left: 5px !important;
  }

  .m-margin-left-10 {
    margin-left: 10px !important;
  }

  .m-margin-left-15 {
    margin-left: 15px !important;
  }

  .m-margin-left-20 {
    margin-left: 20px !important;
  }

  .m-margin-left-25 {
    margin-left: 25px !important;
  }

  .m-margin-left-30 {
    margin-left: 30px !important;
  }

  .m-margin-left-35 {
    margin-left: 35px !important;
  }

  .m-margin-left-40 {
    margin-left: 40px !important;
  }

  .m-margin-left-45 {
    margin-left: 45px !important;
  }

  .m-margin-left-50 {
    margin-left: 50px !important;
  }

  .m-margin-left-55 {
    margin-left: 60px !important;
  }

  .m-margin-left-75 {
    margin-left: 70px !important;
  }

  .m-margin-left-85 {
    margin-left: 80px !important;
  }

  .m-margin-left-95 {
    margin-left: 90px !important;
  }

  .m-margin-left-105 {
    margin-left: 100px !important;
  }

  .m-margin-left-60 {
    margin-left: 60px !important;
  }

  .m-margin-left-70 {
    margin-left: 70px !important;
  }

  .m-margin-left-80 {
    margin-left: 80px !important;
  }

  .m-margin-left-90 {
    margin-left: 90px !important;
  }

  .m-margin-left-100 {
    margin-left: 100px !important;
  }

  .m-margin-left-5-n {
    margin-left: -5px !important;
  }

  .m-margin-left-10-n {
    margin-left: -10px !important;
  }

  .m-margin-left-15-n {
    margin-left: -15px !important;
  }

  .m-margin-left-20-n {
    margin-left: -20px !important;
  }

  .m-margin-left-25-n {
    margin-left: -25px !important;
  }

  .m-margin-left-30-n {
    margin-left: -30px !important;
  }

  .m-margin-left-35-n {
    margin-left: -35px !important;
  }

  .m-margin-left-40-n {
    margin-left: -40px !important;
  }

  .m-margin-left-45-n {
    margin-left: -45px !important;
  }

  .m-margin-left-50-n {
    margin-left: -50px !important;
  }

  .m-margin-left-55-n {
    margin-left: -55px !important;
  }

  .m-margin-left-60-n {
    margin-left: -60px !important;
  }

  .m-margin-left-607n {
    margin-left: -70px !important;
  }

  .m-margin-left-608n {
    margin-left: -80px !important;
  }

  .m-margin-left-609n {
    margin-left: -90px !important;
  }

  .m-margin-left-6010n {
    margin-left: -100px !important;
  }

  .m-padding-0 {
    padding: 0 !important;
  }

  .m-padding-5 {
    padding: 5px !important;
  }

  .m-padding-10 {
    padding: 10px !important;
  }

  .m-padding-15 {
    padding: 15px !important;
  }

  .m-padding-20 {
    padding: 20px !important;
  }

  .m-padding-25 {
    padding: 25px !important;
  }

  .m-padding-30 {
    padding: 30px !important;
  }

  .m-padding-35 {
    padding: 35px !important;
  }

  .m-padding-40 {
    padding: 40px !important;
  }

  .m-padding-45 {
    padding: 45px !important;
  }

  .m-padding-50 {
    padding: 50px !important;
  }

  .m-padding-55 {
    padding: 55px !important;
  }

  .m-padding-60 {
    padding: 60px !important;
  }

  .m-padding-70 {
    padding: 70px !important;
  }

  .m-padding-80 {
    padding: 80px !important;
  }

  .m-padding-90 {
    padding: 90px !important;
  }

  .m-padding-100 {
    padding: 100px !important;
  }

  .m-padding-left-0 {
    padding-left: 0 !important;
  }

  .m-padding-left-5 {
    padding-left: 5px !important;
  }

  .m-padding-left-10 {
    padding-left: 10px !important;
  }

  .m-padding-left-15 {
    padding-left: 15px !important;
  }

  .m-padding-left-20 {
    padding-left: 20px !important;
  }

  .m-padding-left-25 {
    padding-left: 25px !important;
  }

  .m-padding-left-30 {
    padding-left: 30px !important;
  }

  .m-padding-left-35 {
    padding-left: 35px !important;
  }

  .m-padding-left-40 {
    padding-left: 40px !important;
  }

  .m-padding-left-45 {
    padding-left: 45px !important;
  }

  .m-padding-left-50 {
    padding-left: 50px !important;
  }

  .m-padding-left-55 {
    padding-left: 55px !important;
  }

  .m-padding-left-60 {
    padding-left: 60px !important;
  }

  .m-padding-left-70 {
    padding-left: 70px !important;
  }

  .m-padding-left-80 {
    padding-left: 80px !important;
  }

  .m-padding-left-90 {
    padding-left: 90px !important;
  }

  .m-padding-left-100 {
    padding-left: 100px !important;
  }

  .m-padding-right-0 {
    padding-right: 0 !important;
  }

  .m-padding-right-5 {
    padding-right: 5px !important;
  }

  .m-padding-right-10 {
    padding-right: 10px !important;
  }

  .m-padding-right-15 {
    padding-right: 15px !important;
  }

  .m-padding-right-20 {
    padding-right: 20px !important;
  }

  .m-padding-right-25 {
    padding-right: 25px !important;
  }

  .m-padding-right-30 {
    padding-right: 30px !important;
  }

  .m-padding-right-35 {
    padding-right: 35px !important;
  }

  .m-padding-right-40 {
    padding-right: 40px !important;
  }

  .m-padding-right-45 {
    padding-right: 45px !important;
  }

  .m-padding-right-50 {
    padding-right: 50px !important;
  }

  .m-padding-right-55 {
    padding-right: 55px !important;
  }

  .m-padding-right-60 {
    padding-right: 60px !important;
  }

  .m-padding-right-70 {
    padding-right: 70px !important;
  }

  .m-padding-right-80 {
    padding-right: 80px !important;
  }

  .m-padding-right-90 {
    padding-right: 90px !important;
  }

  .m-padding-right-100 {
    padding-right: 100px !important;
  }

  .m-padding-top-0 {
    padding-top: 0 !important;
  }

  .m-padding-top-5 {
    padding-top: 5px !important;
  }

  .m-padding-top-10 {
    padding-top: 10px !important;
  }

  .m-padding-top-15 {
    padding-top: 15px !important;
  }

  .m-padding-top-20 {
    padding-top: 20px !important;
  }

  .m-padding-top-25 {
    padding-top: 25px !important;
  }

  .m-padding-top-30 {
    padding-top: 30px !important;
  }

  .m-padding-top-35 {
    padding-top: 35px !important;
  }

  .m-padding-top-40 {
    padding-top: 40px !important;
  }

  .m-padding-top-45 {
    padding-top: 45px !important;
  }

  .m-padding-top-50 {
    padding-top: 50px !important;
  }

  .m-padding-top-55 {
    padding-top: 55px !important;
  }

  .m-padding-top-60 {
    padding-top: 60px !important;
  }

  .m-padding-top-70 {
    padding-top: 70px !important;
  }

  .m-padding-top-80 {
    padding-top: 80px !important;
  }

  .m-padding-top-90 {
    padding-top: 90px !important;
  }

  .m-padding-top-100 {
    padding-top: 100px !important;
  }

  .m-padding-bottom-0 {
    padding-bottom: 0 !important;
  }

  .m-padding-bottom-5 {
    padding-bottom: 5px !important;
  }

  .m-padding-bottom-10 {
    padding-bottom: 10px !important;
  }

  .m-padding-bottom-15 {
    padding-bottom: 15px !important;
  }

  .m-padding-bottom-20 {
    padding-bottom: 20px !important;
  }

  .m-padding-bottom-25 {
    padding-bottom: 25px !important;
  }

  .m-padding-bottom-30 {
    padding-bottom: 30px !important;
  }

  .m-padding-bottom-35 {
    padding-bottom: 35px !important;
  }

  .m-padding-bottom-40 {
    padding-bottom: 40px !important;
  }

  .m-padding-bottom-45 {
    padding-bottom: 45px !important;
  }

  .m-padding-bottom-50 {
    padding-bottom: 50px !important;
  }

  .m-padding-bottom-55 {
    padding-bottom: 55px !important;
  }

  .m-padding-bottom-60 {
    padding-bottom: 60px !important;
  }

  .m-padding-bottom-70 {
    padding-bottom: 70px !important;
  }

  .m-padding-bottom-80 {
    padding-bottom: 80px !important;
  }

  .m-padding-bottom-90 {
    padding-bottom: 90px !important;
  }

  .m-padding-bottom-100 {
    padding-bottom: 100px !important;
  }

  .m-padding-3-h {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .m-padding-3-v {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .m-margin-3-h-n {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .m-margin-3-v-n {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .m-padding-10-x {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .m-padding-10-y {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .m-margin-10-x-n {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .m-margin-10-y-n {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .m-padding-20-x {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .m-padding-20-y {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .m-margin-20-x-n {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .m-margin-20-y-n {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .m-gap-0 {
    gap: 0 !important;
  }

  .m-gap-5 {
    gap: 5px !important;
  }

  .m-gap-10 {
    gap: 10px !important;
  }

  .m-gap-15 {
    gap: 15px !important;
  }

  .m-gap-20 {
    gap: 20px !important;
  }

  .m-gap-25 {
    gap: 25px !important;
  }

  .m-gap-30 {
    gap: 30px !important;
  }

  .m-gap-35 {
    gap: 35px !important;
  }

  .m-gap-40 {
    gap: 40px !important;
  }

  .m-gap-45 {
    gap: 45px !important;
  }

  .m-gap-50 {
    gap: 50px !important;
  }

  .m-gap-55 {
    gap: 55px !important;
  }

  .m-gap-60 {
    gap: 60px !important;
  }

  .m-gap-70 {
    gap: 70px !important;
  }

  .m-gap-80 {
    gap: 80px !important;
  }

  .m-gap-90 {
    gap: 90px !important;
  }

  .m-gap-100 {
    gap: 100px !important;
  }

  .m-left-0 {
    left: 0 !important;
  }

  .m-right-0 {
    right: 0 !important;
  }

  .m-top-0 {
    top: 0 !important;
  }

  .m-bottom-0 {
    bottom: 0 !important;
  }

  .m-border-radius-0 {
    border-radius: 0 !important;
  }

  .m-border-radius-1 {
    border-radius: 1px !important;
  }

  .m-border-radius-2 {
    border-radius: 2px !important;
  }

  .m-border-radius-3 {
    border-radius: 3px !important;
  }

  .m-border-radius-4 {
    border-radius: 4px !important;
  }

  .m-border-radius-5 {
    border-radius: 5px !important;
  }

  .m-border-radius-6 {
    border-radius: 6px !important;
  }

  .m-border-radius-7 {
    border-radius: 7px !important;
  }

  .m-border-radius-8 {
    border-radius: 8px !important;
  }

  .m-border-radius-9 {
    border-radius: 9px !important;
  }

  .m-border-radius-10 {
    border-radius: 10px !important;
  }

  .m-border-radius-15 {
    border-radius: 15px !important;
  }

  .m-border-radius-20 {
    border-radius: 20px !important;
  }

  .m-border-radius-25 {
    border-radius: 25px !important;
  }

  .m-border-radius-30 {
    border-radius: 30px !important;
  }

  .m-border-radius-35 {
    border-radius: 35px !important;
  }

  .m-border-radius-40 {
    border-radius: 40px !important;
  }

  .m-border-radius-50 {
    border-radius: 50% !important;
  }

  .m-border-none {
    border: none !important;
  }

  .m-border-right-none {
    border-right: none !important;
  }

  .m-border-left-none {
    border-left: none !important;
  }

  .m-border-top-none {
    border-top: none !important;
  }

  .m-border-bottom-none {
    border-bottom: none !important;
  }

  .m-overflow-hidden {
    overflow: hidden !important;
  }

  .m-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .m-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .m-overflow-auto {
    overflow: auto !important;
  }

  .m-overflow-x-auto {
    overflow-x: auto !important;
  }

  .m-overflow-y-auto {
    overflow-y: auto !important;
  }

  .m-overflow-visible {
    overflow: visible !important;
  }

  .m-overflow-x-visible {
    overflow-x: visible !important;
  }

  .m-overflow-y-visible {
    overflow-y: visible !important;
  }

  .m-overflow-scroll {
    overflow: scroll !important;
  }

  .m-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .m-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .m-float-left {
    float: left !important;
  }

  .m-float-right {
    float: right !important;
  }

  .m-float-none {
    float: none !important;
  }

  .m-clear-left {
    clear: left !important;
  }

  .m-clear-right {
    clear: right !important;
  }

  .m-clear-both {
    clear: both !important;
  }

  .m-clear-none {
    clear: none !important;
  }

  .m-text-center {
    text-align: center !important;
  }

  .m-text-right {
    text-align: right !important;
  }

  .m-text-left {
    text-align: left !important;
  }

  .m-text-justify {
    text-align: justify !important;
  }

  .m-color-white {
    color: white !important;
  }

  .m-color-black {
    color: black !important;
  }

  .m-color-gray {
    color: gray !important;
  }

  .m-color-dourado {
    color: #daa520 !important;
  }

  .m-color-red {
    color: red !important;
  }

  .m-color-blue {
    color: blue !important;
  }

  .m-color-green {
    color: green !important;
  }

  .m-color-yellow {
    color: yellow !important;
  }

  .m-text-initial {
    text-transform: initial;
  }

  .m-text-uppercase,
  .m-transform-uppercase,
  .m-uppercase {
    text-transform: uppercase !important;
  }

  .m-text-lowercase,
  .m-transform-lowercase,
  .m-lowercase {
    text-transform: lowercase !important;
  }

  .m-text-none,
  .m-transform-none,
  .m-text-none {
    text-transform: none !important;
  }

  .m-letter-spacing-0 {
    letter-spacing: 0 !important;
  }

  .m-letter-spacing-1 {
    letter-spacing: 1px !important;
  }

  .m-letter-spacing-2 {
    letter-spacing: 2px !important;
  }

  .m-letter-spacing-3 {
    letter-spacing: 3px !important;
  }

  .m-letter-spacing-4 {
    letter-spacing: 4px !important;
  }

  .m-letter-spacing-5 {
    letter-spacing: 5px !important;
  }

  .m-font-normal,
  .m-weight-normal {
    font-weight: normal !important;
  }

  .m-font-bold,
  .m-weight-bold,
  .m-bold {
    font-weight: bold !important;
  }

  .m-font-lighter,
  .m-weight-lighter,
  .m-lighter {
    font-weight: 200 !important;
  }

  .m-font-weight-100 {
    font-weight: 100 !important;
  }

  .m-font-weight-200 {
    font-weight: 200 !important;
  }

  .m-font-weight-300 {
    font-weight: 300 !important;
  }

  .m-font-weight-400 {
    font-weight: 400 !important;
  }

  .m-font-weight-500 {
    font-weight: 500 !important;
  }

  .m-font-weight-600 {
    font-weight: 600 !important;
  }

  .m-font-weight-700 {
    font-weight: 700 !important;
  }

  .m-font-weight-800 {
    font-weight: 800 !important;
  }

  .m-font-weight-900 {
    font-weight: 900 !important;
  }

  .m-font-size-8 {
    font-size: 8px !important;
  }

  .m-font-size-9 {
    font-size: 9px !important;
  }

  .m-font-size-10 {
    font-size: 10px !important;
  }

  .m-font-size-11 {
    font-size: 11px !important;
  }

  .m-font-size-12 {
    font-size: 12px !important;
  }

  .m-font-size-13 {
    font-size: 13px !important;
  }

  .m-font-size-14 {
    font-size: 14px !important;
  }

  .m-font-size-15 {
    font-size: 15px !important;
  }

  .m-font-size-16 {
    font-size: 16px !important;
  }

  .m-font-size-17 {
    font-size: 17px !important;
  }

  .m-font-size-18 {
    font-size: 18px !important;
  }

  .m-font-size-19 {
    font-size: 19px !important;
  }

  .m-font-size-20 {
    font-size: 20px !important;
  }

  .m-font-size-21 {
    font-size: 21px !important;
  }

  .m-font-size-22 {
    font-size: 22px !important;
  }

  .m-font-size-23 {
    font-size: 23px !important;
  }

  .m-font-size-24 {
    font-size: 24px !important;
  }

  .m-font-size-25 {
    font-size: 25px !important;
  }

  .m-font-size-26 {
    font-size: 26px !important;
  }

  .m-font-size-27 {
    font-size: 27px !important;
  }

  .m-font-size-28 {
    font-size: 28px !important;
  }

  .m-font-size-29 {
    font-size: 29px !important;
  }

  .m-font-size-30 {
    font-size: 30px !important;
  }

  .m-font-size-32 {
    font-size: 32px !important;
  }

  .m-font-size-33 {
    font-size: 33px !important;
  }

  .m-font-size-34 {
    font-size: 34px !important;
  }

  .m-font-size-35 {
    font-size: 35px !important;
  }

  .m-font-size-40 {
    font-size: 40px !important;
  }

  .m-font-size-45 {
    font-size: 45px !important;
  }

  .m-font-size-50 {
    font-size: 50px !important;
  }

  .m-font-size-60 {
    font-size: 60px !important;
  }

  .m-font-size-70 {
    font-size: 70px !important;
  }

  .m-font-size-80 {
    font-size: 80px !important;
  }

  .m-font-size-90 {
    font-size: 90px !important;
  }

  .m-font-size-100 {
    font-size: 100px !important;
  }

  .m-font-size-70 {
    font-size: 70px
  }

  .m-bg-none {
    background: none !important;
  }

  .m-bg-black {
    background-color: black !important;
  }

  .m-bg-white {
    background-color: white !important;
  }

  .m-bg-gold {
    background-color: #daa520 !important;
  }

  .m-bg-red {
    background-color: red !important;
  }

  .m-bg-blue {
    background-color: blue !important;
  }

  .m-bg-yellow {
    background-color: yellow !important;
  }

  .m-bg-orange {
    background-color: orange !important;
  }

  .m-bg-green {
    background-color: green !important;
  }

  .m-opacity-0 {
    opacity: 0 !important;
  }

  .m-opacity-1 {
    opacity: 0.1 !important;
  }

  .m-opacity-2 {
    opacity: 0.2 !important;
  }

  .m-opacity-3 {
    opacity: 0.3 !important;
  }

  .m-opacity-4 {
    opacity: 0.4 !important;
  }

  .m-opacity-5 {
    opacity: 0.5 !important;
  }

  .m-opacity-6 {
    opacity: 0.6 !important;
  }

  .m-opacity-7 {
    opacity: 0.7 !important;
  }

  .m-opacity-8 {
    opacity: 0.8 !important;
  }

  .m-opacity-9 {
    opacity: 0.9 !important;
  }

  .m-opacity-10 {
    opacity: 1 !important;
  }

  .m-decoration-none,
  .m-text-decoration-none {
    text-decoration: none !important;
  }

  .m-decoration-underline,
  .m-text-decoration-underline,
  .m-text-underline {
    text-decoration: underline !important;
  }

  .m-font-italic {
    font-style: italic !important;
  }

  .m-position-relative {
    position: relative !important;
  }

  .m-position-absolute {
    position: absolute !important;
  }

  .m-position-fixed {
    position: fixed !important;
  }

  .m-position-static {
    position: static !important;
  }

  .m-display-block {
    display: block !important;
  }

  .m-display-flex {
    display: flex !important;
  }

  .m-display-inline {
    display: inline;
  }

  .m-display-inline-block,
  .m-display-ib {
    display: inline-block !important;
  }

  .m-display-table {
    display: table !important;
  }

  .m-display-table-cell {
    display: table-cell !important;
  }

  .m-display-none {
    display: none !important;
  }

  .m-flex-none {
    flex: none !important;
  }

  .m-flex-1 {
    flex: 1 !important;
  }

  .m-flex-2 {
    flex: 2 !important;
  }

  .m-flex-3 {
    flex: 3 !important;
  }

  .m-flex-4 {
    flex: 4 !important;
  }

  .m-flex-5 {
    flex: 5 !important;
  }

  .m-flex-6 {
    flex: 6 !important;
  }

  .m-flex-7 {
    flex: 7 !important;
  }

  .m-flex-8 {
    flex: 8 !important;
  }

  .m-flex-9 {
    flex: 9 !important;
  }

  .m-flex-10 {
    flex: 10 !important;
  }

  .m-flex-11 {
    flex: 11 !important;
  }

  .m-flex-12 {
    flex: 12 !important;
  }

  .m-flex-basis-0 {
    flex-basis: 0% !important;
  }

  .m-flex-basis-1 {
    flex-basis: 10% !important;
  }

  .m-flex-basis-2 {
    flex-basis: 20% !important;
  }

  .m-flex-basis-3 {
    flex-basis: 30% !important;
  }

  .m-flex-basis-4 {
    flex-basis: 40% !important;
  }

  .m-flex-basis-5 {
    flex-basis: 50% !important;
  }

  .m-flex-basis-6 {
    flex-basis: 60% !important;
  }

  .m-flex-basis-7 {
    flex-basis: 70% !important;
  }

  .m-flex-basis-8 {
    flex-basis: 80% !important;
  }

  .m-flex-basis-9 {
    flex-basis: 90% !important;
  }

  .m-flex-basis-10 {
    flex-basis: 100% !important;
  }

  .m-justify-center {
    justify-content: center !important;
  }

  .m-justify-start {
    justify-content: flex-start !important;
  }

  .m-justify-end {
    justify-content: flex-end !important;
  }

  .m-justify-between {
    justify-content: space-between !important;
  }

  .m-justify-around {
    justify-content: space-around !important;
  }

  .m-align-center {
    align-items: center !important;
  }

  .m-align-start {
    align-items: flex-start !important;
  }

  .m-align-end {
    align-items: flex-end !important;
  }

  .m-align-baseline {
    align-items: baseline !important;
  }

  .m-flex-wrap {
    flex-wrap: wrap !important;
  }

  /* CSS RÁPIDO*/

}

/*CSS FONT ICONS*/

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.svg');
  src: url('../fonts/fontello/fontello.css') format('embedded-opentype'),
    url('../fonts/fontello/fontello.woff2') format('woff2'),
    url('../fonts/fontello/fontello.woff') format('woff'),
    url('../fonts/fontello/fontello.ttf') format('truetype'),
    url('../fonts/fontello/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?34737471#fontello') format('svg');
  }
}
*/
[class^="app-icon-"]:before,
[class*=" app-icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  /* speak: never; */

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.app-icon-glass:before {
  content: '\e800';
}

/* '' */
.app-icon-music:before {
  content: '\e801';
}

/* '' */
.app-icon-search:before {
  content: '\e802';
}

/* '' */
.app-icon-mail:before {
  content: '\e803';
}

/* '' */
.app-icon-heart:before {
  content: '\e804';
}

/* '' */
.app-icon-heart-empty:before {
  content: '\e805';
}

/* '' */
.app-icon-emo-happy:before {
  content: '\e806';
}

/* '' */
.app-icon-emo-wink:before {
  content: '\e807';
}

/* '' */
.app-icon-emo-unhappy:before {
  content: '\e808';
}

/* '' */
.app-icon-emo-sleep:before {
  content: '\e809';
}

/* '' */
.app-icon-emo-thumbsup:before {
  content: '\e80a';
}

/* '' */
.app-icon-emo-devil:before {
  content: '\e80b';
}

/* '' */
.app-icon-emo-surprised:before {
  content: '\e80c';
}

/* '' */
.app-icon-emo-tongue:before {
  content: '\e80d';
}

/* '' */
.app-icon-emo-coffee:before {
  content: '\e80e';
}

/* '' */
.app-icon-emo-sunglasses:before {
  content: '\e80f';
}

/* '' */
.app-icon-emo-displeased:before {
  content: '\e810';
}

/* '' */
.app-icon-emo-beer:before {
  content: '\e811';
}

/* '' */
.app-icon-emo-grin:before {
  content: '\e812';
}

/* '' */
.app-icon-emo-wink2:before {
  content: '\e813';
}

/* '' */
.app-icon-emo-angry:before {
  content: '\e814';
}

/* '' */
.app-icon-emo-saint:before {
  content: '\e815';
}

/* '' */
.app-icon-emo-cry:before {
  content: '\e816';
}

/* '' */
.app-icon-emo-shoot:before {
  content: '\e817';
}

/* '' */
.app-icon-emo-squint:before {
  content: '\e818';
}

/* '' */
.app-icon-emo-laugh:before {
  content: '\e819';
}

/* '' */
.app-icon-star:before {
  content: '\e81a';
}

/* '' */
.app-icon-star-empty:before {
  content: '\e81b';
}

/* '' */
.app-icon-star-half:before {
  content: '\e81c';
}

/* '' */
.app-icon-user:before {
  content: '\e81d';
}

/* '' */
.app-icon-users:before {
  content: '\e81e';
}

/* '' */
.app-icon-video:before {
  content: '\e81f';
}

/* '' */
.app-icon-videocam:before {
  content: '\e820';
}

/* '' */
.app-icon-picture:before {
  content: '\e821';
}

/* '' */
.app-icon-camera:before {
  content: '\e822';
}

/* '' */
.app-icon-camera-alt:before {
  content: '\e823';
}

/* '' */
.app-icon-th-large:before {
  content: '\e824';
}

/* '' */
.app-icon-th:before {
  content: '\e825';
}

/* '' */
.app-icon-th-list:before {
  content: '\e826';
}

/* '' */
.app-icon-ok:before {
  content: '\e827';
}

/* '' */
.app-icon-ok-circled:before {
  content: '\e828';
}

/* '' */
.app-icon-ok-circled2:before {
  content: '\e829';
}

/* '' */
.app-icon-cancel:before {
  content: '\e82a';
}

/* '' */
.app-icon-cancel-circled:before {
  content: '\e82b';
}

/* '' */
.app-icon-cancel-circled2:before {
  content: '\e82c';
}

/* '' */
.app-icon-plus:before {
  content: '\e82d';
}

/* '' */
.app-icon-plus-circled:before {
  content: '\e82e';
}

/* '' */
.app-icon-minus:before {
  content: '\e82f';
}

/* '' */
.app-icon-spin1:before {
  content: '\e830';
}

/* '' */
.app-icon-spin2:before {
  content: '\e831';
}

/* '' */
.app-icon-spin3:before {
  content: '\e832';
}

/* '' */
.app-icon-minus-circled:before {
  content: '\e833';
}

/* '' */
.app-icon-spin4:before {
  content: '\e834';
}

/* '' */
.app-icon-help-circled:before {
  content: '\e835';
}

/* '' */
.app-icon-info-circled:before {
  content: '\e836';
}

/* '' */
.app-icon-home:before {
  content: '\e837';
}

/* '' */
.app-icon-spin5:before {
  content: '\e838';
}

/* '' */
.app-icon-spin6:before {
  content: '\e839';
}

/* '' */
.app-icon-link:before {
  content: '\e83a';
}

/* '' */
.app-icon-attach:before {
  content: '\e83b';
}

/* '' */
.app-icon-lock:before {
  content: '\e83c';
}

/* '' */
.app-icon-lock-open:before {
  content: '\e83d';
}

/* '' */
.app-icon-pin:before {
  content: '\e83e';
}

/* '' */
.app-icon-eye:before {
  content: '\e83f';
}

/* '' */
.app-icon-firefox:before {
  content: '\e840';
}

/* '' */
.app-icon-chrome:before {
  content: '\e841';
}

/* '' */
.app-icon-opera:before {
  content: '\e842';
}

/* '' */
.app-icon-ie:before {
  content: '\e843';
}

/* '' */
.app-icon-crown:before {
  content: '\e844';
}

/* '' */
.app-icon-crown-plus:before {
  content: '\e845';
}

/* '' */
.app-icon-crown-minus:before {
  content: '\e846';
}

/* '' */
.app-icon-marquee:before {
  content: '\e847';
}

/* '' */
.app-icon-eye-off:before {
  content: '\e848';
}

/* '' */
.app-icon-tag:before {
  content: '\e849';
}

/* '' */
.app-icon-tags:before {
  content: '\e84a';
}

/* '' */
.app-icon-bookmark:before {
  content: '\e84b';
}

/* '' */
.app-icon-flag:before {
  content: '\e84c';
}

/* '' */
.app-icon-thumbs-up:before {
  content: '\e84d';
}

/* '' */
.app-icon-thumbs-down:before {
  content: '\e84e';
}

/* '' */
.app-icon-download:before {
  content: '\e84f';
}

/* '' */
.app-icon-upload:before {
  content: '\e850';
}

/* '' */
.app-icon-forward:before {
  content: '\e851';
}

/* '' */
.app-icon-export:before {
  content: '\e852';
}

/* '' */
.app-icon-pencil:before {
  content: '\e853';
}

/* '' */
.app-icon-edit:before {
  content: '\e854';
}

/* '' */
.app-icon-print:before {
  content: '\e855';
}

/* '' */
.app-icon-retweet:before {
  content: '\e856';
}

/* '' */
.app-icon-comment:before {
  content: '\e857';
}

/* '' */
.app-icon-chat:before {
  content: '\e858';
}

/* '' */
.app-icon-bell:before {
  content: '\e859';
}

/* '' */
.app-icon-attention:before {
  content: '\e85a';
}

/* '' */
.app-icon-attention-circled:before {
  content: '\e85b';
}

/* '' */
.app-icon-location:before {
  content: '\e85c';
}

/* '' */
.app-icon-trash-empty:before {
  content: '\e85d';
}

/* '' */
.app-icon-doc:before {
  content: '\e85e';
}

/* '' */
.app-icon-folder:before {
  content: '\e85f';
}

/* '' */
.app-icon-folder-open:before {
  content: '\e860';
}

/* '' */
.app-icon-phone:before {
  content: '\e861';
}

/* '' */
.app-icon-cog:before {
  content: '\e862';
}

/* '' */
.app-icon-cog-alt:before {
  content: '\e863';
}

/* '' */
.app-icon-wrench:before {
  content: '\e864';
}

/* '' */
.app-icon-basket:before {
  content: '\e865';
}

/* '' */
.app-icon-calendar:before {
  content: '\e866';
}

/* '' */
.app-icon-login:before {
  content: '\e867';
}

/* '' */
.app-icon-logout:before {
  content: '\e868';
}

/* '' */
.app-icon-volume-off:before {
  content: '\e869';
}

/* '' */
.app-icon-volume-down:before {
  content: '\e86a';
}

/* '' */
.app-icon-volume-up:before {
  content: '\e86b';
}

/* '' */
.app-icon-headphones:before {
  content: '\e86c';
}

/* '' */
.app-icon-clock:before {
  content: '\e86d';
}

/* '' */
.app-icon-block:before {
  content: '\e86e';
}

/* '' */
.app-icon-resize-full:before {
  content: '\e86f';
}

/* '' */
.app-icon-resize-small:before {
  content: '\e870';
}

/* '' */
.app-icon-resize-vertical:before {
  content: '\e871';
}

/* '' */
.app-icon-resize-horizontal:before {
  content: '\e872';
}

/* '' */
.app-icon-zoom-in:before {
  content: '\e873';
}

/* '' */
.app-icon-zoom-out:before {
  content: '\e874';
}

/* '' */
.app-icon-down-circled2:before {
  content: '\e875';
}

/* '' */
.app-icon-up-circled2:before {
  content: '\e876';
}

/* '' */
.app-icon-down-dir:before {
  content: '\e877';
}

/* '' */
.app-icon-up-dir:before {
  content: '\e878';
}

/* '' */
.app-icon-left-dir:before {
  content: '\e879';
}

/* '' */
.app-icon-right-dir:before {
  content: '\e87a';
}

/* '' */
.app-icon-down-open:before {
  content: '\e87b';
}

/* '' */
.app-icon-left-open:before {
  content: '\e87c';
}

/* '' */
.app-icon-right-open:before {
  content: '\e87d';
}

/* '' */
.app-icon-up-open:before {
  content: '\e87e';
}

/* '' */
.app-icon-down-big:before {
  content: '\e87f';
}

/* '' */
.app-icon-left-big:before {
  content: '\e880';
}

/* '' */
.app-icon-right-big:before {
  content: '\e881';
}

/* '' */
.app-icon-up-big:before {
  content: '\e882';
}

/* '' */
.app-icon-right-hand:before {
  content: '\e883';
}

/* '' */
.app-icon-left-hand:before {
  content: '\e884';
}

/* '' */
.app-icon-up-hand:before {
  content: '\e885';
}

/* '' */
.app-icon-down-hand:before {
  content: '\e886';
}

/* '' */
.app-icon-cw:before {
  content: '\e887';
}

/* '' */
.app-icon-ccw:before {
  content: '\e888';
}

/* '' */
.app-icon-arrows-cw:before {
  content: '\e889';
}

/* '' */
.app-icon-shuffle:before {
  content: '\e88a';
}

/* '' */
.app-icon-play:before {
  content: '\e88b';
}

/* '' */
.app-icon-play-circled2:before {
  content: '\e88c';
}

/* '' */
.app-icon-stop:before {
  content: '\e88d';
}

/* '' */
.app-icon-pause:before {
  content: '\e88e';
}

/* '' */
.app-icon-to-end:before {
  content: '\e88f';
}

/* '' */
.app-icon-to-end-alt:before {
  content: '\e890';
}

/* '' */
.app-icon-to-start:before {
  content: '\e891';
}

/* '' */
.app-icon-to-start-alt:before {
  content: '\e892';
}

/* '' */
.app-icon-fast-fw:before {
  content: '\e893';
}

/* '' */
.app-icon-fast-bw:before {
  content: '\e894';
}

/* '' */
.app-icon-eject:before {
  content: '\e895';
}

/* '' */
.app-icon-target:before {
  content: '\e896';
}

/* '' */
.app-icon-signal:before {
  content: '\e897';
}

/* '' */
.app-icon-award:before {
  content: '\e898';
}

/* '' */
.app-icon-inbox:before {
  content: '\e899';
}

/* '' */
.app-icon-globe:before {
  content: '\e89a';
}

/* '' */
.app-icon-cloud:before {
  content: '\e89b';
}

/* '' */
.app-icon-flash:before {
  content: '\e89c';
}

/* '' */
.app-icon-umbrella:before {
  content: '\e89d';
}

/* '' */
.app-icon-flight:before {
  content: '\e89e';
}

/* '' */
.app-icon-leaf:before {
  content: '\e89f';
}

/* '' */
.app-icon-font:before {
  content: '\e8a0';
}

/* '' */
.app-icon-bold:before {
  content: '\e8a1';
}

/* '' */
.app-icon-italic:before {
  content: '\e8a2';
}

/* '' */
.app-icon-text-height:before {
  content: '\e8a3';
}

/* '' */
.app-icon-text-width:before {
  content: '\e8a4';
}

/* '' */
.app-icon-align-left:before {
  content: '\e8a5';
}

/* '' */
.app-icon-align-center:before {
  content: '\e8a6';
}

/* '' */
.app-icon-align-right:before {
  content: '\e8a7';
}

/* '' */
.app-icon-align-justify:before {
  content: '\e8a8';
}

/* '' */
.app-icon-list:before {
  content: '\e8a9';
}

/* '' */
.app-icon-indent-left:before {
  content: '\e8aa';
}

/* '' */
.app-icon-indent-right:before {
  content: '\e8ab';
}

/* '' */
.app-icon-scissors:before {
  content: '\e8ac';
}

/* '' */
.app-icon-briefcase:before {
  content: '\e8ad';
}

/* '' */
.app-icon-off:before {
  content: '\e8ae';
}

/* '' */
.app-icon-road:before {
  content: '\e8af';
}

/* '' */
.app-icon-list-alt:before {
  content: '\e8b0';
}

/* '' */
.app-icon-qrcode:before {
  content: '\e8b1';
}

/* '' */
.app-icon-barcode:before {
  content: '\e8b2';
}

/* '' */
.app-icon-book:before {
  content: '\e8b3';
}

/* '' */
.app-icon-adjust:before {
  content: '\e8b4';
}

/* '' */
.app-icon-tint:before {
  content: '\e8b5';
}

/* '' */
.app-icon-check:before {
  content: '\e8b6';
}

/* '' */
.app-icon-asterisk:before {
  content: '\e8b7';
}

/* '' */
.app-icon-gift:before {
  content: '\e8b8';
}

/* '' */
.app-icon-fire:before {
  content: '\e8b9';
}

/* '' */
.app-icon-magnet:before {
  content: '\e8ba';
}

/* '' */
.app-icon-chart-bar:before {
  content: '\e8bb';
}

/* '' */
.app-icon-credit-card:before {
  content: '\e8bc';
}

/* '' */
.app-icon-floppy:before {
  content: '\e8bd';
}

/* '' */
.app-icon-megaphone:before {
  content: '\e8be';
}

/* '' */
.app-icon-key:before {
  content: '\e8bf';
}

/* '' */
.app-icon-truck:before {
  content: '\e8c0';
}

/* '' */
.app-icon-hammer:before {
  content: '\e8c1';
}

/* '' */
.app-icon-lemon:before {
  content: '\e8c2';
}

/* '' */
.app-icon-note:before {
  content: '\e8c3';
}

/* '' */
.app-icon-note-beamed:before {
  content: '\e8c4';
}

/* '' */
.app-icon-music-1:before {
  content: '\e8c5';
}

/* '' */
.app-icon-search-1:before {
  content: '\e8c6';
}

/* '' */
.app-icon-flashlight:before {
  content: '\e8c7';
}

/* '' */
.app-icon-mail-1:before {
  content: '\e8c8';
}

/* '' */
.app-icon-heart-1:before {
  content: '\e8c9';
}

/* '' */
.app-icon-heart-empty-1:before {
  content: '\e8ca';
}

/* '' */
.app-icon-star-1:before {
  content: '\e8cb';
}

/* '' */
.app-icon-star-empty-1:before {
  content: '\e8cc';
}

/* '' */
.app-icon-user-1:before {
  content: '\e8cd';
}

/* '' */
.app-icon-users-1:before {
  content: '\e8ce';
}

/* '' */
.app-icon-user-add:before {
  content: '\e8cf';
}

/* '' */
.app-icon-video-1:before {
  content: '\e8d0';
}

/* '' */
.app-icon-picture-1:before {
  content: '\e8d1';
}

/* '' */
.app-icon-camera-1:before {
  content: '\e8d2';
}

/* '' */
.app-icon-layout:before {
  content: '\e8d3';
}

/* '' */
.app-icon-menu-1:before {
  content: '\e8d4';
}

/* '' */
.app-icon-check-1:before {
  content: '\e8d5';
}

/* '' */
.app-icon-cancel-1:before {
  content: '\e8d6';
}

/* '' */
.app-icon-cancel-circled-1:before {
  content: '\e8d7';
}

/* '' */
.app-icon-cancel-squared:before {
  content: '\e8d8';
}

/* '' */
.app-icon-plus-1:before {
  content: '\e8d9';
}

/* '' */
.app-icon-plus-circled-1:before {
  content: '\e8da';
}

/* '' */
.app-icon-plus-squared-1:before {
  content: '\e8db';
}

/* '' */
.app-icon-minus-1:before {
  content: '\e8dc';
}

/* '' */
.app-icon-minus-circled-1:before {
  content: '\e8dd';
}

/* '' */
.app-icon-minus-squared-1:before {
  content: '\e8de';
}

/* '' */
.app-icon-help-1:before {
  content: '\e8df';
}

/* '' */
.app-icon-help-circled-1:before {
  content: '\e8e0';
}

/* '' */
.app-icon-info-1:before {
  content: '\e8e1';
}

/* '' */
.app-icon-info-circled-1:before {
  content: '\e8e2';
}

/* '' */
.app-icon-back:before {
  content: '\e8e3';
}

/* '' */
.app-icon-home-1:before {
  content: '\e8e4';
}

/* '' */
.app-icon-link-1:before {
  content: '\e8e5';
}

/* '' */
.app-icon-attach-1:before {
  content: '\e8e6';
}

/* '' */
.app-icon-lock-1:before {
  content: '\e8e7';
}

/* '' */
.app-icon-lock-open-1:before {
  content: '\e8e8';
}

/* '' */
.app-icon-eye-1:before {
  content: '\e8e9';
}

/* '' */
.app-icon-tag-1:before {
  content: '\e8ea';
}

/* '' */
.app-icon-bookmark-1:before {
  content: '\e8eb';
}

/* '' */
.app-icon-bookmarks:before {
  content: '\e8ec';
}

/* '' */
.app-icon-flag-1:before {
  content: '\e8ed';
}

/* '' */
.app-icon-thumbs-up-1:before {
  content: '\e8ee';
}

/* '' */
.app-icon-thumbs-down-1:before {
  content: '\e8ef';
}

/* '' */
.app-icon-download-1:before {
  content: '\e8f0';
}

/* '' */
.app-icon-upload-1:before {
  content: '\e8f1';
}

/* '' */
.app-icon-upload-cloud-1:before {
  content: '\e8f2';
}

/* '' */
.app-icon-reply-1:before {
  content: '\e8f3';
}

/* '' */
.app-icon-reply-all-1:before {
  content: '\e8f4';
}

/* '' */
.app-icon-forward-1:before {
  content: '\e8f5';
}

/* '' */
.app-icon-quote:before {
  content: '\e8f6';
}

/* '' */
.app-icon-code-1:before {
  content: '\e8f7';
}

/* '' */
.app-icon-export-1:before {
  content: '\e8f8';
}

/* '' */
.app-icon-pencil-1:before {
  content: '\e8f9';
}

/* '' */
.app-icon-feather:before {
  content: '\e8fa';
}

/* '' */
.app-icon-print-1:before {
  content: '\e8fb';
}

/* '' */
.app-icon-retweet-1:before {
  content: '\e8fc';
}

/* '' */
.app-icon-keyboard-1:before {
  content: '\e8fd';
}

/* '' */
.app-icon-comment-1:before {
  content: '\e8fe';
}

/* '' */
.app-icon-chat-1:before {
  content: '\e8ff';
}

/* '' */
.app-icon-bell-1:before {
  content: '\e900';
}

/* '' */
.app-icon-attention-1:before {
  content: '\e901';
}

/* '' */
.app-icon-alert:before {
  content: '\e902';
}

/* '' */
.app-icon-vcard:before {
  content: '\e903';
}

/* '' */
.app-icon-address:before {
  content: '\e904';
}

/* '' */
.app-icon-location-1:before {
  content: '\e905';
}

/* '' */
.app-icon-map-1:before {
  content: '\e906';
}

/* '' */
.app-icon-direction-1:before {
  content: '\e907';
}

/* '' */
.app-icon-compass-1:before {
  content: '\e908';
}

/* '' */
.app-icon-cup:before {
  content: '\e909';
}

/* '' */
.app-icon-trash-1:before {
  content: '\e90a';
}

/* '' */
.app-icon-doc-1:before {
  content: '\e90b';
}

/* '' */
.app-icon-docs-1:before {
  content: '\e90c';
}

/* '' */
.app-icon-doc-landscape:before {
  content: '\e90d';
}

/* '' */
.app-icon-doc-text-1:before {
  content: '\e90e';
}

/* '' */
.app-icon-doc-text-inv-1:before {
  content: '\e90f';
}

/* '' */
.app-icon-newspaper-1:before {
  content: '\e910';
}

/* '' */
.app-icon-book-open:before {
  content: '\e911';
}

/* '' */
.app-icon-book-1:before {
  content: '\e912';
}

/* '' */
.app-icon-folder-1:before {
  content: '\e913';
}

/* '' */
.app-icon-archive:before {
  content: '\e914';
}

/* '' */
.app-icon-box-1:before {
  content: '\e915';
}

/* '' */
.app-icon-rss-1:before {
  content: '\e916';
}

/* '' */
.app-icon-phone-1:before {
  content: '\e917';
}

/* '' */
.app-icon-cog-1:before {
  content: '\e918';
}

/* '' */
.app-icon-tools:before {
  content: '\e919';
}

/* '' */
.app-icon-share-1:before {
  content: '\e91a';
}

/* '' */
.app-icon-shareable:before {
  content: '\e91b';
}

/* '' */
.app-icon-basket-1:before {
  content: '\e91c';
}

/* '' */
.app-icon-bag:before {
  content: '\e91d';
}

/* '' */
.app-icon-calendar-1:before {
  content: '\e91e';
}

/* '' */
.app-icon-login-1:before {
  content: '\e91f';
}

/* '' */
.app-icon-logout-1:before {
  content: '\e920';
}

/* '' */
.app-icon-mic-1:before {
  content: '\e921';
}

/* '' */
.app-icon-mute-1:before {
  content: '\e922';
}

/* '' */
.app-icon-sound:before {
  content: '\e923';
}

/* '' */
.app-icon-volume:before {
  content: '\e924';
}

/* '' */
.app-icon-clock-1:before {
  content: '\e925';
}

/* '' */
.app-icon-hourglass-4:before {
  content: '\e926';
}

/* '' */
.app-icon-lamp:before {
  content: '\e927';
}

/* '' */
.app-icon-light-down:before {
  content: '\e928';
}

/* '' */
.app-icon-light-up:before {
  content: '\e929';
}

/* '' */
.app-icon-adjust-1:before {
  content: '\e92a';
}

/* '' */
.app-icon-block-1:before {
  content: '\e92b';
}

/* '' */
.app-icon-resize-full-1:before {
  content: '\e92c';
}

/* '' */
.app-icon-resize-small-1:before {
  content: '\e92d';
}

/* '' */
.app-icon-popup:before {
  content: '\e92e';
}

/* '' */
.app-icon-publish:before {
  content: '\e92f';
}

/* '' */
.app-icon-window:before {
  content: '\e930';
}

/* '' */
.app-icon-arrow-combo:before {
  content: '\e931';
}

/* '' */
.app-icon-down-circled-1:before {
  content: '\e932';
}

/* '' */
.app-icon-left-circled-1:before {
  content: '\e933';
}

/* '' */
.app-icon-right-circled-1:before {
  content: '\e934';
}

/* '' */
.app-icon-up-circled-1:before {
  content: '\e935';
}

/* '' */
.app-icon-down-open-1:before {
  content: '\e936';
}

/* '' */
.app-icon-left-open-1:before {
  content: '\e937';
}

/* '' */
.app-icon-right-open-1:before {
  content: '\e938';
}

/* '' */
.app-icon-up-open-1:before {
  content: '\e939';
}

/* '' */
.app-icon-down-open-mini:before {
  content: '\e93a';
}

/* '' */
.app-icon-left-open-mini:before {
  content: '\e93b';
}

/* '' */
.app-icon-right-open-mini:before {
  content: '\e93c';
}

/* '' */
.app-icon-up-open-mini:before {
  content: '\e93d';
}

/* '' */
.app-icon-down-open-big:before {
  content: '\e93e';
}

/* '' */
.app-icon-left-open-big:before {
  content: '\e93f';
}

/* '' */
.app-icon-right-open-big:before {
  content: '\e940';
}

/* '' */
.app-icon-up-open-big:before {
  content: '\e941';
}

/* '' */
.app-icon-down-1:before {
  content: '\e942';
}

/* '' */
.app-icon-left-1:before {
  content: '\e943';
}

/* '' */
.app-icon-right-1:before {
  content: '\e944';
}

/* '' */
.app-icon-up-1:before {
  content: '\e945';
}

/* '' */
.app-icon-down-dir-1:before {
  content: '\e946';
}

/* '' */
.app-icon-left-dir-1:before {
  content: '\e947';
}

/* '' */
.app-icon-right-dir-1:before {
  content: '\e948';
}

/* '' */
.app-icon-up-dir-1:before {
  content: '\e949';
}

/* '' */
.app-icon-down-bold:before {
  content: '\e94a';
}

/* '' */
.app-icon-left-bold:before {
  content: '\e94b';
}

/* '' */
.app-icon-right-bold:before {
  content: '\e94c';
}

/* '' */
.app-icon-up-bold:before {
  content: '\e94d';
}

/* '' */
.app-icon-down-thin:before {
  content: '\e94e';
}

/* '' */
.app-icon-left-thin:before {
  content: '\e94f';
}

/* '' */
.app-icon-right-thin:before {
  content: '\e950';
}

/* '' */
.app-icon-up-thin:before {
  content: '\e951';
}

/* '' */
.app-icon-ccw-1:before {
  content: '\e952';
}

/* '' */
.app-icon-cw-1:before {
  content: '\e953';
}

/* '' */
.app-icon-arrows-ccw:before {
  content: '\e954';
}

/* '' */
.app-icon-level-down-1:before {
  content: '\e955';
}

/* '' */
.app-icon-level-up-1:before {
  content: '\e956';
}

/* '' */
.app-icon-shuffle-1:before {
  content: '\e957';
}

/* '' */
.app-icon-loop:before {
  content: '\e958';
}

/* '' */
.app-icon-switch:before {
  content: '\e959';
}

/* '' */
.app-icon-play-1:before {
  content: '\e95a';
}

/* '' */
.app-icon-stop-1:before {
  content: '\e95b';
}

/* '' */
.app-icon-pause-1:before {
  content: '\e95c';
}

/* '' */
.app-icon-record:before {
  content: '\e95d';
}

/* '' */
.app-icon-to-end-1:before {
  content: '\e95e';
}

/* '' */
.app-icon-to-start-1:before {
  content: '\e95f';
}

/* '' */
.app-icon-fast-forward:before {
  content: '\e960';
}

/* '' */
.app-icon-fast-backward:before {
  content: '\e961';
}

/* '' */
.app-icon-progress-0:before {
  content: '\e962';
}

/* '' */
.app-icon-progress-1:before {
  content: '\e963';
}

/* '' */
.app-icon-progress-2:before {
  content: '\e964';
}

/* '' */
.app-icon-progress-3:before {
  content: '\e965';
}

/* '' */
.app-icon-target-1:before {
  content: '\e966';
}

/* '' */
.app-icon-palette:before {
  content: '\e967';
}

/* '' */
.app-icon-list-1:before {
  content: '\e968';
}

/* '' */
.app-icon-list-add:before {
  content: '\e969';
}

/* '' */
.app-icon-signal-1:before {
  content: '\e96a';
}

/* '' */
.app-icon-trophy:before {
  content: '\e96b';
}

/* '' */
.app-icon-battery:before {
  content: '\e96c';
}

/* '' */
.app-icon-back-in-time:before {
  content: '\e96d';
}

/* '' */
.app-icon-monitor:before {
  content: '\e96e';
}

/* '' */
.app-icon-mobile-1:before {
  content: '\e96f';
}

/* '' */
.app-icon-network:before {
  content: '\e970';
}

/* '' */
.app-icon-cd:before {
  content: '\e971';
}

/* '' */
.app-icon-inbox-1:before {
  content: '\e972';
}

/* '' */
.app-icon-install:before {
  content: '\e973';
}

/* '' */
.app-icon-globe-1:before {
  content: '\e974';
}

/* '' */
.app-icon-cloud-1:before {
  content: '\e975';
}

/* '' */
.app-icon-cloud-thunder:before {
  content: '\e976';
}

/* '' */
.app-icon-flash-1:before {
  content: '\e977';
}

/* '' */
.app-icon-moon-1:before {
  content: '\e978';
}

/* '' */
.app-icon-flight-1:before {
  content: '\e979';
}

/* '' */
.app-icon-paper-plane-1:before {
  content: '\e97a';
}

/* '' */
.app-icon-leaf-1:before {
  content: '\e97b';
}

/* '' */
.app-icon-lifebuoy-1:before {
  content: '\e97c';
}

/* '' */
.app-icon-mouse:before {
  content: '\e97d';
}

/* '' */
.app-icon-briefcase-1:before {
  content: '\e97e';
}

/* '' */
.app-icon-suitcase-1:before {
  content: '\e97f';
}

/* '' */
.app-icon-dot:before {
  content: '\e980';
}

/* '' */
.app-icon-dot-2:before {
  content: '\e981';
}

/* '' */
.app-icon-dot-3:before {
  content: '\e982';
}

/* '' */
.app-icon-brush-1:before {
  content: '\e983';
}

/* '' */
.app-icon-magnet-1:before {
  content: '\e984';
}

/* '' */
.app-icon-infinity:before {
  content: '\e985';
}

/* '' */
.app-icon-erase:before {
  content: '\e986';
}

/* '' */
.app-icon-chart-pie-1:before {
  content: '\e987';
}

/* '' */
.app-icon-chart-line-1:before {
  content: '\e988';
}

/* '' */
.app-icon-chart-bar-1:before {
  content: '\e989';
}

/* '' */
.app-icon-chart-area-1:before {
  content: '\e98a';
}

/* '' */
.app-icon-tape:before {
  content: '\e98b';
}

/* '' */
.app-icon-graduation-cap-1:before {
  content: '\e98c';
}

/* '' */
.app-icon-language-1:before {
  content: '\e98d';
}

/* '' */
.app-icon-ticket-1:before {
  content: '\e98e';
}

/* '' */
.app-icon-water:before {
  content: '\e98f';
}

/* '' */
.app-icon-droplet:before {
  content: '\e990';
}

/* '' */
.app-icon-air:before {
  content: '\e991';
}

/* '' */
.app-icon-credit-card-1:before {
  content: '\e992';
}

/* '' */
.app-icon-floppy-1:before {
  content: '\e993';
}

/* '' */
.app-icon-clipboard:before {
  content: '\e994';
}

/* '' */
.app-icon-megaphone-1:before {
  content: '\e995';
}

/* '' */
.app-icon-database-1:before {
  content: '\e996';
}

/* '' */
.app-icon-drive:before {
  content: '\e997';
}

/* '' */
.app-icon-bucket:before {
  content: '\e998';
}

/* '' */
.app-icon-thermometer-1:before {
  content: '\e999';
}

/* '' */
.app-icon-key-1:before {
  content: '\e99a';
}

/* '' */
.app-icon-flow-cascade:before {
  content: '\e99b';
}

/* '' */
.app-icon-flow-branch:before {
  content: '\e99c';
}

/* '' */
.app-icon-flow-tree:before {
  content: '\e99d';
}

/* '' */
.app-icon-flow-line:before {
  content: '\e99e';
}

/* '' */
.app-icon-flow-parallel:before {
  content: '\e99f';
}

/* '' */
.app-icon-rocket-1:before {
  content: '\e9a0';
}

/* '' */
.app-icon-gauge-1:before {
  content: '\e9a1';
}

/* '' */
.app-icon-traffic-cone:before {
  content: '\e9a2';
}

/* '' */
.app-icon-cc-1:before {
  content: '\e9a3';
}

/* '' */
.app-icon-cc-by:before {
  content: '\e9a4';
}

/* '' */
.app-icon-cc-nc:before {
  content: '\e9a5';
}

/* '' */
.app-icon-cc-nc-eu:before {
  content: '\e9a6';
}

/* '' */
.app-icon-cc-nc-jp:before {
  content: '\e9a7';
}

/* '' */
.app-icon-cc-sa:before {
  content: '\e9a8';
}

/* '' */
.app-icon-cc-nd:before {
  content: '\e9a9';
}

/* '' */
.app-icon-cc-pd:before {
  content: '\e9aa';
}

/* '' */
.app-icon-cc-zero:before {
  content: '\e9ab';
}

/* '' */
.app-icon-cc-share:before {
  content: '\e9ac';
}

/* '' */
.app-icon-cc-remix:before {
  content: '\e9ad';
}

/* '' */
.app-icon-github-1:before {
  content: '\e9ae';
}

/* '' */
.app-icon-flickr-circled:before {
  content: '\e9af';
}

/* '' */
.app-icon-facebook-1:before {
  content: '\e9b0';
}

/* '' */
.app-icon-music-outline:before {
  content: '\e9b1';
}

/* '' */
.app-icon-music-2:before {
  content: '\e9b2';
}

/* '' */
.app-icon-search-outline:before {
  content: '\e9b3';
}

/* '' */
.app-icon-search-2:before {
  content: '\e9b4';
}

/* '' */
.app-icon-mail-2:before {
  content: '\e9b5';
}

/* '' */
.app-icon-heart-2:before {
  content: '\e9b6';
}

/* '' */
.app-icon-heart-filled:before {
  content: '\e9b7';
}

/* '' */
.app-icon-star-2:before {
  content: '\e9b8';
}

/* '' */
.app-icon-star-filled:before {
  content: '\e9b9';
}

/* '' */
.app-icon-user-outline:before {
  content: '\e9ba';
}

/* '' */
.app-icon-user-2:before {
  content: '\e9bb';
}

/* '' */
.app-icon-users-outline:before {
  content: '\e9bc';
}

/* '' */
.app-icon-users-2:before {
  content: '\e9bd';
}

/* '' */
.app-icon-user-add-outline:before {
  content: '\e9be';
}

/* '' */
.app-icon-user-add-1:before {
  content: '\e9bf';
}

/* '' */
.app-icon-user-delete-outline:before {
  content: '\e9c0';
}

/* '' */
.app-icon-user-delete:before {
  content: '\e9c1';
}

/* '' */
.app-icon-video-2:before {
  content: '\e9c2';
}

/* '' */
.app-icon-videocam-outline:before {
  content: '\e9c3';
}

/* '' */
.app-icon-videocam-1:before {
  content: '\e9c4';
}

/* '' */
.app-icon-picture-outline:before {
  content: '\e9c5';
}

/* '' */
.app-icon-picture-2:before {
  content: '\e9c6';
}

/* '' */
.app-icon-camera-outline:before {
  content: '\e9c7';
}

/* '' */
.app-icon-camera-2:before {
  content: '\e9c8';
}

/* '' */
.app-icon-th-outline:before {
  content: '\e9c9';
}

/* '' */
.app-icon-th-1:before {
  content: '\e9ca';
}

/* '' */
.app-icon-th-large-outline:before {
  content: '\e9cb';
}

/* '' */
.app-icon-th-large-1:before {
  content: '\e9cc';
}

/* '' */
.app-icon-th-list-outline:before {
  content: '\e9cd';
}

/* '' */
.app-icon-th-list-1:before {
  content: '\e9ce';
}

/* '' */
.app-icon-ok-outline:before {
  content: '\e9cf';
}

/* '' */
.app-icon-ok-1:before {
  content: '\e9d0';
}

/* '' */
.app-icon-cancel-outline:before {
  content: '\e9d1';
}

/* '' */
.app-icon-cancel-2:before {
  content: '\e9d2';
}

/* '' */
.app-icon-cancel-alt:before {
  content: '\e9d3';
}

/* '' */
.app-icon-cancel-alt-filled:before {
  content: '\e9d4';
}

/* '' */
.app-icon-cancel-circled-outline:before {
  content: '\e9d5';
}

/* '' */
.app-icon-cancel-circled-2:before {
  content: '\e9d6';
}

/* '' */
.app-icon-plus-outline:before {
  content: '\e9d7';
}

/* '' */
.app-icon-plus-2:before {
  content: '\e9d8';
}

/* '' */
.app-icon-minus-outline:before {
  content: '\e9d9';
}

/* '' */
.app-icon-minus-2:before {
  content: '\e9da';
}

/* '' */
.app-icon-divide-outline:before {
  content: '\e9db';
}

/* '' */
.app-icon-divide:before {
  content: '\e9dc';
}

/* '' */
.app-icon-eq-outline:before {
  content: '\e9dd';
}

/* '' */
.app-icon-eq:before {
  content: '\e9de';
}

/* '' */
.app-icon-info-outline:before {
  content: '\e9df';
}

/* '' */
.app-icon-info-2:before {
  content: '\e9e0';
}

/* '' */
.app-icon-home-outline:before {
  content: '\e9e1';
}

/* '' */
.app-icon-home-2:before {
  content: '\e9e2';
}

/* '' */
.app-icon-link-outline:before {
  content: '\e9e3';
}

/* '' */
.app-icon-link-2:before {
  content: '\e9e4';
}

/* '' */
.app-icon-attach-outline:before {
  content: '\e9e5';
}

/* '' */
.app-icon-attach-2:before {
  content: '\e9e6';
}

/* '' */
.app-icon-lock-2:before {
  content: '\e9e7';
}

/* '' */
.app-icon-lock-filled:before {
  content: '\e9e8';
}

/* '' */
.app-icon-lock-open-2:before {
  content: '\e9e9';
}

/* '' */
.app-icon-lock-open-filled:before {
  content: '\e9ea';
}

/* '' */
.app-icon-pin-outline:before {
  content: '\e9eb';
}

/* '' */
.app-icon-pin-1:before {
  content: '\e9ec';
}

/* '' */
.app-icon-eye-outline:before {
  content: '\e9ed';
}

/* '' */
.app-icon-eye-2:before {
  content: '\e9ee';
}

/* '' */
.app-icon-tag-2:before {
  content: '\e9ef';
}

/* '' */
.app-icon-tags-1:before {
  content: '\e9f0';
}

/* '' */
.app-icon-bookmark-2:before {
  content: '\e9f1';
}

/* '' */
.app-icon-flag-2:before {
  content: '\e9f2';
}

/* '' */
.app-icon-flag-filled:before {
  content: '\e9f3';
}

/* '' */
.app-icon-thumbs-up-2:before {
  content: '\e9f4';
}

/* '' */
.app-icon-thumbs-down-2:before {
  content: '\e9f5';
}

/* '' */
.app-icon-download-outline:before {
  content: '\e9f6';
}

/* '' */
.app-icon-download-2:before {
  content: '\e9f7';
}

/* '' */
.app-icon-upload-outline:before {
  content: '\e9f8';
}

/* '' */
.app-icon-upload-2:before {
  content: '\e9f9';
}

/* '' */
.app-icon-upload-cloud-outline:before {
  content: '\e9fa';
}

/* '' */
.app-icon-upload-cloud-2:before {
  content: '\e9fb';
}

/* '' */
.app-icon-reply-outline:before {
  content: '\e9fc';
}

/* '' */
.app-icon-reply-2:before {
  content: '\e9fd';
}

/* '' */
.app-icon-forward-outline:before {
  content: '\e9fe';
}

/* '' */
.app-icon-forward-2:before {
  content: '\e9ff';
}

/* '' */
.app-icon-code-outline:before {
  content: '\ea00';
}

/* '' */
.app-icon-code-2:before {
  content: '\ea01';
}

/* '' */
.app-icon-export-outline:before {
  content: '\ea02';
}

/* '' */
.app-icon-export-2:before {
  content: '\ea03';
}

/* '' */
.app-icon-pencil-2:before {
  content: '\ea04';
}

/* '' */
.app-icon-pen:before {
  content: '\ea05';
}

/* '' */
.app-icon-feather-1:before {
  content: '\ea06';
}

/* '' */
.app-icon-edit-1:before {
  content: '\ea07';
}

/* '' */
.app-icon-print-2:before {
  content: '\ea08';
}

/* '' */
.app-icon-comment-2:before {
  content: '\ea09';
}

/* '' */
.app-icon-chat-2:before {
  content: '\ea0a';
}

/* '' */
.app-icon-chat-alt:before {
  content: '\ea0b';
}

/* '' */
.app-icon-bell-2:before {
  content: '\ea0c';
}

/* '' */
.app-icon-attention-2:before {
  content: '\ea0d';
}

/* '' */
.app-icon-attention-filled:before {
  content: '\ea0e';
}

/* '' */
.app-icon-warning-empty:before {
  content: '\ea0f';
}

/* '' */
.app-icon-warning:before {
  content: '\ea10';
}

/* '' */
.app-icon-contacts:before {
  content: '\ea11';
}

/* '' */
.app-icon-vcard-1:before {
  content: '\ea12';
}

/* '' */
.app-icon-address-1:before {
  content: '\ea13';
}

/* '' */
.app-icon-location-outline:before {
  content: '\ea14';
}

/* '' */
.app-icon-location-2:before {
  content: '\ea15';
}

/* '' */
.app-icon-map-2:before {
  content: '\ea16';
}

/* '' */
.app-icon-direction-outline:before {
  content: '\ea17';
}

/* '' */
.app-icon-direction-2:before {
  content: '\ea18';
}

/* '' */
.app-icon-compass-2:before {
  content: '\ea19';
}

/* '' */
.app-icon-trash-2:before {
  content: '\ea1a';
}

/* '' */
.app-icon-doc-2:before {
  content: '\ea1b';
}

/* '' */
.app-icon-doc-text-2:before {
  content: '\ea1c';
}

/* '' */
.app-icon-doc-add:before {
  content: '\ea1d';
}

/* '' */
.app-icon-doc-remove:before {
  content: '\ea1e';
}

/* '' */
.app-icon-news:before {
  content: '\ea1f';
}

/* '' */
.app-icon-folder-2:before {
  content: '\ea20';
}

/* '' */
.app-icon-folder-add:before {
  content: '\ea21';
}

/* '' */
.app-icon-folder-delete:before {
  content: '\ea22';
}

/* '' */
.app-icon-archive-1:before {
  content: '\ea23';
}

/* '' */
.app-icon-box-2:before {
  content: '\ea24';
}

/* '' */
.app-icon-rss-outline:before {
  content: '\ea25';
}

/* '' */
.app-icon-rss-2:before {
  content: '\ea26';
}

/* '' */
.app-icon-phone-outline:before {
  content: '\ea27';
}

/* '' */
.app-icon-phone-2:before {
  content: '\ea28';
}

/* '' */
.app-icon-menu-outline:before {
  content: '\ea29';
}

/* '' */
.app-icon-menu-2:before {
  content: '\ea2a';
}

/* '' */
.app-icon-cog-outline:before {
  content: '\ea2b';
}

/* '' */
.app-icon-cog-2:before {
  content: '\ea2c';
}

/* '' */
.app-icon-wrench-outline:before {
  content: '\ea2d';
}

/* '' */
.app-icon-wrench-1:before {
  content: '\ea2e';
}

/* '' */
.app-icon-basket-2:before {
  content: '\ea2f';
}

/* '' */
.app-icon-calendar-outlilne:before {
  content: '\ea30';
}

/* '' */
.app-icon-calendar-2:before {
  content: '\ea31';
}

/* '' */
.app-icon-mic-outline:before {
  content: '\ea32';
}

/* '' */
.app-icon-mic-2:before {
  content: '\ea33';
}

/* '' */
.app-icon-volume-off-1:before {
  content: '\ea34';
}

/* '' */
.app-icon-volume-low:before {
  content: '\ea35';
}

/* '' */
.app-icon-volume-middle:before {
  content: '\ea36';
}

/* '' */
.app-icon-volume-high:before {
  content: '\ea37';
}

/* '' */
.app-icon-headphones-1:before {
  content: '\ea38';
}

/* '' */
.app-icon-clock-2:before {
  content: '\ea39';
}

/* '' */
.app-icon-wristwatch:before {
  content: '\ea3a';
}

/* '' */
.app-icon-stopwatch:before {
  content: '\ea3b';
}

/* '' */
.app-icon-lightbulb-1:before {
  content: '\ea3c';
}

/* '' */
.app-icon-block-outline:before {
  content: '\ea3d';
}

/* '' */
.app-icon-block-2:before {
  content: '\ea3e';
}

/* '' */
.app-icon-resize-full-outline:before {
  content: '\ea3f';
}

/* '' */
.app-icon-resize-full-2:before {
  content: '\ea40';
}

/* '' */
.app-icon-resize-normal-outline:before {
  content: '\ea41';
}

/* '' */
.app-icon-resize-normal:before {
  content: '\ea42';
}

/* '' */
.app-icon-move-outline:before {
  content: '\ea43';
}

/* '' */
.app-icon-move-1:before {
  content: '\ea44';
}

/* '' */
.app-icon-popup-1:before {
  content: '\ea45';
}

/* '' */
.app-icon-zoom-in-outline:before {
  content: '\ea46';
}

/* '' */
.app-icon-zoom-in-1:before {
  content: '\ea47';
}

/* '' */
.app-icon-zoom-out-outline:before {
  content: '\ea48';
}

/* '' */
.app-icon-zoom-out-1:before {
  content: '\ea49';
}

/* '' */
.app-icon-popup-2:before {
  content: '\ea4a';
}

/* '' */
.app-icon-left-open-outline:before {
  content: '\ea4b';
}

/* '' */
.app-icon-left-open-2:before {
  content: '\ea4c';
}

/* '' */
.app-icon-right-open-outline:before {
  content: '\ea4d';
}

/* '' */
.app-icon-right-open-2:before {
  content: '\ea4e';
}

/* '' */
.app-icon-down-2:before {
  content: '\ea4f';
}

/* '' */
.app-icon-left-2:before {
  content: '\ea50';
}

/* '' */
.app-icon-right-2:before {
  content: '\ea51';
}

/* '' */
.app-icon-up-2:before {
  content: '\ea52';
}

/* '' */
.app-icon-down-outline:before {
  content: '\ea53';
}

/* '' */
.app-icon-left-outline:before {
  content: '\ea54';
}

/* '' */
.app-icon-right-outline:before {
  content: '\ea55';
}

/* '' */
.app-icon-up-outline:before {
  content: '\ea56';
}

/* '' */
.app-icon-down-small:before {
  content: '\ea57';
}

/* '' */
.app-icon-left-small:before {
  content: '\ea58';
}

/* '' */
.app-icon-right-small:before {
  content: '\ea59';
}

/* '' */
.app-icon-up-small:before {
  content: '\ea5a';
}

/* '' */
.app-icon-cw-outline:before {
  content: '\ea5b';
}

/* '' */
.app-icon-cw-2:before {
  content: '\ea5c';
}

/* '' */
.app-icon-arrows-cw-outline:before {
  content: '\ea5d';
}

/* '' */
.app-icon-arrows-cw-1:before {
  content: '\ea5e';
}

/* '' */
.app-icon-loop-outline:before {
  content: '\ea5f';
}

/* '' */
.app-icon-loop-1:before {
  content: '\ea60';
}

/* '' */
.app-icon-loop-alt-outline:before {
  content: '\ea61';
}

/* '' */
.app-icon-loop-alt:before {
  content: '\ea62';
}

/* '' */
.app-icon-shuffle-2:before {
  content: '\ea63';
}

/* '' */
.app-icon-play-outline:before {
  content: '\ea64';
}

/* '' */
.app-icon-play-2:before {
  content: '\ea65';
}

/* '' */
.app-icon-stop-outline:before {
  content: '\ea66';
}

/* '' */
.app-icon-stop-2:before {
  content: '\ea67';
}

/* '' */
.app-icon-pause-outline:before {
  content: '\ea68';
}

/* '' */
.app-icon-pause-2:before {
  content: '\ea69';
}

/* '' */
.app-icon-fast-fw-outline:before {
  content: '\ea6a';
}

/* '' */
.app-icon-fast-fw-1:before {
  content: '\ea6b';
}

/* '' */
.app-icon-rewind-outline:before {
  content: '\ea6c';
}

/* '' */
.app-icon-rewind:before {
  content: '\ea6d';
}

/* '' */
.app-icon-record-outline:before {
  content: '\ea6e';
}

/* '' */
.app-icon-record-1:before {
  content: '\ea6f';
}

/* '' */
.app-icon-eject-outline:before {
  content: '\ea70';
}

/* '' */
.app-icon-eject-1:before {
  content: '\ea71';
}

/* '' */
.app-icon-eject-alt-outline:before {
  content: '\ea72';
}

/* '' */
.app-icon-eject-alt:before {
  content: '\ea73';
}

/* '' */
.app-icon-bat1:before {
  content: '\ea74';
}

/* '' */
.app-icon-bat2:before {
  content: '\ea75';
}

/* '' */
.app-icon-bat3:before {
  content: '\ea76';
}

/* '' */
.app-icon-bat4:before {
  content: '\ea77';
}

/* '' */
.app-icon-bat-charge:before {
  content: '\ea78';
}

/* '' */
.app-icon-plug-1:before {
  content: '\ea79';
}

/* '' */
.app-icon-target-outline:before {
  content: '\ea7a';
}

/* '' */
.app-icon-target-2:before {
  content: '\ea7b';
}

/* '' */
.app-icon-wifi-outline:before {
  content: '\ea7c';
}

/* '' */
.app-icon-wifi-1:before {
  content: '\ea7d';
}

/* '' */
.app-icon-desktop-1:before {
  content: '\ea7e';
}

/* '' */
.app-icon-laptop-1:before {
  content: '\ea7f';
}

/* '' */
.app-icon-tablet-1:before {
  content: '\ea80';
}

/* '' */
.app-icon-mobile-2:before {
  content: '\ea81';
}

/* '' */
.app-icon-contrast:before {
  content: '\ea82';
}

/* '' */
.app-icon-globe-outline:before {
  content: '\ea83';
}

/* '' */
.app-icon-globe-2:before {
  content: '\ea84';
}

/* '' */
.app-icon-globe-alt-outline:before {
  content: '\ea85';
}

/* '' */
.app-icon-globe-alt:before {
  content: '\ea86';
}

/* '' */
.app-icon-sun-1:before {
  content: '\ea87';
}

/* '' */
.app-icon-sun-filled:before {
  content: '\ea88';
}

/* '' */
.app-icon-cloud-2:before {
  content: '\ea89';
}

/* '' */
.app-icon-flash-outline:before {
  content: '\ea8a';
}

/* '' */
.app-icon-flash-2:before {
  content: '\ea8b';
}

/* '' */
.app-icon-moon-2:before {
  content: '\ea8c';
}

/* '' */
.app-icon-waves-outline:before {
  content: '\ea8d';
}

/* '' */
.app-icon-waves:before {
  content: '\ea8e';
}

/* '' */
.app-icon-rain:before {
  content: '\ea8f';
}

/* '' */
.app-icon-cloud-sun:before {
  content: '\ea90';
}

/* '' */
.app-icon-drizzle:before {
  content: '\ea91';
}

/* '' */
.app-icon-snow:before {
  content: '\ea92';
}

/* '' */
.app-icon-cloud-flash:before {
  content: '\ea93';
}

/* '' */
.app-icon-cloud-wind:before {
  content: '\ea94';
}

/* '' */
.app-icon-wind:before {
  content: '\ea95';
}

/* '' */
.app-icon-plane-outline:before {
  content: '\ea96';
}

/* '' */
.app-icon-plane:before {
  content: '\ea97';
}

/* '' */
.app-icon-leaf-2:before {
  content: '\ea98';
}

/* '' */
.app-icon-lifebuoy-2:before {
  content: '\ea99';
}

/* '' */
.app-icon-briefcase-2:before {
  content: '\ea9a';
}

/* '' */
.app-icon-brush-2:before {
  content: '\ea9b';
}

/* '' */
.app-icon-pipette:before {
  content: '\ea9c';
}

/* '' */
.app-icon-power-outline:before {
  content: '\ea9d';
}

/* '' */
.app-icon-power:before {
  content: '\ea9e';
}

/* '' */
.app-icon-check-outline:before {
  content: '\ea9f';
}

/* '' */
.app-icon-check-2:before {
  content: '\eaa0';
}

/* '' */
.app-icon-gift-1:before {
  content: '\eaa1';
}

/* '' */
.app-icon-temperatire:before {
  content: '\eaa2';
}

/* '' */
.app-icon-chart-outline:before {
  content: '\eaa3';
}

/* '' */
.app-icon-chart:before {
  content: '\eaa4';
}

/* '' */
.app-icon-chart-alt-outline:before {
  content: '\eaa5';
}

/* '' */
.app-icon-chart-alt:before {
  content: '\eaa6';
}

/* '' */
.app-icon-chart-bar-outline:before {
  content: '\eaa7';
}

/* '' */
.app-icon-chart-bar-2:before {
  content: '\eaa8';
}

/* '' */
.app-icon-chart-pie-outline:before {
  content: '\eaa9';
}

/* '' */
.app-icon-chart-pie-2:before {
  content: '\eaaa';
}

/* '' */
.app-icon-ticket-2:before {
  content: '\eaab';
}

/* '' */
.app-icon-credit-card-2:before {
  content: '\eaac';
}

/* '' */
.app-icon-clipboard-1:before {
  content: '\eaad';
}

/* '' */
.app-icon-database-2:before {
  content: '\eaae';
}

/* '' */
.app-icon-key-outline:before {
  content: '\eaaf';
}

/* '' */
.app-icon-key-2:before {
  content: '\eab0';
}

/* '' */
.app-icon-flow-split:before {
  content: '\eab1';
}

/* '' */
.app-icon-flow-merge:before {
  content: '\eab2';
}

/* '' */
.app-icon-flow-parallel-1:before {
  content: '\eab3';
}

/* '' */
.app-icon-flow-cross:before {
  content: '\eab4';
}

/* '' */
.app-icon-certificate-outline:before {
  content: '\eab5';
}

/* '' */
.app-icon-certificate-1:before {
  content: '\eab6';
}

/* '' */
.app-icon-scissors-outline:before {
  content: '\eab7';
}

/* '' */
.app-icon-scissors-1:before {
  content: '\eab8';
}

/* '' */
.app-icon-flask:before {
  content: '\eab9';
}

/* '' */
.app-icon-wine:before {
  content: '\eaba';
}

/* '' */
.app-icon-coffee-1:before {
  content: '\eabb';
}

/* '' */
.app-icon-beer-1:before {
  content: '\eabc';
}

/* '' */
.app-icon-anchor-outline:before {
  content: '\eabd';
}

/* '' */
.app-icon-anchor-1:before {
  content: '\eabe';
}

/* '' */
.app-icon-puzzle-outline:before {
  content: '\eabf';
}

/* '' */
.app-icon-puzzle-1:before {
  content: '\eac0';
}

/* '' */
.app-icon-tree-1:before {
  content: '\eac1';
}

/* '' */
.app-icon-calculator:before {
  content: '\eac2';
}

/* '' */
.app-icon-infinity-outline:before {
  content: '\eac3';
}

/* '' */
.app-icon-infinity-1:before {
  content: '\eac4';
}

/* '' */
.app-icon-pi-outline:before {
  content: '\eac5';
}

/* '' */
.app-icon-pi:before {
  content: '\eac6';
}

/* '' */
.app-icon-at-1:before {
  content: '\eac7';
}

/* '' */
.app-icon-at-circled:before {
  content: '\eac8';
}

/* '' */
.app-icon-looped-square-outline:before {
  content: '\eac9';
}

/* '' */
.app-icon-looped-square-interest:before {
  content: '\eaca';
}

/* '' */
.app-icon-sort-alphabet-outline:before {
  content: '\eacb';
}

/* '' */
.app-icon-sort-alphabet:before {
  content: '\eacc';
}

/* '' */
.app-icon-sort-numeric-outline:before {
  content: '\eacd';
}

/* '' */
.app-icon-sort-numeric:before {
  content: '\eace';
}

/* '' */
.app-icon-dribbble-circled-1:before {
  content: '\eacf';
}

/* '' */
.app-icon-dribbble-2:before {
  content: '\ead0';
}

/* '' */
.app-icon-facebook-circled-1:before {
  content: '\ead1';
}

/* '' */
.app-icon-facebook-2:before {
  content: '\ead2';
}

/* '' */
.app-icon-flickr-circled-1:before {
  content: '\ead3';
}

/* '' */
.app-icon-flickr-2:before {
  content: '\ead4';
}

/* '' */
.app-icon-github-circled-2:before {
  content: '\ead5';
}

/* '' */
.app-icon-github-2:before {
  content: '\ead6';
}

/* '' */
.app-icon-lastfm-circled-1:before {
  content: '\ead7';
}

/* '' */
.app-icon-lastfm-2:before {
  content: '\ead8';
}

/* '' */
.app-icon-linkedin-circled-1:before {
  content: '\ead9';
}

/* '' */
.app-icon-linkedin-2:before {
  content: '\eada';
}

/* '' */
.app-icon-pinterest-circled-2:before {
  content: '\eadb';
}

/* '' */
.app-icon-pinterest-2:before {
  content: '\eadc';
}

/* '' */
.app-icon-skype-outline:before {
  content: '\eadd';
}

/* '' */
.app-icon-skype-2:before {
  content: '\eade';
}

/* '' */
.app-icon-tumbler-circled:before {
  content: '\eadf';
}

/* '' */
.app-icon-tumbler:before {
  content: '\eae0';
}

/* '' */
.app-icon-twitter-circled-1:before {
  content: '\eae1';
}

/* '' */
.app-icon-twitter-2:before {
  content: '\eae2';
}

/* '' */
.app-icon-vimeo-circled-1:before {
  content: '\eae3';
}

/* '' */
.app-icon-vimeo-2:before {
  content: '\eae4';
}

/* '' */
.app-icon-search-3:before {
  content: '\eae5';
}

/* '' */
.app-icon-mail-3:before {
  content: '\eae6';
}

/* '' */
.app-icon-heart-3:before {
  content: '\eae7';
}

/* '' */
.app-icon-heart-empty-2:before {
  content: '\eae8';
}

/* '' */
.app-icon-star-3:before {
  content: '\eae9';
}

/* '' */
.app-icon-user-3:before {
  content: '\eaea';
}

/* '' */
.app-icon-video-3:before {
  content: '\eaeb';
}

/* '' */
.app-icon-picture-3:before {
  content: '\eaec';
}

/* '' */
.app-icon-camera-3:before {
  content: '\eaed';
}

/* '' */
.app-icon-ok-2:before {
  content: '\eaee';
}

/* '' */
.app-icon-ok-circle:before {
  content: '\eaef';
}

/* '' */
.app-icon-cancel-3:before {
  content: '\eaf0';
}

/* '' */
.app-icon-cancel-circle:before {
  content: '\eaf1';
}

/* '' */
.app-icon-plus-3:before {
  content: '\eaf2';
}

/* '' */
.app-icon-plus-circle:before {
  content: '\eaf3';
}

/* '' */
.app-icon-minus-3:before {
  content: '\eaf4';
}

/* '' */
.app-icon-minus-circle:before {
  content: '\eaf5';
}

/* '' */
.app-icon-help-2:before {
  content: '\eaf6';
}

/* '' */
.app-icon-info-3:before {
  content: '\eaf7';
}

/* '' */
.app-icon-home-3:before {
  content: '\eaf8';
}

/* '' */
.app-icon-link-3:before {
  content: '\eaf9';
}

/* '' */
.app-icon-attach-3:before {
  content: '\eafa';
}

/* '' */
.app-icon-lock-3:before {
  content: '\eafb';
}

/* '' */
.app-icon-lock-empty:before {
  content: '\eafc';
}

/* '' */
.app-icon-lock-open-3:before {
  content: '\eafd';
}

/* '' */
.app-icon-lock-open-empty:before {
  content: '\eafe';
}

/* '' */
.app-icon-pin-2:before {
  content: '\eaff';
}

/* '' */
.app-icon-eye-3:before {
  content: '\eb00';
}

/* '' */
.app-icon-tag-3:before {
  content: '\eb01';
}

/* '' */
.app-icon-tag-empty:before {
  content: '\eb02';
}

/* '' */
.app-icon-download-3:before {
  content: '\eb03';
}

/* '' */
.app-icon-upload-3:before {
  content: '\eb04';
}

/* '' */
.app-icon-download-cloud-1:before {
  content: '\eb05';
}

/* '' */
.app-icon-upload-cloud-3:before {
  content: '\eb06';
}

/* '' */
.app-icon-quote-left-1:before {
  content: '\eb07';
}

/* '' */
.app-icon-quote-right-1:before {
  content: '\eb08';
}

/* '' */
.app-icon-quote-left-alt:before {
  content: '\eb09';
}

/* '' */
.app-icon-quote-right-alt:before {
  content: '\eb0a';
}

/* '' */
.app-icon-pencil-3:before {
  content: '\eb0b';
}

/* '' */
.app-icon-pencil-neg:before {
  content: '\eb0c';
}

/* '' */
.app-icon-pencil-alt:before {
  content: '\eb0d';
}

/* '' */
.app-icon-undo:before {
  content: '\eb0e';
}

/* '' */
.app-icon-comment-3:before {
  content: '\eb0f';
}

/* '' */
.app-icon-comment-inv:before {
  content: '\eb10';
}

/* '' */
.app-icon-comment-alt:before {
  content: '\eb11';
}

/* '' */
.app-icon-comment-inv-alt:before {
  content: '\eb12';
}

/* '' */
.app-icon-comment-alt2:before {
  content: '\eb13';
}

/* '' */
.app-icon-comment-inv-alt2:before {
  content: '\eb14';
}

/* '' */
.app-icon-chat-3:before {
  content: '\eb15';
}

/* '' */
.app-icon-chat-inv:before {
  content: '\eb16';
}

/* '' */
.app-icon-location-3:before {
  content: '\eb17';
}

/* '' */
.app-icon-location-inv:before {
  content: '\eb18';
}

/* '' */
.app-icon-location-alt:before {
  content: '\eb19';
}

/* '' */
.app-icon-compass-3:before {
  content: '\eb1a';
}

/* '' */
.app-icon-trash-3:before {
  content: '\eb1b';
}

/* '' */
.app-icon-trash-empty-1:before {
  content: '\eb1c';
}

/* '' */
.app-icon-doc-3:before {
  content: '\eb1d';
}

/* '' */
.app-icon-doc-inv-1:before {
  content: '\eb1e';
}

/* '' */
.app-icon-doc-alt:before {
  content: '\eb1f';
}

/* '' */
.app-icon-doc-inv-alt:before {
  content: '\eb20';
}

/* '' */
.app-icon-article:before {
  content: '\eb21';
}

/* '' */
.app-icon-article-alt:before {
  content: '\eb22';
}

/* '' */
.app-icon-book-open-1:before {
  content: '\eb23';
}

/* '' */
.app-icon-folder-3:before {
  content: '\eb24';
}

/* '' */
.app-icon-folder-empty-1:before {
  content: '\eb25';
}

/* '' */
.app-icon-box-3:before {
  content: '\eb26';
}

/* '' */
.app-icon-rss-3:before {
  content: '\eb27';
}

/* '' */
.app-icon-rss-alt:before {
  content: '\eb28';
}

/* '' */
.app-icon-cog-3:before {
  content: '\eb29';
}

/* '' */
.app-icon-wrench-2:before {
  content: '\eb2a';
}

/* '' */
.app-icon-share-2:before {
  content: '\eb2b';
}

/* '' */
.app-icon-calendar-3:before {
  content: '\eb2c';
}

/* '' */
.app-icon-calendar-inv:before {
  content: '\eb2d';
}

/* '' */
.app-icon-calendar-alt:before {
  content: '\eb2e';
}

/* '' */
.app-icon-mic-3:before {
  content: '\eb2f';
}

/* '' */
.app-icon-volume-off-2:before {
  content: '\eb30';
}

/* '' */
.app-icon-volume-up-1:before {
  content: '\eb31';
}

/* '' */
.app-icon-headphones-2:before {
  content: '\eb32';
}

/* '' */
.app-icon-clock-3:before {
  content: '\eb33';
}

/* '' */
.app-icon-lamp-1:before {
  content: '\eb34';
}

/* '' */
.app-icon-block-3:before {
  content: '\eb35';
}

/* '' */
.app-icon-resize-full-3:before {
  content: '\eb36';
}

/* '' */
.app-icon-resize-full-alt-1:before {
  content: '\eb37';
}

/* '' */
.app-icon-resize-small-2:before {
  content: '\eb38';
}

/* '' */
.app-icon-resize-small-alt:before {
  content: '\eb39';
}

/* '' */
.app-icon-resize-vertical-1:before {
  content: '\eb3a';
}

/* '' */
.app-icon-resize-horizontal-1:before {
  content: '\eb3b';
}

/* '' */
.app-icon-move-2:before {
  content: '\eb3c';
}

/* '' */
.app-icon-popup-3:before {
  content: '\eb3d';
}

/* '' */
.app-icon-down-3:before {
  content: '\eb3e';
}

/* '' */
.app-icon-left-3:before {
  content: '\eb3f';
}

/* '' */
.app-icon-right-3:before {
  content: '\eb40';
}

/* '' */
.app-icon-up-3:before {
  content: '\eb41';
}

/* '' */
.app-icon-down-circle:before {
  content: '\eb42';
}

/* '' */
.app-icon-left-circle:before {
  content: '\eb43';
}

/* '' */
.app-icon-right-circle:before {
  content: '\eb44';
}

/* '' */
.app-icon-up-circle:before {
  content: '\eb45';
}

/* '' */
.app-icon-cw-3:before {
  content: '\eb46';
}

/* '' */
.app-icon-loop-2:before {
  content: '\eb47';
}

/* '' */
.app-icon-loop-alt-1:before {
  content: '\eb48';
}

/* '' */
.app-icon-exchange-1:before {
  content: '\eb49';
}

/* '' */
.app-icon-split:before {
  content: '\eb4a';
}

/* '' */
.app-icon-arrow-curved:before {
  content: '\eb4b';
}

/* '' */
.app-icon-play-3:before {
  content: '\eb4c';
}

/* '' */
.app-icon-play-circle2:before {
  content: '\eb4d';
}

/* '' */
.app-icon-stop-3:before {
  content: '\eb4e';
}

/* '' */
.app-icon-pause-3:before {
  content: '\eb4f';
}

/* '' */
.app-icon-to-start-2:before {
  content: '\eb50';
}

/* '' */
.app-icon-to-end-2:before {
  content: '\eb51';
}

/* '' */
.app-icon-eject-2:before {
  content: '\eb52';
}

/* '' */
.app-icon-target-3:before {
  content: '\eb53';
}

/* '' */
.app-icon-signal-2:before {
  content: '\eb54';
}

/* '' */
.app-icon-award-1:before {
  content: '\eb55';
}

/* '' */
.app-icon-award-empty:before {
  content: '\eb56';
}

/* '' */
.app-icon-list-2:before {
  content: '\eb57';
}

/* '' */
.app-icon-list-nested:before {
  content: '\eb58';
}

/* '' */
.app-icon-bat-empty:before {
  content: '\eb59';
}

/* '' */
.app-icon-bat-half:before {
  content: '\eb5a';
}

/* '' */
.app-icon-bat-full:before {
  content: '\eb5b';
}

/* '' */
.app-icon-bat-charge-1:before {
  content: '\eb5c';
}

/* '' */
.app-icon-mobile-3:before {
  content: '\eb5d';
}

/* '' */
.app-icon-cd-1:before {
  content: '\eb5e';
}

/* '' */
.app-icon-equalizer:before {
  content: '\eb5f';
}

/* '' */
.app-icon-cursor:before {
  content: '\eb60';
}

/* '' */
.app-icon-aperture:before {
  content: '\eb61';
}

/* '' */
.app-icon-aperture-alt:before {
  content: '\eb62';
}

/* '' */
.app-icon-steering-wheel:before {
  content: '\eb63';
}

/* '' */
.app-icon-book-2:before {
  content: '\eb64';
}

/* '' */
.app-icon-book-alt:before {
  content: '\eb65';
}

/* '' */
.app-icon-brush-3:before {
  content: '\eb66';
}

/* '' */
.app-icon-brush-alt:before {
  content: '\eb67';
}

/* '' */
.app-icon-eyedropper-1:before {
  content: '\eb68';
}

/* '' */
.app-icon-layers:before {
  content: '\eb69';
}

/* '' */
.app-icon-layers-alt:before {
  content: '\eb6a';
}

/* '' */
.app-icon-sun-2:before {
  content: '\eb6b';
}

/* '' */
.app-icon-sun-inv:before {
  content: '\eb6c';
}

/* '' */
.app-icon-cloud-3:before {
  content: '\eb6d';
}

/* '' */
.app-icon-rain-1:before {
  content: '\eb6e';
}

/* '' */
.app-icon-flash-3:before {
  content: '\eb6f';
}

/* '' */
.app-icon-moon-3:before {
  content: '\eb70';
}

/* '' */
.app-icon-moon-inv:before {
  content: '\eb71';
}

/* '' */
.app-icon-umbrella-1:before {
  content: '\eb72';
}

/* '' */
.app-icon-chart-bar-3:before {
  content: '\eb73';
}

/* '' */
.app-icon-chart-pie-3:before {
  content: '\eb74';
}

/* '' */
.app-icon-chart-pie-alt:before {
  content: '\eb75';
}

/* '' */
.app-icon-key-3:before {
  content: '\eb76';
}

/* '' */
.app-icon-key-inv:before {
  content: '\eb77';
}

/* '' */
.app-icon-hash:before {
  content: '\eb78';
}

/* '' */
.app-icon-at-2:before {
  content: '\eb79';
}

/* '' */
.app-icon-pilcrow:before {
  content: '\eb7a';
}

/* '' */
.app-icon-dial:before {
  content: '\eb7b';
}

/* '' */
.app-icon-search-4:before {
  content: '\eb7c';
}

/* '' */
.app-icon-mail-4:before {
  content: '\eb7d';
}

/* '' */
.app-icon-heart-4:before {
  content: '\eb7e';
}

/* '' */
.app-icon-star-4:before {
  content: '\eb7f';
}

/* '' */
.app-icon-user-4:before {
  content: '\eb80';
}

/* '' */
.app-icon-user-woman:before {
  content: '\eb81';
}

/* '' */
.app-icon-user-pair:before {
  content: '\eb82';
}

/* '' */
.app-icon-video-alt:before {
  content: '\eb83';
}

/* '' */
.app-icon-videocam-2:before {
  content: '\eb84';
}

/* '' */
.app-icon-videocam-alt:before {
  content: '\eb85';
}

/* '' */
.app-icon-camera-4:before {
  content: '\eb86';
}

/* '' */
.app-icon-th-2:before {
  content: '\eb87';
}

/* '' */
.app-icon-th-list-2:before {
  content: '\eb88';
}

/* '' */
.app-icon-ok-3:before {
  content: '\eb89';
}

/* '' */
.app-icon-cancel-4:before {
  content: '\eb8a';
}

/* '' */
.app-icon-cancel-circle-1:before {
  content: '\eb8b';
}

/* '' */
.app-icon-plus-4:before {
  content: '\eb8c';
}

/* '' */
.app-icon-home-4:before {
  content: '\eb8d';
}

/* '' */
.app-icon-lock-4:before {
  content: '\eb8e';
}

/* '' */
.app-icon-lock-open-4:before {
  content: '\eb8f';
}

/* '' */
.app-icon-eye-4:before {
  content: '\eb90';
}

/* '' */
.app-icon-tag-4:before {
  content: '\eb91';
}

/* '' */
.app-icon-thumbs-up-3:before {
  content: '\eb92';
}

/* '' */
.app-icon-thumbs-down-3:before {
  content: '\eb93';
}

/* '' */
.app-icon-download-4:before {
  content: '\eb94';
}

/* '' */
.app-icon-export-3:before {
  content: '\eb95';
}

/* '' */
.app-icon-pencil-4:before {
  content: '\eb96';
}

/* '' */
.app-icon-pencil-alt-1:before {
  content: '\eb97';
}

/* '' */
.app-icon-edit-2:before {
  content: '\eb98';
}

/* '' */
.app-icon-chat-4:before {
  content: '\eb99';
}

/* '' */
.app-icon-print-3:before {
  content: '\eb9a';
}

/* '' */
.app-icon-bell-3:before {
  content: '\eb9b';
}

/* '' */
.app-icon-attention-3:before {
  content: '\eb9c';
}

/* '' */
.app-icon-info-4:before {
  content: '\eb9d';
}

/* '' */
.app-icon-question:before {
  content: '\eb9e';
}

/* '' */
.app-icon-location-4:before {
  content: '\eb9f';
}

/* '' */
.app-icon-trash-4:before {
  content: '\eba0';
}

/* '' */
.app-icon-doc-4:before {
  content: '\eba1';
}

/* '' */
.app-icon-article-1:before {
  content: '\eba2';
}

/* '' */
.app-icon-article-alt-1:before {
  content: '\eba3';
}

/* '' */
.app-icon-rss-4:before {
  content: '\eba4';
}

/* '' */
.app-icon-wrench-3:before {
  content: '\eba5';
}

/* '' */
.app-icon-basket-3:before {
  content: '\eba6';
}

/* '' */
.app-icon-basket-alt:before {
  content: '\eba7';
}

/* '' */
.app-icon-calendar-4:before {
  content: '\eba8';
}

/* '' */
.app-icon-calendar-alt-1:before {
  content: '\eba9';
}

/* '' */
.app-icon-volume-off-3:before {
  content: '\ebaa';
}

/* '' */
.app-icon-volume-down-1:before {
  content: '\ebab';
}

/* '' */
.app-icon-volume-up-2:before {
  content: '\ebac';
}

/* '' */
.app-icon-bullhorn:before {
  content: '\ebad';
}

/* '' */
.app-icon-clock-4:before {
  content: '\ebae';
}

/* '' */
.app-icon-clock-alt:before {
  content: '\ebaf';
}

/* '' */
.app-icon-stop-4:before {
  content: '\ebb0';
}

/* '' */
.app-icon-resize-full-4:before {
  content: '\ebb1';
}

/* '' */
.app-icon-resize-small-3:before {
  content: '\ebb2';
}

/* '' */
.app-icon-zoom-in-2:before {
  content: '\ebb3';
}

/* '' */
.app-icon-zoom-out-2:before {
  content: '\ebb4';
}

/* '' */
.app-icon-popup-4:before {
  content: '\ebb5';
}

/* '' */
.app-icon-down-dir-2:before {
  content: '\ebb6';
}

/* '' */
.app-icon-left-dir-2:before {
  content: '\ebb7';
}

/* '' */
.app-icon-right-dir-2:before {
  content: '\ebb8';
}

/* '' */
.app-icon-up-dir-2:before {
  content: '\ebb9';
}

/* '' */
.app-icon-down-4:before {
  content: '\ebba';
}

/* '' */
.app-icon-up-4:before {
  content: '\ebbb';
}

/* '' */
.app-icon-cw-4:before {
  content: '\ebbc';
}

/* '' */
.app-icon-signal-3:before {
  content: '\ebbd';
}

/* '' */
.app-icon-award-2:before {
  content: '\ebbe';
}

/* '' */
.app-icon-mobile-4:before {
  content: '\ebbf';
}

/* '' */
.app-icon-mobile-alt:before {
  content: '\ebc0';
}

/* '' */
.app-icon-tablet-2:before {
  content: '\ebc1';
}

/* '' */
.app-icon-ipod:before {
  content: '\ebc2';
}

/* '' */
.app-icon-cd-2:before {
  content: '\ebc3';
}

/* '' */
.app-icon-grid:before {
  content: '\ebc4';
}

/* '' */
.app-icon-book-3:before {
  content: '\ebc5';
}

/* '' */
.app-icon-easel:before {
  content: '\ebc6';
}

/* '' */
.app-icon-globe-3:before {
  content: '\ebc7';
}

/* '' */
.app-icon-chart-1:before {
  content: '\ebc8';
}

/* '' */
.app-icon-chart-bar-4:before {
  content: '\ebc9';
}

/* '' */
.app-icon-chart-pie-4:before {
  content: '\ebca';
}

/* '' */
.app-icon-dollar-1:before {
  content: '\ebcb';
}

/* '' */
.app-icon-at-3:before {
  content: '\ebcc';
}

/* '' */
.app-icon-colon:before {
  content: '\ebcd';
}

/* '' */
.app-icon-semicolon:before {
  content: '\ebce';
}

/* '' */
.app-icon-squares:before {
  content: '\ebcf';
}

/* '' */
.app-icon-money-1:before {
  content: '\ebd0';
}

/* '' */
.app-icon-facebook-3:before {
  content: '\ebd1';
}

/* '' */
.app-icon-facebook-rect:before {
  content: '\ebd2';
}

/* '' */
.app-icon-twitter-bird:before {
  content: '\ebd3';
}

/* '' */
.app-icon-youtube-1:before {
  content: '\ebd4';
}

/* '' */
.app-icon-windy-rain-inv:before {
  content: '\ebd5';
}

/* '' */
.app-icon-snow-inv:before {
  content: '\ebd6';
}

/* '' */
.app-icon-snow-heavy-inv:before {
  content: '\ebd7';
}

/* '' */
.app-icon-hail-inv:before {
  content: '\ebd8';
}

/* '' */
.app-icon-clouds-inv:before {
  content: '\ebd9';
}

/* '' */
.app-icon-clouds-flash-inv:before {
  content: '\ebda';
}

/* '' */
.app-icon-temperature:before {
  content: '\ebdb';
}

/* '' */
.app-icon-compass-4:before {
  content: '\ebdc';
}

/* '' */
.app-icon-na:before {
  content: '\ebdd';
}

/* '' */
.app-icon-celcius:before {
  content: '\ebde';
}

/* '' */
.app-icon-fahrenheit:before {
  content: '\ebdf';
}

/* '' */
.app-icon-clouds-flash-alt:before {
  content: '\ebe0';
}

/* '' */
.app-icon-sun-inv-1:before {
  content: '\ebe1';
}

/* '' */
.app-icon-moon-inv-1:before {
  content: '\ebe2';
}

/* '' */
.app-icon-cloud-sun-inv:before {
  content: '\ebe3';
}

/* '' */
.app-icon-cloud-moon-inv:before {
  content: '\ebe4';
}

/* '' */
.app-icon-cloud-inv:before {
  content: '\ebe5';
}

/* '' */
.app-icon-cloud-flash-inv:before {
  content: '\ebe6';
}

/* '' */
.app-icon-drizzle-inv:before {
  content: '\ebe7';
}

/* '' */
.app-icon-rain-inv:before {
  content: '\ebe8';
}

/* '' */
.app-icon-windy-inv:before {
  content: '\ebe9';
}

/* '' */
.app-icon-sunrise:before {
  content: '\ebea';
}

/* '' */
.app-icon-sun-3:before {
  content: '\ebeb';
}

/* '' */
.app-icon-moon-4:before {
  content: '\ebec';
}

/* '' */
.app-icon-eclipse:before {
  content: '\ebed';
}

/* '' */
.app-icon-mist:before {
  content: '\ebee';
}

/* '' */
.app-icon-wind-1:before {
  content: '\ebef';
}

/* '' */
.app-icon-snowflake:before {
  content: '\ebf0';
}

/* '' */
.app-icon-cloud-sun-1:before {
  content: '\ebf1';
}

/* '' */
.app-icon-cloud-moon:before {
  content: '\ebf2';
}

/* '' */
.app-icon-fog-sun:before {
  content: '\ebf3';
}

/* '' */
.app-icon-fog-moon:before {
  content: '\ebf4';
}

/* '' */
.app-icon-fog-cloud:before {
  content: '\ebf5';
}

/* '' */
.app-icon-fog:before {
  content: '\ebf6';
}

/* '' */
.app-icon-cloud-4:before {
  content: '\ebf7';
}

/* '' */
.app-icon-cloud-flash-1:before {
  content: '\ebf8';
}

/* '' */
.app-icon-cloud-flash-alt:before {
  content: '\ebf9';
}

/* '' */
.app-icon-drizzle-1:before {
  content: '\ebfa';
}

/* '' */
.app-icon-rain-2:before {
  content: '\ebfb';
}

/* '' */
.app-icon-windy:before {
  content: '\ebfc';
}

/* '' */
.app-icon-windy-rain:before {
  content: '\ebfd';
}

/* '' */
.app-icon-snow-1:before {
  content: '\ebfe';
}

/* '' */
.app-icon-snow-alt:before {
  content: '\ebff';
}

/* '' */
.app-icon-snow-heavy:before {
  content: '\ec00';
}

/* '' */
.app-icon-hail:before {
  content: '\ec01';
}

/* '' */
.app-icon-clouds:before {
  content: '\ec02';
}

/* '' */
.app-icon-clouds-flash:before {
  content: '\ec03';
}

/* '' */
.app-icon-mail-5:before {
  content: '\ec04';
}

/* '' */
.app-icon-heart-5:before {
  content: '\ec05';
}

/* '' */
.app-icon-star-5:before {
  content: '\ec06';
}

/* '' */
.app-icon-star-empty-2:before {
  content: '\ec07';
}

/* '' */
.app-icon-ok-4:before {
  content: '\ec08';
}

/* '' */
.app-icon-cancel-5:before {
  content: '\ec09';
}

/* '' */
.app-icon-plus-5:before {
  content: '\ec0a';
}

/* '' */
.app-icon-help-circled-2:before {
  content: '\ec0b';
}

/* '' */
.app-icon-help-circled-alt:before {
  content: '\ec0c';
}

/* '' */
.app-icon-home-5:before {
  content: '\ec0d';
}

/* '' */
.app-icon-pencil-5:before {
  content: '\ec0e';
}

/* '' */
.app-icon-attention-4:before {
  content: '\ec0f';
}

/* '' */
.app-icon-attention-alt-1:before {
  content: '\ec10';
}

/* '' */
.app-icon-cog-4:before {
  content: '\ec11';
}

/* '' */
.app-icon-mic-off:before {
  content: '\ec12';
}

/* '' */
.app-icon-clock-5:before {
  content: '\ec13';
}

/* '' */
.app-icon-stopwatch-1:before {
  content: '\ec14';
}

/* '' */
.app-icon-hourglass-5:before {
  content: '\ec15';
}

/* '' */
.app-icon-down-5:before {
  content: '\ec16';
}

/* '' */
.app-icon-left-4:before {
  content: '\ec17';
}

/* '' */
.app-icon-right-4:before {
  content: '\ec18';
}

/* '' */
.app-icon-up-5:before {
  content: '\ec19';
}

/* '' */
.app-icon-down-bold-1:before {
  content: '\ec1a';
}

/* '' */
.app-icon-left-bold-1:before {
  content: '\ec1b';
}

/* '' */
.app-icon-right-bold-1:before {
  content: '\ec1c';
}

/* '' */
.app-icon-up-bold-1:before {
  content: '\ec1d';
}

/* '' */
.app-icon-down-fat:before {
  content: '\ec1e';
}

/* '' */
.app-icon-left-fat:before {
  content: '\ec1f';
}

/* '' */
.app-icon-right-fat:before {
  content: '\ec20';
}

/* '' */
.app-icon-up-fat:before {
  content: '\ec21';
}

/* '' */
.app-icon-flash-4:before {
  content: '\ec22';
}

/* '' */
.app-icon-cloud-5:before {
  content: '\ec23';
}

/* '' */
.app-icon-vector-pencil:before {
  content: '\ec24';
}

/* '' */
.app-icon-at-4:before {
  content: '\ec25';
}

/* '' */
.app-icon-female-1:before {
  content: '\ec26';
}

/* '' */
.app-icon-male-1:before {
  content: '\ec27';
}

/* '' */
.app-icon-king:before {
  content: '\ec28';
}

/* '' */
.app-icon-anchor-2:before {
  content: '\ec29';
}

/* '' */
.app-icon-aboveground-rail:before {
  content: '\ec2a';
}

/* '' */
.app-icon-airfield:before {
  content: '\ec2b';
}

/* '' */
.app-icon-airport:before {
  content: '\ec2c';
}

/* '' */
.app-icon-art-gallery:before {
  content: '\ec2d';
}

/* '' */
.app-icon-bar:before {
  content: '\ec2e';
}

/* '' */
.app-icon-baseball:before {
  content: '\ec2f';
}

/* '' */
.app-icon-basketball:before {
  content: '\ec30';
}

/* '' */
.app-icon-beer-2:before {
  content: '\ec31';
}

/* '' */
.app-icon-belowground-rail:before {
  content: '\ec32';
}

/* '' */
.app-icon-bicycle-1:before {
  content: '\ec33';
}

/* '' */
.app-icon-bus-1:before {
  content: '\ec34';
}

/* '' */
.app-icon-cafe:before {
  content: '\ec35';
}

/* '' */
.app-icon-campsite:before {
  content: '\ec36';
}

/* '' */
.app-icon-cemetery:before {
  content: '\ec37';
}

/* '' */
.app-icon-cinema:before {
  content: '\ec38';
}

/* '' */
.app-icon-college:before {
  content: '\ec39';
}

/* '' */
.app-icon-commerical-building:before {
  content: '\ec3a';
}

/* '' */
.app-icon-credit-card-3:before {
  content: '\ec3b';
}

/* '' */
.app-icon-cricket:before {
  content: '\ec3c';
}

/* '' */
.app-icon-embassy:before {
  content: '\ec3d';
}

/* '' */
.app-icon-fast-food:before {
  content: '\ec3e';
}

/* '' */
.app-icon-ferry:before {
  content: '\ec3f';
}

/* '' */
.app-icon-fire-station:before {
  content: '\ec40';
}

/* '' */
.app-icon-football:before {
  content: '\ec41';
}

/* '' */
.app-icon-fuel:before {
  content: '\ec42';
}

/* '' */
.app-icon-garden:before {
  content: '\ec43';
}

/* '' */
.app-icon-giraffe:before {
  content: '\ec44';
}

/* '' */
.app-icon-golf:before {
  content: '\ec45';
}

/* '' */
.app-icon-grocery-store:before {
  content: '\ec46';
}

/* '' */
.app-icon-harbor:before {
  content: '\ec47';
}

/* '' */
.app-icon-heliport:before {
  content: '\ec48';
}

/* '' */
.app-icon-hospital-1:before {
  content: '\ec49';
}

/* '' */
.app-icon-industrial-building:before {
  content: '\ec4a';
}

/* '' */
.app-icon-library:before {
  content: '\ec4b';
}

/* '' */
.app-icon-lodging:before {
  content: '\ec4c';
}

/* '' */
.app-icon-london-underground:before {
  content: '\ec4d';
}

/* '' */
.app-icon-minefield:before {
  content: '\ec4e';
}

/* '' */
.app-icon-monument:before {
  content: '\ec4f';
}

/* '' */
.app-icon-museum:before {
  content: '\ec50';
}

/* '' */
.app-icon-pharmacy:before {
  content: '\ec51';
}

/* '' */
.app-icon-pitch:before {
  content: '\ec52';
}

/* '' */
.app-icon-police:before {
  content: '\ec53';
}

/* '' */
.app-icon-post:before {
  content: '\ec54';
}

/* '' */
.app-icon-prison:before {
  content: '\ec55';
}

/* '' */
.app-icon-rail:before {
  content: '\ec56';
}

/* '' */
.app-icon-religious-christian:before {
  content: '\ec57';
}

/* '' */
.app-icon-religious-islam:before {
  content: '\ec58';
}

/* '' */
.app-icon-religious-jewish:before {
  content: '\ec59';
}

/* '' */
.app-icon-restaurant:before {
  content: '\ec5a';
}

/* '' */
.app-icon-roadblock:before {
  content: '\ec5b';
}

/* '' */
.app-icon-school:before {
  content: '\ec5c';
}

/* '' */
.app-icon-shop:before {
  content: '\ec5d';
}

/* '' */
.app-icon-skiing:before {
  content: '\ec5e';
}

/* '' */
.app-icon-soccer:before {
  content: '\ec5f';
}

/* '' */
.app-icon-swimming:before {
  content: '\ec60';
}

/* '' */
.app-icon-tennis:before {
  content: '\ec61';
}

/* '' */
.app-icon-theatre:before {
  content: '\ec62';
}

/* '' */
.app-icon-toilet:before {
  content: '\ec63';
}

/* '' */
.app-icon-town-hall:before {
  content: '\ec64';
}

/* '' */
.app-icon-trash-6:before {
  content: '\ec65';
}

/* '' */
.app-icon-tree-2:before {
  content: '\ec66';
}

/* '' */
.app-icon-tree-3:before {
  content: '\ec67';
}

/* '' */
.app-icon-warehouse:before {
  content: '\ec68';
}

/* '' */
.app-icon-duckduckgo:before {
  content: '\ec69';
}

/* '' */
.app-icon-aim:before {
  content: '\ec6a';
}

/* '' */
.app-icon-delicious-1:before {
  content: '\ec6b';
}

/* '' */
.app-icon-paypal-2:before {
  content: '\ec6c';
}

/* '' */
.app-icon-flattr-1:before {
  content: '\ec6d';
}

/* '' */
.app-icon-android-1:before {
  content: '\ec6e';
}

/* '' */
.app-icon-eventful:before {
  content: '\ec6f';
}

/* '' */
.app-icon-smashmag:before {
  content: '\ec70';
}

/* '' */
.app-icon-gplus-3:before {
  content: '\ec71';
}

/* '' */
.app-icon-wikipedia:before {
  content: '\ec72';
}

/* '' */
.app-icon-lanyrd:before {
  content: '\ec73';
}

/* '' */
.app-icon-calendar-6:before {
  content: '\ec74';
}

/* '' */
.app-icon-stumbleupon-2:before {
  content: '\ec75';
}

/* '' */
.app-icon-fivehundredpx:before {
  content: '\ec76';
}

/* '' */
.app-icon-pinterest-3:before {
  content: '\ec77';
}

/* '' */
.app-icon-bitcoin-1:before {
  content: '\ec78';
}

/* '' */
.app-icon-w3c:before {
  content: '\ec79';
}

/* '' */
.app-icon-foursquare-1:before {
  content: '\ec7a';
}

/* '' */
.app-icon-html5-1:before {
  content: '\ec7b';
}

/* '' */
.app-icon-ie-1:before {
  content: '\ec7c';
}

/* '' */
.app-icon-call:before {
  content: '\ec7d';
}

/* '' */
.app-icon-grooveshark:before {
  content: '\ec7e';
}

/* '' */
.app-icon-ninetyninedesigns:before {
  content: '\ec7f';
}

/* '' */
.app-icon-forrst:before {
  content: '\ec80';
}

/* '' */
.app-icon-digg-1:before {
  content: '\ec81';
}

/* '' */
.app-icon-spotify-2:before {
  content: '\ec82';
}

/* '' */
.app-icon-reddit-1:before {
  content: '\ec83';
}

/* '' */
.app-icon-guest:before {
  content: '\ec84';
}

/* '' */
.app-icon-gowalla:before {
  content: '\ec85';
}

/* '' */
.app-icon-appstore:before {
  content: '\ec86';
}

/* '' */
.app-icon-blogger:before {
  content: '\ec87';
}

/* '' */
.app-icon-cc-2:before {
  content: '\ec88';
}

/* '' */
.app-icon-dribbble-4:before {
  content: '\ec89';
}

/* '' */
.app-icon-evernote-1:before {
  content: '\ec8a';
}

/* '' */
.app-icon-flickr-3:before {
  content: '\ec8b';
}

/* '' */
.app-icon-google-1:before {
  content: '\ec8c';
}

/* '' */
.app-icon-viadeo-1:before {
  content: '\ec8d';
}

/* '' */
.app-icon-instapaper:before {
  content: '\ec8e';
}

/* '' */
.app-icon-weibo-1:before {
  content: '\ec8f';
}

/* '' */
.app-icon-klout:before {
  content: '\ec90';
}

/* '' */
.app-icon-linkedin-4:before {
  content: '\ec91';
}

/* '' */
.app-icon-meetup-1:before {
  content: '\ec92';
}

/* '' */
.app-icon-vk:before {
  content: '\ec93';
}

/* '' */
.app-icon-plancast:before {
  content: '\ec94';
}

/* '' */
.app-icon-disqus:before {
  content: '\ec95';
}

/* '' */
.app-icon-rss-5:before {
  content: '\ec96';
}

/* '' */
.app-icon-skype-3:before {
  content: '\ec97';
}

/* '' */
.app-icon-twitter-5:before {
  content: '\ec98';
}

/* '' */
.app-icon-youtube-2:before {
  content: '\ec99';
}

/* '' */
.app-icon-vimeo-3:before {
  content: '\ec9a';
}

/* '' */
.app-icon-windows-1:before {
  content: '\ec9b';
}

/* '' */
.app-icon-xing-1:before {
  content: '\ec9c';
}

/* '' */
.app-icon-yahoo-1:before {
  content: '\ec9d';
}

/* '' */
.app-icon-chrome-2:before {
  content: '\ec9e';
}

/* '' */
.app-icon-email:before {
  content: '\ec9f';
}

/* '' */
.app-icon-macstore:before {
  content: '\eca0';
}

/* '' */
.app-icon-myspace:before {
  content: '\eca1';
}

/* '' */
.app-icon-podcast-1:before {
  content: '\eca2';
}

/* '' */
.app-icon-amazon-1:before {
  content: '\eca3';
}

/* '' */
.app-icon-steam-1:before {
  content: '\eca4';
}

/* '' */
.app-icon-cloudapp:before {
  content: '\eca5';
}

/* '' */
.app-icon-dropbox-2:before {
  content: '\eca6';
}

/* '' */
.app-icon-ebay:before {
  content: '\eca7';
}

/* '' */
.app-icon-facebook-5:before {
  content: '\eca8';
}

/* '' */
.app-icon-github-4:before {
  content: '\eca9';
}

/* '' */
.app-icon-github-circled-4:before {
  content: '\ecaa';
}

/* '' */
.app-icon-googleplay:before {
  content: '\ecab';
}

/* '' */
.app-icon-itunes:before {
  content: '\ecac';
}

/* '' */
.app-icon-plurk:before {
  content: '\ecad';
}

/* '' */
.app-icon-songkick:before {
  content: '\ecae';
}

/* '' */
.app-icon-lastfm-3:before {
  content: '\ecaf';
}

/* '' */
.app-icon-gmail:before {
  content: '\ecb0';
}

/* '' */
.app-icon-pinboard:before {
  content: '\ecb1';
}

/* '' */
.app-icon-openid-1:before {
  content: '\ecb2';
}

/* '' */
.app-icon-quora-1:before {
  content: '\ecb3';
}

/* '' */
.app-icon-soundcloud-3:before {
  content: '\ecb4';
}

/* '' */
.app-icon-tumblr-2:before {
  content: '\ecb5';
}

/* '' */
.app-icon-eventasaurus:before {
  content: '\ecb6';
}

/* '' */
.app-icon-wordpress-1:before {
  content: '\ecb7';
}

/* '' */
.app-icon-yelp-1:before {
  content: '\ecb8';
}

/* '' */
.app-icon-intensedebate:before {
  content: '\ecb9';
}

/* '' */
.app-icon-eventbrite:before {
  content: '\ecba';
}

/* '' */
.app-icon-scribd-1:before {
  content: '\ecbb';
}

/* '' */
.app-icon-posterous:before {
  content: '\ecbc';
}

/* '' */
.app-icon-stripe:before {
  content: '\ecbd';
}

/* '' */
.app-icon-opentable:before {
  content: '\ecbe';
}

/* '' */
.app-icon-cart:before {
  content: '\ecbf';
}

/* '' */
.app-icon-print-5:before {
  content: '\ecc0';
}

/* '' */
.app-icon-angellist-1:before {
  content: '\ecc1';
}

/* '' */
.app-icon-instagram-3:before {
  content: '\ecc2';
}

/* '' */
.app-icon-dwolla:before {
  content: '\ecc3';
}

/* '' */
.app-icon-appnet:before {
  content: '\ecc4';
}

/* '' */
.app-icon-statusnet:before {
  content: '\ecc5';
}

/* '' */
.app-icon-acrobat:before {
  content: '\ecc6';
}

/* '' */
.app-icon-drupal-1:before {
  content: '\ecc7';
}

/* '' */
.app-icon-buffer:before {
  content: '\ecc8';
}

/* '' */
.app-icon-pocket:before {
  content: '\ecc9';
}

/* '' */
.app-icon-bitbucket-1:before {
  content: '\ecca';
}

/* '' */
.app-icon-lego:before {
  content: '\eccb';
}

/* '' */
.app-icon-login-3:before {
  content: '\eccc';
}

/* '' */
.app-icon-stackoverflow-1:before {
  content: '\eccd';
}

/* '' */
.app-icon-hackernews:before {
  content: '\ecce';
}

/* '' */
.app-icon-lkdto:before {
  content: '\eccf';
}

/* '' */
.app-icon-facebook-6:before {
  content: '\ecd0';
}

/* '' */
.app-icon-facebook-rect-1:before {
  content: '\ecd1';
}

/* '' */
.app-icon-twitter-6:before {
  content: '\ecd2';
}

/* '' */
.app-icon-twitter-bird-1:before {
  content: '\ecd3';
}

/* '' */
.app-icon-vimeo-4:before {
  content: '\ecd4';
}

/* '' */
.app-icon-vimeo-rect:before {
  content: '\ecd5';
}

/* '' */
.app-icon-tumblr-rect:before {
  content: '\ecd6';
}

/* '' */
.app-icon-googleplus-rect:before {
  content: '\ecd7';
}

/* '' */
.app-icon-github-text:before {
  content: '\ecd8';
}

/* '' */
.app-icon-github-5:before {
  content: '\ecd9';
}

/* '' */
.app-icon-icq:before {
  content: '\ecda';
}

/* '' */
.app-icon-yandex-rect:before {
  content: '\ecdb';
}

/* '' */
.app-icon-vkontakte-rect:before {
  content: '\ecdc';
}

/* '' */
.app-icon-odnoklassniki-1:before {
  content: '\ecdd';
}

/* '' */
.app-icon-odnoklassniki-rect:before {
  content: '\ecde';
}

/* '' */
.app-icon-friendfeed:before {
  content: '\ecdf';
}

/* '' */
.app-icon-friendfeed-rect:before {
  content: '\ece0';
}

/* '' */
.app-icon-blogger-1:before {
  content: '\ece1';
}

/* '' */
.app-icon-blogger-rect:before {
  content: '\ece2';
}

/* '' */
.app-icon-deviantart-1:before {
  content: '\ece3';
}

/* '' */
.app-icon-lastfm-4:before {
  content: '\ece4';
}

/* '' */
.app-icon-lastfm-rect:before {
  content: '\ece5';
}

/* '' */
.app-icon-linkedin-rect:before {
  content: '\ece6';
}

/* '' */
.app-icon-picasa-1:before {
  content: '\ece7';
}

/* '' */
.app-icon-instagram-4:before {
  content: '\ece8';
}

/* '' */
.app-icon-instagram-filled:before {
  content: '\ece9';
}

/* '' */
.app-icon-box-4:before {
  content: '\ecea';
}

/* '' */
.app-icon-box-rect:before {
  content: '\eceb';
}

/* '' */
.app-icon-youku:before {
  content: '\ecec';
}

/* '' */
.app-icon-win8:before {
  content: '\eced';
}

/* '' */
.app-icon-discover:before {
  content: '\ecee';
}

/* '' */
.app-icon-visa:before {
  content: '\ecef';
}

/* '' */
.app-icon-houzz-1:before {
  content: '\ecf0';
}

/* '' */
.app-icon-glass-1:before {
  content: '\ecf1';
}

/* '' */
.app-icon-music-3:before {
  content: '\ecf2';
}

/* '' */
.app-icon-search-6:before {
  content: '\ecf3';
}

/* '' */
.app-icon-search-circled:before {
  content: '\ecf4';
}

/* '' */
.app-icon-mail-6:before {
  content: '\ecf5';
}

/* '' */
.app-icon-mail-circled:before {
  content: '\ecf6';
}

/* '' */
.app-icon-heart-6:before {
  content: '\ecf7';
}

/* '' */
.app-icon-heart-circled:before {
  content: '\ecf8';
}

/* '' */
.app-icon-heart-empty-3:before {
  content: '\ecf9';
}

/* '' */
.app-icon-star-6:before {
  content: '\ecfa';
}

/* '' */
.app-icon-star-circled:before {
  content: '\ecfb';
}

/* '' */
.app-icon-star-empty-3:before {
  content: '\ecfc';
}

/* '' */
.app-icon-user-6:before {
  content: '\ecfd';
}

/* '' */
.app-icon-group:before {
  content: '\ecfe';
}

/* '' */
.app-icon-group-circled:before {
  content: '\ecff';
}

/* '' */
.app-icon-torso:before {
  content: '\ed00';
}

/* '' */
.app-icon-video-4:before {
  content: '\ed01';
}

/* '' */
.app-icon-video-circled:before {
  content: '\ed02';
}

/* '' */
.app-icon-video-alt-1:before {
  content: '\ed03';
}

/* '' */
.app-icon-videocam-4:before {
  content: '\ed04';
}

/* '' */
.app-icon-video-chat:before {
  content: '\ed05';
}

/* '' */
.app-icon-picture-4:before {
  content: '\ed06';
}

/* '' */
.app-icon-camera-6:before {
  content: '\ed07';
}

/* '' */
.app-icon-photo:before {
  content: '\ed08';
}

/* '' */
.app-icon-photo-circled:before {
  content: '\ed09';
}

/* '' */
.app-icon-th-large-2:before {
  content: '\ed0a';
}

/* '' */
.app-icon-th-3:before {
  content: '\ed0b';
}

/* '' */
.app-icon-th-list-4:before {
  content: '\ed0c';
}

/* '' */
.app-icon-view-mode:before {
  content: '\ed0d';
}

/* '' */
.app-icon-ok-5:before {
  content: '\ed0e';
}

/* '' */
.app-icon-ok-circled-2:before {
  content: '\ed0f';
}

/* '' */
.app-icon-ok-circled2-1:before {
  content: '\ed10';
}

/* '' */
.app-icon-cancel-6:before {
  content: '\ed11';
}

/* '' */
.app-icon-cancel-circled-4:before {
  content: '\ed12';
}

/* '' */
.app-icon-cancel-circled2-1:before {
  content: '\ed13';
}

/* '' */
.app-icon-plus-6:before {
  content: '\ed14';
}

/* '' */
.app-icon-plus-circled-2:before {
  content: '\ed15';
}

/* '' */
.app-icon-minus-4:before {
  content: '\ed16';
}

/* '' */
.app-icon-minus-circled-2:before {
  content: '\ed17';
}

/* '' */
.app-icon-help-3:before {
  content: '\ed18';
}

/* '' */
.app-icon-help-circled-3:before {
  content: '\ed19';
}

/* '' */
.app-icon-info-circled-3:before {
  content: '\ed1a';
}

/* '' */
.app-icon-home-6:before {
  content: '\ed1b';
}

/* '' */
.app-icon-home-circled:before {
  content: '\ed1c';
}

/* '' */
.app-icon-website:before {
  content: '\ed1d';
}

/* '' */
.app-icon-website-circled:before {
  content: '\ed1e';
}

/* '' */
.app-icon-attach-5:before {
  content: '\ed1f';
}

/* '' */
.app-icon-attach-circled:before {
  content: '\ed20';
}

/* '' */
.app-icon-lock-6:before {
  content: '\ed21';
}

/* '' */
.app-icon-lock-circled:before {
  content: '\ed22';
}

/* '' */
.app-icon-lock-open-6:before {
  content: '\ed23';
}

/* '' */
.app-icon-lock-open-alt-2:before {
  content: '\ed24';
}

/* '' */
.app-icon-eye-6:before {
  content: '\ed25';
}

/* '' */
.app-icon-eye-off-1:before {
  content: '\ed26';
}

/* '' */
.app-icon-tag-5:before {
  content: '\ed27';
}

/* '' */
.app-icon-tags-2:before {
  content: '\ed28';
}

/* '' */
.app-icon-bookmark-3:before {
  content: '\ed29';
}

/* '' */
.app-icon-bookmark-empty-1:before {
  content: '\ed2a';
}

/* '' */
.app-icon-flag-3:before {
  content: '\ed2b';
}

/* '' */
.app-icon-flag-circled:before {
  content: '\ed2c';
}

/* '' */
.app-icon-thumbs-up-4:before {
  content: '\ed2d';
}

/* '' */
.app-icon-thumbs-down-4:before {
  content: '\ed2e';
}

/* '' */
.app-icon-download-6:before {
  content: '\ed2f';
}

/* '' */
.app-icon-download-alt:before {
  content: '\ed30';
}

/* '' */
.app-icon-upload-5:before {
  content: '\ed31';
}

/* '' */
.app-icon-share-3:before {
  content: '\ed32';
}

/* '' */
.app-icon-quote-1:before {
  content: '\ed33';
}

/* '' */
.app-icon-quote-circled:before {
  content: '\ed34';
}

/* '' */
.app-icon-export-5:before {
  content: '\ed35';
}

/* '' */
.app-icon-pencil-6:before {
  content: '\ed36';
}

/* '' */
.app-icon-pencil-circled:before {
  content: '\ed37';
}

/* '' */
.app-icon-edit-3:before {
  content: '\ed38';
}

/* '' */
.app-icon-edit-circled:before {
  content: '\ed39';
}

/* '' */
.app-icon-edit-alt:before {
  content: '\ed3a';
}

/* '' */
.app-icon-print-6:before {
  content: '\ed3b';
}

/* '' */
.app-icon-retweet-3:before {
  content: '\ed3c';
}

/* '' */
.app-icon-comment-5:before {
  content: '\ed3d';
}

/* '' */
.app-icon-comment-alt-1:before {
  content: '\ed3e';
}

/* '' */
.app-icon-bell-5:before {
  content: '\ed3f';
}

/* '' */
.app-icon-warning-1:before {
  content: '\ed40';
}

/* '' */
.app-icon-exclamation:before {
  content: '\ed41';
}

/* '' */
.app-icon-error:before {
  content: '\ed42';
}

/* '' */
.app-icon-error-alt:before {
  content: '\ed43';
}

/* '' */
.app-icon-location-6:before {
  content: '\ed44';
}

/* '' */
.app-icon-location-circled:before {
  content: '\ed45';
}

/* '' */
.app-icon-compass-5:before {
  content: '\ed46';
}

/* '' */
.app-icon-compass-circled:before {
  content: '\ed47';
}

/* '' */
.app-icon-trash-7:before {
  content: '\ed48';
}

/* '' */
.app-icon-trash-circled:before {
  content: '\ed49';
}

/* '' */
.app-icon-doc-6:before {
  content: '\ed4a';
}

/* '' */
.app-icon-doc-circled:before {
  content: '\ed4b';
}

/* '' */
.app-icon-doc-new:before {
  content: '\ed4c';
}

/* '' */
.app-icon-doc-new-circled:before {
  content: '\ed4d';
}

/* '' */
.app-icon-folder-5:before {
  content: '\ed4e';
}

/* '' */
.app-icon-folder-circled:before {
  content: '\ed4f';
}

/* '' */
.app-icon-folder-close:before {
  content: '\ed50';
}

/* '' */
.app-icon-folder-open-2:before {
  content: '\ed51';
}

/* '' */
.app-icon-rss-6:before {
  content: '\ed52';
}

/* '' */
.app-icon-phone-3:before {
  content: '\ed53';
}

/* '' */
.app-icon-phone-circled:before {
  content: '\ed54';
}

/* '' */
.app-icon-cog-5:before {
  content: '\ed55';
}

/* '' */
.app-icon-cog-circled:before {
  content: '\ed56';
}

/* '' */
.app-icon-cogs:before {
  content: '\ed57';
}

/* '' */
.app-icon-wrench-4:before {
  content: '\ed58';
}

/* '' */
.app-icon-wrench-circled:before {
  content: '\ed59';
}

/* '' */
.app-icon-basket-4:before {
  content: '\ed5a';
}

/* '' */
.app-icon-basket-circled:before {
  content: '\ed5b';
}

/* '' */
.app-icon-calendar-7:before {
  content: '\ed5c';
}

/* '' */
.app-icon-calendar-circled:before {
  content: '\ed5d';
}

/* '' */
.app-icon-mic-5:before {
  content: '\ed5e';
}

/* '' */
.app-icon-mic-circled:before {
  content: '\ed5f';
}

/* '' */
.app-icon-volume-off-4:before {
  content: '\ed60';
}

/* '' */
.app-icon-volume-down-2:before {
  content: '\ed61';
}

/* '' */
.app-icon-volume-1:before {
  content: '\ed62';
}

/* '' */
.app-icon-volume-up-3:before {
  content: '\ed63';
}

/* '' */
.app-icon-headphones-3:before {
  content: '\ed64';
}

/* '' */
.app-icon-clock-6:before {
  content: '\ed65';
}

/* '' */
.app-icon-clock-circled:before {
  content: '\ed66';
}

/* '' */
.app-icon-lightbulb-2:before {
  content: '\ed67';
}

/* '' */
.app-icon-lightbulb-alt:before {
  content: '\ed68';
}

/* '' */
.app-icon-block-4:before {
  content: '\ed69';
}

/* '' */
.app-icon-resize-full-5:before {
  content: '\ed6a';
}

/* '' */
.app-icon-resize-full-alt-2:before {
  content: '\ed6b';
}

/* '' */
.app-icon-resize-small-4:before {
  content: '\ed6c';
}

/* '' */
.app-icon-resize-vertical-2:before {
  content: '\ed6d';
}

/* '' */
.app-icon-resize-horizontal-2:before {
  content: '\ed6e';
}

/* '' */
.app-icon-move-3:before {
  content: '\ed6f';
}

/* '' */
.app-icon-zoom-in-4:before {
  content: '\ed70';
}

/* '' */
.app-icon-zoom-out-4:before {
  content: '\ed71';
}

/* '' */
.app-icon-down-open-3:before {
  content: '\ed72';
}

/* '' */
.app-icon-left-open-4:before {
  content: '\ed73';
}

/* '' */
.app-icon-right-open-4:before {
  content: '\ed74';
}

/* '' */
.app-icon-up-open-3:before {
  content: '\ed75';
}

/* '' */
.app-icon-down-6:before {
  content: '\ed76';
}

/* '' */
.app-icon-left-5:before {
  content: '\ed77';
}

/* '' */
.app-icon-right-5:before {
  content: '\ed78';
}

/* '' */
.app-icon-up-6:before {
  content: '\ed79';
}

/* '' */
.app-icon-down-circled-2:before {
  content: '\ed7a';
}

/* '' */
.app-icon-left-circled-2:before {
  content: '\ed7b';
}

/* '' */
.app-icon-right-circled-2:before {
  content: '\ed7c';
}

/* '' */
.app-icon-up-circled-2:before {
  content: '\ed7d';
}

/* '' */
.app-icon-down-hand-1:before {
  content: '\ed7e';
}

/* '' */
.app-icon-left-hand-1:before {
  content: '\ed7f';
}

/* '' */
.app-icon-right-hand-1:before {
  content: '\ed80';
}

/* '' */
.app-icon-up-hand-1:before {
  content: '\ed81';
}

/* '' */
.app-icon-cw-5:before {
  content: '\ed82';
}

/* '' */
.app-icon-cw-circled:before {
  content: '\ed83';
}

/* '' */
.app-icon-arrows-cw-2:before {
  content: '\ed84';
}

/* '' */
.app-icon-shuffle-4:before {
  content: '\ed85';
}

/* '' */
.app-icon-play-5:before {
  content: '\ed86';
}

/* '' */
.app-icon-play-circled-1:before {
  content: '\ed87';
}

/* '' */
.app-icon-play-circled2-1:before {
  content: '\ed88';
}

/* '' */
.app-icon-stop-6:before {
  content: '\ed89';
}

/* '' */
.app-icon-stop-circled:before {
  content: '\ed8a';
}

/* '' */
.app-icon-pause-5:before {
  content: '\ed8b';
}

/* '' */
.app-icon-pause-circled:before {
  content: '\ed8c';
}

/* '' */
.app-icon-record-2:before {
  content: '\ed8d';
}

/* '' */
.app-icon-eject-3:before {
  content: '\ed8e';
}

/* '' */
.app-icon-backward:before {
  content: '\ed8f';
}

/* '' */
.app-icon-backward-circled:before {
  content: '\ed90';
}

/* '' */
.app-icon-fast-backward-2:before {
  content: '\ed91';
}

/* '' */
.app-icon-fast-forward-2:before {
  content: '\ed92';
}

/* '' */
.app-icon-forward-3:before {
  content: '\ed93';
}

/* '' */
.app-icon-forward-circled:before {
  content: '\ed94';
}

/* '' */
.app-icon-step-backward:before {
  content: '\ed95';
}

/* '' */
.app-icon-step-forward:before {
  content: '\ed96';
}

/* '' */
.app-icon-target-4:before {
  content: '\ed97';
}

/* '' */
.app-icon-signal-4:before {
  content: '\ed98';
}

/* '' */
.app-icon-desktop-2:before {
  content: '\ed99';
}

/* '' */
.app-icon-desktop-circled:before {
  content: '\ed9a';
}

/* '' */
.app-icon-laptop-2:before {
  content: '\ed9b';
}

/* '' */
.app-icon-laptop-circled:before {
  content: '\ed9c';
}

/* '' */
.app-icon-network-1:before {
  content: '\ed9d';
}

/* '' */
.app-icon-inbox-3:before {
  content: '\ed9e';
}

/* '' */
.app-icon-inbox-circled:before {
  content: '\ed9f';
}

/* '' */
.app-icon-inbox-alt:before {
  content: '\eda0';
}

/* '' */
.app-icon-globe-5:before {
  content: '\eda1';
}

/* '' */
.app-icon-globe-alt-1:before {
  content: '\eda2';
}

/* '' */
.app-icon-cloud-6:before {
  content: '\eda3';
}

/* '' */
.app-icon-cloud-circled:before {
  content: '\eda4';
}

/* '' */
.app-icon-flight-2:before {
  content: '\eda5';
}

/* '' */
.app-icon-leaf-3:before {
  content: '\eda6';
}

/* '' */
.app-icon-font-1:before {
  content: '\eda7';
}

/* '' */
.app-icon-fontsize-1:before {
  content: '\eda8';
}

/* '' */
.app-icon-bold-1:before {
  content: '\eda9';
}

/* '' */
.app-icon-italic-1:before {
  content: '\edaa';
}

/* '' */
.app-icon-text-height-1:before {
  content: '\edab';
}

/* '' */
.app-icon-text-width-1:before {
  content: '\edac';
}

/* '' */
.app-icon-align-left-1:before {
  content: '\edad';
}

/* '' */
.app-icon-align-center-1:before {
  content: '\edae';
}

/* '' */
.app-icon-align-right-1:before {
  content: '\edaf';
}

/* '' */
.app-icon-align-justify-1:before {
  content: '\edb0';
}

/* '' */
.app-icon-list-3:before {
  content: '\edb1';
}

/* '' */
.app-icon-indent-left-1:before {
  content: '\edb2';
}

/* '' */
.app-icon-indent-right-1:before {
  content: '\edb3';
}

/* '' */
.app-icon-briefcase-3:before {
  content: '\edb4';
}

/* '' */
.app-icon-off-1:before {
  content: '\edb5';
}

/* '' */
.app-icon-road-1:before {
  content: '\edb6';
}

/* '' */
.app-icon-qrcode-1:before {
  content: '\edb7';
}

/* '' */
.app-icon-barcode-1:before {
  content: '\edb8';
}

/* '' */
.app-icon-braille-1:before {
  content: '\edb9';
}

/* '' */
.app-icon-book-4:before {
  content: '\edba';
}

/* '' */
.app-icon-adjust-2:before {
  content: '\edbb';
}

/* '' */
.app-icon-tint-1:before {
  content: '\edbc';
}

/* '' */
.app-icon-check-3:before {
  content: '\edbd';
}

/* '' */
.app-icon-check-empty-1:before {
  content: '\edbe';
}

/* '' */
.app-icon-asterisk-1:before {
  content: '\edbf';
}

/* '' */
.app-icon-gift-2:before {
  content: '\edc0';
}

/* '' */
.app-icon-fire-2:before {
  content: '\edc1';
}

/* '' */
.app-icon-magnet-2:before {
  content: '\edc2';
}

/* '' */
.app-icon-chart-2:before {
  content: '\edc3';
}

/* '' */
.app-icon-chart-circled:before {
  content: '\edc4';
}

/* '' */
.app-icon-credit-card-4:before {
  content: '\edc5';
}

/* '' */
.app-icon-megaphone-2:before {
  content: '\edc6';
}

/* '' */
.app-icon-clipboard-2:before {
  content: '\edc7';
}

/* '' */
.app-icon-hdd-2:before {
  content: '\edc8';
}

/* '' */
.app-icon-key-4:before {
  content: '\edc9';
}

/* '' */
.app-icon-certificate-2:before {
  content: '\edca';
}

/* '' */
.app-icon-tasks-1:before {
  content: '\edcb';
}

/* '' */
.app-icon-filter-1:before {
  content: '\edcc';
}

/* '' */
.app-icon-gauge-2:before {
  content: '\edcd';
}

/* '' */
.app-icon-smiley:before {
  content: '\edce';
}

/* '' */
.app-icon-smiley-circled:before {
  content: '\edcf';
}

/* '' */
.app-icon-address-book-1:before {
  content: '\edd0';
}

/* '' */
.app-icon-address-book-alt:before {
  content: '\edd1';
}

/* '' */
.app-icon-asl:before {
  content: '\edd2';
}

/* '' */
.app-icon-glasses:before {
  content: '\edd3';
}

/* '' */
.app-icon-hearing-impaired:before {
  content: '\edd4';
}

/* '' */
.app-icon-iphone-home:before {
  content: '\edd5';
}

/* '' */
.app-icon-person:before {
  content: '\edd6';
}

/* '' */
.app-icon-adult:before {
  content: '\edd7';
}

/* '' */
.app-icon-child-1:before {
  content: '\edd8';
}

/* '' */
.app-icon-blind-1:before {
  content: '\edd9';
}

/* '' */
.app-icon-guidedog:before {
  content: '\edda';
}

/* '' */
.app-icon-accessibility:before {
  content: '\eddb';
}

/* '' */
.app-icon-universal-access-1:before {
  content: '\eddc';
}

/* '' */
.app-icon-male-2:before {
  content: '\eddd';
}

/* '' */
.app-icon-female-2:before {
  content: '\edde';
}

/* '' */
.app-icon-behance-2:before {
  content: '\eddf';
}

/* '' */
.app-icon-blogger-2:before {
  content: '\ede0';
}

/* '' */
.app-icon-cc-3:before {
  content: '\ede1';
}

/* '' */
.app-icon-css:before {
  content: '\ede2';
}

/* '' */
.app-icon-delicious-2:before {
  content: '\ede3';
}

/* '' */
.app-icon-deviantart-2:before {
  content: '\ede4';
}

/* '' */
.app-icon-digg-2:before {
  content: '\ede5';
}

/* '' */
.app-icon-dribbble-5:before {
  content: '\ede6';
}

/* '' */
.app-icon-facebook-7:before {
  content: '\ede7';
}

/* '' */
.app-icon-flickr-4:before {
  content: '\ede8';
}

/* '' */
.app-icon-foursquare-2:before {
  content: '\ede9';
}

/* '' */
.app-icon-friendfeed-1:before {
  content: '\edea';
}

/* '' */
.app-icon-friendfeed-rect-1:before {
  content: '\edeb';
}

/* '' */
.app-icon-github-6:before {
  content: '\edec';
}

/* '' */
.app-icon-github-text-1:before {
  content: '\eded';
}

/* '' */
.app-icon-googleplus:before {
  content: '\edee';
}

/* '' */
.app-icon-instagram-5:before {
  content: '\edef';
}

/* '' */
.app-icon-linkedin-6:before {
  content: '\edf0';
}

/* '' */
.app-icon-path:before {
  content: '\edf1';
}

/* '' */
.app-icon-picasa-2:before {
  content: '\edf2';
}

/* '' */
.app-icon-pinterest-4:before {
  content: '\edf3';
}

/* '' */
.app-icon-reddit-2:before {
  content: '\edf4';
}

/* '' */
.app-icon-skype-5:before {
  content: '\edf5';
}

/* '' */
.app-icon-slideshare-1:before {
  content: '\edf6';
}

/* '' */
.app-icon-stackoverflow-2:before {
  content: '\edf7';
}

/* '' */
.app-icon-stumbleupon-3:before {
  content: '\edf8';
}

/* '' */
.app-icon-twitter-7:before {
  content: '\edf9';
}

/* '' */
.app-icon-tumblr-4:before {
  content: '\edfa';
}

/* '' */
.app-icon-vimeo-5:before {
  content: '\edfb';
}

/* '' */
.app-icon-vkontakte-2:before {
  content: '\edfc';
}

/* '' */
.app-icon-w3c-1:before {
  content: '\edfd';
}

/* '' */
.app-icon-wordpress-3:before {
  content: '\edfe';
}

/* '' */
.app-icon-youtube-3:before {
  content: '\edff';
}

/* '' */
.app-icon-music-4:before {
  content: '\ee00';
}

/* '' */
.app-icon-search-7:before {
  content: '\ee01';
}

/* '' */
.app-icon-mail-7:before {
  content: '\ee02';
}

/* '' */
.app-icon-heart-7:before {
  content: '\ee03';
}

/* '' */
.app-icon-star-7:before {
  content: '\ee04';
}

/* '' */
.app-icon-user-7:before {
  content: '\ee05';
}

/* '' */
.app-icon-videocam-5:before {
  content: '\ee06';
}

/* '' */
.app-icon-camera-7:before {
  content: '\ee07';
}

/* '' */
.app-icon-photo-1:before {
  content: '\ee08';
}

/* '' */
.app-icon-attach-6:before {
  content: '\ee09';
}

/* '' */
.app-icon-lock-7:before {
  content: '\ee0a';
}

/* '' */
.app-icon-eye-7:before {
  content: '\ee0b';
}

/* '' */
.app-icon-tag-6:before {
  content: '\ee0c';
}

/* '' */
.app-icon-thumbs-up-5:before {
  content: '\ee0d';
}

/* '' */
.app-icon-pencil-7:before {
  content: '\ee0e';
}

/* '' */
.app-icon-comment-6:before {
  content: '\ee0f';
}

/* '' */
.app-icon-location-7:before {
  content: '\ee10';
}

/* '' */
.app-icon-cup-1:before {
  content: '\ee11';
}

/* '' */
.app-icon-trash-8:before {
  content: '\ee12';
}

/* '' */
.app-icon-doc-7:before {
  content: '\ee13';
}

/* '' */
.app-icon-note-1:before {
  content: '\ee14';
}

/* '' */
.app-icon-cog-6:before {
  content: '\ee15';
}

/* '' */
.app-icon-params:before {
  content: '\ee16';
}

/* '' */
.app-icon-calendar-8:before {
  content: '\ee17';
}

/* '' */
.app-icon-sound-1:before {
  content: '\ee18';
}

/* '' */
.app-icon-clock-7:before {
  content: '\ee19';
}

/* '' */
.app-icon-lightbulb-3:before {
  content: '\ee1a';
}

/* '' */
.app-icon-tv:before {
  content: '\ee1b';
}

/* '' */
.app-icon-desktop-3:before {
  content: '\ee1c';
}

/* '' */
.app-icon-mobile-6:before {
  content: '\ee1d';
}

/* '' */
.app-icon-cd-3:before {
  content: '\ee1e';
}

/* '' */
.app-icon-inbox-4:before {
  content: '\ee1f';
}

/* '' */
.app-icon-globe-6:before {
  content: '\ee20';
}

/* '' */
.app-icon-cloud-7:before {
  content: '\ee21';
}

/* '' */
.app-icon-paper-plane-3:before {
  content: '\ee22';
}

/* '' */
.app-icon-fire-3:before {
  content: '\ee23';
}

/* '' */
.app-icon-graduation-cap-2:before {
  content: '\ee24';
}

/* '' */
.app-icon-megaphone-3:before {
  content: '\ee25';
}

/* '' */
.app-icon-database-3:before {
  content: '\ee26';
}

/* '' */
.app-icon-key-5:before {
  content: '\ee27';
}

/* '' */
.app-icon-beaker-1:before {
  content: '\ee28';
}

/* '' */
.app-icon-truck-1:before {
  content: '\ee29';
}

/* '' */
.app-icon-money-2:before {
  content: '\ee2a';
}

/* '' */
.app-icon-food-1:before {
  content: '\ee2b';
}

/* '' */
.app-icon-shop-1:before {
  content: '\ee2c';
}

/* '' */
.app-icon-diamond-1:before {
  content: '\ee2d';
}

/* '' */
.app-icon-t-shirt:before {
  content: '\ee2e';
}

/* '' */
.app-icon-wallet:before {
  content: '\ee2f';
}

/* '' */
.app-icon-search-8:before {
  content: '\ee30';
}

/* '' */
.app-icon-mail-8:before {
  content: '\ee31';
}

/* '' */
.app-icon-heart-8:before {
  content: '\ee32';
}

/* '' */
.app-icon-heart-empty-4:before {
  content: '\ee33';
}

/* '' */
.app-icon-star-8:before {
  content: '\ee34';
}

/* '' */
.app-icon-user-8:before {
  content: '\ee35';
}

/* '' */
.app-icon-video-5:before {
  content: '\ee36';
}

/* '' */
.app-icon-picture-5:before {
  content: '\ee37';
}

/* '' */
.app-icon-th-large-3:before {
  content: '\ee38';
}

/* '' */
.app-icon-th-4:before {
  content: '\ee39';
}

/* '' */
.app-icon-th-list-5:before {
  content: '\ee3a';
}

/* '' */
.app-icon-ok-6:before {
  content: '\ee3b';
}

/* '' */
.app-icon-ok-circle-1:before {
  content: '\ee3c';
}

/* '' */
.app-icon-cancel-7:before {
  content: '\ee3d';
}

/* '' */
.app-icon-cancel-circle-2:before {
  content: '\ee3e';
}

/* '' */
.app-icon-plus-circle-1:before {
  content: '\ee3f';
}

/* '' */
.app-icon-minus-circle-1:before {
  content: '\ee40';
}

/* '' */
.app-icon-link-5:before {
  content: '\ee41';
}

/* '' */
.app-icon-attach-7:before {
  content: '\ee42';
}

/* '' */
.app-icon-lock-8:before {
  content: '\ee43';
}

/* '' */
.app-icon-lock-open-7:before {
  content: '\ee44';
}

/* '' */
.app-icon-tag-7:before {
  content: '\ee45';
}

/* '' */
.app-icon-reply-4:before {
  content: '\ee46';
}

/* '' */
.app-icon-reply-all-2:before {
  content: '\ee47';
}

/* '' */
.app-icon-forward-4:before {
  content: '\ee48';
}

/* '' */
.app-icon-code-3:before {
  content: '\ee49';
}

/* '' */
.app-icon-retweet-4:before {
  content: '\ee4a';
}

/* '' */
.app-icon-comment-7:before {
  content: '\ee4b';
}

/* '' */
.app-icon-comment-alt-2:before {
  content: '\ee4c';
}

/* '' */
.app-icon-chat-6:before {
  content: '\ee4d';
}

/* '' */
.app-icon-attention-5:before {
  content: '\ee4e';
}

/* '' */
.app-icon-location-8:before {
  content: '\ee4f';
}

/* '' */
.app-icon-doc-8:before {
  content: '\ee50';
}

/* '' */
.app-icon-docs-landscape:before {
  content: '\ee51';
}

/* '' */
.app-icon-folder-6:before {
  content: '\ee52';
}

/* '' */
.app-icon-archive-2:before {
  content: '\ee53';
}

/* '' */
.app-icon-rss-7:before {
  content: '\ee54';
}

/* '' */
.app-icon-rss-alt-1:before {
  content: '\ee55';
}

/* '' */
.app-icon-cog-7:before {
  content: '\ee56';
}

/* '' */
.app-icon-logout-3:before {
  content: '\ee57';
}

/* '' */
.app-icon-clock-8:before {
  content: '\ee58';
}

/* '' */
.app-icon-block-5:before {
  content: '\ee59';
}

/* '' */
.app-icon-resize-full-6:before {
  content: '\ee5a';
}

/* '' */
.app-icon-resize-full-circle:before {
  content: '\ee5b';
}

/* '' */
.app-icon-popup-5:before {
  content: '\ee5c';
}

/* '' */
.app-icon-left-open-5:before {
  content: '\ee5d';
}

/* '' */
.app-icon-right-open-5:before {
  content: '\ee5e';
}

/* '' */
.app-icon-down-circle-1:before {
  content: '\ee5f';
}

/* '' */
.app-icon-left-circle-1:before {
  content: '\ee60';
}

/* '' */
.app-icon-right-circle-1:before {
  content: '\ee61';
}

/* '' */
.app-icon-up-circle-1:before {
  content: '\ee62';
}

/* '' */
.app-icon-down-dir-3:before {
  content: '\ee63';
}

/* '' */
.app-icon-right-dir-3:before {
  content: '\ee64';
}

/* '' */
.app-icon-down-micro:before {
  content: '\ee65';
}

/* '' */
.app-icon-up-micro:before {
  content: '\ee66';
}

/* '' */
.app-icon-cw-circle:before {
  content: '\ee67';
}

/* '' */
.app-icon-arrows-cw-3:before {
  content: '\ee68';
}

/* '' */
.app-icon-updown-circle:before {
  content: '\ee69';
}

/* '' */
.app-icon-target-5:before {
  content: '\ee6a';
}

/* '' */
.app-icon-signal-5:before {
  content: '\ee6b';
}

/* '' */
.app-icon-progress-4:before {
  content: '\ee6c';
}

/* '' */
.app-icon-progress-5:before {
  content: '\ee6d';
}

/* '' */
.app-icon-progress-6:before {
  content: '\ee6e';
}

/* '' */
.app-icon-progress-7:before {
  content: '\ee6f';
}

/* '' */
.app-icon-progress-8:before {
  content: '\ee70';
}

/* '' */
.app-icon-progress-9:before {
  content: '\ee71';
}

/* '' */
.app-icon-progress-10:before {
  content: '\ee72';
}

/* '' */
.app-icon-progress-11:before {
  content: '\ee73';
}

/* '' */
.app-icon-font-2:before {
  content: '\ee74';
}

/* '' */
.app-icon-list-4:before {
  content: '\ee75';
}

/* '' */
.app-icon-list-numbered-1:before {
  content: '\ee76';
}

/* '' */
.app-icon-indent-left-2:before {
  content: '\ee77';
}

/* '' */
.app-icon-indent-right-2:before {
  content: '\ee78';
}

/* '' */
.app-icon-cloud-8:before {
  content: '\ee79';
}

/* '' */
.app-icon-terminal-1:before {
  content: '\ee7a';
}

/* '' */
.app-icon-facebook-rect-2:before {
  content: '\ee7b';
}

/* '' */
.app-icon-twitter-bird-2:before {
  content: '\ee7c';
}

/* '' */
.app-icon-vimeo-rect-1:before {
  content: '\ee7d';
}

/* '' */
.app-icon-tumblr-rect-1:before {
  content: '\ee7e';
}

/* '' */
.app-icon-googleplus-rect-1:before {
  content: '\ee7f';
}

/* '' */
.app-icon-linkedin-rect-1:before {
  content: '\ee80';
}

/* '' */
.app-icon-skype-6:before {
  content: '\ee81';
}

/* '' */
.app-icon-vkontakte-rect-1:before {
  content: '\ee82';
}

/* '' */
.app-icon-youtube-4:before {
  content: '\ee83';
}

/* '' */
.app-icon-odnoklassniki-rect-1:before {
  content: '\ee84';
}

/* '' */
.app-icon-down-open-2:before {
  content: '\f004';
}

/* '' */
.app-icon-up-open-2:before {
  content: '\f005';
}

/* '' */
.app-icon-right-open-3:before {
  content: '\f006';
}

/* '' */
.app-icon-left-open-3:before {
  content: '\f007';
}

/* '' */
.app-icon-menu-3:before {
  content: '\f008';
}

/* '' */
.app-icon-th-list-3:before {
  content: '\f009';
}

/* '' */
.app-icon-th-thumb:before {
  content: '\f00a';
}

/* '' */
.app-icon-th-thumb-empty:before {
  content: '\f00b';
}

/* '' */
.app-icon-coverflow:before {
  content: '\f00c';
}

/* '' */
.app-icon-coverflow-empty:before {
  content: '\f00d';
}

/* '' */
.app-icon-pause-4:before {
  content: '\f00e';
}

/* '' */
.app-icon-play-4:before {
  content: '\f00f';
}

/* '' */
.app-icon-to-end-3:before {
  content: '\f010';
}

/* '' */
.app-icon-to-start-3:before {
  content: '\f011';
}

/* '' */
.app-icon-fast-forward-1:before {
  content: '\f012';
}

/* '' */
.app-icon-fast-backward-1:before {
  content: '\f013';
}

/* '' */
.app-icon-upload-cloud-4:before {
  content: '\f014';
}

/* '' */
.app-icon-download-cloud-2:before {
  content: '\f015';
}

/* '' */
.app-icon-data-science:before {
  content: '\f016';
}

/* '' */
.app-icon-data-science-inv:before {
  content: '\f017';
}

/* '' */
.app-icon-globe-4:before {
  content: '\f018';
}

/* '' */
.app-icon-globe-inv:before {
  content: '\f019';
}

/* '' */
.app-icon-math:before {
  content: '\f01a';
}

/* '' */
.app-icon-math-circled-empty:before {
  content: '\f01b';
}

/* '' */
.app-icon-math-circled:before {
  content: '\f01c';
}

/* '' */
.app-icon-paper-plane-2:before {
  content: '\f01d';
}

/* '' */
.app-icon-paper-plane-alt2:before {
  content: '\f01e';
}

/* '' */
.app-icon-paper-plane-alt:before {
  content: '\f01f';
}

/* '' */
.app-icon-color-adjust:before {
  content: '\f020';
}

/* '' */
.app-icon-star-half-1:before {
  content: '\f022';
}

/* '' */
.app-icon-star-half_empty:before {
  content: '\f024';
}

/* '' */
.app-icon-ccw-2:before {
  content: '\f025';
}

/* '' */
.app-icon-heart-broken:before {
  content: '\f028';
}

/* '' */
.app-icon-hash-1:before {
  content: '\f029';
}

/* '' */
.app-icon-reply-3:before {
  content: '\f02a';
}

/* '' */
.app-icon-retweet-2:before {
  content: '\f02b';
}

/* '' */
.app-icon-login-2:before {
  content: '\f02c';
}

/* '' */
.app-icon-logout-2:before {
  content: '\f02d';
}

/* '' */
.app-icon-download-5:before {
  content: '\f02e';
}

/* '' */
.app-icon-upload-4:before {
  content: '\f02f';
}

/* '' */
.app-icon-location-5:before {
  content: '\f031';
}

/* '' */
.app-icon-monitor-1:before {
  content: '\f032';
}

/* '' */
.app-icon-tablet-3:before {
  content: '\f033';
}

/* '' */
.app-icon-mobile-5:before {
  content: '\f034';
}

/* '' */
.app-icon-connected-object:before {
  content: '\f035';
}

/* '' */
.app-icon-isight:before {
  content: '\f039';
}

/* '' */
.app-icon-videocam-3:before {
  content: '\f03a';
}

/* '' */
.app-icon-shuffle-3:before {
  content: '\f03b';
}

/* '' */
.app-icon-chat-5:before {
  content: '\f03d';
}

/* '' */
.app-icon-bell-4:before {
  content: '\f03f';
}

/* '' */
.app-icon-movie:before {
  content: '\f040';
}

/* '' */
.app-icon-ruler:before {
  content: '\f044';
}

/* '' */
.app-icon-vector:before {
  content: '\f045';
}

/* '' */
.app-icon-move:before {
  content: '\f047';
}

/* '' */
.app-icon-mic-4:before {
  content: '\f048';
}

/* '' */
.app-icon-doc-5:before {
  content: '\f04a';
}

/* '' */
.app-icon-dribbble-circled-2:before {
  content: '\f04f';
}

/* '' */
.app-icon-dribbble-3:before {
  content: '\f050';
}

/* '' */
.app-icon-facebook-circled-2:before {
  content: '\f051';
}

/* '' */
.app-icon-facebook-4:before {
  content: '\f052';
}

/* '' */
.app-icon-github-circled-alt:before {
  content: '\f053';
}

/* '' */
.app-icon-github-circled-3:before {
  content: '\f054';
}

/* '' */
.app-icon-github-3:before {
  content: '\f055';
}

/* '' */
.app-icon-github-circled-alt2:before {
  content: '\f056';
}

/* '' */
.app-icon-twitter-circled-2:before {
  content: '\f057';
}

/* '' */
.app-icon-twitter-4:before {
  content: '\f058';
}

/* '' */
.app-icon-gplus-circled-1:before {
  content: '\f059';
}

/* '' */
.app-icon-gplus-2:before {
  content: '\f05a';
}

/* '' */
.app-icon-linkedin-circled-2:before {
  content: '\f05b';
}

/* '' */
.app-icon-linkedin-3:before {
  content: '\f05c';
}

/* '' */
.app-icon-instagram-2:before {
  content: '\f05d';
}

/* '' */
.app-icon-instagram-circled:before {
  content: '\f05e';
}

/* '' */
.app-icon-mfg-logo:before {
  content: '\f05f';
}

/* '' */
.app-icon-mfg-logo-circled:before {
  content: '\f060';
}

/* '' */
.app-icon-user-5:before {
  content: '\f061';
}

/* '' */
.app-icon-user-male:before {
  content: '\f062';
}

/* '' */
.app-icon-user-female:before {
  content: '\f063';
}

/* '' */
.app-icon-users-3:before {
  content: '\f064';
}

/* '' */
.app-icon-folder-4:before {
  content: '\f067';
}

/* '' */
.app-icon-folder-open-1:before {
  content: '\f068';
}

/* '' */
.app-icon-folder-empty-2:before {
  content: '\f069';
}

/* '' */
.app-icon-attach-4:before {
  content: '\f06a';
}

/* '' */
.app-icon-ok-circled-1:before {
  content: '\f06d';
}

/* '' */
.app-icon-cancel-circled-3:before {
  content: '\f06e';
}

/* '' */
.app-icon-inbox-2:before {
  content: '\f070';
}

/* '' */
.app-icon-trophy-1:before {
  content: '\f074';
}

/* '' */
.app-icon-lock-open-alt-1:before {
  content: '\f075';
}

/* '' */
.app-icon-link-4:before {
  content: '\f07b';
}

/* '' */
.app-icon-zoom-in-3:before {
  content: '\f07e';
}

/* '' */
.app-icon-zoom-out-3:before {
  content: '\f07f';
}

/* '' */
.app-icon-stop-5:before {
  content: '\f080';
}

/* '' */
.app-icon-export-4:before {
  content: '\f081';
}

/* '' */
.app-icon-eye-5:before {
  content: '\f082';
}

/* '' */
.app-icon-trash-5:before {
  content: '\f083';
}

/* '' */
.app-icon-hdd-1:before {
  content: '\f084';
}

/* '' */
.app-icon-info-circled-2:before {
  content: '\f085';
}

/* '' */
.app-icon-info-circled-alt:before {
  content: '\f086';
}

/* '' */
.app-icon-print-4:before {
  content: '\f087';
}

/* '' */
.app-icon-fontsize:before {
  content: '\f088';
}

/* '' */
.app-icon-soundcloud-2:before {
  content: '\f089';
}

/* '' */
.app-icon-soundcloud-circled:before {
  content: '\f08a';
}

/* '' */
.app-icon-link-ext:before {
  content: '\f08e';
}

/* '' */
.app-icon-check-empty:before {
  content: '\f096';
}

/* '' */
.app-icon-bookmark-empty:before {
  content: '\f097';
}

/* '' */
.app-icon-phone-squared:before {
  content: '\f098';
}

/* '' */
.app-icon-twitter:before {
  content: '\f099';
}

/* '' */
.app-icon-facebook:before {
  content: '\f09a';
}

/* '' */
.app-icon-github-circled:before {
  content: '\f09b';
}

/* '' */
.app-icon-rss:before {
  content: '\f09e';
}

/* '' */
.app-icon-hdd:before {
  content: '\f0a0';
}

/* '' */
.app-icon-certificate:before {
  content: '\f0a3';
}

/* '' */
.app-icon-left-circled:before {
  content: '\f0a8';
}

/* '' */
.app-icon-right-circled:before {
  content: '\f0a9';
}

/* '' */
.app-icon-up-circled:before {
  content: '\f0aa';
}

/* '' */
.app-icon-down-circled:before {
  content: '\f0ab';
}

/* '' */
.app-icon-tasks:before {
  content: '\f0ae';
}

/* '' */
.app-icon-filter:before {
  content: '\f0b0';
}

/* '' */
.app-icon-resize-full-alt:before {
  content: '\f0b2';
}

/* '' */
.app-icon-beaker:before {
  content: '\f0c3';
}

/* '' */
.app-icon-docs:before {
  content: '\f0c5';
}

/* '' */
.app-icon-blank:before {
  content: '\f0c8';
}

/* '' */
.app-icon-menu:before {
  content: '\f0c9';
}

/* '' */
.app-icon-list-bullet:before {
  content: '\f0ca';
}

/* '' */
.app-icon-list-numbered:before {
  content: '\f0cb';
}

/* '' */
.app-icon-strike:before {
  content: '\f0cc';
}

/* '' */
.app-icon-underline:before {
  content: '\f0cd';
}

/* '' */
.app-icon-table:before {
  content: '\f0ce';
}

/* '' */
.app-icon-magic:before {
  content: '\f0d0';
}

/* '' */
.app-icon-pinterest-circled:before {
  content: '\f0d2';
}

/* '' */
.app-icon-pinterest-squared:before {
  content: '\f0d3';
}

/* '' */
.app-icon-gplus-squared:before {
  content: '\f0d4';
}

/* '' */
.app-icon-gplus:before {
  content: '\f0d5';
}

/* '' */
.app-icon-money:before {
  content: '\f0d6';
}

/* '' */
.app-icon-columns:before {
  content: '\f0db';
}

/* '' */
.app-icon-sort:before {
  content: '\f0dc';
}

/* '' */
.app-icon-sort-down:before {
  content: '\f0dd';
}

/* '' */
.app-icon-sort-up:before {
  content: '\f0de';
}

/* '' */
.app-icon-mail-alt:before {
  content: '\f0e0';
}

/* '' */
.app-icon-linkedin:before {
  content: '\f0e1';
}

/* '' */
.app-icon-gauge:before {
  content: '\f0e4';
}

/* '' */
.app-icon-comment-empty:before {
  content: '\f0e5';
}

/* '' */
.app-icon-chat-empty:before {
  content: '\f0e6';
}

/* '' */
.app-icon-sitemap:before {
  content: '\f0e8';
}

/* '' */
.app-icon-paste:before {
  content: '\f0ea';
}

/* '' */
.app-icon-lightbulb:before {
  content: '\f0eb';
}

/* '' */
.app-icon-exchange:before {
  content: '\f0ec';
}

/* '' */
.app-icon-download-cloud:before {
  content: '\f0ed';
}

/* '' */
.app-icon-upload-cloud:before {
  content: '\f0ee';
}

/* '' */
.app-icon-user-md:before {
  content: '\f0f0';
}

/* '' */
.app-icon-stethoscope:before {
  content: '\f0f1';
}

/* '' */
.app-icon-suitcase:before {
  content: '\f0f2';
}

/* '' */
.app-icon-bell-alt:before {
  content: '\f0f3';
}

/* '' */
.app-icon-coffee:before {
  content: '\f0f4';
}

/* '' */
.app-icon-food:before {
  content: '\f0f5';
}

/* '' */
.app-icon-doc-text:before {
  content: '\f0f6';
}

/* '' */
.app-icon-building:before {
  content: '\f0f7';
}

/* '' */
.app-icon-hospital:before {
  content: '\f0f8';
}

/* '' */
.app-icon-ambulance:before {
  content: '\f0f9';
}

/* '' */
.app-icon-medkit:before {
  content: '\f0fa';
}

/* '' */
.app-icon-fighter-jet:before {
  content: '\f0fb';
}

/* '' */
.app-icon-beer:before {
  content: '\f0fc';
}

/* '' */
.app-icon-h-sigh:before {
  content: '\f0fd';
}

/* '' */
.app-icon-plus-squared:before {
  content: '\f0fe';
}

/* '' */
.app-icon-angle-double-left:before {
  content: '\f100';
}

/* '' */
.app-icon-angle-double-right:before {
  content: '\f101';
}

/* '' */
.app-icon-angle-double-up:before {
  content: '\f102';
}

/* '' */
.app-icon-angle-double-down:before {
  content: '\f103';
}

/* '' */
.app-icon-angle-left:before {
  content: '\f104';
}

/* '' */
.app-icon-angle-right:before {
  content: '\f105';
}

/* '' */
.app-icon-angle-up:before {
  content: '\f106';
}

/* '' */
.app-icon-angle-down:before {
  content: '\f107';
}

/* '' */
.app-icon-desktop:before {
  content: '\f108';
}

/* '' */
.app-icon-laptop:before {
  content: '\f109';
}

/* '' */
.app-icon-tablet:before {
  content: '\f10a';
}

/* '' */
.app-icon-mobile:before {
  content: '\f10b';
}

/* '' */
.app-icon-circle-empty:before {
  content: '\f10c';
}

/* '' */
.app-icon-quote-left:before {
  content: '\f10d';
}

/* '' */
.app-icon-quote-right:before {
  content: '\f10e';
}

/* '' */
.app-icon-spinner:before {
  content: '\f110';
}

/* '' */
.app-icon-circle:before {
  content: '\f111';
}

/* '' */
.app-icon-reply:before {
  content: '\f112';
}

/* '' */
.app-icon-github:before {
  content: '\f113';
}

/* '' */
.app-icon-folder-empty:before {
  content: '\f114';
}

/* '' */
.app-icon-folder-open-empty:before {
  content: '\f115';
}

/* '' */
.app-icon-smile:before {
  content: '\f118';
}

/* '' */
.app-icon-frown:before {
  content: '\f119';
}

/* '' */
.app-icon-meh:before {
  content: '\f11a';
}

/* '' */
.app-icon-gamepad:before {
  content: '\f11b';
}

/* '' */
.app-icon-keyboard:before {
  content: '\f11c';
}

/* '' */
.app-icon-flag-empty:before {
  content: '\f11d';
}

/* '' */
.app-icon-flag-checkered:before {
  content: '\f11e';
}

/* '' */
.app-icon-terminal:before {
  content: '\f120';
}

/* '' */
.app-icon-code:before {
  content: '\f121';
}

/* '' */
.app-icon-reply-all:before {
  content: '\f122';
}

/* '' */
.app-icon-star-half-alt:before {
  content: '\f123';
}

/* '' */
.app-icon-direction:before {
  content: '\f124';
}

/* '' */
.app-icon-crop:before {
  content: '\f125';
}

/* '' */
.app-icon-fork:before {
  content: '\f126';
}

/* '' */
.app-icon-unlink:before {
  content: '\f127';
}

/* '' */
.app-icon-help:before {
  content: '\f128';
}

/* '' */
.app-icon-info:before {
  content: '\f129';
}

/* '' */
.app-icon-attention-alt:before {
  content: '\f12a';
}

/* '' */
.app-icon-superscript:before {
  content: '\f12b';
}

/* '' */
.app-icon-subscript:before {
  content: '\f12c';
}

/* '' */
.app-icon-eraser:before {
  content: '\f12d';
}

/* '' */
.app-icon-puzzle:before {
  content: '\f12e';
}

/* '' */
.app-icon-mic:before {
  content: '\f130';
}

/* '' */
.app-icon-mute:before {
  content: '\f131';
}

/* '' */
.app-icon-shield:before {
  content: '\f132';
}

/* '' */
.app-icon-calendar-empty:before {
  content: '\f133';
}

/* '' */
.app-icon-extinguisher:before {
  content: '\f134';
}

/* '' */
.app-icon-rocket:before {
  content: '\f135';
}

/* '' */
.app-icon-maxcdn:before {
  content: '\f136';
}

/* '' */
.app-icon-angle-circled-left:before {
  content: '\f137';
}

/* '' */
.app-icon-angle-circled-right:before {
  content: '\f138';
}

/* '' */
.app-icon-angle-circled-up:before {
  content: '\f139';
}

/* '' */
.app-icon-angle-circled-down:before {
  content: '\f13a';
}

/* '' */
.app-icon-html5:before {
  content: '\f13b';
}

/* '' */
.app-icon-css3:before {
  content: '\f13c';
}

/* '' */
.app-icon-anchor:before {
  content: '\f13d';
}

/* '' */
.app-icon-lock-open-alt:before {
  content: '\f13e';
}

/* '' */
.app-icon-bullseye:before {
  content: '\f140';
}

/* '' */
.app-icon-ellipsis:before {
  content: '\f141';
}

/* '' */
.app-icon-ellipsis-vert:before {
  content: '\f142';
}

/* '' */
.app-icon-rss-squared:before {
  content: '\f143';
}

/* '' */
.app-icon-play-circled:before {
  content: '\f144';
}

/* '' */
.app-icon-ticket:before {
  content: '\f145';
}

/* '' */
.app-icon-minus-squared:before {
  content: '\f146';
}

/* '' */
.app-icon-minus-squared-alt:before {
  content: '\f147';
}

/* '' */
.app-icon-level-up:before {
  content: '\f148';
}

/* '' */
.app-icon-level-down:before {
  content: '\f149';
}

/* '' */
.app-icon-ok-squared:before {
  content: '\f14a';
}

/* '' */
.app-icon-pencil-squared:before {
  content: '\f14b';
}

/* '' */
.app-icon-link-ext-alt:before {
  content: '\f14c';
}

/* '' */
.app-icon-export-alt:before {
  content: '\f14d';
}

/* '' */
.app-icon-compass:before {
  content: '\f14e';
}

/* '' */
.app-icon-expand:before {
  content: '\f150';
}

/* '' */
.app-icon-collapse:before {
  content: '\f151';
}

/* '' */
.app-icon-expand-right:before {
  content: '\f152';
}

/* '' */
.app-icon-euro:before {
  content: '\f153';
}

/* '' */
.app-icon-pound:before {
  content: '\f154';
}

/* '' */
.app-icon-dollar:before {
  content: '\f155';
}

/* '' */
.app-icon-rupee:before {
  content: '\f156';
}

/* '' */
.app-icon-yen:before {
  content: '\f157';
}

/* '' */
.app-icon-rouble:before {
  content: '\f158';
}

/* '' */
.app-icon-won:before {
  content: '\f159';
}

/* '' */
.app-icon-bitcoin:before {
  content: '\f15a';
}

/* '' */
.app-icon-doc-inv:before {
  content: '\f15b';
}

/* '' */
.app-icon-doc-text-inv:before {
  content: '\f15c';
}

/* '' */
.app-icon-sort-name-up:before {
  content: '\f15d';
}

/* '' */
.app-icon-sort-name-down:before {
  content: '\f15e';
}

/* '' */
.app-icon-sort-alt-up:before {
  content: '\f160';
}

/* '' */
.app-icon-sort-alt-down:before {
  content: '\f161';
}

/* '' */
.app-icon-sort-number-up:before {
  content: '\f162';
}

/* '' */
.app-icon-sort-number-down:before {
  content: '\f163';
}

/* '' */
.app-icon-thumbs-up-alt:before {
  content: '\f164';
}

/* '' */
.app-icon-thumbs-down-alt:before {
  content: '\f165';
}

/* '' */
.app-icon-youtube-squared:before {
  content: '\f166';
}

/* '' */
.app-icon-youtube:before {
  content: '\f167';
}

/* '' */
.app-icon-xing:before {
  content: '\f168';
}

/* '' */
.app-icon-xing-squared:before {
  content: '\f169';
}

/* '' */
.app-icon-youtube-play:before {
  content: '\f16a';
}

/* '' */
.app-icon-dropbox:before {
  content: '\f16b';
}

/* '' */
.app-icon-stackoverflow:before {
  content: '\f16c';
}

/* '' */
.app-icon-instagram:before {
  content: '\f16d';
}

/* '' */
.app-icon-flickr:before {
  content: '\f16e';
}

/* '' */
.app-icon-adn:before {
  content: '\f170';
}

/* '' */
.app-icon-bitbucket:before {
  content: '\f171';
}

/* '' */
.app-icon-bitbucket-squared:before {
  content: '\f172';
}

/* '' */
.app-icon-tumblr:before {
  content: '\f173';
}

/* '' */
.app-icon-tumblr-squared:before {
  content: '\f174';
}

/* '' */
.app-icon-down:before {
  content: '\f175';
}

/* '' */
.app-icon-up:before {
  content: '\f176';
}

/* '' */
.app-icon-left:before {
  content: '\f177';
}

/* '' */
.app-icon-right:before {
  content: '\f178';
}

/* '' */
.app-icon-apple:before {
  content: '\f179';
}

/* '' */
.app-icon-windows:before {
  content: '\f17a';
}

/* '' */
.app-icon-android:before {
  content: '\f17b';
}

/* '' */
.app-icon-linux:before {
  content: '\f17c';
}

/* '' */
.app-icon-dribbble:before {
  content: '\f17d';
}

/* '' */
.app-icon-skype:before {
  content: '\f17e';
}

/* '' */
.app-icon-foursquare:before {
  content: '\f180';
}

/* '' */
.app-icon-trello:before {
  content: '\f181';
}

/* '' */
.app-icon-female:before {
  content: '\f182';
}

/* '' */
.app-icon-male:before {
  content: '\f183';
}

/* '' */
.app-icon-gittip:before {
  content: '\f184';
}

/* '' */
.app-icon-sun:before {
  content: '\f185';
}

/* '' */
.app-icon-moon:before {
  content: '\f186';
}

/* '' */
.app-icon-box:before {
  content: '\f187';
}

/* '' */
.app-icon-bug:before {
  content: '\f188';
}

/* '' */
.app-icon-vkontakte:before {
  content: '\f189';
}

/* '' */
.app-icon-weibo:before {
  content: '\f18a';
}

/* '' */
.app-icon-renren:before {
  content: '\f18b';
}

/* '' */
.app-icon-pagelines:before {
  content: '\f18c';
}

/* '' */
.app-icon-stackexchange:before {
  content: '\f18d';
}

/* '' */
.app-icon-right-circled2:before {
  content: '\f18e';
}

/* '' */
.app-icon-left-circled2:before {
  content: '\f190';
}

/* '' */
.app-icon-collapse-left:before {
  content: '\f191';
}

/* '' */
.app-icon-dot-circled:before {
  content: '\f192';
}

/* '' */
.app-icon-wheelchair:before {
  content: '\f193';
}

/* '' */
.app-icon-vimeo-squared:before {
  content: '\f194';
}

/* '' */
.app-icon-try:before {
  content: '\f195';
}

/* '' */
.app-icon-plus-squared-alt:before {
  content: '\f196';
}

/* '' */
.app-icon-space-shuttle:before {
  content: '\f197';
}

/* '' */
.app-icon-slack:before {
  content: '\f198';
}

/* '' */
.app-icon-mail-squared:before {
  content: '\f199';
}

/* '' */
.app-icon-wordpress:before {
  content: '\f19a';
}

/* '' */
.app-icon-openid:before {
  content: '\f19b';
}

/* '' */
.app-icon-bank:before {
  content: '\f19c';
}

/* '' */
.app-icon-graduation-cap:before {
  content: '\f19d';
}

/* '' */
.app-icon-yahoo:before {
  content: '\f19e';
}

/* '' */
.app-icon-google:before {
  content: '\f1a0';
}

/* '' */
.app-icon-reddit:before {
  content: '\f1a1';
}

/* '' */
.app-icon-reddit-squared:before {
  content: '\f1a2';
}

/* '' */
.app-icon-stumbleupon-circled:before {
  content: '\f1a3';
}

/* '' */
.app-icon-stumbleupon:before {
  content: '\f1a4';
}

/* '' */
.app-icon-delicious:before {
  content: '\f1a5';
}

/* '' */
.app-icon-digg:before {
  content: '\f1a6';
}

/* '' */
.app-icon-pied-piper-squared:before {
  content: '\f1a7';
}

/* '' */
.app-icon-pied-piper-alt:before {
  content: '\f1a8';
}

/* '' */
.app-icon-drupal:before {
  content: '\f1a9';
}

/* '' */
.app-icon-joomla:before {
  content: '\f1aa';
}

/* '' */
.app-icon-language:before {
  content: '\f1ab';
}

/* '' */
.app-icon-fax:before {
  content: '\f1ac';
}

/* '' */
.app-icon-building-filled:before {
  content: '\f1ad';
}

/* '' */
.app-icon-child:before {
  content: '\f1ae';
}

/* '' */
.app-icon-paw:before {
  content: '\f1b0';
}

/* '' */
.app-icon-spoon:before {
  content: '\f1b1';
}

/* '' */
.app-icon-cube:before {
  content: '\f1b2';
}

/* '' */
.app-icon-cubes:before {
  content: '\f1b3';
}

/* '' */
.app-icon-behance:before {
  content: '\f1b4';
}

/* '' */
.app-icon-behance-squared:before {
  content: '\f1b5';
}

/* '' */
.app-icon-steam:before {
  content: '\f1b6';
}

/* '' */
.app-icon-steam-squared:before {
  content: '\f1b7';
}

/* '' */
.app-icon-recycle:before {
  content: '\f1b8';
}

/* '' */
.app-icon-cab:before {
  content: '\f1b9';
}

/* '' */
.app-icon-taxi:before {
  content: '\f1ba';
}

/* '' */
.app-icon-tree:before {
  content: '\f1bb';
}

/* '' */
.app-icon-spotify:before {
  content: '\f1bc';
}

/* '' */
.app-icon-deviantart:before {
  content: '\f1bd';
}

/* '' */
.app-icon-soundcloud:before {
  content: '\f1be';
}

/* '' */
.app-icon-database:before {
  content: '\f1c0';
}

/* '' */
.app-icon-file-pdf:before {
  content: '\f1c1';
}

/* '' */
.app-icon-file-word:before {
  content: '\f1c2';
}

/* '' */
.app-icon-file-excel:before {
  content: '\f1c3';
}

/* '' */
.app-icon-file-powerpoint:before {
  content: '\f1c4';
}

/* '' */
.app-icon-file-image:before {
  content: '\f1c5';
}

/* '' */
.app-icon-file-archive:before {
  content: '\f1c6';
}

/* '' */
.app-icon-file-audio:before {
  content: '\f1c7';
}

/* '' */
.app-icon-file-video:before {
  content: '\f1c8';
}

/* '' */
.app-icon-file-code:before {
  content: '\f1c9';
}

/* '' */
.app-icon-vine:before {
  content: '\f1ca';
}

/* '' */
.app-icon-codeopen:before {
  content: '\f1cb';
}

/* '' */
.app-icon-jsfiddle:before {
  content: '\f1cc';
}

/* '' */
.app-icon-lifebuoy:before {
  content: '\f1cd';
}

/* '' */
.app-icon-circle-notch:before {
  content: '\f1ce';
}

/* '' */
.app-icon-rebel:before {
  content: '\f1d0';
}

/* '' */
.app-icon-empire:before {
  content: '\f1d1';
}

/* '' */
.app-icon-git-squared:before {
  content: '\f1d2';
}

/* '' */
.app-icon-git:before {
  content: '\f1d3';
}

/* '' */
.app-icon-hacker-news:before {
  content: '\f1d4';
}

/* '' */
.app-icon-tencent-weibo:before {
  content: '\f1d5';
}

/* '' */
.app-icon-qq:before {
  content: '\f1d6';
}

/* '' */
.app-icon-wechat:before {
  content: '\f1d7';
}

/* '' */
.app-icon-paper-plane:before {
  content: '\f1d8';
}

/* '' */
.app-icon-paper-plane-empty:before {
  content: '\f1d9';
}

/* '' */
.app-icon-history:before {
  content: '\f1da';
}

/* '' */
.app-icon-circle-thin:before {
  content: '\f1db';
}

/* '' */
.app-icon-header:before {
  content: '\f1dc';
}

/* '' */
.app-icon-paragraph:before {
  content: '\f1dd';
}

/* '' */
.app-icon-sliders:before {
  content: '\f1de';
}

/* '' */
.app-icon-share:before {
  content: '\f1e0';
}

/* '' */
.app-icon-share-squared:before {
  content: '\f1e1';
}

/* '' */
.app-icon-bomb:before {
  content: '\f1e2';
}

/* '' */
.app-icon-soccer-ball:before {
  content: '\f1e3';
}

/* '' */
.app-icon-tty:before {
  content: '\f1e4';
}

/* '' */
.app-icon-binoculars:before {
  content: '\f1e5';
}

/* '' */
.app-icon-plug:before {
  content: '\f1e6';
}

/* '' */
.app-icon-slideshare:before {
  content: '\f1e7';
}

/* '' */
.app-icon-twitch:before {
  content: '\f1e8';
}

/* '' */
.app-icon-yelp:before {
  content: '\f1e9';
}

/* '' */
.app-icon-newspaper:before {
  content: '\f1ea';
}

/* '' */
.app-icon-wifi:before {
  content: '\f1eb';
}

/* '' */
.app-icon-calc:before {
  content: '\f1ec';
}

/* '' */
.app-icon-paypal:before {
  content: '\f1ed';
}

/* '' */
.app-icon-gwallet:before {
  content: '\f1ee';
}

/* '' */
.app-icon-cc-visa:before {
  content: '\f1f0';
}

/* '' */
.app-icon-cc-mastercard:before {
  content: '\f1f1';
}

/* '' */
.app-icon-cc-discover:before {
  content: '\f1f2';
}

/* '' */
.app-icon-cc-amex:before {
  content: '\f1f3';
}

/* '' */
.app-icon-cc-paypal:before {
  content: '\f1f4';
}

/* '' */
.app-icon-cc-stripe:before {
  content: '\f1f5';
}

/* '' */
.app-icon-bell-off:before {
  content: '\f1f6';
}

/* '' */
.app-icon-bell-off-empty:before {
  content: '\f1f7';
}

/* '' */
.app-icon-trash:before {
  content: '\f1f8';
}

/* '' */
.app-icon-copyright:before {
  content: '\f1f9';
}

/* '' */
.app-icon-at:before {
  content: '\f1fa';
}

/* '' */
.app-icon-eyedropper:before {
  content: '\f1fb';
}

/* '' */
.app-icon-brush:before {
  content: '\f1fc';
}

/* '' */
.app-icon-birthday:before {
  content: '\f1fd';
}

/* '' */
.app-icon-chart-area:before {
  content: '\f1fe';
}

/* '' */
.app-icon-chart-pie:before {
  content: '\f200';
}

/* '' */
.app-icon-chart-line:before {
  content: '\f201';
}

/* '' */
.app-icon-lastfm:before {
  content: '\f202';
}

/* '' */
.app-icon-lastfm-squared:before {
  content: '\f203';
}

/* '' */
.app-icon-toggle-off:before {
  content: '\f204';
}

/* '' */
.app-icon-toggle-on:before {
  content: '\f205';
}

/* '' */
.app-icon-bicycle:before {
  content: '\f206';
}

/* '' */
.app-icon-bus:before {
  content: '\f207';
}

/* '' */
.app-icon-ioxhost:before {
  content: '\f208';
}

/* '' */
.app-icon-angellist:before {
  content: '\f209';
}

/* '' */
.app-icon-cc:before {
  content: '\f20a';
}

/* '' */
.app-icon-shekel:before {
  content: '\f20b';
}

/* '' */
.app-icon-meanpath:before {
  content: '\f20c';
}

/* '' */
.app-icon-buysellads:before {
  content: '\f20d';
}

/* '' */
.app-icon-connectdevelop:before {
  content: '\f20e';
}

/* '' */
.app-icon-dashcube:before {
  content: '\f210';
}

/* '' */
.app-icon-forumbee:before {
  content: '\f211';
}

/* '' */
.app-icon-leanpub:before {
  content: '\f212';
}

/* '' */
.app-icon-sellsy:before {
  content: '\f213';
}

/* '' */
.app-icon-shirtsinbulk:before {
  content: '\f214';
}

/* '' */
.app-icon-simplybuilt:before {
  content: '\f215';
}

/* '' */
.app-icon-skyatlas:before {
  content: '\f216';
}

/* '' */
.app-icon-cart-plus:before {
  content: '\f217';
}

/* '' */
.app-icon-cart-arrow-down:before {
  content: '\f218';
}

/* '' */
.app-icon-diamond:before {
  content: '\f219';
}

/* '' */
.app-icon-ship:before {
  content: '\f21a';
}

/* '' */
.app-icon-user-secret:before {
  content: '\f21b';
}

/* '' */
.app-icon-motorcycle:before {
  content: '\f21c';
}

/* '' */
.app-icon-street-view:before {
  content: '\f21d';
}

/* '' */
.app-icon-heartbeat:before {
  content: '\f21e';
}

/* '' */
.app-icon-venus:before {
  content: '\f221';
}

/* '' */
.app-icon-mars:before {
  content: '\f222';
}

/* '' */
.app-icon-mercury:before {
  content: '\f223';
}

/* '' */
.app-icon-transgender:before {
  content: '\f224';
}

/* '' */
.app-icon-transgender-alt:before {
  content: '\f225';
}

/* '' */
.app-icon-venus-double:before {
  content: '\f226';
}

/* '' */
.app-icon-mars-double:before {
  content: '\f227';
}

/* '' */
.app-icon-venus-mars:before {
  content: '\f228';
}

/* '' */
.app-icon-mars-stroke:before {
  content: '\f229';
}

/* '' */
.app-icon-mars-stroke-v:before {
  content: '\f22a';
}

/* '' */
.app-icon-mars-stroke-h:before {
  content: '\f22b';
}

/* '' */
.app-icon-neuter:before {
  content: '\f22c';
}

/* '' */
.app-icon-genderless:before {
  content: '\f22d';
}

/* '' */
.app-icon-facebook-official:before {
  content: '\f230';
}

/* '' */
.app-icon-pinterest:before {
  content: '\f231';
}

/* '' */
.app-icon-whatsapp:after {
  content: '\f232';
}

/* '' */
.app-icon-server:before {
  content: '\f233';
}

/* '' */
.app-icon-user-plus:before {
  content: '\f234';
}

/* '' */
.app-icon-user-times:before {
  content: '\f235';
}

/* '' */
.app-icon-bed:before {
  content: '\f236';
}

/* '' */
.app-icon-viacoin:before {
  content: '\f237';
}

/* '' */
.app-icon-train:before {
  content: '\f238';
}

/* '' */
.app-icon-subway:before {
  content: '\f239';
}

/* '' */
.app-icon-medium:before {
  content: '\f23a';
}

/* '' */
.app-icon-y-combinator:before {
  content: '\f23b';
}

/* '' */
.app-icon-optin-monster:before {
  content: '\f23c';
}

/* '' */
.app-icon-opencart:before {
  content: '\f23d';
}

/* '' */
.app-icon-expeditedssl:before {
  content: '\f23e';
}

/* '' */
.app-icon-battery-4:before {
  content: '\f240';
}

/* '' */
.app-icon-battery-3:before {
  content: '\f241';
}

/* '' */
.app-icon-battery-2:before {
  content: '\f242';
}

/* '' */
.app-icon-battery-1:before {
  content: '\f243';
}

/* '' */
.app-icon-battery-0:before {
  content: '\f244';
}

/* '' */
.app-icon-mouse-pointer:before {
  content: '\f245';
}

/* '' */
.app-icon-i-cursor:before {
  content: '\f246';
}

/* '' */
.app-icon-object-group:before {
  content: '\f247';
}

/* '' */
.app-icon-object-ungroup:before {
  content: '\f248';
}

/* '' */
.app-icon-sticky-note:before {
  content: '\f249';
}

/* '' */
.app-icon-sticky-note-o:before {
  content: '\f24a';
}

/* '' */
.app-icon-cc-jcb:before {
  content: '\f24b';
}

/* '' */
.app-icon-cc-diners-club:before {
  content: '\f24c';
}

/* '' */
.app-icon-clone:before {
  content: '\f24d';
}

/* '' */
.app-icon-balance-scale:before {
  content: '\f24e';
}

/* '' */
.app-icon-hourglass-o:before {
  content: '\f250';
}

/* '' */
.app-icon-hourglass-1:before {
  content: '\f251';
}

/* '' */
.app-icon-hourglass-2:before {
  content: '\f252';
}

/* '' */
.app-icon-hourglass-3:before {
  content: '\f253';
}

/* '' */
.app-icon-hourglass:before {
  content: '\f254';
}

/* '' */
.app-icon-hand-grab-o:before {
  content: '\f255';
}

/* '' */
.app-icon-hand-paper-o:before {
  content: '\f256';
}

/* '' */
.app-icon-hand-scissors-o:before {
  content: '\f257';
}

/* '' */
.app-icon-hand-lizard-o:before {
  content: '\f258';
}

/* '' */
.app-icon-hand-spock-o:before {
  content: '\f259';
}

/* '' */
.app-icon-hand-pointer-o:before {
  content: '\f25a';
}

/* '' */
.app-icon-hand-peace-o:before {
  content: '\f25b';
}

/* '' */
.app-icon-trademark:before {
  content: '\f25c';
}

/* '' */
.app-icon-registered:before {
  content: '\f25d';
}

/* '' */
.app-icon-creative-commons:before {
  content: '\f25e';
}

/* '' */
.app-icon-gg:before {
  content: '\f260';
}

/* '' */
.app-icon-gg-circle:before {
  content: '\f261';
}

/* '' */
.app-icon-tripadvisor:before {
  content: '\f262';
}

/* '' */
.app-icon-odnoklassniki:before {
  content: '\f263';
}

/* '' */
.app-icon-odnoklassniki-square:before {
  content: '\f264';
}

/* '' */
.app-icon-get-pocket:before {
  content: '\f265';
}

/* '' */
.app-icon-wikipedia-w:before {
  content: '\f266';
}

/* '' */
.app-icon-safari:before {
  content: '\f267';
}

/* '' */
.app-icon-chrome-1:before {
  content: '\f268';
}

/* '' */
.app-icon-firefox-1:before {
  content: '\f269';
}

/* '' */
.app-icon-opera-1:before {
  content: '\f26a';
}

/* '' */
.app-icon-internet-explorer:before {
  content: '\f26b';
}

/* '' */
.app-icon-television:before {
  content: '\f26c';
}

/* '' */
.app-icon-contao:before {
  content: '\f26d';
}

/* '' */
.app-icon-500px:before {
  content: '\f26e';
}

/* '' */
.app-icon-amazon:before {
  content: '\f270';
}

/* '' */
.app-icon-calendar-plus-o:before {
  content: '\f271';
}

/* '' */
.app-icon-calendar-minus-o:before {
  content: '\f272';
}

/* '' */
.app-icon-calendar-times-o:before {
  content: '\f273';
}

/* '' */
.app-icon-calendar-check-o:before {
  content: '\f274';
}

/* '' */
.app-icon-industry:before {
  content: '\f275';
}

/* '' */
.app-icon-map-pin:before {
  content: '\f276';
}

/* '' */
.app-icon-map-signs:before {
  content: '\f277';
}

/* '' */
.app-icon-map-o:before {
  content: '\f278';
}

/* '' */
.app-icon-map:before {
  content: '\f279';
}

/* '' */
.app-icon-commenting:before {
  content: '\f27a';
}

/* '' */
.app-icon-commenting-o:before {
  content: '\f27b';
}

/* '' */
.app-icon-houzz:before {
  content: '\f27c';
}

/* '' */
.app-icon-vimeo:before {
  content: '\f27d';
}

/* '' */
.app-icon-black-tie:before {
  content: '\f27e';
}

/* '' */
.app-icon-fonticons:before {
  content: '\f280';
}

/* '' */
.app-icon-reddit-alien:before {
  content: '\f281';
}

/* '' */
.app-icon-edge:before {
  content: '\f282';
}

/* '' */
.app-icon-credit-card-alt:before {
  content: '\f283';
}

/* '' */
.app-icon-codiepie:before {
  content: '\f284';
}

/* '' */
.app-icon-modx:before {
  content: '\f285';
}

/* '' */
.app-icon-fort-awesome:before {
  content: '\f286';
}

/* '' */
.app-icon-usb:before {
  content: '\f287';
}

/* '' */
.app-icon-product-hunt:before {
  content: '\f288';
}

/* '' */
.app-icon-mixcloud:before {
  content: '\f289';
}

/* '' */
.app-icon-scribd:before {
  content: '\f28a';
}

/* '' */
.app-icon-pause-circle:before {
  content: '\f28b';
}

/* '' */
.app-icon-pause-circle-o:before {
  content: '\f28c';
}

/* '' */
.app-icon-stop-circle:before {
  content: '\f28d';
}

/* '' */
.app-icon-stop-circle-o:before {
  content: '\f28e';
}

/* '' */
.app-icon-shopping-bag:before {
  content: '\f290';
}

/* '' */
.app-icon-shopping-basket:before {
  content: '\f291';
}

/* '' */
.app-icon-hashtag:before {
  content: '\f292';
}

/* '' */
.app-icon-bluetooth:before {
  content: '\f293';
}

/* '' */
.app-icon-bluetooth-b:before {
  content: '\f294';
}

/* '' */
.app-icon-percent:before {
  content: '\f295';
}

/* '' */
.app-icon-gitlab:before {
  content: '\f296';
}

/* '' */
.app-icon-wpbeginner:before {
  content: '\f297';
}

/* '' */
.app-icon-wpforms:before {
  content: '\f298';
}

/* '' */
.app-icon-envira:before {
  content: '\f299';
}

/* '' */
.app-icon-universal-access:before {
  content: '\f29a';
}

/* '' */
.app-icon-wheelchair-alt:before {
  content: '\f29b';
}

/* '' */
.app-icon-question-circle-o:before {
  content: '\f29c';
}

/* '' */
.app-icon-blind:before {
  content: '\f29d';
}

/* '' */
.app-icon-audio-description:before {
  content: '\f29e';
}

/* '' */
.app-icon-volume-control-phone:before {
  content: '\f2a0';
}

/* '' */
.app-icon-braille:before {
  content: '\f2a1';
}

/* '' */
.app-icon-assistive-listening-systems:before {
  content: '\f2a2';
}

/* '' */
.app-icon-american-sign-language-interpreting:before {
  content: '\f2a3';
}

/* '' */
.app-icon-asl-interpreting:before {
  content: '\f2a4';
}

/* '' */
.app-icon-glide:before {
  content: '\f2a5';
}

/* '' */
.app-icon-glide-g:before {
  content: '\f2a6';
}

/* '' */
.app-icon-sign-language:before {
  content: '\f2a7';
}

/* '' */
.app-icon-low-vision:before {
  content: '\f2a8';
}

/* '' */
.app-icon-viadeo:before {
  content: '\f2a9';
}

/* '' */
.app-icon-viadeo-square:before {
  content: '\f2aa';
}

/* '' */
.app-icon-snapchat:before {
  content: '\f2ab';
}

/* '' */
.app-icon-snapchat-ghost:before {
  content: '\f2ac';
}

/* '' */
.app-icon-snapchat-square:before {
  content: '\f2ad';
}

/* '' */
.app-icon-pied-piper:before {
  content: '\f2ae';
}

/* '' */
.app-icon-first-order:before {
  content: '\f2b0';
}

/* '' */
.app-icon-yoast:before {
  content: '\f2b1';
}

/* '' */
.app-icon-themeisle:before {
  content: '\f2b2';
}

/* '' */
.app-icon-google-plus-circle:before {
  content: '\f2b3';
}

/* '' */
.app-icon-font-awesome:before {
  content: '\f2b4';
}

/* '' */
.app-icon-handshake-o:before {
  content: '\f2b5';
}

/* '' */
.app-icon-envelope-open:before {
  content: '\f2b6';
}

/* '' */
.app-icon-envelope-open-o:before {
  content: '\f2b7';
}

/* '' */
.app-icon-linode:before {
  content: '\f2b8';
}

/* '' */
.app-icon-address-book:before {
  content: '\f2b9';
}

/* '' */
.app-icon-address-book-o:before {
  content: '\f2ba';
}

/* '' */
.app-icon-address-card:before {
  content: '\f2bb';
}

/* '' */
.app-icon-address-card-o:before {
  content: '\f2bc';
}

/* '' */
.app-icon-user-circle:before {
  content: '\f2bd';
}

/* '' */
.app-icon-user-circle-o:before {
  content: '\f2be';
}

/* '' */
.app-icon-user-o:before {
  content: '\f2c0';
}

/* '' */
.app-icon-id-badge:before {
  content: '\f2c1';
}

/* '' */
.app-icon-id-card:before {
  content: '\f2c2';
}

/* '' */
.app-icon-id-card-o:before {
  content: '\f2c3';
}

/* '' */
.app-icon-quora:before {
  content: '\f2c4';
}

/* '' */
.app-icon-free-code-camp:before {
  content: '\f2c5';
}

/* '' */
.app-icon-telegram:before {
  content: '\f2c6';
}

/* '' */
.app-icon-thermometer:before {
  content: '\f2c7';
}

/* '' */
.app-icon-thermometer-3:before {
  content: '\f2c8';
}

/* '' */
.app-icon-thermometer-2:before {
  content: '\f2c9';
}

/* '' */
.app-icon-thermometer-quarter:before {
  content: '\f2ca';
}

/* '' */
.app-icon-thermometer-0:before {
  content: '\f2cb';
}

/* '' */
.app-icon-shower:before {
  content: '\f2cc';
}

/* '' */
.app-icon-bath:before {
  content: '\f2cd';
}

/* '' */
.app-icon-podcast:before {
  content: '\f2ce';
}

/* '' */
.app-icon-window-maximize:before {
  content: '\f2d0';
}

/* '' */
.app-icon-window-minimize:before {
  content: '\f2d1';
}

/* '' */
.app-icon-window-restore:before {
  content: '\f2d2';
}

/* '' */
.app-icon-window-close:before {
  content: '\f2d3';
}

/* '' */
.app-icon-window-close-o:before {
  content: '\f2d4';
}

/* '' */
.app-icon-bandcamp:before {
  content: '\f2d5';
}

/* '' */
.app-icon-grav:before {
  content: '\f2d6';
}

/* '' */
.app-icon-etsy:before {
  content: '\f2d7';
}

/* '' */
.app-icon-imdb:before {
  content: '\f2d8';
}

/* '' */
.app-icon-ravelry:before {
  content: '\f2d9';
}

/* '' */
.app-icon-eercast:before {
  content: '\f2da';
}

/* '' */
.app-icon-microchip:before {
  content: '\f2db';
}

/* '' */
.app-icon-snowflake-o:before {
  content: '\f2dc';
}

/* '' */
.app-icon-superpowers:before {
  content: '\f2dd';
}

/* '' */
.app-icon-wpexplorer:before {
  content: '\f2de';
}

/* '' */
.app-icon-meetup:before {
  content: '\f2e0';
}

/* '' */
.app-icon-github-squared:before {
  content: '\f300';
}

/* '' */
.app-icon-github-circled-1:before {
  content: '\f301';
}

/* '' */
.app-icon-twitter-3:before {
  content: '\f302';
}

/* '' */
.app-icon-flickr-1:before {
  content: '\f303';
}

/* '' */
.app-icon-twitter-squared:before {
  content: '\f304';
}

/* '' */
.app-icon-yandex:before {
  content: '\f305';
}

/* '' */
.app-icon-vimeo-1:before {
  content: '\f306';
}

/* '' */
.app-icon-vimeo-circled:before {
  content: '\f307';
}

/* '' */
.app-icon-facebook-squared:before {
  content: '\f308';
}

/* '' */
.app-icon-twitter-1:before {
  content: '\f309';
}

/* '' */
.app-icon-twitter-circled:before {
  content: '\f30a';
}

/* '' */
.app-icon-skype-4:before {
  content: '\f30b';
}

/* '' */
.app-icon-linkedin-squared:before {
  content: '\f30c';
}

/* '' */
.app-icon-facebook-circled:before {
  content: '\f30d';
}

/* '' */
.app-icon-facebook-squared-1:before {
  content: '\f30e';
}

/* '' */
.app-icon-gplus-1:before {
  content: '\f30f';
}

/* '' */
.app-icon-gplus-circled:before {
  content: '\f310';
}

/* '' */
.app-icon-tumblr-3:before {
  content: '\f311';
}

/* '' */
.app-icon-pinterest-1:before {
  content: '\f312';
}

/* '' */
.app-icon-pinterest-circled-1:before {
  content: '\f313';
}

/* '' */
.app-icon-twitter-rect:before {
  content: '\f314';
}

/* '' */
.app-icon-tumblr-1:before {
  content: '\f315';
}

/* '' */
.app-icon-tumblr-circled:before {
  content: '\f316';
}

/* '' */
.app-icon-jabber:before {
  content: '\f317';
}

/* '' */
.app-icon-linkedin-1:before {
  content: '\f318';
}

/* '' */
.app-icon-linkedin-circled:before {
  content: '\f319';
}

/* '' */
.app-icon-linkedin-5:before {
  content: '\f31a';
}

/* '' */
.app-icon-dribbble-1:before {
  content: '\f31b';
}

/* '' */
.app-icon-dribbble-circled:before {
  content: '\f31c';
}

/* '' */
.app-icon-wordpress-2:before {
  content: '\f31d';
}

/* '' */
.app-icon-stumbleupon-1:before {
  content: '\f31e';
}

/* '' */
.app-icon-stumbleupon-circled-1:before {
  content: '\f31f';
}

/* '' */
.app-icon-diigo:before {
  content: '\f320';
}

/* '' */
.app-icon-lastfm-1:before {
  content: '\f321';
}

/* '' */
.app-icon-lastfm-circled:before {
  content: '\f322';
}

/* '' */
.app-icon-tudou:before {
  content: '\f323';
}

/* '' */
.app-icon-rdio:before {
  content: '\f324';
}

/* '' */
.app-icon-rdio-circled:before {
  content: '\f325';
}

/* '' */
.app-icon-amex:before {
  content: '\f326';
}

/* '' */
.app-icon-spotify-1:before {
  content: '\f327';
}

/* '' */
.app-icon-spotify-circled:before {
  content: '\f328';
}

/* '' */
.app-icon-mastercard:before {
  content: '\f329';
}

/* '' */
.app-icon-qq-1:before {
  content: '\f32a';
}

/* '' */
.app-icon-bandcamp-1:before {
  content: '\f32b';
}

/* '' */
.app-icon-codepen:before {
  content: '\f32c';
}

/* '' */
.app-icon-instagram-1:before {
  content: '\f32d';
}

/* '' */
.app-icon-dropbox-1:before {
  content: '\f330';
}

/* '' */
.app-icon-evernote:before {
  content: '\f333';
}

/* '' */
.app-icon-flattr:before {
  content: '\f336';
}

/* '' */
.app-icon-skype-1:before {
  content: '\f339';
}

/* '' */
.app-icon-skype-circled:before {
  content: '\f33a';
}

/* '' */
.app-icon-renren-1:before {
  content: '\f33c';
}

/* '' */
.app-icon-sina-weibo:before {
  content: '\f33f';
}

/* '' */
.app-icon-paypal-1:before {
  content: '\f342';
}

/* '' */
.app-icon-picasa:before {
  content: '\f345';
}

/* '' */
.app-icon-soundcloud-1:before {
  content: '\f348';
}

/* '' */
.app-icon-mixi:before {
  content: '\f34b';
}

/* '' */
.app-icon-behance-1:before {
  content: '\f34e';
}

/* '' */
.app-icon-google-circles:before {
  content: '\f351';
}

/* '' */
.app-icon-vkontakte-1:before {
  content: '\f354';
}

/* '' */
.app-icon-smashing:before {
  content: '\f357';
}

/* '' */
.app-icon-comment-4:before {
  content: '\f4ac';
}

/* '' */
.app-icon-folder-open-empty-1:before {
  content: '\f4c2';
}

/* '' */
.app-icon-calendar-5:before {
  content: '\f4c5';
}

/* '' */
.app-icon-newspaper-2:before {
  content: '\f4f0';
}

/* '' */
.app-icon-camera-5:before {
  content: '\f4f7';
}

/* '' */
.app-icon-search-5:before {
  content: '\f50d';
}

/* '' */
.app-icon-lock-alt:before {
  content: '\f510';
}

/* '' */
.app-icon-lock-5:before {
  content: '\f512';
}

/* '' */
.app-icon-lock-open-5:before {
  content: '\f513';
}

/* '' */
.app-icon-joystick:before {
  content: '\f514';
}

/* '' */
.app-icon-fire-1:before {
  content: '\f525';
}

/* '' */
.app-icon-chart-bar-5:before {
  content: '\f526';
}

/* '' */
.app-icon-spread:before {
  content: '\f527';
}

/* '' */
.app-icon-spinner1:before {
  content: '\f528';
}

/* '' */
.app-icon-spinner2:before {
  content: '\f529';
}

/* '' */
.app-icon-db-shape:before {
  content: '\f600';
}

/* '' */
.app-icon-sweden:before {
  content: '\f601';
}

/* '' */
.app-icon-logo-db:before {
  content: '\f603';
}

/* '' */


/*CSS FONT ICONS*/