@charset "UTF-8";
/*!
 * Customized Version of Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * Customized Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Custom: Variables */
/* Import font packages
----------------------------------- */
/* Iran Sans Fonts */
/*!
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (WQZCQN)
--------------------------------------------------------------------------------------
*/
@font-face {
  font-family: "IranSans";
  src: url(../fonts/iran_sans/IRANSansWeb.eot);
  src: url(../fonts/iran_sans/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(../fonts/iran_sans/IRANSansWeb.woff) format("woff"), url(../fonts/iran_sans/IRANSansWeb.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fanum";
  src: url(../fonts/iran_sans_fanum/IRANSansWebFaNum.eot);
  src: url(../fonts/iran_sans_fanum/IRANSansWebFaNum.eot?#iefix) format("embedded-opentype"), url(../fonts/iran_sans_fanum/IRANSansWebFaNum.woff) format("woff"), url(../fonts/iran_sans_fanum/IRANSansWebFaNum.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Custom: Scaffolding */
/*******************************
             Page
*******************************/
html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "IranSans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #656565;
  background: #e8e7ed;
}
body.bg {
  background-image: url(../images/body_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
body #wrapper {
  min-height: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
body #content {
  background: #fff;
  margin-top: 15px;
}
body main {
  width: 100%;
  margin: 0 auto;
  min-height: 250px;
  background: #e8e7ed;
  border-radius: 0 0 65px 65px;
  padding-bottom: 20px;
}
body#blog {
  background: #fff;
}
body#blog main {
  background: #fff;
  border-radius: 0;
  padding-bottom: 0;
}
body#error #content,
body#error main {
  background: transparent;
  margin-top: 0;
}
body#error main {
  border-radius: 0;
  padding-bottom: 0;
}
body#auth {
  background-image: url(../images/default/auth-bg.png);
  background-repeat: repeat;
  background-color: rgba(10, 10, 10, 0.7);
}
body#auth #content,
body#auth main {
  background: transparent;
  margin-top: 0;
}

@-webkit-keyframes page-load {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes page-load {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.page-loading::before {
  content: " ";
  display: block;
  position: fixed;
  z-index: 20000;
  height: 3px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ef5350;
  -webkit-animation: page-load ease-out 10s;
          animation: page-load ease-out 10s;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 7000;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: #fff;
  transition: all 0.2s linear;
}
#preloader.dis-none {
  visibility: hidden;
  opacity: 0;
}
#preloader img {
  margin: 0 auto 20px;
  text-align: center;
  display: block;
}
#preloader h5 {
  position: relative;
  bottom: 50px;
}

@media (max-width: 767px) {
  .page-loading::before {
    height: 0;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/*
.page-header {
  padding-bottom: (($line-height-computed / 2) - 1);
  margin: ($line-height-computed * 2) 0 $line-height-computed;
  border-bottom: 1px solid $page-header-border-color;
}
*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-right: 0;
  list-style: none;
}

.list-inline {
  padding-right: 0;
  list-style: none;
  margin-right: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-right: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: right;
    width: 160px;
    clear: right;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-right: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-right: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\A0";
}

.blockquote-reverse,
blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  border-left: 5px solid #eeeeee;
  border-right: 0;
  text-align: left;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-left footer:before,
blockquote.pull-left small:before,
blockquote.pull-left .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-left footer:after,
blockquote.pull-left small:after,
blockquote.pull-left .small:after {
  content: "\A0\2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: right;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  left: auto;
}

.col-xs-pull-1 {
  left: 8.3333333333%;
}

.col-xs-pull-2 {
  left: 16.6666666667%;
}

.col-xs-pull-3 {
  left: 25%;
}

.col-xs-pull-4 {
  left: 33.3333333333%;
}

.col-xs-pull-5 {
  left: 41.6666666667%;
}

.col-xs-pull-6 {
  left: 50%;
}

.col-xs-pull-7 {
  left: 58.3333333333%;
}

.col-xs-pull-8 {
  left: 66.6666666667%;
}

.col-xs-pull-9 {
  left: 75%;
}

.col-xs-pull-10 {
  left: 83.3333333333%;
}

.col-xs-pull-11 {
  left: 91.6666666667%;
}

.col-xs-pull-12 {
  left: 100%;
}

.col-xs-push-0 {
  right: auto;
}

.col-xs-push-1 {
  right: 8.3333333333%;
}

.col-xs-push-2 {
  right: 16.6666666667%;
}

.col-xs-push-3 {
  right: 25%;
}

.col-xs-push-4 {
  right: 33.3333333333%;
}

.col-xs-push-5 {
  right: 41.6666666667%;
}

.col-xs-push-6 {
  right: 50%;
}

.col-xs-push-7 {
  right: 58.3333333333%;
}

.col-xs-push-8 {
  right: 66.6666666667%;
}

.col-xs-push-9 {
  right: 75%;
}

.col-xs-push-10 {
  right: 83.3333333333%;
}

.col-xs-push-11 {
  right: 91.6666666667%;
}

.col-xs-push-12 {
  right: 100%;
}

.col-xs-offset-0 {
  margin-right: 0%;
}

.col-xs-offset-1 {
  margin-right: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-right: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-right: 25%;
}

.col-xs-offset-4 {
  margin-right: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-right: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-right: 50%;
}

.col-xs-offset-7 {
  margin-right: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-right: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-right: 75%;
}

.col-xs-offset-10 {
  margin-right: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-right: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-right: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: right;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    left: auto;
  }

  .col-sm-pull-1 {
    left: 8.3333333333%;
  }

  .col-sm-pull-2 {
    left: 16.6666666667%;
  }

  .col-sm-pull-3 {
    left: 25%;
  }

  .col-sm-pull-4 {
    left: 33.3333333333%;
  }

  .col-sm-pull-5 {
    left: 41.6666666667%;
  }

  .col-sm-pull-6 {
    left: 50%;
  }

  .col-sm-pull-7 {
    left: 58.3333333333%;
  }

  .col-sm-pull-8 {
    left: 66.6666666667%;
  }

  .col-sm-pull-9 {
    left: 75%;
  }

  .col-sm-pull-10 {
    left: 83.3333333333%;
  }

  .col-sm-pull-11 {
    left: 91.6666666667%;
  }

  .col-sm-pull-12 {
    left: 100%;
  }

  .col-sm-push-0 {
    right: auto;
  }

  .col-sm-push-1 {
    right: 8.3333333333%;
  }

  .col-sm-push-2 {
    right: 16.6666666667%;
  }

  .col-sm-push-3 {
    right: 25%;
  }

  .col-sm-push-4 {
    right: 33.3333333333%;
  }

  .col-sm-push-5 {
    right: 41.6666666667%;
  }

  .col-sm-push-6 {
    right: 50%;
  }

  .col-sm-push-7 {
    right: 58.3333333333%;
  }

  .col-sm-push-8 {
    right: 66.6666666667%;
  }

  .col-sm-push-9 {
    right: 75%;
  }

  .col-sm-push-10 {
    right: 83.3333333333%;
  }

  .col-sm-push-11 {
    right: 91.6666666667%;
  }

  .col-sm-push-12 {
    right: 100%;
  }

  .col-sm-offset-0 {
    margin-right: 0%;
  }

  .col-sm-offset-1 {
    margin-right: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-right: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-right: 25%;
  }

  .col-sm-offset-4 {
    margin-right: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-right: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-right: 50%;
  }

  .col-sm-offset-7 {
    margin-right: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-right: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-right: 75%;
  }

  .col-sm-offset-10 {
    margin-right: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-right: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    left: auto;
  }

  .col-md-pull-1 {
    left: 8.3333333333%;
  }

  .col-md-pull-2 {
    left: 16.6666666667%;
  }

  .col-md-pull-3 {
    left: 25%;
  }

  .col-md-pull-4 {
    left: 33.3333333333%;
  }

  .col-md-pull-5 {
    left: 41.6666666667%;
  }

  .col-md-pull-6 {
    left: 50%;
  }

  .col-md-pull-7 {
    left: 58.3333333333%;
  }

  .col-md-pull-8 {
    left: 66.6666666667%;
  }

  .col-md-pull-9 {
    left: 75%;
  }

  .col-md-pull-10 {
    left: 83.3333333333%;
  }

  .col-md-pull-11 {
    left: 91.6666666667%;
  }

  .col-md-pull-12 {
    left: 100%;
  }

  .col-md-push-0 {
    right: auto;
  }

  .col-md-push-1 {
    right: 8.3333333333%;
  }

  .col-md-push-2 {
    right: 16.6666666667%;
  }

  .col-md-push-3 {
    right: 25%;
  }

  .col-md-push-4 {
    right: 33.3333333333%;
  }

  .col-md-push-5 {
    right: 41.6666666667%;
  }

  .col-md-push-6 {
    right: 50%;
  }

  .col-md-push-7 {
    right: 58.3333333333%;
  }

  .col-md-push-8 {
    right: 66.6666666667%;
  }

  .col-md-push-9 {
    right: 75%;
  }

  .col-md-push-10 {
    right: 83.3333333333%;
  }

  .col-md-push-11 {
    right: 91.6666666667%;
  }

  .col-md-push-12 {
    right: 100%;
  }

  .col-md-offset-0 {
    margin-right: 0%;
  }

  .col-md-offset-1 {
    margin-right: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-right: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-right: 25%;
  }

  .col-md-offset-4 {
    margin-right: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-right: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-right: 50%;
  }

  .col-md-offset-7 {
    margin-right: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-right: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-right: 75%;
  }

  .col-md-offset-10 {
    margin-right: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-right: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: right;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    left: auto;
  }

  .col-lg-pull-1 {
    left: 8.3333333333%;
  }

  .col-lg-pull-2 {
    left: 16.6666666667%;
  }

  .col-lg-pull-3 {
    left: 25%;
  }

  .col-lg-pull-4 {
    left: 33.3333333333%;
  }

  .col-lg-pull-5 {
    left: 41.6666666667%;
  }

  .col-lg-pull-6 {
    left: 50%;
  }

  .col-lg-pull-7 {
    left: 58.3333333333%;
  }

  .col-lg-pull-8 {
    left: 66.6666666667%;
  }

  .col-lg-pull-9 {
    left: 75%;
  }

  .col-lg-pull-10 {
    left: 83.3333333333%;
  }

  .col-lg-pull-11 {
    left: 91.6666666667%;
  }

  .col-lg-pull-12 {
    left: 100%;
  }

  .col-lg-push-0 {
    right: auto;
  }

  .col-lg-push-1 {
    right: 8.3333333333%;
  }

  .col-lg-push-2 {
    right: 16.6666666667%;
  }

  .col-lg-push-3 {
    right: 25%;
  }

  .col-lg-push-4 {
    right: 33.3333333333%;
  }

  .col-lg-push-5 {
    right: 41.6666666667%;
  }

  .col-lg-push-6 {
    right: 50%;
  }

  .col-lg-push-7 {
    right: 58.3333333333%;
  }

  .col-lg-push-8 {
    right: 66.6666666667%;
  }

  .col-lg-push-9 {
    right: 75%;
  }

  .col-lg-push-10 {
    right: 83.3333333333%;
  }

  .col-lg-push-11 {
    right: 91.6666666667%;
  }

  .col-lg-push-12 {
    right: 100%;
  }

  .col-lg-offset-0 {
    margin-right: 0%;
  }

  .col-lg-offset-1 {
    margin-right: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-right: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-right: 25%;
  }

  .col-lg-offset-4 {
    margin-right: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-right: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-right: 50%;
  }

  .col-lg-offset-7 {
    margin-right: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-right: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-right: 75%;
  }

  .col-lg-offset-10 {
    margin-right: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-right: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-right: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-right: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-right: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-left: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-right: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-right: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  font-style: normal;
  vertical-align: baseline;
  outline: none;
  border: none;
  text-transform: none;
  text-shadow: none;
  font-weight: normal;
  box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}
.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
  outline: 0;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: right;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-right: -1px;
}

.btn-toolbar {
  margin-right: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: right;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-right: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group {
  float: right;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-right: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-right: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  right: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Semantic UI */
/* Swiper */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Mmenu */
/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu_theme-white {
  --mm-color-border: rgba( 0,0,0, 0.1 );
  --mm-color-button: rgba( 0,0,0, 0.3 );
  --mm-color-text: rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed: rgba( 0,0,0, 0.3 );
  --mm-color-background: #fff;
  --mm-color-background-highlight: rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.03 );
  --mm-shadow: 0 0 10px rgba( 0,0,0, 0.2 );
}

.mm-menu_theme-dark {
  --mm-color-border: rgba( 0,0,0, 0.3 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #333;
  --mm-color-background-highlight: rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.1 );
  --mm-shadow: 0 0 20px rgba( 0,0,0, 0.5 );
}

.mm-menu_theme-black {
  --mm-color-border: rgba( 255,255,255, 0.25 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #000;
  --mm-color-background-highlight: rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis: rgba( 255,255,255, 0.15 );
  --mm-shadow: none ;
}

:root {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu a,
.mm-menu a:link,
.mm-menu a:active,
.mm-menu a:visited,
.mm-menu a:hover {
  text-decoration: none;
  color: inherit;
}

[dir=rtl] .mm-menu {
  direction: rtl;
}

.mm-panel {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease;
}
.mm-panel:after {
  height: 44px;
}
.mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panel:after {
  content: "";
  display: block;
  height: var(--mm-listitem-size);
}
.mm-panel_opened {
  z-index: 1;
  transform: translate3d(0%, 0, 0);
}
.mm-panel_opened-parent {
  transform: translate3d(-30%, 0, 0);
}
.mm-panel_highest {
  z-index: 2;
}
.mm-panel_noanimation {
  transition: none !important;
}
.mm-panel_noanimation.mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}
.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel__content {
  padding: 20px 20px 0;
}

.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  height: 100%;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  transform: translate3d(-100%, 0, 0);
}
[dir=rtl] .mm-panel.mm-panel_opened-parent {
  transform: translate3d(30%, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  transform: none !important;
}
.mm-listitem_vertical > .mm-panel:before, .mm-listitem_vertical > .mm-panel:after {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto;
}
.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  width: 50px;
  padding: 0;
}
.mm-btn:before, .mm-btn:after {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border: 2px solid var(--mm-color-button);
}

.mm-btn_next:after, .mm-btn_prev:before {
  content: "";
  border-bottom: none;
  border-right: none;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-btn_next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-btn_close:before, .mm-btn_close:after {
  content: "";
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

[dir=rtl] .mm-btn_next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
[dir=rtl] .mm-btn_prev:before {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
[dir=rtl] .mm-btn_close:before, [dir=rtl] .mm-btn_close:after {
  right: auto;
}
[dir=rtl] .mm-btn_close:before {
  left: 25px;
}
[dir=rtl] .mm-btn_close:after {
  left: 18px;
}

.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.mm-navbar > * {
  min-height: 44px;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .mm-navbar_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
.mm-navbar > * {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.mm-navbar__btn {
  flex-grow: 0;
}

.mm-navbar__title {
  flex: 1 1 50%;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.mm-navbar__title:not(:last-child) {
  padding-left: 0;
}
.mm-navbar__title > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  padding-left: 0;
}
.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  padding-left: 50px;
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}
.mm-listitem a,
.mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem__btn, .mm-listitem__text {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 10%;
}

.mm-listitem__btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative;
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}
.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}
[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}
[dir=rtl] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none;
}
[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: transform 0.4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}
.mm-wrapper_opened .mm-page {
  min-height: 100vh;
}
.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 0;
}
.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}
.mm-wrapper_blocking body {
  overflow: hidden;
}
.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

