html {
  font: 400 15px / 26px 'Roboto', Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #f2f4f5;
  color: #454758;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a,
.uk-link {
  color: #b56d3d;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #8f5630;
  text-decoration: underline;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  font-size: 13px;
  font-family: Consolas, monospace, serif;
  color: #D05;
  white-space: nowrap;
}
em {
  color: #D05;
}
ins {
  background: #ffa;
  color: #454758;
  text-decoration: none;
}
mark {
  background: #ffa;
  color: #454758;
}
q {
  font-style: italic;
}
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;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
canvas,
img,
svg,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.uk-img-preserve,
.uk-img-preserve audio,
.uk-img-preserve canvas,
.uk-img-preserve img,
.uk-img-preserve svg,
.uk-img-preserve video {
  max-width: none;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
blockquote,
figure {
  margin: 0;
}
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 15px 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #273f5b;
  text-transform: none;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 30px;
}
h1,
.uk-h1 {
  font-size: 39px;
  line-height: 46px;
}
h2,
.uk-h2 {
  font-size: 24px;
  line-height: 33px;
}
h3,
.uk-h3 {
  font-size: 19px;
  line-height: 25px;
}
h4,
.uk-h4 {
  font-size: 17px;
  line-height: 23px;
}
h5,
.uk-h5 {
  font-size: 15px;
  line-height: 21px;
}
h6,
.uk-h6 {
  font-size: 13px;
  line-height: 20px;
}
ul,
ol {
  padding-left: 30px;
}
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd;
}
address {
  font-style: normal;
}
blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 17px;
  line-height: 23px;
  font-style: italic;
}
pre {
  padding: 10px;
  background: #f5f5f5;
  font: 13px / 20px Consolas, monospace, serif;
  color: #454758;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto;
}
::-moz-selection {
  background: #b56d3d;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #b56d3d;
  color: #fff;
  text-shadow: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
progress {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
}
[hidden],
template {
  display: none;
}
iframe {
  border: 0;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}
.uk-h1 {
  font-size: 39px !important;
  line-height: 46px !important;
}
.uk-h2 {
  font-size: 24px !important;
  line-height: 33px !important;
}
.uk-h3 {
  font-size: 19px !important;
  line-height: 25px !important;
}
.uk-h4 {
  font-size: 17px !important;
  line-height: 23px !important;
}
.uk-h5 {
  font-size: 15px !important;
  line-height: 21px !important;
}
.uk-h6 {
  font-size: 13px !important;
  line-height: 20px !important;
}
.uk-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .uk-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.uk-block:before,
.uk-block:after {
  content: "";
  display: table;
}
.uk-block:after {
  clear: both;
}
.uk-block > :last-child {
  margin-bottom: 0;
}
.uk-block-large {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .uk-block-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 960px) {
  .uk-block-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.uk-block-default {
  background: #f2f4f5;
}
.uk-block-muted {
  background: #f9f9f9;
}
.uk-block-primary {
  background: #00a8e6;
}
.uk-block-secondary {
  background: #222;
}
.uk-block-default + .uk-block-default,
.uk-block-muted + .uk-block-muted,
.uk-block-primary + .uk-block-primary,
.uk-block-secondary + .uk-block-secondary {
  padding-top: 0;
}
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid:after {
  clear: both;
}
.uk-grid > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  margin: 0;
  float: left;
}
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
.uk-grid {
  margin-left: -25px;
}
.uk-grid > * {
  padding-left: 25px;
}
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}
@media (min-width: 1220px) {
  .uk-grid {
    margin-left: -30px;
  }
  .uk-grid > * {
    padding-left: 30px;
  }
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 30px;
  }
}
.uk-grid-collapse {
  margin-left: 0;
}
.uk-grid-collapse > * {
  padding-left: 0;
}
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0;
}
.uk-grid-small {
  margin-left: -10px;
}
.uk-grid-small > * {
  padding-left: 10px;
}
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}
.uk-grid-medium {
  margin-left: -25px;
}
.uk-grid-medium > * {
  padding-left: 25px;
}
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}
@media (min-width: 960px) {
  .uk-grid-large {
    margin-left: -30px;
  }
  .uk-grid-large > * {
    padding-left: 30px;
  }
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 30px;
  }
}
@media (min-width: 1220px) {
  .uk-grid-large {
    margin-left: -60px;
  }
  .uk-grid-large > * {
    padding-left: 60px;
  }
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 60px;
  }
}
.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
}
.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px;
}
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #ddd;
}
@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
}
@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
}
@media (min-width: 1220px) {
  .uk-grid-divider:not(:empty) {
    margin-left: -30px;
    margin-right: -30px;
  }
  .uk-grid-divider > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .uk-grid-divider:empty {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #ddd;
}
.uk-grid-match > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-grid-match > * > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}
[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-grid-width-1-2 > * {
  width: 50%;
}
.uk-grid-width-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-1-4 > * {
  width: 25%;
}
.uk-grid-width-1-5 > * {
  width: 20%;
}
.uk-grid-width-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-1-10 > * {
  width: 10%;
}
.uk-grid-width-auto > * {
  width: auto;
}
@media (min-width: 480px) {
  .uk-grid-width-small-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-small-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-small-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-small-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-small-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-small-1-10 > * {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .uk-grid-width-medium-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-medium-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-medium-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-medium-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-medium-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-medium-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-medium-1-10 > * {
    width: 10%;
  }
}
@media (min-width: 960px) {
  .uk-grid-width-large-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-large-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-large-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-large-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-large-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-large-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-large-1-10 > * {
    width: 10%;
  }
}
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-xlarge-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}
.uk-width-1-1 {
  width: 100%;
}
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}
.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}
@media (min-width: 480px) {
  .uk-width-small-1-1 {
    width: 100%;
  }
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%;
  }
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%;
  }
  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%;
  }
  .uk-width-small-1-4 {
    width: 25%;
  }
  .uk-width-small-3-4 {
    width: 75%;
  }
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%;
  }
  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%;
  }
  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%;
  }
  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%;
  }
  .uk-width-small-1-6 {
    width: 16.666%;
  }
  .uk-width-small-5-6 {
    width: 83.333%;
  }
  .uk-width-small-1-10 {
    width: 10%;
  }
  .uk-width-small-3-10 {
    width: 30%;
  }
  .uk-width-small-7-10 {
    width: 70%;
  }
  .uk-width-small-9-10 {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .uk-width-medium-1-1 {
    width: 100%;
  }
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%;
  }
  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%;
  }
  .uk-width-medium-1-4 {
    width: 25%;
  }
  .uk-width-medium-3-4 {
    width: 75%;
  }
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%;
  }
  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%;
  }
  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%;
  }
  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%;
  }
  .uk-width-medium-1-6 {
    width: 16.666%;
  }
  .uk-width-medium-5-6 {
    width: 83.333%;
  }
  .uk-width-medium-1-10 {
    width: 10%;
  }
  .uk-width-medium-3-10 {
    width: 30%;
  }
  .uk-width-medium-7-10 {
    width: 70%;
  }
  .uk-width-medium-9-10 {
    width: 90%;
  }
}
@media (min-width: 960px) {
  .uk-width-large-1-1 {
    width: 100%;
  }
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%;
  }
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }
  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%;
  }
  .uk-width-large-1-4 {
    width: 25%;
  }
  .uk-width-large-3-4 {
    width: 75%;
  }
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%;
  }
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%;
  }
  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%;
  }
  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%;
  }
  .uk-width-large-1-6 {
    width: 16.666%;
  }
  .uk-width-large-5-6 {
    width: 83.333%;
  }
  .uk-width-large-1-10 {
    width: 10%;
  }
  .uk-width-large-3-10 {
    width: 30%;
  }
  .uk-width-large-7-10 {
    width: 70%;
  }
  .uk-width-large-9-10 {
    width: 90%;
  }
}
@media (min-width: 1220px) {
  .uk-width-xlarge-1-1 {
    width: 100%;
  }
  .uk-width-xlarge-1-2,
  .uk-width-xlarge-2-4,
  .uk-width-xlarge-3-6,
  .uk-width-xlarge-5-10 {
    width: 50%;
  }
  .uk-width-xlarge-1-3,
  .uk-width-xlarge-2-6 {
    width: 33.333%;
  }
  .uk-width-xlarge-2-3,
  .uk-width-xlarge-4-6 {
    width: 66.666%;
  }
  .uk-width-xlarge-1-4 {
    width: 25%;
  }
  .uk-width-xlarge-3-4 {
    width: 75%;
  }
  .uk-width-xlarge-1-5,
  .uk-width-xlarge-2-10 {
    width: 20%;
  }
  .uk-width-xlarge-2-5,
  .uk-width-xlarge-4-10 {
    width: 40%;
  }
  .uk-width-xlarge-3-5,
  .uk-width-xlarge-6-10 {
    width: 60%;
  }
  .uk-width-xlarge-4-5,
  .uk-width-xlarge-8-10 {
    width: 80%;
  }
  .uk-width-xlarge-1-6 {
    width: 16.666%;
  }
  .uk-width-xlarge-5-6 {
    width: 83.333%;
  }
  .uk-width-xlarge-1-10 {
    width: 10%;
  }
  .uk-width-xlarge-3-10 {
    width: 30%;
  }
  .uk-width-xlarge-7-10 {
    width: 70%;
  }
  .uk-width-xlarge-9-10 {
    width: 90%;
  }
}
@media (min-width: 768px) {
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative;
  }
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%;
  }
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%;
  }
  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%;
  }
  .uk-push-1-4 {
    left: 25%;
  }
  .uk-push-3-4 {
    left: 75%;
  }
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%;
  }
  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%;
  }
  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%;
  }
  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%;
  }
  .uk-push-1-6 {
    left: 16.666%;
  }
  .uk-push-5-6 {
    left: 83.333%;
  }
  .uk-push-1-10 {
    left: 10%;
  }
  .uk-push-3-10 {
    left: 30%;
  }
  .uk-push-7-10 {
    left: 70%;
  }
  .uk-push-9-10 {
    left: 90%;
  }
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%;
  }
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%;
  }
  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%;
  }
  .uk-pull-1-4 {
    left: -25%;
  }
  .uk-pull-3-4 {
    left: -75%;
  }
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%;
  }
  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%;
  }
  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%;
  }
  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%;
  }
  .uk-pull-1-6 {
    left: -16.666%;
  }
  .uk-pull-5-6 {
    left: -83.333%;
  }
  .uk-pull-1-10 {
    left: -10%;
  }
  .uk-pull-3-10 {
    left: -30%;
  }
  .uk-pull-7-10 {
    left: -70%;
  }
  .uk-pull-9-10 {
    left: -90%;
  }
}
.uk-grid-width-1-7 > * {
  width: 14.285714285%;
}
.uk-grid-width-1-8 > * {
  width: 12.5%;
}
.uk-grid-width-1-9 > * {
  width: 11.111111111%;
}
@media (min-width: 480px) {
  .uk-grid-width-small-1-7 > * {
    width: 14.285714285%;
  }
  .uk-grid-width-small-1-8 > * {
    width: 12.5%;
  }
  .uk-grid-width-small-1-9 > * {
    width: 11.111111111%;
  }
}
@media (min-width: 768px) {
  .uk-grid-width-medium-1-7 > * {
    width: 14.285714285%;
  }
  .uk-grid-width-medium-1-8 > * {
    width: 12.5%;
  }
  .uk-grid-width-medium-1-9 > * {
    width: 11.111111111%;
  }
}
@media (min-width: 960px) {
  .uk-grid-width-large-1-7 > * {
    width: 14.285714285%;
  }
  .uk-grid-width-large-1-8 > * {
    width: 12.5%;
  }
  .uk-grid-width-large-1-9 > * {
    width: 11.111111111%;
  }
}
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-7 > * {
    width: 14.285714285%;
  }
  .uk-grid-width-xlarge-1-8 > * {
    width: 12.5%;
  }
  .uk-grid-width-xlarge-1-9 > * {
    width: 11.111111111%;
  }
}
.uk-article:before,
.uk-article:after {
  content: "";
  display: table;
}
.uk-article:after {
  clear: both;
}
.uk-article > :last-child {
  margin-bottom: 0;
}
.uk-article + .uk-article {
  margin-top: 30px;
}
.uk-article-title {
  font-size: 39px;
  line-height: 45px;
  font-weight: normal;
  text-transform: none;
}
.uk-article-title a {
  color: inherit;
  text-decoration: none;
}
.uk-article-meta {
  font-size: 13px;
  line-height: 19px;
  color: #6d7a8c;
}
.uk-article-meta .uk-subnav > li,
.uk-article-meta.uk-subnav > li {
  font-size: 13px;
}
.uk-article-lead {
  color: #454758;
  font-size: 19px;
  line-height: 25px;
  font-weight: normal;
}
.uk-article-divider {
  margin-bottom: 30px;
  border-color: #ddd;
}
* + .uk-article-divider {
  margin-top: 30px;
}
@media (max-width: 479px) {
  .uk-article-title {
    font-size: 32.5px;
    line-height: 37.5px;
  }
  .uk-article-meta.uk-subnav > li {
    width: 100%;
    margin-top: 5px;
  }
  .uk-article-meta.uk-subnav > li:before {
    margin-right: 0;
    border-left: 0;
  }
}
.uk-comment-header {
  margin-bottom: 15px;
}
.uk-comment-header:before,
.uk-comment-header:after {
  content: "";
  display: table;
}
.uk-comment-header:after {
  clear: both;
}
.uk-comment-avatar {
  margin-right: 15px;
  float: left;
}
.uk-comment-title {
  margin: 5px 0 0 0;
  font-size: 17px;
  line-height: 23px;
}
.uk-comment-meta {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  color: #6d7a8c;
}
.uk-comment-body > :last-child {
  margin-bottom: 0;
}
.uk-comment-list {
  padding: 0;
  list-style: none;
}
.uk-comment-list .uk-comment + ul {
  margin: 20px 0 0 0;
  list-style: none;
}
.uk-comment-list > li:nth-child(n+2),
.uk-comment-list .uk-comment + ul > li:nth-child(n+2) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .uk-comment-list .uk-comment + ul {
    padding-left: 60px;
  }
}
.uk-comment-body > *:last-of-type {
  margin-bottom: 10px;
}
.uk-comment-avatar {
  padding: 2px;
}
.uk-panel {
  display: block;
  position: relative;
}
.uk-panel,
.uk-panel:hover {
  text-decoration: none;
}
.uk-panel:before,
.uk-panel:after {
  content: "";
  display: table;
}
.uk-panel:after {
  clear: both;
}
.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  text-transform: none;
  color: #273f5b;
}
.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.uk-panel-teaser {
  margin-bottom: 15px;
}
.uk-panel-body {
  padding: 30px;
}
.uk-panel-box {
  padding: 30px;
  background: #fff;
  color: #454758;
}
.uk-panel-box .uk-nav-side {
  margin: 0 -30px;
}
.uk-panel-box-hover:hover {
  color: #454758;
}
.uk-panel-box .uk-panel-title {
  color: #273f5b;
}
.uk-panel-box .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-box > .uk-panel-teaser {
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
}
.uk-panel-box > .uk-nav-side {
  margin: 0 -30px;
}
.uk-panel-box-primary {
  background-color: #6ab42f;
  color: #fff;
}
.uk-panel-box-primary-hover:hover {
  color: #fff;
}
.uk-panel-box-primary .uk-panel-title {
  color: #fff;
}
.uk-panel-box-secondary {
  background-color: #fafafa;
  color: #555;
  border: 1px solid #e1e8ed;
}
.uk-panel-box-secondary-hover:hover {
  color: #555;
}
.uk-panel-box-secondary .uk-panel-title {
  color: #fff;
}
.uk-panel-hover {
  padding: 15px;
  color: #454758;
}
.uk-panel-hover:hover {
  background: #fff;
  color: #454758;
}
.uk-panel-hover .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-hover > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  color: #273f5b;
}
.uk-panel-space {
  padding: 30px;
}
.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px;
}
.uk-panel + .uk-panel-divider {
  margin-top: 50px !important;
}
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid #ddd;
}
@media (min-width: 1220px) {
  .uk-panel + .uk-panel-divider {
    margin-top: 60px !important;
  }
  .uk-panel + .uk-panel-divider:before {
    top: -30px;
  }
}
.uk-panel-box-secondary .uk-panel-title {
  color: #555;
}
.uk-panel .uk-nav-offcanvas {
  margin: 0 -15px;
}
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-nav li > a {
  display: block;
  text-decoration: none;
}
.uk-nav > li > a {
  padding: 8px 0;
}
.uk-nav ul {
  padding-left: 15px;
}
.uk-nav ul a {
  padding: 2px 0;
}
.uk-nav li > a > div {
  font-size: 13px;
  line-height: 16px;
}
.uk-nav-header {
  padding: 8px 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
}
.uk-nav-header:not(:first-child) {
  margin-top: 15px;
}
.uk-nav-divider {
  margin: 9px 0;
}
ul.uk-nav-sub {
  padding: 5px 0 5px 10px;
  padding-left: 20px;
}
ul.uk-nav-sub ul.uk-nav-sub {
  padding-left: 10px;
  padding-bottom: 0;
}
.uk-nav-parent-icon > .uk-parent > a:after {
  content: "\f104";
  width: 22px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "\f107";
}
.uk-nav-side > li > a {
  color: #454758;
}
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  background: rgba(0,0,0,0);
  color: #6ab42f;
  outline: none;
}
.uk-nav-side > li.uk-active > a {
  background: rgba(0,0,0,0);
  color: #6ab42f;
}
.uk-nav-side .uk-nav-header {
  color: #454758;
}
.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #ddd;
}
.uk-nav-side ul a {
  color: #6d7a8c;
}
.uk-nav-side ul a:hover {
  color: #454758;
}
.uk-nav-dropdown > li > a {
  color: #454758;
  padding-left: 30px;
  padding-right: 30px;
}
.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
  background: rgba(0,0,0,0);
  color: #b56d3d;
  outline: none;
}
.uk-nav-dropdown .uk-nav-header {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid rgba(221,221,221,0.2);
}
.uk-nav-dropdown ul a {
  color: #6d7a8c;
}
.uk-nav-dropdown ul a:hover {
  color: #fff;
}
.uk-nav-navbar > li > a {
  color: #6d7a8c;
  padding-left: 30px;
  padding-right: 30px;
}
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: rgba(0,0,0,0);
  color: #fff;
  outline: none;
}
.uk-nav-navbar .uk-nav-header {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid rgba(221,221,221,0.2);
}
.uk-nav-navbar ul a {
  color: #6d7a8c;
}
.uk-nav-navbar ul a:hover {
  color: #fff;
}
.uk-nav-offcanvas > li > a {
  color: #454758;
  padding: 8px 0;
}
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: rgba(0,0,0,0);
  color: #6ab42f;
  outline: none;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: rgba(0,0,0,0);
  color: #6ab42f;
}
.uk-nav-offcanvas .uk-nav-header {
  color: #fff;
}
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid rgba(221,221,221,0.2);
}
.uk-nav-offcanvas ul a {
  color: #6d7a8c;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #6ab42f;
}
.uk-nav.uk-nav-navbar .uk-nav-sub {
  padding-left: 30px;
  padding-right: 30px;
}
.uk-nav.uk-nav-dropdown .uk-nav-sub {
  padding-left: 30px;
  padding-right: 30px;
}
.uk-nav.uk-nav-offcanvas .uk-nav-sub {
  padding-left: 30px;
  padding-right: 30px;
}
.uk-nav.uk-nav-side .uk-nav-sub,
.uk-nav.uk-nav-offcanvas .uk-nav-sub {
  padding-left: 10px;
  padding-right: 10px;
}
.uk-nav.uk-nav-search {
  padding-left: 30px;
  padding-right: 30px;
}
.uk-dropdown:not(.uk-dropdown-small) .uk-nav-dropdown > li:first-child,
.uk-nav-navbar > li:first-child {
  margin-top: -8px;
}
.uk-dropdown:not(.uk-dropdown-small) .uk-nav-dropdown > li:last-child,
.uk-nav-navbar > li:last-child {
  margin-bottom: -8px;
}
.uk-nav-navbar li.uk-active > a {
  color: #fff;
}
.uk-panel-box .uk-nav-side {
  margin: 0;
}
.uk-navbar {
  background: rgba(0,0,0,0);
  color: #fff;
}
.uk-navbar:before,
.uk-navbar:after {
  content: "";
  display: table;
}
.uk-navbar:after {
  clear: both;
}
.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.uk-navbar-nav > li {
  float: left;
  position: relative;
}
.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  height: 60px;
  padding: 0 15px;
  line-height: 60px;
  color: #454758;
  font-size: 15px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: rgba(0,0,0,0);
  color: #b56d3d;
  outline: none;
}
.uk-navbar-nav > li > a:active {
  background-color: rgba(0,0,0,0);
  color: #b56d3d;
}
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0,0,0,0);
  color: #b56d3d;
}
.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 48px;
}
.uk-navbar-nav-subtitle > div {
  margin-top: -15.5px;
  font-size: 10px;
  line-height: 12px;
}
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 60px;
  padding: 0 15px;
  float: left;
}
.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0;
}
.uk-navbar-content > a:not([class]) {
  color: #b56d3d;
}
.uk-navbar-content > a:not([class]):hover {
  color: #fff;
}
.uk-navbar-brand {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.uk-navbar-toggle {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  color: #6d7a8c;
  text-decoration: none;
  outline: none;
}
.uk-navbar-toggle:after {
  content: '\e903';
  font-family: FontAwesome;
  vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
  content: "\f002";
}
.uk-navbar-center {
  float: none;
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.uk-navbar-flip {
  float: right;
}
.uk-navbar .uk-button {
  box-shadow: none !important;
}
.uk-navbar-brand {
  line-height: 60px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 4px;
}
.uk-dropdown-navbar {
  border-top: 1px solid #ececec;
  box-shadow: 0 0 60px 10px rgba(0,0,0,0.1);
}
.uk-subnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
  padding: 0;
  list-style: none;
}
.uk-subnav > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  padding-left: 10px;
  margin-top: 10px;
  position: relative;
}
.uk-subnav:before,
.uk-subnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-subnav:after {
  clear: both;
}
.uk-subnav > * {
  float: left;
}
.uk-subnav > * > * {
  display: inline-block;
  color: #b56d3d;
}
.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
  color: #8f5630;
  text-decoration: none;
}
.uk-subnav > .uk-active > * {
  color: #b56d3d;
}
.uk-subnav-line > :before {
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
}
.uk-subnav-line > :nth-child(n+2):before {
  margin-right: 10px;
  border-left: 1px solid #ddd;
}
.uk-subnav-pill > * > * {
  padding: 3px 9px;
}
.uk-subnav-pill > * > :hover,
.uk-subnav-pill > * > :focus {
  background: #eee;
  color: #454758;
  text-decoration: none;
  outline: none;
}
.uk-subnav-pill > .uk-active > * {
  background: #6ab42f;
  color: #fff;
}
.uk-subnav > .uk-disabled > * {
  background: none;
  color: #6d7a8c;
  text-decoration: none;
  cursor: text;
}
.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px;
}
* + .uk-table {
  margin-top: 15px;
}
.uk-table th,
.uk-table td {
  padding: 8px 8px;
}
.uk-table th {
  text-align: left;
}
.uk-table td {
  vertical-align: top;
}
.uk-table thead th {
  vertical-align: bottom;
}
.uk-table caption,
.uk-table tfoot {
  font-size: 13px;
  font-style: italic;
}
.uk-table caption {
  text-align: left;
  color: #6d7a8c;
}
.uk-table tbody tr.uk-active {
  background: #EEE;
}
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}
.uk-table-condensed td {
  padding: 4px 8px;
}
.uk-table-hover tbody tr:hover {
  background: #EEE;
}
.uk-breadcrumb {
  padding: 0;
  list-style: none;
  font-size: 0.001px;
  font-weight: 300;
}
.uk-breadcrumb > li {
  font-size: 1rem;
  vertical-align: top;
}
.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
  display: inline-block;
}
.uk-breadcrumb > li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 8px;
}
.uk-breadcrumb > li:not(.uk-active) > span {
  color: #6d7a8c;
}
@media (max-width: 768px) {
  .uk-breadcrumb li:not( :first-of-type ) a span {
    display: none;
  }
  .uk-breadcrumb li:not( :first-of-type ) a:after {
    content: "...";
  }
  .uk-breadcrumb li:last-of-type {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .uk-breadcrumb li:last-of-type:after {
    content: "...";
  }
}
.uk-pagination {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0.001px;
}
.uk-pagination:before,
.uk-pagination:after {
  content: "";
  display: table;
}
.uk-pagination:after {
  clear: both;
}
.uk-pagination > li {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
}
.uk-pagination > li:nth-child(n+2) {
  margin-left: 10px;
}
.uk-pagination > li > a,
.uk-pagination > li > span {
  display: inline-block;
  min-width: 18px;
  padding: 3px 12px;
  line-height: 36px;
  text-decoration: none;
  box-sizing: content-box;
  text-align: center;
  border-radius: 0;
  border-radius: 30px;
}
.uk-pagination > li > a {
  background: #eaf4fe;
  color: #454758;
}
.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
  background-color: #b56d3d;
  color: #fff;
  outline: none;
  box-shadow: 10px 0 50px rgba(0,131,255,0.15);
}
.uk-pagination > li > a:active {
  background-color: rgba(0,0,0,0);
  color: #b56d3d;
  box-shadow: 10px 0 50px rgba(0,131,255,0.15);
}
.uk-pagination > .uk-active > span {
  background: #f8f9fb;
  color: #454758;
  box-shadow: 10px 0 50px rgba(0,131,255,0.15);
}
.uk-pagination > .uk-disabled > span {
  background-color: rgba(0,0,0,0);
  color: #6d7a8c;
}
.uk-pagination-previous {
  float: left;
}
.uk-pagination-next {
  float: right;
}
.uk-pagination-left {
  text-align: left;
}
.uk-pagination-right {
  text-align: right;
}
.uk-pagination > li {
  vertical-align: middle;
}
.uk-pagination {
  margin-top: 25px;
  margin-bottom: 25px;
}
.uk-list {
  padding: 0;
  list-style: none;
}
.uk-list > li:before,
.uk-list > li:after {
  content: "";
  display: table;
}
.uk-list > li:after {
  clear: both;
}
.uk-list > li > :last-child {
  margin-bottom: 0;
}
.uk-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
.uk-list-line > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}
.uk-list-striped > li {
  padding: 5px 5px;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f5f5f5;
}
.uk-list-space > li:nth-child(n+2) {
  margin-top: 10px;
}
.widget.uk-list > ul {
  padding-left: 0;
}
.uk-form input,
.uk-form select,
.uk-form textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  color: inherit;
}
.uk-form select {
  text-transform: none;
}
.uk-form optgroup {
  font: inherit;
  font-weight: bold;
}
.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
  padding: 0;
}
.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
  -webkit-appearance: none;
}
.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.uk-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.uk-form textarea {
  overflow: auto;
  vertical-align: top;
}
.uk-form ::-moz-placeholder {
  opacity: 1;
}
.uk-form :invalid {
  box-shadow: none;
}
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
  vertical-align: middle;
}
.uk-form > :last-child {
  margin-bottom: 0;
}
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  height: 40px;
  max-width: 100%;
  padding: 11px;
  border: 1px solid #ddd;
  background: #fff;
  color: #454758;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-property: border, background, color, box-shadow, padding;
  transition: all 0.2s linear;
  transition-property: border, background, color, box-shadow, padding;
  border-radius: 0;
  height: inherit;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  border-color: #99baca;
  outline: 0;
  background: #f5fbfe;
  color: #454758;
}
.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
  border-color: #ddd;
  background-color: #f5f5f5;
  color: #6d7a8c;
}
.uk-form :-ms-input-placeholder {
  color: #6d7a8c !important;
}
.uk-form ::-moz-placeholder {
  color: #6d7a8c;
}
.uk-form ::-webkit-input-placeholder {
  color: #6d7a8c;
}
.uk-form :disabled:-ms-input-placeholder {
  color: #6d7a8c !important;
}
.uk-form :disabled::-moz-placeholder {
  color: #6d7a8c;
}
.uk-form :disabled::-webkit-input-placeholder {
  color: #6d7a8c;
}
.uk-form legend {
  width: 100%;
  border: 0;
  padding: 0;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  text-transform: none;
  font-size: 16px;
}
.uk-form legend:after {
  content: "";
  display: block;
  border-bottom: 0 solid #ddd;
  width: 100%;
}
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
  height: 25px;
  padding: 3px 3px;
  font-size: 13px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
  height: 50px;
  padding: 8px 6px;
  font-size: 17px;
}
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
  height: auto;
}
.uk-form-danger {
  border-color: #dc8d99 !important;
  background: #fff7f8 !important;
  color: #d85030 !important;
}
.uk-form-success {
  border-color: #8ec73b !important;
  background: #fafff2 !important;
  color: #659f13 !important;
}
.uk-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important;
}
.uk-form-blank:focus {
  border-color: #ddd !important;
}
input.uk-form-width-mini {
  width: 40px;
}
select.uk-form-width-mini {
  width: 65px;
}
.uk-form-width-small {
  width: 130px;
}
.uk-form-width-medium {
  width: 200px;
}
.uk-form-width-large {
  width: 500px;
}
.uk-form-row:before,
.uk-form-row:after {
  content: "";
  display: table;
}
.uk-form-row:after {
  clear: both;
}
.uk-form-row + .uk-form-row {
  margin-top: 5px;
}
.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}
.uk-form-help-block {
  margin: 5px 0 0 0;
}
.uk-form-controls > :first-child {
  margin-top: 0;
}
.uk-form-controls > :last-child {
  margin-bottom: 0;
}
.uk-form-controls-condensed {
  margin: 5px 0;
}
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (max-width: 959px) {
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px;
  }
}
.uk-form-icon {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.uk-form-icon > [class*='uk-icon-'] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -8px;
  font-size: 15px;
  color: #6d7a8c;
  text-align: center;
  pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) > input {
  padding-left: 30px !important;
}
.uk-form-icon-flip > [class*='uk-icon-'] {
  right: 0;
}
.uk-form-icon-flip > input {
  padding-right: 30px !important;
}
input[type].uk-form-small {
  height: 40px;
}
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-button {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #454758;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  background: #eee;
  vertical-align: middle;
  line-height: 40px;
  min-height: 40px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  padding: 18px 50px;
  color: #fff;
  border-radius: 0px;
  position: relative;
  transition: all .3s ease;
  line-height: 1;
  font-size: 12px;
  box-shadow: 0 4px 8px 0px rgba(160,165,168,0.3);
  text-transform: uppercase;
  min-height: 1px;
  background-color: #738CAA;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
.uk-button:hover,
.uk-button:focus {
  background-color: #f5f5f5;
  color: #454758;
  outline: none;
  text-decoration: none;
}
.uk-button:active,
.uk-button.uk-active {
  background-color: #ddd;
  color: #454758;
}
.uk-button-primary {
  background-color: #b56d3d;
  color: #fff;
  box-shadow: none;
  background: ;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #8f5630;
  color: #fff;
  box-shadow: none;
}
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #834f2c;
  color: #fff;
  box-shadow: none;
}
.uk-button-success {
  background-color: #01a23c;
  color: #fff;
  box-shadow: none;
}
.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #016f29;
  color: #fff;
  box-shadow: none;
}
.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #016024;
  color: #fff;
  box-shadow: none;
}
.uk-button-danger {
  background-color: #ff3133;
  color: #fff;
  box-shadow: none;
}
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #fd0002;
  color: #fff;
  box-shadow: none;
}
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #ee0002;
  color: #fff;
  box-shadow: none;
}
.uk-button:disabled {
  background-color: #f8f9fb;
  color: #6d7a8c;
  box-shadow: none;
}
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
  border-color: transparent;
  background: none;
  box-shadow: none;
}
.uk-button-link {
  color: #b56d3d;
}
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
  color: #8f5630;
  text-decoration: none;
}
.uk-button-link:disabled {
  color: #6d7a8c;
}
.uk-button-link:focus {
  outline: 1px dotted;
}
.uk-button-mini {
  min-height: 20px;
  padding: 0 6px;
  line-height: 20px;
  font-size: 12px;
}
.uk-button-small {
  min-height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 13px;
}
.uk-button-large {
  min-height: 50px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 17px;
  border-radius: 0;
  padding: 18px 50px;
  border-radius: 50px;
  line-height: 1;
  font-size: 12px;
  box-shadow: 0 4px 8px 0px rgba(160,165,168,0.3);
  text-transform: uppercase;
  min-height: 1px;
}
.uk-button-group {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0.001px;
  white-space: nowrap;
}
.uk-button-group > * {
  display: inline-block;
}
.uk-button-group .uk-button {
  vertical-align: top;
}
.uk-button-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.uk-button-group > .uk-button:not(:first-child):not(:last-child),
.uk-button-group > div:not(:first-child):not(:last-child) .uk-button {
  border-radius: 0;
}
.uk-button-group > .uk-button:first-child,
.uk-button-group > div:first-child .uk-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.uk-button-group > .uk-button:last-child,
.uk-button-group > div:last-child .uk-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
  margin-left: -1px;
}
.uk-button-group .uk-button:active {
  position: relative;
}
.uk-button-primary {
  color: #fff !important;
}
.uk-button-small {
  padding: 14px 28px;
  border-radius: 50px;
  line-height: 1;
  font-size: 12px;
  box-shadow: 0 4px 8px 0px rgba(160,165,168,0.3);
  text-transform: uppercase;
  min-height: 1px;
}
.uk-button-mini {
  padding: 8px 20px;
  font-size: 12px;
}
.uk-badge {
  display: inline-block;
  padding: 0 6px;
  background: #b56d3d;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
}
a.uk-badge:hover {
  color: #fff;
}
.uk-badge-notification {
  box-sizing: border-box;
  min-width: 24px;
  border-radius: 500px;
  font-size: 13px;
  line-height: 24px;
}
.uk-badge-success {
  background-color: #01a23c;
}
.uk-badge-warning {
  background-color: #fcb03b;
}
.uk-badge-danger {
  background-color: #ff3133;
}
.uk-alert {
  margin-bottom: 15px;
  padding: 10px;
  background: #6ab42f;
  color: rgba(255,255,255,0.9);
  border-radius: 4px;
  box-shadow: 9px 9px 9px 0 rgba(47,44,44,0.2);
  border: none;
  margin: 15px 0;
  font-size: 16px;
  padding: 20px;
}
* + .uk-alert {
  margin-top: 15px;
}
.uk-alert > :last-child {
  margin-bottom: 0;
}
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}
.uk-alert > .uk-close:first-child {
  float: right;
}
.uk-alert > .uk-close:first-child + * {
  margin-top: 0;
}
.uk-alert-success {
  background: #01a23c;
  color: #ffffff;
}
.uk-alert-warning {
  background: #fcb03b;
  color: #ffffff;
}
.uk-alert-danger {
  background: #ff3133;
  color: #ffffff;
}
.uk-alert-large {
  padding: 20px;
}
.uk-alert-large > .uk-close:first-child {
  margin: -10px -10px 0 0;
}
.uk-dropdown,
.uk-dropdown-blank {
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  width: 220px;
}
.uk-dropdown {
  padding: 20px;
  background: #4f5157;
  color: #6d7a8c;
  font-size: 15px;
  vertical-align: top;
  outline: none;
}
.uk-dropdown a:hover {
  color: #fff;
}
.uk-dropdown:focus {
  outline: none;
}
.uk-open > .uk-dropdown,
.uk-open > .uk-dropdown-blank {
  display: block;
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-dropdown-top {
  margin-top: -5px;
}
.uk-dropdown-bottom {
  margin-top: 5px;
}
.uk-dropdown-left {
  margin-left: -5px;
}
.uk-dropdown-right {
  margin-left: 5px;
}
.uk-dropdown .uk-nav {
  margin: 0 -20px;
}
.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 20px;
}
.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -20px;
    margin-right: -20px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    border-left: 1px solid rgba(221,221,221,0.2);
  }
  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 440px;
  }
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 660px;
  }
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 880px;
  }
  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1100px;
  }
}
@media (max-width: 767px) {
  .uk-dropdown-grid > [class*='uk-width-'] {
    width: 100%;
  }
  .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    margin-top: 20px;
  }
}
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] {
  width: 100%;
}
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
  margin-top: 20px;
}
.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 15px;
  white-space: nowrap;
}
.uk-dropdown-small .uk-nav {
  margin: 0 -15px;
}
.uk-dropdown-navbar {
  margin-top: 4px;
  background: #ffffff;
  color: #fff;
}
.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}
.uk-dropdown-flip.uk-dropdown-search {
  left: auto;
  right: 0;
}
.uk-dropdown-navbar {
  margin-top: 0px;
}
.no-js .uk-navbar-nav > .uk-parent:hover .uk-dropdown {
  display: block;
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  touch-action: none;
  background: rgba(0,0,0,0.1);
}
.uk-offcanvas.uk-active {
  display: block;
}
.uk-offcanvas-page {
  position: fixed;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-left: 0;
}
.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 220px;
  max-width: 100%;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -ms-scroll-chaining: none;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.uk-offcanvas-bar[mode='none'] {
  -webkit-transition: none;
  transition: none;
}
.uk-offcanvas-bar[mode='reveal'] {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  clip: rect(0,0,100vh,0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, clip 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out;
}
.uk-offcanvas-bar-flip[mode='reveal'] {
  clip: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.uk-offcanvas-bar-flip[mode='reveal'] > * {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show > * {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.uk-offcanvas .uk-panel {
  margin: 25px 0;
  color: #fff;
}
.uk-offcanvas .uk-panel-title {
  color: #fff;
}
.uk-offcanvas .uk-panel a:not([class]) {
  color: #6d7a8c;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #6ab42f;
}
.uk-offcanvas-bar {
  padding: 30px 30px;
}
.uk-text-small {
  font-size: 13px;
  line-height: 20px;
}
.uk-text-large {
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
}
.uk-text-bold {
  font-weight: bold;
}
.uk-text-muted {
  color: #6d7a8c !important;
}
.uk-text-primary {
  color: #6ab42f !important;
}
.uk-text-success {
  color: #25ae57 !important;
}
.uk-text-warning {
  color: #e8a44b !important;
}
.uk-text-danger {
  color: #df684c !important;
}
.uk-text-contrast {
  color: #fff !important;
}
.uk-text-left {
  text-align: left !important;
}
.uk-text-right {
  text-align: right !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-text-justify {
  text-align: justify !important;
}
.uk-text-top {
  vertical-align: top !important;
}
.uk-text-middle {
  vertical-align: middle !important;
}
.uk-text-bottom {
  vertical-align: bottom !important;
}
@media (max-width: 959px) {
  .uk-text-center-medium {
    text-align: center !important;
  }
  .uk-text-left-medium {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important;
  }
  .uk-text-left-small {
    text-align: left !important;
  }
}
.uk-text-nowrap {
  white-space: nowrap;
}
.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-container {
  box-sizing: border-box;
  max-width: 1060px;
  padding: 0 25px;
}
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 30px;
  }
}
.uk-container:before,
.uk-container:after {
  content: "";
  display: table;
}
.uk-container:after {
  clear: both;
}
.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}
.uk-clearfix:before {
  content: "";
  display: table-cell;
}
.uk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.uk-nbfc {
  overflow: hidden;
}
.uk-nbfc-alt {
  display: table-cell;
  width: 10000px;
}
.uk-float-left {
  float: left;
}
.uk-float-right {
  float: right;
}
[class*='uk-float-'] {
  max-width: 100%;
}
[class*='uk-align-'] {
  display: block;
  margin-bottom: 15px;
}
.uk-align-left {
  margin-right: 15px;
  float: left;
}
.uk-align-right {
  margin-left: 15px;
  float: right;
}
@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 15px;
    float: left;
  }
  .uk-align-medium-right {
    margin-left: 15px;
    float: right;
  }
}
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}
.uk-vertical-align {
  font-size: 0.001px;
}
.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  font-size: 1rem;
}
.uk-vertical-align-middle {
  vertical-align: middle;
}
.uk-vertical-align-bottom {
  vertical-align: bottom;
}
[class*='uk-height'] {
  box-sizing: border-box;
}
.uk-height-1-1 {
  height: 100%;
}
.uk-height-viewport {
  height: 100vh;
  min-height: 600px;
}
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}
.uk-responsive-width {
  max-width: 100% !important;
  height: auto;
}
.uk-responsive-height {
  max-height: 100%;
  width: auto;
}
.uk-margin {
  margin-bottom: 15px;
}
* + .uk-margin {
  margin-top: 15px;
}
.uk-margin-top {
  margin-top: 15px !important;
}
.uk-margin-bottom {
  margin-bottom: 15px !important;
}
.uk-margin-left {
  margin-left: 15px !important;
}
.uk-margin-right {
  margin-right: 15px !important;
}
.uk-margin-large {
  margin-bottom: 50px;
}
* + .uk-margin-large {
  margin-top: 50px;
}
.uk-margin-large-top {
  margin-top: 50px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 50px !important;
}
.uk-margin-large-left {
  margin-left: 50px !important;
}
.uk-margin-large-right {
  margin-right: 50px !important;
}
.uk-margin-small {
  margin-bottom: 5px;
}
* + .uk-margin-small {
  margin-top: 5px;
}
.uk-margin-small-top {
  margin-top: 5px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}
