@charset "IBM437";

/*!

 * animate.css -http://daneden.me/animate

 * Version - 3.5.1

 * Licensed under the MIT license - http://opensource.org/licenses/MIT

 *

 * Copyright (c) 2016 Daniel Eden

 */

.animated {

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both; }



.animated.infinite {

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite; }



.animated.hinge {

  -webkit-animation-duration: 2s;

  animation-duration: 2s; }



.animated.flipOutX,

.animated.flipOutY,

.animated.bounceIn,

.animated.bounceOut {

  -webkit-animation-duration: .75s;

  animation-duration: .75s; }



@-webkit-keyframes bounce {

  from, 20%, 53%, 80%, to {

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); }



  40%, 43% {

    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -30px, 0);

    transform: translate3d(0, -30px, 0); }



  70% {

    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -15px, 0);

    transform: translate3d(0, -15px, 0); }



  90% {

    -webkit-transform: translate3d(0, -4px, 0);

    transform: translate3d(0, -4px, 0); } }



@keyframes bounce {

  from, 20%, 53%, 80%, to {

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); }



  40%, 43% {

    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -30px, 0);

    transform: translate3d(0, -30px, 0); }



  70% {

    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -15px, 0);

    transform: translate3d(0, -15px, 0); }



  90% {

    -webkit-transform: translate3d(0, -4px, 0);

    transform: translate3d(0, -4px, 0); } }



.bounce {

  -webkit-animation-name: bounce;

  animation-name: bounce;

  -webkit-transform-origin: center bottom;

  transform-origin: center bottom; }



@-webkit-keyframes flash {

  from, 50%, to {

    opacity: 1; }



  25%, 75% {

    opacity: 0; } }



@keyframes flash {

  from, 50%, to {

    opacity: 1; }



  25%, 75% {

    opacity: 0; } }



.flash {

  -webkit-animation-name: flash;

  animation-name: flash; }



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {

  from {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1); }



  50% {

    -webkit-transform: scale3d(1.15, 1.15, 1.15);

    transform: scale3d(1.15, 1.15, 1.15); }



  to {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1); } }



@keyframes pulse {

  from {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1); }



  50% {

    -webkit-transform: scale3d(1.15, 1.15, 1.15);

    transform: scale3d(1.15, 1.15, 1.15); }



  to {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1); } }



.pulse {

  -webkit-animation-name: pulse;

  animation-name: pulse; }



@-webkit-keyframes rubberBand {

  from {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1); }



  30% {

    -webkit-transform: scale3d(1.25, 0.75, 1);

    transform: scale3d(1.25, 0.75, 1); }



  40% {

    -webkit-transform: scale3d(0.75, 1.25, 1);

    transform: scale3d(0.75, 1.25, 1); }



  50% {

    -webkit-transform: scale3d(1.15, 0.85, 1);

    transform: scale3d(1.15, 0.85, 1); }



  65% {

    -webkit-transform: scale3d(0.95, 1.05, 1);

    transform: scale3d(0.95, 1.05, 1); }



  75% {

    -webkit-transform: scale3d(1.05, 0.95, 1);

    transform: scale3d(1.05, 0.95, 1); }



  to {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1); } }



@keyframes rubberBand {

  from {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1); }



  30% {

    -webkit-transform: scale3d(1.25, 0.75, 1);

    transform: scale3d(1.25, 0.75, 1); }



  40% {

    -webkit-transform: scale3d(0.75, 1.25, 1);

    transform: scale3d(0.75, 1.25, 1); }



  50% {

    -webkit-transform: scale3d(1.15, 0.85, 1);

    transform: scale3d(1.15, 0.85, 1); }



  65% {

    -webkit-transform: scale3d(0.95, 1.05, 1);

    transform: scale3d(0.95, 1.05, 1); }



  75% {

    -webkit-transform: scale3d(1.05, 0.95, 1);

    transform: scale3d(1.05, 0.95, 1); }



  to {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1); } }



.rubberBand {

  -webkit-animation-name: rubberBand;

  animation-name: rubberBand; }



@-webkit-keyframes shake {

  from, to {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); }



  10%, 30%, 50%, 70%, 90% {

    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0); }



  20%, 40%, 60%, 80% {

    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0); } }



@keyframes shake {

  from, to {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); }



  10%, 30%, 50%, 70%, 90% {

    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0); }



  20%, 40%, 60%, 80% {

    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0); } }



.shake {

  -webkit-animation-name: shake;

  animation-name: shake; }



@-webkit-keyframes headShake {

  0% {

    -webkit-transform: translateX(0);

    transform: translateX(0); }



  6.5% {

    -webkit-transform: translateX(-6px) rotateY(-9deg);

    transform: translateX(-6px) rotateY(-9deg); }



  18.5% {

    -webkit-transform: translateX(5px) rotateY(7deg);

    transform: translateX(5px) rotateY(7deg); }



  31.5% {

    -webkit-transform: translateX(-3px) rotateY(-5deg);

    transform: translateX(-3px) rotateY(-5deg); }



  43.5% {

    -webkit-transform: translateX(2px) rotateY(3deg);

    transform: translateX(2px) rotateY(3deg); }



  50% {

    -webkit-transform: translateX(0);

    transform: translateX(0); } }



@keyframes headShake {

  0% {

    -webkit-transform: translateX(0);

    transform: translateX(0); }



  6.5% {

    -webkit-transform: translateX(-6px) rotateY(-9deg);

    transform: translateX(-6px) rotateY(-9deg); }



  18.5% {

    -webkit-transform: translateX(5px) rotateY(7deg);

    transform: translateX(5px) rotateY(7deg); }



  31.5% {

    -webkit-transform: translateX(-3px) rotateY(-5deg);

    transform: translateX(-3px) rotateY(-5deg); }



  43.5% {

    -webkit-transform: translateX(2px) rotateY(3deg);

    transform: translateX(2px) rotateY(3deg); }



  50% {

    -webkit-transform: translateX(0);

    transform: translateX(0); } }



.headShake {

  -webkit-animation-timing-function: ease-in-out;

  animation-timing-function: ease-in-out;

  -webkit-animation-name: headShake;

  animation-name: headShake; }



@-webkit-keyframes swing {

  20% {

    -webkit-transform: rotate3d(0, 0, 1, 15deg);

    transform: rotate3d(0, 0, 1, 15deg); }



  40% {

    -webkit-transform: rotate3d(0, 0, 1, -10deg);

    transform: rotate3d(0, 0, 1, -10deg); }



  60% {

    -webkit-transform: rotate3d(0, 0, 1, 5deg);

    transform: rotate3d(0, 0, 1, 5deg); }



  80% {

    -webkit-transform: rotate3d(0, 0, 1, -5deg);

    transform: rotate3d(0, 0, 1, -5deg); }



  to {

    -webkit-transform: rotate3d(0, 0, 1, 0deg);

    transform: rotate3d(0, 0, 1, 0deg); } }



@keyframes swing {

  20% {

    -webkit-transform: rotate3d(0, 0, 1, 15deg);

    transform: rotate3d(0, 0, 1, 15deg); }



  40% {

    -webkit-transform: rotate3d(0, 0, 1, -10deg);

    transform: rotate3d(0, 0, 1, -10deg); }



  60% {

    -webkit-transform: rotate3d(0, 0, 1, 5deg);

    transform: rotate3d(0, 0, 1, 5deg); }



  80% {

    -webkit-transform: rotate3d(0, 0, 1, -5deg);

    transform: rotate3d(0, 0, 1, -5deg); }



  to {

    -webkit-transform: rotate3d(0, 0, 1, 0deg);

    transform: rotate3d(0, 0, 1, 0deg); } }



.swing {

  -webkit-transform-origin: top center;

  transform-origin: top center;

  -webkit-animation-name: swing;

  animation-name: swing; }



@-webkit-keyframes tada {

  from {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1); }



  10%, 20% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }



  30%, 50%, 70%, 90% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }



  40%, 60%, 80% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }



  to {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1); } }



@keyframes tada {

  from {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1); }



  10%, 20% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }



  30%, 50%, 70%, 90% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }



  40%, 60%, 80% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }



  to {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1); } }



.tada {

  -webkit-animation-name: tada;

  animation-name: tada; }



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {

  from {

    -webkit-transform: none;

    transform: none; }



  15% {

    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }



  30% {

    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }



  45% {

    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }



  60% {

    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }



  75% {

    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }



  to {

    -webkit-transform: none;

    transform: none; } }



@keyframes wobble {

  from {

    -webkit-transform: none;

    transform: none; }



  15% {

    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }



  30% {

    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }



  45% {

    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }



  60% {

    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }



  75% {

    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }



  to {

    -webkit-transform: none;

    transform: none; } }



.wobble {

  -webkit-animation-name: wobble;

  animation-name: wobble; }



@-webkit-keyframes jello {

  from, 11.1%, to {

    -webkit-transform: none;

    transform: none; }



  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);

    transform: skewX(-12.5deg) skewY(-12.5deg); }



  33.3% {

    -webkit-transform: skewX(6.25deg) skewY(6.25deg);

    transform: skewX(6.25deg) skewY(6.25deg); }



  44.4% {

    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);

    transform: skewX(-3.125deg) skewY(-3.125deg); }



  55.5% {

    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);

    transform: skewX(1.5625deg) skewY(1.5625deg); }



  66.6% {

    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);

    transform: skewX(-0.78125deg) skewY(-0.78125deg); }



  77.7% {

    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);

    transform: skewX(0.39063deg) skewY(0.39063deg); }



  88.8% {

    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);

    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }



@keyframes jello {

  from, 11.1%, to {

    -webkit-transform: none;

    transform: none; }



  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);

    transform: skewX(-12.5deg) skewY(-12.5deg); }



  33.3% {

    -webkit-transform: skewX(6.25deg) skewY(6.25deg);

    transform: skewX(6.25deg) skewY(6.25deg); }



  44.4% {

    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);

    transform: skewX(-3.125deg) skewY(-3.125deg); }



  55.5% {

    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);

    transform: skewX(1.5625deg) skewY(1.5625deg); }



  66.6% {

    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);

    transform: skewX(-0.78125deg) skewY(-0.78125deg); }



  77.7% {

    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);

    transform: skewX(0.39063deg) skewY(0.39063deg); }



  88.8% {

    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);

    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }



.jello {

  -webkit-animation-name: jello;

  animation-name: jello;

  -webkit-transform-origin: center;

  transform-origin: center; }



@-webkit-keyframes bounceIn {

  from, 20%, 40%, 60%, 80%, to {

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }



  0% {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3); }



  20% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1); }



  40% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9); }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(1.03, 1.03, 1.03);

    transform: scale3d(1.03, 1.03, 1.03); }



  80% {

    -webkit-transform: scale3d(0.97, 0.97, 0.97);

    transform: scale3d(0.97, 0.97, 0.97); }



  to {

    opacity: 1;

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1); } }



@keyframes bounceIn {

  from, 20%, 40%, 60%, 80%, to {

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }



  0% {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3); }



  20% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1); }



  40% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9); }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(1.03, 1.03, 1.03);

    transform: scale3d(1.03, 1.03, 1.03); }



  80% {

    -webkit-transform: scale3d(0.97, 0.97, 0.97);

    transform: scale3d(0.97, 0.97, 0.97); }



  to {

    opacity: 1;

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1); } }



.bounceIn {

  -webkit-animation-name: bounceIn;

  animation-name: bounceIn; }



@-webkit-keyframes bounceInDown {

  from, 60%, 75%, 90%, to {

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }



  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -3000px, 0);

    transform: translate3d(0, -3000px, 0); }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(0, 25px, 0);

    transform: translate3d(0, 25px, 0); }



  75% {

    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0); }



  90% {

    -webkit-transform: translate3d(0, 5px, 0);

    transform: translate3d(0, 5px, 0); }



  to {

    -webkit-transform: none;

    transform: none; } }



@keyframes bounceInDown {

  from, 60%, 75%, 90%, to {

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }



  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -3000px, 0);

    transform: translate3d(0, -3000px, 0); }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(0, 25px, 0);

    transform: translate3d(0, 25px, 0); }



  75% {

    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0); }



  90% {

    -webkit-transform: translate3d(0, 5px, 0);

    transform: translate3d(0, 5px, 0); }



  to {

    -webkit-transform: none;

    transform: none; } }



.bounceInDown {

  -webkit-animation-name: bounceInDown;

  animation-name: bounceInDown; }



@-webkit-keyframes bounceInLeft {

  from, 60%, 75%, 90%, to {

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }



  0% {

    opacity: 0;

    -webkit-transform: translate3d(-3000px, 0, 0);

    transform: translate3d(-3000px, 0, 0); }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(25px, 0, 0);

    transform: translate3d(25px, 0, 0); }



  75% {

    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0); }



  90% {

    -webkit-transform: translate3d(5px, 0, 0);

    transform: translate3d(5px, 0, 0); }



  to {

    -webkit-transform: none;

    transform: none; } }



@keyframes bounceInLeft {

  from, 60%, 75%, 90%, to {

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }



  0% {

    opacity: 0;

    -webkit-transform: translate3d(-3000px, 0, 0);

    transform: translate3d(-3000px, 0, 0); }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(25px, 0, 0);

    transform: translate3d(25px, 0, 0); }



  75% {

    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0); }



  90% {

    -webkit-transform: translate3d(5px, 0, 0);

    transform: translate3d(5px, 0, 0); }



  to {

    -webkit-transform: none;

    transform: none; } }



.bounceInLeft {

  -webkit-animation-name: bounceInLeft;

  animation-name: bounceInLeft; }



@-webkit-keyframes bounceInRight {

  from, 60%, 75%, 90%, to {

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }



  from {

    opacity: 0;

    -webkit-transform: translate3d(3000px, 0, 0);

    transform: translate3d(3000px, 0, 0); }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(-25px, 0, 0);

    transform: translate3d(-25px, 0, 0); }



  75% {

    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0); }



  90% {

    -webkit-transform: translate3d(-5px, 0, 0);

    transform: translate3d(-5px, 0, 0); }



  to {

    -webkit-transform: none;

    transform: none; } }



@keyframes bounceInRight {

  from, 60%, 75%, 90%, to {

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }



  from {

    opacity: 0;

    -webkit-transform: translate3d(3000px, 0, 0);

    transform: translate3d(3000px, 0, 0); }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(-25px, 0, 0);

    transform: translate3d(-25px, 0, 0); }



  75% {

    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0); }



  90% {

    -webkit-transform: translate3d(-5px, 0, 0);

    transform: translate3d(-5px, 0, 0); }



  to {

    -webkit-transform: none;

    transform: none; } }



.bounceInRight {

  -webkit-animation-name: bounceInRight;

  animation-name: bounceInRight; }



@-webkit-keyframes bounceInUp {

  from, 60%, 75%, 90%, to {

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }



  from {

    opacity: 0;

    -webkit-transform: translate3d(0, 3000px, 0);

    transform: translate3d(0, 3000px, 0); }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0); }



  75% {

    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0); }



  90% {

    -webkit-transform: translate3d(0, -5px, 0);

    transform: translate3d(0, -5px, 0); }



  to {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); } }



@keyframes bounceInUp {

  from, 60%, 75%, 90%, to {

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }



  from {

    opacity: 0;

    -webkit-transform: translate3d(0, 3000px, 0);

    transform: translate3d(0, 3000px, 0); }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0); }



  75% {

    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0); }



  90% {

    -webkit-transform: translate3d(0, -5px, 0);

    transform: translate3d(0, -5px, 0); }



  to {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); } }



.bounceInUp {

  -webkit-animation-name: bounceInUp;

  animation-name: bounceInUp; }



@-webkit-keyframes bounceOut {

  20% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9); }



  50%, 55% {

    opacity: 1;

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1); }



  to {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3); } }



@keyframes bounceOut {

  20% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9); }



  50%, 55% {

    opacity: 1;

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1); }



  to {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3); } }



.bounceOut {

  -webkit-animation-name: bounceOut;

  animation-name: bounceOut; }



@-webkit-keyframes bounceOutDown {

  20% {

    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0); }



  40%, 45% {

    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0); }



  to {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0); } }



@keyframes bounceOutDown {

  20% {

    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0); }



  40%, 45% {

    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0); }



  to {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0); } }



.bounceOutDown {

  -webkit-animation-name: bounceOutDown;

  animation-name: bounceOutDown; }



@-webkit-keyframes bounceOutLeft {

  20% {

    opacity: 1;

    -webkit-transform: translate3d(20px, 0, 0);

    transform: translate3d(20px, 0, 0); }



  to {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0); } }



@keyframes bounceOutLeft {

  20% {

    opacity: 1;

    -webkit-transform: translate3d(20px, 0, 0);

    transform: translate3d(20px, 0, 0); }



  to {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0); } }



.bounceOutLeft {

  -webkit-animation-name: bounceOutLeft;

  animation-name: bounceOutLeft; }



@-webkit-keyframes bounceOutRight {

  20% {

    opacity: 1;

    -webkit-transform: translate3d(-20px, 0, 0);

    transform: translate3d(-20px, 0, 0); }



  to {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0); } }



@keyframes bounceOutRight {

  20% {

    opacity: 1;

    -webkit-transform: translate3d(-20px, 0, 0);

    transform: translate3d(-20px, 0, 0); }



  to {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0); } }



.bounceOutRight {

  -webkit-animation-name: bounceOutRight;

  animation-name: bounceOutRight; }



@-webkit-keyframes bounceOutUp {

  20% {

    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0); }



  40%, 45% {

    opacity: 1;

    -webkit-transform: translate3d(0, 20px, 0);

    transform: translate3d(0, 20px, 0); }



  to {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0); } }



@keyframes bounceOutUp {

  20% {

    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0); }



  40%, 45% {

    opacity: 1;

    -webkit-transform: translate3d(0, 20px, 0);

    transform: translate3d(0, 20px, 0); }



  to {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0); } }



.bounceOutUp {

  -webkit-animation-name: bounceOutUp;

  animation-name: bounceOutUp; }



@-webkit-keyframes fadeIn {

  from {

    opacity: 0; }



  to {

    opacity: 1; } }



@keyframes fadeIn {

  from {

    opacity: 0; }



  to {

    opacity: 1; } }



.fadeIn {

  -webkit-animation-name: fadeIn;

  animation-name: fadeIn; }



@-webkit-keyframes fadeInDown {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



@keyframes fadeInDown {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



.fadeInDown {

  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown; }



@-webkit-keyframes fadeInDownBig {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



@keyframes fadeInDownBig {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



.fadeInDownBig {

  -webkit-animation-name: fadeInDownBig;

  animation-name: fadeInDownBig; }



@-webkit-keyframes fadeInLeft {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-10%, 0, 0);

    transform: translate3d(-10%, 0, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



@keyframes fadeInLeft {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-10%, 0, 0);

    transform: translate3d(-10%, 0, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



.fadeInLeft {

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft; }



@-webkit-keyframes fadeInLeftBig {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



@keyframes fadeInLeftBig {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



.fadeInLeftBig {

  -webkit-animation-name: fadeInLeftBig;

  animation-name: fadeInLeftBig; }



@-webkit-keyframes fadeInRight {

  from {

    opacity: 0;

    -webkit-transform: translate3d(10%, 0, 0);

    transform: translate3d(10%, 0, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



@keyframes fadeInRight {

  from {

    opacity: 0;

    -webkit-transform: translate3d(10%, 0, 0);

    transform: translate3d(10%, 0, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



.fadeInRight {

  -webkit-animation-name: fadeInRight;

  animation-name: fadeInRight; }



@-webkit-keyframes fadeInRightBig {

  from {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



@keyframes fadeInRightBig {

  from {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



.fadeInRightBig {

  -webkit-animation-name: fadeInRightBig;

  animation-name: fadeInRightBig; }



@-webkit-keyframes fadeInUp {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



@keyframes fadeInUp {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



.fadeInUp {

  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp; }



@-webkit-keyframes fadeInUpBig {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



@keyframes fadeInUpBig {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



.fadeInUpBig {

  -webkit-animation-name: fadeInUpBig;

  animation-name: fadeInUpBig; }



@-webkit-keyframes fadeOut {

  from {

    opacity: 1; }



  to {

    opacity: 0; } }



@keyframes fadeOut {

  from {

    opacity: 1; }



  to {

    opacity: 0; } }



.fadeOut {

  -webkit-animation-name: fadeOut;

  animation-name: fadeOut; }



@-webkit-keyframes fadeOutDown {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0); } }



@keyframes fadeOutDown {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0); } }



.fadeOutDown {

  -webkit-animation-name: fadeOutDown;

  animation-name: fadeOutDown; }



@-webkit-keyframes fadeOutDownBig {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0); } }



@keyframes fadeOutDownBig {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0); } }



.fadeOutDownBig {

  -webkit-animation-name: fadeOutDownBig;

  animation-name: fadeOutDownBig; }



@-webkit-keyframes fadeOutLeft {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0); } }



@keyframes fadeOutLeft {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0); } }



.fadeOutLeft {

  -webkit-animation-name: fadeOutLeft;

  animation-name: fadeOutLeft; }



@-webkit-keyframes fadeOutLeftBig {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0); } }



@keyframes fadeOutLeftBig {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0); } }



.fadeOutLeftBig {

  -webkit-animation-name: fadeOutLeftBig;

  animation-name: fadeOutLeftBig; }



@-webkit-keyframes fadeOutRight {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0); } }



@keyframes fadeOutRight {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0); } }



.fadeOutRight {

  -webkit-animation-name: fadeOutRight;

  animation-name: fadeOutRight; }



@-webkit-keyframes fadeOutRightBig {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0); } }



@keyframes fadeOutRightBig {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0); } }



.fadeOutRightBig {

  -webkit-animation-name: fadeOutRightBig;

  animation-name: fadeOutRightBig; }



@-webkit-keyframes fadeOutUp {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0); } }



@keyframes fadeOutUp {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0); } }



.fadeOutUp {

  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp; }



@-webkit-keyframes fadeOutUpBig {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0); } }



@keyframes fadeOutUpBig {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0); } }



.fadeOutUpBig {

  -webkit-animation-name: fadeOutUpBig;

  animation-name: fadeOutUpBig; }



@-webkit-keyframes flip {

  from {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out; }



  40% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out; }



  50% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in; }



  80% {

    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in; }



  to {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in; } }



@keyframes flip {

  from {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out; }



  40% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out; }



  50% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in; }



  80% {

    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in; }



  to {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in; } }



.animated.flip {

  -webkit-backface-visibility: visible;

  backface-visibility: visible;

  -webkit-animation-name: flip;

  animation-name: flip; }



@-webkit-keyframes flipInX {

  from {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

    opacity: 0; }



  40% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in; }



  60% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    opacity: 1; }



  80% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }



  to {

    -webkit-transform: perspective(400px);

    transform: perspective(400px); } }



@keyframes flipInX {

  from {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

    opacity: 0; }



  40% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in; }



  60% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    opacity: 1; }



  80% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }



  to {

    -webkit-transform: perspective(400px);

    transform: perspective(400px); } }



.flipInX {

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipInX;

  animation-name: flipInX; }



@-webkit-keyframes flipInY {

  from {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

    opacity: 0; }



  40% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in; }



  60% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    opacity: 1; }



  80% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }



  to {

    -webkit-transform: perspective(400px);

    transform: perspective(400px); } }



@keyframes flipInY {

  from {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

    opacity: 0; }



  40% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in; }



  60% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    opacity: 1; }



  80% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }



  to {

    -webkit-transform: perspective(400px);

    transform: perspective(400px); } }



.flipInY {

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipInY;

  animation-name: flipInY; }



@-webkit-keyframes flipOutX {

  from {

    -webkit-transform: perspective(400px);

    transform: perspective(400px); }



  30% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    opacity: 1; }



  to {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    opacity: 0; } }



@keyframes flipOutX {

  from {

    -webkit-transform: perspective(400px);

    transform: perspective(400px); }



  30% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    opacity: 1; }



  to {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    opacity: 0; } }



.flipOutX {

  -webkit-animation-name: flipOutX;

  animation-name: flipOutX;

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important; }



@-webkit-keyframes flipOutY {

  from {

    -webkit-transform: perspective(400px);

    transform: perspective(400px); }



  30% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    opacity: 1; }



  to {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    opacity: 0; } }



@keyframes flipOutY {

  from {

    -webkit-transform: perspective(400px);

    transform: perspective(400px); }



  30% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    opacity: 1; }



  to {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    opacity: 0; } }



.flipOutY {

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipOutY;

  animation-name: flipOutY; }



@-webkit-keyframes lightSpeedIn {

  from {

    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);

    transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0; }



  60% {

    -webkit-transform: skewX(20deg);

    transform: skewX(20deg);

    opacity: 1; }



  80% {

    -webkit-transform: skewX(-5deg);

    transform: skewX(-5deg);

    opacity: 1; }



  to {

    -webkit-transform: none;

    transform: none;

    opacity: 1; } }



@keyframes lightSpeedIn {

  from {

    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);

    transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0; }



  60% {

    -webkit-transform: skewX(20deg);

    transform: skewX(20deg);

    opacity: 1; }



  80% {

    -webkit-transform: skewX(-5deg);

    transform: skewX(-5deg);

    opacity: 1; }



  to {

    -webkit-transform: none;

    transform: none;

    opacity: 1; } }



.lightSpeedIn {

  -webkit-animation-name: lightSpeedIn;

  animation-name: lightSpeedIn;

  -webkit-animation-timing-function: ease-out;

  animation-timing-function: ease-out; }



@-webkit-keyframes lightSpeedOut {

  from {

    opacity: 1; }



  to {

    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

    transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0; } }



@keyframes lightSpeedOut {

  from {

    opacity: 1; }



  to {

    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

    transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0; } }



.lightSpeedOut {

  -webkit-animation-name: lightSpeedOut;

  animation-name: lightSpeedOut;

  -webkit-animation-timing-function: ease-in;

  animation-timing-function: ease-in; }



@-webkit-keyframes rotateIn {

  from {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, -200deg);

    transform: rotate3d(0, 0, 1, -200deg);

    opacity: 0; }



  to {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: none;

    transform: none;

    opacity: 1; } }



@keyframes rotateIn {

  from {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, -200deg);

    transform: rotate3d(0, 0, 1, -200deg);

    opacity: 0; }



  to {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: none;

    transform: none;

    opacity: 1; } }



.rotateIn {

  -webkit-animation-name: rotateIn;

  animation-name: rotateIn; }



@-webkit-keyframes rotateInDownLeft {

  from {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0; }



  to {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1; } }



@keyframes rotateInDownLeft {

  from {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0; }



  to {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1; } }



.rotateInDownLeft {

  -webkit-animation-name: rotateInDownLeft;

  animation-name: rotateInDownLeft; }



@-webkit-keyframes rotateInDownRight {

  from {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0; }



  to {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1; } }



@keyframes rotateInDownRight {

  from {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0; }



  to {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1; } }



.rotateInDownRight {

  -webkit-animation-name: rotateInDownRight;

  animation-name: rotateInDownRight; }



@-webkit-keyframes rotateInUpLeft {

  from {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0; }



  to {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1; } }



@keyframes rotateInUpLeft {

  from {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0; }



  to {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1; } }



.rotateInUpLeft {

  -webkit-animation-name: rotateInUpLeft;

  animation-name: rotateInUpLeft; }



@-webkit-keyframes rotateInUpRight {

  from {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -90deg);

    transform: rotate3d(0, 0, 1, -90deg);

    opacity: 0; }



  to {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1; } }



@keyframes rotateInUpRight {

  from {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -90deg);

    transform: rotate3d(0, 0, 1, -90deg);

    opacity: 0; }



  to {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1; } }



.rotateInUpRight {

  -webkit-animation-name: rotateInUpRight;

  animation-name: rotateInUpRight; }



@-webkit-keyframes rotateOut {

  from {

    -webkit-transform-origin: center;

    transform-origin: center;

    opacity: 1; }



  to {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, 200deg);

    transform: rotate3d(0, 0, 1, 200deg);

    opacity: 0; } }



@keyframes rotateOut {

  from {

    -webkit-transform-origin: center;

    transform-origin: center;

    opacity: 1; }



  to {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, 200deg);

    transform: rotate3d(0, 0, 1, 200deg);

    opacity: 0; } }



.rotateOut {

  -webkit-animation-name: rotateOut;

  animation-name: rotateOut; }



@-webkit-keyframes rotateOutDownLeft {

  from {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1; }



  to {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0; } }



@keyframes rotateOutDownLeft {

  from {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1; }



  to {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0; } }



.rotateOutDownLeft {

  -webkit-animation-name: rotateOutDownLeft;

  animation-name: rotateOutDownLeft; }



@-webkit-keyframes rotateOutDownRight {

  from {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1; }



  to {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0; } }



@keyframes rotateOutDownRight {

  from {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1; }



  to {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0; } }



.rotateOutDownRight {

  -webkit-animation-name: rotateOutDownRight;

  animation-name: rotateOutDownRight; }



@-webkit-keyframes rotateOutUpLeft {

  from {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1; }



  to {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0; } }



@keyframes rotateOutUpLeft {

  from {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1; }



  to {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0; } }



.rotateOutUpLeft {

  -webkit-animation-name: rotateOutUpLeft;

  animation-name: rotateOutUpLeft; }



@-webkit-keyframes rotateOutUpRight {

  from {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1; }



  to {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 90deg);

    transform: rotate3d(0, 0, 1, 90deg);

    opacity: 0; } }



@keyframes rotateOutUpRight {

  from {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1; }



  to {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 90deg);

    transform: rotate3d(0, 0, 1, 90deg);

    opacity: 0; } }



.rotateOutUpRight {

  -webkit-animation-name: rotateOutUpRight;

  animation-name: rotateOutUpRight; }



@-webkit-keyframes hinge {

  0% {

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out; }



  20%, 60% {

    -webkit-transform: rotate3d(0, 0, 1, 80deg);

    transform: rotate3d(0, 0, 1, 80deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out; }



  40%, 80% {

    -webkit-transform: rotate3d(0, 0, 1, 60deg);

    transform: rotate3d(0, 0, 1, 60deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

    opacity: 1; }



  to {

    -webkit-transform: translate3d(0, 700px, 0);

    transform: translate3d(0, 700px, 0);

    opacity: 0; } }



@keyframes hinge {

  0% {

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out; }



  20%, 60% {

    -webkit-transform: rotate3d(0, 0, 1, 80deg);

    transform: rotate3d(0, 0, 1, 80deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out; }



  40%, 80% {

    -webkit-transform: rotate3d(0, 0, 1, 60deg);

    transform: rotate3d(0, 0, 1, 60deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

    opacity: 1; }



  to {

    -webkit-transform: translate3d(0, 700px, 0);

    transform: translate3d(0, 700px, 0);

    opacity: 0; } }



.hinge {

  -webkit-animation-name: hinge;

  animation-name: hinge; }



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



@keyframes rollIn {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none; } }



.rollIn {

  -webkit-animation-name: rollIn;

  animation-name: rollIn; }



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }



@keyframes rollOut {

  from {

    opacity: 1; }



  to {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }



.rollOut {

  -webkit-animation-name: rollOut;

  animation-name: rollOut; }



@-webkit-keyframes zoomIn {

  from {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3); }



  50% {

    opacity: 1; } }



@keyframes zoomIn {

  from {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3); }



  50% {

    opacity: 1; } }



.zoomIn {

  -webkit-animation-name: zoomIn;

  animation-name: zoomIn; }



@-webkit-keyframes zoomInDown {

  from {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }



@keyframes zoomInDown {

  from {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }



.zoomInDown {

  -webkit-animation-name: zoomInDown;

  animation-name: zoomInDown; }



@-webkit-keyframes zoomInLeft {

  from {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }



@keyframes zoomInLeft {

  from {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }



.zoomInLeft {

  -webkit-animation-name: zoomInLeft;

  animation-name: zoomInLeft; }



@-webkit-keyframes zoomInRight {

  from {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }



@keyframes zoomInRight {

  from {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }



.zoomInRight {

  -webkit-animation-name: zoomInRight;

  animation-name: zoomInRight; }



@-webkit-keyframes zoomInUp {

  from {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }



@keyframes zoomInUp {

  from {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }



.zoomInUp {

  -webkit-animation-name: zoomInUp;

  animation-name: zoomInUp; }



@-webkit-keyframes zoomOut {

  from {

    opacity: 1; }



  50% {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3); }



  to {

    opacity: 0; } }



@keyframes zoomOut {

  from {

    opacity: 1; }



  50% {

    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3); }



  to {

    opacity: 0; } }



.zoomOut {

  -webkit-animation-name: zoomOut;

  animation-name: zoomOut; }



@-webkit-keyframes zoomOutDown {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }



  to {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }



@keyframes zoomOutDown {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }



  to {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }



.zoomOutDown {

  -webkit-animation-name: zoomOutDown;

  animation-name: zoomOutDown; }



@-webkit-keyframes zoomOutLeft {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }



  to {

    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);

    transform: scale(0.1) translate3d(-2000px, 0, 0);

    -webkit-transform-origin: left center;

    transform-origin: left center; } }



@keyframes zoomOutLeft {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }



  to {

    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);

    transform: scale(0.1) translate3d(-2000px, 0, 0);

    -webkit-transform-origin: left center;

    transform-origin: left center; } }



.zoomOutLeft {

  -webkit-animation-name: zoomOutLeft;

  animation-name: zoomOutLeft; }



@-webkit-keyframes zoomOutRight {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }



  to {

    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);

    transform: scale(0.1) translate3d(2000px, 0, 0);

    -webkit-transform-origin: right center;

    transform-origin: right center; } }



@keyframes zoomOutRight {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }



  to {

    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);

    transform: scale(0.1) translate3d(2000px, 0, 0);

    -webkit-transform-origin: right center;

    transform-origin: right center; } }



.zoomOutRight {

  -webkit-animation-name: zoomOutRight;

  animation-name: zoomOutRight; }



@-webkit-keyframes zoomOutUp {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }



  to {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }



@keyframes zoomOutUp {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }



  to {

    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }



.zoomOutUp {

  -webkit-animation-name: zoomOutUp;

  animation-name: zoomOutUp; }



@-webkit-keyframes slideInDown {

  from {

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

    visibility: visible; }



  to {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); } }



@keyframes slideInDown {

  from {

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

    visibility: visible; }



  to {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); } }



.slideInDown {

  -webkit-animation-name: slideInDown;

  animation-name: slideInDown; }



@-webkit-keyframes slideInLeft {

  from {

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    visibility: visible; }



  to {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); } }



@keyframes slideInLeft {

  from {

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    visibility: visible; }



  to {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); } }



.slideInLeft {

  -webkit-animation-name: slideInLeft;

  animation-name: slideInLeft; }



@-webkit-keyframes slideInRight {

  from {

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

    visibility: visible; }



  to {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); } }



@keyframes slideInRight {

  from {

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

    visibility: visible; }



  to {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); } }



.slideInRight {

  -webkit-animation-name: slideInRight;

  animation-name: slideInRight; }



@-webkit-keyframes slideInUp {

  from {

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

    visibility: visible; }



  to {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); } }



@keyframes slideInUp {

  from {

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

    visibility: visible; }



  to {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); } }



.slideInUp {

  -webkit-animation-name: slideInUp;

  animation-name: slideInUp; }



@-webkit-keyframes slideOutDown {

  from {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); }



  to {

    visibility: hidden;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0); } }



@keyframes slideOutDown {

  from {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); }



  to {

    visibility: hidden;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0); } }



.slideOutDown {

  -webkit-animation-name: slideOutDown;

  animation-name: slideOutDown; }



@-webkit-keyframes slideOutLeft {

  from {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); }



  to {

    visibility: hidden;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0); } }



@keyframes slideOutLeft {

  from {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); }



  to {

    visibility: hidden;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0); } }



.slideOutLeft {

  -webkit-animation-name: slideOutLeft;

  animation-name: slideOutLeft; }



@-webkit-keyframes slideOutRight {

  from {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); }



  to {

    visibility: hidden;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0); } }



@keyframes slideOutRight {

  from {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); }



  to {

    visibility: hidden;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0); } }



.slideOutRight {

  -webkit-animation-name: slideOutRight;

  animation-name: slideOutRight; }



@-webkit-keyframes slideOutUp {

  from {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); }



  to {

    visibility: hidden;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0); } }



@keyframes slideOutUp {

  from {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0); }



  to {

    visibility: hidden;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0); } }



.slideOutUp {

  -webkit-animation-name: slideOutUp;

  animation-name: slideOutUp; }



/**/

@-webkit-keyframes blurFadeIn {

  0% {

    opacity: 0;

    transform: scale(1.3); }



  50% {

    opacity: 0.5; }



  100% {

    opacity: 1;

    transform: scale(1); } }



@keyframes blurFadeIn {

  0% {

    opacity: 0;

    transform: scale(1.3); }



  50% {

    opacity: 0.5; }



  100% {

    opacity: 1;

    transform: scale(1); } }



.blurFadeIn {

  -webkit-animation-name: blurFadeIn;

  animation-name: blurFadeIn; }



@-webkit-keyframes blurFadeInDown {

  0% {

    opacity: 0;

    -webkit-transform: translateY(-10px);

    -moz-transform: translateY(-10px);

    -ms-transform: translateY(-10px);

    -o-transform: translateY(-10px);

    transform: translateY(-10px); }



  100% {

    opacity: 1;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0); } }



@keyframes blurFadeInDown {

  0% {

    opacity: 0;

    -webkit-transform: translateY(-10px);

    -moz-transform: translateY(-10px);

    -ms-transform: translateY(-10px);

    -o-transform: translateY(-10px);

    transform: translateY(-10px); }



  100% {

    opacity: 1;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0); } }



.blurFadeInDown {

  -webkit-animation-name: blurFadeInDown;

  animation-name: blurFadeInDown; }



@-webkit-keyframes passing {

  0% {

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

    opacity: 0; }



  50% {

    -webkit-transform: translateX(0%);

    transform: translateX(0%);

    opacity: 1; }



  100% {

    -webkit-transform: translateX(50%);

    transform: translateX(50%);

    opacity: 0; } }



@keyframes passing {

  0% {

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

    opacity: 0; }



  50% {

    -webkit-transform: translateX(0%);

    -ms-transform: translateX(0%);

    transform: translateX(0%);

    opacity: 1; }



  100% {

    -webkit-transform: translateX(50%);

    -ms-transform: translateX(50%);

    transform: translateX(50%);

    opacity: 0; } }



@-webkit-keyframes passing-reverse {

  0% {

    -webkit-transform: translateX(50%);

    transform: translateX(50%);

    opacity: 0; }



  50% {

    -webkit-transform: translateX(0%);

    transform: translateX(0%);

    opacity: 1; }



  100% {

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

    opacity: 0; } }



@keyframes passing-reverse {

  0% {

    -webkit-transform: translateX(50%);

    -ms-transform: translateX(50%);

    transform: translateX(50%);

    opacity: 0; }



  50% {

    -webkit-transform: translateX(0%);

    -ms-transform: translateX(0%);

    transform: translateX(0%);

    opacity: 1; }



  100% {

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

    opacity: 0; } }



.fa,

.fas,

.far,

.fal,

.fab {

  -moz-osx-font-smoothing: grayscale;

  -webkit-font-smoothing: antialiased;

  display: inline-block;

  font-style: normal;

  font-variant: normal;

  text-rendering: auto;

  line-height: 1; }



.fa-lg {

  font-size: 1.33333em;

  line-height: 0.75em;

  vertical-align: -.0667em; }



.fa-xs {

  font-size: .75em; }



.fa-sm {

  font-size: .875em; }



.fa-1x {

  font-size: 1em; }



.fa-2x {

  font-size: 2em; }



.fa-3x {

  font-size: 3em; }



.fa-4x {

  font-size: 4em; }



.fa-5x {

  font-size: 5em; }



.fa-6x {

  font-size: 6em; }



.fa-7x {

  font-size: 7em; }



.fa-8x {

  font-size: 8em; }



.fa-9x {

  font-size: 9em; }



.fa-10x {

  font-size: 10em; }



.fa-fw {

  text-align: center;

  width: 1.25em; }



.fa-ul {

  list-style-type: none;

  margin-left: 2.5em;

  padding-left: 0; }



.fa-ul > li {

  position: relative; }



.fa-li {

  left: -2em;

  position: absolute;

  text-align: center;

  width: 2em;

  line-height: inherit; }



.fa-border {

  border: solid 0.08em #eee;

  border-radius: .1em;

  padding: .2em .25em .15em; }



.fa-pull-left {

  float: left; }



.fa-pull-right {

  float: right; }



.fa.fa-pull-left,

.fas.fa-pull-left,

.far.fa-pull-left,

.fal.fa-pull-left,

.fab.fa-pull-left {

  margin-right: .3em; }



.fa.fa-pull-right,

.fas.fa-pull-right,

.far.fa-pull-right,

.fal.fa-pull-right,

.fab.fa-pull-right {

  margin-left: .3em; }



.fa-spin {

  -webkit-animation: fa-spin 2s infinite linear;

  animation: fa-spin 2s infinite linear; }



.fa-pulse {

  -webkit-animation: fa-spin 1s infinite steps(8);

  animation: fa-spin 1s infinite steps(8); }



@-webkit-keyframes fa-spin {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg); }



  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg); } }



@keyframes fa-spin {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg); }



  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg); } }



.fa-rotate-90 {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";

  -webkit-transform: rotate(90deg);

  transform: rotate(90deg); }



.fa-rotate-180 {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg); }



.fa-rotate-270 {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";

  -webkit-transform: rotate(270deg);

  transform: rotate(270deg); }



.fa-flip-horizontal {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";

  -webkit-transform: scale(-1, 1);

  transform: scale(-1, 1); }



.fa-flip-vertical {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";

  -webkit-transform: scale(1, -1);

  transform: scale(1, -1); }



.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";

  -webkit-transform: scale(-1, -1);

  transform: scale(-1, -1); }



:root .fa-rotate-90,

:root .fa-rotate-180,

:root .fa-rotate-270,

:root .fa-flip-horizontal,

:root .fa-flip-vertical,

:root .fa-flip-both {

  -webkit-filter: none;

  filter: none; }



.fa-stack {

  display: inline-block;

  height: 2em;

  line-height: 2em;

  position: relative;

  vertical-align: middle;

  width: 2.5em; }



.fa-stack-1x,

.fa-stack-2x {

  left: 0;

  position: absolute;

  text-align: center;

  width: 100%; }



.fa-stack-1x {

  line-height: inherit; }



.fa-stack-2x {

  font-size: 2em; }



.fa-inverse {

  color: #fff; }



/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen

readers do not read off random characters that represent icons */

.fa-500px:before {

  content: "\f26e"; }



.fa-accessible-icon:before {

  content: "\f368"; }



.fa-accusoft:before {

  content: "\f369"; }



.fa-acquisitions-incorporated:before {

  content: "\f6af"; }



.fa-ad:before {

  content: "\f641"; }



.fa-address-book:before {

  content: "\f2b9"; }



.fa-address-card:before {

  content: "\f2bb"; }



.fa-adjust:before {

  content: "\f042"; }



.fa-adn:before {

  content: "\f170"; }



.fa-adobe:before {

  content: "\f778"; }



.fa-adversal:before {

  content: "\f36a"; }



.fa-affiliatetheme:before {

  content: "\f36b"; }



.fa-air-freshener:before {

  content: "\f5d0"; }



.fa-algolia:before {

  content: "\f36c"; }



.fa-align-center:before {

  content: "\f037"; }



.fa-align-justify:before {

  content: "\f039"; }



.fa-align-left:before {

  content: "\f036"; }



.fa-align-right:before {

  content: "\f038"; }



.fa-alipay:before {

  content: "\f642"; }



.fa-allergies:before {

  content: "\f461"; }



.fa-amazon:before {

  content: "\f270"; }



.fa-amazon-pay:before {

  content: "\f42c"; }



.fa-ambulance:before {

  content: "\f0f9"; }



.fa-american-sign-language-interpreting:before {

  content: "\f2a3"; }



.fa-amilia:before {

  content: "\f36d"; }



.fa-anchor:before {

  content: "\f13d"; }



.fa-android:before {

  content: "\f17b"; }



.fa-angellist:before {

  content: "\f209"; }



.fa-angle-double-down:before {

  content: "\f103"; }



.fa-angle-double-left:before {

  content: "\f100"; }



.fa-angle-double-right:before {

  content: "\f101"; }



.fa-angle-double-up:before {

  content: "\f102"; }



.fa-angle-down:before {

  content: "\f107"; }



.fa-angle-left:before {

  content: "\f104"; }



.fa-angle-right:before {

  content: "\f105"; }



.fa-angle-up:before {

  content: "\f106"; }



.fa-angry:before {

  content: "\f556"; }



.fa-angrycreative:before {

  content: "\f36e"; }



.fa-angular:before {

  content: "\f420"; }



.fa-ankh:before {

  content: "\f644"; }



.fa-app-store:before {

  content: "\f36f"; }



.fa-app-store-ios:before {

  content: "\f370"; }



.fa-apper:before {

  content: "\f371"; }



.fa-apple:before {

  content: "\f179"; }



.fa-apple-alt:before {

  content: "\f5d1"; }



.fa-apple-pay:before {

  content: "\f415"; }



.fa-archive:before {

  content: "\f187"; }



.fa-archway:before {

  content: "\f557"; }



.fa-arrow-alt-circle-down:before {

  content: "\f358"; }



.fa-arrow-alt-circle-left:before {

  content: "\f359"; }



.fa-arrow-alt-circle-right:before {

  content: "\f35a"; }



.fa-arrow-alt-circle-up:before {

  content: "\f35b"; }



.fa-arrow-circle-down:before {

  content: "\f0ab"; }



.fa-arrow-circle-left:before {

  content: "\f0a8"; }



.fa-arrow-circle-right:before {

  content: "\f0a9"; }



.fa-arrow-circle-up:before {

  content: "\f0aa"; }



.fa-arrow-down:before {

  content: "\f063"; }



.fa-arrow-left:before {

  content: "\f060"; }



.fa-arrow-right:before {

  content: "\f061"; }



.fa-arrow-up:before {

  content: "\f062"; }



.fa-arrows-alt:before {

  content: "\f0b2"; }



.fa-arrows-alt-h:before {

  content: "\f337"; }



.fa-arrows-alt-v:before {

  content: "\f338"; }



.fa-artstation:before {

  content: "\f77a"; }



.fa-assistive-listening-systems:before {

  content: "\f2a2"; }



.fa-asterisk:before {

  content: "\f069"; }



.fa-asymmetrik:before {

  content: "\f372"; }



.fa-at:before {

  content: "\f1fa"; }



.fa-atlas:before {

  content: "\f558"; }



.fa-atlassian:before {

  content: "\f77b"; }



.fa-atom:before {

  content: "\f5d2"; }



.fa-audible:before {

  content: "\f373"; }



.fa-audio-description:before {

  content: "\f29e"; }



.fa-autoprefixer:before {

  content: "\f41c"; }



.fa-avianex:before {

  content: "\f374"; }



.fa-aviato:before {

  content: "\f421"; }



.fa-award:before {

  content: "\f559"; }



.fa-aws:before {

  content: "\f375"; }



.fa-baby:before {

  content: "\f77c"; }



.fa-baby-carriage:before {

  content: "\f77d"; }



.fa-backspace:before {

  content: "\f55a"; }



.fa-backward:before {

  content: "\f04a"; }



.fa-bacon:before {

  content: "\f7e5"; }



.fa-balance-scale:before {

  content: "\f24e"; }



.fa-ban:before {

  content: "\f05e"; }



.fa-band-aid:before {

  content: "\f462"; }



.fa-bandcamp:before {

  content: "\f2d5"; }



.fa-barcode:before {

  content: "\f02a"; }



.fa-bars:before {

  content: "\f0c9"; }



.fa-baseball-ball:before {

  content: "\f433"; }



.fa-basketball-ball:before {

  content: "\f434"; }



.fa-bath:before {

  content: "\f2cd"; }



.fa-battery-empty:before {

  content: "\f244"; }



.fa-battery-full:before {

  content: "\f240"; }



.fa-battery-half:before {

  content: "\f242"; }



.fa-battery-quarter:before {

  content: "\f243"; }



.fa-battery-three-quarters:before {

  content: "\f241"; }



.fa-bed:before {

  content: "\f236"; }



.fa-beer:before {

  content: "\f0fc"; }



.fa-behance:before {

  content: "\f1b4"; }



.fa-behance-square:before {

  content: "\f1b5"; }



.fa-bell:before {

  content: "\f0f3"; }



.fa-bell-slash:before {

  content: "\f1f6"; }



.fa-bezier-curve:before {

  content: "\f55b"; }



.fa-bible:before {

  content: "\f647"; }



.fa-bicycle:before {

  content: "\f206"; }



.fa-bimobject:before {

  content: "\f378"; }



.fa-binoculars:before {

  content: "\f1e5"; }



.fa-biohazard:before {

  content: "\f780"; }



.fa-birthday-cake:before {

  content: "\f1fd"; }



.fa-bitbucket:before {

  content: "\f171"; }



.fa-bitcoin:before {

  content: "\f379"; }



.fa-bity:before {

  content: "\f37a"; }



.fa-black-tie:before {

  content: "\f27e"; }



.fa-blackberry:before {

  content: "\f37b"; }



.fa-blender:before {

  content: "\f517"; }



.fa-blender-phone:before {

  content: "\f6b6"; }



.fa-blind:before {

  content: "\f29d"; }



.fa-blog:before {

  content: "\f781"; }



.fa-blogger:before {

  content: "\f37c"; }



.fa-blogger-b:before {

  content: "\f37d"; }



.fa-bluetooth:before {

  content: "\f293"; }



.fa-bluetooth-b:before {

  content: "\f294"; }



.fa-bold:before {

  content: "\f032"; }



.fa-bolt:before {

  content: "\f0e7"; }



.fa-bomb:before {

  content: "\f1e2"; }



.fa-bone:before {

  content: "\f5d7"; }



.fa-bong:before {

  content: "\f55c"; }



.fa-book:before {

  content: "\f02d"; }



.fa-book-dead:before {

  content: "\f6b7"; }



.fa-book-medical:before {

  content: "\f7e6"; }



.fa-book-open:before {

  content: "\f518"; }



.fa-book-reader:before {

  content: "\f5da"; }



.fa-bookmark:before {

  content: "\f02e"; }



.fa-bowling-ball:before {

  content: "\f436"; }



.fa-box:before {

  content: "\f466"; }



.fa-box-open:before {

  content: "\f49e"; }



.fa-boxes:before {

  content: "\f468"; }



.fa-braille:before {

  content: "\f2a1"; }



.fa-brain:before {

  content: "\f5dc"; }



.fa-bread-slice:before {

  content: "\f7ec"; }



.fa-briefcase:before {

  content: "\f0b1"; }



.fa-briefcase-medical:before {

  content: "\f469"; }



.fa-broadcast-tower:before {

  content: "\f519"; }



.fa-broom:before {

  content: "\f51a"; }



.fa-brush:before {

  content: "\f55d"; }



.fa-btc:before {

  content: "\f15a"; }



.fa-bug:before {

  content: "\f188"; }



.fa-building:before {

  content: "\f1ad"; }



.fa-bullhorn:before {

  content: "\f0a1"; }



.fa-bullseye:before {

  content: "\f140"; }



.fa-burn:before {

  content: "\f46a"; }



.fa-buromobelexperte:before {

  content: "\f37f"; }



.fa-bus:before {

  content: "\f207"; }



.fa-bus-alt:before {

  content: "\f55e"; }



.fa-business-time:before {

  content: "\f64a"; }



.fa-buysellads:before {

  content: "\f20d"; }



.fa-calculator:before {

  content: "\f1ec"; }



.fa-calendar:before {

  content: "\f133"; }



.fa-calendar-alt:before {

  content: "\f073"; }



.fa-calendar-check:before {

  content: "\f274"; }



.fa-calendar-day:before {

  content: "\f783"; }



.fa-calendar-minus:before {

  content: "\f272"; }



.fa-calendar-plus:before {

  content: "\f271"; }



.fa-calendar-times:before {

  content: "\f273"; }



.fa-calendar-week:before {

  content: "\f784"; }



.fa-camera:before {

  content: "\f030"; }



.fa-camera-retro:before {

  content: "\f083"; }



.fa-campground:before {

  content: "\f6bb"; }



.fa-canadian-maple-leaf:before {

  content: "\f785"; }



.fa-candy-cane:before {

  content: "\f786"; }



.fa-cannabis:before {

  content: "\f55f"; }



.fa-capsules:before {

  content: "\f46b"; }



.fa-car:before {

  content: "\f1b9"; }



.fa-car-alt:before {

  content: "\f5de"; }



.fa-car-battery:before {

  content: "\f5df"; }



.fa-car-crash:before {

  content: "\f5e1"; }



.fa-car-side:before {

  content: "\f5e4"; }



.fa-caret-down:before {

  content: "\f0d7"; }



.fa-caret-left:before {

  content: "\f0d9"; }



.fa-caret-right:before {

  content: "\f0da"; }



.fa-caret-square-down:before {

  content: "\f150"; }



.fa-caret-square-left:before {

  content: "\f191"; }



.fa-caret-square-right:before {

  content: "\f152"; }



.fa-caret-square-up:before {

  content: "\f151"; }



.fa-caret-up:before {

  content: "\f0d8"; }



.fa-carrot:before {

  content: "\f787"; }



.fa-cart-arrow-down:before {

  content: "\f218"; }



.fa-cart-plus:before {

  content: "\f217"; }



.fa-cash-register:before {

  content: "\f788"; }



.fa-cat:before {

  content: "\f6be"; }



.fa-cc-amazon-pay:before {

  content: "\f42d"; }



.fa-cc-amex:before {

  content: "\f1f3"; }



.fa-cc-apple-pay:before {

  content: "\f416"; }



.fa-cc-diners-club:before {

  content: "\f24c"; }



.fa-cc-discover:before {

  content: "\f1f2"; }



.fa-cc-jcb:before {

  content: "\f24b"; }



.fa-cc-mastercard:before {

  content: "\f1f1"; }



.fa-cc-paypal:before {

  content: "\f1f4"; }



.fa-cc-stripe:before {

  content: "\f1f5"; }



.fa-cc-visa:before {

  content: "\f1f0"; }



.fa-centercode:before {

  content: "\f380"; }



.fa-centos:before {

  content: "\f789"; }



.fa-certificate:before {

  content: "\f0a3"; }



.fa-chair:before {

  content: "\f6c0"; }



.fa-chalkboard:before {

  content: "\f51b"; }



.fa-chalkboard-teacher:before {

  content: "\f51c"; }



.fa-charging-station:before {

  content: "\f5e7"; }



.fa-chart-area:before {

  content: "\f1fe"; }



.fa-chart-bar:before {

  content: "\f080"; }



.fa-chart-line:before {

  content: "\f201"; }



.fa-chart-pie:before {

  content: "\f200"; }



.fa-check:before {

  content: "\f00c"; }



.fa-check-circle:before {

  content: "\f058"; }



.fa-check-double:before {

  content: "\f560"; }



.fa-check-square:before {

  content: "\f14a"; }



.fa-cheese:before {

  content: "\f7ef"; }



.fa-chess:before {

  content: "\f439"; }



.fa-chess-bishop:before {

  content: "\f43a"; }



.fa-chess-board:before {

  content: "\f43c"; }



.fa-chess-king:before {

  content: "\f43f"; }



.fa-chess-knight:before {

  content: "\f441"; }



.fa-chess-pawn:before {

  content: "\f443"; }



.fa-chess-queen:before {

  content: "\f445"; }



.fa-chess-rook:before {

  content: "\f447"; }



.fa-chevron-circle-down:before {

  content: "\f13a"; }



.fa-chevron-circle-left:before {

  content: "\f137"; }



.fa-chevron-circle-right:before {

  content: "\f138"; }



.fa-chevron-circle-up:before {

  content: "\f139"; }



.fa-chevron-down:before {

  content: "\f078"; }



.fa-chevron-left:before {

  content: "\f053"; }



.fa-chevron-right:before {

  content: "\f054"; }



.fa-chevron-up:before {

  content: "\f077"; }



.fa-child:before {

  content: "\f1ae"; }



.fa-chrome:before {

  content: "\f268"; }



.fa-church:before {

  content: "\f51d"; }



.fa-circle:before {

  content: "\f111"; }



.fa-circle-notch:before {

  content: "\f1ce"; }



.fa-city:before {

  content: "\f64f"; }



.fa-clinic-medical:before {

  content: "\f7f2"; }



.fa-clipboard:before {

  content: "\f328"; }



.fa-clipboard-check:before {

  content: "\f46c"; }



.fa-clipboard-list:before {

  content: "\f46d"; }



.fa-clock:before {

  content: "\f017"; }



.fa-clone:before {

  content: "\f24d"; }



.fa-closed-captioning:before {

  content: "\f20a"; }



.fa-cloud:before {

  content: "\f0c2"; }



.fa-cloud-download-alt:before {

  content: "\f381"; }



.fa-cloud-meatball:before {

  content: "\f73b"; }



.fa-cloud-moon:before {

  content: "\f6c3"; }



.fa-cloud-moon-rain:before {

  content: "\f73c"; }



.fa-cloud-rain:before {

  content: "\f73d"; }



.fa-cloud-showers-heavy:before {

  content: "\f740"; }



.fa-cloud-sun:before {

  content: "\f6c4"; }



.fa-cloud-sun-rain:before {

  content: "\f743"; }



.fa-cloud-upload-alt:before {

  content: "\f382"; }



.fa-cloudscale:before {

  content: "\f383"; }



.fa-cloudsmith:before {

  content: "\f384"; }



.fa-cloudversify:before {

  content: "\f385"; }



.fa-cocktail:before {

  content: "\f561"; }



.fa-code:before {

  content: "\f121"; }



.fa-code-branch:before {

  content: "\f126"; }



.fa-codepen:before {

  content: "\f1cb"; }



.fa-codiepie:before {

  content: "\f284"; }



.fa-coffee:before {

  content: "\f0f4"; }



.fa-cog:before {

  content: "\f013"; }



.fa-cogs:before {

  content: "\f085"; }



.fa-coins:before {

  content: "\f51e"; }



.fa-columns:before {

  content: "\f0db"; }



.fa-comment:before {

  content: "\f075"; }



.fa-comment-alt:before {

  content: "\f27a"; }



.fa-comment-dollar:before {

  content: "\f651"; }



.fa-comment-dots:before {

  content: "\f4ad"; }



.fa-comment-medical:before {

  content: "\f7f5"; }



.fa-comment-slash:before {

  content: "\f4b3"; }



.fa-comments:before {

  content: "\f086"; }



.fa-comments-dollar:before {

  content: "\f653"; }



.fa-compact-disc:before {

  content: "\f51f"; }



.fa-compass:before {

  content: "\f14e"; }



.fa-compress:before {

  content: "\f066"; }



.fa-compress-arrows-alt:before {

  content: "\f78c"; }



.fa-concierge-bell:before {

  content: "\f562"; }



.fa-confluence:before {

  content: "\f78d"; }



.fa-connectdevelop:before {

  content: "\f20e"; }



.fa-contao:before {

  content: "\f26d"; }



.fa-cookie:before {

  content: "\f563"; }



.fa-cookie-bite:before {

  content: "\f564"; }



.fa-copy:before {

  content: "\f0c5"; }



.fa-copyright:before {

  content: "\f1f9"; }



.fa-couch:before {

  content: "\f4b8"; }



.fa-cpanel:before {

  content: "\f388"; }



.fa-creative-commons:before {

  content: "\f25e"; }



.fa-creative-commons-by:before {

  content: "\f4e7"; }



.fa-creative-commons-nc:before {

  content: "\f4e8"; }



.fa-creative-commons-nc-eu:before {

  content: "\f4e9"; }



.fa-creative-commons-nc-jp:before {

  content: "\f4ea"; }



.fa-creative-commons-nd:before {

  content: "\f4eb"; }



.fa-creative-commons-pd:before {

  content: "\f4ec"; }



.fa-creative-commons-pd-alt:before {

  content: "\f4ed"; }



.fa-creative-commons-remix:before {

  content: "\f4ee"; }



.fa-creative-commons-sa:before {

  content: "\f4ef"; }



.fa-creative-commons-sampling:before {

  content: "\f4f0"; }



.fa-creative-commons-sampling-plus:before {

  content: "\f4f1"; }



.fa-creative-commons-share:before {

  content: "\f4f2"; }



.fa-creative-commons-zero:before {

  content: "\f4f3"; }



.fa-credit-card:before {

  content: "\f09d"; }



.fa-critical-role:before {

  content: "\f6c9"; }



.fa-crop:before {

  content: "\f125"; }



.fa-crop-alt:before {

  content: "\f565"; }



.fa-cross:before {

  content: "\f654"; }



.fa-crosshairs:before {

  content: "\f05b"; }



.fa-crow:before {

  content: "\f520"; }



.fa-crown:before {

  content: "\f521"; }



.fa-crutch:before {

  content: "\f7f7"; }



.fa-css3:before {

  content: "\f13c"; }



.fa-css3-alt:before {

  content: "\f38b"; }



.fa-cube:before {

  content: "\f1b2"; }



.fa-cubes:before {

  content: "\f1b3"; }



.fa-cut:before {

  content: "\f0c4"; }



.fa-cuttlefish:before {

  content: "\f38c"; }



.fa-d-and-d:before {

  content: "\f38d"; }



.fa-d-and-d-beyond:before {

  content: "\f6ca"; }



.fa-dashcube:before {

  content: "\f210"; }



.fa-database:before {

  content: "\f1c0"; }



.fa-deaf:before {

  content: "\f2a4"; }



.fa-delicious:before {

  content: "\f1a5"; }



.fa-democrat:before {

  content: "\f747"; }



.fa-deploydog:before {

  content: "\f38e"; }



.fa-deskpro:before {

  content: "\f38f"; }



.fa-desktop:before {

  content: "\f108"; }



.fa-dev:before {

  content: "\f6cc"; }



.fa-deviantart:before {

  content: "\f1bd"; }



.fa-dharmachakra:before {

  content: "\f655"; }



.fa-dhl:before {

  content: "\f790"; }



.fa-diagnoses:before {

  content: "\f470"; }



.fa-diaspora:before {

  content: "\f791"; }



.fa-dice:before {

  content: "\f522"; }



.fa-dice-d20:before {

  content: "\f6cf"; }



.fa-dice-d6:before {

  content: "\f6d1"; }



.fa-dice-five:before {

  content: "\f523"; }



.fa-dice-four:before {

  content: "\f524"; }



.fa-dice-one:before {

  content: "\f525"; }



.fa-dice-six:before {

  content: "\f526"; }



.fa-dice-three:before {

  content: "\f527"; }



.fa-dice-two:before {

  content: "\f528"; }



.fa-digg:before {

  content: "\f1a6"; }



.fa-digital-ocean:before {

  content: "\f391"; }



.fa-digital-tachograph:before {

  content: "\f566"; }



.fa-directions:before {

  content: "\f5eb"; }



.fa-discord:before {

  content: "\f392"; }



.fa-discourse:before {

  content: "\f393"; }



.fa-divide:before {

  content: "\f529"; }



.fa-dizzy:before {

  content: "\f567"; }



.fa-dna:before {

  content: "\f471"; }



.fa-dochub:before {

  content: "\f394"; }



.fa-docker:before {

  content: "\f395"; }



.fa-dog:before {

  content: "\f6d3"; }



.fa-dollar-sign:before {

  content: "\f155"; }



.fa-dolly:before {

  content: "\f472"; }



.fa-dolly-flatbed:before {

  content: "\f474"; }



.fa-donate:before {

  content: "\f4b9"; }



.fa-door-closed:before {

  content: "\f52a"; }



.fa-door-open:before {

  content: "\f52b"; }



.fa-dot-circle:before {

  content: "\f192"; }



.fa-dove:before {

  content: "\f4ba"; }



.fa-download:before {

  content: "\f019"; }



.fa-draft2digital:before {

  content: "\f396"; }



.fa-drafting-compass:before {

  content: "\f568"; }



.fa-dragon:before {

  content: "\f6d5"; }



.fa-draw-polygon:before {

  content: "\f5ee"; }



.fa-dribbble:before {

  content: "\f17d"; }



.fa-dribbble-square:before {

  content: "\f397"; }



.fa-dropbox:before {

  content: "\f16b"; }



.fa-drum:before {

  content: "\f569"; }



.fa-drum-steelpan:before {

  content: "\f56a"; }



.fa-drumstick-bite:before {

  content: "\f6d7"; }



.fa-drupal:before {

  content: "\f1a9"; }



.fa-dumbbell:before {

  content: "\f44b"; }



.fa-dumpster:before {

  content: "\f793"; }



.fa-dumpster-fire:before {

  content: "\f794"; }



.fa-dungeon:before {

  content: "\f6d9"; }



.fa-dyalog:before {

  content: "\f399"; }



.fa-earlybirds:before {

  content: "\f39a"; }



.fa-ebay:before {

  content: "\f4f4"; }



.fa-edge:before {

  content: "\f282"; }



.fa-edit:before {

  content: "\f044"; }



.fa-egg:before {

  content: "\f7fb"; }



.fa-eject:before {

  content: "\f052"; }



.fa-elementor:before {

  content: "\f430"; }



.fa-ellipsis-h:before {

  content: "\f141"; }



.fa-ellipsis-v:before {

  content: "\f142"; }



.fa-ello:before {

  content: "\f5f1"; }



.fa-ember:before {

  content: "\f423"; }



.fa-empire:before {

  content: "\f1d1"; }



.fa-envelope:before {

  content: "\f0e0"; }



.fa-envelope-open:before {

  content: "\f2b6"; }



.fa-envelope-open-text:before {

  content: "\f658"; }



.fa-envelope-square:before {

  content: "\f199"; }



.fa-envira:before {

  content: "\f299"; }



.fa-equals:before {

  content: "\f52c"; }



.fa-eraser:before {

  content: "\f12d"; }



.fa-erlang:before {

  content: "\f39d"; }



.fa-ethereum:before {

  content: "\f42e"; }



.fa-ethernet:before {

  content: "\f796"; }



.fa-etsy:before {

  content: "\f2d7"; }



.fa-euro-sign:before {

  content: "\f153"; }



.fa-exchange-alt:before {

  content: "\f362"; }



.fa-exclamation:before {

  content: "\f12a"; }



.fa-exclamation-circle:before {

  content: "\f06a"; }



.fa-exclamation-triangle:before {

  content: "\f071"; }



.fa-expand:before {

  content: "\f065"; }



.fa-expand-arrows-alt:before {

  content: "\f31e"; }



.fa-expeditedssl:before {

  content: "\f23e"; }



.fa-external-link-alt:before {

  content: "\f35d"; }



.fa-external-link-square-alt:before {

  content: "\f360"; }



.fa-eye:before {

  content: "\f06e"; }



.fa-eye-dropper:before {

  content: "\f1fb"; }



.fa-eye-slash:before {

  content: "\f070"; }



.fa-facebook:before {

  content: "\f09a"; }



.fa-facebook-f:before {

  content: "\f39e"; }



.fa-facebook-messenger:before {

  content: "\f39f"; }



.fa-facebook-square:before {

  content: "\f082"; }



.fa-fantasy-flight-games:before {

  content: "\f6dc"; }



.fa-fast-backward:before {

  content: "\f049"; }



.fa-fast-forward:before {

  content: "\f050"; }



.fa-fax:before {

  content: "\f1ac"; }



.fa-feather:before {

  content: "\f52d"; }



.fa-feather-alt:before {

  content: "\f56b"; }



.fa-fedex:before {

  content: "\f797"; }



.fa-fedora:before {

  content: "\f798"; }



.fa-female:before {

  content: "\f182"; }



.fa-fighter-jet:before {

  content: "\f0fb"; }



.fa-figma:before {

  content: "\f799"; }



.fa-file:before {

  content: "\f15b"; }



.fa-file-alt:before {

  content: "\f15c"; }



.fa-file-archive:before {

  content: "\f1c6"; }



.fa-file-audio:before {

  content: "\f1c7"; }



.fa-file-code:before {

  content: "\f1c9"; }



.fa-file-contract:before {

  content: "\f56c"; }



.fa-file-csv:before {

  content: "\f6dd"; }



.fa-file-download:before {

  content: "\f56d"; }



.fa-file-excel:before {

  content: "\f1c3"; }



.fa-file-export:before {

  content: "\f56e"; }



.fa-file-image:before {

  content: "\f1c5"; }



.fa-file-import:before {

  content: "\f56f"; }



.fa-file-invoice:before {

  content: "\f570"; }



.fa-file-invoice-dollar:before {

  content: "\f571"; }



.fa-file-medical:before {

  content: "\f477"; }



.fa-file-medical-alt:before {

  content: "\f478"; }



.fa-file-pdf:before {

  content: "\f1c1"; }



.fa-file-powerpoint:before {

  content: "\f1c4"; }



.fa-file-prescription:before {

  content: "\f572"; }



.fa-file-signature:before {

  content: "\f573"; }



.fa-file-upload:before {

  content: "\f574"; }



.fa-file-video:before {

  content: "\f1c8"; }



.fa-file-word:before {

  content: "\f1c2"; }



.fa-fill:before {

  content: "\f575"; }



.fa-fill-drip:before {

  content: "\f576"; }



.fa-film:before {

  content: "\f008"; }



.fa-filter:before {

  content: "\f0b0"; }



.fa-fingerprint:before {

  content: "\f577"; }



.fa-fire:before {

  content: "\f06d"; }



.fa-fire-alt:before {

  content: "\f7e4"; }



.fa-fire-extinguisher:before {

  content: "\f134"; }



.fa-firefox:before {

  content: "\f269"; }



.fa-first-aid:before {

  content: "\f479"; }



.fa-first-order:before {

  content: "\f2b0"; }



.fa-first-order-alt:before {

  content: "\f50a"; }



.fa-firstdraft:before {

  content: "\f3a1"; }



.fa-fish:before {

  content: "\f578"; }



.fa-fist-raised:before {

  content: "\f6de"; }



.fa-flag:before {

  content: "\f024"; }



.fa-flag-checkered:before {

  content: "\f11e"; }



.fa-flag-usa:before {

  content: "\f74d"; }



.fa-flask:before {

  content: "\f0c3"; }



.fa-flickr:before {

  content: "\f16e"; }



.fa-flipboard:before {

  content: "\f44d"; }



.fa-flushed:before {

  content: "\f579"; }



.fa-fly:before {

  content: "\f417"; }



.fa-folder:before {

  content: "\f07b"; }



.fa-folder-minus:before {

  content: "\f65d"; }



.fa-folder-open:before {

  content: "\f07c"; }



.fa-folder-plus:before {

  content: "\f65e"; }



.fa-font:before {

  content: "\f031"; }



.fa-font-awesome:before {

  content: "\f2b4"; }



.fa-font-awesome-alt:before {

  content: "\f35c"; }



.fa-font-awesome-flag:before {

  content: "\f425"; }



.fa-font-awesome-logo-full:before {

  content: "\f4e6"; }



.fa-fonticons:before {

  content: "\f280"; }



.fa-fonticons-fi:before {

  content: "\f3a2"; }



.fa-football-ball:before {

  content: "\f44e"; }



.fa-fort-awesome:before {

  content: "\f286"; }



.fa-fort-awesome-alt:before {

  content: "\f3a3"; }



.fa-forumbee:before {

  content: "\f211"; }



.fa-forward:before {

  content: "\f04e"; }



.fa-foursquare:before {

  content: "\f180"; }



.fa-free-code-camp:before {

  content: "\f2c5"; }



.fa-freebsd:before {

  content: "\f3a4"; }



.fa-frog:before {

  content: "\f52e"; }



.fa-frown:before {

  content: "\f119"; }



.fa-frown-open:before {

  content: "\f57a"; }



.fa-fulcrum:before {

  content: "\f50b"; }



.fa-funnel-dollar:before {

  content: "\f662"; }



.fa-futbol:before {

  content: "\f1e3"; }



.fa-galactic-republic:before {

  content: "\f50c"; }



.fa-galactic-senate:before {

  content: "\f50d"; }



.fa-gamepad:before {

  content: "\f11b"; }



.fa-gas-pump:before {

  content: "\f52f"; }



.fa-gavel:before {

  content: "\f0e3"; }



.fa-gem:before {

  content: "\f3a5"; }



.fa-genderless:before {

  content: "\f22d"; }



.fa-get-pocket:before {

  content: "\f265"; }



.fa-gg:before {

  content: "\f260"; }



.fa-gg-circle:before {

  content: "\f261"; }



.fa-ghost:before {

  content: "\f6e2"; }



.fa-gift:before {

  content: "\f06b"; }



.fa-gifts:before {

  content: "\f79c"; }



.fa-git:before {

  content: "\f1d3"; }



.fa-git-square:before {

  content: "\f1d2"; }



.fa-github:before {

  content: "\f09b"; }



.fa-github-alt:before {

  content: "\f113"; }



.fa-github-square:before {

  content: "\f092"; }



.fa-gitkraken:before {

  content: "\f3a6"; }



.fa-gitlab:before {

  content: "\f296"; }



.fa-gitter:before {

  content: "\f426"; }



.fa-glass-cheers:before {

  content: "\f79f"; }



.fa-glass-martini:before {

  content: "\f000"; }



.fa-glass-martini-alt:before {

  content: "\f57b"; }



.fa-glass-whiskey:before {

  content: "\f7a0"; }



.fa-glasses:before {

  content: "\f530"; }



.fa-glide:before {

  content: "\f2a5"; }



.fa-glide-g:before {

  content: "\f2a6"; }



.fa-globe:before {

  content: "\f0ac"; }



.fa-globe-africa:before {

  content: "\f57c"; }



.fa-globe-americas:before {

  content: "\f57d"; }



.fa-globe-asia:before {

  content: "\f57e"; }



.fa-globe-europe:before {

  content: "\f7a2"; }



.fa-gofore:before {

  content: "\f3a7"; }



.fa-golf-ball:before {

  content: "\f450"; }



.fa-goodreads:before {

  content: "\f3a8"; }



.fa-goodreads-g:before {

  content: "\f3a9"; }



.fa-google:before {

  content: "\f1a0"; }



.fa-google-drive:before {

  content: "\f3aa"; }



.fa-google-play:before {

  content: "\f3ab"; }



.fa-google-plus:before {

  content: "\f2b3"; }



.fa-google-plus-g:before {

  content: "\f0d5"; }



.fa-google-plus-square:before {

  content: "\f0d4"; }



.fa-google-wallet:before {

  content: "\f1ee"; }



.fa-gopuram:before {

  content: "\f664"; }



.fa-graduation-cap:before {

  content: "\f19d"; }



.fa-gratipay:before {

  content: "\f184"; }



.fa-grav:before {

  content: "\f2d6"; }



.fa-greater-than:before {

  content: "\f531"; }



.fa-greater-than-equal:before {

  content: "\f532"; }



.fa-grimace:before {

  content: "\f57f"; }



.fa-grin:before {

  content: "\f580"; }



.fa-grin-alt:before {

  content: "\f581"; }



.fa-grin-beam:before {

  content: "\f582"; }



.fa-grin-beam-sweat:before {

  content: "\f583"; }



.fa-grin-hearts:before {

  content: "\f584"; }



.fa-grin-squint:before {

  content: "\f585"; }



.fa-grin-squint-tears:before {

  content: "\f586"; }



.fa-grin-stars:before {

  content: "\f587"; }



.fa-grin-tears:before {

  content: "\f588"; }



.fa-grin-tongue:before {

  content: "\f589"; }



.fa-grin-tongue-squint:before {

  content: "\f58a"; }



.fa-grin-tongue-wink:before {

  content: "\f58b"; }



.fa-grin-wink:before {

  content: "\f58c"; }



.fa-grip-horizontal:before {

  content: "\f58d"; }



.fa-grip-lines:before {

  content: "\f7a4"; }



.fa-grip-lines-vertical:before {

  content: "\f7a5"; }



.fa-grip-vertical:before {

  content: "\f58e"; }



.fa-gripfire:before {

  content: "\f3ac"; }



.fa-grunt:before {

  content: "\f3ad"; }



.fa-guitar:before {

  content: "\f7a6"; }



.fa-gulp:before {

  content: "\f3ae"; }



.fa-h-square:before {

  content: "\f0fd"; }



.fa-hacker-news:before {

  content: "\f1d4"; }



.fa-hacker-news-square:before {

  content: "\f3af"; }



.fa-hackerrank:before {

  content: "\f5f7"; }



.fa-hamburger:before {

  content: "\f805"; }



.fa-hammer:before {

  content: "\f6e3"; }



.fa-hamsa:before {

  content: "\f665"; }



.fa-hand-holding:before {

  content: "\f4bd"; }



.fa-hand-holding-heart:before {

  content: "\f4be"; }



.fa-hand-holding-usd:before {

  content: "\f4c0"; }



.fa-hand-lizard:before {

  content: "\f258"; }



.fa-hand-middle-finger:before {

  content: "\f806"; }



.fa-hand-paper:before {

  content: "\f256"; }



.fa-hand-peace:before {

  content: "\f25b"; }



.fa-hand-point-down:before {

  content: "\f0a7"; }



.fa-hand-point-left:before {

  content: "\f0a5"; }



.fa-hand-point-right:before {

  content: "\f0a4"; }



.fa-hand-point-up:before {

  content: "\f0a6"; }



.fa-hand-pointer:before {

  content: "\f25a"; }



.fa-hand-rock:before {

  content: "\f255"; }



.fa-hand-scissors:before {

  content: "\f257"; }



.fa-hand-spock:before {

  content: "\f259"; }



.fa-hands:before {

  content: "\f4c2"; }



.fa-hands-helping:before {

  content: "\f4c4"; }



.fa-handshake:before {

  content: "\f2b5"; }



.fa-hanukiah:before {

  content: "\f6e6"; }



.fa-hard-hat:before {

  content: "\f807"; }



.fa-hashtag:before {

  content: "\f292"; }



.fa-hat-wizard:before {

  content: "\f6e8"; }



.fa-haykal:before {

  content: "\f666"; }



.fa-hdd:before {

  content: "\f0a0"; }



.fa-heading:before {

  content: "\f1dc"; }



.fa-headphones:before {

  content: "\f025"; }



.fa-headphones-alt:before {

  content: "\f58f"; }



.fa-headset:before {

  content: "\f590"; }



.fa-heart:before {

  content: "\f004"; }



.fa-heart-broken:before {

  content: "\f7a9"; }



.fa-heartbeat:before {

  content: "\f21e"; }



.fa-helicopter:before {

  content: "\f533"; }



.fa-highlighter:before {

  content: "\f591"; }



.fa-hiking:before {

  content: "\f6ec"; }



.fa-hippo:before {

  content: "\f6ed"; }



.fa-hips:before {

  content: "\f452"; }



.fa-hire-a-helper:before {

  content: "\f3b0"; }



.fa-history:before {

  content: "\f1da"; }



.fa-hockey-puck:before {

  content: "\f453"; }



.fa-holly-berry:before {

  content: "\f7aa"; }



.fa-home:before {

  content: "\f015"; }



.fa-hooli:before {

  content: "\f427"; }



.fa-hornbill:before {

  content: "\f592"; }



.fa-horse:before {

  content: "\f6f0"; }



.fa-horse-head:before {

  content: "\f7ab"; }



.fa-hospital:before {

  content: "\f0f8"; }



.fa-hospital-alt:before {

  content: "\f47d"; }



.fa-hospital-symbol:before {

  content: "\f47e"; }



.fa-hot-tub:before {

  content: "\f593"; }



.fa-hotdog:before {

  content: "\f80f"; }



.fa-hotel:before {

  content: "\f594"; }



.fa-hotjar:before {

  content: "\f3b1"; }



.fa-hourglass:before {

  content: "\f254"; }



.fa-hourglass-end:before {

  content: "\f253"; }



.fa-hourglass-half:before {

  content: "\f252"; }



.fa-hourglass-start:before {

  content: "\f251"; }



.fa-house-damage:before {

  content: "\f6f1"; }



.fa-houzz:before {

  content: "\f27c"; }



.fa-hryvnia:before {

  content: "\f6f2"; }



.fa-html5:before {

  content: "\f13b"; }



.fa-hubspot:before {

  content: "\f3b2"; }



.fa-i-cursor:before {

  content: "\f246"; }



.fa-ice-cream:before {

  content: "\f810"; }



.fa-icicles:before {

  content: "\f7ad"; }



.fa-id-badge:before {

  content: "\f2c1"; }



.fa-id-card:before {

  content: "\f2c2"; }



.fa-id-card-alt:before {

  content: "\f47f"; }



.fa-igloo:before {

  content: "\f7ae"; }



.fa-image:before {

  content: "\f03e"; }



.fa-images:before {

  content: "\f302"; }



.fa-imdb:before {

  content: "\f2d8"; }



.fa-inbox:before {

  content: "\f01c"; }



.fa-indent:before {

  content: "\f03c"; }



.fa-industry:before {

  content: "\f275"; }



.fa-infinity:before {

  content: "\f534"; }



.fa-info:before {

  content: "\f129"; }



.fa-info-circle:before {

  content: "\f05a"; }



.fa-instagram:before {

  content: "\f16d"; }



.fa-intercom:before {

  content: "\f7af"; }



.fa-internet-explorer:before {

  content: "\f26b"; }



.fa-invision:before {

  content: "\f7b0"; }



.fa-ioxhost:before {

  content: "\f208"; }



.fa-italic:before {

  content: "\f033"; }



.fa-itunes:before {

  content: "\f3b4"; }



.fa-itunes-note:before {

  content: "\f3b5"; }



.fa-java:before {

  content: "\f4e4"; }



.fa-jedi:before {

  content: "\f669"; }



.fa-jedi-order:before {

  content: "\f50e"; }



.fa-jenkins:before {

  content: "\f3b6"; }



.fa-jira:before {

  content: "\f7b1"; }



.fa-joget:before {

  content: "\f3b7"; }



.fa-joint:before {

  content: "\f595"; }



.fa-joomla:before {

  content: "\f1aa"; }



.fa-journal-whills:before {

  content: "\f66a"; }



.fa-js:before {

  content: "\f3b8"; }



.fa-js-square:before {

  content: "\f3b9"; }



.fa-jsfiddle:before {

  content: "\f1cc"; }



.fa-kaaba:before {

  content: "\f66b"; }



.fa-kaggle:before {

  content: "\f5fa"; }



.fa-key:before {

  content: "\f084"; }



.fa-keybase:before {

  content: "\f4f5"; }



.fa-keyboard:before {

  content: "\f11c"; }



.fa-keycdn:before {

  content: "\f3ba"; }



.fa-khanda:before {

  content: "\f66d"; }



.fa-kickstarter:before {

  content: "\f3bb"; }



.fa-kickstarter-k:before {

  content: "\f3bc"; }



.fa-kiss:before {

  content: "\f596"; }



.fa-kiss-beam:before {

  content: "\f597"; }



.fa-kiss-wink-heart:before {

  content: "\f598"; }



.fa-kiwi-bird:before {

  content: "\f535"; }



.fa-korvue:before {

  content: "\f42f"; }



.fa-landmark:before {

  content: "\f66f"; }



.fa-language:before {

  content: "\f1ab"; }



.fa-laptop:before {

  content: "\f109"; }



.fa-laptop-code:before {

  content: "\f5fc"; }



.fa-laptop-medical:before {

  content: "\f812"; }



.fa-laravel:before {

  content: "\f3bd"; }



.fa-lastfm:before {

  content: "\f202"; }



.fa-lastfm-square:before {

  content: "\f203"; }



.fa-laugh:before {

  content: "\f599"; }



.fa-laugh-beam:before {

  content: "\f59a"; }



.fa-laugh-squint:before {

  content: "\f59b"; }



.fa-laugh-wink:before {

  content: "\f59c"; }



.fa-layer-group:before {

  content: "\f5fd"; }



.fa-leaf:before {

  content: "\f06c"; }



.fa-leanpub:before {

  content: "\f212"; }



.fa-lemon:before {

  content: "\f094"; }



.fa-less:before {

  content: "\f41d"; }



.fa-less-than:before {

  content: "\f536"; }



.fa-less-than-equal:before {

  content: "\f537"; }



.fa-level-down-alt:before {

  content: "\f3be"; }



.fa-level-up-alt:before {

  content: "\f3bf"; }



.fa-life-ring:before {

  content: "\f1cd"; }



.fa-lightbulb:before {

  content: "\f0eb"; }



.fa-line:before {

  content: "\f3c0"; }



.fa-link:before {

  content: "\f0c1"; }



.fa-linkedin:before {

  content: "\f08c"; }



.fa-linkedin-in:before {

  content: "\f0e1"; }



.fa-linode:before {

  content: "\f2b8"; }



.fa-linux:before {

  content: "\f17c"; }



.fa-lira-sign:before {

  content: "\f195"; }



.fa-list:before {

  content: "\f03a"; }



.fa-list-alt:before {

  content: "\f022"; }



.fa-list-ol:before {

  content: "\f0cb"; }



.fa-list-ul:before {

  content: "\f0ca"; }



.fa-location-arrow:before {

  content: "\f124"; }



.fa-lock:before {

  content: "\f023"; }



.fa-lock-open:before {

  content: "\f3c1"; }



.fa-long-arrow-alt-down:before {

  content: "\f309"; }



.fa-long-arrow-alt-left:before {

  content: "\f30a"; }



.fa-long-arrow-alt-right:before {

  content: "\f30b"; }



.fa-long-arrow-alt-up:before {

  content: "\f30c"; }



.fa-low-vision:before {

  content: "\f2a8"; }



.fa-luggage-cart:before {

  content: "\f59d"; }



.fa-lyft:before {

  content: "\f3c3"; }



.fa-magento:before {

  content: "\f3c4"; }



.fa-magic:before {

  content: "\f0d0"; }



.fa-magnet:before {

  content: "\f076"; }



.fa-mail-bulk:before {

  content: "\f674"; }



.fa-mailchimp:before {

  content: "\f59e"; }



.fa-male:before {

  content: "\f183"; }



.fa-mandalorian:before {

  content: "\f50f"; }



.fa-map:before {

  content: "\f279"; }



.fa-map-marked:before {

  content: "\f59f"; }



.fa-map-marked-alt:before {

  content: "\f5a0"; }



.fa-map-marker:before {

  content: "\f041"; }



.fa-map-marker-alt:before {

  content: "\f3c5"; }



.fa-map-pin:before {

  content: "\f276"; }



.fa-map-signs:before {

  content: "\f277"; }



.fa-markdown:before {

  content: "\f60f"; }



.fa-marker:before {

  content: "\f5a1"; }



.fa-mars:before {

  content: "\f222"; }



.fa-mars-double:before {

  content: "\f227"; }



.fa-mars-stroke:before {

  content: "\f229"; }



.fa-mars-stroke-h:before {

  content: "\f22b"; }



.fa-mars-stroke-v:before {

  content: "\f22a"; }



.fa-mask:before {

  content: "\f6fa"; }



.fa-mastodon:before {

  content: "\f4f6"; }



.fa-maxcdn:before {

  content: "\f136"; }



.fa-medal:before {

  content: "\f5a2"; }



.fa-medapps:before {

  content: "\f3c6"; }



.fa-medium:before {

  content: "\f23a"; }



.fa-medium-m:before {

  content: "\f3c7"; }



.fa-medkit:before {

  content: "\f0fa"; }



.fa-medrt:before {

  content: "\f3c8"; }



.fa-meetup:before {

  content: "\f2e0"; }



.fa-megaport:before {

  content: "\f5a3"; }



.fa-meh:before {

  content: "\f11a"; }



.fa-meh-blank:before {

  content: "\f5a4"; }



.fa-meh-rolling-eyes:before {

  content: "\f5a5"; }



.fa-memory:before {

  content: "\f538"; }



.fa-mendeley:before {

  content: "\f7b3"; }



.fa-menorah:before {

  content: "\f676"; }



.fa-mercury:before {

  content: "\f223"; }



.fa-meteor:before {

  content: "\f753"; }



.fa-microchip:before {

  content: "\f2db"; }



.fa-microphone:before {

  content: "\f130"; }



.fa-microphone-alt:before {

  content: "\f3c9"; }



.fa-microphone-alt-slash:before {

  content: "\f539"; }



.fa-microphone-slash:before {

  content: "\f131"; }



.fa-microscope:before {

  content: "\f610"; }



.fa-microsoft:before {

  content: "\f3ca"; }



.fa-minus:before {

  content: "\f068"; }



.fa-minus-circle:before {

  content: "\f056"; }



.fa-minus-square:before {

  content: "\f146"; }



.fa-mitten:before {

  content: "\f7b5"; }



.fa-mix:before {

  content: "\f3cb"; }



.fa-mixcloud:before {

  content: "\f289"; }



.fa-mizuni:before {

  content: "\f3cc"; }



.fa-mobile:before {

  content: "\f10b"; }



.fa-mobile-alt:before {

  content: "\f3cd"; }



.fa-modx:before {

  content: "\f285"; }



.fa-monero:before {

  content: "\f3d0"; }



.fa-money-bill:before {

  content: "\f0d6"; }



.fa-money-bill-alt:before {

  content: "\f3d1"; }



.fa-money-bill-wave:before {

  content: "\f53a"; }



.fa-money-bill-wave-alt:before {

  content: "\f53b"; }



.fa-money-check:before {

  content: "\f53c"; }



.fa-money-check-alt:before {

  content: "\f53d"; }



.fa-monument:before {

  content: "\f5a6"; }



.fa-moon:before {

  content: "\f186"; }



.fa-mortar-pestle:before {

  content: "\f5a7"; }



.fa-mosque:before {

  content: "\f678"; }



.fa-motorcycle:before {

  content: "\f21c"; }



.fa-mountain:before {

  content: "\f6fc"; }



.fa-mouse-pointer:before {

  content: "\f245"; }



.fa-mug-hot:before {

  content: "\f7b6"; }



.fa-music:before {

  content: "\f001"; }



.fa-napster:before {

  content: "\f3d2"; }



.fa-neos:before {

  content: "\f612"; }



.fa-network-wired:before {

  content: "\f6ff"; }



.fa-neuter:before {

  content: "\f22c"; }



.fa-newspaper:before {

  content: "\f1ea"; }



.fa-nimblr:before {

  content: "\f5a8"; }



.fa-nintendo-switch:before {

  content: "\f418"; }



.fa-node:before {

  content: "\f419"; }



.fa-node-js:before {

  content: "\f3d3"; }



.fa-not-equal:before {

  content: "\f53e"; }



.fa-notes-medical:before {

  content: "\f481"; }



.fa-npm:before {

  content: "\f3d4"; }



.fa-ns8:before {

  content: "\f3d5"; }



.fa-nutritionix:before {

  content: "\f3d6"; }



.fa-object-group:before {

  content: "\f247"; }



.fa-object-ungroup:before {

  content: "\f248"; }



.fa-odnoklassniki:before {

  content: "\f263"; }



.fa-odnoklassniki-square:before {

  content: "\f264"; }



.fa-oil-can:before {

  content: "\f613"; }



.fa-old-republic:before {

  content: "\f510"; }



.fa-om:before {

  content: "\f679"; }



.fa-opencart:before {

  content: "\f23d"; }



.fa-openid:before {

  content: "\f19b"; }



.fa-opera:before {

  content: "\f26a"; }



.fa-optin-monster:before {

  content: "\f23c"; }



.fa-osi:before {

  content: "\f41a"; }



.fa-otter:before {

  content: "\f700"; }



.fa-outdent:before {

  content: "\f03b"; }



.fa-page4:before {

  content: "\f3d7"; }



.fa-pagelines:before {

  content: "\f18c"; }



.fa-pager:before {

  content: "\f815"; }



.fa-paint-brush:before {

  content: "\f1fc"; }



.fa-paint-roller:before {

  content: "\f5aa"; }



.fa-palette:before {

  content: "\f53f"; }



.fa-palfed:before {

  content: "\f3d8"; }



.fa-pallet:before {

  content: "\f482"; }



.fa-paper-plane:before {

  content: "\f1d8"; }



.fa-paperclip:before {

  content: "\f0c6"; }



.fa-parachute-box:before {

  content: "\f4cd"; }



.fa-paragraph:before {

  content: "\f1dd"; }



.fa-parking:before {

  content: "\f540"; }



.fa-passport:before {

  content: "\f5ab"; }



.fa-pastafarianism:before {

  content: "\f67b"; }



.fa-paste:before {

  content: "\f0ea"; }



.fa-patreon:before {

  content: "\f3d9"; }



.fa-pause:before {

  content: "\f04c"; }



.fa-pause-circle:before {

  content: "\f28b"; }



.fa-paw:before {

  content: "\f1b0"; }



.fa-paypal:before {

  content: "\f1ed"; }



.fa-peace:before {

  content: "\f67c"; }



.fa-pen:before {

  content: "\f304"; }



.fa-pen-alt:before {

  content: "\f305"; }



.fa-pen-fancy:before {

  content: "\f5ac"; }



.fa-pen-nib:before {

  content: "\f5ad"; }



.fa-pen-square:before {

  content: "\f14b"; }



.fa-pencil-alt:before {

  content: "\f303"; }



.fa-pencil-ruler:before {

  content: "\f5ae"; }



.fa-penny-arcade:before {

  content: "\f704"; }



.fa-people-carry:before {

  content: "\f4ce"; }



.fa-pepper-hot:before {

  content: "\f816"; }



.fa-percent:before {

  content: "\f295"; }



.fa-percentage:before {

  content: "\f541"; }



.fa-periscope:before {

  content: "\f3da"; }



.fa-person-booth:before {

  content: "\f756"; }



.fa-phabricator:before {

  content: "\f3db"; }



.fa-phoenix-framework:before {

  content: "\f3dc"; }



.fa-phoenix-squadron:before {

  content: "\f511"; }



.fa-phone:before {

  content: "\f095"; }



.fa-phone-slash:before {

  content: "\f3dd"; }



.fa-phone-square:before {

  content: "\f098"; }



.fa-phone-volume:before {

  content: "\f2a0"; }



.fa-php:before {

  content: "\f457"; }



.fa-pied-piper:before {

  content: "\f2ae"; }



.fa-pied-piper-alt:before {

  content: "\f1a8"; }



.fa-pied-piper-hat:before {

  content: "\f4e5"; }



.fa-pied-piper-pp:before {

  content: "\f1a7"; }



.fa-piggy-bank:before {

  content: "\f4d3"; }



.fa-pills:before {

  content: "\f484"; }



.fa-pinterest:before {

  content: "\f0d2"; }



.fa-pinterest-p:before {

  content: "\f231"; }



.fa-pinterest-square:before {

  content: "\f0d3"; }



.fa-pizza-slice:before {

  content: "\f818"; }



.fa-place-of-worship:before {

  content: "\f67f"; }



.fa-plane:before {

  content: "\f072"; }



.fa-plane-arrival:before {

  content: "\f5af"; }



.fa-plane-departure:before {

  content: "\f5b0"; }



.fa-play:before {

  content: "\f04b"; }



.fa-play-circle:before {

  content: "\f144"; }



.fa-playstation:before {

  content: "\f3df"; }



.fa-plug:before {

  content: "\f1e6"; }



.fa-plus:before {

  content: "\f067"; }



.fa-plus-circle:before {

  content: "\f055"; }



.fa-plus-square:before {

  content: "\f0fe"; }



.fa-podcast:before {

  content: "\f2ce"; }



.fa-poll:before {

  content: "\f681"; }



.fa-poll-h:before {

  content: "\f682"; }



.fa-poo:before {

  content: "\f2fe"; }



.fa-poo-storm:before {

  content: "\f75a"; }



.fa-poop:before {

  content: "\f619"; }



.fa-portrait:before {

  content: "\f3e0"; }



.fa-pound-sign:before {

  content: "\f154"; }



.fa-power-off:before {

  content: "\f011"; }



.fa-pray:before {

  content: "\f683"; }



.fa-praying-hands:before {

  content: "\f684"; }



.fa-prescription:before {

  content: "\f5b1"; }



.fa-prescription-bottle:before {

  content: "\f485"; }



.fa-prescription-bottle-alt:before {

  content: "\f486"; }



.fa-print:before {

  content: "\f02f"; }



.fa-procedures:before {

  content: "\f487"; }



.fa-product-hunt:before {

  content: "\f288"; }



.fa-project-diagram:before {

  content: "\f542"; }



.fa-pushed:before {

  content: "\f3e1"; }



.fa-puzzle-piece:before {

  content: "\f12e"; }



.fa-python:before {

  content: "\f3e2"; }



.fa-qq:before {

  content: "\f1d6"; }



.fa-qrcode:before {

  content: "\f029"; }



.fa-question:before {

  content: "\f128"; }



.fa-question-circle:before {

  content: "\f059"; }



.fa-quidditch:before {

  content: "\f458"; }



.fa-quinscape:before {

  content: "\f459"; }



.fa-quora:before {

  content: "\f2c4"; }



.fa-quote-left:before {

  content: "\f10d"; }



.fa-quote-right:before {

  content: "\f10e"; }



.fa-quran:before {

  content: "\f687"; }



.fa-r-project:before {

  content: "\f4f7"; }



.fa-radiation:before {

  content: "\f7b9"; }



.fa-radiation-alt:before {

  content: "\f7ba"; }



.fa-rainbow:before {

  content: "\f75b"; }



.fa-random:before {

  content: "\f074"; }



.fa-raspberry-pi:before {

  content: "\f7bb"; }



.fa-ravelry:before {

  content: "\f2d9"; }



.fa-react:before {

  content: "\f41b"; }



.fa-reacteurope:before {

  content: "\f75d"; }



.fa-readme:before {

  content: "\f4d5"; }



.fa-rebel:before {

  content: "\f1d0"; }



.fa-receipt:before {

  content: "\f543"; }



.fa-recycle:before {

  content: "\f1b8"; }



.fa-red-river:before {

  content: "\f3e3"; }



.fa-reddit:before {

  content: "\f1a1"; }



.fa-reddit-alien:before {

  content: "\f281"; }



.fa-reddit-square:before {

  content: "\f1a2"; }



.fa-redhat:before {

  content: "\f7bc"; }



.fa-redo:before {

  content: "\f01e"; }



.fa-redo-alt:before {

  content: "\f2f9"; }



.fa-registered:before {

  content: "\f25d"; }



.fa-renren:before {

  content: "\f18b"; }



.fa-reply:before {

  content: "\f3e5"; }



.fa-reply-all:before {

  content: "\f122"; }



.fa-replyd:before {

  content: "\f3e6"; }



.fa-republican:before {

  content: "\f75e"; }



.fa-researchgate:before {

  content: "\f4f8"; }



.fa-resolving:before {

  content: "\f3e7"; }



.fa-restroom:before {

  content: "\f7bd"; }



.fa-retweet:before {

  content: "\f079"; }



.fa-rev:before {

  content: "\f5b2"; }



.fa-ribbon:before {

  content: "\f4d6"; }



.fa-ring:before {

  content: "\f70b"; }



.fa-road:before {

  content: "\f018"; }



.fa-robot:before {

  content: "\f544"; }



.fa-rocket:before {

  content: "\f135"; }



.fa-rocketchat:before {

  content: "\f3e8"; }



.fa-rockrms:before {

  content: "\f3e9"; }



.fa-route:before {

  content: "\f4d7"; }



.fa-rss:before {

  content: "\f09e"; }



.fa-rss-square:before {

  content: "\f143"; }



.fa-ruble-sign:before {

  content: "\f158"; }



.fa-ruler:before {

  content: "\f545"; }



.fa-ruler-combined:before {

  content: "\f546"; }



.fa-ruler-horizontal:before {

  content: "\f547"; }



.fa-ruler-vertical:before {

  content: "\f548"; }



.fa-running:before {

  content: "\f70c"; }



.fa-rupee-sign:before {

  content: "\f156"; }



.fa-sad-cry:before {

  content: "\f5b3"; }



.fa-sad-tear:before {

  content: "\f5b4"; }



.fa-safari:before {

  content: "\f267"; }



.fa-sass:before {

  content: "\f41e"; }



.fa-satellite:before {

  content: "\f7bf"; }



.fa-satellite-dish:before {

  content: "\f7c0"; }



.fa-save:before {

  content: "\f0c7"; }



.fa-schlix:before {

  content: "\f3ea"; }



.fa-school:before {

  content: "\f549"; }



.fa-screwdriver:before {

  content: "\f54a"; }



.fa-scribd:before {

  content: "\f28a"; }



.fa-scroll:before {

  content: "\f70e"; }



.fa-sd-card:before {

  content: "\f7c2"; }



.fa-search:before {

  content: "\f002"; }



.fa-search-dollar:before {

  content: "\f688"; }



.fa-search-location:before {

  content: "\f689"; }



.fa-search-minus:before {

  content: "\f010"; }



.fa-search-plus:before {

  content: "\f00e"; }



.fa-searchengin:before {

  content: "\f3eb"; }



.fa-seedling:before {

  content: "\f4d8"; }



.fa-sellcast:before {

  content: "\f2da"; }



.fa-sellsy:before {

  content: "\f213"; }



.fa-server:before {

  content: "\f233"; }



.fa-servicestack:before {

  content: "\f3ec"; }



.fa-shapes:before {

  content: "\f61f"; }



.fa-share:before {

  content: "\f064"; }



.fa-share-alt:before {

  content: "\f1e0"; }



.fa-share-alt-square:before {

  content: "\f1e1"; }



.fa-share-square:before {

  content: "\f14d"; }



.fa-shekel-sign:before {

  content: "\f20b"; }



.fa-shield-alt:before {

  content: "\f3ed"; }



.fa-ship:before {

  content: "\f21a"; }



.fa-shipping-fast:before {

  content: "\f48b"; }



.fa-shirtsinbulk:before {

  content: "\f214"; }



.fa-shoe-prints:before {

  content: "\f54b"; }



.fa-shopping-bag:before {

  content: "\f290"; }



.fa-shopping-basket:before {

  content: "\f291"; }



.fa-shopping-cart:before {

  content: "\f07a"; }



.fa-shopware:before {

  content: "\f5b5"; }



.fa-shower:before {

  content: "\f2cc"; }



.fa-shuttle-van:before {

  content: "\f5b6"; }



.fa-sign:before {

  content: "\f4d9"; }



.fa-sign-in-alt:before {

  content: "\f2f6"; }



.fa-sign-language:before {

  content: "\f2a7"; }



.fa-sign-out-alt:before {

  content: "\f2f5"; }



.fa-signal:before {

  content: "\f012"; }



.fa-signature:before {

  content: "\f5b7"; }



.fa-sim-card:before {

  content: "\f7c4"; }



.fa-simplybuilt:before {

  content: "\f215"; }



.fa-sistrix:before {

  content: "\f3ee"; }



.fa-sitemap:before {

  content: "\f0e8"; }



.fa-sith:before {

  content: "\f512"; }



.fa-skating:before {

  content: "\f7c5"; }



.fa-sketch:before {

  content: "\f7c6"; }



.fa-skiing:before {

  content: "\f7c9"; }



.fa-skiing-nordic:before {

  content: "\f7ca"; }



.fa-skull:before {

  content: "\f54c"; }



.fa-skull-crossbones:before {

  content: "\f714"; }



.fa-skyatlas:before {

  content: "\f216"; }



.fa-skype:before {

  content: "\f17e"; }



.fa-slack:before {

  content: "\f198"; }



.fa-slack-hash:before {

  content: "\f3ef"; }



.fa-slash:before {

  content: "\f715"; }



.fa-sleigh:before {

  content: "\f7cc"; }



.fa-sliders-h:before {

  content: "\f1de"; }



.fa-slideshare:before {

  content: "\f1e7"; }



.fa-smile:before {

  content: "\f118"; }



.fa-smile-beam:before {

  content: "\f5b8"; }



.fa-smile-wink:before {

  content: "\f4da"; }



.fa-smog:before {

  content: "\f75f"; }



.fa-smoking:before {

  content: "\f48d"; }



.fa-smoking-ban:before {

  content: "\f54d"; }



.fa-sms:before {

  content: "\f7cd"; }



.fa-snapchat:before {

  content: "\f2ab"; }



.fa-snapchat-ghost:before {

  content: "\f2ac"; }



.fa-snapchat-square:before {

  content: "\f2ad"; }



.fa-snowboarding:before {

  content: "\f7ce"; }



.fa-snowflake:before {

  content: "\f2dc"; }



.fa-snowman:before {

  content: "\f7d0"; }



.fa-snowplow:before {

  content: "\f7d2"; }



.fa-socks:before {

  content: "\f696"; }



.fa-solar-panel:before {

  content: "\f5ba"; }



.fa-sort:before {

  content: "\f0dc"; }



.fa-sort-alpha-down:before {

  content: "\f15d"; }



.fa-sort-alpha-up:before {

  content: "\f15e"; }



.fa-sort-amount-down:before {

  content: "\f160"; }



.fa-sort-amount-up:before {

  content: "\f161"; }



.fa-sort-down:before {

  content: "\f0dd"; }



.fa-sort-numeric-down:before {

  content: "\f162"; }



.fa-sort-numeric-up:before {

  content: "\f163"; }



.fa-sort-up:before {

  content: "\f0de"; }



.fa-soundcloud:before {

  content: "\f1be"; }



.fa-sourcetree:before {

  content: "\f7d3"; }



.fa-spa:before {

  content: "\f5bb"; }



.fa-space-shuttle:before {

  content: "\f197"; }



.fa-speakap:before {

  content: "\f3f3"; }



.fa-spider:before {

  content: "\f717"; }



.fa-spinner:before {

  content: "\f110"; }



.fa-splotch:before {

  content: "\f5bc"; }



.fa-spotify:before {

  content: "\f1bc"; }



.fa-spray-can:before {

  content: "\f5bd"; }



.fa-square:before {

  content: "\f0c8"; }



.fa-square-full:before {

  content: "\f45c"; }



.fa-square-root-alt:before {

  content: "\f698"; }



.fa-squarespace:before {

  content: "\f5be"; }



.fa-stack-exchange:before {

  content: "\f18d"; }



.fa-stack-overflow:before {

  content: "\f16c"; }



.fa-stamp:before {

  content: "\f5bf"; }



.fa-star:before {

  content: "\f005"; }



.fa-star-and-crescent:before {

  content: "\f699"; }



.fa-star-half:before {

  content: "\f089"; }



.fa-star-half-alt:before {

  content: "\f5c0"; }



.fa-star-of-david:before {

  content: "\f69a"; }



.fa-star-of-life:before {

  content: "\f621"; }



.fa-staylinked:before {

  content: "\f3f5"; }



.fa-steam:before {

  content: "\f1b6"; }



.fa-steam-square:before {

  content: "\f1b7"; }



.fa-steam-symbol:before {

  content: "\f3f6"; }



.fa-step-backward:before {

  content: "\f048"; }



.fa-step-forward:before {

  content: "\f051"; }



.fa-stethoscope:before {

  content: "\f0f1"; }



.fa-sticker-mule:before {

  content: "\f3f7"; }



.fa-sticky-note:before {

  content: "\f249"; }



.fa-stop:before {

  content: "\f04d"; }



.fa-stop-circle:before {

  content: "\f28d"; }



.fa-stopwatch:before {

  content: "\f2f2"; }



.fa-store:before {

  content: "\f54e"; }



.fa-store-alt:before {

  content: "\f54f"; }



.fa-strava:before {

  content: "\f428"; }



.fa-stream:before {

  content: "\f550"; }



.fa-street-view:before {

  content: "\f21d"; }



.fa-strikethrough:before {

  content: "\f0cc"; }



.fa-stripe:before {

  content: "\f429"; }



.fa-stripe-s:before {

  content: "\f42a"; }



.fa-stroopwafel:before {

  content: "\f551"; }



.fa-studiovinari:before {

  content: "\f3f8"; }



.fa-stumbleupon:before {

  content: "\f1a4"; }



.fa-stumbleupon-circle:before {

  content: "\f1a3"; }



.fa-subscript:before {

  content: "\f12c"; }



.fa-subway:before {

  content: "\f239"; }



.fa-suitcase:before {

  content: "\f0f2"; }



.fa-suitcase-rolling:before {

  content: "\f5c1"; }



.fa-sun:before {

  content: "\f185"; }



.fa-superpowers:before {

  content: "\f2dd"; }



.fa-superscript:before {

  content: "\f12b"; }



.fa-supple:before {

  content: "\f3f9"; }



.fa-surprise:before {

  content: "\f5c2"; }



.fa-suse:before {

  content: "\f7d6"; }



.fa-swatchbook:before {

  content: "\f5c3"; }



.fa-swimmer:before {

  content: "\f5c4"; }



.fa-swimming-pool:before {

  content: "\f5c5"; }



.fa-synagogue:before {

  content: "\f69b"; }



.fa-sync:before {

  content: "\f021"; }



.fa-sync-alt:before {

  content: "\f2f1"; }



.fa-syringe:before {

  content: "\f48e"; }



.fa-table:before {

  content: "\f0ce"; }



.fa-table-tennis:before {

  content: "\f45d"; }



.fa-tablet:before {

  content: "\f10a"; }



.fa-tablet-alt:before {

  content: "\f3fa"; }



.fa-tablets:before {

  content: "\f490"; }



.fa-tachometer-alt:before {

  content: "\f3fd"; }



.fa-tag:before {

  content: "\f02b"; }



.fa-tags:before {

  content: "\f02c"; }



.fa-tape:before {

  content: "\f4db"; }



.fa-tasks:before {

  content: "\f0ae"; }



.fa-taxi:before {

  content: "\f1ba"; }



.fa-teamspeak:before {

  content: "\f4f9"; }



.fa-teeth:before {

  content: "\f62e"; }



.fa-teeth-open:before {

  content: "\f62f"; }



.fa-telegram:before {

  content: "\f2c6"; }



.fa-telegram-plane:before {

  content: "\f3fe"; }



.fa-temperature-high:before {

  content: "\f769"; }



.fa-temperature-low:before {

  content: "\f76b"; }



.fa-tencent-weibo:before {

  content: "\f1d5"; }



.fa-tenge:before {

  content: "\f7d7"; }



.fa-terminal:before {

  content: "\f120"; }



.fa-text-height:before {

  content: "\f034"; }



.fa-text-width:before {

  content: "\f035"; }



.fa-th:before {

  content: "\f00a"; }



.fa-th-large:before {

  content: "\f009"; }



.fa-th-list:before {

  content: "\f00b"; }



.fa-the-red-yeti:before {

  content: "\f69d"; }



.fa-theater-masks:before {

  content: "\f630"; }



.fa-themeco:before {

  content: "\f5c6"; }



.fa-themeisle:before {

  content: "\f2b2"; }



.fa-thermometer:before {

  content: "\f491"; }



.fa-thermometer-empty:before {

  content: "\f2cb"; }



.fa-thermometer-full:before {

  content: "\f2c7"; }



.fa-thermometer-half:before {

  content: "\f2c9"; }



.fa-thermometer-quarter:before {

  content: "\f2ca"; }



.fa-thermometer-three-quarters:before {

  content: "\f2c8"; }



.fa-think-peaks:before {

  content: "\f731"; }



.fa-thumbs-down:before {

  content: "\f165"; }



.fa-thumbs-up:before {

  content: "\f164"; }



.fa-thumbtack:before {

  content: "\f08d"; }



.fa-ticket-alt:before {

  content: "\f3ff"; }



.fa-times:before {

  content: "\f00d"; }



.fa-times-circle:before {

  content: "\f057"; }



.fa-tint:before {

  content: "\f043"; }



.fa-tint-slash:before {

  content: "\f5c7"; }



.fa-tired:before {

  content: "\f5c8"; }



.fa-toggle-off:before {

  content: "\f204"; }



.fa-toggle-on:before {

  content: "\f205"; }



.fa-toilet:before {

  content: "\f7d8"; }



.fa-toilet-paper:before {

  content: "\f71e"; }



.fa-toolbox:before {

  content: "\f552"; }



.fa-tools:before {

  content: "\f7d9"; }



.fa-tooth:before {

  content: "\f5c9"; }



.fa-torah:before {

  content: "\f6a0"; }



.fa-torii-gate:before {

  content: "\f6a1"; }



.fa-tractor:before {

  content: "\f722"; }



.fa-trade-federation:before {

  content: "\f513"; }



.fa-trademark:before {

  content: "\f25c"; }



.fa-traffic-light:before {

  content: "\f637"; }



.fa-train:before {

  content: "\f238"; }



.fa-tram:before {

  content: "\f7da"; }



.fa-transgender:before {

  content: "\f224"; }



.fa-transgender-alt:before {

  content: "\f225"; }



.fa-trash:before {

  content: "\f1f8"; }



.fa-trash-alt:before {

  content: "\f2ed"; }



.fa-trash-restore:before {

  content: "\f829"; }



.fa-trash-restore-alt:before {

  content: "\f82a"; }



.fa-tree:before {

  content: "\f1bb"; }



.fa-trello:before {

  content: "\f181"; }



.fa-tripadvisor:before {

  content: "\f262"; }



.fa-trophy:before {

  content: "\f091"; }



.fa-truck:before {

  content: "\f0d1"; }



.fa-truck-loading:before {

  content: "\f4de"; }



.fa-truck-monster:before {

  content: "\f63b"; }



.fa-truck-moving:before {

  content: "\f4df"; }



.fa-truck-pickup:before {

  content: "\f63c"; }



.fa-tshirt:before {

  content: "\f553"; }



.fa-tty:before {

  content: "\f1e4"; }



.fa-tumblr:before {

  content: "\f173"; }



.fa-tumblr-square:before {

  content: "\f174"; }



.fa-tv:before {

  content: "\f26c"; }



.fa-twitch:before {

  content: "\f1e8"; }



.fa-twitter:before {

  content: "\f099"; }



.fa-twitter-square:before {

  content: "\f081"; }



.fa-typo3:before {

  content: "\f42b"; }



.fa-uber:before {

  content: "\f402"; }



.fa-ubuntu:before {

  content: "\f7df"; }



.fa-uikit:before {

  content: "\f403"; }



.fa-umbrella:before {

  content: "\f0e9"; }



.fa-umbrella-beach:before {

  content: "\f5ca"; }



.fa-underline:before {

  content: "\f0cd"; }



.fa-undo:before {

  content: "\f0e2"; }



.fa-undo-alt:before {

  content: "\f2ea"; }



.fa-uniregistry:before {

  content: "\f404"; }



.fa-universal-access:before {

  content: "\f29a"; }



.fa-university:before {

  content: "\f19c"; }



.fa-unlink:before {

  content: "\f127"; }



.fa-unlock:before {

  content: "\f09c"; }



.fa-unlock-alt:before {

  content: "\f13e"; }



.fa-untappd:before {

  content: "\f405"; }



.fa-upload:before {

  content: "\f093"; }



.fa-ups:before {

  content: "\f7e0"; }



.fa-usb:before {

  content: "\f287"; }



.fa-user:before {

  content: "\f007"; }



.fa-user-alt:before {

  content: "\f406"; }



.fa-user-alt-slash:before {

  content: "\f4fa"; }



.fa-user-astronaut:before {

  content: "\f4fb"; }



.fa-user-check:before {

  content: "\f4fc"; }



.fa-user-circle:before {

  content: "\f2bd"; }



.fa-user-clock:before {

  content: "\f4fd"; }



.fa-user-cog:before {

  content: "\f4fe"; }



.fa-user-edit:before {

  content: "\f4ff"; }



.fa-user-friends:before {

  content: "\f500"; }



.fa-user-graduate:before {

  content: "\f501"; }



.fa-user-injured:before {

  content: "\f728"; }



.fa-user-lock:before {

  content: "\f502"; }



.fa-user-md:before {

  content: "\f0f0"; }



.fa-user-minus:before {

  content: "\f503"; }



.fa-user-ninja:before {

  content: "\f504"; }



.fa-user-nurse:before {

  content: "\f82f"; }



.fa-user-plus:before {

  content: "\f234"; }



.fa-user-secret:before {

  content: "\f21b"; }



.fa-user-shield:before {

  content: "\f505"; }



.fa-user-slash:before {

  content: "\f506"; }



.fa-user-tag:before {

  content: "\f507"; }



.fa-user-tie:before {

  content: "\f508"; }



.fa-user-times:before {

  content: "\f235"; }



.fa-users:before {

  content: "\f0c0"; }



.fa-users-cog:before {

  content: "\f509"; }



.fa-usps:before {

  content: "\f7e1"; }



.fa-ussunnah:before {

  content: "\f407"; }



.fa-utensil-spoon:before {

  content: "\f2e5"; }



.fa-utensils:before {

  content: "\f2e7"; }



.fa-vaadin:before {

  content: "\f408"; }



.fa-vector-square:before {

  content: "\f5cb"; }



.fa-venus:before {

  content: "\f221"; }



.fa-venus-double:before {

  content: "\f226"; }



.fa-venus-mars:before {

  content: "\f228"; }



.fa-viacoin:before {

  content: "\f237"; }



.fa-viadeo:before {

  content: "\f2a9"; }



.fa-viadeo-square:before {

  content: "\f2aa"; }



.fa-vial:before {

  content: "\f492"; }



.fa-vials:before {

  content: "\f493"; }



.fa-viber:before {

  content: "\f409"; }



.fa-video:before {

  content: "\f03d"; }



.fa-video-slash:before {

  content: "\f4e2"; }



.fa-vihara:before {

  content: "\f6a7"; }



.fa-vimeo:before {

  content: "\f40a"; }



.fa-vimeo-square:before {

  content: "\f194"; }



.fa-vimeo-v:before {

  content: "\f27d"; }



.fa-vine:before {

  content: "\f1ca"; }



.fa-vk:before {

  content: "\f189"; }



.fa-vnv:before {

  content: "\f40b"; }



.fa-volleyball-ball:before {

  content: "\f45f"; }



.fa-volume-down:before {

  content: "\f027"; }



.fa-volume-mute:before {

  content: "\f6a9"; }



.fa-volume-off:before {

  content: "\f026"; }



.fa-volume-up:before {

  content: "\f028"; }



.fa-vote-yea:before {

  content: "\f772"; }



.fa-vr-cardboard:before {

  content: "\f729"; }



.fa-vuejs:before {

  content: "\f41f"; }



.fa-walking:before {

  content: "\f554"; }



.fa-wallet:before {

  content: "\f555"; }



.fa-warehouse:before {

  content: "\f494"; }



.fa-water:before {

  content: "\f773"; }



.fa-weebly:before {

  content: "\f5cc"; }



.fa-weibo:before {

  content: "\f18a"; }



.fa-weight:before {

  content: "\f496"; }



.fa-weight-hanging:before {

  content: "\f5cd"; }



.fa-weixin:before {

  content: "\f1d7"; }



.fa-whatsapp:before {

  content: "\f232"; }



.fa-whatsapp-square:before {

  content: "\f40c"; }



.fa-wheelchair:before {

  content: "\f193"; }



.fa-whmcs:before {

  content: "\f40d"; }



.fa-wifi:before {

  content: "\f1eb"; }



.fa-wikipedia-w:before {

  content: "\f266"; }



.fa-wind:before {

  content: "\f72e"; }



.fa-window-close:before {

  content: "\f410"; }



.fa-window-maximize:before {

  content: "\f2d0"; }



.fa-window-minimize:before {

  content: "\f2d1"; }



.fa-window-restore:before {

  content: "\f2d2"; }



.fa-windows:before {

  content: "\f17a"; }



.fa-wine-bottle:before {

  content: "\f72f"; }



.fa-wine-glass:before {

  content: "\f4e3"; }



.fa-wine-glass-alt:before {

  content: "\f5ce"; }



.fa-wix:before {

  content: "\f5cf"; }



.fa-wizards-of-the-coast:before {

  content: "\f730"; }



.fa-wolf-pack-battalion:before {

  content: "\f514"; }



.fa-won-sign:before {

  content: "\f159"; }



.fa-wordpress:before {

  content: "\f19a"; }



.fa-wordpress-simple:before {

  content: "\f411"; }



.fa-wpbeginner:before {

  content: "\f297"; }



.fa-wpexplorer:before {

  content: "\f2de"; }



.fa-wpforms:before {

  content: "\f298"; }



.fa-wpressr:before {

  content: "\f3e4"; }



.fa-wrench:before {

  content: "\f0ad"; }



.fa-x-ray:before {

  content: "\f497"; }



.fa-xbox:before {

  content: "\f412"; }



.fa-xing:before {

  content: "\f168"; }



.fa-xing-square:before {

  content: "\f169"; }



.fa-y-combinator:before {

  content: "\f23b"; }



.fa-yahoo:before {

  content: "\f19e"; }



.fa-yandex:before {

  content: "\f413"; }



.fa-yandex-international:before {

  content: "\f414"; }



.fa-yarn:before {

  content: "\f7e3"; }



.fa-yelp:before {

  content: "\f1e9"; }



.fa-yen-sign:before {

  content: "\f157"; }



.fa-yin-yang:before {

  content: "\f6ad"; }



.fa-yoast:before {

  content: "\f2b1"; }



.fa-youtube:before {

  content: "\f167"; }



.fa-youtube-square:before {

  content: "\f431"; }



.fa-zhihu:before {

  content: "\f63f"; }



.sr-only {

  border: 0;

  clip: rect(0, 0, 0, 0);

  height: 1px;

  margin: -1px;

  overflow: hidden;

  padding: 0;

  position: absolute;

  width: 1px; }



.sr-only-focusable:active, .sr-only-focusable:focus {

  clip: auto;

  height: auto;

  margin: 0;

  overflow: visible;

  position: static;

  width: auto; }



@font-face {

  font-family: 'Font Awesome 5 Brands';

  font-style: normal;

  font-weight: normal;

  font-display: auto;

  src: url("../webfonts/fa-brands-400.eot");

  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }



.fab {

  font-family: 'Font Awesome 5 Brands'; }



@font-face {

  font-family: 'Font Awesome 5 Brands';

  font-style: normal;

  font-weight: normal;

  src: url("../css/webfonts/fa-brands-400.eot");

  src: url("../css/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/fa-brands-400.woff2") format("woff2"), url("../css/webfonts/fa-brands-400.woff") format("woff"), url("../css/webfonts/fa-brands-400.ttf") format("truetype"), url("../css/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }



.fab {

  font-family: 'Font Awesome 5 Brands'; }



@font-face {

  font-family: 'Font Awesome 5 Free';

  font-style: normal;

  font-weight: 400;

  src: url("../css/webfonts/fa-regular-400.eot");

  src: url("../css/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/fa-regular-400.woff2") format("woff2"), url("../css/webfonts/fa-regular-400.woff") format("woff"), url("../css/webfonts/fa-regular-400.ttf") format("truetype"), url("../css/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }



.far {

  font-family: 'Font Awesome 5 Free';

  font-weight: 400; }



@font-face {

  font-family: 'Font Awesome 5 Free';

  font-style: normal;

  font-weight: 900;

  src: url("../css/webfonts/fa-solid-900.eot");

  src: url("../css/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/fa-solid-900.woff2") format("woff2"), url("../css/webfonts/fa-solid-900.woff") format("woff"), url('../css/webfonts/fa-solid-900.ttf") format("truetype'), url("../css/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }



.fa,

.fas {

  font-family: 'Font Awesome 5 Free';

  font-weight: 900; }



/*! Ionicons, v2.0.0 Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ https://twitter.com/benjsperry https://twitter.com/ionicframework MIT License: https://github.com/driftyco/ionicons Android-style icons originally built by Google’s Material Design Icons: https://github.com/google/material-design-icons used under CC BY http://creativecommons.org/licenses/by/4.0/ Modified icons to fit ionicon’s grid from original. */

@font-face {

  font-family: "Ionicons";

  src: url("../css/webfonts/ionicons.eot?v=2.0.0");

  src: url("../css/webfonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../css/webfonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../css/webfonts/ionicons.woff?v=2.0.0") format("woff"), url("../css/webfonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");

  font-weight: normal;

  font-style: normal; }



.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {

  display: inline-block;

  font-family: "Ionicons";

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  text-rendering: auto;

  line-height: 1;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale; }



.ion-alert:before {

  content: "\f101"; }



.ion-alert-circled:before {

  content: "\f100"; }



.ion-android-add:before {

  content: "\f2c7"; }



.ion-android-add-circle:before {

  content: "\f359"; }



.ion-android-alarm-clock:before {

  content: "\f35a"; }



.ion-android-alert:before {

  content: "\f35b"; }



.ion-android-apps:before {

  content: "\f35c"; }



.ion-android-archive:before {

  content: "\f2c9"; }



.ion-android-arrow-back:before {

  content: "\f2ca"; }



.ion-android-arrow-down:before {

  content: "\f35d"; }



.ion-android-arrow-dropdown:before {

  content: "\f35f"; }



.ion-android-arrow-dropdown-circle:before {

  content: "\f35e"; }



.ion-android-arrow-dropleft:before {

  content: "\f361"; }



.ion-android-arrow-dropleft-circle:before {

  content: "\f360"; }



.ion-android-arrow-dropright:before {

  content: "\f363"; }



.ion-android-arrow-dropright-circle:before {

  content: "\f362"; }



.ion-android-arrow-dropup:before {

  content: "\f365"; }



.ion-android-arrow-dropup-circle:before {

  content: "\f364"; }



.ion-android-arrow-forward:before {

  content: "\f30f"; }



.ion-android-arrow-up:before {

  content: "\f366"; }



.ion-android-attach:before {

  content: "\f367"; }



.ion-android-bar:before {

  content: "\f368"; }



.ion-android-bicycle:before {

  content: "\f369"; }



.ion-android-boat:before {

  content: "\f36a"; }



.ion-android-bookmark:before {

  content: "\f36b"; }



.ion-android-bulb:before {

  content: "\f36c"; }



.ion-android-bus:before {

  content: "\f36d"; }



.ion-android-calendar:before {

  content: "\f2d1"; }



.ion-android-call:before {

  content: "\f2d2"; }



.ion-android-camera:before {

  content: "\f2d3"; }



.ion-android-cancel:before {

  content: "\f36e"; }



.ion-android-car:before {

  content: "\f36f"; }



.ion-android-cart:before {

  content: "\f370"; }



.ion-android-chat:before {

  content: "\f2d4"; }



.ion-android-checkbox:before {

  content: "\f374"; }



.ion-android-checkbox-blank:before {

  content: "\f371"; }



.ion-android-checkbox-outline:before {

  content: "\f373"; }



.ion-android-checkbox-outline-blank:before {

  content: "\f372"; }



.ion-android-checkmark-circle:before {

  content: "\f375"; }



.ion-android-clipboard:before {

  content: "\f376"; }



.ion-android-close:before {

  content: "\f2d7"; }



.ion-android-cloud:before {

  content: "\f37a"; }



.ion-android-cloud-circle:before {

  content: "\f377"; }



.ion-android-cloud-done:before {

  content: "\f378"; }



.ion-android-cloud-outline:before {

  content: "\f379"; }



.ion-android-color-palette:before {

  content: "\f37b"; }



.ion-android-compass:before {

  content: "\f37c"; }



.ion-android-contact:before {

  content: "\f2d8"; }



.ion-android-contacts:before {

  content: "\f2d9"; }



.ion-android-contract:before {

  content: "\f37d"; }



.ion-android-create:before {

  content: "\f37e"; }



.ion-android-delete:before {

  content: "\f37f"; }



.ion-android-desktop:before {

  content: "\f380"; }



.ion-android-document:before {

  content: "\f381"; }



.ion-android-done:before {

  content: "\f383"; }



.ion-android-done-all:before {

  content: "\f382"; }



.ion-android-download:before {

  content: "\f2dd"; }



.ion-android-drafts:before {

  content: "\f384"; }



.ion-android-exit:before {

  content: "\f385"; }



.ion-android-expand:before {

  content: "\f386"; }



.ion-android-favorite:before {

  content: "\f388"; }



.ion-android-favorite-outline:before {

  content: "\f387"; }



.ion-android-film:before {

  content: "\f389"; }



.ion-android-folder:before {

  content: "\f2e0"; }



.ion-android-folder-open:before {

  content: "\f38a"; }



.ion-android-funnel:before {

  content: "\f38b"; }



.ion-android-globe:before {

  content: "\f38c"; }



.ion-android-hand:before {

  content: "\f2e3"; }



.ion-android-hangout:before {

  content: "\f38d"; }



.ion-android-happy:before {

  content: "\f38e"; }



.ion-android-home:before {

  content: "\f38f"; }



.ion-android-image:before {

  content: "\f2e4"; }



.ion-android-laptop:before {

  content: "\f390"; }



.ion-android-list:before {

  content: "\f391"; }



.ion-android-locate:before {

  content: "\f2e9"; }



.ion-android-lock:before {

  content: "\f392"; }



.ion-android-mail:before {

  content: "\f2eb"; }



.ion-android-map:before {

  content: "\f393"; }



.ion-android-menu:before {

  content: "\f394"; }



.ion-android-microphone:before {

  content: "\f2ec"; }



.ion-android-microphone-off:before {

  content: "\f395"; }



.ion-android-more-horizontal:before {

  content: "\f396"; }



.ion-android-more-vertical:before {

  content: "\f397"; }



.ion-android-navigate:before {

  content: "\f398"; }



.ion-android-notifications:before {

  content: "\f39b"; }



.ion-android-notifications-none:before {

  content: "\f399"; }



.ion-android-notifications-off:before {

  content: "\f39a"; }



.ion-android-open:before {

  content: "\f39c"; }



.ion-android-options:before {

  content: "\f39d"; }



.ion-android-people:before {

  content: "\f39e"; }



.ion-android-person:before {

  content: "\f3a0"; }



.ion-android-person-add:before {

  content: "\f39f"; }



.ion-android-phone-landscape:before {

  content: "\f3a1"; }



.ion-android-phone-portrait:before {

  content: "\f3a2"; }



.ion-android-pin:before {

  content: "\f3a3"; }



.ion-android-plane:before {

  content: "\f3a4"; }



.ion-android-playstore:before {

  content: "\f2f0"; }



.ion-android-print:before {

  content: "\f3a5"; }



.ion-android-radio-button-off:before {

  content: "\f3a6"; }



.ion-android-radio-button-on:before {

  content: "\f3a7"; }



.ion-android-refresh:before {

  content: "\f3a8"; }



.ion-android-remove:before {

  content: "\f2f4"; }



.ion-android-remove-circle:before {

  content: "\f3a9"; }



.ion-android-restaurant:before {

  content: "\f3aa"; }



.ion-android-sad:before {

  content: "\f3ab"; }



.ion-android-search:before {

  content: "\f2f5"; }



.ion-android-send:before {

  content: "\f2f6"; }



.ion-android-settings:before {

  content: "\f2f7"; }



.ion-android-share:before {

  content: "\f2f8"; }



.ion-android-share-alt:before {

  content: "\f3ac"; }



.ion-android-star:before {

  content: "\f2fc"; }



.ion-android-star-half:before {

  content: "\f3ad"; }



.ion-android-star-outline:before {

  content: "\f3ae"; }



.ion-android-stopwatch:before {

  content: "\f2fd"; }



.ion-android-subway:before {

  content: "\f3af"; }



.ion-android-sunny:before {

  content: "\f3b0"; }



.ion-android-sync:before {

  content: "\f3b1"; }



.ion-android-textsms:before {

  content: "\f3b2"; }



.ion-android-time:before {

  content: "\f3b3"; }



.ion-android-train:before {

  content: "\f3b4"; }



.ion-android-unlock:before {

  content: "\f3b5"; }



.ion-android-upload:before {

  content: "\f3b6"; }



.ion-android-volume-down:before {

  content: "\f3b7"; }



.ion-android-volume-mute:before {

  content: "\f3b8"; }



.ion-android-volume-off:before {

  content: "\f3b9"; }



.ion-android-volume-up:before {

  content: "\f3ba"; }



.ion-android-walk:before {

  content: "\f3bb"; }



.ion-android-warning:before {

  content: "\f3bc"; }



.ion-android-watch:before {

  content: "\f3bd"; }



.ion-android-wifi:before {

  content: "\f305"; }



.ion-aperture:before {

  content: "\f313"; }



.ion-archive:before {

  content: "\f102"; }



.ion-arrow-down-a:before {

  content: "\f103"; }



.ion-arrow-down-b:before {

  content: "\f104"; }



.ion-arrow-down-c:before {

  content: "\f105"; }



.ion-arrow-expand:before {

  content: "\f25e"; }



.ion-arrow-graph-down-left:before {

  content: "\f25f"; }



.ion-arrow-graph-down-right:before {

  content: "\f260"; }



.ion-arrow-graph-up-left:before {

  content: "\f261"; }



.ion-arrow-graph-up-right:before {

  content: "\f262"; }



.ion-arrow-left-a:before {

  content: "\f106"; }



.ion-arrow-left-b:before {

  content: "\f107"; }



.ion-arrow-left-c:before {

  content: "\f108"; }



.ion-arrow-move:before {

  content: "\f263"; }



.ion-arrow-resize:before {

  content: "\f264"; }



.ion-arrow-return-left:before {

  content: "\f265"; }



.ion-arrow-return-right:before {

  content: "\f266"; }



.ion-arrow-right-a:before {

  content: "\f109"; }



.ion-arrow-right-b:before {

  content: "\f10a"; }



.ion-arrow-right-c:before {

  content: "\f10b"; }



.ion-arrow-shrink:before {

  content: "\f267"; }



.ion-arrow-swap:before {

  content: "\f268"; }



.ion-arrow-up-a:before {

  content: "\f10c"; }



.ion-arrow-up-b:before {

  content: "\f10d"; }



.ion-arrow-up-c:before {

  content: "\f10e"; }



.ion-asterisk:before {

  content: "\f314"; }



.ion-at:before {

  content: "\f10f"; }



.ion-backspace:before {

  content: "\f3bf"; }



.ion-backspace-outline:before {

  content: "\f3be"; }



.ion-bag:before {

  content: "\f110"; }



.ion-battery-charging:before {

  content: "\f111"; }



.ion-battery-empty:before {

  content: "\f112"; }



.ion-battery-full:before {

  content: "\f113"; }



.ion-battery-half:before {

  content: "\f114"; }



.ion-battery-low:before {

  content: "\f115"; }



.ion-beaker:before {

  content: "\f269"; }



.ion-beer:before {

  content: "\f26a"; }



.ion-bluetooth:before {

  content: "\f116"; }



.ion-bonfire:before {

  content: "\f315"; }



.ion-bookmark:before {

  content: "\f26b"; }



.ion-bowtie:before {

  content: "\f3c0"; }



.ion-briefcase:before {

  content: "\f26c"; }



.ion-bug:before {

  content: "\f2be"; }



.ion-calculator:before {

  content: "\f26d"; }



.ion-calendar:before {

  content: "\f117"; }



.ion-camera:before {

  content: "\f118"; }



.ion-card:before {

  content: "\f119"; }



.ion-cash:before {

  content: "\f316"; }



.ion-chatbox:before {

  content: "\f11b"; }



.ion-chatbox-working:before {

  content: "\f11a"; }



.ion-chatboxes:before {

  content: "\f11c"; }



.ion-chatbubble:before {

  content: "\f11e"; }



.ion-chatbubble-working:before {

  content: "\f11d"; }



.ion-chatbubbles:before {

  content: "\f11f"; }



.ion-checkmark:before {

  content: "\f122"; }



.ion-checkmark-circled:before {

  content: "\f120"; }



.ion-checkmark-round:before {

  content: "\f121"; }



.ion-chevron-down:before {

  content: "\f123"; }



.ion-chevron-left:before {

  content: "\f124"; }



.ion-chevron-right:before {

  content: "\f125"; }



.ion-chevron-up:before {

  content: "\f126"; }



.ion-clipboard:before {

  content: "\f127"; }



.ion-clock:before {

  content: "\f26e"; }



.ion-close:before {

  content: "\f12a"; }



.ion-close-circled:before {

  content: "\f128"; }



.ion-close-round:before {

  content: "\f129"; }



.ion-closed-captioning:before {

  content: "\f317"; }



.ion-cloud:before {

  content: "\f12b"; }



.ion-code:before {

  content: "\f271"; }



.ion-code-download:before {

  content: "\f26f"; }



.ion-code-working:before {

  content: "\f270"; }



.ion-coffee:before {

  content: "\f272"; }



.ion-compass:before {

  content: "\f273"; }



.ion-compose:before {

  content: "\f12c"; }



.ion-connection-bars:before {

  content: "\f274"; }



.ion-contrast:before {

  content: "\f275"; }



.ion-crop:before {

  content: "\f3c1"; }



.ion-cube:before {

  content: "\f318"; }



.ion-disc:before {

  content: "\f12d"; }



.ion-document:before {

  content: "\f12f"; }



.ion-document-text:before {

  content: "\f12e"; }



.ion-drag:before {

  content: "\f130"; }



.ion-earth:before {

  content: "\f276"; }



.ion-easel:before {

  content: "\f3c2"; }



.ion-edit:before {

  content: "\f2bf"; }



.ion-egg:before {

  content: "\f277"; }



.ion-eject:before {

  content: "\f131"; }



.ion-email:before {

  content: "\f132"; }



.ion-email-unread:before {

  content: "\f3c3"; }



.ion-erlenmeyer-flask:before {

  content: "\f3c5"; }



.ion-erlenmeyer-flask-bubbles:before {

  content: "\f3c4"; }



.ion-eye:before {

  content: "\f133"; }



.ion-eye-disabled:before {

  content: "\f306"; }



.ion-female:before {

  content: "\f278"; }



.ion-filing:before {

  content: "\f134"; }



.ion-film-marker:before {

  content: "\f135"; }



.ion-fireball:before {

  content: "\f319"; }



.ion-flag:before {

  content: "\f279"; }



.ion-flame:before {

  content: "\f31a"; }



.ion-flash:before {

  content: "\f137"; }



.ion-flash-off:before {

  content: "\f136"; }



.ion-folder:before {

  content: "\f139"; }



.ion-fork:before {

  content: "\f27a"; }



.ion-fork-repo:before {

  content: "\f2c0"; }



.ion-forward:before {

  content: "\f13a"; }



.ion-funnel:before {

  content: "\f31b"; }



.ion-gear-a:before {

  content: "\f13d"; }



.ion-gear-b:before {

  content: "\f13e"; }



.ion-grid:before {

  content: "\f13f"; }



.ion-hammer:before {

  content: "\f27b"; }



.ion-happy:before {

  content: "\f31c"; }



.ion-happy-outline:before {

  content: "\f3c6"; }



.ion-headphone:before {

  content: "\f140"; }



.ion-heart:before {

  content: "\f141"; }



.ion-heart-broken:before {

  content: "\f31d"; }



.ion-help:before {

  content: "\f143"; }



.ion-help-buoy:before {

  content: "\f27c"; }



.ion-help-circled:before {

  content: "\f142"; }



.ion-home:before {

  content: "\f144"; }



.ion-icecream:before {

  content: "\f27d"; }



.ion-image:before {

  content: "\f147"; }



.ion-images:before {

  content: "\f148"; }



.ion-information:before {

  content: "\f14a"; }



.ion-information-circled:before {

  content: "\f149"; }



.ion-ionic:before {

  content: "\f14b"; }



.ion-ios-alarm:before {

  content: "\f3c8"; }



.ion-ios-alarm-outline:before {

  content: "\f3c7"; }



.ion-ios-albums:before {

  content: "\f3ca"; }



.ion-ios-albums-outline:before {

  content: "\f3c9"; }



.ion-ios-americanfootball:before {

  content: "\f3cc"; }



.ion-ios-americanfootball-outline:before {

  content: "\f3cb"; }



.ion-ios-analytics:before {

  content: "\f3ce"; }



.ion-ios-analytics-outline:before {

  content: "\f3cd"; }



.ion-ios-arrow-back:before {

  content: "\f3cf"; }



.ion-ios-arrow-down:before {

  content: "\f3d0"; }



.ion-ios-arrow-forward:before {

  content: "\f3d1"; }



.ion-ios-arrow-left:before {

  content: "\f3d2"; }



.ion-ios-arrow-right:before {

  content: "\f3d3"; }



.ion-ios-arrow-thin-down:before {

  content: "\f3d4"; }



.ion-ios-arrow-thin-left:before {

  content: "\f3d5"; }



.ion-ios-arrow-thin-right:before {

  content: "\f3d6"; }



.ion-ios-arrow-thin-up:before {

  content: "\f3d7"; }



.ion-ios-arrow-up:before {

  content: "\f3d8"; }



.ion-ios-at:before {

  content: "\f3da"; }



.ion-ios-at-outline:before {

  content: "\f3d9"; }



.ion-ios-barcode:before {

  content: "\f3dc"; }



.ion-ios-barcode-outline:before {

  content: "\f3db"; }



.ion-ios-baseball:before {

  content: "\f3de"; }



.ion-ios-baseball-outline:before {

  content: "\f3dd"; }



.ion-ios-basketball:before {

  content: "\f3e0"; }



.ion-ios-basketball-outline:before {

  content: "\f3df"; }



.ion-ios-bell:before {

  content: "\f3e2"; }



.ion-ios-bell-outline:before {

  content: "\f3e1"; }



.ion-ios-body:before {

  content: "\f3e4"; }



.ion-ios-body-outline:before {

  content: "\f3e3"; }



.ion-ios-bolt:before {

  content: "\f3e6"; }



.ion-ios-bolt-outline:before {

  content: "\f3e5"; }



.ion-ios-book:before {

  content: "\f3e8"; }



.ion-ios-book-outline:before {

  content: "\f3e7"; }



.ion-ios-bookmarks:before {

  content: "\f3ea"; }



.ion-ios-bookmarks-outline:before {

  content: "\f3e9"; }



.ion-ios-box:before {

  content: "\f3ec"; }



.ion-ios-box-outline:before {

  content: "\f3eb"; }



.ion-ios-briefcase:before {

  content: "\f3ee"; }



.ion-ios-briefcase-outline:before {

  content: "\f3ed"; }



.ion-ios-browsers:before {

  content: "\f3f0"; }



.ion-ios-browsers-outline:before {

  content: "\f3ef"; }



.ion-ios-calculator:before {

  content: "\f3f2"; }



.ion-ios-calculator-outline:before {

  content: "\f3f1"; }



.ion-ios-calendar:before {

  content: "\f3f4"; }



.ion-ios-calendar-outline:before {

  content: "\f3f3"; }



.ion-ios-camera:before {

  content: "\f3f6"; }



.ion-ios-camera-outline:before {

  content: "\f3f5"; }



.ion-ios-cart:before {

  content: "\f3f8"; }



.ion-ios-cart-outline:before {

  content: "\f3f7"; }



.ion-ios-chatboxes:before {

  content: "\f3fa"; }



.ion-ios-chatboxes-outline:before {

  content: "\f3f9"; }



.ion-ios-chatbubble:before {

  content: "\f3fc"; }



.ion-ios-chatbubble-outline:before {

  content: "\f3fb"; }



.ion-ios-checkmark:before {

  content: "\f3ff"; }



.ion-ios-checkmark-empty:before {

  content: "\f3fd"; }



.ion-ios-checkmark-outline:before {

  content: "\f3fe"; }



.ion-ios-circle-filled:before {

  content: "\f400"; }



.ion-ios-circle-outline:before {

  content: "\f401"; }



.ion-ios-clock:before {

  content: "\f403"; }



.ion-ios-clock-outline:before {

  content: "\f402"; }



.ion-ios-close:before {

  content: "\f406"; }



.ion-ios-close-empty:before {

  content: "\f404"; }



.ion-ios-close-outline:before {

  content: "\f405"; }



.ion-ios-cloud:before {

  content: "\f40c"; }



.ion-ios-cloud-download:before {

  content: "\f408"; }



.ion-ios-cloud-download-outline:before {

  content: "\f407"; }



.ion-ios-cloud-outline:before {

  content: "\f409"; }



.ion-ios-cloud-upload:before {

  content: "\f40b"; }



.ion-ios-cloud-upload-outline:before {

  content: "\f40a"; }



.ion-ios-cloudy:before {

  content: "\f410"; }



.ion-ios-cloudy-night:before {

  content: "\f40e"; }



.ion-ios-cloudy-night-outline:before {

  content: "\f40d"; }



.ion-ios-cloudy-outline:before {

  content: "\f40f"; }



.ion-ios-cog:before {

  content: "\f412"; }



.ion-ios-cog-outline:before {

  content: "\f411"; }



.ion-ios-color-filter:before {

  content: "\f414"; }



.ion-ios-color-filter-outline:before {

  content: "\f413"; }



.ion-ios-color-wand:before {

  content: "\f416"; }



.ion-ios-color-wand-outline:before {

  content: "\f415"; }



.ion-ios-compose:before {

  content: "\f418"; }



.ion-ios-compose-outline:before {

  content: "\f417"; }



.ion-ios-contact:before {

  content: "\f41a"; }



.ion-ios-contact-outline:before {

  content: "\f419"; }



.ion-ios-copy:before {

  content: "\f41c"; }



.ion-ios-copy-outline:before {

  content: "\f41b"; }



.ion-ios-crop:before {

  content: "\f41e"; }



.ion-ios-crop-strong:before {

  content: "\f41d"; }



.ion-ios-download:before {

  content: "\f420"; }



.ion-ios-download-outline:before {

  content: "\f41f"; }



.ion-ios-drag:before {

  content: "\f421"; }



.ion-ios-email:before {

  content: "\f423"; }



.ion-ios-email-outline:before {

  content: "\f422"; }



.ion-ios-eye:before {

  content: "\f425"; }



.ion-ios-eye-outline:before {

  content: "\f424"; }



.ion-ios-fastforward:before {

  content: "\f427"; }



.ion-ios-fastforward-outline:before {

  content: "\f426"; }



.ion-ios-filing:before {

  content: "\f429"; }



.ion-ios-filing-outline:before {

  content: "\f428"; }



.ion-ios-film:before {

  content: "\f42b"; }



.ion-ios-film-outline:before {

  content: "\f42a"; }



.ion-ios-flag:before {

  content: "\f42d"; }



.ion-ios-flag-outline:before {

  content: "\f42c"; }



.ion-ios-flame:before {

  content: "\f42f"; }



.ion-ios-flame-outline:before {

  content: "\f42e"; }



.ion-ios-flask:before {

  content: "\f431"; }



.ion-ios-flask-outline:before {

  content: "\f430"; }



.ion-ios-flower:before {

  content: "\f433"; }



.ion-ios-flower-outline:before {

  content: "\f432"; }



.ion-ios-folder:before {

  content: "\f435"; }



.ion-ios-folder-outline:before {

  content: "\f434"; }



.ion-ios-football:before {

  content: "\f437"; }



.ion-ios-football-outline:before {

  content: "\f436"; }



.ion-ios-game-controller-a:before {

  content: "\f439"; }



.ion-ios-game-controller-a-outline:before {

  content: "\f438"; }



.ion-ios-game-controller-b:before {

  content: "\f43b"; }



.ion-ios-game-controller-b-outline:before {

  content: "\f43a"; }



.ion-ios-gear:before {

  content: "\f43d"; }



.ion-ios-gear-outline:before {

  content: "\f43c"; }



.ion-ios-glasses:before {

  content: "\f43f"; }



.ion-ios-glasses-outline:before {

  content: "\f43e"; }



.ion-ios-grid-view:before {

  content: "\f441"; }



.ion-ios-grid-view-outline:before {

  content: "\f440"; }



.ion-ios-heart:before {

  content: "\f443"; }



.ion-ios-heart-outline:before {

  content: "\f442"; }



.ion-ios-help:before {

  content: "\f446"; }



.ion-ios-help-empty:before {

  content: "\f444"; }



.ion-ios-help-outline:before {

  content: "\f445"; }



.ion-ios-home:before {

  content: "\f448"; }



.ion-ios-home-outline:before {

  content: "\f447"; }



.ion-ios-infinite:before {

  content: "\f44a"; }



.ion-ios-infinite-outline:before {

  content: "\f449"; }



.ion-ios-information:before {

  content: "\f44d"; }



.ion-ios-information-empty:before {

  content: "\f44b"; }



.ion-ios-information-outline:before {

  content: "\f44c"; }



.ion-ios-ionic-outline:before {

  content: "\f44e"; }



.ion-ios-keypad:before {

  content: "\f450"; }



.ion-ios-keypad-outline:before {

  content: "\f44f"; }



.ion-ios-lightbulb:before {

  content: "\f452"; }



.ion-ios-lightbulb-outline:before {

  content: "\f451"; }



.ion-ios-list:before {

  content: "\f454"; }



.ion-ios-list-outline:before {

  content: "\f453"; }



.ion-ios-location:before {

  content: "\f456"; }



.ion-ios-location-outline:before {

  content: "\f455"; }



.ion-ios-locked:before {

  content: "\f458"; }



.ion-ios-locked-outline:before {

  content: "\f457"; }



.ion-ios-loop:before {

  content: "\f45a"; }



.ion-ios-loop-strong:before {

  content: "\f459"; }



.ion-ios-medical:before {

  content: "\f45c"; }



.ion-ios-medical-outline:before {

  content: "\f45b"; }



.ion-ios-medkit:before {

  content: "\f45e"; }



.ion-ios-medkit-outline:before {

  content: "\f45d"; }



.ion-ios-mic:before {

  content: "\f461"; }



.ion-ios-mic-off:before {

  content: "\f45f"; }



.ion-ios-mic-outline:before {

  content: "\f460"; }



.ion-ios-minus:before {

  content: "\f464"; }



.ion-ios-minus-empty:before {

  content: "\f462"; }



.ion-ios-minus-outline:before {

  content: "\f463"; }



.ion-ios-monitor:before {

  content: "\f466"; }



.ion-ios-monitor-outline:before {

  content: "\f465"; }



.ion-ios-moon:before {

  content: "\f468"; }



.ion-ios-moon-outline:before {

  content: "\f467"; }



.ion-ios-more:before {

  content: "\f46a"; }



.ion-ios-more-outline:before {

  content: "\f469"; }



.ion-ios-musical-note:before {

  content: "\f46b"; }



.ion-ios-musical-notes:before {

  content: "\f46c"; }



.ion-ios-navigate:before {

  content: "\f46e"; }



.ion-ios-navigate-outline:before {

  content: "\f46d"; }



.ion-ios-nutrition:before {

  content: "\f470"; }



.ion-ios-nutrition-outline:before {

  content: "\f46f"; }



.ion-ios-paper:before {

  content: "\f472"; }



.ion-ios-paper-outline:before {

  content: "\f471"; }



.ion-ios-paperplane:before {

  content: "\f474"; }



.ion-ios-paperplane-outline:before {

  content: "\f473"; }



.ion-ios-partlysunny:before {

  content: "\f476"; }



.ion-ios-partlysunny-outline:before {

  content: "\f475"; }



.ion-ios-pause:before {

  content: "\f478"; }



.ion-ios-pause-outline:before {

  content: "\f477"; }



.ion-ios-paw:before {

  content: "\f47a"; }



.ion-ios-paw-outline:before {

  content: "\f479"; }



.ion-ios-people:before {

  content: "\f47c"; }



.ion-ios-people-outline:before {

  content: "\f47b"; }



.ion-ios-person:before {

  content: "\f47e"; }



.ion-ios-person-outline:before {

  content: "\f47d"; }



.ion-ios-personadd:before {

  content: "\f480"; }



.ion-ios-personadd-outline:before {

  content: "\f47f"; }



.ion-ios-photos:before {

  content: "\f482"; }



.ion-ios-photos-outline:before {

  content: "\f481"; }



.ion-ios-pie:before {

  content: "\f484"; }



.ion-ios-pie-outline:before {

  content: "\f483"; }



.ion-ios-pint:before {

  content: "\f486"; }



.ion-ios-pint-outline:before {

  content: "\f485"; }



.ion-ios-play:before {

  content: "\f488"; }



.ion-ios-play-outline:before {

  content: "\f487"; }



.ion-ios-plus:before {

  content: "\f48b"; }



.ion-ios-plus-empty:before {

  content: "\f489"; }



.ion-ios-plus-outline:before {

  content: "\f48a"; }



.ion-ios-pricetag:before {

  content: "\f48d"; }



.ion-ios-pricetag-outline:before {

  content: "\f48c"; }



.ion-ios-pricetags:before {

  content: "\f48f"; }



.ion-ios-pricetags-outline:before {

  content: "\f48e"; }



.ion-ios-printer:before {

  content: "\f491"; }



.ion-ios-printer-outline:before {

  content: "\f490"; }



.ion-ios-pulse:before {

  content: "\f493"; }



.ion-ios-pulse-strong:before {

  content: "\f492"; }



.ion-ios-rainy:before {

  content: "\f495"; }



.ion-ios-rainy-outline:before {

  content: "\f494"; }



.ion-ios-recording:before {

  content: "\f497"; }



.ion-ios-recording-outline:before {

  content: "\f496"; }



.ion-ios-redo:before {

  content: "\f499"; }



.ion-ios-redo-outline:before {

  content: "\f498"; }



.ion-ios-refresh:before {

  content: "\f49c"; }



.ion-ios-refresh-empty:before {

  content: "\f49a"; }



.ion-ios-refresh-outline:before {

  content: "\f49b"; }



.ion-ios-reload:before {

  content: "\f49d"; }



.ion-ios-reverse-camera:before {

  content: "\f49f"; }



.ion-ios-reverse-camera-outline:before {

  content: "\f49e"; }



.ion-ios-rewind:before {

  content: "\f4a1"; }



.ion-ios-rewind-outline:before {

  content: "\f4a0"; }



.ion-ios-rose:before {

  content: "\f4a3"; }



.ion-ios-rose-outline:before {

  content: "\f4a2"; }



.ion-ios-search:before {

  content: "\f4a5"; }



.ion-ios-search-strong:before {

  content: "\f4a4"; }



.ion-ios-settings:before {

  content: "\f4a7"; }



.ion-ios-settings-strong:before {

  content: "\f4a6"; }



.ion-ios-shuffle:before {

  content: "\f4a9"; }



.ion-ios-shuffle-strong:before {

  content: "\f4a8"; }



.ion-ios-skipbackward:before {

  content: "\f4ab"; }



.ion-ios-skipbackward-outline:before {

  content: "\f4aa"; }



.ion-ios-skipforward:before {

  content: "\f4ad"; }



.ion-ios-skipforward-outline:before {

  content: "\f4ac"; }



.ion-ios-snowy:before {

  content: "\f4ae"; }



.ion-ios-speedometer:before {

  content: "\f4b0"; }



.ion-ios-speedometer-outline:before {

  content: "\f4af"; }



.ion-ios-star:before {

  content: "\f4b3"; }



.ion-ios-star-half:before {

  content: "\f4b1"; }



.ion-ios-star-outline:before {

  content: "\f4b2"; }



.ion-ios-stopwatch:before {

  content: "\f4b5"; }



.ion-ios-stopwatch-outline:before {

  content: "\f4b4"; }



.ion-ios-sunny:before {

  content: "\f4b7"; }



.ion-ios-sunny-outline:before {

  content: "\f4b6"; }



.ion-ios-telephone:before {

  content: "\f4b9"; }



.ion-ios-telephone-outline:before {

  content: "\f4b8"; }



.ion-ios-tennisball:before {

  content: "\f4bb"; }



.ion-ios-tennisball-outline:before {

  content: "\f4ba"; }



.ion-ios-thunderstorm:before {

  content: "\f4bd"; }



.ion-ios-thunderstorm-outline:before {

  content: "\f4bc"; }



.ion-ios-time:before {

  content: "\f4bf"; }



.ion-ios-time-outline:before {

  content: "\f4be"; }



.ion-ios-timer:before {

  content: "\f4c1"; }



.ion-ios-timer-outline:before {

  content: "\f4c0"; }



.ion-ios-toggle:before {

  content: "\f4c3"; }



.ion-ios-toggle-outline:before {

  content: "\f4c2"; }



.ion-ios-trash:before {

  content: "\f4c5"; }



.ion-ios-trash-outline:before {

  content: "\f4c4"; }



.ion-ios-undo:before {

  content: "\f4c7"; }



.ion-ios-undo-outline:before {

  content: "\f4c6"; }



.ion-ios-unlocked:before {

  content: "\f4c9"; }



.ion-ios-unlocked-outline:before {

  content: "\f4c8"; }



.ion-ios-upload:before {

  content: "\f4cb"; }



.ion-ios-upload-outline:before {

  content: "\f4ca"; }



.ion-ios-videocam:before {

  content: "\f4cd"; }



.ion-ios-videocam-outline:before {

  content: "\f4cc"; }



.ion-ios-volume-high:before {

  content: "\f4ce"; }



.ion-ios-volume-low:before {

  content: "\f4cf"; }



.ion-ios-wineglass:before {

  content: "\f4d1"; }



.ion-ios-wineglass-outline:before {

  content: "\f4d0"; }



.ion-ios-world:before {

  content: "\f4d3"; }



.ion-ios-world-outline:before {

  content: "\f4d2"; }



.ion-ipad:before {

  content: "\f1f9"; }



.ion-iphone:before {

  content: "\f1fa"; }



.ion-ipod:before {

  content: "\f1fb"; }



.ion-jet:before {

  content: "\f295"; }



.ion-key:before {

  content: "\f296"; }



.ion-knife:before {

  content: "\f297"; }



.ion-laptop:before {

  content: "\f1fc"; }



.ion-leaf:before {

  content: "\f1fd"; }



.ion-levels:before {

  content: "\f298"; }



.ion-lightbulb:before {

  content: "\f299"; }



.ion-link:before {

  content: "\f1fe"; }



.ion-load-a:before {

  content: "\f29a"; }



.ion-load-b:before {

  content: "\f29b"; }



.ion-load-c:before {

  content: "\f29c"; }



.ion-load-d:before {

  content: "\f29d"; }



.ion-location:before {

  content: "\f1ff"; }



.ion-lock-combination:before {

  content: "\f4d4"; }



.ion-locked:before {

  content: "\f200"; }



.ion-log-in:before {

  content: "\f29e"; }



.ion-log-out:before {

  content: "\f29f"; }



.ion-loop:before {

  content: "\f201"; }



.ion-magnet:before {

  content: "\f2a0"; }



.ion-male:before {

  content: "\f2a1"; }



.ion-man:before {

  content: "\f202"; }



.ion-map:before {

  content: "\f203"; }



.ion-medkit:before {

  content: "\f2a2"; }



.ion-merge:before {

  content: "\f33f"; }



.ion-mic-a:before {

  content: "\f204"; }



.ion-mic-b:before {

  content: "\f205"; }



.ion-mic-c:before {

  content: "\f206"; }



.ion-minus:before {

  content: "\f209"; }



.ion-minus-circled:before {

  content: "\f207"; }



.ion-minus-round:before {

  content: "\f208"; }



.ion-model-s:before {

  content: "\f2c1"; }



.ion-monitor:before {

  content: "\f20a"; }



.ion-more:before {

  content: "\f20b"; }



.ion-mouse:before {

  content: "\f340"; }



.ion-music-note:before {

  content: "\f20c"; }



.ion-navicon:before {

  content: "\f20e"; }



.ion-navicon-round:before {

  content: "\f20d"; }



.ion-navigate:before {

  content: "\f2a3"; }



.ion-network:before {

  content: "\f341"; }



.ion-no-smoking:before {

  content: "\f2c2"; }



.ion-nuclear:before {

  content: "\f2a4"; }



.ion-outlet:before {

  content: "\f342"; }



.ion-paintbrush:before {

  content: "\f4d5"; }



.ion-paintbucket:before {

  content: "\f4d6"; }



.ion-paper-airplane:before {

  content: "\f2c3"; }



.ion-paperclip:before {

  content: "\f20f"; }



.ion-pause:before {

  content: "\f210"; }



.ion-person:before {

  content: "\f213"; }



.ion-person-add:before {

  content: "\f211"; }



.ion-person-stalker:before {

  content: "\f212"; }



.ion-pie-graph:before {

  content: "\f2a5"; }



.ion-pin:before {

  content: "\f2a6"; }



.ion-pinpoint:before {

  content: "\f2a7"; }



.ion-pizza:before {

  content: "\f2a8"; }



.ion-plane:before {

  content: "\f214"; }



.ion-planet:before {

  content: "\f343"; }



.ion-play:before {

  content: "\f215"; }



.ion-playstation:before {

  content: "\f30a"; }



.ion-plus:before {

  content: "\f218"; }



.ion-plus-circled:before {

  content: "\f216"; }



.ion-plus-round:before {

  content: "\f217"; }



.ion-podium:before {

  content: "\f344"; }



.ion-pound:before {

  content: "\f219"; }



.ion-power:before {

  content: "\f2a9"; }



.ion-pricetag:before {

  content: "\f2aa"; }



.ion-pricetags:before {

  content: "\f2ab"; }



.ion-printer:before {

  content: "\f21a"; }



.ion-pull-request:before {

  content: "\f345"; }



.ion-qr-scanner:before {

  content: "\f346"; }



.ion-quote:before {

  content: "\f347"; }



.ion-radio-waves:before {

  content: "\f2ac"; }



.ion-record:before {

  content: "\f21b"; }



.ion-refresh:before {

  content: "\f21c"; }



.ion-reply:before {

  content: "\f21e"; }



.ion-reply-all:before {

  content: "\f21d"; }



.ion-ribbon-a:before {

  content: "\f348"; }



.ion-ribbon-b:before {

  content: "\f349"; }



.ion-sad:before {

  content: "\f34a"; }



.ion-sad-outline:before {

  content: "\f4d7"; }



.ion-scissors:before {

  content: "\f34b"; }



.ion-search:before {

  content: "\f21f"; }



.ion-settings:before {

  content: "\f2ad"; }



.ion-share:before {

  content: "\f220"; }



.ion-shuffle:before {

  content: "\f221"; }



.ion-skip-backward:before {

  content: "\f222"; }



.ion-skip-forward:before {

  content: "\f223"; }



.ion-social-android:before {

  content: "\f225"; }



.ion-social-android-outline:before {

  content: "\f224"; }



.ion-social-angular:before {

  content: "\f4d9"; }



.ion-social-angular-outline:before {

  content: "\f4d8"; }



.ion-social-apple:before {

  content: "\f227"; }



.ion-social-apple-outline:before {

  content: "\f226"; }



.ion-social-bitcoin:before {

  content: "\f2af"; }



.ion-social-bitcoin-outline:before {

  content: "\f2ae"; }



.ion-social-buffer:before {

  content: "\f229"; }



.ion-social-buffer-outline:before {

  content: "\f228"; }



.ion-social-chrome:before {

  content: "\f4db"; }



.ion-social-chrome-outline:before {

  content: "\f4da"; }



.ion-social-codepen:before {

  content: "\f4dd"; }



.ion-social-codepen-outline:before {

  content: "\f4dc"; }



.ion-social-css3:before {

  content: "\f4df"; }



.ion-social-css3-outline:before {

  content: "\f4de"; }



.ion-social-designernews:before {

  content: "\f22b"; }



.ion-social-designernews-outline:before {

  content: "\f22a"; }



.ion-social-dribbble:before {

  content: "\f22d"; }



.ion-social-dribbble-outline:before {

  content: "\f22c"; }



.ion-social-dropbox:before {

  content: "\f22f"; }



.ion-social-dropbox-outline:before {

  content: "\f22e"; }



.ion-social-euro:before {

  content: "\f4e1"; }



.ion-social-euro-outline:before {

  content: "\f4e0"; }



.ion-social-facebook:before {

  content: "\f231"; }



.ion-social-facebook-outline:before {

  content: "\f230"; }



.ion-social-foursquare:before {

  content: "\f34d"; }



.ion-social-foursquare-outline:before {

  content: "\f34c"; }



.ion-social-freebsd-devil:before {

  content: "\f2c4"; }



.ion-social-github:before {

  content: "\f233"; }



.ion-social-github-outline:before {

  content: "\f232"; }



.ion-social-google:before {

  content: "\f34f"; }



.ion-social-google-outline:before {

  content: "\f34e"; }



.ion-social-googleplus:before {

  content: "\f235"; }



.ion-social-googleplus-outline:before {

  content: "\f234"; }



.ion-social-hackernews:before {

  content: "\f237"; }



.ion-social-hackernews-outline:before {

  content: "\f236"; }



.ion-social-html5:before {

  content: "\f4e3"; }



.ion-social-html5-outline:before {

  content: "\f4e2"; }



.ion-social-instagram:before {

  content: "\f351"; }



.ion-social-instagram-outline:before {

  content: "\f350"; }



.ion-social-javascript:before {

  content: "\f4e5"; }



.ion-social-javascript-outline:before {

  content: "\f4e4"; }



.ion-social-linkedin:before {

  content: "\f239"; }



.ion-social-linkedin-outline:before {

  content: "\f238"; }



.ion-social-markdown:before {

  content: "\f4e6"; }



.ion-social-nodejs:before {

  content: "\f4e7"; }



.ion-social-octocat:before {

  content: "\f4e8"; }



.ion-social-pinterest:before {

  content: "\f2b1"; }



.ion-social-pinterest-outline:before {

  content: "\f2b0"; }



.ion-social-python:before {

  content: "\f4e9"; }



.ion-social-reddit:before {

  content: "\f23b"; }



.ion-social-reddit-outline:before {

  content: "\f23a"; }



.ion-social-rss:before {

  content: "\f23d"; }



.ion-social-rss-outline:before {

  content: "\f23c"; }



.ion-social-sass:before {

  content: "\f4ea"; }



.ion-social-skype:before {

  content: "\f23f"; }



.ion-social-skype-outline:before {

  content: "\f23e"; }



.ion-social-snapchat:before {

  content: "\f4ec"; }



.ion-social-snapchat-outline:before {

  content: "\f4eb"; }



.ion-social-tumblr:before {

  content: "\f241"; }



.ion-social-tumblr-outline:before {

  content: "\f240"; }



.ion-social-tux:before {

  content: "\f2c5"; }



.ion-social-twitch:before {

  content: "\f4ee"; }



.ion-social-twitch-outline:before {

  content: "\f4ed"; }



.ion-social-twitter:before {

  content: "\f243"; }



.ion-social-twitter-outline:before {

  content: "\f242"; }



.ion-social-usd:before {

  content: "\f353"; }



.ion-social-usd-outline:before {

  content: "\f352"; }



.ion-social-vimeo:before {

  content: "\f245"; }



.ion-social-vimeo-outline:before {

  content: "\f244"; }



.ion-social-whatsapp:before {

  content: "\f4f0"; }



.ion-social-whatsapp-outline:before {

  content: "\f4ef"; }



.ion-social-windows:before {

  content: "\f247"; }



.ion-social-windows-outline:before {

  content: "\f246"; }



.ion-social-wordpress:before {

  content: "\f249"; }



.ion-social-wordpress-outline:before {

  content: "\f248"; }



.ion-social-yahoo:before {

  content: "\f24b"; }



.ion-social-yahoo-outline:before {

  content: "\f24a"; }



.ion-social-yen:before {

  content: "\f4f2"; }



.ion-social-yen-outline:before {

  content: "\f4f1"; }



.ion-social-youtube:before {

  content: "\f24d"; }



.ion-social-youtube-outline:before {

  content: "\f24c"; }



.ion-soup-can:before {

  content: "\f4f4"; }



.ion-soup-can-outline:before {

  content: "\f4f3"; }



.ion-speakerphone:before {

  content: "\f2b2"; }



.ion-speedometer:before {

  content: "\f2b3"; }



.ion-spoon:before {

  content: "\f2b4"; }



.ion-star:before {

  content: "\f24e"; }



.ion-stats-bars:before {

  content: "\f2b5"; }



.ion-steam:before {

  content: "\f30b"; }



.ion-stop:before {

  content: "\f24f"; }



.ion-thermometer:before {

  content: "\f2b6"; }



.ion-thumbsdown:before {

  content: "\f250"; }



.ion-thumbsup:before {

  content: "\f251"; }



.ion-toggle:before {

  content: "\f355"; }



.ion-toggle-filled:before {

  content: "\f354"; }



.ion-transgender:before {

  content: "\f4f5"; }



.ion-trash-a:before {

  content: "\f252"; }



.ion-trash-b:before {

  content: "\f253"; }



.ion-trophy:before {

  content: "\f356"; }



.ion-tshirt:before {

  content: "\f4f7"; }



.ion-tshirt-outline:before {

  content: "\f4f6"; }



.ion-umbrella:before {

  content: "\f2b7"; }



.ion-university:before {

  content: "\f357"; }



.ion-unlocked:before {

  content: "\f254"; }



.ion-upload:before {

  content: "\f255"; }



.ion-usb:before {

  content: "\f2b8"; }



.ion-videocamera:before {

  content: "\f256"; }



.ion-volume-high:before {

  content: "\f257"; }



.ion-volume-low:before {

  content: "\f258"; }



.ion-volume-medium:before {

  content: "\f259"; }



.ion-volume-mute:before {

  content: "\f25a"; }



.ion-wand:before {

  content: "\f358"; }



.ion-waterdrop:before {

  content: "\f25b"; }



.ion-wifi:before {

  content: "\f25c"; }



.ion-wineglass:before {

  content: "\f2b9"; }



.ion-woman:before {

  content: "\f25d"; }



.ion-wrench:before {

  content: "\f2ba"; }



.ion-xbox:before {

  content: "\f30c"; }



@font-face {

  font-family: 'plaza-icon';

  src: url("../css/webfonts/plaza-icon.eot?leeyft");

  src: url("../css/webfonts/plaza-icon.eot?leeyft#iefix") format("embedded-opentype"), url("../css/webfonts/plaza-icon.ttf?leeyft") format("truetype"), url("../css/webfonts/plaza-icon.woff?leeyft") format("woff"), url("../css/webfonts/plaza-icon.svg?leeyft#plaza-icon") format("svg");

  font-weight: normal;

  font-style: normal; }



[class^="icon-"], [class*=" icon-"] {

  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: 'plaza-icon';

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale; }



.icon-activity:before {

  content: "\e900"; }



.icon-airplay:before {

  content: "\e901"; }



.icon-alert-circle:before {

  content: "\e902"; }



.icon-alert-octagon:before {

  content: "\e903"; }



.icon-alert-triangle:before {

  content: "\e904"; }



.icon-align-center:before {

  content: "\e905"; }



.icon-align-justify:before {

  content: "\e906"; }



.icon-align-left:before {

  content: "\e907"; }



.icon-align-right:before {

  content: "\e908"; }



.icon-anchor:before {

  content: "\e909"; }



.icon-aperture:before {

  content: "\e90a"; }



.icon-archive:before {

  content: "\e90b"; }



.icon-arrow-down:before {

  content: "\e90c"; }



.icon-arrow-down-circle:before {

  content: "\e90d"; }



.icon-arrow-down-left:before {

  content: "\e90e"; }



.icon-arrow-down-right:before {

  content: "\e90f"; }



.icon-arrow-left:before {

  content: "\e910"; }



.icon-arrow-left-circle:before {

  content: "\e911"; }



.icon-arrow-right:before {

  content: "\e912"; }



.icon-arrow-right-circle:before {

  content: "\e913"; }



.icon-arrow-up:before {

  content: "\e914"; }



.icon-arrow-up-circle:before {

  content: "\e915"; }



.icon-arrow-up-left:before {

  content: "\e916"; }



.icon-arrow-up-right:before {

  content: "\e917"; }



.icon-at-sign:before {

  content: "\e918"; }



.icon-award:before {

  content: "\e919"; }



.icon-bar-chart:before {

  content: "\e91a"; }



.icon-bar-chart-2:before {

  content: "\e91b"; }



.icon-battery:before {

  content: "\e91c"; }



.icon-battery-charging:before {

  content: "\e91d"; }



.icon-bell:before {

  content: "\e91e"; }



.icon-bell-off:before {

  content: "\e91f"; }



.icon-bluetooth:before {

  content: "\e920"; }



.icon-bold:before {

  content: "\e921"; }



.icon-book:before {

  content: "\e922"; }



.icon-book-open:before {

  content: "\e923"; }



.icon-bookmark:before {

  content: "\e924"; }



.icon-box:before {

  content: "\e925"; }



.icon-briefcase:before {

  content: "\e926"; }



.icon-calendar:before {

  content: "\e927"; }



.icon-camera:before {

  content: "\e928"; }



.icon-camera-off:before {

  content: "\e929"; }



.icon-cast:before {

  content: "\e92a"; }



.icon-check:before {

  content: "\e92b"; }



.icon-check-circle:before {

  content: "\e92c"; }



.icon-check-square:before {

  content: "\e92d"; }



.icon-chevron-down:before {

  content: "\e92e"; }



.icon-chevron-left:before {

  content: "\e92f"; }



.icon-chevron-right:before {

  content: "\e930"; }



.icon-chevron-up:before {

  content: "\e931"; }



.icon-chevrons-down:before {

  content: "\e932"; }



.icon-chevrons-left:before {

  content: "\e933"; }



.icon-chevrons-right:before {

  content: "\e934"; }



.icon-chevrons-up:before {

  content: "\e935"; }



.icon-chrome:before {

  content: "\e936"; }



.icon-circle:before {

  content: "\e937"; }



.icon-clipboard:before {

  content: "\e938"; }



.icon-clock:before {

  content: "\e939"; }



.icon-cloud:before {

  content: "\e93a"; }



.icon-cloud-drizzle:before {

  content: "\e93b"; }



.icon-cloud-lightning:before {

  content: "\e93c"; }



.icon-cloud-off:before {

  content: "\e93d"; }



.icon-cloud-rain:before {

  content: "\e93e"; }



.icon-cloud-snow:before {

  content: "\e93f"; }



.icon-code:before {

  content: "\e940"; }



.icon-codepen:before {

  content: "\e941"; }



.icon-command:before {

  content: "\e942"; }



.icon-compass:before {

  content: "\e943"; }



.icon-copy:before {

  content: "\e944"; }



.icon-corner-down-left:before {

  content: "\e945"; }



.icon-corner-down-right:before {

  content: "\e946"; }



.icon-corner-left-down:before {

  content: "\e947"; }



.icon-corner-left-up:before {

  content: "\e948"; }



.icon-corner-right-down:before {

  content: "\e949"; }



.icon-corner-right-up:before {

  content: "\e94a"; }



.icon-corner-up-left:before {

  content: "\e94b"; }



.icon-corner-up-right:before {

  content: "\e94c"; }



.icon-cpu:before {

  content: "\e94d"; }



.icon-credit-card:before {

  content: "\e94e"; }



.icon-crop:before {

  content: "\e94f"; }



.icon-crosshair:before {

  content: "\e950"; }



.icon-database:before {

  content: "\e951"; }



.icon-delete:before {

  content: "\e952"; }



.icon-disc:before {

  content: "\e953"; }



.icon-dollar-sign:before {

  content: "\e954"; }



.icon-download:before {

  content: "\e955"; }



.icon-download-cloud:before {

  content: "\e956"; }



.icon-droplet:before {

  content: "\e957"; }



.icon-edit:before {

  content: "\e958"; }



.icon-edit-2:before {

  content: "\e959"; }



.icon-edit-3:before {

  content: "\e95a"; }



.icon-external-link:before {

  content: "\e95b"; }



.icon-eye:before {

  content: "\e95c"; }



.icon-eye-off:before {

  content: "\e95d"; }



.icon-facebook:before {

  content: "\e95e"; }



.icon-fast-forward:before {

  content: "\e95f"; }



.icon-feather:before {

  content: "\e960"; }



.icon-file:before {

  content: "\e961"; }



.icon-file-minus:before {

  content: "\e962"; }



.icon-file-plus:before {

  content: "\e963"; }



.icon-file-text:before {

  content: "\e964"; }



.icon-film:before {

  content: "\e965"; }



.icon-filter:before {

  content: "\e966"; }



.icon-flag:before {

  content: "\e967"; }



.icon-folder:before {

  content: "\e968"; }



.icon-folder-minus:before {

  content: "\e969"; }



.icon-folder-plus:before {

  content: "\e96a"; }



.icon-gift:before {

  content: "\e96b"; }



.icon-git-branch:before {

  content: "\e96c"; }



.icon-git-commit:before {

  content: "\e96d"; }



.icon-git-merge:before {

  content: "\e96e"; }



.icon-git-pull-request:before {

  content: "\e96f"; }



.icon-github:before {

  content: "\e970"; }



.icon-gitlab:before {

  content: "\e971"; }



.icon-globe:before {

  content: "\e972"; }



.icon-grid:before {

  content: "\e973"; }



.icon-hard-drive:before {

  content: "\e974"; }



.icon-hash:before {

  content: "\e975"; }



.icon-headphones:before {

  content: "\e976"; }



.icon-heart:before {

  content: "\e977"; }



.icon-help-circle:before {

  content: "\e978"; }



.icon-home:before {

  content: "\e979"; }



.icon-image:before {

  content: "\e97a"; }



.icon-inbox:before {

  content: "\e97b"; }



.icon-info:before {

  content: "\e97c"; }



.icon-instagram:before {

  content: "\e97d"; }



.icon-italic:before {

  content: "\e97e"; }



.icon-layers:before {

  content: "\e97f"; }



.icon-layout:before {

  content: "\e980"; }



.icon-life-buoy:before {

  content: "\e981"; }



.icon-link:before {

  content: "\e982"; }



.icon-link-2:before {

  content: "\e983"; }



.icon-linkedin:before {

  content: "\e984"; }



.icon-list:before {

  content: "\e985"; }



.icon-loader:before {

  content: "\e986"; }



.icon-lock:before {

  content: "\e987"; }



.icon-log-in:before {

  content: "\e988"; }



.icon-log-out:before {

  content: "\e989"; }



.icon-mail:before {

  content: "\e98a"; }



.icon-map:before {

  content: "\e98b"; }



.icon-map-pin:before {

  content: "\e98c"; }



.icon-maximize:before {

  content: "\e98d"; }



.icon-maximize-2:before {

  content: "\e98e"; }



.icon-menu:before {

  content: "\e98f"; }



.icon-message-circle:before {

  content: "\e990"; }



.icon-message-square:before {

  content: "\e991"; }



.icon-mic:before {

  content: "\e992"; }



.icon-mic-off:before {

  content: "\e993"; }



.icon-minimize:before {

  content: "\e994"; }



.icon-minimize-2:before {

  content: "\e995"; }



.icon-minus:before {

  content: "\e996"; }



.icon-minus-circle:before {

  content: "\e997"; }



.icon-minus-square:before {

  content: "\e998"; }



.icon-monitor:before {

  content: "\e999"; }



.icon-moon:before {

  content: "\e99a"; }



.icon-more-horizontal:before {

  content: "\e99b"; }



.icon-more-vertical:before {

  content: "\e99c"; }



.icon-move:before {

  content: "\e99d"; }



.icon-music:before {

  content: "\e99e"; }



.icon-navigation:before {

  content: "\e99f"; }



.icon-navigation-2:before {

  content: "\e9a0"; }



.icon-octagon:before {

  content: "\e9a1"; }



.icon-package:before {

  content: "\e9a2"; }



.icon-paperclip:before {

  content: "\e9a3"; }



.icon-pause:before {

  content: "\e9a4"; }



.icon-pause-circle:before {

  content: "\e9a5"; }



.icon-percent:before {

  content: "\e9a6"; }



.icon-phone:before {

  content: "\e9a7"; }



.icon-phone-call:before {

  content: "\e9a8"; }



.icon-phone-forwarded:before {

  content: "\e9a9"; }



.icon-phone-incoming:before {

  content: "\e9aa"; }



.icon-phone-missed:before {

  content: "\e9ab"; }



.icon-phone-off:before {

  content: "\e9ac"; }



.icon-phone-outgoing:before {

  content: "\e9ad"; }



.icon-pie-chart:before {

  content: "\e9ae"; }



.icon-play:before {

  content: "\e9af"; }



.icon-play-circle:before {

  content: "\e9b0"; }



.icon-plus:before {

  content: "\e9b1"; }



.icon-plus-circle:before {

  content: "\e9b2"; }



.icon-plus-square:before {

  content: "\e9b3"; }



.icon-pocket:before {

  content: "\e9b4"; }



.icon-power:before {

  content: "\e9b5"; }



.icon-printer:before {

  content: "\e9b6"; }



.icon-radio:before {

  content: "\e9b7"; }



.icon-refresh-ccw:before {

  content: "\e9b8"; }



.icon-refresh-cw:before {

  content: "\e9b9"; }



.icon-repeat:before {

  content: "\e9ba"; }



.icon-rewind:before {

  content: "\e9bb"; }



.icon-rotate-ccw:before {

  content: "\e9bc"; }



.icon-rotate-cw:before {

  content: "\e9bd"; }



.icon-rss:before {

  content: "\e9be"; }



.icon-save:before {

  content: "\e9bf"; }



.icon-scissors:before {

  content: "\e9c0"; }



.icon-search:before {

  content: "\e9c1"; }



.icon-send:before {

  content: "\e9c2"; }



.icon-server:before {

  content: "\e9c3"; }



.icon-settings:before {

  content: "\e9c4"; }



.icon-share:before {

  content: "\e9c5"; }



.icon-share-2:before {

  content: "\e9c6"; }



.icon-shield:before {

  content: "\e9c7"; }



.icon-shield-off:before {

  content: "\e9c8"; }



.icon-shopping-bag:before {

  content: "\e9c9"; }



.icon-shopping-cart:before {

  content: "\e9ca"; }



.icon-shuffle:before {

  content: "\e9cb"; }



.icon-sidebar:before {

  content: "\e9cc"; }



.icon-skip-back:before {

  content: "\e9cd"; }



.icon-skip-forward:before {

  content: "\e9ce"; }



.icon-slack:before {

  content: "\e9cf"; }



.icon-slash:before {

  content: "\e9d0"; }



.icon-sliders:before {

  content: "\e9d1"; }



.icon-smartphone:before {

  content: "\e9d2"; }



.icon-speaker:before {

  content: "\e9d3"; }



.icon-square:before {

  content: "\e9d4"; }



.icon-star:before {

  content: "\e9d5"; }



.icon-stop-circle:before {

  content: "\e9d6"; }



.icon-sun:before {

  content: "\e9d7"; }



.icon-sunrise:before {

  content: "\e9d8"; }



.icon-sunset:before {

  content: "\e9d9"; }



.icon-tablet:before {

  content: "\e9da"; }



.icon-tag:before {

  content: "\e9db"; }



.icon-target:before {

  content: "\e9dc"; }



.icon-terminal:before {

  content: "\e9dd"; }



.icon-thermometer:before {

  content: "\e9de"; }



.icon-thumbs-down:before {

  content: "\e9df"; }



.icon-thumbs-up:before {

  content: "\e9e0"; }



.icon-toggle-left:before {

  content: "\e9e1"; }



.icon-toggle-right:before {

  content: "\e9e2"; }



.icon-trash:before {

  content: "\e9e3"; }



.icon-trash-2:before {

  content: "\e9e4"; }



.icon-trending-down:before {

  content: "\e9e5"; }



.icon-trending-up:before {

  content: "\e9e6"; }



.icon-triangle:before {

  content: "\e9e7"; }



.icon-truck:before {

  content: "\e9e8"; }



.icon-tv:before {

  content: "\e9e9"; }



.icon-twitter:before {

  content: "\e9ea"; }



.icon-type:before {

  content: "\e9eb"; }



.icon-umbrella:before {

  content: "\e9ec"; }



.icon-underline:before {

  content: "\e9ed"; }



.icon-unlock:before {

  content: "\e9ee"; }



.icon-upload:before {

  content: "\e9ef"; }



.icon-upload-cloud:before {

  content: "\e9f0"; }



.icon-user:before {

  content: "\e9f1"; }



.icon-user-check:before {

  content: "\e9f2"; }



.icon-user-minus:before {

  content: "\e9f3"; }



.icon-user-plus:before {

  content: "\e9f4"; }



.icon-user-x:before {

  content: "\e9f5"; }



.icon-users:before {

  content: "\e9f6"; }



.icon-video:before {

  content: "\e9f7"; }



.icon-video-off:before {

  content: "\e9f8"; }



.icon-voicemail:before {

  content: "\e9f9"; }



.icon-volume:before {

  content: "\e9fa"; }



.icon-volume-1:before {

  content: "\e9fb"; }



.icon-volume-2:before {

  content: "\e9fc"; }



.icon-volume-x:before {

  content: "\e9fd"; }



.icon-watch:before {

  content: "\e9fe"; }



.icon-wifi:before {

  content: "\e9ff"; }



.icon-wifi-off:before {

  content: "\ea00"; }



.icon-wind:before {

  content: "\ea01"; }



.icon-x:before {

  content: "\ea02"; }



.icon-x-circle:before {

  content: "\ea03"; }



.icon-x-square:before {

  content: "\ea04"; }



.icon-youtube:before {

  content: "\ea05"; }



.icon-zap:before {

  content: "\ea06"; }



.icon-zap-off:before {

  content: "\ea07"; }



.icon-zoom-in:before {

  content: "\ea08"; }



.icon-zoom-out:before {

  content: "\ea09"; }



.icon-add-to-list:before {

  content: "\ea0a"; }



.icon-classic-computer:before {

  content: "\ea0b"; }



.icon-controller-fast-backward:before {

  content: "\ea0c"; }



.icon-creative-commons-attribution:before {

  content: "\ea0d"; }



.icon-creative-commons-noderivs:before {

  content: "\ea0e"; }



.icon-creative-commons-noncommercial-eu:before {

  content: "\ea0f"; }



.icon-creative-commons-noncommercial-us:before {

  content: "\ea10"; }



.icon-creative-commons-public-domain:before {

  content: "\ea11"; }



.icon-creative-commons-remix:before {

  content: "\ea12"; }



.icon-creative-commons-share:before {

  content: "\ea13"; }



.icon-creative-commons-sharealike:before {

  content: "\ea14"; }



.icon-creative-commons:before {

  content: "\ea15"; }



.icon-document-landscape:before {

  content: "\ea16"; }



.icon-remove-user:before {

  content: "\ea17"; }



.icon-warning:before {

  content: "\ea18"; }



.icon-arrow-bold-down:before {

  content: "\ea19"; }



.icon-arrow-bold-left:before {

  content: "\ea1a"; }



.icon-arrow-bold-right:before {

  content: "\ea1b"; }



.icon-arrow-bold-up:before {

  content: "\ea1c"; }



.icon-arrow-down2:before {

  content: "\ea1d"; }



.icon-arrow-left2:before {

  content: "\ea1e"; }



.icon-arrow-long-down:before {

  content: "\ea1f"; }



.icon-arrow-long-left:before {

  content: "\ea20"; }



.icon-arrow-long-right:before {

  content: "\ea21"; }



.icon-arrow-long-up:before {

  content: "\ea22"; }



.icon-arrow-right2:before {

  content: "\ea23"; }



.icon-arrow-up2:before {

  content: "\ea24"; }



.icon-arrow-with-circle-down:before {

  content: "\ea25"; }



.icon-arrow-with-circle-left:before {

  content: "\ea26"; }



.icon-arrow-with-circle-right:before {

  content: "\ea27"; }



.icon-arrow-with-circle-up:before {

  content: "\ea28"; }



.icon-bookmark2:before {

  content: "\ea29"; }



.icon-bookmarks:before {

  content: "\ea2a"; }



.icon-chevron-down2:before {

  content: "\ea2b"; }



.icon-chevron-left2:before {

  content: "\ea2c"; }



.icon-chevron-right2:before {

  content: "\ea2d"; }



.icon-chevron-small-down:before {

  content: "\ea2e"; }



.icon-chevron-small-left:before {

  content: "\ea2f"; }



.icon-chevron-small-right:before {

  content: "\ea30"; }



.icon-chevron-small-up:before {

  content: "\ea31"; }



.icon-chevron-thin-down:before {

  content: "\ea32"; }



.icon-chevron-thin-left:before {

  content: "\ea33"; }



.icon-chevron-thin-right:before {

  content: "\ea34"; }



.icon-chevron-thin-up:before {

  content: "\ea35"; }



.icon-chevron-up2:before {

  content: "\ea36"; }



.icon-chevron-with-circle-down:before {

  content: "\ea37"; }



.icon-chevron-with-circle-left:before {

  content: "\ea38"; }



.icon-chevron-with-circle-right:before {

  content: "\ea39"; }



.icon-chevron-with-circle-up:before {

  content: "\ea3a"; }



.icon-cloud2:before {

  content: "\ea3b"; }



.icon-controller-fast-forward:before {

  content: "\ea3c"; }



.icon-controller-jump-to-start:before {

  content: "\ea3d"; }



.icon-controller-next:before {

  content: "\ea3e"; }



.icon-controller-paus:before {

  content: "\ea3f"; }



.icon-controller-play:before {

  content: "\ea40"; }



.icon-controller-record:before {

  content: "\ea41"; }



.icon-controller-stop:before {

  content: "\ea42"; }



.icon-controller-volume:before {

  content: "\ea43"; }



.icon-dot-single:before {

  content: "\ea44"; }



.icon-dots-three-horizontal:before {

  content: "\ea45"; }



.icon-dots-three-vertical:before {

  content: "\ea46"; }



.icon-dots-two-horizontal:before {

  content: "\ea47"; }



.icon-dots-two-vertical:before {

  content: "\ea48"; }



.icon-download2:before {

  content: "\ea49"; }



.icon-emoji-flirt:before {

  content: "\ea4a"; }



.icon-flow-branch:before {

  content: "\ea4b"; }



.icon-flow-cascade:before {

  content: "\ea4c"; }



.icon-flow-line:before {

  content: "\ea4d"; }



.icon-flow-parallel:before {

  content: "\ea4e"; }



.icon-flow-tree:before {

  content: "\ea4f"; }



.icon-install:before {

  content: "\ea50"; }



.icon-layers2:before {

  content: "\ea51"; }



.icon-open-book:before {

  content: "\ea52"; }



.icon-resize-100:before {

  content: "\ea53"; }



.icon-resize-full-screen:before {

  content: "\ea54"; }



.icon-save2:before {

  content: "\ea55"; }



.icon-select-arrows:before {

  content: "\ea56"; }



.icon-sound-mute:before {

  content: "\ea57"; }



.icon-sound:before {

  content: "\ea58"; }



.icon-trash2:before {

  content: "\ea59"; }



.icon-triangle-down:before {

  content: "\ea5a"; }



.icon-triangle-left:before {

  content: "\ea5b"; }



.icon-triangle-right:before {

  content: "\ea5c"; }



.icon-triangle-up:before {

  content: "\ea5d"; }



.icon-uninstall:before {

  content: "\ea5e"; }



.icon-upload-to-cloud:before {

  content: "\ea5f"; }



.icon-upload2:before {

  content: "\ea60"; }



.icon-add-user:before {

  content: "\ea61"; }



.icon-address:before {

  content: "\ea62"; }



.icon-adjust:before {

  content: "\ea63"; }



.icon-air:before {

  content: "\ea64"; }



.icon-aircraft-landing:before {

  content: "\ea65"; }



.icon-aircraft-take-off:before {

  content: "\ea66"; }



.icon-aircraft:before {

  content: "\ea67"; }



.icon-align-bottom:before {

  content: "\ea68"; }



.icon-align-horizontal-middle:before {

  content: "\ea69"; }



.icon-align-left2:before {

  content: "\ea6a"; }



.icon-align-right2:before {

  content: "\ea6b"; }



.icon-align-top:before {

  content: "\ea6c"; }



.icon-align-vertical-middle:before {

  content: "\ea6d"; }



.icon-archive2:before {

  content: "\ea6e"; }



.icon-area-graph:before {

  content: "\ea6f"; }



.icon-attachment:before {

  content: "\ea70"; }



.icon-awareness-ribbon:before {

  content: "\ea71"; }



.icon-back-in-time:before {

  content: "\ea72"; }



.icon-back:before {

  content: "\ea73"; }



.icon-bar-graph:before {

  content: "\ea74"; }



.icon-battery2:before {

  content: "\ea75"; }



.icon-beamed-note:before {

  content: "\ea76"; }



.icon-bell2:before {

  content: "\ea77"; }



.icon-blackboard:before {

  content: "\ea78"; }



.icon-block:before {

  content: "\ea79"; }



.icon-book2:before {

  content: "\ea7a"; }



.icon-bowl:before {

  content: "\ea7b"; }



.icon-box2:before {

  content: "\ea7c"; }



.icon-briefcase2:before {

  content: "\ea7d"; }



.icon-browser:before {

  content: "\ea7e"; }



.icon-brush:before {

  content: "\ea7f"; }



.icon-bucket:before {

  content: "\ea80"; }



.icon-cake:before {

  content: "\ea81"; }



.icon-calculator:before {

  content: "\ea82"; }



.icon-calendar2:before {

  content: "\ea83"; }



.icon-camera2:before {

  content: "\ea84"; }



.icon-ccw:before {

  content: "\ea85"; }



.icon-chat:before {

  content: "\ea86"; }



.icon-check2:before {

  content: "\ea87"; }



.icon-circle-with-cross:before {

  content: "\ea88"; }



.icon-circle-with-minus:before {

  content: "\ea89"; }



.icon-circle-with-plus:before {

  content: "\ea8a"; }



.icon-circle2:before {

  content: "\ea8b"; }



.icon-circular-graph:before {

  content: "\ea8c"; }



.icon-clapperboard:before {

  content: "\ea8d"; }



.icon-clipboard2:before {

  content: "\ea8e"; }



.icon-clock2:before {

  content: "\ea8f"; }



.icon-code2:before {

  content: "\ea90"; }



.icon-cog:before {

  content: "\ea91"; }



.icon-colours:before {

  content: "\ea92"; }



.icon-compass2:before {

  content: "\ea93"; }



.icon-copy2:before {

  content: "\ea94"; }



.icon-credit-card2:before {

  content: "\ea95"; }



.icon-credit:before {

  content: "\ea96"; }



.icon-cross:before {

  content: "\ea97"; }



.icon-cup:before {

  content: "\ea98"; }



.icon-cw:before {

  content: "\ea99"; }



.icon-cycle:before {

  content: "\ea9a"; }



.icon-database2:before {

  content: "\ea9b"; }



.icon-dial-pad:before {

  content: "\ea9c"; }



.icon-direction:before {

  content: "\ea9d"; }



.icon-document:before {

  content: "\ea9e"; }



.icon-documents:before {

  content: "\ea9f"; }



.icon-drink:before {

  content: "\eaa0"; }



.icon-drive:before {

  content: "\eaa1"; }



.icon-drop:before {

  content: "\eaa2"; }



.icon-edit2:before {

  content: "\eaa3"; }



.icon-email:before {

  content: "\eaa4"; }



.icon-emoji-happy:before {

  content: "\eaa5"; }



.icon-emoji-neutral:before {

  content: "\eaa6"; }



.icon-emoji-sad:before {

  content: "\eaa7"; }



.icon-erase:before {

  content: "\eaa8"; }



.icon-eraser:before {

  content: "\eaa9"; }



.icon-export:before {

  content: "\eaaa"; }



.icon-eye2:before {

  content: "\eaab"; }



.icon-feather2:before {

  content: "\eaac"; }



.icon-flag2:before {

  content: "\eaad"; }



.icon-flash:before {

  content: "\eaae"; }



.icon-flashlight:before {

  content: "\eaaf"; }



.icon-flat-brush:before {

  content: "\eab0"; }



.icon-folder-images:before {

  content: "\eab1"; }



.icon-folder-music:before {

  content: "\eab2"; }



.icon-folder-video:before {

  content: "\eab3"; }



.icon-folder2:before {

  content: "\eab4"; }



.icon-forward:before {

  content: "\eab5"; }



.icon-funnel:before {

  content: "\eab6"; }



.icon-game-controller:before {

  content: "\eab7"; }



.icon-gauge:before {

  content: "\eab8"; }



.icon-globe2:before {

  content: "\eab9"; }



.icon-graduation-cap:before {

  content: "\eaba"; }



.icon-grid2:before {

  content: "\eabb"; }



.icon-hair-cross:before {

  content: "\eabc"; }



.icon-hand:before {

  content: "\eabd"; }



.icon-heart-outlined:before {

  content: "\eabe"; }



.icon-heart2:before {

  content: "\eabf"; }



.icon-help-with-circle:before {

  content: "\eac0"; }



.icon-help:before {

  content: "\eac1"; }



.icon-home2:before {

  content: "\eac2"; }



.icon-hour-glass:before {

  content: "\eac3"; }



.icon-image-inverted:before {

  content: "\eac4"; }



.icon-image2:before {

  content: "\eac5"; }



.icon-images:before {

  content: "\eac6"; }



.icon-inbox2:before {

  content: "\eac7"; }



.icon-infinity:before {

  content: "\eac8"; }



.icon-info-with-circle:before {

  content: "\eac9"; }



.icon-info2:before {

  content: "\eaca"; }



.icon-key:before {

  content: "\eacb"; }



.icon-keyboard:before {

  content: "\eacc"; }



.icon-lab-flask:before {

  content: "\eacd"; }



.icon-landline:before {

  content: "\eace"; }



.icon-language:before {

  content: "\eacf"; }



.icon-laptop:before {

  content: "\ead0"; }



.icon-leaf:before {

  content: "\ead1"; }



.icon-level-down:before {

  content: "\ead2"; }



.icon-level-up:before {

  content: "\ead3"; }



.icon-lifebuoy:before {

  content: "\ead4"; }



.icon-light-bulb:before {

  content: "\ead5"; }



.icon-light-down:before {

  content: "\ead6"; }



.icon-light-up:before {

  content: "\ead7"; }



.icon-line-graph:before {

  content: "\ead8"; }



.icon-link2:before {

  content: "\ead9"; }



.icon-list2:before {

  content: "\eada"; }



.icon-location-pin:before {

  content: "\eadb"; }



.icon-location:before {

  content: "\eadc"; }



.icon-lock-open:before {

  content: "\eadd"; }



.icon-lock2:before {

  content: "\eade"; }



.icon-log-out2:before {

  content: "\eadf"; }



.icon-login:before {

  content: "\eae0"; }



.icon-loop:before {

  content: "\eae1"; }



.icon-magnet:before {

  content: "\eae2"; }



.icon-magnifying-glass:before {

  content: "\eae3"; }



.icon-mail2:before {

  content: "\eae4"; }



.icon-man:before {

  content: "\eae5"; }



.icon-map2:before {

  content: "\eae6"; }



.icon-mask:before {

  content: "\eae7"; }



.icon-medal:before {

  content: "\eae8"; }



.icon-megaphone:before {

  content: "\eae9"; }



.icon-menu2:before {

  content: "\eaea"; }



.icon-message:before {

  content: "\eaeb"; }



.icon-mic2:before {

  content: "\eaec"; }



.icon-minus2:before {

  content: "\eaed"; }



.icon-mobile:before {

  content: "\eaee"; }



.icon-modern-mic:before {

  content: "\eaef"; }



.icon-moon2:before {

  content: "\eaf0"; }



.icon-mouse:before {

  content: "\eaf1"; }



.icon-music2:before {

  content: "\eaf2"; }



.icon-network:before {

  content: "\eaf3"; }



.icon-new-message:before {

  content: "\eaf4"; }



.icon-new:before {

  content: "\eaf5"; }



.icon-news:before {

  content: "\eaf6"; }



.icon-note:before {

  content: "\eaf7"; }



.icon-notification:before {

  content: "\eaf8"; }



.icon-old-mobile:before {

  content: "\eaf9"; }



.icon-old-phone:before {

  content: "\eafa"; }



.icon-palette:before {

  content: "\eafb"; }



.icon-paper-plane:before {

  content: "\eafc"; }



.icon-pencil:before {

  content: "\eafd"; }



.icon-phone2:before {

  content: "\eafe"; }



.icon-pie-chart2:before {

  content: "\eaff"; }



.icon-pin:before {

  content: "\eb00"; }



.icon-plus2:before {

  content: "\eb01"; }



.icon-popup:before {

  content: "\eb02"; }



.icon-power-plug:before {

  content: "\eb03"; }



.icon-price-ribbon:before {

  content: "\eb04"; }



.icon-price-tag:before {

  content: "\eb05"; }



.icon-print:before {

  content: "\eb06"; }



.icon-progress-empty:before {

  content: "\eb07"; }



.icon-progress-full:before {

  content: "\eb08"; }



.icon-progress-one:before {

  content: "\eb09"; }



.icon-progress-two:before {

  content: "\eb0a"; }



.icon-publish:before {

  content: "\eb0b"; }



.icon-quote:before {

  content: "\eb0c"; }



.icon-radio2:before {

  content: "\eb0d"; }



.icon-reply-all:before {

  content: "\eb0e"; }



.icon-reply:before {

  content: "\eb0f"; }



.icon-retweet:before {

  content: "\eb10"; }



.icon-rocket:before {

  content: "\eb11"; }



.icon-round-brush:before {

  content: "\eb12"; }



.icon-rss2:before {

  content: "\eb13"; }



.icon-ruler:before {

  content: "\eb14"; }



.icon-scissors2:before {

  content: "\eb15"; }



.icon-share-alternitive:before {

  content: "\eb16"; }



.icon-share2:before {

  content: "\eb17"; }



.icon-shareable:before {

  content: "\eb18"; }



.icon-shield2:before {

  content: "\eb19"; }



.icon-shop:before {

  content: "\eb1a"; }



.icon-shopping-bag2:before {

  content: "\eb1b"; }



.icon-shopping-basket:before {

  content: "\eb1c"; }



.icon-shopping-cart2:before {

  content: "\eb1d"; }



.icon-shuffle2:before {

  content: "\eb1e"; }



.icon-signal:before {

  content: "\eb1f"; }



.icon-sound-mix:before {

  content: "\eb20"; }



.icon-sports-club:before {

  content: "\eb21"; }



.icon-spreadsheet:before {

  content: "\eb22"; }



.icon-squared-cross:before {

  content: "\eb23"; }



.icon-squared-minus:before {

  content: "\eb24"; }



.icon-squared-plus:before {

  content: "\eb25"; }



.icon-star-outlined:before {

  content: "\eb26"; }



.icon-star2:before {

  content: "\eb27"; }



.icon-stopwatch:before {

  content: "\eb28"; }



.icon-suitcase:before {

  content: "\eb29"; }



.icon-swap:before {

  content: "\eb2a"; }



.icon-sweden:before {

  content: "\eb2b"; }



.icon-switch:before {

  content: "\eb2c"; }



.icon-tablet2:before {

  content: "\eb2d"; }



.icon-tag2:before {

  content: "\eb2e"; }



.icon-text-document-inverted:before {

  content: "\eb2f"; }



.icon-text-document:before {

  content: "\eb30"; }



.icon-text:before {

  content: "\eb31"; }



.icon-thermometer2:before {

  content: "\eb32"; }



.icon-thumbs-down2:before {

  content: "\eb33"; }



.icon-thumbs-up2:before {

  content: "\eb34"; }



.icon-thunder-cloud:before {

  content: "\eb35"; }



.icon-ticket:before {

  content: "\eb36"; }



.icon-time-slot:before {

  content: "\eb37"; }



.icon-tools:before {

  content: "\eb38"; }



.icon-traffic-cone:before {

  content: "\eb39"; }



.icon-tree:before {

  content: "\eb3a"; }



.icon-trophy:before {

  content: "\eb3b"; }



.icon-tv2:before {

  content: "\eb3c"; }



.icon-typing:before {

  content: "\eb3d"; }



.icon-unread:before {

  content: "\eb3e"; }



.icon-untag:before {

  content: "\eb3f"; }



.icon-user2:before {

  content: "\eb40"; }



.icon-users2:before {

  content: "\eb41"; }



.icon-v-card:before {

  content: "\eb42"; }



.icon-video2:before {

  content: "\eb43"; }



.icon-vinyl:before {

  content: "\eb44"; }



.icon-voicemail2:before {

  content: "\eb45"; }



.icon-wallet:before {

  content: "\eb46"; }



.icon-water:before {

  content: "\eb47"; }



.icon-500px-with-circle:before {

  content: "\eb48"; }



.icon-500px:before {

  content: "\eb49"; }



.icon-basecamp:before {

  content: "\eb4a"; }



.icon-behance:before {

  content: "\eb4b"; }



.icon-creative-cloud:before {

  content: "\eb4c"; }



.icon-dropbox:before {

  content: "\eb4d"; }



.icon-evernote:before {

  content: "\eb4e"; }



.icon-flattr:before {

  content: "\eb4f"; }



.icon-foursquare:before {

  content: "\eb50"; }



.icon-google-drive:before {

  content: "\eb51"; }



.icon-google-hangouts:before {

  content: "\eb52"; }



.icon-grooveshark:before {

  content: "\eb53"; }



.icon-icloud:before {

  content: "\eb54"; }



.icon-mixi:before {

  content: "\eb55"; }



.icon-onedrive:before {

  content: "\eb56"; }



.icon-paypal:before {

  content: "\eb57"; }



.icon-picasa:before {

  content: "\eb58"; }



.icon-qq:before {

  content: "\eb59"; }



.icon-rdio-with-circle:before {

  content: "\eb5a"; }



.icon-renren:before {

  content: "\eb5b"; }



.icon-scribd:before {

  content: "\eb5c"; }



.icon-sina-weibo:before {

  content: "\eb5d"; }



.icon-skype-with-circle:before {

  content: "\eb5e"; }



.icon-skype:before {

  content: "\eb5f"; }



.icon-slideshare:before {

  content: "\eb60"; }



.icon-smashing:before {

  content: "\eb61"; }



.icon-soundcloud:before {

  content: "\eb62"; }



.icon-spotify-with-circle:before {

  content: "\eb63"; }



.icon-spotify:before {

  content: "\eb64"; }



.icon-swarm:before {

  content: "\eb65"; }



.icon-vine-with-circle:before {

  content: "\eb66"; }



.icon-vine:before {

  content: "\eb67"; }



.icon-vk-alternitive:before {

  content: "\eb68"; }



.icon-vk-with-circle:before {

  content: "\eb69"; }



.icon-vk:before {

  content: "\eb6a"; }



.icon-xing-with-circle:before {

  content: "\eb6b"; }



.icon-xing:before {

  content: "\eb6c"; }



.icon-yelp:before {

  content: "\eb6d"; }



.icon-dribbble-with-circle:before {

  content: "\eb6e"; }



.icon-dribbble:before {

  content: "\eb6f"; }



.icon-facebook-with-circle:before {

  content: "\eb70"; }



.icon-facebook2:before {

  content: "\eb71"; }



.icon-flickr-with-circle:before {

  content: "\eb72"; }



.icon-flickr:before {

  content: "\eb73"; }



.icon-github-with-circle:before {

  content: "\eb74"; }



.icon-github2:before {

  content: "\eb75"; }



.icon-google-with-circle:before {

  content: "\eb76"; }



.icon-google:before {

  content: "\eb77"; }



.icon-instagram-with-circle:before {

  content: "\eb78"; }



.icon-instagram2:before {

  content: "\eb79"; }



.icon-lastfm-with-circle:before {

  content: "\eb7a"; }



.icon-lastfm:before {

  content: "\eb7b"; }



.icon-linkedin-with-circle:before {

  content: "\eb7c"; }



.icon-linkedin2:before {

  content: "\eb7d"; }



.icon-pinterest-with-circle:before {

  content: "\eb7e"; }



.icon-pinterest:before {

  content: "\eb7f"; }



.icon-rdio:before {

  content: "\eb80"; }



.icon-stumbleupon-with-circle:before {

  content: "\eb81"; }



.icon-stumbleupon:before {

  content: "\eb82"; }



.icon-tumblr-with-circle:before {

  content: "\eb83"; }



.icon-tumblr:before {

  content: "\eb84"; }



.icon-twitter-with-circle:before {

  content: "\eb85"; }



.icon-twitter2:before {

  content: "\eb86"; }



.icon-vimeo-with-circle:before {

  content: "\eb87"; }



.icon-vimeo:before {

  content: "\eb88"; }



.icon-youtube-with-circle:before {

  content: "\eb89"; }



.icon-youtube2:before {

  content: "\eb8a"; }



.animatetab .owl-carousel .owl-item {

  -moz-animation: zoomIn 500ms ease;

  -o-animation: zoomIn 500ms ease;

  -webkit-animation: zoomIn 500ms ease;

  animation: zoomIn 500ms ease; }



/* css jquery */

/* Slider */

.slick-loading .slick-list {

  background: white url("./ajax-loader.gif") center center no-repeat; }



/* Icons */

.la,

.las,

.lar,

.lal,

.lad,

.lab {

  -moz-osx-font-smoothing: grayscale;

  -webkit-font-smoothing: antialiased;

  display: inline-block;

  font-style: normal;

  font-variant: normal;

  text-rendering: auto;

  line-height: 1; }



.la-lg {

  font-size: 1.33333em;

  line-height: 0.75em;

  vertical-align: -.0667em; }



.la-xs {

  font-size: .75em; }



.la-sm {

  font-size: .875em; }



.la-1x {

  font-size: 1em; }



.la-2x {

  font-size: 2em; }



.la-3x {

  font-size: 3em; }



.la-4x {

  font-size: 4em; }



.la-5x {

  font-size: 5em; }



.la-6x {

  font-size: 6em; }



.la-7x {

  font-size: 7em; }



.la-8x {

  font-size: 8em; }



.la-9x {

  font-size: 9em; }



.la-10x {

  font-size: 10em; }



.la-fw {

  text-align: center;

  width: 1.25em; }



.la-ul {

  list-style-type: none;

  margin-left: 2.5em;

  padding-left: 0; }



.la-ul > li {

  position: relative; }



.la-li {

  left: -2em;

  position: absolute;

  text-align: center;

  width: 2em;

  line-height: inherit; }



.la-border {

  border: solid 0.08em #eee;

  border-radius: .1em;

  padding: .2em .25em .15em; }



.la-pull-left {

  float: left; }



.la-pull-right {

  float: right; }



.la.la-pull-left,

.las.la-pull-left,

.lar.la-pull-left,

.lal.la-pull-left,

.lab.la-pull-left {

  margin-right: .3em; }



.la.la-pull-right,

.las.la-pull-right,

.lar.la-pull-right,

.lal.la-pull-right,

.lab.la-pull-right {

  margin-left: .3em; }



.la-spin {

  -webkit-animation: la-spin 2s infinite linear;

  animation: la-spin 2s infinite linear; }



.la-pulse {

  -webkit-animation: la-spin 1s infinite steps(8);

  animation: la-spin 1s infinite steps(8); }



@-webkit-keyframes la-spin {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg); }



  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg); } }



@keyframes la-spin {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg); }



  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg); } }



.la-rotate-90 {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";

  -webkit-transform: rotate(90deg);

  transform: rotate(90deg); }



.la-rotate-180 {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg); }



.la-rotate-270 {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";

  -webkit-transform: rotate(270deg);

  transform: rotate(270deg); }



.la-flip-horizontal {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";

  -webkit-transform: scale(-1, 1);

  transform: scale(-1, 1); }



.la-flip-vertical {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";

  -webkit-transform: scale(1, -1);

  transform: scale(1, -1); }



.la-flip-both, .la-flip-horizontal.la-flip-vertical {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";

  -webkit-transform: scale(-1, -1);

  transform: scale(-1, -1); }



:root .la-rotate-90,

:root .la-rotate-180,

:root .la-rotate-270,

:root .la-flip-horizontal,

:root .la-flip-vertical,

:root .la-flip-both {

  -webkit-filter: none;

  filter: none; }



.la-stack {

  display: inline-block;

  height: 2em;

  line-height: 2em;

  position: relative;

  vertical-align: middle;

  width: 2.5em; }



.la-stack-1x,

.la-stack-2x {

  left: 0;

  position: absolute;

  text-align: center;

  width: 100%; }



.la-stack-1x {

  line-height: inherit; }



.la-stack-2x {

  font-size: 2em; }



.la-inverse {

  color: #fff; }



/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen

readers do not read off random characters that represent icons */

.la-500px:before {

  content: "\f26e"; }



.la-accessible-icon:before {

  content: "\f368"; }



.la-accusoft:before {

  content: "\f369"; }



.la-acquisitions-incorporated:before {

  content: "\f6af"; }



.la-ad:before {

  content: "\f641"; }



.la-address-book:before {

  content: "\f2b9"; }



.la-address-card:before {

  content: "\f2bb"; }



.la-adjust:before {

  content: "\f042"; }



.la-adn:before {

  content: "\f170"; }



.la-adobe:before {

  content: "\f778"; }



.la-adversal:before {

  content: "\f36a"; }



.la-affiliatetheme:before {

  content: "\f36b"; }



.la-air-freshener:before {

  content: "\f5d0"; }



.la-airbnb:before {

  content: "\f834"; }



.la-algolia:before {

  content: "\f36c"; }



.la-align-center:before {

  content: "\f037"; }



.la-align-justify:before {

  content: "\f039"; }



.la-align-left:before {

  content: "\f036"; }



.la-align-right:before {

  content: "\f038"; }



.la-alipay:before {

  content: "\f642"; }



.la-allergies:before {

  content: "\f461"; }



.la-amazon:before {

  content: "\f270"; }



.la-amazon-pay:before {

  content: "\f42c"; }



.la-ambulance:before {

  content: "\f0f9"; }



.la-american-sign-language-interpreting:before {

  content: "\f2a3"; }



.la-amilia:before {

  content: "\f36d"; }



.la-anchor:before {

  content: "\f13d"; }



.la-android:before {

  content: "\f17b"; }



.la-angellist:before {

  content: "\f209"; }



.la-angle-double-down:before {

  content: "\f103"; }



.la-angle-double-left:before {

  content: "\f100"; }



.la-angle-double-right:before {

  content: "\f101"; }



.la-angle-double-up:before {

  content: "\f102"; }



.la-angle-down:before {

  content: "\f107"; }



.la-angle-left:before {

  content: "\f104"; }



.la-angle-right:before {

  content: "\f105"; }



.la-angle-up:before {

  content: "\f106"; }



.la-angry:before {

  content: "\f556"; }



.la-angrycreative:before {

  content: "\f36e"; }



.la-angular:before {

  content: "\f420"; }



.la-ankh:before {

  content: "\f644"; }



.la-app-store:before {

  content: "\f36f"; }



.la-app-store-ios:before {

  content: "\f370"; }



.la-apper:before {

  content: "\f371"; }



.la-apple:before {

  content: "\f179"; }



.la-apple-alt:before {

  content: "\f5d1"; }



.la-apple-pay:before {

  content: "\f415"; }



.la-archive:before {

  content: "\f187"; }



.la-archway:before {

  content: "\f557"; }



.la-arrow-alt-circle-down:before {

  content: "\f358"; }



.la-arrow-alt-circle-left:before {

  content: "\f359"; }



.la-arrow-alt-circle-right:before {

  content: "\f35a"; }



.la-arrow-alt-circle-up:before {

  content: "\f35b"; }



.la-arrow-circle-down:before {

  content: "\f0ab"; }



.la-arrow-circle-left:before {

  content: "\f0a8"; }



.la-arrow-circle-right:before {

  content: "\f0a9"; }



.la-arrow-circle-up:before {

  content: "\f0aa"; }



.la-arrow-down:before {

  content: "\f063"; }



.la-arrow-left:before {

  content: "\f060"; }



.la-arrow-right:before {

  content: "\f061"; }



.la-arrow-up:before {

  content: "\f062"; }



.la-arrows-alt:before {

  content: "\f0b2"; }



.la-arrows-alt-h:before {

  content: "\f337"; }



.la-arrows-alt-v:before {

  content: "\f338"; }



.la-artstation:before {

  content: "\f77a"; }



.la-assistive-listening-systems:before {

  content: "\f2a2"; }



.la-asterisk:before {

  content: "\f069"; }



.la-asymmetrik:before {

  content: "\f372"; }



.la-at:before {

  content: "\f1fa"; }



.la-atlas:before {

  content: "\f558"; }



.la-atlassian:before {

  content: "\f77b"; }



.la-atom:before {

  content: "\f5d2"; }



.la-audible:before {

  content: "\f373"; }



.la-audio-description:before {

  content: "\f29e"; }



.la-autoprefixer:before {

  content: "\f41c"; }



.la-avianex:before {

  content: "\f374"; }



.la-aviato:before {

  content: "\f421"; }



.la-award:before {

  content: "\f559"; }



.la-aws:before {

  content: "\f375"; }



.la-baby:before {

  content: "\f77c"; }



.la-baby-carriage:before {

  content: "\f77d"; }



.la-backspace:before {

  content: "\f55a"; }



.la-backward:before {

  content: "\f04a"; }



.la-bacon:before {

  content: "\f7e5"; }



.la-balance-scale:before {

  content: "\f24e"; }



.la-balance-scale-left:before {

  content: "\f515"; }



.la-balance-scale-right:before {

  content: "\f516"; }



.la-ban:before {

  content: "\f05e"; }



.la-band-aid:before {

  content: "\f462"; }



.la-bandcamp:before {

  content: "\f2d5"; }



.la-barcode:before {

  content: "\f02a"; }



.la-bars:before {

  content: "\f0c9"; }



.la-baseball-ball:before {

  content: "\f433"; }



.la-basketball-ball:before {

  content: "\f434"; }



.la-bath:before {

  content: "\f2cd"; }



.la-battery-empty:before {

  content: "\f244"; }



.la-battery-full:before {

  content: "\f240"; }



.la-battery-half:before {

  content: "\f242"; }



.la-battery-quarter:before {

  content: "\f243"; }



.la-battery-three-quarters:before {

  content: "\f241"; }



.la-battle-net:before {

  content: "\f835"; }



.la-bed:before {

  content: "\f236"; }



.la-beer:before {

  content: "\f0fc"; }



.la-behance:before {

  content: "\f1b4"; }



.la-behance-square:before {

  content: "\f1b5"; }



.la-bell:before {

  content: "\f0f3"; }



.la-bell-slash:before {

  content: "\f1f6"; }



.la-bezier-curve:before {

  content: "\f55b"; }



.la-bible:before {

  content: "\f647"; }



.la-bicycle:before {

  content: "\f206"; }



.la-biking:before {

  content: "\f84a"; }



.la-bimobject:before {

  content: "\f378"; }



.la-binoculars:before {

  content: "\f1e5"; }



.la-biohazard:before {

  content: "\f780"; }



.la-birthday-cake:before {

  content: "\f1fd"; }



.la-bitbucket:before {

  content: "\f171"; }



.la-bitcoin:before {

  content: "\f379"; }



.la-bity:before {

  content: "\f37a"; }



.la-black-tie:before {

  content: "\f27e"; }



.la-blackberry:before {

  content: "\f37b"; }



.la-blender:before {

  content: "\f517"; }



.la-blender-phone:before {

  content: "\f6b6"; }



.la-blind:before {

  content: "\f29d"; }



.la-blog:before {

  content: "\f781"; }



.la-blogger:before {

  content: "\f37c"; }



.la-blogger-b:before {

  content: "\f37d"; }



.la-bluetooth:before {

  content: "\f293"; }



.la-bluetooth-b:before {

  content: "\f294"; }



.la-bold:before {

  content: "\f032"; }



.la-bolt:before {

  content: "\f0e7"; }



.la-bomb:before {

  content: "\f1e2"; }



.la-bone:before {

  content: "\f5d7"; }



.la-bong:before {

  content: "\f55c"; }



.la-book:before {

  content: "\f02d"; }



.la-book-dead:before {

  content: "\f6b7"; }



.la-book-medical:before {

  content: "\f7e6"; }



.la-book-open:before {

  content: "\f518"; }



.la-book-reader:before {

  content: "\f5da"; }



.la-bookmark:before {

  content: "\f02e"; }



.la-bootstrap:before {

  content: "\f836"; }



.la-border-all:before {

  content: "\f84c"; }



.la-border-none:before {

  content: "\f850"; }



.la-border-style:before {

  content: "\f853"; }



.la-bowling-ball:before {

  content: "\f436"; }



.la-box:before {

  content: "\f466"; }



.la-box-open:before {

  content: "\f49e"; }



.la-boxes:before {

  content: "\f468"; }



.la-braille:before {

  content: "\f2a1"; }



.la-brain:before {

  content: "\f5dc"; }



.la-bread-slice:before {

  content: "\f7ec"; }



.la-briefcase:before {

  content: "\f0b1"; }



.la-briefcase-medical:before {

  content: "\f469"; }



.la-broadcast-tower:before {

  content: "\f519"; }



.la-broom:before {

  content: "\f51a"; }



.la-brush:before {

  content: "\f55d"; }



.la-btc:before {

  content: "\f15a"; }



.la-buffer:before {

  content: "\f837"; }



.la-bug:before {

  content: "\f188"; }



.la-building:before {

  content: "\f1ad"; }



.la-bullhorn:before {

  content: "\f0a1"; }



.la-bullseye:before {

  content: "\f140"; }



.la-burn:before {

  content: "\f46a"; }



.la-buromobelexperte:before {

  content: "\f37f"; }



.la-bus:before {

  content: "\f207"; }



.la-bus-alt:before {

  content: "\f55e"; }



.la-business-time:before {

  content: "\f64a"; }



.la-buy-n-large:before {

  content: "\f8a6"; }



.la-buysellads:before {

  content: "\f20d"; }



.la-calculator:before {

  content: "\f1ec"; }



.la-calendar:before {

  content: "\f133"; }



.la-calendar-alt:before {

  content: "\f073"; }



.la-calendar-check:before {

  content: "\f274"; }



.la-calendar-day:before {

  content: "\f783"; }



.la-calendar-minus:before {

  content: "\f272"; }



.la-calendar-plus:before {

  content: "\f271"; }



.la-calendar-times:before {

  content: "\f273"; }



.la-calendar-week:before {

  content: "\f784"; }



.la-camera:before {

  content: "\f030"; }



.la-camera-retro:before {

  content: "\f083"; }



.la-campground:before {

  content: "\f6bb"; }



.la-canadian-maple-leaf:before {

  content: "\f785"; }



.la-candy-cane:before {

  content: "\f786"; }



.la-cannabis:before {

  content: "\f55f"; }



.la-capsules:before {

  content: "\f46b"; }



.la-car:before {

  content: "\f1b9"; }



.la-car-alt:before {

  content: "\f5de"; }



.la-car-battery:before {

  content: "\f5df"; }



.la-car-crash:before {

  content: "\f5e1"; }



.la-car-side:before {

  content: "\f5e4"; }



.la-caret-down:before {

  content: "\f0d7"; }



.la-caret-left:before {

  content: "\f0d9"; }



.la-caret-right:before {

  content: "\f0da"; }



.la-caret-square-down:before {

  content: "\f150"; }



.la-caret-square-left:before {

  content: "\f191"; }



.la-caret-square-right:before {

  content: "\f152"; }



.la-caret-square-up:before {

  content: "\f151"; }



.la-caret-up:before {

  content: "\f0d8"; }



.la-carrot:before {

  content: "\f787"; }



.la-cart-arrow-down:before {

  content: "\f218"; }



.la-cart-plus:before {

  content: "\f217"; }



.la-cash-register:before {

  content: "\f788"; }



.la-cat:before {

  content: "\f6be"; }



.la-cc-amazon-pay:before {

  content: "\f42d"; }



.la-cc-amex:before {

  content: "\f1f3"; }



.la-cc-apple-pay:before {

  content: "\f416"; }



.la-cc-diners-club:before {

  content: "\f24c"; }



.la-cc-discover:before {

  content: "\f1f2"; }



.la-cc-jcb:before {

  content: "\f24b"; }



.la-cc-mastercard:before {

  content: "\f1f1"; }



.la-cc-paypal:before {

  content: "\f1f4"; }



.la-cc-stripe:before {

  content: "\f1f5"; }



.la-cc-visa:before {

  content: "\f1f0"; }



.la-centercode:before {

  content: "\f380"; }



.la-centos:before {

  content: "\f789"; }



.la-certificate:before {

  content: "\f0a3"; }



.la-chair:before {

  content: "\f6c0"; }



.la-chalkboard:before {

  content: "\f51b"; }



.la-chalkboard-teacher:before {

  content: "\f51c"; }



.la-charging-station:before {

  content: "\f5e7"; }



.la-chart-area:before {

  content: "\f1fe"; }



.la-chart-bar:before {

  content: "\f080"; }



.la-chart-line:before {

  content: "\f201"; }



.la-chart-pie:before {

  content: "\f200"; }



.la-check:before {

  content: "\f00c"; }



.la-check-circle:before {

  content: "\f058"; }



.la-check-double:before {

  content: "\f560"; }



.la-check-square:before {

  content: "\f14a"; }



.la-cheese:before {

  content: "\f7ef"; }



.la-chess:before {

  content: "\f439"; }



.la-chess-bishop:before {

  content: "\f43a"; }



.la-chess-board:before {

  content: "\f43c"; }



.la-chess-king:before {

  content: "\f43f"; }



.la-chess-knight:before {

  content: "\f441"; }



.la-chess-pawn:before {

  content: "\f443"; }



.la-chess-queen:before {

  content: "\f445"; }



.la-chess-rook:before {

  content: "\f447"; }



.la-chevron-circle-down:before {

  content: "\f13a"; }



.la-chevron-circle-left:before {

  content: "\f137"; }



.la-chevron-circle-right:before {

  content: "\f138"; }



.la-chevron-circle-up:before {

  content: "\f139"; }



.la-chevron-down:before {

  content: "\f078"; }



.la-chevron-left:before {

  content: "\f053"; }



.la-chevron-right:before {

  content: "\f054"; }



.la-chevron-up:before {

  content: "\f077"; }



.la-child:before {

  content: "\f1ae"; }



.la-chrome:before {

  content: "\f268"; }



.la-chromecast:before {

  content: "\f838"; }



.la-church:before {

  content: "\f51d"; }



.la-circle:before {

  content: "\f111"; }



.la-circle-notch:before {

  content: "\f1ce"; }



.la-city:before {

  content: "\f64f"; }



.la-clinic-medical:before {

  content: "\f7f2"; }



.la-clipboard:before {

  content: "\f328"; }



.la-clipboard-check:before {

  content: "\f46c"; }



.la-clipboard-list:before {

  content: "\f46d"; }



.la-clock:before {

  content: "\f017"; }



.la-clone:before {

  content: "\f24d"; }



.la-closed-captioning:before {

  content: "\f20a"; }



.la-cloud:before {

  content: "\f0c2"; }



.la-cloud-download-alt:before {

  content: "\f381"; }



.la-cloud-meatball:before {

  content: "\f73b"; }



.la-cloud-moon:before {

  content: "\f6c3"; }



.la-cloud-moon-rain:before {

  content: "\f73c"; }



.la-cloud-rain:before {

  content: "\f73d"; }



.la-cloud-showers-heavy:before {

  content: "\f740"; }



.la-cloud-sun:before {

  content: "\f6c4"; }



.la-cloud-sun-rain:before {

  content: "\f743"; }



.la-cloud-upload-alt:before {

  content: "\f382"; }



.la-cloudscale:before {

  content: "\f383"; }



.la-cloudsmith:before {

  content: "\f384"; }



.la-cloudversify:before {

  content: "\f385"; }



.la-cocktail:before {

  content: "\f561"; }



.la-code:before {

  content: "\f121"; }



.la-code-branch:before {

  content: "\f126"; }



.la-codepen:before {

  content: "\f1cb"; }



.la-codiepie:before {

  content: "\f284"; }



.la-coffee:before {

  content: "\f0f4"; }



.la-cog:before {

  content: "\f013"; }



.la-cogs:before {

  content: "\f085"; }



.la-coins:before {

  content: "\f51e"; }



.la-columns:before {

  content: "\f0db"; }



.la-comment:before {

  content: "\f075"; }



.la-comment-alt:before {

  content: "\f27a"; }



.la-comment-dollar:before {

  content: "\f651"; }



.la-comment-dots:before {

  content: "\f4ad"; }



.la-comment-medical:before {

  content: "\f7f5"; }



.la-comment-slash:before {

  content: "\f4b3"; }



.la-comments:before {

  content: "\f086"; }



.la-comments-dollar:before {

  content: "\f653"; }



.la-compact-disc:before {

  content: "\f51f"; }



.la-compass:before {

  content: "\f14e"; }



.la-compress:before {

  content: "\f066"; }



.la-compress-arrows-alt:before {

  content: "\f78c"; }



.la-concierge-bell:before {

  content: "\f562"; }



.la-confluence:before {

  content: "\f78d"; }



.la-connectdevelop:before {

  content: "\f20e"; }



.la-contao:before {

  content: "\f26d"; }



.la-cookie:before {

  content: "\f563"; }



.la-cookie-bite:before {

  content: "\f564"; }



.la-copy:before {

  content: "\f0c5"; }



.la-copyright:before {

  content: "\f1f9"; }



.la-cotton-bureau:before {

  content: "\f89e"; }



.la-couch:before {

  content: "\f4b8"; }



.la-cpanel:before {

  content: "\f388"; }



.la-creative-commons:before {

  content: "\f25e"; }



.la-creative-commons-by:before {

  content: "\f4e7"; }



.la-creative-commons-nc:before {

  content: "\f4e8"; }



.la-creative-commons-nc-eu:before {

  content: "\f4e9"; }



.la-creative-commons-nc-jp:before {

  content: "\f4ea"; }



.la-creative-commons-nd:before {

  content: "\f4eb"; }



.la-creative-commons-pd:before {

  content: "\f4ec"; }



.la-creative-commons-pd-alt:before {

  content: "\f4ed"; }



.la-creative-commons-remix:before {

  content: "\f4ee"; }



.la-creative-commons-sa:before {

  content: "\f4ef"; }



.la-creative-commons-sampling:before {

  content: "\f4f0"; }



.la-creative-commons-sampling-plus:before {

  content: "\f4f1"; }



.la-creative-commons-share:before {

  content: "\f4f2"; }



.la-creative-commons-zero:before {

  content: "\f4f3"; }



.la-credit-card:before {

  content: "\f09d"; }



.la-critical-role:before {

  content: "\f6c9"; }



.la-crop:before {

  content: "\f125"; }



.la-crop-alt:before {

  content: "\f565"; }



.la-cross:before {

  content: "\f654"; }



.la-crosshairs:before {

  content: "\f05b"; }



.la-crow:before {

  content: "\f520"; }



.la-crown:before {

  content: "\f521"; }



.la-crutch:before {

  content: "\f7f7"; }



.la-css3:before {

  content: "\f13c"; }



.la-css3-alt:before {

  content: "\f38b"; }



.la-cube:before {

  content: "\f1b2"; }



.la-cubes:before {

  content: "\f1b3"; }



.la-cut:before {

  content: "\f0c4"; }



.la-cuttlefish:before {

  content: "\f38c"; }



.la-d-and-d:before {

  content: "\f38d"; }



.la-d-and-d-beyond:before {

  content: "\f6ca"; }



.la-dashcube:before {

  content: "\f210"; }



.la-database:before {

  content: "\f1c0"; }



.la-deaf:before {

  content: "\f2a4"; }



.la-delicious:before {

  content: "\f1a5"; }



.la-democrat:before {

  content: "\f747"; }



.la-deploydog:before {

  content: "\f38e"; }



.la-deskpro:before {

  content: "\f38f"; }



.la-desktop:before {

  content: "\f108"; }



.la-dev:before {

  content: "\f6cc"; }



.la-deviantart:before {

  content: "\f1bd"; }



.la-dharmachakra:before {

  content: "\f655"; }



.la-dhl:before {

  content: "\f790"; }



.la-diagnoses:before {

  content: "\f470"; }



.la-diaspora:before {

  content: "\f791"; }



.la-dice:before {

  content: "\f522"; }



.la-dice-d20:before {

  content: "\f6cf"; }



.la-dice-d6:before {

  content: "\f6d1"; }



.la-dice-five:before {

  content: "\f523"; }



.la-dice-four:before {

  content: "\f524"; }



.la-dice-one:before {

  content: "\f525"; }



.la-dice-six:before {

  content: "\f526"; }



.la-dice-three:before {

  content: "\f527"; }



.la-dice-two:before {

  content: "\f528"; }



.la-digg:before {

  content: "\f1a6"; }



.la-digital-ocean:before {

  content: "\f391"; }



.la-digital-tachograph:before {

  content: "\f566"; }



.la-directions:before {

  content: "\f5eb"; }



.la-discord:before {

  content: "\f392"; }



.la-discourse:before {

  content: "\f393"; }



.la-divide:before {

  content: "\f529"; }



.la-dizzy:before {

  content: "\f567"; }



.la-dna:before {

  content: "\f471"; }



.la-dochub:before {

  content: "\f394"; }



.la-docker:before {

  content: "\f395"; }



.la-dog:before {

  content: "\f6d3"; }



.la-dollar-sign:before {

  content: "\f155"; }



.la-dolly:before {

  content: "\f472"; }



.la-dolly-flatbed:before {

  content: "\f474"; }



.la-donate:before {

  content: "\f4b9"; }



.la-door-closed:before {

  content: "\f52a"; }



.la-door-open:before {

  content: "\f52b"; }



.la-dot-circle:before {

  content: "\f192"; }



.la-dove:before {

  content: "\f4ba"; }



.la-download:before {

  content: "\f019"; }



.la-draft2digital:before {

  content: "\f396"; }



.la-drafting-compass:before {

  content: "\f568"; }



.la-dragon:before {

  content: "\f6d5"; }



.la-draw-polygon:before {

  content: "\f5ee"; }



.la-dribbble:before {

  content: "\f17d"; }



.la-dribbble-square:before {

  content: "\f397"; }



.la-dropbox:before {

  content: "\f16b"; }



.la-drum:before {

  content: "\f569"; }



.la-drum-steelpan:before {

  content: "\f56a"; }



.la-drumstick-bite:before {

  content: "\f6d7"; }



.la-drupal:before {

  content: "\f1a9"; }



.la-dumbbell:before {

  content: "\f44b"; }



.la-dumpster:before {

  content: "\f793"; }



.la-dumpster-fire:before {

  content: "\f794"; }



.la-dungeon:before {

  content: "\f6d9"; }



.la-dyalog:before {

  content: "\f399"; }



.la-earlybirds:before {

  content: "\f39a"; }



.la-ebay:before {

  content: "\f4f4"; }



.la-edge:before {

  content: "\f282"; }



.la-edit:before {

  content: "\f044"; }



.la-egg:before {

  content: "\f7fb"; }



.la-eject:before {

  content: "\f052"; }



.la-elementor:before {

  content: "\f430"; }



.la-ellipsis-h:before {

  content: "\f141"; }



.la-ellipsis-v:before {

  content: "\f142"; }



.la-ello:before {

  content: "\f5f1"; }



.la-ember:before {

  content: "\f423"; }



.la-empire:before {

  content: "\f1d1"; }



.la-envelope:before {

  content: "\f0e0"; }



.la-envelope-open:before {

  content: "\f2b6"; }



.la-envelope-open-text:before {

  content: "\f658"; }



.la-envelope-square:before {

  content: "\f199"; }



.la-envira:before {

  content: "\f299"; }



.la-equals:before {

  content: "\f52c"; }



.la-eraser:before {

  content: "\f12d"; }



.la-erlang:before {

  content: "\f39d"; }



.la-ethereum:before {

  content: "\f42e"; }



.la-ethernet:before {

  content: "\f796"; }



.la-etsy:before {

  content: "\f2d7"; }



.la-euro-sign:before {

  content: "\f153"; }



.la-evernote:before {

  content: "\f839"; }



.la-exchange-alt:before {

  content: "\f362"; }



.la-exclamation:before {

  content: "\f12a"; }



.la-exclamation-circle:before {

  content: "\f06a"; }



.la-exclamation-triangle:before {

  content: "\f071"; }



.la-expand:before {

  content: "\f065"; }



.la-expand-arrows-alt:before {

  content: "\f31e"; }



.la-expeditedssl:before {

  content: "\f23e"; }



.la-external-link-alt:before {

  content: "\f35d"; }



.la-external-link-square-alt:before {

  content: "\f360"; }



.la-eye:before {

  content: "\f06e"; }



.la-eye-dropper:before {

  content: "\f1fb"; }



.la-eye-slash:before {

  content: "\f070"; }



.la-facebook:before {

  content: "\f09a"; }



.la-facebook-f:before {

  content: "\f39e"; }



.la-facebook-messenger:before {

  content: "\f39f"; }



.la-facebook-square:before {

  content: "\f082"; }



.la-fan:before {

  content: "\f863"; }



.la-fantasy-flight-games:before {

  content: "\f6dc"; }



.la-fast-backward:before {

  content: "\f049"; }



.la-fast-forward:before {

  content: "\f050"; }



.la-fax:before {

  content: "\f1ac"; }



.la-feather:before {

  content: "\f52d"; }



.la-feather-alt:before {

  content: "\f56b"; }



.la-fedex:before {

  content: "\f797"; }



.la-fedora:before {

  content: "\f798"; }



.la-female:before {

  content: "\f182"; }



.la-fighter-jet:before {

  content: "\f0fb"; }



.la-figma:before {

  content: "\f799"; }



.la-file:before {

  content: "\f15b"; }



.la-file-alt:before {

  content: "\f15c"; }



.la-file-archive:before {

  content: "\f1c6"; }



.la-file-audio:before {

  content: "\f1c7"; }



.la-file-code:before {

  content: "\f1c9"; }



.la-file-contract:before {

  content: "\f56c"; }



.la-file-csv:before {

  content: "\f6dd"; }



.la-file-download:before {

  content: "\f56d"; }



.la-file-excel:before {

  content: "\f1c3"; }



.la-file-export:before {

  content: "\f56e"; }



.la-file-image:before {

  content: "\f1c5"; }



.la-file-import:before {

  content: "\f56f"; }



.la-file-invoice:before {

  content: "\f570"; }



.la-file-invoice-dollar:before {

  content: "\f571"; }



.la-file-medical:before {

  content: "\f477"; }



.la-file-medical-alt:before {

  content: "\f478"; }



.la-file-pdf:before {

  content: "\f1c1"; }



.la-file-powerpoint:before {

  content: "\f1c4"; }



.la-file-prescription:before {

  content: "\f572"; }



.la-file-signature:before {

  content: "\f573"; }



.la-file-upload:before {

  content: "\f574"; }



.la-file-video:before {

  content: "\f1c8"; }



.la-file-word:before {

  content: "\f1c2"; }



.la-fill:before {

  content: "\f575"; }



.la-fill-drip:before {

  content: "\f576"; }



.la-film:before {

  content: "\f008"; }



.la-filter:before {

  content: "\f0b0"; }



.la-fingerprint:before {

  content: "\f577"; }



.la-fire:before {

  content: "\f06d"; }



.la-fire-alt:before {

  content: "\f7e4"; }



.la-fire-extinguisher:before {

  content: "\f134"; }



.la-firefox:before {

  content: "\f269"; }



.la-first-aid:before {

  content: "\f479"; }



.la-first-order:before {

  content: "\f2b0"; }



.la-first-order-alt:before {

  content: "\f50a"; }



.la-firstdraft:before {

  content: "\f3a1"; }



.la-fish:before {

  content: "\f578"; }



.la-fist-raised:before {

  content: "\f6de"; }



.la-flag:before {

  content: "\f024"; }



.la-flag-checkered:before {

  content: "\f11e"; }



.la-flag-usa:before {

  content: "\f74d"; }



.la-flask:before {

  content: "\f0c3"; }



.la-flickr:before {

  content: "\f16e"; }



.la-flipboard:before {

  content: "\f44d"; }



.la-flushed:before {

  content: "\f579"; }



.la-fly:before {

  content: "\f417"; }



.la-folder:before {

  content: "\f07b"; }



.la-folder-minus:before {

  content: "\f65d"; }



.la-folder-open:before {

  content: "\f07c"; }



.la-folder-plus:before {

  content: "\f65e"; }



.la-font:before {

  content: "\f031"; }



.la-font-awesome:before {

  content: "\f2b4"; }



.la-font-awesome-alt:before {

  content: "\f35c"; }



.la-font-awesome-flag:before {

  content: "\f425"; }



.la-font-awesome-logo-full:before {

  content: "\f4e6"; }



.la-fonticons:before {

  content: "\f280"; }



.la-fonticons-fi:before {

  content: "\f3a2"; }



.la-football-ball:before {

  content: "\f44e"; }



.la-fort-awesome:before {

  content: "\f286"; }



.la-fort-awesome-alt:before {

  content: "\f3a3"; }



.la-forumbee:before {

  content: "\f211"; }



.la-forward:before {

  content: "\f04e"; }



.la-foursquare:before {

  content: "\f180"; }



.la-free-code-camp:before {

  content: "\f2c5"; }



.la-freebsd:before {

  content: "\f3a4"; }



.la-frog:before {

  content: "\f52e"; }



.la-frown:before {

  content: "\f119"; }



.la-frown-open:before {

  content: "\f57a"; }



.la-fulcrum:before {

  content: "\f50b"; }



.la-funnel-dollar:before {

  content: "\f662"; }



.la-futbol:before {

  content: "\f1e3"; }



.la-galactic-republic:before {

  content: "\f50c"; }



.la-galactic-senate:before {

  content: "\f50d"; }



.la-gamepad:before {

  content: "\f11b"; }



.la-gas-pump:before {

  content: "\f52f"; }



.la-gavel:before {

  content: "\f0e3"; }



.la-gem:before {

  content: "\f3a5"; }



.la-genderless:before {

  content: "\f22d"; }



.la-get-pocket:before {

  content: "\f265"; }



.la-gg:before {

  content: "\f260"; }



.la-gg-circle:before {

  content: "\f261"; }



.la-ghost:before {

  content: "\f6e2"; }



.la-gift:before {

  content: "\f06b"; }



.la-gifts:before {

  content: "\f79c"; }



.la-git:before {

  content: "\f1d3"; }



.la-git-alt:before {

  content: "\f841"; }



.la-git-square:before {

  content: "\f1d2"; }



.la-github:before {

  content: "\f09b"; }



.la-github-alt:before {

  content: "\f113"; }



.la-github-square:before {

  content: "\f092"; }



.la-gitkraken:before {

  content: "\f3a6"; }



.la-gitlab:before {

  content: "\f296"; }



.la-gitter:before {

  content: "\f426"; }



.la-glass-cheers:before {

  content: "\f79f"; }



.la-glass-martini:before {

  content: "\f000"; }



.la-glass-martini-alt:before {

  content: "\f57b"; }



.la-glass-whiskey:before {

  content: "\f7a0"; }



.la-glasses:before {

  content: "\f530"; }



.la-glide:before {

  content: "\f2a5"; }



.la-glide-g:before {

  content: "\f2a6"; }



.la-globe:before {

  content: "\f0ac"; }



.la-globe-africa:before {

  content: "\f57c"; }



.la-globe-americas:before {

  content: "\f57d"; }



.la-globe-asia:before {

  content: "\f57e"; }



.la-globe-europe:before {

  content: "\f7a2"; }



.la-gofore:before {

  content: "\f3a7"; }



.la-golf-ball:before {

  content: "\f450"; }



.la-goodreads:before {

  content: "\f3a8"; }



.la-goodreads-g:before {

  content: "\f3a9"; }



.la-google:before {

  content: "\f1a0"; }



.la-google-drive:before {

  content: "\f3aa"; }



.la-google-play:before {

  content: "\f3ab"; }



.la-google-plus:before {

  content: "\f2b3"; }



.la-google-plus-g:before {

  content: "\f0d5"; }



.la-google-plus-square:before {

  content: "\f0d4"; }



.la-google-wallet:before {

  content: "\f1ee"; }



.la-gopuram:before {

  content: "\f664"; }



.la-graduation-cap:before {

  content: "\f19d"; }



.la-gratipay:before {

  content: "\f184"; }



.la-grav:before {

  content: "\f2d6"; }



.la-greater-than:before {

  content: "\f531"; }



.la-greater-than-equal:before {

  content: "\f532"; }



.la-grimace:before {

  content: "\f57f"; }



.la-grin:before {

  content: "\f580"; }



.la-grin-alt:before {

  content: "\f581"; }



.la-grin-beam:before {

  content: "\f582"; }



.la-grin-beam-sweat:before {

  content: "\f583"; }



.la-grin-hearts:before {

  content: "\f584"; }



.la-grin-squint:before {

  content: "\f585"; }



.la-grin-squint-tears:before {

  content: "\f586"; }



.la-grin-stars:before {

  content: "\f587"; }



.la-grin-tears:before {

  content: "\f588"; }



.la-grin-tongue:before {

  content: "\f589"; }



.la-grin-tongue-squint:before {

  content: "\f58a"; }



.la-grin-tongue-wink:before {

  content: "\f58b"; }



.la-grin-wink:before {

  content: "\f58c"; }



.la-grip-horizontal:before {

  content: "\f58d"; }



.la-grip-lines:before {

  content: "\f7a4"; }



.la-grip-lines-vertical:before {

  content: "\f7a5"; }



.la-grip-vertical:before {

  content: "\f58e"; }



.la-gripfire:before {

  content: "\f3ac"; }



.la-grunt:before {

  content: "\f3ad"; }



.la-guitar:before {

  content: "\f7a6"; }



.la-gulp:before {

  content: "\f3ae"; }



.la-h-square:before {

  content: "\f0fd"; }



.la-hacker-news:before {

  content: "\f1d4"; }



.la-hacker-news-square:before {

  content: "\f3af"; }



.la-hackerrank:before {

  content: "\f5f7"; }



.la-hamburger:before {

  content: "\f805"; }



.la-hammer:before {

  content: "\f6e3"; }



.la-hamsa:before {

  content: "\f665"; }



.la-hand-holding:before {

  content: "\f4bd"; }



.la-hand-holding-heart:before {

  content: "\f4be"; }



.la-hand-holding-usd:before {

  content: "\f4c0"; }



.la-hand-lizard:before {

  content: "\f258"; }



.la-hand-middle-finger:before {

  content: "\f806"; }



.la-hand-paper:before {

  content: "\f256"; }



.la-hand-peace:before {

  content: "\f25b"; }



.la-hand-point-down:before {

  content: "\f0a7"; }



.la-hand-point-left:before {

  content: "\f0a5"; }



.la-hand-point-right:before {

  content: "\f0a4"; }



.la-hand-point-up:before {

  content: "\f0a6"; }



.la-hand-pointer:before {

  content: "\f25a"; }



.la-hand-rock:before {

  content: "\f255"; }



.la-hand-scissors:before {

  content: "\f257"; }



.la-hand-spock:before {

  content: "\f259"; }



.la-hands:before {

  content: "\f4c2"; }



.la-hands-helping:before {

  content: "\f4c4"; }



.la-handshake:before {

  content: "\f2b5"; }



.la-hanukiah:before {

  content: "\f6e6"; }



.la-hard-hat:before {

  content: "\f807"; }



.la-hashtag:before {

  content: "\f292"; }



.la-hat-cowboy:before {

  content: "\f8c0"; }



.la-hat-cowboy-side:before {

  content: "\f8c1"; }



.la-hat-wizard:before {

  content: "\f6e8"; }



.la-haykal:before {

  content: "\f666"; }



.la-hdd:before {

  content: "\f0a0"; }



.la-heading:before {

  content: "\f1dc"; }



.la-headphones:before {

  content: "\f025"; }



.la-headphones-alt:before {

  content: "\f58f"; }



.la-headset:before {

  content: "\f590"; }



.la-heart:before {

  content: "\f004"; }



.la-heart-broken:before {

  content: "\f7a9"; }



.la-heartbeat:before {

  content: "\f21e"; }



.la-helicopter:before {

  content: "\f533"; }



.la-highlighter:before {

  content: "\f591"; }



.la-hiking:before {

  content: "\f6ec"; }



.la-hippo:before {

  content: "\f6ed"; }



.la-hips:before {

  content: "\f452"; }



.la-hire-a-helper:before {

  content: "\f3b0"; }



.la-history:before {

  content: "\f1da"; }



.la-hockey-puck:before {

  content: "\f453"; }



.la-holly-berry:before {

  content: "\f7aa"; }



.la-home:before {

  content: "\f015"; }



.la-hooli:before {

  content: "\f427"; }



.la-hornbill:before {

  content: "\f592"; }



.la-horse:before {

  content: "\f6f0"; }



.la-horse-head:before {

  content: "\f7ab"; }



.la-hospital:before {

  content: "\f0f8"; }



.la-hospital-alt:before {

  content: "\f47d"; }



.la-hospital-symbol:before {

  content: "\f47e"; }



.la-hot-tub:before {

  content: "\f593"; }



.la-hotdog:before {

  content: "\f80f"; }



.la-hotel:before {

  content: "\f594"; }



.la-hotjar:before {

  content: "\f3b1"; }



.la-hourglass:before {

  content: "\f254"; }



.la-hourglass-end:before {

  content: "\f253"; }



.la-hourglass-half:before {

  content: "\f252"; }



.la-hourglass-start:before {

  content: "\f251"; }



.la-house-damage:before {

  content: "\f6f1"; }



.la-houzz:before {

  content: "\f27c"; }



.la-hryvnia:before {

  content: "\f6f2"; }



.la-html5:before {

  content: "\f13b"; }



.la-hubspot:before {

  content: "\f3b2"; }



.la-i-cursor:before {

  content: "\f246"; }



.la-ice-cream:before {

  content: "\f810"; }



.la-icicles:before {

  content: "\f7ad"; }



.la-icons:before {

  content: "\f86d"; }



.la-id-badge:before {

  content: "\f2c1"; }



.la-id-card:before {

  content: "\f2c2"; }



.la-id-card-alt:before {

  content: "\f47f"; }



.la-igloo:before {

  content: "\f7ae"; }



.la-image:before {

  content: "\f03e"; }



.la-images:before {

  content: "\f302"; }



.la-imdb:before {

  content: "\f2d8"; }



.la-inbox:before {

  content: "\f01c"; }



.la-indent:before {

  content: "\f03c"; }



.la-industry:before {

  content: "\f275"; }



.la-infinity:before {

  content: "\f534"; }



.la-info:before {

  content: "\f129"; }



.la-info-circle:before {

  content: "\f05a"; }



.la-instagram:before {

  content: "\f16d"; }



.la-intercom:before {

  content: "\f7af"; }



.la-internet-explorer:before {

  content: "\f26b"; }



.la-invision:before {

  content: "\f7b0"; }



.la-ioxhost:before {

  content: "\f208"; }



.la-italic:before {

  content: "\f033"; }



.la-itch-io:before {

  content: "\f83a"; }



.la-itunes:before {

  content: "\f3b4"; }



.la-itunes-note:before {

  content: "\f3b5"; }



.la-java:before {

  content: "\f4e4"; }



.la-jedi:before {

  content: "\f669"; }



.la-jedi-order:before {

  content: "\f50e"; }



.la-jenkins:before {

  content: "\f3b6"; }



.la-jira:before {

  content: "\f7b1"; }



.la-joget:before {

  content: "\f3b7"; }



.la-joint:before {

  content: "\f595"; }



.la-joomla:before {

  content: "\f1aa"; }



.la-journal-whills:before {

  content: "\f66a"; }



.la-js:before {

  content: "\f3b8"; }



.la-js-square:before {

  content: "\f3b9"; }



.la-jsfiddle:before {

  content: "\f1cc"; }



.la-kaaba:before {

  content: "\f66b"; }



.la-kaggle:before {

  content: "\f5fa"; }



.la-key:before {

  content: "\f084"; }



.la-keybase:before {

  content: "\f4f5"; }



.la-keyboard:before {

  content: "\f11c"; }



.la-keycdn:before {

  content: "\f3ba"; }



.la-khanda:before {

  content: "\f66d"; }



.la-kickstarter:before {

  content: "\f3bb"; }



.la-kickstarter-k:before {

  content: "\f3bc"; }



.la-kiss:before {

  content: "\f596"; }



.la-kiss-beam:before {

  content: "\f597"; }



.la-kiss-wink-heart:before {

  content: "\f598"; }



.la-kiwi-bird:before {

  content: "\f535"; }



.la-korvue:before {

  content: "\f42f"; }



.la-landmark:before {

  content: "\f66f"; }



.la-language:before {

  content: "\f1ab"; }



.la-laptop:before {

  content: "\f109"; }



.la-laptop-code:before {

  content: "\f5fc"; }



.la-laptop-medical:before {

  content: "\f812"; }



.la-laravel:before {

  content: "\f3bd"; }



.la-lastfm:before {

  content: "\f202"; }



.la-lastfm-square:before {

  content: "\f203"; }



.la-laugh:before {

  content: "\f599"; }



.la-laugh-beam:before {

  content: "\f59a"; }



.la-laugh-squint:before {

  content: "\f59b"; }



.la-laugh-wink:before {

  content: "\f59c"; }



.la-layer-group:before {

  content: "\f5fd"; }



.la-leaf:before {

  content: "\f06c"; }



.la-leanpub:before {

  content: "\f212"; }



.la-lemon:before {

  content: "\f094"; }



.la-less:before {

  content: "\f41d"; }



.la-less-than:before {

  content: "\f536"; }



.la-less-than-equal:before {

  content: "\f537"; }



.la-level-down-alt:before {

  content: "\f3be"; }



.la-level-up-alt:before {

  content: "\f3bf"; }



.la-life-ring:before {

  content: "\f1cd"; }



.la-lightbulb:before {

  content: "\f0eb"; }



.la-line:before {

  content: "\f3c0"; }



.la-link:before {

  content: "\f0c1"; }



.la-linkedin:before {

  content: "\f08c"; }



.la-linkedin-in:before {

  content: "\f0e1"; }



.la-linode:before {

  content: "\f2b8"; }



.la-linux:before {

  content: "\f17c"; }



.la-lira-sign:before {

  content: "\f195"; }



.la-list:before {

  content: "\f03a"; }



.la-list-alt:before {

  content: "\f022"; }



.la-list-ol:before {

  content: "\f0cb"; }



.la-list-ul:before {

  content: "\f0ca"; }



.la-location-arrow:before {

  content: "\f124"; }



.la-lock:before {

  content: "\f023"; }



.la-lock-open:before {

  content: "\f3c1"; }



.la-long-arrow-alt-down:before {

  content: "\f309"; }



.la-long-arrow-alt-left:before {

  content: "\f30a"; }



.la-long-arrow-alt-right:before {

  content: "\f30b"; }



.la-long-arrow-alt-up:before {

  content: "\f30c"; }



.la-low-vision:before {

  content: "\f2a8"; }



.la-luggage-cart:before {

  content: "\f59d"; }



.la-lyft:before {

  content: "\f3c3"; }



.la-magento:before {

  content: "\f3c4"; }



.la-magic:before {

  content: "\f0d0"; }



.la-magnet:before {

  content: "\f076"; }



.la-mail-bulk:before {

  content: "\f674"; }



.la-mailchimp:before {

  content: "\f59e"; }



.la-male:before {

  content: "\f183"; }



.la-mandalorian:before {

  content: "\f50f"; }



.la-map:before {

  content: "\f279"; }



.la-map-marked:before {

  content: "\f59f"; }



.la-map-marked-alt:before {

  content: "\f5a0"; }



.la-map-marker:before {

  content: "\f041"; }



.la-map-marker-alt:before {

  content: "\f3c5"; }



.la-map-pin:before {

  content: "\f276"; }



.la-map-signs:before {

  content: "\f277"; }



.la-markdown:before {

  content: "\f60f"; }



.la-marker:before {

  content: "\f5a1"; }



.la-mars:before {

  content: "\f222"; }



.la-mars-double:before {

  content: "\f227"; }



.la-mars-stroke:before {

  content: "\f229"; }



.la-mars-stroke-h:before {

  content: "\f22b"; }



.la-mars-stroke-v:before {

  content: "\f22a"; }



.la-mask:before {

  content: "\f6fa"; }



.la-mastodon:before {

  content: "\f4f6"; }



.la-maxcdn:before {

  content: "\f136"; }



.la-mdb:before {

  content: "\f8ca"; }



.la-medal:before {

  content: "\f5a2"; }



.la-medapps:before {

  content: "\f3c6"; }



.la-medium:before {

  content: "\f23a"; }



.la-medium-m:before {

  content: "\f3c7"; }



.la-medkit:before {

  content: "\f0fa"; }



.la-medrt:before {

  content: "\f3c8"; }



.la-meetup:before {

  content: "\f2e0"; }



.la-megaport:before {

  content: "\f5a3"; }



.la-meh:before {

  content: "\f11a"; }



.la-meh-blank:before {

  content: "\f5a4"; }



.la-meh-rolling-eyes:before {

  content: "\f5a5"; }



.la-memory:before {

  content: "\f538"; }



.la-mendeley:before {

  content: "\f7b3"; }



.la-menorah:before {

  content: "\f676"; }



.la-mercury:before {

  content: "\f223"; }



.la-meteor:before {

  content: "\f753"; }



.la-microchip:before {

  content: "\f2db"; }



.la-microphone:before {

  content: "\f130"; }



.la-microphone-alt:before {

  content: "\f3c9"; }



.la-microphone-alt-slash:before {

  content: "\f539"; }



.la-microphone-slash:before {

  content: "\f131"; }



.la-microscope:before {

  content: "\f610"; }



.la-microsoft:before {

  content: "\f3ca"; }



.la-minus:before {

  content: "\f068"; }



.la-minus-circle:before {

  content: "\f056"; }



.la-minus-square:before {

  content: "\f146"; }



.la-mitten:before {

  content: "\f7b5"; }



.la-mix:before {

  content: "\f3cb"; }



.la-mixcloud:before {

  content: "\f289"; }



.la-mizuni:before {

  content: "\f3cc"; }



.la-mobile:before {

  content: "\f10b"; }



.la-mobile-alt:before {

  content: "\f3cd"; }



.la-modx:before {

  content: "\f285"; }



.la-monero:before {

  content: "\f3d0"; }



.la-money-bill:before {

  content: "\f0d6"; }



.la-money-bill-alt:before {

  content: "\f3d1"; }



.la-money-bill-wave:before {

  content: "\f53a"; }



.la-money-bill-wave-alt:before {

  content: "\f53b"; }



.la-money-check:before {

  content: "\f53c"; }



.la-money-check-alt:before {

  content: "\f53d"; }



.la-monument:before {

  content: "\f5a6"; }



.la-moon:before {

  content: "\f186"; }



.la-mortar-pestle:before {

  content: "\f5a7"; }



.la-mosque:before {

  content: "\f678"; }



.la-motorcycle:before {

  content: "\f21c"; }



.la-mountain:before {

  content: "\f6fc"; }



.la-mouse:before {

  content: "\f8cc"; }



.la-mouse-pointer:before {

  content: "\f245"; }



.la-mug-hot:before {

  content: "\f7b6"; }



.la-music:before {

  content: "\f001"; }



.la-napster:before {

  content: "\f3d2"; }



.la-neos:before {

  content: "\f612"; }



.la-network-wired:before {

  content: "\f6ff"; }



.la-neuter:before {

  content: "\f22c"; }



.la-newspaper:before {

  content: "\f1ea"; }



.la-nimblr:before {

  content: "\f5a8"; }



.la-node:before {

  content: "\f419"; }



.la-node-js:before {

  content: "\f3d3"; }



.la-not-equal:before {

  content: "\f53e"; }



.la-notes-medical:before {

  content: "\f481"; }



.la-npm:before {

  content: "\f3d4"; }



.la-ns8:before {

  content: "\f3d5"; }



.la-nutritionix:before {

  content: "\f3d6"; }



.la-object-group:before {

  content: "\f247"; }



.la-object-ungroup:before {

  content: "\f248"; }



.la-odnoklassniki:before {

  content: "\f263"; }



.la-odnoklassniki-square:before {

  content: "\f264"; }



.la-oil-can:before {

  content: "\f613"; }



.la-old-republic:before {

  content: "\f510"; }



.la-om:before {

  content: "\f679"; }



.la-opencart:before {

  content: "\f23d"; }



.la-openid:before {

  content: "\f19b"; }



.la-opera:before {

  content: "\f26a"; }



.la-optin-monster:before {

  content: "\f23c"; }



.la-orcid:before {

  content: "\f8d2"; }



.la-osi:before {

  content: "\f41a"; }



.la-otter:before {

  content: "\f700"; }



.la-outdent:before {

  content: "\f03b"; }



.la-page4:before {

  content: "\f3d7"; }



.la-pagelines:before {

  content: "\f18c"; }



.la-pager:before {

  content: "\f815"; }



.la-paint-brush:before {

  content: "\f1fc"; }



.la-paint-roller:before {

  content: "\f5aa"; }



.la-palette:before {

  content: "\f53f"; }



.la-palfed:before {

  content: "\f3d8"; }



.la-pallet:before {

  content: "\f482"; }



.la-paper-plane:before {

  content: "\f1d8"; }



.la-paperclip:before {

  content: "\f0c6"; }



.la-parachute-box:before {

  content: "\f4cd"; }



.la-paragraph:before {

  content: "\f1dd"; }



.la-parking:before {

  content: "\f540"; }



.la-passport:before {

  content: "\f5ab"; }



.la-pastafarianism:before {

  content: "\f67b"; }



.la-paste:before {

  content: "\f0ea"; }



.la-patreon:before {

  content: "\f3d9"; }



.la-pause:before {

  content: "\f04c"; }



.la-pause-circle:before {

  content: "\f28b"; }



.la-paw:before {

  content: "\f1b0"; }



.la-paypal:before {

  content: "\f1ed"; }



.la-peace:before {

  content: "\f67c"; }



.la-pen:before {

  content: "\f304"; }



.la-pen-alt:before {

  content: "\f305"; }



.la-pen-fancy:before {

  content: "\f5ac"; }



.la-pen-nib:before {

  content: "\f5ad"; }



.la-pen-square:before {

  content: "\f14b"; }



.la-pencil-alt:before {

  content: "\f303"; }



.la-pencil-ruler:before {

  content: "\f5ae"; }



.la-penny-arcade:before {

  content: "\f704"; }



.la-people-carry:before {

  content: "\f4ce"; }



.la-pepper-hot:before {

  content: "\f816"; }



.la-percent:before {

  content: "\f295"; }



.la-percentage:before {

  content: "\f541"; }



.la-periscope:before {

  content: "\f3da"; }



.la-person-booth:before {

  content: "\f756"; }



.la-phabricator:before {

  content: "\f3db"; }



.la-phoenix-framework:before {

  content: "\f3dc"; }



.la-phoenix-squadron:before {

  content: "\f511"; }



.la-phone:before {

  content: "\f095"; }



.la-phone-alt:before {

  content: "\f879"; }



.la-phone-slash:before {

  content: "\f3dd"; }



.la-phone-square:before {

  content: "\f098"; }



.la-phone-square-alt:before {

  content: "\f87b"; }



.la-phone-volume:before {

  content: "\f2a0"; }



.la-photo-video:before {

  content: "\f87c"; }



.la-php:before {

  content: "\f457"; }



.la-pied-piper:before {

  content: "\f2ae"; }



.la-pied-piper-alt:before {

  content: "\f1a8"; }



.la-pied-piper-hat:before {

  content: "\f4e5"; }



.la-pied-piper-pp:before {

  content: "\f1a7"; }



.la-piggy-bank:before {

  content: "\f4d3"; }



.la-pills:before {

  content: "\f484"; }



.la-pinterest:before {

  content: "\f0d2"; }



.la-pinterest-p:before {

  content: "\f231"; }



.la-pinterest-square:before {

  content: "\f0d3"; }



.la-pizza-slice:before {

  content: "\f818"; }



.la-place-of-worship:before {

  content: "\f67f"; }



.la-plane:before {

  content: "\f072"; }



.la-plane-arrival:before {

  content: "\f5af"; }



.la-plane-departure:before {

  content: "\f5b0"; }



.la-play:before {

  content: "\f04b"; }



.la-play-circle:before {

  content: "\f144"; }



.la-playstation:before {

  content: "\f3df"; }



.la-plug:before {

  content: "\f1e6"; }



.la-plus:before {

  content: "\f067"; }



.la-plus-circle:before {

  content: "\f055"; }



.la-plus-square:before {

  content: "\f0fe"; }



.la-podcast:before {

  content: "\f2ce"; }



.la-poll:before {

  content: "\f681"; }



.la-poll-h:before {

  content: "\f682"; }



.la-poo:before {

  content: "\f2fe"; }



.la-poo-storm:before {

  content: "\f75a"; }



.la-poop:before {

  content: "\f619"; }



.la-portrait:before {

  content: "\f3e0"; }



.la-pound-sign:before {

  content: "\f154"; }



.la-power-off:before {

  content: "\f011"; }



.la-pray:before {

  content: "\f683"; }



.la-praying-hands:before {

  content: "\f684"; }



.la-prescription:before {

  content: "\f5b1"; }



.la-prescription-bottle:before {

  content: "\f485"; }



.la-prescription-bottle-alt:before {

  content: "\f486"; }



.la-print:before {

  content: "\f02f"; }



.la-procedures:before {

  content: "\f487"; }



.la-product-hunt:before {

  content: "\f288"; }



.la-project-diagram:before {

  content: "\f542"; }



.la-pushed:before {

  content: "\f3e1"; }



.la-puzzle-piece:before {

  content: "\f12e"; }



.la-python:before {

  content: "\f3e2"; }



.la-qq:before {

  content: "\f1d6"; }



.la-qrcode:before {

  content: "\f029"; }



.la-question:before {

  content: "\f128"; }



.la-question-circle:before {

  content: "\f059"; }



.la-quidditch:before {

  content: "\f458"; }



.la-quinscape:before {

  content: "\f459"; }



.la-quora:before {

  content: "\f2c4"; }



.la-quote-left:before {

  content: "\f10d"; }



.la-quote-right:before {

  content: "\f10e"; }



.la-quran:before {

  content: "\f687"; }



.la-r-project:before {

  content: "\f4f7"; }



.la-radiation:before {

  content: "\f7b9"; }



.la-radiation-alt:before {

  content: "\f7ba"; }



.la-rainbow:before {

  content: "\f75b"; }



.la-random:before {

  content: "\f074"; }



.la-raspberry-pi:before {

  content: "\f7bb"; }



.la-ravelry:before {

  content: "\f2d9"; }



.la-react:before {

  content: "\f41b"; }



.la-reacteurope:before {

  content: "\f75d"; }



.la-readme:before {

  content: "\f4d5"; }



.la-rebel:before {

  content: "\f1d0"; }



.la-receipt:before {

  content: "\f543"; }



.la-record-vinyl:before {

  content: "\f8d9"; }



.la-recycle:before {

  content: "\f1b8"; }



.la-red-river:before {

  content: "\f3e3"; }



.la-reddit:before {

  content: "\f1a1"; }



.la-reddit-alien:before {

  content: "\f281"; }



.la-reddit-square:before {

  content: "\f1a2"; }



.la-redhat:before {

  content: "\f7bc"; }



.la-redo:before {

  content: "\f01e"; }



.la-redo-alt:before {

  content: "\f2f9"; }



.la-registered:before {

  content: "\f25d"; }



.la-remove-format:before {

  content: "\f87d"; }



.la-renren:before {

  content: "\f18b"; }



.la-reply:before {

  content: "\f3e5"; }



.la-reply-all:before {

  content: "\f122"; }



.la-replyd:before {

  content: "\f3e6"; }



.la-republican:before {

  content: "\f75e"; }



.la-researchgate:before {

  content: "\f4f8"; }



.la-resolving:before {

  content: "\f3e7"; }



.la-restroom:before {

  content: "\f7bd"; }



.la-retweet:before {

  content: "\f079"; }



.la-rev:before {

  content: "\f5b2"; }



.la-ribbon:before {

  content: "\f4d6"; }



.la-ring:before {

  content: "\f70b"; }



.la-road:before {

  content: "\f018"; }



.la-robot:before {

  content: "\f544"; }



.la-rocket:before {

  content: "\f135"; }



.la-rocketchat:before {

  content: "\f3e8"; }



.la-rockrms:before {

  content: "\f3e9"; }



.la-route:before {

  content: "\f4d7"; }



.la-rss:before {

  content: "\f09e"; }



.la-rss-square:before {

  content: "\f143"; }



.la-ruble-sign:before {

  content: "\f158"; }



.la-ruler:before {

  content: "\f545"; }



.la-ruler-combined:before {

  content: "\f546"; }



.la-ruler-horizontal:before {

  content: "\f547"; }



.la-ruler-vertical:before {

  content: "\f548"; }



.la-running:before {

  content: "\f70c"; }



.la-rupee-sign:before {

  content: "\f156"; }



.la-sad-cry:before {

  content: "\f5b3"; }



.la-sad-tear:before {

  content: "\f5b4"; }



.la-safari:before {

  content: "\f267"; }



.la-salesforce:before {

  content: "\f83b"; }



.la-sass:before {

  content: "\f41e"; }



.la-satellite:before {

  content: "\f7bf"; }



.la-satellite-dish:before {

  content: "\f7c0"; }



.la-save:before {

  content: "\f0c7"; }



.la-schlix:before {

  content: "\f3ea"; }



.la-school:before {

  content: "\f549"; }



.la-screwdriver:before {

  content: "\f54a"; }



.la-scribd:before {

  content: "\f28a"; }



.la-scroll:before {

  content: "\f70e"; }



.la-sd-card:before {

  content: "\f7c2"; }



.la-search:before {

  content: "\f002"; }



.la-search-dollar:before {

  content: "\f688"; }



.la-search-location:before {

  content: "\f689"; }



.la-search-minus:before {

  content: "\f010"; }



.la-search-plus:before {

  content: "\f00e"; }



.la-searchengin:before {

  content: "\f3eb"; }



.la-seedling:before {

  content: "\f4d8"; }



.la-sellcast:before {

  content: "\f2da"; }



.la-sellsy:before {

  content: "\f213"; }



.la-server:before {

  content: "\f233"; }



.la-servicestack:before {

  content: "\f3ec"; }



.la-shapes:before {

  content: "\f61f"; }



.la-share:before {

  content: "\f064"; }



.la-share-alt:before {

  content: "\f1e0"; }



.la-share-alt-square:before {

  content: "\f1e1"; }



.la-share-square:before {

  content: "\f14d"; }



.la-shekel-sign:before {

  content: "\f20b"; }



.la-shield-alt:before {

  content: "\f3ed"; }



.la-ship:before {

  content: "\f21a"; }



.la-shipping-fast:before {

  content: "\f48b"; }



.la-shirtsinbulk:before {

  content: "\f214"; }



.la-shoe-prints:before {

  content: "\f54b"; }



.la-shopping-bag:before {

  content: "\f290"; }



.la-shopping-basket:before {

  content: "\f291"; }



.la-shopping-cart:before {

  content: "\f07a"; }



.la-shopware:before {

  content: "\f5b5"; }



.la-shower:before {

  content: "\f2cc"; }



.la-shuttle-van:before {

  content: "\f5b6"; }



.la-sign:before {

  content: "\f4d9"; }



.la-sign-in-alt:before {

  content: "\f2f6"; }



.la-sign-language:before {

  content: "\f2a7"; }



.la-sign-out-alt:before {

  content: "\f2f5"; }



.la-signal:before {

  content: "\f012"; }



.la-signature:before {

  content: "\f5b7"; }



.la-sim-card:before {

  content: "\f7c4"; }



.la-simplybuilt:before {

  content: "\f215"; }



.la-sistrix:before {

  content: "\f3ee"; }



.la-sitemap:before {

  content: "\f0e8"; }



.la-sith:before {

  content: "\f512"; }



.la-skating:before {

  content: "\f7c5"; }



.la-sketch:before {

  content: "\f7c6"; }



.la-skiing:before {

  content: "\f7c9"; }



.la-skiing-nordic:before {

  content: "\f7ca"; }



.la-skull:before {

  content: "\f54c"; }



.la-skull-crossbones:before {

  content: "\f714"; }



.la-skyatlas:before {

  content: "\f216"; }



.la-skype:before {

  content: "\f17e"; }



.la-slack:before {

  content: "\f198"; }



.la-slack-hash:before {

  content: "\f3ef"; }



.la-slash:before {

  content: "\f715"; }



.la-sleigh:before {

  content: "\f7cc"; }



.la-sliders-h:before {

  content: "\f1de"; }



.la-slideshare:before {

  content: "\f1e7"; }



.la-smile:before {

  content: "\f118"; }



.la-smile-beam:before {

  content: "\f5b8"; }



.la-smile-wink:before {

  content: "\f4da"; }



.la-smog:before {

  content: "\f75f"; }



.la-smoking:before {

  content: "\f48d"; }



.la-smoking-ban:before {

  content: "\f54d"; }



.la-sms:before {

  content: "\f7cd"; }



.la-snapchat:before {

  content: "\f2ab"; }



.la-snapchat-ghost:before {

  content: "\f2ac"; }



.la-snapchat-square:before {

  content: "\f2ad"; }



.la-snowboarding:before {

  content: "\f7ce"; }



.la-snowflake:before {

  content: "\f2dc"; }



.la-snowman:before {

  content: "\f7d0"; }



.la-snowplow:before {

  content: "\f7d2"; }



.la-socks:before {

  content: "\f696"; }



.la-solar-panel:before {

  content: "\f5ba"; }



.la-sort:before {

  content: "\f0dc"; }



.la-sort-alpha-down:before {

  content: "\f15d"; }



.la-sort-alpha-down-alt:before {

  content: "\f881"; }



.la-sort-alpha-up:before {

  content: "\f15e"; }



.la-sort-alpha-up-alt:before {

  content: "\f882"; }



.la-sort-amount-down:before {

  content: "\f160"; }



.la-sort-amount-down-alt:before {

  content: "\f884"; }



.la-sort-amount-up:before {

  content: "\f161"; }



.la-sort-amount-up-alt:before {

  content: "\f885"; }



.la-sort-down:before {

  content: "\f0dd"; }



.la-sort-numeric-down:before {

  content: "\f162"; }



.la-sort-numeric-down-alt:before {

  content: "\f886"; }



.la-sort-numeric-up:before {

  content: "\f163"; }



.la-sort-numeric-up-alt:before {

  content: "\f887"; }



.la-sort-up:before {

  content: "\f0de"; }



.la-soundcloud:before {

  content: "\f1be"; }



.la-sourcetree:before {

  content: "\f7d3"; }



.la-spa:before {

  content: "\f5bb"; }



.la-space-shuttle:before {

  content: "\f197"; }



.la-speakap:before {

  content: "\f3f3"; }



.la-speaker-deck:before {

  content: "\f83c"; }



.la-spell-check:before {

  content: "\f891"; }



.la-spider:before {

  content: "\f717"; }



.la-spinner:before {

  content: "\f110"; }



.la-splotch:before {

  content: "\f5bc"; }



.la-spotify:before {

  content: "\f1bc"; }



.la-spray-can:before {

  content: "\f5bd"; }



.la-square:before {

  content: "\f0c8"; }



.la-square-full:before {

  content: "\f45c"; }



.la-square-root-alt:before {

  content: "\f698"; }



.la-squarespace:before {

  content: "\f5be"; }



.la-stack-exchange:before {

  content: "\f18d"; }



.la-stack-overflow:before {

  content: "\f16c"; }



.la-stackpath:before {

  content: "\f842"; }



.la-stamp:before {

  content: "\f5bf"; }



.la-star:before {

  content: "\f005"; }



.la-star-and-crescent:before {

  content: "\f699"; }



.la-star-half:before {

  content: "\f089"; }



.la-star-half-alt:before {

  content: "\f5c0"; }



.la-star-of-david:before {

  content: "\f69a"; }



.la-star-of-life:before {

  content: "\f621"; }



.la-staylinked:before {

  content: "\f3f5"; }



.la-steam:before {

  content: "\f1b6"; }



.la-steam-square:before {

  content: "\f1b7"; }



.la-steam-symbol:before {

  content: "\f3f6"; }



.la-step-backward:before {

  content: "\f048"; }



.la-step-forward:before {

  content: "\f051"; }



.la-stethoscope:before {

  content: "\f0f1"; }



.la-sticker-mule:before {

  content: "\f3f7"; }



.la-sticky-note:before {

  content: "\f249"; }



.la-stop:before {

  content: "\f04d"; }



.la-stop-circle:before {

  content: "\f28d"; }



.la-stopwatch:before {

  content: "\f2f2"; }



.la-store:before {

  content: "\f54e"; }



.la-store-alt:before {

  content: "\f54f"; }



.la-strava:before {

  content: "\f428"; }



.la-stream:before {

  content: "\f550"; }



.la-street-view:before {

  content: "\f21d"; }



.la-strikethrough:before {

  content: "\f0cc"; }



.la-stripe:before {

  content: "\f429"; }



.la-stripe-s:before {

  content: "\f42a"; }



.la-stroopwafel:before {

  content: "\f551"; }



.la-studiovinari:before {

  content: "\f3f8"; }



.la-stumbleupon:before {

  content: "\f1a4"; }



.la-stumbleupon-circle:before {

  content: "\f1a3"; }



.la-subscript:before {

  content: "\f12c"; }



.la-subway:before {

  content: "\f239"; }



.la-suitcase:before {

  content: "\f0f2"; }



.la-suitcase-rolling:before {

  content: "\f5c1"; }



.la-sun:before {

  content: "\f185"; }



.la-superpowers:before {

  content: "\f2dd"; }



.la-superscript:before {

  content: "\f12b"; }



.la-supple:before {

  content: "\f3f9"; }



.la-surprise:before {

  content: "\f5c2"; }



.la-suse:before {

  content: "\f7d6"; }



.la-swatchbook:before {

  content: "\f5c3"; }



.la-swift:before {

  content: "\f8e1"; }



.la-swimmer:before {

  content: "\f5c4"; }



.la-swimming-pool:before {

  content: "\f5c5"; }



.la-symfony:before {

  content: "\f83d"; }



.la-synagogue:before {

  content: "\f69b"; }



.la-sync:before {

  content: "\f021"; }



.la-sync-alt:before {

  content: "\f2f1"; }



.la-syringe:before {

  content: "\f48e"; }



.la-table:before {

  content: "\f0ce"; }



.la-table-tennis:before {

  content: "\f45d"; }



.la-tablet:before {

  content: "\f10a"; }



.la-tablet-alt:before {

  content: "\f3fa"; }



.la-tablets:before {

  content: "\f490"; }



.la-tachometer-alt:before {

  content: "\f3fd"; }



.la-tag:before {

  content: "\f02b"; }



.la-tags:before {

  content: "\f02c"; }



.la-tape:before {

  content: "\f4db"; }



.la-tasks:before {

  content: "\f0ae"; }



.la-taxi:before {

  content: "\f1ba"; }



.la-teamspeak:before {

  content: "\f4f9"; }



.la-teeth:before {

  content: "\f62e"; }



.la-teeth-open:before {

  content: "\f62f"; }



.la-telegram:before {

  content: "\f2c6"; }



.la-telegram-plane:before {

  content: "\f3fe"; }



.la-temperature-high:before {

  content: "\f769"; }



.la-temperature-low:before {

  content: "\f76b"; }



.la-tencent-weibo:before {

  content: "\f1d5"; }



.la-tenge:before {

  content: "\f7d7"; }



.la-terminal:before {

  content: "\f120"; }



.la-text-height:before {

  content: "\f034"; }



.la-text-width:before {

  content: "\f035"; }



.la-th:before {

  content: "\f00a"; }



.la-th-large:before {

  content: "\f009"; }



.la-th-list:before {

  content: "\f00b"; }



.la-the-red-yeti:before {

  content: "\f69d"; }



.la-theater-masks:before {

  content: "\f630"; }



.la-themeco:before {

  content: "\f5c6"; }



.la-themeisle:before {

  content: "\f2b2"; }



.la-thermometer:before {

  content: "\f491"; }



.la-thermometer-empty:before {

  content: "\f2cb"; }



.la-thermometer-full:before {

  content: "\f2c7"; }



.la-thermometer-half:before {

  content: "\f2c9"; }



.la-thermometer-quarter:before {

  content: "\f2ca"; }



.la-thermometer-three-quarters:before {

  content: "\f2c8"; }



.la-think-peaks:before {

  content: "\f731"; }



.la-thumbs-down:before {

  content: "\f165"; }



.la-thumbs-up:before {

  content: "\f164"; }



.la-thumbtack:before {

  content: "\f08d"; }



.la-ticket-alt:before {

  content: "\f3ff"; }



.la-times:before {

  content: "\f00d"; }



.la-times-circle:before {

  content: "\f057"; }



.la-tint:before {

  content: "\f043"; }



.la-tint-slash:before {

  content: "\f5c7"; }



.la-tired:before {

  content: "\f5c8"; }



.la-toggle-off:before {

  content: "\f204"; }



.la-toggle-on:before {

  content: "\f205"; }



.la-toilet:before {

  content: "\f7d8"; }



.la-toilet-paper:before {

  content: "\f71e"; }



.la-toolbox:before {

  content: "\f552"; }



.la-tools:before {

  content: "\f7d9"; }



.la-tooth:before {

  content: "\f5c9"; }



.la-torah:before {

  content: "\f6a0"; }



.la-torii-gate:before {

  content: "\f6a1"; }



.la-tractor:before {

  content: "\f722"; }



.la-trade-federation:before {

  content: "\f513"; }



.la-trademark:before {

  content: "\f25c"; }



.la-traffic-light:before {

  content: "\f637"; }



.la-train:before {

  content: "\f238"; }



.la-tram:before {

  content: "\f7da"; }



.la-transgender:before {

  content: "\f224"; }



.la-transgender-alt:before {

  content: "\f225"; }



.la-trash:before {

  content: "\f1f8"; }



.la-trash-alt:before {

  content: "\f2ed"; }



.la-trash-restore:before {

  content: "\f829"; }



.la-trash-restore-alt:before {

  content: "\f82a"; }



.la-tree:before {

  content: "\f1bb"; }



.la-trello:before {

  content: "\f181"; }



.la-tripadvisor:before {

  content: "\f262"; }



.la-trophy:before {

  content: "\f091"; }



.la-truck:before {

  content: "\f0d1"; }



.la-truck-loading:before {

  content: "\f4de"; }



.la-truck-monster:before {

  content: "\f63b"; }



.la-truck-moving:before {

  content: "\f4df"; }



.la-truck-pickup:before {

  content: "\f63c"; }



.la-tshirt:before {

  content: "\f553"; }



.la-tty:before {

  content: "\f1e4"; }



.la-tumblr:before {

  content: "\f173"; }



.la-tumblr-square:before {

  content: "\f174"; }



.la-tv:before {

  content: "\f26c"; }



.la-twitch:before {

  content: "\f1e8"; }



.la-twitter:before {

  content: "\f099"; }



.la-twitter-square:before {

  content: "\f081"; }



.la-typo3:before {

  content: "\f42b"; }



.la-uber:before {

  content: "\f402"; }



.la-ubuntu:before {

  content: "\f7df"; }



.la-uikit:before {

  content: "\f403"; }



.la-umbraco:before {

  content: "\f8e8"; }



.la-umbrella:before {

  content: "\f0e9"; }



.la-umbrella-beach:before {

  content: "\f5ca"; }



.la-underline:before {

  content: "\f0cd"; }



.la-undo:before {

  content: "\f0e2"; }



.la-undo-alt:before {

  content: "\f2ea"; }



.la-uniregistry:before {

  content: "\f404"; }



.la-universal-access:before {

  content: "\f29a"; }



.la-university:before {

  content: "\f19c"; }



.la-unlink:before {

  content: "\f127"; }



.la-unlock:before {

  content: "\f09c"; }



.la-unlock-alt:before {

  content: "\f13e"; }



.la-untappd:before {

  content: "\f405"; }



.la-upload:before {

  content: "\f093"; }



.la-ups:before {

  content: "\f7e0"; }



.la-usb:before {

  content: "\f287"; }



.la-user:before {

  content: "\f007"; }



.la-user-alt:before {

  content: "\f406"; }



.la-user-alt-slash:before {

  content: "\f4fa"; }



.la-user-astronaut:before {

  content: "\f4fb"; }



.la-user-check:before {

  content: "\f4fc"; }



.la-user-circle:before {

  content: "\f2bd"; }



.la-user-clock:before {

  content: "\f4fd"; }



.la-user-cog:before {

  content: "\f4fe"; }



.la-user-edit:before {

  content: "\f4ff"; }



.la-user-friends:before {

  content: "\f500"; }



.la-user-graduate:before {

  content: "\f501"; }



.la-user-injured:before {

  content: "\f728"; }



.la-user-lock:before {

  content: "\f502"; }



.la-user-md:before {

  content: "\f0f0"; }



.la-user-minus:before {

  content: "\f503"; }



.la-user-ninja:before {

  content: "\f504"; }



.la-user-nurse:before {

  content: "\f82f"; }



.la-user-plus:before {

  content: "\f234"; }



.la-user-secret:before {

  content: "\f21b"; }



.la-user-shield:before {

  content: "\f505"; }



.la-user-slash:before {

  content: "\f506"; }



.la-user-tag:before {

  content: "\f507"; }



.la-user-tie:before {

  content: "\f508"; }



.la-user-times:before {

  content: "\f235"; }



.la-users:before {

  content: "\f0c0"; }



.la-users-cog:before {

  content: "\f509"; }



.la-usps:before {

  content: "\f7e1"; }



.la-ussunnah:before {

  content: "\f407"; }



.la-utensil-spoon:before {

  content: "\f2e5"; }



.la-utensils:before {

  content: "\f2e7"; }



.la-vaadin:before {

  content: "\f408"; }



.la-vector-square:before {

  content: "\f5cb"; }



.la-venus:before {

  content: "\f221"; }



.la-venus-double:before {

  content: "\f226"; }



.la-venus-mars:before {

  content: "\f228"; }



.la-viacoin:before {

  content: "\f237"; }



.la-viadeo:before {

  content: "\f2a9"; }



.la-viadeo-square:before {

  content: "\f2aa"; }



.la-vial:before {

  content: "\f492"; }



.la-vials:before {

  content: "\f493"; }



.la-viber:before {

  content: "\f409"; }



.la-video:before {

  content: "\f03d"; }



.la-video-slash:before {

  content: "\f4e2"; }



.la-vihara:before {

  content: "\f6a7"; }



.la-vimeo:before {

  content: "\f40a"; }



.la-vimeo-square:before {

  content: "\f194"; }



.la-vimeo-v:before {

  content: "\f27d"; }



.la-vine:before {

  content: "\f1ca"; }



.la-vk:before {

  content: "\f189"; }



.la-vnv:before {

  content: "\f40b"; }



.la-voicemail:before {

  content: "\f897"; }



.la-volleyball-ball:before {

  content: "\f45f"; }



.la-volume-down:before {

  content: "\f027"; }



.la-volume-mute:before {

  content: "\f6a9"; }



.la-volume-off:before {

  content: "\f026"; }



.la-volume-up:before {

  content: "\f028"; }



.la-vote-yea:before {

  content: "\f772"; }



.la-vr-cardboard:before {

  content: "\f729"; }



.la-vuejs:before {

  content: "\f41f"; }



.la-walking:before {

  content: "\f554"; }



.la-wallet:before {

  content: "\f555"; }



.la-warehouse:before {

  content: "\f494"; }



.la-water:before {

  content: "\f773"; }



.la-wave-square:before {

  content: "\f83e"; }



.la-waze:before {

  content: "\f83f"; }



.la-weebly:before {

  content: "\f5cc"; }



.la-weibo:before {

  content: "\f18a"; }



.la-weight:before {

  content: "\f496"; }



.la-weight-hanging:before {

  content: "\f5cd"; }



.la-weixin:before {

  content: "\f1d7"; }



.la-whatsapp:before {

  content: "\f232"; }



.la-whatsapp-square:before {

  content: "\f40c"; }



.la-wheelchair:before {

  content: "\f193"; }



.la-whmcs:before {

  content: "\f40d"; }



.la-wifi:before {

  content: "\f1eb"; }



.la-wikipedia-w:before {

  content: "\f266"; }



.la-wind:before {

  content: "\f72e"; }



.la-window-close:before {

  content: "\f410"; }



.la-window-maximize:before {

  content: "\f2d0"; }



.la-window-minimize:before {

  content: "\f2d1"; }



.la-window-restore:before {

  content: "\f2d2"; }



.la-windows:before {

  content: "\f17a"; }



.la-wine-bottle:before {

  content: "\f72f"; }



.la-wine-glass:before {

  content: "\f4e3"; }



.la-wine-glass-alt:before {

  content: "\f5ce"; }



.la-wix:before {

  content: "\f5cf"; }



.la-wizards-of-the-coast:before {

  content: "\f730"; }



.la-wolf-pack-battalion:before {

  content: "\f514"; }



.la-won-sign:before {

  content: "\f159"; }



.la-wordpress:before {

  content: "\f19a"; }



.la-wordpress-simple:before {

  content: "\f411"; }



.la-wpbeginner:before {

  content: "\f297"; }



.la-wpexplorer:before {

  content: "\f2de"; }



.la-wpforms:before {

  content: "\f298"; }



.la-wpressr:before {

  content: "\f3e4"; }



.la-wrench:before {

  content: "\f0ad"; }



.la-x-ray:before {

  content: "\f497"; }



.la-xbox:before {

  content: "\f412"; }



.la-xing:before {

  content: "\f168"; }



.la-xing-square:before {

  content: "\f169"; }



.la-y-combinator:before {

  content: "\f23b"; }



.la-yahoo:before {

  content: "\f19e"; }



.la-yammer:before {

  content: "\f840"; }



.la-yandex:before {

  content: "\f413"; }



.la-yandex-international:before {

  content: "\f414"; }



.la-yarn:before {

  content: "\f7e3"; }



.la-yelp:before {

  content: "\f1e9"; }



.la-yen-sign:before {

  content: "\f157"; }



.la-yin-yang:before {

  content: "\f6ad"; }



.la-yoast:before {

  content: "\f2b1"; }



.la-youtube:before {

  content: "\f167"; }



.la-youtube-square:before {

  content: "\f431"; }



.la-zhihu:before {

  content: "\f63f"; }



.sr-only {

  border: 0;

  clip: rect(0, 0, 0, 0);

  height: 1px;

  margin: -1px;

  overflow: hidden;

  padding: 0;

  position: absolute;

  width: 1px; }



.sr-only-focusable:active, .sr-only-focusable:focus {

  clip: auto;

  height: auto;

  margin: 0;

  overflow: visible;

  position: static;

  width: auto; }



@font-face {

  font-family: 'Line Awesome Brands';

  font-style: normal;

  font-weight: normal;

  font-display: auto;

  src: url("../css/webfonts/la-brands-400.eot");

  src: url("../css/webfonts/la-brands-400.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/la-brands-400.woff2") format("woff2"), url("../css/webfonts/la-brands-400.woff") format("woff"), url("../css/webfonts/la-brands-400.ttf") format("truetype"), url("../css/webfonts/la-brands-400.svg#lineawesome") format("svg"); }



.lab {

  font-family: 'Line Awesome Brands'; }



@font-face {

  font-family: 'Line Awesome Free';

  font-style: normal;

  font-weight: 400;

  font-display: auto;

  src: url("../css/webfonts/la-regular-400.eot");

  src: url("../css/webfonts/la-regular-400.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/la-regular-400.woff2") format("woff2"), url("../css/webfonts/la-regular-400.woff") format("woff"), url("../css/webfonts/la-regular-400.ttf") format("truetype"), url("../css/webfonts/la-regular-400.svg#lineawesome") format("svg"); }



.lar {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



@font-face {

  font-family: 'Line Awesome Free';

  font-style: normal;

  font-weight: 900;

  font-display: auto;

  src: url("../css/webfonts/la-solid-900.eot");

  src: url("../css/webfonts/la-solid-900.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/la-solid-900.woff2") format("woff2"), url("../css/webfonts/la-solid-900.woff") format("woff"), url("../css/webfonts/la-solid-900.ttf") format("truetype"), url("../css/webfonts/la-solid-900.svg#lineawesome") format("svg"); }



.la,

.las {

  font-family: 'Line Awesome Free';

  font-weight: 900; }



.la.la-glass:before {

  content: "\f000"; }



.la.la-meetup {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-star-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-star-o:before {

  content: "\f005"; }



.la.la-remove:before {

  content: "\f00d"; }



.la.la-close:before {

  content: "\f00d"; }



.la.la-gear:before {

  content: "\f013"; }



.la.la-trash-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-trash-o:before {

  content: "\f2ed"; }



.la.la-file-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-o:before {

  content: "\f15b"; }



.la.la-clock-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-clock-o:before {

  content: "\f017"; }



.la.la-arrow-circle-o-down {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-arrow-circle-o-down:before {

  content: "\f358"; }



.la.la-arrow-circle-o-up {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-arrow-circle-o-up:before {

  content: "\f35b"; }



.la.la-play-circle-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-play-circle-o:before {

  content: "\f144"; }



.la.la-repeat:before {

  content: "\f01e"; }



.la.la-rotate-right:before {

  content: "\f01e"; }



.la.la-refresh:before {

  content: "\f021"; }



.la.la-list-alt {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-dedent:before {

  content: "\f03b"; }



.la.la-video-camera:before {

  content: "\f03d"; }



.la.la-picture-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-picture-o:before {

  content: "\f03e"; }



.la.la-photo {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-photo:before {

  content: "\f03e"; }



.la.la-image {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-image:before {

  content: "\f03e"; }



.la.la-pencil:before {

  content: "\f303"; }



.la.la-map-marker:before {

  content: "\f3c5"; }



.la.la-pencil-square-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-pencil-square-o:before {

  content: "\f044"; }



.la.la-share-square-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-share-square-o:before {

  content: "\f14d"; }



.la.la-check-square-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-check-square-o:before {

  content: "\f14a"; }



.la.la-arrows:before {

  content: "\f0b2"; }



.la.la-times-circle-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-times-circle-o:before {

  content: "\f057"; }



.la.la-check-circle-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-check-circle-o:before {

  content: "\f058"; }



.la.la-mail-forward:before {

  content: "\f064"; }



.la.la-eye {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-eye-slash {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-warning:before {

  content: "\f071"; }



.la.la-calendar:before {

  content: "\f073"; }



.la.la-arrows-v:before {

  content: "\f338"; }



.la.la-arrows-h:before {

  content: "\f337"; }



.la.la-bar-chart {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-bar-chart:before {

  content: "\f080"; }



.la.la-bar-chart-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-bar-chart-o:before {

  content: "\f080"; }



.la.la-twitter-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-facebook-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-gears:before {

  content: "\f085"; }



.la.la-thumbs-o-up {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-thumbs-o-up:before {

  content: "\f164"; }



.la.la-thumbs-o-down {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-thumbs-o-down:before {

  content: "\f165"; }



.la.la-heart-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-heart-o:before {

  content: "\f004"; }



.la.la-sign-out:before {

  content: "\f2f5"; }



.la.la-linkedin-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-linkedin-square:before {

  content: "\f08c"; }



.la.la-thumb-tack:before {

  content: "\f08d"; }



.la.la-external-link:before {

  content: "\f35d"; }



.la.la-sign-in:before {

  content: "\f2f6"; }



.la.la-github-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-lemon-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-lemon-o:before {

  content: "\f094"; }



.la.la-square-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-square-o:before {

  content: "\f0c8"; }



.la.la-bookmark-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-bookmark-o:before {

  content: "\f02e"; }



.la.la-twitter {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-facebook {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-facebook:before {

  content: "\f39e"; }



.la.la-facebook-f {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-facebook-f:before {

  content: "\f39e"; }



.la.la-github {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-credit-card {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-feed:before {

  content: "\f09e"; }



.la.la-hdd-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hdd-o:before {

  content: "\f0a0"; }



.la.la-hand-o-right {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hand-o-right:before {

  content: "\f0a4"; }



.la.la-hand-o-left {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hand-o-left:before {

  content: "\f0a5"; }



.la.la-hand-o-up {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hand-o-up:before {

  content: "\f0a6"; }



.la.la-hand-o-down {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hand-o-down:before {

  content: "\f0a7"; }



.la.la-arrows-alt:before {

  content: "\f31e"; }



.la.la-group:before {

  content: "\f0c0"; }



.la.la-chain:before {

  content: "\f0c1"; }



.la.la-scissors:before {

  content: "\f0c4"; }



.la.la-files-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-files-o:before {

  content: "\f0c5"; }



.la.la-floppy-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-floppy-o:before {

  content: "\f0c7"; }



.la.la-navicon:before {

  content: "\f0c9"; }



.la.la-reorder:before {

  content: "\f0c9"; }



.la.la-pinterest {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-pinterest-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-google-plus-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-google-plus {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-google-plus:before {

  content: "\f0d5"; }



.la.la-money {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-money:before {

  content: "\f3d1"; }



.la.la-unsorted:before {

  content: "\f0dc"; }



.la.la-sort-desc:before {

  content: "\f0dd"; }



.la.la-sort-asc:before {

  content: "\f0de"; }



.la.la-linkedin {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-linkedin:before {

  content: "\f0e1"; }



.la.la-rotate-left:before {

  content: "\f0e2"; }



.la.la-legal:before {

  content: "\f0e3"; }



.la.la-tachometer:before {

  content: "\f3fd"; }



.la.la-dashboard:before {

  content: "\f3fd"; }



.la.la-comment-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-comment-o:before {

  content: "\f075"; }



.la.la-comments-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-comments-o:before {

  content: "\f086"; }



.la.la-flash:before {

  content: "\f0e7"; }



.la.la-clipboard {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-paste {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-paste:before {

  content: "\f328"; }



.la.la-lightbulb-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-lightbulb-o:before {

  content: "\f0eb"; }



.la.la-exchange:before {

  content: "\f362"; }



.la.la-cloud-download:before {

  content: "\f381"; }



.la.la-cloud-upload:before {

  content: "\f382"; }



.la.la-bell-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-bell-o:before {

  content: "\f0f3"; }



.la.la-cutlery:before {

  content: "\f2e7"; }



.la.la-file-text-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-text-o:before {

  content: "\f15c"; }



.la.la-building-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-building-o:before {

  content: "\f1ad"; }



.la.la-hospital-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hospital-o:before {

  content: "\f0f8"; }



.la.la-tablet:before {

  content: "\f3fa"; }



.la.la-mobile:before {

  content: "\f3cd"; }



.la.la-mobile-phone:before {

  content: "\f3cd"; }



.la.la-circle-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-circle-o:before {

  content: "\f111"; }



.la.la-mail-reply:before {

  content: "\f3e5"; }



.la.la-github-alt {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-folder-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-folder-o:before {

  content: "\f07b"; }



.la.la-folder-open-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-folder-open-o:before {

  content: "\f07c"; }



.la.la-smile-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-smile-o:before {

  content: "\f118"; }



.la.la-frown-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-frown-o:before {

  content: "\f119"; }



.la.la-meh-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-meh-o:before {

  content: "\f11a"; }



.la.la-keyboard-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-keyboard-o:before {

  content: "\f11c"; }



.la.la-flag-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-flag-o:before {

  content: "\f024"; }



.la.la-mail-reply-all:before {

  content: "\f122"; }



.la.la-star-half-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-star-half-o:before {

  content: "\f089"; }



.la.la-star-half-empty {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-star-half-empty:before {

  content: "\f089"; }



.la.la-star-half-full {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-star-half-full:before {

  content: "\f089"; }



.la.la-code-fork:before {

  content: "\f126"; }



.la.la-chain-broken:before {

  content: "\f127"; }



.la.la-shield:before {

  content: "\f3ed"; }



.la.la-calendar-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-calendar-o:before {

  content: "\f133"; }



.la.la-maxcdn {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-html5 {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-css3 {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-ticket:before {

  content: "\f3ff"; }



.la.la-minus-square-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-minus-square-o:before {

  content: "\f146"; }



.la.la-level-up:before {

  content: "\f3bf"; }



.la.la-level-down:before {

  content: "\f3be"; }



.la.la-pencil-square:before {

  content: "\f14b"; }



.la.la-external-link-square:before {

  content: "\f360"; }



.la.la-compass {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-caret-square-o-down {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-caret-square-o-down:before {

  content: "\f150"; }



.la.la-toggle-down {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-toggle-down:before {

  content: "\f150"; }



.la.la-caret-square-o-up {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-caret-square-o-up:before {

  content: "\f151"; }



.la.la-toggle-up {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-toggle-up:before {

  content: "\f151"; }



.la.la-caret-square-o-right {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-caret-square-o-right:before {

  content: "\f152"; }



.la.la-toggle-right {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-toggle-right:before {

  content: "\f152"; }



.la.la-eur:before {

  content: "\f153"; }



.la.la-euro:before {

  content: "\f153"; }



.la.la-gbp:before {

  content: "\f154"; }



.la.la-usd:before {

  content: "\f155"; }



.la.la-dollar:before {

  content: "\f155"; }



.la.la-inr:before {

  content: "\f156"; }



.la.la-rupee:before {

  content: "\f156"; }



.la.la-jpy:before {

  content: "\f157"; }



.la.la-cny:before {

  content: "\f157"; }



.la.la-rmb:before {

  content: "\f157"; }



.la.la-yen:before {

  content: "\f157"; }



.la.la-rub:before {

  content: "\f158"; }



.la.la-ruble:before {

  content: "\f158"; }



.la.la-rouble:before {

  content: "\f158"; }



.la.la-krw:before {

  content: "\f159"; }



.la.la-won:before {

  content: "\f159"; }



.la.la-btc {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-bitcoin {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-bitcoin:before {

  content: "\f15a"; }



.la.la-file-text:before {

  content: "\f15c"; }



.la.la-sort-alpha-asc:before {

  content: "\f15d"; }



.la.la-sort-alpha-desc:before {

  content: "\f881"; }



.la.la-sort-amount-asc:before {

  content: "\f160"; }



.la.la-sort-amount-desc:before {

  content: "\f884"; }



.la.la-sort-numeric-asc:before {

  content: "\f162"; }



.la.la-sort-numeric-desc:before {

  content: "\f886"; }



.la.la-youtube-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-youtube {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-xing {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-xing-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-youtube-play {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-youtube-play:before {

  content: "\f167"; }



.la.la-dropbox {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-stack-overflow {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-instagram {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-flickr {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-adn {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-bitbucket {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-bitbucket-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-bitbucket-square:before {

  content: "\f171"; }



.la.la-tumblr {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-tumblr-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-long-arrow-down:before {

  content: "\f309"; }



.la.la-long-arrow-up:before {

  content: "\f30c"; }



.la.la-long-arrow-left:before {

  content: "\f30a"; }



.la.la-long-arrow-right:before {

  content: "\f30b"; }



.la.la-apple {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-windows {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-android {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-linux {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-dribbble {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-skype {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-foursquare {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-trello {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-gratipay {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-gittip {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-gittip:before {

  content: "\f184"; }



.la.la-sun-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-sun-o:before {

  content: "\f185"; }



.la.la-moon-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-moon-o:before {

  content: "\f186"; }



.la.la-vk {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-weibo {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-renren {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-pagelines {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-stack-exchange {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-arrow-circle-o-right {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-arrow-circle-o-right:before {

  content: "\f35a"; }



.la.la-arrow-circle-o-left {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-arrow-circle-o-left:before {

  content: "\f359"; }



.la.la-caret-square-o-left {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-caret-square-o-left:before {

  content: "\f191"; }



.la.la-toggle-left {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-toggle-left:before {

  content: "\f191"; }



.la.la-dot-circle-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-dot-circle-o:before {

  content: "\f192"; }



.la.la-vimeo-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-try:before {

  content: "\f195"; }



.la.la-turkish-lira:before {

  content: "\f195"; }



.la.la-plus-square-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-plus-square-o:before {

  content: "\f0fe"; }



.la.la-slack {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-wordpress {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-openid {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-institution:before {

  content: "\f19c"; }



.la.la-bank:before {

  content: "\f19c"; }



.la.la-mortar-board:before {

  content: "\f19d"; }



.la.la-yahoo {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-google {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-reddit {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-reddit-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-stumbleupon-circle {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-stumbleupon {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-delicious {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-digg {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-pied-piper-pp {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-pied-piper-alt {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-drupal {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-joomla {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-spoon:before {

  content: "\f2e5"; }



.la.la-behance {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-behance-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-steam {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-steam-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-automobile:before {

  content: "\f1b9"; }



.la.la-cab:before {

  content: "\f1ba"; }



.la.la-envelope-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-envelope-o:before {

  content: "\f0e0"; }



.la.la-deviantart {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-soundcloud {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-file-pdf-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-pdf-o:before {

  content: "\f1c1"; }



.la.la-file-word-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-word-o:before {

  content: "\f1c2"; }



.la.la-file-excel-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-excel-o:before {

  content: "\f1c3"; }



.la.la-file-powerpoint-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-powerpoint-o:before {

  content: "\f1c4"; }



.la.la-file-image-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-image-o:before {

  content: "\f1c5"; }



.la.la-file-photo-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-photo-o:before {

  content: "\f1c5"; }



.la.la-file-picture-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-picture-o:before {

  content: "\f1c5"; }



.la.la-file-archive-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-archive-o:before {

  content: "\f1c6"; }



.la.la-file-zip-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-zip-o:before {

  content: "\f1c6"; }



.la.la-file-audio-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-audio-o:before {

  content: "\f1c7"; }



.la.la-file-sound-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-sound-o:before {

  content: "\f1c7"; }



.la.la-file-video-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-video-o:before {

  content: "\f1c8"; }



.la.la-file-movie-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-movie-o:before {

  content: "\f1c8"; }



.la.la-file-code-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-file-code-o:before {

  content: "\f1c9"; }



.la.la-vine {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-codepen {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-jsfiddle {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-life-ring {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-life-bouy {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-life-bouy:before {

  content: "\f1cd"; }



.la.la-life-buoy {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-life-buoy:before {

  content: "\f1cd"; }



.la.la-life-saver {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-life-saver:before {

  content: "\f1cd"; }



.la.la-support {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-support:before {

  content: "\f1cd"; }



.la.la-circle-o-notch:before {

  content: "\f1ce"; }



.la.la-rebel {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-ra {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-ra:before {

  content: "\f1d0"; }



.la.la-resistance {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-resistance:before {

  content: "\f1d0"; }



.la.la-empire {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-ge {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-ge:before {

  content: "\f1d1"; }



.la.la-git-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-git {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-hacker-news {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-y-combinator-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-y-combinator-square:before {

  content: "\f1d4"; }



.la.la-yc-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-yc-square:before {

  content: "\f1d4"; }



.la.la-tencent-weibo {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-qq {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-weixin {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-wechat {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-wechat:before {

  content: "\f1d7"; }



.la.la-send:before {

  content: "\f1d8"; }



.la.la-paper-plane-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-paper-plane-o:before {

  content: "\f1d8"; }



.la.la-send-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-send-o:before {

  content: "\f1d8"; }



.la.la-circle-thin {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-circle-thin:before {

  content: "\f111"; }



.la.la-header:before {

  content: "\f1dc"; }



.la.la-sliders:before {

  content: "\f1de"; }



.la.la-futbol-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-futbol-o:before {

  content: "\f1e3"; }



.la.la-soccer-ball-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-soccer-ball-o:before {

  content: "\f1e3"; }



.la.la-slideshare {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-twitch {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-yelp {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-newspaper-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-newspaper-o:before {

  content: "\f1ea"; }



.la.la-paypal {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-google-wallet {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-cc-visa {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-cc-mastercard {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-cc-discover {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-cc-amex {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-cc-paypal {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-cc-stripe {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-bell-slash-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-bell-slash-o:before {

  content: "\f1f6"; }



.la.la-trash:before {

  content: "\f2ed"; }



.la.la-copyright {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-eyedropper:before {

  content: "\f1fb"; }



.la.la-area-chart:before {

  content: "\f1fe"; }



.la.la-pie-chart:before {

  content: "\f200"; }



.la.la-line-chart:before {

  content: "\f201"; }



.la.la-lastfm {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-lastfm-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-ioxhost {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-angellist {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-cc {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-cc:before {

  content: "\f20a"; }



.la.la-ils:before {

  content: "\f20b"; }



.la.la-shekel:before {

  content: "\f20b"; }



.la.la-sheqel:before {

  content: "\f20b"; }



.la.la-meanpath {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-meanpath:before {

  content: "\f2b4"; }



.la.la-buysellads {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-connectdevelop {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-dashcube {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-forumbee {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-leanpub {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-sellsy {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-shirtsinbulk {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-simplybuilt {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-skyatlas {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-diamond {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-diamond:before {

  content: "\f3a5"; }



.la.la-intersex:before {

  content: "\f224"; }



.la.la-facebook-official {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-facebook-official:before {

  content: "\f09a"; }



.la.la-pinterest-p {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-whatsapp {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-hotel:before {

  content: "\f236"; }



.la.la-viacoin {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-medium {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-y-combinator {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-yc {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-yc:before {

  content: "\f23b"; }



.la.la-optin-monster {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-opencart {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-expeditedssl {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-battery-4:before {

  content: "\f240"; }



.la.la-battery:before {

  content: "\f240"; }



.la.la-battery-3:before {

  content: "\f241"; }



.la.la-battery-2:before {

  content: "\f242"; }



.la.la-battery-1:before {

  content: "\f243"; }



.la.la-battery-0:before {

  content: "\f244"; }



.la.la-object-group {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-object-ungroup {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-sticky-note-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-sticky-note-o:before {

  content: "\f249"; }



.la.la-cc-jcb {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-cc-diners-club {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-clone {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hourglass-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hourglass-o:before {

  content: "\f254"; }



.la.la-hourglass-1:before {

  content: "\f251"; }



.la.la-hourglass-2:before {

  content: "\f252"; }



.la.la-hourglass-3:before {

  content: "\f253"; }



.la.la-hand-rock-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hand-rock-o:before {

  content: "\f255"; }



.la.la-hand-grab-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hand-grab-o:before {

  content: "\f255"; }



.la.la-hand-paper-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hand-paper-o:before {

  content: "\f256"; }



.la.la-hand-stop-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hand-stop-o:before {

  content: "\f256"; }



.la.la-hand-scissors-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hand-scissors-o:before {

  content: "\f257"; }



.la.la-hand-lizard-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hand-lizard-o:before {

  content: "\f258"; }



.la.la-hand-spock-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hand-spock-o:before {

  content: "\f259"; }



.la.la-hand-pointer-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hand-pointer-o:before {

  content: "\f25a"; }



.la.la-hand-peace-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-hand-peace-o:before {

  content: "\f25b"; }



.la.la-registered {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-creative-commons {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-gg {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-gg-circle {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-tripadvisor {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-odnoklassniki {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-odnoklassniki-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-get-pocket {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-wikipedia-w {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-safari {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-chrome {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-firefox {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-opera {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-internet-explorer {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-television:before {

  content: "\f26c"; }



.la.la-contao {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-500px {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-amazon {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-calendar-plus-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-calendar-plus-o:before {

  content: "\f271"; }



.la.la-calendar-minus-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-calendar-minus-o:before {

  content: "\f272"; }



.la.la-calendar-times-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-calendar-times-o:before {

  content: "\f273"; }



.la.la-calendar-check-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-calendar-check-o:before {

  content: "\f274"; }



.la.la-map-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-map-o:before {

  content: "\f279"; }



.la.la-commenting:before {

  content: "\f4ad"; }



.la.la-commenting-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-commenting-o:before {

  content: "\f4ad"; }



.la.la-houzz {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-vimeo {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-vimeo:before {

  content: "\f27d"; }



.la.la-black-tie {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-fonticons {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-reddit-alien {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-edge {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-credit-card-alt:before {

  content: "\f09d"; }



.la.la-codiepie {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-modx {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-fort-awesome {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-usb {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-product-hunt {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-mixcloud {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-scribd {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-pause-circle-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-pause-circle-o:before {

  content: "\f28b"; }



.la.la-stop-circle-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-stop-circle-o:before {

  content: "\f28d"; }



.la.la-bluetooth {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-bluetooth-b {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-gitlab {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-wpbeginner {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-wpforms {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-envira {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-wheelchair-alt {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-wheelchair-alt:before {

  content: "\f368"; }



.la.la-question-circle-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-question-circle-o:before {

  content: "\f059"; }



.la.la-volume-control-phone:before {

  content: "\f2a0"; }



.la.la-asl-interpreting:before {

  content: "\f2a3"; }



.la.la-deafness:before {

  content: "\f2a4"; }



.la.la-hard-of-hearing:before {

  content: "\f2a4"; }



.la.la-glide {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-glide-g {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-signing:before {

  content: "\f2a7"; }



.la.la-viadeo {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-viadeo-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-snapchat {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-snapchat-ghost {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-snapchat-square {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-pied-piper {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-first-order {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-yoast {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-themeisle {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-google-plus-official {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-google-plus-official:before {

  content: "\f2b3"; }



.la.la-google-plus-circle {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-google-plus-circle:before {

  content: "\f2b3"; }



.la.la-font-awesome {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-fa {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-fa:before {

  content: "\f2b4"; }



.la.la-handshake-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-handshake-o:before {

  content: "\f2b5"; }



.la.la-envelope-open-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-envelope-open-o:before {

  content: "\f2b6"; }



.la.la-linode {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-address-book-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-address-book-o:before {

  content: "\f2b9"; }



.la.la-vcard:before {

  content: "\f2bb"; }



.la.la-address-card-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-address-card-o:before {

  content: "\f2bb"; }



.la.la-vcard-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-vcard-o:before {

  content: "\f2bb"; }



.la.la-user-circle-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-user-circle-o:before {

  content: "\f2bd"; }



.la.la-user-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-user-o:before {

  content: "\f007"; }



.la.la-id-badge {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-drivers-license:before {

  content: "\f2c2"; }



.la.la-id-card-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-id-card-o:before {

  content: "\f2c2"; }



.la.la-drivers-license-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-drivers-license-o:before {

  content: "\f2c2"; }



.la.la-quora {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-free-code-camp {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-telegram {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-thermometer-4:before {

  content: "\f2c7"; }



.la.la-thermometer:before {

  content: "\f2c7"; }



.la.la-thermometer-3:before {

  content: "\f2c8"; }



.la.la-thermometer-2:before {

  content: "\f2c9"; }



.la.la-thermometer-1:before {

  content: "\f2ca"; }



.la.la-thermometer-0:before {

  content: "\f2cb"; }



.la.la-bathtub:before {

  content: "\f2cd"; }



.la.la-s15:before {

  content: "\f2cd"; }



.la.la-window-maximize {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-window-restore {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-times-rectangle:before {

  content: "\f410"; }



.la.la-window-close-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-window-close-o:before {

  content: "\f410"; }



.la.la-times-rectangle-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-times-rectangle-o:before {

  content: "\f410"; }



.la.la-bandcamp {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-grav {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-etsy {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-imdb {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-ravelry {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-eercast {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-eercast:before {

  content: "\f2da"; }



.la.la-snowflake-o {

  font-family: 'Line Awesome Free';

  font-weight: 400; }



.la.la-snowflake-o:before {

  content: "\f2dc"; }



.la.la-superpowers {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-wpexplorer {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



.la.la-spotify {

  font-family: 'Line Awesome Brands';

  font-weight: 400; }



@font-face {

  font-family: 'slick';

  font-weight: normal;

  font-style: normal;

  src: url("./fonts/slick.eot");

  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }



/* Arrows */

.slick-prev, .slick-next {

  font-size: 0;

  line-height: 0;

  position: absolute;

  top: 50%;

  display: block;

  width: 20px;

  height: 20px;

  padding: 0;

  z-index: 1;

  -webkit-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);

  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;

  border: none;

  outline: none;

  background: transparent; }



.slick-vertical .slick-prev, .slick-vertical .slick-next {

  left: 50%;

  -webkit-transform: translate(-50%, 0);

  -ms-transform: translate(-50%, 0);

  transform: translate(-50%, 0); }

.slick-vertical .slick-prev {

  top: -25px; }

.slick-vertical .slick-next {

  bottom: -25px;

  top: auto; }

.slick-vertical .slick-prev:before {

  content: "\ea35"; }

.slick-vertical [dir='rtl'] .slick-prev:before {

  content: "\ea32"; }

.slick-vertical .slick-next:before {

  content: "\ea32"; }

.slick-vertical [dir='rtl'] .slick-next:before {

  content: "\ea35"; }



.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {

  color: transparent;

  outline: none;

  background: transparent; }



.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {

  opacity: 1; }



.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {

  opacity: .25; }



.slick-prev:before, .slick-next:before {

  font-family: 'plaza-icon';

  font-size: 20px;

  line-height: 1;

  opacity: .75;

  color: white;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale; }



.slick-prev {

  left: -25px; }

  @media (max-width: 991px) {

    .slick-prev {

      left: -15px; } }



[dir='rtl'] .slick-prev {

  right: -25px;

  left: auto; }

  @media (max-width: 991px) {

    [dir='rtl'] .slick-prev {

      right: -15px; } }



.slick-prev:before {

  content: "\ea33"; }



[dir='rtl'] .slick-prev:before {

  content: 'ΓåÆ';

  content: "\ea34"; }



.slick-next {

  right: -25px; }

  @media (max-width: 991px) {

    .slick-next {

      right: -15px; } }



[dir='rtl'] .slick-next {

  right: auto;

  left: -25px; }

  @media (max-width: 991px) {

    [dir='rtl'] .slick-next {

      left: -15px; } }



.slick-next:before {

  content: 'ΓåÆ';

  content: "\ea34"; }



[dir='rtl'] .slick-next:before {

  content: "\ea33"; }



/* Dots */

.slick-dotted.slick-slider {

  margin-bottom: 30px; }



.slick-dots {

  position: absolute;

  bottom: -25px;

  display: block;

  width: 100%;

  padding: 0;

  margin: 0;

  list-style: none;

  text-align: center; }



.slick-dots li {

  position: relative;

  display: inline-block;

  width: 20px;

  height: 20px;

  margin: 0 5px;

  padding: 0;

  cursor: pointer; }



.slick-dots li button {

  font-size: 0;

  line-height: 0;

  display: block;

  width: 20px;

  height: 20px;

  padding: 5px;

  cursor: pointer;

  color: transparent;

  border: 0;

  outline: none;

  background: transparent; }



.slick-dots li button:hover, .slick-dots li button:focus {

  outline: none; }



.slick-dots li button:hover:before, .slick-dots li button:focus:before {

  opacity: 1; }



.slick-dots li button:before {

  font-family: 'slick';

  font-size: 6px;

  line-height: 20px;

  position: absolute;

  top: 0;

  left: 0;

  width: 20px;

  height: 20px;

  content: 'ΓÇó';

  text-align: center;

  opacity: .25;

  color: black;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale; }



.slick-dots li.slick-active button:before {

  opacity: .75;

  color: black; }



/* Slider */

.slick-slider {

  position: relative;

  display: block;

  box-sizing: border-box;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  -webkit-touch-callout: none;

  -khtml-user-select: none;

  -ms-touch-action: pan-y;

  touch-action: pan-y;

  -webkit-tap-highlight-color: transparent; }



.slick-list {

  position: relative;

  display: block;

  overflow: hidden;

  margin: 0;

  padding: 0; }



.slick-list:focus {

  outline: none; }



.slick-list.dragging {

  cursor: pointer;

  cursor: hand; }



.slick-slider .slick-track, .slick-slider .slick-list {

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0); }



.slick-track {

  position: relative;

  top: 0;

  left: 0;

  display: block;

  margin-left: auto;

  margin-right: auto; }



.slick-track:before, .slick-track:after {

  display: table;

  content: ''; }



.slick-track:after {

  clear: both; }



.slick-loading .slick-track {

  visibility: hidden; }



.slick-slide {

  display: none;

  float: left;

  height: 100%;

  min-height: 1px; }



[dir='rtl'] .slick-slide {

  float: right; }



.slick-slide img {

  display: block; }



.slick-slide.slick-loading img {

  display: none; }



.slick-slide.dragging img {

  pointer-events: none; }



.slick-initialized .slick-slide {

  display: block; }



.slick-loading .slick-slide {

  visibility: hidden; }



.slick-vertical .slick-slide {

  display: block;

  height: auto;

  border: 1px solid transparent; }



.slick-arrow.slick-hidden {

  display: none; }



.slick-lightbox {

  position: fixed;

  top: 0;

  left: 0;

  z-index: 9999;

  width: 100%;

  height: 100%;

  background: black;

  -webkit-transition: opacity 0.5s ease;

  transition: opacity 0.5s ease; }



.slick-lightbox .slick-loading .slick-list {

  background-color: transparent; }



.slick-lightbox .slick-prev {

  left: 15px; }



.slick-lightbox .slick-next {

  right: 15px; }



.slick-lightbox-hide {

  opacity: 0; }



.slick-lightbox-hide.slick-lightbox-ie {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0); }



.slick-lightbox-hide-init {

  position: absolute;

  top: -9999px;

  opacity: 0; }



.slick-lightbox-hide-init.slick-lightbox-ie {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0); }



.slick-lightbox-inner {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%; }



.slick-lightbox-slick-item {

  text-align: center;

  overflow: hidden; }



.slick-lightbox-slick-item:before {

  content: '';

  display: inline-block;

  height: 100%;

  vertical-align: middle;

  margin-right: -0.25em; }



.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {

  position: absolute;

  bottom: 0;

  left: 0;

  text-align: center;

  width: 100%;

  margin-bottom: 20px; }



.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {

  display: block;

  text-align: center; }



.slick-lightbox-slick-item-inner {

  display: inline-block;

  vertical-align: middle;

  max-width: 90%;

  max-height: 90%; }



.slick-lightbox-slick-img {

  margin: 0 auto;

  display: block;

  max-width: 100%;

  max-height: 100%; }



.slick-lightbox-slick-caption {

  margin: 10px 0 0;

  color: white; }



.slick-lightbox-close {

  position: absolute;

  top: 15px;

  right: 15px;

  display: block;

  height: 50px;

  width: 50px;

  line-height: 0;

  font-size: 0;

  cursor: pointer;

  background: transparent;

  color: transparent;

  padding: 0;

  border: none; }



.slick-lightbox-close:focus {

  outline: none; }



.slick-lightbox-close:before {

  font-family: 'Line Awesome Free';

  font-weight: 900;

  font-size: 50px;

  line-height: 1;

  color: white;

  opacity: 0.85;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  content: "\f057"; }



.slick-lightbox-close:hover:before {

  opacity: 1; }



.slick-lightbox .slick-prev, .slick-lightbox .slick-next {

  width: 60px;

  height: 60px; }



.slick-lightbox .slick-prev:before, .slick-lightbox .slick-next:before {

  font-size: 60px; }



@media (max-width: 767px) {

  .slick-lightbox .slick-prev, .slick-lightbox .slick-next {

    width: 30px;

    height: 30px; }



  .slick-lightbox .slick-prev:before, .slick-lightbox .slick-next:before {

    font-size: 30px; } }

/** * EasyZoom core styles */

.easyzoom {

  position: relative;

  display: inline-block; }



.easyzoom img {

  vertical-align: bottom;

  max-width: none; }



.easyzoom.is-loading img {

  cursor: progress; }



.easyzoom.is-ready img {

  cursor: crosshair; }



.easyzoom.is-error img {

  cursor: not-allowed; }



.easyzoom-notice {

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 150;

  width: 10em;

  margin: -10px 0 0 -50px;

  line-height: 20px;

  text-align: center;

  background: #FFF;

  box-shadow: 0 0 10px #888; }



.easyzoom-flyout {

  position: absolute;

  z-index: 100;

  overflow: hidden;

  background: #FFF; }



/** * EasyZoom layout variations */

.easyzoom--overlay .easyzoom-flyout {

  top: 0;

  left: 0;

  width: 100%;

  height: 100%; }



.easyzoom--adjacent .easyzoom-flyout {

  top: 0;

  left: 100%;

  width: 100%;

  height: 100%;

  margin-left: 20px; }



/* end css jquery */

.owl-carousel {

  display: none;

  width: 100%;

  -webkit-tap-highlight-color: transparent;

  /* position relative and z-index fix webkit rendering fonts issue */

  position: relative;

  z-index: 1; }



.owl-carousel .owl-stage {

  position: relative;

  -ms-touch-action: pan-Y; }



.owl-carousel .owl-stage:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0; }



.owl-carousel .owl-stage-outer {

  position: relative;

  overflow: hidden;

  width: 100%;

  /* fix for flashing background */

  -webkit-transform: translate3d(0px, 0px, 0px); }



.owl-carousel .owl-item {

  position: relative;

  min-height: 1px;

  float: left;

  padding: 0 15px;

  -webkit-backface-visibility: hidden;

  -webkit-tap-highlight-color: transparent;

  -webkit-touch-callout: none; }

  .owl-carousel .owl-item:hover {

    z-index: 2; }



.owl-carousel .owl-item img {

  display: block;

  max-width: 100%;

  -webkit-transform-style: preserve-3d; }



.owl-carousel .owl-nav.disabled,

.owl-carousel .owl-dots.disabled {

  display: none; }



.owl-carousel .owl-nav .owl-prev,

.owl-carousel .owl-nav .owl-next,

.owl-carousel .owl-dot {

  cursor: pointer;

  cursor: hand;

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none; }



.owl-carousel.owl-loaded {

  display: block; }



.owl-carousel.owl-loading {

  opacity: 0;

  display: block; }



.owl-carousel.owl-hidden {

  opacity: 0; }



.owl-carousel.owl-refresh .owl-item {

  display: none; }



.owl-carousel.owl-drag .owl-item {

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none; }



.owl-carousel.owl-grab {

  cursor: move;

  cursor: grab; }



.owl-carousel.owl-rtl {

  direction: rtl; }



.owl-carousel.owl-rtl .owl-item {

  float: right; }



/* No Js */

.no-js .owl-carousel {

  display: block; }



/*

 *  Owl Carousel - Animate Plugin

 */

.owl-carousel .animated {

  animation-duration: 1000ms;

  animation-fill-mode: both; }



.owl-carousel .owl-animated-in {

  z-index: 0; }



.owl-carousel .owl-animated-out {

  z-index: 1; }



.owl-carousel .fadeOut {

  animation-name: fadeOut; }



@keyframes fadeOut {

  0% {

    opacity: 1; }



  100% {

    opacity: 0; } }



/*

 * 	Owl Carousel - Auto Height Plugin

 */

.owl-height {

  transition: height 500ms ease-in-out; }



/*

 * 	Owl Carousel - Lazy Load Plugin

 */

.owl-carousel .owl-item .owl-lazy {

  opacity: 0;

  transition: opacity 400ms ease; }



.owl-carousel .owl-item img.owl-lazy {

  transform-style: preserve-3d; }



/*

 * 	Owl Carousel - Video Plugin

 */

.owl-carousel .owl-video-wrapper {

  position: relative;

  height: 100%;

  background: #000; }



.owl-carousel .owl-video-play-icon {

  position: absolute;

  height: 80px;

  width: 80px;

  left: 50%;

  top: 50%;

  margin-left: -40px;

  margin-top: -40px;

  background: url("owl.video.play.png") no-repeat;

  cursor: pointer;

  z-index: 1;

  -webkit-backface-visibility: hidden;

  transition: transform 100ms ease; }



.owl-carousel .owl-video-play-icon:hover {

  -ms-transform: scale(1.3, 1.3);

  transform: scale(1.3, 1.3); }



.owl-carousel .owl-video-playing .owl-video-tn,

.owl-carousel .owl-video-playing .owl-video-play-icon {

  display: none; }



.owl-carousel .owl-video-tn {

  opacity: 0;

  height: 100%;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: contain;

  transition: opacity 400ms ease; }



.owl-carousel .owl-video-frame {

  position: relative;

  z-index: 1;

  height: 100%;

  width: 100%; }



input:focus, button:focus, select:focus, textarea:focus {

  text-decoration: none !important;

  box-shadow: none !important;

  outline: 0 !important; }



a:hover, a:focus {

  outline: 0 !important;

  text-decoration: none; }



.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn:hover, .btn:focus, .btn:active, .btn.active {

  outline: 0 !important;

  text-decoration: none !important;

  box-shadow: none !important; }



.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {

  border-color: transparent;

  border: none;

  color: #ffffff; }



.btn-secondary, .btn-tertiary, .btn-primary {

  text-transform: capitalize;

  font-weight: 400;

  font-size: 14px;

  border: none;

  line-height: 25px;

  box-shadow: none;

  padding: 5px 20px;

  border-radius: 5px;

  display: inline-block;

  background: #253237;

  color: #ffffff; }



.btn-secondary:hover, .btn-tertiary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {

  border-color: transparent;

  border: none;

  color: #ffffff; }



a {

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease; }



.img-responsive {

  display: block;

  max-width: 100%;

  height: auto; }



button, html [type="button"], [type="reset"], [type="submit"] {

  -webkit-appearance: none; }



/* edit from here */

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a {

  font-size: 12px; }



.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {

  margin: 0;

  background: none;

  border: 0;

  cursor: pointer; }



button {

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease; }



.product-flag {

  margin: 0; }



@media (min-width: 1920px) {

  .modal {

    top: 50%;

    bottom: auto;

    -moz-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%); }



  .modal-dialog {

    margin: 0 auto; } }

/* edit theme */

body {

  line-height: 24px; }



*:focus {

  outline: none !important; }



b, strong {

  font-weight: 600; }



img {

  max-width: 100%;

  margin: auto;

  height: auto; }



ol, ul, dl {

  margin: 0;

  padding: 0;

  list-style-type: none; }



i, cite, em, var, address, dfn {

  font-style: normal; }



p {

  margin: 0; }



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

  text-transform: capitalize;

  color: #253237;

  font-weight: 700;

  line-height: 24px; }



a {

  color: #555555;

  -webkit-transition: all 300ms linear;

  -moz-transition: all 300ms linear;

  -ms-transition: all 300ms linear;

  -o-transition: all 300ms linear;

  transition: all 300ms linear; }



/* custom page */

.card {

  box-shadow: none;

  border: none;

  padding: 0; }



.page-header h1, .card-block h1 {

  color: #253237;

  text-align: left;

  font-size: 24px;

  line-height: 1;

  font-style: normal;

  text-transform: none;

  margin: 0; }



.page-content.page-cms {

  padding: 1.25rem 0; }



.contact-form {

  color: #253237;

  padding: 0; }



.form-control {

  background-color: #ffffff;

  color: #253237;

  border: 1px solid #ebebeb;

  font-size: 14px; }



.form-control:focus {

  color: #253237;

  border-color: #ebebeb; }



.form-control:focus, .input-group.focus {

  outline: 0; }



.form-control-label {

  font-size: 13px;

  text-align: left;

  color: #253237; }



.input-group .input-group-btn > .btn {

  padding: .67rem 1rem; }



.sitemap h2 {

  color: #253237;

  text-transform: capitalize;

  font-size: 16px;

  font-weight: 600;

  border-bottom: 1px solid #ebebeb; }



.sitemap ul li {

  font-size: 13px; }

  .sitemap ul li:before {

    font-family: 'plaza-icon';

    content: "\e930";

    font-size: 14px;

    display: inline-block;

    margin-right: 5px; }



#stores .page-stores {

  width: 100%; }



#stores .page-stores .store-item {

  padding: 0; }



#stores .page-stores .store-item {

  border-bottom: 1px solid #ebebeb; }

  #stores .page-stores .store-item:last-child {

    border-bottom: none; }

  #stores .page-stores .store-item .h3.card-title {

    font-size: 16px;

    color: #253237;

    text-transform: capitalize; }



#stores .page-stores .store-item-container .store-description {

  font-size: 13px;

  color: #666; }



#stores .page-stores .store-item-container ul {

  margin-bottom: 0;

  font-size: 13px; }



#stores .page-stores .store-item-container .divide-left {

  border-left: 1px solid #ebebeb; }



.page-addresses .address, .page-authentication #content {

  box-shadow: none;

  background: #fff;

  border: 1px solid #ebebeb; }



.page-authentication #content {

  max-width: 100%; }



.page-customer-account #content {

  box-shadow: none;

  border: 1px solid #ebebeb;

  font-size: 14px;

  color: #253237; }



.page-customer-account #content .no-account {

  text-align: center;

  font-size: 14px; }



.custom-checkbox input[type=checkbox] + span {

  margin-top: 0; }



.label, label {

  font-size: 14px;

  color: #253237; }



.page-my-account #content .links a span.link-item {

  box-shadow: none;

  border: 1px solid #ebebeb;

  font-size: 14px; }



.separator {

  border-top: 1px solid #ebebeb; }



.cart-grid-body .cart-overview {

  padding: 1rem 0; }



.cart-summary, #js-checkout-summary {

  border: 1px solid #ebebeb; }



.cart-summary-line .label, .cart-summary .label, .cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value {

  text-transform: capitalize;

  font-weight: 600; }



.product-line-info a.product_name {

  line-height: 20px;

  display: inline-block;

  width: 100%;

  overflow: hidden;

  font-size: 14px;

  font-weight: 700;

  margin-bottom: 13px;

  float: left;

  color: #1d1d1d; }



.product-line-info .regular-price {

  margin: 0 5px; }



.cart-summary-line .value {

  color: #253237;

  font-weight: 600;

  font-size: 16px; }



.cart-summary-products p {

  font-weight: 600; }



.cart-grid-body .card-block {

  padding: 0; }



.cart-item {

  border-bottom: 1px solid #ebebeb; }



body#checkout section.checkout-step {

  box-shadow: none;

  border: 1px solid #ebebeb;

  margin-bottom: 10px; }

  body#checkout section.checkout-step .tab-content {

    padding: 0;

    border: none; }



body#checkout section.checkout-step .step-title {

  text-transform: capitalize; }



body#checkout .custom-checkbox span {

  margin-top: 0; }



body#checkout section.checkout-step .address-item.selected {

  border: 2px solid #ebebeb; }



body#checkout section.checkout-step .address-alias {

  vertical-align: -2px;

  font-size: 14px;

  margin-left: 5px; }



body#checkout section.checkout-step .address {

  line-height: 24px; }



.checkout-inner {

  border: 1px solid #ebebeb; }



.block-reassurance-item .h6 {

  font-size: 14px; }



#block-reassurance li {

  border-bottom: 1px solid #ebebeb; }



.page-addresses .address .address-footer {

  border-top: 1px solid #ebebeb; }



/* end custom page */

@media (min-width: 1200px) {

  .container-fluid {

    padding: 0 15px; }



  .container {

    width: 1440px; } }

@media (min-width: 1920px) {

  .container-fluid {

    padding: 0 90px;

    max-width: 1920px; } }

@media (max-width: 1199px) {

  .container {

    width: auto; } }

/* header */

main {

  overflow: hidden;

  position: relative; }



#header .header-top {

  position: relative;

  padding: 18px 0;

  background: #ffffff; }

  #header .header-top.scroll-menu {

    position: fixed !important;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1001;

    border: none;

    margin: auto;

    padding: 7px 0;

    background: rgba(255, 255, 255, 0.75) !important;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear;

    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);

    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);

    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4); }

    #header .header-top.scroll-menu:hover {

      background: white !important; }

  #header .header-top .container > .row {

    display: flex;

    align-items: center; }

#header .header-bottom {

  position: relative; }



.header-nav .mobile > .row-mobile {

  margin: 0;

  display: table;

  vertical-align: middle;

  width: 100%; }

  .header-nav .mobile > .row-mobile .col-mobile {

    padding: 0;

    display: table-cell;

    vertical-align: middle;

    float: none; }



#mobile_top_menu_wrapper {

  display: block !important;

  overflow: hidden;

  position: fixed;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  max-width: 350px;

  z-index: 99;

  margin: 0;

  padding: 0;

  webkit-transform: translate(-400px, 0px);

  -moz-transform: translate(-400px, 0px);

  -ms-transform: translate(-400px, 0px);

  -o-transform: translate(-400px, 0px);

  transform: translate(-400px, 0px);

  -moz-transition-property: -moz-transform;

  -o-transition-property: -o-transform;

  -webkit-transition-property: -webkit-transform;

  transition-property: transform;

  -moz-transition-duration: .9s;

  -o-transition-duration: .9s;

  -webkit-transition-duration: .9s;

  transition-duration: .9s;

  overflow: auto; }



#mobile_top_menu_wrapper.box-menu {

  -webkit-transform: translate(0, 0);

  -moz-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  -o-transform: translate(0, 0);

  transform: translate(0, 0); }



#mobile_top_menu_wrapper .top-header-mobile {

  display: inline-block;

  width: 100%;

  text-align: center;

  padding: 10px 0; }



#header .header-nav #menu-icon {

  color: #253237;

  height: 50px;

  line-height: 50px;

  font-size: 28px; }



.open-menu:after {

  top: 0;

  left: 0;

  content: "";

  width: 100%;

  display: block;

  position: fixed;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  z-index: 99;

  transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);

  transition-delay: 0.1s; }



.menu-close {

  background: #253237;

  color: #ffffff;

  line-height: 40px;

  height: 40px;

  padding: 0 20px;

  font-size: 16px;

  font-weight: 600;

  text-transform: uppercase;

  pointer-events: none; }



.menu-close i {

  line-height: 40px;

  display: block;

  height: 40px;

  pointer-events: visible; }



.menu-tabs {

  width: 100%;

  height: 100%; }



#_mobile_currency_selector, #_mobile_language_selector {

  display: inline-block;

  width: 100%; }



.selector-mobile img {

  vertical-align: 0px;

  margin-right: 5px; }

.selector-mobile button {

  background: transparent;

  border: none;

  border-top: 1px solid #eeeeee;

  width: 100%;

  text-align: left;

  display: block;

  color: #253237;

  font-size: 13px;

  font-weight: 400;

  padding: 5px 20px;

  line-height: 30px;

  cursor: pointer;

  text-transform: uppercase; }

  .selector-mobile button i {

    position: absolute;

    right: 20px;

    top: 13px;

    font-size: 18px;

    color: #253237; }

.selector-mobile .dropdown-menu {

  position: static;

  position: relative;

  border: 0;

  padding: 0;

  margin: 0;

  float: none; }

  .selector-mobile .dropdown-menu li {

    border-top: 1px solid #ebebeb; }

    .selector-mobile .dropdown-menu li a {

      display: block;

      color: #253237;

      font-size: 12px;

      font-weight: 400;

      padding: 5px 20px;

      line-height: 30px;

      text-transform: uppercase; }



.js-top-menu-bottom {

  display: inline-block;

  width: 100%;

  position: relative; }



#_mobile_user_info {

  display: inline-block;

  vertical-align: top;

  float: right;

  margin-right: 15px; }

  #_mobile_user_info .selector-block {

    padding: 0;

    line-height: 50px;

    height: auto;

    color: #253237;

    border: none;

    line-height: 1; }

    #_mobile_user_info .selector-block:before {

      display: none; }

    #_mobile_user_info .selector-block .localiz_block button {

      opacity: 1; }



.user-info-block {

  float: right;

  padding: 0;

  line-height: 46px;

  height: 46px;

  border: none;

  margin-right: 30px; }

  @media (max-width: 1024px) {

    .user-info-block {

      margin-right: 15px; } }

  .user-info-block button {

    cursor: pointer; }

    .user-info-block button i {

      display: block;

      font-size: 28px;

      line-height: 46px; }

  .user-info-block ul.dropdown-menu {

    box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);

    border: none; }

    .user-info-block ul.dropdown-menu li {

      line-height: 25px;

      font-size: 13px; }



#_mobile_user_info .user-info-block .localiz_block button i {

  font-size: 32px;

  color: #253237;

  height: 50px;

  line-height: 50px; }



#_mobile_user_info .user-info-block .localiz_block .dropdown-menu {

  top: 100%;

  margin-top: 10px;

  right: 0;

  left: auto; }



/* nav */

#header .header-nav {

  position: relative;

  border-bottom: none;

  z-index: 11;

  margin: 0;

  line-height: 1;

  padding: 16px 0;

  background: #1d1d1d !important; }

  @media (max-width: 991px) {

    #header .header-nav {

      padding: 0;

      border: none;

      background: #ffffff !important; }

      #header .header-nav:before {

        display: none; }

      #header .header-nav .top-logo {

        padding: 10px 0; } }



.header-nav .mobile > .row-mobile .mobile-bottom {

  display: flex;

  justify-content: space-around; }



/* end nav */

/* selector */

.selector-block {

  color: #1d1d1d;

  display: inline-block;

  float: right;

  position: relative; }

  .selector-block.language-selector-wrapper {

    margin-left: 30px; }

    @media (min-width: 992px) {

      .selector-block.language-selector-wrapper {

        padding-left: 0; }

        .selector-block.language-selector-wrapper:before {

          display: none; } }

  .selector-block .selector-label {

    color: #fff;

    line-height: 14px;

    text-transform: capitalize;

    font-size: 13px;

    margin-right: 5px;

    display: none; }

  .selector-block .localiz_block {

    margin: 0 !important;

    display: inline-block;

    padding: 0 !important; }

    .selector-block .localiz_block:hover button, .selector-block .localiz_block:hover .current-block {

      text-decoration: underline;

      color: #a60000; }

    .selector-block .localiz_block button, .selector-block .localiz_block .current-block {

      font-weight: 400;

      color: #fff;

      background: transparent;

      text-shadow: none;

      cursor: pointer;

      line-height: 14px;

      font-size: 13px;

      display: inline-block;

      text-transform: capitalize;

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

      .selector-block .localiz_block button:hover, .selector-block .localiz_block .current-block:hover {

        -webkit-transition: all 300ms linear;

        -moz-transition: all 300ms linear;

        -ms-transition: all 300ms linear;

        -o-transition: all 300ms linear;

        transition: all 300ms linear; }

      .selector-block .localiz_block button span i, .selector-block .localiz_block .current-block span i {

        vertical-align: -1px;

        display: inline-block;

        margin-right: 7px; }

      .selector-block .localiz_block button i, .selector-block .localiz_block .current-block i {

        font-size: 14px; }

      .selector-block .localiz_block button img, .selector-block .localiz_block .current-block img {

        margin-right: 5px;

        vertical-align: -1px; }

    .selector-block .localiz_block ul {

      margin: 0;

      top: 32px;

      left: auto;

      right: 0;

      min-width: 130px;

      overflow: hidden;

      background: #ffffff;

      border-radius: 0;

      border: none;

      box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, 0.06); }

      .selector-block .localiz_block ul li {

        padding: 0;

        -webkit-transition: all 300ms linear;

        -moz-transition: all 300ms linear;

        -ms-transition: all 300ms linear;

        -o-transition: all 300ms linear;

        transition: all 300ms linear; }

        .selector-block .localiz_block ul li:last-child .dropdown-item {

          border-bottom: none; }

        .selector-block .localiz_block ul li.current {

          color: #a60000; }

        .selector-block .localiz_block ul li .dropdown-item {

          padding: 10px;

          color: #1d1d1d;

          line-height: 25px;

          font-size: 14px;

          border-bottom: 1px solid #ebebeb; }

          .selector-block .localiz_block ul li .dropdown-item img {

            display: inline-block;

            margin-right: 5px; }



#_mobile_contact .contact-link {

  float: none;

  display: block;

  margin-bottom: 5px; }



/* end selector */

.header-top #_desktop_logo img {

  margin: 0; }



.currency-language {

  float: right;

  position: relative; }

  .currency-language button i.las {

    height: 46px;

    line-height: 46px;

    display: inline-block;

    color: #1d1d1d;

    font-size: 28px;

    cursor: pointer; }

  .currency-language ul.dropdown-menu {

    right: 0;

    left: auto;

    box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);

    padding: 20px;

    border: none; }



/* end header */

.pos-loading {

  background: #f6f6f6;

  position: relative; }

  .pos-loading span {

    width: 20px;

    height: 20px;

    position: absolute;

    z-index: 99;

    background: url(../img/preloader.gif) no-repeat;

    top: 50%;

    left: 50%;

    margin: -10px 0 0 -10px; }

  .pos-loading img {

    opacity: 0; }



.nivo-html-caption {

  display: none; }



@-webkit-keyframes myfirst {

  from {

    width: 0; }



  to {

    width: 100%; } }



@keyframes myfirst {

  from {

    width: 0; }



  to {

    width: 100%; } }



.timethai.pos_hover {

  -webkit-animation-play-state: paused;

  animation-play-state: paused; }



.slideshow_container .pos-slideshow {

  position: relative;

  margin-bottom: 100px; }

  @media (max-width: 768px) {

    .slideshow_container .pos-slideshow {

      margin-bottom: 30px; } }

  .slideshow_container .pos-slideshow:hover .nivo-directionNav a {

    opacity: 1;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

    .slideshow_container .pos-slideshow:hover .nivo-directionNav a.nivo-prevNav {

      left: 20px; }

    .slideshow_container .pos-slideshow:hover .nivo-directionNav a.nivo-nextNav {

      right: 20px; }



.slideshow_container .pos-slideshow .nivo-directionNav a {

  display: block;

  width: 50px;

  height: 50px;

  line-height: 50px;

  color: #e2e2e2;

  text-align: center;

  font-size: 0;

  position: absolute;

  z-index: 8;

  cursor: pointer;

  top: 50%;

  -moz-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  opacity: 0;

  -webkit-transition: none;

  -moz-transition: none;

  -o-transition: none;

  transition: none; }

  .slideshow_container .pos-slideshow .nivo-directionNav a i {

    font-size: 50px; }

  @media (max-width: 767px) {

    .slideshow_container .pos-slideshow .nivo-directionNav a {

      display: none; } }

  .slideshow_container .pos-slideshow .nivo-directionNav a.nivo-prevNav {

    left: 0; }

  .slideshow_container .pos-slideshow .nivo-directionNav a.nivo-nextNav {

    right: 0; }



.slideshow_container .pos-slideshow .nivo-controlNav {

  position: absolute;

  bottom: 30px;

  left: 50%;

  -moz-transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  text-align: center;

  display: inline-block;

  z-index: 8;

  line-height: 1; }

  @media (max-width: 1199px) {

    .slideshow_container .pos-slideshow .nivo-controlNav {

      bottom: 2.50209vw; } }

  .slideshow_container .pos-slideshow .nivo-controlNav a {

    display: inline-block;

    margin: 0 5px;

    cursor: pointer;

    font-size: 0;

    width: 14px;

    height: 14px;

    background: #fff;

    border: none;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    -ms-border-radius: 100%;

    -o-border-radius: 100%;

    border-radius: 100%;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

    @media (max-width: 1199px) {

      .slideshow_container .pos-slideshow .nivo-controlNav a {

        width: 1.00083vw;

        height: 1.00083vw;

        margin: 0 0.25021vw; } }

    .slideshow_container .pos-slideshow .nivo-controlNav a.active, .slideshow_container .pos-slideshow .nivo-controlNav a:hover {

      -moz-transform: scale3d(1, 1, 1);

      -webkit-transform: scale3d(1, 1, 1);

      -o-transform: scale3d(1, 1, 1);

      -ms-transform: scale3d(1, 1, 1);

      transform: scale3d(1, 1, 1);

      background: #1d1d1d !important; }



.banner7-des {

  position: absolute;

  left: 0;

  top: 50%;

  right: 0;

  z-index: 8;

  -moz-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  line-height: 1; }

  .banner7-des .position_left {

    text-align: left; }

  .banner7-des .position_left {

    text-align: left; }

  .banner7-des .position_center {

    text-align: center; }

    .banner7-des .position_center .info {

      max-width: 100%; }

  .banner7-des .position_right {

    text-align: right; }

  .banner7-des .info {

    display: inline-block;

    max-width: 52%; }

  .banner7-des p, .banner7-des h2, .banner7-des h3, .banner7-des h4, .banner7-des h5 {

    margin: 0; }



.desc_slideshow h2 {

  font-size: 82px;

  color: #fff;

  font-weight: 700;

  line-height: 1;

  text-transform: uppercase; }

  .desc_slideshow h2.transition_slide_0 {

    font-weight: 400; }

  .desc_slideshow h2.transition_slide_1 {

    font-weight: 400; }

.desc_slideshow h3 {

  font-size: 60px;

  color: #fff;

  font-weight: 700;

  line-height: 1;

  text-transform: uppercase; }

.desc_slideshow h4 {

  font-size: 40px;

  color: #fff;

  font-weight: 700;

  line-height: 1;

  text-transform: uppercase; }

.desc_slideshow h5 {

  font-size: 18px;

  color: #fff;

  font-weight: 400;

  line-height: 1;

  margin-bottom: 15px;

  text-transform: uppercase; }

.desc_slideshow p {

  font-size: 24px;

  color: #fff;

  font-weight: 400;

  margin-top: 30px; }

.desc_slideshow .readmore {

  display: inline-block;

  margin-top: 50px;

  -webkit-transition: all 300ms linear;

  -moz-transition: all 300ms linear;

  -ms-transition: all 300ms linear;

  -o-transition: all 300ms linear;

  transition: all 300ms linear;

  position: relative;

  font-size: 14px;

  font-weight: 700;

  color: #253237;

  background: #ffffff;

  line-height: 45px;

  height: 45px;

  padding: 0 30px;

  border-radius: 30px;

  text-transform: uppercase;

  display: inline-block; }

  .desc_slideshow .readmore:hover {

    color: #ffffff; }

.desc_slideshow .transition_slide_0 {

  -webkit-animation-duration: 1s;

  animation-duration: 1s; }

.desc_slideshow .transition_slide_1 {

  -webkit-animation-duration: 1.3s;

  animation-duration: 1.3s; }

.desc_slideshow .transition_slide_2 {

  -webkit-animation-duration: 1.6s;

  animation-duration: 1.6s; }

.desc_slideshow .transition_slide_3 {

  -webkit-animation-duration: 1.9s;

  animation-duration: 1.9s; }

.desc_slideshow .transition_slide_4 {

  -webkit-animation-duration: 2.2s;

  animation-duration: 2.2s; }

.desc_slideshow .transition_slide_5 {

  -webkit-animation-duration: 2.5s;

  animation-duration: 2.5s; }

.desc_slideshow .transition_slide_6 {

  -webkit-animation-duration: 2.8s;

  animation-duration: 2.8s; }

.desc_slideshow .transition_slide_7 {

  -webkit-animation-duration: 3.1s;

  animation-duration: 3.1s; }

.desc_slideshow .transition_slide_8 {

  -webkit-animation-duration: 3.4s;

  animation-duration: 3.4s; }



/* responsive slideshow */

@media (max-width: 1919px) {

  .desc_slideshow h2 {

    font-size: 4.16884vw; }

    .desc_slideshow h2.transition_slide_1 {

      font-size: 4.58572vw; }

  .desc_slideshow h3 {

    font-size: 3.12663vw; }

  .desc_slideshow h4 {

    font-size: 2.08442vw; }

  .desc_slideshow h5 {

    font-size: 1.04221vw;

    margin-bottom: 0.78166vw; }

  .desc_slideshow p {

    font-size: 1.25065vw;

    margin-top: 1.56331vw; }

  .desc_slideshow .readmore {

    margin-top: 2.60552vw;

    font-size: 0.72955vw;

    height: 2.34497vw;

    line-height: 2.34497vw;

    padding: 0 1.56331vw;

    border-radius: 1.56331vw; } }

@media (max-width: 767px) {

  .desc_slideshow h2 {

    font-size: 4.69361vw; }

    .desc_slideshow h2.transition_slide_1 {

      font-size: 4.95437vw; }

  .desc_slideshow h3 {

    font-size: 3.65059vw; }

  .desc_slideshow h4 {

    font-size: 2.60756vw; }

  .desc_slideshow h5 {

    font-size: 2.08605vw;

    margin-bottom: 1.30378vw; }

  .desc_slideshow p {

    font-size: 2.34681vw;

    line-height: 3.12907vw;

    margin-top: 1.30378vw; }

  .desc_slideshow .readmore {

    margin-top: 3.25945vw;

    font-size: 1.69492vw;

    height: 4.56323vw;

    line-height: 4.56323vw;

    padding: 0 2.60756vw; } }

/* end responsive slideshow */

/* end module slideshow */

/* module advertising */

.advertising-block {

  position: relative;

  margin-bottom: 50px;

  text-align: center;

  overflow: hidden; }

  .advertising-block a img {

    width: 100%;

    height: auto; }

  .advertising-block a:before {

    background: rgba(255, 255, 255, 0.2);

    bottom: 0;

    content: "";

    left: 50%;

    position: absolute;

    right: 51%;

    top: 0;

    opacity: 1; }

  .advertising-block a:after {

    background: rgba(255, 255, 255, 0.2);

    bottom: 50%;

    content: "";

    left: 0;

    position: absolute;

    right: 0;

    top: 50%;

    opacity: 1; }

  .advertising-block:hover a:before {

    left: 0;

    right: 0;

    opacity: 0;

    -webkit-transition: all 900ms linear;

    -moz-transition: all 900ms linear;

    -ms-transition: all 900ms linear;

    -o-transition: all 900ms linear;

    transition: all 900ms linear; }

  .advertising-block:hover a:after {

    top: 0;

    bottom: 0;

    opacity: 0;

    -webkit-transition: all 900ms linear;

    -moz-transition: all 900ms linear;

    -ms-transition: all 900ms linear;

    -o-transition: all 900ms linear;

    transition: all 900ms linear; }



/* end module advertising */

/* module tags */

#tags_block {

  margin-bottom: 60px;

  display: inline-block;

  width: 100%; }

  #tags_block h2 {

    font-size: 20px;

    line-height: 1;

    color: #1d1d1d;

    padding-bottom: 20px;

    margin-bottom: 20px;

    font-weight: 600;

    position: relative;

    display: block;

    border-bottom: 1px solid #ebebeb;

    text-transform: uppercase; }

    #tags_block h2:before {

      content: "";

      position: absolute;

      left: 0;

      bottom: -1px;

      width: 60px;

      height: 2px; }

  #tags_block .tags_block {

    line-height: 1; }

    #tags_block .tags_block li {

      line-height: 1;

      float: left;

      list-style: none; }

      #tags_block .tags_block li:first-child a {

        margin-left: 0; }

      #tags_block .tags_block li a {

        display: block;

        float: left;

        padding: 10px 20px;

        font-size: 14px;

        line-height: 20px;

        color: #555555;

        font-weight: 400;

        border: 1px solid #ebebeb;

        border-radius: 30px;

        background: #ffffff;

        margin: 4px;

        text-transform: capitalize; }

        #tags_block .tags_block li a:hover {

          color: #ffffff; }



/* end module tags */

/* module wishlist , compare*/

#_desktop_compare .compare_top {

  float: right;

  padding: 0;

  line-height: 46px;

  height: 46px;

  border: none;

  margin-right: 30px; }

  @media (max-width: 1199px) {

    #_desktop_compare .compare_top {

      margin-right: 15px; } }

  #_desktop_compare .compare_top a {

    font-weight: 400;

    color: #253237;

    background: transparent;

    text-shadow: none;

    cursor: pointer;

    line-height: 46px;

    height: 46px;

    font-size: 0;

    display: inline-block;

    text-transform: capitalize;

    position: relative; }

    #_desktop_compare .compare_top a i {

      display: block;

      font-size: 28px;

      line-height: 46px; }

    #_desktop_compare .compare_top a #poscompare-nb {

      position: absolute;

      bottom: 6px;

      left: 17px;

      display: inline-block;

      width: 20px;

      height: 20px;

      color: #ffffff;

      line-height: 20px;

      font-size: 12px;

      border-radius: 100%;

      text-align: center;

      font-weight: 700;

      background: #f12424; }



#_mobile_compare {

  display: inline-block;

  vertical-align: top; }

  #_mobile_compare .compare_top {

    display: inline-block;

    padding: 0 15px;

    line-height: 20px;

    height: 20px; }

    #_mobile_compare .compare_top a {

      font-weight: 400;

      color: #253237;

      background: transparent;

      text-shadow: none;

      cursor: pointer;

      line-height: 20px;

      font-size: 13px;

      display: inline-block;

      text-transform: capitalize; }

      #_mobile_compare .compare_top a i {

        vertical-align: -1px;

        display: inline-block;

        margin-right: 5px; }



#_desktop_wishtlist .wishtlist_top {

  float: right;

  padding: 0;

  line-height: 46px;

  height: 46px;

  border: none;

  margin-right: 30px; }

  @media (max-width: 1199px) {

    #_desktop_wishtlist .wishtlist_top {

      margin-right: 15px; } }

  #_desktop_wishtlist .wishtlist_top a {

    font-weight: 400;

    color: #1d1d1d;

    background: transparent;

    text-shadow: none;

    cursor: pointer;

    line-height: 46px;

    height: 46px;

    font-size: 0;

    display: inline-block;

    text-transform: capitalize;

    position: relative; }

    #_desktop_wishtlist .wishtlist_top a i {

      display: block;

      font-size: 28px;

      line-height: 46px; }

    #_desktop_wishtlist .wishtlist_top a .cart-wishlist-number {

      position: absolute;

      bottom: 6px;

      left: 17px;

      display: inline-block;

      width: 20px;

      height: 20px;

      color: #ffffff;

      line-height: 20px;

      font-size: 12px;

      border-radius: 100%;

      text-align: center;

      font-weight: 700;

      background: #f12424; }



#_mobile_wishtlist {

  display: inline-block;

  vertical-align: top; }

  #_mobile_wishtlist .wishtlist_top {

    display: inline-block;

    padding: 0 15px;

    line-height: 20px;

    height: 20px; }

    #_mobile_wishtlist .wishtlist_top a {

      font-weight: 400;

      color: #253237;

      background: transparent;

      text-shadow: none;

      cursor: pointer;

      line-height: 20px;

      font-size: 13px;

      display: inline-block;

      text-transform: capitalize; }

      #_mobile_wishtlist .wishtlist_top a i {

        vertical-align: -1px;

        display: inline-block;

        margin-right: 7px; }



/* end module wishlist , compare */

#_desktop_contact_link {

  position: absolute;

  left: 15px;

  top: 50%;

  -moz-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%); }

  #_desktop_contact_link .contact-link {

    float: right;

    padding-left: 45px;

    line-height: 17px;

    position: relative;

    color: #555555;

    text-transform: capitalize; }

    #_desktop_contact_link .contact-link:before {

      content: "";

      display: inline-block;

      width: 35px;

      height: 35px;

      background: url(../img/icon_contact.png) no-repeat;

      position: absolute;

      left: 0;

      top: 0; }

    #_desktop_contact_link .contact-link a {

      color: #253237;

      font-weight: 700; }



/* module social */

.social_follow {

  position: relative;

  font-size: 0; }

  @media (max-width: 767px) {

    .social_follow {

      margin-bottom: 20px; } }

  .social_follow h4 {

    font-size: 14px;

    line-height: 1;

    color: #253237;

    margin: 0 0 15px 0;

    text-transform: uppercase; }

  .social_follow li {

    display: inline-block;

    margin: 0 10px 0 0;

    line-height: 36px;

    background-image: none !important;

    padding: 0; }

    .social_follow li:last-child {

      margin: 0; }

    .social_follow li a {

      position: relative;

      display: inline-block;

      vertical-align: middle;

      color: #fff;

      background: #343434;

      font-size: 0;

      padding: 0;

      line-height: 40px;

      width: 40px;

      height: 40px;

      border-radius: 100%;

      text-align: center;

      border: none;

      z-index: 1;

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

      .social_follow li a:before {

        padding: 0 !important;

        font-size: 20px;

        display: inline-block;

        font-family: 'Line Awesome Brands';

        font-weight: 400;

        vertical-align: middle;

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale; }

    .social_follow li.facebook a:before {

      content: "\f39e"; }

    .social_follow li.twitter a:before {

      content: "\f099"; }

    .social_follow li.rss a:before {

      content: "\f23d"; }

    .social_follow li.youtube a:before {

      content: "\f167"; }

    .social_follow li.googleplus a:before {

      content: "\f34f"; }

    .social_follow li.pinterest a:before {

      content: "\f2b1"; }

    .social_follow li.vimeo a:before {

      content: "\f245"; }

    .social_follow li.instagram a:before {

      content: "\f351"; }



/* end module social */

/* module cart block */

.position-static > #_desktop_cart_block {

  float: right; }



.blockcart {

  float: right;

  position: relative; }

  .blockcart .button_cart {

    position: relative;

    display: inline-block;

    position: relative; }

    .blockcart .button_cart a.desktop, .blockcart .button_cart a.mobile {

      display: block;

      position: relative;

      font-size: 16px;

      font-weight: 700;

      height: 46px;

      text-align: center;

      line-height: 26px;

      padding: 10px 0;

      color: #1d1d1d; }

      .blockcart .button_cart a.desktop:before, .blockcart .button_cart a.mobile:before {

        content: '\f290';

        display: inline-block;

        font-size: 28px;

        font-family: 'Line Awesome Free';

        vertical-align: middle;

        margin-right: 30px;

        float: left;

        font-weight: 900; }

        @media (max-width: 1199px) {

          .blockcart .button_cart a.desktop:before, .blockcart .button_cart a.mobile:before {

            margin-right: 15px; } }

      .blockcart .button_cart a.desktop i, .blockcart .button_cart a.mobile i {

        display: none; }

      .blockcart .button_cart a.desktop .item_total, .blockcart .button_cart a.mobile .item_total {

        display: none; }

      .blockcart .button_cart a.desktop .item_count, .blockcart .button_cart a.mobile .item_count {

        position: absolute;

        bottom: 6px;

        left: 17px;

        display: inline-block;

        width: 20px;

        height: 20px;

        color: #ffffff;

        line-height: 20px;

        font-size: 12px;

        border-radius: 100%;

        text-align: center;

        background: #f12424; }

    .blockcart .button_cart a.mobile {

      line-height: 50px;

      height: 50px;

      padding: 0; }

      .blockcart .button_cart a.mobile:before {

        margin-right: 0; }

      .blockcart .button_cart a.mobile i {

        display: block;

        line-height: 50px;

        font-size: 28px;

        margin: 0; }

  .blockcart .popup_cart {

    margin: 0;

    width: 350px;

    top: 100%;

    left: auto;

    right: 0;

    position: absolute;

    display: none;

    z-index: 1001;

    text-align: left;

    padding-top: 5px; }

    @media (max-width: 479px) {

      .blockcart .popup_cart {

        width: 270px; } }

    .blockcart .popup_cart .content-cart {

      background: #ffffff;

      box-shadow: 0px 0px 3.76px 0.24px rgba(0, 0, 0, 0.15); }

    .blockcart .popup_cart ul {

      padding: 0 30px; }

      .blockcart .popup_cart ul li {

        padding: 30px 0;

        border-bottom: 1px solid #ebebeb;

        overflow: hidden; }

        .blockcart .popup_cart ul li .img_content {

          float: left;

          margin: 0 10px 0 0;

          position: relative;

          width: 85px; }

          .blockcart .popup_cart ul li .img_content .product-quantity {

            position: absolute;

            top: 5px;

            left: 5px;

            min-width: 20px;

            line-height: 20px;

            -webkit-border-radius: 100%;

            -moz-border-radius: 100%;

            border-radius: 100%;

            padding: 0;

            text-align: center;

            color: #ffffff;

            font-size: 12px;

            display: inline-block; }

        .blockcart .popup_cart ul li .right_block {

          overflow: hidden;

          position: relative;

          padding: 0 20px 0 0; }

          .blockcart .popup_cart ul li .right_block span {

            font-size: 14px; }

          .blockcart .popup_cart ul li .right_block .product-name {

            display: block;

            text-transform: capitalize;

            font-size: 14px;

            line-height: 20px;

            color: #1d1d1d;

            font-weight: 400;

            white-space: nowrap;

            overflow: hidden;

            text-overflow: ellipsis; }

          .blockcart .popup_cart ul li .right_block .product-price {

            display: block;

            margin: 5px 0 0;

            font-size: 14px;

            font-weight: 400;

            color: #555555; }

          .blockcart .popup_cart ul li .right_block .remove-from-cart {

            display: block;

            position: absolute;

            top: 0;

            right: 0;

            color: #888888;

            font-size: 18px; }

            .blockcart .popup_cart ul li .right_block .remove-from-cart:hover {

              color: #253237; }

          .blockcart .popup_cart ul li .right_block .attributes_content {

            display: block;

            font-size: 13px;

            line-height: 20px;

            color: #909296;

            margin: 5px 0 0; }

          .blockcart .popup_cart ul li .right_block strong {

            font-weight: 400; }

    .blockcart .popup_cart .price_content {

      overflow: hidden;

      padding: 30px; }

      .blockcart .popup_cart .price_content .price_inline {

        overflow: hidden;

        line-height: 25px; }

        .blockcart .popup_cart .price_content .price_inline .label {

          float: left;

          font-weight: 400;

          color: #9b9b9b;

          font-size: 16px;

          text-transform: uppercase; }

        .blockcart .popup_cart .price_content .price_inline .value {

          float: right;

          font-weight: 300;

          color: #9b9b9b;

          font-size: 16px; }

        .blockcart .popup_cart .price_content .price_inline.cart-total .label {

          color: #0f0f0f;

          font-weight: 600;

          font-size: 18px; }

        .blockcart .popup_cart .price_content .price_inline.cart-total .value {

          color: #0f0f0f;

          font-weight: 600; }

    .blockcart .popup_cart .checkout {

      padding: 0 30px 30px 30px; }

      .blockcart .popup_cart .checkout a {

        display: block;

        text-transform: uppercase;

        font-weight: 600;

        font-size: 14px;

        border: none;

        color: #1d1d1d;

        box-shadow: none;

        padding: 10px 15px;

        line-height: 28px;

        border: 1px solid #1d1d1d;

        background: #fff;

        border-radius: 30px; }

        .blockcart .popup_cart .checkout a:hover {

          color: #ffffff;

          border-color: #a60000; }



@media (min-width: 992px) {

  .blockcart .popup_cart ul {

    max-height: 271px;

    overflow-y: auto; } }

.blockcart .popup_cart ul::-webkit-scrollbar-track {

  background-color: #253237; }



.blockcart .popup_cart ul::-webkit-scrollbar {

  width: 4px;

  background-color: #253237; }



.blockcart .popup_cart ul::-webkit-scrollbar-thumb {

  background-color: rgba(46, 46, 46, 0.3);

  border-radius: 10px; }



/* style layer cart */

#blockcart-modal .modal-body {

  background: #ffffff;

  padding: 3.125rem 1.875rem; }



#blockcart-modal .divide-right {

  border-right: 1px solid #ebebeb; }

  @media (max-width: 767px) {

    #blockcart-modal .divide-right {

      border: none; } }

  #blockcart-modal .divide-right p, #blockcart-modal .divide-right strong {

    color: #253237;

    font-size: 14px;

    font-weight: 600; }



#blockcart-modal .cart-content p, #blockcart-modal .cart-content strong {

  color: #253237;

  font-size: 14px; }

#blockcart-modal .cart-content strong {

  font-weight: 600; }



#blockcart-modal .product-name {

  font-size: 16px;

  margin-bottom: 20px;

  color: #253237; }



#blockcart-modal .modal-header {

  background: #253237; }



/* end style layer cart */

#blockcart-modal button.close {

  color: #ffffff;

  opacity: 1; }



#blockcart-modal .cart-content .btn {

  margin-top: 20px; }



/* end module cart block */

/* search block */

#_desktop_search_block {

  padding: 0;

  float: right;

  margin-right: 25px; }

  @media (max-width: 1199px) {

    #_desktop_search_block {

      margin-right: 15px; } }



#_mobile_search_block {

  display: inline-block;

  width: 100%;

  margin: 10px 0; }



.block-search .search-icon {

  font-size: 23px;

  line-height: 30px;

  height: 30px;

  color: #253237;

  cursor: pointer; }

  .block-search .search-icon i {

    display: block;

    line-height: 30px; }

  @media (max-width: 991px) {

    .block-search .search-icon {

      display: none; } }



.search_top {

  padding: 0;

  background: transparent;

  border: 0;

  position: absolute;

  right: 0;

  left: auto;

  min-width: 350px;

  margin-top: 10px; }

  @media (max-width: 991px) {

    .search_top {

      display: block !important;

      position: static;

      position: relative;

      width: 100%;

      z-index: 1;

      min-width: auto; } }

  .search_top form {

    width: 100%;

    position: relative; }

    .search_top form .text_input {

      padding: 10px 50px 10px 20px;

      height: 44px;

      line-height: 24px;

      font-size: 14px;

      border: 1px solid #ebebeb;

      border-radius: 0;

      box-shadow: 0px 0px 3.76px 0.24px rgba(0, 0, 0, 0.15);

      overflow: hidden;

      width: 100%;

      background: #ffffff;

      color: #a9a9a9;

      font-weight: 300; }

      .search_top form .text_input::-moz-placeholder {

        color: #a9a9a9; }

      .search_top form .text_input::-webkit-input-placeholder {

        color: #a9a9a9; }

      .search_top form .text_input:-ms-input-placeholder {

        color: #a9a9a9; }

    .search_top form button {

      position: absolute;

      top: 0;

      right: 0;

      height: 44px;

      width: 44px;

      display: inline-block;

      padding: 0;

      text-align: center;

      background: transparent;

      color: #253237;

      line-height: 44px;

      font-size: 18px;

      text-transform: uppercase;

      border: 0;

      text-align: center;

      border-radius: 0;

      font-weight: 400;

      cursor: pointer;

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

      .search_top form button span {

        line-height: 44px; }

      .search_top form button:hover {

        -webkit-transition: all 300ms linear;

        -moz-transition: all 300ms linear;

        -ms-transition: all 300ms linear;

        -o-transition: all 300ms linear;

        transition: all 300ms linear; }



.ui-autocomplete {

  overflow: hidden;

  max-height: 300px;

  overflow-y: scroll;

  padding: 10px;

  border: 1px solid #ebebeb; }

  @media (max-width: 360px) {

    .ui-autocomplete {

      max-width: 300px !important; } }

  .ui-autocomplete li a {

    display: flex !important;

    align-items: center;

    width: 100%;

    overflow: visible;

    max-height: none;

    overflow-y: auto;

    margin-bottom: 10px !important;

    border: none; }

    .ui-autocomplete li a img {

      margin: 0;

      flex: 0 0 80px;

      width: 80px; }

    .ui-autocomplete li a > div {

      overflow: hidden;

      padding: 0 20px; }

    .ui-autocomplete li a span {

      margin: 0;

      display: inline-block;

      font-size: 12px; }

      .ui-autocomplete li a span.separator {

        margin-left: 5px;

        margin-right: 5px; }

      .ui-autocomplete li a span.product {

        font-size: 14px;

        font-weight: 700; }

    .ui-autocomplete li a .price {

      margin-top: 10px; }



/* end search block */

/* module featured-products */

.pos-featured-products .pos_title, .pos_bestsellers_product .pos_title {

  text-align: left;

  background: transparent;

  padding: 0; }

  .pos-featured-products .pos_title h2, .pos_bestsellers_product .pos_title h2 {

    font-size: 24px; }

  .pos-featured-products .pos_title:before, .pos_bestsellers_product .pos_title:before {

    display: none; }

@media (max-width: 991px) {

  .pos-featured-products .col, .pos_bestsellers_product .col {

    width: 100%; } }

@media (max-width: 991px) {

  .pos-featured-products .col .banner-box, .pos_bestsellers_product .col .banner-box {

    margin-bottom: 20px; } }

.pos-featured-products .js-product-miniature, .pos_bestsellers_product .js-product-miniature {

  clear: both;

  min-height: auto !important;

  padding: 16px 0 16px 5px; }

  .pos-featured-products .js-product-miniature .img_block, .pos_bestsellers_product .js-product-miniature .img_block {

    float: left;

    width: 120px;

    margin-right: 20px; }

    @media (max-width: 1600px) {

      .pos-featured-products .js-product-miniature .img_block, .pos_bestsellers_product .js-product-miniature .img_block {

        width: 115px; } }

    @media (max-width: 1199px) {

      .pos-featured-products .js-product-miniature .img_block, .pos_bestsellers_product .js-product-miniature .img_block {

        width: 90px; } }

    .pos-featured-products .js-product-miniature .img_block .add-to-links, .pos_bestsellers_product .js-product-miniature .img_block .add-to-links {

      display: none; }

  .pos-featured-products .js-product-miniature .product_desc, .pos_bestsellers_product .js-product-miniature .product_desc {

    overflow: hidden;

    padding: 20px 10px 0 0;

    text-align: left; }

    .pos-featured-products .js-product-miniature .product_desc .product-price-and-shipping .discount-product, .pos_bestsellers_product .js-product-miniature .product_desc .product-price-and-shipping .discount-product {

      display: none; }

.pos-featured-products .owl-nav > div, .pos_bestsellers_product .owl-nav > div {

  top: -60px;

  opacity: 1;

  -moz-transform: none;

  -webkit-transform: none;

  -o-transform: none;

  -ms-transform: none;

  transform: none; }

  .pos-featured-products .owl-nav > div.owl-prev, .pos_bestsellers_product .owl-nav > div.owl-prev {

    right: 58px;

    left: auto; }

  .pos-featured-products .owl-nav > div.owl-next, .pos_bestsellers_product .owl-nav > div.owl-next {

    right: 15px; }



/* end module featured-products */

/*  module new-products */

/* end module new-products */

/* module special-products */

.pos-special-products .pos_title {

  text-align: left; }

.pos-special-products .js-product-miniature {

  border-width: 2px;

  text-align: center;

  padding: 30px; }

  @media (min-width: 768px) {

    .pos-special-products .js-product-miniature .img_block {

      float: left;

      width: 55.5%;

      max-width: 525px; } }

  .pos-special-products .js-product-miniature .img-col-left {

    width: 80px;

    float: left;

    padding-top: 40px;

    margin-right: 10px; }

    @media (min-width: 768px) and (max-width: 1199px) {

      .pos-special-products .js-product-miniature .img-col-left {

        width: 70px; } }

    .pos-special-products .js-product-miniature .img-col-left .slick-vertical .slick-current {

      border-color: #253237; }

    .pos-special-products .js-product-miniature .img-col-left .slick-prev:before, .pos-special-products .js-product-miniature .img-col-left .slick-next:before {

      color: #253237; }

  .pos-special-products .js-product-miniature .img-col-right {

    overflow: hidden;

    position: relative; }

  @media (min-width: 768px) {

    .pos-special-products .js-product-miniature .product_desc {

      overflow: hidden;

      padding: 30px 15px 15px 15px; } }

  .pos-special-products .js-product-miniature .product_desc .product_name {

    font-size: 18px;

    line-height: 20px; }

  .pos-special-products .js-product-miniature .product_desc .manufacturer a {

    font-size: 15px; }

  .pos-special-products .js-product-miniature .product_desc .hook-reviews {

    margin-bottom: 15px; }

  .pos-special-products .js-product-miniature .product_desc .product-price-and-shipping .price, .pos-special-products .js-product-miniature .product_desc .product-price-and-shipping .regular-price {

    font-size: 17px; }

  .pos-special-products .js-product-miniature .product_desc .availability {

    display: block;

    margin: 32px 0 0 0; }

    @media (min-width: 992px) and (max-width: 1199px) {

      .pos-special-products .js-product-miniature .product_desc .availability {

        margin: 22px 0 0 0; } }

.pos-special-products .owl-nav > div {

  top: -60px;

  opacity: 1;

  -moz-transform: none;

  -webkit-transform: none;

  -o-transform: none;

  -ms-transform: none;

  transform: none; }

  .pos-special-products .owl-nav > div.owl-prev {

    right: 58px;

    left: auto; }

  .pos-special-products .owl-nav > div.owl-next {

    right: 15px; }



.pos_new_product .js-product-miniature .img_block {

  padding-bottom: 15px; }



/* end module special-products */

/* countdown */

.countdown-static {

  position: relative; }

  .countdown-static .countdown-content {

    position: absolute;

    left: 0;

    right: 0;

    top: 50%;

    -moz-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%); }

    .countdown-static .countdown-content .info {

      float: right; }

    .countdown-static .countdown-content h5 {

      font-size: 44px;

      font-family: 'Great Vibes', cursive;

      color: #ffffff;

      margin-bottom: 18px;

      display: inline-block;

      font-weight: 400; }

      @media (max-width: 800px) {

        .countdown-static .countdown-content h5 {

          font-size: 20px;

          margin-bottom: 10px; } }

      @media (max-width: 600px) {

        .countdown-static .countdown-content h5 {

          display: none; } }

    .countdown-static .countdown-content h2 {

      color: #fff;

      font-size: 86px;

      font-weight: 700;

      line-height: 65px;

      margin: 0 0 33px;

      text-transform: uppercase; }

      @media (max-width: 1199px) {

        .countdown-static .countdown-content h2 {

          font-size: 30px;

          line-height: 30px;

          margin: 0 0 15px; } }

      @media (max-width: 640px) {

        .countdown-static .countdown-content h2 {

          font-size: 20px;

          line-height: 15px;

          margin: 0 0 10px; } }

    .countdown-static .countdown-content p {

      color: #fff;

      font-size: 20px;

      font-weight: 400;

      margin: 0 0 50px;

      max-width: 460px; }

      @media (max-width: 1199px) {

        .countdown-static .countdown-content p {

          font-size: 14px;

          margin: 0 0 15px; } }

      @media (max-width: 600px) {

        .countdown-static .countdown-content p {

          display: none; } }

    .countdown-static .countdown-content a.shop_now {

      display: inline-block;

      position: relative;

      font-size: 14px;

      font-weight: 700;

      color: #0f0f0f;

      background: #ffffff;

      line-height: 45px;

      height: 45px;

      padding: 0 30px;

      border-radius: 30px;

      text-transform: uppercase;

      display: inline-block;

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

      .countdown-static .countdown-content a.shop_now:hover {

        color: #fff;

        background: #0f0f0f; }

      @media (max-width: 640px) {

        .countdown-static .countdown-content a.shop_now {

          font-size: 12px;

          height: 30px;

          line-height: 30px; } }

      @media (max-width: 600px) {

        .countdown-static .countdown-content a.shop_now {

          display: none; } }



.countdown {

  margin-top: 30px;

  display: flex;

  align-items: center;

  justify-content: center; }

  @media (min-width: 992px) and (max-width: 1199px) {

    .countdown {

      flex-direction: column;

      margin-top: 15px; } }

  @media (max-width: 991px) {

    .countdown {

      flex-direction: column; } }



.title_countdown {

  font-size: 14px;

  color: #777777;

  line-height: 18px;

  display: inline-block;

  vertical-align: top;

  max-width: 110px; }

  @media (max-width: 767px) {

    .title_countdown {

      margin-bottom: 10px; } }



.time_count_down {

  display: inline-block;

  vertical-align: top; }



.is-countdown {

  position: relative;

  font-size: 0;

  line-height: 1; }

  @media (max-width: 600px) {

    .is-countdown {

      display: block !important; } }

  .is-countdown .countdown-section {

    display: inline-block;

    text-align: center;

    position: relative;

    border: 2px solid #fff;

    border-radius: 5px;

    width: 68px;

    padding: 9px 0;

    text-align: center;

    margin-right: 20px; }

    .is-countdown .countdown-section:first-child {

      width: 75px; }

      @media (max-width: 800px) {

        .is-countdown .countdown-section:first-child {

          width: 60px; } }

      @media (max-width: 600px) {

        .is-countdown .countdown-section:first-child {

          width: 50px; } }

    .is-countdown .countdown-section:last-child {

      margin: 0;

      padding-right: 0; }

      .is-countdown .countdown-section:last-child:after {

        display: none; }

    .is-countdown .countdown-section:after {

      content: ":";

      display: inline-block;

      vertical-align: middle;

      position: absolute;

      top: 50%;

      right: -13px;

      font-size: 22px;

      -moz-transform: translateY(-50%);

      -webkit-transform: translateY(-50%);

      -o-transform: translateY(-50%);

      -ms-transform: translateY(-50%);

      transform: translateY(-50%); }

    @media (max-width: 800px) {

      .is-countdown .countdown-section {

        width: 60px; } }

    @media (max-width: 600px) {

      .is-countdown .countdown-section {

        width: 50px; } }

    .is-countdown .countdown-section .countdown-amount {

      display: block;

      font-size: 28px;

      line-height: 1;

      color: #fff;

      font-weight: 600;

      position: relative;

      margin-bottom: 8px; }

      @media (max-width: 800px) {

        .is-countdown .countdown-section .countdown-amount {

          font-size: 14px; } }

    .is-countdown .countdown-section .countdown-period {

      display: block;

      font-size: 12px;

      line-height: 1;

      color: #fff;

      text-transform: uppercase; }

      @media (max-width: 767px) {

        .is-countdown .countdown-section .countdown-period {

          font-size: 10px; } }

      @media (max-width: 600px) {

        .is-countdown .countdown-section .countdown-period {

          font-size: 8px; } }



/* 	.countdown-show1 .countdown-section {

		width: 100%;

	}

	.countdown-show2 .countdown-section {

		width: 50%;

	}

	.countdown-show3 .countdown-section {

		width: 33.33%;

	}

	.countdown-show4 .countdown-section {

		width: 25%;

	}

	#product .countdown-show4 .countdown-section{width: auto;}

	.countdown-show5 .countdown-section {

		width: 19.5%;

	}

	.countdown-show6 .countdown-section {

		width: 16.25%;

	}

	.countdown-show7 .countdown-section {

		width: 14%;

	}  */

/* end countdown */

/* end module cate-products-slider */

.category-products-slider .category_products {

  margin-bottom-bottom: 60px; }

.category-products-slider .owl-carousel .owl-stage-outer {

  padding: 0;

  margin: 0; }

.category-products-slider .js-product-miniature {

  display: inline-block;

  width: 100%;

  vertical-align: top;

  box-shadow: none !important; }

  .category-products-slider .js-product-miniature .img_block {

    float: left;

    width: 100px; }

  .category-products-slider .js-product-miniature .product_desc {

    overflow: hidden;

    padding: 10px;

    text-align: left; }

    .category-products-slider .js-product-miniature .product_desc .product_name {

      min-height: auto; }

.category-products-slider .owl-nav > div {

  height: 32px;

  width: 32px;

  line-height: 30px;

  top: -62px;

  transform: none;

  opacity: 1; }

  .category-products-slider .owl-nav > div.owl-prev {

    right: 38px;

    left: auto; }

  .category-products-slider .owl-nav > div.owl-next {

    right: 0; }

  .category-products-slider .owl-nav > div:before {

    font-size: 14px; }



/* end module cate-products-slider */

/* module postabproductslider */

.product-tabs-container-slider ul.tabs_slider {

  position: relative;

  display: block;

  margin-bottom: 30px; }

  .product-tabs-container-slider ul.tabs_slider li {

    margin: 0;

    text-transform: capitalize;

    position: relative;

    display: inline-block;

    vertical-align: top;

    font-size: 32px;

    font-weight: 600;

    line-height: 1;

    color: #253237;

    opacity: 0.4;

    cursor: pointer;

    margin-right: 35px;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

    @media (max-width: 1199px) {

      .product-tabs-container-slider ul.tabs_slider li {

        font-size: 24px; } }

    .product-tabs-container-slider ul.tabs_slider li:last-child {

      margin-right: 0; }

    @media (max-width: 479px) {

      .product-tabs-container-slider ul.tabs_slider li {

        width: 100%;

        margin: 0 0 10px 0; }

        .product-tabs-container-slider ul.tabs_slider li:last-child {

          margin: 0; } }

    .product-tabs-container-slider ul.tabs_slider li.active, .product-tabs-container-slider ul.tabs_slider li:hover {

      opacity: 1;

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

    .product-tabs-container-slider ul.tabs_slider li.active {

      font-weight: 600; }



/* end module postabproductslider */

/* module listcategories */

.poslistcategories .list-categories {

  position: relative;

  -webkit-transition: all 300ms linear;

  -moz-transition: all 300ms linear;

  -ms-transition: all 300ms linear;

  -o-transition: all 300ms linear;

  transition: all 300ms linear; }

  .poslistcategories .list-categories:hover .thumb-category img {

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

  .poslistcategories .list-categories:hover .desc-listcategoreis {

    -moz-transform: translateY(0px);

    -webkit-transform: translateY(0px);

    -o-transform: translateY(0px);

    -ms-transform: translateY(0px);

    transform: translateY(0px);

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

    .poslistcategories .list-categories:hover .desc-listcategoreis .number_product {

      opacity: 1;

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

  .poslistcategories .list-categories .thumb-category {

    overflow: hidden; }

    .poslistcategories .list-categories .thumb-category img {

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

  .poslistcategories .list-categories .desc-listcategoreis .name_categories a {

    font-size: 16px;

    font-weight: 600;

    color: #1d1d1d;

    display: block;

    text-transform: capitalize;

    margin-top: 30px;

    text-align: center; }

    .poslistcategories .list-categories .desc-listcategoreis .name_categories a:hover {

      color: #a60000;

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

  .poslistcategories .list-categories .desc-listcategoreis .number_product {

    color: #888888;

    font-size: 14px;

    text-transform: capitalize;

    line-height: 1;

    opacity: 0;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }



/*end  module listcategories */

/* module poslistcateproduct  */

.poslistcateproduct .btn-group {

  position: absolute;

  right: -2px;

  top: 0;

  z-index: 2; }

  .poslistcateproduct .btn-group > .btn {

    border: 0;

    background: transparent;

    padding: 0; }

    .poslistcateproduct .btn-group > .btn:after {

      display: none; }

    .poslistcateproduct .btn-group > .btn:hover, .poslistcateproduct .btn-group > .btn:active, .poslistcateproduct .btn-group > .btn:focus {

      -webkit-box-shadow: none;

      box-shadow: none; }

  .poslistcateproduct .btn-group .dropdown-menu {

    right: 2px;

    left: auto;

    top: 25px;

    border: 0;

    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.175);

    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.175);

    padding: 15px;

    min-width: 200px; }

    .poslistcateproduct .btn-group .dropdown-menu a {

      font-size: 14px;

      color: #909296;

      line-height: 20px; }

.poslistcateproduct .subcategories-list {

  font-size: 0;

  line-height: 1;

  position: relative; }

  .poslistcateproduct .subcategories-list li {

    display: inline-block; }

    .poslistcateproduct .subcategories-list li:last-child a {

      margin-right: 0; }

      .poslistcateproduct .subcategories-list li:last-child a:after {

        display: none; }

    .poslistcateproduct .subcategories-list li a {

      position: relative;

      display: inline-block;

      vertical-align: top;

      line-height: 1;

      color: #888888;

      font-size: 14px;

      font-weight: 400;

      line-height: 18px;

      position: relative;

      margin-top: 10px;

      margin-right: 30px; }

      .poslistcateproduct .subcategories-list li a.active, .poslistcateproduct .subcategories-list li a:hover {

        z-index: 2;

        -webkit-transition: all 300ms linear;

        -moz-transition: all 300ms linear;

        -ms-transition: all 300ms linear;

        -o-transition: all 300ms linear;

        transition: all 300ms linear; }

@media (min-width: 768px) {

  .poslistcateproduct .banner-box {

    margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {

  .poslistcateproduct .js-product-miniature.style_product_default .add-to-links li.cart button.ajax_add_to_cart_button,

  .poslistcateproduct .js-product-miniature.style_product_default .add-to-links li.cart span.ajax_add_to_cart_button {

    width: 30px;

    height: 30px;

    line-height: 30px;

    text-align: center;

    border: none;

    font-size: 0;

    letter-spacing: 0;

    font-weight: 400;

    display: inherit; }

    .poslistcateproduct .js-product-miniature.style_product_default .add-to-links li.cart button.ajax_add_to_cart_button:before,

    .poslistcateproduct .js-product-miniature.style_product_default .add-to-links li.cart span.ajax_add_to_cart_button:before {

      font-size: 21px;

      font-family: "Ionicons";

      display: block;

      content: "\f110"; } }

.poslistcateproduct .content-listcateproducts {

  background: #ffffff; }

  .poslistcateproduct .content-listcateproducts:after {

    content: "";

    display: table;

    clear: both; }

  @media (min-width: 1200px) {

    .poslistcateproduct .content-listcateproducts .col-left {

      float: left;

      width: 20.05%; }

    .poslistcateproduct .content-listcateproducts .col-right {

      float: left;

      width: 79.95%; } }

  @media (min-width: 992px) and (max-width: 1199px) {

    .poslistcateproduct .content-listcateproducts .col-left {

      float: left;

      width: 26.5%; }

    .poslistcateproduct .content-listcateproducts .col-right {

      float: left;

      width: 73.5%; } }

  @media (min-width: 768px) and (max-width: 991px) {

    .poslistcateproduct .content-listcateproducts .col-left {

      float: left;

      width: 35%; }

    .poslistcateproduct .content-listcateproducts .col-right {

      float: left;

      width: 65%; } }



/* end module poslistcateproduct  */

/* module testimonials */

.testimonials_container {

  background: url(../img/bg-testimonial.jpg) 0 0 no-repeat;

  padding: 90px 0;

  position: relative; }

  @media (max-width: 1199px) {

    .testimonials_container {

      padding: 60px 0; } }

  @media (max-width: 767px) {

    .testimonials_container {

      padding: 30px 0; } }



.thumb {

  font-size: 0;

  line-height: 1;

  text-align: center;

  display: none; }

  .thumb li {

    display: inline-block;

    margin: 0 5px;

    cursor: pointer;

    border-radius: 100%;

    overflow: hidden;

    width: 100px;

    height: 100px;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

    .thumb li img {

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear;

      -moz-transform: scale3d(0.6, 0.6, 0.6);

      -webkit-transform: scale3d(0.6, 0.6, 0.6);

      -o-transform: scale3d(0.6, 0.6, 0.6);

      -ms-transform: scale3d(0.6, 0.6, 0.6);

      transform: scale3d(0.6, 0.6, 0.6); }

    .thumb li.active img {

      -moz-transform: scale3d(1, 1, 1);

      -webkit-transform: scale3d(1, 1, 1);

      -o-transform: scale3d(1, 1, 1);

      -ms-transform: scale3d(1, 1, 1);

      transform: scale3d(1, 1, 1);

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }



.item-testimonials {

  position: relative;

  text-align: center;

  overflow: hidden; }

  @media (max-width: 767px) {

    .item-testimonials {

      padding: 0 30px; } }

  .item-testimonials .item {

    display: inline-block;

    width: 100%; }

    .item-testimonials .item .img {

      width: 70px;

      margin-bottom: 10px;

      display: inline-block; }

      .item-testimonials .item .img img {

        width: 100%; }

    .item-testimonials .item .content_test p {

      margin: 0; }

    .item-testimonials .item .content_test .des_namepost {

      position: relative;

      font-size: 17px;

      font-weight: 700;

      line-height: 1;

      color: #1d1d1d;

      display: block;

      margin-bottom: 28px;

      text-transform: capitalize;

      display: inline-block;

      padding-top: 60px; }

      .item-testimonials .item .content_test .des_namepost:before {

        content: "";

        background: url(../img/icon-name-testimonial.png) no-repeat;

        width: 41px;

        height: 32px;

        position: absolute;

        left: 0;

        right: 0;

        top: 0;

        margin: 0 auto; }

    .item-testimonials .item .content_test .des_email {

      font-weight: 600;

      font-size: 14px;

      line-height: 1;

      text-transform: capitalize;

      color: #a60000;

      margin-bottom: 10px; }

    .item-testimonials .item .content_test .des_testimonial {

      font-weight: 400;

      font-size: 13px;

      line-height: 24px;

      text-transform: capitalize;

      color: #555555;

      margin-bottom: 45px;

      font-style: italic; }



/* end module testimonials */

.pos_logo {

  border: 1px solid #ebebeb;

  padding: 20px 40px;

  border-radius: 5px; }

  .pos_logo .item-banklogo {

    position: relative;

    overflow: hidden; }

    .pos_logo .item-banklogo:hover img {

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear;

      -webkit-transform: scale(1.035) rotate(0.05deg);

      transform: scale(1.035) rotate(0.05deg); }

    .pos_logo .item-banklogo img {

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

  .pos_logo:hover .owl-nav > div {

    opacity: 1; }



/* end module logo */

/* blog */

.home_blog_post_area {

  position: relative; }

  .home_blog_post_area .blog_slider .item .blog_post {

    width: 100%;

    background: #ffffff;

    position: relative; }

    .home_blog_post_area .blog_slider .item .blog_post img {

      width: 100%; }

    .home_blog_post_area .blog_slider .item .blog_post .post_thumbnail {

      position: relative; }

      .home_blog_post_area .blog_slider .item .blog_post .post_thumbnail .meta_category a {

        position: absolute;

        left: 10px;

        bottom: 10px;

        font-size: 12px;

        text-transform: uppercase;

        background: #ffffff;

        color: #253237;

        line-height: 28px;

        border-radius: 30px;

        padding: 0 15px;

        display: inline-block; }

        .home_blog_post_area .blog_slider .item .blog_post .post_thumbnail .meta_category a:hover {

          color: #ffffff; }

    .home_blog_post_area .blog_slider .item .blog_post .post_content {

      padding: 30px 0 0 0;

      text-align: center; }

    .home_blog_post_area .blog_slider .item .blog_post .post_title {

      margin: 0; }

      .home_blog_post_area .blog_slider .item .blog_post .post_title a {

        font-size: 16px;

        line-height: 1;

        color: #1d1d1d;

        font-weight: 600;

        text-transform: capitalize;

        position: relative;

        display: block;

        margin-bottom: 20px; }

    .home_blog_post_area .blog_slider .item .blog_post .post_meta {

      overflow: hidden;

      position: relative;

      border-top: 1px solid #ebebeb;

      border-bottom: 1px solid #ebebeb;

      padding: 15px 0; }

      .home_blog_post_area .blog_slider .item .blog_post .post_meta .meta_author span {

        color: #a60000; }

      .home_blog_post_area .blog_slider .item .blog_post .post_meta > p {

        font-size: 13px;

        color: #888;

        margin-right: 5px;

        display: inline-block; }

        .home_blog_post_area .blog_slider .item .blog_post .post_meta > p:last-child {

          margin: 0; }

        .home_blog_post_area .blog_slider .item .blog_post .post_meta > p span {

          color: #253237; }

        .home_blog_post_area .blog_slider .item .blog_post .post_meta > p a:hover {

          text-decoration: underline; }

    .home_blog_post_area .blog_slider .item .blog_post .post_description {

      font-size: 13px;

      font-weight: 400;

      color: #555555;

      line-height: 22px;

      display: inline-block;

      width: 100%;

      margin-bottom: 30px; }

    .home_blog_post_area .blog_slider .item .blog_post .read_more {

      margin-top: 30px;

      display: none; }

      @media (min-width: 768px) and (max-width: 991px) {

        .home_blog_post_area .blog_slider .item .blog_post .read_more {

          margin-top: 20px; } }

      .home_blog_post_area .blog_slider .item .blog_post .read_more a {

        color: #253237;

        font-size: 14px;

        text-transform: capitalize;

        line-height: 1;

        position: relative;

        display: inline-block; }

        .home_blog_post_area .blog_slider .item .blog_post .read_more a:after {

          font-size: 16px;

          font-family: "Ionicons";

          display: inline-block;

          content: "\f362";

          margin-left: 5px;

          vertical-align: -2px; }

        .home_blog_post_area .blog_slider .item .blog_post .read_more a:hover {

          -moz-transform: translateX(10px);

          -webkit-transform: translateX(10px);

          -o-transform: translateX(10px);

          -ms-transform: translateX(10px);

          transform: translateX(10px); }



.home_blog_post_area .blog_post .post_thumbnail {

  position: relative;

  overflow: hidden; }

  .home_blog_post_area .blog_post .post_thumbnail:hover img {

    -moz-transform: scale(1.05) rotate(0.05deg);

    -ms-transform: scale(1.05) rotate(0.05deg);

    -o-transform: scale(1.1) rotate(0.05deg);

    -webkit-transform: scale(1.05) rotate(0.05deg);

    transform: scale(1.05) rotate(0.05deg);

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

  .home_blog_post_area .blog_post .post_thumbnail img {

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }



.kr_blog_post_area .blog_post .post_thumbnail img {

  margin: 0;

  width: 100%; }



.kr_blog_post_area .blog_post .post_content .post_meta > p {

  font-size: 13px;

  text-transform: capitalize;

  padding-right: 10px;

  margin-right: 10px; }



.kr_blog_post_area .blog_post .post_content .read_more a {

  color: #555555;

  font-size: 14px;

  font-weight: bold;

  text-transform: uppercase; }



/* end blog */

/* module newletters */

.ft_newsletter .col_form {

  max-width: 450px; }

.ft_newsletter form {

  position: relative;

  overflow: hidden;

  margin-top: 35px; }

  .ft_newsletter form .input-wrapper input {

    height: 47px;

    border: 1px solid #fff;

    background: transparent;

    color: #b1b1b1;

    padding: 10px 120px 10px 30px;

    display: inline-block;

    width: 100%;

    font-size: 13px;

    -webkit-border-radius: 30px;

    -moz-border-radius: 30px;

    -ms-border-radius: 30px;

    -o-border-radius: 30px;

    border-radius: 30px; }

    .ft_newsletter form .input-wrapper input::-moz-placeholder {

      color: #b1b1b1;

      opacity: 1; }

    .ft_newsletter form .input-wrapper input::-webkit-input-placeholder {

      color: #b1b1b1;

      opacity: 1; }

    .ft_newsletter form .input-wrapper input:-ms-input-placeholder {

      color: #b1b1b1;

      opacity: 1; }

  .ft_newsletter form .btn {

    position: absolute;

    top: 0;

    right: 0;

    text-transform: uppercase;

    font-size: 0;

    font-weight: 600;

    font-size: 14px;

    color: #1d1d1d;

    background: #fff;

    border: 0;

    box-shadow: none;

    padding: 0 20px;

    line-height: 47px;

    height: 47px;

    border-radius: 0 30px 30px 0;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

    .ft_newsletter form .btn:hover {

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear;

      color: #fff; }

  .ft_newsletter form .condition, .ft_newsletter form .alert {

    margin: 10px 0 0;

    font-size: 12px;

    line-height: 24px;

    color: #666666;

    background: none;

    border: 0;

    padding: 0; }

    .ft_newsletter form .condition.alert-danger, .ft_newsletter form .alert.alert-danger {

      color: #666666; }

    .ft_newsletter form .condition.alert-success, .ft_newsletter form .alert.alert-success {

      color: #666666; }



/* module end newletters */

/* popup newletters */

/* end popup newletters */

.pos_logo, .poslistcateproduct, .poslistcategories, .banner-top, .recommended-product, .pos_bestsellers_product, .pos-featured-products, .tab-category-container-slider, .poslistcategories, .pos-special-products, .pos_new_product, .category_products, .home_blog_post_area, .products-accessories, .categoryproducts {

  margin-bottom: 100px; }

  @media (max-width: 1199px) {

    .pos_logo, .poslistcateproduct, .poslistcategories, .banner-top, .recommended-product, .pos_bestsellers_product, .pos-featured-products, .tab-category-container-slider, .poslistcategories, .pos-special-products, .pos_new_product, .category_products, .home_blog_post_area, .products-accessories, .categoryproducts {

      margin-bottom: 60px; } }

  @media (max-width: 767px) {

    .pos_logo, .poslistcateproduct, .poslistcategories, .banner-top, .recommended-product, .pos_bestsellers_product, .pos-featured-products, .tab-category-container-slider, .poslistcategories, .pos-special-products, .pos_new_product, .category_products, .home_blog_post_area, .products-accessories, .categoryproducts {

      margin-bottom: 30px; } }



/* static */

#_desktop_static {

  float: right; }



#_mobile_static {

  padding: 10px 15px;

  margin: 0 -15px;

  text-align: center; }



.static-nav {

  color: #ffffff;

  font-size: 13px;

  line-height: 14px; }

  .static-nav span.text {

    color: #f12424; }

    .static-nav span.text:hover {

      color: #a60000; }



.static_cms {

  position: relative;

  padding: 41px 0;

  display: grid;

  grid-template-columns: 25% 25% 25% 25%;

  border: 1px solid #ebebeb;

  border-radius: 10px; }

  @media (max-width: 767px) {

    .static_cms {

      margin-top: 30px; } }

  @media (max-width: 991px) {

    .static_cms {

      grid-template-columns: 50% 50%;

      padding: 10px 0; } }

  @media (max-width: 480px) {

    .static_cms {

      grid-template-columns: 100%; } }

  .static_cms .col-cms {

    position: relative; }

    @media (max-width: 991px) {

      .static_cms .col-cms {

        margin: 10px 0; }

        .static_cms .col-cms:before {

          display: none; } }

    .static_cms .col-cms:last-child:before {

      display: none; }

  .static_cms .box_cms {

    padding: 0 10px 0 30px; }

    @media (min-width: 992px) and (max-width: 1199px) {

      .static_cms .box_cms {

        padding: 0 25px 0 30px; } }

  .static_cms img {

    float: left;

    margin-right: 15px; }

  .static_cms .txt_cms {

    overflow: hidden; }

    .static_cms .txt_cms h4 {

      line-height: 1;

      color: #fff;

      font-size: 16px;

      font-weight: 600;

      text-transform: capitalize;

      margin-bottom: 10px; }

    .static_cms .txt_cms p {

      line-height: 17px;

      color: rgba(255, 255, 255, 0.75);

      font-size: 13px;

      font-weight: 300;

      margin: 0; }



.banner-box {

  position: relative;

  overflow: hidden; }

  @media (max-width: 767px) {

    .banner-box {

      margin-bottom: 20px; } }

  .banner-box:before {

    content: "";

    background: rgba(255, 255, 255, 0.3);

    bottom: 50%;

    top: 50%;

    left: 0;

    right: 0;

    pointer-events: none;

    -webkit-transition: all 900ms linear;

    -moz-transition: all 900ms linear;

    -ms-transition: all 900ms linear;

    -o-transition: all 900ms linear;

    transition: all 900ms linear; }

  .banner-box:after {

    content: "";

    background: rgba(255, 255, 255, 0.3);

    left: 51%;

    right: 50%;

    top: 0;

    bottom: 0;

    pointer-events: none;

    -webkit-transition: all 900ms linear;

    -moz-transition: all 900ms linear;

    -ms-transition: all 900ms linear;

    -o-transition: all 900ms linear;

    transition: all 900ms linear; }

  .banner-box img {

    width: 100%;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

  .banner-box:hover:before, .banner-box:hover:after {

    bottom: 0;

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

    -webkit-transition: all 900ms linear;

    -moz-transition: all 900ms linear;

    -ms-transition: all 900ms linear;

    -o-transition: all 900ms linear;

    transition: all 900ms linear; }



.home-banner {

  position: relative;

  margin-bottom: 60px; }

  @media (max-width: 1199px) {

    .home-banner {

      margin-bottom: 30px; } }

  @media (max-width: 767px) {

    .home-banner {

      margin-bottom: 0; } }



.static-banner {

  position: relative;

  margin: 0; }

  .static-banner .content_cms {

    position: absolute;

    left: 0;

    right: 0;

    top: 50%;

    -moz-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%); }

    @media (max-width: 767px) {

      .static-banner .content_cms {

        position: static;

        background: #b1eef4;

        -moz-transform: none;

        -webkit-transform: none;

        -o-transform: none;

        -ms-transform: none;

        transform: none; } }

  .static-banner:hover .txt_cms h2 {

    animation: fadeInDown 1s linear alternate;

    -webkit-animation: fadeInDown 1s linear alternate;

    -moz-animation: fadeInDown 1s linear alternate; }

  .static-banner:hover .txt_cms h3 {

    animation: fadeInRight 1s linear alternate;

    -webkit-animation: fadeInRight 1s linear alternate;

    -moz-animation: fadeInRight 1s linear alternate; }

  .static-banner:hover .txt_cms p {

    animation: fadeInUp 1s linear alternate;

    -webkit-animation: fadeInUp 1s linear alternate;

    -moz-animation: fadeInUp 1s linear alternate; }

  .static-banner:hover .txt_cms a {

    animation: zoomIn 1s linear alternate;

    -webkit-animation: zoomIn 1s linear alternate;

    -moz-animation: zoomIn 1s linear alternate; }

  .static-banner .txt_cms {

    max-width: 500px; }

    @media (min-width: 1200px) {

      .static-banner .txt_cms {

        padding-left: 50px; } }

    .static-banner .txt_cms h2 {

      font-size: 48px;

      line-height: 1;

      color: #253237;

      font-weight: 400;

      margin: 0;

      text-transform: uppercase; }

    .static-banner .txt_cms h3 {

      font-size: 48px;

      line-height: 1;

      color: #253237;

      font-weight: 700;

      margin-bottom: 20px;

      text-transform: uppercase; }

    .static-banner .txt_cms p {

      font-size: 18px;

      line-height: 24px;

      color: #474747;

      font-weight: 400;

      margin-bottom: 35px; }

    .static-banner .txt_cms a {

      position: relative;

      font-size: 14px;

      font-weight: 700;

      color: #253237;

      background: #ffffff;

      line-height: 45px;

      height: 45px;

      padding: 0 30px;

      border-radius: 30px;

      text-transform: uppercase;

      display: inline-block; }

      .static-banner .txt_cms a:hover {

        color: #ffffff; }

    @media (max-width: 1199px) {

      .static-banner .txt_cms h2 {

        font-size: 4.00334vw; }

      .static-banner .txt_cms h3 {

        font-size: 4.00334vw;

        margin-bottom: 1.25104vw; }

      .static-banner .txt_cms p {

        font-size: 1.50125vw;

        margin-bottom: 2.9191vw;

        line-height: 2.00167vw; }

      .static-banner .txt_cms a {

        font-size: 1.16764vw;

        height: 3.75313vw;

        line-height: 3.75313vw;

        padding: 0 2.50209vw;

        border-radius: 2.50209vw; } }

    @media (max-width: 767px) {

      .static-banner .txt_cms {

        padding: 30px 0; }

        .static-banner .txt_cms h2 {

          font-size: 6.25815vw; }

        .static-banner .txt_cms h3 {

          font-size: 6.25815vw;

          margin-bottom: 1.95567vw; }

        .static-banner .txt_cms p {

          font-size: 2.34681vw;

          margin-bottom: 4.56323vw;

          line-height: 3.12907vw; }

        .static-banner .txt_cms a {

          font-size: 1.82529vw;

          height: 5.86701vw;

          line-height: 5.86701vw;

          padding: 0 3.91134vw;

          border-radius: 3.91134vw; } }



/* end static */

/* item product */

.pos_title, .pos_title_column {

  position: relative;

  display: block;

  text-align: center;

  margin-bottom: 40px;

  padding-bottom: 50px; }

  .pos_title:before, .pos_title_column:before {

    content: "";

    background: url(../img/bg-title.png) no-repeat;

    width: 315px;

    height: 25px;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    margin: 0 auto; }

  .pos_title span, .pos_title .desc_title, .pos_title_column span, .pos_title_column .desc_title {

    font-size: 36px;

    font-family: 'Great Vibes', cursive;

    color: #a60000;

    margin-bottom: 15px;

    display: inline-block; }

  .pos_title h2, .pos_title_column h2 {

    margin: 0;

    position: relative;

    text-transform: uppercase;

    font-weight: 700;

    line-height: 1;

    display: block; }

    @media (max-width: 1199px) {

      .pos_title h2, .pos_title_column h2 {

        font-size: 24px; } }



.pos_title_column {

  text-align: left; }



.product-flag .new,

.product-flag .on-sale, .product-flag .pack {

  position: absolute;

  top: 10px !important;

  left: 10px;

  display: inline-block;

  color: #ffffff;

  padding: 0 5px;

  text-align: center;

  line-height: 20px;

  height: 20px;

  font-size: 12px;

  font-weight: 700;

  border-radius: 5px;

  text-transform: capitalize;

  text-align: center;

  z-index: 1; }



.product-flag .pack {

  z-index: 2; }



.product-flag .on-sale {

  z-index: 3; }



.product-flag .discount {

  display: none; }



.owl-dots {

  text-align: center;

  line-height: 1;

  margin-top: 20px; }

  .owl-dots .owl-dot {

    display: inline-block;

    margin: 0 5px; }

    .owl-dots .owl-dot:last-child {

      margin-right: 0; }

    .owl-dots .owl-dot span {

      display: inline-block;

      width: 14px;

      height: 14px;

      border-radius: 100%;

      background: #ffffff;

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }



.owl-nav > div {

  position: absolute;

  top: 50%;

  -moz-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  display: inline-block;

  font-size: 0;

  line-height: 1;

  cursor: pointer;

  text-align: center;

  color: #888888;

  width: 34px;

  height: 34px;

  border: 1px solid #ebebeb;

  background: #ffffff;

  z-index: 1;

  opacity: 0;

  border-radius: 100%;

  -webkit-transition: all 300ms linear;

  -moz-transition: all 300ms linear;

  -ms-transition: all 300ms linear;

  -o-transition: all 300ms linear;

  transition: all 300ms linear;

  -webkit-transition: all 300ms linear;

  -moz-transition: all 300ms linear;

  -ms-transition: all 300ms linear;

  -o-transition: all 300ms linear;

  transition: all 300ms linear; }

  .owl-nav > div:before {

    font-size: 14px;

    line-height: 32px;

    display: block;

    font-family: "Ionicons"; }

  .owl-nav > div:hover {

    color: #ffffff;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

  .owl-nav > div.owl-prev {

    left: 0; }

    .owl-nav > div.owl-prev:before {

      content: "\f3d2"; }

  .owl-nav > div.owl-next {

    right: 0; }

    .owl-nav > div.owl-next:before {

      content: "\f3d3"; }

@media (max-width: 767px) {

  .owl-nav {

    display: none; } }



.pos_content {

  position: relative;

  margin: 0 -15px; }

  .pos_content:hover .owl-nav > div {

    opacity: 1; }

  .pos_content .js-product-miniature img, .pos_content .thumb-category img, .pos_content .item_logo img {

    display: none; }

  .pos_content .owl-item .js-product-miniature img, .pos_content .owl-item .thumb-category img, .pos_content .owl-item .item_logo img {

    display: block; }



/* style product */

.one_line {

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis; }



.js-product-miniature {

  position: relative;

  background: #ffffff;

  z-index: 1;

  margin-bottom: 30px;

  border: 1px solid #ebebeb;

  overflow: hidden;

  border-radius: 10px;

  -webkit-transition: all 300ms linear;

  -moz-transition: all 300ms linear;

  -ms-transition: all 300ms linear;

  -o-transition: all 300ms linear;

  transition: all 300ms linear; }

  .js-product-miniature:last-child {

    margin-bottom: 0; }

  .js-product-miniature:hover {

    z-index: 3;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

  .js-product-miniature .img_block {

    position: relative;

    overflow: hidden; }

    .js-product-miniature .img_block img {

      width: 100%;

      margin: 0;

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

  .js-product-miniature .product_desc {

    padding: 20px 15px 30px 15px;

    background: #ffffff;

    overflow: hidden;

    text-align: center;

    position: relative;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

    .js-product-miniature .product_desc .manufacturer a {

      font-size: 14px;

      text-transform: capitalize;

      color: #888;

      line-height: 1;

      margin-bottom: 17px;

      display: block; }

      .js-product-miniature .product_desc .manufacturer a:hover {

        color: #1d1d1d; }

    .js-product-miniature .product_desc h3 {

      font-weight: 400;

      margin: 0;

      line-height: 1; }

    .js-product-miniature .product_desc .product_name {

      line-height: 18px;

      display: block;

      margin-bottom: 11px;

      font-weight: 600; }

      .js-product-miniature .product_desc .product_name.one_line {

        min-height: auto; }

    .js-product-miniature .product_desc .cart {

      display: none; }

    .js-product-miniature .product_desc .hook-reviews {

      display: none;

      line-height: 1;

      position: relative;

      margin-bottom: 10px;

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

      .js-product-miniature .product_desc .hook-reviews .comments_note {

        direction: ltr !important;

        position: relative; }

      .js-product-miniature .product_desc .hook-reviews .star_content {

        display: inline-block; }

      .js-product-miniature .product_desc .hook-reviews .nb-comments {

        font-size: 13px;

        color: #adadad;

        display: none; }

    .js-product-miniature .product_desc .product-desc {

      display: none;

      color: #626262;

      font-size: 13px;

      line-height: 24px; }

      .js-product-miniature .product_desc .product-desc li {

        color: #626262;

        font-size: 13px;

        line-height: 24px; }

    .js-product-miniature .product_desc .availability {

      display: none;

      line-height: 1;

      margin-bottom: 30px; }

      .js-product-miniature .product_desc .availability .availability-list {

        font-size: 14px;

        text-transform: capitalize;

        color: #777777;

        line-height: 1;

        display: block; }

        .js-product-miniature .product_desc .availability .availability-list span {

          font-weight: 700; }

    .js-product-miniature .product_desc .variant-links {

      margin-top: 15px;

      margin-top: 15px;

      background: transparent;

      padding: 0;

      min-height: auto;

      text-align: left;

      display: none; }

      .js-product-miniature .product_desc .variant-links a {

        margin: 0 5px 0 0;

        margin: 0 5px 0 0;

        border-radius: 100%;

        width: 15px;

        height: 15px; }



.product-price-and-shipping {

  line-height: 20px; }

  @media (min-width: 360px) and (max-width: 575px) {

    .product-price-and-shipping {

      white-space: nowrap;

      letter-spacing: -0.03em; } }

  .product-price-and-shipping .sr-only {

    display: none; }

  .product-price-and-shipping .price {

    font-weight: 600; }

  .product-price-and-shipping .regular-price {

    color: #9b9b9b;

    font-weight: 400;

    text-decoration: line-through;

    margin-right: 2px;

    font-size: 14px; }

  .product-price-and-shipping .discount-product {

    display: none;

    vertical-align: top;

    color: #ffffff;

    background: #cf292b;

    padding: 0 4px;

    border-radius: 5px;

    text-align: center;

    line-height: 20px;

    height: 20px;

    font-size: 12px;

    font-weight: 700;

    text-transform: capitalize;

    text-align: center;

    z-index: 4;

    margin-left: 2px; }



/* end style product */

/* style_product_default */

.js-product-miniature.style_product_default:hover {

  -webkit-transition: all 300ms linear;

  -moz-transition: all 300ms linear;

  -ms-transition: all 300ms linear;

  -o-transition: all 300ms linear;

  transition: all 300ms linear; }

  .js-product-miniature.style_product_default:hover .add-to-links li {

    opacity: 1;

    visibility: visible;

    transform: translateX(0);

    -webkit-transform: translateX(0); }

.js-product-miniature.style_product_default .inner_desc {

  position: relative; }

.js-product-miniature.style_product_default .add-to-links {

  position: absolute;

  right: 20px;

  top: 20px; }

  .js-product-miniature.style_product_default .add-to-links li {

    float: left;

    clear: both;

    display: inline-flex;

    margin-bottom: 6px;

    visibility: hidden;

    opacity: 0;

    transform: translateX(30px);

    -webkit-transform: translateX(30px);

    perspective: 800px;

    -webkit-perspective: 800px;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden; }

    .js-product-miniature.style_product_default .add-to-links li:nth-child(1) {

      -webkit-transition: opacity .3s ease,visibility .3s ease,transform .3s ease;

      -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;

      transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;

      transition: opacity .3s ease,visibility .3s ease,transform .3s ease;

      transition: opacity .3s ease,visibility .3s ease,transform .3s ease,-webkit-transform .3s ease; }

    .js-product-miniature.style_product_default .add-to-links li:nth-child(2) {

      -webkit-transition: opacity .5s ease,visibility .5s ease,transform .5s ease;

      -webkit-transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;

      transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;

      transition: opacity .5s ease,visibility .5s ease,transform .5s ease;

      transition: opacity .5s ease,visibility .5s ease,transform .5s ease,-webkit-transform .5s ease; }

    .js-product-miniature.style_product_default .add-to-links li:nth-child(3) {

      -webkit-transition: opacity .7s ease,visibility .7s ease,transform .7s ease;

      -webkit-transition: opacity .7s ease,visibility .7s ease,-webkit-transform .7s ease;

      transition: opacity .7s ease,visibility .7s ease,-webkit-transform .7s ease;

      transition: opacity .7s ease,visibility .7s ease,transform .7s ease;

      transition: opacity .7s ease,visibility .7s ease,transform .7s ease,-webkit-transform .7s ease; }

    .js-product-miniature.style_product_default .add-to-links li:nth-child(4) {

      -webkit-transition: opacity .9s ease,visibility .9s ease,transform .9s ease;

      -webkit-transition: opacity .9s ease,visibility .9s ease,-webkit-transform .9s ease;

      transition: opacity .9s ease,visibility .9s ease,-webkit-transform .9s ease;

      transition: opacity .9s ease,visibility .9s ease,transform .9s ease;

      transition: opacity .9s ease,visibility .9s ease,transform .9s ease,-webkit-transform .9s ease; }

    .js-product-miniature.style_product_default .add-to-links li:last-child {

      margin: 0; }

    .js-product-miniature.style_product_default .add-to-links li a {

      display: block;

      background: #ffffff;

      color: #1d1d1d;

      padding: 0;

      box-shadow: 0px 2px 4.85px 0.15px rgba(0, 0, 0, 0.1);

      line-height: 40px;

      height: 45px;

      width: 45px;

      padding: 0;

      font-size: 0;

      text-align: center;

      text-transform: capitalize;

      border-radius: 100%; }

      .js-product-miniature.style_product_default .add-to-links li a:before {

        font-size: 22px;

        font-family: 'Line Awesome Free';

        font-weight: 900;

        display: block;

        line-height: 45px; }

      @media (min-width: 360px) and (max-width: 575px) {

        .js-product-miniature.style_product_default .add-to-links li a {

          line-height: 30px;

          height: 30px;

          width: 30px; }

          .js-product-miniature.style_product_default .add-to-links li a:before {

            line-height: 30px; } }

      .js-product-miniature.style_product_default .add-to-links li a:hover {

        color: #ffffff;

        -webkit-transition: all 300ms linear;

        -moz-transition: all 300ms linear;

        -ms-transition: all 300ms linear;

        -o-transition: all 300ms linear;

        transition: all 300ms linear; }

      .js-product-miniature.style_product_default .add-to-links li a.js-poscompare-add:before {

        content: "\f021"; }

      .js-product-miniature.style_product_default .add-to-links li a.js-poscompare-add.cmp_added {

        cursor: not-allowed; }

      .js-product-miniature.style_product_default .add-to-links li a.addToWishlist:before {

        content: "\f004";

        font-weight: 400; }

      .js-product-miniature.style_product_default .add-to-links li a.quick_view:before {

        content: "\f002"; }

    .js-product-miniature.style_product_default .add-to-links li.cart button.ajax_add_to_cart_button, .js-product-miniature.style_product_default .add-to-links li.cart span.ajax_add_to_cart_button {

      display: block;

      background: #ffffff;

      color: #253237;

      font-size: 14px;

      font-weight: 400;

      padding: 0;

      border: none;

      line-height: 40px;

      height: 40px;

      width: 40px;

      box-shadow: 0px 0px 13.95px 1.05px rgba(0, 0, 0, 0.17);

      padding: 0;

      cursor: pointer;

      font-size: 0;

      text-transform: capitalize;

      position: relative;

      z-index: 1;

      border-radius: 100%; }

      .js-product-miniature.style_product_default .add-to-links li.cart button.ajax_add_to_cart_button:before, .js-product-miniature.style_product_default .add-to-links li.cart span.ajax_add_to_cart_button:before {

        font-size: 21px;

        font-family: "Ionicons";

        display: block;

        content: "\f110";

        line-height: 40px; }

      @media (min-width: 360px) and (max-width: 575px) {

        .js-product-miniature.style_product_default .add-to-links li.cart button.ajax_add_to_cart_button, .js-product-miniature.style_product_default .add-to-links li.cart span.ajax_add_to_cart_button {

          line-height: 30px;

          height: 30px;

          width: 30px; }

          .js-product-miniature.style_product_default .add-to-links li.cart button.ajax_add_to_cart_button:before, .js-product-miniature.style_product_default .add-to-links li.cart span.ajax_add_to_cart_button:before {

            line-height: 30px; } }

      .js-product-miniature.style_product_default .add-to-links li.cart button.ajax_add_to_cart_button i, .js-product-miniature.style_product_default .add-to-links li.cart span.ajax_add_to_cart_button i {

        font-size: 14px;

        margin-right: 5px;

        display: none; }

      .js-product-miniature.style_product_default .add-to-links li.cart button.ajax_add_to_cart_button.disabled, .js-product-miniature.style_product_default .add-to-links li.cart span.ajax_add_to_cart_button.disabled {

        opacity: 0.5; }

      .js-product-miniature.style_product_default .add-to-links li.cart button.ajax_add_to_cart_button:hover, .js-product-miniature.style_product_default .add-to-links li.cart span.ajax_add_to_cart_button:hover {

        color: #ffffff;

        -webkit-transition: all 300ms linear;

        -moz-transition: all 300ms linear;

        -ms-transition: all 300ms linear;

        -o-transition: all 300ms linear;

        transition: all 300ms linear; }



/* end style_product_default */

/* style_product1 */

.js-product-miniature.style_product1 {

  text-align: center; }

  .js-product-miniature.style_product1:hover {

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

    .js-product-miniature.style_product1:hover .add-to-links li {

      opacity: 1;

      visibility: visible;

      -moz-transform: scale3d(1, 1, 1);

      -webkit-transform: scale3d(1, 1, 1);

      -o-transform: scale3d(1, 1, 1);

      -ms-transform: scale3d(1, 1, 1);

      transform: scale3d(1, 1, 1);

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

    .js-product-miniature.style_product1:hover .cart {

      opacity: 1;

      visibility: visible;

      -webkit-transform: translateY(0) translateZ(0);

      transform: translateY(0) translateZ(0); }

  .js-product-miniature.style_product1 .inner_desc {

    position: relative; }

  .js-product-miniature.style_product1 .add-to-links {

    position: absolute;

    right: 10px;

    left: 10px;

    top: 50%;

    -moz-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    font-size: 0; }

    .js-product-miniature.style_product1 .add-to-links li {

      display: inline-flex;

      margin-right: 10px;

      visibility: hidden;

      opacity: 0;

      -moz-transform: scale3d(0, 0, 0);

      -webkit-transform: scale3d(0, 0, 0);

      -o-transform: scale3d(0, 0, 0);

      -ms-transform: scale3d(0, 0, 0);

      transform: scale3d(0, 0, 0);

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

      .js-product-miniature.style_product1 .add-to-links li:last-child {

        margin: 0; }

      .js-product-miniature.style_product1 .add-to-links li a {

        display: block;

        background: #ffffff;

        color: #1d1d1d;

        padding: 0;

        box-shadow: 0px 2px 4.85px 0.15px rgba(0, 0, 0, 0.1);

        line-height: 40px;

        height: 45px;

        width: 45px;

        padding: 0;

        font-size: 0;

        text-align: center;

        text-transform: capitalize;

        border-radius: 100%; }

        .js-product-miniature.style_product1 .add-to-links li a:before {

          font-size: 22px;

          font-family: 'Line Awesome Free';

          font-weight: 900;

          display: block;

          line-height: 45px; }

        @media (min-width: 360px) and (max-width: 575px) {

          .js-product-miniature.style_product1 .add-to-links li a {

            line-height: 30px;

            height: 30px;

            width: 30px; }

            .js-product-miniature.style_product1 .add-to-links li a:before {

              line-height: 30px; } }

        .js-product-miniature.style_product1 .add-to-links li a:hover {

          color: #ffffff;

          -webkit-transition: all 300ms linear;

          -moz-transition: all 300ms linear;

          -ms-transition: all 300ms linear;

          -o-transition: all 300ms linear;

          transition: all 300ms linear; }

        .js-product-miniature.style_product1 .add-to-links li a.js-poscompare-add:before {

          content: "\f021"; }

        .js-product-miniature.style_product1 .add-to-links li a.js-poscompare-add.cmp_added {

          cursor: not-allowed; }

        .js-product-miniature.style_product1 .add-to-links li a.addToWishlist:before {

          content: "\f004";

          font-weight: 400; }

        .js-product-miniature.style_product1 .add-to-links li a.quick_view:before {

          content: "\f002"; }

      .js-product-miniature.style_product1 .add-to-links li.cart button.ajax_add_to_cart_button, .js-product-miniature.style_product1 .add-to-links li.cart span.ajax_add_to_cart_button {

        display: block;

        background: #ffffff;

        color: #253237;

        font-size: 14px;

        font-weight: 400;

        padding: 0;

        border: none;

        line-height: 40px;

        height: 40px;

        width: 40px;

        box-shadow: 0px 0px 13.95px 1.05px rgba(0, 0, 0, 0.17);

        padding: 0;

        cursor: pointer;

        font-size: 0;

        text-transform: capitalize;

        position: relative;

        z-index: 1;

        border-radius: 100%; }

        .js-product-miniature.style_product1 .add-to-links li.cart button.ajax_add_to_cart_button:before, .js-product-miniature.style_product1 .add-to-links li.cart span.ajax_add_to_cart_button:before {

          font-size: 21px;

          font-family: "Ionicons";

          display: block;

          content: "\f110";

          line-height: 40px; }

        @media (min-width: 360px) and (max-width: 575px) {

          .js-product-miniature.style_product1 .add-to-links li.cart button.ajax_add_to_cart_button, .js-product-miniature.style_product1 .add-to-links li.cart span.ajax_add_to_cart_button {

            line-height: 30px;

            height: 30px;

            width: 30px; }

            .js-product-miniature.style_product1 .add-to-links li.cart button.ajax_add_to_cart_button:before, .js-product-miniature.style_product1 .add-to-links li.cart span.ajax_add_to_cart_button:before {

              line-height: 30px; } }

        .js-product-miniature.style_product1 .add-to-links li.cart button.ajax_add_to_cart_button i, .js-product-miniature.style_product1 .add-to-links li.cart span.ajax_add_to_cart_button i {

          font-size: 14px;

          margin-right: 5px;

          display: none; }

        .js-product-miniature.style_product1 .add-to-links li.cart button.ajax_add_to_cart_button.disabled, .js-product-miniature.style_product1 .add-to-links li.cart span.ajax_add_to_cart_button.disabled {

          opacity: 0.5; }

        .js-product-miniature.style_product1 .add-to-links li.cart button.ajax_add_to_cart_button:hover, .js-product-miniature.style_product1 .add-to-links li.cart span.ajax_add_to_cart_button:hover {

          color: #ffffff;

          -webkit-transition: all 300ms linear;

          -moz-transition: all 300ms linear;

          -ms-transition: all 300ms linear;

          -o-transition: all 300ms linear;

          transition: all 300ms linear; }



/* end style_product1 */

/* style_product2 */

.js-product-miniature.style_product2:hover {

  -webkit-transition: all 300ms linear;

  -moz-transition: all 300ms linear;

  -ms-transition: all 300ms linear;

  -o-transition: all 300ms linear;

  transition: all 300ms linear; }

  .js-product-miniature.style_product2:hover .add-to-links li {

    opacity: 1;

    visibility: visible;

    transform: translateX(0);

    -webkit-transform: translateX(0); }

.js-product-miniature.style_product2 .add-to-links {

  position: absolute;

  left: 20px;

  top: 30px; }

  .js-product-miniature.style_product2 .add-to-links li {

    float: left;

    clear: both;

    display: inline-flex;

    margin-bottom: 10px;

    visibility: hidden;

    opacity: 0;

    transform: translateX(-30px);

    -webkit-transform: translateX(-30px);

    perspective: 800px;

    -webkit-perspective: 800px;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden; }

    .js-product-miniature.style_product2 .add-to-links li:nth-child(1) {

      -webkit-transition: opacity .3s ease,visibility .3s ease,transform .3s ease;

      -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;

      transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;

      transition: opacity .3s ease,visibility .3s ease,transform .3s ease;

      transition: opacity .3s ease,visibility .3s ease,transform .3s ease,-webkit-transform .3s ease; }

    .js-product-miniature.style_product2 .add-to-links li:nth-child(2) {

      -webkit-transition: opacity .5s ease,visibility .5s ease,transform .5s ease;

      -webkit-transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;

      transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;

      transition: opacity .5s ease,visibility .5s ease,transform .5s ease;

      transition: opacity .5s ease,visibility .5s ease,transform .5s ease,-webkit-transform .5s ease; }

    .js-product-miniature.style_product2 .add-to-links li:nth-child(3) {

      -webkit-transition: opacity .7s ease,visibility .7s ease,transform .7s ease;

      -webkit-transition: opacity .7s ease,visibility .7s ease,-webkit-transform .7s ease;

      transition: opacity .7s ease,visibility .7s ease,-webkit-transform .7s ease;

      transition: opacity .7s ease,visibility .7s ease,transform .7s ease;

      transition: opacity .7s ease,visibility .7s ease,transform .7s ease,-webkit-transform .7s ease; }

    .js-product-miniature.style_product2 .add-to-links li:nth-child(4) {

      -webkit-transition: opacity .9s ease,visibility .9s ease,transform .9s ease;

      -webkit-transition: opacity .9s ease,visibility .9s ease,-webkit-transform .9s ease;

      transition: opacity .9s ease,visibility .9s ease,-webkit-transform .9s ease;

      transition: opacity .9s ease,visibility .9s ease,transform .9s ease;

      transition: opacity .9s ease,visibility .9s ease,transform .9s ease,-webkit-transform .9s ease; }

    .js-product-miniature.style_product2 .add-to-links li:last-child {

      margin: 0; }

    .js-product-miniature.style_product2 .add-to-links li a {

      display: block;

      background: #ffffff;

      color: #253237;

      padding: 0;

      box-shadow: 0px 0px 13.95px 1.05px rgba(0, 0, 0, 0.17);

      line-height: 40px;

      height: 40px;

      width: 40px;

      padding: 0;

      font-size: 0;

      text-align: center;

      text-transform: capitalize;

      border-radius: 100%; }

      .js-product-miniature.style_product2 .add-to-links li a:before {

        font-size: 21px;

        font-family: "Ionicons";

        display: block;

        line-height: 40px; }

      @media (min-width: 360px) and (max-width: 575px) {

        .js-product-miniature.style_product2 .add-to-links li a {

          line-height: 30px;

          height: 30px;

          width: 30px; }

          .js-product-miniature.style_product2 .add-to-links li a:before {

            line-height: 30px; } }

      .js-product-miniature.style_product2 .add-to-links li a:hover {

        color: #ffffff;

        -webkit-transition: all 300ms linear;

        -moz-transition: all 300ms linear;

        -ms-transition: all 300ms linear;

        -o-transition: all 300ms linear;

        transition: all 300ms linear; }

      .js-product-miniature.style_product2 .add-to-links li a.js-poscompare-add:before {

        content: "\f4a8"; }

      .js-product-miniature.style_product2 .add-to-links li a.js-poscompare-add.cmp_added {

        cursor: not-allowed; }

      .js-product-miniature.style_product2 .add-to-links li a.addToWishlist:before {

        content: "\f387"; }

      .js-product-miniature.style_product2 .add-to-links li a.quick_view:before {

        content: "\f4a4"; }

    .js-product-miniature.style_product2 .add-to-links li.cart button.ajax_add_to_cart_button, .js-product-miniature.style_product2 .add-to-links li.cart span.ajax_add_to_cart_button {

      display: block;

      background: #ffffff;

      color: #253237;

      font-size: 14px;

      font-weight: 400;

      padding: 0;

      border: none;

      line-height: 40px;

      height: 40px;

      width: 40px;

      box-shadow: 0px 0px 13.95px 1.05px rgba(0, 0, 0, 0.17);

      padding: 0;

      cursor: pointer;

      font-size: 0;

      text-transform: capitalize;

      position: relative;

      z-index: 1;

      border-radius: 100%; }

      .js-product-miniature.style_product2 .add-to-links li.cart button.ajax_add_to_cart_button:before, .js-product-miniature.style_product2 .add-to-links li.cart span.ajax_add_to_cart_button:before {

        font-size: 21px;

        font-family: "Ionicons";

        display: block;

        content: "\f110";

        line-height: 40px; }

      @media (min-width: 360px) and (max-width: 575px) {

        .js-product-miniature.style_product2 .add-to-links li.cart button.ajax_add_to_cart_button, .js-product-miniature.style_product2 .add-to-links li.cart span.ajax_add_to_cart_button {

          line-height: 30px;

          height: 30px;

          width: 30px; }

          .js-product-miniature.style_product2 .add-to-links li.cart button.ajax_add_to_cart_button:before, .js-product-miniature.style_product2 .add-to-links li.cart span.ajax_add_to_cart_button:before {

            line-height: 30px; } }

      .js-product-miniature.style_product2 .add-to-links li.cart button.ajax_add_to_cart_button i, .js-product-miniature.style_product2 .add-to-links li.cart span.ajax_add_to_cart_button i {

        font-size: 14px;

        margin-right: 5px;

        display: none; }

      .js-product-miniature.style_product2 .add-to-links li.cart button.ajax_add_to_cart_button.disabled, .js-product-miniature.style_product2 .add-to-links li.cart span.ajax_add_to_cart_button.disabled {

        opacity: 0.5; }

      .js-product-miniature.style_product2 .add-to-links li.cart button.ajax_add_to_cart_button:hover, .js-product-miniature.style_product2 .add-to-links li.cart span.ajax_add_to_cart_button:hover {

        color: #ffffff;

        -webkit-transition: all 300ms linear;

        -moz-transition: all 300ms linear;

        -ms-transition: all 300ms linear;

        -o-transition: all 300ms linear;

        transition: all 300ms linear; }



/* end style_product2 */

/* style_product3 */

.js-product-miniature.style_product3 {

  text-align: center; }

  .js-product-miniature.style_product3:hover {

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

    .js-product-miniature.style_product3:hover .add-to-links li {

      opacity: 1;

      visibility: visible;

      -webkit-transform: translateY(0) translateZ(0);

      transform: translateY(0) translateZ(0); }

      .js-product-miniature.style_product3:hover .add-to-links li:nth-child(1) {

        -webkit-transition: all 300ms linear;

        -moz-transition: all 300ms linear;

        -ms-transition: all 300ms linear;

        -o-transition: all 300ms linear;

        transition: all 300ms linear; }

      .js-product-miniature.style_product3:hover .add-to-links li:nth-child(2) {

        -webkit-transition: all 500ms linear;

        -moz-transition: all 500ms linear;

        -ms-transition: all 500ms linear;

        -o-transition: all 500ms linear;

        transition: all 500ms linear; }

      .js-product-miniature.style_product3:hover .add-to-links li:nth-child(3) {

        -webkit-transition: all 700ms linear;

        -moz-transition: all 700ms linear;

        -ms-transition: all 700ms linear;

        -o-transition: all 700ms linear;

        transition: all 700ms linear; }

      .js-product-miniature.style_product3:hover .add-to-links li:nth-child(4) {

        -webkit-transition: all 900ms linear;

        -moz-transition: all 900ms linear;

        -ms-transition: all 900ms linear;

        -o-transition: all 900ms linear;

        transition: all 900ms linear; }

  .js-product-miniature.style_product3 .add-to-links {

    position: absolute;

    right: 0;

    left: 0;

    bottom: 10px;

    text-align: center; }

    .js-product-miniature.style_product3 .add-to-links li {

      display: inline-flex;

      vertical-align: top;

      margin-right: 3px;

      visibility: hidden;

      opacity: 0;

      transform: translateY(30px) translateZ(0);

      -webkit-transform: translateY(30px) translateZ(0);

      perspective: 800px;

      -webkit-perspective: 800px;

      backface-visibility: hidden;

      -webkit-backface-visibility: hidden; }

      .js-product-miniature.style_product3 .add-to-links li:nth-child(1) {

        -webkit-transition: all 300ms linear;

        -moz-transition: all 300ms linear;

        -ms-transition: all 300ms linear;

        -o-transition: all 300ms linear;

        transition: all 300ms linear; }

      .js-product-miniature.style_product3 .add-to-links li:nth-child(2) {

        -webkit-transition: all 500ms linear;

        -moz-transition: all 500ms linear;

        -ms-transition: all 500ms linear;

        -o-transition: all 500ms linear;

        transition: all 500ms linear; }

      .js-product-miniature.style_product3 .add-to-links li:nth-child(3) {

        -webkit-transition: all 700ms linear;

        -moz-transition: all 700ms linear;

        -ms-transition: all 700ms linear;

        -o-transition: all 700ms linear;

        transition: all 700ms linear; }

      .js-product-miniature.style_product3 .add-to-links li:nth-child(4) {

        -webkit-transition: all 900ms linear;

        -moz-transition: all 900ms linear;

        -ms-transition: all 900ms linear;

        -o-transition: all 900ms linear;

        transition: all 900ms linear; }

      .js-product-miniature.style_product3 .add-to-links li:last-child {

        margin: 0; }

      .js-product-miniature.style_product3 .add-to-links li a {

        display: block;

        background: #ffffff;

        color: #253237;

        padding: 0;

        border: none;

        line-height: 40px;

        height: 40px;

        width: 40px;

        padding: 0;

        font-size: 0;

        text-align: center;

        text-transform: capitalize;

        box-shadow: 0px 0px 13.95px 1.05px rgba(0, 0, 0, 0.17);

        border-radius: 100%; }

        .js-product-miniature.style_product3 .add-to-links li a:before {

          font-size: 21px;

          font-family: "Ionicons";

          display: block;

          line-height: 40px; }

        @media (min-width: 360px) and (max-width: 575px) {

          .js-product-miniature.style_product3 .add-to-links li a {

            line-height: 30px;

            height: 30px;

            width: 30px; }

            .js-product-miniature.style_product3 .add-to-links li a:before {

              line-height: 30px; } }

        .js-product-miniature.style_product3 .add-to-links li a:hover {

          color: #ffffff;

          -webkit-transition: all 300ms linear;

          -moz-transition: all 300ms linear;

          -ms-transition: all 300ms linear;

          -o-transition: all 300ms linear;

          transition: all 300ms linear; }

        .js-product-miniature.style_product3 .add-to-links li a.js-poscompare-add:before {

          content: "\f4a8"; }

        .js-product-miniature.style_product3 .add-to-links li a.js-poscompare-add.cmp_added {

          cursor: not-allowed; }

        .js-product-miniature.style_product3 .add-to-links li a.addToWishlist:before {

          content: "\f387"; }

        .js-product-miniature.style_product3 .add-to-links li a.quick_view:before {

          content: "\f4a4"; }

      .js-product-miniature.style_product3 .add-to-links li.cart button.ajax_add_to_cart_button, .js-product-miniature.style_product3 .add-to-links li.cart span.ajax_add_to_cart_button {

        display: block;

        background: #ffffff;

        color: #253237;

        font-size: 14px;

        font-weight: 400;

        padding: 0;

        border: none;

        line-height: 40px;

        height: 40px;

        width: 40px;

        box-shadow: 0px 0px 13.95px 1.05px rgba(0, 0, 0, 0.17);

        padding: 0;

        cursor: pointer;

        font-size: 0;

        text-transform: capitalize;

        position: relative;

        z-index: 1;

        border-radius: 100%; }

        .js-product-miniature.style_product3 .add-to-links li.cart button.ajax_add_to_cart_button:before, .js-product-miniature.style_product3 .add-to-links li.cart span.ajax_add_to_cart_button:before {

          font-size: 21px;

          font-family: "Ionicons";

          display: block;

          content: "\f110";

          line-height: 40px; }

        @media (min-width: 360px) and (max-width: 575px) {

          .js-product-miniature.style_product3 .add-to-links li.cart button.ajax_add_to_cart_button, .js-product-miniature.style_product3 .add-to-links li.cart span.ajax_add_to_cart_button {

            line-height: 30px;

            height: 30px;

            width: 30px; }

            .js-product-miniature.style_product3 .add-to-links li.cart button.ajax_add_to_cart_button:before, .js-product-miniature.style_product3 .add-to-links li.cart span.ajax_add_to_cart_button:before {

              line-height: 30px; } }

        .js-product-miniature.style_product3 .add-to-links li.cart button.ajax_add_to_cart_button i, .js-product-miniature.style_product3 .add-to-links li.cart span.ajax_add_to_cart_button i {

          font-size: 14px;

          margin-right: 5px;

          display: none; }

        .js-product-miniature.style_product3 .add-to-links li.cart button.ajax_add_to_cart_button.disabled, .js-product-miniature.style_product3 .add-to-links li.cart span.ajax_add_to_cart_button.disabled {

          opacity: 0.5; }

        .js-product-miniature.style_product3 .add-to-links li.cart button.ajax_add_to_cart_button:hover, .js-product-miniature.style_product3 .add-to-links li.cart span.ajax_add_to_cart_button:hover {

          color: #ffffff;

          -webkit-transition: all 300ms linear;

          -moz-transition: all 300ms linear;

          -ms-transition: all 300ms linear;

          -o-transition: all 300ms linear;

          transition: all 300ms linear; }



/* end style_product3 */

/* end footer */

#footer {

  padding: 0;

  color: #9d9d9d;

  position: relative;

  z-index: 1;

  background: #1d1d1d; }

  #footer p {

    line-height: 24px; }

  #footer img {

    margin: 0; }

  #footer .footer-container {

    margin: 0;

    padding: 0;

    overflow: visible;

    box-shadow: none; }

    #footer .footer-container .footer_top {

      position: relative;

      padding: 90px 0 60px 0; }

      @media (max-width: 1199px) {

        #footer .footer-container .footer_top {

          padding: 60px 0; } }

      @media (max-width: 767px) {

        #footer .footer-container .footer_top {

          padding: 30px 0; } }

    #footer .footer-container .footer_bottom {

      padding-bottom: 60px; }

      @media (max-width: 1199px) {

        #footer .footer-container .footer_bottom {

          padding-bottom: 60px; } }

      @media (max-width: 767px) {

        #footer .footer-container .footer_bottom {

          padding-bottom: 30px; } }

      @media (max-width: 767px) {

        #footer .footer-container .footer_bottom {

          text-align: center; } }

      #footer .footer-container .footer_bottom .copyright {

        color: #fff;

        font-size: 12px;

        float: right;

        margin-right: 60px;

        display: inline-block; }

        @media (max-width: 991px) {

          #footer .footer-container .footer_bottom .copyright {

            margin: 10px 0 0; } }

        @media (max-width: 767px) {

          #footer .footer-container .footer_bottom .copyright {

            width: 100%; } }

        #footer .footer-container .footer_bottom .copyright a {

          color: #a60000; }

          #footer .footer-container .footer_bottom .copyright a:hover {

            text-decoration: underline; }

      #footer .footer-container .footer_bottom .payment {

        display: inline-block;

        float: right; }

        @media (max-width: 767px) {

          #footer .footer-container .footer_bottom .payment {

            float: none; } }

    #footer .footer-container .footer_about_us {

      max-width: 400px; }

      #footer .footer-container .footer_about_us .logo_footer {

        margin-bottom: 35px; }

      #footer .footer-container .footer_about_us .desc_info {

        color: #9d9d9d;

        font-size: 13px; }

      #footer .footer-container .footer_about_us .need_help {

        margin-top: 20px; }

        #footer .footer-container .footer_about_us .need_help p {

          font-size: 13px;

          margin-bottom: 10px;

          color: #9d9d9d;

          text-transform: capitalize; }

          #footer .footer-container .footer_about_us .need_help p i {

            font-size: 22px;

            color: #fff;

            margin-right: 15px; }

    #footer .footer-container .footer_block {

      margin-bottom: 0; }

      @media (max-width: 991px) {

        #footer .footer-container .footer_block {

          margin-bottom: 15px; }

          #footer .footer-container .footer_block.not_title {

            margin: 0; } }

      @media (min-width: 768px) and (max-width: 991px) {

        #footer .footer-container .footer_block {

          width: 50%; }

          #footer .footer-container .footer_block:nth-child(2n+1) {

            clear: both; }

          #footer .footer-container .footer_block.col-md-12 {

            width: 100%; } }

      @media (max-width: 767px) {

        #footer .footer-container .footer_block {

          margin-bottom: 0; }

          #footer .footer-container .footer_block .title {

            padding: 0;

            border: none; }

          #footer .footer-container .footer_block.col-md-6 {

            width: 100%; } }

      #footer .footer-container .footer_block:first-child h3 {

        font-size: 24px; }

      #footer .footer-container .footer_block h3 {

        font-size: 16px;

        text-transform: uppercase;

        margin-bottom: 30px;

        position: relative;

        font-weight: 600;

        color: #fff; }

        @media (max-width: 767px) {

          #footer .footer-container .footer_block h3 {

            margin-bottom: 15px; } }

      #footer .footer-container .footer_block .navbar-toggler {

        position: absolute;

        right: 15px;

        top: 0;

        width: auto;

        height: auto;

        color: #fff; }

      #footer .footer-container .footer_block .footer_list {

        margin-bottom: 0;

        background: none; }

        @media (max-width: 767px) {

          #footer .footer-container .footer_block .footer_list {

            margin-bottom: 20px; } }

        #footer .footer-container .footer_block .footer_list > li, #footer .footer-container .footer_block .footer_list > ul > li {

          display: block;

          margin: 0;

          line-height: 1;

          border: 0;

          padding: 0;

          font-weight: 400;

          margin-bottom: 10px; }

          #footer .footer-container .footer_block .footer_list > li:last-child, #footer .footer-container .footer_block .footer_list > ul > li:last-child {

            margin-bottom: 0; }

          #footer .footer-container .footer_block .footer_list > li a, #footer .footer-container .footer_block .footer_list > ul > li a {

            font-size: 13px;

            line-height: 24px;

            padding: 0;

            display: block;

            text-transform: capitalize;

            color: #9d9d9d;

            margin-bottom: 0px;

            display: block;

            position: relative;

            -webkit-transition: all 300ms linear;

            -moz-transition: all 300ms linear;

            -ms-transition: all 300ms linear;

            -o-transition: all 300ms linear;

            transition: all 300ms linear; }

            #footer .footer-container .footer_block .footer_list > li a:before, #footer .footer-container .footer_block .footer_list > ul > li a:before {

              content: "\f105";

              font-family: "Font Awesome 5 Free";

              font-size: 14px;

              display: inline-block;

              margin-right: 5px;

              display: none; }

            #footer .footer-container .footer_block .footer_list > li a:hover, #footer .footer-container .footer_block .footer_list > ul > li a:hover {

              padding-left: 10px;

              -webkit-transition: all 300ms linear;

              -moz-transition: all 300ms linear;

              -ms-transition: all 300ms linear;

              -o-transition: all 300ms linear;

              transition: all 300ms linear; }



/* end footer */

/* breadcrumb */

.breadcrumb_container[data-depth="1"] {

  display: none; }



.breadcrumb_container {

  text-align: center;

  position: relative;

  padding: 110px 0;

  background: url(../img/bg_breadcrumb.jpg) no-repeat;

  background-size: cover; }

  @media (max-width: 767px) {

    .breadcrumb_container {

      padding: 30px 0; } }

  .breadcrumb_container .name_category h2 {

    color: #0f0f0f;

    font-weight: 600;

    font-size: 32px;

    line-height: 1;

    text-transform: capitalize;

    margin-bottom: 15px; }

  .breadcrumb_container .breadcrumb {

    background: transparent;

    padding: 0;

    margin: 0;

    font-size: 14px; }

    .breadcrumb_container .breadcrumb ol {

      padding-left: 0;

      margin-bottom: 0; }

      .breadcrumb_container .breadcrumb ol li {

        display: inline; }

        .breadcrumb_container .breadcrumb ol li:after {

          color: #253237;

          margin: 0 10px;

          vertical-align: -1px;

          content: "\f3d3";

          font-family: "Ionicons"; }

        .breadcrumb_container .breadcrumb ol li:last-child a, .breadcrumb_container .breadcrumb ol li:last-child span {

          opacity: 1; }

        .breadcrumb_container .breadcrumb ol li:last-child:after {

          content: ""; }

        .breadcrumb_container .breadcrumb ol li a {

          display: inline-block;

          position: relative;

          color: #253237;

          line-height: 20px; }

          .breadcrumb_container .breadcrumb ol li a:hover {

            opacity: 1; }

  .breadcrumb_container .breadcrumb-inner[data-depth="1"] {

    display: none; }



/* breadcrumb */

/* category */

#js-product-list-top ul.display {

  float: left;

  margin-right: 50px;

  position: relative;

  z-index: 1; }

  @media (min-width: 768px) and (max-width: 991px) {

    #js-product-list-top ul.display {

      margin-right: 10px; } }

  @media (max-width: 767px) {

    #js-product-list-top ul.display {

      margin: 0; } }

  #js-product-list-top ul.display li {

    float: left;

    line-height: 30px;

    height: 30px;

    margin-right: 15px;

    cursor: pointer;

    color: #1d1d1d;

    background: transparent;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

    #js-product-list-top ul.display li:last-child {

      margin-right: 0; }

    #js-product-list-top ul.display li:hover, #js-product-list-top ul.display li.selected {

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

    #js-product-list-top ul.display li i {

      font-size: 18px;

      line-height: 30px; }



.products-selection p, .products-selection .sort-by {

  line-height: 20px;

  font-size: 14px;

  padding: 5px;

  margin: 0;

  float: left;

  color: #253237;

  font-weight: 400;

  text-transform: capitalize; }



.products-selection {

  padding: 10px 0;

  border-bottom: 1px solid #ebebeb;

  margin-bottom: 30px; }

  @media (max-width: 400px) {

    .products-selection .sort-by-row {

      padding-top: 10px;

      width: 100%; } }

  .products-selection p, .products-selection .sort-by {

    line-height: 20px;

    font-size: 14px;

    padding: 5px;

    margin: 0;

    float: left;

    color: #1d1d1d;

    font-weight: 400;

    text-transform: capitalize; }

  .products-selection .products-sort-order .select-title {

    border: 1px solid #ebebeb;

    padding: 2px 15px;

    line-height: 24px;

    font-size: 14px;

    margin: 0;

    border-radius: 30px;

    color: #253237;

    text-align: left;

    box-shadow: none; }

    .products-selection .products-sort-order .select-title i {

      float: right; }

  .products-selection .products-sort-order .dropdown-menu {

    background: #fff;

    border: 1px solid #ebebeb;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    right: 15px;

    left: 15px;

    width: auto;

    text-align: right;

    box-shadow: none;

    max-width: 100%; }

    .products-selection .products-sort-order .dropdown-menu .select-list {

      line-height: 24px;

      font-size: 14px;

      padding: 3px 15px;

      color: #253237; }

      .products-selection .products-sort-order .dropdown-menu .select-list:hover {

        color: #ffffff; }



.products-selection .filter-button .btn-secondary, .products-selection .filter-button .btn-tertiary {

  padding: 3px 20px; }



.block-category {

  padding: 0;

  min-height: auto;

  margin-bottom: 0;

  background: transparent; }

  .block-category #category-description p {

    margin: 0; }

  .block-category h1.h1 {

    color: #253237;

    font-size: 20px;

    line-height: 1;

    padding: 0 0 15px 0;

    margin: 0;

    border: none;

    text-transform: capitalize;

    font-weight: 600; }

  .block-category .category-cover {

    position: static;

    margin-bottom: 30px; }

    .block-category .category-cover img {

      width: auto;

      height: auto;

      margin-bottom: 30px; }



#subcategories {

  margin-bottom: 30px; }

  #subcategories .subcategory-heading {

    font-size: 18px;

    margin-bottom: 20px; }

  #subcategories .subcategory-content {

    text-align: center;

    margin: 0 -15px; }

    #subcategories .subcategory-content li {

      float: left;

      padding: 0 15px; }

    #subcategories .subcategory-content .subcategory-image img {

      margin-bottom: 20px;

      max-width: 105px; }

    #subcategories .subcategory-content .subcategory-image h5 a.subcategory-name {

      font-size: 12px;

      font-weight: 400; }



#products img, .featured-products img, .product-accessories img {

  margin: 0; }



.block-categories, #search_filters {

  box-shadow: none;

  padding: 0;

  margin-bottom: 30px; }



.block-categories a.h6 {

  font-size: 20px;

  line-height: 1;

  color: #1d1d1d;

  padding-bottom: 20px;

  margin-bottom: 20px;

  font-weight: 600;

  position: relative;

  display: block;

  border-bottom: 1px solid #ebebeb;

  text-transform: uppercase !important; }

  .block-categories a.h6:before {

    content: "";

    position: absolute;

    left: 0;

    bottom: -1px;

    width: 60px;

    height: 2px; }

.block-categories .category-sub-menu {

  margin: 0; }

  .block-categories .category-sub-menu li {

    display: inline-block;

    width: 100%; }

    .block-categories .category-sub-menu li a {

      color: #555555; }

.block-categories .category-sub-menu li[data-depth="0"] > a {

  font-weight: 400;

  color: #626262;

  display: block;

  font-size: 14px;

  text-transform: capitalize;

  line-height: 35px;

  margin: 0;

  padding: 0;

  border: none; }

.block-categories .category-sub-menu li[data-depth="1"] {

  margin: 0; }

.block-categories .category-sub-menu li:last-child a {

  border-bottom: 0; }

.block-categories .category-sub-menu .category-sub-link {

  font-size: 13px;

  line-height: 35px;

  margin: 0;

  padding: 0 10px;

  display: block;

  color: #555555; }

.block-categories .collapse-icons {

  top: 7px;

  right: -5px;

  height: 20px;

  width: 20px;

  text-align: center;

  line-height: 20px; }

  .block-categories .collapse-icons i {

    font-size: 14px; }



.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {

  display: none; }



#search_filters_wrapper #search_filters .h6 {

  font-size: 20px;

  line-height: 1;

  color: #1d1d1d;

  padding-bottom: 20px;

  margin-bottom: 20px;

  font-weight: 600;

  position: relative;

  display: block;

  border-bottom: 1px solid #ebebeb;

  text-transform: uppercase !important; }

  #search_filters_wrapper #search_filters .h6:before {

    content: "";

    position: absolute;

    left: 0;

    bottom: -1px;

    width: 60px;

    height: 2px; }



#search_filters_wrapper #search_filters .facet {

  padding-top: 20px; }

  #search_filters_wrapper #search_filters .facet .facet-title {

    display: block;

    clear: both;

    color: #253237;

    font-size: 16px;

    font-weight: 600;

    padding: 0;

    border: none;

    margin-bottom: 10px;

    line-height: 24px;

    text-transform: capitalize !important; }

    #search_filters_wrapper #search_filters .facet .facet-title:before {

      display: none; }

  #search_filters_wrapper #search_filters .facet .collapse {

    margin: 0; }

    #search_filters_wrapper #search_filters .facet .collapse li {

      line-height: 25px; }

  #search_filters_wrapper #search_filters .facet .custom-checkbox input[type="checkbox"] + span {

    margin: -3px 3px 0 0;

    width: 15px;

    height: 15px;

    border: 1px solid #dfdfdf;

    border-radius: 3px;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }

    #search_filters_wrapper #search_filters .facet .custom-checkbox input[type="checkbox"] + span.color {

      border: 0; }

  #search_filters_wrapper #search_filters .facet .custom-radio {

    border: 2px solid #f0f0f0; }

  #search_filters_wrapper #search_filters .facet .facet-label {

    margin: 3px 0; }

    #search_filters_wrapper #search_filters .facet .facet-label a {

      color: #555555;

      font-size: 14px;

      margin-top: 0;

      line-height: 22px; }

    #search_filters_wrapper #search_filters .facet .facet-label:hover .custom-checkbox input[type="checkbox"] + span, #search_filters_wrapper #search_filters .facet .facet-label.active .custom-checkbox input[type="checkbox"] + span {

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }



.faceted-slider p {

  color: #555555;

  font-size: 14px; }



#search_filters .ui-slider-horizontal {

  height: 5px;

  border: none;

  margin-top: 20px;

  margin-bottom: 10px;

  margin-right: 15px; }



#search_filters .ui-slider .ui-slider-handle {

  top: -5px;

  width: 15px;

  height: 15px;

  border: none;

  background: #ffffff;

  border-radius: 100%;

  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); }



/* Drop-down list */

.facet-dropdown {

  color: #253237;

  background: #ffffff;

  border: none;

  box-shadow: none; }



.facet-dropdown .select-title {

  border: 1px solid #ebebeb;

  color: #253237;

  padding: 5px 10px;

  border-radius: 3px;

  background: #ffffff;

  background: -moz-linear-gradient(top, white 1%, #f3f3f3 100%);

  background: -webkit-linear-gradient(top, white 1%, #f3f3f3 100%);

  background: linear-gradient(to bottom, white 1%, #f3f3f3 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); }



.facet-dropdown.open > .select-title {

  border: 1px solid #ebebeb;

  background: #ffffff;

  background: -moz-linear-gradient(top, white 1%, #f3f3f3 100%);

  background: -webkit-linear-gradient(top, white 1%, #f3f3f3 100%);

  background: linear-gradient(to bottom, white 1%, #f3f3f3 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); }



.facet-dropdown .dropdown-menu {

  border: 1px solid #ebebeb;

  background: -moz-linear-gradient(top, white 1%, #f3f3f3 100%);

  background: -webkit-linear-gradient(top, white 1%, #f3f3f3 100%);

  background: linear-gradient(to bottom, white 1%, #f3f3f3 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );

  box-shadow: none; }



.facet-dropdown .select-list {

  display: block;

  color: #253237;

  font-size: 14px;

  background: transparent;

  padding: 5px 10px; }



/* end Drop-down list */

/* page list */

.pagination .page-list {

  box-shadow: none;

  padding: 0;

  padding: 0 0 30px 0;

  text-align: center !important; }



.pagination {

  background: #ffffff;

  font-size: 14px;

  font-weight: 400;

  margin: 30px 0;

  color: #253237; }

  .pagination .previous, .pagination .next {

    float: none;

    width: auto;

    display: inline-block;

    padding: 0;

    font-size: 0;

    height: 36px;

    line-height: 36px;

    width: 36px; }

  .pagination a {

    font-weight: 400;

    color: #253237;

    padding: 0;

    height: 36px;

    line-height: 36px;

    background: #f6f6f6;

    font-size: 14px;

    display: inline-block;

    width: 36px;

    border-radius: 100%;

    text-align: center;

    vertical-align: top; }

    .pagination a i {

      font-size: 18px; }

    .pagination a:hover {

      color: #ffffff; }

  .pagination .disabled {

    color: #253237; }

  .pagination .current a {

    font-size: 14px;

    color: #ffffff; }

  .pagination .show_items {

    line-height: 28px;

    font-size: 14px; }

  .pagination > div:first-child {

    line-height: 36px; }



/* grid list */

#js-product-list-header.h2 {

  margin-bottom: 20px; }



#js-product-list .product_content {

  position: relative; }

  #js-product-list .product_content.list .js-product-miniature {

    margin-bottom: 30px; }

    #js-product-list .product_content.list .js-product-miniature .row {

      margin: 0; }

    #js-product-list .product_content.list .js-product-miniature .img_block {

      padding: 0;

      overflow: hidden; }

      #js-product-list .product_content.list .js-product-miniature .img_block ul.add-to-links .cart {

        display: none; }

    #js-product-list .product_content.list .js-product-miniature .product_desc {

      padding-left: 30px;

      padding-top: 30px;

      padding-bottom: 20px;

      text-align: left;

      margin: 0 !important; }

      @media (max-width: 479px) {

        #js-product-list .product_content.list .js-product-miniature .product_desc {

          padding: 20px; } }

      #js-product-list .product_content.list .js-product-miniature .product_desc .product_name {

        font-size: 18px;

        font-weight: 600;

        line-height: 30px; }

      #js-product-list .product_content.list .js-product-miniature .product_desc .product-desc {

        display: block;

        padding: 30px 0;

        margin: 0;

        font-size: 13px;

        color: #626262;

        line-height: 24px; }

        #js-product-list .product_content.list .js-product-miniature .product_desc .product-desc p {

          font-size: 13px;

          color: #626262;

          line-height: 24px;

          padding: 0; }

      #js-product-list .product_content.list .js-product-miniature .product_desc .availability {

        display: block; }

      #js-product-list .product_content.list .js-product-miniature .product_desc div.cart {

        opacity: 1;

        visibility: visible;

        -webkit-transform: none;

        transform: none;

        position: static;

        display: block; }

        #js-product-list .product_content.list .js-product-miniature .product_desc div.cart button.ajax_add_to_cart_button, #js-product-list .product_content.list .js-product-miniature .product_desc div.cart span.ajax_add_to_cart_button {

          line-height: 42px;

          border-radius: 30px;

          font-size: 14px;

          text-transform: uppercase;

          color: #fff;

          border: none;

          cursor: pointer;

          padding: 0 33px;

          font-weight: 600;

          background: #a60000; }

          #js-product-list .product_content.list .js-product-miniature .product_desc div.cart button.ajax_add_to_cart_button:hover, #js-product-list .product_content.list .js-product-miniature .product_desc div.cart span.ajax_add_to_cart_button:hover {

            background: #1d1d1d;

            -webkit-transition: all 300ms linear;

            -moz-transition: all 300ms linear;

            -ms-transition: all 300ms linear;

            -o-transition: all 300ms linear;

            transition: all 300ms linear; }

          #js-product-list .product_content.list .js-product-miniature .product_desc div.cart button.ajax_add_to_cart_button i, #js-product-list .product_content.list .js-product-miniature .product_desc div.cart span.ajax_add_to_cart_button i {

            display: none; }

      #js-product-list .product_content.list .js-product-miniature .product_desc .product-price-and-shipping .price {

        font-size: 22px; }

      #js-product-list .product_content.list .js-product-miniature .product_desc .add-to-links {

        opacity: 1;

        visibility: visible;

        -webkit-transform: none;

        transform: none;

        position: static;

        display: inline-block;

        min-width: 180px; }

      #js-product-list .product_content.list .js-product-miniature .product_desc .variant-links {

        margin-top: 30px; }

    @media (max-width: 479px) {

      #js-product-list .product_content.list .js-product-miniature .img_block, #js-product-list .product_content.list .js-product-miniature .product_desc {

        width: 100%; } }

  #js-product-list .product_content.grid .item-product {

    margin-bottom: 30px;

    -webkit-animation-fill-mode: none;

    animation-fill-mode: none; }

    @media (min-width: 480px) and (max-width: 543px) {

      #js-product-list .product_content.grid .item-product {

        width: 50%; } }

  @media (min-width: 992px) {

    #js-product-list .product_content.grid .product_per_3:nth-child(3n+1) {

      clear: both; } }

  @media (min-width: 360px) and (max-width: 991px) {

    #js-product-list .product_content.grid .product_per_3:nth-child(2n+1) {

      clear: both; } }

  @media (max-width: 359px) {

    #js-product-list .product_content.grid .product_per_3 {

      clear: both; } }

  @media (min-width: 1200px) {

    #js-product-list .product_content.grid .product_per_4:nth-child(4n+1) {

      clear: both; } }

  @media (min-width: 992px) and (max-width: 1199px) {

    #js-product-list .product_content.grid .product_per_4:nth-child(3n+1) {

      clear: both; } }

  @media (min-width: 360px) and (max-width: 991px) {

    #js-product-list .product_content.grid .product_per_4:nth-child(2n+1) {

      clear: both; } }

  @media (max-width: 359px) {

    #js-product-list .product_content.grid .product_per_4 {

      clear: both; } }

  @media (min-width: 1200px) {

    #js-product-list .product_content.grid .product_per_5 {

      width: 20%; }

      #js-product-list .product_content.grid .product_per_5:nth-child(5n+1) {

        clear: both; } }

  @media (min-width: 992px) and (max-width: 1199px) {

    #js-product-list .product_content.grid .product_per_5:nth-child(3n+1) {

      clear: both; } }

  @media (min-width: 360px) and (max-width: 991px) {

    #js-product-list .product_content.grid .product_per_5:nth-child(2n+1) {

      clear: both; } }

  @media (max-width: 359px) {

    #js-product-list .product_content.grid .product_per_5 {

      clear: both; } }



@media (min-width: 360px) and (max-width: 543px) {

  #js-product-list .product_content.grid .item-product {

    float: left;

    width: 50%; } }

/* end grid list */

/* end category */

/*  */

/* page */

.clearfix {

  clear: both; }



#wrapper, #notifications, #footer {

  display: block !important; }



#wrapper {

  margin: 0;

  background: transparent;

  box-shadow: none;

  padding-top: 60px; }



#index #wrapper {

  padding-top: 0; }

  #index #wrapper #main .page-footer {

    margin: 0; }



/* end page */

/* detail */

#product #content {

  max-width: 100%; }



.images-container, .images-quickviews {

  max-width: 100%;

  margin: auto;

  position: relative;

  margin-bottom: 60px; }

  .images-container img, .images-quickviews img {

    display: none; }

  .images-container .slick-slider img, .images-quickviews .slick-slider img {

    display: block; }



.product-images {

  max-width: 85%;

  margin: auto; }

  .product-images .slick-prev:before, .product-images .slick-next:before {

    color: #777777;

    opacity: 1; }

  .product-images .thumb-container {

    position: relative;

    cursor: pointer; }

    .product-images .thumb-container > div {

      margin: 0 5px;

      position: relative;

      max-width: 105px;

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

      .product-images .thumb-container > div:before {

        content: "";

        position: absolute;

        left: 0;

        right: 0;

        top: 0;

        bottom: 0;

        border: 1px solid transparent;

        pointer-events: none;

        -webkit-transition: all 300ms linear;

        -moz-transition: all 300ms linear;

        -ms-transition: all 300ms linear;

        -o-transition: all 300ms linear;

        transition: all 300ms linear; }

    .product-images .thumb-container.slick-current > div, .product-images .thumb-container:hover > div {

      opacity: 1;

      -webkit-transition: all 300ms linear;

      -moz-transition: all 300ms linear;

      -ms-transition: all 300ms linear;

      -o-transition: all 300ms linear;

      transition: all 300ms linear; }

    .product-images .thumb-container img {

      width: 100%; }



/* vertical left */

.left_vertical .product-images, .right_vertical .product-images {

  max-width: 100%; }

  .left_vertical .product-images .thumb-container, .right_vertical .product-images .thumb-container {

    margin: 0; }

    .left_vertical .product-images .thumb-container img, .right_vertical .product-images .thumb-container img {

      margin: 0;

      margin-bottom: 10px;

      display: none; }

    .left_vertical .product-images .thumb-container.slick-slide img, .right_vertical .product-images .thumb-container.slick-slide img {

      display: block; }

.left_vertical .product-view_content, .right_vertical .product-view_content {

  overflow: hidden;

  position: relative; }



.left_vertical .product-images {

  float: left;

  width: 98px;

  margin: 0;

  margin-right: 10px; }



.right_vertical .product-images {

  float: right;

  width: 98px;

  margin: 0;

  margin-left: 10px; }



/* end vertical left */

.product-cover {

  cursor: pointer;

  overflow: hidden;

  -webkit-transition: all 300ms linear;

  -moz-transition: all 300ms linear;

  -ms-transition: all 300ms linear;

  -o-transition: all 300ms linear;

  transition: all 300ms linear; }

  .product-cover img {

    box-shadow: none; }

  .product-cover:before {

    font-family: "Ionicons";

    content: "\f25e";

    position: absolute;

    bottom: 20px;

    right: 20px;

    color: #e2e2e2;

    z-index: 1;

    width: 50px;

    height: 50px;

    background: rgba(255, 255, 255, 0.7);

    line-height: 50px;

    font-size: 50px;

    text-align: center;

    cursor: pointer;

    border-radius: 5px;

    pointer-events: none;

    opacity: 0; }

    @media (max-width: 991px) {

      .product-cover:before {

        opacity: 1; } }

  .product-cover:hover:before {

    opacity: 1;

    background: white;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear; }



.content_info {

  display: inline-block;

  width: 100%;

  margin-bottom: 60px; }



.h1.namne_details, .product_name_h1 {

  line-height: 1;

  font-weight: 600;

  margin: 0 0 20px 0; }



.reference {

  font-size: 14px;

  color: #253237;

  font-weight: 700; }

  .reference span {

    font-weight: 400; }



.product-prices {

  margin: 15px 0; }

  .product-prices .price, .product-prices .current-price span:first-child {

    font-weight: 600;

    line-height: 30px; }



.product-discount {

  display: inline-block; }



.product-discount .regular-price {

  font-weight: 400;

  line-height: 20px;

  color: #9b9b9b;

  font-size: 22px; }



.has-discount.product-price, .has-discount p {

  font-weight: 400;

  font-size: 22px;

  line-height: 20px;

  display: inline-block;

  color: #9b9b9b; }



.has-discount .discount {

  font-weight: 400;

  font-size: 14px;

  line-height: 25px;

  color: white;

  padding: 0 10px 0 10px;

  background: #253237;

  vertical-align: 4px;

  border-radius: 0;

  text-transform: capitalize; }



.product-information {

  color: #555555;

  font-size: 14px;

  font-weight: normal;

  line-height: 24px; }

  .product-information .control-label {

    font-size: 14px;

    font-weight: 700;

    color: #253237;

    text-transform: uppercase; }

  .product-information .product-desc {

    padding: 25px 0; }

    .product-information .product-desc p {

      font-size: 14px;

      color: #888888;

      margin: 0; }

  .product-information label {

    margin: 0; }

  .product-information .product-variants {

    margin-bottom: 10px; }



.product-description-short {

  padding: 0 0 30px 0;

  margin: 15px 0;

  border-bottom: 1px solid #ebebeb;

  display: inline-block;

  width: 100%;

  color: #626262; }



.product-actions {

  padding-top: 15px; }



.bootstrap-touchspin, .product-variants > .product-variants-item select {

  box-shadow: none; }



.product-information .product-variants {

  display: flex; }



.product-variants > .product-variants-item {

  margin: 0;

  width: 25%; }

  @media (max-width: 479px) {

    .product-variants > .product-variants-item {

      width: 50%; } }

  .product-variants > .product-variants-item label {

    margin: 0; }



.product-prices div {

  margin: 0; }



.product-variants > .product-variants-item ul li {

  padding-top: 10px; }



.product-discounts {

  margin: 0; }



.product-quantity {

  display: block; }

  .product-quantity .qty {

    margin-right: 10px; }

  @media (max-width: 360px) {

    .product-quantity .add {

      clear: both;

      margin-top: 10px; } }



.product-quantity #quantity_wanted {

  height: 48px;

  width: 60px;

  border: 1px solid #ebebeb; }



.product-quantity .btn-touchspin {

  height: 25px;

  border: 1px solid #ebebeb; }



.product-actions .product-add-to-cart {

  line-height: 1;

  padding-top: 15px; }

  .product-actions .product-add-to-cart .control-label {

    display: none; }



.product-actions .add-to-cart {

  position: relative;

  padding: 0 35px;

  line-height: 48px;

  height: 48px;

  font-size: 14px;

  font-weight: 700;

  border: none;

  border-radius: 30px;

  box-shadow: none;

  text-transform: uppercase; }

  @media (max-width: 479px) {

    .product-actions .add-to-cart {

      padding: 0 20px; } }

  .product-actions .add-to-cart:hover {

    background: #253237; }

  .product-actions .add-to-cart i {

    display: none; }



#block-reassurance {

  box-shadow: none;

  margin-top: 10px;

  display: inline-block;

  width: 100%;

  box-shadow: none !important;

  border-top: 1px solid #ebebeb;

  padding-top: 30px;

  margin: 0; }

  #block-reassurance ul li {

    border: none;

    display: inline-block;

    width: 100%;

    margin-bottom: 20px; }

    #block-reassurance ul li:last-child {

      margin-bottom: 0; }

    #block-reassurance ul li .block-reassurance-item {

      padding: 0; }

      #block-reassurance ul li .block-reassurance-item img {

        float: left;

        width: auto;

        margin-right: 10px; }

      #block-reassurance ul li .block-reassurance-item span {

        font-weight: 400;

        font-size: 14px;

        color: #555555;

        display: block;

        overflow: hidden;

        font-weight: 400 !important; }



.quickview .social-sharing {

  margin-top: 10px; }



.social-sharing {

  display: inline-block;

  width: 100%;

  margin-top: 10px; }

  .social-sharing > span {

    display: inline-block;

    float: left;

    margin-right: 10px;

    line-height: 30px;

    font-weight: 700;

    color: #253237;

    font-size: 14px;

    text-transform: uppercase; }

  .social-sharing ul {

    font-size: 0;

    overflow: hidden; }



.social-sharing li {

  box-shadow: none;

  height: auto;

  width: auto;

  border-radius: 0;

  margin: 0;

  margin-bottom: 10px;

  display: inline-block;

  background: transparent !important;

  line-height: 1;

  -webkit-transition: all 300ms linear;

  -moz-transition: all 300ms linear;

  -ms-transition: all 300ms linear;

  -o-transition: all 300ms linear;

  transition: all 300ms linear; }

  .social-sharing li:before {

    display: none; }

  .social-sharing li:first-child {

    margin: 0; }

  .social-sharing li a {

    display: inline-block;

    line-height: 30px;

    height: 30px;

    text-align: center;

    color: #b4b4b4;

    margin-right: 20px;

    white-space: normal;

    text-indent: 0;

    overflow: hidden;

    font-size: 0;

    padding: 0; }

    @media (max-width: 479px) {

      .social-sharing li a {

        margin-right: 10px; } }

    .social-sharing li a:before {

      font-family: "Ionicons";

      font-size: 18px;

      display: inline-block;

      background: transparent; }

  .social-sharing li.facebook a:before {

    content: "\f231"; }

  .social-sharing li.twitter a:before {

    content: "\f243"; }

  .social-sharing li.googleplus a:before {

    content: "\f34f"; }

  .social-sharing li.pinterest a:before {

    content: "\f2b1"; }



.tabs {

  box-shadow: none;

  display: inline-block;

  width: 100%;

  margin: 0 0 60px 0;

  padding: 0;

  position: relative;

  background: #ffffff;

  text-align: center;

  position: relative; }

  .tabs .nav-tabs {

    border-bottom: none;

    position: relative;

    display: block;

    margin-bottom: 0; }

    .tabs .nav-tabs .nav-item {

      position: relative;

      display: inline-block;

      margin: 0;

      float: none; }

      .tabs .nav-tabs .nav-item .nav-link {

        background: transparent;

        border: 0;

        text-transform: uppercase;

        line-height: 24px;

        color: #999999;

        padding: 0 0 15px 0;

        margin: 0 30px;

        font-size: 22px;

        font-weight: 700;

        position: relative;

        -webkit-transition: all 300ms linear;

        -moz-transition: all 300ms linear;

        -ms-transition: all 300ms linear;

        -o-transition: all 300ms linear;

        transition: all 300ms linear; }

        .tabs .nav-tabs .nav-item .nav-link:after {

          content: "";

          height: 2px;

          position: absolute;

          left: 0;

          right: 0;

          bottom: -1px;

          background: transparent;

          -webkit-transition: all 300ms linear;

          -moz-transition: all 300ms linear;

          -ms-transition: all 300ms linear;

          -o-transition: all 300ms linear;

          transition: all 300ms linear; }

        .tabs .nav-tabs .nav-item .nav-link span {

          position: relative;

          z-index: 1; }

        .tabs .nav-tabs .nav-item .nav-link:hover, .tabs .nav-tabs .nav-item .nav-link.active {

          -webkit-transition: all 300ms linear;

          -moz-transition: all 300ms linear;

          -ms-transition: all 300ms linear;

          -o-transition: all 300ms linear;

          transition: all 300ms linear;

          color: #1d1d1d; }

      @media (max-width: 639px) {

        .tabs .nav-tabs .nav-item {

          width: 100%;

          margin-bottom: 10px; }

          .tabs .nav-tabs .nav-item:last-child {

            margin-bottom: 0; }

          .tabs .nav-tabs .nav-item .nav-link {

            margin: 0; } }



.tab-content {

  overflow: hidden;

  font-size: 15px;

  background: #ffffff;

  line-height: 24px;

  text-align: left;

  padding: 30px;

  border: 1px solid #ebebeb; }



.tabs-left {

  text-align: left;

  margin: 90px 0; }

  @media (min-width: 640px) {

    .tabs-left .nav-tabs {

      float: left;

      width: 250px; } }

  .tabs-left .nav-tabs .nav-item {

    display: block; }

    .tabs-left .nav-tabs .nav-item .nav-link {

      padding: 10px 0; }

  .tabs-left .tab-content {

    padding: 10px 0; }



.tabs-right {

  text-align: right;

  margin: 90px 0; }

  @media (min-width: 640px) {

    .tabs-right .nav-tabs {

      float: right;

      width: 250px; } }

  .tabs-right .nav-tabs .nav-item {

    display: block; }

    .tabs-right .nav-tabs .nav-item .nav-link {

      padding: 10px 0; }

  .tabs-right .tab-content {

    padding: 10px 0;

    text-align: right; }



.product-description {

  font-size: 14px;

  color: #626262; }

  .product-description P {

    font-size: 14px;

    color: #626262; }



#tab-content {

  font-size: 14px; }

  #tab-content label {

    font-size: 14px; }



.product-manufacturer {

  margin-bottom: 30px; }



.quickview .modal-header {

  border: none;

  padding: 6px;

  height: 30px; }



.quickview .product-cover:before {

  display: none; }



.panel-product-line {

  display: inline-block;

  vertical-align: top;

  float: left; }

  .panel-product-line #wishlist_button, .panel-product-line .compare-button {

    line-height: 30px;

    padding: 0;

    border: none;

    color: #626262;

    font-size: 14px;

    background: transparent;

    margin-right: 15px;

    cursor: pointer; }

    .panel-product-line #wishlist_button i, .panel-product-line .compare-button i {

      margin-right: 5px;

      font-size: 16px;

      font-weight: 400;

      vertical-align: -1px; }



.quickview #product_comments_block_extra .comments_advices {

  display: none; }



@media (max-width: 767px) {

  #category #left-column #search_filters .facet {

    padding: 0 10px; } }

.brand {

  margin-bottom: 30px;

  display: flex;

  align-items: center; }

  .brand > div a {

    margin-right: 30px;

    font-size: 14px;

    text-transform: capitalize;

    font-weight: 600; }



/* end detail */

.back-top {

  display: block;

  position: fixed;

  right: 25px;

  bottom: 25px;

  z-index: 10; }



@media (min-width: 1920px) {

  .back-top {

    right: 50px;

    bottom: 50px; } }

.back-top a {

  color: #ffffff;

  width: 40px;

  height: 40px;

  line-height: 40px;

  border-radius: 100%;

  display: block;

  text-align: center;

  text-decoration: none;

  -webkit-transition: all 500ms ease-in-out;

  transition: all 500ms ease-in-out; }



.back-top a:hover {

  background: #333333;

  color: #ffffff;

  box-shadow: 0 0 20px white; }



.back-top a:after {

  content: "\f062";

  font-family: "Font Awesome 5 Free";

  font-size: 25px;

  font-weight: 900; }



.cate_mobile .dropdown-backdrop {

  display: none; }



.cate_mobile .dropdown-menu {

  min-width: 200px; }



.cms-block, .cms-box {

  margin-bottom: 30px; }



@media (max-width: 767px) {

  #category #left-column #search_filters .facet .h6 {

    width: auto; }



  #category #left-column #search_filters .facet {

    border-bottom: 1px solid #eee; }



  #search_filters .ui-slider-horizontal {

    margin-bottom: 10px; } }

#main .page-footer {

  margin: 0; }



.contact-form h3, .contact-rich h4 {

  font-size: 28px;

  text-transform: capitalize; }



.alert {

  margin-top: 20px; }