[dir=rtl] .mm-menu_offcanvas {
  /*left: unset;
  right: 0;*/
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative;
}
.mm-menu_autoheight.mm-menu_position-top, .mm-menu_autoheight.mm-menu_position-bottom {
  max-height: 80%;
}
.mm-menu_autoheight-measuring .mm-panel {
  display: block !important;
}
.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important;
}

[class*=mm-menu_columns-] {
  transition-property: width;
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  transition-property: width, transform;
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  transform: translate3d(0%, 0, 0);
}

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}
.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0px;
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(0px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(0px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}
.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}
.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px;
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(880px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-880px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}
.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px;
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(1320px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-1320px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}
.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(500%, 0, 0);
}

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px;
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(1760px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-1760px, 0, 0);
  }
}
[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  transition-property: width, min-width, max-width, transform;
}

.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  display: block;
  padding-left: 20px;
  float: right;
  text-align: right;
  color: var(--mm-color-text-dimmed);
}

.mm-listitem_nosubitems > .mm-counter {
  display: none;
}

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 20px;
}

.mm-divider {
  position: relative;
  min-height: 20px;
  padding: 4.3px;
  background: #f3f3f3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--mm-line-height);
  padding: calc( ((var(--mm-listitem-size) * 0.65) - var(--mm-line-height)) * 0.5 );
  padding-right: 10px;
  padding-left: 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  opacity: 1;
  transition: opacity 0.4s ease;
}
.mm-divider:before {
  background: rgba(0, 0, 0, 0.05);
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .mm-divider {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0;
  }
  .mm-navbar_sticky:not(.mm-hidden) ~ .mm-listview .mm-divider {
    top: var(--mm-navbar-size);
  }
}
.mm-divider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--mm-color-background-highlight);
}

.mm-wrapper_dragging .mm-menu,
.mm-wrapper_dragging .mm-slideout {
  transition-duration: 0s !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.mm-wrapper_dragging .mm-menu {
  pointer-events: none !important;
}
.mm-wrapper_dragging .mm-wrapper__blocker {
  display: none !important;
}

.mm-menu_dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

.mm-wrapper_dropdown .mm-slideout {
  transform: none !important;
  z-index: 0;
}
.mm-wrapper_dropdown .mm-wrapper__blocker {
  transition-delay: 0s !important;
  z-index: 1;
}
.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2;
}
.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none;
}

.mm-menu_tip-left:before, .mm-menu_tip-right:before, .mm-menu_tip-top:before, .mm-menu_tip-bottom:before {
  content: "";
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: -1;
  transform: rotate(45deg);
}
.mm-menu_tip-left:before {
  left: 22px;
}
.mm-menu_tip-right:before {
  right: 22px;
}
.mm-menu_tip-top:before {
  top: -8px;
}
.mm-menu_tip-bottom:before {
  bottom: -8px;
}

:root {
  --mm-iconbar-size: 50px;
}

.mm-menu_iconbar-left .mm-panels,
.mm-menu_iconbar-left .mm-navbars_top,
.mm-menu_iconbar-left .mm-navbars_bottom {
  margin-left: 50px;
  margin-left: var(--mm-iconbar-size);
}
.mm-menu_iconbar-right .mm-panels,
.mm-menu_iconbar-right .mm-navbars_top,
.mm-menu_iconbar-right .mm-navbars_bottom {
  margin-right: 50px;
  margin-right: var(--mm-iconbar-size);
}

.mm-iconbar {
  width: 50px;
  border-color: rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
}
.mm-menu_iconbar-left .mm-iconbar, .mm-menu_iconbar-right .mm-iconbar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mm-menu_iconbar-left .mm-iconbar {
  border-right-width: 1px;
  left: 0;
}
.mm-menu_iconbar-right .mm-iconbar {
  border-left-width: 1px;
  right: 0;
}

.mm-iconbar__top,
.mm-iconbar__bottom {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.mm-iconbar__top > *,
.mm-iconbar__bottom > * {
  box-sizing: border-box;
  display: block;
  padding: 12.5px 0;
}
.mm-iconbar__top a,
.mm-iconbar__top a:hover,
.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover {
  text-decoration: none;
}

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-iconpanel-size: 50px;
}

.mm-panel_iconpanel-1 {
  width: calc(100% - 50px);
  width: calc(100% - (var(--mm-iconpanel-size) * 1));
}

.mm-panel_iconpanel-2 {
  width: calc(100% - 100px);
  width: calc(100% - (var(--mm-iconpanel-size) * 2));
}

.mm-panel_iconpanel-3 {
  width: calc(100% - 150px);
  width: calc(100% - (var(--mm-iconpanel-size) * 3));
}

.mm-panel_iconpanel-first ~ .mm-panel {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-iconpanel-size));
}

.mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  transition-property: transform, width;
}
.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}
.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  transform: unset;
}
.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar,
.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider {
  opacity: 0;
}

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity 0.4s ease;
}
.mm-panel_opened-parent .mm-panel__blocker {
  opacity: 0.6;
  bottom: -100000px;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  transition-property: transform, width;
}
[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  outline: none;
}

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
}
.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.mm-navbars_top {
  flex-shrink: 0;
}
.mm-navbars_top .mm-navbar:not(:last-child) {
  border-bottom: none;
}

.mm-navbars_bottom {
  flex-shrink: 0;
}
.mm-navbars_bottom .mm-navbar {
  border-bottom: none;
}
.mm-navbars_bottom .mm-navbar:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--mm-color-border);
}

.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input {
  padding-left: 0;
}
.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
  padding-right: 0;
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mm-navbar__breadcrumbs > * {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 6px;
}
.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar__breadcrumbs:not(:last-child) {
  padding-right: 0;
}
.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  padding-left: 0;
}

.mm-navbar_tabs > * {
  padding: 0 10px;
  border: 1px solid transparent;
}

.mm-navbar__tab_selected {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  color: var(--mm-color-text);
}
.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: rgba(0, 0, 0, 0.1);
}
.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: var(--mm-color-border);
}
.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: var(--mm-color-border);
}

.mm-navbars_top .mm-navbar_tabs {
  border-bottom: none;
}
.mm-navbars_top .mm-navbar_tabs > * {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
}
.mm-navbars_top .mm-navbar__tab_selected {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent;
}
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background);
}

.mm-navbars_bottom .mm-navbar_tabs:first-child {
  border-top: none;
}
.mm-navbars_bottom .mm-navbar_tabs > * {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
}
.mm-navbars_bottom .mm-navbar__tab_selected {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent;
}
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background);
}
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-searchfield {
  height: 44px;
  display: flex;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden;
}
.mm-searchfield input {
  height: 30.8px;
  line-height: 30.8px;
}
.mm-searchfield input, .mm-searchfield input:hover, .mm-searchfield input:focus {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}
.mm-searchfield input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * 0.7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  border: none !important;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * 0.7);
  box-shadow: none !important;
  outline: none !important;
  font: inherit;
  font-size: inherit;
}
.mm-searchfield input, .mm-searchfield input:hover, .mm-searchfield input:focus {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text);
}
.mm-searchfield input::-ms-clear {
  display: none;
}

.mm-searchfield__input {
  display: flex;
  flex: 1;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  padding: 50px 0;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
}

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important;
}

.mm-searchfield__cancel {
  line-height: 44px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  transition: margin 0.4s ease;
}

.mm-searchfield__cancel-active {
  margin-right: 0;
}

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none;
}
.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px;
}

.mm-listitem_onlysubitems > .mm-listitem__text:not(.mm-listitem__btn) {
  z-index: -1;
  pointer-events: none;
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 5;
  transition: right 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}
.mm-sectionindexer ~ .mm-panel {
  padding-right: 0;
}
.mm-sectionindexer_active {
  right: 0;
}
.mm-sectionindexer_active ~ .mm-panel {
  padding-right: 20px;
}

.mm-menu_selected-hover .mm-listitem__text,
.mm-menu_selected-hover .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem__btn {
  transition: background-color 0.4s ease;
}
.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected:not(:hover) > .mm-listitem__text {
  background: none;
}
.mm-menu_selected-hover .mm-listitem__text:hover,
.mm-menu_selected-hover .mm-listitem__btn:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}
.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > .mm-listitem__text {
  background: none;
}
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-sidebar-collapsed-size: 50px;
  --mm-sidebar-expanded-size: 440px;
}

.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
  position: relative;
}
.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
  transition-property: width, transform;
}
.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  box-sizing: border-box;
  min-height: 100vh;
}
.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: flex !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 50px);
  transform: translate3d(50px, 0, 0);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider {
  opacity: 0;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
  min-width: 0 !important;
  max-width: 100000px !important;
  border-right-width: 1px;
  border-right-style: solid;
}
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none;
}
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible;
}
.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important;
}
.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 440px);
  transform: translate3d(440px, 0, 0);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.mm-menu_opened .mm-menu__blocker {
  display: none;
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  transform: translate3d(0, 0, 0);
}
[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(0, 0, 0);
}

input.mm-toggle {
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
  border: none !important;
  background: var(--mm-color-border);
  border-radius: 34px;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
input.mm-toggle:before {
  background: #f3f3f3;
}
input.mm-toggle:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 1px;
  border-radius: 34px;
  background: var(--mm-color-background);
  transition: transform 0.2s ease;
}
input.mm-toggle:checked {
  background: #4bd963;
}
input.mm-toggle:checked:before {
  transform: translateX(24px);
}

input.mm-check {
  margin-top: 2px;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: none !important;
  background: none !important;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 40px) / 2);
}
input.mm-check:before {
  content: "";
  display: block;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: var(--mm-color-text);
  opacity: 0.3;
  transform: rotate(-45deg);
  transition: opacity 0.2s ease;
}
input.mm-check:checked:before {
  opacity: 1;
}

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left;
}

.mm-menu_border-none .mm-listitem:after {
  content: none;
}

.mm-menu_border-full .mm-listitem:after {
  left: 0 !important;
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit;
}
.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000;
}
.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff;
}

.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu_position-front, .mm-menu_position-top, .mm-menu_position-bottom {
  transition: transform 0.4s ease;
}
.mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened, .mm-menu_position-bottom.mm-menu_opened {
  z-index: 2000000010;
}
.mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout, .mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout {
  transform: none !important;
  z-index: 0;
}
.mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  transform: translate3d(-100%, 0, 0);
}
.mm-menu_position-front.mm-menu_position-right {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_position-top, .mm-menu_position-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top, .mm-wrapper_opening .mm-menu_position-bottom {
  transform: translate3d(0, 0, 0);
}

.mm-menu_theme-white {
  --mm-color-border: rgba( 0,0,0, 0.1 );
  --mm-color-button: rgba( 0,0,0, 0.3 );
  --mm-color-text: rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed: rgba( 0,0,0, 0.3 );
  --mm-color-background: #fff;
  --mm-color-background-highlight: rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.03 );
  --mm-shadow: 0 0 10px rgba( 0,0,0, 0.2 );
}

.mm-menu_theme-dark {
  --mm-color-border: rgba( 0,0,0, 0.3 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #333;
  --mm-color-background-highlight: rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.1 );
  --mm-shadow: 0 0 20px rgba( 0,0,0, 0.5 );
}

.mm-menu_theme-black {
  --mm-color-border: rgba( 255,255,255, 0.25 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #000;
  --mm-color-background-highlight: rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis: rgba( 255,255,255, 0.15 );
  --mm-shadow: none ;
}

body.modal-open .mm-slideout {
  z-index: unset;
}

/*!
 * mburger CSS v1.3.3
 * mmenujs.com/mburger
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
/** Selector for the root */
/** Selector for the button. */
/** Selector for the button with the "collapse" effect. */
/** Selector for the button with the "spin" effect. */
/** Selector for the button with the "squeeze" effect. */
/** Selector for the button with the "tornado" effect. */
/** Selector for the button when the menu is opened. */
/** Selector for the button with the "collapse" effect when the menu is opened. */
/** Selector for the button with the "spin" effect when the menu is opened. */
/** Selector for the button with the "squeeze" effect when the menu is opened. */
/** Selector for the button with the "tornado" effect when the menu is opened. */
/** Timeout before starting the animation, ensures the animation starts after the menu is fully opened. */
/** Whether or not to include the CSS for the "collapse" animation. */
/** Whether or not to include the CSS for the "spin" animation. */
/** Whether or not to include the CSS for the "squeeze" animation. */
/** Whether or not to include the CSS for the "tornado" animation. */
:root {
  /** Size for the button. */
  --mb-button-size: 50px;
  /** Width for the bars, relative to the button. */
  --mb-bar-width: 0.5;
  /** Height for the bars.*/
  --mb-bar-height: 3px;
  /** Distance between bars (approximately). */
  --mb-bar-spacing: 7px;
  /** Timeout before starting the animation, ensures the animation starts after the menu is fully opened. */
  --mb-animate-timeout: 0.4s;
}

.mburger {
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: var(--mb-button-size);
  padding: 0 0 0 var(--mb-button-size);
  margin: 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}
.mburger b {
  display: block;
  position: absolute;
  left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width)) / 2));
  width: calc(var(--mb-button-size) * var(--mb-bar-width));
  height: var(--mb-bar-height);
  border-radius: calc(var(--mb-bar-height) / 2);
  background: #777;
  color: inherit;
  opacity: 1;
}
.mburger b:nth-of-type(1) {
  bottom: calc(50% + var(--mb-bar-spacing));
  transition: bottom 0.2s ease, transform 0.2s ease, width 0.2s ease;
}
.mburger b:nth-of-type(2) {
  top: calc(50% - (var(--mb-bar-height) / 2));
  transition: opacity 0.2s ease;
}
.mburger b:nth-of-type(3) {
  top: calc(50% + var(--mb-bar-spacing));
  transition: top 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.mm-wrapper_opened .mburger b:nth-of-type(1) {
  bottom: calc(50% - (var(--mb-bar-height) / 2));
  transform: rotate(45deg);
}
.mm-wrapper_opened .mburger b:nth-of-type(2) {
  opacity: 0;
}
.mm-wrapper_opened .mburger b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height) / 2));
  transform: rotate(-45deg);
}

.mburger--squeeze b:nth-of-type(1) {
  transition-delay: 0.1s, 0s;
}
.mburger--squeeze b:nth-of-type(2) {
  transition-delay: 0.1s;
}
.mburger--squeeze b:nth-of-type(3) {
  transition-delay: 0.1s, 0s;
}

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.1s);
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s);
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.1s);
}

