@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,800italic,700,600,800,400);
/*
 * Triumph Multipurpose HTML5 Template v1.0
 * Copyright 2015 8Guild.com
 * Theme Styles
 * Dependencies: Bootstrap
 */
/* ╔══╗╔═══╗╔╗╔╗╔══╗╔╗──╔══╗
   ║╔╗║║╔══╝║║║║╚╗╔╝║║──║╔╗╚╗
   ║╚╝║║║╔═╗║║║║─║║─║║──║║╚╗║
   ║╔╗║║║╚╗║║║║║─║║─║║──║║─║║
   ║╚╝║║╚═╝║║╚╝║╔╝╚╗║╚═╗║╚═╝║
   ╚══╝╚═══╝╚══╝╚══╝╚══╝╚═══╝
 */
/*Import Google Fonts (Open Sans)*/
/*Import Bootstrap*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #3a3a3a;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #59ab02;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #59ab02;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 12px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid #dedede;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #dedede;
}
.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.3;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 48px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #ffcc00;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #cccccc;
}
.text-primary {
  color: #59ab02;
}
a.text-primary:hover {
  color: #478900;
}
.text-success {
  color: #4cd964;
}
a.text-success:hover {
  color: #2ac845;
}
.text-info {
  color: #5ac8fa;
}
a.text-info:hover {
  color: #28b7f9;
}
.text-warning {
  color: #ffcc00;
}
a.text-warning:hover {
  color: #cca300;
}
.text-danger {
  color: #ff3b30;
}
a.text-danger:hover {
  color: #fc0d00;
}
.bg-primary {
  color: #fff;
  background-color: #59ab02;
}
a.bg-primary:hover {
  background-color: #478900;
}
.bg-success {
  background-color: #4cd964;
}
a.bg-success:hover {
  background-color: #2ac845;
}
.bg-info {
  background-color: #5ac8fa;
}
a.bg-info:hover {
  background-color: #28b7f9;
}
.bg-warning {
  background-color: #ffcc00;
}
a.bg-warning:hover {
  background-color: #cca300;
}
.bg-danger {
  background-color: #ff3b30;
}
a.bg-danger:hover {
  background-color: #fc0d00;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #f2f2f2;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #cccccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 22px;
  border-left: 5px solid #f2f2f2;
}
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.5;
  color: #cccccc;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f2f2;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-left: 15px;
  padding-right: 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: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 16px 12px;
  padding-bottom: 16px 12px;
  color: #cccccc;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 16px 12px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #d9d9d9;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #d9d9d9;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #d9d9d9;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 10px 8px;
}
.table-bordered {
  border: 1px solid #d9d9d9;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d9d9d9;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 107, 0, 0.05);
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #4cd964;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #37d552;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #5ac8fa;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #41c0f9;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ffcc00;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #e6b800;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ff3b30;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ff2317;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #d9d9d9;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #59ab02;
  border-color: #59ab02;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #478900;
  border-color: #c25100;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #59ab02;
  border-color: #59ab02;
}
.btn-primary .badge {
  color: #59ab02;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #69c903;
  border-color: #69c903;
}
.btn-success {
  color: #ffffff;
  background-color: #4cd964;
  border-color: #4cd964;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #2ac845;
  border-color: #29bf42;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #4cd964;
  border-color: #4cd964;
}
.btn-success .badge {
  color: #4cd964;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #76e288;
  border-color: #7ee490;
}
.btn-info {
  color: #ffffff;
  background-color: #5ac8fa;
  border-color: #5ac8fa;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #28b7f9;
  border-color: #1fb4f8;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5ac8fa;
  border-color: #5ac8fa;
}
.btn-info .badge {
  color: #5ac8fa;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #8bd8fc;
  border-color: #95dcfc;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cca300;
  border-color: #c29b00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-warning .badge {
  color: #ffcc00;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #ffd633;
  border-color: #ffd83d;
}
.btn-danger {
  color: #ffffff;
  background-color: #ff3b30;
  border-color: #ff3b30;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #fc0d00;
  border-color: #f20d00;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff3b30;
  border-color: #ff3b30;
}
.btn-danger .badge {
  color: #ff3b30;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #ff6b63;
  border-color: #ff756d;
}
.btn-link {
  color: #59ab02;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #59ab02;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #cccccc;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 12px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
.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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #4d4d4d;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #404040;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #59ab02;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #cccccc;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #cccccc;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.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-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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-left: 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-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-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 {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.nav > li.disabled > a {
  color: #cccccc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #cccccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f2f2f2;
  border-color: #59ab02;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f2f2f2 #f2f2f2 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #8e8e93;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #59ab02;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.breadcrumb {
  padding: 5px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
@media screen and (max-width: 360px) {
  .breadcrumb > li:last-child {
    padding-bottom: 10px !important;
  }
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #cccccc;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #59ab02;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #59ab02;
  background-color: #f2f2f2;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #59ab02;
  border-color: #59ab02;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #cccccc;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #cccccc;
  background-color: #ffffff;
  cursor: not-allowed;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #cccccc;
  border-radius: 3px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #59ab02;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid #dedede;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #59ab02;
}
.thumbnail .caption {
  padding: 10px;
  color: #3a3a3a;
}
.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #d9d9d9;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #4d4d4d;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #4d4d4d;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #59ab02;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #59ab02;
  border-color: #59ab02;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #59ab02;
}
.panel-primary > .panel-heading .badge {
  color: #59ab02;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #59ab02;
}
.panel-success {
  border-color: #37d538;
}
.panel-success > .panel-heading {
  color: #4cd964;
  background-color: #4cd964;
  border-color: #37d538;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #37d538;
}
.panel-success > .panel-heading .badge {
  color: #4cd964;
  background-color: #4cd964;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #37d538;
}
.panel-info {
  border-color: #37ddf9;
}
.panel-info > .panel-heading {
  color: #5ac8fa;
  background-color: #5ac8fa;
  border-color: #37ddf9;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #37ddf9;
}
.panel-info > .panel-heading .badge {
  color: #5ac8fa;
  background-color: #5ac8fa;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #37ddf9;
}
.panel-warning {
  border-color: #e69100;
}
.panel-warning > .panel-heading {
  color: #ffcc00;
  background-color: #ffcc00;
  border-color: #e69100;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e69100;
}
.panel-warning > .panel-heading .badge {
  color: #ffcc00;
  background-color: #ffcc00;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e69100;
}
.panel-danger {
  border-color: #ff1731;
}
.panel-danger > .panel-heading {
  color: #ff3b30;
  background-color: #ff3b30;
  border-color: #ff1731;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff1731;
}
.panel-danger > .panel-heading .badge {
  color: #ff3b30;
  background-color: #ff3b30;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff1731;
}
.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px auto;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #3a3a3a;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3a3a3a;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3a3a3a;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3a3a3a;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #3a3a3a;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #3a3a3a;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3a3a3a;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3a3a3a;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3a3a3a;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 260px;
  padding: 1px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  background-color: #3a3a3a;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #303030;
  border-bottom: 1px solid #232323;
  border-radius: 11px 11px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #3a3a3a;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #3a3a3a;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #3a3a3a;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #3a3a3a;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !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,
.visible-sm,
.visible-md,
.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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
/*Import Brand icons*/
@font-face {
  font-family: 'brand-icons';
  src: url('../fonts/brand-icons.eot');
  src: url('../fonts/brand-icons.eot') format('embedded-opentype'), url('../fonts/brand-icons.woff') format('woff'), url('../fonts/brand-icons.ttf') format('truetype'), url('../fonts/brand-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'brand-icons';
    src: url('../font/brand-icons.svg?77372436#brand-icons') format('svg');
  }
}
*/
[class^="bi-"]:before,
[class*=" bi-"]:before {
  font-family: "brand-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: inherit;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
}
.bi-facebook:before {
  content: '\e800';
}
/* '' */
.bi-foursquare:before {
  content: '\e801';
}
/* '' */
.bi-android:before {
  content: '\e802';
}
/* '' */
.bi-behance:before {
  content: '\e803';
}
/* '' */
.bi-codepen:before {
  content: '\e804';
}
/* '' */
.bi-github:before {
  content: '\e805';
}
/* '' */
.bi-github-circled:before {
  content: '\e806';
}
/* '' */
.bi-twitter:before {
  content: '\e807';
}
/* '' */
.bi-twitter-squared:before {
  content: '\e808';
}
/* '' */
.bi-pinterest-squared:before {
  content: '\e809';
}
/* '' */
.bi-pinterest-circled:before {
  content: '\e80a';
}
/* '' */
.bi-gplus:before {
  content: '\e80b';
}
/* '' */
.bi-google:before {
  content: '\e80c';
}
/* '' */
.bi-git:before {
  content: '\e80d';
}
/* '' */
.bi-flickr:before {
  content: '\e80e';
}
/* '' */
.bi-facebook-squared:before {
  content: '\e80f';
}
/* '' */
.bi-dropbox:before {
  content: '\e810';
}
/* '' */
.bi-drupal:before {
  content: '\e811';
}
/* '' */
.bi-dribbble:before {
  content: '\e812';
}
/* '' */
.bi-digg:before {
  content: '\e813';
}
/* '' */
.bi-deviantart:before {
  content: '\e814';
}
/* '' */
.bi-angellist:before {
  content: '\e815';
}
/* '' */
.bi-adn:before {
  content: '\e816';
}
/* '' */
.bi-apple:before {
  content: '\e817';
}
/* '' */
.bi-behance-squared:before {
  content: '\e818';
}
/* '' */
.bi-bitbucket:before {
  content: '\e819';
}
/* '' */
.bi-bitbucket-squared:before {
  content: '\e81a';
}
/* '' */
.bi-gplus-squared:before {
  content: '\e81b';
}
/* '' */
.bi-github-squared:before {
  content: '\e81c';
}
/* '' */
.bi-git-squared:before {
  content: '\e81d';
}
/* '' */
.bi-gwallet:before {
  content: '\e81e';
}
/* '' */
.bi-hacker-news:before {
  content: '\e81f';
}
/* '' */
.bi-html5:before {
  content: '\e820';
}
/* '' */
.bi-instagram:before {
  content: '\e821';
}
/* '' */
.bi-ioxhost:before {
  content: '\e822';
}
/* '' */
.bi-joomla:before {
  content: '\e823';
}
/* '' */
.bi-jsfiddle:before {
  content: '\e824';
}
/* '' */
.bi-lastfm:before {
  content: '\e825';
}
/* '' */
.bi-lastfm-squared:before {
  content: '\e826';
}
/* '' */
.bi-linkedin-squared:before {
  content: '\e827';
}
/* '' */
.bi-linux:before {
  content: '\e828';
}
/* '' */
.bi-linkedin:before {
  content: '\e829';
}
/* '' */
.bi-maxcdn:before {
  content: '\e82a';
}
/* '' */
.bi-meanpath:before {
  content: '\e82b';
}
/* '' */
.bi-openid:before {
  content: '\e82c';
}
/* '' */
.bi-pagelines:before {
  content: '\e82d';
}
/* '' */
.bi-paypal:before {
  content: '\e82e';
}
/* '' */
.bi-pied-piper-squared:before {
  content: '\e82f';
}
/* '' */
.bi-pied-piper-alt:before {
  content: '\e830';
}
/* '' */
.bi-qq:before {
  content: '\e831';
}
/* '' */
.bi-reddit:before {
  content: '\e832';
}
/* '' */
.bi-reddit-squared:before {
  content: '\e833';
}
/* '' */
.bi-renren:before {
  content: '\e834';
}
/* '' */
.bi-skype:before {
  content: '\e835';
}
/* '' */
.bi-slack:before {
  content: '\e836';
}
/* '' */
.bi-slideshare:before {
  content: '\e837';
}
/* '' */
.bi-soundcloud:before {
  content: '\e838';
}
/* '' */
.bi-spotify:before {
  content: '\e839';
}
/* '' */
.bi-stackexchange:before {
  content: '\e83a';
}
/* '' */
.bi-stackoverflow:before {
  content: '\e83b';
}
/* '' */
.bi-steam:before {
  content: '\e83c';
}
/* '' */
.bi-steam-squared:before {
  content: '\e83d';
}
/* '' */
.bi-stumbleupon:before {
  content: '\e83e';
}
/* '' */
.bi-stumbleupon-circled:before {
  content: '\e83f';
}
/* '' */
.bi-tencent-weibo:before {
  content: '\e840';
}
/* '' */
.bi-trello:before {
  content: '\e841';
}
/* '' */
.bi-tumblr:before {
  content: '\e842';
}
/* '' */
.bi-tumblr-squared:before {
  content: '\e843';
}
/* '' */
.bi-twitch:before {
  content: '\e844';
}
/* '' */
.bi-vimeo-squared:before {
  content: '\e845';
}
/* '' */
.bi-vine:before {
  content: '\e846';
}
/* '' */
.bi-vkontakte:before {
  content: '\e847';
}
/* '' */
.bi-wechat:before {
  content: '\e848';
}
/* '' */
.bi-weibo:before {
  content: '\e849';
}
/* '' */
.bi-windows:before {
  content: '\e84a';
}
/* '' */
.bi-wordpress:before {
  content: '\e84b';
}
/* '' */
.bi-xing:before {
  content: '\e84c';
}
/* '' */
.bi-xing-squared:before {
  content: '\e84d';
}
/* '' */
.bi-yelp:before {
  content: '\e84e';
}
/* '' */
.bi-youtube:before {
  content: '\e84f';
}
/* '' */
.bi-yahoo:before {
  content: '\e850';
}
/* '' */
.bi-youtube-squared:before {
  content: '\e851';
}
/* '' */
.bi-youtube-play:before {
  content: '\e852';
}
/* '' */
.bi-delicious:before {
  content: '\e853';
}
/* '' */
.bi-css3:before {
  content: '\e854';
}
/* '' */
.bi-cc-visa:before {
  content: '\e855';
}
/* '' */
.bi-cc-mastercard:before {
  content: '\e856';
}
/* '' */
.bi-cc-discover:before {
  content: '\e857';
}
/* '' */
.bi-cc-amex:before {
  content: '\e858';
}
/* '' */
.bi-cc-paypal:before {
  content: '\e859';
}
/* '' */
.bi-cc-stripe:before {
  content: '\e85a';
}
/* '' */
.bi-gittip:before {
  content: '\e85b';
}
/* '' */
.bi-star-empty:before {
  content: '\e85c';
}
/* '' */
.bi-star:before {
  content: '\e85d';
}
/* '' */
.bi-star-half:before {
  content: '\e85e';
}
/*Import Pe-icon-7-stroke icons*/
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('../css/fonts/Pe-icon-7-stroke.eot?d7yf1v');
  src: url('../css/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('../css/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('../css/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('../css/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="pe-7s-"],
[class*=" pe-7s-"] {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
  content: "\e6aa";
}
.pe-7s-arc:before {
  content: "\e6ab";
}
.pe-7s-back-2:before {
  content: "\e6ac";
}
.pe-7s-bandaid:before {
  content: "\e6ad";
}
.pe-7s-car:before {
  content: "\e6ae";
}
.pe-7s-diamond:before {
  content: "\e6af";
}
.pe-7s-door-lock:before {
  content: "\e6b0";
}
.pe-7s-eyedropper:before {
  content: "\e6b1";
}
.pe-7s-female:before {
  content: "\e6b2";
}
.pe-7s-gym:before {
  content: "\e6b3";
}
.pe-7s-hammer:before {
  content: "\e6b4";
}
.pe-7s-headphones:before {
  content: "\e6b5";
}
.pe-7s-helm:before {
  content: "\e6b6";
}
.pe-7s-hourglass:before {
  content: "\e6b7";
}
.pe-7s-leaf:before {
  content: "\e6b8";
}
.pe-7s-magic-wand:before {
  content: "\e6b9";
}
.pe-7s-male:before {
  content: "\e6ba";
}
.pe-7s-map-2:before {
  content: "\e6bb";
}
.pe-7s-next-2:before {
  content: "\e6bc";
}
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}
.pe-7s-pendrive:before {
  content: "\e6be";
}
.pe-7s-photo:before {
  content: "\e6bf";
}
.pe-7s-piggy:before {
  content: "\e6c0";
}
.pe-7s-plugin:before {
  content: "\e6c1";
}
.pe-7s-refresh-2:before {
  content: "\e6c2";
}
.pe-7s-rocket:before {
  content: "\e6c3";
}
.pe-7s-settings:before {
  content: "\e6c4";
}
.pe-7s-shield:before {
  content: "\e6c5";
}
.pe-7s-smile:before {
  content: "\e6c6";
}
.pe-7s-usb:before {
  content: "\e6c7";
}
.pe-7s-vector:before {
  content: "\e6c8";
}
.pe-7s-wine:before {
  content: "\e6c9";
}
.pe-7s-cloud-upload:before {
  content: "\e68a";
}
.pe-7s-cash:before {
  content: "\e68c";
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-bluetooth:before {
  content: "\e68d";
}
.pe-7s-cloud-download:before {
  content: "\e68b";
}
.pe-7s-way:before {
  content: "\e68e";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-id:before {
  content: "\e68f";
}
.pe-7s-angle-up:before {
  content: "\e682";
}
.pe-7s-wristwatch:before {
  content: "\e690";
}
.pe-7s-angle-up-circle:before {
  content: "\e683";
}
.pe-7s-world:before {
  content: "\e691";
}
.pe-7s-angle-right:before {
  content: "\e684";
}
.pe-7s-volume:before {
  content: "\e692";
}
.pe-7s-angle-right-circle:before {
  content: "\e685";
}
.pe-7s-users:before {
  content: "\e693";
}
.pe-7s-angle-left:before {
  content: "\e686";
}
.pe-7s-user-female:before {
  content: "\e694";
}
.pe-7s-angle-left-circle:before {
  content: "\e687";
}
.pe-7s-up-arrow:before {
  content: "\e695";
}
.pe-7s-angle-down:before {
  content: "\e688";
}
.pe-7s-switch:before {
  content: "\e696";
}
.pe-7s-angle-down-circle:before {
  content: "\e689";
}
.pe-7s-scissors:before {
  content: "\e697";
}
.pe-7s-wallet:before {
  content: "\e600";
}
.pe-7s-safe:before {
  content: "\e698";
}
.pe-7s-volume2:before {
  content: "\e601";
}
.pe-7s-volume1:before {
  content: "\e602";
}
.pe-7s-voicemail:before {
  content: "\e603";
}
.pe-7s-video:before {
  content: "\e604";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-upload:before {
  content: "\e606";
}
.pe-7s-unlock:before {
  content: "\e607";
}
.pe-7s-umbrella:before {
  content: "\e608";
}
.pe-7s-trash:before {
  content: "\e609";
}
.pe-7s-tools:before {
  content: "\e60a";
}
.pe-7s-timer:before {
  content: "\e60b";
}
.pe-7s-ticket:before {
  content: "\e60c";
}
.pe-7s-target:before {
  content: "\e60d";
}
.pe-7s-sun:before {
  content: "\e60e";
}
.pe-7s-study:before {
  content: "\e60f";
}
.pe-7s-stopwatch:before {
  content: "\e610";
}
.pe-7s-star:before {
  content: "\e611";
}
.pe-7s-speaker:before {
  content: "\e612";
}
.pe-7s-signal:before {
  content: "\e613";
}
.pe-7s-shuffle:before {
  content: "\e614";
}
.pe-7s-shopbag:before {
  content: "\e615";
}
.pe-7s-share:before {
  content: "\e616";
}
.pe-7s-server:before {
  content: "\e617";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-film:before {
  content: "\e6a5";
}
.pe-7s-science:before {
  content: "\e619";
}
.pe-7s-disk:before {
  content: "\e6a6";
}
.pe-7s-ribbon:before {
  content: "\e61a";
}
.pe-7s-repeat:before {
  content: "\e61b";
}
.pe-7s-refresh:before {
  content: "\e61c";
}
.pe-7s-add-user:before {
  content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}
.pe-7s-paperclip:before {
  content: "\e69c";
}
.pe-7s-radio:before {
  content: "\e61e";
}
.pe-7s-note2:before {
  content: "\e69d";
}
.pe-7s-print:before {
  content: "\e61f";
}
.pe-7s-network:before {
  content: "\e69e";
}
.pe-7s-prev:before {
  content: "\e620";
}
.pe-7s-mute:before {
  content: "\e69f";
}
.pe-7s-power:before {
  content: "\e621";
}
.pe-7s-medal:before {
  content: "\e6a0";
}
.pe-7s-portfolio:before {
  content: "\e622";
}
.pe-7s-like2:before {
  content: "\e6a1";
}
.pe-7s-plus:before {
  content: "\e623";
}
.pe-7s-left-arrow:before {
  content: "\e6a2";
}
.pe-7s-play:before {
  content: "\e624";
}
.pe-7s-key:before {
  content: "\e6a3";
}
.pe-7s-plane:before {
  content: "\e625";
}
.pe-7s-joy:before {
  content: "\e6a4";
}
.pe-7s-photo-gallery:before {
  content: "\e626";
}
.pe-7s-pin:before {
  content: "\e69b";
}
.pe-7s-phone:before {
  content: "\e627";
}
.pe-7s-plug:before {
  content: "\e69a";
}
.pe-7s-pen:before {
  content: "\e628";
}
.pe-7s-right-arrow:before {
  content: "\e699";
}
.pe-7s-paper-plane:before {
  content: "\e629";
}
.pe-7s-delete-user:before {
  content: "\e6a7";
}
.pe-7s-paint:before {
  content: "\e62a";
}
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}
.pe-7s-notebook:before {
  content: "\e62b";
}
.pe-7s-note:before {
  content: "\e62c";
}
.pe-7s-next:before {
  content: "\e62d";
}
.pe-7s-news-paper:before {
  content: "\e62e";
}
.pe-7s-musiclist:before {
  content: "\e62f";
}
.pe-7s-music:before {
  content: "\e630";
}
.pe-7s-mouse:before {
  content: "\e631";
}
.pe-7s-more:before {
  content: "\e632";
}
.pe-7s-moon:before {
  content: "\e633";
}
.pe-7s-monitor:before {
  content: "\e634";
}
.pe-7s-micro:before {
  content: "\e635";
}
.pe-7s-menu:before {
  content: "\e636";
}
.pe-7s-map:before {
  content: "\e637";
}
.pe-7s-map-marker:before {
  content: "\e638";
}
.pe-7s-mail:before {
  content: "\e639";
}
.pe-7s-mail-open:before {
  content: "\e63a";
}
.pe-7s-mail-open-file:before {
  content: "\e63b";
}
.pe-7s-magnet:before {
  content: "\e63c";
}
.pe-7s-loop:before {
  content: "\e63d";
}
.pe-7s-look:before {
  content: "\e63e";
}
.pe-7s-lock:before {
  content: "\e63f";
}
.pe-7s-lintern:before {
  content: "\e640";
}
.pe-7s-link:before {
  content: "\e641";
}
.pe-7s-like:before {
  content: "\e642";
}
.pe-7s-light:before {
  content: "\e643";
}
.pe-7s-less:before {
  content: "\e644";
}
.pe-7s-keypad:before {
  content: "\e645";
}
.pe-7s-junk:before {
  content: "\e646";
}
.pe-7s-info:before {
  content: "\e647";
}
.pe-7s-home:before {
  content: "\e648";
}
.pe-7s-help2:before {
  content: "\e649";
}
.pe-7s-help1:before {
  content: "\e64a";
}
.pe-7s-graph3:before {
  content: "\e64b";
}
.pe-7s-graph2:before {
  content: "\e64c";
}
.pe-7s-graph1:before {
  content: "\e64d";
}
.pe-7s-graph:before {
  content: "\e64e";
}
.pe-7s-global:before {
  content: "\e64f";
}
.pe-7s-gleam:before {
  content: "\e650";
}
.pe-7s-glasses:before {
  content: "\e651";
}
.pe-7s-gift:before {
  content: "\e652";
}
.pe-7s-folder:before {
  content: "\e653";
}
.pe-7s-flag:before {
  content: "\e654";
}
.pe-7s-filter:before {
  content: "\e655";
}
.pe-7s-file:before {
  content: "\e656";
}
.pe-7s-expand1:before {
  content: "\e657";
}
.pe-7s-exapnd2:before {
  content: "\e658";
}
.pe-7s-edit:before {
  content: "\e659";
}
.pe-7s-drop:before {
  content: "\e65a";
}
.pe-7s-drawer:before {
  content: "\e65b";
}
.pe-7s-download:before {
  content: "\e65c";
}
.pe-7s-display2:before {
  content: "\e65d";
}
.pe-7s-display1:before {
  content: "\e65e";
}
.pe-7s-diskette:before {
  content: "\e65f";
}
.pe-7s-date:before {
  content: "\e660";
}
.pe-7s-cup:before {
  content: "\e661";
}
.pe-7s-culture:before {
  content: "\e662";
}
.pe-7s-crop:before {
  content: "\e663";
}
.pe-7s-credit:before {
  content: "\e664";
}
.pe-7s-copy-file:before {
  content: "\e665";
}
.pe-7s-config:before {
  content: "\e666";
}
.pe-7s-compass:before {
  content: "\e667";
}
.pe-7s-comment:before {
  content: "\e668";
}
.pe-7s-coffee:before {
  content: "\e669";
}
.pe-7s-cloud:before {
  content: "\e66a";
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-check:before {
  content: "\e66c";
}
.pe-7s-chat:before {
  content: "\e66d";
}
.pe-7s-cart:before {
  content: "\e66e";
}
.pe-7s-camera:before {
  content: "\e66f";
}
.pe-7s-call:before {
  content: "\e670";
}
.pe-7s-calculator:before {
  content: "\e671";
}
.pe-7s-browser:before {
  content: "\e672";
}
.pe-7s-box2:before {
  content: "\e673";
}
.pe-7s-box1:before {
  content: "\e674";
}
.pe-7s-bookmarks:before {
  content: "\e675";
}
.pe-7s-bicycle:before {
  content: "\e676";
}
.pe-7s-bell:before {
  content: "\e677";
}
.pe-7s-battery:before {
  content: "\e678";
}
.pe-7s-ball:before {
  content: "\e679";
}
.pe-7s-back:before {
  content: "\e67a";
}
.pe-7s-attention:before {
  content: "\e67b";
}
.pe-7s-anchor:before {
  content: "\e67c";
}
.pe-7s-albums:before {
  content: "\e67d";
}
.pe-7s-alarm:before {
  content: "\e67e";
}
.pe-7s-airplay:before {
  content: "\e67f";
}
/* Helper classes
 * -------------------------- */
.pe-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.pe-2x {
  font-size: 2em;
}
.pe-3x {
  font-size: 3em;
}
.pe-4x {
  font-size: 4em;
}
.pe-5x {
  font-size: 5em;
}
.pe-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.pe-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.pe-ul > li {
  position: relative;
}
.pe-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.pe-li.pe-lg {
  left: -1.85714286em;
}
.pe-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pe.pull-left {
  margin-right: .3em;
}
.pe.pull-right {
  margin-left: .3em;
}
.pe-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.pe-stack-1x {
  line-height: inherit;
}
.pe-stack-2x {
  font-size: 2em;
}
.pe-inverse {
  color: #ffffff;
}
.pe-va {
  vertical-align: middle;
}
.pe-border {
  border: solid 0.08em #eaeaea;
}
[class^="pe-7s-"],
[class*=" pe-7s-"] {
  display: inline-block;
}
/*Import Flaticon iOS Line icons*/
@font-face {
  font-family: "Flaticon";
  src: url("../css/fonts/flaticon.eot");
  src: url("../css/fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../css/fonts/flaticon.woff") format("woff"), url("../css/fonts/flaticon.ttf") format("truetype"), url("../css/fonts/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"],
[class*=" flaticon-"],
[class^="flaticon-"],
[class*=" flaticon-"] {
  display: inline-block;
  vertical-align: middle;
  font-family: Flaticon;
  font-size: 16px;
  font-style: normal;
}
.flaticon-201:before {
  content: "\e000";
}
.flaticon-2424:before {
  content: "\e001";
}
.flaticon-add62:before {
  content: "\e002";
}
.flaticon-add63:before {
  content: "\e003";
}
.flaticon-add64:before {
  content: "\e004";
}
.flaticon-address16:before {
  content: "\e005";
}
.flaticon-aim2:before {
  content: "\e006";
}
.flaticon-alarm17:before {
  content: "\e007";
}
.flaticon-align10:before {
  content: "\e008";
}
.flaticon-align13:before {
  content: "\e009";
}
.flaticon-amex1:before {
  content: "\e00a";
}
.flaticon-anchor13:before {
  content: "\e00b";
}
.flaticon-anchor14:before {
  content: "\e00c";
}
.flaticon-arrow392:before {
  content: "\e00d";
}
.flaticon-arrow393:before {
  content: "\e00e";
}
.flaticon-arrow394:before {
  content: "\e00f";
}
.flaticon-arrow395:before {
  content: "\e010";
}
.flaticon-arrow396:before {
  content: "\e011";
}
.flaticon-arrow397:before {
  content: "\e012";
}
.flaticon-arrow398:before {
  content: "\e013";
}
.flaticon-arrow399:before {
  content: "\e014";
}
.flaticon-arrow400:before {
  content: "\e015";
}
.flaticon-arrow401:before {
  content: "\e016";
}
.flaticon-arrow402:before {
  content: "\e017";
}
.flaticon-arrow403:before {
  content: "\e018";
}
.flaticon-arrow404:before {
  content: "\e019";
}
.flaticon-arrow405:before {
  content: "\e01a";
}
.flaticon-arrow406:before {
  content: "\e01b";
}
.flaticon-arrow407:before {
  content: "\e01c";
}
.flaticon-arrow408:before {
  content: "\e01d";
}
.flaticon-arrow409:before {
  content: "\e01e";
}
.flaticon-arrow410:before {
  content: "\e01f";
}
.flaticon-arrow411:before {
  content: "\e020";
}
.flaticon-arrow412:before {
  content: "\e021";
}
.flaticon-arrow413:before {
  content: "\e022";
}
.flaticon-arrow414:before {
  content: "\e023";
}
.flaticon-arrow415:before {
  content: "\e024";
}
.flaticon-arrow416:before {
  content: "\e025";
}
.flaticon-arrow417:before {
  content: "\e026";
}
.flaticon-arrow418:before {
  content: "\e027";
}
.flaticon-arrow419:before {
  content: "\e028";
}
.flaticon-arrow420:before {
  content: "\e029";
}
.flaticon-arrow421:before {
  content: "\e02a";
}
.flaticon-arrow422:before {
  content: "\e02b";
}
.flaticon-arrow423:before {
  content: "\e02c";
}
.flaticon-arrow424:before {
  content: "\e02d";
}
.flaticon-arrow425:before {
  content: "\e02e";
}
.flaticon-arrow426:before {
  content: "\e02f";
}
.flaticon-arrow427:before {
  content: "\e030";
}
.flaticon-arrow428:before {
  content: "\e031";
}
.flaticon-arrow429:before {
  content: "\e032";
}
.flaticon-arrow430:before {
  content: "\e033";
}
.flaticon-arrow431:before {
  content: "\e034";
}
.flaticon-arrow432:before {
  content: "\e035";
}
.flaticon-arrow433:before {
  content: "\e036";
}
.flaticon-arrows51:before {
  content: "\e037";
}
.flaticon-arrows52:before {
  content: "\e038";
}
.flaticon-arrows53:before {
  content: "\e039";
}
.flaticon-arrows54:before {
  content: "\e03a";
}
.flaticon-arrows55:before {
  content: "\e03b";
}
.flaticon-arrows56:before {
  content: "\e03c";
}
.flaticon-attachment7:before {
  content: "\e03d";
}
.flaticon-automated2:before {
  content: "\e03e";
}
.flaticon-backward1:before {
  content: "\e03f";
}
.flaticon-bars6:before {
  content: "\e040";
}
.flaticon-basket9:before {
  content: "\e041";
}
.flaticon-battery69:before {
  content: "\e042";
}
.flaticon-battery70:before {
  content: "\e043";
}
.flaticon-battery71:before {
  content: "\e044";
}
.flaticon-battery72:before {
  content: "\e045";
}
.flaticon-bell6:before {
  content: "\e046";
}
.flaticon-black179:before {
  content: "\e047";
}
.flaticon-black180:before {
  content: "\e048";
}
.flaticon-black181:before {
  content: "\e049";
}
.flaticon-bluetooth8:before {
  content: "\e04a";
}
.flaticon-book82:before {
  content: "\e04b";
}
.flaticon-bottom4:before {
  content: "\e04c";
}
.flaticon-box33:before {
  content: "\e04d";
}
.flaticon-box34:before {
  content: "\e04e";
}
.flaticon-brain1:before {
  content: "\e04f";
}
.flaticon-briefcase9:before {
  content: "\e050";
}
.flaticon-bulb11:before {
  content: "\e051";
}
.flaticon-bullet3:before {
  content: "\e052";
}
.flaticon-bullet4:before {
  content: "\e053";
}
.flaticon-buy4:before {
  content: "\e054";
}
.flaticon-calendar47:before {
  content: "\e055";
}
.flaticon-calendar48:before {
  content: "\e056";
}
.flaticon-calendar49:before {
  content: "\e057";
}
.flaticon-call10:before {
  content: "\e058";
}
.flaticon-call11:before {
  content: "\e059";
}
.flaticon-call12:before {
  content: "\e05a";
}
.flaticon-call13:before {
  content: "\e05b";
}
.flaticon-camcorder2:before {
  content: "\e05c";
}
.flaticon-camcorder3:before {
  content: "\e05d";
}
.flaticon-camera39:before {
  content: "\e05e";
}
.flaticon-camera40:before {
  content: "\e05f";
}
.flaticon-camera41:before {
  content: "\e060";
}
.flaticon-camera42:before {
  content: "\e061";
}
.flaticon-cancel9:before {
  content: "\e062";
}
.flaticon-caution2:before {
  content: "\e063";
}
.flaticon-cello1:before {
  content: "\e064";
}
.flaticon-cent2:before {
  content: "\e065";
}
.flaticon-center3:before {
  content: "\e066";
}
.flaticon-cents1:before {
  content: "\e067";
}
.flaticon-certificate5:before {
  content: "\e068";
}
.flaticon-charging4:before {
  content: "\e069";
}
.flaticon-chat25:before {
  content: "\e06a";
}
.flaticon-chat26:before {
  content: "\e06b";
}
.flaticon-check25:before {
  content: "\e06c";
}
.flaticon-chronometer9:before {
  content: "\e06d";
}
.flaticon-cigarette3:before {
  content: "\e06e";
}
.flaticon-clapper2:before {
  content: "\e06f";
}
.flaticon-cloud79:before {
  content: "\e070";
}
.flaticon-cloud80:before {
  content: "\e071";
}
.flaticon-cloud81:before {
  content: "\e072";
}
.flaticon-cloud82:before {
  content: "\e073";
}
.flaticon-code7:before {
  content: "\e074";
}
.flaticon-code8:before {
  content: "\e075";
}
.flaticon-codings1:before {
  content: "\e076";
}
.flaticon-columns1:before {
  content: "\e077";
}
.flaticon-compact5:before {
  content: "\e078";
}
.flaticon-computer43:before {
  content: "\e079";
}
.flaticon-connecting7:before {
  content: "\e07a";
}
.flaticon-converging1:before {
  content: "\e07b";
}
.flaticon-correct7:before {
  content: "\e07c";
}
.flaticon-credit20:before {
  content: "\e07d";
}
.flaticon-credit21:before {
  content: "\e07e";
}
.flaticon-crop1:before {
  content: "\e07f";
}
.flaticon-cross37:before {
  content: "\e080";
}
.flaticon-curved6:before {
  content: "\e081";
}
.flaticon-delivery6:before {
  content: "\e082";
}
.flaticon-diagonal1:before {
  content: "\e083";
}
.flaticon-digital9:before {
  content: "\e084";
}
.flaticon-document55:before {
  content: "\e085";
}
.flaticon-document56:before {
  content: "\e086";
}
.flaticon-dollar76:before {
  content: "\e087";
}
.flaticon-dollar77:before {
  content: "\e088";
}
.flaticon-dollar78:before {
  content: "\e089";
}
.flaticon-dollars17:before {
  content: "\e08a";
}
.flaticon-download57:before {
  content: "\e08b";
}
.flaticon-drums1:before {
  content: "\e08c";
}
.flaticon-empty19:before {
  content: "\e08d";
}
.flaticon-equalizer2:before {
  content: "\e08e";
}
.flaticon-eye44:before {
  content: "\e08f";
}
.flaticon-eye45:before {
  content: "\e090";
}
.flaticon-female32:before {
  content: "\e091";
}
.flaticon-film21:before {
  content: "\e092";
}
.flaticon-film22:before {
  content: "\e093";
}
.flaticon-flag25:before {
  content: "\e094";
}
.flaticon-flashlight5:before {
  content: "\e095";
}
.flaticon-floppy9:before {
  content: "\e096";
}
.flaticon-flower17:before {
  content: "\e097";
}
.flaticon-folder59:before {
  content: "\e098";
}
.flaticon-folder60:before {
  content: "\e099";
}
.flaticon-forward5:before {
  content: "\e09a";
}
.flaticon-frame10:before {
  content: "\e09b";
}
.flaticon-frame11:before {
  content: "\e09c";
}
.flaticon-frame12:before {
  content: "\e09d";
}
.flaticon-full19:before {
  content: "\e09e";
}
.flaticon-funnel5:before {
  content: "\e09f";
}
.flaticon-globe14:before {
  content: "\e0a0";
}
.flaticon-graduates1:before {
  content: "\e0a1";
}
.flaticon-grocery9:before {
  content: "\e0a2";
}
.flaticon-harp1:before {
  content: "\e0a3";
}
.flaticon-headphone2:before {
  content: "\e0a4";
}
.flaticon-headset3:before {
  content: "\e0a5";
}
.flaticon-heart64:before {
  content: "\e0a6";
}
.flaticon-help10:before {
  content: "\e0a7";
}
.flaticon-hierarchy4:before {
  content: "\e0a8";
}
.flaticon-high13:before {
  content: "\e0a9";
}
.flaticon-home60:before {
  content: "\e0aa";
}
.flaticon-id1:before {
  content: "\e0ab";
}
.flaticon-incoming3:before {
  content: "\e0ac";
}
.flaticon-incoming4:before {
  content: "\e0ad";
}
.flaticon-information32:before {
  content: "\e0ae";
}
.flaticon-ios16:before {
  content: "\e0af";
}
.flaticon-jcb2:before {
  content: "\e0b0";
}
.flaticon-joystick4:before {
  content: "\e0b1";
}
.flaticon-justify6:before {
  content: "\e0b2";
}
.flaticon-keyboard11:before {
  content: "\e0b3";
}
.flaticon-laptop15:before {
  content: "\e0b4";
}
.flaticon-layers4:before {
  content: "\e0b5";
}
.flaticon-left27:before {
  content: "\e0b6";
}
.flaticon-left28:before {
  content: "\e0b7";
}
.flaticon-lens3:before {
  content: "\e0b8";
}
.flaticon-lens4:before {
  content: "\e0b9";
}
.flaticon-lens5:before {
  content: "\e0ba";
}
.flaticon-list26:before {
  content: "\e0bb";
}
.flaticon-lock22:before {
  content: "\e0bc";
}
.flaticon-lock23:before {
  content: "\e0bd";
}
.flaticon-loud3:before {
  content: "\e0be";
}
.flaticon-loudness1:before {
  content: "\e0bf";
}
.flaticon-low16:before {
  content: "\e0c0";
}
.flaticon-magnifying27:before {
  content: "\e0c1";
}
.flaticon-mail21:before {
  content: "\e0c2";
}
.flaticon-mailbox10:before {
  content: "\e0c3";
}
.flaticon-mailbox9:before {
  content: "\e0c4";
}
.flaticon-male39:before {
  content: "\e0c5";
}
.flaticon-master2:before {
  content: "\e0c6";
}
.flaticon-measuring3:before {
  content: "\e0c7";
}
.flaticon-medium3:before {
  content: "\e0c8";
}
.flaticon-menu18:before {
  content: "\e0c9";
}
.flaticon-menu19:before {
  content: "\e0ca";
}
.flaticon-mic7:before {
  content: "\e0cb";
}
.flaticon-mic8:before {
  content: "\e0cc";
}
.flaticon-mic9:before {
  content: "\e0cd";
}
.flaticon-microphone25:before {
  content: "\e0ce";
}
.flaticon-minus16:before {
  content: "\e0cf";
}
.flaticon-monitor24:before {
  content: "\e0d0";
}
.flaticon-mouse18:before {
  content: "\e0d1";
}
.flaticon-mouse19:before {
  content: "\e0d2";
}
.flaticon-move13:before {
  content: "\e0d3";
}
.flaticon-music58:before {
  content: "\e0d4";
}
.flaticon-music59:before {
  content: "\e0d5";
}
.flaticon-music60:before {
  content: "\e0d6";
}
.flaticon-mute6:before {
  content: "\e0d7";
}
.flaticon-newspaper7:before {
  content: "\e0d8";
}
.flaticon-next8:before {
  content: "\e0d9";
}
.flaticon-no15:before {
  content: "\e0da";
}
.flaticon-not8:before {
  content: "\e0db";
}
.flaticon-oboe1:before {
  content: "\e0dc";
}
.flaticon-offer1:before {
  content: "\e0dd";
}
.flaticon-open79:before {
  content: "\e0de";
}
.flaticon-open80:before {
  content: "\e0df";
}
.flaticon-outcoming1:before {
  content: "\e0e0";
}
.flaticon-outgoing3:before {
  content: "\e0e1";
}
.flaticon-padlock17:before {
  content: "\e0e2";
}
.flaticon-paper41:before {
  content: "\e0e3";
}
.flaticon-pause11:before {
  content: "\e0e4";
}
.flaticon-photo31:before {
  content: "\e0e5";
}
.flaticon-photo32:before {
  content: "\e0e6";
}
.flaticon-picture9:before {
  content: "\e0e7";
}
.flaticon-pictures1:before {
  content: "\e0e8";
}
.flaticon-piggy6:before {
  content: "\e0e9";
}
.flaticon-play33:before {
  content: "\e0ea";
}
.flaticon-play34:before {
  content: "\e0eb";
}
.flaticon-plugin1:before {
  content: "\e0ec";
}
.flaticon-plus23:before {
  content: "\e0ed";
}
.flaticon-portfolio7:before {
  content: "\e0ee";
}
.flaticon-previous5:before {
  content: "\e0ef";
}
.flaticon-printer37:before {
  content: "\e0f0";
}
.flaticon-purse1:before {
  content: "\e0f1";
}
.flaticon-radio17:before {
  content: "\e0f2";
}
.flaticon-rectangular22:before {
  content: "\e0f3";
}
.flaticon-right24:before {
  content: "\e0f4";
}
.flaticon-right25:before {
  content: "\e0f5";
}
.flaticon-ring8:before {
  content: "\e0f6";
}
.flaticon-round27:before {
  content: "\e0f7";
}
.flaticon-rows1:before {
  content: "\e0f8";
}
.flaticon-ruler9:before {
  content: "\e0f9";
}
.flaticon-saxophone2:before {
  content: "\e0fa";
}
.flaticon-scale6:before {
  content: "\e0fb";
}
.flaticon-scale7:before {
  content: "\e0fc";
}
.flaticon-scale8:before {
  content: "\e0fd";
}
.flaticon-scaling1:before {
  content: "\e0fe";
}
.flaticon-scissors13:before {
  content: "\e0ff";
}
.flaticon-settings20:before {
  content: "\e100";
}
.flaticon-shopping56:before {
  content: "\e101";
}
.flaticon-shopping57:before {
  content: "\e102";
}
.flaticon-shopping58:before {
  content: "\e103";
}
.flaticon-shopping59:before {
  content: "\e104";
}
.flaticon-shopping60:before {
  content: "\e105";
}
.flaticon-shutdown1:before {
  content: "\e106";
}
.flaticon-silent1:before {
  content: "\e107";
}
.flaticon-skype7:before {
  content: "\e108";
}
.flaticon-slanting1:before {
  content: "\e109";
}
.flaticon-small135:before {
  content: "\e10a";
}
.flaticon-smart1:before {
  content: "\e10b";
}
.flaticon-spanner3:before {
  content: "\e10c";
}
.flaticon-speaker30:before {
  content: "\e10d";
}
.flaticon-speaker31:before {
  content: "\e10e";
}
.flaticon-special1:before {
  content: "\e10f";
}
.flaticon-speech38:before {
  content: "\e110";
}
.flaticon-speech39:before {
  content: "\e111";
}
.flaticon-speech40:before {
  content: "\e112";
}
.flaticon-speech41:before {
  content: "\e113";
}
.flaticon-speech42:before {
  content: "\e114";
}
.flaticon-speech43:before {
  content: "\e115";
}
.flaticon-speech44:before {
  content: "\e116";
}
.flaticon-square48:before {
  content: "\e117";
}
.flaticon-stack8:before {
  content: "\e118";
}
.flaticon-star51:before {
  content: "\e119";
}
.flaticon-storage11:before {
  content: "\e11a";
}
.flaticon-store2:before {
  content: "\e11b";
}
.flaticon-subtract1:before {
  content: "\e11c";
}
.flaticon-synchronise1:before {
  content: "\e11d";
}
.flaticon-tab2:before {
  content: "\e11e";
}
.flaticon-table17:before {
  content: "\e11f";
}
.flaticon-tablet39:before {
  content: "\e120";
}
.flaticon-tablet40:before {
  content: "\e121";
}
.flaticon-tablet41:before {
  content: "\e122";
}
.flaticon-tablet42:before {
  content: "\e123";
}
.flaticon-tag26:before {
  content: "\e124";
}
.flaticon-tag27:before {
  content: "\e125";
}
.flaticon-tag28:before {
  content: "\e126";
}
.flaticon-tag29:before {
  content: "\e127";
}
.flaticon-thermometer19:before {
  content: "\e128";
}
.flaticon-thin16:before {
  content: "\e129";
}
.flaticon-thought4:before {
  content: "\e12a";
}
.flaticon-three52:before {
  content: "\e12b";
}
.flaticon-timer18:before {
  content: "\e12c";
}
.flaticon-treble2:before {
  content: "\e12d";
}
.flaticon-trombone2:before {
  content: "\e12e";
}
.flaticon-trumpet3:before {
  content: "\e12f";
}
.flaticon-trumpet4:before {
  content: "\e130";
}
.flaticon-two114:before {
  content: "\e131";
}
.flaticon-umbrella12:before {
  content: "\e132";
}
.flaticon-upload35:before {
  content: "\e133";
}
.flaticon-vertical4:before {
  content: "\e134";
}
.flaticon-video69:before {
  content: "\e135";
}
.flaticon-violin2:before {
  content: "\e136";
}
.flaticon-visa2:before {
  content: "\e137";
}
.flaticon-voice11:before {
  content: "\e138";
}
.flaticon-volume22:before {
  content: "\e139";
}
.flaticon-waste2:before {
  content: "\e13a";
}
.flaticon-web11:before {
  content: "\e13b";
}
.flaticon-weighing7:before {
  content: "\e13c";
}
.flaticon-weight4:before {
  content: "\e13d";
}
.flaticon-wifi26:before {
  content: "\e13e";
}
.flaticon-window21:before {
  content: "\e13f";
}
.flaticon-window22:before {
  content: "\e140";
}
.flaticon-window23:before {
  content: "\e141";
}
.flaticon-wrong6:before {
  content: "\e142";
}
.flaticon-zoom22:before {
  content: "\e143";
}
.flaticon-zoom23:before {
  content: "\e144";
}
/** Type 1 (Line variant) **/
/** Type 2 (Pills like variant) **/
html {
  font-size: 16px;
  height: 100%;
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #3a3a3a;
  background-color: #ffffff;
  height: 100%;
  overflow-x: hidden;
  position: relative !important;
  -webkit-font-smoothing: antialiased;
}
canvas {
  width: 100% !important;
}
.font-alt-1 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.font-alt-2 {
  font-family: 'Merriweather', Helvetica, Arial, sans-serif;
}
.font-alt-3 {
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}
.font-alt-4 {
  font-family: 'Bitter', Helvetica, Arial, sans-serif;
}
.font-alt-5 {
  font-family: 'Quando', Helvetica, Arial, sans-serif;
}
.font-alt-6 {
  font-family: 'Sansita One', Helvetica, Arial, sans-serif;
}
.font-alt-7 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
}
a {
  color: #59ab02;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
a:hover,
a:focus {
  color: #59ab02;
  opacity: .6;
  outline: none;
  text-decoration: none;
}
a.link:after {
  font-family: 'Pe-icon-7-stroke';
  content: "\e684";
  font-size: 25px;
  line-height: 0;
  vertical-align: middle;
}
.img-link:hover,
.img-link:focus,
.img-link:active {
  opacity: 1;
}
img {
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.thumbnail {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail:hover,
.thumbnail:focus {
  opacity: 1;
}
.thumbnail .caption {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .text-center-mobile {
    text-align: center;
  }
}
.inline {
  display: inline-block !important;
}
.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
@media screen and (max-width: 991px) {
  .mobile-text-center {
    text-align: center !important;
  }
}
.va-middle {
  vertical-align: middle;
}
.va-top {
  vertical-align: top;
}
.va-bottom {
  vertical-align: bottom;
}
.space-top {
  margin-top: 24px !important;
}
.space-top-2x {
  margin-top: 48px !important;
}
.space-top-3x {
  margin-top: 72px !important;
}
.space-bottom {
  margin-bottom: 24px !important;
}
.space-bottom-2x {
  margin-bottom: 48px !important;
}
.space-bottom-3x {
  margin-bottom: 72px !important;
}
.padding-top {
  padding-top: 24px !important;
}
.padding-top-2x {
  padding-top: 48px !important;
}
.padding-top-3x {
  padding-top: 72px !important;
}
.padding-bottom {
  padding-bottom: 24px !important;
}
.padding-bottom-2x {
  padding-bottom: 48px !important;
}
.padding-bottom-3x {
  padding-bottom: 72px !important;
}
@media screen and (max-width: 768px) {
  .space-top {
    margin-top: 16px !important;
  }
  .space-top-2x {
    margin-top: 36px !important;
  }
  .space-top-3x {
    margin-top: 48px !important;
  }
  .space-bottom {
    margin-bottom: 16px !important;
  }
  .space-bottom-2x {
    margin-bottom: 36px !important;
  }
  .space-bottom-3x {
    margin-bottom: 48px !important;
  }
  .padding-top {
    padding-top: 16px !important;
  }
  .padding-top-2x {
    padding-top: 36px !important;
  }
  .padding-top-3x {
    padding-top: 48px !important;
  }
  .padding-bottom {
    padding-bottom: 16px !important;
  }
  .padding-bottom-2x {
    padding-bottom: 36px !important;
  }
  .padding-bottom-3x {
    padding-bottom: 48px !important;
  }
}
.space-top-none {
  margin-top: 0 !important;
}
.space-bottom-none {
  margin-bottom: 0 !important;
}
.padding-top-none {
  padding-top: 0 !important;
}
.padding-bottom-none {
  padding-bottom: 0 !important;
}
::selection {
  color: #fff;
  background: #3a3a3a;
}
::-moz-selection {
  color: #fff;
  background: #3a3a3a;
}
.google_conversion_frame {
  height: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 0;
  line-height: 1.3;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  text-transform: none;
  display: block;
  line-height: 1.2;
  font-weight: normal;
  color: #999999;
  margin-top: 6px;
}
h1,
.h1 {
  font-size: 48px;
  margin-left: -3px;
  margin-bottom: 20px;
}
h1 small,
.h1 small {
  margin-left: 3px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 40.8px;
  }
}
h2,
.h2 {
  font-size: 36px;
  margin-left: -1px;
  margin-bottom: 18px;
}
h2 small,
.h2 small {
  margin-left: 1px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
h3,
.h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
h3 small,
.h3 small {
  font-size: 14px;
}
h4,
.h4 {
  font-size: 18px;
}
h4 small,
.h4 small {
  font-size: 13px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
h5 small,
.h5 small,
h6 small,
.h6 small {
  font-size: 12px;
}
.block-heading {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.block-subheading {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}
p {
  margin-bottom: 24px;
}
.lead {
  font-weight: normal;
  font-size: 22px !important;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 18px !important;
  }
}
ul,
ol {
  line-height: 1.7;
  padding-left: 21px;
  margin-bottom: 24px;
}
.list-unordered,
.list-featured {
  padding-left: 2px;
  list-style: none;
}
.list-unordered li,
.list-featured li {
  position: relative;
  padding-left: 16px;
}
.list-unordered li:before,
.list-featured li:before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #59ab02;
  border-radius: 50%;
}
.list-featured li {
  padding-left: 26px;
}
.list-featured li:before {
  font-family: 'Flaticon';
  background-color: transparent;
  border-radius: 0px;
}
.list-featured li.include:before {
  top: -2px;
  font-size: 18px;
  content: "\e07c";
  color: #4cd964;
}
.list-featured li.exclude:before {
  left: 1px;
  top: 2px;
  font-size: 13px;
  content: "\e080";
  color: #ff3b30;
}
dl dt {
  font-weight: 800;
  text-transform: uppercase;
  color: #5ac8fa;
}
dl dd {
  margin-bottom: 10px;
}
.size-huge {
  font-size: 112px !important;
}
@media screen and (max-width: 991px) {
  .size-huge.size-huge-responsive {
    font-size: 84px !important;
  }
}
@media screen and (max-width: 768px) {
  .size-huge.size-huge-responsive {
    font-size: 56px !important;
  }
}
.size-xl {
  font-size: 18px !important;
}
.size-lg {
  font-size: 16px !important;
}
.size-sm {
  font-size: 13px !important;
}
.text-muted {
  color: #cccccc !important;
}
.text-gray {
  color: #8e8e93 !important;
}
.text-default {
  color: #3a3a3a !important;
}
.text-primary {
  color: #59ab02 !important;
}
.text-success {
  color: #4cd964 !important;
}
.text-info {
  color: #5ac8fa !important;
}
.text-warning {
  color: #ffcc00 !important;
}
.text-danger {
  color: #ff3b30 !important;
}
.text-light {
  color: #fff !important;
}
.text-light h1 small,
.text-light h2 small,
.text-light h3 small,
.text-light h4 small,
.text-light h5 small,
.text-light h6 small,
.text-light .h1 small,
.text-light .h2 small,
.text-light .h3 small,
.text-light .h4 small,
.text-light .h5 small,
.text-light .h6 small,
.text-light h1 .small,
.text-light h2 .small,
.text-light h3 .small,
.text-light h4 .small,
.text-light h5 .small,
.text-light h6 .small,
.text-light .h1 .small,
.text-light .h2 .small,
.text-light .h3 .small,
.text-light .h4 .small,
.text-light .h5 .small,
.text-light .h6 .small {
  color: #fff;
  opacity: .5;
}
.semi-transparent {
  opacity: .5;
}
.text-thin {
  font-weight: 300 !important;
}
.text-semibold {
  font-weight: 600 !important;
}
.text-bold {
  font-weight: bold !important;
}
.bg-primary {
  color: #fff;
  background-color: #59ab02;
}
a.bg-primary:hover {
  background-color: #478900;
}
.bg-success {
  color: #fff;
}
.bg-info {
  color: #fff;
}
.bg-warning {
  color: #fff;
}
.bg-danger {
  color: #fff;
}
address {
  line-height: 1.8;
  margin-bottom: 0;
}
address strong {
  font-weight: 800;
}
address .social-buttons {
  display: block;
}
address .social-buttons a {
  font-size: 16px;
  margin: 5px 12px 10px 0;
}
address .divider {
  display: block;
  width: 100%;
  border-top: 1px solid #cccccc;
}
address .text-center.social-buttons,
address.text-center .social-buttons {
  text-align: center;
}
address .text-center.social-buttons a,
address.text-center .social-buttons a {
  margin: 5px 6px 10px 6px;
}
address .text-right.social-buttons,
address.text-right .social-buttons {
  text-align: right;
}
address .text-right.social-buttons a,
address.text-right .social-buttons a {
  margin: 5px 0 10px 12px;
}
blockquote {
  padding: 0;
  border: none;
}
blockquote p {
  font-style: italic;
  font-weight: 800;
  margin-bottom: 12px;
}
blockquote footer {
  font-size: 14px;
  color: #5ac8fa;
  padding-top: 24px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
blockquote footer:before {
  margin-right: 2px;
}
blockquote footer:after {
  border-top: 12px solid #59ab02;
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
blockquote.blockquote-reverse {
  padding: 0;
  border: none;
}
blockquote.blockquote-reverse footer:before {
  content: '\2014 \00A0';
}
blockquote.blockquote-reverse footer:after {
  content: "";
  right: 0;
  left: auto;
}
@media screen and (max-width: 768px) {
  blockquote {
    font-size: 18px;
  }
}
.text-lightblockquote p,
.text-light blockquote p {
  font-weight: 300;
}
.text-lightblockquote footer,
.text-light blockquote footer {
  color: #fff;
  border-top-color: rgba(255, 255, 255, 0.7);
}
h1.font-alt-1,
h2.font-alt-1,
h3.font-alt-1,
h4.font-alt-1,
h5.font-alt-1,
h6.font-alt-1,
.h1.font-alt-1,
.h2.font-alt-1,
.h3.font-alt-1,
.h4.font-alt-1,
.h5.font-alt-1,
.h6.font-alt-1 {
  font-weight: normal;
}
h1.font-alt-2,
h2.font-alt-2,
h3.font-alt-2,
.h1.font-alt-2,
.h2.font-alt-2,
.h3.font-alt-2 {
  font-weight: 300;
}
h4.font-alt-2,
h5.font-alt-2,
h6.font-alt-2,
.h4.font-alt-2,
.h5.font-alt-2,
.h6.font-alt-2 {
  font-weight: normal;
}
h1.font-alt-3,
h2.font-alt-3,
h3.font-alt-3,
h4.font-alt-3,
h5.font-alt-3,
h6.font-alt-3,
.h1.font-alt-3,
.h2.font-alt-3,
.h3.font-alt-3,
.h4.font-alt-3,
.h5.font-alt-3,
.h6.font-alt-3 {
  font-weight: bold;
}
h1.font-alt-4,
h2.font-alt-4,
h3.font-alt-4,
h4.font-alt-4,
h5.font-alt-4,
h6.font-alt-4,
.h1.font-alt-4,
.h2.font-alt-4,
.h3.font-alt-4,
.h4.font-alt-4,
.h5.font-alt-4,
.h6.font-alt-4 {
  font-weight: normal;
}
h1.font-alt-5,
h2.font-alt-5,
h3.font-alt-5,
h4.font-alt-5,
h5.font-alt-5,
h6.font-alt-5,
.h1.font-alt-5,
.h2.font-alt-5,
.h3.font-alt-5,
.h4.font-alt-5,
.h5.font-alt-5,
.h6.font-alt-5 {
  font-weight: normal;
}
h1.font-alt-6,
h2.font-alt-6,
h3.font-alt-6,
h4.font-alt-6,
h5.font-alt-6,
h6.font-alt-6,
.h1.font-alt-6,
.h2.font-alt-6,
.h3.font-alt-6,
.h4.font-alt-6,
.h5.font-alt-6,
.h6.font-alt-6 {
  font-weight: normal;
}
.dropcap {
  float: left;
  font-size: 300%;
  line-height: 1;
  margin-right: 8px;
}
.dropcap.dropcap-rounded,
.dropcap.dropcap-square,
.dropcap.dropcap-circle {
  color: #fff !important;
  text-align: center;
  font-weight: 300;
  width: 48px;
  line-height: 48px;
  margin-top: 8px;
}
.dropcap.dropcap-rounded {
  border-radius: 2px;
}
.dropcap.dropcap-circle {
  border-radius: 50%;
}
.table {
  border-bottom: 1px solid #d9d9d9;
}
.table > caption {
  color: #5ac8fa;
  margin-bottom: 12px;
}
.table > thead > tr > th,
.table > tbody > tr > th {
  color: #59ab02;
  font-weight: normal;
}
.table > thead > tr > th {
  border-bottom: 1px solid #d9d9d9;
}
.table .btn {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0;
  }
}
.table-hover > tbody > tr {
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.table tr.success,
.table tr.info,
.table tr.warning,
.table tr.danger {
  color: #fff;
}
.table tr.success th,
.table tr.info th,
.table tr.warning th,
.table tr.danger th {
  color: #fff;
}
.table tr.success td,
.table tr.info td,
.table tr.warning td,
.table tr.danger td,
.table tr.success th,
.table tr.info th,
.table tr.warning th,
.table tr.danger th {
  border: 0;
}
.table tr.success + tr td,
.table tr.info + tr td,
.table tr.warning + tr td,
.table tr.danger + tr td,
.table tr.success + tr th,
.table tr.info + tr th,
.table tr.warning + tr th,
.table tr.danger + tr th {
  border: 0;
}
.table-bordered {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 2px !important;
}
.order-table {
  padding: 0 22px;
}
.order-table table {
  width: 100%;
}
.order-table table th {
  font-size: 18px;
  text-align: left;
  padding: 12px 0;
  font-weight: normal;
}
.order-table table th:last-child {
  text-align: right;
  padding-left: 15px;
}
.order-table table td {
  font-size: 14px;
  padding: 3px 0;
}
.order-table table td:last-child {
  text-align: right;
  font-size: 24px;
  padding-left: 15px;
}
.order-table hr {
  margin: 15px 0;
}
.shop-cart-table {
  min-width: 520px;
  border-bottom: none;
}
.shop-cart-table > thead > tr > th {
  border-bottom-color: transparent;
}
.shop-cart-table > thead > tr > th:first-child {
  padding-left: 0;
}
.shop-cart-table > tbody > tr > td {
  border-top-color: transparent;
  vertical-align: middle;
  padding-left: 15px;
}
.shop-cart-table > tbody > tr > td:first-child {
  padding-left: 0;
}
.shop-cart-table .widget.widget-shopping-cart {
  margin-bottom: 0;
}
.shop-cart-table .widget.widget-shopping-cart .w-item {
  margin-bottom: 0;
}
.shop-cart-table .widget.widget-shopping-cart .w-item-thumb,
.shop-cart-table .widget.widget-shopping-cart .w-item-content {
  vertical-align: middle;
}
.shop-cart-table .widget.widget-shopping-cart .w-item-thumb a {
  width: 80px;
}
.shop-cart-table .shop-price {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.shop-cart-table .count-input {
  max-width: 105px;
}
.shop-cart-table .delete {
  font-size: 20px;
  line-height: 2;
  color: #ff3b30;
  font-weight: 300;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.shop-cart-table .delete:hover {
  opacity: .6;
}
.helper-text {
  font-size: 13px;
}
.helper-link {
  position: absolute;
  top: 150%;
  right: 0;
  font-size: 12px;
  text-transform: none;
  opacity: .6;
  visibility: visible;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.helper-link:hover,
.helper-link:focus {
  opacity: 1;
}
/* Validation */
label.error {
  display: none !important;
}
.form-input-light input,
.form-input-light textarea,
.form-input-light input:focus,
.form-input-light textarea:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.form-input-light input:focus,
.form-input-light textarea:focus {
  border-color: #fff !important;
  -webkit-box-shadow: 0 0 6px -1px #ffffff !important;
  box-shadow: 0 0 6px -1px #ffffff !important;
}
.form-input-light.error {
  border-color: #ff3b30 !important;
}
.form-input-light.error:before,
.form-input-light.error:after {
  background-color: #ff3b30 !important;
}
.error-label,
.valid-label {
  position: absolute;
  top: 50%;
  font-weight: 300;
  right: 0;
  font-size: 26px;
  margin-top: -13px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.error-label:before {
  color: #ff3b30;
  content: "!";
  padding-right: 10px;
}
.valid-label:before {
  font-family: "Flaticon";
  color: #4cd964;
  content: "\e07c";
}
.form-input input.error ~ .error-label,
.form-input textarea.error ~ .error-label,
.form-input input.valid ~ .valid-label,
.form-input textarea.valid ~ .valid-label {
  opacity: 1;
  visibility: visible;
}
.response-holder {
  visibility: hidden;
  opacity: 0;
  padding: 12px 0;
  font-size: 13px;
  line-height: 1.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.response-holder.error,
.response-holder.success {
  visibility: visible;
  opacity: 1;
}
.response-holder.error {
  color: #ff3b30;
}
.response-holder.success {
  color: #4cd964;
}
.form-group {
  margin: 0 -1px 25px -1px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 3px;
}
.form-group.focus {
  border-color: #59ab02;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  margin-right: 0;
  margin-left: -1px;
}
label {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 15px;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
label.radio {
  overflow: visible;
}
.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  color: #3a3a3a;
  background-color: #ffffff;
  border: 1px solid #59ab02;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-control:focus {
  outline: none;
  border-color: #59ab02;
  -webkit-box-shadow: 0 0 6px -1px #59ab02;
  box-shadow: 0 0 6px -1px #59ab02;
}
.form-control[disabled],
.form-control.disabled {
  opacity: .8;
  cursor: not-allowed;
  color: #cccccc;
  border-color: #cccccc;
}
.form-control[disabled]::-moz-placeholder,
.form-control.disabled::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.form-control[disabled]:-ms-input-placeholder,
.form-control.disabled:-ms-input-placeholder {
  color: #cccccc;
}
.form-control[disabled]::-webkit-input-placeholder,
.form-control.disabled::-webkit-input-placeholder {
  color: #cccccc;
}
.form-control::-moz-placeholder {
  color: #3a3a3a;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #3a3a3a;
}
.form-control::-webkit-input-placeholder {
  color: #3a3a3a;
}
.form-control.input-lg {
  height: 70px;
  padding: 0 26px;
  border-radius: 3px;
}
.form-control.input-sm {
  height: 36px;
  padding: 0 16px;
  border-radius: 3px;
}
.form-control.error {
  border-color: #ff3b30;
  -webkit-box-shadow: 0 0 6px -1px #ff3b30;
  box-shadow: 0 0 6px -1px #ff3b30;
}
.form-control.error::-moz-placeholder {
  color: #ff3b30;
  opacity: 1;
}
.form-control.error:-ms-input-placeholder {
  color: #ff3b30;
}
.form-control.error::-webkit-input-placeholder {
  color: #ff3b30;
}
.form-control.valid {
  border-color: #4cd964;
  -webkit-box-shadow: 0 0 6px -1px #4cd964;
  box-shadow: 0 0 6px -1px #4cd964;
}
.form-control.valid::-moz-placeholder {
  color: #4cd964;
  opacity: 1;
}
.form-control.valid:-ms-input-placeholder {
  color: #4cd964;
}
.form-control.valid::-webkit-input-placeholder {
  color: #4cd964;
}
.form-input-light input::-moz-placeholder,
.form-input-light textarea::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.form-input-light input:-ms-input-placeholder,
.form-input-light textarea:-ms-input-placeholder {
  color: #ffffff !important;
}
.form-input-light input::-webkit-input-placeholder,
.form-input-light textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
textarea.form-control {
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}
.form-inline .form-control,
.form-inline .btn,
.form-inline .form-group,
.form-inline .checkbox,
.form-inline .radio,
.form-inline label {
  display: inline-block;
  vertical-align: middle;
}
.form-inline .form-group {
  margin-right: 15px;
}
.form-inline .form-group:last-child {
  margin-right: 0;
}
.form-inline .btn {
  margin: 0;
}
.form-inline.text-right .form-group {
  margin-right: 0;
  margin-left: 15px;
}
.form-inline.text-right .form-group:first-child {
  margin-left: 0;
}
.form-inline.text-center .form-group {
  margin-right: 7px;
  margin-left: 7px;
}
.form-group + .checkbox,
.form-group + .checkbox-inline,
.form-group + .radio,
.form-group + .radio-inline,
.form-input + .checkbox,
.form-input + .checkbox-inline,
.form-input + .radio,
.form-input + .radio-inline {
  margin-top: 20px;
}
.checkbox,
.radio,
.checkbox-inline,
.radio-inline {
  position: relative;
  display: table;
  width: auto;
  font-size: 14px;
  color: #757575;
  cursor: default;
  padding-left: 27px;
  margin-bottom: 12px;
  margin-left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.disabled,
.radio.disabled,
.checkbox-inline.disabled,
.radio-inline.disabled {
  color: #cccccc;
  cursor: not-allowed;
}
.checkbox label,
.radio label,
.checkbox-inline label,
.radio-inline label {
  position: relative;
  width: auto;
  height: auto;
  margin: inherit;
  overflow: visible;
}
.text-light .checkbox,
.text-light .radio,
.text-light .checkbox-inline,
.text-light .radio-inline,
.text-light.checkbox,
.text-light.radio,
.text-light.checkbox-inline,
.text-light.radio-inline {
  color: #fff;
}
label.hover {
  cursor: pointer;
}
.checkbox-inline,
.radio-inline {
  display: inline-block;
  margin-right: 18px;
  height: auto;
}
.text-right .checkbox-inline,
.text-right .radio-inline {
  margin-left: 15px;
  margin-right: 0;
}
.text-center .checkbox-inline,
.text-center .radio-inline {
  margin-left: 10px;
  margin-right: 10px;
}
.icheckbox,
.iradio {
  position: absolute;
  z-index: 0;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  left: 0;
  top: 2px;
  border: 2px solid #59ab02;
  border-radius: 1px;
  background-clip: padding-box;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.icheckbox.disabled,
.iradio.disabled {
  border-color: #cccccc;
  cursor: not-allowed;
}
.text-light .icheckbox,
.text-light .iradio {
  border: 2px solid #fff;
}
.icheckbox.checked {
  left: -6px;
  top: -6px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #4cd964;
  border-bottom: 2px solid #4cd964;
  -webkit-transform: rotateZ(40deg);
  -moz-transform: rotateZ(40deg);
  -ms-transform: rotateZ(40deg);
  -o-transform: rotateZ(40deg);
  transform: rotateZ(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.icheckbox.checked.disabled {
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  cursor: not-allowed;
}
.iradio,
.iradio:before {
  border-radius: 50%;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.iradio:before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #59ab02;
  opacity: 0;
  top: 3px;
  left: 3px;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.iradio.checked {
  border-color: #59ab02;
}
.iradio.checked.disabled {
  border-color: #cccccc;
  cursor: not-allowed;
}
.iradio.checked.disabled:before {
  background-color: #cccccc;
}
.text-light .iradio:before {
  background-color: #fff;
}
.text-light .iradio.checked {
  border-color: #fff;
}
.iradio.checked:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.text-right .checkbox-inline,
.text-right .radio-inline {
  margin-left: 25px;
  margin-right: 0;
}
.color-switch {
  display: inline-block;
  margin: 0 12px 14px 0;
}
.color-switch:last-child {
  margin-right: 0;
}
.color-switch .icheckbox,
.color-switch .iradio {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.color-switch .icheckbox:before,
.color-switch .iradio:before,
.color-switch .icheckbox:after,
.color-switch .iradio:after {
  display: none;
}
.color-switch .icheckbox.checked,
.color-switch .iradio.checked {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.color-switch .icheckbox.checked {
  left: 3px;
  top: 6px;
}
.text-center .color-switch {
  margin: 0 6px 14px 6px;
}
.text-right .color-switch {
  margin: 0 0 14px 12px;
}
.text-right .color-switch:first-child {
  margin-left: 0;
}
.size-switch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 6px 12px 0;
}
.size-switch:last-child {
  margin-right: 0;
}
.size-switch label {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  top: 6px;
  height: auto;
  left: 0;
  margin: 0;
  font-size: 11px;
  color: #59ab02;
  clip: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.size-switch .icheckbox,
.size-switch .iradio {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #59ab02;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.size-switch .icheckbox:before,
.size-switch .iradio:before,
.size-switch .icheckbox:after,
.size-switch .iradio:after {
  display: none;
}
.size-switch .icheckbox.checked,
.size-switch .iradio.checked {
  background-color: #59ab02;
}
.size-switch .icheckbox.checked + label,
.size-switch .iradio.checked + label {
  color: #fff;
}
.count-input {
  position: relative;
  width: 100%;
  max-width: 165px;
  margin: 10px 0;
}
.count-input input {
  width: 100%;
  height: 36.92307692px;
  border: 1px solid #59ab02;
  border-radius: 2px;
  background: none;
  text-align: center;
}
.count-input input:focus {
  outline: none;
}
.count-input .incr-btn {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.count-input .incr-btn:first-child {
  right: auto;
  left: 0;
  top: 46%;
}
.count-input.count-input-sm {
  max-width: 125px;
}
.count-input.count-input-sm input {
  height: 36px;
}
.count-input.count-input-lg {
  max-width: 200px;
}
.count-input.count-input-lg input {
  height: 70px;
  border-radius: 3px;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn,
.bootstrap-select:focus {
  width: 100%;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  margin-left: 1px;
  font-size: 14px;
  text-transform: none;
  color: #fff;
  background-color: #ffffff;
  border: 1px solid #59ab02 !important;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bootstrap-select > .btn:hover,
.bootstrap-select:focus:hover,
.bootstrap-select > .btn:active,
.bootstrap-select:focus:active {
  background-color: #ffffff;
  color: #fff;
  box-shadow: none;
}
.bootstrap-select > .btn.disabled,
.bootstrap-select:focus.disabled {
  opacity: .8;
  color: #cccccc !important;
  border-color: #cccccc !important;
  cursor: cursor-disabled;
}
.bootstrap-select > .btn.disabled .glyphicon,
.bootstrap-select:focus.disabled .glyphicon {
  color: #cccccc !important;
}
.bootstrap-select .glyphicon {
  font-size: 15.4px;
  margin-right: 4px;
}
.bootstrap-select.open > .btn {
  color: #fff !important;
  background-color: #ffffff !important;
  border-color: #59ab02 !important;
  box-shadow: none;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  line-height: 20px;
}
.bootstrap-select.btn-group .btn .caret {
  border-bottom: none;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu .glyphicon {
  color: #ffffff;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 44px;
  margin-top: 11px;
  font-size: 11px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  position: relative;
  padding: 4px 8px;
}
.bs-searchbox:before,
.bs-actionsbox:before {
  display: block;
  position: absolute;
  font-family: 'Pe-icon-7-stroke';
  content: "\e618";
  font-size: 22px;
  color: #59ab02;
  top: 50%;
  left: 25px;
  margin-top: -16px;
}
.bs-searchbox input,
.bs-actionsbox input {
  padding-left: 45px;
  background-color: #ffffff;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.body-alt .form-control {
  background-color: #ffffff;
}
.body-alt .bootstrap-select > .btn {
  background-color: #ffffff;
}
.body-alt .bs-searchbox input,
.body-alt .bs-actionsbox input {
  background-color: #ffffff;
}
.btn {
  position: relative;
  padding: 17px 44px;
  line-height: 1;
  margin: 10px 0;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  opacity: 1;
  outline: 0 !important;
}
.btn.btn-default {
  border-bottom: 2px solid #478900 !important;
  background: #59ab02 !important;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00)) !important;
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%) !important;
}
.btn.btn-default:hover {
  border-bottom: 2px solid #53a100 !important;
  opacity: .80;
}
.btn.btn-primary {
  border-bottom: 2px solid #478900;
}
.btn.btn-primary:hover {
  border-bottom: 2px solid #53a100;
}
.btn.btn-success {
  border-bottom: 2px solid #2ac845;
}
.btn.btn-success:hover {
  border-bottom: 2px solid #37d552;
}
.btn.btn-info {
  border-bottom: 2px solid #28b7f9;
}
.btn.btn-info:hover {
  border-bottom: 2px solid #41c0f9;
}
.btn.btn-warning {
  border-bottom: 2px solid #cca300;
}
.btn.btn-warning:hover {
  border-bottom: 2px solid #e6b800;
}
.btn.btn-danger {
  border-bottom: 2px solid #fc0d00;
}
.btn.btn-danger:hover {
  border-bottom: 2px solid #ff2317;
}
.btn.btn-default.disabled {
  background: #cccccc;
  border-bottom: 2px solid #b3b3b3 !important;
}
.btn.btn-light {
  color: #3a3a3a;
  background-color: #ffffff;
}
.btn.btn-light.btn-primary {
  color: #59ab02;
}
.btn.btn-light.btn-success {
  color: #4cd964;
}
.btn.btn-light.btn-info {
  color: #5ac8fa;
}
.btn.btn-light.btn-warning {
  color: #ffcc00;
}
.btn.btn-light.btn-danger {
  color: #ff3b30;
}
.btn.btn-ghost {
  padding: 16px 44px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.btn.btn-ghost.btn-default {
  color: #ffffff;
  border: 1px solid #59ab02 !important;
}
.btn.btn-ghost.btn-default:hover,
.btn.btn-ghost.btn-default.active {
  color: #fff;
  background-color: #ffffff;
}
.btn.btn-ghost.btn-primary {
  color: #59ab02;
  border: 1px solid #59ab02;
}
.btn.btn-ghost.btn-primary:hover,
.btn.btn-ghost.btn-primary.active {
  color: #fff;
  background-color: #59ab02;
}
.btn.btn-ghost.btn-success {
  color: #4cd964;
  border: 1px solid #4cd964;
}
.btn.btn-ghost.btn-success:hover,
.btn.btn-ghost.btn-success.active {
  color: #fff;
  background-color: #4cd964;
}
.btn.btn-ghost.btn-info {
  color: #5ac8fa;
  border: 1px solid #5ac8fa;
}
.btn.btn-ghost.btn-info:hover,
.btn.btn-ghost.btn-info.active {
  color: #fff;
  background-color: #5ac8fa;
}
.btn.btn-ghost.btn-warning {
  color: #ffcc00;
  border: 1px solid #ffcc00;
}
.btn.btn-ghost.btn-warning:hover,
.btn.btn-ghost.btn-warning.active {
  color: #fff;
  background-color: #ffcc00;
}
.btn.btn-ghost.btn-danger {
  color: #ff3b30;
  border: 1px solid #ff3b30;
}
.btn.btn-ghost.btn-danger:hover,
.btn.btn-ghost.btn-danger.active {
  color: #fff;
  background-color: #ff3b30;
}
.btn.btn-ghost.btn-light {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.btn.btn-ghost.btn-light:hover,
.btn.btn-ghost.btn-light.active {
  color: #3a3a3a;
  background-color: #ffffff;
}
.btn.btn-ghost.btn-light:hover.btn-primary,
.btn.btn-ghost.btn-light.active.btn-primary {
  color: #59ab02;
}
.btn.btn-ghost.btn-light:hover.btn-success,
.btn.btn-ghost.btn-light.active.btn-success {
  color: #4cd964;
}
.btn.btn-ghost.btn-light:hover.btn-info,
.btn.btn-ghost.btn-light.active.btn-info {
  color: #5ac8fa;
}
.btn.btn-ghost.btn-light:hover.btn-warning,
.btn.btn-ghost.btn-light.active.btn-warning {
  color: #ffcc00;
}
.btn.btn-ghost.btn-light:hover.btn-danger,
.btn.btn-ghost.btn-light.active.btn-danger {
  color: #ff3b30;
}
.btn.dropdown-toggle {
  position: relative;
  z-index: 10;
  padding: 16px 18px 16px 36px;
}
.btn.dropdown-toggle.btn-ghost {
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn + .dropdown-toggle {
  margin-left: -1px !important;
}
.btn + .dropdown-toggle:not(.btn-ghost) {
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.btn-link:hover,
.btn-link:focus {
  opacity: .6;
  color: #59ab02;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 14px;
  padding: 28px 38px;
  border-radius: 3px;
}
.btn-lg.btn-ghost {
  padding: 27px 38px;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 14px;
  padding: 11px 38px;
  border-radius: 3px;
}
.btn-sm.btn-ghost {
  padding: 10px 38px;
}
.btn-xs,
.btn-group-xs > .btn {
  font-size: 12px;
  padding: 6px 24px;
  border-radius: 3px;
}
.btn-xs.btn-ghost {
  padding: 5px 24px;
}
.btn-group > .btn {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.btn-group > .btn:first-child {
  border-left: none;
}
.btn-group > .btn.btn-ghost:first-child.btn-default {
  border-left: 1px solid #ffffff;
}
.btn-group > .btn.btn-ghost:first-child.btn-primary {
  border-left: 1px solid #59ab02;
}
.btn-group > .btn.btn-ghost:first-child.btn-success {
  border-left: 1px solid #4cd964;
}
.btn-group > .btn.btn-ghost:first-child.btn-info {
  border-left: 1px solid #5ac8fa;
}
.btn-group > .btn.btn-ghost:first-child.btn-warning {
  border-left: 1px solid #ffcc00;
}
.btn-group > .btn.btn-ghost:first-child.btn-danger {
  border-left: 1px solid #ff3b30;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0;
}
.btn-group > .btn-ghost:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-left: none;
  border-right: none;
}
.btn-group.btn-split > .btn:first-child {
  padding-left: 36px;
  padding-right: 36px;
}
.btn-gradient {
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-gradient:hover {
  opacity: .80;
}
.btn-square {
  border-radius: 0;
}
.btn-pill {
  border-radius: 24px;
}
.btn-pill.btn-lg {
  border-radius: 36px;
}
.btn-pill.btn-sm {
  border-radius: 18px;
}
.btn-pill.btn-xs {
  border-radius: 12px;
}
.btn.disabled {
  opacity: .5;
}
.btn.disabled.btn-default {
  opacity: .25;
}
.btn-block {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.btn i {
  line-height: 0;
  margin-top: -3px;
  font-size: 16px;
}
.btn.icon-left i {
  margin-right: 6px;
}
.btn.icon-right i {
  margin-left: 6px;
}
.btn.icon-left {
  padding-left: 30px;
  padding-right: 34px;
}
.btn.icon-right {
  padding-left: 34px;
  padding-right: 30px;
}
.btn.icon-left.btn-lg,
.btn.icon-left.btn-sm {
  padding-left: 26px;
  padding-right: 30px;
}
.btn.icon-right.btn-lg,
.btn.icon-right.btn-sm {
  padding-left: 32px;
  padding-right: 28px;
}
.btn.icon-left.btn-xs,
.btn.icon-right.btn-xs {
  padding-left: 18px;
  padding-right: 18px;
}
.btn.btn-xs i {
  font-size: 14px;
}
.btn-app-store {
  position: relative;
  display: inline-block;
  padding: 8px 25px 8px 25px;
  border-radius: 12px;
  height: auto;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #383838;
  background: -moz-linear-gradient(left, #383838 0%, #242424 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #383838), color-stop(100%, #242424));
  background: -webkit-linear-gradient(left, #383838 0%, #242424 100%);
  background: -o-linear-gradient(left, #383838 0%, #242424 100%);
  background: -ms-linear-gradient(left, #383838 0%, #242424 100%);
  background: linear-gradient(to right, #383838 0%, #242424 100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-app-store:hover {
  color: #fff;
  opacity: .87;
}
.btn-app-store:focus {
  color: #fff;
  opacity: 1;
}
.btn-app-store i {
  font-size: 36px;
  vertical-align: middle;
  margin-right: 8px;
}
.btn-app-store div {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  font-weight: normal;
  line-height: 1;
}
.btn-app-store div span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 4px;
}
.btn-round {
  width: 72px;
  height: 72px;
  line-height: 72px;
  padding: 0 !important;
  border-radius: 50%;
}
.btn-round i {
  font-size: 24px;
}
.btn-round i.flaticon-correct7,
.btn-round i.pe-7s-search {
  font-size: 32px;
}
.btn-plus {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn-plus:before {
  position: absolute;
  display: block;
  content: "+";
  top: 1px;
  left: 5px;
  font-size: 18px;
}
.btn-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0 !important;
  border-radius: 2px;
}
.btn-icon i {
  font-size: 18px;
}
.btn-icon i.flaticon-arrow414 {
  font-size: 17px;
}
.scroll-to-top-btn {
  position: fixed !important;
  z-index: 1140;
  right: 20px;
  bottom: -72px;
  opacity: 0;
  -webkit-transition: bottom 400ms cubic-bezier(0.68, 0, 0.265, 1), opacity 0.3s, background-color 0.3s;
  /* older webkit */
  -webkit-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s;
  -moz-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s;
  transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s;
  /* easeInOutBack */
}
.scroll-to-top-btn.visible {
  bottom: 12px;
  opacity: 1;
}
.scroll-to-sidebar {
  position: fixed;
  z-index: 1140;
  left: 20px;
  bottom: 12px;
  display: none;
}
@media screen and (max-width: 991px) {
  .scroll-to-sidebar {
    display: inline-block;
  }
}
.bg-solid-white {
  background-color: #fff !important;
}
.bg-solid-gray {
  background-color: #f5f5f5 !important;
}
.bg-solid-default {
  background-color: #3a3a3a !important;
}
.bg-solid-primary {
  background-color: #59ab02 !important;
}
.bg-solid-success {
  background-color: #4cd964 !important;
}
.bg-solid-info {
  background-color: #5ac8fa !important;
}
.bg-solid-warning {
  background-color: #ffcc00 !important;
}
.bg-solid-danger {
  background-color: #ff3b30 !important;
}
.bg-gradient-default {
  background: #494949 !important;
  background: -moz-linear-gradient(left, #494949 0%, #313131 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #494949), color-stop(100%, #313131)) !important;
  background: -webkit-linear-gradient(left, #494949 0%, #313131 100%) !important;
  background: -o-linear-gradient(left, #494949 0%, #313131 100%) !important;
  background: -ms-linear-gradient(left, #494949 0%, #313131 100%) !important;
  background: linear-gradient(to right, #494949 0%, #313131 100%) !important;
}
.bg-gradient-primary {
  background: #59ab02 !important;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00)) !important;
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%) !important;
}
.bg-gradient-success {
  background: #27b73f !important;
  background: -moz-linear-gradient(left, #27b73f 0%, #4cd964 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #27b73f), color-stop(100%, #4cd964)) !important;
  background: -webkit-linear-gradient(left, #27b73f 0%, #4cd964 100%) !important;
  background: -o-linear-gradient(left, #27b73f 0%, #4cd964 100%) !important;
  background: -ms-linear-gradient(left, #27b73f 0%, #4cd964 100%) !important;
  background: linear-gradient(to right, #27b73f 0%, #4cd964 100%) !important;
}
.bg-gradient-info {
  background: #9fdffc !important;
  background: -moz-linear-gradient(left, #9fdffc 0%, #5ac8fa 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #9fdffc), color-stop(100%, #5ac8fa)) !important;
  background: -webkit-linear-gradient(left, #9fdffc 0%, #5ac8fa 100%) !important;
  background: -o-linear-gradient(left, #9fdffc 0%, #5ac8fa 100%) !important;
  background: -ms-linear-gradient(left, #9fdffc 0%, #5ac8fa 100%) !important;
  background: linear-gradient(to right, #9fdffc 0%, #5ac8fa 100%) !important;
}
.bg-gradient-warning {
  background: #ffda47 !important;
  background: -moz-linear-gradient(left, #ffda47 0%, #ffcc00 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffda47), color-stop(100%, #ffcc00)) !important;
  background: -webkit-linear-gradient(left, #ffda47 0%, #ffcc00 100%) !important;
  background: -o-linear-gradient(left, #ffda47 0%, #ffcc00 100%) !important;
  background: -ms-linear-gradient(left, #ffda47 0%, #ffcc00 100%) !important;
  background: linear-gradient(to right, #ffda47 0%, #ffcc00 100%) !important;
}
.bg-gradient-danger {
  background: #ff2676 !important;
  background: -moz-linear-gradient(left, #ff2676 0%, #ff3b30 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff2676), color-stop(100%, #ff3b30)) !important;
  background: -webkit-linear-gradient(left, #ff2676 0%, #ff3b30 100%) !important;
  background: -o-linear-gradient(left, #ff2676 0%, #ff3b30 100%) !important;
  background: -ms-linear-gradient(left, #ff2676 0%, #ff3b30 100%) !important;
  background: linear-gradient(to right, #ff2676 0%, #ff3b30 100%) !important;
}
.bg-gradient-custom1 {
  background: #e6b800 !important;
  background: -moz-linear-gradient(left, #e6b800 0%, #e67f00 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #e6b800), color-stop(100%, #e67f00)) !important;
  background: -webkit-linear-gradient(left, #e6b800 0%, #e67f00 100%) !important;
  background: -o-linear-gradient(left, #e6b800 0%, #e67f00 100%) !important;
  background: -ms-linear-gradient(left, #e6b800 0%, #e67f00 100%) !important;
  background: linear-gradient(to right, #e6b800 0%, #e67f00 100%) !important;
}
.bg-gradient-custom2 {
  background: #00ff80 !important;
  background: -moz-linear-gradient(left, #00ff80 0%, #0076ff 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #00ff80), color-stop(100%, #0076ff)) !important;
  background: -webkit-linear-gradient(left, #00ff80 0%, #0076ff 100%) !important;
  background: -o-linear-gradient(left, #00ff80 0%, #0076ff 100%) !important;
  background: -ms-linear-gradient(left, #00ff80 0%, #0076ff 100%) !important;
  background: linear-gradient(to right, #00ff80 0%, #0076ff 100%) !important;
}
.bg-gradient-custom3 {
  background: #50fbdc !important;
  background: -moz-linear-gradient(left, #50fbdc 0%, #56c2f4 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #50fbdc), color-stop(100%, #56c2f4)) !important;
  background: -webkit-linear-gradient(left, #50fbdc 0%, #56c2f4 100%) !important;
  background: -o-linear-gradient(left, #50fbdc 0%, #56c2f4 100%) !important;
  background: -ms-linear-gradient(left, #50fbdc 0%, #56c2f4 100%) !important;
  background: linear-gradient(to right, #50fbdc 0%, #56c2f4 100%) !important;
}
.bg-gradient-custom4 {
  background: #92b5f5 !important;
  background: -moz-linear-gradient(left, #92b5f5 0%, #c75ae0 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #92b5f5), color-stop(100%, #c75ae0)) !important;
  background: -webkit-linear-gradient(left, #92b5f5 0%, #c75ae0 100%) !important;
  background: -o-linear-gradient(left, #92b5f5 0%, #c75ae0 100%) !important;
  background: -ms-linear-gradient(left, #92b5f5 0%, #c75ae0 100%) !important;
  background: linear-gradient(to right, #92b5f5 0%, #c75ae0 100%) !important;
}
.bg-gradient-custom5 {
  background: #00ffcc !important;
  background: -moz-linear-gradient(left, #00ffcc 0%, #f2ff00 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #00ffcc), color-stop(100%, #f2ff00)) !important;
  background: -webkit-linear-gradient(left, #00ffcc 0%, #f2ff00 100%) !important;
  background: -o-linear-gradient(left, #00ffcc 0%, #f2ff00 100%) !important;
  background: -ms-linear-gradient(left, #00ffcc 0%, #f2ff00 100%) !important;
  background: linear-gradient(to right, #00ffcc 0%, #f2ff00 100%) !important;
}
.bg-gradient-custom6 {
  background: #bc23b8 !important;
  background: -moz-linear-gradient(left, #bc23b8 0%, #4d5adb 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #bc23b8), color-stop(100%, #4d5adb)) !important;
  background: -webkit-linear-gradient(left, #bc23b8 0%, #4d5adb 100%) !important;
  background: -o-linear-gradient(left, #bc23b8 0%, #4d5adb 100%) !important;
  background: -ms-linear-gradient(left, #bc23b8 0%, #4d5adb 100%) !important;
  background: linear-gradient(to right, #bc23b8 0%, #4d5adb 100%) !important;
}
.bg-gradient-custom7 {
  background: #391cff !important;
  background: -moz-linear-gradient(left, #391cff 0%, #fc3b33 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #391cff), color-stop(100%, #fc3b33)) !important;
  background: -webkit-linear-gradient(left, #391cff 0%, #fc3b33 100%) !important;
  background: -o-linear-gradient(left, #391cff 0%, #fc3b33 100%) !important;
  background: -ms-linear-gradient(left, #391cff 0%, #fc3b33 100%) !important;
  background: linear-gradient(to right, #391cff 0%, #fc3b33 100%) !important;
}
.text-gradient-default {
  color: #494949;
  background: -webkit-linear-gradient(#494949, #313131);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-primary {
  color: #59ab02;
  background: -webkit-linear-gradient(#6bcf00, #59ab02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-success {
  color: #4cd964;
  background: -webkit-linear-gradient(#27b73f, #4cd964);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-info {
  color: #5ac8fa;
  background: -webkit-linear-gradient(#9fdffc, #5ac8fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-warning {
  color: #ffcc00;
  background: -webkit-linear-gradient(#ffda47, #ffcc00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-danger {
  color: #ff3b30;
  background: -webkit-linear-gradient(#ff2676, #ff3b30);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-custom1 {
  color: #e6b800;
  background: -webkit-linear-gradient(#e6b800, #e67f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-custom2 {
  color: #00ff80;
  background: -webkit-linear-gradient(#00ff80, #0076ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-custom3 {
  color: #50fbdc;
  background: -webkit-linear-gradient(#50fbdc, #56c2f4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-custom4 {
  color: #c75ae0;
  background: -webkit-linear-gradient(#92b5f5, #c75ae0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-custom5 {
  color: #f2ff00;
  background: -webkit-linear-gradient(#00ffcc, #f2ff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-custom6 {
  color: #4d5adb;
  background: -webkit-linear-gradient(#bc23b8, #4d5adb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-custom7 {
  color: #fc3b33;
  background: -webkit-linear-gradient(#391cff, #fc3b33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: height 1.5s .3s, opacity 1.2s .5s;
  -o-transition: height 1.5s .3s, opacity 1.2s .5s;
  transition: height 1.5s .3s, opacity 1.2s .5s;
}
.preloader.cloak {
  height: 0;
  opacity: 0;
}
.preloader .spinner {
  width: 32px;
  height: 32px;
  position: relative;
  top: 50%;
  margin: 0 auto;
  transition: all .3s;
}
.preloader .cube1,
.preloader .cube2 {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}
.preloader .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animation {
  opacity: 0;
}
.animated {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    -ms-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1000px, 0, 0);
    -ms-transform: translate3d(-1000px, 0, 0);
    transform: translate3d(-1000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1000px, 0, 0);
    transform: translate3d(1000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1000px, 0, 0);
    -ms-transform: translate3d(1000px, 0, 0);
    transform: translate3d(1000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    -ms-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    -ms-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    -ms-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */
.waves-effect {
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(255, 107, 0, 0.1) 0, rgba(255, 107, 0, 0.2) 40%, rgba(255, 107, 0, 0.3) 50%, rgba(255, 107, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 107, 0, 0.1) 0, rgba(255, 107, 0, 0.2) 40%, rgba(255, 107, 0, 0.3) 50%, rgba(255, 107, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 107, 0, 0.1) 0, rgba(255, 107, 0, 0.2) 40%, rgba(255, 107, 0, 0.3) 50%, rgba(255, 107, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 107, 0, 0.1) 0, rgba(255, 107, 0, 0.2) 40%, rgba(255, 107, 0, 0.3) 50%, rgba(255, 107, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.nav-tabs.alt-tabs li a.waves-effect .waves-ripple {
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.5);
}
.waves-effect.waves-primary .waves-ripple {
  background: rgba(0, 143, 237, 0.5);
  background: -webkit-radial-gradient(rgba(0, 143, 237, 0.3) 0, rgba(0, 143, 237, 0.4) 40%, rgba(0, 143, 237, 0.5) 50%, rgba(0, 143, 237, 0.6) 60%, rgba(0, 143, 237, 0) 70%);
  background: -o-radial-gradient(rgba(0, 143, 237, 0.3) 0, rgba(0, 143, 237, 0.4) 40%, rgba(0, 143, 237, 0.5) 50%, rgba(0, 143, 237, 0.6) 60%, rgba(0, 143, 237, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 143, 237, 0.3) 0, rgba(0, 143, 237, 0.4) 40%, rgba(0, 143, 237, 0.5) 50%, rgba(0, 143, 237, 0.6) 60%, rgba(0, 143, 237, 0) 70%);
  background: radial-gradient(rgba(0, 143, 237, 0.3) 0, rgba(0, 143, 237, 0.4) 40%, rgba(0, 143, 237, 0.5) 50%, rgba(0, 143, 237, 0.6) 60%, rgba(0, 143, 237, 0) 70%);
}
.nav-tabs > li > a.waves-effect.waves-primary .waves-ripple,
.nav-filters > li > a.waves-effect.waves-primary .waves-ripple {
  background: rgba(0, 143, 237, 0.4);
  background: -webkit-radial-gradient(rgba(0, 143, 237, 0.2) 0, rgba(0, 143, 237, 0.3) 40%, rgba(0, 143, 237, 0.4) 50%, rgba(0, 143, 237, 0.5) 60%, rgba(0, 143, 237, 0) 70%);
  background: -o-radial-gradient(rgba(0, 143, 237, 0.2) 0, rgba(0, 143, 237, 0.3) 40%, rgba(0, 143, 237, 0.4) 50%, rgba(0, 143, 237, 0.5) 60%, rgba(0, 143, 237, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 143, 237, 0.2) 0, rgba(0, 143, 237, 0.3) 40%, rgba(0, 143, 237, 0.4) 50%, rgba(0, 143, 237, 0.5) 60%, rgba(0, 143, 237, 0) 70%);
  background: radial-gradient(rgba(0, 143, 237, 0.2) 0, rgba(0, 143, 237, 0.3) 40%, rgba(0, 143, 237, 0.4) 50%, rgba(0, 143, 237, 0.5) 60%, rgba(0, 143, 237, 0) 70%);
}
.waves-effect.waves-success .waves-ripple {
  background: rgba(150, 203, 75, 0.6);
  background: -webkit-radial-gradient(rgba(150, 203, 75, 0.4) 0, rgba(150, 203, 75, 0.5) 40%, rgba(150, 203, 75, 0.6) 50%, rgba(150, 203, 75, 0.7) 60%, rgba(150, 203, 75, 0) 70%);
  background: -o-radial-gradient(rgba(150, 203, 75, 0.4) 0, rgba(150, 203, 75, 0.5) 40%, rgba(150, 203, 75, 0.6) 50%, rgba(150, 203, 75, 0.7) 60%, rgba(150, 203, 75, 0) 70%);
  background: -moz-radial-gradient(rgba(150, 203, 75, 0.4) 0, rgba(150, 203, 75, 0.5) 40%, rgba(150, 203, 75, 0.6) 50%, rgba(150, 203, 75, 0.7) 60%, rgba(150, 203, 75, 0) 70%);
  background: radial-gradient(rgba(150, 203, 75, 0.4) 0, rgba(150, 203, 75, 0.5) 40%, rgba(150, 203, 75, 0.6) 50%, rgba(150, 203, 75, 0.7) 60%, rgba(150, 203, 75, 0) 70%);
}
.waves-effect.waves-info .waves-ripple {
  background: rgba(75, 98, 255, 0.6);
  background: -webkit-radial-gradient(rgba(75, 98, 255, 0.4) 0, rgba(75, 98, 255, 0.5) 40%, rgba(75, 98, 255, 0.6) 50%, rgba(75, 98, 255, 0.7) 60%, rgba(75, 98, 255, 0) 70%);
  background: -o-radial-gradient(rgba(75, 98, 255, 0.4) 0, rgba(75, 98, 255, 0.5) 40%, rgba(75, 98, 255, 0.6) 50%, rgba(75, 98, 255, 0.7) 60%, rgba(75, 98, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(75, 98, 255, 0.4) 0, rgba(75, 98, 255, 0.5) 40%, rgba(75, 98, 255, 0.6) 50%, rgba(75, 98, 255, 0.7) 60%, rgba(75, 98, 255, 0) 70%);
  background: radial-gradient(rgba(75, 98, 255, 0.4) 0, rgba(75, 98, 255, 0.5) 40%, rgba(75, 98, 255, 0.6) 50%, rgba(75, 98, 255, 0.7) 60%, rgba(75, 98, 255, 0) 70%);
}
.waves-effect.waves-warning .waves-ripple {
  background: rgba(255, 109, 0, 0.5);
  background: -webkit-radial-gradient(rgba(255, 109, 0, 0.3) 0, rgba(255, 109, 0, 0.4) 40%, rgba(255, 109, 0, 0.5) 50%, rgba(255, 109, 0, 0.6) 60%, rgba(255, 109, 0, 0) 70%);
  background: -o-radial-gradient(rgba(255, 109, 0, 0.3) 0, rgba(255, 109, 0, 0.4) 40%, rgba(255, 109, 0, 0.5) 50%, rgba(255, 109, 0, 0.6) 60%, rgba(255, 109, 0, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 109, 0, 0.3) 0, rgba(255, 109, 0, 0.4) 40%, rgba(255, 109, 0, 0.5) 50%, rgba(255, 109, 0, 0.6) 60%, rgba(255, 109, 0, 0) 70%);
  background: radial-gradient(rgba(255, 109, 0, 0.3) 0, rgba(255, 109, 0, 0.4) 40%, rgba(255, 109, 0, 0.5) 50%, rgba(255, 109, 0, 0.6) 60%, rgba(255, 109, 0, 0) 70%);
}
.waves-effect.waves-danger .waves-ripple {
  background: rgba(233, 30, 99, 0.5);
  background: -webkit-radial-gradient(rgba(233, 30, 99, 0.3) 0, rgba(233, 30, 99, 0.4) 40%, rgba(233, 30, 99, 0.5) 50%, rgba(233, 30, 99, 0.6) 60%, rgba(233, 30, 99, 0) 70%);
  background: -o-radial-gradient(rgba(233, 30, 99, 0.3) 0, rgba(233, 30, 99, 0.4) 40%, rgba(233, 30, 99, 0.5) 50%, rgba(233, 30, 99, 0.6) 60%, rgba(233, 30, 99, 0) 70%);
  background: -moz-radial-gradient(rgba(233, 30, 99, 0.3) 0, rgba(233, 30, 99, 0.4) 40%, rgba(233, 30, 99, 0.5) 50%, rgba(233, 30, 99, 0.6) 60%, rgba(233, 30, 99, 0) 70%);
  background: radial-gradient(rgba(233, 30, 99, 0.3) 0, rgba(233, 30, 99, 0.4) 40%, rgba(233, 30, 99, 0.5) 50%, rgba(233, 30, 99, 0.6) 60%, rgba(233, 30, 99, 0) 70%);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
.android .waves-button,
.android .waves-circle {
  -webkit-mask-image: none;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1.5px 3px 1.5px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1.5px 3px 1.5px rgba(0, 0, 0, 0.22);
}
.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}
.page-title {
  width: 100%;
  position: relative;
  min-height: 110px;
  padding: 0;
  border-bottom: 1px solid #dedede;
}
.page-title h1,
.page-title .h1,
.page-title h2,
.page-title .h2,
.page-title h3,
.page-title .h3 {
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  z-index: 5;
}
.page-title .ph-table {
  width: 100%;
  display: table;
  height: 110px;
}
.page-title .ph-td {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding: 36px 0 16px 0;
}
.page-title .ph-td:first-child {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .page-title .ph-td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .page-title .ph-td:first-child {
    width: 100%;
    padding-bottom: 16px;
  }
  .page-title .ph-td:last-child {
    padding-top: 0;
  }
}
.page-title .overlay {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-title h1 {
    font-size: 36px;
  }
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border: 1px solid;
  border-color: #59ab02;
  border-radius: 1px;
  display: inline-block;
  padding: 0 24px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb > li {
  font-size: 14px;
  color: #4d4d4d;
  cursor: default;
}
.breadcrumb > li + li:before {
  padding: 0 2px;
  display: none;
}
.breadcrumb > li > a:after {
  font-family: 'Pe-icon-7-stroke';
  content: "\e684";
  vertical-align: middle;
  font-size: 25px;
  margin-left: 2px;
}
.page-title-dark,
.page-title-image,
.page-title-banner {
  color: #fff;
  background-color: #3a3a3a;
  border-bottom: none;
}
.page-title-dark .breadcrumb > li,
.page-title-image .breadcrumb > li,
.page-title-banner .breadcrumb > li {
  font-weight: 300;
  color: #cccccc;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-title-dark .breadcrumb > li > a,
.page-title-image .breadcrumb > li > a,
.page-title-banner .breadcrumb > li > a {
  color: #fff;
}
.page-title-dark .breadcrumb > li > a:after,
.page-title-image .breadcrumb > li > a:after,
.page-title-banner .breadcrumb > li > a:after {
  color: #cccccc;
}
.page-title-image,
.page-title-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title-image .ph-td,
.page-title-banner .ph-td {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .page-title-image .ph-td:first-child,
  .page-title-banner .ph-td:first-child {
    padding-bottom: 16px;
  }
  .page-title-image .ph-td:last-child,
  .page-title-banner .ph-td:last-child {
    padding-top: 0;
  }
}
.x2 .ph-td,
.page-title-image-parallax .ph-td {
  padding: 67.2px 0;
}
@media screen and (max-width: 991px) {
  .x2 .ph-td:first-child,
  .page-title-image-parallax .ph-td:first-child {
    padding-bottom: 16px;
  }
  .x2 .ph-td:last-child,
  .page-title-image-parallax .ph-td:last-child {
    padding-top: 0;
  }
}
.page-title-banner {
  padding: 216px 0 55px 0;
  text-align: center;
}
.page-title-banner .breadcrumb {
  display: table;
  background-color: #eb6200;
  padding: 4px 23px;
  margin: 20px auto 0 auto;
}
.page-title-image-parallax {
  background-attachment: fixed;
}
@media screen and (max-width: 991px) {
  .page-title-image-parallax {
    background-attachment: scroll;
  }
}
.block-title {
  margin-bottom: 36px;
  position: relative;
  padding: 1px 23px;
  color: #fff;
  background: #59ab02;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00));
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%);
  border-bottom: 2px solid #53a100;
  -webkit-box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
}
.block-title.boxed {
  display: inline-block;
}
.block-title.no-borders {
  box-shadow: none;
  padding: 0;
}
.block-title .overlay {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
}
.block-title .container {
  overflow: hidden;
}
.block-title h2,
.block-title h3,
.block-title h4 {
  position: relative;
  z-index: 5;
  display: inline-block;
}
.block-title h2:after,
.block-title h3:after,
.block-title h4:after {
  position: absolute;
  content: "";
  bottom: -23px;
  left: 0;
  height: 13px;
  width: 100%;
  border-bottom: 2px solid #d9d9d9;
  -webkit-box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
  background: #ffffff;
}
.block-title h2 {
  margin: 36px 0;
}
.block-title h3 {
  margin: 24px 0;
}
.block-title small {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  max-width: 550px;
  margin: 0 0 20px 0;
}
.block-title.text-center small {
  margin-left: auto;
  margin-right: auto;
}
.block-title.text-center h2:before {
  display: none;
}
.block-title.text-right small {
  margin-left: auto;
  margin-right: 0;
}
.block-title.text-right h2:before {
  display: none;
}
.block-title hr {
  margin: 0 0 17px 0;
  border-top: 4px solid #ffffff;
}
.block-title.on-light {
  background: transparent;
  border: none;
}
.block-title.on-light h2,
.block-title.on-light h3 {
  color: #3a3a3a;
}
.block-title.on-light small {
  color: #59ab02;
}
.block-title.on-light h2:after,
.block-title.on-light h3:after {
  background: #59ab02;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00));
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%);
  border-bottom: 2px solid #53a100;
}
.block-title.on-dark {
  background: #4d4d4d;
  border-bottom: 2px solid #676767;
}
.block-title.on-dark h2,
.block-title.on-dark h3 {
  color: #fff;
}
.block-title.on-dark h2:before {
  background: #59ab02;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00));
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%);
}
@media screen and (max-width: 768px) {
  .block-title h1 {
    font-size: 36px;
  }
  .block-title h2 {
    font-size: 28.8px;
  }
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid #dedede;
}
hr.hr-default {
  border-color: #3a3a3a;
}
hr.hr-primary {
  border-color: #59ab02;
}
hr.hr-success {
  border-color: #4cd964;
}
hr.hr-info {
  border-color: #5ac8fa;
}
hr.hr-warning {
  border-color: #ffcc00;
}
hr.hr-danger {
  border-color: #ff3b30;
}
hr.hr-dashed {
  border-style: dashed;
}
hr.hr-dotted {
  border-style: dotted;
}
hr.hr-bold {
  border-width: 4px;
}
hr.hr-gradient {
  border: none;
  height: 4px;
}
hr.hr-gradient.hr-gradient-1 {
  background: #00ff80;
  background: -moz-linear-gradient(left, #00ff80 0%, #0076ff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00ff80), color-stop(100%, #0076ff));
  background: -webkit-linear-gradient(left, #00ff80 0%, #0076ff 100%);
  background: -o-linear-gradient(left, #00ff80 0%, #0076ff 100%);
  background: -ms-linear-gradient(left, #00ff80 0%, #0076ff 100%);
  background: linear-gradient(to right, #00ff80 0%, #0076ff 100%);
}
hr.hr-gradient.hr-gradient-2 {
  background: #ff8d00;
  background: -moz-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8d00), color-stop(100%, #ffcc00));
  background: -webkit-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
  background: -o-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
  background: -ms-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
  background: linear-gradient(to right, #ff8d00 0%, #ffcc00 100%);
}
hr.hr-gradient.hr-gradient-3 {
  background: #50fbdc;
  background: -moz-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #50fbdc), color-stop(100%, #56c2f4));
  background: -webkit-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
  background: -o-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
  background: -ms-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
  background: linear-gradient(to right, #50fbdc 0%, #56c2f4 100%);
}
hr.hr-gradient.hr-gradient-4 {
  background: #00ffcc;
  background: -moz-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00ffcc), color-stop(100%, #f2ff00));
  background: -webkit-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
  background: -o-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
  background: -ms-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
  background: linear-gradient(to right, #00ffcc 0%, #f2ff00 100%);
}
hr.hr-gradient.hr-gradient-5 {
  background: #92b5f5;
  background: -moz-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #92b5f5), color-stop(100%, #c75ae0));
  background: -webkit-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
  background: -o-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
  background: -ms-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
  background: linear-gradient(to right, #92b5f5 0%, #c75ae0 100%);
}
hr.hr-gradient.hr-gradient-6 {
  background: #391cff;
  background: -moz-linear-gradient(left, #391cff 0%, #fc3b33 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #391cff), color-stop(100%, #fc3b33));
  background: -webkit-linear-gradient(left, #391cff 0%, #fc3b33 100%);
  background: -o-linear-gradient(left, #391cff 0%, #fc3b33 100%);
  background: -ms-linear-gradient(left, #391cff 0%, #fc3b33 100%);
  background: linear-gradient(to right, #391cff 0%, #fc3b33 100%);
}
hr.no-space {
  margin: 0;
}
.caret {
  display: inline-block;
  font-family: 'Flaticon';
  font-size: 15px;
  width: 15px;
  height: 15px;
  margin-left: 6px !important;
  vertical-align: middle;
  border: none;
}
.caret:before {
  content: "\e04c";
}
.btn.dropdown-toggle .caret,
.btn-ghost.dropdown-toggle .caret {
  margin-left: 16px !important;
  margin-right: 8px;
}
.btn-group > .btn + .dropdown-toggle .caret,
.btn-group > .btn-ghost + .dropdown-toggle .caret {
  margin-left: 10px !important;
  margin-right: 12px;
}
.dropup .caret:before {
  content: "\e023";
}
.dropdown-menu {
  padding: 12px 0;
  margin-top: -6px;
  font-size: 13px;
  border: none;
  border-radius: 2px;
  background-color: #4d4d4d;
  -webkit-box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.dropdown-menu > li {
  margin: 1px 0;
}
.dropdown-menu > li > a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5 !important;
  padding: 8px 34px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  opacity: 1;
  color: #fff;
  background: #59ab02;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00));
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%);
}
.dropdown-menu > li.active a,
.dropdown-menu > li.active a:hover,
.dropdown-menu > li.active a:focus {
  opacity: 1;
  color: #3a3a3a;
  background-color: rgba(58, 58, 58, 0.7);
}
.dropdown-menu > li.disabled > a {
  pointer-events: none;
  color: #cccccc;
}
.dropdown-menu > li.divider {
  background-color: #ffffff;
  margin: 8px 0;
}
.body-alt .dropdown-menu {
  background-color: #ffffff;
}
.open > .dropdown-menu {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.btn-group.open .dropdown-toggle.btn-ghost.btn-default,
.btn-group.open .dropdown-toggle.btn-ghost.btn-primary,
.btn-group.open .dropdown-toggle.btn-ghost.btn-success,
.btn-group.open .dropdown-toggle.btn-ghost.btn-info,
.btn-group.open .dropdown-toggle.btn-ghost.btn-warning,
.btn-group.open .dropdown-toggle.btn-ghost.btn-danger {
  color: #fff;
}
.btn-group.open .dropdown-toggle.btn-ghost.btn-default {
  background-color: #ffffff;
}
.btn-group.open .dropdown-toggle.btn-ghost.btn-primary {
  background-color: #59ab02;
}
.btn-group.open .dropdown-toggle.btn-ghost.btn-success {
  background-color: #4cd964;
}
.btn-group.open .dropdown-toggle.btn-ghost.btn-info {
  background-color: #5ac8fa;
}
.btn-group.open .dropdown-toggle.btn-ghost.btn-warning {
  background-color: #ffcc00;
}
.btn-group.open .dropdown-toggle.btn-ghost.btn-danger {
  background-color: #ff3b30;
}
.dropdown-header {
  padding: 7px 44px !important;
}
.cbutton {
  position: relative;
}
.cbutton::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -19px 0 0 -19px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  content: '';
  opacity: 0;
  pointer-events: none;
}
.cbutton--effect::after {
  background-color: rgba(255, 107, 0, 0.13);
}
.cbutton--effect.cbutton--click::after {
  -webkit-animation: anim-effect 0.35s forwards;
  animation: anim-effect 0.35s forwards;
}
@-webkit-keyframes anim-effect {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }
  25%,
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}
@keyframes anim-effect {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }
  25%,
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}
.icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 42px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.icon[class^="flaticon-"],
.icon[class*=" flaticon-"] {
  font-size: 39px;
}
.icon.icon-2x {
  font-size: 71.4px;
}
.icon.icon-2x[class^="flaticon-"],
.icon.icon-2x[class*=" flaticon-"] {
  font-size: 67px;
}
.icon.icon-default {
  color: #3a3a3a;
}
.icon.icon-primary {
  color: #59ab02;
}
.icon.icon-success {
  color: #4cd964;
}
.icon.icon-info {
  color: #5ac8fa;
}
.icon.icon-warning {
  color: #ffcc00;
}
.icon.icon-danger {
  color: #ff3b30;
}
.icon-rounded,
.icon-square,
.icon-circle {
  width: 42px;
  height: 42px;
  font-size: 28px;
  text-align: center;
  line-height: 42px;
  color: #fff !important;
  background-color: #3a3a3a;
  -webkit-box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.6);
  border-bottom: 2px solid #545454;
}
.icon-rounded[class^="flaticon-"],
.icon-square[class^="flaticon-"],
.icon-circle[class^="flaticon-"],
.icon-rounded[class*=" flaticon-"],
.icon-square[class*=" flaticon-"],
.icon-circle[class*=" flaticon-"] {
  font-size: 28px;
}
.icon-rounded.icon-default,
.icon-square.icon-default,
.icon-circle.icon-default {
  background-color: #3a3a3a;
  border-bottom: 2px solid #545454;
}
.icon-rounded.icon-primary,
.icon-square.icon-primary,
.icon-circle.icon-primary {
  background-color: #59ab02;
  border-bottom: 2px solid #478900;
}
.icon-rounded.icon-success,
.icon-square.icon-success,
.icon-circle.icon-success {
  background-color: #4cd964;
  border-bottom: 2px solid #2ac845;
}
.icon-rounded.icon-info,
.icon-square.icon-info,
.icon-circle.icon-info {
  background-color: #5ac8fa;
  border-bottom: 2px solid #28b7f9;
}
.icon-rounded.icon-warning,
.icon-square.icon-warning,
.icon-circle.icon-warning {
  background-color: #ffcc00;
  border-bottom: 2px solid #cca300;
}
.icon-rounded.icon-danger,
.icon-square.icon-danger,
.icon-circle.icon-danger {
  background-color: #ff3b30;
  border-bottom: 2px solid #fc0d00;
}
.icon-rounded[class^="bg-gradient-"],
.icon-square[class^="bg-gradient-"],
.icon-circle[class^="bg-gradient-"],
.icon-rounded[class*="bg-gradient-"],
.icon-square[class*="bg-gradient-"],
.icon-circle[class*="bg-gradient-"] {
  border: none !important;
}
.icon-rounded {
  border-radius: 3px;
}
.icon-square {
  border-radius: 0;
}
.icon-circle {
  border-radius: 50%;
}
.icon-ghost {
  color: #3a3a3a !important;
  background-color: transparent !important;
  border: 1px solid #3a3a3a;
  box-shadow: none;
}
.icon-ghost.icon-default {
  color: #3a3a3a !important;
  border: 1px solid #3a3a3a;
}
.icon-ghost.icon-primary {
  color: #59ab02 !important;
  border: 1px solid #59ab02;
}
.icon-ghost.icon-success {
  color: #4cd964 !important;
  border: 1px solid #4cd964;
}
.icon-ghost.icon-info {
  color: #5ac8fa !important;
  border: 1px solid #5ac8fa;
}
.icon-ghost.icon-warning {
  color: #ffcc00 !important;
  border: 1px solid #ffcc00;
}
.icon-ghost.icon-danger {
  color: #ff3b30 !important;
  border: 1px solid #ff3b30;
}
.text-left .icon {
  margin-right: 11px;
}
.text-center .icon {
  margin-left: 6px;
  margin-right: 6px;
}
.text-right .icon {
  margin-left: 11px;
}
.text-left.icon,
.align-left.icon {
  margin-right: 11px !important;
}
.align-center.icon,
.text-center.icon {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.text-right.icon,
.align-right.icon {
  margin-left: 11px !important;
}
.social-buttons {
  display: inline-block;
  vertical-align: middle;
}
.social-buttons a {
  display: inline-block;
  text-decoration: none;
  margin: 5px 25px 10px 0;
  opacity: 1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.social-buttons a:hover {
  opacity: .6;
}
.social-buttons a.cbutton--click,
.social-buttons a:focus {
  outline: none;
}
.social-buttons a.monocolor,
.social-buttons a.monocolor:hover {
  color: #59ab02;
}
.text-center.social-buttons,
.text-center .social-buttons {
  text-align: center;
}
.text-center.social-buttons a,
.text-center .social-buttons a {
  margin: 5px 12px 10px 12px;
}
.text-right.social-buttons,
.text-right .social-buttons {
  text-align: right;
}
.text-right.social-buttons a,
.text-right .social-buttons a {
  margin: 5px 0 10px 25px;
}
/* Behance */
.sb-behance {
  color: #1769ff;
}
.sb-behance:hover,
.sb-behance:focus {
  color: #1769ff;
}
.sb-behance.cbutton--effect::after {
  background-color: rgba(23, 105, 255, 0.12);
}
/* Bitbucket */
.sb-bitbucket {
  color: #205081;
}
.sb-bitbucket:hover,
.sb-bitbucket:focus {
  color: #205081;
}
.sb-bitbucket.cbutton--effect::after {
  background-color: rgba(32, 80, 129, 0.12);
}
/* CodePen */
.sb-codepen {
  color: #76daff;
}
.sb-codepen:hover,
.sb-codepen:focus {
  color: #76daff;
}
.sb-codepen.cbutton--effect::after {
  background-color: rgba(118, 218, 255, 0.12);
}
/* DeviantArt */
.sb-deviantart {
  color: #4e6252;
}
.sb-deviantart:hover,
.sb-deviantart:focus {
  color: #4e6252;
}
.sb-deviantart.cbutton--effect::after {
  background-color: rgba(78, 98, 82, 0.12);
}
/* Digg */
.sb-digg {
  color: #000000;
}
.sb-digg:hover,
.sb-digg:focus {
  color: #000000;
}
.sb-digg.cbutton--effect::after {
  background-color: rgba(0, 0, 0, 0.12);
}
/* Dribbble */
.sb-dribbble {
  color: #ea4c89;
}
.sb-dribbble:hover,
.sb-dribbble:focus {
  color: #ea4c89;
}
.sb-dribbble.cbutton--effect::after {
  background-color: rgba(234, 76, 137, 0.12);
}
/* Dropbox */
.sb-dropbox {
  color: #007ee5;
}
.sb-dropbox:hover,
.sb-dropbox:focus {
  color: #007ee5;
}
.sb-dropbox.cbutton--effect::after {
  background-color: rgba(0, 126, 229, 0.12);
}
/* Facebook */
.sb-facebook {
  color: #007aff;
}
.sb-facebook:hover,
.sb-facebook:focus {
  color: #007aff;
}
.sb-facebook.cbutton--effect::after {
  background-color: rgba(0, 122, 255, 0.12);
}
/* Flickr */
.sb-flickr {
  color: #0063dc;
}
.sb-flickr:hover,
.sb-flickr:focus {
  color: #0063dc;
}
.sb-flickr.cbutton--effect::after {
  background-color: rgba(0, 99, 220, 0.12);
}
/* Foursquare */
.sb-foursquare {
  color: #ef4b78;
}
.sb-foursquare:hover,
.sb-foursquare:focus {
  color: #ef4b78;
}
.sb-foursquare.cbutton--effect::after {
  background-color: rgba(239, 75, 120, 0.12);
}
/* GitHub */
.sb-github {
  color: #4183c4;
}
.sb-github:hover,
.sb-github:focus {
  color: #4183c4;
}
.sb-github.cbutton--effect::after {
  background-color: rgba(65, 131, 196, 0.12);
}
/* Google+ */
.sb-google-plus {
  color: #dd4b39;
}
.sb-google-plus:hover,
.sb-google-plus:focus {
  color: #dd4b39;
}
.sb-google-plus.cbutton--effect::after {
  background-color: rgba(221, 75, 57, 0.12);
}
/* Instagram */
.sb-instagram {
  color: #3f729b;
}
.sb-instagram:hover,
.sb-instagram:focus {
  color: #3f729b;
}
.sb-instagram.cbutton--effect::after {
  background-color: rgba(63, 114, 155, 0.12);
}
/* Jsfiddle */
.sb-jsfiddle {
  color: #4679bd;
}
.sb-jsfiddle:hover,
.sb-jsfiddle:focus {
  color: #4679bd;
}
.sb-jsfiddle.cbutton--effect::after {
  background-color: rgba(70, 121, 189, 0.12);
}
/* LastFM */
.sb-lastfm {
  color: #e31b23;
}
.sb-lastfm:hover,
.sb-lastfm:focus {
  color: #e31b23;
}
.sb-lastfm.cbutton--effect::after {
  background-color: rgba(227, 27, 35, 0.12);
}
/* LinkedIn */
.sb-linkedin {
  color: #0976b4;
}
.sb-linkedin:hover,
.sb-linkedin:focus {
  color: #0976b4;
}
.sb-linkedin.cbutton--effect::after {
  background-color: rgba(9, 118, 180, 0.12);
}
/* PayPal */
.sb-paypal {
  color: #253b80;
}
.sb-paypal:hover,
.sb-paypal:focus {
  color: #253b80;
}
.sb-paypal.cbutton--effect::after {
  background-color: rgba(37, 59, 128, 0.12);
}
/* Pinterest */
.sb-pinterest {
  color: #cc2127;
}
.sb-pinterest:hover,
.sb-pinterest:focus {
  color: #cc2127;
}
.sb-pinterest.cbutton--effect::after {
  background-color: rgba(204, 33, 39, 0.12);
}
/* Reddit */
.sb-reddit {
  color: #ff4500;
}
.sb-reddit:hover,
.sb-reddit:focus {
  color: #ff4500;
}
.sb-reddit.cbutton--effect::after {
  background-color: rgba(255, 69, 0, 0.12);
}
/* Skype */
.sb-skype {
  color: #00aff0;
}
.sb-skype:hover,
.sb-skype:focus {
  color: #00aff0;
}
.sb-skype.cbutton--effect::after {
  background-color: rgba(0, 175, 240, 0.12);
}
/* SoundCloud */
.sb-soundcloud {
  color: #f80;
}
.sb-soundcloud:hover,
.sb-soundcloud:focus {
  color: #f80;
}
.sb-soundcloud.cbutton--effect::after {
  background-color: rgba(255, 136, 0, 0.12);
}
/* Stack Overflow */
.sb-stackoverflow {
  color: #fe7a15;
}
.sb-stackoverflow:hover,
.sb-stackoverflow:focus {
  color: #fe7a15;
}
.sb-stackoverflow.cbutton--effect::after {
  background-color: rgba(254, 122, 21, 0.12);
}
/* Steam */
.sb-steam {
  color: #7da10e;
}
.sb-steam:hover,
.sb-steam:focus {
  color: #7da10e;
}
.sb-steam.cbutton--effect::after {
  background-color: rgba(125, 161, 14, 0.12);
}
/* StumbleUpon */
.sb-stumbleupon {
  color: #eb4924;
}
.sb-stumbleupon:hover,
.sb-stumbleupon:focus {
  color: #eb4924;
}
.sb-stumbleupon.cbutton--effect::after {
  background-color: rgba(235, 73, 36, 0.12);
}
/* Trello */
.sb-trello {
  color: #256a92;
}
.sb-trello:hover,
.sb-trello:focus {
  color: #256a92;
}
.sb-trello.cbutton--effect::after {
  background-color: rgba(37, 106, 146, 0.12);
}
/* Tumblr */
.sb-tumblr {
  color: #35465c;
}
.sb-tumblr:hover,
.sb-tumblr:focus {
  color: #35465c;
}
.sb-tumblr.cbutton--effect::after {
  background-color: rgba(53, 70, 92, 0.12);
}
/* Twitch */
.sb-twitch {
  color: #6441a5;
}
.sb-twitch:hover,
.sb-twitch:focus {
  color: #6441a5;
}
.sb-twitch.cbutton--effect::after {
  background-color: rgba(100, 65, 165, 0.12);
}
/* Twitter */
.sb-twitter {
  color: #5ac8fa;
}
.sb-twitter:hover,
.sb-twitter:focus {
  color: #5ac8fa;
}
.sb-twitter.cbutton--effect::after {
  background-color: rgba(90, 200, 250, 0.14);
}
/* Vimeo */
.sb-vimeo {
  color: #1ab7ea;
}
.sb-vimeo:hover,
.sb-vimeo:focus {
  color: #1ab7ea;
}
.sb-vimeo.cbutton--effect::after {
  background-color: rgba(26, 183, 234, 0.12);
}
/* Vine */
.sb-vine {
  color: #00b488;
}
.sb-vine:hover,
.sb-vine:focus {
  color: #00b488;
}
.sb-vine.cbutton--effect::after {
  background-color: rgba(0, 180, 136, 0.12);
}
/* VKontakte */
.sb-vk {
  color: #45668e;
}
.sb-vk:hover,
.sb-vk:focus {
  color: #45668e;
}
.sb-vk.cbutton--effect::after {
  background-color: rgba(69, 102, 142, 0.12);
}
/* WeChat */
.sb-wechat {
  color: #98d11c;
}
.sb-wechat:hover,
.sb-wechat:focus {
  color: #98d11c;
}
.sb-wechat.cbutton--effect::after {
  background-color: rgba(152, 209, 28, 0.12);
}
/* WordPress */
.sb-wordpress {
  color: #21759b;
}
.sb-wordpress:hover,
.sb-wordpress:focus {
  color: #21759b;
}
.sb-wordpress.cbutton--effect::after {
  background-color: rgba(33, 117, 155, 0.12);
}
/* XING */
.sb-xing {
  color: #026466;
}
.sb-xing:hover,
.sb-xing:focus {
  color: #026466;
}
.sb-xing.cbutton--effect::after {
  background-color: rgba(2, 100, 102, 0.12);
}
/* Yahoo! */
.sb-yahoo {
  color: #400191;
}
.sb-yahoo:hover,
.sb-yahoo:focus {
  color: #400191;
}
.sb-yahoo.cbutton--effect::after {
  background-color: rgba(64, 1, 145, 0.12);
}
/* Yelp */
.sb-yelp {
  color: #af0606;
}
.sb-yelp:hover,
.sb-yelp:focus {
  color: #af0606;
}
.sb-yelp.cbutton--effect::after {
  background-color: rgba(175, 6, 6, 0.12);
}
/* YouTube */
.sb-youtube {
  color: #e52d27;
}
.sb-youtube:hover,
.sb-youtube:focus {
  color: #e52d27;
}
.sb-youtube.cbutton--effect::after {
  background-color: rgba(229, 45, 39, 0.12);
}
.social-buttons-square,
.social-buttons-rounded,
.social-buttons-circle {
  display: inline-block;
  vertical-align: middle;
  /* Behance */
  /* Bitbucket */
  /* CodePen */
  /* DeviantArt */
  /* Digg */
  /* Dribbble */
  /* Dropbox */
  /* Facebook */
  /* Flickr */
  /* Foursquare */
  /* GitHub */
  /* Google+ */
  /* Instagram */
  /* Jsfiddle */
  /* LastFM */
  /* LinkedIn */
  /* PayPal */
  /* Pinterest */
  /* Reddit */
  /* Skype */
  /* SoundCloud */
  /* Stack Overflow */
  /* Steam */
  /* StumbleUpon */
  /* Trello */
  /* Tumblr */
  /* Twitch */
  /* Twitter */
  /* Vimeo */
  /* Vine */
  /* VKontakte */
  /* WeChat */
  /* WordPress */
  /* XING */
  /* Yahoo! */
  /* Yelp */
  /* YouTube */
}
.social-buttons-square.monocolor a,
.social-buttons-rounded.monocolor a,
.social-buttons-circle.monocolor a {
  background-color: #59ab02 !important;
}
.social-buttons-square a,
.social-buttons-rounded a,
.social-buttons-circle a {
  display: inline-block;
  width: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin: 0 2px 6px 0;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.6);
}
.social-buttons-square a:hover,
.social-buttons-rounded a:hover,
.social-buttons-circle a:hover {
  color: #fff;
  opacity: .7;
}
.social-buttons-square a:focus,
.social-buttons-rounded a:focus,
.social-buttons-circle a:focus {
  color: #fff;
  outline: none;
}
.social-buttons-square .sb-behance,
.social-buttons-rounded .sb-behance,
.social-buttons-circle .sb-behance {
  background-color: #1769ff;
}
.social-buttons-square .sb-bitbucket,
.social-buttons-rounded .sb-bitbucket,
.social-buttons-circle .sb-bitbucket {
  background-color: #205081;
}
.social-buttons-square .sb-codepen,
.social-buttons-rounded .sb-codepen,
.social-buttons-circle .sb-codepen {
  background-color: #76daff;
}
.social-buttons-square .sb-deviantart,
.social-buttons-rounded .sb-deviantart,
.social-buttons-circle .sb-deviantart {
  background-color: #4e6252;
}
.social-buttons-square .sb-digg,
.social-buttons-rounded .sb-digg,
.social-buttons-circle .sb-digg {
  background-color: #000000;
}
.social-buttons-square .sb-dribbble,
.social-buttons-rounded .sb-dribbble,
.social-buttons-circle .sb-dribbble {
  background-color: #ea4c89;
}
.social-buttons-square .sb-dropbox,
.social-buttons-rounded .sb-dropbox,
.social-buttons-circle .sb-dropbox {
  background-color: #007ee5;
}
.social-buttons-square .sb-facebook,
.social-buttons-rounded .sb-facebook,
.social-buttons-circle .sb-facebook {
  background-color: #007aff;
}
.social-buttons-square .sb-flickr,
.social-buttons-rounded .sb-flickr,
.social-buttons-circle .sb-flickr {
  background-color: #0063dc;
}
.social-buttons-square .sb-foursquare,
.social-buttons-rounded .sb-foursquare,
.social-buttons-circle .sb-foursquare {
  background-color: #ef4b78;
}
.social-buttons-square .sb-github,
.social-buttons-rounded .sb-github,
.social-buttons-circle .sb-github {
  background-color: #4183c4;
}
.social-buttons-square .sb-google-plus,
.social-buttons-rounded .sb-google-plus,
.social-buttons-circle .sb-google-plus {
  background-color: #dd4b39;
}
.social-buttons-square .sb-instagram,
.social-buttons-rounded .sb-instagram,
.social-buttons-circle .sb-instagram {
  background-color: #3f729b;
}
.social-buttons-square .sb-jsfiddle,
.social-buttons-rounded .sb-jsfiddle,
.social-buttons-circle .sb-jsfiddle {
  background-color: #4679bd;
}
.social-buttons-square .sb-lastfm,
.social-buttons-rounded .sb-lastfm,
.social-buttons-circle .sb-lastfm {
  background-color: #e31b23;
}
.social-buttons-square .sb-linkedin,
.social-buttons-rounded .sb-linkedin,
.social-buttons-circle .sb-linkedin {
  background-color: #0976b4;
}
.social-buttons-square .sb-paypal,
.social-buttons-rounded .sb-paypal,
.social-buttons-circle .sb-paypal {
  background-color: #253b80;
}
.social-buttons-square .sb-pinterest,
.social-buttons-rounded .sb-pinterest,
.social-buttons-circle .sb-pinterest {
  background-color: #cc2127;
}
.social-buttons-square .sb-reddit,
.social-buttons-rounded .sb-reddit,
.social-buttons-circle .sb-reddit {
  background-color: #ff4500;
}
.social-buttons-square .sb-skype,
.social-buttons-rounded .sb-skype,
.social-buttons-circle .sb-skype {
  background-color: #00aff0;
}
.social-buttons-square .sb-soundcloud,
.social-buttons-rounded .sb-soundcloud,
.social-buttons-circle .sb-soundcloud {
  background-color: #f80;
}
.social-buttons-square .sb-stackoverflow,
.social-buttons-rounded .sb-stackoverflow,
.social-buttons-circle .sb-stackoverflow {
  background-color: #fe7a15;
}
.social-buttons-square .sb-steam,
.social-buttons-rounded .sb-steam,
.social-buttons-circle .sb-steam {
  background-color: #7da10e;
}
.social-buttons-square .sb-stumbleupon,
.social-buttons-rounded .sb-stumbleupon,
.social-buttons-circle .sb-stumbleupon {
  background-color: #eb4924;
}
.social-buttons-square .sb-trello,
.social-buttons-rounded .sb-trello,
.social-buttons-circle .sb-trello {
  background-color: #256a92;
}
.social-buttons-square .sb-tumblr,
.social-buttons-rounded .sb-tumblr,
.social-buttons-circle .sb-tumblr {
  background-color: #35465c;
}
.social-buttons-square .sb-twitch,
.social-buttons-rounded .sb-twitch,
.social-buttons-circle .sb-twitch {
  background-color: #6441a5;
}
.social-buttons-square .sb-twitter,
.social-buttons-rounded .sb-twitter,
.social-buttons-circle .sb-twitter {
  background-color: #5ac8fa;
}
.social-buttons-square .sb-vimeo,
.social-buttons-rounded .sb-vimeo,
.social-buttons-circle .sb-vimeo {
  background-color: #1ab7ea;
}
.social-buttons-square .sb-vine,
.social-buttons-rounded .sb-vine,
.social-buttons-circle .sb-vine {
  background-color: #00b488;
}
.social-buttons-square .sb-vk,
.social-buttons-rounded .sb-vk,
.social-buttons-circle .sb-vk {
  background-color: #45668e;
}
.social-buttons-square .sb-wechat,
.social-buttons-rounded .sb-wechat,
.social-buttons-circle .sb-wechat {
  background-color: #98d11c;
}
.social-buttons-square .sb-wordpress,
.social-buttons-rounded .sb-wordpress,
.social-buttons-circle .sb-wordpress {
  background-color: #21759b;
}
.social-buttons-square .sb-xing,
.social-buttons-rounded .sb-xing,
.social-buttons-circle .sb-xing {
  background-color: #026466;
}
.social-buttons-square .sb-yahoo,
.social-buttons-rounded .sb-yahoo,
.social-buttons-circle .sb-yahoo {
  background-color: #400191;
}
.social-buttons-square .sb-yelp,
.social-buttons-rounded .sb-yelp,
.social-buttons-circle .sb-yelp {
  background-color: #af0606;
}
.social-buttons-square .sb-youtube,
.social-buttons-rounded .sb-youtube,
.social-buttons-circle .sb-youtube {
  background-color: #e52d27;
}
.social-buttons-rounded a {
  border-radius: 3px;
}
.social-buttons-circle a {
  border-radius: 50%;
}
.text-light .icon,
.text-light .social-buttons a,
.social-buttons-square a,
.social-buttons-rounded a,
.social-buttons-circle a {
  color: #fff !important;
}
.top-bar {
  height: 48px;
}
.top-bar .container {
  position: relative;
  z-index: 1090;
}
@media screen and (max-width: 1200px) {
  .top-bar .container {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-bar {
    display: none;
  }
}
.top-bar .social-buttons {
  line-height: 38px;
}
.top-bar .social-buttons .sb-skype {
  color: #3a3a3a;
}
.top-bar .social-buttons .sb-skype i {
  margin-right: 6px;
}
.top-bar .switchers {
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  padding: 0;
}
.top-bar .switchers li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 15px;
}
.top-bar .switchers li a {
  display: block;
  line-height: 48px;
  color: #3a3a3a;
}
.top-bar .switchers li a:hover,
.top-bar .switchers li a:focus {
  opacity: 1;
}
.top-bar .switchers li .dropdown {
  display: none;
  position: absolute;
  width: 60px;
  top: 100%;
  left: -100%;
  text-align: center;
  padding: 10px;
  background-color: #3a3a3a;
  border-top: 1px solid #59ab02;
  border-radius: 0 0 4px 4px;
}
.top-bar .switchers li .dropdown li {
  display: block;
  margin-left: 0;
  margin: 7px 0;
}
.top-bar .switchers li .dropdown li a {
  font-size: 13px;
  line-height: 1 !important;
  color: #fff;
  padding: 5px 0;
}
.top-bar .switchers li .dropdown li a:hover {
  color: #59ab02;
}
.top-bar .switchers li:first-child .dropdown {
  left: -50%;
}
.top-bar .switchers li:hover .dropdown {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.logo {
  display: inline-block;
  height: auto;
  text-decoration: none;
  color: #3a3a3a;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media screen and (max-width: 480px) {
  .logo span {
    display: none;
  }
}
.logo img {
  width: 100%;
  max-width: 48px;
  margin-right: 16px;
}
.logo:hover,
.logo:focus {
  opacity: 1;
  color: #3a3a3a;
}
.navbar {
  position: relative;
  width: 100%;
  height: 96px;
  top: 0;
  left: 0;
  z-index: 1080;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-shadow: 0 0px 14px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 14px -3px rgba(0, 0, 0, 0.4);
}
.navbar .container {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .navbar .container {
    width: 100%;
  }
}
.navbar.stuck {
  position: fixed;
  z-index: 1095;
  top: 0;
}
.navbar .logo,
.navbar .logo-image {
  position: absolute;
  z-index: 10;
  line-height: 44px;
  left: 15px;
  color: #3a3a3a;
  top: 25px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.navbar-nav {
  position: relative;
  width: 100%;
  text-align: center;
}
.navbar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-nav ul li {
  display: inline-block;
  cursor: pointer;
  padding: 0 14px;
}
.navbar-nav ul li a {
  display: block;
  position: relative;
  line-height: 96px;
  font-size: 14px;
  color: #3a3a3a;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-nav ul li:hover > a,
.navbar-nav ul li:focus > a,
.navbar-nav ul li.active > a {
  opacity: 1;
  outline: 0 !important;
  color: #59ab02;
}
.navbar-nav ul li:hover > a:after,
.navbar-nav ul li:focus > a:after,
.navbar-nav ul li.active > a:after {
  content: "";
  height: 12px;
  bottom: 0;
  display: block;
  width: 100%;
  position: absolute;
  background: #59ab02;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00));
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%);
}
@media screen and (max-width: 1024px) {
  .navbar-nav ul li:hover > a:after,
  .navbar-nav ul li:focus > a:after,
  .navbar-nav ul li.active > a:after {
    height: 35px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav ul li:hover > a:after,
  .navbar-nav ul li:focus > a:after,
  .navbar-nav ul li.active > a:after {
    background: transparent;
    width: auto;
  }
}
.navbar-nav ul li.has-submenu {
  position: relative;
}
.navbar-nav ul li .submenu,
.navbar-nav ul li .sub-submenu,
.navbar-nav ul li .mega-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 260px;
  top: 100%;
  left: 14px;
  padding: 15px 0;
  margin-top: 0px;
  text-align: left;
  background-color: #3a3a3a;
  border-radius: 0 0 4px 4px;
  border-left: 1px solid transparent;
  cursor: default;
  -webkit-box-shadow: -2px 1px 14px -2px rgba(0, 0, 0, 0.7);
  box-shadow: -2px 1px 14px -2px rgba(0, 0, 0, 0.7);
}
.navbar-nav ul li .submenu li,
.navbar-nav ul li .sub-submenu li,
.navbar-nav ul li .mega-menu li {
  position: relative;
  display: block;
  padding: 0;
}
.navbar-nav ul li .submenu li a,
.navbar-nav ul li .sub-submenu li a,
.navbar-nav ul li .mega-menu li a {
  display: block;
  line-height: 1.5 !important;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 30px 8px 34px;
  text-transform: none;
  border-top: 0;
}
.navbar-nav ul li .submenu li:hover > a,
.navbar-nav ul li .sub-submenu li:hover > a,
.navbar-nav ul li .mega-menu li:hover > a {
  background: #59ab02;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00));
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%);
}
.navbar-nav ul li .submenu li:hover > a:after,
.navbar-nav ul li .sub-submenu li:hover > a:after,
.navbar-nav ul li .mega-menu li:hover > a:after {
  display: none;
}
.navbar-nav ul li .submenu li.active > a,
.navbar-nav ul li .sub-submenu li.active > a,
.navbar-nav ul li .mega-menu li.active > a {
  color: #ffffff;
  background: #59ab02;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00));
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%);
}
.navbar-nav ul li .submenu li.active > a:after,
.navbar-nav ul li .sub-submenu li.active > a:after,
.navbar-nav ul li .mega-menu li.active > a:after {
  display: none;
}
.navbar-nav ul li .submenu li:hover .sub-submenu,
.navbar-nav ul li .sub-submenu li:hover .sub-submenu,
.navbar-nav ul li .mega-menu li:hover .sub-submenu {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.navbar-nav ul li .submenu li.update a,
.navbar-nav ul li .sub-submenu li.update a,
.navbar-nav ul li .mega-menu li.update a {
  color: #cccccc !important;
  cursor: default;
}
.navbar-nav ul li .submenu li.update a:hover,
.navbar-nav ul li .sub-submenu li.update a:hover,
.navbar-nav ul li .mega-menu li.update a:hover {
  background: transparent !important;
}
.navbar-nav ul li .submenu li.has-sub-submenu a,
.navbar-nav ul li .sub-submenu li.has-sub-submenu a,
.navbar-nav ul li .mega-menu li.has-sub-submenu a {
  position: relative;
}
.navbar-nav ul li .submenu li.has-sub-submenu a:before,
.navbar-nav ul li .sub-submenu li.has-sub-submenu a:before,
.navbar-nav ul li .mega-menu li.has-sub-submenu a:before {
  display: block;
  position: absolute;
  font-family: 'Pe-icon-7-stroke';
  content: "\e684";
  font-size: 25px;
  height: 36px;
  top: 50%;
  right: 11px;
  margin-top: -18px;
}
.navbar-nav ul li .submenu {
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.navbar-nav ul li .submenu-heading {
  display: block;
  position: relative;
  font-size: 18px;
  color: #59ab02;
  font-weight: 300;
  padding: 0 40px !important;
  margin: 3px 0;
  cursor: default;
}
.navbar-nav ul li .submenu-heading i {
  display: block;
  position: absolute;
  left: 18px;
  top: 7px;
}
.navbar-nav ul li .sub-submenu {
  left: 100%;
  top: -15px;
  border-left: 2px solid #474747;
  border-radius: 4px;
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.navbar-nav ul li .sub-submenu li a {
  color: #ffffff !important;
  background-color: transparent !important;
}
.navbar-nav ul li .sub-submenu li a:hover {
  background-color: rgba(58, 58, 58, 0.1) !important;
}
.navbar-nav ul li .sub-submenu li a:before {
  display: none !important;
}
.navbar-nav ul li .sub-submenu li.active a {
  color: #ffffff !important;
}
.navbar-nav ul li .mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.navbar-nav ul li .mega-menu .column-2,
.navbar-nav ul li .mega-menu .column-3,
.navbar-nav ul li .mega-menu .column-4 {
  display: table-cell;
  border-left: 1px solid #fff;
  padding: 15px 0;
}
.navbar-nav ul li .mega-menu .column-2:first-child,
.navbar-nav ul li .mega-menu .column-3:first-child,
.navbar-nav ul li .mega-menu .column-4:first-child {
  border-left: none;
}
.navbar-nav ul li .mega-menu .column-2 {
  width: 50%;
}
.navbar-nav ul li .mega-menu .column-3 {
  width: 33.33%;
}
.navbar-nav ul li .mega-menu .column-4 {
  width: 25% !important;
}
.navbar-nav ul li .mega-menu li a {
  padding: 8px 30px 8px 40px;
}
.navbar-nav ul li .mega-menu img {
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .navbar-nav ul li .mega-menu img {
    display: none;
  }
}
.navbar-nav ul li .mega-menu .img-cont a {
  padding: 0 20px;
  background: transparent !important;
}
.navbar-nav ul li:hover .submenu,
.navbar-nav ul li:hover .mega-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.navbar-nav ul li:hover .mega-menu {
  display: table;
}
.navbar-nav ul.scroller li:hover > a,
.navbar-nav ul.scroller li:focus > a,
.navbar-nav ul.scroller li.active > a,
.navbar-nav ul.scroller li a:focus {
  border-top-width: 2px;
}
.navbar-nav .social-buttons {
  position: absolute;
  top: 0;
  left: 155px;
  line-height: 96px;
}
.navbar-nav .social-buttons a {
  line-height: 1;
}
.navbar-tools {
  position: absolute;
  z-index: 10;
  height: 96px;
  top: 0;
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .navbar-tools {
    right: 20px;
  }
}
.navbar-tools ul {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.navbar-tools ul li {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.navbar-tools ul li a {
  display: inline-block;
  vertical-align: middle;
  line-height: 96px;
  padding: 0 5px;
  color: #3a3a3a;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navbar-tools ul li a.btn {
  color: #fff;
}
.navbar-tools ul li:hover > a,
.navbar-tools ul li:focus > a,
.navbar-tools ul li.active > a {
  outline: 0 !important;
  color: #59ab02;
}
.navbar-tools ul li a:focus {
  opacity: 1;
}
.navbar-tools ul li.login-btn {
  margin-left: 8px;
}
.navbar-tools ul li.login-icon {
  margin-left: 8px;
  font-size: 24px;
}
.navbar-tools ul li.login-icon.cbutton::after {
  margin: -22px 0 0 -24px;
  width: 48px;
  height: 48px;
}
.navbar-tools ul li .dropdown {
  display: none;
  position: absolute;
  width: 400px;
  top: 100%;
  right: 6px;
  padding: 15px 0 20px 0;
  background-color: #3a3a3a;
  border-top: 1px solid #59ab02;
  border-radius: 0 0 4px 4px;
}
.navbar-tools ul li .dropdown .dropdown-footer {
  display: table;
  position: relative;
  width: 100%;
  padding: 0 24px 20px 24px;
  background-color: #3a3a3a;
}
.navbar-tools ul li .dropdown .dropdown-footer .column {
  display: table-cell;
  vertical-align: middle;
  width: 18%;
  text-align: center;
}
.navbar-tools ul li .dropdown .dropdown-footer .column:first-child,
.navbar-tools ul li .dropdown .dropdown-footer .column:last-child {
  width: 41%;
}
.navbar-tools ul li .dropdown .dropdown-footer .column .btn {
  padding: 17px 44px;
  line-height: 1;
}
.navbar-tools ul li .dropdown .dropdown-footer .column .btn.btn-ghost {
  padding: 16px 44px;
}
.navbar-tools ul li.cart-btn a {
  position: relative;
  z-index: 1;
  display: block;
  padding-right: 13px;
}
.navbar-tools ul li.cart-btn a i {
  position: relative;
  line-height: 0;
  vertical-align: middle;
  margin-top: -1px;
  font-size: 25px;
  color: #3a3a3a;
}
.navbar-tools ul li.cart-btn a .count {
  position: absolute;
  display: block;
  top: -21px;
  right: -13px;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  background-color: #ff2d55;
  border-radius: 3px;
  border-bottom: 2px solid #c60026;
  -webkit-box-shadow: 0 1px 9px -1px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 9px -1px rgba(0, 0, 0, 0.7);
}
.navbar-tools ul li.cart-btn a.mobile {
  display: none;
}
.navbar-tools ul li.cart-btn:hover a,
.navbar-tools ul li.cart-btn:focus a,
.navbar-tools ul li.cart-btn.active a,
.navbar-tools ul li.cart-btn a:focus {
  opacity: 1;
}
.navbar-tools ul li.cart-btn .dropdown {
  right: -7px;
  width: 400px;
  padding-bottom: 0;
  background-color: transparent;
  padding-top: 6px;
  border: none;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0 !important;
  -o-transition: 0 !important;
  transition: 0 !important;
  -webkit-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
.navbar-tools ul li.cart-btn.cbutton::after {
  margin: -24px 0 0 -27px;
  width: 48px;
  height: 48px;
}
.navbar-tools ul li:hover .dropdown {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible;
  opacity: 1;
}
.navbar-search {
  margin-right: -3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-search a {
  position: relative;
  z-index: 1;
  display: inline !important;
  color: #3a3a3a !important;
  font-size: 23px;
  cursor: pointer;
}
.navbar-search a:hover {
  color: #59ab02;
}
.navbar-search.cbutton::after {
  margin: -24px 0 0 -24px;
  width: 48px;
  height: 48px;
}
.cart-dropdown {
  width: 100%;
}
.cart-dropdown .item {
  padding: 6px 23px 18px 18px;
  margin-bottom: 6px;
  background-color: #fff;
  border-bottom: 2px solid #f0f0f0;
  -webkit-box-shadow: 0 2px 13px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 13px -3px rgba(0, 0, 0, 0.5);
  opacity: 0 ;
  visibility: hidden;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.cart-dropdown .item:before,
.cart-dropdown .item:after {
  content: " ";
  display: table;
}
.cart-dropdown .item:after {
  clear: both;
}
.cart-dropdown .item a {
  line-height: 1.4 !important;
  text-transform: none;
}
.cart-dropdown .item .thumb {
  float: left;
  width: 26%;
  line-height: 1;
  padding: 6px 13px 0 8px;
}
.cart-dropdown .item .title-description {
  float: left;
  width: 45%;
  padding: 10px 0 0 5px;
}
.cart-dropdown .item .title-description a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #59ab02;
  padding: 0;
  margin-bottom: 7px;
  opacity: 1;
}
.cart-dropdown .item .title-description a:hover {
  opacity: 0.7;
}
.cart-dropdown .item .title-description p {
  font-size: 13px;
  color: #3a3a3a;
  margin-bottom: 0;
}
.cart-dropdown .item .price-quantity {
  position: relative;
  float: left;
  width: 29%;
  text-align: right;
  padding: 53px 0 0 12px;
}
.cart-dropdown .item .price-quantity .price {
  color: #4cd964;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}
.cart-dropdown .item .price-quantity .price span {
  font-size: 14px;
  color: #cccccc;
}
.cart-dropdown .item .price-quantity .delete {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 20px;
  color: #ff3b30;
  font-weight: 300;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.cart-dropdown .item .price-quantity .delete:hover {
  opacity: .6;
}
.cart-dropdown .total {
  text-align: right;
  font-size: 14px;
  color: #cccccc;
  padding: 8px 23px 18px 18px;
  background-color: #3a3a3a;
}
.cart-dropdown .total span {
  color: #4cd964;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  margin-left: 8px;
}
.total,
.dropdown-footer {
  visibility: hidden;
  opacity: 0;
}
.cart-btn:hover .item {
  visibility: visible;
  opacity: 1 ;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cart-btn:hover .item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.cart-btn:hover .item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.cart-btn:hover .total,
.cart-btn:hover .dropdown-footer {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mobile-navbar-tools {
  display: none;
  text-align: left;
}
.mobile-navbar-tools .switchers,
.mobile-navbar-tools .tools {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding-left: 25px;
}
.mobile-navbar-tools .switchers .column,
.mobile-navbar-tools .tools .column {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  border-left: 1px solid #dedede;
  padding: 13px 10px 13px 15px;
}
.mobile-navbar-tools .switchers .column:first-child,
.mobile-navbar-tools .tools .column:first-child {
  border-left: none;
  padding-left: 0;
}
.mobile-navbar-tools .switchers .column a,
.mobile-navbar-tools .tools .column a {
  text-transform: uppercase;
  margin-right: 10px;
}
.mobile-navbar-tools .switchers .column a.active,
.mobile-navbar-tools .tools .column a.active {
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}
.mobile-navbar-tools .switchers .column a.active:hover,
.mobile-navbar-tools .tools .column a.active:hover,
.mobile-navbar-tools .switchers .column a.active:focus,
.mobile-navbar-tools .tools .column a.active:focus {
  opacity: 1;
}
.mobile-navbar-tools .switchers .column a:last-child,
.mobile-navbar-tools .tools .column a:last-child {
  margin-right: 0;
}
.mobile-navbar-tools .tools {
  border-bottom: none;
}
.mobile-navbar-tools .tools .column a {
  text-transform: none;
  margin-right: 18px;
}
.nav-toggle {
  display: none !important;
  margin-left: 12px !important;
}
.nav-toggle a {
  padding: 0 !important;
  font-size: 22px;
}
.nav-toggle.cbutton::after {
  margin: -23px 0 0 -23px;
  width: 46px;
  height: 46px;
}
.firefox .navbar-tools ul li.cart-btn a i {
  margin-top: 7px;
}
.firefox .navbar-tools ul li.cart-btn a i .count {
  line-height: 20px;
}
.top-bar-dark,
.top-bar-ghost-light {
  color: #fff;
  font-weight: 300;
  background-color: #3a3a3a;
}
.top-bar-dark .social-buttons a,
.top-bar-ghost-light .social-buttons a {
  color: #fff !important;
}
.top-bar-dark .social-buttons a:hover,
.top-bar-ghost-light .social-buttons a:hover,
.top-bar-dark .social-buttons a:focus,
.top-bar-ghost-light .social-buttons a:focus {
  color: #fff;
}
.top-bar-dark .social-buttons a.cbutton--effect::after,
.top-bar-ghost-light .social-buttons a.cbutton--effect::after {
  background-color: rgba(255, 255, 255, 0.13);
}
.top-bar-dark .switchers a,
.top-bar-ghost-light .switchers a {
  color: #fff;
}
.top-bar-dark .switchers li .dropdown,
.top-bar-ghost-light .switchers li .dropdown {
  font-weight: normal;
  border-top: none;
}
.top-bar-dark {
  background: #59ab02;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00));
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%);
}
.top-bar-dark .social-buttons i {
  color: #fff !important;
}
.top-bar-dark .switchers > li > a {
  color: #fff !important;
}
.top-bar-dark .switchers .dropdown {
  background: #59ab02 !important;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00)) !important;
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%) !important;
}
.top-bar-dark .switchers .dropdown a {
  color: #fff;
}
.top-bar-dark .switchers .dropdown a:hover {
  color: #e6e6e6 !important;
}
.top-bar-ghost-dark {
  background-color: #59ab02 !important;
}
.top-bar-ghost-dark .switchers {
  color: #fff;
}
.top-bar-ghost-light {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.top-bar-ghost-light .switchers > li a {
  color: #fff;
}
.navbar-dark,
.navbar-ghost.navbar-ghost-light {
  color: #fff;
  background-color: #4d4d4d;
}
.navbar-dark .logo,
.navbar-ghost.navbar-ghost-light .logo {
  font-weight: 300;
  color: #fff;
}
.navbar-dark .navbar-nav > ul > li > a,
.navbar-ghost.navbar-ghost-light .navbar-nav > ul > li > a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .navbar-dark .navbar-nav > ul > li > a,
  .navbar-ghost.navbar-ghost-light .navbar-nav > ul > li > a {
    color: #3a3a3a;
  }
}
.navbar-dark .navbar-nav > ul > li:hover > a,
.navbar-ghost.navbar-ghost-light .navbar-nav > ul > li:hover > a,
.navbar-dark .navbar-nav > ul > li:focus > a,
.navbar-ghost.navbar-ghost-light .navbar-nav > ul > li:focus > a,
.navbar-dark .navbar-nav > ul > li.active > a,
.navbar-ghost.navbar-ghost-light .navbar-nav > ul > li.active > a,
.navbar-dark .navbar-nav > ul > li > a:focus,
.navbar-ghost.navbar-ghost-light .navbar-nav > ul > li > a:focus {
  border-color: #fff;
}
.navbar-dark .navbar-nav .submenu,
.navbar-ghost.navbar-ghost-light .navbar-nav .submenu,
.navbar-dark .navbar-nav .sub-submenu,
.navbar-ghost.navbar-ghost-light .navbar-nav .sub-submenu,
.navbar-dark .navbar-nav .mega-menu,
.navbar-ghost.navbar-ghost-light .navbar-nav .mega-menu {
  border-top: none;
}
.navbar-dark .navbar-nav .sub-submenu,
.navbar-ghost.navbar-ghost-light .navbar-nav .sub-submenu {
  top: -14px;
}
.navbar-dark .navbar-nav .social-buttons a,
.navbar-ghost.navbar-ghost-light .navbar-nav .social-buttons a {
  color: #fff !important;
}
.navbar-dark .navbar-nav .social-buttons a:hover,
.navbar-ghost.navbar-ghost-light .navbar-nav .social-buttons a:hover,
.navbar-dark .navbar-nav .social-buttons a:focus,
.navbar-ghost.navbar-ghost-light .navbar-nav .social-buttons a:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .social-buttons a.cbutton--effect::after,
.navbar-ghost.navbar-ghost-light .navbar-nav .social-buttons a.cbutton--effect::after {
  background-color: rgba(255, 255, 255, 0.13);
}
.navbar-dark .cart-btn i,
.navbar-ghost.navbar-ghost-light .cart-btn i {
  color: #fff !important;
}
.navbar-dark .dropdown,
.navbar-ghost.navbar-ghost-light .dropdown,
.navbar-dark .cart-dropdown,
.navbar-ghost.navbar-ghost-light .cart-dropdown {
  border-top: none !important;
}
.navbar-dark .dropdown .title-description a,
.navbar-ghost.navbar-ghost-light .dropdown .title-description a,
.navbar-dark .cart-dropdown .title-description a,
.navbar-ghost.navbar-ghost-light .cart-dropdown .title-description a {
  color: #3a3a3a !important;
}
.navbar-dark .navbar-tools ul li a:not(.btn),
.navbar-ghost.navbar-ghost-light .navbar-tools ul li a:not(.btn) {
  color: #fff;
}
.navbar-dark .navbar-tools ul li:hover > a,
.navbar-ghost.navbar-ghost-light .navbar-tools ul li:hover > a,
.navbar-dark .navbar-tools ul li:focus > a,
.navbar-ghost.navbar-ghost-light .navbar-tools ul li:focus > a,
.navbar-dark .navbar-tools ul li.active > a,
.navbar-ghost.navbar-ghost-light .navbar-tools ul li.active > a {
  color: #fff;
}
.navbar-dark .navbar-tools ul li.cart-btn.cbutton::after,
.navbar-ghost.navbar-ghost-light .navbar-tools ul li.cart-btn.cbutton::after {
  background-color: rgba(255, 255, 255, 0.13);
}
.navbar-dark .navbar-search a,
.navbar-ghost.navbar-ghost-light .navbar-search a,
.navbar-dark .nav-toggle a,
.navbar-ghost.navbar-ghost-light .nav-toggle a,
.navbar-dark .login-icon a,
.navbar-ghost.navbar-ghost-light .login-icon a {
  color: #fff !important;
}
.navbar-dark .navbar-search.cbutton::after,
.navbar-ghost.navbar-ghost-light .navbar-search.cbutton::after,
.navbar-dark .nav-toggle.cbutton::after,
.navbar-ghost.navbar-ghost-light .nav-toggle.cbutton::after,
.navbar-dark .login-icon.cbutton::after,
.navbar-ghost.navbar-ghost-light .login-icon.cbutton::after {
  background-color: rgba(255, 255, 255, 0.13);
}
.navbar-dark .submenu,
.navbar-dark .sub-submenu,
.navbar-dark .mega-menu {
  background: #59ab02;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00));
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%);
}
.navbar-dark .submenu li:hover > a,
.navbar-dark .sub-submenu li:hover > a,
.navbar-dark .mega-menu li:hover > a {
  background: #4d4d4d !important;
}
.navbar-dark .submenu li.update a,
.navbar-dark .sub-submenu li.update a,
.navbar-dark .mega-menu li.update a {
  background: transparent !important;
}
.navbar-dark .submenu .submenu-heading,
.navbar-dark .sub-submenu .submenu-heading,
.navbar-dark .mega-menu .submenu-heading {
  color: #4d4d4d;
}
.navbar-dark .submenu .submenu-heading,
.navbar-dark .sub-submenu .submenu-heading,
.navbar-dark .mega-menu .submenu-heading {
  text-transform: uppercase;
  color: #fff;
}
.navbar-ghost {
  border: none !important;
}
.navbar-ghost .submenu,
.navbar-ghost .sub-submenu,
.navbar-ghost .mega-menu {
  background-color: #3a3a3a;
}
.ghost-header-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.top-bar-ghost-light,
.top-bar-ghost-dark,
.navbar-ghost.navbar-ghost-light,
.navbar-ghost.navbar-ghost-dark {
  background-color: transparent;
}
.navbar-ghost.navbar-ghost-light {
  border-bottom: 1px solid #fff;
}
.top-bar-ghost-dark {
  font-weight: normal;
}
.top-bar-ghost-dark a:not([class^="sb-"]):not([class*=" sb-"]) {
  color: #3a3a3a;
}
.top-bar-ghost-dark .switchers li .dropdown {
  border-top: none;
}
.navbar-ghost.navbar-ghost-dark {
  border-bottom: 1px solid rgba(255, 107, 0, 0.5);
}
.navbar-ghost.navbar-ghost-dark .navbar-nav > ul > li > a {
  color: #3a3a3a;
}
@media screen and (max-width: 1024px) {
  .navbar-ghost.navbar-ghost-dark .navbar-nav > ul > li > a {
    color: #3a3a3a;
  }
}
.navbar-ghost.navbar-ghost-dark .navbar-nav > ul > li:hover > a,
.navbar-ghost.navbar-ghost-dark .navbar-nav > ul > li:focus > a,
.navbar-ghost.navbar-ghost-dark .navbar-nav > ul > li.active > a,
.navbar-ghost.navbar-ghost-dark .navbar-nav > ul > li > a:focus {
  border-color: #3a3a3a;
}
.navbar-ghost.navbar-ghost-dark .navbar-nav .submenu,
.navbar-ghost.navbar-ghost-dark .navbar-nav .sub-submenu,
.navbar-ghost.navbar-ghost-dark .navbar-nav .mega-menu {
  border-top: none;
}
.navbar-ghost.navbar-ghost-dark .navbar-nav .sub-submenu {
  top: -14px;
}
.navbar-ghost.navbar-ghost-dark .dropdown,
.navbar-ghost.navbar-ghost-dark .cart-dropdown {
  border-top: none !important;
}
.navbar-ghost.navbar-ghost-dark .dropdown .title-description a,
.navbar-ghost.navbar-ghost-dark .cart-dropdown .title-description a {
  color: #3a3a3a !important;
}
.navbar-ghost.navbar-ghost-dark .navbar-tools ul li a:not(.btn) {
  color: #3a3a3a;
}
.navbar-ghost.navbar-ghost-dark .navbar-tools ul li:hover > a,
.navbar-ghost.navbar-ghost-dark .navbar-tools ul li:focus > a,
.navbar-ghost.navbar-ghost-dark .navbar-tools ul li.active > a {
  color: #3a3a3a;
}
.navbar-ghost.navbar-ghost-dark .navbar-tools ul li.cart-btn.cbutton::after {
  background-color: rgba(58, 58, 58, 0.13);
}
.navbar-ghost.navbar-ghost-dark .navbar-search a,
.navbar-ghost.navbar-ghost-dark .nav-toggle a,
.navbar-ghost.navbar-ghost-dark .login-icon a {
  color: #3a3a3a !important;
}
.navbar-ghost.navbar-ghost-dark .navbar-search.cbutton::after,
.navbar-ghost.navbar-ghost-dark .nav-toggle.cbutton::after,
.navbar-ghost.navbar-ghost-dark .login-icon.cbutton::after {
  background-color: rgba(58, 58, 58, 0.13);
}
@media screen and (max-width: 1024px) {
  .sticky-wrapper {
    height: 72px !important;
  }
  .navbar {
    height: 72px;
  }
  .navbar.stuck {
    position: relative;
  }
  .navbar .logo,
  .navbar .logo-image {
    position: relative;
    left: 0;
    top: 13px;
  }
  .navbar .logo img,
  .navbar .logo-image img {
    margin-right: 8px;
  }
  .navbar .navbar-tools {
    height: 72px;
  }
  .navbar .navbar-tools ul li a {
    line-height: 72px;
  }
  .navbar .navbar-tools ul li.lang-switcher,
  .navbar .navbar-tools ul li.login-btn,
  .navbar .navbar-tools ul li.signup-btn,
  .navbar .navbar-tools ul li.cart-btn:before,
  .navbar .navbar-tools ul li.cart-btn:hover .dropdown {
    display: none;
  }
  .navbar-nav {
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 72px;
    background: #3a3a3a;
    border-top: 1px solid #dedede;
    display: none;
  }
  .navbar-nav.open {
    display: block;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: navOpen;
    animation-name: navOpen;
  }
  .navbar-nav ul li {
    display: block;
    text-align: left;
    padding: 0;
  }
  .navbar-nav ul li a,
  .navbar-nav ul li a:focus {
    position: relative;
    line-height: 47px;
    border: none;
    padding-left: 25px;
    padding-right: 50px;
    color: #ffffff !important;
  }
  .navbar-nav ul li a:before,
  .navbar-nav ul li a:focus:before {
    display: block;
    position: absolute;
    content: "";
    height: 1px;
    top: 0;
    left: 25px;
    right: 0;
    background-color: #dedede;
  }
  .navbar-nav ul li a:hover,
  .navbar-nav ul li a:focus:hover,
  .navbar-nav ul li a:focus,
  .navbar-nav ul li a:focus:focus {
    border: none;
  }
  .navbar-nav ul li:first-child > a {
    border-top: 1px solid #dedede;
  }
  .navbar-nav ul li:first-child > a:before {
    display: none;
  }
  .navbar-nav ul li:first-child > a:hover,
  .navbar-nav ul li:first-child > a:focus {
    border-top: 1px solid #dedede;
  }
  .navbar-nav ul li:first-child:hover > a,
  .navbar-nav ul li:first-child:focus > a,
  .navbar-nav ul li:first-child.active > a {
    border-top: 1px solid #dedede;
  }
  .navbar-nav ul li:hover > a {
    background: #59ab02;
    background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00));
    background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
    background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
    background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
    background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%);
  }
  .navbar-nav ul li:hover a,
  .navbar-nav ul li.active a {
    border: none;
  }
  .navbar-nav ul li.active a,
  .navbar-nav ul li.expanded a {
    color: #ffffff;
  }
  .navbar-nav ul li.has-submenu > a:after,
  .navbar-nav ul li.has-mega-menu > a:after {
    display: block;
    position: absolute;
    font-family: 'Pe-icon-7-stroke';
    content: "\e688";
    font-size: 30px;
    line-height: 35px;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-nav ul li.has-submenu.expanded ul,
  .navbar-nav ul li.has-mega-menu.expanded ul,
  .navbar-nav ul li.has-submenu.expanded div,
  .navbar-nav ul li.has-mega-menu.expanded div {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .navbar-nav ul li.has-submenu.expanded a:after,
  .navbar-nav ul li.has-mega-menu.expanded a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar-nav ul li .submenu,
  .navbar-nav ul li .sub-submenu,
  .navbar-nav ul li .mega-menu {
    position: relative;
    display: block;
    width: 100%;
    max-height: 0px;
    border: none;
    left: 0;
    padding: 0;
    background: transparent !important;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    transform: translate(0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav ul li .submenu.open,
  .navbar-nav ul li .sub-submenu.open,
  .navbar-nav ul li .mega-menu.open {
    max-height: 2200px;
  }
  .navbar-nav ul li .submenu li a,
  .navbar-nav ul li .sub-submenu li a,
  .navbar-nav ul li .mega-menu li a {
    color: #ffffff;
    padding-left: 35px;
    padding-right: 45px;
  }
  .navbar-nav ul li .submenu li a:before,
  .navbar-nav ul li .sub-submenu li a:before,
  .navbar-nav ul li .mega-menu li a:before {
    display: none;
  }
  .navbar-nav ul li .submenu li a:hover,
  .navbar-nav ul li .sub-submenu li a:hover,
  .navbar-nav ul li .mega-menu li a:hover,
  .navbar-nav ul li .submenu li a:focus,
  .navbar-nav ul li .sub-submenu li a:focus,
  .navbar-nav ul li .mega-menu li a:focus {
    border: none;
  }
  .navbar-nav ul li .submenu li:first-child,
  .navbar-nav ul li .sub-submenu li:first-child,
  .navbar-nav ul li .mega-menu li:first-child {
    margin-top: 7px;
  }
  .navbar-nav ul li .submenu li:last-child,
  .navbar-nav ul li .sub-submenu li:last-child,
  .navbar-nav ul li .mega-menu li:last-child {
    margin-bottom: 7px;
  }
  .navbar-nav ul li .submenu li.has-sub-submenu a:before,
  .navbar-nav ul li .sub-submenu li.has-sub-submenu a:before,
  .navbar-nav ul li .mega-menu li.has-sub-submenu a:before {
    display: block;
    position: absolute;
    width: 30px;
    font-family: 'Pe-icon-7-stroke';
    content: "\e688";
    font-size: 30px;
    line-height: 35px;
    top: 50%;
    left: auto;
    right: 20px;
    margin-top: -17px;
    background: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-nav ul li .submenu li.has-sub-submenu.expanded a:before,
  .navbar-nav ul li .sub-submenu li.has-sub-submenu.expanded a:before,
  .navbar-nav ul li .mega-menu li.has-sub-submenu.expanded a:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar-nav ul li .submenu li.active a,
  .navbar-nav ul li .sub-submenu li.active a,
  .navbar-nav ul li .mega-menu li.active a,
  .navbar-nav ul li .submenu li.expanded a,
  .navbar-nav ul li .sub-submenu li.expanded a,
  .navbar-nav ul li .mega-menu li.expanded a {
    color: #ffffff;
  }
  .navbar-nav ul li .submenu li:hover a,
  .navbar-nav ul li .sub-submenu li:hover a,
  .navbar-nav ul li .mega-menu li:hover a,
  .navbar-nav ul li .submenu li:focus a,
  .navbar-nav ul li .sub-submenu li:focus a,
  .navbar-nav ul li .mega-menu li:focus a {
    border: none;
  }
  .navbar-nav ul li .submenu li:hover .sub-submenu,
  .navbar-nav ul li .sub-submenu li:hover .sub-submenu,
  .navbar-nav ul li .mega-menu li:hover .sub-submenu {
    display: block;
    -webkit-animation: none;
    animation: none;
  }
  .navbar-nav ul li .submenu li:hover > a,
  .navbar-nav ul li .sub-submenu li:hover > a,
  .navbar-nav ul li .mega-menu li:hover > a {
    background: #59ab02 !important;
    background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00)) !important;
    background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
    background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
    background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
    background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%) !important;
  }
  .navbar-nav ul li .submenu li .sub-submenu,
  .navbar-nav ul li .sub-submenu li .sub-submenu,
  .navbar-nav ul li .mega-menu li .sub-submenu {
    top: 0;
  }
  .navbar-nav ul li .submenu li .sub-submenu li a,
  .navbar-nav ul li .sub-submenu li .sub-submenu li a,
  .navbar-nav ul li .mega-menu li .sub-submenu li a {
    padding-left: 45px;
  }
  .navbar-nav ul li .mega-menu .column-2,
  .navbar-nav ul li .mega-menu .column-3,
  .navbar-nav ul li .mega-menu .column-4 {
    display: block;
    border-left: none;
    width: 100% !important;
    padding: 0;
  }
  .navbar-nav ul li .mega-menu .column-2:last-child,
  .navbar-nav ul li .mega-menu .column-3:last-child,
  .navbar-nav ul li .mega-menu .column-4:last-child {
    padding-bottom: 10px;
  }
  .navbar-nav ul li:hover .submenu,
  .navbar-nav ul li:hover .mega-menu {
    display: block;
    -webkit-animation: none;
    animation: none;
  }
  .navbar-nav .social-buttons {
    display: none;
  }
  .nav-toggle {
    display: inline-block !important;
  }
  .mobile-navbar-tools {
    display: block;
  }
  .modal-open .navbar.stuck {
    padding-right: 0px !important;
  }
  .navbar-ghost.navbar-ghost-light,
  .navbar-ghost.navbar-ghost-dark {
    top: 0;
  }
  .navbar-ghost.navbar-ghost-light .navbar-nav,
  .navbar-ghost.navbar-ghost-dark .navbar-nav {
    border-top: none;
  }
}
.modal {
  z-index: 1150;
}
.modal-dialog {
  width: auto;
  max-width: 680px;
  padding: 50px;
  margin: 0 0 0 auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 19px -6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 19px -6px rgba(0, 0, 0, 0.8);
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.modal-dialog .container {
  padding: 90px 15px 50px 15px;
}
.modal.translate {
  -webkit-transform: translate(-5000px 0);
  -moz-transform: translate(-5000px 0);
  -ms-transform: translate(-5000px 0);
  transform: translate(-5000px 0);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.modal.translate.in {
  -webkit-transform: translate(0 0);
  -moz-transform: translate(0 0);
  -ms-transform: translate(0 0);
  transform: translate(0 0);
  opacity: 1;
}
.modal.translate .modal-dialog {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.modal-backdrop {
  display: none;
}
.modal-title {
  font-size: 24px;
  font-weight: 300;
  color: #cccccc;
}
.modal-form {
  width: 100%;
  max-width: 380px;
  margin: auto;
}
.fake-scrollbar {
  display: none;
  position: fixed;
  z-index: 1145;
  top: 0;
  right: 0;
  width: 17px;
  min-height: 100%;
  background-color: #f1f1f1;
}
.modal-open .navbar.stuck {
  padding-right: 17px;
}

.modal-open .scroll-to-top-btn {
  right: 37px;
}
.modal-open .fake-scrollbar {
  display: block;
  padding-right: 17px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-open,
  .modal-open .navbar.stuck {
    padding-right: 0 !important;
  }
  .scroll-to-top-btn {
    right: 0 !important;
  }
  .modal-open .fake-scrollbar {
    display: none;
    padding-right: 0;
  }
}
.mac .modal-open,
.touch .modal-open,
.mac .modal-open .navbar.stuck,
.touch .modal-open .navbar.stuck {
  padding-right: 0 !important;
}
.mac .modal-open .scroll-to-top-btn,
.touch .modal-open .scroll-to-top-btn {
  right: 0 !important;
}
.mac .modal-open .fake-scrollbar,
.touch .modal-open .fake-scrollbar {
  display: none;
  padding-right: 0;
}
.label {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  color: #3a3a3a;
  text-align: left;
  white-space: nowrap;
  border-radius: 0;
  background: none;
}
.label:empty {
  display: none;
}
.label.align-left {
  margin-right: 12px;
}
.label.align-right {
  margin-left: 12px;
}
.label.align-left-2x {
  margin-right: 24px;
}
.label.align-right-2x {
  margin-left: 24px;
}
.label.label-primary {
  color: #59ab02;
}
.label.label-success {
  color: #4cd964;
}
.label.label-info {
  color: #5ac8fa;
}
.label.label-warning {
  color: #ffcc00;
}
.label.label-danger {
  color: #ff3b30;
}
.badge {
  vertical-align: middle;
  min-width: 30px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  line-height: 30px;
  padding: 0 10px;
  white-space: nowrap;
  background-color: #3a3a3a;
  -webkit-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.5);
}
.badge[class*="bg-gradient-"] {
  border-bottom: none !important;
}
.badge:empty {
  display: inline-block;
}
.badge[class^="flaticon-"],
.badge[class*=" flaticon-"],
.badge[class^="pe-7s-"],
.badge[class*=" pe-7s-"],
.badge[class^="bi-"]:before,
.badge[class*=" bi-"]:before {
  font-size: 18px;
}
.badge[class^="pe-7s-"],
.badge[class*=" pe-7s-"],
.badge[class^="bi-"],
.badge[class*=" bi-"] {
  padding: 0 7px;
}
.badge[class^="flaticon-"],
.badge[class*=" flaticon-"] {
  padding: 0 6px;
}
.badge i {
  display: inline-block;
  vertical-align: middle;
  margin-left: -2px;
  margin-top: -2px;
  line-height: 1;
  font-size: 18px;
  margin-right: 8px;
}
.badge[class^="flaticon-"].badge-circle,
.badge[class*=" flaticon-"].badge-circle,
.badge[class^="pe-7s-"].badge-circle,
.badge[class*=" pe-7s-"].badge-circle,
.badge[class^="bi-"]:before.badge-circle,
.badge[class*=" bi-"].badge-circle {
  border-radius: 50%;
}
.badge.badge-circle {
  border-radius: 15px;
}
.badge.badge-default {
  background: #59ab02;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00));
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%);
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%);
  border-bottom: 2px solid #478900;
}
.badge.badge-primary {
  background-color: #59ab02;
  border-bottom: 2px solid #478900 !important;
}
.badge.badge-success {
  background-color: #4cd964;
  border-bottom: 2px solid #219e37;
}
.badge.badge-info {
  background-color: #5ac8fa;
  border-bottom: 2px solid #07a1e7;
}
.badge.badge-warning {
  background-color: #ffcc00;
  border-bottom: 2px solid #b38f00;
}
.badge.badge-danger {
  background-color: #ff3b30;
  border-bottom: 2px solid #b00900;
}
.nav-tabs,
.nav-filters {
  padding: 0;
  margin: 0;
}
.nav-tabs > li,
.nav-filters > li {
  float: none;
  display: inline-block;
  margin-right: 18px;
}
.nav-tabs > li > a,
.nav-filters > li > a {
  font-size: 14px;
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  padding: 5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tabs > li > a:after,
.nav-filters > li > a:after {
  display: block;
  content: "";
  width: 0px;
  height: 2px;
  background-color: #59ab02;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tabs.text-right > li,
.nav-filters.text-right > li {
  margin-right: 0;
  margin-left: 18px;
}
.nav-tabs.text-center > li,
.nav-filters.text-center > li {
  margin-right: 9px;
  margin-left: 9px;
}
.nav-tabs.text-light > li > a,
.nav-filters.text-light > li > a {
  color: #fff;
}
.nav-tabs.text-light > li > a:after,
.nav-filters.text-light > li > a:after {
  background-color: #fff;
}
.text-light .nav-tabs > li > a,
.text-light .nav-filters > li > a {
  color: #fff;
}
.text-light .nav-tabs > li > a:after,
.text-light .nav-filters > li > a:after {
  background-color: #fff;
}
.text-right .nav-tabs > li,
.text-right .nav-filters > li {
  margin-right: 0;
  margin-left: 18px;
}
.text-center .nav-tabs > li,
.text-center .nav-filters > li {
  margin-right: 9px;
  margin-left: 9px;
}
.nav-tabs,
.nav-filters {
  border: none;
}
.nav-tabs > li > a,
.nav-filters > li > a,
.nav-tabs > li > a:hover,
.nav-filters > li > a:hover,
.nav-tabs > li > a:focus,
.nav-filters > li > a:focus,
.nav-tabs > li.active > a,
.nav-filters > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-filters > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-filters > li.active > a:focus {
  border: none;
  background: none;
}
.nav-tabs > li > a:hover,
.nav-filters > li > a:hover,
.nav-tabs > li > a:focus,
.nav-filters > li > a:focus,
.nav-tabs > li.active > a,
.nav-filters > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-filters > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-filters > li.active > a:focus {
  opacity: 1;
  color: #59ab02;
}
.nav-tabs.text-light > li > a:hover,
.nav-filters.text-light > li > a:hover,
.nav-tabs.text-light > li > a:focus,
.nav-filters.text-light > li > a:focus,
.nav-tabs.text-light > li.active > a,
.nav-filters.text-light > li.active > a,
.nav-tabs.text-light > li.active > a:hover,
.nav-filters.text-light > li.active > a:hover,
.nav-tabs.text-light > li.active > a:focus,
.nav-filters.text-light > li.active > a:focus {
  color: #fff;
}
.text-light .nav-tabs > li > a:hover,
.text-light .nav-filters > li > a:hover,
.text-light .nav-tabs > li > a:focus,
.text-light .nav-filters > li > a:focus,
.text-light .nav-tabs > li.active > a,
.text-light .nav-filters > li.active > a,
.text-light .nav-tabs > li.active > a:hover,
.text-light .nav-filters > li.active > a:hover,
.text-light .nav-tabs > li.active > a:focus,
.text-light .nav-filters > li.active > a:focus {
  color: #fff;
}
.nav-tabs > li.active > a:after,
.nav-filters > li.active > a:after {
  width: 100%;
  opacity: 1;
}
.nav-tabs.nav-vertical > li,
.nav-filters.nav-vertical > li {
  display: block;
  margin: 6px 0;
}
.nav-tabs.nav-vertical > li:first-child,
.nav-filters.nav-vertical > li:first-child {
  margin-top: 0;
}
.nav-tabs.nav-vertical > li > a,
.nav-filters.nav-vertical > li > a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .nav-tabs.nav-vertical,
  .nav-filters.nav-vertical {
    padding-bottom: 18px;
  }
  .nav-tabs.nav-vertical > li,
  .nav-filters.nav-vertical > li {
    display: inline-block;
    margin: 0 18px 0 0;
  }
  .nav-tabs.nav-vertical > li > a,
  .nav-filters.nav-vertical > li > a {
    display: block;
  }
  .nav-tabs.text-right > li,
  .nav-filters.text-right > li {
    margin-right: 0;
    margin-left: 18px;
  }
}
.tab-pane {
  padding-top: 4px;
}
.tab-pane img {
  display: block;
  margin: auto;
}
.nav-tabs-alt,
.nav-filters-alt {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 24px;
  border-radius: 18px;
  -webkit-box-shadow: 0 2px 14px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 14px -2px rgba(0, 0, 0, 0.5);
}
.nav-tabs-alt > li,
.nav-filters-alt > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 !important;
  border-left: 1px solid #cccccc;
}
.nav-tabs-alt > li:first-child,
.nav-filters-alt > li:first-child {
  border: none;
}
.nav-tabs-alt > li > a,
.nav-filters-alt > li > a {
  display: block;
  text-transform: none;
  opacity: 1;
  margin: 0;
  margin-left: -1px;
  padding: 7px 10px;
  color: #3a3a3a;
  background: #fff;
  border-bottom: 2px solid #b3b3b3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tabs-alt > li > a:after,
.nav-filters-alt > li > a:after {
  display: none;
}
.nav-tabs-alt > li > a:hover,
.nav-filters-alt > li > a:hover,
.nav-tabs-alt > li > a:focus,
.nav-filters-alt > li > a:focus,
.nav-tabs-alt > li.active > a,
.nav-filters-alt > li.active > a,
.nav-tabs-alt > li.active > a:hover,
.nav-filters-alt > li.active > a:hover,
.nav-tabs-alt > li.active > a,
.nav-filters-alt > li.active > a,
.nav-tabs-alt > li.active > a:hover,
.nav-filters-alt > li.active > a:hover,
.nav-tabs-alt > li.active > a:focus,
.nav-filters-alt > li.active > a:focus {
  color: #fff;
  background: #59ab02 !important;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00)) !important;
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%) !important;
  border-bottom: 2px solid #478900;
}
.nav-tabs-alt > li:first-child a,
.nav-filters-alt > li:first-child a {
  border-radius: 18px 0 0 18px;
}
.nav-tabs-alt > li:last-child a,
.nav-filters-alt > li:last-child a {
  border-radius: 0 18px 18px 0;
}
.nav-tabs-alt.text-light > li > a,
.nav-filters-alt.text-light > li > a,
.nav-tabs-alt.text-light > li > a:hover,
.nav-filters-alt.text-light > li > a:hover,
.nav-tabs-alt.text-light > li > a:focus,
.nav-filters-alt.text-light > li > a:focus,
.nav-tabs-alt.text-light > li.active > a,
.nav-filters-alt.text-light > li.active > a,
.nav-tabs-alt.text-light > li.active > a:hover,
.nav-filters-alt.text-light > li.active > a:hover,
.nav-tabs-alt.text-light > li.active > a:focus,
.nav-filters-alt.text-light > li.active > a:focus {
  padding: 8px 10px;
}
.transition.fade {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.transition.scale.fade {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.transition.scaleup.fade {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.transition.scale.fade.in,
.transition.scaleup.fade.in {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.transition.left.fade {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.transition.right.fade {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.transition.left.fade.in,
.transition.right.fade.in {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.transition.top.fade {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.transition.bottom.fade {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.transition.top.fade.in,
.transition.bottom.fade.in {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.transition.flip.fade {
  -webkit-transform: rotateY(-90deg) scale(1.1);
  transform: rotateY(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.transition.flip.fade.in {
  -webkit-transform: rotateY(0deg) scale(1);
  transform: rotateY(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.panel {
  border: none;
  padding-left: 24px;
  -webkit-box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.4);
}
.panel .panel-heading {
  position: relative;
  font-size: 14px;
  padding: 14px 24px 15px 0;
  overflow: hidden;
  border-top-right-radius: none;
  border-top-left-radius: none;
}
.panel .panel-heading h1,
.panel .panel-heading h2,
.panel .panel-heading h3,
.panel .panel-heading h4,
.panel .panel-heading h5,
.panel .panel-heading h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.panel .panel-heading:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #59ab02;
}
.panel .panel-body {
  padding: 12px 24px 25px 0;
}
.panel.panel-ghost {
  background-color: transparent;
  padding-left: 0;
  box-shadow: none;
}
.panel.panel-with-badge .panel-heading {
  padding-left: 42px;
}
.panel.panel-with-badge .panel-heading:before {
  left: 42px;
}
.panel.panel-with-badge .panel-body {
  padding-left: 42px;
}
.panel .badge {
  display: block;
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 0;
}
.panel-group {
  -webkit-box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.4);
}
.panel-group .panel {
  padding: 0;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: -1px;
}
.panel-group .panel:last-child {
  border-bottom: 2px solid #D5D5D5;
}
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.panel-group .panel .panel-body {
  padding-left: 24px;
}
@media screen and (max-width: 360px) {
  .panel-group .panel .panel-body {
    font-size: 13px;
  }
}
.panel-group .panel .panel-heading {
  border: none;
  padding: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.panel-group .panel .panel-heading:before {
  display: none;
}
.panel-group .panel .panel-heading a {
  display: block;
  position: relative;
  color: #59ab02;
  background-color: transparent;
  padding: 13px 24px 14px 24px;
  overflow: hidden;
  opacity: 1 !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.panel-group .panel .panel-heading a:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 24px;
  bottom: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.panel-group .panel .panel-heading a:after {
  display: block;
  position: absolute;
  font-family: 'Pe-icon-7-stroke';
  content: "\e682";
  line-height: 30px;
  font-size: 30px;
  right: 15px;
  top: 9px;
  color: #59ab02;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.panel-group .panel .panel-heading a .label {
  text-transform: none;
}
@media screen and (max-width: 360px) {
  .panel-group .panel .panel-heading a {
    font-size: 12px;
  }
}
.panel-group .panel .panel-heading a.collapsed {
  color: #3a3a3a;
  border-bottom-color: #dedede;
  background-color: transparent;
}
.panel-group .panel .panel-heading a.collapsed:before {
  background-color: #59ab02;
}
.panel-group .panel .panel-heading a.collapsed:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-group .panel .panel-heading a.collapsed:hover {
  color: #fff;
  background-color: #59ab02;
}
.panel-group .panel .panel-heading a.collapsed:hover:after {
  color: #fff;
}
.panel-group .panel .panel-heading a.collapsed:hover .label {
  color: #fff;
}
.panel-group .panel:last-child .panel-heading a:before {
  display: none;
}
.panel-group .panel.panel-with-badge .panel-heading a {
  padding-left: 66px;
}
.panel-group .panel.panel-with-badge .panel-heading a:before {
  left: 66px;
}
.panel-group .panel.panel-with-badge .panel-heading .badge {
  left: 24px;
}
.panel-group .panel.panel-with-badge .panel-body {
  padding-left: 66px;
}
.panel-group .panel.panel-ghost .panel-heading a:hover.collapsed {
  color: rgba(236, 236, 236, 0.7);
}
.panel-group .panel-dark {
  background: #4d4d4d;
}
.panel-group .panel-dark:last-child {
  border-bottom: 2px solid #808080;
}
.panel-group .panel-dark .panel-heading a.collapsed {
  color: #fff;
}
.panel-group .panel-dark .panel-heading a:after {
  color: #fff;
}
.panel-group .panel-dark .panel-body {
  color: #fff;
}
.text-light .panel,
.text-light.panel {
  background-color: transparent;
  border: 1px solid #fff;
}
.text-light .panel .panel-heading a:hover,
.text-light.panel .panel-heading a:hover {
  background-color: transparent;
}
.text-light .panel.panel-ghost,
.text-light.panel.panel-ghost {
  border: none;
}
.text-light .panel.panel-ghost .panel-heading a:hover,
.text-light.panel.panel-ghost .panel-heading a:hover {
  background-color: transparent;
}
.text-light .panel .panel-heading a,
.text-light.panel .panel-heading a {
  color: #fff;
}
.text-light .panel .panel-heading a.collapsed,
.text-light.panel .panel-heading a.collapsed {
  color: #fff;
}
.text-light .panel .panel-heading a.collapsed:hover,
.text-light.panel .panel-heading a.collapsed:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.text-light .panel .panel-heading a.collapsed:before,
.text-light.panel .panel-heading a.collapsed:before {
  background-color: #fff;
}
.text-light .panel .panel-heading a:after,
.text-light.panel .panel-heading a:after {
  color: #fff;
}
.text-light .panel .panel-heading:before,
.text-light.panel .panel-heading:before {
  background-color: #fff;
}
.text-light .panel a,
.text-light.panel a,
.text-light .panel a:hover,
.text-light.panel a:hover,
.text-light .panel a:focus,
.text-light.panel a:focus {
  color: #fff;
}
.text-light .panel-group .panel,
.text-light.panel-group .panel {
  border: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.text-light .panel-group .panel:first-child,
.text-light.panel-group .panel:first-child {
  border-top: 1px solid #fff;
}
.text-light .panel-group .panel:last-child,
.text-light.panel-group .panel:last-child {
  border-bottom: 1px solid #fff;
}
.text-light .panel-group .panel.panel-ghost,
.text-light.panel-group .panel.panel-ghost {
  border: none;
}
.list-group {
  display: block;
  list-style: none;
  padding: 0 0 0 24px;
  margin-bottom: 28px;
  background-color: transparent;
  overflow: hidden;
}
.list-group .list-group-item {
  display: block;
  position: relative;
  padding: 13px 24px 13px 0;
  border-top: 1px solid #dedede;
}
.list-group .list-group-item:first-child {
  border-top: none;
}
.list-group .list-group-item .list-group-item-text {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin: 10px 0 0 0;
}
.list-group.list-group-linked {
  padding-left: 0;
}
.list-group.list-group-linked a.list-group-item {
  padding: 14px 40px 15px 24px;
  color: #3a3a3a;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.list-group.list-group-linked a.list-group-item:hover,
.list-group.list-group-linked a.list-group-item:focus {
  opacity: 1;
}
.list-group.list-group-linked a.list-group-item:hover {
  background-color: #4d4d4d;
  color: #ffffff;
}
.list-group.list-group-linked a.list-group-item:hover:before {
  background-color: #4d4d4d;
}
.list-group.list-group-linked a.list-group-item:hover:after {
  color: #ffffff;
}
.list-group.list-group-linked a.list-group-item.active {
  color: #59ab02;
}
.list-group.list-group-linked a.list-group-item.active:after {
  color: #59ab02;
}
.list-group.list-group-linked a.list-group-item:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dedede;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list-group.list-group-linked a.list-group-item:first-child:before {
  display: none;
}
.list-group.list-group-linked a.list-group-item:after {
  display: block;
  position: absolute;
  font-family: 'Pe-icon-7-stroke';
  content: "\e684";
  font-size: 28px;
  color: #59ab02;
  top: 50%;
  right: 16px;
  margin-top: -20px;
}
.list-group.with-badge {
  padding-left: 66px;
}
.list-group.with-badge .badge {
  position: absolute;
  top: 11px;
  left: -42px;
}
.list-group.with-badge.list-group-linked {
  padding-left: 0;
}
.list-group.with-badge.list-group-linked a.list-group-item {
  padding-left: 66px;
}
.list-group.with-badge.list-group-linked .badge {
  left: 24px;
}
.list-group.list-group-ghost {
  background-color: transparent;
}
.list-group.list-group-ghost a.list-group-item:hover {
  background-color: #484848;
}
.list-group.list-group-ghost.list-group {
  padding-left: 0;
}
.list-group.list-group-ghost.list-group.with-badge {
  padding-left: 42px;
}
.list-group.list-group-ghost.list-group.with-badge.list-group-linked {
  padding-left: 0;
}
.list-group.dark-skin {
  background-color: #4d4d4d;
}
.list-group.dark-skin li,
.list-group.dark-skin ol,
.list-group.dark-skin a {
  color: #fff !important;
}
.list-group.dark-skin.list-group-linked .list-group-item:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.list-group.dark-skin.list-group-linked .list-group-item:hover:before {
  background-color: #dedede;
}
.body-alt .list-group {
  background-color: #4d4d4d;
}
.body-alt .list-group a.list-group-item:hover {
  background-color: #484848;
}
.body-alt .list-group.list-group-ghost {
  background-color: transparent;
}
.body-alt .list-group.list-group-ghost a.list-group-item:hover {
  background-color: #4d4d4d;
}
.text-light .list-group,
.text-light.list-group {
  background-color: transparent;
  border: 1px solid #fff;
}
.text-light .list-group.list-group-ghost,
.text-light.list-group.list-group-ghost {
  border: none;
}
.text-light .list-group a.list-group-item,
.text-light.list-group a.list-group-item,
.text-light .list-group a.list-group-item:after,
.text-light.list-group a.list-group-item:after {
  color: #fff;
}
.text-light .list-group a.list-group-item:hover,
.text-light.list-group a.list-group-item:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.alert {
  position: relative;
  padding: 14px 25px 14px 25px;
  background-color: #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #b3b3b3;
}
.alert.alert-dismissible {
  padding-right: 45px;
}
.alert .close {
  display: block;
  position: absolute;
  font-size: 21px;
  top: 9px;
  right: 25px;
  border: none;
  background: transparent;
  padding: 0;
  color: #ff3b30;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.alert .close:focus,
.alert .close:active {
  outline: none;
}
.alert .close:hover {
  opacity: .6;
}
.alert.alert-default,
.alert.alert-primary,
.alert.alert-gradient,
.alert.alert-success,
.alert.alert-info,
.alert.alert-warning,
.alert.alert-danger {
  color: #fff;
}
.alert.alert-default .close,
.alert.alert-primary .close,
.alert.alert-gradient .close,
.alert.alert-success .close,
.alert.alert-info .close,
.alert.alert-warning .close,
.alert.alert-danger .close,
.alert.alert-default a,
.alert.alert-primary a,
.alert.alert-gradient a,
.alert.alert-success a,
.alert.alert-info a,
.alert.alert-warning a,
.alert.alert-danger a {
  color: #fff;
}
.alert.alert-default {
  background-color: #3a3a3a !important;
  border-bottom: 2px solid #212121;
}
.alert.alert-primary {
  background-color: #59ab02 !important;
  border-bottom: 2px solid #478900;
}
.alert.alert-success {
  background-color: #4cd964 !important;
  border-bottom: 2px solid #2ac845;
}
.alert.alert-info {
  background-color: #5ac8fa !important;
  border-bottom: 2px solid #28b7f9;
}
.alert.alert-warning {
  background-color: #ffcc00 !important;
  border-bottom: 2px solid #cca300;
}
.alert.alert-danger {
  background-color: #ff3b30 !important;
  border-bottom: 2px solid #fc0d00;
}
.alert.alert-ghost {
  padding: 13px 25px 13px 25px;
  background: none !important;
  border: 1px solid #3a3a3a;
  color: #3a3a3a;
  box-shadow: none;
}
.alert.alert-ghost .close {
  color: #ff3b30;
}
.alert.alert-ghost.alert-default {
  border-color: #3a3a3a;
}
.alert.alert-ghost.alert-primary {
  color: #59ab02;
  border-color: #59ab02;
}
.alert.alert-ghost.alert-success {
  color: #4cd964;
  border-color: #4cd964;
}
.alert.alert-ghost.alert-info {
  color: #5ac8fa;
  border-color: #5ac8fa;
}
.alert.alert-ghost.alert-warning {
  color: #ffcc00;
  border-color: #ffcc00;
}
.alert.alert-ghost.alert-danger {
  color: #ff3b30;
  border-color: #ff3b30;
}
.alert.alert-gradient {
  border: none;
}
.alert.alert-alt {
  text-align: center;
  padding: 0;
  padding-top: 36px;
  background: #fff;
  -webkit-box-shadow: 0 2px 14px -2px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 2px 14px -2px rgba(0, 0, 0, 0.5) !important;
}
.alert.alert-alt .alert-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
}
.alert.alert-alt .body {
  padding: 0 25px;
}
.alert.alert-alt footer {
  margin-top: 38px;
}
.alert.alert-alt footer {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #b8b8b8;
}
.alert.alert-alt footer a,
.alert.alert-alt footer button {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #3a3a3a;
  border-left: 1px solid #b8b8b8;
  padding: 12px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.alert.alert-alt footer a:first-child,
.alert.alert-alt footer button:first-child {
  border-left: none;
}
.alert.alert-alt footer a:hover,
.alert.alert-alt footer button:hover,
.alert.alert-alt footer a:focus,
.alert.alert-alt footer button:focus {
  opacity: 1;
  outline: none;
}
.alert.alert-alt footer a.cancel:hover,
.alert.alert-alt footer button.cancel:hover {
  color: #ff3b30;
}
.alert.alert-alt footer a.confirm:hover,
.alert.alert-alt footer button.confirm:hover {
  color: #4cd964;
}
.alert.alert-alt .buttons {
  padding: 26px 0 20px 0;
}
.alert.alert-alt .buttons .btn {
  margin: 8px;
}
.alert.alert-noborder {
  border: none;
}
.alert p {
  margin-bottom: 0;
}
.notification {
  border-radius: 0;
  padding: 24px 0;
}
.notification .inner {
  display: table;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .notification .inner {
    text-align: center;
  }
}
.notification .inner .column {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.notification .inner .column:first-child {
  padding-left: 0;
}
.notification .inner .column:last-child {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .notification .inner .column:last-child {
    padding-right: 0;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .notification .inner .column {
    display: block;
    text-align: center !important;
    margin: 10px auto;
  }
}
.notification .notif-icon {
  width: 25px;
}
.notification .notif-icon i {
  font-size: 24px;
}
.notification a:not(.btn) {
  color: #3a3a3a;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.notification a:not(.btn):hover,
.notification a:not(.btn):focus {
  opacity: 1;
}
.notification a:not(.btn):hover {
  color: #59ab02;
}
.notification .w-item-title a {
  color: #59ab02;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.notification .w-item-title a:hover {
  opacity: .6;
}
.notification p {
  margin-bottom: 0;
}
.notification .close {
  top: 50%;
  right: 0;
  margin-top: -16px;
}
@media screen and (max-width: 768px) {
  .notification .close {
    top: 0;
  }
}
.notification .btn {
  margin: 0;
}
.notification.alert-default a:not(.btn),
.notification.alert-primary a:not(.btn),
.notification.alert-gradient a:not(.btn),
.notification.alert-success a:not(.btn),
.notification.alert-info a:not(.btn),
.notification.alert-warning a:not(.btn),
.notification.alert-danger a:not(.btn) {
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.notification.alert-default a:not(.btn) > strong,
.notification.alert-primary a:not(.btn) > strong,
.notification.alert-gradient a:not(.btn) > strong,
.notification.alert-success a:not(.btn) > strong,
.notification.alert-info a:not(.btn) > strong,
.notification.alert-warning a:not(.btn) > strong,
.notification.alert-danger a:not(.btn) > strong {
  font-weight: 600;
}
.notification.alert-default a:not(.btn):hover,
.notification.alert-primary a:not(.btn):hover,
.notification.alert-gradient a:not(.btn):hover,
.notification.alert-success a:not(.btn):hover,
.notification.alert-info a:not(.btn):hover,
.notification.alert-warning a:not(.btn):hover,
.notification.alert-danger a:not(.btn):hover {
  opacity: .6;
}
.notification .container {
  position: relative;
}
.notification .container > .close {
  top: 0;
  right: 15px;
  margin-top: 0;
}
.notification .content-box {
  box-shadow: none;
}
.body-alt .alert {
  background-color: #ffffff;
}
.text-light .alert,
.text-light.alert {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.text-light .alert .cancel,
.text-light.alert .cancel,
.text-light .alert .confirm,
.text-light.alert .confirm,
.text-light .alert .close,
.text-light.alert .close {
  color: #fff;
}
.text-light .alert.alert-ghost,
.text-light.alert.alert-ghost {
  border-color: #fff;
}
.text-light .alert.alert-alt footer,
.text-light.alert.alert-alt footer,
.text-light .alert.alert-alt footer a,
.text-light.alert.alert-alt footer a,
.text-light .alert.alert-alt footer button,
.text-light.alert.alert-alt footer button {
  border-color: rgba(255, 255, 255, 0.7);
}
.tooltip {
  font-size: 12px;
  color: #ffffff;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #3a3a3a;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #3a3a3a;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #3a3a3a;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #3a3a3a;
}
.tooltip-inner {
  padding: 3px 15px;
  border-radius: 2px;
  background-color: #3a3a3a;
  white-space: nowrap;
  -webkit-box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.7);
}
.popover {
  font-size: 13px;
  color: #cccccc;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.9);
}
.popover.bottom > .arrow:after {
  border-bottom-color: #303030;
}
.popover-title {
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  padding: 12px 15px;
  border: none;
}
.popover-content {
  padding: 12px 15px 16px 12px;
}
.popover-content p {
  margin-bottom: 0;
}
.progress {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  margin: 48px 0 24px;
  -webkit-box-shadow: 0 3px 9px -1px #737373;
  box-shadow: 0 3px 9px -1px #737373;
}
.progress h5 {
  position: absolute;
  top: -28px;
  font-size: 18px;
}
.progress h6 {
  position: absolute;
  top: -24px;
  font-size: 14px;
}
.progress .progress-bar {
  height: 6px;
  background-color: #3a3a3a;
  white-space: nowrap;
  margin: -1px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.progress .progress-bar .progress-label {
  display: block;
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 13px;
  font-weight: 700;
  color: #3a3a3a;
}
.progress.progress-default .progress-bar {
  background-color: #3a3a3a;
}
.progress.progress-primary .progress-bar {
  background-color: #59ab02;
}
.progress.progress-success .progress-bar {
  background-color: #4cd964;
}
.progress.progress-info .progress-bar {
  background-color: #5ac8fa;
}
.progress.progress-warning .progress-bar {
  background-color: #ffcc00;
}
.progress.progress-danger .progress-bar {
  background-color: #ff3b30;
}
.progress.progress-gradient-1 .progress-bar {
  background: #00ff80;
  background: -moz-linear-gradient(left, #00ff80 0%, #0076ff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00ff80), color-stop(100%, #0076ff));
  background: -webkit-linear-gradient(left, #00ff80 0%, #0076ff 100%);
  background: -o-linear-gradient(left, #00ff80 0%, #0076ff 100%);
  background: -ms-linear-gradient(left, #00ff80 0%, #0076ff 100%);
  background: linear-gradient(to right, #00ff80 0%, #0076ff 100%);
}
.progress.progress-gradient-2 .progress-bar {
  background: #ff8d00;
  background: -moz-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8d00), color-stop(100%, #ffcc00));
  background: -webkit-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
  background: -o-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
  background: -ms-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
  background: linear-gradient(to right, #ff8d00 0%, #ffcc00 100%);
}
.progress.progress-gradient-3 .progress-bar {
  background: #50fbdc;
  background: -moz-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #50fbdc), color-stop(100%, #56c2f4));
  background: -webkit-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
  background: -o-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
  background: -ms-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
  background: linear-gradient(to right, #50fbdc 0%, #56c2f4 100%);
}
.progress.progress-gradient-4 .progress-bar {
  background: #00ffcc;
  background: -moz-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00ffcc), color-stop(100%, #f2ff00));
  background: -webkit-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
  background: -o-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
  background: -ms-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
  background: linear-gradient(to right, #00ffcc 0%, #f2ff00 100%);
}
.progress.progress-gradient-5 .progress-bar {
  background: #92b5f5;
  background: -moz-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #92b5f5), color-stop(100%, #c75ae0));
  background: -webkit-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
  background: -o-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
  background: -ms-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
  background: linear-gradient(to right, #92b5f5 0%, #c75ae0 100%);
}
.progress.progress-gradient-6 .progress-bar {
  background: #391cff;
  background: -moz-linear-gradient(left, #391cff 0%, #fc3b33 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #391cff), color-stop(100%, #fc3b33));
  background: -webkit-linear-gradient(left, #391cff 0%, #fc3b33 100%);
  background: -o-linear-gradient(left, #391cff 0%, #fc3b33 100%);
  background: -ms-linear-gradient(left, #391cff 0%, #fc3b33 100%);
  background: linear-gradient(to right, #391cff 0%, #fc3b33 100%);
}
.progress.progress-thin .progress-bar {
  height: 3px;
}
.progress.progress-rounded,
.progress.progress-rounded .progress-bar {
  border-radius: 6px;
}
.progress.progress-alt {
  border-radius: 12px;
  margin: 0 0 24px;
}
.progress.progress-alt .progress-bar {
  font-size: 13px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  padding-left: 12px;
  overflow: hidden;
}
.progress.progress-alt .progress-label {
  color: #cccccc;
  top: 0;
  right: 12px;
}
.progress.progress-alt.progress-primary .progress-label,
.progress.progress-alt.progress-success .progress-label,
.progress.progress-alt.progress-info .progress-label,
.progress.progress-alt.progress-warning .progress-label,
.progress.progress-alt.progress-danger .progress-label,
.progress.progress-alt.progress-gradient-1 .progress-label,
.progress.progress-alt.progress-gradient-2 .progress-label,
.progress.progress-alt.progress-gradient-3 .progress-label,
.progress.progress-alt.progress-gradient-4 .progress-label,
.progress.progress-alt.progress-gradient-5 .progress-label,
.progress.progress-alt.progress-gradient-6 .progress-label {
  color: #3a3a3a;
}
.progress.progress-alt.progress-primary {
  background-color: rgba(255, 107, 0, 0.1);
}
.progress.progress-alt.progress-success {
  background-color: rgba(76, 217, 100, 0.12);
}
.progress.progress-alt.progress-info {
  background-color: rgba(90, 200, 250, 0.12);
}
.progress.progress-alt.progress-warning {
  background-color: rgba(255, 204, 0, 0.12);
}
.progress.progress-alt.progress-danger {
  background-color: rgba(255, 59, 48, 0.1);
}
.progress.progress-alt.progress-gradient-1 {
  background: rgba(0, 255, 128, 0.1);
  background: -moz-linear-gradient(left, rgba(0, 255, 128, 0.1) 0%, rgba(0, 118, 255, 0.1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 255, 128, 0.1)), color-stop(100%, rgba(0, 118, 255, 0.1)));
  background: -webkit-linear-gradient(left, rgba(0, 255, 128, 0.1) 0%, rgba(0, 118, 255, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(0, 255, 128, 0.1) 0%, rgba(0, 118, 255, 0.1) 100%);
  background: -ms-linear-gradient(left, rgba(0, 255, 128, 0.1) 0%, rgba(0, 118, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(0, 255, 128, 0.1) 0%, rgba(0, 118, 255, 0.1) 100%);
}
.progress.progress-alt.progress-gradient-2 {
  background: rgba(255, 141, 0, 0.12);
  background: -moz-linear-gradient(left, rgba(255, 141, 0, 0.12) 0%, rgba(255, 204, 0, 0.12) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 141, 0, 0.12)), color-stop(100%, rgba(255, 204, 0, 0.12)));
  background: -webkit-linear-gradient(left, rgba(255, 141, 0, 0.12) 0%, rgba(255, 204, 0, 0.12) 100%);
  background: -o-linear-gradient(left, rgba(255, 141, 0, 0.12) 0%, rgba(255, 204, 0, 0.12) 100%);
  background: -ms-linear-gradient(left, rgba(255, 141, 0, 0.12) 0%, rgba(255, 204, 0, 0.12) 100%);
  background: linear-gradient(to right, rgba(255, 141, 0, 0.12) 0%, rgba(255, 204, 0, 0.12) 100%);
}
.progress.progress-alt.progress-gradient-3 {
  background: rgba(80, 251, 220, 0.12);
  background: -moz-linear-gradient(left, rgba(80, 251, 220, 0.12) 0%, rgba(86, 194, 244, 0.12) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(80, 251, 220, 0.12)), color-stop(100%, rgba(86, 194, 244, 0.12)));
  background: -webkit-linear-gradient(left, rgba(80, 251, 220, 0.12) 0%, rgba(86, 194, 244, 0.12) 100%);
  background: -o-linear-gradient(left, rgba(80, 251, 220, 0.12) 0%, rgba(86, 194, 244, 0.12) 100%);
  background: -ms-linear-gradient(left, rgba(80, 251, 220, 0.12) 0%, rgba(86, 194, 244, 0.12) 100%);
  background: linear-gradient(to right, rgba(80, 251, 220, 0.12) 0%, rgba(86, 194, 244, 0.12) 100%);
}
.progress.progress-alt.progress-gradient-4 {
  background: rgba(0, 255, 204, 0.15);
  background: -moz-linear-gradient(left, rgba(0, 255, 204, 0.15) 0%, rgba(242, 255, 0, 0.15) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 255, 204, 0.15)), color-stop(100%, rgba(242, 255, 0, 0.15)));
  background: -webkit-linear-gradient(left, rgba(0, 255, 204, 0.15) 0%, rgba(242, 255, 0, 0.15) 100%);
  background: -o-linear-gradient(left, rgba(0, 255, 204, 0.15) 0%, rgba(242, 255, 0, 0.15) 100%);
  background: -ms-linear-gradient(left, rgba(0, 255, 204, 0.15) 0%, rgba(242, 255, 0, 0.15) 100%);
  background: linear-gradient(to right, rgba(0, 255, 204, 0.15) 0%, rgba(242, 255, 0, 0.15) 100%);
}
.progress.progress-alt.progress-gradient-5 {
  background: rgba(146, 181, 245, 0.1);
  background: -moz-linear-gradient(left, rgba(146, 181, 245, 0.1) 0%, rgba(199, 90, 224, 0.1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(146, 181, 245, 0.1)), color-stop(100%, rgba(199, 90, 224, 0.1)));
  background: -webkit-linear-gradient(left, rgba(146, 181, 245, 0.1) 0%, rgba(199, 90, 224, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(146, 181, 245, 0.1) 0%, rgba(199, 90, 224, 0.1) 100%);
  background: -ms-linear-gradient(left, rgba(146, 181, 245, 0.1) 0%, rgba(199, 90, 224, 0.1) 100%);
  background: linear-gradient(to right, rgba(146, 181, 245, 0.1) 0%, rgba(199, 90, 224, 0.1) 100%);
}
.progress.progress-alt.progress-gradient-6 {
  background: rgba(57, 28, 255, 0.1);
  background: -moz-linear-gradient(left, rgba(57, 28, 255, 0.1) 0%, rgba(252, 59, 51, 0.1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 28, 255, 0.1)), color-stop(100%, rgba(252, 59, 51, 0.1)));
  background: -webkit-linear-gradient(left, rgba(57, 28, 255, 0.1) 0%, rgba(252, 59, 51, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(57, 28, 255, 0.1) 0%, rgba(252, 59, 51, 0.1) 100%);
  background: -ms-linear-gradient(left, rgba(57, 28, 255, 0.1) 0%, rgba(252, 59, 51, 0.1) 100%);
  background: linear-gradient(to right, rgba(57, 28, 255, 0.1) 0%, rgba(252, 59, 51, 0.1) 100%);
}
.progress.progress-alt.progress-stacked {
  margin: 0;
  margin-bottom: 2px;
}
.progress.progress-animated .progress-bar {
  padding-left: 0;
}
.text-light .progress .progress-label,
.text-light.progress .progress-label {
  color: #fff !important;
}
.body-alt .progress {
  background-color: #ffffff;
}
.chart1 {
  width: 350px;
  height: 350px;
  position: relative;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 13px -2px #000000;
  box-shadow: 0px 0px 13px -2px #000000;
}
.chart1 .chartinner {
  position: relative;
  display: block;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  height: 280px;
  top: 50%;
  margin-top: -140px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 13px -2px #000000;
  box-shadow: inset 0px 0px 13px -2px #000000;
}
.chart1 map area {
  display: block;
  border: 1px solid red;
  width: 15px;
  height: 10px;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider.slider-horizontal {
  width: 210px;
  height: 6px;
}
.slider.slider-horizontal .slider-track {
  height: 6px;
  width: 100%;
  top: 0;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  margin-top: -3px;
  margin-left: -6px;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.slider.slider-horizontal:hover .slider-handle {
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.28);
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  margin-top: 7.2px;
  display: inline-block;
  text-align: center;
}
.slider.slider-disabled .slider-track {
  cursor: not-allowed;
}
.slider.slider-disabled .slider-selection {
  background-color: #cccccc !important;
}
.slider.slider-disabled:hover .slider-handle {
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.28);
}
.slider input {
  display: none;
}
.slider .tooltip {
  margin-top: -32px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}
.slider .tooltip .tooltip-inner {
  white-space: nowrap;
  color: #59ab02;
  background: none;
  box-shadow: none;
}
.slider .tooltip .tooltip-arrow {
  display: none;
}
.slider .tooltip.in {
  visibility: visible;
  opacity: 1;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #3a3a3a;
}
.slider-selection {
  position: absolute;
  background-color: #3a3a3a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slider-ui,
.slider-ui-step {
  display: inline-block;
  width: 210px;
  position: relative;
}
.slider-ui .min-val,
.slider-ui-step .min-val,
.slider-ui .max-val,
.slider-ui-step .max-val {
  display: block;
  position: absolute;
  top: -16px;
  font-size: 12px;
  color: #59ab02;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}
.slider-ui .min-val,
.slider-ui-step .min-val {
  left: 0;
}
.slider-ui .max-val,
.slider-ui-step .max-val {
  right: 0;
}
.slider-ui:hover .min-val,
.slider-ui-step:hover .min-val,
.slider-ui:hover .max-val,
.slider-ui-step:hover .max-val {
  visibility: hidden;
  opacity: 0;
}
.slider-ui.disabled,
.slider-ui-step.disabled {
  cursor: not-allowed;
}
.slider-ui.disabled .min-val,
.slider-ui-step.disabled .min-val,
.slider-ui.disabled .max-val,
.slider-ui-step.disabled .max-val {
  color: #cccccc;
}
.slider-ui.disabled:hover .min-val,
.slider-ui-step.disabled:hover .min-val,
.slider-ui.disabled:hover .max-val,
.slider-ui-step.disabled:hover .max-val {
  visibility: visible;
  opacity: 1;
}
.slider-ui.disabled:hover .slider.slider-horizontal .tooltip.in,
.slider-ui-step.disabled:hover .slider.slider-horizontal .tooltip.in {
  visibility: hidden;
  opacity: 0;
}
.slider-ui.slider-ui-thin .slider.slider-horizontal,
.slider-ui-step.slider-ui-thin .slider.slider-horizontal {
  height: 3px;
}
.slider-ui.slider-ui-thin .slider.slider-horizontal .slider-track,
.slider-ui-step.slider-ui-thin .slider.slider-horizontal .slider-track {
  height: 3px;
}
.slider-ui.slider-ui-thin .slider.slider-horizontal .slider-tick,
.slider-ui-step.slider-ui-thin .slider.slider-horizontal .slider-tick,
.slider-ui.slider-ui-thin .slider.slider-horizontal .slider-handle,
.slider-ui-step.slider-ui-thin .slider.slider-horizontal .slider-handle {
  width: 9px;
  height: 9px;
}
.slider-ui.slider-ui-thin .slider.slider-horizontal .slider-tick:hover .slider-handle,
.slider-ui-step.slider-ui-thin .slider.slider-horizontal .slider-tick:hover .slider-handle,
.slider-ui.slider-ui-thin .slider.slider-horizontal .slider-handle:hover .slider-handle,
.slider-ui-step.slider-ui-thin .slider.slider-horizontal .slider-handle:hover .slider-handle {
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.28);
}
.slider-ui.slider-ui-thin .slider.slider-horizontal .tooltip,
.slider-ui-step.slider-ui-thin .slider.slider-horizontal .tooltip {
  margin-top: -34px;
}
.slider-ui.slider-ui-default .slider-selection,
.slider-ui-step.slider-ui-default .slider-selection {
  background-color: #3a3a3a;
}
.slider-ui.slider-ui-primary .slider-selection,
.slider-ui-step.slider-ui-primary .slider-selection {
  background-color: #59ab02;
}
.slider-ui.slider-ui-success .slider-selection,
.slider-ui-step.slider-ui-success .slider-selection {
  background-color: #4cd964;
}
.slider-ui.slider-ui-info .slider-selection,
.slider-ui-step.slider-ui-info .slider-selection {
  background-color: #5ac8fa;
}
.slider-ui.slider-ui-warning .slider-selection,
.slider-ui-step.slider-ui-warning .slider-selection {
  background-color: #ffcc00;
}
.slider-ui.slider-ui-danger .slider-selection,
.slider-ui-step.slider-ui-danger .slider-selection {
  background-color: #ff3b30;
}
.slider-ui.slider-ui-gradient-1 .slider-selection,
.slider-ui-step.slider-ui-gradient-1 .slider-selection {
  background: #00ff80;
  background: -moz-linear-gradient(left, #00ff80 0%, #0076ff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00ff80), color-stop(100%, #0076ff));
  background: -webkit-linear-gradient(left, #00ff80 0%, #0076ff 100%);
  background: -o-linear-gradient(left, #00ff80 0%, #0076ff 100%);
  background: -ms-linear-gradient(left, #00ff80 0%, #0076ff 100%);
  background: linear-gradient(to right, #00ff80 0%, #0076ff 100%);
}
.slider-ui.slider-ui-gradient-2 .slider-selection,
.slider-ui-step.slider-ui-gradient-2 .slider-selection {
  background: #ff8d00;
  background: -moz-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8d00), color-stop(100%, #ffcc00));
  background: -webkit-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
  background: -o-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
  background: -ms-linear-gradient(left, #ff8d00 0%, #ffcc00 100%);
  background: linear-gradient(to right, #ff8d00 0%, #ffcc00 100%);
}
.slider-ui.slider-ui-gradient-3 .slider-selection,
.slider-ui-step.slider-ui-gradient-3 .slider-selection {
  background: #50fbdc;
  background: -moz-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #50fbdc), color-stop(100%, #56c2f4));
  background: -webkit-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
  background: -o-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
  background: -ms-linear-gradient(left, #50fbdc 0%, #56c2f4 100%);
  background: linear-gradient(to right, #50fbdc 0%, #56c2f4 100%);
}
.slider-ui.slider-ui-gradient-4 .slider-selection,
.slider-ui-step.slider-ui-gradient-4 .slider-selection {
  background: #00ffcc;
  background: -moz-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00ffcc), color-stop(100%, #f2ff00));
  background: -webkit-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
  background: -o-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
  background: -ms-linear-gradient(left, #00ffcc 0%, #f2ff00 100%);
  background: linear-gradient(to right, #00ffcc 0%, #f2ff00 100%);
}
.slider-ui.slider-ui-gradient-5 .slider-selection,
.slider-ui-step.slider-ui-gradient-5 .slider-selection {
  background: #92b5f5;
  background: -moz-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #92b5f5), color-stop(100%, #c75ae0));
  background: -webkit-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
  background: -o-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
  background: -ms-linear-gradient(left, #92b5f5 0%, #c75ae0 100%);
  background: linear-gradient(to right, #92b5f5 0%, #c75ae0 100%);
}
.slider-ui.slider-ui-gradient-6 .slider-selection,
.slider-ui-step.slider-ui-gradient-6 .slider-selection {
  background: #391cff;
  background: -moz-linear-gradient(left, #391cff 0%, #fc3b33 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #391cff), color-stop(100%, #fc3b33));
  background: -webkit-linear-gradient(left, #391cff 0%, #fc3b33 100%);
  background: -o-linear-gradient(left, #391cff 0%, #fc3b33 100%);
  background: -ms-linear-gradient(left, #391cff 0%, #fc3b33 100%);
  background: linear-gradient(to right, #391cff 0%, #fc3b33 100%);
}
.slider-ui-step .slider .tooltip {
  opacity: 1;
  visibility: visible;
}
.slider-tick {
  position: absolute;
  background-color: #ffcc00 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body-alt .slider-track {
  background-color: #ffffff;
}
.cd-handle {
  background: #59ab02 !important;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00)) !important;
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%) !important;
  -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #478900;
}
.touch .ms-nav-next,
.touch .ms-nav-prev {
  display: none !important;
}
.switch {
  position: relative;
  width: 70px;
  height: 24px;
  background-color: #bababa;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch .knob {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 1px;
  left: 1px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.switch .label {
  position: absolute;
  display: block;
  font-size: 13px;
  color: #ffffff;
  top: 2px;
  margin: 0;
  width: auto;
  padding: 0;
}
.switch .label:first-child {
  text-align: right;
  padding-right: 12px;
  right: 100%;
}
.switch .label:last-child {
  text-align: left;
  padding-left: 11px;
  left: 100%;
}
.switch.on {
  background-color: #3a3a3a;
}
.switch.on .knob {
  -webkit-transform: translate(46px, 0);
  -ms-transform: translate(46px, 0);
  -o-transform: translate(46px, 0);
  transform: translate(46px, 0);
}
.switch.disabled {
  background-color: #cccccc !important;
  cursor: not-allowed;
}
.switch.switch-ghost {
  background: none;
  border: 1px solid #bababa;
}
.switch.switch-ghost .knob {
  width: 20px;
  height: 20px;
  background-color: #bababa;
}
.switch.switch-ghost .label {
  top: 1px;
  color: #bababa;
}
.switch.switch-ghost.on {
  border-color: #3a3a3a;
}
.switch.switch-ghost.on .knob {
  background-color: #3a3a3a;
}
.switch.switch-ghost.on .label {
  color: #3a3a3a;
}
.switch.switch-ghost.disabled {
  background: none !important;
  border-color: #cccccc !important;
}
.switch.switch-ghost.disabled .knob {
  background-color: #cccccc !important;
}
.switch.switch-ghost.disabled .label {
  color: #cccccc !important;
}
.switch.on.switch-primary {
  background-color: #59ab02;
}
.switch.on.switch-success {
  background-color: #4cd964;
}
.switch.on.switch-info {
  background-color: #5ac8fa;
}
.switch.on.switch-warning {
  background-color: #ffcc00;
}
.switch.on.switch-danger {
  background-color: #ff3b30;
}
.switch.on.switch-ghost.switch-primary {
  background: none;
  border-color: #59ab02;
}
.switch.on.switch-ghost.switch-primary .knob {
  background-color: #59ab02;
}
.switch.on.switch-ghost.switch-primary .label {
  color: #59ab02;
}
.switch.on.switch-ghost.switch-success {
  background: none;
  border-color: #4cd964;
}
.switch.on.switch-ghost.switch-success .knob {
  background-color: #4cd964;
}
.switch.on.switch-ghost.switch-success .label {
  color: #4cd964;
}
.switch.on.switch-ghost.switch-info {
  background: none;
  border-color: #5ac8fa;
}
.switch.on.switch-ghost.switch-info .knob {
  background-color: #5ac8fa;
}
.switch.on.switch-ghost.switch-info .label {
  color: #5ac8fa;
}
.switch.on.switch-ghost.switch-warning {
  background: none;
  border-color: #ffcc00;
}
.switch.on.switch-ghost.switch-warning .knob {
  background-color: #ffcc00;
}
.switch.on.switch-ghost.switch-warning .label {
  color: #ffcc00;
}
.switch.on.switch-ghost.switch-danger {
  background: none;
  border-color: #ff3b30;
}
.switch.on.switch-ghost.switch-danger .knob {
  background-color: #ff3b30;
}
.switch.on.switch-ghost.switch-danger .label {
  color: #ff3b30;
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 400ms;
  transition: height 400ms;
}
/* 
 *  Core Owl Carousel Styles
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls {
  text-align: center;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-nav {
  position: absolute;
  height: 24px;
  top: -30px;
  right: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #59ab02;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-left: 10px;
  opacity: 1;
  border-bottom: 2px solid #994000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  font-family: 'Pe-icon-7-stroke';
  font-size: 24px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  opacity: 1;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
  content: "\e686";
}
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: "\e684";
}
.owl-carousel .owl-controls .owl-dots {
  position: relative;
  margin-top: 24px;
  z-index: 10;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #59ab02;
  opacity: .5;
  margin: 0 6px 6px 0;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  opacity: 1;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .content-box,
.owl-carousel .client-box {
  margin-bottom: 0 !important;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #3a3a3a;
}
.owl-carousel .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.owl-carousel .owl-carousel .owl-video-play-icon:hover {
  opacity: .7;
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.content-slider {
  -webkit-box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.6);
}
.content-slider.owl-carousel .owl-controls .owl-dots {
  margin-top: -22px;
}
.content-slider.controls-inside {
  position: relative;
  overflow: hidden;
}
.content-slider.controls-inside.owl-carousel .owl-nav {
  position: static;
  height: 0px;
}
.content-slider.controls-inside.owl-carousel .owl-nav .owl-prev,
.content-slider.controls-inside.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -12px;
}
.content-slider.controls-inside.owl-carousel .owl-nav .owl-prev {
  left: -30px;
}
.content-slider.controls-inside.owl-carousel .owl-nav .owl-next {
  right: -30px;
}
@media screen and (max-width: 480px) {
  .content-slider.controls-inside.owl-carousel .owl-nav {
    display: none;
  }
}
.content-slider.controls-inside:hover.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.content-slider.controls-inside:hover.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.content-slider.controls-outside {
  position: relative;
}
.content-slider.controls-outside.owl-carousel .owl-nav {
  position: static;
  height: 0px;
}
.content-slider.controls-outside.owl-carousel .owl-nav .owl-prev,
.content-slider.controls-outside.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin: 0;
  opacity: 1;
  margin-top: -12px;
  border-bottom: 2px solid #478900;
  -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
  background: #59ab02 !important;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00)) !important;
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%) !important;
}
.content-slider.controls-outside.owl-carousel .owl-nav .owl-prev:hover,
.content-slider.controls-outside.owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}
.content-slider.controls-outside.owl-carousel .owl-nav .owl-prev {
  left: -30px;
}
.content-slider.controls-outside.owl-carousel .owl-nav .owl-next {
  right: -30px;
}
@media screen and (max-width: 480px) {
  .content-slider.controls-outside.owl-carousel .owl-nav {
    display: none;
  }
}
.content-slider.controls-outside.owl-carousel .owl-nav .owl-prev {
  left: -10px;
}
.content-slider.controls-outside.owl-carousel .owl-nav .owl-next {
  right: -10px;
}
.content-slider .row {
  margin: 0;
}
.content-slider .badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 24px;
}
.touch .content-slider.controls-inside.owl-carousel .owl-nav {
  display: none;
}
.dark-skin.owl-carousel,
.dark-skin .owl-carousel {
  color: #fff;
}
.dark-skin.owl-carousel .owl-controls .owl-prev,
.dark-skin .owl-carousel .owl-controls .owl-prev,
.dark-skin.owl-carousel .owl-controls .owl-next,
.dark-skin .owl-carousel .owl-controls .owl-next {
  background-color: #3a3a3a;
}
.dark-skin.owl-carousel .owl-controls .owl-dot,
.dark-skin .owl-carousel .owl-controls .owl-dot {
  background-color: #fff;
}
.dark-skin.owl-carousel .rating span.star,
.dark-skin .owl-carousel .rating span.star {
  color: #fff;
}
.dark-skin.owl-carousel .rating span.star.active,
.dark-skin .owl-carousel .rating span.star.active {
  color: #59ab02;
}
.rating span {
  float: left;
  font-size: 14px;
  margin-right: 1px;
  color: #cccccc;
}
.rating span:last-child {
  margin-right: 0;
}
.rating span.star {
  color: #cccccc;
  margin-top: -2px;
}
.rating span.star:before {
  font-family: 'Pe-icon-7-stroke';
  content: "\e611";
  font-size: 16px;
}
.rating span.star.active {
  color: #3a3a3a;
}
.rating:before,
.rating:after {
  content: " ";
  display: table;
}
.rating:after {
  clear: both;
}
.rating.rating-default span.star.active {
  color: #3a3a3a;
}
.rating.rating-primary span.star.active {
  color: #59ab02;
}
.rating.rating-success span.star.active {
  color: #4cd964;
}
.rating.rating-info span.star.active {
  color: #5ac8fa;
}
.rating.rating-warning span.star.active {
  color: #6bcf00;
}
.rating.rating-danger span.star.active {
  color: #ff3b30;
}
.rating.rating-danger span.star.active {
  color: #ff3b30;
}
.rating.rating-lg span {
  font-size: 16px;
}
.rating.rating-lg span.star {
  margin-top: -5px;
}
.rating.rating-lg span.star:before {
  font-size: 22px;
}
.rating.rating-inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.text-light .rating span,
.text-light.rating span,
.text-light .rating span.star,
.text-light.rating span.star {
  color: rgba(255, 255, 255, 0.6);
}
.text-light .rating span.active,
.text-light.rating span.active,
.text-light .rating span.star.active,
.text-light.rating span.star.active {
  color: #fff;
}
.text-center .rating,
.text-center.rating {
  display: table;
  margin: auto;
}
/*!
 * @copyright &copy; Kartik Visweswaran, Krajee.com, 2013 - 2015
 * @version 3.5.1
 *
 * A simple yet powerful JQuery star rating plugin that allows rendering
 * fractional star ratings and supports Right to Left (RTL) input.
 *
 * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0px;
  color: #fff;
  background: transparent url('../img/loading.gif') top left no-repeat;
  border: none;
}
/*
 * Stars
 */
.rating-fa {
  font-family: 'FontAwesome';
  padding-left: 1px;
}
.rating-fa .rating-stars:before {
  padding-left: 1px;
}
.rating-gly {
  font-family: 'Pe-icon-7-stroke';
}
.rating-gly-star {
  font-family: 'Pe-icon-7-stroke';
  padding-left: 1px;
}
.rating-active {
  cursor: pointer;
}
.rating-disabled {
  cursor: not-allowed;
}
.rating-uni {
  font-size: 1.2em;
  margin-top: -5px;
}
.rating-container {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #cccccc;
  overflow: hidden;
}
.rating-container:before {
  content: attr(data-content);
}
.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #3a3a3a;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.rating-container .rating-stars:before {
  content: attr(data-content);
}
.rating-container-rtl {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  color: #cccccc;
}
.rating-container-rtl:before {
  content: attr(data-content);
}
.rating-container-rtl .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #3a3a3a;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.rating-container-rtl .rating-stars:before {
  content: attr(data-content);
}
/**
 * Rating sizes
 */
.rating-lg,
.rating-xl {
  font-size: 32px;
}
.rating-md {
  font-size: 22px;
}
.rating-sm,
.rating-xs {
  font-size: 16px;
}
/**
 * Caption
 */
.star-rating .caption,
.star-rating-rtl .caption {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  padding-top: 4px;
}
.star-rating .caption {
  padding-left: 5px;
}
.star-rating-rtl .caption {
  padding-right: 5px;
}
.rating-lg.star-rating .caption,
.rating-lg.star-rating-rtl .caption {
  font-size: 14px;
}
/**
 * Color variations
 */
.rating-input-primary .rating-container .rating-stars,
.rating-input-primary .rating-container-rtl .rating-stars {
  color: #59ab02;
}
.rating-input-success .rating-container .rating-stars,
.rating-input-success .rating-container-rtl .rating-stars {
  color: #4cd964;
}
.rating-input-info .rating-container .rating-stars,
.rating-input-info .rating-container-rtl .rating-stars {
  color: #5ac8fa;
}
.rating-input-warning .rating-container .rating-stars,
.rating-input-warning .rating-container-rtl .rating-stars {
  color: #6bcf00;
}
.rating-input-danger .rating-container .rating-stars,
.rating-input-danger .rating-container-rtl .rating-stars {
  color: #ff3b30;
}
А .post-counters {
  display: inline-block;
}
А .post-counters a {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 7px;
}
А .post-counters a i {
  font-size: 175%;
  margin-right: 5px;
}
.post-meta {
  display: inline-block;
  font-size: 12px;
  line-height: 2;
}
.post-meta .taxonomy {
  display: inline-block;
  margin-right: 7px;
}
.post-meta span {
  display: inline-block;
  color: #c7c7c7;
  margin: 0 2px;
}
.tag {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  background-color: #3a3a3a;
  border-radius: 1px;
  line-height: 1;
  padding: 5px 12px;
  margin: 0 2px 8px 0;
  opacity: .5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tag:hover,
.tag:focus {
  color: #fff;
}
.tag:hover,
.tag.active {
  color: #fff;
  opacity: 1;
}
.tag.tag-default {
  background-color: #3a3a3a;
}
.tag.tag-primary {
  background-color: #59ab02;
}
.tag.tag-success {
  background-color: #4cd964;
}
.tag.tag-info {
  background-color: #5ac8fa;
}
.tag.tag-warning {
  background-color: #ffcc00;
}
.tag.tag-danger {
  background-color: #ff3b30;
}
.shop-price,
.shop-old-price {
  display: inline-block;
  vertical-align: middle;
  color: #4cd964;
  font-size: 36px;
  font-weight: 300;
  margin: 0 5px 15px 0;
}
.shop-old-price {
  color: #c7c7c7;
  text-decoration: line-through;
}
.text-center .shop-price {
  margin: 0 5px 15px 5px;
}
.text-right .shop-price {
  margin-right: 0;
  margin-left: 5px;
}
.wishlist-btn {
  display: inline-block;
  vertical-align: middle;
  color: #ff3b30;
  font-size: 16px;
  line-height: 1;
}
.wishlist-btn:hover,
.wishlist-btn:focus {
  opacity: 1;
  color: #ff3b30;
}
.widget {
  width: 100%;
  max-width: 320px;
  margin-bottom: 36px;
}
.widget > a {
  text-transform: uppercase;
}
.widget .form-group {
  margin: 0 -1px 0 -1px;
}
.widget .widget-title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-bottom: 24px;
}
.widget .widget-subtitle {
  font-size: 14px;
  font-weight: normal;
  color: #c9c9c9;
  margin-bottom: 16px;
}
.widget p {
  margin-bottom: 0;
}
.widget.widget-block {
  max-width: 100%;
}
.widget.widget-inline {
  display: table;
  max-width: 100%;
  border-top: 1px solid #59ab02;
  margin-bottom: 0;
  margin-top: 24px;
  padding-top: 24px;
}
.widget.widget-inline:first-child {
  border: none;
  margin-top: 0;
}
.widget.widget-inline .column-inner,
.widget.widget-inline .column-outer {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.widget.widget-inline .column-inner:first-child,
.widget.widget-inline .column-outer:first-child {
  padding-left: 0;
}
.widget.widget-inline .column-outer {
  padding: 0;
  width: 50%;
}
.widget.widget-inline .column-outer:last-child {
  padding-left: 15px;
}
.widget.widget-inline .column-outer:last-child .column-inner:last-child {
  padding-right: 0;
}
.widget.widget-inline .column-outer .inner {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.widget.widget-inline h1,
.widget.widget-inline h2,
.widget.widget-inline h3 {
  margin-bottom: 0;
}
.widget.widget-inline .footer-logo {
  margin-bottom: 0;
}
.widget.widget-inline .form-input {
  margin-bottom: 10px;
}
.widget.widget-inline .form-group {
  margin: 0;
}
.widget.widget-inline .widget-title {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .widget.widget-inline:first-child {
    padding-top: 0;
  }
  .widget.widget-inline .column-outer:first-child {
    padding-right: 15px;
  }
  .widget.widget-inline .column-inner {
    display: block;
    width: 100%;
    padding: 0;
  }
  .widget.widget-inline .column-inner.text-right {
    text-align: left !important;
  }
  .widget.widget-inline .footer-logo,
  .widget.widget-inline .form-input,
  .widget.widget-inline .widget-title,
  .widget.widget-inline .social-buttons {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .widget.widget-inline {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .widget.widget-inline .column-outer {
    display: block;
    width: 100%;
    padding: 0 !important;
    padding-top: 24px !important;
  }
  .widget.widget-inline .column-outer:first-child {
    padding-top: 0 !important;
  }
}
.widget.widget-photo-stream .photo-grid {
  margin-bottom: 16px;
}
.widget.widget-photo-stream .photo-grid:before,
.widget.widget-photo-stream .photo-grid:after {
  content: "";
  display: table;
}
.widget.widget-photo-stream .photo-grid:after {
  clear: both;
}
.widget.widget-photo-stream .photo-grid a {
  position: relative;
  display: block;
  float: left;
  width: 32.5%;
  max-width: 85px;
  margin: 0 1px 1px 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.widget.widget-photo-stream .photo-grid a:before,
.widget.widget-photo-stream .photo-grid a:after {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.widget-photo-stream .photo-grid a:before {
  z-index: 1;
  content: "";
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: #212121;
  border: 4px solid #ccc;
}
.widget.widget-photo-stream .photo-grid a:after {
  z-index: 2;
  font-family: 'Pe-icon-7-stroke';
  content: "\e63e";
  font-size: 26px;
  color: #fff;
  line-height: 1;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -13px;
}
.widget.widget-photo-stream .photo-grid a:hover,
.widget.widget-photo-stream .photo-grid a:focus {
  opacity: 1;
  -webkit-box-shadow: 0 0px 8px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0px 8px 2px rgba(0, 0, 0, 0.6);
}
.widget.widget-photo-stream .photo-grid a:hover:before {
  opacity: .5;
}
.widget.widget-photo-stream .photo-grid a:hover:after {
  opacity: 1;
}
.widget.widget-categories ul {
  padding: 0;
  list-style: none;
}
.widget.widget-categories ul li {
  position: relative;
  margin-bottom: 15px;
}
.widget.widget-categories ul li a {
  padding-right: 40px;
  white-space: normal;
}
.widget.widget-categories ul li span {
  position: absolute;
  right: 0;
  color: #c9c9c9;
}
.widget.widget-categories ul li.active a,
.widget.widget-categories ul li.active a:hover,
.widget.widget-categories ul li.active a:focus {
  color: #3a3a3a;
  cursor: default;
  pointer-events: none;
}
.widget.widget-search .form-input {
  position: relative;
}
.widget.widget-search .form-input [type=submit] {
  position: absolute;
  left: -10px;
  top: 7px;
  background: none;
  border: none;
  color: #59ab02;
  font-size: 23px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.widget.widget-search .form-input [type=submit]:hover {
  opacity: .6;
}
.widget.widget-search .form-input [type=submit]:hover,
.widget.widget-search .form-input [type=submit]:focus {
  outline: none;
}
.widget.widget-search .form-input input {
  padding-top: 5px;
  padding-left: 27px;
}
.widget.widget-search .form-input label {
  left: 27px;
}
.widget .w-item {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.widget .w-item .w-item-thumb,
.widget .w-item .w-item-content {
  display: table-cell;
  vertical-align: top;
}
.widget .w-item .w-item-thumb a {
  display: block;
  position: relative;
  margin: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.widget .w-item .w-item-thumb a:before,
.widget .w-item .w-item-thumb a:after {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.widget .w-item .w-item-thumb a:before {
  z-index: 1;
  content: "";
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: #212121;
  border: 4px solid #ccc;
}
.widget .w-item .w-item-thumb a:after {
  z-index: 2;
  font-family: 'Pe-icon-7-stroke';
  color: #fff;
  line-height: 1;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
}
.widget .w-item .w-item-thumb a:hover:before {
  opacity: .5;
}
.widget .w-item .w-item-thumb a:hover:after {
  opacity: 1;
}
.widget .w-item .w-item-thumb a:hover,
.widget .w-item .w-item-thumb a:focus {
  opacity: 1;
  -webkit-box-shadow: 0 0px 8px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0px 8px 2px rgba(0, 0, 0, 0.6);
}
.widget .w-item .w-item-thumb a .badge {
  display: block;
  position: absolute;
  z-index: 5;
  top: -12px;
  right: -9px;
  font-size: 13px;
  line-height: 24px;
}
.widget .w-item .w-item-content p {
  margin: 0;
}
.widget .w-item .w-item-title {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.widget .w-item-price-current,
.widget .w-item-price-discounted {
  display: inline-block;
  font-size: 16px;
  margin-right: 3px;
}
.widget .w-item-price-current {
  color: #4cd964;
  font-weight: 600;
  line-height: 2;
}
.widget .w-item-price-discounted {
  color: #c9c9c9;
  text-decoration: line-through;
  line-height: 2;
}
.widget.widget-twitter-feed .w-item-thumb,
.widget.widget-comments .w-item-thumb {
  padding-right: 15px;
}
.widget.widget-twitter-feed .w-item-thumb i,
.widget.widget-comments .w-item-thumb i {
  font-size: 30px;
  color: #59ab02;
  line-height: 1;
}
.widget.widget-comments .w-item-thumb i {
  font-size: 26px;
  color: #59ab02;
  line-height: 1.5;
}
.widget.widget-comments .w-item-content a {
  color: #3a3a3a;
}
.widget.widget-recent-posts .w-item-thumb {
  padding-top: 2px;
}
.widget.widget-recent-posts .w-item-thumb a {
  width: 45px;
}
.widget.widget-recent-posts .w-item-thumb a:after {
  content: "\e641";
  font-size: 20px;
  margin-top: -10px;
}
.widget.widget-recent-posts .w-item-content {
  padding-left: 12px;
}
.widget.widget-top-products .w-item-thumb,
.widget.widget-shopping-cart .w-item-thumb {
  width: 78px;
}
.widget.widget-top-products .w-item-thumb a:after,
.widget.widget-shopping-cart .w-item-thumb a:after {
  content: "\e63e";
  font-size: 26px;
  margin-top: -13px;
}
.widget.widget-top-products .w-item-content,
.widget.widget-shopping-cart .w-item-content {
  padding-left: 13px;
}
.widget.widget-shopping-cart .w-item-title {
  padding-right: 25px;
  margin-bottom: 8px;
}
.widget.widget-shopping-cart .w-item-content {
  position: relative;
}
.widget.widget-shopping-cart .w-item-content .delete {
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 20px;
  line-height: 1;
  color: #ff3b30;
  font-weight: 300;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.widget.widget-shopping-cart .w-item-content .delete:hover {
  opacity: .6;
}
.widget.widget-shopping-cart .w-item-price-current,
.widget.widget-shopping-cart .w-item-price-discounted {
  font-size: 22px;
  font-weight: normal;
}
.widget.widget-shopping-cart .w-item-quantity {
  color: #c9c9c9;
  margin-right: 3px;
}
.widget.widget-shopping-cart .w-footer .w-item-price-current {
  margin-left: 6px;
}
.widget.widget-shopping-cart .w-footer .columns {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.widget.widget-shopping-cart .w-footer .columns .column {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.widget.widget-shopping-cart .w-footer .columns .column:first-child {
  padding-right: 10px;
}
.widget.widget-shopping-cart .w-footer .columns .column:last-child {
  padding-left: 10px;
}
.widget.widget-payment-method .cards {
  display: table;
  width: 100%;
  margin-bottom: 26.4px;
}
.widget.widget-payment-method .cards .card {
  display: table-cell;
  vertical-align: middle;
  width: 33.33%;
  text-align: center;
  padding: 5px;
}
.widget.widget-payment-method .cards .card:first-child {
  text-align: left;
  padding-right: 10px;
  padding-left: 0;
}
.widget.widget-payment-method .cards .card:last-child {
  text-align: right;
  padding-left: 10px;
  padding-right: 0;
}
.widget.widget-payment-method .cards .card a {
  display: inline-block;
  width: 100%;
  max-width: 50px;
}
.widget.widget-payment-method .cards .card a:hover,
.widget.widget-payment-method .cards .card a:focus {
  opacity: 1;
}
.widget.widget-links .columns {
  display: table;
  width: 100%;
}
.widget.widget-links .columns ul {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-left: 20px;
}
.widget.widget-links .columns ul:first-child {
  padding-left: 0;
}
.widget.widget-links ul {
  list-style: none;
  padding: 0;
}
.widget.widget-links ul li {
  margin-bottom: 12px;
}
.widget.widget-links ul li a {
  text-transform: uppercase;
}
.widget.widget-carousel .inner blockquote {
  margin-bottom: 0;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.widget.widget-carousel .inner blockquote p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
}
.widget.widget-carousel .inner blockquote footer {
  font-weight: 700;
  text-transform: uppercase;
}
.widget.widget-carousel .owl-controls {
  width: 100%;
  min-height: 20px;
}
.widget.widget-carousel .owl-nav {
  width: 100%;
  top: 62%;
}
.widget.widget-carousel .owl-nav .owl-prev,
.widget.widget-carousel .owl-nav .owl-next {
  position: absolute;
}
.widget.widget-carousel .owl-nav .owl-prev {
  left: 0;
}
.widget.widget-carousel .owl-nav .owl-next {
  right: 0;
}
.widget.widget-carousel .owl-dots {
  margin-top: 16px;
}
.widget.widget-carousel .owl-dots .owl-dot {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
}
.widget.widget-brands .item a:hover,
.widget.widget-brands .item a:focus {
  opacity: 1;
}
.widget.widget-testimonial .item {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.widget.widget-testimonial .bubble {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  background: #ff6c00;
  background: -moz-linear-gradient(left, #ff6c00 0%, #ff984d 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff6c00), color-stop(100%, #ff984d));
  background: -webkit-linear-gradient(left, #ff6c00 0%, #ff984d 100%);
  background: -o-linear-gradient(left, #ff6c00 0%, #ff984d 100%);
  background: -ms-linear-gradient(left, #ff6c00 0%, #ff984d 100%);
  background: linear-gradient(to right, #ff6c00 0%, #ff984d 100%);
  border-radius: 24px;
  padding: 18px 15px;
  margin-bottom: 18px;
}
.widget.widget-testimonial .bubble:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -6px;
  left: 30px;
  border-width: 7px 7px 0;
  border-top-color: #ff6c00;
}
.widget.widget-testimonial .bubble p {
  margin-bottom: 0;
}
.widget.widget-testimonial p {
  margin-bottom: 24px;
}
.widget.widget-testimonial .author {
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
  color: #5ac8fa;
}
.widget.widget-testimonial .author .avatar {
  display: inline-block;
  vertical-align: middle;
  max-width: 48px;
  border-radius: 50%;
  margin-right: 6px;
}
.widget.widget-testimonial.widget-testimonial-alt {
  text-align: center;
}
.widget.widget-testimonial.widget-testimonial-alt .author {
  text-align: center;
}
.widget.widget-testimonial.widget-testimonial-alt .author .avatar {
  display: block;
  margin: 0 auto 10px auto;
}
.widget.dark-skin {
  color: #ffffff;
}
.widget.dark-skin .logo {
  color: #ffffff;
}
.widget.dark-skin .widget-title {
  color: #59ab02;
}
.filter-btns {
  margin-bottom: 16px;
}
.filter-btns .btn {
  margin: 0 5px 10px 0;
}
.widgets-row {
  position: relative;
  width: 100%;
  margin-bottom: 48px;
}
.widgets-row:before,
.widgets-row:after {
  content: "";
  display: table;
}
.widgets-row:after {
  clear: both;
}
.widgets-row .widgets-col {
  float: left;
  padding: 5px 22px;
}
.widgets-row .widgets-col:before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  min-height: 100%;
  top: 0;
  background-color: #59ab02;
}
.widgets-row .widgets-col:first-child {
  padding-left: 0;
}
.widgets-row .widgets-col:first-child:before {
  display: none;
}
.widgets-row .widgets-col:last-child {
  padding-right: 0;
}
.widgets-row.widgets-row-4cols .widgets-col {
  width: 26%;
}
.widgets-row.widgets-row-4cols .widgets-col:first-child,
.widgets-row.widgets-row-4cols .widgets-col:last-child {
  width: 24%;
}
.widgets-row.widgets-row-4cols .widgets-col.col-2:before {
  left: 24%;
}
.widgets-row.widgets-row-4cols .widgets-col.col-3:before {
  left: 50%;
}
.widgets-row.widgets-row-4cols .widgets-col.col-4:before {
  left: 76%;
}
.widgets-row.widgets-row-3cols .widgets-col {
  width: 34%;
}
.widgets-row.widgets-row-3cols .widgets-col:first-child,
.widgets-row.widgets-row-3cols .widgets-col:last-child {
  width: 33%;
}
.widgets-row.widgets-row-3cols .widgets-col.col-2:before {
  left: 33%;
}
.widgets-row.widgets-row-3cols .widgets-col.col-3:before {
  left: 67%;
}
.widgets-row.widgets-row-2cols .widgets-col {
  width: 50%;
}
.widgets-row.widgets-row-2cols .widgets-col.col-2:before {
  left: 50%;
}
.widgets-row .widget {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .widgets-row.widgets-row-4cols .widgets-col,
  .widgets-row.widgets-row-3cols .widgets-col,
  .widgets-row.widgets-row-2cols .widgets-col {
    width: 50% !important;
  }
  .widgets-row.widgets-row-4cols .widgets-col.col-3,
  .widgets-row.widgets-row-3cols .widgets-col.col-3,
  .widgets-row.widgets-row-2cols .widgets-col.col-3 {
    padding-left: 0;
    clear: both;
  }
  .widgets-row.widgets-row-4cols .widgets-col.col-2:before,
  .widgets-row.widgets-row-3cols .widgets-col.col-2:before,
  .widgets-row.widgets-row-2cols .widgets-col.col-2:before,
  .widgets-row.widgets-row-4cols .widgets-col.col-4:before,
  .widgets-row.widgets-row-3cols .widgets-col.col-4:before,
  .widgets-row.widgets-row-2cols .widgets-col.col-4:before {
    display: none;
  }
  .widgets-row.widgets-row-4cols .widgets-col.col-1 .widget,
  .widgets-row.widgets-row-3cols .widgets-col.col-1 .widget,
  .widgets-row.widgets-row-2cols .widgets-col.col-1 .widget,
  .widgets-row.widgets-row-4cols .widgets-col.col-2 .widget,
  .widgets-row.widgets-row-3cols .widgets-col.col-2 .widget,
  .widgets-row.widgets-row-2cols .widgets-col.col-2 .widget {
    margin-bottom: 36px;
  }
  .widgets-row.widgets-row-3cols .widgets-col.col-3 {
    padding-right: 22px;
  }
  .widgets-row.widgets-row-3cols .widgets-col.col-3:before {
    left: 50%;
  }
  .widgets-row.widgets-row-2cols .widgets-col.col-2:before {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .widgets-row.widgets-row-4cols,
  .widgets-row.widgets-row-3cols,
  .widgets-row.widgets-row-2cols {
    margin-bottom: 0;
  }
  .widgets-row.widgets-row-4cols .widgets-col,
  .widgets-row.widgets-row-3cols .widgets-col,
  .widgets-row.widgets-row-2cols .widgets-col {
    width: 100% !important;
    padding: 0 !important;
  }
  .widgets-row.widgets-row-4cols .widgets-col:before,
  .widgets-row.widgets-row-3cols .widgets-col:before,
  .widgets-row.widgets-row-2cols .widgets-col:before {
    display: none;
  }
  .widgets-row.widgets-row-4cols .widget,
  .widgets-row.widgets-row-3cols .widget,
  .widgets-row.widgets-row-2cols .widget {
    margin: 0 auto 36px auto;
  }
  .widgets-row.widgets-row-2cols .widgets-col.col-2:before {
    display: none;
  }
}
.text-light.widget.widget-testimonial .author,
.text-light .widget.widget-testimonial .author {
  color: #fff;
}
.tile {
  max-width: 400px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 0 30px 0;
  -webkit-box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
}
.tile .tile-title {
  color: #59ab02;
}
.tile .tile-title h2,
.tile .tile-title h3,
.tile .tile-title h4,
.tile .tile-title h5,
.tile .tile-title h6 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tile .tile-title:hover h2,
.tile .tile-title:hover h3,
.tile .tile-title:hover h4,
.tile .tile-title:hover h5,
.tile .tile-title:hover h6 {
  opacity: .6 !important;
}
.tile .tile-title-alt {
  color: #59ab02;
}
.tile .tile-title-alt h2,
.tile .tile-title-alt h3,
.tile .tile-title-alt h4,
.tile .tile-title-alt h5,
.tile .tile-title-alt h6 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}
.tile .tile-title-alt:hover h2,
.tile .tile-title-alt:hover h3,
.tile .tile-title-alt:hover h4,
.tile .tile-title-alt:hover h5,
.tile .tile-title-alt:hover h6 {
  opacity: .6 !important;
}
.tile .post-counters {
  text-align: center;
  margin-bottom: 12px;
}
.tile .wishlist-btn {
  display: block;
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 24px;
}
.tile .wishlist-btn i {
  color: #fff;
}
.tile .content-slider {
  -webkit-box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
}
.tile .tile-thumb {
  display: block;
  position: relative;
}
.tile .tile-thumb .img-cont {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.tile .tile-thumb .image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 3s !important;
  -o-transition: all 3s !important;
  transition: all 3s !important;
}
.tile .tile-thumb img {
  width: 100%;
}
.tile .tile-thumb .post-counters {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
  left: 0;
  bottom: 22px;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tile .tile-thumb .post-counters a {
  color: #fff;
}
.tile .tile-thumb .post-counters a i {
  padding: 0 5px;
}
.tile .tile-thumb .overlay {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tile .tile-thumb .overlay span {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  top: 5px;
  right: 12px;
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  -o-transform: translate(0, -30px);
  transform: translate(0, -30px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tile .tile-thumb .overlay .btns {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -24px;
}
.tile .tile-thumb .overlay .btns a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 44px;
  font-size: 24px;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: transparent;
  margin: 0 4px;
  opacity: .8;
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tile .tile-thumb .overlay .btns a:last-child {
  -webkit-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.tile .tile-thumb .overlay .btns a:hover,
.tile .tile-thumb .overlay .btns a:focus {
  opacity: 1;
}
.tile .tile-thumb .overlay .inner-wrap {
  position: absolute;
  display: table;
  width: 100%;
  height: 180px;
  color: #fff;
  left: 0;
  top: 50%;
  margin-top: -90px;
}
.tile .tile-thumb .overlay .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 32px;
}
.tile .tile-thumb .overlay .inner .btns {
  position: relative;
  top: 0;
  margin: 0 0 22px 0;
}
.tile .tile-thumb .overlay .inner .post-counters {
  bottom: 10px;
}
.tile .tile-thumb img {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 3s !important;
  -o-transition: all 3s !important;
  transition: all 3s !important;
}
.tile .tile-thumb .tags {
  position: absolute;
  width: auto;
  z-index: 2;
  top: 12px;
  left: 0;
  right: 0;
}
.tile .tile-thumb .tags .tag {
  opacity: 0;
  -webkit-transform: translate(0, 400%);
  -ms-transform: translate(0, 400%);
  -o-transform: translate(0, 400%);
  transform: translate(0, 400%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tile .tile-thumb .tile-rating {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  bottom: 24px;
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tile .tile-thumb .tile-rating .rating {
  display: table;
  margin: auto;
}
.tile .tile-thumb .tile-rating .rating span,
.tile .tile-thumb .tile-rating .rating span.star {
  color: rgba(255, 255, 255, 0.6);
}
.tile .tile-thumb .tile-rating .rating span.active,
.tile .tile-thumb .tile-rating .rating span.star.active {
  color: #fff;
}
.tile .tile-thumb .badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 24px;
  line-height: 24px;
  font-size: 13px;
}
.tile .tile-thumb .wishlist-btn {
  color: #ff3b30 !important;
  opacity: 0;
  -webkit-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  -o-transform: translate(0, -12px);
  transform: translate(0, -12px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tile .tile-thumb:hover .overlay {
  opacity: 1;
}
.tile .tile-thumb:hover .overlay span,
.tile .tile-thumb:hover .overlay .btns a {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tile .tile-thumb:hover .tag {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition-delay: .2s;
  /* Safari */
  transition-delay: .2s;
}
.tile .tile-thumb:hover .tag:first-child {
  -webkit-transition-delay: .1s;
  /* Safari */
  transition-delay: .1s;
}
.tile .tile-thumb:hover .tag:last-child {
  -webkit-transition-delay: .3s;
  /* Safari */
  transition-delay: .3s;
}
.tile .tile-thumb:hover .img-cont img,
.tile .tile-thumb:hover .img-cont .image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tile .tile-thumb:hover .post-counters,
.tile .tile-thumb:hover .tile-rating,
.tile .tile-thumb:hover .wishlist-btn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tile .tile-body {
  text-align: center;
  padding: 22px;
  max-width: 600px;
  margin: 0 auto;
}
.tile .tile-body p {
  font-size: 13px;
  color: #c7c7c7;
  line-height: 1.7;
  margin-bottom: 0;
}
.tile .tile-body .shop-price,
.tile .tile-body .shop-old-price {
  font-size: 24px;
  font-weight: normal;
  margin: 0 4px 15px 4px;
}
.tile .tile-body .shop-old-price {
  font-weight: 300;
}
.tile .tile-body .btn {
  margin: 0;
}
.tile .tile-body .rating {
  margin-bottom: 10px;
}
.tile .tile-footer {
  text-align: center;
  padding: 8px 10px 22px 10px;
}
.tile.tile-horizontal {
  width: 100%;
  max-width: 100%;
}
.tile.tile-horizontal:before,
.tile.tile-horizontal:after {
  content: " ";
  display: table;
}
.tile.tile-horizontal:after {
  clear: both;
}
.tile.tile-horizontal .tile-thumb,
.tile.tile-horizontal .tile-content {
  float: left;
}
.tile.tile-horizontal .tile-thumb {
  position: relative;
  width: 33%;
  min-width: 200px;
  max-width: 400px;
}
.tile.tile-horizontal .tile-content {
  position: relative;
  width: 67%;
  padding: 0 30px;
}
.tile.tile-horizontal .tile-content .tile-body,
.tile.tile-horizontal .tile-content .tile-footer {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
.tile.tile-horizontal .tile-content .tile-body {
  padding-bottom: 18px;
}
.tile.tile-horizontal .tile-content .tile-body .btn {
  margin: 0 15px 0 0;
}
.tile.tile-horizontal .tile-content .tile-body .shop-price,
.tile.tile-horizontal .tile-content .tile-body .shop-old-price {
  margin: 0;
}
@media screen and (max-width: 700px) {
  .tile.tile-horizontal {
    max-width: 400px;
  }
  .tile.tile-horizontal .tile-thumb,
  .tile.tile-horizontal .tile-content {
    float: none;
    width: 100%;
  }
  .tile.tile-horizontal .tile-content {
    padding: 0;
  }
  .tile.tile-horizontal .tile-content .tile-body,
  .tile.tile-horizontal .tile-content .tile-footer {
    text-align: center;
  }
  .tile.tile-horizontal .tile-content .tile-body {
    padding: 22px;
  }
  .tile.tile-horizontal .tile-content .tile-body .rating {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .tile.tile-horizontal .tile-content .tile-body .btn {
    display: table;
    margin: 24px auto 15px auto;
  }
  .tile.tile-horizontal .tile-content .tile-footer {
    padding: 8px 10px 22px 10px;
  }
}
.tile.tile-block {
  max-width: 100%;
}
.tile.dark-skin {
  -webkit-box-shadow: 0 2px 9px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 9px 0px rgba(0, 0, 0, 0.7);
}
.tile.dark-skin .tile,
.tile.dark-skin.tile {
  background: #404040;
}
.tile.dark-skin .tile .tile-title,
.tile.dark-skin.tile .tile-title {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tile.dark-skin .tile .tile-title h2,
.tile.dark-skin.tile .tile-title h2,
.tile.dark-skin .tile .tile-title h3,
.tile.dark-skin.tile .tile-title h3,
.tile.dark-skin .tile .tile-title h4,
.tile.dark-skin.tile .tile-title h4,
.tile.dark-skin .tile .tile-title h5,
.tile.dark-skin.tile .tile-title h5,
.tile.dark-skin .tile .tile-title h6,
.tile.dark-skin.tile .tile-title h6 {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tile.dark-skin .tile .tile-title:hover h2,
.tile.dark-skin.tile .tile-title:hover h2,
.tile.dark-skin .tile .tile-title:hover h3,
.tile.dark-skin.tile .tile-title:hover h3,
.tile.dark-skin .tile .tile-title:hover h4,
.tile.dark-skin.tile .tile-title:hover h4,
.tile.dark-skin .tile .tile-title:hover h5,
.tile.dark-skin.tile .tile-title:hover h5,
.tile.dark-skin .tile .tile-title:hover h6,
.tile.dark-skin.tile .tile-title:hover h6 {
  opacity: .6 !important;
}
.tile.dark-skin .tile .tile-body,
.tile.dark-skin.tile .tile-body {
  color: #fff;
}
.masonry-grid-type-2 .tile,
.isotope-grid.isotope-nogap .tile,
.masonry-grid-type-2 .tile-thumb,
.isotope-grid.isotope-nogap .tile-thumb {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.masonry-grid-type-2 .tile-thumb,
.isotope-grid.isotope-nogap .tile-thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.isotope-grid.isotope-nogap .tile-thumb {
  min-height: 180px;
}
.container .isotope-grid.isotope-nogap .tile,
.container .isotope-grid.isotope-nogap .tile-thumb {
  position: relative;
  top: auto;
  left: auto;
}
.isotope-grid .tile-body p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.isotope-grid .tile-horizontal .tile-body p {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.banner-holder {
  position: relative;
}
.banner-tile {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-tile .image,
.banner-tile:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.banner-tile .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.banner-tile:before {
  z-index: 1;
  content: "";
  background-color: #000000;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.banner-tile .banner-title {
  position: absolute;
  display: table;
  z-index: 2;
  width: 100%;
  height: 170px;
  padding: 0 15px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  top: 50%;
  left: 0;
  margin-top: -85px;
}
.banner-tile .banner-title .inner {
  display: table-cell;
  vertical-align: middle;
}
.banner-tile .banner-title p {
  margin-bottom: 0;
}
.banner-tile:hover .image {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.banner-tile:hover:before {
  opacity: 0.8;
}
.banner-tile:hover,
.banner-tile:focus {
  opacity: 1;
}
.grid {
  position: relative;
}
.grid.grid-no-gap {
  width: 100%;
}
.grid.grid-no-gap:before,
.grid.grid-no-gap:after {
  content: " ";
  display: table;
}
.grid.grid-no-gap:after {
  clear: both;
}
.grid.grid-no-gap .grid-item {
  float: left;
}
.grid.grid-no-gap.cols-5 .grid-item {
  width: 20%;
}
.grid.grid-no-gap.cols-4 .grid-item {
  width: 25%;
}
.grid.grid-no-gap.cols-3 .grid-item {
  width: 33.33333333%;
}
.grid.grid-no-gap.cols-2 .grid-item {
  width: 50%;
}
.grid.grid-no-gap.cols-1 .grid-item {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .grid.grid-no-gap.cols-5 .grid-item {
    width: 25%;
  }
  .grid.grid-no-gap.cols-4 .grid-item {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 991px) {
  .grid.grid-no-gap.cols-5 .grid-item {
    width: 33.33333333%;
  }
  .grid.grid-no-gap.cols-3 .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .grid.grid-no-gap.cols-5 .grid-item,
  .grid.grid-no-gap.cols-4 .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .grid.grid-no-gap.cols-5 .grid-item,
  .grid.grid-no-gap.cols-4 .grid-item,
  .grid.grid-no-gap.cols-3 .grid-item,
  .grid.grid-no-gap.cols-2 .grid-item {
    width: 100%;
  }
}
.grid.grid-no-gap.grid-bordered .grid-item {
  border-right: 1px solid #59ab02;
  border-top: 1px solid #59ab02;
  padding: 24px 15px;
}
.grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(5n) {
  border-right: none;
}
.grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(1),
.grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(2),
.grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(3),
.grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(4),
.grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(5) {
  border-top: none;
}
@media screen and (max-width: 1200px) {
  .grid.grid-no-gap.grid-bordered.cols-5 .grid-item {
    width: 20%;
  }
}
@media screen and (max-width: 991px) {
  .grid.grid-no-gap.grid-bordered.cols-5 .grid-item {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .grid.grid-no-gap.grid-bordered.cols-5 .grid-item {
    width: 50%;
    border-right: none;
  }
  .grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(3),
  .grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(4),
  .grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(5) {
    border-top: 1px solid #59ab02;
  }
  .grid.grid-no-gap.grid-bordered.cols-5 .grid-item:nth-child(odd) {
    border-right: 1px solid #59ab02;
  }
}
.grid.grid-no-gap.grid-bordered.cols-5 .grid-item .client-box .thumb {
  max-width: 150px;
  opacity: .65;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid.grid-no-gap.grid-bordered.cols-5 .grid-item .client-box .thumb:hover {
  opacity: 1;
}
.grid.grid-no-gap.equal-height {
  display: table;
}
.grid.grid-no-gap.equal-height .grid-item {
  display: table-cell;
  float: none;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .grid.grid-no-gap.equal-height.cols-4 .grid-item {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .grid.grid-no-gap.equal-height.cols-4 .grid-item {
    width: 25%;
  }
  .grid.grid-no-gap.equal-height.cols-3 .grid-item {
    width: 33.33333333%;
  }
  .grid.grid-no-gap.equal-height.cols-2 .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .grid.grid-no-gap.equal-height.cols-4 .grid-item,
  .grid.grid-no-gap.equal-height.cols-3 .grid-item,
  .grid.grid-no-gap.equal-height.cols-2 .grid-item {
    display: block;
    width: 100%;
  }
}
.grid .tile {
  max-width: 100%;
  margin-bottom: 0;
}
.grid.isotope-grid {
  overflow: hidden;
}
.grid.isotope-grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid.isotope-grid .gutter-sizer {
  width: 2.5%;
}
@media screen and (max-width: 768px) {
  .grid.isotope-grid .gutter-sizer {
    width: 3.5%;
  }
}
.grid.isotope-grid .grid-item {
  float: left;
  margin-bottom: 2.8%;
}
@media screen and (max-width: 768px) {
  .grid.isotope-grid .grid-item {
    margin-bottom: 3.5%;
  }
}
@media screen and (max-width: 500px) {
  .grid.isotope-grid .grid-item {
    margin-bottom: 5%;
  }
}
.grid.isotope-grid.cols-1 .gutter-sizer {
  width: 0px;
}
.grid.isotope-grid.cols-1 .grid-sizer,
.grid.isotope-grid.cols-1 .grid-item {
  float: none;
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width: 700px) {
  .grid.isotope-grid .tile-horizontal {
    max-width: 400px;
  }
}
.grid.isotope-grid.cols-2 .grid-sizer,
.grid.isotope-grid.cols-2 .grid-item {
  width: 48.75%;
}
@media screen and (max-width: 768px) {
  .grid.isotope-grid.cols-2 .grid-sizer,
  .grid.isotope-grid.cols-2 .grid-item {
    width: 48.25%;
  }
}
@media screen and (max-width: 600px) {
  .grid.isotope-grid.cols-2 .grid-sizer,
  .grid.isotope-grid.cols-2 .grid-item {
    float: none;
    width: 100%;
  }
}
.grid.isotope-grid.cols-3 .grid-sizer,
.grid.isotope-grid.cols-3 .grid-item {
  width: 31.66666667%;
}
@media screen and (max-width: 991px) {
  .grid.isotope-grid.cols-3 .grid-sizer,
  .grid.isotope-grid.cols-3 .grid-item {
    width: 48.75%;
  }
}
@media screen and (max-width: 768px) {
  .grid.isotope-grid.cols-3 .grid-sizer,
  .grid.isotope-grid.cols-3 .grid-item {
    width: 48.25%;
  }
}
@media screen and (max-width: 520px) {
  .grid.isotope-grid.cols-3 .grid-sizer,
  .grid.isotope-grid.cols-3 .grid-item {
    float: none;
    width: 100%;
  }
}
.grid.isotope-grid.cols-4 .grid-sizer,
.grid.isotope-grid.cols-4 .grid-item {
  width: 23.125%;
}
@media screen and (max-width: 991px) {
  .grid.isotope-grid.cols-4 .grid-sizer,
  .grid.isotope-grid.cols-4 .grid-item {
    width: 48.75%;
  }
}
@media screen and (max-width: 768px) {
  .grid.isotope-grid.cols-4 .grid-sizer,
  .grid.isotope-grid.cols-4 .grid-item {
    width: 48.25%;
  }
}
@media screen and (max-width: 520px) {
  .grid.isotope-grid.cols-4 .grid-sizer,
  .grid.isotope-grid.cols-4 .grid-item {
    float: none;
    width: 100%;
  }
}
.grid.masonry-grid-type-1 {
  overflow: hidden;
}
.grid.masonry-grid-type-1:after {
  content: '';
  display: block;
  clear: both;
}
.grid.masonry-grid-type-1 .gutter-sizer {
  width: 2.5%;
}
.grid.masonry-grid-type-1 .grid-sizer,
.grid.masonry-grid-type-1 .grid-item {
  width: 31.6%;
}
.grid.masonry-grid-type-1 .grid-item {
  float: left;
  margin-bottom: 2.8%;
}
.grid.masonry-grid-type-1 .grid-item.w2 {
  width: 65.3%;
}
@media screen and (max-width: 768px) {
  .grid.masonry-grid-type-1 .grid-sizer,
  .grid.masonry-grid-type-1 .grid-item {
    width: 48.5%;
    margin-bottom: 3%;
  }
  .grid.masonry-grid-type-1 .grid-item.w2 {
    width: 100%;
  }
  .grid.masonry-grid-type-1 .gutter-sizer {
    width: 3%;
  }
}
@media screen and (max-width: 500px) {
  .grid.masonry-grid-type-1 .grid-sizer,
  .grid.masonry-grid-type-1 .grid-item,
  .grid.masonry-grid-type-1 .grid-item.w2 {
    width: 100%;
    margin-bottom: 5%;
  }
  .grid.masonry-grid-type-1 .gutter-sizer {
    width: 0px;
  }
}
.grid.masonry-grid-type-2 {
  overflow: hidden;
}
.grid.masonry-grid-type-2:after {
  content: '';
  display: block;
  clear: both;
}
.grid.masonry-grid-type-2 .gutter-sizer {
  width: 2.5%;
}
.grid.masonry-grid-type-2 .grid-sizer,
.grid.masonry-grid-type-2 .grid-item {
  width: 23.125%;
}
.grid.masonry-grid-type-2 .grid-item {
  float: left;
  overflow: hidden;
  height: 268px;
  margin-bottom: 30px;
}
.grid.masonry-grid-type-2 .grid-item.w2 {
  width: 48.75%;
}
.grid.masonry-grid-type-2 .grid-item.h2 {
  font-size: inherit;
  font-weight: normal;
  margin-left: 0;
  height: 566px;
}
@media screen and (max-width: 1200px) {
  .grid.masonry-grid-type-2 .grid-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .grid.masonry-grid-type-2 .grid-item {
    height: 180px;
    margin-bottom: 18px;
  }
  .grid.masonry-grid-type-2 .grid-item.h2 {
    height: 378px;
  }
}
@media screen and (max-width: 768px) {
  .grid.masonry-grid-type-2 .grid-sizer,
  .grid.masonry-grid-type-2 .grid-item {
    width: 48.5%;
    height: 220px;
    margin-bottom: 3%;
  }
  .grid.masonry-grid-type-2 .grid-sizer.h2,
  .grid.masonry-grid-type-2 .grid-item.h2 {
    height: 400px;
  }
  .grid.masonry-grid-type-2 .grid-item.w2 {
    width: 100%;
  }
  .grid.masonry-grid-type-2 .gutter-sizer {
    width: 3%;
  }
}
@media screen and (max-width: 500px) {
  .grid.masonry-grid-type-2 .grid-sizer,
  .grid.masonry-grid-type-2 .grid-item,
  .grid.masonry-grid-type-2 .grid-item.w2 {
    width: 100%;
    margin-bottom: 5%;
  }
  .grid.masonry-grid-type-2 .grid-item.h2 {
    height: 350px;
  }
  .grid.masonry-grid-type-2 .gutter-sizer {
    width: 0px;
  }
}
.grid.isotope-grid.isotope-nogap .gutter-sizer {
  width: 0px;
}
.grid.isotope-grid.isotope-nogap .grid-item {
  position: relative;
  height: 500px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .grid.isotope-grid.isotope-nogap .grid-item {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .grid.isotope-grid.isotope-nogap .grid-item {
    height: 280px;
  }
}
.grid.isotope-grid.isotope-nogap .grid-sizer,
.grid.isotope-grid.isotope-nogap .grid-item {
  width: 25%;
}
.grid.isotope-grid.isotope-nogap .col-1 {
  width: 100%;
}
.grid.isotope-grid.isotope-nogap .col-2 {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .grid.isotope-grid.isotope-nogap .col-2 {
    width: 100%;
  }
}
.grid.isotope-grid.isotope-nogap .col-3 {
  width: 33.33333333%;
  height: 450px;
}
@media screen and (max-width: 1200px) {
  .grid.isotope-grid.isotope-nogap .col-3 {
    height: 380px;
  }
}
@media screen and (max-width: 991px) {
  .grid.isotope-grid.isotope-nogap .col-3 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .grid.isotope-grid.isotope-nogap .col-3 {
    height: 280px;
  }
}
@media screen and (max-width: 500px) {
  .grid.isotope-grid.isotope-nogap .col-3 {
    width: 100%;
  }
}
.grid.isotope-grid.isotope-nogap .col-4 {
  width: 25%;
  height: 400px;
}
@media screen and (max-width: 1200px) {
  .grid.isotope-grid.isotope-nogap .col-4 {
    height: 320px;
  }
}
@media screen and (max-width: 991px) {
  .grid.isotope-grid.isotope-nogap .col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .grid.isotope-grid.isotope-nogap .col-4 {
    height: 280px;
  }
}
@media screen and (max-width: 500px) {
  .grid.isotope-grid.isotope-nogap .col-4 {
    width: 100%;
  }
}
.container .grid.isotope-grid.isotope-nogap .grid-item {
  height: auto;
}
.content-box {
  position: relative;
  width: 100%;
  margin-bottom: 43.2px;
}
.content-box.shadow {
  -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
}
.content-box .icon,
.content-box .thumb,
.content-box .thumb-small {
  margin-bottom: 20px;
}
.content-box .thumb,
.content-box .thumb-small {
  display: inline-block;
}
.content-box .thumb:hover,
.content-box .thumb-small:hover,
.content-box .thumb:focus,
.content-box .thumb-small:focus {
  opacity: 1 !important;
}
.content-box .thumb img,
.content-box .thumb-small img {
  display: block;
}
.content-box .content-box-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 17.14285714px;
}
.content-box .content-box-title .icon {
  margin-bottom: 14.11764706px;
}
.content-box p {
  margin-bottom: 0;
}
.content-box .badge {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -35px;
}
.content-box .social-buttons {
  margin-top: 24px;
  margin-bottom: 7.5px;
}
.content-box .content-box-title + .social-buttons {
  margin-top: -5px;
}
.content-box.content-box-horizontal {
  display: table;
}
.content-box.content-box-horizontal .icon {
  margin: 0;
}
.content-box.content-box-horizontal .icon-cell,
.content-box.content-box-horizontal .thumb-cell,
.content-box.content-box-horizontal .content-cell,
.content-box.content-box-horizontal .action-cell {
  display: table-cell;
  vertical-align: top;
}
.content-box.content-box-horizontal.icon-va-middle .icon-cell,
.content-box.content-box-horizontal.icon-va-middle .thumb-cell {
  vertical-align: middle;
}
.content-box.content-box-horizontal.icon-va-middle .content-cell {
  padding-top: 0;
}
.content-box.content-box-horizontal.text-left .icon-cell,
.content-box.content-box-horizontal.text-left .content-cell {
  padding-right: 20px;
}
.content-box.content-box-horizontal.text-left .action-cell {
  padding-left: 20px;
}
.content-box.content-box-horizontal.text-left .thumb-cell {
  padding-right: 30px;
}
.content-box.content-box-horizontal.text-right .icon-cell,
.content-box.content-box-horizontal.text-right .content-cell {
  padding-left: 20px;
}
.content-box.content-box-horizontal.text-right .action-cell {
  padding-right: 20px;
}
.content-box.content-box-horizontal.text-right .thumb-cell {
  padding-left: 30px;
}
.content-box.client-box {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  box-shadow: none;
}
.content-box.client-box .thumb {
  max-width: 180px;
}
.content-box.client-box .thumb-small {
  max-width: 65px;
}
.content-box.client-box.just-thumb {
  margin-bottom: 6px;
}
.text-light .content-box-title {
  font-weight: 300;
}
.content-box-alt {
  padding: 36px 30px;
  background-color: #4d4d4d;
  margin-bottom: 31px;
}
@media screen and (max-width: 480px) {
  .content-box-alt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content-box-alt .content-box {
  margin-top: -36px;
  margin-bottom: -36px;
  padding: 17px 0;
}
.content-box-alt .content-box.content-box-horizontal .icon-cell,
.content-box-alt .content-box.content-box-horizontal .thumb-cell,
.content-box-alt .content-box.content-box-horizontal .content-cell,
.content-box-alt .content-box.content-box-horizontal .action-cell {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .content-box-alt .container {
    padding: 0;
  }
  .content-box-alt .content-box {
    margin: 0;
    padding: 0;
  }
  .content-box-alt .content-box-horizontal .icon-cell,
  .content-box-alt .content-box-horizontal .thumb-cell,
  .content-box-alt .content-box-horizontal .content-cell,
  .content-box-alt .content-box-horizontal .action-cell {
    display: block;
    padding: 0 !important;
    text-align: center !important;
  }
  .content-box-alt .content-box-horizontal .content-cell {
    margin: 20px 0;
  }
}
.content-box-alt.content-box-fw {
  padding-left: 0;
  padding-right: 0;
}
.content-box-alt.content-box-fw .content-box {
  box-shadow: none;
}
.content-box-alt.content-box-alt-horizontal {
  display: table;
  width: 100%;
}
.content-box-alt.content-box-alt-horizontal .icon-cell,
.content-box-alt.content-box-alt-horizontal .content-cell,
.content-box-alt.content-box-alt-horizontal .action-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.content-box-alt.content-box-alt-horizontal .icon-cell {
  width: 20%;
}
.content-box-alt.content-box-alt-horizontal .content-cell {
  width: 55%;
  padding: 0 30px;
}
.content-box-alt.content-box-alt-horizontal .action-cell {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .content-box-alt.content-box-alt-horizontal .icon-cell,
  .content-box-alt.content-box-alt-horizontal .content-cell,
  .content-box-alt.content-box-alt-horizontal .action-cell {
    display: block;
    width: 100%;
  }
  .content-box-alt.content-box-alt-horizontal .content-cell {
    padding: 20px 0 5px 0;
  }
}
.body-alt .content-box-alt {
  background-color: #ffffff;
}
.section-fw {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 0px 12px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 12px -2px rgba(0, 0, 0, 0.4);
}
.section-fw.dark-skin {
  -webkit-box-shadow: 0 1px 7px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 7px 2px rgba(0, 0, 0, 0.6);
  color: #fff;
}
.section-fw.no-shadow {
  box-shadow: none;
}
.section-fw.section-css-parallax {
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .section-fw.section-css-parallax {
    background-attachment: scroll;
  }
}
.section-fw.section-video-bg {
  position: relative;
  overflow: hidden;
}
.section-fw.section-video-bg video {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-attachment: fixed;
}
.section-fw.section-video-bg:before {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
}
.section-fw.section-video-bg .img-placeholder {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .section-fw.section-video-bg video {
    display: none;
  }
  .section-fw.section-video-bg .img-placeholder {
    display: block;
  }
}
.section-fw .container,
.section-fw .widget,
.section-fw .row,
.section-fw .content-box,
.section-fw blockquote {
  position: relative;
  z-index: 2;
}
.section-fw .rating {
  margin-top: 10px;
}
.section-fw .overlay {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.7;
}
.section-fw .overlay.overlay-light {
  background-color: #ffffff;
}
.section-fw .overlay.overlay-primary {
  background-color: #59ab02;
}
.section-fw .overlay.overlay-success {
  background-color: #4cd964;
}
.section-fw .overlay.overlay-info {
  background-color: #5ac8fa;
}
.section-fw .overlay.overlay-warning {
  background-color: #ffcc00;
}
.section-fw .overlay.overlay-danger {
  background-color: #ff3b30;
}
.section-fw .container,
.section-fw .widget,
.section-fw .row,
.section-fw .content-box,
.section-fw blockquote {
  position: relative;
  z-index: 2;
}
.section-fw .rating {
  margin-top: 10px;
}
.section-fw .parallax {
  background-attachment: fixed;
}
.parallax {
  background-size: cover;
  background-attachment: fixed !important;
  position: relative;
}
.parallax .overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .parallax {
    background-repeat: no-repeat;
  }
}
.touch .hide-on-touch {
  display: none;
}
.no-content {
  min-height: 650px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .no-content {
    min-height: 550px;
  }
}
@media screen and (max-width: 991px) {
  .no-content {
    min-height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .no-content {
    min-height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .no-content {
    min-height: 260px;
  }
}
.section-css-parallax {
  background-attachment: fixed;
}
@media screen and (max-width: 991px) {
  .section-css-parallax {
    background-attachment: scroll;
  }
}
.section-split {
  display: table;
  width: 100%;
}
.section-split .column {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 0 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .section-split {
    display: block;
  }
  .section-split .column {
    display: block;
    width: 100%;
  }
}
.timeline .timeline-row {
  display: table;
  width: 100%;
}
.timeline .timeline-row .date {
  display: table-cell;
  position: relative;
  width: 95px;
  font-size: 13px;
  color: #bdbdbd;
  text-align: right;
  padding: 0 18px 40px 0;
}
.timeline .timeline-row .date:before {
  display: block;
  position: absolute;
  z-index: 2;
  content: "";
  width: 13px;
  height: 13px;
  background-color: #3a3a3a;
  border-radius: 50%;
  top: 5px;
  right: -7px;
}
.timeline .timeline-row .date:after {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  width: 1px;
  height: 100%;
  top: 6px;
  right: -1px;
  background-color: #cccccc;
}
.timeline .timeline-row .event {
  display: table-cell;
  padding: 0 0 30px 28px;
  font-size: 14px;
}
.timeline .timeline-row:last-child .date,
.timeline .timeline-row:last-child .event {
  padding-bottom: 0;
}
.timeline .timeline-row:last-child .date:after {
  display: none;
}
.timeline.timeline-default .timeline-row .date:before {
  background-color: #3a3a3a;
}
.timeline.timeline-primary .timeline-row .date:before {
  background-color: #59ab02;
}
.timeline.timeline-success .timeline-row .date:before {
  background-color: #4cd964;
}
.timeline.timeline-info .timeline-row .date:before {
  background-color: #5ac8fa;
}
.timeline.timeline-warning .timeline-row .date:before {
  background-color: #ffcc00;
}
.timeline.timeline-danger .timeline-row .date:before {
  background-color: #ff3b30;
}
.text-light.timeline,
.text-light .timeline {
  font-weight: 300;
}
.text-light.timeline .date,
.text-light .timeline .date {
  color: rgba(255, 255, 255, 0.6);
}
.text-light.timeline .date:after,
.text-light .timeline .date:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.text-light.timeline .date:before,
.text-light .timeline .date:before {
  background-color: #fff;
}
.text-light.timeline.timeline-default .date:before,
.text-light .timeline.timeline-default .date:before {
  background-color: #fff;
}
.pricing-plan {
  position: relative;
  max-width: 300px;
  padding: 35px 25px 25px 25px;
  text-align: center;
  color: #fff;
  background-color: #3a3a3a;
  margin: 0 auto 29px auto;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.5);
}
.pricing-plan h1,
.pricing-plan h2,
.pricing-plan h3 {
  font-size: 36px;
}
.pricing-plan .price {
  margin: 20px 0;
}
.pricing-plan .price .currency {
  vertical-align: top;
}
.pricing-plan .price .value {
  font-size: 62px;
  line-height: 1;
  font-weight: 300;
}
.pricing-plan .price .period {
  vertical-align: bottom;
}
.pricing-plan .description {
  list-style: none;
  padding: 0;
  line-height: 1.7;
  margin: 24px 0 26px 0;
}
.pricing-plan .btn-ghost {
  margin-bottom: 12px;
}
.pricing-plan.pricing-plan-default {
  background-color: #3a3a3a;
}
.pricing-plan.pricing-plan-primary {
  background-color: #59ab02;
}
.pricing-plan.pricing-plan-success {
  background-color: #4cd964;
}
.pricing-plan.pricing-plan-info {
  background-color: #5ac8fa;
}
.pricing-plan.pricing-plan-warning {
  background-color: #ffcc00;
}
.pricing-plan.pricing-plan-danger {
  background-color: #ff3b30;
}
.pricing-plan.pricing-plan-ghost {
  color: #3a3a3a;
  border: 1px solid #3a3a3a;
  background-color: transparent;
  box-shadow: none;
}
.pricing-plan.pricing-plan-ghost.pricing-plan-default,
.pricing-plan.pricing-plan-ghost.pricing-plan-primary,
.pricing-plan.pricing-plan-ghost.pricing-plan-success,
.pricing-plan.pricing-plan-ghost.pricing-plan-info,
.pricing-plan.pricing-plan-ghost.pricing-plan-warning,
.pricing-plan.pricing-plan-ghost.pricing-plan-danger {
  background-color: transparent;
}
.pricing-plan.pricing-plan-ghost.pricing-plan-default {
  border-color: #3a3a3a;
}
.pricing-plan.pricing-plan-ghost.pricing-plan-primary {
  border-color: #59ab02;
}
.pricing-plan.pricing-plan-ghost.pricing-plan-success {
  border-color: #4cd964;
}
.pricing-plan.pricing-plan-ghost.pricing-plan-info {
  border-color: #5ac8fa;
}
.pricing-plan.pricing-plan-ghost.pricing-plan-warning {
  border-color: #ffcc00;
}
.pricing-plan.pricing-plan-ghost.pricing-plan-danger {
  border-color: #ff3b30;
}
.pricing-plan.pricing-plan-block {
  max-width: 100%;
}
.pricing-plan.img-bg:before {
  display: block;
  position: absolute;
  content: "";
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .55;
}
.pricing-plan.img-bg h1,
.pricing-plan.img-bg h2,
.pricing-plan.img-bg h3,
.pricing-plan.img-bg h4,
.pricing-plan.img-bg h5,
.pricing-plan.img-bg h6,
.pricing-plan.img-bg p,
.pricing-plan.img-bg a,
.pricing-plan.img-bg .price,
.pricing-plan.img-bg .description {
  position: relative;
  z-index: 1;
}
.pricing-badge {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: right;
  padding-right: 8px;
  color: #fff;
  margin: -59px 0 25px -49px;
}
.pricing-badge .background {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #ffcc00;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pricing-badge .value {
  position: relative;
  z-index: 1;
  line-height: 68px;
}
.pricing-stacked {
  display: table;
  width: 100%;
}
.pricing-stacked .pricing-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.pricing-stacked .pricing-cell .pricing-plan {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  z-index: 2;
}
.pricing-stacked .pricing-cell:first-child .pricing-plan {
  z-index: 1;
  margin-right: -2px;
}
.pricing-stacked .pricing-cell:last-child .pricing-plan {
  z-index: 1;
  margin-left: -2px;
}
.pricing-plan-switcher .label {
  display: inline-block;
  vertical-align: middle;
  opacity: .6;
  margin-top: -3px;
  line-height: 60px;
}
.pricing-plan-switcher span {
  font-size: 12px;
  display: block;
  margin-top: -3px;
}
.pricing-plan-alt {
  text-align: center;
  margin-bottom: 48px;
}
.pricing-plan-alt .icon {
  display: block;
  margin-bottom: 13px;
}
.pricing-plan-alt .icon i {
  font-size: 48px;
}
.pricing-plan-alt .icon i.flaticon-graduates1 {
  display: block;
  font-size: 68px;
  margin-bottom: -28px;
}
.pricing-plan-title {
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-size: 60px;
  white-space: nowrap;
  padding: 22px 0;
  margin: 0 auto 35px auto;
}
.pricing-plan-title span {
  position: absolute;
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.pricing-plan-title .name {
  top: 0;
  left: 5px;
}
.pricing-plan-title .period {
  bottom: 2px;
  right: 5px;
  opacity: .6;
}
.pricing-plan-description {
  list-style: none;
  padding: 0;
  font-size: 16px;
  opacity: .6;
  line-height: 1.5;
}
.pricing-plan-alt .btn {
  display: block;
  max-width: 170px;
  margin: 0 auto 30px auto;
}
.text-light.pricing-plan-switcher .label,
.text-light .pricing-plan-switcher .label {
  color: #fff;
}
.text-light.pricing-plan-switcher .checkbox,
.text-light .pricing-plan-switcher .checkbox,
.text-light.pricing-plan-switcher .radio,
.text-light .pricing-plan-switcher .radio,
.text-light.pricing-plan-switcher .checkbox-inline,
.text-light .pricing-plan-switcher .checkbox-inline,
.text-light.pricing-plan-switcher .radio-inline,
.text-light .pricing-plan-switcher .radio-inline {
  font-weight: 300;
}
.text-light .pricing-plan-alt .pricing-plan-description,
.text-light .pricing-plan-alt .pricing-plan-title span {
  font-weight: 300;
}
.pricing-table {
  width: 100%;
  min-width: 940px;
  table-layout: fixed;
}
.pricing-table th,
.pricing-table td {
  padding: 18px 22px;
  border-top: 1px solid #59ab02;
}
.pricing-table th.highlighted,
.pricing-table td.highlighted {
  background-color: #4d4d4d;
  color: #ffffff;
  border-color: #a6a6a6 !important;
}
.pricing-table thead th {
  position: relative;
  font-size: 24px;
  font-weight: 800;
  border-top: none;
  padding-top: 29px;
  overflow: hidden;
}
.pricing-table thead th .pricing-badge {
  position: absolute;
  font-size: 14px;
  margin: -53px 0 0 -46px;
}
.pricing-table tbody th {
  font-weight: 600;
}
.pricing-table .flaticon-cross37 {
  font-size: 13px;
}
.pricing-table .flaticon-correct7 {
  font-size: 20px;
}
.body-alt .pricing-table th.highlighted,
.body-alt .pricing-table td.highlighted {
  background-color: #ffffff;
}
.team-item {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}
.team-item.content-box {
  box-shadow: none;
}
.team-item.content-box-horizontal {
  max-width: 100%;
}
.team-item.content-box-horizontal .thumb {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .team-item.content-box-horizontal .thumb {
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .team-item.content-box-horizontal .thumb {
    width: 80px;
  }
}
.team-item .thumb img {
  -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.36);
}
.team-item.team-item-alt {
  text-align: center;
  margin-bottom: 0;
}
.team-item.team-item-alt .social-buttons a {
  margin: 5px 12px 10px 12px;
}
@media screen and (max-width: 768px) {
  .team-item.team-item-alt {
    margin-bottom: 50px;
  }
  .team-item.team-item-alt.last-child {
    margin-bottom: 0;
  }
}
.grid .team-item {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.grid .team-item img {
  display: block;
  -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
}
.grid .team-item h3 {
  margin-bottom: 12px;
  color: #fff;
}
.grid .team-item span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.grid .team-item .social-buttons {
  position: absolute;
  left: 11%;
  bottom: 15%;
}
.grid .team-item .social-buttons a:last-child {
  margin-right: 0;
}
.grid .team-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 14% 11% 0 11%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.grid .team-item:hover .overlay {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .grid .team-item .overlay {
    padding: 8% 9% 0 9%;
  }
  .grid .team-item .social-buttons {
    bottom: 10%;
  }
}
@media screen and (max-width: 480px) {
  .grid .team-item .overlay {
    padding: 10% 10% 0 10%;
  }
  .grid .team-item .social-buttons {
    bottom: 11%;
  }
}
.google-map {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .google-map {
    height: 350px !important;
  }
}
@media screen and (max-width: 480px) {
  .google-map {
    height: 250px !important;
  }
}
.google-map img {
  max-width: none;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none;
}
.map-collapse {
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.map-collapse .map-collapse-toggle {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 48px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgba(77, 77, 77, 0.55);
  padding: 0 24px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.map-collapse .map-collapse-toggle:hover {
  background-color: rgba(77, 77, 77, 0.9);
}
.map-collapse .map-collapse-toggle i {
  font-size: 24px;
  margin-right: 5px;
}
.map-collapse .map-collapse-toggle:before {
  display: block;
  position: absolute;
  font-family: 'Pe-icon-7-stroke';
  content: "\e682";
  font-size: 24px;
  line-height: 48px;
  top: 0;
  right: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.map-collapse.closed {
  max-height: 48px !important;
}
.map-collapse.closed .map-collapse-toggle:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.google-map-container {
  position: relative;
  overflow: hidden;
}
.google-map-container .container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .google-map-container .container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
.map-info-box {
  position: absolute;
  z-index: 5;
  top: 24px;
  right: 24px;
  background-color: #4d4d4d;
  padding: 36px 24px 24px 24px;
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.map-info-box .map-info-box-logo {
  max-width: 180px;
  vertical-align: top;
  text-align: center;
}
.map-info-box .map-info-box-logo .logo-icon {
  display: block;
  margin-bottom: 20px;
}
.map-info-box .map-info-box-logo .logo-icon:hover,
.map-info-box .map-info-box-logo .logo-icon:focus {
  opacity: 1;
}
.map-info-box .map-info-box-logo .logo-icon img {
  padding-top: 8px;
}
.map-info-box .map-info-box-logo.inline {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .map-info-box {
    top: 0;
    right: 0;
    min-height: 100%;
  }
}
@media screen and (max-width: 680px) {
  .map-info-box {
    display: none;
  }
}
.map-info-box.dark-skin address,
.map-info-box.dark-skin .map-info-box-logo {
  color: #fff;
}
.map-collapse.closed .map-info-box {
  visibility: hidden;
  opacity: 0;
}
.container > .map-info-box {
  right: 0px;
}
@media screen and (max-width: 768px) {
  .container > .map-info-box {
    right: 0;
  }
}
.counter {
  width: 100%;
  text-align: center;
  padding: 28px 20px 36px 20px;
  background-color: #4d4d4d;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 13px -2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 13px -2px rgba(0, 0, 0, 0.8);
}
.counter img {
  display: inline-block;
}
.counter .digits {
  display: block;
  font-size: 48px;
  font-weight: 800;
}
.counter .counter-label {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0;
}
.counter .counter-icon {
  font-size: 22px;
}
.counter.counter-ghost {
  background-color: transparent;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .counter.counter-ghost {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .counter .digits {
    font-size: 43px;
  }
}
.counter-bordered {
  background-color: transparent;
  border: 1px solid #3a3a3a;
  box-shadow: none;
}
.counter-bordered.counter-primary {
  border-color: #59ab02;
}
.counter-bordered.counter-success {
  border-color: #4cd964;
}
.counter-bordered.counter-info {
  border-color: #5ac8fa;
}
.counter-bordered.counter-warning {
  border-color: #ffcc00;
}
.counter-bordered.counter-danger {
  border-color: #ff3b30;
}
.body-alt .counter {
  background-color: #ffffff;
}
.body-alt .counter-ghost,
.body-alt .counter-bordered {
  background-color: transparent;
}
.text-light .counter-bordered,
.text-light.counter-bordered {
  border-color: #fff;
}
/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
  position: relative;
  width: 100%;
  height: 100%;
  /**
	 *	This is all the elements used to house all text used
	 * in time circles
	 **/
}
.time_circles > div {
  position: absolute;
  text-align: center;
  /* Titles (Days, Hours, etc) */
  /* Time numbers */
}
.time_circles > div > h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
}
.time_circles > div > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 300%;
  margin-top: 0.5em;
  font-weight: 300;
}
.comments-title {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dedede;
  margin-bottom: 43px;
}
.comments-title .column {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  padding-right: 20px;
  padding-bottom: 12px;
}
.comments-title .column:last-child {
  width: 30%;
  padding-right: 0;
  text-align: right;
}
.comments-title h2,
.comments-title .h2,
.comments-title h3,
.comments-title .h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 430px) {
  .comments-title h2,
  .comments-title .h2 {
    font-size: 21px;
  }
}
.comment-count {
  display: inline-block;
  color: #5ac8fa;
  font-weight: 300;
}
.comment {
  margin-bottom: 48px;
}
.comment .comment-inner {
  display: table;
  width: 100%;
}
.comment .comment-inner .author-ava,
.comment .comment-inner .comment-content {
  display: table-cell;
  vertical-align: middle;
}
.comment .comment-inner .author-ava {
  width: 85px;
}
.comment .comment-inner .author-ava img {
  border-radius: 50%;
}
.comment .comment-inner .comment-content {
  padding-left: 18px;
}
.comment .comment-inner .comment-content h4,
.comment .comment-inner .comment-content h5 {
  margin-bottom: 6px;
}
.comment .comment-inner .comment-content p {
  margin-bottom: 0;
}
.comment .comment-meta {
  display: table;
  width: 100%;
  margin-top: 12px;
}
.comment .comment-meta .column {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}
.comment .comment-meta .column:last-child {
  width: 30%;
  padding-left: 20px;
  text-align: right;
}
.comment .comment-meta a,
.comment .comment-meta span {
  display: inline-block;
  font-size: 13px;
  margin-right: 20px;
}
.comment .comment-meta span {
  color: #c7c7c7;
}
.comment.depth-2 {
  margin-top: 43px;
  padding-left: 105px;
}
@media screen and (max-width: 540px) {
  .comment .comment-inner {
    display: block;
  }
  .comment .comment-inner .comment-inner,
  .comment .comment-inner .author-ava,
  .comment .comment-inner .comment-content {
    display: block;
  }
  .comment .comment-inner .author-ava {
    margin-bottom: 20px;
  }
  .comment .comment-inner .comment-content {
    padding-left: 0;
  }
  .comment.depth-2 {
    padding-left: 40px;
  }
}
.sidebar {
  width: 100%;
  max-width: 320px;
}
.sidebar.sidebar-right {
  border-left: 1px solid #59ab02;
  padding-left: 25px;
}
.sidebar.sidebar-left {
  border-right: 1px solid #59ab02;
  padding-right: 25px;
}
@media screen and (max-width: 1200px) {
  .sidebar .slider-ui,
  .sidebar .slider.slider-horizontal {
    width: 185px;
  }
}
@media screen and (max-width: 991px) {
  .sidebar.sidebar-left {
    border-right: none;
    padding-right: 0;
    border-left: 1px solid #59ab02;
    padding-left: 25px;
  }
  .sidebar .slider-ui,
  .sidebar .slider.slider-horizontal {
    width: 210px;
  }
}
.pagination {
  position: relative;
  width: 100%;
  text-align: center;
}
.pagination .prev,
.pagination .next {
  display: block;
  position: absolute;
  top: 0;
}
.pagination .prev i,
.pagination .next i {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-top: -2px;
}
.pagination .prev {
  left: 0;
}
.pagination .prev i {
  margin-right: 4px;
}
.pagination .next {
  right: 0;
}
.pagination .next i {
  margin-left: 4px;
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 8px;
}
.pagination .page-numbers.current {
  color: #cccccc;
}
@media screen and (max-width: 570px) {
  .pagination {
    margin-bottom: 70px;
  }
  .pagination .prev,
  .pagination .next {
    display: block;
    position: absolute;
    top: 100%;
    margin-top: 20px;
  }
}
.footer-logo {
  margin-bottom: 24px;
}
.footer-logo img {
  max-width: 45px;
}
.footer {
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 14px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 14px -3px rgba(0, 0, 0, 0.4);
}
.footer .container {
  padding-top: 28.8px;
  padding-bottom: 28.8px;
}
.footer .widgets-row {
  margin-bottom: 0;
}
.footer .subfooter {
  width: 100%;
  font-size: 12px;
  background-color: #efefef;
}
.footer .subfooter .container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.footer .copyright {
  font-size: 12px;
  margin-bottom: 0;
}
.body-alt .footer:not(.footer-dark) {
  background-color: #ffffff;
}
.footer-mini .container {
  padding-top: 31.2px;
}
.footer-mini .copyright {
  margin-top: 10px;
}
.footer-dark {
  background-color: #4d4d4d;
  color: #cccccc;
}
.footer-dark a {
  color: #ffffff;
}
.footer-dark .footer-logo,
.footer-dark .footer-logo:hover,
.footer-dark .footer-logo:focus {
  font-weight: 700;
  color: #ffffff;
}
.footer-dark .widget .widget-title {
  color: #cccccc;
}
.footer-dark .widget.widget-testimonial .author {
  color: #cccccc;
}
.footer-dark .widget.widget-categories ul li.active a,
.footer-dark .widget.widget-categories ul li.active a:hover,
.footer-dark .widget.widget-categories ul li.active a:focus {
  color: #cccccc;
}
.footer-dark .widget.widget-comments .w-item-thumb i {
  color: #59ab02;
}
.footer-dark .widget.widget-comments .w-item-content a {
  color: #cccccc;
}
.footer-dark .widget.widget-inline {
  border-top-color: #cccccc;
}
.footer-dark .widgets-row .widgets-col:before {
  background-color: #cccccc;
}
.footer-dark .widget-carousel .owl-carousel .owl-dots .owl-dot {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
}
.footer-dark .sub-submenu {
  top: -14px;
}
.footer-dark .social-buttons a {
  color: #fff !important;
}
.footer-dark .social-buttons a:hover,
.footer-dark .social-buttons a:focus {
  color: #fff;
}
.footer-dark .social-buttons a.cbutton--effect::after {
  background-color: rgba(255, 255, 255, 0.13);
}
.footer-dark .tag {
  opacity: 1;
}
.footer-dark .tag:hover,
.footer-dark .tag:focus,
.footer-dark .tag.active {
  opacity: .6;
}
.footer-dark .subfooter {
  background-color: #3a3a3a;
}
.cs-content {
  position: relative;
  width: 100%;
  min-height: 100%;
  z-index: 10;
  color: #fff;
  text-align: center;
  margin-bottom: -80px;
}
.cs-content:after {
  content: "";
  display: block;
  height: 80px;
}
.cs-content .logo {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto 20px auto;
  color: #fff;
  text-align: center;
  padding-top: 70px;
}
.cs-content .logo h1 {
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 0;
}
.cs-content .logo img {
  padding-top: 15px;
}
.cs-content .social-icons a {
  background-color: rgba(255, 255, 255, 0.8);
}
.cs-content .social-icons a:hover {
  color: #5ac8fa;
}
.cs-text-main {
  width: 100%;
  max-width: 580px;
  font-size: 26px;
  font-weight: 300;
  padding: 0 15px;
  margin: 0 auto 60px auto;
}
.cs-text-secondary {
  font-size: 18px;
  font-weight: normal;
  padding: 0 15px;
  margin-bottom: 25px;
}
.cs-footer {
  position: relative;
  height: 80px;
  z-index: 10;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 30px 15px 0 15px;
}
.cs-footer p {
  margin-bottom: 0;
}
.cs-footer a {
  color: #fff;
}
.cs-footer a:hover {
  color: #5ac8fa;
}
.cs-subscribe {
  max-width: 690px;
  padding: 0 15px;
  margin: 0 auto 50px auto;
}
.cs-subscribe .form-control,
.cs-subscribe .btn {
  display: inline-block;
  vertical-align: middle;
}
.cs-subscribe .form-control {
  width: 75%;
  margin-right: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 615px) {
  .cs-subscribe .form-control {
    width: 70%;
  }
}
@media (max-width: 520px) {
  .cs-subscribe .form-control {
    width: 100%;
    margin: 0 0 18px 0;
  }
  .cs-subscribe .btn {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.big-logo img {
  margin-right: 0;
}
.fullscreen-fixed-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.md-slider > nav a,
.md-slider > nav a:hover {
  background: #59ab02;
}
.md-device button {
  background: #59ab02;
}
.mfp-bg {
  z-index: 1148;
}
.mfp-wrap {
  z-index: 1150;
}
.mfp-bg ~ .sticky-wrapper .navbar.stuck {
  padding-right: 17px;
}
.mfp-bg ~ .scroll-to-top-btn {
  right: 37px;
}
.mfp-bg ~ .fake-scrollbar {
  display: block;
  padding-right: 17px;
}
.mfp-zoom-out-cur .sticky-wrapper .navbar.stuck {
  padding-right: 17px;
}
.mfp-zoom-out-cur .scroll-to-top-btn {
  right: 37px;
}
.mfp-zoom-out-cur .fake-scrollbar {
  display: block;
  padding-right: 17px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    margin-right: 0 !important;
  }
  body,
  .mfp-bg ~ .sticky-wrapper .navbar.stuck {
    padding-right: 0 !important;
  }
   ~ .scroll-to-top-btn {
    right: 0 !important;
  }
  .mfp-bg ~ .fake-scrollbar {
    display: none;
    padding-right: 0 !important;
  }
  .mfp-zoom-out-cur .sticky-wrapper .navbar.stuck {
    padding-right: 0 !important;
  }
  .mfp-zoom-out-cur .scroll-to-top-btn {
    right: 0 !important;
  }
  .mfp-zoom-out-cur .fake-scrollbar {
    display: none;
    padding-right: 0 !important;
  }
}
.mac,
.touch {
  margin-right: 0 !important;
}
.mac body,
.touch body,
.mac .mfp-bg ~ .sticky-wrapper .navbar.stuck,
.touch .mfp-bg ~ .sticky-wrapper .navbar.stuck,
.mac .mfp-zoom-out-cur .sticky-wrapper .navbar.stuck,
.touch .mfp-zoom-out-cur .sticky-wrapper .navbar.stuck {
  padding-right: 0 !important;
}
.mac .mfp-bg ~ .scroll-to-top-btnk,
.touch .mfp-bg ~ .scroll-to-top-btn,
.mac .mfp-zoom-out-cur .scroll-to-top-btn,
.touch .mfp-zoom-out-cur .scroll-to-top-btn {
  right: 0 !important;
}
.mac .mfp-bg ~ .fake-scrollbar,
.touch .mfp-bg ~ .fake-scrollbar,
.mac .mfp-zoom-out-cur .fake-scrollbar,
.touch .mfp-zoom-out-cur .fake-scrollbar {
  display: none;
  padding-right: 0 !important;
}
.mfp-close {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  opacity: .65;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 0;
}
.mfp-arrow {
  height: 60px;
  margin-top: -45px;
  opacity: .65;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  display: block;
  position: absolute;
  font-family: 'Pe-icon-7-stroke';
  font-size: 60px;
  color: #fff;
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 35px;
}
.mfp-arrow:active {
  margin-top: -45px;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  border: none;
}
.mfp-arrow-left {
  left: -35px;
}
.mfp-arrow-left:before {
  content: '\e686';
}
.mfp-arrow-right {
  right: 5px;
}
.mfp-arrow-right:before {
  content: '\e684';
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.ms-view {
  background: #1e1e1e;
}
.product-showcase-slider .ms-view {
  background: transparent;
}
.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.18);
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -21px 0 0 -21px;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.ms-skin-default .ms-slide .ms-slide-vpbtn:before,
.ms-skin-default .ms-video-btn:before {
  display: inline-block;
  margin-left: 9px;
  font-family: 'Pe-icon-7-stroke';
  content: "\e624";
}
.ms-skin-default .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-default .ms-video-btn:hover {
  opacity: .7;
}
.ms-skin-default .ms-slide .ms-slide-vcbtn {
  width: 30px;
  height: 30px;
  top: 5px;
  right: 25px;
  color: #fff;
  font-size: 32px;
}
.ms-skin-default .ms-slide .ms-slide-vcbtn:before {
  font-family: 'Pe-icon-7-stroke';
  content: "\e680";
}
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: #59ab02 !important;
  background: -moz-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #59ab02), color-stop(100%, #6bcf00)) !important;
  background: -webkit-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -o-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: -ms-linear-gradient(left, #59ab02 0%, #6bcf00 100%) !important;
  background: linear-gradient(to right, #59ab02 0%, #6bcf00 100%) !important;
  -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #478900;
  line-height: 24px;
  text-align: center;
  color: #fff;
  opacity: 1;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ms-skin-default .ms-nav-next:before,
.ms-skin-default .ms-nav-prev:before {
  font-family: 'Pe-icon-7-stroke';
  font-size: 24px;
}
.ms-skin-default .ms-nav-next:before {
  content: "\e684";
}
.ms-skin-default .ms-nav-prev:before {
  content: "\e686";
}
.ms-skin-default .ms-nav-next {
  right: 30px;
  left: auto;
}
.ms-skin-default .ms-nav-next:before {
  content: "\e684";
}
.ms-skin-default .ms-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .5;
  margin: 0 6px 6px 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.ms-skin-default .ms-bullet-selected {
  opacity: 1;
}
.ms-skin-default .ms-time-bar {
  height: 3px !important;
  background: #FFFFFF;
  border-top: solid 1px rgba(0, 0, 0, 0.41);
}
.ms-skin-default .ms-tooltip {
  position: absolute;
  max-width: 200px;
  z-index: 210;
  cursor: auto;
}
.ms-skin-default .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  margin-left: -1px;
}
.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}
.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}
.ms-skin-default .ms-tooltip-point {
  cursor: pointer;
}
.ms-skin-default .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}
.ms-skin-default .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: black;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}
.ms-slide-info {
  text-align: center;
  padding-top: 20px;
}
.ms-tabs-slider .ms-view {
  background: #fff;
}
.ms-tabs-slider .ms-thumb {
  text-align: center;
  padding: 25px 20px;
}
.ms-tabs-slider .ms-tabs .ms-thumb-frame {
  background: transparent;
  opacity: .55;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ms-tabs-slider .ms-tabs .ms-thumb-frame.ms-thumb-frame-selected {
  opacity: 1;
}
.ms-tabs-slider .ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
  border-bottom-color: #fff;
}
.master-slider.controls-outside .ms-nav-prev,
.master-slider.controls-outside .ms-nav-next {
  background-color: rgba(255, 107, 0, 0.5);
}
.master-slider.controls-outside .ms-nav-prev:hover,
.master-slider.controls-outside .ms-nav-next:hover {
  background-color: #59ab02;
}
@media screen and (max-width: 768px) {
  .master-slider.controls-outside .ms-nav-prev,
  .master-slider.controls-outside .ms-nav-next {
    display: none;
  }
}
.master-slider.controls-outside .ms-bullet {
  background-color: #59ab02;
}
.rev-slider-container {
  position: relative;
  width: 100%;
  padding: 0;
}
.rev-slider-container .tp-loader {
  visibility: hidden;
}
.rev-slider-container .overlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  opacity: 0.7;
}
.rev-slider-container .overlay.overlay-dark {
  background-color: #000000;
}
.rev-slider-container .overlay.overlay-light {
  background-color: #ffffff;
}
.rev-slider-container .overlay.overlay-primary {
  background-color: #59ab02;
}
.rev-slider-container .overlay.overlay-success {
  background-color: #4cd964;
}
.rev-slider-container .overlay.overlay-info {
  background-color: #5ac8fa;
}
.rev-slider-container .overlay.overlay-warning {
  background-color: #ffcc00;
}
.rev-slider-container .overlay.overlay-danger {
  background-color: #ff3b30;
}
.rev-slider {
  position: relative;
  z-index: 10;
  width: 100%;
}
.tp-bannertimer {
  height: 6px;
}
.tp-bullets.preview1 .bullet,
.tp-bullets.preview2 .bullet,
.tp-bullets.preview3 .bullet,
.tp-bullets.preview4 .bullet,
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview4 .bullet:hover {
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #fff !important;
  opacity: .5 !important;
  margin: 0 6px 6px 0 !important;
  -webkit-transition: opacity 0.25s !important;
  transition: opacity 0.25s !important;
  -webkit-box-shadow: 1px 2px 3px 0 #000000;
  box-shadow: 1px 2px 3px 0 #000000;
}
.tp-bullets.preview1 .bullet.selected,
.tp-bullets.preview2 .bullet.selected,
.tp-bullets.preview3 .bullet.selected,
.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview1 .bullet:hover.selected,
.tp-bullets.preview2 .bullet:hover.selected,
.tp-bullets.preview3 .bullet:hover.selected,
.tp-bullets.preview4 .bullet:hover.selected {
  background: #fff !important;
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
  border: none !important;
  -webkit-box-shadow: 1px 2px 3px -1px #000000;
  box-shadow: 1px 2px 3px -1px #000000;
}
.tparrows.preview1 {
  width: 30px;
  height: 110px;
  background: transparent;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
}
.tparrows.preview1:after {
  position: absolute;
  line-height: 110px;
  text-align: center;
  font-family: "revicons";
  color: #fff;
  font-size: 20px;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 30px;
  height: 110px;
  background: #3a3a3a;
  background: rgba(0, 0, 0, 0.25);
}
.tp-rightarrow.preview1:after {
  content: '\e825';
}
.tp-leftarrow.preview1:after {
  content: '\e824';
}
.tp-caption a {
  color: #fff;
}
.tp-caption.over-overlay {
  z-index: 105 !important;
}
.tp-caption a:hover {
  color: #fff;
}
.tp-caption iframe {
  border: none;
}
.tp-caption video {
  width: 100%;
  height: 100%;
}
.caption-black-bg {
  padding: 7px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 300;
}
.header-demo {
  position: relative;
  margin-bottom: 50px;
}
.header-demo .ghost-header-demo {
  position: relative;
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.grid-demo figure,
.grid-demo.masonry-grid-type-1 figure,
.grid-demo.masonry-grid-type-2 figure {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #5ac8fa;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
}
.grid-demo.masonry-grid-type-1 figure,
.grid-demo.masonry-grid-type-2 figure {
  height: auto;
  margin-bottom: 0;
}
.grid-demo.masonry-grid-type-2 figure {
  position: absolute;
  min-height: 100%;
  top: 0;
  left: 0;
}
.grid-demo.grid-no-gap figure {
  height: 180px;
  margin-bottom: 0;
}
.buttons-demo .btn {
  margin: 10px 10px 10px 0;
}
.badges-demo .badge {
  margin: 0 14px 15px 0;
}
.buttons-with-badge-demo .btn {
  margin: 5px 25px 25px 0;
}
@media screen and (max-width: 768px) {
  .sliders-demo .slider-ui,
  .sliders-demo .slider-ui-step,
  .sliders-demo .slider.slider-horizontal {
    width: 550px;
  }
}
@media screen and (max-width: 600px) {
  .sliders-demo .slider-ui,
  .sliders-demo .slider-ui-step,
  .sliders-demo .slider.slider-horizontal {
    width: 400px;
  }
}
@media screen and (max-width: 445px) {
  .sliders-demo .slider-ui,
  .sliders-demo .slider-ui-step,
  .sliders-demo .slider.slider-horizontal {
    width: 260px;
  }
}
.switches-demo .form-group {
  display: inline-block;
  width: 100px;
}
.tooltips-demo.static-tooltips .tooltip,
.popovers-demo.static-tooltips .tooltip,
.tooltips-demo.static-popovers .tooltip,
.popovers-demo.static-popovers .tooltip,
.tooltips-demo.static-tooltips .popover,
.popovers-demo.static-tooltips .popover,
.tooltips-demo.static-popovers .popover,
.popovers-demo.static-popovers .popover {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  opacity: 1;
}
.tooltips-demo.static-tooltips .tooltip:last-child,
.popovers-demo.static-tooltips .tooltip:last-child,
.tooltips-demo.static-popovers .tooltip:last-child,
.popovers-demo.static-popovers .tooltip:last-child,
.tooltips-demo.static-tooltips .popover:last-child,
.popovers-demo.static-tooltips .popover:last-child,
.tooltips-demo.static-popovers .popover:last-child,
.popovers-demo.static-popovers .popover:last-child {
  margin-right: 0;
}
.tooltips-demo .btn,
.popovers-demo .btn {
  margin: 10px 10px 10px 0;
}
.popovers-demo.static-popovers .popover.left {
  margin-left: 0;
}
.popovers-demo.static-popovers .popover.top {
  margin-top: 0;
}
.demo-footer {
  margin: 24px 0 48px 0;
}
.color-boxes figure {
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: 24px;
}
.rating-demo .rating {
  margin: 0 20px 8px 0;
}
.animation-demo {
  padding-top: 72px;
}
@media screen and (max-width: 991px) {
  .animation-demo {
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .animation-demo {
    text-align: center;
  }
}
.block-title-with-badge .block-title-badge .icon {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50fbdc', endColorstr='#56c2f4', GradientType=0);
}
.block-title-with-badge .block-title-badge.alt-color .icon {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ff00', endColorstr='#00ffcc', GradientType=0);
}
.block-title-with-badge .block-title-badge.alt-color-2 .icon {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff80', endColorstr='#0077ff', GradientType=0);
}
.block-title-with-badge .block-title-badge.alt-color-3 .icon {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bbff', endColorstr='#007bff', GradientType=0);
}
.block-title-with-badge .block-title-badge.alt-color-4 .icon {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cd963', endColorstr='#18b535', GradientType=0);
}
.block-title-with-badge .block-title-badge.solid-default .icon,
.block-title-with-badge .block-title-badge.solid-primary .icon,
.block-title-with-badge .block-title-badge.solid-success .icon,
.block-title-with-badge .block-title-badge.solid-info .icon,
.block-title-with-badge .block-title-badge.solid-warning .icon,
.block-title-with-badge .block-title-badge.solid-danger .icon {
  filter: none;
}
.btn-app-store {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#242424', GradientType=0);
}
.btn-gradient.btn-default {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#313131', GradientType=0) !important;
}
.btn-gradient.btn-primary {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92b5f5', endColorstr='#c75ae0', GradientType=0) !important;
}
.btn-gradient.btn-success {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18b536', endColorstr='#4cd964', GradientType=0) !important;
}
.btn-gradient.btn-info {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51f1fc', endColorstr='#5ac8fa', GradientType=0) !important;
}
.btn-gradient.btn-warning {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffcc', endColorstr='#f2ff00', GradientType=0) !important;
}
.btn-gradient.btn-danger {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2676', endColorstr='#ff2d55', GradientType=0) !important;
}