.uk-margin-small-left {
  margin-left: 5px !important;
}
.uk-margin-small-right {
  margin-right: 5px !important;
}
.uk-margin-remove {
  margin: 0 !important;
}
.uk-margin-top-remove {
  margin-top: 0 !important;
}
.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}
.uk-padding-remove {
  padding: 0 !important;
}
.uk-padding-top-remove {
  padding-top: 0 !important;
}
.uk-padding-bottom-remove {
  padding-bottom: 0 !important;
}
.uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.uk-border-circle {
  border-radius: 50%;
}
.uk-border-rounded {
  border-radius: 0px;
}
.uk-heading-large {
  font-size: 39px;
  line-height: 45px;
}
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 56px;
    line-height: 69px;
  }
}
.uk-link-muted,
.uk-link-muted a {
  color: #454758;
}
.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #454758;
}
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
  color: inherit;
  text-decoration: none;
}
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.uk-scrollable-box > :last-child {
  margin-bottom: 0;
}
.uk-overflow-hidden {
  overflow: hidden;
}
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-overflow-container > :last-child {
  margin-bottom: 0;
}
.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
  position: absolute !important;
}
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-top-left {
  top: 0;
  left: 0;
}
.uk-position-top-right {
  top: 0;
  right: 0;
}
.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}
.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-relative {
  position: relative !important;
}
.uk-position-z-index {
  z-index: 1;
}
.uk-display-block {
  display: block !important;
}
.uk-display-inline {
  display: inline !important;
}
.uk-display-inline-block {
  display: inline-block !important;
  max-width: 100%;
}
@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}
.uk-hidden {
  display: none !important;
  visibility: hidden !important;
}
.uk-invisible {
  visibility: hidden !important;
}
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important;
}
.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important;
}
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
  display: none !important;
}
.uk-position-absolute {
  position: absolute !important;
}
@media (max-width: 480px) {
  .uk-container {
    padding: 0 15px;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url("https://viettamphatfood.com/wp-content/themes/tm-beans/lib/api/uikit/src/less/core/../../fonts/fontawesome-webfont.woff2") format('woff2'), url("https://viettamphatfood.com/wp-content/themes/tm-beans/lib/api/uikit/src/less/core/../../fonts/fontawesome-webfont.woff") format("woff"), url("https://viettamphatfood.com/wp-content/themes/tm-beans/lib/api/uikit/src/less/core/../../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class*='uk-icon-'] {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
  text-decoration: none;
}
.uk-icon-small {
  font-size: 150%;
  vertical-align: -10%;
}
.uk-icon-medium {
  font-size: 200%;
  vertical-align: -16%;
}
.uk-icon-large {
  font-size: 250%;
  vertical-align: -22%;
}
.uk-icon-justify {
  width: 1em;
  text-align: center;
}
.uk-icon-spin {
  display: inline-block;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}
.uk-icon-hover {
  color: #6d7a8c;
}
.uk-icon-hover:hover {
  color: #454758;
}
.uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #eee;
  line-height: 35px;
  color: #454758;
  font-size: 18px;
  text-align: center;
}
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #f5f5f5;
  color: #454758;
  outline: none;
}
.uk-icon-button:active {
  background-color: #ddd;
  color: #454758;
}
.uk-icon-glass:before {
  content: "\f000";
}
.uk-icon-music:before {
  content: "\f001";
}
.uk-icon-search:before {
  content: "\f002";
}
.uk-icon-envelope-o:before {
  content: "\f003";
}
.uk-icon-heart:before {
  content: "\f004";
}
.uk-icon-star:before {
  content: "\f005";
}
.uk-icon-star-o:before {
  content: "\f006";
}
.uk-icon-user:before {
  content: "\f007";
}
.uk-icon-film:before {
  content: "\f008";
}
.uk-icon-th-large:before {
  content: "\f009";
}
.uk-icon-th:before {
  content: "\f00a";
}
.uk-icon-th-list:before {
  content: "\f00b";
}
.uk-icon-check:before {
  content: "\f00c";
}
.uk-icon-remove:before,
.uk-icon-close:before,
.uk-icon-times:before {
  content: "\f00d";
}
.uk-icon-search-plus:before {
  content: "\f00e";
}
.uk-icon-search-minus:before {
  content: "\f010";
}
.uk-icon-power-off:before {
  content: "\f011";
}
.uk-icon-signal:before {
  content: "\f012";
}
.uk-icon-gear:before,
.uk-icon-cog:before {
  content: "\f013";
}
.uk-icon-trash-o:before {
  content: "\f014";
}
.uk-icon-home:before {
  content: "\f015";
}
.uk-icon-file-o:before {
  content: "\f016";
}
.uk-icon-clock-o:before {
  content: "\f017";
}
.uk-icon-road:before {
  content: "\f018";
}
.uk-icon-download:before {
  content: "\f019";
}
.uk-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.uk-icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.uk-icon-inbox:before {
  content: "\f01c";
}
.uk-icon-play-circle-o:before {
  content: "\f01d";
}
.uk-icon-rotate-right:before,
.uk-icon-repeat:before {
  content: "\f01e";
}
.uk-icon-refresh:before {
  content: "\f021";
}
.uk-icon-list-alt:before {
  content: "\f022";
}
.uk-icon-lock:before {
  content: "\f023";
}
.uk-icon-flag:before {
  content: "\f024";
}
.uk-icon-headphones:before {
  content: "\f025";
}
.uk-icon-volume-off:before {
  content: "\f026";
}
.uk-icon-volume-down:before {
  content: "\f027";
}
.uk-icon-volume-up:before {
  content: "\f028";
}
.uk-icon-qrcode:before {
  content: "\f029";
}
.uk-icon-barcode:before {
  content: "\f02a";
}
.uk-icon-tag:before {
  content: "\f02b";
}
.uk-icon-tags:before {
  content: "\f02c";
}
.uk-icon-book:before {
  content: "\f02d";
}
.uk-icon-bookmark:before {
  content: "\f02e";
}
.uk-icon-print:before {
  content: "\f02f";
}
.uk-icon-camera:before {
  content: "\f030";
}
.uk-icon-font:before {
  content: "\f031";
}
.uk-icon-bold:before {
  content: "\f032";
}
.uk-icon-italic:before {
  content: "\f033";
}
.uk-icon-text-height:before {
  content: "\f034";
}
.uk-icon-text-width:before {
  content: "\f035";
}
.uk-icon-align-left:before {
  content: "\f036";
}
.uk-icon-align-center:before {
  content: "\f037";
}
.uk-icon-align-right:before {
  content: "\f038";
}
.uk-icon-align-justify:before {
  content: "\f039";
}
.uk-icon-list:before {
  content: "\f03a";
}
.uk-icon-dedent:before,
.uk-icon-outdent:before {
  content: "\f03b";
}
.uk-icon-indent:before {
  content: "\f03c";
}
.uk-icon-video-camera:before {
  content: "\f03d";
}
.uk-icon-photo:before,
.uk-icon-image:before,
.uk-icon-picture-o:before {
  content: "\f03e";
}
.uk-icon-pencil:before {
  content: "\f040";
}
.uk-icon-map-marker:before {
  content: "\f041";
}
.uk-icon-adjust:before {
  content: "\f042";
}
.uk-icon-tint:before {
  content: "\f043";
}
.uk-icon-edit:before,
.uk-icon-pencil-square-o:before {
  content: "\f044";
}
.uk-icon-share-square-o:before {
  content: "\f045";
}
.uk-icon-check-square-o:before {
  content: "\f046";
}
.uk-icon-arrows:before {
  content: "\f047";
}
.uk-icon-step-backward:before {
  content: "\f048";
}
.uk-icon-fast-backward:before {
  content: "\f049";
}
.uk-icon-backward:before {
  content: "\f04a";
}
.uk-icon-play:before {
  content: "\f04b";
}
.uk-icon-pause:before {
  content: "\f04c";
}
.uk-icon-stop:before {
  content: "\f04d";
}
.uk-icon-forward:before {
  content: "\f04e";
}
.uk-icon-fast-forward:before {
  content: "\f050";
}
.uk-icon-step-forward:before {
  content: "\f051";
}
.uk-icon-eject:before {
  content: "\f052";
}
.uk-icon-chevron-left:before {
  content: "\f053";
}
.uk-icon-chevron-right:before {
  content: "\f054";
}
.uk-icon-plus-circle:before {
  content: "\f055";
}
.uk-icon-minus-circle:before {
  content: "\f056";
}
.uk-icon-times-circle:before {
  content: "\f057";
}
.uk-icon-check-circle:before {
  content: "\f058";
}
.uk-icon-question-circle:before {
  content: "\f059";
}
.uk-icon-info-circle:before {
  content: "\f05a";
}
.uk-icon-crosshairs:before {
  content: "\f05b";
}
.uk-icon-times-circle-o:before {
  content: "\f05c";
}
.uk-icon-check-circle-o:before {
  content: "\f05d";
}
.uk-icon-ban:before {
  content: "\f05e";
}
.uk-icon-arrow-left:before {
  content: "\f060";
}
.uk-icon-arrow-right:before {
  content: "\f061";
}
.uk-icon-arrow-up:before {
  content: "\f062";
}
.uk-icon-arrow-down:before {
  content: "\f063";
}
.uk-icon-mail-forward:before,
.uk-icon-share:before {
  content: "\f064";
}
.uk-icon-expand:before {
  content: "\f065";
}
.uk-icon-compress:before {
  content: "\f066";
}
.uk-icon-plus:before {
  content: "\f067";
}
.uk-icon-minus:before {
  content: "\f068";
}
.uk-icon-asterisk:before {
  content: "\f069";
}
.uk-icon-exclamation-circle:before {
  content: "\f06a";
}
.uk-icon-gift:before {
  content: "\f06b";
}
.uk-icon-leaf:before {
  content: "\f06c";
}
.uk-icon-fire:before {
  content: "\f06d";
}
.uk-icon-eye:before {
  content: "\f06e";
}
.uk-icon-eye-slash:before {
  content: "\f070";
}
.uk-icon-warning:before,
.uk-icon-exclamation-triangle:before {
  content: "\f071";
}
.uk-icon-plane:before {
  content: "\f072";
}
.uk-icon-calendar:before {
  content: "\f073";
}
.uk-icon-random:before {
  content: "\f074";
}
.uk-icon-comment:before {
  content: "\f075";
}
.uk-icon-magnet:before {
  content: "\f076";
}
.uk-icon-chevron-up:before {
  content: "\f077";
}
.uk-icon-chevron-down:before {
  content: "\f078";
}
.uk-icon-retweet:before {
  content: "\f079";
}
.uk-icon-shopping-cart:before {
  content: "\f07a";
}
.uk-icon-folder:before {
  content: "\f07b";
}
.uk-icon-folder-open:before {
  content: "\f07c";
}
.uk-icon-arrows-v:before {
  content: "\f07d";
}
.uk-icon-arrows-h:before {
  content: "\f07e";
}
.uk-icon-bar-chart-o:before,
.uk-icon-bar-chart:before {
  content: "\f080";
}
.uk-icon-twitter-square:before {
  content: "\f081";
}
.uk-icon-facebook-square:before {
  content: "\f082";
}
.uk-icon-camera-retro:before {
  content: "\f083";
}
.uk-icon-key:before {
  content: "\f084";
}
.uk-icon-gears:before,
.uk-icon-cogs:before {
  content: "\f085";
}
.uk-icon-comments:before {
  content: "\f086";
}
.uk-icon-thumbs-o-up:before {
  content: "\f087";
}
.uk-icon-thumbs-o-down:before {
  content: "\f088";
}
.uk-icon-star-half:before {
  content: "\f089";
}
.uk-icon-heart-o:before {
  content: "\f08a";
}
.uk-icon-sign-out:before {
  content: "\f08b";
}
.uk-icon-linkedin-square:before {
  content: "\f08c";
}
.uk-icon-thumb-tack:before {
  content: "\f08d";
}
.uk-icon-external-link:before {
  content: "\f08e";
}
.uk-icon-sign-in:before {
  content: "\f090";
}
.uk-icon-trophy:before {
  content: "\f091";
}
.uk-icon-github-square:before {
  content: "\f092";
}
.uk-icon-upload:before {
  content: "\f093";
}
.uk-icon-lemon-o:before {
  content: "\f094";
}
.uk-icon-phone:before {
  content: "\f095";
}
.uk-icon-square-o:before {
  content: "\f096";
}
.uk-icon-bookmark-o:before {
  content: "\f097";
}
.uk-icon-phone-square:before {
  content: "\f098";
}
.uk-icon-twitter:before {
  content: "\f099";
}
.uk-icon-facebook-f:before,
.uk-icon-facebook:before {
  content: "\f09a";
}
.uk-icon-github:before {
  content: "\f09b";
}
.uk-icon-unlock:before {
  content: "\f09c";
}
.uk-icon-credit-card:before {
  content: "\f09d";
}
.uk-icon-rss:before {
  content: "\f09e";
}
.uk-icon-hdd-o:before {
  content: "\f0a0";
}
.uk-icon-bullhorn:before {
  content: "\f0a1";
}
.uk-icon-bell:before {
  content: "\f0f3";
}
.uk-icon-certificate:before {
  content: "\f0a3";
}
.uk-icon-hand-o-right:before {
  content: "\f0a4";
}
.uk-icon-hand-o-left:before {
  content: "\f0a5";
}
.uk-icon-hand-o-up:before {
  content: "\f0a6";
}
.uk-icon-hand-o-down:before {
  content: "\f0a7";
}
.uk-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.uk-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.uk-icon-arrow-circle-up:before {
  content: "\f0aa";
}
.uk-icon-arrow-circle-down:before {
  content: "\f0ab";
}
.uk-icon-globe:before {
  content: "\f0ac";
}
.uk-icon-wrench:before {
  content: "\f0ad";
}
.uk-icon-tasks:before {
  content: "\f0ae";
}
.uk-icon-filter:before {
  content: "\f0b0";
}
.uk-icon-briefcase:before {
  content: "\f0b1";
}
.uk-icon-arrows-alt:before {
  content: "\f0b2";
}
.uk-icon-group:before,
.uk-icon-users:before {
  content: "\f0c0";
}
.uk-icon-chain:before,
.uk-icon-link:before {
  content: "\f0c1";
}
.uk-icon-cloud:before {
  content: "\f0c2";
}
.uk-icon-flask:before {
  content: "\f0c3";
}
.uk-icon-cut:before,
.uk-icon-scissors:before {
  content: "\f0c4";
}
.uk-icon-copy:before,
.uk-icon-files-o:before {
  content: "\f0c5";
}
.uk-icon-paperclip:before {
  content: "\f0c6";
}
.uk-icon-save:before,
.uk-icon-floppy-o:before {
  content: "\f0c7";
}
.uk-icon-square:before {
  content: "\f0c8";
}
.uk-icon-navicon:before,
.uk-icon-reorder:before,
.uk-icon-bars:before {
  content: "\f0c9";
}
.uk-icon-list-ul:before {
  content: "\f0ca";
}
.uk-icon-list-ol:before {
  content: "\f0cb";
}
.uk-icon-strikethrough:before {
  content: "\f0cc";
}
.uk-icon-underline:before {
  content: "\f0cd";
}
.uk-icon-table:before {
  content: "\f0ce";
}
.uk-icon-magic:before {
  content: "\f0d0";
}
.uk-icon-truck:before {
  content: "\f0d1";
}
.uk-icon-pinterest:before {
  content: "\f0d2";
}
.uk-icon-pinterest-square:before {
  content: "\f0d3";
}
.uk-icon-google-plus-square:before {
  content: "\f0d4";
}
.uk-icon-google-plus:before {
  content: "\f0d5";
}
.uk-icon-money:before {
  content: "\f0d6";
}
.uk-icon-caret-down:before {
  content: "\f0d7";
}
.uk-icon-caret-up:before {
  content: "\f0d8";
}
.uk-icon-caret-left:before {
  content: "\f0d9";
}
.uk-icon-caret-right:before {
  content: "\f0da";
}
.uk-icon-columns:before {
  content: "\f0db";
}
.uk-icon-unsorted:before,
.uk-icon-sort:before {
  content: "\f0dc";
}
.uk-icon-sort-down:before,
.uk-icon-sort-desc:before {
  content: "\f0dd";
}
.uk-icon-sort-up:before,
.uk-icon-sort-asc:before {
  content: "\f0de";
}
.uk-icon-envelope:before {
  content: "\f0e0";
}
.uk-icon-linkedin:before {
  content: "\f0e1";
}
.uk-icon-rotate-left:before,
.uk-icon-undo:before {
  content: "\f0e2";
}
.uk-icon-legal:before,
.uk-icon-gavel:before {
  content: "\f0e3";
}
.uk-icon-dashboard:before,
.uk-icon-tachometer:before {
  content: "\f0e4";
}
.uk-icon-comment-o:before {
  content: "\f0e5";
}
.uk-icon-comments-o:before {
  content: "\f0e6";
}
.uk-icon-flash:before,
.uk-icon-bolt:before {
  content: "\f0e7";
}
.uk-icon-sitemap:before {
  content: "\f0e8";
}
.uk-icon-umbrella:before {
  content: "\f0e9";
}
.uk-icon-paste:before,
.uk-icon-clipboard:before {
  content: "\f0ea";
}
.uk-icon-lightbulb-o:before {
  content: "\f0eb";
}
.uk-icon-exchange:before {
  content: "\f0ec";
}
.uk-icon-cloud-download:before {
  content: "\f0ed";
}
.uk-icon-cloud-upload:before {
  content: "\f0ee";
}
.uk-icon-user-md:before {
  content: "\f0f0";
}
.uk-icon-stethoscope:before {
  content: "\f0f1";
}
.uk-icon-suitcase:before {
  content: "\f0f2";
}
.uk-icon-bell-o:before {
  content: "\f0a2";
}
.uk-icon-coffee:before {
  content: "\f0f4";
}
.uk-icon-cutlery:before {
  content: "\f0f5";
}
.uk-icon-file-text-o:before {
  content: "\f0f6";
}
.uk-icon-building-o:before {
  content: "\f0f7";
}
.uk-icon-hospital-o:before {
  content: "\f0f8";
}
.uk-icon-ambulance:before {
  content: "\f0f9";
}
.uk-icon-medkit:before {
  content: "\f0fa";
}
.uk-icon-fighter-jet:before {
  content: "\f0fb";
}
.uk-icon-beer:before {
  content: "\f0fc";
}
.uk-icon-h-square:before {
  content: "\f0fd";
}
.uk-icon-plus-square:before {
  content: "\f0fe";
}
.uk-icon-angle-double-left:before {
  content: "\f100";
}
.uk-icon-angle-double-right:before {
  content: "\f101";
}
.uk-icon-angle-double-up:before {
  content: "\f102";
}
.uk-icon-angle-double-down:before {
  content: "\f103";
}
.uk-icon-angle-left:before {
  content: "\f104";
}
.uk-icon-angle-right:before {
  content: "\f105";
}
.uk-icon-angle-up:before {
  content: "\f106";
}
.uk-icon-angle-down:before {
  content: "\f107";
}
.uk-icon-desktop:before {
  content: "\f108";
}
.uk-icon-laptop:before {
  content: "\f109";
}
.uk-icon-tablet:before {
  content: "\f10a";
}
.uk-icon-mobile-phone:before,
.uk-icon-mobile:before {
  content: "\f10b";
}
.uk-icon-circle-o:before {
  content: "\f10c";
}
.uk-icon-quote-left:before {
  content: "\f10d";
}
.uk-icon-quote-right:before {
  content: "\f10e";
}
.uk-icon-spinner:before {
  content: "\f110";
}
.uk-icon-circle:before {
  content: "\f111";
}
.uk-icon-mail-reply:before,
.uk-icon-reply:before {
  content: "\f112";
}
.uk-icon-github-alt:before {
  content: "\f113";
}
.uk-icon-folder-o:before {
  content: "\f114";
}
.uk-icon-folder-open-o:before {
  content: "\f115";
}
.uk-icon-smile-o:before {
  content: "\f118";
}
.uk-icon-frown-o:before {
  content: "\f119";
}
.uk-icon-meh-o:before {
  content: "\f11a";
}
.uk-icon-gamepad:before {
  content: "\f11b";
}
.uk-icon-keyboard-o:before {
  content: "\f11c";
}
.uk-icon-flag-o:before {
  content: "\f11d";
}
.uk-icon-flag-checkered:before {
  content: "\f11e";
}
.uk-icon-terminal:before {
  content: "\f120";
}
.uk-icon-code:before {
  content: "\f121";
}
.uk-icon-mail-reply-all:before,
.uk-icon-reply-all:before {
  content: "\f122";
}
.uk-icon-star-half-empty:before,
.uk-icon-star-half-full:before,
.uk-icon-star-half-o:before {
  content: "\f123";
}
.uk-icon-location-arrow:before {
  content: "\f124";
}
.uk-icon-crop:before {
  content: "\f125";
}
.uk-icon-code-fork:before {
  content: "\f126";
}
.uk-icon-unlink:before,
.uk-icon-chain-broken:before {
  content: "\f127";
}
.uk-icon-question:before {
  content: "\f128";
}
.uk-icon-info:before {
  content: "\f129";
}
.uk-icon-exclamation:before {
  content: "\f12a";
}
.uk-icon-superscript:before {
  content: "\f12b";
}
.uk-icon-subscript:before {
  content: "\f12c";
}
.uk-icon-eraser:before {
  content: "\f12d";
}
.uk-icon-puzzle-piece:before {
  content: "\f12e";
}
.uk-icon-microphone:before {
  content: "\f130";
}
.uk-icon-microphone-slash:before {
  content: "\f131";
}
.uk-icon-shield:before {
  content: "\f132";
}
.uk-icon-calendar-o:before {
  content: "\f133";
}
.uk-icon-fire-extinguisher:before {
  content: "\f134";
}
.uk-icon-rocket:before {
  content: "\f135";
}
.uk-icon-maxcdn:before {
  content: "\f136";
}
.uk-icon-chevron-circle-left:before {
  content: "\f137";
}
.uk-icon-chevron-circle-right:before {
  content: "\f138";
}
.uk-icon-chevron-circle-up:before {
  content: "\f139";
}
.uk-icon-chevron-circle-down:before {
  content: "\f13a";
}
.uk-icon-html5:before {
  content: "\f13b";
}
.uk-icon-css3:before {
  content: "\f13c";
}
.uk-icon-anchor:before {
  content: "\f13d";
}
.uk-icon-unlock-alt:before {
  content: "\f13e";
}
.uk-icon-bullseye:before {
  content: "\f140";
}
.uk-icon-ellipsis-h:before {
  content: "\f141";
}
.uk-icon-ellipsis-v:before {
  content: "\f142";
}
.uk-icon-rss-square:before {
  content: "\f143";
}
.uk-icon-play-circle:before {
  content: "\f144";
}
.uk-icon-ticket:before {
  content: "\f145";
}
.uk-icon-minus-square:before {
  content: "\f146";
}
.uk-icon-minus-square-o:before {
  content: "\f147";
}
.uk-icon-level-up:before {
  content: "\f148";
}
.uk-icon-level-down:before {
  content: "\f149";
}
.uk-icon-check-square:before {
  content: "\f14a";
}
.uk-icon-pencil-square:before {
  content: "\f14b";
}
.uk-icon-external-link-square:before {
  content: "\f14c";
}
.uk-icon-share-square:before {
  content: "\f14d";
}
.uk-icon-compass:before {
  content: "\f14e";
}
.uk-icon-toggle-down:before,
.uk-icon-caret-square-o-down:before {
  content: "\f150";
}
.uk-icon-toggle-up:before,
.uk-icon-caret-square-o-up:before {
  content: "\f151";
}
.uk-icon-toggle-right:before,
.uk-icon-caret-square-o-right:before {
  content: "\f152";
}
.uk-icon-euro:before,
.uk-icon-eur:before {
  content: "\f153";
}
.uk-icon-gbp:before {
  content: "\f154";
}
.uk-icon-dollar:before,
.uk-icon-usd:before {
  content: "\f155";
}
.uk-icon-rupee:before,
.uk-icon-inr:before {
  content: "\f156";
}
.uk-icon-cny:before,
.uk-icon-rmb:before,
.uk-icon-yen:before,
.uk-icon-jpy:before {
  content: "\f157";
}
.uk-icon-ruble:before,
.uk-icon-rouble:before,
.uk-icon-rub:before {
  content: "\f158";
}
.uk-icon-won:before,
.uk-icon-krw:before {
  content: "\f159";
}
.uk-icon-bitcoin:before,
.uk-icon-btc:before {
  content: "\f15a";
}
.uk-icon-file:before {
  content: "\f15b";
}
.uk-icon-file-text:before {
  content: "\f15c";
}
.uk-icon-sort-alpha-asc:before {
  content: "\f15d";
}
.uk-icon-sort-alpha-desc:before {
  content: "\f15e";
}
.uk-icon-sort-amount-asc:before {
  content: "\f160";
}
.uk-icon-sort-amount-desc:before {
  content: "\f161";
}
.uk-icon-sort-numeric-asc:before {
  content: "\f162";
}
.uk-icon-sort-numeric-desc:before {
  content: "\f163";
}
.uk-icon-thumbs-up:before {
  content: "\f164";
}
.uk-icon-thumbs-down:before {
  content: "\f165";
}
.uk-icon-youtube-square:before {
  content: "\f166";
}
.uk-icon-youtube:before {
  content: "\f167";
}
.uk-icon-xing:before {
  content: "\f168";
}
.uk-icon-xing-square:before {
  content: "\f169";
}
.uk-icon-youtube-play:before {
  content: "\f16a";
}
.uk-icon-dropbox:before {
  content: "\f16b";
}
.uk-icon-stack-overflow:before {
  content: "\f16c";
}
.uk-icon-instagram:before {
  content: "\f16d";
}
.uk-icon-flickr:before {
  content: "\f16e";
}
.uk-icon-adn:before {
  content: "\f170";
}
.uk-icon-bitbucket:before {
  content: "\f171";
}
.uk-icon-bitbucket-square:before {
  content: "\f172";
}
.uk-icon-tumblr:before {
  content: "\f173";
}
.uk-icon-tumblr-square:before {
  content: "\f174";
}
.uk-icon-long-arrow-down:before {
  content: "\f175";
}
.uk-icon-long-arrow-up:before {
  content: "\f176";
}
.uk-icon-long-arrow-left:before {
  content: "\f177";
}
.uk-icon-long-arrow-right:before {
  content: "\f178";
}
.uk-icon-apple:before {
  content: "\f179";
}
.uk-icon-windows:before {
  content: "\f17a";
}
.uk-icon-android:before {
  content: "\f17b";
}
.uk-icon-linux:before {
  content: "\f17c";
}
.uk-icon-dribbble:before {
  content: "\f17d";
}
.uk-icon-skype:before {
  content: "\f17e";
}
.uk-icon-foursquare:before {
  content: "\f180";
}
.uk-icon-trello:before {
  content: "\f181";
}
.uk-icon-female:before {
  content: "\f182";
}
.uk-icon-male:before {
  content: "\f183";
}
.uk-icon-gittip:before,
.uk-icon-gratipay:before {
  content: "\f184";
}
.uk-icon-sun-o:before {
  content: "\f185";
}
.uk-icon-moon-o:before {
  content: "\f186";
}
.uk-icon-archive:before {
  content: "\f187";
}
.uk-icon-bug:before {
  content: "\f188";
}
.uk-icon-vk:before {
  content: "\f189";
}
.uk-icon-weibo:before {
  content: "\f18a";
}
.uk-icon-renren:before {
  content: "\f18b";
}
.uk-icon-pagelines:before {
  content: "\f18c";
}
.uk-icon-stack-exchange:before {
  content: "\f18d";
}
.uk-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.uk-icon-arrow-circle-o-left:before {
  content: "\f190";
}
.uk-icon-toggle-left:before,
.uk-icon-caret-square-o-left:before {
  content: "\f191";
}
.uk-icon-dot-circle-o:before {
  content: "\f192";
}
.uk-icon-wheelchair:before {
  content: "\f193";
}
.uk-icon-vimeo-square:before {
  content: "\f194";
}
.uk-icon-turkish-lira:before,
.uk-icon-try:before {
  content: "\f195";
}
.uk-icon-plus-square-o:before {
  content: "\f196";
}
.uk-icon-space-shuttle:before {
  content: "\f197";
}
.uk-icon-slack:before {
  content: "\f198";
}
.uk-icon-envelope-square:before {
  content: "\f199";
}
.uk-icon-wordpress:before {
  content: "\f19a";
}
.uk-icon-openid:before {
  content: "\f19b";
}
.uk-icon-institution:before,
.uk-icon-bank:before,
.uk-icon-university:before {
  content: "\f19c";
}
.uk-icon-mortar-board:before,
.uk-icon-graduation-cap:before {
  content: "\f19d";
}
.uk-icon-yahoo:before {
  content: "\f19e";
}
.uk-icon-google:before {
  content: "\f1a0";
}
.uk-icon-reddit:before {
  content: "\f1a1";
}
.uk-icon-reddit-square:before {
  content: "\f1a2";
}
.uk-icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.uk-icon-stumbleupon:before {
  content: "\f1a4";
}
.uk-icon-delicious:before {
  content: "\f1a5";
}
.uk-icon-digg:before {
  content: "\f1a6";
}
.uk-icon-pied-piper:before {
  content: "\f1a7";
}
.uk-icon-pied-piper-alt:before {
  content: "\f1a8";
}
.uk-icon-drupal:before {
  content: "\f1a9";
}
.uk-icon-joomla:before {
  content: "\f1aa";
}
.uk-icon-language:before {
  content: "\f1ab";
}
.uk-icon-fax:before {
  content: "\f1ac";
}
.uk-icon-building:before {
  content: "\f1ad";
}
.uk-icon-child:before {
  content: "\f1ae";
}
.uk-icon-paw:before {
  content: "\f1b0";
}
.uk-icon-spoon:before {
  content: "\f1b1";
}
.uk-icon-cube:before {
  content: "\f1b2";
}
.uk-icon-cubes:before {
  content: "\f1b3";
}
.uk-icon-behance:before {
  content: "\f1b4";
}
.uk-icon-behance-square:before {
  content: "\f1b5";
}
.uk-icon-steam:before {
  content: "\f1b6";
}
.uk-icon-steam-square:before {
  content: "\f1b7";
}
.uk-icon-recycle:before {
  content: "\f1b8";
}
.uk-icon-automobile:before,
.uk-icon-car:before {
  content: "\f1b9";
}
.uk-icon-cab:before,
.uk-icon-taxi:before {
  content: "\f1ba";
}
.uk-icon-tree:before {
  content: "\f1bb";
}
.uk-icon-spotify:before {
  content: "\f1bc";
}
.uk-icon-deviantart:before {
  content: "\f1bd";
}
.uk-icon-soundcloud:before {
  content: "\f1be";
}
.uk-icon-database:before {
  content: "\f1c0";
}
.uk-icon-file-pdf-o:before {
  content: "\f1c1";
}
.uk-icon-file-word-o:before {
  content: "\f1c2";
}
.uk-icon-file-excel-o:before {
  content: "\f1c3";
}
.uk-icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.uk-icon-file-photo-o:before,
.uk-icon-file-picture-o:before,
.uk-icon-file-image-o:before {
  content: "\f1c5";
}
.uk-icon-file-zip-o:before,
.uk-icon-file-archive-o:before {
  content: "\f1c6";
}
.uk-icon-file-sound-o:before,
.uk-icon-file-audio-o:before {
  content: "\f1c7";
}
.uk-icon-file-movie-o:before,
.uk-icon-file-video-o:before {
  content: "\f1c8";
}
.uk-icon-file-code-o:before {
  content: "\f1c9";
}
.uk-icon-vine:before {
  content: "\f1ca";
}
.uk-icon-codepen:before {
  content: "\f1cb";
}
.uk-icon-jsfiddle:before {
  content: "\f1cc";
}
.uk-icon-life-bouy:before,
.uk-icon-life-buoy:before,
.uk-icon-life-saver:before,
.uk-icon-support:before,
.uk-icon-life-ring:before {
  content: "\f1cd";
}
.uk-icon-circle-o-notch:before {
  content: "\f1ce";
}
.uk-icon-ra:before,
.uk-icon-rebel:before {
  content: "\f1d0";
}
.uk-icon-ge:before,
.uk-icon-empire:before {
  content: "\f1d1";
}
.uk-icon-git-square:before {
  content: "\f1d2";
}
.uk-icon-git:before {
  content: "\f1d3";
}
.uk-icon-hacker-news:before {
  content: "\f1d4";
}
.uk-icon-tencent-weibo:before {
  content: "\f1d5";
}
.uk-icon-qq:before {
  content: "\f1d6";
}
.uk-icon-wechat:before,
.uk-icon-weixin:before {
  content: "\f1d7";
}
.uk-icon-send:before,
.uk-icon-paper-plane:before {
  content: "\f1d8";
}
.uk-icon-send-o:before,
.uk-icon-paper-plane-o:before {
  content: "\f1d9";
}
.uk-icon-history:before {
  content: "\f1da";
}
.uk-icon-genderless:before,
.uk-icon-circle-thin:before {
  content: "\f1db";
}
.uk-icon-header:before {
  content: "\f1dc";
}
.uk-icon-paragraph:before {
  content: "\f1dd";
}
.uk-icon-sliders:before {
  content: "\f1de";
}
.uk-icon-share-alt:before {
  content: "\f1e0";
}
.uk-icon-share-alt-square:before {
  content: "\f1e1";
}
.uk-icon-bomb:before {
  content: "\f1e2";
}
.uk-icon-soccer-ball-o:before,
.uk-icon-futbol-o:before {
  content: "\f1e3";
}
.uk-icon-tty:before {
  content: "\f1e4";
}
.uk-icon-binoculars:before {
  content: "\f1e5";
}
.uk-icon-plug:before {
  content: "\f1e6";
}
.uk-icon-slideshare:before {
  content: "\f1e7";
}
.uk-icon-twitch:before {
  content: "\f1e8";
}
.uk-icon-yelp:before {
  content: "\f1e9";
}
.uk-icon-newspaper-o:before {
  content: "\f1ea";
}
.uk-icon-wifi:before {
  content: "\f1eb";
}
.uk-icon-calculator:before {
  content: "\f1ec";
}
.uk-icon-paypal:before {
  content: "\f1ed";
}
.uk-icon-google-wallet:before {
  content: "\f1ee";
}
.uk-icon-cc-visa:before {
  content: "\f1f0";
}
.uk-icon-cc-mastercard:before {
  content: "\f1f1";
}
.uk-icon-cc-discover:before {
  content: "\f1f2";
}
.uk-icon-cc-amex:before {
  content: "\f1f3";
}
.uk-icon-cc-paypal:before {
  content: "\f1f4";
}
.uk-icon-cc-stripe:before {
  content: "\f1f5";
}
.uk-icon-bell-slash:before {
  content: "\f1f6";
}
.uk-icon-bell-slash-o:before {
  content: "\f1f7";
}
.uk-icon-trash:before {
  content: "\f1f8";
}
.uk-icon-copyright:before {
  content: "\f1f9";
}
.uk-icon-at:before {
  content: "\f1fa";
}
.uk-icon-eyedropper:before {
  content: "\f1fb";
}
.uk-icon-paint-brush:before {
  content: "\f1fc";
}
.uk-icon-birthday-cake:before {
  content: "\f1fd";
}
.uk-icon-area-chart:before {
  content: "\f1fe";
}
.uk-icon-pie-chart:before {
  content: "\f200";
}
.uk-icon-line-chart:before {
  content: "\f201";
}
.uk-icon-lastfm:before {
  content: "\f202";
}
.uk-icon-lastfm-square:before {
  content: "\f203";
}
.uk-icon-toggle-off:before {
  content: "\f204";
}
.uk-icon-toggle-on:before {
  content: "\f205";
}
.uk-icon-bicycle:before {
  content: "\f206";
}
.uk-icon-bus:before {
  content: "\f207";
}
.uk-icon-ioxhost:before {
  content: "\f208";
}
.uk-icon-angellist:before {
  content: "\f209";
}
.uk-icon-cc:before {
  content: "\f20a";
}
.uk-icon-shekel:before,
.uk-icon-sheqel:before,
.uk-icon-ils:before {
  content: "\f20b";
}
.uk-icon-meanpath:before {
  content: "\f20c";
}
.uk-icon-buysellads:before {
  content: "\f20d";
}
.uk-icon-connectdevelop:before {
  content: "\f20e";
}
.uk-icon-dashcube:before {
  content: "\f210";
}
.uk-icon-forumbee:before {
  content: "\f211";
}
.uk-icon-leanpub:before {
  content: "\f212";
}
.uk-icon-sellsy:before {
  content: "\f213";
}
.uk-icon-shirtsinbulk:before {
  content: "\f214";
}
.uk-icon-simplybuilt:before {
  content: "\f215";
}
.uk-icon-skyatlas:before {
  content: "\f216";
}
.uk-icon-cart-plus:before {
  content: "\f217";
}
.uk-icon-cart-arrow-down:before {
  content: "\f218";
}
.uk-icon-diamond:before {
  content: "\f219";
}
.uk-icon-ship:before {
  content: "\f21a";
}
.uk-icon-user-secret:before {
  content: "\f21b";
}
.uk-icon-motorcycle:before {
  content: "\f21c";
}
.uk-icon-street-view:before {
  content: "\f21d";
}
.uk-icon-heartbeat:before {
  content: "\f21e";
}
.uk-icon-venus:before {
  content: "\f221";
}
.uk-icon-mars:before {
  content: "\f222";
}
.uk-icon-mercury:before {
  content: "\f223";
}
.uk-icon-transgender:before {
  content: "\f224";
}
.uk-icon-transgender-alt:before {
  content: "\f225";
}
.uk-icon-venus-double:before {
  content: "\f226";
}
.uk-icon-mars-double:before {
  content: "\f227";
}
.uk-icon-venus-mars:before {
  content: "\f228";
}
.uk-icon-mars-stroke:before {
  content: "\f229";
}
.uk-icon-mars-stroke-v:before {
  content: "\f22a";
}
.uk-icon-mars-stroke-h:before {
  content: "\f22b";
}
.uk-icon-neuter:before {
  content: "\f22c";
}
.uk-icon-facebook-official:before {
  content: "\f230";
}
.uk-icon-pinterest-p:before {
  content: "\f231";
}
.uk-icon-whatsapp:before {
  content: "\f232";
}
.uk-icon-server:before {
  content: "\f233";
}
.uk-icon-user-plus:before {
  content: "\f234";
}
.uk-icon-user-times:before {
  content: "\f235";
}
.uk-icon-hotel:before,
.uk-icon-bed:before {
  content: "\f236";
}
.uk-icon-viacoin:before {
  content: "\f237";
}
.uk-icon-train:before {
  content: "\f238";
}
.uk-icon-subway:before {
  content: "\f239";
}
.uk-icon-medium-logo:before {
  content: "\f23a";
}
.uk-icon-500px:before {
  content: "\f26e";
}
.uk-icon-amazon:before {
  content: "\f270";
}
.uk-icon-balance-scale:before {
  content: "\f24e";
}
.uk-icon-battery-empty:before,
.uk-icon-battery-0:before {
  content: "\f244";
}
.uk-icon-battery-quarter:before,
.uk-icon-battery-1:before {
  content: "\f243";
}
.uk-icon-battery-half:before,
.uk-icon-battery-2:before {
  content: "\f242";
}
.uk-icon-battery-three-quarters:before,
.uk-icon-battery-3:before {
  content: "\f241";
}
.uk-icon-battery-full:before,
.uk-icon-battery-4:before {
  content: "\f240";
}
.uk-icon-black-tie:before {
  content: "\f27e";
}
.uk-icon-calendar-check-o:before {
  content: "\f274";
}
.uk-icon-calendar-minus-o:before {
  content: "\f272";
}
.uk-icon-calendar-plus-o:before {
  content: "\f271";
}
.uk-icon-calendar-times-o:before {
  content: "\f273";
}
.uk-icon-cc-diners-club:before {
  content: "\f24c";
}
.uk-icon-cc-jcb:before {
  content: "\f24b";
}
.uk-icon-chrome:before {
  content: "\f268";
}
.uk-icon-clone:before {
  content: "\f24d";
}
.uk-icon-commenting:before {
  content: "\f27a";
}
.uk-icon-commenting-o:before {
  content: "\f27b";
}
.uk-icon-contao:before {
  content: "\f26d";
}
.uk-icon-creative-commons:before {
  content: "\f25e";
}
.uk-icon-expeditedssl:before {
  content: "\f23e";
}
.uk-icon-firefox:before {
  content: "\f269";
}
.uk-icon-fonticons:before {
  content: "\f280";
}
.uk-icon-get-pocket:before {
  content: "\f265";
}
.uk-icon-gg:before {
  content: "\f260";
}
.uk-icon-gg-circle:before {
  content: "\f261";
}
.uk-icon-hand-lizard-o:before {
  content: "\f258";
}
.uk-icon-hand-stop-o:before,
.uk-icon-hand-paper-o:before {
  content: "\f256";
}
.uk-icon-hand-peace-o:before {
  content: "\f25b";
}
.uk-icon-hand-pointer-o:before {
  content: "\f25a";
}
.uk-icon-hand-grab-o:before,
.uk-icon-hand-rock-o:before {
  content: "\f255";
}
.uk-icon-hand-scissors-o:before {
  content: "\f257";
}
.uk-icon-hand-spock-o:before {
  content: "\f259";
}
.uk-icon-hourglass:before {
  content: "\f254";
}
.uk-icon-hourglass-o:before {
  content: "\f250";
}
.uk-icon-hourglass-1:before,
.uk-icon-hourglass-start:before {
  content: "\f251";
}
.uk-icon-hourglass-2:before,
.uk-icon-hourglass-half:before {
  content: "\f252";
}
.uk-icon-hourglass-3:before,
.uk-icon-hourglass-end:before {
  content: "\f253";
}
.uk-icon-houzz:before {
  content: "\f27c";
}
.uk-icon-i-cursor:before {
  content: "\f246";
}
.uk-icon-industry:before {
  content: "\f275";
}
.uk-icon-internet-explorer:before {
  content: "\f26b";
}
.uk-icon-map:before {
  content: "\f279";
}
.uk-icon-map-o:before {
  content: "\f278";
}
.uk-icon-map-pin:before {
  content: "\f276";
}
.uk-icon-map-signs:before {
  content: "\f277";
}
.uk-icon-mouse-pointer:before {
  content: "\f245";
}
.uk-icon-object-group:before {
  content: "\f247";
}
.uk-icon-object-ungroup:before {
  content: "\f248";
}
.uk-icon-odnoklassniki:before {
  content: "\f263";
}
.uk-icon-odnoklassniki-square:before {
  content: "\f264";
}
.uk-icon-opencart:before {
  content: "\f23d";
}
.uk-icon-opera:before {
  content: "\f26a";
}
.uk-icon-optin-monster:before {
  content: "\f23c";
}
.uk-icon-registered:before {
  content: "\f25d";
}
.uk-icon-safari:before {
  content: "\f267";
}
.uk-icon-sticky-note:before {
  content: "\f249";
}
.uk-icon-sticky-note-o:before {
  content: "\f24a";
}
.uk-icon-tv:before,
.uk-icon-television:before {
  content: "\f26c";
}
.uk-icon-trademark:before {
  content: "\f25c";
}
.uk-icon-tripadvisor:before {
  content: "\f262";
}
.uk-icon-vimeo:before {
  content: "\f27d";
}
.uk-icon-wikipedia-w:before {
  content: "\f266";
}
.uk-icon-yc:before,
.uk-icon-y-combinator:before {
  content: "\f23b";
}
.uk-icon-yc-square:before,
.uk-icon-y-combinator-square:before {
  content: "\f1d4";
}
.uk-icon-bluetooth:before {
  content: "\f293";
}
.uk-icon-bluetooth-b:before {
  content: "\f294";
}
.uk-icon-codiepie:before {
  content: "\f284";
}
.uk-icon-credit-card-alt:before {
  content: "\f283";
}
.uk-icon-edge:before {
  content: "\f282";
}
.uk-icon-fort-awesome:before {
  content: "\f286";
}
.uk-icon-hashtag:before {
  content: "\f292";
}
.uk-icon-mixcloud:before {
  content: "\f289";
}
.uk-icon-modx:before {
  content: "\f285";
}
.uk-icon-pause-circle:before {
  content: "\f28b";
}
.uk-icon-pause-circle-o:before {
  content: "\f28c";
}
.uk-icon-percent:before {
  content: "\f295";
}
.uk-icon-product-hunt:before {
  content: "\f288";
}
.uk-icon-reddit-alien:before {
  content: "\f281";
}
.uk-icon-scribd:before {
  content: "\f28a";
}
.uk-icon-shopping-bag:before {
  content: "\f290";
}
.uk-icon-shopping-basket:before {
  content: "\f291";
}
.uk-icon-stop-circle:before {
  content: "\f28d";
}
.uk-icon-stop-circle-o:before {
  content: "\f28e";
}
.uk-icon-usb:before {
  content: "\f287";
}
.uk-icon-american-sign-language-interpreting:before,
.uk-icon-asl-interpreting:before {
  content: "\f2a3";
}
.uk-icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.uk-icon-audio-description:before {
  content: "\f29e";
}
.uk-icon-blind:before {
  content: "\f29d";
}
.uk-icon-braille:before {
  content: "\f2a1";
}
.uk-icon-deaf:before,
.uk-icon-deafness:before {
  content: "\f2a4";
}
.uk-icon-envira:before {
  content: "\f299";
}
.uk-icon-font-awesome:before,
.uk-icon-fa:before {
  content: "\f2b4";
}
.uk-icon-first-order:before {
  content: "\f2b0";
}
.uk-icon-gitlab:before {
  content: "\f296";
}
.uk-icon-glide:before {
  content: "\f2a5";
}
.uk-icon-glide-g:before {
  content: "\f2a6";
}
.uk-icon-hard-of-hearing:before {
  content: "\f2a4";
}
.uk-icon-low-vision:before {
  content: "\f2a8";
}
.uk-icon-question-circle-o:before {
  content: "\f29c";
}
.uk-icon-sign-language:before,
.uk-icon-signing:before {
  content: "\f2a7";
}
.uk-icon-snapchat:before {
  content: "\f2ab";
}
.uk-icon-snapchat-ghost:before {
  content: "\f2ac";
}
.uk-icon-snapchat-square:before {
  content: "\f2ad";
}
.uk-icon-themeisle:before {
  content: "\f2b2";
}
.uk-icon-universal-access:before {
  content: "\f29a";
}
.uk-icon-viadeo:before {
  content: "\f2a9";
}
.uk-icon-viadeo-square:before {
  content: "\f2aa";
}
.uk-icon-volume-control-phone:before {
  content: "\f2a0";
}
.uk-icon-wheelchair-alt:before {
  content: "\f29b";
}
.uk-icon-wpbeginner:before {
  content: "\f297";
}
.uk-icon-wpforms:before {
  content: "\f298";
}
.uk-icon-yoast:before {
  content: "\f2b1";
}
.uk-icon-adress-book:before {
  content: "\f2b9";
}
.uk-icon-adress-book-o:before {
  content: "\f2ba";
}
.uk-icon-adress-card:before {
  content: "\f2bb";
}
.uk-icon-adress-card-o:before {
  content: "\f2bc";
}
.uk-icon-bandcamp:before {
  content: "\f2d5";
}
.uk-icon-bath:before {
  content: "\f2cd";
}
.uk-icon-bathub:before {
  content: "\f2cd";
}
.uk-icon-drivers-license:before {
  content: "\f2c2";
}
.uk-icon-drivers-license-o:before {
  content: "\f2c3";
}
.uk-icon-eercast:before {
  content: "\f2da";
}
.uk-icon-envelope-open:before {
  content: "\f2b6";
}
.uk-icon-envelope-open-o:before {
  content: "\f2b7";
}
.uk-icon-etsy:before {
  content: "\f2d7";
}
.uk-icon-free-code-camp:before {
  content: "\f2c5";
}
.uk-icon-grav:before {
  content: "\f2d6";
}
.uk-icon-handshake-o:before {
  content: "\f2b5";
}
.uk-icon-id-badge:before {
  content: "\f2c1";
}
.uk-icon-id-card:before {
  content: "\f2c2";
}
.uk-icon-id-card-o:before {
  content: "\f2c3";
}
.uk-icon-imdb:before {
  content: "\f2d8";
}
.uk-icon-linode:before {
  content: "\f2b8";
}
.uk-icon-meetup:before {
  content: "\f2e0";
}
.uk-icon-microchip:before {
  content: "\f2db";
}
.uk-icon-podcast:before {
  content: "\f2ce";
}
.uk-icon-quora:before {
  content: "\f2c4";
}
.uk-icon-ravelry:before {
  content: "\f2d9";
}
.uk-icon-s15:before {
  content: "\f2cd";
}
.uk-icon-shower:before {
  content: "\f2cc";
}
.uk-icon-snowflake-o:before {
  content: "\f2dc";
}
.uk-icon-superpowers:before {
  content: "\f2dd";
}
.uk-icon-telegram:before {
  content: "\f2c6";
}
.uk-icon-thermometer:before {
  content: "\f2c7";
}
.uk-icon-thermometer-0:before {
  content: "\f2cb";
}
.uk-icon-thermometer-1:before {
  content: "\f2ca";
}
.uk-icon-thermometer-2:before {
  content: "\f2c9";
}
.uk-icon-thermometer-3:before {
  content: "\f2c8";
}
.uk-icon-thermometer-4:before {
  content: "\f2c7";
}
.uk-icon-thermometer-empty:before {
  content: "\f2cb";
}
.uk-icon-thermometer-full:before {
  content: "\f2c7";
}
.uk-icon-thermometer-half:before {
  content: "\f2c9";
}
.uk-icon-thermometer-quarter:before {
  content: "\f2ca";
}
.uk-icon-thermometer-three-quarters:before {
  content: "\f2c8";
}
.uk-icon-times-rectangle:before {
  content: "\f2d3";
}
.uk-icon-times-rectangle-o:before {
  content: "\f2d4";
}
.uk-icon-user-circle:before {
  content: "\f2bd";
}
.uk-icon-user-circle-o:before {
  content: "\f2be";
}
.uk-icon-user-o:before {
  content: "\f2c0";
}
.uk-icon-vcard:before {
  content: "\f2bb";
}
.uk-icon-vcard-o:before {
  content: "\f2bc";
}
.uk-icon-widow-close:before {
  content: "\f2d3";
}
.uk-icon-widow-close-o:before {
  content: "\f2d4";
}
.uk-icon-window-maximize:before {
  content: "\f2d0";
}
.uk-icon-window-minimize:before {
  content: "\f2d1";
}
.uk-icon-window-restore:before {
  content: "\f2d2";
}
.uk-icon-wpexplorer:before {
  content: "\f2de";
}
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media screen {
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0;
  }
}
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}
.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}
.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes uk-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
[data-uk-sticky].uk-active {
  z-index: 980;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}