/* FontAwesome */
/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font_awesome/fontawesome-webfont.eot");
  src: url("../fonts/font_awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font_awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/font_awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/font_awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/font_awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before, .fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before, .fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before, .fa-users:before {
  content: "\F0C0";
}

.fa-chain:before, .fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before, .fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\F155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\F156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\F158";
}

.fa-won:before, .fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before, .fa-car:before {
  content: "\F1B9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before, .fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before, .fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* FlatIcon */
/*
Flaticon icon font: Flaticon
Creation date: 29/06/2020 09:24
*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flat_icon/Flaticon.eot");
  src: url("../fonts/flat_icon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flat_icon/Flaticon.woff2") format("woff2"), url("../fonts/flat_icon/Flaticon.woff") format("woff"), url("../fonts/flat_icon/Flaticon.ttf") format("truetype"), url("../fonts/flat_icon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-location:before {
  content: "\F100";
}

.flaticon-box:before {
  content: "\F101";
}

.flaticon-express-delivery:before {
  content: "\F102";
}

.flaticon-courier:before {
  content: "\F103";
}

.flaticon-credit-card:before {
  content: "\F104";
}

.flaticon-3d-design:before {
  content: "\F105";
}

.flaticon-zoom:before {
  content: "\F106";
}

.flaticon-wallet:before {
  content: "\F107";
}

.flaticon-shop:before {
  content: "\F108";
}

.flaticon-shipped:before {
  content: "\F109";
}

.flaticon-delivery-man:before {
  content: "\F10A";
}

.flaticon-delivery-box:before {
  content: "\F10B";
}

.flaticon-telephone:before {
  content: "\F10C";
}

.flaticon-order:before {
  content: "\F10D";
}

.flaticon-return:before {
  content: "\F10E";
}

.flaticon-shopping-cart:before {
  content: "\F10F";
}

.flaticon-user:before {
  content: "\F110";
}

.flaticon-discount:before {
  content: "\F111";
}

.flaticon-price-tag:before {
  content: "\F112";
}

.flaticon-filter:before {
  content: "\F113";
}

.flaticon-levels:before {
  content: "\F114";
}

.flaticon-apps:before {
  content: "\F115";
}

.flaticon-home:before {
  content: "\F116";
}

.flaticon-checklist:before {
  content: "\F117";
}

.flaticon-cloud-computing:before {
  content: "\F118";
}

.flaticon-cloud-computing-1:before {
  content: "\F119";
}

.flaticon-cloud-computing-2:before {
  content: "\F11A";
}

.flaticon-loading:before {
  content: "\F11B";
}

.flaticon-apple:before {
  content: "\F11C";
}

.flaticon-android-logo:before {
  content: "\F11D";
}

.flaticon-login:before {
  content: "\F11E";
}

.flaticon-login-1:before {
  content: "\F11F";
}

.flaticon-original:before {
  content: "\F120";
}

.flaticon-phone-call:before {
  content: "\F121";
}

.flaticon-whatsapp:before {
  content: "\F122";
}

.flaticon-telegram:before {
  content: "\F123";
}

.flaticon-youtube:before {
  content: "\F124";
}

.flaticon-mail:before {
  content: "\F125";
}

.flaticon-twitter:before {
  content: "\F126";
}

.flaticon-instagram:before {
  content: "\F127";
}

/* SVG Icon */
/* LineAwesome */
/* LineAwesome */
/* Owl Carousel */
/* Slick */
/* Tippy Tooltip */
/* Custom Main: Components */
.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.shadow-pulse {
  -webkit-animation-name: shadow-pulse;
  animation-name: shadow-pulse;
}

@-webkit-keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(243, 96, 93, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(243, 96, 93, 0);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(243, 96, 93, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(243, 96, 93, 0);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slideInFromTop {
  0% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateX(0);
  }
}
@-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 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 fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes reveal-1 {
  0% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
  20% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(55%, 55%, 0);
    border-radius: 0;
  }
  80% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(55%, 55%, 0);
    border-radius: 0;
  }
  100% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
}

@keyframes reveal-1 {
  0% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
  20% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(55%, 55%, 0);
    border-radius: 0;
  }
  80% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(55%, 55%, 0);
    border-radius: 0;
  }
  100% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
}
@-webkit-keyframes reveal-2 {
  0% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
  20% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(55%, -55%, 0);
    border-radius: 0;
  }
  80% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(55%, -55%, 0);
    border-radius: 0;
  }
  100% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
}
@keyframes reveal-2 {
  0% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
  20% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(55%, -55%, 0);
    border-radius: 0;
  }
  80% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(55%, -55%, 0);
    border-radius: 0;
  }
  100% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
}
@-webkit-keyframes reveal-3 {
  0% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
  20% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(-55%, -55%, 0);
    border-radius: 0;
  }
  80% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(-55%, -55%, 0);
    border-radius: 0;
  }
  100% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
}
@keyframes reveal-3 {
  0% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
  20% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(-55%, -55%, 0);
    border-radius: 0;
  }
  80% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(-55%, -55%, 0);
    border-radius: 0;
  }
  100% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
}
@-webkit-keyframes reveal-4 {
  0% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
  20% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(-55%, 55%, 0);
    border-radius: 0;
  }
  80% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(-55%, 55%, 0);
    border-radius: 0;
  }
  100% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
}
@keyframes reveal-4 {
  0% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
  20% {
    transform: rotate3d(0, 0, 1, 135deg) translate3d(-55%, 55%, 0);
    border-radius: 0;
  }
  80% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(-55%, 55%, 0);
    border-radius: 0;
  }
  100% {
    transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
    border-radius: 50%;
  }
}
/*******************************
          Header
*******************************/
.top-notification {
  text-align: center;
  margin: 0 auto;
}
.top-notification p {
  background: #FB8C00;
  color: #111;
  font-weight: 600;
  margin: 0;
  padding: 5px;
}
.top-notification img {
  border-radius: 0;
  margin: 0;
}

.rotate {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate;
          animation-name: rotate;
}

#header {
  /*
  .top {
    background: $theme-base-light;
    padding: 3px 0;

    a {
      color: #fff;
      font-size: .85em;
    }

    .right {
      text-align: right;
    }

    .left {
      text-align: left;
    }

    li {
      padding: 0 10px;

      &.phone-number {
        letter-spacing: .2em;
      }
    }
  }
  */
}
#header a {
  transition: all 0.2s ease-in;
}
#header .header-fixed-wrapper {
  height: 105px;
}
#header .affix-wrapper {
  background: #fff;
}
#header .affix-wrapper:not(.affix) {
  position: relative;
  z-index: 11000;
}
#header .affix-wrapper.affix {
  z-index: 11000;
  width: 100%;
  background: #fff;
  top: 0;
  -webkit-animation: 0.6s ease 0s 1 slideInFromTop;
          animation: 0.6s ease 0s 1 slideInFromTop;
}
#header .affix-wrapper.affix .bottom {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 10px 10px;
}
#header .affix-wrapper.affix .bottom .form-control {
  height: 35px;
}
#header .affix-wrapper .bottom {
  display: flex;
  padding: 25px 10px 25px;
  align-items: center;
  justify-content: space-between;
}
#header .affix-wrapper .bottom.centered {
  justify-content: center;
  padding: 20px;
  border-top: 3px solid #ef5350;
}
#header .affix-wrapper .bottom .item {
  flex: 1;
}
#header .affix-wrapper .bottom .item.logo {
  max-width: 200px;
  padding-right: 10px;
}
#header .affix-wrapper .bottom .item.search {
  padding: 0 50px;
}
#header .affix-wrapper .bottom .item.search .form-group {
  margin-bottom: 0;
}
#header .affix-wrapper .bottom .item.account, #header .affix-wrapper .bottom .item.cart {
  max-width: 100px;
  text-align: center;
  position: relative;
  top: 0px;
  font-size: 1.2em;
}
#header .affix-wrapper .bottom .item.account:hover [class^=flaticon-]:before,
#header .affix-wrapper .bottom .item.account:hover [class*=" flaticon-"]:before,
#header .affix-wrapper .bottom .item.account:hover [class^=flaticon-]:after,
#header .affix-wrapper .bottom .item.account:hover [class*=" flaticon-"]:after, #header .affix-wrapper .bottom .item.cart:hover [class^=flaticon-]:before,
#header .affix-wrapper .bottom .item.cart:hover [class*=" flaticon-"]:before,
#header .affix-wrapper .bottom .item.cart:hover [class^=flaticon-]:after,
#header .affix-wrapper .bottom .item.cart:hover [class*=" flaticon-"]:after {
  color: #ef5350;
}
#header .affix-wrapper .bottom .item.toggle-menu {
  display: none;
}
#header .menu-wrapper {
  background: #fff;
  height: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
#header .menu-wrapper .menu {
  position: relative;
  margin: 0 20px;
  z-index: 500;
}
#header .menu-wrapper .menu .icon {
  font-size: 0.7em;
  position: relative;
  top: 3px;
  left: 5px;
  line-height: 1em;
}
#header .menu-wrapper .menu > ul > li {
  height: 50px;
  display: block;
  float: right;
  transition: all 0.2s ease-in;
}
#header .menu-wrapper .menu > ul > li:hover > a, #header .menu-wrapper .menu > ul > li:hover > a .fa, #header .menu-wrapper .menu > ul > li.active > a, #header .menu-wrapper .menu > ul > li.active > a .fa {
  color: #f44336;
}
#header .menu-wrapper .menu > ul > li.special {
  margin-left: 15px;
}
#header .menu-wrapper .menu > ul > li.special [class^=flaticon-]:before {
  color: #fff !important;
}
#header .menu-wrapper .menu > ul > li.special > a, #header .menu-wrapper .menu > ul > li.special > a .fa {
  color: #fff;
}
#header .menu-wrapper .menu > ul > li.special:hover, #header .menu-wrapper .menu > ul > li.special.active {
  background: #ef5350;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#header .menu-wrapper .menu > ul > li.special > a {
  padding-left: 25px;
  padding-right: 20px;
  font-weight: 600;
}
#header .menu-wrapper .menu > ul > li.special > a .text {
  position: relative;
  bottom: 6px;
  right: 5px;
}
#header .menu-wrapper .menu > ul > li:hover .mega-menu, #header .menu-wrapper .menu > ul > li:hover .menu-item-dropdown {
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}
#header .menu-wrapper .menu > ul > li > a {
  position: relative;
  display: block;
  z-index: 510;
  color: #656565;
  font-weight: 400;
  font-size: 1em;
  padding: 10px 12px;
  line-height: 2em;
}
#header .menu-wrapper .menu > ul > li > a .fa {
  color: #777;
  position: relative;
  top: 2px;
}
#header .menu-wrapper .menu > ul > li .mega-menu {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  background: #fff;
  overflow: hidden;
  width: 100%;
  padding: 0 15px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
}
#header .menu-wrapper .menu > ul > li .mega-menu .mega-cols {
  display: flex;
}
#header .menu-wrapper .menu > ul > li .mega-menu .mega-cols img {
  position: absolute;
  max-width: 300px;
  bottom: -10px;
  left: -15px;
}
#header .menu-wrapper .menu > ul > li .mega-menu .mega-cols .mega-col {
  padding: 15px 0px 10px 40px;
  position: relative;
}
#header .menu-wrapper .menu > ul > li .mega-menu .mega-cols .mega-col a {
  transition: all 0.2s ease-in;
}
#header .menu-wrapper .menu > ul > li .mega-menu .mega-cols .mega-col a:hover {
  color: #ef5350;
}
#header .menu-wrapper .menu > ul > li .mega-menu .mega-cols .mega-col .col-title {
  font-size: 0.9em;
  font-weight: 600;
  color: #656565;
  display: block;
  margin-bottom: 10px;
}
#header .menu-wrapper .menu > ul > li .mega-menu .mega-cols .mega-col ul a {
  color: #656565;
  font-size: 0.9em;
  display: inline-block;
  padding: 5px 0;
}
#header .menu-wrapper .menu > ul > li .mega-menu .mega-cols .mega-col ul a:before {
  content: "\F104";
  font-family: "FontAwesome";
  padding-left: 5px;
  color: #bbb;
  font-size: 0.8em;
}
#header .menu-wrapper .menu > ul > li .menu-item-dropdown {
  display: block;
  position: absolute;
  top: 50px;
  background: #fff;
  overflow: hidden;
  min-width: 150px;
  max-width: 250px;
  padding: 0 15px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
}
#header .menu-wrapper .menu > ul > li .menu-item-dropdown .dropdown-col {
  position: relative;
  text-align: right;
}
#header .menu-wrapper .menu > ul > li .menu-item-dropdown .dropdown-col a {
  display: inline-block;
  padding: 15px 0 10px;
  color: #656565;
  font-size: 0.9em;
  transition: all 0.2s ease-in;
}
#header .menu-wrapper .menu > ul > li .menu-item-dropdown .dropdown-col a:hover {
  color: #ef5350;
}
#header .menu-wrapper.compact .menu > ul > li {
  float: none;
  display: inline-block;
}
#header .menu-wrapper.compact .menu > ul > li:hover {
  background: #fff;
}
#header .menu-wrapper.compact .menu > ul > li:hover > a, #header .menu-wrapper.compact .menu > ul > li:hover > a .fa {
  color: #656565;
}
#header .menu-wrapper.compact .menu > ul > li:hover > a:before {
  width: 100%;
}
#header .menu-wrapper.compact .menu > ul > li.active:hover > a {
  color: #656565;
}
#header .menu-wrapper.compact .menu > ul > li.active:hover > a:before {
  width: 100%;
}
#header .menu-wrapper.compact .menu > ul > li.active > a {
  color: #f44336;
}
#header .menu-wrapper.compact .menu > ul > li.active > a:before {
  width: 100%;
}
#header .menu-wrapper.compact .menu > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  background: #ef5350;
  width: 0;
  transition: all 0.2s ease;
}

.cart-badge {
  position: absolute;
  left: 13px;
  font-size: 0.7em;
  line-height: 1.8em;
  background-color: #ef5350;
  color: #eee;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-family: "fanum", "IranSans";
  top: 0;
}
.cart-badge.animated {
  -webkit-animation-name: shadow-pulse;
          animation-name: shadow-pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 5;
          animation-iteration-count: 5;
}
.cart-badge.bottom {
  top: 12%;
  left: 4%;
  line-height: 2.4em;
}

#searchProductInMenu {
  width: 100%;
  margin-top: 15px;
}

.products-search .submit-form,
.contents-search .submit-form {
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 57px;
  font-size: 0.8em;
  color: #aaa;
  transition: all 0.2s ease-in;
}
.products-search .submit-form:hover,
.contents-search .submit-form:hover {
  color: #ef5350;
}

