@import url('css3.css');

/*
-------------------------------------------------------------------------------
Normalize
-------------------------------------------------------------------------------
*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  font-family: 'Titillium Web', sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: 'Titillium Web', sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*
-------------------------------------------------------------------------------
Typography
-------------------------------------------------------------------------------
*/
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}



body {
  background: #fff;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
body,
button,
input,
optgroup,
select,
textarea {
  font-family: 'Titillium Web', sans-serif;
}
/* Images
------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
img.wp-smiley {
  margin: 0;
}
/* Horizontal line
------------------------------------------------*/
hr {
  height: 1px;
  border: 0;
  padding: 0;
  width: 100%;
  margin: 21px 0;
}
/* Links
------------------------------------------------*/
a,
a:hover {
  text-decoration: none;
}
/* Headings
------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Abel', sans-serif;
  font-weight: 300;
  line-height: 1.35;
}
h1 {
  font-size: 42px;
  margin: 35px 0 19px;
}
h2 {
  font-size: 37px;
  margin: 31px 0 17px;
}
h3 {
  font-size: 34px;
  margin: 28px 0 15px;
}
h4 {
  font-size: 30px;
  margin: 25px 0 14px;
}
h5 {
  font-size: 27px;
  margin: 23px 0 12px;
}
h6 {
  font-size: 24px;
  margin: 20px 0 11px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.entry-title a,
a.entry-title {
  text-decoration: none;
}
/* Big text size
------------------------------------------------*/
.xl-text,
.xxl-text,
.xxxl-text {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
}
.xl-text {
  font-size: 51px;
  margin: 26px 0 16px;
}
.xxl-text {
  font-size: 58px;
  margin: 29px 0 18px;
}
.xxxl-text {
  font-size: 67px;
  margin: 34px 0 21px;
}
/* Medium text size
------------------------------------------------*/
.m-text {
  font-size: 22px;
  margin: 50px 0 10px;
}
/* Styles
------------------------------------------------*/
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
/* Section title
------------------------------------------------*/
.section-title {
  text-align: left;
}
.section-title.center {
  text-align: center;
}
.section-title.right {
  text-align: right;
}
/* Global margins
------------------------------------------------*/
p,
ul,
ol,
table,
img,
figure,
pre,
blockquote,
form {
  margin-top: 11px;
  margin-bottom: 21px;
}
/* Lists
------------------------------------------------*/
li > ul,
li > ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* Abbreviation
------------------------------------------------*/
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted transparent;
}
/* Acronym
------------------------------------------------*/
acronym[title] {
  cursor: help;
  border-bottom: 1px dashed transparent;
}
/* Keyboard code
------------------------------------------------*/
kbd {
  border-radius: 3px;
  padding: 2px;
}
/* Pre, code
------------------------------------------------*/
pre,
code {
  border-radius: 3px;
  padding: 2px;
}
pre {
  display: block;
  padding: 10px;
  overflow-x: auto;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
/* Blockquote, quote
------------------------------------------------*/
q {
  font-style: italic;
}
blockquote {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  border: 0;
  font-weight: 300;
  font-size: 21px;
}
blockquote cite {
  font-weight: 400;
  font-size: 18px;
}
/* Typography colors
------------------------------------------------*/
hr {
  background: #e6e6e6;
}
a {
  color: #4C6171;
}
a:hover {
  color: #66622a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1C1C1C;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.entry-title a {
  color: #1C1C1C;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.entry-title a:hover {
  color: #737359;
}
.subheading {
  color: #1C1C1C;
}
abbr[title],
acronym[title] {
  border-bottom-color: #000000;
}
kbd {
  background: #737359;
  color: #eee;
}
pre,
code {
  border-color: #000000;
  background: #f2f2f2;
}
code {
  color: #0071b7;
}
blockquote {
  background: #fafafa;
  border-left: 4px solid #737359;
  color: #000000;
}
blockquote:before {
  color: #000000;
}
/*
-------------------------------------------------------------------------------
Grid
-------------------------------------------------------------------------------
*/
/* Common
---------------------------------------------------------------*/
.zui-grid {
  margin: 0 -15px 0 -15px;
}
.zui-grid,
.zui-grid > .zui-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zui-grid > [class^="col"],
.zui-grid > .zui-grid {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0;
}
.zui-grid > .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.zui-grid.grid-as-table {
  margin-bottom: 21px;
}
.zui-grid.grid-as-table > [class^="col"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
/* Grid any device
---------------------------------------------------------------*/
.zui-grid > .col-1 {
  -webkit-flex-basis: 8.333333333333334%;
  flex-basis: 8.333333333333334%;
  max-width: 8.33333333%;
}
.zui-grid > .col-2 {
  -webkit-flex-basis: 16.666666666666668%;
  flex-basis: 16.666666666666668%;
  max-width: 16.66666667%;
}
.zui-grid > .col-3 {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.zui-grid > .col-4 {
  -webkit-flex-basis: 33.333333333333336%;
  flex-basis: 33.333333333333336%;
  max-width: 33.33333333%;
}
.zui-grid > .col-5 {
  -webkit-flex-basis: 41.666666666666664%;
  flex-basis: 41.666666666666664%;
  max-width: 41.66666667%;
}
.zui-grid > .col-6 {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.zui-grid > .col-7 {
  -webkit-flex-basis: 58.333333333333336%;
  flex-basis: 58.333333333333336%;
  max-width: 58.33333333%;
}
.zui-grid > .col-8 {
  -webkit-flex-basis: 66.66666666666667%;
  flex-basis: 66.66666666666667%;
  max-width: 66.66666667%;
}
.zui-grid > .col-9 {
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.zui-grid > .col-10 {
  -webkit-flex-basis: 83.33333333333333%;
  flex-basis: 83.33333333333333%;
  max-width: 83.33333333%;
}
.zui-grid > .col-11 {
  -webkit-flex-basis: 91.66666666666667%;
  flex-basis: 91.66666666666667%;
  max-width: 91.66666667%;
}
.zui-grid > .col-12 {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.zui-grid > .col-auto {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.zui-grid.grid-1-columns > .col {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.zui-grid.grid-2-columns > .col {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.zui-grid.grid-3-columns > .col {
  -webkit-flex-basis: 33.333333333333336%;
  flex-basis: 33.333333333333336%;
  max-width: 33.33333333%;
}
.zui-grid.grid-4-columns > .col {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.zui-grid.grid-5-columns > .col {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
.zui-grid.grid-6-columns > .col {
  -webkit-flex-basis: 16.666666666666668%;
  flex-basis: 16.666666666666668%;
  max-width: 16.66666667%;
}
.zui-grid.grid-7-columns > .col {
  -webkit-flex-basis: 14.285714285714286%;
  flex-basis: 14.285714285714286%;
  max-width: 14.28571429%;
}
.zui-grid.grid-8-columns > .col {
  -webkit-flex-basis: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%;
}
.zui-grid.grid-9-columns > .col {
  -webkit-flex-basis: 11.11111111111111%;
  flex-basis: 11.11111111111111%;
  max-width: 11.11111111%;
}
.zui-grid.grid-10-columns > .col {
  -webkit-flex-basis: 10%;
  flex-basis: 10%;
  max-width: 10%;
}
.zui-grid.grid-11-columns > .col {
  -webkit-flex-basis: 9.090909090909092%;
  flex-basis: 9.090909090909092%;
  max-width: 9.09090909%;
}
.zui-grid.grid-12-columns > .col {
  -webkit-flex-basis: 8.333333333333334%;
  flex-basis: 8.333333333333334%;
  max-width: 8.33333333%;
}
.zui-grid.grid-collapse {
  margin: 0;
}
.zui-grid.grid-collapse > [class^="col"] {
  padding: 0;
}
.zui-grid.grid-normal {
  margin: 0 -15px 0 -15px;
}
.zui-grid.grid-normal > [class^="col"] {
  padding: 0 15px;
}
.zui-grid.grid-small {
  margin: 0 -7.5px 0 -7.5px;
}
.zui-grid.grid-small > [class^="col"] {
  padding: 0 7.5px;
}
.zui-grid.grid-large {
  margin: 0 -30px 0 -30px;
}
.zui-grid.grid-large > [class^="col"] {
  padding: 0 30px;
}
.zui-grid.grid-rtl {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.zui-grid.grid-ltr {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.zui-grid.grid-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.zui-grid.grid-hide,
.zui-grid .col-hide {
  display: none;
}
.zui-grid.grid-show,
.zui-grid .col-show {
  display: inline;
  display: initial;
}
.zui-grid .text-right {
  text-align: right;
}
.zui-grid .text-left {
  text-align: left;
}
.zui-grid .text-center {
  text-align: center;
}
.grid-left {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.grid-right {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.grid-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.grid-top {
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid-bottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.col-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.col-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.col-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
/* Grid small view -xs-
---------------------------------------------------------------*/
@media (min-width: 481px) {
  .zui-grid > .col-xs-1 {
    -webkit-flex-basis: 8.333333333333334%;
    flex-basis: 8.333333333333334%;
    max-width: 8.33333333%;
  }
  .zui-grid > .col-xs-2 {
    -webkit-flex-basis: 16.666666666666668%;
    flex-basis: 16.666666666666668%;
    max-width: 16.66666667%;
  }
  .zui-grid > .col-xs-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .zui-grid > .col-xs-4 {
    -webkit-flex-basis: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
    max-width: 33.33333333%;
  }
  .zui-grid > .col-xs-5 {
    -webkit-flex-basis: 41.666666666666664%;
    flex-basis: 41.666666666666664%;
    max-width: 41.66666667%;
  }
  .zui-grid > .col-xs-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .zui-grid > .col-xs-7 {
    -webkit-flex-basis: 58.333333333333336%;
    flex-basis: 58.333333333333336%;
    max-width: 58.33333333%;
  }
  .zui-grid > .col-xs-8 {
    -webkit-flex-basis: 66.66666666666667%;
    flex-basis: 66.66666666666667%;
    max-width: 66.66666667%;
  }
  .zui-grid > .col-xs-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .zui-grid > .col-xs-10 {
    -webkit-flex-basis: 83.33333333333333%;
    flex-basis: 83.33333333333333%;
    max-width: 83.33333333%;
  }
  .zui-grid > .col-xs-11 {
    -webkit-flex-basis: 91.66666666666667%;
    flex-basis: 91.66666666666667%;
    max-width: 91.66666667%;
  }
  .zui-grid > .col-xs-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .zui-grid > .col-xs-auto {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .zui-grid.grid-xs-1-columns > .col {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .zui-grid.grid-xs-2-columns > .col {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .zui-grid.grid-xs-3-columns > .col {
    -webkit-flex-basis: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
    max-width: 33.33333333%;
  }
  .zui-grid.grid-xs-4-columns > .col {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .zui-grid.grid-xs-5-columns > .col {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .zui-grid.grid-xs-6-columns > .col {
    -webkit-flex-basis: 16.666666666666668%;
    flex-basis: 16.666666666666668%;
    max-width: 16.66666667%;
  }
  .zui-grid.grid-xs-7-columns > .col {
    -webkit-flex-basis: 14.285714285714286%;
    flex-basis: 14.285714285714286%;
    max-width: 14.28571429%;
  }
  .zui-grid.grid-xs-8-columns > .col {
    -webkit-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .zui-grid.grid-xs-9-columns > .col {
    -webkit-flex-basis: 11.11111111111111%;
    flex-basis: 11.11111111111111%;
    max-width: 11.11111111%;
  }
  .zui-grid.grid-xs-10-columns > .col {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .zui-grid.grid-xs-11-columns > .col {
    -webkit-flex-basis: 9.090909090909092%;
    flex-basis: 9.090909090909092%;
    max-width: 9.09090909%;
  }
  .zui-grid.grid-xs-12-columns > .col {
    -webkit-flex-basis: 8.333333333333334%;
    flex-basis: 8.333333333333334%;
    max-width: 8.33333333%;
  }
  .zui-grid.grid-xs-collapse {
    margin: 0;
  }
  .zui-grid.grid-xs-collapse > [class^="col"] {
    padding: 0;
  }
  .zui-grid.grid-xs-normal {
    margin: 0 -15px 0 -15px;
  }
  .zui-grid.grid-xs-normal > [class^="col"] {
    padding: 0 15px;
  }
  .zui-grid.grid-xs-small {
    margin: 0 -7.5px 0 -7.5px;
  }
  .zui-grid.grid-xs-small > [class^="col"] {
    padding: 0 7.5px;
  }
  .zui-grid.grid-xs-large {
    margin: 0 -30px 0 -30px;
  }
  .zui-grid.grid-xs-large > [class^="col"] {
    padding: 0 30px;
  }
  .zui-grid.grid-xs-rtl {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .zui-grid.grid-xs-ltr {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .zui-grid.grid-xs-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .zui-grid.grid-xs-hide,
  .zui-grid .col-xs-hide {
    display: none;
  }
  .zui-grid.grid-xs-show,
  .zui-grid .col-xs-show {
    display: inline;
    display: initial;
  }
  .zui-grid .text-xs-right {
    text-align: right;
  }
  .zui-grid .text-xs-left {
    text-align: left;
  }
  .zui-grid .text-xs-center {
    text-align: center;
  }
  .grid-xs-left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .grid-xs-right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .grid-xs-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .grid-xs-top {
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-xs-middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-xs-bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .col-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .col-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
/* Small view -sm-
---------------------------------------------------------------*/
@media (min-width: 769px) {
  .zui-grid > .col-sm-1 {
    -webkit-flex-basis: 8.333333333333334%;
    flex-basis: 8.333333333333334%;
    max-width: 8.33333333%;
  }
  .zui-grid > .col-sm-2 {
    -webkit-flex-basis: 16.666666666666668%;
    flex-basis: 16.666666666666668%;
    max-width: 16.66666667%;
  }
  .zui-grid > .col-sm-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .zui-grid > .col-sm-4 {
    -webkit-flex-basis: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
    max-width: 33.33333333%;
  }
  .zui-grid > .col-sm-5 {
    -webkit-flex-basis: 41.666666666666664%;
    flex-basis: 41.666666666666664%;
    max-width: 41.66666667%;
  }
  .zui-grid > .col-sm-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .zui-grid > .col-sm-7 {
    -webkit-flex-basis: 58.333333333333336%;
    flex-basis: 58.333333333333336%;
    max-width: 58.33333333%;
  }
  .zui-grid > .col-sm-8 {
    -webkit-flex-basis: 66.66666666666667%;
    flex-basis: 66.66666666666667%;
    max-width: 66.66666667%;
  }
  .zui-grid > .col-sm-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .zui-grid > .col-sm-10 {
    -webkit-flex-basis: 83.33333333333333%;
    flex-basis: 83.33333333333333%;
    max-width: 83.33333333%;
  }
  .zui-grid > .col-sm-11 {
    -webkit-flex-basis: 91.66666666666667%;
    flex-basis: 91.66666666666667%;
    max-width: 91.66666667%;
  }
  .zui-grid > .col-sm-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .zui-grid > .col-sm-auto {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .zui-grid.grid-sm-1-columns > .col {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .zui-grid.grid-sm-2-columns > .col {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .zui-grid.grid-sm-3-columns > .col {
    -webkit-flex-basis: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
    max-width: 33.33333333%;
  }
  .zui-grid.grid-sm-4-columns > .col {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .zui-grid.grid-sm-5-columns > .col {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .zui-grid.grid-sm-6-columns > .col {
    -webkit-flex-basis: 16.666666666666668%;
    flex-basis: 16.666666666666668%;
    max-width: 16.66666667%;
  }
  .zui-grid.grid-sm-7-columns > .col {
    -webkit-flex-basis: 14.285714285714286%;
    flex-basis: 14.285714285714286%;
    max-width: 14.28571429%;
  }
  .zui-grid.grid-sm-8-columns > .col {
    -webkit-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .zui-grid.grid-sm-9-columns > .col {
    -webkit-flex-basis: 11.11111111111111%;
    flex-basis: 11.11111111111111%;
    max-width: 11.11111111%;
  }
  .zui-grid.grid-sm-10-columns > .col {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .zui-grid.grid-sm-11-columns > .col {
    -webkit-flex-basis: 9.090909090909092%;
    flex-basis: 9.090909090909092%;
    max-width: 9.09090909%;
  }
  .zui-grid.grid-sm-12-columns > .col {
    -webkit-flex-basis: 8.333333333333334%;
    flex-basis: 8.333333333333334%;
    max-width: 8.33333333%;
  }
  .zui-grid.grid-sm-collapse {
    margin: 0;
  }
  .zui-grid.grid-sm-collapse > [class^="col"] {
    padding: 0;
  }
  .zui-grid.grid-sm-normal {
    margin: 0 -15px 0 -15px;
  }
  .zui-grid.grid-sm-normal > [class^="col"] {
    padding: 0 15px;
  }
  .zui-grid.grid-sm-small {
    margin: 0 -7.5px 0 -7.5px;
  }
  .zui-grid.grid-sm-small > [class^="col"] {
    padding: 0 7.5px;
  }
  .zui-grid.grid-sm-large {
    margin: 0 -30px 0 -30px;
  }
  .zui-grid.grid-sm-large > [class^="col"] {
    padding: 0 30px;
  }
  .zui-grid.grid-sm-rtl {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .zui-grid.grid-sm-ltr {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .zui-grid.grid-sm-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .zui-grid.grid-sm-hide,
  .zui-grid .col-sm-hide {
    display: none;
  }
  .zui-grid.grid-sm-show,
  .zui-grid .col-sm-show {
    display: inline;
    display: initial;
  }
  .zui-grid .text-sm-right {
    text-align: right;
  }
  .zui-grid .text-sm-left {
    text-align: left;
  }
  .zui-grid .text-sm-center {
    text-align: center;
  }
  .grid-sm-left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .grid-sm-right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .grid-sm-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .col-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .col-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .grid-sm-top {
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-sm-middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-sm-bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
/* Medium view -md-
---------------------------------------------------------------*/
@media (min-width: 981px) {
  .zui-grid > .col-md-1 {
    -webkit-flex-basis: 8.333333333333334%;
    flex-basis: 8.333333333333334%;
    max-width: 8.33333333%;
  }
  .zui-grid > .col-md-2 {
    -webkit-flex-basis: 16.666666666666668%;
    flex-basis: 16.666666666666668%;
    max-width: 16.66666667%;
  }
  .zui-grid > .col-md-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .zui-grid > .col-md-4 {
    -webkit-flex-basis: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
    max-width: 33.33333333%;
  }
  .zui-grid > .col-md-5 {
    -webkit-flex-basis: 41.666666666666664%;
    flex-basis: 41.666666666666664%;
    max-width: 41.66666667%;
  }
  .zui-grid > .col-md-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .zui-grid > .col-md-7 {
    -webkit-flex-basis: 58.333333333333336%;
    flex-basis: 58.333333333333336%;
    max-width: 58.33333333%;
  }
  .zui-grid > .col-md-8 {
    -webkit-flex-basis: 66.66666666666667%;
    flex-basis: 66.66666666666667%;
    max-width: 66.66666667%;
  }
  .zui-grid > .col-md-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .zui-grid > .col-md-10 {
    -webkit-flex-basis: 83.33333333333333%;
    flex-basis: 83.33333333333333%;
    max-width: 83.33333333%;
  }
  .zui-grid > .col-md-11 {
    -webkit-flex-basis: 91.66666666666667%;
    flex-basis: 91.66666666666667%;
    max-width: 91.66666667%;
  }
  .zui-grid > .col-md-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .zui-grid > .col-md-auto {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .zui-grid.grid-md-1-columns > .col {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .zui-grid.grid-md-2-columns > .col {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .zui-grid.grid-md-3-columns > .col {
    -webkit-flex-basis: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
    max-width: 33.33333333%;
  }
  .zui-grid.grid-md-4-columns > .col {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .zui-grid.grid-md-5-columns > .col {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .zui-grid.grid-md-6-columns > .col {
    -webkit-flex-basis: 16.666666666666668%;
    flex-basis: 16.666666666666668%;
    max-width: 16.66666667%;
  }
  .zui-grid.grid-md-7-columns > .col {
    -webkit-flex-basis: 14.285714285714286%;
    flex-basis: 14.285714285714286%;
    max-width: 14.28571429%;
  }
  .zui-grid.grid-md-8-columns > .col {
    -webkit-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .zui-grid.grid-md-9-columns > .col {
    -webkit-flex-basis: 11.11111111111111%;
    flex-basis: 11.11111111111111%;
    max-width: 11.11111111%;
  }
  .zui-grid.grid-md-10-columns > .col {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .zui-grid.grid-md-11-columns > .col {
    -webkit-flex-basis: 9.090909090909092%;
    flex-basis: 9.090909090909092%;
    max-width: 9.09090909%;
  }
  .zui-grid.grid-md-12-columns > .col {
    -webkit-flex-basis: 8.333333333333334%;
    flex-basis: 8.333333333333334%;
    max-width: 8.33333333%;
  }
  .zui-grid.grid-md-collapse {
    margin: 0;
  }
  .zui-grid.grid-md-collapse > [class^="col"] {
    padding: 0;
  }
  .zui-grid.grid-md-normal {
    margin: 0 -15px 0 -15px;
  }
  .zui-grid.grid-md-normal > [class^="col"] {
    padding: 0 15px;
  }
  .zui-grid.grid-md-small {
    margin: 0 -7.5px 0 -7.5px;
  }
  .zui-grid.grid-md-small > [class^="col"] {
    padding: 0 7.5px;
  }
  .zui-grid.grid-md-large {
    margin: 0 -30px 0 -30px;
  }
  .zui-grid.grid-md-large > [class^="col"] {
    padding: 0 30px;
  }
  .zui-grid.grid-md-rtl {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .zui-grid.grid-md-ltr {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .zui-grid.grid-md-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .zui-grid.grid-md-hide,
  .zui-grid .col-md-hide {
    display: none;
  }
  .zui-grid.grid-md-show,
  .zui-grid .col-md-show {
    display: inline;
    display: initial;
  }
  .zui-grid .text-md-right {
    text-align: right;
  }
  .zui-grid .text-md-left {
    text-align: left;
  }
  .zui-grid .text-md-center {
    text-align: center;
  }
  .grid-md-left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .grid-md-right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .grid-md-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .col-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .col-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .grid-md-top {
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-md-middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-md-bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
/* Large view -lg-
---------------------------------------------------------------*/
@media (min-width: 1201px) {
  .zui-grid > .col-lg-1 {
    -webkit-flex-basis: 8.333333333333334%;
    flex-basis: 8.333333333333334%;
    max-width: 8.33333333%;
  }
  .zui-grid > .col-lg-2 {
    -webkit-flex-basis: 16.666666666666668%;
    flex-basis: 16.666666666666668%;
    max-width: 16.66666667%;
  }
  .zui-grid > .col-lg-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .zui-grid > .col-lg-4 {
    -webkit-flex-basis: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
    max-width: 33.33333333%;
  }
  .zui-grid > .col-lg-5 {
    -webkit-flex-basis: 41.666666666666664%;
    flex-basis: 41.666666666666664%;
    max-width: 41.66666667%;
  }
  .zui-grid > .col-lg-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .zui-grid > .col-lg-7 {
    -webkit-flex-basis: 58.333333333333336%;
    flex-basis: 58.333333333333336%;
    max-width: 58.33333333%;
  }
  .zui-grid > .col-lg-8 {
    -webkit-flex-basis: 66.66666666666667%;
    flex-basis: 66.66666666666667%;
    max-width: 66.66666667%;
  }
  .zui-grid > .col-lg-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .zui-grid > .col-lg-10 {
    -webkit-flex-basis: 83.33333333333333%;
    flex-basis: 83.33333333333333%;
    max-width: 83.33333333%;
  }
  .zui-grid > .col-lg-11 {
    -webkit-flex-basis: 91.66666666666667%;
    flex-basis: 91.66666666666667%;
    max-width: 91.66666667%;
  }
  .zui-grid > .col-lg-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .zui-grid > .col-lg-auto {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .zui-grid.grid-lg-1-columns > .col {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .zui-grid.grid-lg-2-columns > .col {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .zui-grid.grid-lg-3-columns > .col {
    -webkit-flex-basis: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
    max-width: 33.33333333%;
  }
  .zui-grid.grid-lg-4-columns > .col {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .zui-grid.grid-lg-5-columns > .col {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .zui-grid.grid-lg-6-columns > .col {
    -webkit-flex-basis: 16.666666666666668%;
    flex-basis: 16.666666666666668%;
    max-width: 16.66666667%;
  }
  .zui-grid.grid-lg-7-columns > .col {
    -webkit-flex-basis: 14.285714285714286%;
    flex-basis: 14.285714285714286%;
    max-width: 14.28571429%;
  }
  .zui-grid.grid-lg-8-columns > .col {
    -webkit-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .zui-grid.grid-lg-9-columns > .col {
    -webkit-flex-basis: 11.11111111111111%;
    flex-basis: 11.11111111111111%;
    max-width: 11.11111111%;
  }
  .zui-grid.grid-lg-10-columns > .col {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .zui-grid.grid-lg-11-columns > .col {
    -webkit-flex-basis: 9.090909090909092%;
    flex-basis: 9.090909090909092%;
    max-width: 9.09090909%;
  }
  .zui-grid.grid-lg-12-columns > .col {
    -webkit-flex-basis: 8.333333333333334%;
    flex-basis: 8.333333333333334%;
    max-width: 8.33333333%;
  }
  .zui-grid.grid-lg-collapse {
    margin: 0;
  }
  .zui-grid.grid-lg-collapse > [class^="col"] {
    padding: 0;
  }
  .zui-grid.grid-lg-normal {
    margin: 0 -15px 0 -15px;
  }
  .zui-grid.grid-lg-normal > [class^="col"] {
    padding: 0 15px;
  }
  .zui-grid.grid-lg-small {
    margin: 0 -7.5px 0 -7.5px;
  }
  .zui-grid.grid-lg-small > [class^="col"] {
    padding: 0 7.5px;
  }
  .zui-grid.grid-lg-large {
    margin: 0 -30px 0 -30px;
  }
  .zui-grid.grid-lg-large > [class^="col"] {
    padding: 0 30px;
  }
  .zui-grid.grid-lg-rtl {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .zui-grid.grid-lg-ltr {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .zui-grid.grid-lg-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .zui-grid.grid-lg-hide,
  .zui-grid .col-lg-hide {
    display: none;
  }
  .zui-grid.grid-lg-show,
  .zui-grid .col-lg-show {
    display: inline;
    display: initial;
  }
  .zui-grid .text-lg-right {
    text-align: right;
  }
  .zui-grid .text-lg-left {
    text-align: left;
  }
  .zui-grid .text-lg-center {
    text-align: center;
  }
  .grid-lg-left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .grid-lg-right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .grid-lg-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .col-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .col-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .grid-lg-top {
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-lg-middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-lg-bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
/*
-------------------------------------------------------------------------------
Table
-------------------------------------------------------------------------------
*/
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
  text-align: left;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  background: #fff;
}
table th {
  font-weight: 700;
}
table th,
table td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #e6e6e6;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e6e6e6;
}
table tbody + tbody {
  border-top: 2px solid #e6e6e6;
}
table.zebra tbody tr:nth-child(even) {
  background: #f2f2f2;
}
/*
-------------------------------------------------------------------------------
Layout
-------------------------------------------------------------------------------
*/
.zui-section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 50px 0;
  margin: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-color: #E3DFDA;
}
.zui-section > .inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 50px;
}
.zui-section > .inner.full {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.zui-section > .inner.narrow {
  -webkit-flex-basis: 800px;
  flex-basis: 800px;
  max-width: 800px;
}
.zui-section > .inner.grow,
.zui-section > .inner.grow-x1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.zui-section > .inner.grow-x2 {
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
.zui-section > .inner.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.zui-section.boxed {
  max-width: 900px;
  margin: 0 auto;
}
.zui-section.margined {
  width: auto;
  margin: 50px;
}
.zui-section.margined.boxed {
  max-width: 900px;
  margin: 50px auto;
}
.zui-section.full-height {
  min-height: 100%;
}
.zui-section.fill-height {
  min-height: inherit;
}
.zui-section.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.zui-section.neutral {
  padding: 0;
  margin: 0;
}
.zui-section.neutral > .inner {
  margin: 0;
  padding: 0;
}
[class^="zui-space"],
[class^="zui-overlap"] {
  z-index: 2;
}
.zui-space-t-0,
.zui-space-tb-0 {
  padding-top: 0px;
}
.zui-space-b-0,
.zui-space-tb-0 {
  padding-bottom: 0px;
}
.zui-space-t-10,
.zui-space-tb-10 {
  padding-top: 10px;
}
.zui-space-b-10,
.zui-space-tb-10 {
  padding-bottom: 10px;
}
.zui-space-t-20,
.zui-space-tb-20 {
  padding-top: 20px;
}
.zui-space-b-20,
.zui-space-tb-20 {
  padding-bottom: 20px;
}
.zui-space-t-30,
.zui-space-tb-30 {
  padding-top: 30px;
}
.zui-space-b-30,
.zui-space-tb-30 {
  padding-bottom: 30px;
}
.zui-space-t-50,
.zui-space-tb-50 {
  padding-top: 50px;
}
.zui-space-b-50,
.zui-space-tb-50 {
  padding-bottom: 50px;
}
.zui-space-t-100,
.zui-space-tb-100 {
  padding-top: 100px;
}
.zui-space-b-100,
.zui-space-tb-100 {
  padding-bottom: 100px;
}
.zui-space-t-150,
.zui-space-tb-150 {
  padding-top: 150px;
}
.zui-space-b-150,
.zui-space-tb-150 {
  padding-bottom: 150px;
}
.zui-margin-t-0,
.zui-margin-tb-0 {
  margin-top: 0px;
}
.zui-margin-b-0,
.zui-margin-tb-0 {
  margin-bottom: 0px;
}
.zui-margin-t-10,
.zui-margin-tb-10 {
  margin-top: 10px;
}
.zui-margin-b-10,
.zui-margin-tb-10 {
  margin-bottom: 10px;
}
.zui-margin-t-20,
.zui-margin-tb-20 {
  margin-top: 20px;
}
.zui-margin-b-20,
.zui-margin-tb-20 {
  margin-bottom: 20px;
}
.zui-margin-t-30,
.zui-margin-tb-30 {
  margin-top: 30px;
}
.zui-margin-b-30,
.zui-margin-tb-30 {
  margin-bottom: 30px;
}
.zui-margin-t-50,
.zui-margin-tb-50 {
  margin-top: 50px;
}
.zui-margin-b-50,
.zui-margin-tb-50 {
  margin-bottom: 50px;
}
.zui-margin-t-100,
.zui-margin-tb-100 {
  margin-top: 100px;
}
.zui-margin-b-100,
.zui-margin-tb-100 {
  margin-bottom: 100px;
}
.zui-margin-t-150,
.zui-margin-tb-150 {
  margin-top: 150px;
}
.zui-margin-b-150,
.zui-margin-tb-150 {
  margin-bottom: 150px;
}
.zui-overlap-t-50 {
  margin-top: -50px;
}
.zui-overlap-b-50 {
  margin-bottom: -50px;
}
.zui-overlap-t-100 {
  margin-top: -100px;
}
.zui-overlap-b-100 {
  margin-bottom: -100px;
}
.zui-overlap-t-150 {
  margin-top: -150px;
}
.zui-overlap-b-150 {
  margin-bottom: -150px;
}
.zui-overlap-t-half {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zui-overlap-b-half {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zui-radius-3,
.zui-radius-t-3 {
  border-radius-top-left: 3px;
  border-radius-top-right: 3px;
}
.zui-radius-3,
.zui-radius-b-3 {
  border-radius-bottom-left: 3px;
  border-radius-bottom-right: 3px;
}
.zui-radius-5,
.zui-radius-t-5 {
  border-radius-top-left: 5px;
  border-radius-top-right: 5px;
}
.zui-radius-5,
.zui-radius-b-5 {
  border-radius-bottom-left: 5px;
  border-radius-bottom-right: 5px;
}
.zui-radius-10,
.zui-radius-t-10 {
  border-radius-top-left: 10px;
  border-radius-top-right: 10px;
}
.zui-radius-10,
.zui-radius-b-10 {
  border-radius-bottom-left: 10px;
  border-radius-bottom-right: 10px;
}
.zui-radius-15,
.zui-radius-t-15 {
  border-radius-top-left: 15px;
  border-radius-top-right: 15px;
}
.zui-radius-15,
.zui-radius-b-15 {
  border-radius-bottom-left: 15px;
  border-radius-bottom-right: 15px;
}
.zui-radius-30,
.zui-radius-t-30 {
  border-radius-top-left: 30px;
  border-radius-top-right: 30px;
}
.zui-radius-30,
.zui-radius-b-30 {
  border-radius-bottom-left: 30px;
  border-radius-bottom-right: 30px;
}
.zui-radius-50,
.zui-radius-t-50 {
  border-radius-top-left: 50px;
  border-radius-top-right: 50px;
}
.zui-radius-50,
.zui-radius-b-50 {
  border-radius-bottom-left: 50px;
  border-radius-bottom-right: 50px;
}
/* Border
--------------*/
.zui-border {
  border-style: solid;
  border-width: 1px;
}
.zui-border-t,
.zui-border-b,
.zui-border-l,
.zui-border-r,
.zui-border-tb,
.zui-border-lr {
  border-style: solid;
  border-width: 0;
}
.zui-border-t,
.zui-border-tb {
  border-top-width: 1px;
}
.zui-border-b,
.zui-border-tb {
  border-bottom-width: 1px;
}
.zui-border-l,
.zui-border-lr {
  border-left-width: 1px;
}
.zui-border-r,
.zui-border-lr {
  border-right-width: 1px;
}
.zui-border-dashed {
  border-style: dashed;
}
.zui-border-dotted {
  border-style: dotted;
}
.zui-section.primary {
  background-color: #737359;
}
.zui-section.hot {
  background-color: #F44336;
}
.zui-section.cold {
  background-color: #0091EA;
}
.zui-section.hard {
  background-color: #737359;
}
@media (max-width: 769px) {
  .zui-section .inner {
    padding: 0 20px;
  }
}
/*
-------------------------------------------------------------------------------
Button
-------------------------------------------------------------------------------
*/
.zui-button,
a.zui-button,
input[type="submit"],
input[type="button"],
button {
  position: relative;
  display: inline-block;
  margin: 10px 10px 10px 0;
  padding: 10px 30px;
  background: #66622a;
  color: #fff;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 400;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.5;
  -webkit-transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
.zui-button:hover,
a.zui-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  background: #b52346;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
.zui-button.disabled,
a.zui-button.disabled,
input[type="submit"].disabled,
input[type="button"].disabled,
button.disabled,
.zui-button.disabled:hover,
a.zui-button.disabled:hover,
input[type="submit"].disabled:hover,
input[type="button"].disabled:hover,
button.disabled:hover,
.zui-button[disabled],
a.zui-button[disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
button[disabled],
.zui-button[disabled]:hover,
a.zui-button[disabled]:hover,
input[type="submit"][disabled]:hover,
input[type="button"][disabled]:hover,
button[disabled]:hover {
  background: #ebebeb !important;
  border-color: #ebebeb !important;
  cursor: not-allowed !important;
  color: #bfbfbf !important;
}
/*
-------------------------------------------------------------------------------
Forms
-------------------------------------------------------------------------------
*/
.zui-form-row {
  display: block;
}
.zui-form-label {
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 10px;
}
.zui-form-description {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.zui-form-label + .zui-form-description {
  margin-top: -5px;
}
label {
  display: inline-block;
  margin-right: 15px;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  padding: 10px;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #ccc;
}
select {
  display: inline-block;
  padding: 10px;
  -webkit-appearance: textfield;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAvUlEQVRIS+2TsQ3CMBBFXyrqiE0YAdGmhFVoKJEYJhXQwgqMAj0V+ihIp8jEd0EpkOzKls7v2f/siolHNTGfIsgmXCL6KaI5sAV2wPMLaQbsgQNwT9UM9eAKLIEjsElIBG+BBlDtKipYABegTkgs/NHBb1GB6q3kBKzh/Tk/Jx+EC+B5plZy7k6pWLJwr6B/E61d8IjASjRXQ5OZ9/vgicjuUVwaLnj0BtlPNeYVjYLaTdGIwsIiyEb2/xG9AAlzHhmgw6wZAAAAAElFTkSuQmCC");
  background-position: right center;
  background-repeat: no-repeat;
}
select::-ms-expand {
  border: 0;
  background-color: transparent;
  display: none;
}
select:focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAlklEQVRIS+2VywmAMBAFR+zGhkQtxYOfXryo9ViNgigJiKJvD+aWQMhlmSFvNyQh8EoC84kCmXCM6PeIWkf056+CA9o4YgeYJNYme/jmBClgklgEHr4CFZyPcwBMEiW4w0d3g9wq+RJc4SUw3TpqkihBDRTA/DIuXtIDx34sFVEGLGIWP2uUQM65KogClVD80WRC4SPaAfGXGhmhKe0QAAAAAElFTkSuQmCC");
}
textarea {
  width: 100%;
  min-height: 100px;
}
textarea.normal {
  min-height: 200px;
}
textarea.big {
  min-height: 400px;
}
textarea.huge {
  min-height: 600px;
}
input.fullwidth,
select.fullwidth {
  width: 100%;
}
input:focus:not([type="range"]),
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.07);
}
/* Radio, Checkbox
------------------------------------------------*/
input[type="radio"],
input[type="checkbox"] {
  vertical-align: baseline;
  display: inline-block;
  margin-right: 5px;
  line-height: normal;
}
/*
-------------------------------------------------------------------------------
Menu bar
-------------------------------------------------------------------------------
*/
.zui-menu-bar .zmb-block {
  padding-right: 50px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.zui-menu-bar .zmb-block:last-of-type {
  padding-right: 0;
}
.zui-menu-bar .zmb-block.large {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.zui-menu-bar .zmb-block.xl-large {
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
.zui-menu-bar .zmb-block.xxl-large {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
.zui-menu-bar .zmb-menu {
  padding: 0;
  margin: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.zui-menu-bar .zmb-menu > li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  list-style: none;
  padding: 15px 0;
  margin: 0;
}
.zui-menu-bar .zmb-menu > li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  color: #fff;
  margin: 0;
  font-size: 15px;
  font-family: 'Titillium Web', sans-serif;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.zui-menu-bar .zmb-menu > li > a.active {
  color: #e889a0;
  text-decoration: line-through;
}
.zui-menu-bar .zmb-menu > li > a:hover {
  color: #e889a0;
}
.zui-menu-bar .zmb-menu > li:hover ul.submenu {
  display: block;
}
.zui-menu-bar .zmb-menu ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fefefe;
  min-width: 150px;
  list-style: none;
  padding: 5px;
  margin: 0;
  z-index: 1000;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.zui-menu-bar .zmb-menu ul.submenu:before {
  content: " ";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: inherit;
  top: -5px;
  left: 30px;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.zui-menu-bar .zmb-menu ul.submenu > li {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 11;
}
.zui-menu-bar .zmb-menu ul.submenu > li > a {
  display: block;
  margin: 0;
  padding: 5px 10px;
  text-align: left;
  color: #333;
}
.zui-menu-bar .zmb-menu ul.submenu > li > a:hover {
  background: #737359;
  color: #fff;
}
.zui-menu-bar .zmb-menu.align-left {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.zui-menu-bar .zmb-menu.align-right {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.zui-menu-bar .zmb-menu.align-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.zui-menu-bar .zmb-logo {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
.zui-menu-bar .zmb-label {
  line-height: 1;
  position: relative;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 2px;
  background: #0091EA;
  font-size: 14px;
  color: #fff;
}
.zui-menu-bar .zmb-label.hot {
  background: #F44336;
  color: #fff;
}
.zui-menu-bar .zmb-label.primary {
  background: #737359;
  color: #fff;
}
.zui-menu-bar .zmb-label.arrow-left:before,
.zui-menu-bar .zmb-label.arrow-right:before,
.zui-menu-bar .zmb-label.arrow-top:before,
.zui-menu-bar .zmb-label.arrow-bottom:before {
  content: " ";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.zui-menu-bar .zmb-label.arrow-left:before {
  top: 50%;
  margin-top: -4px;
  left: 0;
  margin-left: -4px;
}
.zui-menu-bar .zmb-label.arrow-right:before {
  top: 50%;
  margin-top: -4px;
  right: 0;
  margin-right: -4px;
}
.zui-menu-bar .zmb-label.arrow-top:before {
  left: 50%;
  margin-left: -4px;
  top: 0;
  margin-top: -4px;
}
.zui-menu-bar .zmb-label.arrow-bottom:before {
  left: 50%;
  margin-left: -4px;
  bottom: 0;
  margin-bottom: -4px;
}
.zui-menu-bar .zmb-label.no-arrow:before {
  display: none;
}
/*
-------------------------------------------------------------------------------
Colors
-------------------------------------------------------------------------------
*/
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-primary {
  color: #737359;
}
.text-cold {
  color: #0091EA;
}
.text-hot {
  color: #F44336;
}
.text-hard {
  color: #737359;
}
.text-default {
  color: #333;
}
.text-light {
  color: #f2f2f2;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}
.bg-primary {
  background: #737359;
}
.bg-cold {
  background: #0091EA;
}
.bg-hot {
  background: #F44336;
}
.bg-hard {
  background: #737359;
}
.bg-default {
  background: #fff;
}
.bg-light {
  background: #f2f2f2;
}
/**
 * Extra CSS
 *
 * Extend the base elements by adding more variations(extra colors, sizes, etc.)
 *
 */
/*
-------------------------------------------------------------------------------
Extra - Buttons
-------------------------------------------------------------------------------
*/
.zui-button.hot,
a.zui-button.hot {
  background: #F44336;
  border-color: #F44336;
  color: #fff;
}
.zui-button.hot:hover,
a.zui-button.hot:hover {
  background: #d2190b;
  border-color: #ba160a;
}
.zui-button.cold,
a.zui-button.cold {
  background: #0091EA;
  border-color: #0091EA;
  color: #fff;
}
.zui-button.cold:hover,
a.zui-button.cold:hover {
  background: #00629e;
  border-color: #005284;
}
.zui-button.hard,
a.zui-button.hard {
  background: #737359;
  border-color: #737359;
  color: #fff;
}
.zui-button.hard:hover,
a.zui-button.hard:hover {
  background: #060708;
  border-color: #000000;
}
.zui-button.white,
a.zui-button.white {
  background: #fff;
  border-color: #fff;
  color: #737359;
}
.zui-button.white:hover,
a.zui-button.white:hover {
  background: #f2f2f2;
  border-color: #e6e6e6;
}
.zui-button.subtle,
a.zui-button.subtle {
  border: 1px solid #737359;
  background: transparent;
  color: #737359;
  padding: 9px 29px;
}
.zui-button.subtle:hover,
a.zui-button.subtle:hover {
  background: #737359;
  border-color: #737359;
  color: #fff;
}
.zui-button.subtle.hot,
a.zui-button.subtle.hot {
  background: transparent;
  border-color: #F44336;
  color: #F44336;
}
.zui-button.subtle.hot:hover,
a.zui-button.subtle.hot:hover {
  background: #F44336;
  border-color: #F44336;
  color: #fff;
}
.zui-button.subtle.cold,
a.zui-button.subtle.cold {
  background: transparent;
  border-color: #0091EA;
  color: #0091EA;
}
.zui-button.subtle.cold:hover,
a.zui-button.subtle.cold:hover {
  background: #0091EA;
  border-color: #0091EA;
  color: #fff;
}
.zui-button.subtle.hard,
a.zui-button.subtle.hard {
  background: transparent;
  border-color: #737359;
  color: #737359;
}
.zui-button.subtle.hard:hover,
a.zui-button.subtle.hard:hover {
  background: #737359;
  border-color: #737359;
  color: #fff;
}
.zui-button.subtle.white,
a.zui-button.subtle.white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.zui-button.subtle.white:hover,
a.zui-button.subtle.white:hover {
  background: #fff;
  border-color: #fff;
  color: #737359;
}
.zui-button.subtle.white-text,
a.zui-button.subtle.white-text {
  color: #fff;
}
.zui-button.small,
a.zui-button.small {
  padding: 4px 12px;
}
.zui-button.large,
a.zui-button.large {
  padding: 17px 51px;
  font-size: 19px;
}
.zui-button.block,
a.zui-button.block {
  display: block;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  text-align: center;
}
/*
-------------------------------------------------------------------------------
Extra - eBlock
-------------------------------------------------------------------------------
*/
.zui-eblock {
  margin: 15px 0;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.zui-eblock .title {
  font-size: 12px;
  text-transform: uppercase;
  margin: 20px 0 10px;
  padding-left: 10px;
  position: relative;
  font-weight: 700;
}
.zui-eblock .title:first-child {
  margin-top: 0;
}
.zui-eblock .title:before,
.zui-eblock .title:after {
  content: " ";
  position: absolute;
  margin: 1px 0 0 -14px;
  z-index: 10;
}
.zui-eblock .title:before {
  top: 4px;
  left: 4px;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background: #737359;
  z-index: 11;
}
.zui-eblock .title:after {
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  border: 1px solid #b3b3b3;
}
.zui-eblock .element {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.zui-eblock .element:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.zui-eblock pre {
  margin: 0;
}
.zui-eblock.hard {
  background: #737359;
  border: 1px solid #6F6678;
}
.zui-eblock.hard .title {
  color: #ccd5da;
}
.zui-eblock.hard .title:before,
.zui-eblock.hard .title:after {
  background: #737359;
}
.zui-eblock.hard .title:before {
  background: #a6a378;
}
.zui-eblock.hard .title:after {
  border-color: #a6a378;
}
.zui-eblock.hard .element {
  border-bottom-color: #6F6678;
}
.zui-eblock.hard pre {
  background: #465762;
  color: #ccd5da;
}
/*
-------------------------------------------------------------------------------
Theme
-------------------------------------------------------------------------------
*/
body {
  height: 100%;
  width: 100%;
}
.theme-wrapper {
  background: #EDE1DA;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100vh;
}
.wrapper-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 42%;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  order: 1;
  position: relative;
  background: #737359;
  color: #fff;
  z-index: 20;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.wrapper-left a {
  color: #e889a0;
}
.wrapper-left a:hover {
  color: #f1b3c2;
}
.wrapper-left h1,
.wrapper-left h2,
.wrapper-left h3,
.wrapper-left h4,
.wrapper-left h5,
.wrapper-left h6 {
  color: #fff;
}
.wrapper-left .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background: #738b9b;
  display: none;
}
.wrapper-content-left {
  max-width: 400px;
  position: relative;
  height: 100%;
  padding: 0 50px 30px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
}
.wrapper-right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  order: 2;
  position: relative;
  background: #eeeae4;
  z-index: 15;
  padding: 0;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.wrapper-right.is-loading {
  opacity: 0.6;
}
.wrapper-content-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.blog-more {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.blog-more a {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 3px;
  background: #465762;
  border: 0;
  color: #fff;
}
.blog-more a:hover {
  background: #737359;
}
.blog-more.loading a {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-more .loader {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
}
.blog-more .loader,
.blog-more.loading .text {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.blog-more .text,
.blog-more.loading .loader {
  display: block;
  opacity: 1;
  visibility: visible;
}
.blog-more .text {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.blog-more.loading .text {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.blog-more .loader {
  -webkit-transform: scale(0) translate(-12px, -12px);
  -moz-transform: scale(0) translate(-12px, -12px);
  -o-transform: scale(0) translate(-12px, -12px);
  -ms-transform: scale(0) translate(-12px, -12px);
  transform: scale(0) translate(-12px, -12px);
}
.blog-more.loading .loader {
  -webkit-transform: scale(1) translate(-12px, -12px);
  -moz-transform: scale(1) translate(-12px, -12px);
  -o-transform: scale(1) translate(-12px, -12px);
  -ms-transform: scale(1) translate(-12px, -12px);
  transform: scale(1) translate(-12px, -12px);
}
.blog-more,
.blog-more a,
.blog-more .loader,
.blog-more .text {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.left-wrapper-down {
  -webkit-transform: translateX(-120px);
  -moz-transform: translateX(-120px);
  -o-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  transform: translateX(-120px);
}
.right-wrapper-down {
  -webkit-transform: scale(1.2) translateX(120px) perspective(70vh) rotateY(-20deg);
  -moz-transform: scale(1.2) translateX(120px) perspective(70vh) rotateY(-20deg);
  -o-transform: scale(1.2) translateX(120px) perspective(70vh) rotateY(-20deg);
  -ms-transform: scale(1.2) translateX(120px) perspective(70vh) rotateY(-20deg);
  transform: scale(1.2) translateX(120px) perspective(70vh) rotateY(-20deg);
}
.general-overlay {
  position: relative;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.general-overlay.active {
  z-index: 400;
  opacity: 1;
  visibility: visible;
}
.general-overlay .general-loader {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-25px);
  -moz-transform: translate(-25px);
  -o-transform: translate(-25px);
  -ms-transform: translate(-25px);
  transform: translate(-25px);
  top: 50%;
  left: 50%;
  z-index: 10;
}
/*
-------------------------------------------------------------------------------
Page title
-------------------------------------------------------------------------------
*/
h1.page-title {
  display: block;
  margin: 0;
  padding: 35px 0 15px;
  position: relative;
  z-index: 10;
  color: #555;
}
h1.page-title:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  height: 4px;
  width: 100px;
  border-radius: 8px;
  background: #737359;
}
.copyright {
  position: relative;
  color: #a6a378;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  margin: 90px 0 15px;
}
.copyright:before {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  width: 60px;
  background: #a6a378;
  top: 0;
  left: 50%;
  margin-left: -30px;
}

.copyright a {
  color: #a6a378;
}

.copyright a:hover {
  color: #a6a378;
}

/*
-------------------------------------------------------------------------------
404 page
-------------------------------------------------------------------------------
*/
.page-404-block {
  text-align: center;
}
.page-404-block .the-button {
  margin-top: 30px;
  margin-bottom: 20px;
}
.page-404-block .head-404 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  border: none;
  font-size: 150px;
  color: #737359;
  text-align: center;
  text-transform: uppercase;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 10px;
  text-shadow: 4px 4px 0 #eeeeee, 6px 6px 0 #707070;
}
.section-title-404 {
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 22px;
}
.section-title-404 h6 {
  margin: 0;
}
.section-title-404 span {
  display: block;
  font-size: 14px;
  color: #8c8c8c;
}
/*
-------------------------------------------------------------------------------
Close button
-------------------------------------------------------------------------------
*/
.pb-close {
  display: block;
  position: fixed;
  top: 20px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 0;
  color: #a6a378;
  text-align: center;
  cursor: pointer;
  z-index: 350;
  background: #6F6678;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(150px) rotate(45deg);
  -moz-transform: translateX(150px) rotate(45deg);
  -o-transform: translateX(150px) rotate(45deg);
  -ms-transform: translateX(150px) rotate(45deg);
  transform: translateX(150px) rotate(45deg);
}
.pb-close:before,
.pb-close:after {
  content: " ";
  display: block;
  position: absolute;
  width: 40%;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 30%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pb-close:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pb-close:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pb-close:hover {
  background: #a6a378;
}
.pb-close:hover:before,
.pb-close:hover:after {
  width: 60%;
  left: 20%;
}
.pb-close.active-on-search {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px) rotate(45deg);
  -moz-transform: translateX(0px) rotate(45deg);
  -o-transform: translateX(0px) rotate(45deg);
  -ms-transform: translateX(0px) rotate(45deg);
  transform: translateX(0px) rotate(45deg);
}
/*
-------------------------------------------------------------------------------
CSS loader
-------------------------------------------------------------------------------
*/
.pb-loader {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: 1px 1px 0px #ffffff;
  animation: pb-loader-spin 690ms infinite linear;
  -o-animation: pb-loader-spin 690ms infinite linear;
  -ms-animation: pb-loader-spin 690ms infinite linear;
  -webkit-animation: pb-loader-spin 690ms infinite linear;
  -moz-animation: pb-loader-spin 690ms infinite linear;
}
.pb-loader.large-dark {
  width: 50px;
  height: 50px;
  box-shadow: 2px 2px 0px #737359;
}
@keyframes pb-loader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes pb-loader-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pb-loader-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pb-loader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pb-loader-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
-------------------------------------------------------------------------------
Responsivness
-------------------------------------------------------------------------------
*/
@media (max-width: 980px) {
  .wrapper-left {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 400px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .wrapper-left.wrapper-left-slide-in {
    width: 100%;
    max-width: 400px;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .wrapper-right {
    position: relative;
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    max-width: none;
  }
  .right-wrapper-down {
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -o-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
  }
  .wrapper-content-right .zui-section .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
.demo-grid-col {
  background: #e6e6e6;
  padding: 15px 0;
  text-align: center;
  margin: 15px 0;
  overflow: hidden;
  position: relative;
}
.demo-grid-col span {
  line-height: 1;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
  display: inline-block;
  background: inherit;
}
.demo-grid-col.alt {
  background: #cccccc;
}
.demo-grid-col:hover {
  overflow: visible;
}
/*
-------------------------------------------------------------------------------
Search
-------------------------------------------------------------------------------
*/
.pb-search-overflow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 330;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.pb-search-overflow.active {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.pb-search-wrapper {
  position: fixed;
  z-index: 1;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  visibility: hidden;
  background: #737359;
  z-index: 340;
  overflow-y: auto;
  -webkit-transform: translateX(768px);
  -moz-transform: translateX(768px);
  -o-transform: translateX(768px);
  -ms-transform: translateX(768px);
  transform: translateX(768px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pb-search-wrapper form.pb-search-form {
  position: relative;
  display: block;
  margin: 0 auto 25px auto;
}
.pb-search-wrapper form.pb-search-form input {
  display: block;
  width: 100%;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  padding: 50px 50px 15px;
  background: transparent;
  color: #fff;
  border: 0;
  border-radius: 0;
  outline: none;
}
.pb-search-wrapper form.pb-search-form:before {
  position: absolute;
  content: " ";
  display: block;
  width: 40%;
  height: 1px;
  bottom: 0;
  left: 50px;
  background: #6F6678;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pb-search-wrapper form.pb-search-form.active:before {
  background: #a6a378;
  width: 100%;
  left: 0;
}
.pb-search-wrapper.activated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.pb-search-results {
  display: block;
  padding: 0 50px 50px;
  margin: 0 auto;
  color: #fff;
}
.pb-search-results a {
  color: #d5d2d8;
}
.pb-search-results a:hover {
  color: #fff;
}
.pb-search-results a.article-result {
  display: block;
  margin: 0;
  padding: 15px 20px;
}
.pb-search-results a.article-result img {
  display: block;
  margin: 0;
  max-width: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.pb-search-results a.article-result .title {
  font-size: 20px;
  margin: 0;
}
.pb-search-results a.article-result:nth-child(even) {
  background: #232b31;
}
.pb-search-results a.article-result:hover {
  background: #313c44;
}
@media (max-width: 769px) {
  .pb-search-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .pb-search-wrapper.activated {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 481px) {
  .pb-search-wrapper form.pb-search-form input {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pb-search-wrapper form.pb-search-form:before {
    left: 25px;
  }
  .pb-search-results {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
-------------------------------------------------------------------------------
Scrollbar
-------------------------------------------------------------------------------
*/
.scrollbar-inner {
  position: relative;
  height: 100%;
}
/* perfect-scrollbar v0.6.12 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: transparent;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: transparent;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: transparent;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
/*
-------------------------------------------------------------------------------
Widgets
-------------------------------------------------------------------------------
*/
.widget {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.widget h3.widget-title {
  font-size: 20px;
  text-align: left;
  display: block;
  position: relative;
  padding: 15px 0;
  margin: 0 0 25px;
}
.widget h3.widget-title:before {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 60px;
  background: #8c8c8c;
}
.widget .widget-about {
  text-align: center;
}

.widget .widget-about p {
  font-size: 16px;
  color: #a6a378;

}

.widget .widget-about .photo {
  display: block;
}
.widget .widget-about .photo img {
  margin: 10px auto;
  display: inline-block;
  max-width: 150px;
  border-radius: 50%;
}
.widget .widget-categories ul,
.widget .widget-categories li {
  display: block;
  margin: 0;
  padding: 0;
}
.widget .widget-categories ul li a {
  position: relative;
  display: block;
  padding: 5px 40px 5px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget .widget-categories ul li a:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #737359;
  width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget .widget-categories ul li a:hover:before {
  width: 25%;
}
.widget .widget-categories ul li a > span {
  display: inline-block;
  float: right;
  /* background: rgba(0, 0, 0, 0.1); */
  opacity: 0.8;
  border-radius: 3px;
  padding: 1px 3px;
  font-size: 14px;
  margin-right: -40px;
}
.widget .widget-social ul,
.widget .widget-social li {
  display: block;
  margin: 0;
  padding: 0;
}
.widget .widget-social ul li {
  display: inline-block;
  margin: 3px;
}
.widget .widget-social ul li a {
  position: relative;
  display: block;
  background: #6F6678;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget .widget-social ul li a:hover.facebook {
  background: #3b5998;
}
.widget .widget-social ul li a:hover.google-plus {
  background: #dd4b39;
}
.widget .widget-social ul li a:hover.twitter {
  background: #55acee;
}
.widget .widget-social ul li a:hover.instagram {
  background: #125688;
}
.widget .widget-social ul li a:hover.behance {
  background: #1769ff;
}
.widget .widget-social ul li a:hover.vimeo {
  background: #7EC300;
}
.widget .widget-shortcuts > div {
  padding: 5px 0;
}
.widget .widget-shortcuts > div > div:first-child {
  text-align: right;
  font-size: 14px;
}
.widget .widget-shortcuts > div span {
  display: inline-block;
  color: #fff;
  background: #a6a378;
  border-radius: 3px;
  padding: 1px 5px;
  line-height: 1.2;
}
.widget .widget-social-follow .network {
  display: block;
  position: relative;
  padding-left: 60px;
  min-height: 50px;
  margin-bottom: 14px;
  cursor: pointer;
}
.widget .widget-social-follow .network > .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 44px;
  height: 44px;
  background: #4875b4;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
}
.widget .widget-social-follow .network > .icon > .fa {
  padding: 12px 0;
}
.widget .widget-social-follow .network > .details {
  color: #8c8c8c;
}
.widget .widget-social-follow .network > .details .on {
  display: block;
  font-size: 14px;
}
.widget .widget-social-follow .network > .details .title {
  position: relative;
  display: inline-block;
  color: #4875b4;
  padding-top: 8px;
  font-weight: 700;
}
.widget .widget-social-follow .network:hover > .details .title:before {
  width: 60%;
}
.widget .widget-social-follow .network.facebook > .icon {
  background: #3b5998;
}
.widget .widget-social-follow .network.facebook > .details .title {
  color: #3b5998;
}
.widget .widget-social-follow .network.facebook > .details .title:before {
  background: #3b5998;
}
.widget .widget-social-follow .network.twitter > .icon {
  background: #55acee;
}
.widget .widget-social-follow .network.twitter > .details .title {
  color: #55acee;
}
.widget .widget-social-follow .network.twitter > .details .title:before {
  background: #55acee;
}
.widget .widget-social-follow .network.google > .icon {
  background: #dd4b39;
}
.widget .widget-social-follow .network.google > .details .title {
  color: #dd4b39;
}
.widget .widget-social-follow .network.google > .details .title:before {
  background: #dd4b39;
}
.widget .widget-social-follow .network.vimeo > .icon {
  background: #7EC300;
}
.widget .widget-social-follow .network.vimeo > .details .title {
  color: #7EC300;
}
.widget .widget-social-follow .network.vimeo > .details .title:before {
  background: #7EC300;
}
.widget .widget-newsletter {
  display: block;
  padding: 0 0 20px;
}
.widget .widget-newsletter .hint {
  font-size: 14px;
  color: #8c8c8c;
}
.wrapper-left .widget h3.widget-title {
  color: #d5d2d8;
}
.wrapper-left .widget h3.widget-title:before {
  background: #6F6678;
}
.wrapper-left .widget .widget-categories ul li a {
  color: #a6a378;
}
.wrapper-left .widget .widget-categories ul li a:hover {
  color: #a6a378;
}
.wrapper-left .widget .widget-social ul li a {
  background: #6F6678;
  color: #fff;
}
.wrapper-left .widget .widget-social ul li a:hover.facebook {
  background: #3b5998;
}
.wrapper-left .widget .widget-social ul li a:hover.google-plus {
  background: #dd4b39;
}
.wrapper-left .widget .widget-social ul li a:hover.twitter {
  background: #55acee;
}
.wrapper-left .widget .widget-social ul li a:hover.instagram {
  background: #125688;
}
.wrapper-left .widget .widget-social ul li a:hover.behance {
  background: #1769ff;
}
.wrapper-left .widget .widget-shortcuts > div {
  color: #d5d2d8;
}
.wrapper-left .widget .widget-shortcuts > div span {
  color: #fff;
  background: #6F6678;
}
.wrapper-left .widget .widget-social-follow .network > .details .on {
  color: #a6a378;
}
/*
-------------------------------------------------------------------------------
Menu
-------------------------------------------------------------------------------
*/
.the-menu-button {
  position: fixed;
  z-index: 200;
  top: 30px;
  left: 42%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background: #737359;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.the-menu-button:hover {
  background: #737359;
}
.main-menu {
  display: block;
  list-style: none;
  z-index: 12;
  margin: 0;
  padding: 0;
  width: 240px;
  position: fixed;
  top: 120px;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  left: 42%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-menu > li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 240px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  -webkit-transform: translateX(-240px);
  -moz-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-menu > li.show-menu-li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.main-menu > li > a {
  display: inline-block;
}
.main-menu > li > a span {
  display: inline-block;
  background: #737359;
  padding: 10px 30px;
  margin: 6px 0;
  position: relative;
  border-left: 0px solid #66622a;
  border-right: 0px solid #66622a;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-menu > li > a:hover span,
.main-menu > li > a.active span {
  background: #66622a;
  color: #fff;
}
.main-menu > li > a:hover span {
  padding-left: 60px;
  padding-right: 60px;
}
.active-menu-button {
  background: #737359;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 981px) {
  .the-menu-button {
    left: auto;
    right: 50px;
    margin: 0;
  }
  .main-menu {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    width: auto;
    z-index: 10;
    overflow-y: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .main-menu > li {
    display: block;
    width: auto;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(0px) translateY(30px);
    -moz-transform: translateX(0px) translateY(30px);
    -o-transform: translateX(0px) translateY(30px);
    -ms-transform: translateX(0px) translateY(30px);
    transform: translateX(0px) translateY(30px);
  }
  .main-menu > li.show-menu-li {
    -webkit-transform: translateX(0px) translateY(0);
    -moz-transform: translateX(0px) translateY(0);
    -o-transform: translateX(0px) translateY(0);
    -ms-transform: translateX(0px) translateY(0);
    transform: translateX(0px) translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .main-menu > li > a {
    color: #fff;
    background: transparent;
    margin: 0;
    padding: 0;
  }
  .main-menu > li > a > span {
    margin: 0;
    background: inherit;
    color: inherit;
  }
  .main-menu.active {
    z-index: 310;
    opacity: 1;
    visibility: visible;
  }
  .main-menu.do-inactive {
    z-index: 310;
    opacity: 0;
    visibility: visible;
  }
  .pb-close.active-on-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px) rotate(45deg);
    -moz-transform: translateX(0px) rotate(45deg);
    -o-transform: translateX(0px) rotate(45deg);
    -ms-transform: translateX(0px) rotate(45deg);
    transform: translateX(0px) rotate(45deg);
  }
}
/*
-------------------------------------------------------------------------------
Header
-------------------------------------------------------------------------------
*/
.header-round-button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.6;
  border-radius: 50%;
  text-align: center;
  padding: 12px;
  line-height: 16px;
  font-size: 16px;
  cursor: pointer;
  margin: 0 7px 0 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-round-button.the-icon {
  display: block;
  height: 16px;
  width: 16px;
}
.header-round-button:hover,
.header-round-button.active {
  opacity: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.top-header {
  position: relative;
  z-index: 100;
  margin-bottom: 50px;
  margin-top: 30px;
  margin-left: 40px;
}
.logo-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.logo-block .logo,
.logo-block .the-search-button {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.logo-block .logo {
  padding-right: 3px;
}
.logo-block .logo img {
  margin: 0;
  width: 200px;
  height: 60px;
}
.mobile-header {
  position: relative;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #737359;
  z-index: 250;
  padding: 0 50px 0 65px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.mobile-header .logo-block {
  top: 0;
}
.mobile-header .the-menu-button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  margin: 0;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 16px;
}
.mobile-header .mobile-menu-button-holder .the-menu-button {
  text-align: right;
}
.mobile-header.hide-up {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.sidebar-expander {
  position: absolute;
  width: 50px;
  height: 60%;
  color: #fff;
  left: 0;
  top: 20%;
  text-align: center;
  border-right: 1px solid #66622a;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar-expander > .the-icon {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
}
@media (max-width: 980px) {
  .logo-block,
  .the-menu-button {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .mobile-header .logo-block,
  .mobile-header .the-menu-button {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .wrapper-content-left-in {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .mobile-header {
    padding: 0 15px 0 65px;
  }
}
/*
-------------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------------
*/
.theme-footer {
  display: block;
  padding: 0;
  background: #fff;
  position: fixed;
  border-top: 3px solid #737359;
  top: 100%;
  left: 0;
  right: 0;
  height: auto;
  max-height: 100vh;
  margin: 0;
  margin-top: 0;
  z-index: 50;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-footer .footer-pointer {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -60px;
  margin-left: 0;
  height: 0;
  width: 0;
  background: transparent;
  border: 30px solid transparent;
  border-left-color: #737359;
  border-bottom-color: #737359;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 100;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: border-left-color 0.3s, border-bottom-color 0.3s, margin-top 0.3s, margin-left 0.3s;
  -moz-transition: border-left-color 0.3s, border-bottom-color 0.3s, margin-top 0.3s, margin-left 0.3s;
  -o-transition: border-left-color 0.3s, border-bottom-color 0.3s, margin-top 0.3s, margin-left 0.3s;
  transition: border-left-color 0.3s, border-bottom-color 0.3s, margin-top 0.3s, margin-left 0.3s;
}
.theme-footer .footer-pointer:before,
.theme-footer .footer-pointer:after {
  content: " ";
  position: absolute;
  display: block;
  width: 15px;
  height: 1px;
  top: 10px;
  left: -20px;
  background: #fff;
}
.theme-footer .footer-pointer:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.theme-footer .footer-pointer.out-of-viewport {
  margin-left: -60px;
}
.theme-footer .footer-pointer.active {
  border-left-color: #737359;
  border-bottom-color: transparent;
  border-top-color: #737359;
  margin-top: 0;
  z-index: 100;
  -webkit-transition: margin-top 0s, margin-left 0.3s;
  -moz-transition: margin-top 0s, margin-left 0.3s;
  -o-transition: margin-top 0s, margin-left 0.3s;
  transition: margin-top 0s, margin-left 0.3s;
}
.theme-footer .footer-pointer.active:before,
.theme-footer .footer-pointer.active:after {
  top: -13px;
  left: -19px;
}
.theme-footer .footer-pointer.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.theme-footer .footer-pointer.active:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.theme-footer .footer-esc-tip {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
  word-spacing: nowrap;
  color: #808080;
}
.theme-footer:hover {
  border-top-color: #737359;
}
.theme-footer:hover .footer-pointer {
  border-left-color: #737359;
  border-bottom-color: #737359;
}
.theme-footer:hover .footer-pointer.active {
  border-bottom-color: transparent;
}
.theme-footer .zui-section > .inner {
  max-width: 1100px;
}
.show-footer {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow-y: auto;
  z-index: 310;
}
/*
-------------------------------------------------------------------------------
Article: Granite
-------------------------------------------------------------------------------
*/
.article-granite {
  position: relative;
  display: block;
  padding: 0;
}
.article-granite:before,
.article-granite:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 30%;
  background: #737359;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.article-granite:after {
  width: 1px;
  height: 40%;
}
.article-granite .article-image {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}
.article-granite .photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
.article-granite .photo:before {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #737359;
  content: " ";
  z-index: 2;
  opacity: 0;
}
.article-granite .photo:hover:before {
  opacity: 0.2;
}
.article-granite .post-date {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  padding: 5px 15px;
  background: #737359;
  color: #fff;
  top: 20px;
  left: 20px;
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.article-granite .details {
  padding: 20px 40px 40px 0;
}
.article-granite .read-more {
  text-align: right;
}
.article-granite .read-more .zui-button {
  margin: 0;
}
.article-granite .article-author {
  display: inline-block;
}
.article-granite .article-author img {
  display: inline-block;
  width: 30px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  vertical-align: -10px;
}
.article-granite:hover .post-date {
  opacity: 0.9;
}
.article-granite:hover:before,
.article-granite:hover:after {
  background: #737359;
}
.article-granite:hover:before {
  width: 50%;
}
.article-granite:hover:after {
  height: 65%;
}
@media (max-width: 1201px) {
  .article-granite:before,
  .article-granite:after {
    display: none;
  }
  .article-granite .article-image {
    height: auto;
    padding-bottom: 56.5%;
  }
  .article-granite .details {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 981px) {
  .article-granite:before,
  .article-granite:after {
    display: block;
  }
  .article-granite .article-image {
    height: 100%;
    padding-bottom: 0;
  }
  .article-granite .details {
    padding-right: 40px;
  }
}
@media (max-width: 769px) {
  .blog-articles {
    margin-top: 0;
  }
  .article-granite:before,
  .article-granite:after {
    display: none;
  }
  .article-granite .article-image {
    height: auto;
    padding-bottom: 56.5%;
  }
  .article-granite .details {
    padding-right: 0;
  }
}
/*
-------------------------------------------------------------------------------
Article: Basalt
-------------------------------------------------------------------------------
*/
.article-basalt {
  display: block;
}
.article-basalt .article-header {
  position: relative;
  min-height: 100vh;
}
.article-basalt .article-header .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #333;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.article-basalt .article-header .thumbnail:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.article-basalt .article-header .title {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  color: #fff;
}
.article-basalt .article-header .title,
.article-basalt .article-header .title h3 a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.article-basalt .article-header .title h3 {
  margin-top: 20px;
  line-height: 1.2;
}
.article-basalt .article-header .title h3,
.article-basalt .article-header .title h3 a {
  color: #ffffff;
}
.article-basalt .article-header .title h3 a:hover {
  opacity: 0.7;
}
.article-basalt .article-header .author {
  position: relative;
  z-index: 20;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-basalt .article-header .share img {
  width: 60px;
  height: 60px;
  margin: 0;
  float: left;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.article-basalt .article-header .author > div {
  margin-left: 20px;
}
.article-basalt .article-header .author > div .name {
  font-weight: 700;
}
.article-basalt .article-header .author > div .date {
  opacity: 0.8;
  font-size: 14px;
}
.article-basalt .article-header .share {
  position: relative;
  z-index: 20;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.article-basalt .article-header .share > span {
  width: 40px;
  height: 40px;
  font-size: 16px;
  padding: 12px;
  line-height: 1;
  border-radius: 50%;
  margin: 0;
  background: #fff;
  color: #333;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.article-basalt .article-header .share img:hover {
  opacity: 1;
}
.article-basalt .article-header-in {
  min-height: inherit;
}
.article-basalt.short .article-header {
  min-height: 500px;
}
.article-basalt.boxed {
  padding: 0 50px;
}
.article-basalt.boxed .article-header {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 0;
  max-width: 800px;
  min-height: 500px;
}
@media (max-width: 769px) {
  .article-basalt.boxed {
    padding: 0 20px;
  }
  .article-basalt.boxed .article-header {
    margin-top: 20px;
  }
}
/*
-------------------------------------------------------------------------------
Article: Norite
-------------------------------------------------------------------------------
*/
.article-norite {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.article-norite .date {
  font-size: 14px;
}
.article-norite .title {
  font-size: 18px;
}
.article-norite .zui-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  min-height: inherit;
  padding: 20px 0;
}
.article-norite .zui-section > .inner {
  padding: 0 20px;
}
.article-norite:before {
  content: " ";
  position: absolute;
  top: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 99%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.article-norite:hover {
  color: #fff;
}
.article-norite:hover:before {
  top: 0;
}
.article-norite .categories {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 20;
}
@media (min-width: 1201px) {
  .zui-grid.articles-norite-container > .col {
    min-height: 35vh;
  }
  .zui-grid.articles-norite-container > .col .article-norite {
    min-height: inherit;
  }
}
@media (min-width: 1681.4px) {
  .zui-grid.articles-norite-container > .col {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
  }
}
@media (min-width: 2161.8px) {
  .zui-grid.articles-norite-container > .col {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }
}
@media (min-width: 2522.1px) {
  .zui-grid.articles-norite-container > .col {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.666666666666668%;
    flex-basis: 16.666666666666668%;
  }
}
/*
-------------------------------------------------------------------------------
Article: Titan
-------------------------------------------------------------------------------
*/
.article-titan {
  margin-bottom: 30px;
  width: 100%;
}
.article-titan .categories {
  position: absolute;
  top: 15px;
  right: 15px;
}
.article-titan .image {
  position: relative;
  display: block;
  padding-bottom: 70%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
}
.article-titan .details {
  padding: 20px 0 10px;
}
.article-titan .date {
  color: #8c8c8c;
}
.article-titan h3.title {
  font-size: 28px;
  margin-top: 5px;
}
.article-titan .footer-meta {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0;
}
.article-titan .meta {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 30px;
  text-align: right;
}
.article-titan .meta.author {
  position: relative;
  padding-left: 40px;
  min-height: 30px;
  text-align: left;
}
.article-titan .meta.author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.article-titan .meta.author a {
  line-height: 30px;
}
.article-titan .meta .icon {
  font-size: 16px;
}
.article-titan.boxed {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.article-titan.boxed .image {
  margin: -1px;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.article-titan.boxed .details {
  padding: 15px 30px 10px;
}
.article-titan.boxed .footer-meta {
  padding-left: 30px;
  padding-right: 30px;
}
.article-titan.min .image {
  padding-bottom: 50%;
}
.article-titan.min h3.title {
  font-size: 20px;
  margin-top: 5px;
}
.article-titan.micro .details {
  padding-left: 15px;
  padding-right: 15px;
}
.article-titan.micro .image {
  padding-bottom: 50%;
}
.article-titan.micro .date {
  font-size: 14px;
}
.article-titan.micro .title {
  padding: 5px 0 10px;
  line-height: 1.3;

  font-weight: 700;
  color: #595959;
}
.article-titan.micro .title a {
  font-weight: 700;
  color: #595959;
}
.article-titan.micro .title a:hover {
  color: #a6a378;
}
.articles-titan-container {
  background: #f2f2f2;
}
/*
-------------------------------------------------------------------------------
Article: Minimal
-------------------------------------------------------------------------------
*/
.article-minimal > .zui-section {
  padding: 0 50px;
}
.article-minimal > .zui-section > .inner {
  padding: 25px;
  margin-top: 50px;
  border: 1px solid #f2f2f2;
  max-width: 800px;
}
.article-minimal .meta-title {
  color: #8c8c8c;
  font-size: 14px;
}
.article-minimal .author {
  padding-left: 50px;
  min-height: 50px;
  position: relative;
}
.article-minimal .author > img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  margin-top: -20px;
}
.article-minimal img.photo {
  margin: 0 0 15px;
  border-radius: 3px;
}
@media (max-width: 769px) {
  .article-minimal > .zui-section {
    padding: 0 20px;
  }
}
/*
-------------------------------------------------------------------------------
Articles common
-------------------------------------------------------------------------------
*/
.article-category-label {
  position: relative;
  z-index: 20;
  display: inline-block;
  margin: 0;
  padding: 2px 8px;
  font-size: 14px;
  /* background: #66622a; */
  background: #737359;
  color: #fff;
  border-radius: 3px;
}
.article-category-label.cold {
  background: #0091EA;
}
.article-category-label.hot {
  background: #F44336;
}
.article-category-label.hard {
  background: #737359;
}
.article-category-label.orange {
  background: #FA7535;
}
.article-category-label.purple {
  background: #786BA4;
}
.article-category-label.green {
  /* background: #229E86; */
  background: #737359;
}
.article-category-label + .article-category-label {
  margin-left: 7px;
}
.single-article .single-section-title h3 {
  margin-top: 0;
  margin-bottom: 40px;
}
.single-article .article-tags {
  padding: 15px 0;
}
.single-article .article-tags span {
  font-weight: 700;
  margin-right: 7px;
}
.single-article .article-tags a {
  display: inline-block;
  padding: 2px 5px;
  margin: 0 5px 0 0;
  font-size: 14px;
  color: #8c8c8c;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
}
.single-article .article-tags a:hover {
  border-color: #737359;
  color: #a6a378;
}
.single-article-nav {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  position: relative;
  min-height: 60px;
  padding: 10px;
  padding-left: 85px;
  width: 100%;
  text-align: left;
  margin: 5px 0;
}
.single-article-nav,
.single-article-nav .direction,
.single-article-nav .title,
.single-article-nav .arrow {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-article-nav img,
.single-article-nav .arrow {
  position: absolute;
  margin: 0;
  border: 0;
  top: 50%;
  right: auto;
  left: 10px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  z-index: 2;
}
.single-article-nav .arrow {
  background: rgba(216, 51, 91, 0.7);
  z-index: 3;
  opacity: 0;
}
.single-article-nav .arrow .icon {
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
.single-article-nav .direction {
  color: #8c8c8c;
  font-weight: 700;
  font-size: 14px;
}
.single-article-nav .title {
  font-size: 17px;
  color: #666666;
}
.single-article-nav.right {
  padding-left: 10px;
  padding-right: 85px;
  text-align: right;
}
.single-article-nav.right img,
.single-article-nav.right .arrow {
  right: 10px;
  left: auto;
}
.single-article-nav:hover {
  border-color: #737359;
}
.single-article-nav:hover .direction {
  color: #333;
}
.single-article-nav:hover .title {
  color: #a6a378;
}
.single-article-nav:hover .arrow {
  opacity: 1;
}
.author-info-box {
  text-align: center;
  padding: 25px 0;
}
.author-info-box .avatar {
  border-radius: 50%;
  max-width: 100px;
}
.author-info-box .author-name {
  font-size: 22px;
}
.author-info-box .author-info {
  font-size: 14px;
  color: #575757;
}
.author-info-box .author-info a {
  color: #575757;
}
.author-info-box .author-info a:hover {
  color: #575757;
}
.author-info-box .author-info > span {
  display: inline-block;
}
.author-info-box .author-info > span + span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #575757;
}
.variation-title {
  display: block;
  position: relative;
  line-height: 1;
  border: 0;
  color: #737359;
  padding: 20px 0;
  text-align: center;
}
.variation-title:before {
  content: " ";
  display: block;
  height: 1px;
  width: 40px;
  position: absolute;
  left: 50%;
  bottom: 12px;
  background: #737359;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
.blog-articles {
  border-color: #e6e6e6;
  position: relative;
}
/*
-------------------------------------------------------------------------------
Comments
-------------------------------------------------------------------------------
*/
.article-comments .comment {
  display: block;
  padding: 30px 0 30px 70px;
  position: relative;
  border-top: 1px solid #e6e6e6;
}
.article-comments .comment .avatar {
  position: absolute;
  left: 0;
  top: 30px;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.article-comments .comment .name {
  font-weight: 700;
  color: #595959;
}
.article-comments .comment .name:hover {
  color: #a6a378;
}
.article-comments .comment .date {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
  color: #8c8c8c;
}
.article-comments .comment .actions {
  margin-top: 10px;
}
.article-comments .comment .actions a,
.article-comments .comment .actions .total-likes {
  display: inline-block;
  color: #8c8c8c;
  font-size: 14px;
}
.article-comments .comment .actions a {
  margin-right: 10px;
}
.article-comments .comment .actions a:hover {
  color: #a6a378;
}
.article-comments .comment .actions a.liked {
  color: #737359;
}
.article-comments .comment .actions .total-likes {
  margin-left: 10px;
  float: right;
}
.article-comments .comment:first-of-type {
  border-top-width: 0;
}
.article-comments .comment:last-of-type {
  padding-bottom: 0;
}
.article-comments .comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-comments .comments li > .comments {
  padding-top: 30px;
}
.article-comments .comments li > .comments .comment:first-of-type {
  border-top-width: 1px;
}
.comments-header {
  margin-top: 20px;
  margin-bottom: 10px;
}
.comments-header h3 {
  margin: 0;
}
.comments-header .submit-comment-link {
  display: inline-block;
  float: right;
  padding: 4px 15px;
  border-radius: 3px;
  color: #737359;
}
.comments-header .submit-comment-link:hover {
  background: #737359;
  color: #fff;
}
.comment-form {
  position: relative;
  padding-left: 70px;
}
.comment-form .avatar {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 481px) {
  .comments-header {
    text-align: center;
  }
  .comments-header .submit-comment-link {
    float: none;
  }
  .article-comments .comment,
  .comment-form {
    padding-left: 40px;
  }
  .article-comments .comment .avatar,
  .comment-form .avatar {
    width: 30px;
    height: 30px;
  }
  .article-comments .comments li > .comments .comment {
    padding-left: 0;
  }
  .article-comments .comments li > .comments .comment .avatar {
    width: 22px;
    height: 22px;
    position: relative;
    top: auto;
    left: auto;
    float: left;
    margin: 0 10px 0 0;
  }
}

.dif{
  color: #a6a378;
}