[data-uk-sticky][class*='uk-animation-'] {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
[data-uk-sticky].uk-animation-reverse {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.tm-site-branding,
.tm-site-branding a {
  font-size: 24px;
  line-height: 24px;
  color: #273f5b;
  font-weight: 200;
  text-decoration: none;
}
.tm-main {
  word-wrap: break-word;
}
.tm-article-image {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}
article > .tm-article-image:first-child,
article header > .tm-article-image:first-child {
  margin-top: 0;
}
@media (max-width: 480px) {
  article.uk-panel-box {
    padding: 20px 15px;
  }
}
.tm-comments {
  margin-top: 25px;
  margin-bottom: 25px;
}
.tm-comment-links a {
  font-size: 13px;
  margin-bottom: 0;
}
.form-allowed-tags code {
  white-space: normal;
  display: block;
}
@media (max-width: 480px) {
  .tm-comments.uk-panel-box {
    padding: 20px 15px;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.comment-respond {
  margin-top: 25px;
}
.comment-respond fieldset {
  margin-bottom: 25px;
}
.comment-form-cookies-consent input {
  margin-right: 15px;
}
.comment-reply-title > small a {
  margin-top: -3px;
}
.tm-widget .uk-list ul {
  padding-left: 0;
}
.widget_calendar table {
  table-layout: fixed;
  width: 100%;
}
.widget_calendar #next {
  text-align: right;
}
[class*="widget_recent"] ul li:not( :last-of-type ),
.widget_archives ul li:not( :last-of-type ),
.widget_categories ul li:not( :last-of-type ),
.widget_meta ul li:not( :last-of-type ) {
  margin-bottom: 5px;
}
.alignleft {
  display: block;
  margin-right: 15px;
  float: left;
}
.alignright {
  display: block;
  margin-left: 15px;
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption,
.wp-caption img {
  max-width: 100%;
  text-align: center;
}
.wp-caption-text {
  font-size: 11px;
  color: #6d7a8c;
  margin: 3px 0;
}
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(12,4,4,0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.screen-reader-shortcut {
  position: absolute;
  top: -1000em;
}
.screen-reader-shortcut:focus {
  left: 6px;
  top: 15px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #0073aa;
  z-index: 100000;
  line-height: normal;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  text-decoration: none;
  outline: none;
}
.beans-skip-links {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
  color: #21759b;
  display: block;
  left: -9999em;
  outline: none;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
  margin: 0;
}
.beans-skip-links li {
  height: 0;
  width: 0;
  list-style: none;
}
:focus {
  color: #333;
  outline: 1px #ccc solid;
}
.tm-header {
  border-bottom: 1px solid #ddd;
}
.tm-main {
  background-color: #FAFAFA;
}
.tm-footer {
  border-top: 1px solid #ddd;
}
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
.tm-main {
  background-color: #fff;
}
body:not(.elementor-page) .tm-main {
  background: #f9fbfe;
}
.layout-boxed .tm-site {
  max-width: 1240px;
  margin: 0 auto;
  overflow-x: hidden;
}
body.layout-boxed {
  background: #f2f2f2;
}
.offcanvas-bar-button {
  line-height: 60px;
}
.tm-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.tm-preloader >div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.tm-preloader >div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
.tm-preloader {
  background-color: #fff;
  color: #b56d3d;
}
.tm-preloader >div {
  background: #b56d3d;
}
.tm-preloader >div:after {
  background: #fff;
}
.tm-scroll-up {
  display: none;
  position: fixed;
  bottom: 45px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #b56d3d;
  background: #460b69;
  border-radius: 0px;
  z-index: 999;
}
.tm-scroll-up:hover,
.tm-scroll-up:active,
.tm-scroll-up:focus {
  background: #27063b;
}
.tm-scroll-up:hover span,
.tm-scroll-up:active span,
.tm-scroll-up:focus span {
  color: #fff !important;
}
a {
  text-decoration: none;
  color: #273f5b;
  transition: all 0.15s linear;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
p {
  font-size: 15px;
}
@media (max-width: 600px) {
  p {
    font-size: 14px;
  }
}
select {
  width: 100%;
  border: 1px solid #4b5d73;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
textarea {
  height: auto;
  min-height: 50px;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #4b5d73;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #4b5d73;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #4b5d73;
}
input,
textarea {
  -moz-box-shadow: none;
  box-shadow: none;
}
input:-moz-submit-invalid,
textarea:-moz-submit-invalid {
  box-shadow: none;
}
input.wpcf7-form-control,
textarea.wpcf7-form-control {
  color: #fff;
  border-radius: 0px;
}
.custom-contact-form {
  background: #fff;
  padding: 30px;
}
.custom-contact-form input.wpcf7-form-control,
.custom-contact-form textarea.wpcf7-form-control {
  position: relative;
  background: rgba(0,0,0,0.05) !important;
  border: none !important;
  border-radius: 0;
  padding: 10px 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-contact-form input.wpcf7-form-control:hover,
.custom-contact-form input.wpcf7-form-control:focus,
.custom-contact-form input.wpcf7-form-control:active,
.custom-contact-form textarea.wpcf7-form-control:hover,
.custom-contact-form textarea.wpcf7-form-control:focus,
.custom-contact-form textarea.wpcf7-form-control:active {
  box-shadow: none !important;
}
.custom-contact-form input.wpcf7-form-control.wpcf7-submit.btn.btn--green.btn--with-shadow {
  background: #b56d3d !important;
}
.custom-contact-form input.wpcf7-form-control.wpcf7-submit.btn.btn--green.btn--with-shadow:hover,
.custom-contact-form input.wpcf7-form-control.wpcf7-submit.btn.btn--green.btn--with-shadow:focus,
.custom-contact-form input.wpcf7-form-control.wpcf7-submit.btn.btn--green.btn--with-shadow:active {
  background: #8f5630 !important;
}
.tm-site-branding,
.tm-site-branding a {
  line-height: 60px;
}
.first-letter--dark-round span:first-of-type {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #2f2c2c;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.first-letter--squared span:first-of-type {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  float: left;
  margin-right: 20px;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background-color: #b56d3d;
}
.first-letter--dark span:first-of-type {
  margin-right: 20px;
  font-size: 48px;
  line-height: 48px;
  color: #273f5b;
  float: left;
}
.first-letter--primary span:first-of-type {
  color: #b56d3d;
  margin-right: 20px;
  font-size: 48px;
  line-height: 48px;
  float: left;
}
::-webkit-input-placeholder {
  color: #839dbc;
}
::-moz-placeholder {
  color: #839dbc;
}
:-moz-placeholder {
  color: #839dbc;
}
:-ms-input-placeholder {
  color: #839dbc;
}
@media (max-width: 768px) {
  .form-inline .btn {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 20px;
  }
  .form-inline input {
    padding-right: 40px;
  }
}
.btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 14px 50px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0px;
  position: relative;
  transition: all .3s ease;
  text-align: center;
  line-height: 1;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
}
.n2-ow.n2-ow-all.n2-ss-desktop.n2-ss-mobile.n2-ss-tablet a.btn {
  transition: all .3s ease !important;
}
.btn+.btn {
  margin-left: 30px;
}
.btn--with-icon {
  text-transform: none;
  text-align: left;
  color: #fff;
}
.btn--with-icon>* {
  display: inline-block;
  vertical-align: middle;
}
.btn--with-icon i {
  margin-right: 14px;
  font-size: 26px;
  height: 26px;
}
.btn--with-icon .text {
  overflow: hidden;
}
.btn--with-icon span {
  display: block;
}
.btn--with-icon .sup-title {
  font-size: 10px;
  opacity: .7;
}
.btn--with-icon .title {
  font-size: 16px;
}
.btn-small {
  padding: 14px 28px;
  font-size: 12px;
}
.btn-x-small {
  padding: 8px 20px;
  font-size: 12px;
}
.btn-x-small i {
  height: 20px;
  width: 20px;
}
.btn--large {
  padding: 23px 50px;
}
.btn-more {
  margin: 40px auto;
  text-align: center;
}
.btn-border {
  border: 2px solid;
  background-color: transparent;
}
.btn-border.btn {
  padding: 16px 50px;
}
.btn-border.btn-small {
  padding: 12px 26px;
}
.btn-border.btn--large {
  padding: 21px 50px;
}
.btn-border.btn--with-shadow:after {
  box-shadow: 5px 0 15px 0 rgba(181,109,61,0.3);
}
.btn--icon-right i {
  float: right;
  margin-right: 0;
  margin-left: 4px;
  font-size: 16px;
  height: 16px;
  margin-top: -4px;
}
.btn--icon-right .text {
  overflow: hidden;
  margin-top: 8px;
}
.btn--round {
  border-radius: 100%;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  color: #fff;
  position: relative;
}
.btn--round i {
  height: 13px;
  width: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
div:hover>.btn-reverse-bg-green {
  background-color: #61b131;
  color: #fff;
}
div:hover>.btn-reverse-bg-green i {
  color: #fff;
}
.c-white {
  color: #fff;
}
.c-black {
  color: #121921;
}
.c-primary {
  color: #b56d3d;
}
.c-primary:hover,
.c-primary:focus,
.c-primary:active {
  color: #b56d3d;
}
.c-secondary {
  color: #273f5b;
}
.c-gray {
  color: #738CAA;
}
.c-green {
  color: #01a23c;
}
.c-orange {
  color: #EF6517;
}
.c-orange-light {
  color: #F89101;
}
.c-red {
  color: #ff3133;
}
.c-yellow {
  color: #FECF39;
}
.c-lime {
  color: #9FC31A;
}
.c-breez {
  color: #00ffff;
}
.c-lime-light {
  color: #00ff00;
}
.c-peach {
  color: #f4b3a9;
}
.c-semitransparent-white {
  color: rgba(255,255,255,0.5);
}
.bg-blue {
  background-color: #0082d7;
}
.bg-rose {
  background-color: #e81d51;
}
.bg-violet {
  background-color: #bb26f0;
}
.bg-black {
  background-color: #121921;
}
.bg-yellow {
  background-color: #FECF39;
}
.bg-blue-light {
  background-color: #98d5ff;
}
.bg-blue-lighteen {
  background-color: #ecf5fe;
}
.bg-orange {
  background-color: #EF6517;
}
.bg-orange-light {
  background-color: #F89101;
}
.bg-red {
  background-color: #ff3133;
}
.bg-green {
  background-color: #01a23c;
}
.bg-pamaranch {
  background-color: #f18d01;
}
.btn--with-shadow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
  position: absolute;
  transition: all .3s ease;
  opacity: 0;
}
.btn--with-shadow:hover:after {
  opacity: 1;
}
.btn--transparent {
  background-color: transparent;
  color: #6d7a8c;
  fill: #6d7a8c;
}
.btn--primary {
  background: #b56d3d;
}
.btn--primary.btn--with-shadow:after {
  box-shadow: 10px 0 30px 0 rgba(181,109,61,0.5);
}
.btn--secondary {
  background-color: #273f5b;
}
.btn--secondary.btn--with-shadow:after {
  box-shadow: 10px 0 30px 0 rgba(39,63,91,0.5);
}
.btn--green {
  background-color: #01a23c;
}
.btn--green.btn--with-shadow:after {
  box-shadow: 10px 0 30px 0 rgba(1,162,60,0.5);
}
.btn--green-light {
  background-color: #61b131;
}
.btn--green-light.btn--with-shadow:after {
  box-shadow: 10px 0 30px 0 rgba(97,177,49,0.5);
}
.btn--black {
  background-color: #121921;
}
.btn--black.btn--with-shadow:after {
  box-shadow: 10px 0 30px 0 rgba(18,25,33,0.5);
}
.btn--orange {
  background-color: #EF6517;
}
.btn--orange.btn--with-shadow:after {
  box-shadow: 10px 0 30px 0 rgba(239,101,23,0.5);
}
.btn--orange-light {
  background-color: #F89101;
}
.btn--orange-light.btn--with-shadow:after {
  box-shadow: 10px 0 30px 0 rgba(248,145,1,0.5);
}
.btn--red {
  background-color: #ff3133;
}
.btn--red.btn--with-shadow:after {
  box-shadow: 10px 0 30px 0 rgba(255,49,51,0.5);
}
.btn--grey {
  background-color: #738CAA;
}
.btn--grey.btn--with-shadow:after {
  box-shadow: 10px 0 30px 0 rgba(115,140,170,0.5);
}
.btn--grey-light {
  background-color: #ecf4fc;
  color: #6d7a8c;
}
.btn--grey-light i {
  fill: #6d7a8c;
}
.btn--grey-light.btn--with-shadow:after {
  box-shadow: 10px 0 30px 0 rgba(236,244,252,0.5);
}
.btn--yellow {
  background-color: #FECF39;
}
.btn--yellow.btn--with-shadow:after {
  box-shadow: 10px 0 30px 0 rgba(254,207,57,0.5);
}
.btn--lime {
  background-color: #9FC31A;
}
.btn--lime.btn--with-shadow:after {
  box-shadow: 10px 0 30px 0 rgba(159,195,26,0.5);
}
.btn-market {
  background-color: #121921;
  text-transform: none;
  text-align: left;
  color: #fff;
  padding: 13px 26px;
}
.btn-market i {
  margin-right: 5px;
  height: 26px;
  width: 26px;
}
.btn-market>* {
  display: inline-block;
  vertical-align: middle;
}
.btn-market .text {
  overflow: hidden;
}
.btn-market span {
  display: block;
}
.btn-market .sup-title {
  font-size: 10px;
  opacity: .7;
}
.btn-market .title {
  font-size: 16px;
}
.btn-market:after {
  box-shadow: 10px 0 15px 0 rgba(18,25,33,0.3);
}
@media (max-width: 1024px) {
  .btn+.btn {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .btn {
    padding: 15px 35px;
    font-size: 13px;
  }
  .btn--round {
    padding: 0;
  }
  .btn-small {
    padding: 14px 25px;
  }
}
@media (max-width: 460px) {
  .btn {
    font-size: 10px;
  }
}
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  padding: 11px 20px;
  border-bottom: 1px solid #e9ecf1;
  transition: all .3s ease;
  font-size: 16px;
  color: #273f5b;
  background-color: #fff;
  width: 100%;
  outline: none;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  -webkit-box-shadow: 5px 0 40px 0 rgba(0,88,171,0.25);
  box-shadow: 5px 0 40px 0 rgba(0,88,171,0.25);
  color: #b56d3d;
}
.tm-toolbar {
  padding: 10px 0;
  background: #460b69;
  color: #ffffff;
  font-size: 14px;
}
.tm-toolbar a {
  color: #f7f8f9;
}
.tm-toolbar a:hover,
.tm-toolbar a:focus,
.tm-toolbar a:active {
  color: #ffffff;
}
@media (max-width: 767px) {
  .tm-toolbar .uk-float-right {
    float: left;
  }
}
.header-lines-decoration {
  width: 100%;
  position: absolute;
  top: 0;
  height: 6px;
}
.header-lines-decoration span {
  height: 100%;
  width: 14%;
  float: left;
}
.header-lines-decoration span:first-child,
.header-lines-decoration span:last-child {
  width: 15%;
}
.bg-secondary-color {
  background-color: #273f5b;
}
.tm-header {
  background: #ffffff;
  color: #839dbc;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  -o-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  position: relative;
  border-bottom: none;
}
.tm-header .uk-icon-caret-down {
  display: none;
}
.tm-header-style-1 .uk-form-icon > [class*='uk-icon-'],
.tm-header-style-2 .uk-form-icon > [class*='uk-icon-'] {
  z-index: 9;
}
.tm-header-style-1.tm-header-transparent .tm-site-branding a {
  height: 60px;
  line-height: 60px;
}
.tm-header-style-1.tm-header-transparent .uk-form-icon>[class*='uk-icon-'] {
  color: #fff;
}
.tm-header-style-1.uk-active .uk-form-icon>[class*='uk-icon-'] {
  color: #273f5b;
}
.tm-custom-navbar {
  background: #fff;
  color: #839dbc;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: rgba(0,0,0,0.05) 0px 10px 15px 0px;
  box-shadow: rgba(0,0,0,0.05) 0px 10px 15px 0px;
  position: relative;
}
.tm-custom-navbar .uk-icon-caret-down {
  display: none;
}
.tm-custom-navbar .uk-dropdown-navbar {
  margin-top: 0;
}
.tm-header-style-2.tm-header-transparent {
  position: relative;
  background: #fff;
}
.tm-header-style-2.tm-header-transparent .tm-site-branding a {
  height: 60px;
  line-height: 60px;
}
.tm-headerbar:before,
.tm-headerbar:after {
  display: none;
}
.tm-headerbar .tm-site-branding {
  margin-right: 30px;
}
.tm-headerbar .tm-search {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: normal;
  width: 30px !important;
  height: 36px;
  padding: 0 0 0 30px;
  border: none !important;
  background: rgba(0,0,0,0) !important;
  color: rgba(180,175,163,0.5);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  position: relative;
  z-index: 1;
  padding: 0;
  cursor: pointer;
  box-shadow: none !important;
}
.tm-headerbar .tm-search:focus,
.tm-headerbar .tm-search:active {
  width: 200px !important;
  background: #e9e9e9 !important;
}
.tm-headerbar .tm-search .uk-form-icon > [class*='uk-icon-'] {
  z-index: 99;
}
.tm-search-custom {
  position: absolute;
  right: 50px;
  line-height: 60px;
}
.tm-search-custom .tm-search {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: normal;
  width: 30px !important;
  height: 36px;
  padding: 0 0 0 30px;
  border: none !important;
  background: rgba(0,0,0,0) !important;
  color: rgba(180,175,163,0.5);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  position: relative;
  z-index: 1;
  padding: 0;
  cursor: pointer;
  box-shadow: none !important;
}
.tm-search-custom .tm-search:focus,
.tm-search-custom .tm-search:active {
  width: 220px !important;
  background: #e9e9e9 !important;
}
.uk-navbar-nav>li {
  display: inline-block !important;
}
@media (min-width: 769px) {
  .tm-header-transparent {
    position: absolute;
    z-index: 980;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    border-bottom: none;
  }
  .tm-header-transparent.uk-active {
    border-bottom: 1px solid rgba(34,32,30,0.1);
    box-shadow: 2px 4px 16px rgba(34,32,30,0.12);
    background: #fff;
  }
  .tm-header-transparent .uk-icon-caret-down {
    display: none;
  }
  .tm-header-transparent .offcanvas-bar-button {
    color: #fff;
  }
  .tm-header-transparent .uk-navbar-nav>li>a {
    color: #fff;
  }
  .tm-header-transparent.uk-active .uk-navbar-nav>li>a {
    color: #6d7a8c;
  }
  .tm-header-transparent.uk-active .uk-navbar-nav>li>a:hover,
  .tm-header-transparent.uk-active .uk-navbar-nav>li>a:focus,
  .tm-header-transparent.uk-active .uk-navbar-nav>li>a:active {
    color: #b56d3d;
  }
  .tm-header-transparent.uk-active .tm-site-branding {
    position: relative;
    bottom: 0;
    padding: 0;
    box-shadow: none;
    background: inherit;
  }
  .tm-header-transparent.uk-active .tm-site-branding a {
    height: 60px;
    line-height: 60px;
  }
  .tm-header-transparent.uk-active .offcanvas-bar-button {
    color: #273f5b;
  }
}
.tm-header-style-2 {
  border-bottom: 0;
}
.tm-header-style-3.tm-header-transparent .tm-site-branding a {
  height: 60px;
  line-height: 60px;
}
@media (max-width: 940px) {
  .tm-header-style-4 .tm-logo-style {
    display: inline-block;
  }
  .tm-header-style-4 .tm-logo-style ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tm-header-style-4 .tm-primary-menu {
    display: inline-block;
    float: right;
  }
}
.tm-header-style-4.tm-header-transparent .tm-site-branding a {
  height: 60px;
  line-height: 60px;
}
.tm-header-style-4 .tm-logo-style ul {
  margin: 0;
}
.tm-header-style-default .uk-navbar-nav>li {
  margin-top: 13px;
}
.tm-header-style-default .uk-navbar-nav > li > a {
  height: 35px;
  line-height: 35px;
}
.tm-header-style-default .uk-navbar-nav > li:hover > a,
.tm-header-style-default .uk-navbar-nav > li > a:focus,
.tm-header-style-default .uk-navbar-nav > li.uk-open > a {
  background-color: #b56d3d;
  color: #ffffff;
}
.tm-header-style-default .uk-navbar-nav > li > a:active {
  background-color: rgba(0,0,0,0);
  color: #ffffff;
}
.tm-header-style-default .uk-navbar-nav > li.uk-active > a {
  background-color: #b56d3d;
  color: #fff;
}
.error404 .tm-main {
  background: transparent;
  margin: 0 auto;
  padding-bottom: 60px;
}
.error404 .tm-main .uk-article-title {
  font-size: 300px;
  margin: 0 0 0 -50px;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  color: #b56d3d;
}
.error404 .tm-main .page404-content.title {
  font-size: 42px;
}
.error404 .tm-main .uk-form-icon-flip > [class*='uk-icon-'] {
  right: 20px;
}
.uk-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
  overflow: hidden;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 50px 0 rgba(137,168,199,0.25);
  display: inline-block;
}
.woocommerce .woocommerce-breadcrumb {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.tm-bottom {
  background-color: #460b69;
  color: #ffffff;
}
.tm-bottom a:not(.btn),
.tm-bottom .uk-nav-side>li>a {
  color: #ffffff;
}
.tm-bottom .uk-panel-title {
  position: relative;
  padding-bottom: 10px;
}
.tm-bottom .uk-panel-title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 70px;
  left: 0;
  bottom: 0;
  border-bottom: 1px dashed rgba(255,255,255,0.15);
}
.tm-footer {
  background-color: #b97548;
  border-top: none;
  color: #ffffff;
  padding: 25px 0;
  position: relative;
}
.tm-footer a {
  color: #ffffff;
}
.tm-footer ol,
.tm-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tm-footer li {
  display: inline-block;
  margin-right: .6rem;
}
.tm-footer li a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: #0065b3;
  transition: all .2s ease;
}
.tm-footer li a:focus,
.tm-footer li a:hover {
  background: #0065b3;
  color: #fff;
}
.tm-footer li.facebook a {
  color: #3b5998;
  background: #ecf0f8;
}
.tm-footer li.facebook:hover a {
  color: #ecf0f8;
  background: #3b5998;
}
.tm-footer li.twitter a {
  color: #1eb0dd;
  background: #ecf5f8;
}
.tm-footer li.twitter:hover a {
  color: #ecf5f8;
  background: #1eb0dd;
}
.tm-footer li.linkedin a {
  color: #007bb6;
  background: #ecf4f8;
}
.tm-footer li.linkedin:hover a {
  color: #ecf4f8;
  background: #007bb6;
}
.tm-footer li.google-plus a {
  color: #dd4b39;
  background: #f8eeec;
}
.tm-footer li.google-plus:hover a {
  color: #f8eeec;
  background: #dd4b39;
}
.tm-footer li.youtube a {
  color: #b00;
  background: #f8ecec;
}
.tm-footer li.youtube:hover a {
  color: #f8ecec;
  background: #b00;
}
.tm-footer li.instagram a {
  color: #bc2a8d;
  background: #f8ecf4;
}
.tm-footer li.instagram:hover a {
  color: #f8ecf4;
  background: #bc2a8d;
}
.tm-footer p.footer-copyright {
  line-height: 40px;
  margin: 0;
}
.tm-secondary .tm-widget,
.tm-tertiary .tm-widget {
  padding: 20px 40px 40px;
  -webkit-box-shadow: 10px 0 50px rgba(18,25,33,0.1);
  box-shadow: 10px 0 50px rgba(18,25,33,0.1);
  margin-bottom: 40px;
  background: #fff;
}
.tm-secondary .tm-widget h3.uk-panel-title,
.tm-tertiary .tm-widget h3.uk-panel-title {
  margin: .5em 0;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  color: #2f2c2c;
  letter-spacing: .02em;
  margin-bottom: 20px;
}
.tm-secondary .tm-widget .uk-form-icon-flip>[class*='uk-icon-'],
.tm-tertiary .tm-widget .uk-form-icon-flip>[class*='uk-icon-'] {
  right: 10px;
}
.search-results .uk-form-icon-flip>[class*='uk-icon-'] {
  right: 10px;
}
.uk-article-title {
  margin: .5em 0;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  color: #2f2c2c;
  letter-spacing: .02em;
  margin-bottom: 20px;
}
.uk-article-title a:hover,
.uk-article-title a:focus,
.uk-article-title a:active {
  color: #b56d3d;
}
.uk-article {
  box-shadow: 10px 0 50px rgba(18,25,33,0.1);
  background: #fff;
  transition: all .3s ease;
  position: relative;
}
.uk-article .tm-content-body {
  padding: 0px 60px 40px;
  position: relative;
}
.uk-article .tm-content-info {
  padding: 10px 60px 20px 60px;
}
.blog-varied-grid .uk-article .tm-content-info,
.blog-varied-grid .uk-article .tm-content-body,
.blog-filter-grid .uk-article .tm-content-info,
.blog-filter-grid .uk-article .tm-content-body,
.blog-responsive-grid .uk-article .tm-content-info,
.blog-responsive-grid .uk-article .tm-content-body,
.blog-dynamic-grid .uk-article .tm-content-info,
.blog-dynamic-grid .uk-article .tm-content-body {
  padding: 0 30px;
}
.tm-comments {
  overflow: hidden;
  float: none;
  box-shadow: 10px 0 50px rgba(18,25,33,0.1);
  padding: 60px 60px 0 60px;
}
.tm-bottom .uk-panel-title {
  margin: .5em 0;
  font-size: 22px;
  line-height: 1.3em;
  color: #fff;
  letter-spacing: .02em;
}
.tm-bottom span.info {
  display: block;
}
.tm-bottom .btn {
  margin: 30px 0;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #f0f0f0;
  color: #0f0f0f;
  border-top: none;
  margin-bottom: 50px !important;
  border-radius: 0px;
  box-shadow: none;
  padding: 15px 15px 15px 90px !important;
  line-height: 38px;
  text-shadow: none;
  position: relative;
  overflow: hidden;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 62px;
  position: absolute;
  top: 0;
  left: 0;
  background: #b56d3d;
  color: #fff;
}
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
  content: "\f05d";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: absolute;
  top: 24px;
  left: 23px;
  color: #fff;
}
.woocommerce-error:after {
  content: "\e87c";
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-message .button {
  font-weight: bold;
  padding: 12px 30px 11px;
  border-radius: 0px;
  transition: all .3s;
  border: none;
  outline: none;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #738CAA;
  color: #ffffff;
  backface-visibility: hidden;
  position: relative;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #b56d3d;
  color: #fff;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-page #review_form #respond .form-submit input:hover,
.woocommerce-message .button:hover {
  background: #b56d3d;
  color: #fff;
  box-shadow: 0 0 25px -3px #b56d3d;
  transform: translateY(-2px);
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 12px 30px;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #aaa;
  color: #fff;
}
.woocommerce div.product .product_title {
  font-size: 28px;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 40px;
}
.woocommerce div.product div.summary .price {
  font-size: 24px;
  font-weight: normal;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 5px;
}
.woocommerce div.product form.cart .variations {
  margin-top: 15px;
}
.woocommerce .reset_variations {
  display: none;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #b56d3d;
}
.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty {
  float: left;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity input[type=number],
.woocommerce-page .quantity input[type="number"],
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus {
  width: 42px;
  height: auto;
  padding: 15px 15px;
  border-radius: 26px;
  outline: none;
  font-size: 18px;
  line-height: 12px;
  font-weight: 100;
  font-style: normal;
  background: #eaeaea;
  color: inherit;
  position: relative;
  float: left;
  border: 0;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
  text-shadow: none !important;
}
.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce-page .quantity .minus:hover {
  background: #666;
  color: #fff;
}
.single-product #content div.product form.cart .variations td.label,
.single-product div.product form.cart .variations td.label,
.single-product #content div.product form.cart .variations td.label,
.single-product div.product form.cart .variations td.label {
  display: block;
  color: #666666;
  line-height: 3.8em;
  text-align: left;
  border-bottom: 0;
}
.variations_form .choose-item {
  margin-bottom: -5px;
  text-transform: uppercase;
  font-size: 10px;
}
.variations .value {
  padding-right: 0 !important;
  border-bottom: 0;
}
.single_variation {
  margin-bottom: 20px;
}
.woocommerce div.product form.cart:not(.variations_form) {
  margin-top: 25px;
}
.woocommerce div.product form.cart .button {
  padding-right: 60px;
  border: none;
}
.woocommerce div.product form.cart .button:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 42px;
  line-height: 22px;
  border-radius: 0 26px 26px 0;
  background: rgba(15,15,15,0.05);
  z-index: 1;
}
.woocommerce div.product form.cart .button:after {
  content: "\f217";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  color: #fff;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 42px;
  padding: 0 4px;
  z-index: 2;
  transition: all .2s;
}
.entry-summary .product_meta {
  font-size: 10px;
  text-transform: uppercase;
}
.product_meta .tagged_as,
.product_meta .posted_in,
.product_meta .sku_wrapper {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #666666;
}
.product_meta .tagged_as a,
.product_meta .posted_in a,
.product_meta .sku_wrapper a {
  color: #666666;
}
table.variations:not(.shop_table)>tbody>tr:hover>td {
  background-color: transparent !important;
}
table.variations:not(.shop_table)>tbody>tr:hover>td,
table.variations:not(.shop_table)>tbody>tr:hover>th {
  background-color: transparent !important;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
  font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  background: #e2e2e2;
  overflow: hidden;
  line-height: 0;
  border-radius: 0px;
  backface-visibility: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #e2e2e2;
  box-shadow: none;
  border: none;
  border-radius: 0;
  position: relative;
  padding: 0 30px 0 30px;
  margin: 0 -4px 0 0;
  vertical-align: top;
  line-height: 2;
  -ms-transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  content: ' ';
  display: block !important;
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  z-index: 5;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: -20px;
  padding-left: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 12px 0 11px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  color: #777;
  -ms-transform: skew(15deg);
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover {
  color: #222;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #fff;
  background: #b56d3d;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border: none;
  padding: 15px !important;
  background: #f2f7fd;
  border-radius: 0;
}
@media (max-width: 720px) {
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.woocommerce div.product .woocommerce-tabs .panel>h2 {
  display: none;
}
.woocommerce .woocommerce-tabs table.shop_attributes {
  border-top: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
.woocommerce #reviews h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 400;
}
.product .entry-content .comment-form {
  margin-left: 0;
}
#review_form #commentform input[type='text'],
#review_form #commentform input[type='email'] {
  width: 100%;
}
#review_form #commentform label {
  font-weight: normal;
}
.woocommerce #reviews #comments h2,
.woocommerce #reviews #reply-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding-top: 0;
  margin-bottom: 20px !important;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 30px;
}
.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  border: 0;
  padding: 0;
  border-radius: 10px;
}
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 0 60px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  line-height: 1.2;
  margin-bottom: 8px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-size: 14px;
  font-weight: normal;
  color: #222;
}
.woocommerce .comment-form-rating p.stars a {
  height: 2em;
  width: 2em;
}
.woocommerce .comment-form-rating p.stars a::before {
  height: 2em;
  width: 2em;
  font-size: 2em;
}
.woocommerce div.product .products>h2 {
  position: relative;
  margin-bottom: 70px;
  font-size: 24px;
  font-weight: 400;
}
.woocommerce div.product .products>h2:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0px;
  height: 2px;
  width: 80px;
  max-width: 90%;
  background-color: #b56d3d;
}
.related.products .star-rating,
.upsells.products .star-rating {
  display: none;
}
@media (max-width: 767px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    text-align: center;
  }
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin-bottom: 40px;
}
.woocommerce .woocommerce-result-count {
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  color: inherit;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background-color: #fff;
  box-shadow: 0 0 12px -1px rgba(15,15,15,0.1);
  border-radius: 0px;
  transition: all .2s;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  box-shadow: 0 0 30px 0px rgba(15,15,15,0.15);
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 48%;
  }
  .woocommerce ul.products li.product:nth-child(2n),
  .woocommerce-page ul.products li.product:nth-child(2n),
  .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
  .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
    float: right;
    clear: none !important;
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
    margin-right: 0;
  }
}
.woocommerce ul.products li.product a:hover img {
  opacity: .8;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 18px;
  transition: .2s;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  margin-bottom: 30px;
}
.woocommerce ul.products li.product h3:hover {
  color: #b56d3d;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 11px;
  margin: 0 auto 4px;
}
.woocommerce .star-rating span:before {
  color: #aaa;
}
.woocommerce ul.products li.product .price {
  color: #b56d3d;
  font-size: 16px;
  margin-bottom: 5px;
}
.woocommerce ul.products li.product .button {
  padding-right: 60px;
  line-height: 20px;
  display: block;
  text-align: center;
  border-radius: 0px;
  background: transparent;
  border-top: solid 1px rgba(0,0,0,0.075);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #454758;
}
.woocommerce ul.products li.product .button:hover {
  background-color: #b56d3d;
  transform: none;
  color: #fff;
}
.woocommerce ul.products li.product .button:after {
  content: "\f07a";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  color: #444;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 43px;
  padding: 0 4px;
  z-index: 2;
  transition: all .2s;
}
.woocommerce ul.products li.product .button:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 44px;
  line-height: 22px;
  background-color: transparent;
  z-index: 1;
  border-left: solid 1px rgba(0,0,0,0.075);
}
.woocommerce ul.products li.product .button.added {
  border-radius: 0;
}
.woocommerce ul.products li.product .button.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0;
  padding: 0 2px;
}
.woocommerce ul.products li.product .button.loading:after {
  content: "\e862";
  top: 0;
  right: 10px;
  text-align: center;
}
.woocommerce ul.products li.product .button:hover:after {
  color: #fff;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: .8;
}
.woocommerce a.added_to_cart {
  display: block;
  text-align: center;
  background-color: transparent;
  border-top: solid 1px rgba(0,0,0,0.075);
  color: #888;
  transition: all .2s;
  margin: 0 -20px 0;
  padding: 5px;
}
.woocommerce a.added_to_cart:before {
  content: "\e82e";
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-right: 8px;
}
.woocommerce ul.products li.product .price del {
  display: inline;
}
.woocommerce span.onsale {
  background: #b56d3d;
  z-index: 2;
  min-height: 54px;
  min-width: 54px;
  line-height: 54px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(225,225,225,0.6);
}
.woocommerce ul.products li.product .onsale {
  background: #b56d3d;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  line-height: 53px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  width: 100px;
  height: 42px;
  z-index: 2;
  left: auto;
  top: -6px;
  right: -12px;
  min-height: inherit;
  min-width: inherit;
}
td.woocommerce-grouped-product-list-item__quantity {
  width: inherit !important;
}
.woocommerce ul.products li.product.product-category img {
  margin-bottom: 30px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.woocommerce ul.products li.product.product-category img:hover {
  opacity: .75;
}
.woocommerce ul.products li.product.product-category h3 {
  padding: 12px 20px;
  text-align: center;
  color: #888;
  transition: .2s;
}
.woocommerce ul.products li.product.product-category h3:hover {
  color: #fff;
  background-color: #b56d3d;
}
.woocommerce ul.products li.product.product-category mark {
  background: transparent;
  color: inherit;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  position: relative;
  background-color: #eaf4fe;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #6987ab;
  font-size: 14px;
  font-weight: 700;
  margin: 0px 12px 0px 0px;
  border-radius: 100%;
  transition: all 0.3s ease 0s;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #b56d3d;
  color: #fff;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  display: none;
}
.woocommerce-page form.checkout_coupon {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.chosen-container-single .chosen-single {
  border-radius: 0;
  background: -webkit-linear-gradient(top,transparent 20%,transparent 50%,transparent 52%,transparent 100%);
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
  height: 34px;
  border: 0;
  box-shadow: none;
  background-image: linear-gradient(transparent 20%,transparent 80%);
}
.woocommerce-checkout .form-row .chosen-container .chosen-drop {
  border: 0;
  background-color: #eaeaea;
}
.chosen-container-single .chosen-single span {
  margin-top: 2px;
  text-transform: uppercase;
}
.chosen-container .chosen-results li.active-result {
  text-transform: uppercase;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
  background-image: none !important;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b:before {
  content: '\f107';
  position: absolute;
  top: 11px;
  color: #000;
  font-size: 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.chosen-container-single .chosen-drop {
  border-radius: 0;
}
.woocommerce-checkout .form-row .chosen-container {
  border: 0;
  background-color: #eaeaea;
}
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
  border: 0;
}
.woocommerce table.shop_table {
  border: 0;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.woocommerce table.shop_table tfoot,
.woocommerce .product-total,
.woocommerce table.shop_table tfoot th {
  text-align: right;
}
.woocommerce table.shop_table td a {
  float: left;
  margin-right: 10px;
}
.woocommerce .cart_item .product-name {
  padding: 20px 0;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-bottom: 1px dashed #eaeaea;
  position: relative;
  padding-right: 0;
}
.woocommerce #order_review table.shop_table td {
  border-bottom: none;
}
.woocommerce #order_review table.shop_table .cart_item:last-child td {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.input-radio {
  background: none;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  -o-appearance: checkbox;
}
.woocommerce table.shop_table tfoot tr td,
.woocommerce table.shop_table tfoot tr td span,
.woocommerce table.shop_table tfoot tr th {
  font-weight: normal;
}
.woocommerce table.shop_table tfoot .cart-subtotal td,
.woocommerce table.shop_table tfoot .cart-subtotal th {
  padding-top: 25px;
}
.woocommerce-billing-fields p.form-row {
  width: 100%;
  padding-bottom: 14px;
}
.product-name h5 {
  margin-top: 6px;
}
.product-total h4,
.product-name h4 {
  margin-bottom: 7px;
  margin-top: 16px;
}
.payment_methods.methods label {
  color: #343434;
  margin-bottom: 0;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  padding: 0;
  padding-bottom: 22px;
  margin-bottom: 30px;
}
.woocommerce #payment div.form-row.place-order {
  padding: 0;
  margin-bottom: 30px;
  border: 0;
}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0;
}
.woocommerce #payment .terms label.checkbox {
  padding: 0;
}
.woocommerce-shipping-fields .checkbox {
  padding-left: 0;
  margin-left: 0;
  float: left;
  margin: 0;
}
.woocommerce-shipping-fields .input-checkbox {
  float: right;
  margin-top: 9px;
  margin-left: 10px;
}
.woocommerce-shipping-fields #ship-to-different-address {
  border-bottom: solid 1px #eaeaea;
  border-top: solid 1px #eaeaea;
  padding-top: 26px;
  padding-bottom: 26px;
}
.woocommerce .btn-continue {
  margin-top: 30px;
  margin-bottom: 30px;
}
p.form-row.form-row-wide.create-account {
  padding-bottom: 22px;
  margin-top: 10px;
}
p.form-row.form-row-wide.create-account .checkbox {
  padding-left: 0;
}
p.form-row.form-row-wide.create-account .createaccount {
  margin-left: 6px;
}
.woocommerce-billing-fields #billing_address_1_field {
  padding-bottom: 20px;
}
.woocommerce-billing-fields p label {
  margin-bottom: 13px;
}
.checkout-detail {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce #payment,
.woocommerce-page #payment {
  background-color: transparent;
}
.woocommerce-billing-fields h2 {
  border-bottom: solid 1px #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 17px;
}
.btn-continue.billing {
  border-top: solid 1px #eaeaea;
  margin-top: 0;
  padding-top: 30px;
}
.woocommerce #customer_details {
  margin-bottom: 20px;
}
<!--woo cart-->.woocommerce #content div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
  background-color: transparent;
}
.woocommerce-cart .shop_table.cart thead tr {
  background-color: #b56d3d;
  border: 0;
  color: #fff;
}
.woocommerce-cart #content table.cart .coupon input.button,
.woocommerce-cart #content table.cart input[name="update_cart"] {
  background: #eaeaea;
  color: #666666;
}
.woocommerce-cart #content table.cart .coupon input.button:hover,
.woocommerce-cart #content table.cart input[name="update_cart"]:hover {
  color: #fff;
  background: #b56d3d;
  border-color: #b56d3d;
}
.woocommerce-cart #content table.cart td.actions .coupon input[name="coupon_code"] {
  width: 150px;
  height: 37px;
  padding-left: 15px;
  margin-right: 10px;
  box-shadow: none;
  border: 0;
  background: #eaeaea;
}
.woocommerce-cart #content table.cart td.actions,
.woocommerce-cart table.cart td.actions,
.woocommerce-cart #content table.cart td.actions,
.woocommerce-cart table.cart td.actions {
  padding: 20px;
  border-bottom: 0;
}
.woocommerce-cart #content table.cart td.actions .coupon input[name="coupon_code"]::-webkit-input-placeholder {
  color: #666666;
  text-transform: uppercase;
}
.woocommerce-cart #content table.cart td.actions .coupon input[name="coupon_code"]::-moz-placeholder {
  color: #666666;
  text-transform: uppercase;
}
.woocommerce-cart #content table.cart td.actions .coupon input[name="coupon_code"]:-ms-input-placeholder {
  color: #666666;
  text-transform: uppercase;
}
.woocommerce-cart table.cart img,
.woocommerce-cart #content table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-cart #content table.cart img {
  width: 75px;
}
.woocommerce-cart table.shop_table td.product-remove {
  width: 35px;
  padding-left: 15px;
  padding-right: 0;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  font-weight: 100;
  text-transform: uppercase;
}
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-cart #content table.cart .product-thumbnail {
  width: 110px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 70%;
  padding: 10px 20px;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  text-align: left;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 1px dashed #eaeaea;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td {
  padding-top: 10px;
}
.cross-sells>h2,
.cart_totals h2 {
  position: relative;
  margin-bottom: 70px;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 400;
}
.cross-sells>h2:before,
.cart_totals h2:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0px;
  height: 2px;
  width: 80px;
  max-width: 90%;
  background-color: #b56d3d;
}
.woocommerce-cart .shipping_calculator h2 a {
  font-size: 13px;
  padding-left: 20px;
}
.shop_table.cart tbody tr.cart_item:nth-child(even) td {
  background: rgba(234,234,234,0.25);
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
  text-shadow: none;
}
#order_review_heading {
  background-color: #e2e2e2;
  margin-bottom: 0;
  padding: 20px;
  position: relative;
  border-radius: 5px;
}
#order_review .shop_table {
  padding: 0 20px 0 20px;
  background: #f9f9f9;
  color: #666;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address,