.products-search-results {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100000005000;
  margin: 0 50px;
}
.products-search-results li {
  margin-right: 0;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee;
  border-bottom: 0;
  font-size: 0.9em;
}
.products-search-results li:last-child {
  border-bottom: 1px solid #eee;
}
.products-search-results li a,
.products-search-results li .price {
  font-size: 1.05em;
  color: #656565;
}
.products-search-results li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  transition: all 0.2s ease-in;
}
.products-search-results li a:hover {
  background: #f5f5f5;
}
.products-search-results li span {
  display: inline-block;
}
.products-search-results li .title {
  padding-left: 10px;
}
.products-search-results li .subtitle {
  font-size: 0.8em;
  color: #898989;
}
.products-search-results li .title,
.products-search-results li .subtitle,
.products-search-results li .price,
.products-search-results li .without-discount {
  font-family: "fanum", "IranSans";
}
.products-search-results li .without-discount {
  font-size: 0.9em;
  text-decoration: line-through;
  color: #ef9a9a;
}
.products-search-results li .price {
  padding-right: 10px;
  padding-left: 5px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.products-search-results li .currency {
  color: #656565;
  font-size: 0.7em;
}
.products-search-results li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.products-search-results li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.products-search-results .brand-items {
  display: flex;
  flex-wrap: wrap;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px 10px 8px;
  background: #eee;
}
.products-search-results .brand-items .title {
  padding: 6px 10px 6px;
}
.products-search-results .brand-items a {
  padding: 7px 10px 6px;
  color: #656565;
  background: #fff;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  font-size: 0.9em;
  margin: 0 0 5px 15px;
  min-width: 50px;
  text-align: center;
}
.products-search-results .brand-items a:hover {
  background: #ef5350;
  color: #fff;
}

@media (max-width: 767px) {
  #header {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.15);
  }
  #header .products-search .submit-form,
#header .contents-search .submit-form {
    left: 15px;
  }
  #header .products-search-results {
    margin: 0 5px;
  }
  #header .top,
#header .menu-wrapper {
    display: none;
  }
  #header .affix-wrapper.affix .bottom {
    height: 55px;
    padding: 15px 10px;
  }
  #header .affix-wrapper.affix .bottom .item.cart {
    top: 10px;
  }
  #header .affix-wrapper.affix .bottom .item.logo {
    display: none;
  }
  #header .affix-wrapper.affix .bottom .item.search {
    margin-bottom: 5px;
  }
  #header .affix-wrapper .bottom {
    height: 55px;
    padding: 20px 10px 15px;
  }
  #header .affix-wrapper .bottom .item.account {
    display: none;
  }
  #header .affix-wrapper .bottom .item.search {
    display: block;
    padding: 0 5px;
  }
  #header .affix-wrapper .bottom .item.logo {
    padding-right: 10px;
  }
  #header .affix-wrapper .bottom .item.logo img {
    width: 100px;
  }
  #header .affix-wrapper .bottom .item.cart, #header .affix-wrapper .bottom .item.toggle-menu {
    display: none;
  }
}
@media (max-width: 500px) {
  #header .affix-wrapper.affix .bottom {
    height: auto;
    padding: 5px 10px 5px;
  }
  #header .affix-wrapper .bottom {
    height: auto;
    display: block;
    padding: 5px 10px 10px;
  }
  #header .affix-wrapper .bottom .item.search {
    margin-top: 5px;
  }
  #header .affix-wrapper .bottom .item.logo {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 250px) {
  #header .affix-wrapper.affix .bottom {
    padding: 0px 10px 5px;
  }
  #header .affix-wrapper .bottom {
    padding: 0px 10px 10px;
  }
  #header .affix-wrapper .bottom .item.search {
    margin-top: 0px;
  }
  #header .affix-wrapper .bottom .item.logo img {
    width: 80px;
  }
}
.top-sliders img {
  width: 100%;
}

/*******************************
            Card
*******************************/
.cards {
  padding: 0 2px;
}
.cards:not(.slides) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}
.cards.slides {
  display: flex;
  align-items: flex-end;
}
.cards.slides .swiper-slide {
  height: auto !important;
  align-self: stretch;
}
.cards.slides .swiper-slide .card {
  height: 100%;
}
.cards.shops {
  margin-top: 10px;
}
.cards .card {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in;
}
.cards .card img {
  padding: 10px 0;
  transition: all 0.2s ease-in;
}
.cards .card.blog {
  max-width: 300px;
  text-align: center;
  margin: 10px auto 20px;
  background-color: #fff;
  position: relative;
  height: 200px;
}
.cards .card.blog .swiper-pagination {
  text-align: left !important;
}
.cards .card.blog:hover img {
  transform: scale(1.05);
}
.cards .card.blog img {
  padding-top: 0;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
}
.cards .card.blog .header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 3px;
  height: 100px;
  transition: all 0.2s ease-in;
}
.cards .card.blog .header .title {
  text-align: center;
  padding: 5px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.cards .card.blog .header .title a {
  color: #656565;
  transition: all 0.2s ease-in;
}
.cards .card.blog .header .title a:hover {
  color: #ef5350;
}
.cards .card.blog .header .meta {
  display: flex;
}
.cards .card.blog .header .meta a, .cards .card.blog .header .meta span {
  flex: 1;
}
.cards .card.product, .cards .card.shop {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 25px;
}
.cards .card.product .discount-icon, .cards .card.shop .discount-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
.cards .card.product .discount-icon [class^=flaticon-]:before, .cards .card.shop .discount-icon [class^=flaticon-]:before {
  color: #ef5350;
}
.cards .card.product .image-wrapper, .cards .card.shop .image-wrapper {
  display: block;
  text-align: center;
}
.cards .card.product .image-wrapper img, .cards .card.shop .image-wrapper img {
  margin: 0 auto;
  width: 130px;
}
.cards .card.product .name-wrapper, .cards .card.shop .name-wrapper {
  text-align: center;
}
.cards .card.product .name-wrapper .name,
.cards .card.product .name-wrapper .sub-name, .cards .card.shop .name-wrapper .name,
.cards .card.shop .name-wrapper .sub-name {
  display: block;
  margin: 0;
  transition: all 0.2s ease-in;
}
.cards .card.product .name-wrapper .name, .cards .card.shop .name-wrapper .name {
  padding: 10px 5px 5px;
  color: #656565;
  font-size: 1.05em;
  font-weight: 500;
}
.cards .card.product .name-wrapper .name:hover, .cards .card.shop .name-wrapper .name:hover {
  color: #ef5350;
}
.cards .card.product .name-wrapper .sub-name, .cards .card.shop .name-wrapper .sub-name {
  display: block;
  padding: 5px 5px 5px;
  color: #999;
  font-size: 0.8em;
  font-family: "fanum", "IranSans";
  height: 26px;
}
.cards .card.product .price-wrapper, .cards .card.shop .price-wrapper {
  padding: 20px 5px 20px;
  text-align: center;
}
.cards .card.product .price-wrapper .without-discount,
.cards .card.product .price-wrapper .price, .cards .card.shop .price-wrapper .without-discount,
.cards .card.shop .price-wrapper .price {
  display: inline-block;
}
.cards .card.product .price-wrapper .without-discount, .cards .card.shop .price-wrapper .without-discount {
  font-size: 0.95em;
  text-decoration: line-through;
  color: #ef9a9a;
}
.cards .card.product .price-wrapper .price, .cards .card.shop .price-wrapper .price {
  padding-left: 5px;
  color: #656565;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cards .card.product .price-wrapper .currency, .cards .card.shop .price-wrapper .currency {
  color: #656565;
  font-size: 0.8em;
}
.cards .card.product .top-actions .favorite, .cards .card.shop .top-actions .favorite {
  color: #ff8b21;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 1.2em;
  text-align: center;
  transition: all 0.2s ease-out;
}
.cards .card.product .bottom-actions, .cards .card.shop .bottom-actions {
  text-align: center;
  transition: all 0.2s ease-in;
}
.cards .card.product .bottom-actions .action-btn, .cards .card.shop .bottom-actions .action-btn {
  flex: 1;
  padding: 8px 0;
  margin: 0 5px;
  border-radius: 10px;
  color: #656565;
  transition: all 0.2s ease-in;
}
.cards .card.product .bottom-actions .action-btn:hover, .cards .card.shop .bottom-actions .action-btn:hover {
  cursor: pointer;
}
.cards .card.product .bottom-actions .action-btn.details:hover, .cards .card.shop .bottom-actions .action-btn.details:hover {
  background-color: #f5f5f5;
}
.cards .card.product .bottom-actions .action-btn.add-to-cart, .cards .card.shop .bottom-actions .action-btn.add-to-cart {
  background-color: #ef5350;
  color: #fff;
  position: relative;
}
.cards .card.product .bottom-actions .action-btn.add-to-cart:hover, .cards .card.shop .bottom-actions .action-btn.add-to-cart:hover {
  background-color: #f44336;
}
.cards .card.shop {
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.14);
  padding: 8px 5px 15px;
  margin: 0px 0px 5px 0px;
  border-radius: 10px;
  border-left: 1px dashed #eee;
  border-right: 1px dashed #eee;
}
.cards .card.shop:hover {
  background: #f7f7f7;
}
.cards .card.shop.selected {
  background: #f9f9f9;
  color: #4CAF50;
  border: 1px dashed;
}
.cards .card.shop.selected .flaticon-shop:before {
  color: #4CAF50;
}
.cards .card.shop.selected .name-wrapper .shop-name,
.cards .card.shop.selected .price-wrapper .price,
.cards .card.shop.selected .price-wrapper .currency {
  color: #4CAF50;
}
.cards .card.shop .flaticon-shop {
  font-size: 2em;
}

@media (min-width: 0px) {
  .cards:not(.slides) {
    grid-template-columns: repeat(1, 1fr);
  }
  .cards.shops {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-pagination,
.brands-pagination {
    display: block;
  }

  .swiper-button-next,
.swiper-button-prev {
    display: none;
  }
}
@media (min-width: 351px) {
  .cards:not(.slides) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 450px) {
  .cards:not(.slides) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 576px) {
  .cards:not(.slides) {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .cards:not(.slides) {
    grid-template-columns: repeat(3, 1fr);
  }

  .products-pagination,
.brands-pagination {
    display: none;
  }

  .swiper-button-next:not(.swiper-button-disabled):not(.swiper-button-lock),
.swiper-button-prev:not(.swiper-button-disabled):not(.swiper-button-lock) {
    display: flex;
  }
}
@media (min-width: 992px) {
  .cards:not(.slides) {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .cards:not(.slides) {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1300px) {
  .cards:not(.slides) {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1400px) {
  .cards:not(.slides) {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1600px) {
  .cards:not(.slides) {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1800px) {
  .cards:not(.slides) {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 2000px) {
  .cards:not(.slides) {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 576px) {
  .cards .card {
    /*
    &.product {
      // margin: 10px 10px 20px;

      // .top-actions {
      //   .favorite {
      //     top: 10px;
      //     visibility: visible;
      //     opacity: 1;
      //     cursor: pointer;
      //   }
      // }

      // .bottom-actions {
      //   visibility: visible;
      //   opacity: 1;
      // }
      flex-direction: row;
      align-items: center;

      .image-wrapper {
        img {
          max-width: 100px;
        }
      }

      .text-wrapper {
        flex: 1;
      }

      .name-wrapper {
        text-align: right;

        .name,
        .sub-name {
          white-space: normal;
          text-overflow: clip;
          overflow: visible;
        }

        .name {
          padding: 10px 5px 5px;
          font-size: 1.05em;
        }

        .sub-name {
          display: block;
          padding: 5px 5px 5px;
          font-size: .8em;
          font-family: $num-font-family;
          height: 26px;
        }
      }

      .discount-icon {
        right: 10px;
        left: auto;
      }

      .price-wrapper {
        padding: 0;
        text-align: right;

        .price {
          padding-right: 5px;
        }
      }

      .bottom-actions {
        display: block;
        text-align: left;
        // width: 100px;
        // margin-left: 10px;

        .k-btn {
          margin-left: 10px;
          // display: block;
          // padding: 8px 0;
          // margin: 0 5px 10px;
          // border-radius: $card-radius;
        }
      }
    }
    */
  }
  .cards .card img {
    padding: 0;
  }
  .cards .card.product .price-wrapper {
    padding: 5px 5px 10px;
  }
  .cards .card.shop .shop-info {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
  }
  .cards .card.shop {
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .cards .card.product .image-wrapper img {
    width: 80px;
  }
  .cards .card.product .name-wrapper {
    font-size: 0.8em;
  }
  .cards .card.product .price-wrapper .currency {
    display: block;
  }
}
@media (max-width: 350px) {
  .cards .card.product {
    display: block;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    margin-bottom: 0;
  }
  .cards .card.product .discount-icon {
    top: 0px;
    right: 3px;
  }
  .cards .card.product .discount-icon [class^=flaticon-]:before {
    font-size: 1.2em;
  }
  .cards .card.product .image-wrapper {
    float: right;
    width: 30%;
  }
  .cards .card.product .image-wrapper img {
    padding: 0;
    margin-top: 5px;
    max-width: 100%;
  }
  .cards .card.product .text-wrapper {
    float: left;
    width: 70%;
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .cards .card.product .name-wrapper {
    text-align: right;
  }
  .cards .card.product .bottom-actions {
    display: flex;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
  }
  .cards .card.product .bottom-actions .price-wrapper {
    text-align: right;
    padding: 3px 10px 0px 5px;
    flex: 1;
  }
  .cards .card.product .bottom-actions .price-wrapper .currency {
    display: inline;
  }
  .cards .card.product .bottom-actions .k-btn {
    margin: 0 5px;
  }
}
@media (max-width: 250px) {
  .cards .card.product {
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .cards .card.product:last-child {
    border-bottom: 0;
  }
  .cards .card.product .discount-icon {
    top: 10px;
    left: 10px;
    right: auto;
  }
  .cards .card.product .discount-icon [class^=flaticon-]:before {
    font-size: 2em;
  }
  .cards .card.product img {
    padding: 5px 0;
  }
  .cards .card.product .image-wrapper {
    float: none;
    width: 100%;
  }
  .cards .card.product .text-wrapper {
    float: none;
    width: 100%;
  }
  .cards .card.product .name-wrapper,
.cards .card.product .price-wrapper {
    text-align: center;
  }
  .cards .card.product .name-wrapper .name {
    padding-top: 5px;
  }
  .cards .card.product .bottom-actions {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  .cards .card.product .bottom-actions .price-wrapper {
    text-align: center;
    padding: 3px 10px 10px 5px;
  }
  .cards .card.product .bottom-actions .price-wrapper .currency {
    display: inline;
  }
  .cards .card.product .bottom-actions .action-btn {
    display: block;
  }
}
/*******************************
          user-cards
*******************************/
.user-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  grid-auto-rows: minmax(100px, auto);
  margin-top: 25px;
  margin-bottom: 10px;
}
.user-cards.shipments, .user-cards.payments {
  margin-top: 55px;
}
.user-cards .user-card {
  display: block;
  position: relative;
  color: #656565;
}
.user-cards .user-card.active .main-section, .user-cards .user-card.active .main-section:hover {
  box-shadow: 0 0 6px 0 rgba(75, 173, 79, 0.8);
}
.user-cards .user-card.active .main-section:after {
  content: "\F05D";
  font-family: "FontAwesome";
  color: rgba(75, 173, 79, 0.8);
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 1.3em;
}
.user-cards .user-card.link {
  cursor: pointer;
}
.user-cards .user-card input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.user-cards .user-card .media-section {
  position: absolute;
  top: -25px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  text-align: center;
}
.user-cards .user-card .media-section .fa {
  width: 50px;
  height: 50px;
  line-height: 1.5em;
}
.user-cards .user-card .media-section img,
.user-cards .user-card .media-section .fa {
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.user-cards .user-card .media-section.bordered img,
.user-cards .user-card .media-section.bordered .fa {
  border: 1px solid #e8e8e8;
}
.user-cards .user-card .media-section.circular {
  border-radius: 50%;
}
.user-cards .user-card .media-section.circular img,
.user-cards .user-card .media-section.circular .fa {
  border-radius: 50%;
  padding: 3px;
}
.user-cards .user-card .media-section.pulse img,
.user-cards .user-card .media-section.pulse .fa {
  -webkit-animation-name: shadow-pulse;
          animation-name: shadow-pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transition: all 0.2s ease;
}
.user-cards .user-card .main-section {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  color: #656565;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s ease-in;
}
.user-cards .user-card .main-section.bordered {
  border: 2px solid #FB8C00;
}
.user-cards .user-card .main-section.deactive {
  opacity: 0.45;
}
.user-cards .user-card .main-section:hover {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}
.user-cards .user-card .main-section small.unit {
  color: #bbb;
}
.user-cards .user-card .main-section .top-section {
  padding: 25px 10px 0px;
  overflow: hidden;
  border-bottom: 1px dashed #eee;
  text-align: center;
}
.user-cards .user-card .main-section .top-section .title {
  margin-top: 5px;
  font-weight: 600;
}
.user-cards .user-card .main-section .top-section .title, .user-cards .user-card .main-section .top-section .title span {
  font-size: 1.15em;
  line-height: 1.4em;
  color: #656565;
}
.user-cards .user-card .main-section .top-section .sub-title {
  font-size: 1em;
  line-height: 1em;
}
.user-cards .user-card .main-section .middle-section {
  position: relative;
  min-height: 55px;
  padding: 10px 10px;
}
.user-cards .user-card .main-section .middle-section .row-info {
  font-size: 0.9em;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.user-cards .user-card .main-section .middle-section .desc {
  font-size: 0.9em;
  text-align: center;
}
.user-cards .user-card .main-section .bottom-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px;
  font-size: 0.85em;
  background: #f5f5f5;
}

@media (min-width: 0px) {
  .user-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 600px) {
  .user-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .user-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1500px) {
  .user-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  .user-cards .user-card {
    margin-bottom: 30px;
  }
  .user-cards .user-card .main-section .top-section:not(.one-child) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .user-cards .user-card .main-section .middle-section .desc {
    text-align: right;
  }
}
/*******************************
				Tab
*******************************/
/* Because all of nav and navbar not used in the main site, we copy just below lines from bootstrap nav file here (for product tabs) */
.tab-content > .tab-pane {
  display: none;
  padding: 0 10px;
}
.tab-content > .active {
  display: block;
}

/* to here */
.product-tabs ul,
.product-tabs li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-tabs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-tabs ul li {
  min-width: 200px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.product-tabs ul li a {
  color: #656565;
  display: block;
  padding: 10px 15px;
}
.product-tabs ul li.active {
  background: #ef5350;
}
.product-tabs ul li.active a {
  color: #fff;
}

@media (max-width: 500px) {
  .product-tabs ul li {
    flex: 1;
  }
}
/*******************************
        Attributes Wrapper
*******************************/
/*
.attributes-wrapper {
  display: flex;
  align-items: center;

  .attribute {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 2px 15px 5px;
    margin: 0 0 10px 10px;
    // min-width: 120px;
    text-align: center;

    .key {
      font-size: .95em;
      border-bottom: 1px solid #f1f1f1;
      padding-bottom: 10px;
      margin-bottom: 2px;
      font-weight: 600;
    }

    .value {
      font-size: .95em;
      margin-bottom: 0;
    }
  }
}
*/
/*******************************
        Price Slider
*******************************/
/*
.price-slider {
  // width: 300px;
  // text-align: center;
  position: relative;
  padding: 10px;
  border-top: 2px dashed #eee;
  margin: 10px auto;
}

.input-wrapper {
  margin-top: 35px;
  margin-bottom: 20px;
}

.price-slider svg,
.price-slider input[type=range] {
  position: absolute;
  left: 0;
  top: 20px;
  padding: 10px;
}
input[type=number] {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 1.6em;
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number]:invalid,
input[type=number]:out-of-range {
  border: 2px solid #e60023;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #1da1f2;
}
input[type=range]:focus::-ms-fill-lower {
  background: #1da1f2;
}
input[type=range]:focus::-ms-fill-upper {
  background: #1da1f2;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #1da1f2;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #1da1f2;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #1da1f2;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #1da1f2;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
  background: #1da1f2;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #1da1f2;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}
*/
/*******************************
        Toggle Checkbox
*******************************/
.toggle-wrapper {
  position: relative;
  padding: 0px;
}
.toggle-wrapper label.toggle-name {
  position: relative;
  bottom: 3px;
  right: 5px;
}
.toggle-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  max-width: 45px;
  height: 25px;
  top: 11px;
}
.toggle-wrapper .switch input {
  display: none;
}
.toggle-wrapper .btn-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  transition: all 0.4s;
  border-radius: 34px;
}
.toggle-wrapper .btn-slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: all 0.4s;
  border-radius: 50%;
}
.toggle-wrapper input:checked + .btn-slider {
  background-color: #ef5350;
}
.toggle-wrapper input:focus + .btn-slider {
  box-shadow: 0 0 1px #2196F3;
}
.toggle-wrapper input:checked + .btn-slider:before {
  transform: translateX(120%);
}
.toggle-wrapper input:checked + .btn-slider:after {
  content: "";
}

/*******************************
        Aside Column
*******************************/
.aside-column {
  margin-bottom: 20px;
}
.aside-column.affix {
  position: fixed;
  z-index: 2000;
  top: 70px;
}
.aside-column.affix-bottom {
  position: absolute;
  left: 0px;
  right: 15px;
}
.aside-column.left.affix {
  margin-left: 22px;
}
.aside-column.left.affix-bottom {
  margin-left: 15px;
}
.aside-column.right.affix {
  margin-right: 22px;
}
.aside-column.right.affix-bottom {
  margin-right: 15px;
}
.aside-column .aside-section {
  margin-top: 10px;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(168, 172, 185, 0.3);
  border: 1px solid #eee !important;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.aside-column .aside-section .aside-heading {
  padding: 5px 10px;
  border: 0 !important;
  background-color: #fff;
  border-bottom: 1px solid #eee !important;
  position: relative;
  color: #4e5059;
  display: flex;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.aside-column .aside-section .aside-heading.colorful {
  background-color: #444;
  color: #fff;
}
.aside-column .aside-section .aside-heading .title {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5em;
  flex: 1;
  margin: 8px 5px 5px;
}
.aside-column .aside-section .aside-heading .actions {
  text-align: left;
  padding-top: 6px;
}
.aside-column .aside-section .aside-heading .actions .collapse-btn {
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.1em;
  width: 27.4px;
  height: 24px;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}
.aside-column .aside-section .aside-heading .actions .collapse-btn[aria-expanded=true]:after, .aside-column .aside-section .aside-heading .actions .collapse-btn[aria-expanded=false]:after {
  width: 1.28571429em;
  text-align: center;
  position: relative;
  top: 2px;
}
.aside-column .aside-section .aside-heading .actions .collapse-btn[aria-expanded=true]:after {
  content: "\F106";
  transform: rotate(180deg);
}
.aside-column .aside-section .aside-heading .actions .collapse-btn[aria-expanded=false]:after {
  content: "\F107";
  transform: rotate(180deg);
}
.aside-column .aside-section .aside-body, .aside-column .aside-section .aside-body.collapse, .aside-column .aside-section .aside-body.collapsing {
  padding: 0;
}
.aside-column .aside-section .aside-body .aside-search {
  padding: 5px;
}
.aside-column .aside-section .aside-body .aside-search .form-group {
  margin-bottom: 5px;
}
.aside-column .aside-section .aside-body .items {
  padding: 10px;
}
.aside-column .aside-section .aside-body .items.fixed-height {
  height: 400px;
  overflow-y: scroll;
}
.aside-column .aside-section .aside-body .items .checkbox {
  margin-bottom: 20px;
}
.aside-column .aside-section .aside-body .items .link-item {
  display: block;
  border-bottom: 1px dashed #f9f9f9;
  border-radius: 5px;
  padding: 10px 5px 8px;
  font-size: 0.85em;
  color: #656565;
  transition: all 0.2s ease-in;
}
.aside-column .aside-section .aside-body .items .link-item:hover, .aside-column .aside-section .aside-body .items .link-item.active {
  color: #f44336;
  background: #f9f9f9;
}
.aside-column .aside-section .aside-body .items .link-item:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .cart-fixed-wrapper {
    height: 333px;
  }

  #filterSheet,
#userSheet {
    position: fixed;
    bottom: -70%;
    left: 0;
    z-index: 100000005000;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 70%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 0;
    padding: 0 20px 20px;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.14);
    transition: all 0.2s linear;
  }
  #filterSheet .aside-section .aside-body .items.fixed-height,
#userSheet .aside-section .aside-body .items.fixed-height {
    height: 200px;
  }

  #userSheet.aside-column .aside-section {
    margin-top: 0;
  }
  #userSheet.aside-column .aside-section .aside-heading {
    display: none;
  }
}
/*******************************
        Pagination
*******************************/
.pagination-wrapper {
  text-align: center;
}

@media (max-width: 767px) {
  .pagination-wrapper nav {
    margin-bottom: 0px;
  }
}
/*******************************
      Sort & Remove Filters
*******************************/
.items.sort-items,
.items.done-filters {
  padding: 0;
  padding-top: 10px;
}

.sort-items,
.done-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sort-items .sort-item,
.sort-items .remove-filter,
.done-filters .sort-item,
.done-filters .remove-filter {
  display: inline-block;
  padding: 7px 10px 6px;
  color: #656565;
  margin: 0 5px 10px;
  background: #f5f5f5;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  font-size: 0.9em;
  min-width: 87px;
  text-align: center;
  flex: 1;
}
.sort-items .sort-item:hover,
.sort-items .remove-filter:hover,
.done-filters .sort-item:hover,
.done-filters .remove-filter:hover {
  background: #ddd;
}
.sort-items .sort-item.active,
.sort-items .remove-filter.active,
.done-filters .sort-item.active,
.done-filters .remove-filter.active {
  background: #ef5350;
  color: #fff;
}
.sort-items .remove-filter,
.done-filters .remove-filter {
  flex: none;
}

@media (max-width: 767px) {
  .sort-items .sort-item,
.sort-items .remove-filter,
.done-filters .sort-item,
.done-filters .remove-filter {
    margin-bottom: 0;
    min-width: unset;
    text-align: right;
    margin-bottom: 5px;
    flex: none;
  }

  .toggle-wrapper {
    display: inline-block;
    margin-left: 20px;
  }
}
/*******************************
        Bottom Navigation
*******************************/
.bottom-navigation {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.14);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-top: 3px;
}
.bottom-navigation .menu-items {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.bottom-navigation .menu-items .item {
  flex: 1;
  color: #656565;
  text-align: center;
  transition: all 0.2s ease-in;
}
.bottom-navigation .menu-items .item:hover, .bottom-navigation .menu-items .item.active {
  background: #f5f5f5;
  color: #f44336;
}
.bottom-navigation .menu-items .item [class^=flaticon-],
.bottom-navigation .menu-items .item .text {
  display: block;
}
.bottom-navigation .menu-items .item [class^=flaticon-] {
  text-align: center;
  font-size: 1em;
}
.bottom-navigation .menu-items .item .text {
  margin-bottom: 5px;
  color: #888;
  font-size: 0.85em;
}

@media (max-width: 500px) {
  .bottom-navigation .menu-items .item {
    font-size: 0.8em;
  }
}
@media (max-width: 300px) {
  .bottom-navigation .menu-items .item {
    font-size: 0.6em;
  }
  .bottom-navigation .menu-items .item [class^=flaticon-] {
    width: 18px;
    height: 18px;
    margin: 7px auto 5px;
  }
}
/*******************************
        Accordion
*******************************/
.accordions {
  margin: 25px auto 15px;
}
.accordions hr {
  width: 70%;
}
.accordions .single-accordion .panel-body {
  padding: 0 10px;
  font-size: 0.95em;
}
.accordions .single-accordion .title a {
  position: relative;
  color: #656565;
  font-size: 1.1em;
  font-weight: 600;
  display: block;
  padding: 20px 10px 20px 40px;
  border-top: 1px solid #eee;
  transition: all 0.2s ease-in;
}
.accordions .single-accordion .title a:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #888;
  width: 25px;
  height: 25px;
  padding-right: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}
.accordions .single-accordion .title a[aria-expanded=true]:after {
  content: "\F056";
  transform: rotate(180deg);
}
.accordions .single-accordion .title a[aria-expanded=false]:after {
  content: "\F055";
  transform: rotate(180deg);
}
.accordions .single-accordion .title a:hover {
  color: #ef5350 !important;
  background-color: #fafafa;
}
/*******************************
        Trust Icons
*******************************/
.trust-icons {
  display: flex;
  margin-bottom: 0px;
  position: relative;
}
.trust-icons .trust-icon {
  flex: 1;
  min-width: 100px;
  color: #656565;
  padding: 7px 10px 6px;
  margin-left: 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 0.9em;
  transition: all 0.2s linear;
}
.trust-icons .trust-icon:hover, .trust-icons .trust-icon.active {
  color: #ef5350;
  transform: translateY(-3px);
}
.trust-icons .trust-icon:hover [class^=flaticon-]:before,
.trust-icons .trust-icon:hover [class*=" flaticon-"]:before,
.trust-icons .trust-icon:hover [class^=flaticon-]:after,
.trust-icons .trust-icon:hover [class*=" flaticon-"]:after, .trust-icons .trust-icon.active [class^=flaticon-]:before,
.trust-icons .trust-icon.active [class*=" flaticon-"]:before,
.trust-icons .trust-icon.active [class^=flaticon-]:after,
.trust-icons .trust-icon.active [class*=" flaticon-"]:after {
  color: #ef5350;
}
.trust-icons .trust-icon:last-child {
  margin-left: 0;
}
.trust-icons .trust-icon [class^=flaticon-] {
  display: block;
  max-width: 100px;
  margin: 0 auto 10px;
  font-size: 3.5em;
}

@media (max-width: 767px) {
  .trust-icons {
    overflow-x: scroll;
  }
  .trust-icons .trust-icon {
    font-size: 0.6em;
    min-width: 20%;
  }
  .trust-icons .trust-icon [class^=flaticon-] {
    font-size: 2.5em;
  }
}
@media (max-width: 525px) {
  .trust-icons .trust-icon {
    min-width: 27%;
  }
}
/*
.bg-support,
.bg-delivery,
.bg-delivery-man,
.bg-guarantee,
.bg-order,
.bg-return {
  width: 100px;
  height: 100px;
}

.bg-support {
  background: url(../images/icons/trusted_icons.png) -0 -0;
}

.bg-delivery {
  background: url(../images/icons/trusted_icons.png) -100px -0;
}

.bg-delivery-man {
  background: url(../images/icons/trusted_icons.png) -200px -0;
}

.bg-guarantee {
  background: url(../images/icons/trusted_icons.png) -300px -0;
}

.bg-order {
  background: url(../images/icons/trusted_icons.png) -400px -0;
}

.bg-return {
  background: url(../images/icons/trusted_icons.png) -500px -0;
}

*/
/*******************************
        Single Product
*******************************/
.product-header {
  display: flex;
  padding: 15px 15px !important;
}
.product-header .name-wrapper {
  flex: 1;
}
.product-header .name-wrapper .name {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 0;
}
.product-header .name-wrapper .name small {
  font-size: 0.7em;
  color: #aaa;
}
.product-header .product-code {
  font-size: 0.9em;
  display: inline-block;
}
.product-header .product-code .fanum {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.product-header .rating-wrapper {
  text-align: left;
}

.en-name {
  margin-top: 10px;
  font-size: 0.9em;
  color: #999;
}

.product-info-wrapper {
  display: flex;
}
.product-info-wrapper .table {
  flex: 1;
}

.price-wrapper {
  padding: 0px 0px 10px;
}
.price-wrapper.centered {
  text-align: center;
}
.price-wrapper .without-discount,
.price-wrapper .price {
  display: inline-block;
}
.price-wrapper .without-discount {
  padding-left: 10px;
  font-size: 1em;
  text-decoration: line-through;
  color: #ef9a9a;
}
.price-wrapper .price {
  padding-left: 5px;
  color: #4CAF50;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.price-wrapper .discount {
  display: block;
  font-size: 0.8em;
  color: #aaa;
  margin-top: 10px;
}
.price-wrapper .currency {
  color: #656565;
  font-size: 0.8em;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
}
.product-media {
  text-align: center;
}
.product-media img {
  margin: 0 auto;
}

.badge {
  opacity: 0.8;
  padding: 0px 9px 1px;
  border-radius: 3px;
  transition: all 0.1s ease;
}
.badge:hover {
  opacity: 1;
}
.badge a {
  color: #fff;
  font-size: 0.9em;
}

.has-stock {
  color: #4CAF50;
}
.has-stock .large {
  font-size: 1.3em;
}
.has-stock.badge {
  background: #4CAF50;
  color: #fff;
}

.hasnt-stock {
  color: #e53935;
}
.hasnt-stock .large {
  font-size: 1.3em;
}
.hasnt-stock.badge {
  background: #e53935;
  color: #fff;
}

@media (max-width: 900px) {
  .product-info-wrapper {
    flex-direction: column;
  }
  .product-info-wrapper .table {
    margin: 0;
  }

  .product-actions {
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .product-header {
    display: block;
  }
  .product-header .rating-wrapper {
    margin-top: 15px;
  }

  .product-info-wrapper .price-wrapper {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px 5px 10px;
  }
  .product-info-wrapper .price-wrapper .price {
    font-size: 1.8em;
  }

  .product-media {
    margin-top: 15px;
  }

  .product-actions .k-btn-main {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
}
/*******************************
            Quantity
*******************************/
.quantity {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 140px;
}

/*******************************
            Providers
*******************************/
/*
.providers {
  margin: 20px auto;

  .provider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;

    &.selected {
      border-color: $theme-base-light;
      background: #fafafa;
    }

    .product-image {
      width: 50px;
      padding-left: 10px;

      img {
        border-radius: 3px;
      }
    }

    .provider-name {
      flex: 1;
      padding-left: 10px;

      .provider-icon {

      }
    }

    .provider-meta {
      display: inline-block;
    }

    .price-wrapper {
      padding: 10px 5px;
      min-width: 170px;
      text-align: center;

      .without-discount,
      .price {
        display: inline-block;
      }

      .without-discount {
        font-size: .8em;
        text-decoration: line-through;
        color: $theme-base-very-light;
      }

      .price {
        padding-right: 10px;
        padding-left: 5px;
        color: $txt-color;
        font-size: 1em;
        font-weight: 600;
        letter-spacing: .1em;
      }

      .currency {
        color: $txt-color;
        font-size: .8em;
      }
    }

    .actions {
      min-width: 158px;
      text-align: center;
    }
  }
}
*/
/*******************************
            Table
*******************************/
.table-caption {
  font-size: 1.2em;
  background: #eee;
  border-bottom: 2px solid #ddd;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.table-caption.centered {
  text-align: center;
}

caption.caret {
  font-weight: 600;
}
caption.caret:before {
  content: "\F0D9";
  display: inline-block;
  font-family: "FontAwesome";
  padding-left: 5px;
  color: #ef5350;
}

.table {
  margin-top: 10px;
  margin-bottom: 10px;
}
.table tr td img {
  border-radius: 5px;
}
.table .column-sum .items-sum {
  border-top: 2px dashed #eee;
  font-weight: 600;
}
.table.no-border tr {
  border-top: 0;
  border-bottom: 0;
}
.table.no-border tr th,
.table.no-border tr td {
  border-top: 0;
  border-bottom: 0;
}
.table.small-horizontal-info tr th {
  width: 100px;
}
.table.small-horizontal-info tr th,
.table.small-horizontal-info tr td {
  padding: 5px 0;
  font-size: 0.9em;
}
.table.medium-horizontal-info tr th {
  width: 200px;
}
.table.medium-horizontal-info tr th,
.table.medium-horizontal-info tr td {
  padding: 5px 0;
  font-size: 1em;
}
.table.centered thead tr th,
.table.centered thead tr td,
.table.centered tbody tr th,
.table.centered tbody tr td {
  vertical-align: middle;
}
.table.cart-summary tr th,
.table.cart-summary tr td {
  padding: 15px 10px;
  font-size: 1.1em;
}
.table.cart-items .quantity {
  margin: 0 auto;
}
.table.cart-items th,
.table.cart-items td {
  text-align: center;
  padding: 15px 8px;
}
.table.cart-items .icon {
  color: #e53935;
}
.table.cart-items a {
  color: #656565;
  transition: all 0.2s ease-in;
}
.table.cart-items a:not(.btn):hover {
  color: #ef5350;
}
.table.cart-items .remove-from-cart {
  cursor: pointer;
}
.table caption {
  font-weight: 600;
}
.table caption:before {
  content: "\F0D9";
  display: inline-block;
  font-family: "FontAwesome";
  padding-left: 5px;
  color: #ef5350;
}

@media (max-width: 767px) {
  .table.cart-items .quantity {
    margin: 0;
  }
  .table.cart-items th,
.table.cart-items td {
    padding: 8px;
  }
  .table.small-horizontal-info tr th {
    width: 50%;
  }

  .table-xs-block.table-hover > tbody > tr:hover {
    background-color: transparent;
  }
  .table-xs-block thead {
    display: none;
  }
  .table-xs-block tbody tr.tbody-row {
    display: block;
    margin-bottom: 10px;
    border-top: 1px solid #e5e5e5 !important;
  }
  .table-xs-block tbody tr.tbody-row:first-child, .table-xs-block tbody tr.tbody-row.bt0 {
    border-top: 0 !important;
  }
  .table-xs-block tbody tr.tbody-row td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0;
  }
  .table-xs-block tbody tr.tbody-row td:before {
    float: right;
    content: attr(data-label);
    font-weight: 600;
    padding-left: 10px;
    min-width: 100px;
    text-align: right;
  }
}
/*******************************
            Cart
*******************************/
.cart-coupon {
  padding: 10px;
}

.cart-actions {
  border-top: 1px dashed #eee;
  padding: 15px 10px;
}
.cart-actions .cart-total-price,
.cart-actions .price-currency {
  display: block;
  font-family: "fanum", "IranSans";
  text-align: center;
}
.cart-actions .cart-total-price {
  font-size: 2.3em;
  color: #4CAF50;
}
.cart-actions .k-btn {
  width: 100%;
  margin-bottom: 15px;
}
.cart-actions .complete-cart {
  margin-top: 20px;
}

.vertical-separator {
  display: flex;
  justify-content: space-between;
}
.vertical-separator .vertical-item {
  flex: 1;
  text-align: center;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 23px;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .aside-column.affix {
    top: auto;
    bottom: 48px;
    left: -7px;
    right: 15px;
  }
  .aside-column.affix .cart-coupon, .aside-column.affix-bottom .cart-coupon {
    display: none;
  }
  .aside-column.affix .cart-actions, .aside-column.affix-bottom .cart-actions {
    border-top: 0;
    display: flex;
    align-items: center;
    padding: 0px 15px;
  }
  .aside-column.affix .cart-actions .cart-price, .aside-column.affix-bottom .cart-actions .cart-price {
    margin-left: 10px;
  }
  .aside-column.affix .cart-actions .empty-cart, .aside-column.affix-bottom .cart-actions .empty-cart {
    display: none;
  }
}
@media (max-width: 500px) {
  .aside-column.affix {
    bottom: 15px;
  }
}
@media (max-width: 350px) {
  .aside-column.affix .cart-actions {
    padding: 5px 10px;
    display: block;
  }
  .aside-column.affix .cart-actions .cart-price {
    text-align: center;
  }
  .aside-column.affix .cart-actions .cart-total-price {
    font-size: 1.2em;
  }
  .aside-column.affix .cart-actions .cart-total-price,
.aside-column.affix .cart-actions .price-currency {
    display: inline-block;
  }
  .aside-column.affix .cart-actions .k-btn {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/*******************************
            Shop Hero
*******************************/
.shop-hero .profile-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.shop-hero .profile-section .shop-info {
  display: flex;
}
.shop-hero .profile-section .shop-info .shop-owner-image img {
  width: 80px;
  height: 80px;
  border-radius: 3px;
  margin: -15px 0 10px 10px;
  background: #fff;
  padding: 3px;
  border: 1px solid #eee;
}
.shop-hero .profile-section .shop-info .text h3 {
  font-size: 1.5em;
  margin-top: 12px;
}
.shop-hero .profile-section .shop-info .text h4 {
  font-size: 1em;
}
.shop-hero .profile-section .shop-rate {
  text-align: center;
}

@media (max-width: 500px) {
  .shop-hero .banner-section {
    display: none;
  }
  .shop-hero .profile-section {
    display: block;
    padding: 10px;
  }
  .shop-hero .profile-section .shop-info {
    display: block;
    text-align: center;
  }
  .shop-hero .profile-section .shop-info .shop-owner-image img {
    margin: 0 auto;
  }
  .shop-hero .profile-section .shop-info .text h3 {
    font-size: 1.3em;
  }
}
/*******************************
            Rating
*******************************/
.rating-wrapper .rating .fanum {
  color: #656565;
}
.rating-wrapper .rating .star-icon {
  color: #ddd;
}
.rating-wrapper .rating .star-icon.colorful {
  color: #fc9217;
}
.rating-wrapper .rating .total-rate,
.rating-wrapper .rating .write-review {
  margin-right: 10px;
  transition: all 0.2s ease-in;
}
.rating-wrapper .rating .title {
  font-weight: 600;
  padding-left: 10px;
}
.rating-wrapper .rating .total-rate {
  color: #aaa;
}
.rating-wrapper .rating .total-rate:hover {
  color: #ef5350;
}
.rating-wrapper .rating .write-review {
  font-weight: 600;
  color: #656565;
  border-bottom: 1px dotted #aaa;
}
.rating-wrapper .rating .write-review:hover {
  color: #f44336;
}

/*******************************
        Categories
*******************************/
.categories a {
  color: #656565;
  transition: all 0.2s ease-in;
}
.categories a:hover {
  color: #ef5350;
}
.categories.unstyled li {
  padding: 5px 0;
}
.categories.unstyled > li {
  font-weight: 600;
}
.categories.unstyled > li:before {
  content: "\F0D9";
  display: inline-block;
  font-family: "FontAwesome";
  padding-left: 5px;
  color: #ef5350;
}
.categories .sub-categories {
  padding-right: 25px;
}
.categories .sub-categories.unstyled > li {
  font-weight: normal;
}

/*******************************
        User links
*******************************/
.user-links.unstyled li {
  padding: 10px 0;
}
.user-links.unstyled li a {
  color: #656565;
  transition: all 0.2s ease-in;
}
.user-links.unstyled li a:hover {
  color: #ef5350;
}
.user-links.unstyled li.active a {
  color: #ef5350 !important;
}
.user-links .sub-categories {
  padding-right: 25px;
}
.user-links .sub-categories.unstyled > li {
  font-weight: normal;
}

/*******************************
            Steps
*******************************/
#msForm {
  position: relative;
}
#msForm .stepwizard .stepwizard-row {
  border-bottom: 1px dashed #eee;
  display: flex;
}
#msForm .stepwizard .stepwizard-row .stepwizard-step {
  text-align: center;
  position: relative;
  flex: 1;
}
#msForm .stepwizard .stepwizard-row .stepwizard-step p {
  font-size: 0.9em;
  font-weight: bold;
  color: #656565;
}
#msForm .stepwizard .stepwizard-row .stepwizard-step button[disabled] {
  /*opacity: 1 !important;
  filter: alpha(opacity=100) !important;*/
}
#msForm .stepwizard .stepwizard-row .stepwizard-step .icon:before {
  color: #888;
}
#msForm .stepwizard .stepwizard-row .btn.disabled,
#msForm .stepwizard .stepwizard-row .btn[disabled],
#msForm .stepwizard .stepwizard-row fieldset[disabled] .btn {
  opacity: 1 !important;
  color: #bbb;
  pointer-events: none;
}
#msForm .stepwizard .stepwizard-row .btn-circle {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.2em;
  font-family: "fanum", "IranSans";
}
#msForm .stepwizard .stepwizard-row .btn-circle:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#msForm .stepwizard .stepwizard-row .btn-circle.active:not([disabled]) {
  background-color: #fff;
}
#msForm .stepwizard .stepwizard-row .btn-circle.active:not([disabled]) .icon:before,
#msForm .stepwizard .stepwizard-row .btn-circle.active:not([disabled]) p {
  color: #ef5350 !important;
}
#msForm .stepwizard .stepwizard-row .btn-circle.active:not([disabled]):after {
  background: #ef5350;
}
#msForm .stepwizard .stepwizard-row .btn-circle:not(.disabled):after {
  background: #4CAF50;
}
#msForm .setup-content {
  margin-top: 30px;
}