.woocommerce-page .checkout .col-2 h3#ship-to-different-address {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
.woocommerce-shipping-fields,
.woocommerce-billing-fields {
  position: relative;
}
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3 {
  margin-bottom: 40px;
  width: 100%;
}
.woocommerce-shipping-fields h3:before,
.woocommerce-billing-fields h3:before {
  content: '';
  position: absolute;
  top: 35px;
  left: 0;
  height: 3px;
  width: 60px;
  max-width: 90%;
  background-color: #b56d3d;
}
#order_review_heading:before {
  left: 20px;
  top: 55px;
  z-index: 999;
}
.woocommerce-shipping-fields p label {
  margin-bottom: 13px;
}
.woocommerce-shipping-fields h3 label {
  font-weight: normal;
}
.woocommerce-billing-fields p {
  padding-left: 0 !important;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  background: #fff;
  padding: 20px;
  padding-top: 15px;
  border-radius: 5px;
  border: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  padding: 15px 0;
}
.shop_table.order_details {
  padding: 0 20px;
}
.shop_table.order_details .order_item .product-name {
  padding-left: 0;
}
.shipping_address p.form-row {
  padding-bottom: 14px !important;
}
.select2-container--default .select2-selection--single {
  height: 41px;
  border-radius: 22px;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 41px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
  width: 40px;
}
.select2-dropdown {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    margin-bottom: 15px;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    background: rgba(234,234,234,0.25);
    padding: 10px !important;
  }
  .woocommerce-cart table.shop_table_responsive td.product-remove {
    width: auto;
  }
  .woocommerce table.shop_table_responsive td a {
    float: none;
  }
  .woocommerce-page table.shop_table_responsive .quantity {
    width: auto !important;
  }
  .woocommerce-page table.shop_table_responsive .quantity input {
    float: none !important;
    display: inline-block;
  }
}
.widget_product_search .screen-reader-text,
.widget_product_search input[type="submit"],
.widget_product_search button[type="submit"] {
  display: none;
}
.widget_product_search #woocommerce-product-search-field {
  width: 100%;
  outline: none !important;
}
.widget_product_search form {
  position: relative;
}
.widget_product_search form:before {
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 13px;
  right: 12px;
  color: #999;
}
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 80px;
  margin-left: 0;
  margin-right: 15px;
  box-shadow: none;
  transition: all .2s;
  border-radius: 5px;
}
.woocommerce ul.product_list_widget li a:hover img {
  opacity: 0.6;
}
.woocommerce ul.product_list_widget li {
  margin-bottom: 30px;
  padding: 0;
}
.widget ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.woocommerce ul.product_list_widget li:before,
.woocommerce ul li.wc-layered-nav-rating:before {
  display: none;
}
ul.product_list_widget li .star-rating {
  margin-top: 5px;
  margin-bottom: 5px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  line-height: 1.6;
  font-weight: 600;
}
.woocommerce ul.cart_list a.remove {
  line-height: 1;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  display: block;
  overflow: hidden;
  margin-top: 3px;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  margin-bottom: 0;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 2px solid #ebe9eb;
  margin-top: 25px;
  padding: 8px 0 0;
}
.widget_shopping_cart .buttons a {
  width: 100%;
}
.widget_shopping_cart .buttons {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 0;
}
.widget_shopping_cart .buttons a:first-child {
  margin-bottom: 20px;
}
.woocommerce ul li.wc-layered-nav-rating .star-rating {
  margin-bottom: 0;
}
.widget.woocommerce.widget_price_filter .price_slider {
  margin-bottom: 25px;
  margin-top: 30px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  background: #b56d3d;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  border-radius: 8px;
  width: 15px;
  height: 15px;
  box-shadow: none;
  transition: all .05s;
  border: solid 1px #fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover {
  box-shadow: 0 0 15px 0 #b56d3d;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #738CAA;
}
.woocommerce .widget_layered_nav ul li a {
  float: none;
}
.woocommerce .widget_layered_nav_filters ul li:before,
.woocommerce-page .widget_layered_nav_filters ul li:before {
  content: '';
  display: none;
}
.woocommerce .widget_layered_nav_filters ul li {
  line-height: 1;
}
.woocommerce .widget_layered_nav_filters ul li a {
  display: block;
  background: #738CAA;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 25px;
}
.woocommerce .widget_layered_nav_filters ul li a:hover {
  background: #666;
  color: #fff;
}
.woocommerce .widget_layered_nav_filters ul li a:hover:before {
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 13px 40px;
  border: 1px solid transparent;
  transition: all .3s ease;
  font-size: 16px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(18,25,33,0.15);
  outline: none;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0f6";
  line-height: 1.618;
  margin-left: .5407911001em;
  width: 1.41575em;
  text-align: right;
  float: right;
  opacity: .25;
  transition: all .15s ease;
}
.woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0e4";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f291";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f1c6";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f09d";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: "\f021";
}
.my_account_orders .button.view:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06e";
  margin-left: .5407911001em;
}
p.order-again .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f021";
  margin-left: .5407911001em;
}
.woocommerce-MyAccount-downloads .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0ed";
  margin-left: .5407911001em;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before,
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before {
  content: "\f005";
}
.woocommerce-MyAccount-navigation ul li a {
  padding: .675em 0;
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 20%;
}
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-sub-menu {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-sub-menu {
  left: 0;
}
.select2-container--open .select2-sub-menu--above {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-sub-menu--below {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--sub-menu {
  display: block;
  padding: 4px;
}
.select2-search--sub-menu .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-search--sub-menu .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--sub-menu.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--sub-menu .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
  background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));
  background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
  background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));
  background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top,#fff 0%,#eee 50%);
  background-image: -o-linear-gradient(top,#fff 0%,#eee 50%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(50%,#eee));
  background-image: linear-gradient(to bottom,#fff 0%,#eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
  background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#fff));
  background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--sub-menu .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--classic .select2-sub-menu {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-sub-menu--above {
  border-bottom: none;
}
.select2-container--classic .select2-sub-menu--below {
  border-top: none;
}
.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-sub-menu {
  border-color: #5897fb;
}
.nice-select .list {
  text-align: center;
}
.select2.select2-container {
  padding: 20px 40px 20px 20px;
  border-color: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  margin-bottom: 30px;
  -webkit-border-radius: 50px;
  border-radius: 0px;
  position: relative;
  background-color: #f7f9f9;
  color: #ccc;
}
.select2-container--default .select2-selection--single {
  border: none !important;
  background-color: transparent ! !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  right: 20px !important;
}
.select2-container--default .select2-search--sub-menu .select2-search__field {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .select2.select2-container {
    width: auto !important;
  }
}
.woocommerce .select2.select2-container {
  background-color: transparent;
  border: 2px solid #dbe3ec;
  padding: 13px 40px;
}
.price_slider {
  margin-bottom: 1em;
}
.price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.price_slider_amount .button {
  font-size: 1.15em;
}
.price_slider_amount .button {
  float: left;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.25);
  cursor: pointer;
  background: #e7e7e7;
  background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
  background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
  background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
  background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
  outline: none;
  top: -0.3em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.65) inset;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.65) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.65) inset;
}
.ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: none repeat scroll 0 0 #b56d3d;
  box-shadow: 1px 1px 1px 0.5px rgba(0,0,0,0.25) inset;
  -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0,0,0,0.25) inset;
  -moz-box-shadow: 1px 1px 1px 0.5px rgba(0,0,0,0.25) inset;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