@media (max-width: 400px) {
  #msForm .stepwizard .stepwizard-row {
    overflow-x: scroll;
    overflow-y: clip;
    height: 80px;
  }
  #msForm .stepwizard .stepwizard-row .stepwizard-step {
    min-width: 40%;
  }
  #msForm .stepwizard .stepwizard-row .stepwizard-step a {
    font-size: 1em;
  }
  #msForm .stepwizard .stepwizard-row .stepwizard-step p {
    margin-bottom: 0;
  }
  #msForm .stepwizard .stepwizard-row .btn-circle:after {
    bottom: 0;
  }
}
/*******************************
            Button
*******************************/
.btn:not(.btn-xs):not(.btn-circle) {
  min-width: 100px;
}

.btn-theme {
  color: #fff;
  background-color: #ef5350;
  border-color: #ef9a9a;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active {
  color: #fff;
  background-color: #f44336;
  border-color: #ef5350;
}
.btn-theme.basic {
  color: #ef5350;
  background-color: #fff;
  border: 1px solid #ef9a9a;
}
.btn-theme.basic:hover, .btn-theme.basic:focus, .btn-theme.basic:active {
  color: #fff;
  background-color: #ef5350;
}

/*******************************
        Page
*******************************/
.page {
  padding: 0px 7px 10px;
}
.page .page-section {
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 6px 20px rgba(168, 172, 185, 0.3);
  border-radius: 5px;
  overflow: hidden;
}
.page .page-section .breadcrumb {
  background: #f7f7f7;
  padding: 20px 15px;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0.9em;
}
.page .page-section .breadcrumb > li + li:before {
  content: "...";
  padding: 0 10px;
}
.page .page-section .page-header,
.page .page-section .page-body {
  padding: 5px 10px;
}
.page .page-section .page-body h2 {
  font-size: 1.25em;
}
.page .page-section .page-body h3 {
  font-size: 1.05em;
}
.page .page-section .page-body ul.check-icon,
.page .page-section .page-body ul.check-icon li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page .page-section .page-body ul.check-icon {
  margin: 10px 15px !important;
}
.page .page-section .page-body ul.check-icon li {
  margin-bottom: 5px;
}
.page .page-section .page-body ul.check-icon li:before {
  content: "\F00C";
  font-family: "FontAwesome";
  padding-left: 5px;
}
.page .page-section .page-body .en-name {
  font-size: 1.1em;
  margin-top: 25px;
}
.page .page-section .page-header {
  /*
  &.colorful {
    background: $theme-base-light;
    color: #fff;
    text-align: center;
    padding: 20px 0 75px;

    .title {
      font-size: 2em;
    }

    .breadcrumb {
      li,
      a {
        color: #eee;
      }
    }
  }
  */
}
.page .page-section .page-header .title {
  margin-top: 15px;
  position: relative;
  font-size: 1.3em;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  font-weight: 600;
}
.page .page-section .page-header .title:after {
  content: "";
  width: 70px;
  height: 4px;
  position: absolute;
  right: 0;
  bottom: -2px;
  border-radius: 5px;
  background-color: #ef5350;
}
.page .page-section .page-header .title.centered {
  text-align: center;
}
.page .page-section .page-header .title.centered:after {
  position: relative;
  left: 0;
  margin: 0 auto;
}
.page .page-section .page-sub-header {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.page .page-section .page-sub-header .title {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 10px;
}
.page .page-section .page-sub-header .title:after {
  content: "";
  width: 80%;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -2px;
  background-color: #ef5350;
}
.page .page-section .page-body {
  background: #fff;
}
.page .page-section .page-body .content-title {
  font-size: 1.8em;
  line-height: 1.5em;
  margin-top: 10px;
}
.page .page-section .page-body.has-items {
  padding-bottom: 20px;
}
.page .page-section .page-body.product {
  padding: 5px 15px;
}
.page .page-section .page-body.has-shadow {
  box-shadow: 7px 7px 12px 2px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  padding: 10px 15px 20px;
  margin-bottom: 50px;
}
.page .page-section .page-body.overlay {
  margin-top: -65px;
}
.page .page-section .page-body .content-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #999;
}
.page .page-section .page-body .content-meta .icon {
  padding-left: 3px;
}
.page .page-section .page-body .content-meta a {
  color: #999;
  transition: all 0.2s ease-in;
}
.page .page-section .page-body .content-meta a:hover {
  color: #ef5350;
}
.page .page-section .page-body .content-meta .author {
  margin-left: 20px;
}
.page .page-section .page-body .content-meta .author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding-left: 3px;
}
.page .page-section .page-body .content-meta .category,
.page .page-section .page-body .content-meta .date,
.page .page-section .page-body .content-meta .views,
.page .page-section .page-body .content-meta .comments-qty {
  margin-left: 20px;
  display: inline-block;
}
.page .page-section .page-body .content-image {
  margin-bottom: 15px;
}
.page .page-section .page-body .content-image img {
  border-radius: 3px;
  width: 100%;
}
.page .page-section .page-body .content-summary {
  background: #eaeaea;
  border-radius: 5px;
  padding: 10px 10px 1px;
  margin-bottom: 10px;
}
.page .page-section .page-body .content-summary p {
  line-height: 1.72;
}
.page .affiliate-item h4 {
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}
.page .affiliate-item strong {
  font-size: 1.2em;
}
.page .affiliate-item .affiliate-shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.page .affiliate-item .affiliate-shares a {
  margin: 0 10px;
  color: #656565;
  transition: all 0.2s ease-in;
}
.page .affiliate-item .affiliate-shares a:hover {
  color: #ef5350;
}

.bottom-description {
  padding: 10px 0 0;
  font-size: 0.9em;
  color: #888;
}
.bottom-description p {
  line-height: 2;
}

ul.box-elements,
ul.box-elements li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-elements.centered {
  text-align: center;
}
ul.box-elements.full-width li span {
  display: block;
  text-align: center;
}
ul.box-elements.default li span {
  background: #fff;
  color: #656565;
}
ul.box-elements.warning li span {
  background: #FB8C00;
}
ul.box-elements.success li span {
  background: #4CAF50;
}
ul.box-elements.info li span {
  background: #2196F3;
}
ul.box-elements.danger li span {
  background: #e53935;
}
ul.box-elements.shadow li span {
  box-shadow: 0 0 5px 2px rgba(100, 100, 100, 0.3);
}
ul.box-elements.check-icon li span:before, ul.box-elements.thumbs-up-icon li span:before {
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  box-shadow: 0 0 2px 2px rgba(250, 250, 250, 0.5);
}
ul.box-elements.check-icon li span:before {
  content: "\F00C";
  font-family: "FontAwesome";
}
ul.box-elements.thumbs-up-icon li span:before {
  content: "\F087";
  font-family: "FontAwesome";
}
ul.box-elements li {
  display: block;
  margin-bottom: 15px !important;
}
ul.box-elements li:before {
  display: none;
}
ul.box-elements li span {
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 15px 10px;
}

@media (max-width: 767px) {
  .page {
    padding: 0;
  }
  .page .page-section {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page .page-section .page-header {
    padding: 0px 10px;
  }
  .page .page-section .page-header .title {
    font-size: 1.15em;
  }
  .page .page-section .page-body.overlay.not-xs {
    margin-top: 0;
  }

  #features {
    margin-bottom: 10px;
  }
}
@media (max-width: 250px) {
  .page .page-section .breadcrumb {
    padding: 14px 15px 12px;
  }
  .page .page-section .page-header .title {
    font-size: 1em;
    border-bottom: 0;
    margin-bottom: 20px;
  }

  #features {
    margin-bottom: 60px;
  }
}
/*******************************
        FAQ
*******************************/
.faqs-heading {
  text-align: center;
  margin-bottom: 20px;
  font-style: italic;
}

.single-faq {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.single-faq:before {
  content: "\F059";
  font-family: "FontAwesome";
  position: absolute;
  left: -12px;
  top: -33px;
  font-size: 6em;
  opacity: 0.2;
  color: #f44336;
}
.single-faq .faq-question {
  color: #e89b0f;
}
/*******************************
        Custome Error
*******************************/
.error-body {
  margin: 20px auto;
  display: flex;
  align-items: center;
}
.error-body .image,
.error-body .text {
  flex: 1;
  padding: 0 20px;
}
.error-body .text .title {
  color: #888;
  font-size: 2em;
  font-weight: bold;
}
.error-body .text .desc {
  font-size: 1.2em;
  color: #999;
}

/*******************************
            Blog
*******************************/
/*
.blog-items {
  .blog-item {
    display: block;
    border-radius: $card-radius;
    position: relative;
    overflow: hidden;
    // max-width: 300px;
    // height: 200px;
    // text-align: center;
    // box-shadow: 5px 8px 17px 0 rgba(0, 0, 0, 0.14);
    // margin: 10px auto 20px;
    background-color: #fff;
    box-shadow: 5px 8px 17px 0 rgba(0, 0, 0, 0.14);
    @include transition(all .2s ease-in);

    .blog-image {
      img {
        // width: 100%;
        border-radius: $card-radius;
        padding: 10px 0;
        @include transition(all .2s ease-in);
      }
    }

    .blog-content {

    }
  }
}
*/
.hero-item {
  position: relative;
  overflow: hidden;
  bottom: 0;
  border-radius: 5px;
  height: 380px;
}
.hero-item a {
  display: block;
  background-size: cover;
  height: 100%;
}

.hero-overlay {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, #111, transparent);
  width: 100%;
  min-height: 100px;
  padding: 10px;
}
.hero-overlay .hero-title {
  font-size: 1.7em;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 20px;
}
.hero-overlay .hero-title a {
  color: #fff;
}

@media (max-width: 767px) {
  .hero-item {
    height: 250px;
  }

  .hero-overlay {
    min-height: unset;
  }
  .hero-overlay .hero-title {
    font-size: 1em;
  }
}
@media (max-width: 400px) {
  .hero-item {
    height: 200px;
  }
}
.category-badge {
  background: #ef5350;
  opacity: 0.8;
  padding: 1px 9px 3px;
  border-radius: 3px;
  transition: all 0.1s ease;
}
.category-badge:hover {
  opacity: 1;
}
.category-badge a {
  color: #fff;
  font-size: 0.9em;
}

.blog-item {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee;
  padding: 20px 0;
}
.blog-item:last-child {
  border-bottom: 0 !important;
}
.blog-item .icon {
  padding-left: 3px;
}
.blog-item .blog-image {
  flex: 1;
  position: relative;
}
.blog-item .blog-image img {
  border-radius: 5px;
  width: 100%;
}
.blog-item .blog-image .item-category {
  position: absolute;
  top: 10px;
  left: 10px;
}
.blog-item .blog-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 20px;
}
.blog-item .blog-content .title {
  font-size: 1.6em;
  margin-top: 0;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.blog-item .blog-content .title a {
  color: #222;
  transition: all 0.2s ease;
}
.blog-item .blog-content .title a:hover {
  color: #ef5350;
}
.blog-item .blog-content .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 0.9em;
  color: #999;
}
.blog-item .blog-content .meta .icon {
  padding-left: 3px;
}
.blog-item .blog-content .meta a {
  color: #999;
  transition: all 0.2s ease-in;
}
.blog-item .blog-content .meta a:hover {
  color: #ef5350;
}
.blog-item .blog-content .meta .author {
  margin-left: 20px;
}
.blog-item .blog-content .meta .author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.blog-item .blog-content .meta .date,
.blog-item .blog-content .meta .views {
  margin-left: 20px;
  display: inline-block;
}
.blog-item .blog-content .summary {
  font-size: 0.95em;
  color: #5c5c5c;
}

.tags .tag-item {
  background: #eee;
  color: #656565;
  transition: all 0.2s ease-in;
  margin: 0 0 10px 10px;
  padding: 5px 8px 3px;
  border-radius: 5px;
  font-size: 0.85em;
  display: inline-block;
}
.tags .tag-item:hover {
  background: #ef5350;
  color: #fff;
}

.content-thumb {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed #eee;
}
.content-thumb:first-child {
  padding-top: 5px;
}
.content-thumb:last-child {
  border-bottom: 0;
  padding-bottom: 5px;
}
.content-thumb img {
  width: 75px;
  border-radius: 3px;
  margin-left: 5px;
}
.content-thumb .text {
  flex: 1;
  display: inline-block;
  color: #656565;
  transition: all 0.2s ease-in;
}
.content-thumb .text:hover {
  color: #ef5350;
}

@media (max-width: 767px) {
  .blog-item {
    display: block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-bottom: 2px dashed #eee;
    padding: 0;
    background-color: #fff;
  }
  .blog-item .blog-image {
    display: block;
  }
  .blog-item .blog-image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .blog-item .blog-content {
    display: block;
    padding: 10px;
  }
  .blog-item .blog-content .title {
    font-size: 1.2em;
  }
  .blog-item .blog-content .actions {
    text-align: left;
  }
  .blog-item .blog-content .actions .k-btn {
    margin-left: 0;
  }
}
/*******************************
        Coming
*******************************/
#maintainance {
  background-color: #ef5350;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#maintainance .content {
  background-color: #fff;
  box-shadow: 7px 7px 12px 2px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  padding: 10px 15px 20px;
  text-align: center;
  margin: 0 20px;
}
#maintainance .content h1 {
  font-size: 4em;
}
#maintainance .content p {
  font-size: 0.9em;
}
#maintainance .content li {
  font-size: 1.2em;
  font-family: "fanum", "IranSans";
  width: 130px;
  text-align: center;
  background-color: #eee;
  border-radius: 10px;
  margin: 10px;
  padding: 10px 20px;
}
#maintainance .content li span {
  display: block;
  font-size: 4em;
}

@media (max-width: 767px) {
  .error-body {
    margin: 20px auto;
    display: block;
  }
  .error-body .image,
.error-body .text {
    display: block;
    flex: none;
    padding: 0 10px;
  }
  .error-body .text .title {
    font-size: 2em;
  }
  .error-body .text .desc {
    font-size: 1.2em;
  }
}
@media (max-width: 400px) {
  #maintainance .content {
    margin: 0 10px;
  }
  #maintainance .content h1 {
    font-size: 2.5em;
  }
  #maintainance .content p {
    font-size: 0.9em;
  }
  #maintainance .content li {
    font-size: 1em;
    width: 100px;
    margin: 10px;
    padding: 10px 20px;
  }
  #maintainance .content li span {
    font-size: 2em;
  }
}
/* General button style (reset) */
.fab {
  border: none;
  border-radius: 5px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  outline: none;
  position: relative;
  transition: all 0.2s;
  position: absolute;
  bottom: 5px;
  padding: 9px 8px 6px;
  border-radius: 50%;
  line-height: 1.2em;
  font-size: 1.2em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}
.fab.fab-left {
  left: 5px;
}
.fab.fab-right {
  right: 5px;
}
.fab.fab-primary {
  background: #2196F3;
  color: #fff;
}