.price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: #1e1e1e;
  background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
  background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
  background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
  background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}
.ui-slider-horizontal {
  height: .5em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.quantity {
  margin-right: 30px !important;
  float: left;
  overflow: hidden;
  box-shadow: 0 1px 10px rgba(18,25,33,0.1);
  background: #fff;
  display: inline-block;
  border-radius: 0px;
}
@media (max-width: 980px) {
  .quantity {
    margin-bottom: 30px;
  }
}
.quantity .quantity-minus {
  line-height: 42px !important;
  font-size: 24px;
  font-weight: 700;
  box-shadow: none;
  cursor: pointer;
  color: #839dbc;
  outline: none;
  padding-left: 28px;
}
.quantity .quantity-minus:hover {
  color: #b56d3d;
}
.quantity input {
  max-width: 70px;
  float: left;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  margin-bottom: 0;
  line-height: 42px;
  width: auto;
  box-shadow: none;
  border: none;
}
.quantity .quantity-plus {
  line-height: 42px !important;
  font-size: 24px;
  font-weight: 700;
  box-shadow: none;
  cursor: pointer;
  color: #839dbc;
  padding-right: 28px;
  outline: none;
}
.quantity .quantity-plus:hover {
  color: #b56d3d;
}
.coupon #coupon_code {
  width: auto;
  border-radius: 50px 0 0 50px;
  background-color: #fff;
  padding: 0 40px;
  float: left;
  margin-bottom: 0;
  line-height: 42px;
  height: 42px;
  margin: 0;
  border: none;
  box-shadow: none;
}
.coupon .button {
  border-radius: 0 50px 50px 0 !important;
  float: left !important;
  width: auto;
  border-radius: 50px 0 0 50px;
  background-color: #fff;
  padding: 0 40px !important;
  margin-bottom: 0;
  line-height: 42px;
  height: 42px;
}
.woocommerce-cart table.cart td.actions {
  background-color: #f1f3f3;
}
.checkout-button.button.alt.wc-forward {
  font-size: 14px;
}
#order_comments_field .input-text {
  height: 150px;
}
.c5-info-top-bar li {
  padding-left: 10px;
  display: inline-block;
}
.c5-info-top-bar ol,
.c5-info-top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c5-info-top-bar li:first-child {
  padding-left: 0;
}
.c5-info-top-bar li:last-child {
  border-right: 0;
  padding-right: 0;
}
.c5-info-top-bar li .c5-header-icon,
.c5-info-top-bar li .fa {
  margin-right: 5px;
}
.comment-form-cookies-consent label {
  padding-left: 5px;
}
.fh-icon-box {
  margin-bottom: 30px;
  position: relative;
}
.fh-icon-box h4,
.fh-icon-box h4 a {
  transition: 0.5s;
}
.fh-icon-box.style-2 {
  padding: 0 30px;
  border: 1px dashed #ececec;
}
.fh-icon-box.style-2 .fh-icon {
  font-size: 50px;
  float: left;
  margin-top: -5px;
  line-height: 1.6;
}
.fh-icon-box.style-2 .fh-icon i:before {
  font-size: 50px;
}
.fh-icon-box.style-2 .desc {
  padding-left: 70px;
  padding-bottom: 10px;
}
.fh-icon-box.style-2 h4 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 15px;
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 1px dashed #ececec;
}
.fh-section-title {
  margin-bottom: 40px;
}
.fh-section-title h2 {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
}
.fh-section-title h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 190px;
  height: 1px;
  border-bottom: 1px dashed rgba(56,56,56,0.15);
}
.fh-section-title.text-center h2:before {
  left: 50%;
  transform: translateX(-50%);
}
.fh-service.style-2 {
  text-align: center;
}
.fh-service.style-2 .entry-thumbnail {
  margin-bottom: 0;
}
.fh-service.style-2 .summary {
  border: 1px solid #ececec;
  padding: 25px;
}
.fh-service.style-2 .summary .fh-btn-3 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  display: inline-block;
  min-width: 130px;
  min-height: 45px;
  line-height: 45px;
  border: 1px solid #ececec;
  background-color: #fff;
  text-align: center;
  transition: 0.5s;
  margin-bottom: 15px;
  margin-top: 15px;
}
.fh-service.style-2 .entry-title {
  padding-bottom: 10px;
}
.fh-service.style-2 .service-content:hover .fh-btn-3 {
  color: #fff;
}
.fh-service-2 .summary {
  position: relative;
}
.fh-service-2 .summary .service-link {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 999;
}
.fh-service-2.style-1 {
  text-align: center;
}
.fh-service-2.style-1 .short-desc {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 25px;
  padding-top: 15px;
}
.fh-service-2.style-1 .item-service {
  margin-bottom: 30px;
}
.fh-service-2.style-1 .content-bonus {
  display: none;
}
.fh-service-2.style-1 .service-content {
  border: 2px solid #ececec;
  text-align: center;
  padding: 10px;
}
.fh-service-2.style-1 .service-content .summary {
  padding: 15px 10px;
  transition: 0.5s;
}
.fh-service-2.style-1 .service-content:hover .entry-header {
  transform: translateY(0);
}
.fh-service-2.style-1 .service-content:hover .entry-title a,
.fh-service-2.style-1 .service-content:hover .service-icon,
.fh-service-2.style-1 .service-content:hover p {
  color: #fff;
}
.fh-service-2.style-1 .service-content:hover p {
  opacity: 1;
}
.fh-service-2.style-1 .entry-thumbnail {
  display: none;
}
.fh-service-2.style-1 .entry-header {
  transform: translateY(25%);
  transition: 0.5s;
}
.fh-service-2.style-1 .service-icon {
  font-size: 64px;
  transition: 0.5s;
  line-height: 1.6;
}
.fh-service-2.style-1 .service-icon i:before {
  font-size: 64px;
}
.fh-service-2.style-1 .entry-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
}
.fh-service-2.style-1 .entry-title a {
  transition: 0.5s;
}
.fh-service-2.style-1 p {
  transition: 0.5s;
  opacity: 0;
}
.fh-section-title.has-icon {
  position: relative;
}
.fh-section-title.has-icon h2 {
  padding-bottom: 40px;
}
.fh-section-title.has-icon .fh-icon {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.fh-section-title.has-icon .fh-icon i {
  font-size: 30px;
}
.fh-section-title.has-icon .fh-icon i:before {
  font-size: 30px;
  line-height: 1.6;
}
.fh-counter {
  color: #fff;
  padding: 15px;
  margin: 0 10px;
  border: 1px dashed rgba(255,255,255,0.15);
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.fh-counter .counter {
  line-height: 1;
  padding-bottom: 10px;
}
.fh-counter .counter .value,
.fh-counter .counter span {
  display: inline-block;
}
.fh-counter h4 {
  margin: 0;
}
.fh-counter .fh-icon {
  font-size: 50px;
  display: block;
}
.fh-counter .fh-icon i:before {
  font-size: 50px;
}
.main-color,
.fh-phone .hotline i,
.info .testi-job,
.custom-quote blockquote:before,
.fh-team ul li:hover a,
.fh-team .job,
.service:hover .service-title a,
.single-service cite span,
.fh-icon-box:hover h4,
.fh-icon-box:hover h4 a,
.fh-icon-box.style-2 .fh-icon,
.fh-service-2.style-1 .service-icon,
.fh-section-title.has-icon .fh-icon i,
.fh-counter .fh-icon,
.footer-contact .ft-contact i,
.elementor-heading-title span {
  color: #b56d3d;
}
.single-service blockquote:before,
.fh-service-2.style-1 .service-content:hover .summary {
  background-color: #b56d3d;
}
.custom-heading.text-center .elementor-heading-title:before {
  left: 50%;
  transform: translateX(-50%);
}
.custom-heading {
  position: relative;
}
.custom-heading .elementor-heading-title {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 40px !important;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
}
.custom-heading .elementor-heading-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 190px;
  height: 1px;
  border-bottom: 1px dashed rgba(56,56,56,0.15);
}
.custom-heading .fh-icon {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.custom-heading .fh-icon i {
  font-size: 30px;
}
.custom-heading .fh-icon i:before {
  font-size: 30px;
  line-height: 1.6;
}
.custom-heading-2 .elementor-heading-title {
  padding-bottom: 10px !important;
}
.elementor-button-link {
  position: relative;
  padding: 10px 33px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 0px;
  text-transform: uppercase;
  background: #b56d3d !important;
}
.fh-team .team-member {
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
.fh-team .team-member:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
}
.fh-team:hover .team-member:before {
  opacity: 0.6;
}
.fh-team ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fh-team ul li {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
}
.fh-team ul li:first-child {
  padding-left: 0;
}
.fh-team ul li:last-child {
  padding-right: 0;
}
.fh-team ul li a {
  display: block;
  text-align: center;
  color: #757575;
  transition: 0.5s;
  font-size: 15px;
}
.fh-team .info {
  margin-bottom: 20px;
}
.fh-team .info p {
  margin-bottom: 0;
}
.fh-team h4 {
  font-size: 20px;
  margin-bottom: 2px;
  margin-top: 0;
  font-weight: 500;
}
.fh-team .job {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}
.fh-team .website {
  padding: 15px 0;
  border-top: 1px dashed rgba(56,56,56,0.15);
  border-bottom: 1px dashed rgba(56,56,56,0.15);
}
.fh-team .website i {
  font-size: 16px;
  padding-right: 15px;
}
.fh-team.style-2 {
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0,0,0,0.05);
  margin: 0 10px;
  margin-bottom: 20px;
}
.fh-team.style-2 .team-header {
  padding-top: 25px;
}
.fh-team.style-2 .team-member {
  margin-bottom: 0;
}
.fh-team.style-2 .team-content {
  border-top: 1px solid #ececec;
  padding: 25px 20px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -135px;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s;
}
.fh-team.style-2 .website {
  display: none;
}
.fh-team.style-2 .socials-1 {
  display: none;
}
.fh-team.style-2 .socials {
  position: relative;
}
.fh-team.style-2:hover .team-header {
  opacity: 0;
}
.fh-team.style-2:hover .team-content {
  opacity: 1;
  bottom: 0;
}
.hotline {
  font-size: 24px;
  color: #222;
  font-weight: 600;
  margin-bottom: 0;
}
.hotline i {
  font-size: 32px;
  padding-right: 10px;
  color: #b56d3d;
}
.main-color.history {
  font-size: 18px;
  font-weight: 500;
}
.remove-quote-icon .premium-testimonial-lower-quote {
  display: none;
}
.custom-blog-post .premium-blog-content-wrapper {
  position: relative;
  z-index: 2;
  top: 0;
  margin: 0;
  clear: both;
  padding: 30px;
  background: rgba(0,0,0,0);
  border: 1px solid #e6eaef;
  box-shadow: 0 0 50px 10px #f2f2f2;
}
.custom-blog-post .premium-blog-post-time i {
  display: none;
}
.custom-blog-post .premium-blog-post-time a {
  color: #b56d3d !important;
}
.custom-blog-post .premium-blog-post-content {
  border-top: 1px dashed rgba(56,56,56,0.15);
}
.service-inner .elementor-image {
  overflow: hidden;
}
.service-inner .elementor-image a {
  position: relative;
  display: block;
}
.service-inner .elementor-image a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
  z-index: 99;
}
.service-inner .elementor-image a img {
  transition: 0.5s;
}
.service-inner:hover .elementor-image a:before {
  opacity: 0.6;
}
.service-inner:hover .elementor-heading-title a {
  color: #b56d3d;
}
.service-inner:hover .elementor-image a img {
  transform: scale(1.06);
}
@media (max-width: 767px) {
  .service-inner .elementor-image a img {
    width: 100%;
  }
}
.elementor-tab-title {
  outline: none;
}
.fh-contact-box {
  border: 2px solid #ececec;
  padding: 27px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);
}
.fh-contact-box h3 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #222;
}
.fh-contact-box .info-item {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
.fh-contact-box .info-item .fh-icon {
  float: left;
}
.fh-contact-box .info-item i {
  font-size: 23px;
  color: #73b21a;
}
.fh-contact-box .info-item i:before {
  font-size: 23px;
}
.fh-contact-box .info-item .details {
  padding-left: 35px;
}
.fh-contact-box .info-item:last-child {
  border: none;
  padding-bottom: 0;
}
.pt-cv-ifield {
  border: 2px solid #e2e9f0;
  transition: all .1s ease-out;
}
.pt-cv-title,
.pt-cv-content,
.pt-cv-meta-fields {
  padding: 15px 20px;
  color: #677180;
}
.pt-cv-title {
  font-size: 24px !important;
  padding-bottom: 0;
}
.pt-cv-title a {
  font-weight: 500;
  line-height: 1.2;
}
.pt-cv-content {
  padding-top: 0;
}
span.entry-date {
  font-style: italic;
}
.pt-cv-readmore {
  font-weight: 700;
  padding-left: 0;
  text-transform: capitalize;
  background: transparent !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  color: #13192d !important;
}
.pt-cv-readmore:hover,
.pt-cv-readmore:focus,
.pt-cv-readmore:active {
  color: #b56d3d !important;
}
.pt-cv-href-thumbnail img {
  width: 100%;
}
.pt-cv-ifield .pt-cv-href-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.pt-cv-thumbnail {
  margin-bottom: 0 !important;
}
.pt-cv-ifield .pt-cv-href-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
}
.pt-cv-ifield:hover .pt-cv-href-thumbnail:before {
  opacity: 0.6;
}
.copyright-footer {
  margin: 0;
}
.footer-contact {
  padding-top: 5px;
}
.footer-contact .ft-contact i {
  float: left;
  font-size: 10px;
  margin-top: -2px;
}
.footer-contact .ft-contact i:before {
  font-size: 20px;
}
.footer-contact .ft-contact p {
  margin-left: 45px;
}
.footer-contact .ft-contact.fax {
  margin-bottom: 30px;
}
.footer-contact .ft-contact.phone {
  margin-bottom: 5px;
}
.footer-contact .ft-contact.phone p {
  margin-bottom: 5px;
}
.mc4wp-form-fields {
  display: flex;
}
.mc4wp-form-fields input[type="email"] {
  display: block;
  width: 100%;
  padding: 17px 30px;
  font-size: 16px;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.mc4wp-form-fields .fieldemail {
  flex: 1;
}
.mc4wp-form-fields .emailsubbuttons {
  margin-top: 0;
  position: relative;
  width: 58px;
  z-index: 10;
  transition: 0.4s;
  background: #b56d3d;
}
.mc4wp-form-fields .emailsubbuttons:hover,
.mc4wp-form-fields .emailsubbuttons:focus,
.mc4wp-form-fields .emailsubbuttons:active {
  background: #8f5630;
}
.mc4wp-form-fields .emailsubbuttons input[type="submit"] {
  text-indent: -999px;
  width: 68px;
  height: 54px;
  border: none;
  opacity: 0;
  cursor: pointer;
}
.mc4wp-form-fields .emailsubbuttons:after {
  content: "\f178";
  position: absolute;
  font-family: fontawesome;
  font-size: 18px;
  z-index: 10;
  color: #fff;
  top: 0;
  pointer-events: none;
  width: 58px;
  right: 0;
  left: 20px;
  line-height: 54px;
}
.custom-quote blockquote {
  margin-left: 0;
  margin-top: 25px;
  padding: 30px 10px 10px 50px;
  border-left: 2px solid #f4f4f4;
  position: relative;
}
.custom-quote blockquote:before {
  content: "\f100";
  font-family: Flaticon;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 0;
  font-style: initial;
}