.k-btn {
  border: none;
  border-radius: 5px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 5px 0 5px 10px;
  font-weight: 700;
  outline: none;
  position: relative;
  transition: all 0.3s;
}
.k-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}
.k-btn:before {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.k-btn.k-btn-single {
  margin: 0;
}
.k-btn.k-btn-link {
  position: relative;
  top: 28px;
}

/* Icons */
.k-btn-icon-arrow-right:before {
  content: "\F061";
}

.k-btn-icon-heart:before {
  content: "\F004";
}

.k-btn-icon-heart-o:before {
  content: "\F08A";
}

.k-btn-icon-cart:before {
  content: "\F217";
}

.k-btn-icon-th-large:before {
  content: "\F009";
}

.k-btn-icon-exclamation-circle:before {
  content: "\F06A";
}

.k-btn-icon-ellipsis-v:before {
  content: "\F142";
}

.k-btn-icon-ellipsis-h:before {
  content: "\F141";
}

.k-btn-icon-trash-o:before {
  content: "\F014";
}

.k-btn-icon-check:before {
  content: "\F00C";
}

.k-btn-icon-home:before {
  content: "\F015";
}

.k-btn-icon-eye:before {
  content: "\F06E";
}

.k-btn-icon-send:before {
  content: "\F1D8";
}

.k-btn-icon-save:before {
  content: "\F0C7";
}

.k-btn-icon-download:before {
  content: "\F019";
}

.k-btn-icon-edit:before {
  content: "\F044";
}

.k-btn-icon-plus:before {
  content: "\F067";
}

.k-btn-icon-volume-phone:before {
  content: "\F2A0";
}

.k-btn-icon-star:before {
  content: "\F006";
}

/* Main Type */
.k-btn-main {
  padding: 15px 65px 15px 29px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #eee;
}
.k-btn-main:before {
  position: absolute;
  top: 0;
  left: auto;
  right: 10px;
  z-index: 2;
  height: 100%;
  line-height: 2.4em;
  font-size: 1.5em;
  width: 30px;
}
.k-btn-main:after {
  width: 55px;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}
.k-btn-main:hover:after {
  width: 67px;
}
.k-btn-main.k-btn-small {
  padding: 10px 55px 10px 25px;
}
.k-btn-main.k-btn-small:before {
  font-size: 1.2em;
}
.k-btn-main.k-btn-small:after {
  width: 55px;
}
.k-btn-main.k-btn-small:hover:after {
  width: 62px;
}
.k-btn-main.k-btn-inverted, .k-btn-main.k-btn-inverted:hover, .k-btn-main.k-btn-inverted:active, .k-btn-main.k-btn-inverted:focus {
  background: #fff;
  border: 1px solid;
}
.k-btn-main.k-btn-inverted:after {
  opacity: 0.1;
}

/* Colors */
.k-btn-primary, .k-btn-primary:hover, .k-btn-primary:active {
  background: #ef5350;
  color: #fff;
  border-color: #ef5350;
}
.k-btn-primary.k-btn-inverted, .k-btn-primary.k-btn-inverted:hover, .k-btn-primary.k-btn-inverted:active, .k-btn-primary.k-btn-inverted:focus {
  border-color: #ef5350;
  color: #ef5350;
}
.k-btn-primary.k-btn-inverted:after {
  background: #ef5350;
}

.k-btn-success, .k-btn-success:hover, .k-btn-success:active, .k-btn-success:focus {
  background: #4CAF50;
  color: #fff;
  border-color: #4CAF50;
}
.k-btn-success.k-btn-inverted, .k-btn-success.k-btn-inverted:hover, .k-btn-success.k-btn-inverted:active, .k-btn-success.k-btn-inverted:focus {
  border-color: #4CAF50;
  color: #4CAF50;
}
.k-btn-success.k-btn-inverted:after {
  background: #4CAF50;
}

.k-btn-warning, .k-btn-warning:hover, .k-btn-warning:active, .k-btn-warning:focus {
  background: #FB8C00;
  color: #fff;
  border-color: #FB8C00;
}
.k-btn-warning.k-btn-inverted, .k-btn-warning.k-btn-inverted:hover, .k-btn-warning.k-btn-inverted:active, .k-btn-warning.k-btn-inverted:focus {
  border-color: #FB8C00;
  color: #FB8C00;
}
.k-btn-warning.k-btn-inverted:after {
  background: #FB8C00;
}

.k-btn-danger, .k-btn-danger:hover, .k-btn-danger:active, .k-btn-danger:focus {
  background: #e53935;
  color: #fff;
  border-color: #e53935;
}
.k-btn-danger.k-btn-inverted, .k-btn-danger.k-btn-inverted:hover, .k-btn-danger.k-btn-inverted:active, .k-btn-danger.k-btn-inverted:focus {
  border-color: #e53935;
  color: #e53935;
}
.k-btn-danger.k-btn-inverted:after {
  background: #e53935;
}

.k-btn-info, .k-btn-info:hover, .k-btn-info:active, .k-btn-info:focus {
  background: #2196F3;
  color: #fff;
  border-color: #2196F3;
}
.k-btn-info.k-btn-inverted, .k-btn-info.k-btn-inverted:hover, .k-btn-info.k-btn-inverted:active, .k-btn-info.k-btn-inverted:focus {
  border-color: #2196F3;
  color: #2196F3;
}
.k-btn-info.k-btn-inverted:after {
  background: #2196F3;
}

.k-btn-grey, .k-btn-grey:hover, .k-btn-grey:active, .k-btn-grey:focus {
  background: #d5d5d5;
  color: #444;
  border-color: #d5d5d5;
}
.k-btn-grey.k-btn-inverted, .k-btn-grey.k-btn-inverted:hover, .k-btn-grey.k-btn-inverted:active, .k-btn-grey.k-btn-inverted:focus {
  border-color: #d5d5d5;
  color: #444;
}
.k-btn-grey.k-btn-inverted:after {
  background: #444;
}

@media (max-width: 350px) {
  .k-btn-main, .k-btn-main.k-btn-small {
    padding: 8px 15px 6px 15px;
  }
  .k-btn-main:before, .k-btn-main:after, .k-btn-main.k-btn-small:before, .k-btn-main.k-btn-small:after {
    display: none;
  }
}
/*******************************
            Stats
*******************************/
.bg-stats {
  background-image: linear-gradient(to left, #ef5350, #f44336);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

.stats {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.stats .stat {
  flex: 1;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.stats .stat .icon {
  display: block;
}
.stats .stat .icon:before {
  color: #fff;
  font-size: 3em;
}
.stats .stat .number {
  display: block;
  font-weight: 600;
  font-size: 1.8em;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
.stats .stat .title {
  display: block;
  font-size: 0.9em;
}

/*******************************
            Heading
*******************************/
.heading-wrapper .title {
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
}
.heading-wrapper.aside {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.heading-wrapper.aside .heading .title:after {
  content: "";
  width: 85px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -11px;
  background-color: #ef5350;
}
.heading-wrapper.middle .heading {
  text-align: center;
  margin-bottom: 25px;
}
.heading-wrapper.middle .heading .title {
  font-size: 1.5em;
}
.heading-wrapper.middle .heading .title:after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -11px;
  background-color: #ef5350;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .stats .stat {
    flex: none;
    width: 150px;
  }
}
.comments .comment {
  display: flex;
  padding: 0;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
.comments .comment .comment-user {
  width: 120px;
  text-align: center;
  position: relative;
  padding-left: 5px;
}
.comments .comment .comment-user .user-icon,
.comments .comment .comment-user .user-name {
  display: block;
}
.comments .comment .comment-user .user-icon {
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 1em;
}
.comments .comment .comment-user .user-name {
  font-size: 0.8em;
}
.comments .comment .comment-body {
  flex: 1;
  padding-right: 10px;
  padding-top: 10px;
}
.comments .comment .comment-body p {
  font-size: 0.9em;
}
.comments .comment .comment-body .date {
  font-size: 0.8em;
  color: #aaa;
  padding-right: 10px;
}
.comments .comment .comment-body .comment {
  margin-top: 30px;
}

.comment-form {
  margin: 0px 0px;
}

@media (max-width: 400px) {
  .comments .comment {
    display: block;
  }
  .comments .comment .comment-user {
    display: block;
    border: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .comments .comment .comment-user:after {
    content: "";
  }
  .comments .comment .comment-body {
    display: block;
  }
}
/*******************************
            Footer
*******************************/
/* Admin */
#admin {
  position: fixed;
  position: fixed;
  z-index: 12000;
  bottom: 150px;
  left: 20px;
  background: rgba(15, 15, 15, 0.88);
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  border-radius: 50%;
  -webkit-animation-name: shadow-pulse;
          animation-name: shadow-pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transition: all 0.2s ease;
}
#admin i {
  cursor: pointer;
  color: #f44336;
  margin: 0;
  position: relative;
  right: 8px;
  top: 11px;
  font-size: 1.4em;
  transition: all 0.2s ease;
}
#admin:hover {
  background: #f44336;
}
#admin:hover i {
  color: #fff;
}
#admin:hover i.rotate-icon {
  transform: rotate(45deg);
}

/* Go to top */
#toTop {
  position: fixed;
  z-index: 1000;
  bottom: 70px;
  left: 20px;
  background: #ef5350;
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  border-radius: 50%;
  display: none;
  transition: all 0.2s ease;
}
#toTop i {
  cursor: pointer;
  color: #fff;
  margin: 0;
  position: relative;
  right: 14px;
  top: 10px;
  font-size: 19px;
  transition: all 0.2s ease;
}
#toTop:hover {
  background: #f44336;
}
#toTop:hover i {
  color: #fff;
  top: 7px;
}

#footer.has-shadow {
  box-shadow: 0px -2px 17px 0 rgba(0, 0, 0, 0.14);
}
#footer a {
  color: #2196F3;
  transition: all 0.2s ease-in;
}
#footer a:hover {
  color: #ef5350;
}
#footer a:hover [class^=flaticon-]:before,
#footer a:hover [class*=" flaticon-"]:before,
#footer a:hover [class^=flaticon-]:after,
#footer a:hover [class*=" flaticon-"]:after {
  color: #ef5350;
}
#footer.has-shadow .contacts,
#footer.has-shadow .main {
  background: #f5f5f5;
}
#footer .contacts {
  background: #fafafa;
  color: #656565;
  padding: 30px 25px 30px;
  display: flex;
  border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}
#footer .contacts .contact-item {
  font-family: "fanum", "IranSans";
  font-size: 1.5em;
  flex: 1;
  text-align: center;
  direction: ltr;
  border-left: 1px solid rgba(230, 230, 230, 0.5);
}
#footer .contacts .contact-item:last-child {
  border-left: 0;
}
#footer .contacts .contact-item a {
  color: #656565;
}
#footer .contacts .contact-item a:hover {
  color: #ef5350;
}
#footer .contacts .contact-item span {
  position: relative;
  top: -10px;
  right: 10px;
}
#footer .socials {
  text-align: center;
}
#footer .socials li {
  margin-right: 30px;
  padding: 5px 0;
  display: inline-block;
}
#footer .socials li .flaticon-instagram:hover:before {
  color: #E1306C;
}
#footer .socials li .flaticon-telegram:hover:before {
  color: #36ade1;
}
#footer .socials li .flaticon-whatsapp:hover:before {
  color: #25D366;
}
#footer .socials li .flaticon-twitter:hover:before {
  color: #29c5f6;
}
#footer .main {
  background: #fafafa;
  color: #656565;
  padding: 30px 25px 15px;
}
#footer .main .links {
  margin-top: 15px;
}
#footer .main .links li {
  margin-left: 20px;
  padding: 5px 0;
  display: inline-block;
}
#footer .main .links li a {
  font-weight: 600;
}
#footer .main .links li:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #aaa;
  margin-right: 20px;
}
#footer .main .links li:last-child:after {
  display: none;
}
#footer .signs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#footer .signs a img {
  width: 100%;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px;
}
#footer .copyright {
  background-color: #ef5350;
  color: #eee;
  padding: 5px 0;
  text-align: center;
}
#footer .copyright p {
  margin-bottom: 0;
  font-size: 0.85em;
}

@media (max-width: 992px) {
  #footer .contacts .contact-item {
    font-size: 1.2em;
  }
}
@media (max-width: 800px) {
  #footer .contacts {
    padding: 15px 25px 15px;
  }
  #footer .contacts .contact-item {
    border-left: 0;
  }
  #footer .contacts .contact-item.email {
    display: none;
  }
}
@media (max-width: 767px) {
  #footer {
    margin-bottom: 45px;
  }
  #footer .main {
    padding: 15px 25px 15px;
  }
  #footer .signs {
    margin-top: 10px;
    justify-content: center;
  }
  #footer .copyright {
    padding-bottom: 25px;
  }
}
@media (max-width: 576px) {
  #footer .contacts {
    display: block;
  }
  #footer .main .links {
    margin-bottom: 10px;
  }
  #footer .main .links li {
    margin-left: 10px;
  }
  #footer .main .links li a {
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 0.8em;
    border: 1px solid #eee;
  }
  #footer .main .links li:after {
    display: none;
  }
  #footer .signs {
    justify-content: space-around;
  }
  #footer .signs img {
    margin-right: 0;
  }
}
@media (max-width: 260px) {
  #footer .contacts .contact-item {
    font-size: 0.9em;
  }
}
/*******************************
            Auth
*******************************/
#auth .auth-home a {
  display: inline-block;
  background: #fff;
  padding: 4px 11px 5px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #f44336;
  -webkit-animation-name: shadow-pulse;
          animation-name: shadow-pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transition: all 0.2s ease;
}
#auth .auth-body {
  background: #fff;
  max-width: 500px;
  position: relative;
  left: 0;
  right: 0;
  margin: 50px auto 20px;
  border-radius: 30px 30px 0px 0px;
}
#auth .auth-body.has-shadow {
  box-shadow: 7px 7px 12px 2px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}
#auth .auth-body.has-overlay {
  margin-top: -50px;
}
#auth .auth-body .form-wrapper {
  padding: 0px 100px 30px;
}
#auth .auth-body .form-wrapper .form-control {
  height: 45px !important;
}
#auth .auth-body .heading {
  text-align: center;
  padding: 30px 20px 10px;
}
#auth .auth-body .account-tabs {
  margin-top: 40px;
}
#auth .auth-body .account-tabs .tab-content > .tab-pane {
  padding: 0;
}
#auth .auth-body .account-tabs ul,
#auth .auth-body .account-tabs li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#auth .auth-body .account-tabs ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#auth .auth-body .account-tabs ul li {
  min-width: 100px;
  text-align: center;
  border-bottom: 2px solid transparent;
  margin-left: 10px;
  margin-bottom: 10px;
}
#auth .auth-body .account-tabs ul li a {
  color: #656565;
  display: block;
  padding: 10px 15px;
}
#auth .auth-body .account-tabs ul li.active {
  border-color: #ef5350;
}

@media (max-width: 767px) {
  #auth .auth-home {
    position: relative;
    text-align: center;
    top: 5px;
  }
  #auth .auth-body .form-wrapper {
    padding: 0px 15px 30px;
  }
}
/*
@-webkit-keyframes backgroundScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -180px 0px;
  }
}

@keyframes backgroundScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -180px 0px;
  }
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
*/
/*# sourceMappingURL=app.min.css.map*/