/*
 * CSS for Ascend Theme
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
.hide-focus-outline *:focus {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 2px solid #eee;
  margin: 0 2px;
  padding: 10px 20px 0;
  margin-bottom: 20px;
}
legend {
  border: 0;
  padding: 0 4px;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #16A085;
  text-decoration: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
[role="button"] {
  cursor: pointer;
}
.clearfix:before,
.clear:before,
.clearfix:after,
.clear:after {
  content: " ";
  display: table;
}
.clearfix:after,
.clear:after {
  clear: both;
}
.entry-content p,
.elementor-element p,
.widget_black-studio-tinymce p {
  margin: 0 0 24px;
}
p {
  margin: 0;
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
h1,
h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 40px;
  color: #444;
}
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 36px;
  color: #444;
}
h4,
h5,
h6 {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 30px;
  color: #555;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
  padding-left: 20px;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #444444;
  background-color: #f5f5f5;
  border-radius: 6px;
}
pre {
  display: block;
  padding: 10px;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  color: #444444;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.kt-tabs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
.kt-tabs li:first-child {
  margin-left: 5px;
}
.kt-tabs:before,
.kt-tabs:after {
  content: " ";
  display: table;
}
.kt-tabs:after {
  clear: both;
}
.kt-tabs:before {
  position: absolute;
  z-index: 10;
  height: 3px;
  background: #16A085;
  width: 100%;
  bottom: 0;
  display: block;
  clear: both;
  content: '';
}
.kt-tabs > li {
  float: left;
}
.kt-tabs > li > a {
  margin-right: 4px;
  line-height: 20px;
  border-bottom: 3px solid transparent;
  padding: 8px 12px 8px 12px;
  background: #aaa;
  color: white;
  border-radius: 0 0;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.kt-tabs > li > a:hover {
  background: #b3b3b3;
}
.kt-tabs > li.active > a,
.kt-tabs > li.active > a:hover,
.kt-tabs > li.active > a:focus {
  color: white;
  background-color: #16A085;
  border-bottom: 3px solid #16A085;
  cursor: default;
}
.entry-content .kt-tabs > li {
  margin-bottom: 0;
}
.kt-tab-content {
  padding: 15px;
  border: 0;
}
.kt-tab-content > .tab-pane {
  display: none;
}
.kt-tab-content > .active {
  display: block;
}
.kt-tabs.kt-tabs-style2 {
  text-align: center;
}
.kt-tabs.kt-tabs-style2:before {
  display: none;
}
.kt-tabs.kt-tabs-style2 > li {
  float: none;
  display: inline-block;
}
.kt-tabs.kt-tabs-style2 > li > a {
  margin-right: 6px;
  margin-left: 6px;
  line-height: 1;
  border-bottom: 2px solid transparent;
  padding: 4px 12px;
  background: transparent;
  color: #444;
  font-size: 24px;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.kt-tabs.kt-tabs-style2 > li > a:hover {
  border-bottom: 2px solid #16A085;
  background: transparent;
}
.kt-tabs.kt-tabs-style2 > li.active > a,
.kt-tabs.kt-tabs-style2 > li.active > a:hover,
.kt-tabs.kt-tabs-style2 > li.active > a:focus {
  color: #444;
  background-color: transparent;
  border-bottom: 2px solid #444;
  cursor: default;
}
.kt-tab-content.kt-tab-content-style2 {
  padding: 15px 0px;
}
@media (max-width: 766px) {
  .kt-tabs.kt-tabs-style2 > li > a {
    margin: 0 2px;
    font-size: 16px;
  }
}
table {
  max-width: 100%;
}
th {
  text-align: left;
}
.entry-content table,
.modal-body table {
  width: 100%;
  margin-bottom: 10px;
}
.entry-content table td,
table td,
.entry-content table th,
table th {
  padding: 10px;
}
.entry-content table tr:nth-child(even),
.modal-body table tr:nth-child(even) {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.03);
}
.entry-content table thead,
.modal-body table thead {
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0.06);
}
.entry-content table p {
  margin-bottom: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row,
.row-fluid,
.col2-set {
  margin-left: -15px;
  margin-right: -15px;
}
.col2-set .col-1,
.col2-set .col-2,
[class^="col-"],
[class*=" col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
[class^="col-ss-"],
[class*=" col-ss-"] {
  float: left;
}
.col-ss-12 {
  float: none;
}
.col-ss-1 {
  width: 8.33333333%;
}
.col-ss-2 {
  width: 16.66666667%;
}
.col-ss-25 {
  width: 20.83333333%;
}
.col-ss-3 {
  width: 25%;
}
.col-ss-4 {
  width: 33.33%;
}
.col-ss-5 {
  width: 41.66666667%;
}
.col-ss-6 {
  width: 50%;
}
.col-ss-7 {
  width: 58.33333333%;
}
.col-ss-8 {
  width: 66.66666667%;
}
.col-ss-9 {
  width: 75%;
}
.col-ss-10 {
  width: 83.33333333%;
}
.col-ss-11 {
  width: 91.66666667%;
}
.col-ss-12 {
  width: 100%;
}
@media (min-width: 544px) {
  [class^="col-xs-"],
  [class*=" col-xs-"] {
    float: left;
  }
  .col-xs-12 {
    float: none;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-25 {
    width: 20.83333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
.rowtight {
  margin-left: -10px;
  margin-right: -10px;
}
.rowtight [class^="col-"],
.rowtight [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row-nomargin {
  margin-left: 0px;
  margin-right: 0px;
}
.row-nomargin [class^="col-"],
.row-nomargin [class*=" col-"] {
  padding-right: 0px;
  padding-left: 0px;
}
.row-margin-small {
  margin-left: -5px;
  margin-right: -5px;
}
.row-margin-small [class^="col-"],
.row-margin-small [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.row:before,
.row-fluid:before,
.col2-set:before,
.row-margin-small:before,
.row-nomargin .rowtight:before,
.row:after,
.row-fluid:after,
.col2-set:after,
.row-margin-small:after,
.row-nomargin .rowtight:after {
  content: " ";
  display: table;
}
.row:after,
.row-fluid:after,
.col2-set:after,
.row-margin-small:after,
.row-nomargin .rowtight:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  [class^="col-sm-"],
  [class*=" col-sm-"] {
    float: left;
  }
  .col-sm-12 {
    float: none;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-25 {
    width: 20%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col2-set .col-1,
  .col2-set .col-2,
  [class^="col-md-"],
  [class*=" col-md-"] {
    float: left;
  }
  .col-md-12 {
    float: none;
  }
  .col-md-1,
  .span1 {
    width: 8.33333333%;
  }
  .col-md-2,
  .span2 {
    width: 16.66666667%;
  }
  .col-md-25 {
    width: 20%;
  }
  .col-md-3,
  .span3 {
    width: 25%;
  }
  .col-md-4,
  .span4 {
    width: 33.33%;
  }
  .col-md-5,
  .span5 {
    width: 41.66666667%;
  }
  .col-md-6,
  .span6,
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 50%;
  }
  .col-md-7,
  .span7 {
    width: 58.33333333%;
  }
  .col-md-8,
  .span8 {
    width: 66.66666667%;
  }
  .col-md-9,
  .span9 {
    width: 75%;
  }
  .col-md-10,
  .span10 {
    width: 83.33333333%;
  }
  .col-md-11,
  .span11 {
    width: 91.66666667%;
  }
  .col-md-12,
  .span12,
  .woocommerce form .form-row-wide,
  .woocommerce-page form .form-row-wide {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  [class^="col-lg-"],
  [class*=" col-lg-"] {
    float: left;
  }
  .col-lg-12 {
    float: none;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-25 {
    width: 20%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
  [class^="col-xl-"],
  [class*=" col-xl-"] {
    float: left;
  }
  .col-xl-12 {
    float: none;
  }
  .kt-width-large .col-xl-1 {
    width: 8.33333333%;
  }
  .kt-width-large .col-xl-15 {
    width: 10%;
  }
  .kt-width-large .col-xl-2 {
    width: 16.66666667%;
  }
  .kt-width-large .col-xl-25 {
    width: 20%;
  }
  .kt-width-large .col-xl-3 {
    width: 25%;
  }
  .kt-width-large .col-xl-4 {
    width: 33.33%;
  }
  .kt-width-large .col-xl-5 {
    width: 41.66666667%;
  }
  .kt-width-large .col-xl-6 {
    width: 50%;
  }
  .kt-width-large .col-xl-7 {
    width: 58.33333333%;
  }
  .kt-width-large .col-xl-8 {
    width: 66.66666667%;
  }
  .kt-width-large .col-xl-9 {
    width: 75%;
  }
  .kt-width-large .col-xl-10 {
    width: 83.33333333%;
  }
  .kt-width-large .col-xl-11 {
    width: 91.66666667%;
  }
  .kt-width-large .col-xl-12 {
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1770px;
  }
  [class^="col-xxl-"],
  [class*=" col-xxl-"] {
    float: left;
  }
  .col-xxl-12 {
    float: none;
  }
  .kt-width-xlarge .col-xxl-1 {
    width: 8.33333333%;
  }
  .kt-width-xlarge .col-xxl-15 {
    width: 10%;
  }
  .kt-width-xlarge .col-xxl-2 {
    width: 16.66666667%;
  }
  .kt-width-xlarge .col-xxl-25 {
    width: 20%;
  }
  .kt-width-xlarge .col-xxl-3 {
    width: 25%;
  }
  .kt-width-xlarge .col-xxl-4 {
    width: 33.33%;
  }
  .kt-width-xlarge .col-xxl-40 {
    width: 40%;
  }
  .kt-width-xlarge .col-xxl-5 {
    width: 41.66666667%;
  }
  .kt-width-xlarge .col-xxl-6 {
    width: 50%;
  }
  .kt-width-xlarge .col-xxl-7 {
    width: 58.33333333%;
  }
  .kt-width-xlarge .col-xxl-8 {
    width: 66.66666667%;
  }
  .kt-width-xlarge .col-xxl-9 {
    width: 75%;
  }
  .kt-width-xlarge .col-xxl-95 {
    width: 80%;
  }
  .kt-width-xlarge .col-xxl-10 {
    width: 83.33333333%;
  }
  .kt-width-xlarge .col-xxl-11 {
    width: 91.66666667%;
  }
  .kt-width-xlarge .col-xxl-12 {
    width: 100%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
  height: auto;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.sf-menu .tooltip-inner,
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media print {
  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left !important;
  }
  .col-md-12 {
    width: 100% !important;
  }
  .col-md-11 {
    width: 91.66666667% !important;
  }
  .col-md-10 {
    width: 83.33333333% !important;
  }
  .col-md-9 {
    width: 75% !important;
  }
  .col-md-8 {
    width: 66.66666667% !important;
  }
  .col-md-7 {
    width: 58.33333333% !important;
  }
  .col-md-6 {
    width: 50% !important;
  }
  .col-md-5 {
    width: 41.66666667% !important;
  }
  .col-md-4 {
    width: 33.33333333% !important;
  }
  .col-md-3 {
    width: 25% !important;
  }
  .col-md-25 {
    width: 20% !important;
  }
  .col-md-2 {
    width: 16.66666667% !important;
  }
  .col-md-1 {
    width: 8.33333333% !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.primary-color {
  color: #16A085;
}
ul,
ol {
  padding: 0;
  padding-left: 20px;
}
.kt_color_gray {
  color: #aaa;
}
a.kt_color_gray:hover {
  color: #555;
}
.sidebar a:not(.button),
.above-footer-widgets a:not(.button),
.elementor-widget-sidebar a:not(.button) {
  color: #555;
}
.sidebar a:not(.button):hover,
.above-footer-widgets a:not(.button):hover,
.elementor-widget-sidebar a:not(.button):hover {
  color: #16A085;
}
.wp-pagenavi {
  text-align: center;
  margin: 10px 0;
}
.wp-pagenavi:before {
  clear: both;
  display: table;
  content: ' ';
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 8px 18px;
  font-weight: bold;
  margin: 5px;
  display: inline-block;
  color: #aaa;
  border: solid 2px #aaa;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.wp-pagenavi a i {
  vertical-align: sub;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  width: 10px;
  margin-left: -4px;
}
.wp-pagenavi a:hover {
  border-color: #16A085;
  color: #16A085;
}
.wp-pagenavi .current {
  color: #fff;
  border-color: #16A085;
  background-color: #16A085;
}
#topcontrol {
  z-index: 1000;
}
#topcontrol .to_the_top {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  bottom: 30px;
  cursor: pointer;
  height: 38px;
  position: absolute;
  right: 20px;
  width: 38px;
  z-index: 5;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.4);
  box-sizing: content-box;
}
#topcontrol .to_the_top:hover {
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
#topcontrol .to_the_top > div {
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
}
#ascrail2000 {
  background-color: #666;
  width: 0;
  position: fixed;
  z-index: 100000!important;
}
.videofit iframe {
  max-width: 100%;
}
#supersized {
  margin: 0;
  padding: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#infscr-loading {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 1000;
  text-align: center;
}
#infscr-loading img {
  max-width: 60px;
}
.kt-404-alert {
  text-align: center;
}
.kt-404-alert form.search-form {
  max-width: 300px;
  margin: 0 auto;
}
.kt_search_post_type {
  text-transform: uppercase;
  font-size: 12px;
  border-left: 2px solid #aaa;
  display: block;
  padding-left: 4px;
  line-height: 1;
  margin-bottom: 10px;
}
.search_results_item {
  border: 2px solid #eee;
  padding: 15px;
}
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
  float: none !important;
}
#bbpress-forums p.bbp-topic-meta img.avatar {
  float: none !important;
}
.error-not-found {
  padding: 20px;
  text-align: center;
  border: 2px solid #aaa;
}
.entry-content .aligncenter,
.main .aligncenter,
.footerclass .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  clear: both;
}
figure.wp-caption {
  max-width: 100%;
}
img.alignleft,
.wp-caption.alignleft {
  margin: 5px 20px 10px 0;
}
img.alignright,
.wp-caption.alignright {
  margin: 5px 0px 10px 20px;
}
img.alignnone,
.wp-caption.alignnone {
  margin: 5px 0;
}
.wp-caption {
  text-align: center;
}
.wp-caption-text {
  font-size: inherit;
}
html .sticky,
html .postlist article.sticky {
  font-size: inherit;
}
.gallery-caption {
  font-size: inherit;
}
.bypostauthor {
  font-size: inherit;
}
.kt-custom-row-full-stretch,
.kt-custom-row-full {
  visibility: hidden;
}
.no-js .kt-custom-row-full-stretch,
.no-js .kt-custom-row-full {
  visibility: visible;
}
.entry-content:after {
  clear: both;
  display: table;
  content: '';
}
.elementor-edit-mode .kt_item_fade_in {
  opacity: 1;
}
.sidebar > li.widget {
  list-style: none;
}
#content .gallery.kt-image-carousel {
  margin: 0;
}
.carousel-outer-container {
  overflow: hidden;
}
.ascend-svg-iconset {
  display: inline-flex;
  align-self: center;
}
.ascend-svg-iconset svg {
  height: 1em;
  width: 1em;
}
.ascend-svg-iconset.ascend-svg-baseline svg {
  top: 0.125em;
  position: relative;
}
#topcontrol .to_the_top > div:before {
  display: block;
  border-style: solid;
  border-width: 0 0 4px 4px;
  content: '';
  display: inline-block;
  height: 12px;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -4px;
  transform: rotate(135deg);
  vertical-align: top;
  width: 12px;
  position: absolute;
}
.give-embed-form-wrapper.modal {
  display: block;
  bottom: auto;
  right: auto;
}
.give-embed-form-wrapper.modal .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
}
.give-embed-form-wrapper.modal .close-btn {
  line-height: 2;
}
body {
  overflow-x: hidden;
}
.alignleft[class^=wp-block-] {
  margin-right: 1.6em;
}
.alignright[class^=wp-block-] {
  margin-left: 1.6em;
}
.alignfull,
.alignwide {
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .main:not(.kt-sidebar) .entry-content .alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
  }
  .main:not(.kt-sidebar) .entry-content .alignfull:not(.wp-block-kadence-rowlayout) {
    text-align: center;
  }
  .main:not(.kt-sidebar) .entry-content .alignwide {
    position: relative;
    width: 92vw;
    left: 50%;
    right: 50%;
    margin-left: -46vw;
    margin-right: -46vw;
  }
  .main:not(.kt-sidebar) .entry-content .alignwide:not(.wp-block-kadence-rowlayout) {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .main:not(.kt-sidebar) .entry-content .alignwide {
    width: 84vw;
    margin-left: -42vw;
    margin-right: -42vw;
  }
}
@media (min-width: 1700px) {
  .main:not(.kt-sidebar) .entry-content .alignwide {
    width: 72vw;
    margin-left: -36vw;
    margin-right: -36vw;
  }
}
@media (max-width: 991px) {
  .main .entry-content .alignfull {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center;
    padding: 0;
    width: 100vw;
  }
  .main .entry-content .alignwide {
    position: relative;
    width: 92vw;
    left: 50%;
    right: 50%;
    margin-left: -46vw;
    margin-right: -46vw;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main .entry-content .alignwide {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center;
    padding: 0;
    width: 100vw;
  }
}
.alignfull.wp-block-image img,
.alignwide.wp-block-image img {
  width: 100%;
}
.wp-block-image.alignfull,
.alignwide.wp-block-image {
  max-width: none;
}
.entry-content .alignfull:last-child {
  margin-bottom: 0;
}
.wp-block-separator {
  border: none;
  border-bottom: 2px solid #eee;
  margin: 1.65em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
.wp-block-separator.is-style-dots:before {
  font-size: 30px;
}
.entry-content li {
  margin-bottom: 5px;
}
pre.wp-block-verse {
  border: 0;
  margin: 1.65em 0;
  padding: 20px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-bottom: 2%;
}
.container-fullwidth .entry-content > h1,
.container-fullwidth .entry-content > h2,
.container-fullwidth .entry-content > h3,
.container-fullwidth .entry-content > h4 {
  margin-bottom: 16px;
}
figure.wp-block-audio {
  margin: 1.6em auto;
  min-width: 240px;
}
figure.wp-block-audio.aligncenter {
  max-width: 80%;
}
.wp-block-audio audio {
  width: 100%;
}
.entry-content .wp-block-quote p {
  font-weight: inherit;
  font-size: 120%;
}
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
  margin-bottom: 24px;
  border: 0;
}
.entry-content .wp-block-quote.is-large p,
.entry-content .wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
  font-weight: 300;
}
.entry-content .wp-block-quote cite {
  display: block;
  font-size: 90%;
  margin-top: 16px;
  text-transform: none;
}
.entry-content .wp-block-latest-posts.is-grid {
  display: flex;
  list-style-type: disc;
  list-style-position: inside;
}
.entry-content .wp-block-latest-posts.is-grid li {
  padding-left: 5px;
}
.has-very-light-gray-color {
  color: #eee;
}
.has-white-color {
  color: #fff;
}
.has-black-color {
  color: #000;
}
.has-very-dark-gray-color {
  color: #444;
}
.has-ascend-primary-color {
  color: #16A085;
}
.has-ascend-primary-light-color {
  color: #2ab499;
}
.has-ascend-primary-background-color {
  background-color: #16A085;
}
.has-ascend-primary-light-background-color {
  background-color: #2ab499;
}
.has-very-dark-gray-background-color {
  background-color: #444;
}
.has-black-background-color {
  background-color: #000;
}
.has-white-background-color {
  background-color: #fff;
}
.has-very-light-gray-background-color {
  background-color: #eee;
}
.wp-block-image {
  margin: 1.65em auto;
}
.wp-block-image figure.aligncenter {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.wp-block-image figcaption {
  font-size: 90%;
  margin-top: 0.5em;
}
.entry-content .wp-block-cover-image {
  display: flex;
}
.wp-block-embed {
  margin-left: auto;
  margin-right: auto;
}
.entry-content p.has-drop-cap:first-letter {
  font-weight: inherit;
}
.entry-content .wp-block-gallery.aligncenter {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.wp-block-table.is-style-stripes tr:nth-child(even) {
  background: transparent;
}
.entry-content p[style^="font-size"] {
  line-height: 1.4;
}
.has-small-font-size {
  line-height: 1.8;
}
.has-medium-font-size {
  line-height: 1.6;
}
.has-large-font-size {
  line-height: 1.4;
}
.has-huge-font-size {
  line-height: 1.2;
}
.wp-block-pullquote.is-style-solid-color cite {
  margin-top: 16px;
  display: block;
  font-size: 90%;
}
.wp-block-pullquote:not( .is-style-solid-color ) {
  padding: 24px 45px 24px 45px;
  border: 0;
  position: relative;
}
.wp-block-pullquote:not( .is-style-solid-color ) blockquote {
  border: 0;
}
.wp-block-pullquote:not( .is-style-solid-color ) p {
  font-size: 24px;
  line-height: 1.6;
  font-weight: inherit;
}
.wp-block-pullquote:not( .is-style-solid-color ) cite,
.wp-block-pullquote:not( .is-style-solid-color ) footer {
  margin-top: 16px;
  display: block;
  font-size: 90%;
}
.wp-block-pullquote:not( .is-style-solid-color ):before {
  font-size: 80px;
  font-family: "Helvetica Neue", sans-serif;
  content: open-quote;
  color: #aaa;
  position: absolute;
  left: 15px;
  top: 15px;
}
.wp-block-pullquote:not( .is-style-solid-color ):after {
  font-size: 80px;
  font-family: "Helvetica Neue", sans-serif;
  content: close-quote;
  color: #aaa;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.main:not(.kt-sidebar) .entry-content .alignfull.wp-block-pullquote {
  padding: 24px 45px 24px 45px;
}
.home-padding {
  padding: 20px 0;
}
.box-icon-item {
  display: block;
  padding: 10px;
  text-align: center;
}
.box-icon-item .icon-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 42px;
  border: 2px solid #444;
  color: #444;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
.box-icon-item .icon-container .icon-heighlight {
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 3;
  display: block;
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.box-icon-item .icon-container .icon-left-highlight {
  border-bottom: 2px solid #16A085;
  border-left: 2px solid #16A085;
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.box-icon-item .icon-container .icon-right-highlight {
  border-top: 2px solid #16A085;
  border-right: 2px solid #16A085;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.box-icon-item .menu-icon-description {
  margin-bottom: 0;
  color: #444;
}
.box-icon-item .menu-icon-read-more {
  margin-top: 10px;
  padding: 4px 8px;
  position: relative;
  color: #444;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}
.box-icon-item .menu-icon-read-more .read-more-highlight {
  display: block;
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 50%;
  top: 0;
  left: 50%;
  margin-left: -25%;
  height: 2px;
  background-color: #16A085;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.box-icon-item:hover .icon-container .icon-heighlight {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.box-icon-item:hover .menu-icon-read-more .read-more-highlight {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.home-padding:first-child {
  padding-top: 0;
}
.home_blog_readmore {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #eee;
}
.kt_mobile_slider {
  display: none;
}
.kt-h-basic-carousel-post .blog_photo_item .photo-postcontent .photo-postcontent-inner {
  max-width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 992px) {
  .kad-header-position-left #wrapper {
    padding-left: 240px;
  }
  .kad-header-position-right #wrapper {
    padding-right: 240px;
  }
  .container {
    width: 90%;
    max-width: 1170px;
  }
  .kt-width-small .container {
    max-width: 940px;
  }
}
@media (min-width: 767px) {
  .container {
    width: 90%;
    max-width: 1140px;
  }
  .container .container .container {
    width: 100%;
  }
  .container .kt-custom-row-full-stretch .container {
    width: 90%;
  }
  .kt-width-large.kt-width-xlarge.kt-width-full .container {
    max-width: 100%;
  }
}
@media (min-width: 1500px) {
  .kt-width-large .container,
  .kt-width-xlarge .container {
    max-width: 1470px;
  }
}
@media (min-width: 1800px) {
  .kt-width-xlarge .container {
    max-width: 1770px;
  }
}
#wrapper {
  padding: 0;
}
body.body-style-normal #wrapper,
body.body-style-bubbled #wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
body.body-style-boxed #wrapper {
  width: 100% !important;
  position: relative;
}
@media screen and (max-width: 600px) {
  body.body-style-boxed #wpadminbar {
    position: fixed;
  }
}
#wrapper {
  min-height: 100vh;
  overflow: hidden;
}
@media (min-width: 992px) {
  .main.kt-sidebar {
    padding-right: 50px;
  }
  .kt-fullwidth .main.kt-sidebar {
    padding-right: 20px;
  }
  .main.col-lg-9.kt-sidebar-left {
    float: right;
    padding-right: 15px;
    padding-left: 50px;
  }
}
.kt-sidebar .kt-custom-row-full-stretch {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#content {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.siteorigin-panels:not(.single-product):not(.woocommerce-checkout):not(.single-post) #content {
  padding-top: 0px;
  padding-bottom: 0px;
}
body.siteorigin-panels:not(.single-product):not(.woocommerce-checkout):not(.single-post) #ktsidebar {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.kt-single-post-no-inner-title.siteorigin-panels.single-post #content {
  padding-top: 0px;
  padding-bottom: 0px;
}
body.kt-single-post-no-inner-title.siteorigin-panels.single-post #ktsidebar {
  padding-top: 30px;
  padding-bottom: 30px;
}
#content.page-content-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
body.body-style-bubbled .contentclass {
  background: transparent;
}
body.body-style-bubbled .postclass {
  background: white;
  padding: 15px;
}
body.body-style-bubbled .kt-title span,
body.body-style-bubbled .sidebar .widget-title span,
body.body-style-bubbled .above-footer-widgets .widget-title span,
body.body-style-bubbled .footer-widget-title span {
  background: #f2f2f2;
}
body.body-style-bubbled footer.single-footer .post-footer-section:last-child {
  border: 0;
}
.headerclass,
.mobile-headerclass {
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ascend-trans-logo,
.ascend-mobile-trans-logo {
  display: none;
}
body.trans-header div:not(.is-sticky) > .headerclass-outer div:not(.is-sticky) > .kad-header-topbar-primary-outer div:not(.is-sticky) > .headerclass {
  background: transparent;
}
body.trans-header div:not(.is-sticky) > .headerclass-outer div:not(.is-sticky) > .kad-header-topbar-primary-outer div:not(.is-sticky) > .headerclass .nav-main ul.sf-menu > li > a,
body.trans-header div:not(.is-sticky) > .headerclass-outer div:not(.is-sticky) > .kad-header-topbar-primary-outer div:not(.is-sticky) > .headerclass .kt-header-extras ul.sf-menu > li > a,
body.trans-header div:not(.is-sticky) > .headerclass-outer div:not(.is-sticky) > .kad-header-topbar-primary-outer div:not(.is-sticky) > .headerclass .kt-header-extras .kt-extras-label [class*="kt-icon-"],
body.trans-header div:not(.is-sticky) > .headerclass-outer div:not(.is-sticky) > .kad-header-topbar-primary-outer div:not(.is-sticky) > .headerclass .kt-header-extras .kadence_social_widget a,
body.trans-header div:not(.is-sticky) > .headerclass-outer div:not(.is-sticky) > .second-navclass .sf-menu > li > a,
body.trans-header:not(.kad-header-position-above) div:not(.is-sticky) > .second-navclass .sf-menu > li > a {
  color: #fff;
}
body.trans-header div:not(.is-sticky) > .headerclass-outer div:not(.is-sticky) > .kad-header-topbar-primary-outer div:not(.is-sticky) > .headerclass .kt-header-extras .kadence_social_widget a {
  border-color: rgba(255, 255, 255, 0.35);
}
body.trans-header div:not(.is-sticky) > .headerclass-outer div:not(.is-sticky) > .kad-header-topbar-primary-outer div:not(.is-sticky) > .headerclass .kad-site-tagline {
  color: #fff;
}
body.trans-header div:not(.is-sticky) > .headerclass-outer div:not(.is-sticky) > .kad-header-topbar-primary-outer div:not(.is-sticky) > .headerclass #logo a.brand {
  color: #fff;
}
body.trans-header div:not(.is-sticky) > .headerclass-outer div:not(.is-sticky) > .second-navclass {
  background: transparent;
}
body.trans-header div:not(.is-sticky) > .second-navclass {
  background: transparent;
}
body.trans-header div:not(.is-sticky) > .headerclass-outer div:not(.is-sticky) > .second-navclass .sf-menu > li:after {
  background: #fff;
}
body.trans-header:not(.kad-header-position-above) div:not(.is-sticky) > .second-navclass .sf-menu > li:after {
  background: #fff;
}
body.trans-header div:not(.is-sticky) > .mobile-headerclass {
  background: transparent;
}
body.trans-header div:not(.is-sticky) > .mobile-headerclass .kt-mobile-header-toggle button,
body.trans-header div:not(.is-sticky) > .mobile-headerclass .kad-site-tagline,
body.trans-header div:not(.is-sticky) > .mobile-headerclass #mobile-logo a,
body.trans-header div:not(.is-sticky) > .mobile-headerclass #mobile-logo .kad-mobile-site-title,
body.trans-header div:not(.is-sticky) > .mobile-headerclass .kad-mobile-site-tagline {
  color: #fff;
}
body.trans-header div:not(.is-sticky) > .headerclass-outer div:not(.is-sticky) > .kad-header-topbar-primary-outer div:not(.is-sticky) > .headerclass .kt-header-extras .kadence_social_widget a:hover {
  color: #fff;
}
body.trans-header div:not(.is-sticky) > .mobile-headerclass .kt-mnt span {
  background: #fff;
}
body.trans-header #kad-header-menu,
body.trans-header #kad-mobile-banner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid transparent;
}
body.trans-header.body-style-boxed #kad-header-menu {
  left: auto;
}
body.trans-header:not(.kad-header-position-above) .outside-second .second-navclass {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid transparent;
}
.sliderclass .seq-preloader {
  z-index: 499 !important;
}
body.trans-header:not(.kad-header-position-above) .outside-second .sticky-wrapper {
  height: 0 !important;
}
body.trans-header:not(.kad-header-position-above) .outside-second {
  position: relative;
}
body.trans-header #kad-header-menu-sticky-wrapper {
  height: 0 !important;
}
body.trans-header #kad-mobile-banner-sticky-wrapper {
  height: 0 !important;
}
body.trans-header.admin-bar:not(.body-style-boxed) {
  position: relative;
}
body.trans-header.admin-bar #kad-mobile-banner {
  top: 32px;
}
@media (max-width: 782px) {
  body.trans-header.admin-bar #kad-mobile-banner {
    top: 46px;
  }
  body.trans-header.admin-bar:not(.body-style-boxed) {
    position: static;
  }
}
.contentclass {
  background: white;
}
body {
  background-color: #f2f2f2;
}
/*
.sf-vertical.sf-menu > li > a:before {
    width:50%;
    height: 2px;
    position: absolute;
    bottom: 5%;
    left: 25%;
    .scale(0);
    content: '';
    background: rgba(0,0,0,.1);
    .transition(all 0.3s ease-in-out);
}
.sf-vertical.sf-menu > li:hover > a:before {
	.scale(1);
}
*/
.sf-menu a {
  color: #444;
}
.sf-vertical.sf-menu li.menu-widget-area-kt {
  margin-top: 5px;
}
.kt-row-style-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.kt_sep_panel {
  height: 100px;
  position: relative;
}
.kt_sep_panel svg {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 600px) {
  .kt_sep_panel {
    height: 60px;
  }
}
.sep_right_triangle svg,
.sep_tilt_left svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.sep_center_small_triangle {
  height: 0;
}
.sep_center_triangle_double path.large-center-triangle {
  fill: rgba(0, 0, 0, 0.2);
}
.sep-triangle-bottom {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #fff;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 1;
  margin-top: -1px;
  margin-left: -50px;
}
.sep_three_small_triangle {
  height: 0;
}
.sep_three_small_triangle .sep-triangle-bottom {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  left: 50%;
  margin-left: -30px;
  margin-top: -1px;
}
.sep_three_small_triangle .sep-triangle-bottom.left-small {
  margin-left: -90px;
}
.sep_three_small_triangle .sep-triangle-bottom.right-small {
  margin-left: 30px;
}
.siteorigin-panels-home #content.homepagecontent {
  padding-top: 0;
  padding-bottom: 0;
}
.kt-no-cell-margin .panel-grid-cell,
.kt-no-cell-margin .panel-grid-cell .so-panel {
  margin-bottom: 0 !important;
}
.inner-sep-content-wrap > .panel-grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.inner-sep-content-wrap {
  width: 100%;
}
.panel-grid.panel-no-style.panel-no-flex {
  display: block;
}
#content .kt-no-vertical-gutter > .panel-grid-cell > .so-panel {
  margin-bottom: 0;
}
.elementor-edit-mode .kt-ctaw {
  min-height: 40px;
}
#content.container-fullwidth {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.container-fullwidth .main.kt-nosidebar {
  padding: 0;
  overflow: hidden;
}
.container-fullwidth .main.kt-sidebar,
.container-fullwidth #ktsidebar {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 599;
  text-align: left;
  border: 2px solid #eee;
}
.sf-menu > li {
  display: inline-block;
}
.sf-menu li a i {
  margin-right: 5px;
}
.sf-menu .kadence_social_widget a i {
  margin: 0;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
  zoom: 1;
  letter-spacing: 0.2px;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sf-menu > li > a {
  text-transform: uppercase;
}
.sf-menu ul a {
  padding: 10px 15px;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
.sf-menu.sf-menu-normal ul ul {
  top: -2px !important;
}
.sf-menu.sf-menu-normal > li > ul:before {
  display: block;
  content: "";
  position: absolute;
  top: -8px;
  left: 23px;
  width: 0;
  height: 0;
  border-width: 0 6px 6px 6px;
  border-color: #eee;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}
.sf-menu ul {
  background: #fff;
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
}
.sf-vertical ul {
  left: 100%;
  top: 0;
}
.sf-vertical > li {
  float: none;
}
.sf-vertical li {
  width: 100%;
}
.kad-relative-vertical-content .sf-vertical ul {
  margin-left: -2px;
}
.kad-relative-vertical-content .sf-vertical li {
  z-index: 1000;
}
.kad-relative-vertical-content .sf-vertical ul nav.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
}
/* styling for both css and generated arrows */
.kt-showsub-indicator .sf-menu-normal .sf-dropdown > a:after {
  right: 10px;
  vertical-align: bottom;
  display: inline-block;
  content: '';
  width: 0;
  height: 16px;
  margin-left: 5px;
  margin-bottom: -2px;
  margin-right: 1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
}
.kt-showsub-indicator .sf-menu-normal .sf-dropdown-submenu > a:after,
.kt-show-vertsub-indicator .sf-vertical .sf-dropdown > a:after,
.kt-show-vertsub-indicator .sf-vertical .sf-dropdown-submenu > a:after {
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  position: absolute;
  right: 10px;
  margin-top: -4px;
  border-bottom: 4px solid transparent;
  border-left: 4px solid currentColor;
  border-top: 4px solid transparent;
}
.kad-vertical-menu-inner {
  text-align: center;
}
.kad-relative-vertical-content .nav-main .sf-vertical > li {
  padding: 0 0px;
}
.kad-relative-vertical-content .nav-main .sf-vertical ul {
  border: 2px solid #eee;
  text-align: left;
  margin-left: -2px;
}
.kad-relative-vertical-content .nav-main .sf-vertical ul ul {
  margin-left: 0;
}
.kad-relative-vertical-content .nav-main .sf-vertical li {
  z-index: 1000;
}
.kad-relative-vertical-content ul.sf-menu.sf-vertical {
  margin-right: -20px;
  margin-left: -20px;
}
.nav-main .sf-menu > li > a i {
  display: block;
  font-size: 28px;
  line-height: inherit;
  margin-right: 0;
  text-align: center;
}
.sf-menu-normal > li > ul.kt-subright {
  left: auto;
  right: 0;
}
.sf-menu-normal > li > ul.kt-subright:before {
  left: auto;
  right: 23px;
}
.sf-menu li.kt-hide-label > a > span {
  display: none;
}
.sf-menu li.kt-hide-label > a > i {
  margin-right: 0;
}
.sf-menu.sf-menu-normal > li.kt-lgmenu > ul {
  left: 50%;
  margin-left: -200px;
  width: 400px;
}
.sf-menu.sf-menu-normal > li.kt-lgmenu > ul:before {
  left: 50%;
  margin-left: -6px;
}
.sf-menu.sf-menu-normal > li.kt-lgmenu > ul > li {
  width: 50%;
  float: left;
}
.sf-menu.sf-menu-normal > li.kt-lgmenu > ul > li > a {
  padding-top: 15px;
  text-transform: uppercase;
}
.sf-menu.sf-menu-normal > li.kt-lgmenu > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  left: 15px;
  right: 15px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
}
.sf-menu.sf-menu-normal > li.kt-lgmenu > ul > li a:after {
  display: none;
}
.sf-menu.sf-menu-normal > li.kt-lgmenu > ul > li ul {
  position: static;
  border: 0;
  display: block !important;
  opacity: 1 !important;
  min-width: 100%;
}
.sf-menu.sf-menu-normal > li.kt-lgmenu.kt-menu-column-3 > ul {
  margin-left: -300px;
  width: 600px;
}
.sf-menu.sf-menu-normal > li.kt-lgmenu.kt-menu-column-3 > ul > li {
  width: 33.33%;
}
.sf-menu.sf-menu-normal > li.kt-lgmenu.kt-menu-column-4 > ul {
  margin-left: -450px;
  width: 900px;
}
.sf-menu.sf-menu-normal > li.kt-lgmenu.kt-menu-column-4 > ul > li {
  width: 25%;
}
.sf-menu.sf-menu-normal > li.kt-lgmenu > ul.kt-subright {
  left: auto;
  right: -100px;
}
.sf-menu.sf-menu-normal > li.kt-lgmenu > ul.kt-subright:before {
  left: auto;
  right: 150px;
}
.sf-menu.sf-vertical > li.kt-lgmenu > ul {
  width: 400px;
}
.sf-menu.sf-vertical > li.kt-lgmenu > ul > li {
  width: 50%;
  float: left;
}
.sf-menu.sf-vertical > li.kt-lgmenu > ul > li > a {
  text-transform: uppercase;
}
.sf-menu.sf-vertical > li.kt-lgmenu > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  left: 15px;
  right: 15px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
}
.sf-menu.sf-vertical > li.kt-lgmenu > ul > li a:after {
  display: none;
}
.sf-menu.sf-vertical > li.kt-lgmenu > ul > li ul {
  position: static;
  border: 0;
  display: block !important;
  opacity: 1 !important;
  min-width: 100%;
}
.sf-menu.sf-vertical > li.kt-lgmenu.kt-menu-column-3 > ul {
  width: 600px;
}
.sf-menu.sf-vertical > li.kt-lgmenu.kt-menu-column-3 > ul > li {
  width: 33.33%;
}
.sf-menu.sf-vertical > li.kt-lgmenu.kt-menu-column-4 > ul {
  width: 900px;
}
.sf-menu.sf-vertical > li.kt-lgmenu.kt-menu-column-4 > ul > li {
  width: 25%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .sf-menu.sf-menu-normal > li.kt-lgmenu.kt-menu-column-4 {
    position: static;
  }
  .sf-menu.sf-menu-normal > li.kt-lgmenu.kt-menu-column-4 > ul {
    width: 100%;
    margin-left: 0 !important;
    right: 0;
    left: auto;
  }
  .sf-menu.sf-menu-normal > li.kt-lgmenu.kt-menu-column-4 > ul:before {
    display: none;
  }
  .sf-menu.sf-vertical > li.kt-lgmenu.kt-menu-column-4 > ul {
    width: 680px;
  }
}
.topbarclass .sf-menu ul {
  background: #444;
  border-color: rgba(0, 0, 0, 0.2);
}
.topbarclass .sf-menu.sf-menu-normal > li > ul:before {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.kad-mobile-nav li {
  position: relative;
}
.kad-mobile-nav li .kad-submenu-accordion {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  text-align: center;
  height: auto;
  padding: 8px 15px;
}
.kad-mobile-nav li .kad-submenu-accordion.toggle-active {
  background: rgba(0, 0, 0, 0.07);
}
.kad-mobile-nav li .kad-submenu-accordion i.kt-icon-chevron-up,
.kad-mobile-nav li .kad-submenu-accordion i.kt-icon-chevron-up {
  display: none;
}
.kad-mobile-nav li .kad-submenu-accordion.toggle-active i.kt-icon-chevron-down,
.kad-mobile-nav li .kad-submenu-accordion.toggle-active i.kt-icon-chevron-down {
  display: none;
}
.kad-mobile-nav li .kad-submenu-accordion.toggle-active i.kt-icon-chevron-up,
.kad-mobile-nav li .kad-submenu-accordion.toggle-active i.kt-icon-chevron-up {
  display: block;
  line-height: inherit;
}
.kad-mobile-nav li .kad-submenu-accordion i {
  padding-right: 0px;
}
.kad-mobile-nav li .kad-nav-collapse.in {
  height: auto;
}
.kad-mobile-nav i.kt-icon-chevron-down:before {
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: '';
  display: inline-block;
  height: 11px;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -7px;
  transform: rotate(135deg);
  vertical-align: top;
  width: 11px;
  position: absolute;
}
.kad-mobile-nav i.kt-icon-chevron-up:before {
  border-style: solid;
  border-width: 0 0 3px 3px;
  content: '';
  display: inline-block;
  height: 11px;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -3px;
  transform: rotate(135deg);
  vertical-align: top;
  width: 11px;
  position: absolute;
}
.kad-mobile-nav i.kt-icon-chevron-down,
.kad-mobile-nav i.kt-icon-chevron-up {
  display: block;
  line-height: 1;
  width: 1em;
  height: 20px;
}
@keyframes fadeIndown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeIndown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes fadeIndown {
  from {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}
.kad-fade-in-down {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-animation: fadeIndown ease-in-out 1;
  -o-animation: fadeIndown ease-in-out 1;
  animation: fadeIndown ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@keyframes fadeInup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes fadeInup {
  from {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}
@keyframes hoverup {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
}
@-webkit-keyframes hoverup {
  0%,
  100% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
}
@-moz-keyframes hoverup {
  0%,
  100% {
    -moz-transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(10px);
  }
}
.kad-fade-in-up {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-animation: fadeInup ease-in-out 1;
  -o-animation: fadeInup ease-in-out 1;
  animation: fadeInup ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.kad-fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in-out 1;
  -o-animation: fadeIn ease-in-out 1;
  animation: fadeIn ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.kad-animation {
  opacity: 0;
  top: 30px;
  position: relative;
}
.kt-animate-fade-in {
  opacity: 0;
}
.kt-animate-fade-in-up {
  opacity: 0;
  top: 30px;
  position: relative;
}
.kt-animate-fade-in-down {
  opacity: 0;
  top: -30px;
  position: relative;
}
.kt-animate-fade-in-left {
  opacity: 0;
  left: 30px;
  position: relative;
}
.kt-animate-fade-in-right {
  opacity: 0;
  right: 30px;
  position: relative;
}
.kt_item_fade_in {
  opacity: 0;
}
.slick-slider .kt_item_fade_in,
.elementor-edit-mode .kt_item_fade_in {
  opacity: 1;
}
html.no-js .kt_item_fade_in,
html.no-js .siteorigin-panels-stretch,
html.no-js .kt-pb-animation {
  -webkit-animation: fadeIn ease-in-out 1;
  -moz-animation: fadeIn ease-in-out 1;
  animation: fadeIn ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}
.kad-vertical-menu {
  position: fixed;
  width: 240px;
  top: 0;
  left: 0;
  padding: 20px 20px;
  background-color: transparent;
  height: 100%;
  z-index: 161;
  -webkit-backface-visibility: hidden;
  outline: 0;
}
.kad-vertical-menu-inner {
  padding: 0px 0;
}
.admin-bar .kad-vertical-menu {
  top: 32px;
}
.kad-fixed-vertical-background-area {
  position: fixed;
  width: 240px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  background-color: #fff;
  border-right: 2px solid #ddd;
}
.kad-vertical-menu .logocase {
  padding-bottom: 30px;
}
.kad-relative-vertical-content {
  position: relative;
  z-index: 101;
}
.kt-header-position-right {
  left: auto;
  right: 0;
}
.kt-header-position-right .kad-fixed-vertical-background-area {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
}
.kt-header-position-right .sf-vertical ul {
  border: 2px solid #eee;
  text-align: right;
  right: 100%;
  left: auto;
  margin-right: -2px;
  margin-left: 0;
}
.kt-header-position-right .sf-vertical ul ul {
  margin-right: 0;
}
.kt-header-position-right .sf-vertical ul.product_list_widget {
  border: 0;
}
@media (max-width: 992px) {
  #kad-vertical-menu {
    display: none;
  }
}
.kt-header-position-above .nav-main > ul.sf-menu,
.kt-header-position-above .kt-header-extras ul.sf-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.kt-header-position-above .kt-header-layout-center-logo .kad-left-header .nav-main > ul.sf-menu {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.kt-header-position-above .kt-header-layout-center-menu .nav-main > ul.sf-menu {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.kt-header-layout-center-menu .nav-main {
  text-align: center;
}
.kt-showsub-indicator .kt-header-extras .sf-dropdown > a:after {
  display: none;
}
ul.cart_list li:after,
ul.product_list_widget li:after {
  content: "";
  display: block;
  clear: both;
}
ul.product_list_widget {
  position: static;
  display: block;
  border: 0;
  padding: 0;
}
ul.product_list_widget li {
  padding: 0px 0 6px;
  position: relative;
  list-style: none;
  border-bottom: 1px solid #555;
  margin-bottom: 6px;
  border-color: rgba(0, 0, 0, 0.2);
  float: none;
}
ul.product_list_widget li:last-child {
  padding: 0px 0 4px;
  border-bottom: 0;
  margin-bottom: 0px;
}
ul.product_list_widget li a {
  padding: 0;
  padding-right: 20%;
  display: inherit;
  line-height: 20px;
  background: 0 0;
}
ul.product_list_widget li a.remove {
  display: block;
  float: left;
  width: 20px;
  background: transparent;
  text-align: center;
  border-radius: 0;
  z-index: 1000;
  color: red;
  border: 1px solid red;
  padding-right: 0;
  height: 20px;
  font-size: 16px;
  line-height: 1;
  margin-top: 5px;
  margin-right: 5px;
  -webkit-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
ul.product_list_widget li a.remove:hover {
  background-color: red;
  color: white;
}
ul.product_list_widget li a img {
  max-width: 50px;
  padding-right: 10px;
  width: 50px;
  height: auto;
  float: left;
  margin: 0;
}
ul.product_list_widget li .quantity {
  font-size: 11px;
  padding-top: 8px;
  position: absolute;
  top: 0;
  right: 0;
}
ul.product_list_widget li dl {
  margin: 0;
  font-size: 0.8751em;
}
ul.product_list_widget li dl dt {
  float: left;
  clear: left;
  margin-right: 0.25em;
}
.kt-mini-cart-refreash .total {
  padding: 6px;
  margin: 8px 0;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  clear: both;
  line-height: 20px;
}
.kt-mini-cart-refreash p.buttons a {
  width: 47%;
  float: left;
  text-align: center;
}
.kt-mini-cart-refreash p.buttons a:last-child {
  margin-left: 6%;
}
.kt-mini-cart-refreash:after {
  clear: both;
  display: table;
  content: '';
}
.kt-header-extras .sf-menu-normal .sf-menu > li {
  border-right: 2px solid #eee;
}
.kt-header-extras .sf-menu-normal .sf-menu > li:last-child {
  border-right: 0;
}
.kt-header-extras .sf-menu-normal .sf-menu > li:last-child > ul {
  left: auto;
  right: 0;
}
.kt-header-extras .sf-menu-normal .sf-menu > li:last-child > ul:before {
  left: auto;
  right: 23px;
}
.kt-header-extras .sf-vertical.kt-search-and-cart li.menu-cart-icon-kt {
  width: 50%;
  text-align: left;
}
.kt-header-extras .sf-vertical.kt-search-and-cart li.menu-search-icon-kt {
  width: 50%;
  float: left;
  text-align: right;
  border-right: 2px solid #eee;
}
.kt-header-extras .kad-head-cart-popup {
  position: absolute;
  padding: 0px;
  width: 400px;
  background: #fff;
}
.kt-header-extras .kad-head-cart-popup .kt-mini-cart-refreash {
  padding: 15px;
}
.kt-header-extras .kad-head-cart-popup .buttons .button {
  display: inline-block;
  color: #fff;
}
.kt-header-extras .kad-head-my-account-menu .kad-account-avatar {
  padding: 10px;
}
.kt-header-extras .kad-head-my-account-menu .kt-woo-account-nav {
  padding: 0;
}
.kt-header-extras .kad-head-my-account-menu nav.woocommerce-MyAccount-navigation ul {
  position: static;
  display: block;
  border: 0;
}
.kt-header-extras .kad-head-my-account-menu nav.woocommerce-MyAccount-navigation ul li {
  padding: 0;
}
.kt-header-extras .kad-head-my-account-menu nav.woocommerce-MyAccount-navigation ul li a {
  padding: 10px;
  font-weight: inherit;
}
.kt-header-position-right .kt-header-extras .sf-vertical.kt-search-and-cart li.menu-search-icon-kt {
  float: right;
  text-align: left;
  border-right: 0px;
  border-left: 2px solid #eee;
}
.kt-header-position-right .kt-header-extras .sf-vertical.kt-search-and-cart li.menu-cart-icon-kt {
  text-align: right;
}
.kad-header-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  height: 100%;
}
.kt-header-extras .kt-extras-label,
.kt-mobile-header-toggle .kt-extras-label {
  cursor: pointer;
}
.kt-header-extras ul.sf-menu .kt-extras-label .kt-icon-search,
.kt-mobile-header-toggle ul.sf-menu .kt-extras-label .kt-icon-search,
.kt-header-extras ul.sf-menu .kt-extras-label i.kt-icon-bag,
.kt-mobile-header-toggle ul.sf-menu .kt-extras-label i.kt-icon-bag,
.kt-header-extras ul.sf-menu .kt-extras-label .ascend-svg-iconset,
.kt-mobile-header-toggle ul.sf-menu .kt-extras-label .ascend-svg-iconset {
  font-size: 115%;
}
.kt-header-extras ul.sf-menu .kt-extras-label svg.ascend-svg-icon.ascend-bag-svg,
.kt-mobile-header-toggle ul.sf-menu .kt-extras-label svg.ascend-svg-icon.ascend-bag-svg {
  margin-right: 5px;
}
.kt-header-extras span.kt-cart-total,
.kt-mobile-header-toggle span.kt-cart-total {
  position: relative;
  right: 7px;
  top: -10px;
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  border-radius: 3px;
  background: #16A085;
}
.kt-header-layout-lgmenu .kad-center-header {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.kt-header-layout-lgmenu .nav-main {
  padding-left: 20px;
  float: left;
}
.kt-header-layout-center-menu .kad-header-flex {
  position: relative;
  display: block;
}
.kt-header-layout-center-menu .kt-header-extras {
  float: right;
  height: 100%;
  top: 0;
}
.kt-header-layout-center-menu .kad-left-header,
.kt-header-layout-center-menu .kad-right-header {
  z-index: 100;
  position: relative;
}
.kt-header-layout-center-menu .kad-left-header {
  float: left;
}
.kt-header-layout-center-menu .kad-right-header {
  float: right;
  height: 100%;
  top: 0;
}
.kt-header-layout-center-menu .kt-header-extras ul.sf-menu {
  height: 100%;
  top: 0;
}
.kt-header-layout-center-menu .kad-center-header .nav-main > ul.sf-menu {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.kt-header-layout-center-menu .kad-center-header.kt-header-flex-item {
  position: absolute;
  width: 100%;
  padding-right: 20%;
  padding-left: 20%;
  left: 0;
  height: 100%;
  top: 0;
}
.kt-header-layout-center-menu .kad-center-header .nav-main > ul.sf-menu,
.kt-header-layout-center-menu .nav-main {
  height: 100%;
  top: 0;
}
.kt-header-layout-center-logo .kad-center-header {
  text-align: center;
}
.kt-header-layout-center-logo .kad-left-header {
  text-align: right;
}
.kt-header-layout-center-logo .kad-right-header {
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.kt-header-layout-center-logo .kt-header-flex-item {
  float: left;
}
.kt-header-layout-center-logo .kad-left-header ul.sf-menu {
  float: right;
}
.kt-header-layout-center-logo .header-sidewidth {
  width: 38%;
}
.kt-header-layout-center-logo .header-logo-width {
  width: 24%;
}
.kt-header-layout-below-lg .nav-main > ul.sf-menu {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.kt-header-layout-below-lg .kad-center-header {
  text-align: center;
}
.kt-header-layout-below-lg .kad-left-header {
  text-align: right;
}
.kt-header-layout-below-lg .kad-right-header {
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.kt-header-layout-below-lg .kad-header-flex .kt-header-flex-item {
  float: left;
}
.kt-header-layout-below-lg .header-sidewidth {
  width: 38%;
}
.kt-header-layout-below-lg .header-logo-width {
  width: 24%;
}
.kt-header-layout-below-lg .kad-left-header ul.sf-menu {
  float: left;
}
.kt-header-layout-below-lg .kad-right-header.kt-header-flex-item.header-sidewidth {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.kt-header-layout-standard .kad-center-header {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.kt-header-layout-standard .nav-main {
  float: right;
}
#logo a {
  display: block;
  height: 100%;
}
#logo a .ascend-logo {
  width: auto;
  max-height: 100%;
}
#logo .kad-site-tagline {
  display: block;
}
.kt-header-position-above .kad-logo-used {
  padding-left: 10px;
}
.kt-header-position-above #logo a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
}
.kt-header-position-above #logo a .ascend-logo,
.kt-header-position-above #logo a .ascend-trans-logo {
  width: auto;
  height: 100%;
  flex: 0 0 auto;
  object-fit: scale-down;
}
.kt-header-position-above.kt-header-layout-standard #logo a {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
#kad-mobile-banner {
  display: none;
  height: 0;
}
#kad-mobile-banner .mobile-header-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
}
#kad-mobile-banner #mobile-logo a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100%;
}
#mobile-logo a .ascend-mobile-logo {
  max-height: 100%;
  width: auto;
}
#mobile-logo a .kad-mobile-site-tagline {
  display: block;
}
.kad-mobile-logo-center {
  position: absolute;
  max-width: 100%;
  width: 100%;
  left: 0;
  z-index: 1;
  padding: 0 80px;
}
.kad-mobile-logo-left {
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
#kad-mobile-banner #mobile-logo.kad-mobile-logo-left a {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.sticky-wrapper .mobile-headerclass {
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 1000;
  top: 0;
}
.mobile-header-container .kt-mobile-header-toggle {
  z-index: 2;
}
.mobile-header-container .kt-mobile-header-toggle button {
  padding: 0 10px;
  height: 100%;
  text-shadow: none;
  color: #444;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile-header-container .kt-mobile-header-toggle button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile-header-container #mobile-logo-placeholder {
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
.kt-mobile-header-toggle .kt-extras-label {
  font-size: 26px;
  line-height: 30px;
  vertical-align: sub;
}
.kt-mobile-header-toggle .kt-extras-label.header-underscore-icon {
  border-bottom: 2px solid #16A085;
  border-radius: 0;
  line-height: 30px;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 24px;
  vertical-align: sub;
}
.kt-mnt {
  width: 30px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
}
.kt-mnt span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #444;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.kt-mnt span:nth-child(1) {
  top: 0px;
}
.kt-mnt span:nth-child(2) {
  top: 10px;
}
.kt-mnt span:nth-child(3) {
  top: 20px;
}
.sldr-menu-animi .kt-mnt span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sldr-menu-animi .kt-mnt span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.sldr-menu-animi .kt-mnt span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.mag-pop-sldr-open-left.sldr-menu-animi .kt-mnt span:nth-child(2) {
  opacity: 0;
  left: 60px;
}
.mfp-bg.mfp-slide {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.mfp-bg.mfp-slide.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.mfp-slide.mfp-removing {
  opacity: 0;
}
.mfp-slide .mag-pop-sldr {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 270px;
  overflow-y: auto;
  outline: none;
  -webkit-overflow-scrolling: touch;
  background-color: #444;
  right: 0;
  padding: 10px;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transform: translate(270px, 0);
  -ms-transform: translate(270px, 0);
  -o-transform: translate(270px, 0);
  transform: translate(270px, 0);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.mfp-slide.sldr-align-left .mag-pop-sldr {
  right: auto;
  left: 0;
  -webkit-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.mfp-ready.mfp-slide .mag-pop-sldr {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mfp-removing.mfp-slide .mag-pop-sldr {
  -webkit-transform: translate(270px, 0);
  -ms-transform: translate(270px, 0);
  -o-transform: translate(270px, 0);
  transform: translate(270px, 0);
}
.mfp-removing.mfp-slide.sldr-align-left .mag-pop-sldr {
  -webkit-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.sldr-close-container {
  position: absolute;
  right: 10%;
  top: 0px;
  width: 30px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sldr-menu-animi.mfp-ready .sldr-close,
.sldr-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 25px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  background: transparent;
}
.sldr-menu-animi.mfp-ready .sldr-close span,
.sldr-close span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.sldr-menu-animi.mfp-ready .sldr-close span:nth-child(1),
.sldr-close span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sldr-menu-animi.mfp-ready .sldr-close span:nth-child(2),
.sldr-close span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.sldr-menu-animi.mfp-ready .sldr-close span:nth-child(3),
.sldr-close span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sldr-menu-animi.mfp-ready.sldr-align-left .sldr-close span:nth-child(2),
.sldr-align-left .sldr-close span:nth-child(2) {
  opacity: 0;
  left: 60px;
}
.sldr-menu-animi .sldr-close span:nth-child(1),
.sldr-menu-animi.mfp-removing .sldr-close span:nth-child(1) {
  top: 0px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sldr-menu-animi .sldr-close span:nth-child(2),
.sldr-menu-animi.mfp-removing .sldr-close span:nth-child(2) {
  top: 10px;
  opacity: 1;
  left: 0;
}
.sldr-menu-animi .sldr-close span:nth-child(3),
.sldr-menu-animi.mfp-removing .sldr-close span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-ready .sldr-close-container {
  right: 276px;
}
.mfp-removing .sldr-close-container {
  right: 10%;
}
.sldr-align-left .sldr-close-container {
  left: 10%;
  right: auto;
}
.mfp-ready.sldr-align-left .sldr-close-container {
  left: 276px;
  right: auto;
}
.mfp-removing.sldr-align-left .sldr-close-container {
  left: 10%;
  right: auto;
}
.admin-bar .mfp-slide .mag-pop-sldr {
  top: 32px;
}
.admin-bar .sldr-close-container {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .mfp-slide .mag-pop-sldr {
    top: 46px;
  }
  .admin-bar .sldr-close-container {
    top: 46px;
  }
}
html.mag-pop-sldr-open {
  height: 100%;
}
html.mag-pop-sldr-open body {
  overflow: hidden;
  height: 100%;
}
.kad-mobile-nav {
  list-style: none;
  padding: 0;
}
.kad-mobile-nav li {
  list-style: none;
}
.kad-mobile-nav li a {
  float: none;
  text-decoration: none;
  display: block;
  font-size: 15px;
  padding: 8px 10px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #eee;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.kt-showsub-indicator .kad-mobile-nav .sf-dropdown > a:after {
  display: none;
}
@media (min-width: 767px) {
  .mfp-slide .mag-pop-sldr {
    width: 400px;
    -webkit-transform: translate(400px, 0);
    -ms-transform: translate(400px, 0);
    -o-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
  .mfp-slide.sldr-align-left .mag-pop-sldr {
    right: auto;
    left: 0;
    -webkit-transform: translate(-400px, 0);
    -ms-transform: translate(-400px, 0);
    -o-transform: translate(-400px, 0);
    transform: translate(-400px, 0);
  }
  .mfp-ready.mfp-slide .mag-pop-sldr {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .mfp-removing.mfp-slide .mag-pop-sldr {
    -webkit-transform: translate(400px, 0);
    -ms-transform: translate(400px, 0);
    -o-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
  .mfp-removing.mfp-slide.sldr-align-left .mag-pop-sldr {
    -webkit-transform: translate(-400px, 0);
    -ms-transform: translate(-400px, 0);
    -o-transform: translate(-400px, 0);
    transform: translate(-400px, 0);
  }
  .mfp-ready .sldr-close-container {
    right: 406px;
  }
  .mfp-removing .sldr-close-container {
    right: 10%;
  }
  .sldr-align-left .sldr-close-container {
    left: 10%;
    right: auto;
  }
  .mfp-ready.sldr-align-left .sldr-close-container {
    left: 406px;
    right: auto;
  }
  .mfp-removing.sldr-align-left .sldr-close-container {
    left: 10%;
    right: auto;
  }
  .mfp-ready.sldr-align-left .sldr-close-container {
    left: 406px;
  }
}
@media (min-width: 992px) {
  .mfp-slide .mag-pop-sldr {
    width: 600px;
    -webkit-transform: translate(600px, 0);
    -ms-transform: translate(600px, 0);
    -o-transform: translate(600px, 0);
    transform: translate(600px, 0);
  }
  .mfp-slide.sldr-align-left .mag-pop-sldr {
    right: auto;
    left: 0;
    -webkit-transform: translate(-600px, 0);
    -ms-transform: translate(-600px, 0);
    -o-transform: translate(-600px, 0);
    transform: translate(-600px, 0);
  }
  .mfp-ready.mfp-slide .mag-pop-sldr {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .mfp-removing.mfp-slide .mag-pop-sldr {
    -webkit-transform: translate(600px, 0);
    -ms-transform: translate(600px, 0);
    -o-transform: translate(600px, 0);
    transform: translate(600px, 0);
  }
  .mfp-removing.mfp-slide.sldr-align-left .mag-pop-sldr {
    -webkit-transform: translate(-600px, 0);
    -ms-transform: translate(-600px, 0);
    -o-transform: translate(-600px, 0);
    transform: translate(-600px, 0);
  }
  .mfp-ready .sldr-close-container {
    right: 606px;
  }
  .mfp-removing .sldr-close-container {
    right: 20%;
  }
  .sldr-align-left .sldr-close-container {
    left: 20%;
    right: auto;
  }
  .mfp-ready.sldr-align-left .sldr-close-container {
    left: 606px;
    right: auto;
  }
  .mfp-removing.sldr-align-left .sldr-close-container {
    left: 20%;
    right: auto;
  }
  .mfp-ready.sldr-align-left .sldr-close-container {
    left: 606px;
  }
}
.second-navclass {
  background: #16A085;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.second-navclass .nav-second {
  padding: 0px 0;
  text-align: center;
}
.second-navclass .nav-second .sf-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.second-navclass .sf-menu > li {
  position: relative;
}
.second-navclass .sf-menu > li:after {
  background: #fff;
  height: 24px;
  margin-top: -12px;
  width: 1px;
  position: absolute;
  content: '';
  right: 0px;
  top: 50%;
}
.second-navclass .sf-menu > li:last-child:after {
  display: none;
}
.second-navclass .sf-menu > li > a {
  color: #fff;
  padding: 20px 20px;
  font-size: 18px;
}
.kt-showsub-indicator .second-navclass .sf-menu > li.sf-dropdown > a {
  padding-right: 15px;
}
.kt-mini-cart-refreash,
.kt-extras-label,
.kt-mnt {
  display: block;
}
li.kt-mini-cart-refreash ul {
  display: block !important;
  top: 0px !important;
}
.mobile-top-icon-bar {
  min-height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mobile-top-icon-bar a.top-icon-bar-link {
  padding: 0 5px;
  line-height: 30px;
  font-size: 18px;
  display: inline-block;
  color: #fff;
}
.mobile-top-icon-bar .top-icon-bar-title {
  margin-left: 5px;
}
.kad-header-menu-outer .kadence_social_widget a {
  margin-bottom: 0;
}
.kt-header-position-right .sf-vertical ul {
  left: auto !important;
}
.kt-show-vertsub-indicator .kt-header-position-right .sf-vertical .sf-dropdown > a:after {
  left: 10px;
  right: auto;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
.kt-no-topbar.body-style-normal .sticky-wrapper > .kad-header-menu-outer,
.body-style-normal .sticky-wrapper > .kad-header-topbar-primary-outer,
.body-style-normal .sticky-wrapper > #kad-header-menu,
.body-style-normal .sticky-wrapper > #kad-mobile-banner {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
}
body.admin-bar.kt-no-topbar.body-style-normal .sticky-wrapper > .kad-header-menu-outer,
.admin-bar.body-style-normal .sticky-wrapper > .kad-header-topbar-primary-outer,
.body-style-normal.admin-bar .sticky-wrapper > #kad-header-menu {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar.kt-no-topbar.body-style-normal .sticky-wrapper > .kad-header-menu-outer,
  .admin-bar.body-style-normal .sticky-wrapper > .kad-header-topbar-primary-outer,
  .body-style-normal.admin-bar .sticky-wrapper > #kad-header-menu {
    top: 46px;
  }
}
.topbar-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.kt-topbar-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.kt-topbar-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.kad-topbar-flex-item .sf-menu > li > a {
  line-height: 1.5;
  padding: 0 10px;
}
.kad-topbar-height {
  min-height: 36px;
}
.kad-topbar-flex-item .kt-header-extras span.kt-cart-total {
  width: 13px;
  height: 13px;
  top: -8px;
  line-height: 13px;
  font-size: 9px;
}
.kad-topbar-flex-item .kt-header-extras .kt-extras-label {
  line-height: inherit;
  cursor: pointer;
}
.kad-topbar-flex-item .kt-header-extras .kt-extras-label [class*="kt-icon-"] {
  font-size: 22px;
  line-height: 1;
  vertical-align: sub;
}
.kad-topbar-flex-item,
.kad-topbar-flex-item a {
  color: #fff;
}
.topbarclass {
  background-color: #444;
}
.topbarclass .kt-woo-account-nav .kad-customer-name h5 {
  color: #fff;
}
.kad-topbar-flex-item .kadence_social_widget a {
  width: 30px;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  margin: 0 2px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.kad-topbar-flex-item .kadence_social_widget a:hover {
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.post-top-meta {
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 1px;
}
.kt_post_category a {
  display: inline;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.kt_post_category a:hover {
  text-decoration: underline;
}
.single-article header h1 {
  margin: 5px 0;
}
.single-article .kt_post_category {
  margin-top: 10px;
}
.single-article .kt_no_post_header_content .kt_post_category {
  margin-top: 0px;
}
.kt_postlink_title {
  display: block;
}
.kt_postlink_meta {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}
.kad-previous-link {
  text-align: left;
}
.kad-previous-link a {
  position: relative;
  padding-left: 40px;
  display: block;
}
.kad-previous-link a:before {
  position: absolute;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  top: 50%;
  left: 6px;
  margin-top: -4px;
  transform: rotate(-135deg);
  vertical-align: top;
  width: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.kad-previous-link:hover a:before {
  left: -6px;
}
.kad-next-link {
  text-align: right;
}
.kad-next-link a {
  position: relative;
  padding-right: 40px;
  display: block;
}
.kad-next-link a:before {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  top: 50%;
  right: 6px;
  margin-top: -7px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 10px;
}
.kad-next-link:hover a:before {
  right: -6px;
}
.posttags,
.tagcloud {
  text-transform: uppercase;
  font-weight: bold;
}
.posttags a,
.tagcloud a {
  padding: 2px 4px;
  border: 2px solid #aaa;
  color: #aaa;
  display: inline-block;
  font-size: 13px;
  margin: 2px 0px 2px 2px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.posttags a:hover,
.tagcloud a:hover {
  border-color: #16A085;
  color: #16A085;
}
.author-box .kt_author_avatar {
  position: absolute;
  left: 0;
}
.author-box .author-profile {
  position: relative;
  padding-left: 95px;
}
.author-box .author-follow {
  margin-top: 10px;
}
.author-box .author-follow a {
  color: #555;
}
.author-box h5 a {
  color: inherit;
}
.author-box .vcard i {
  padding-right: 0px;
}
.kt-quote-post {
  position: relative;
  padding: 40px 80px;
  border: 2px solid rgba(0, 0, 0, 0.35);
  text-align: center;
  line-height: 24px;
}
.kt-quote-post:before {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 44px;
  color: #aaa;
  color: rgba(0, 0, 0, 0.2);
  font-family: "Helvetica Neue", sans-serif;
  content: open-quote;
}
.kt-quote-post:after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 44px;
  color: #aaa;
  color: rgba(0, 0, 0, 0.2);
  font-family: "Helvetica Neue", sans-serif;
  content: close-quote;
}
.kt-quote-post p:last-child {
  margin-bottom: 0;
}
.kt-image-quote {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px;
}
.kt-image-quote .kt-quote-post {
  border-color: rgba(255, 255, 255, 0.5);
}
.kt-image-quote .kt-quote-post p {
  padding: 5px;
  display: inline;
  background: white;
  box-shadow: 10px 0 0 white, -10px 0 0 white;
  line-height: 36px;
}
.kt-image-quote .kt-quote-post:before {
  color: rgba(255, 255, 255, 0.5);
}
.kt-image-quote .kt-quote-post:after {
  color: rgba(255, 255, 255, 0.5);
}
.kt-quote-post-author {
  text-align: right;
  width: 80%;
  margin: 5px auto;
  font-weight: bold;
}
article.format-quote .single-footer {
  border-top: 0;
}
.post-footer-section {
  padding: 30px 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.author-box.post-footer-section {
  border-bottom: 0;
}
.single-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.post-carousel-title {
  margin: 20px 0;
  text-transform: uppercase;
}
.kt-upper-head-content {
  margin-top: 6px;
}
.thumb-slider-container {
  margin: 0 auto;
}
.kad_postgrid_wrap {
  margin: -3px;
}
.kpgi {
  width: 50%;
  padding-bottom: 50%;
  position: relative;
  float: left;
}
.kpgi-inner {
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  overflow: hidden;
}
.kt-5-collage .side-post-gal-1 {
  width: 20%;
  float: left;
}
.kt-5-collage .side-post-gal-1 .kpgi {
  padding-bottom: 100%;
}
.kt-5-collage .side-post-gal-4 {
  width: 40%;
  float: left;
}
.kt-5-collage .kpgi {
  width: 100%;
}
.kt-5-collage .kpgi.kad_post_grid_item-3 {
  width: 40%;
  padding-bottom: 40%;
}
.kt-4-collage .kpgi.kad_post_grid_item-1 {
  width: 40%;
  padding-bottom: 60%;
}
.kt-4-collage .side_post_gal {
  width: 60%;
  float: left;
}
.kt-4-collage .kpgi.kad_post_grid_item-4 {
  width: 100%;
  float: left;
}
.kt-3-collage .kpgi.kad_post_grid_item-1 {
  width: 60%;
  padding-bottom: 40%;
}
.kt-3-collage .side_post_gal {
  width: 40%;
  float: left;
}
.kt-3-collage .kpgi.kad_post_grid_item-2 {
  width: 100%;
  float: left;
}
.kt-3-collage .kpgi.kad_post_grid_item-3 {
  width: 100%;
  float: left;
}
.kt-2-collage .kpgi.kad_post_grid_item-1 {
  width: 60%;
  padding-bottom: 40%;
}
.kt-2-collage .kpgi.kad_post_grid_item-2 {
  width: 40%;
  padding-bottom: 40%;
}
.blog-bottom-carousel .kt-slickslider .slick-prev,
.blog-bottom-carousel .kt-slickslider .slick-next {
  height: 34px;
  width: 24px;
}
.blog-bottom-carousel .kt-slickslider .slick-prev:before,
.blog-bottom-carousel .kt-slickslider .slick-next:before {
  font-size: 18px;
  line-height: 30px;
}
.blog-bottom-carousel .kt-slickslider .slick-prev {
  left: 10px;
}
.blog-bottom-carousel .kt-slickslider .slick-next {
  right: 10px;
}
.blog-bottom-carousel .kt-slickslider .grid_item {
  margin-bottom: 0;
}
.postfeat {
  text-align: center;
}
.img-margin-center {
  text-align: center;
}
.postlist:not('.fullpost') .entry-content p:last-child {
  margin-bottom: 0;
}
.kad_comments_link {
  padding: 5px 0;
}
.kad_comments_link .comments-link i {
  margin-right: 5px;
}
.post-text-container .kt_post_category {
  margin-top: 5px;
}
.kt-media-below-title,
.col-md-12.kt-media-below-text-content {
  margin-top: 10px;
}
.postlist article .entry-content a.more-link {
  border: 2px solid #eee;
  padding: 3px 0;
  display: block;
  max-width: 130px;
  text-align: center;
  clear: both;
  margin-top: 8px;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.postlist article .entry-content a.more-link:hover {
  color: #16A085;
}
.grid-postlist .row article.kad_blog_item {
  margin-left: 15px;
  margin-right: 15px;
}
article.kad_blog_item {
  margin-bottom: 50px;
}
article.kad_blog_item header h3 {
  margin: 0;
}
.postlist .single-footer {
  border: 0;
}
.grid_item {
  margin-bottom: 30px;
}
.blog_item.grid_item .postcontent {
  padding: 10px 0;
}
.blog_item.grid_item .post-grid-footer-meta {
  border-top: 2px solid #aaa;
  padding: 10px 5px 0;
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 1px;
}
.blog_item.grid_item .post-grid-footer-meta .author,
.blog_item.grid_item .post-grid-footer-meta .postcommentscount {
  float: right;
  padding: 0 5px;
}
.blog_photo_item {
  position: relative;
  margin-bottom: 10px;
}
.blog_photo_item .imghoverclass {
  position: relative;
  overflow: hidden;
}
.blog_photo_item .imghoverclass .kt-intrinsic img {
  -webkit-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  -webkit-transform: perspective(1000px);
}
.blog_photo_item:hover .kt-intrinsic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.blog_photo_item .photo-postcontent {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  padding: 0px;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.blog_photo_item .photo-postcontent .photo-postcontent-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px;
  width: 100%;
}
.blog_photo_item .photo-postcontent .photo-postcontent-inner .entry-title {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.blog_photo_item .photo-postcontent .photo-postcontent-inner .kt-post-photo-added-content {
  opacity: 0;
  color: white;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.blog_photo_item .photo-postcontent .photo-postcontent-inner .kt-post-photo-added-content a {
  color: white;
}
.blog_photo_item:hover .photo-postcontent .photo-postcontent-inner .entry-title {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.blog_photo_item:hover .photo-postcontent .photo-postcontent-inner .kt-post-photo-added-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.blog_photo_item .entry-title {
  color: white;
}
.blog_photo_item .photo-post-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}
.blog_photo_item .photo-post-bg {
  position: absolute;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
}
.blog_photo_item:hover .photo-post-bg {
  opacity: 1;
}
.photo-postlist .blog_photo_item {
  margin-bottom: 10px;
}
.kt-slickslider .blog_photo_item .imghoverclass .kt-intrinsic img {
  -webkit-backface-visibility: inherit;
  -webkit-transform: inherit;
}
.kt-mosiac-wrap {
  margin: -5px;
}
.blog_mosaic_item {
  position: relative;
}
.blog_mosaic_item .blog_photo_item {
  height: 0;
  margin-bottom: 0;
}
.blog_mosaic_item .blog_photo_item .imghoverclass {
  height: 100%;
}
.blog_mosaic_item .blog_mosaic_item_inner {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.blog_mosaic_item .kt-intrinsic {
  padding-bottom: 0;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) and (min-width: 544px) {
  .mosaic-sm-square-grid-size.blog_mosaic_item .blog_photo_item {
    padding-bottom: 100%  !important;
  }
  .mosaic-sm-square-grid-size.blog_mosaic_item .blog_photo_item .kt-intrinsic img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: none;
  }
  .mosaic-sm-wide-grid-size.blog_mosaic_item .blog_photo_item {
    padding-bottom: 50%  !important;
  }
  .mosaic-sm-wide-grid-size.blog_mosaic_item .blog_photo_item .kt-intrinsic img {
    width: auto;
    height: auto;
    min-width: 100%;
  }
  .mosaic-tall-sm-square-grid-size.blog_mosaic_item .blog_photo_item {
    padding-bottom: 100%  !important;
  }
  .mosaic-tall-sm-square-grid-size.blog_mosaic_item .blog_photo_item .kt-intrinsic img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .col-md-4 > .blog_item {
    max-width: 420px;
    margin: 0 auto;
  }
}
.mosaic-postlist {
  overflow: hidden;
}
.comments-area {
  margin-top: 60px;
  margin-bottom: 60px;
}
.comments-title,
.comment-reply-title {
  margin: 20px 0;
  text-transform: uppercase;
}
.comment-list {
  padding: 0;
  list-style: none;
}
.comment-list li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.comment-list li:last-child {
  border-bottom: 0;
}
.comment-list li li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.comment-list .comment-content p {
  margin-bottom: 20px;
}
.comment-list .comment-content p:last-child {
  margin-bottom: 0;
}
.comment-list li.parent > .comment-body {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.comment-list .comment-body {
  position: relative;
}
.comment-list .comment-meta {
  position: relative;
  padding-left: 76px;
}
.comment-list .comment-author img {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-list .comment-author span.says {
  display: none;
}
.comment-list .comment-author b.fn,
.comment-list .comment-author b.fn a {
  text-transform: uppercase;
  color: #444;
}
.comment-list .comment-metadata,
.comment-list .comment-metadata a {
  font-size: 12px;
  color: #999;
  font-style: italic;
}
.comment-list .comment-metadata .edit-link {
  margin-left: 5px;
  border-bottom: 1px solid #999;
}
.comment-list .comment-content {
  padding-left: 76px;
}
.comment-list ul.children {
  list-style: none;
  padding-left: 40px;
}
.comment-list .reply a {
  padding: 0px 8px;
  margin-left: 5px;
  border-radius: 0px;
  border: 1px solid #999;
  position: absolute;
  top: 0;
  font-size: 13px;
  right: 5px;
  color: #999;
  background: transparent;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.comment-list .reply a:hover {
  background: #999;
  color: #fff;
}
.comment-respond label {
  display: block;
  font-weight: 700;
}
.comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin-left: 5px;
}
.comment-respond p {
  margin-bottom: 16px;
}
.comment-respond p.logged-in-as,
.comment-respond p.logged-in-as a {
  text-transform: uppercase;
  color: #999;
  margin-bottom: 5px;
}
.comment-respond p.logged-in-as:hover,
.comment-respond p.logged-in-as a:hover {
  color: #444;
}
.btn,
.button,
.submit,
button,
input[type="submit"] {
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: #16A085;
  border: 0;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 16px;
  line-height: 24px;
  text-decoration: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  width: auto;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.btn:hover,
.button:hover,
.submit:hover,
button:hover,
input[type="submit"]:hover,
.btn:focus,
.button:focus,
.submit:focus,
button:focus,
input[type="submit"]:focus {
  -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.2);
}
.btn.lg-kad-btn {
  padding: 12px 20px;
  font-size: 18px;
}
.btn.sm-kad-btn {
  padding: 4px 10px;
  font-size: 12px;
}
.comment-content a:not(.button),
.entry-content p a:not(.button):not(.select2-choice):not([data-rel="lightbox"]) {
  border-bottom: 2px solid #eee;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.comment-content a:not(.button):hover,
.entry-content p a:not(.button):not(.select2-choice):not([data-rel="lightbox"]):hover {
  border-color: #16A085;
}
.kad-circle-iconclass {
  padding: 20px;
  display: inline-block;
  border-radius: 50%;
}
.kad-square-iconclass {
  padding: 20px;
  display: inline-block;
}
.kad-smcircle-iconclass {
  padding: 5px;
  display: inline-block;
  border-radius: 50%;
}
.kad-smsquare-iconclass {
  padding: 5px;
  display: inline-block;
}
.sf-menu button.search-submit {
  padding: 8px 16px;
}
.button.disabled,
.button:disabled,
button.disabled,
button:disabled {
  opacity: 0.8 !important;
  cursor: not-allowed;
}
.kt-title,
.sidebar .widget-title,
.above-footer-widgets .widget-title,
.footer-widget-title {
  position: relative;
}
.kt-title:before,
.sidebar .widget-title:before,
.above-footer-widgets .widget-title:before,
.footer-widget-title:before {
  content: '';
  height: 2px;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.kt-title span,
.sidebar .widget-title span,
.above-footer-widgets .widget-title span,
.footer-widget-title span {
  background: white;
  position: relative;
  z-index: 2;
  padding-right: 10px;
}
.so-panel .kt-title:before,
.sidebar .so-panel .widget-title:before,
.above-footer-widgets .so-panel .widget-title:before,
.so-panel .footer-widget-title:before {
  display: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="tel"],
select {
  padding: 10px;
  color: #222;
  position: relative;
  width: 100%;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.07);
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 0px;
}
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
select:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
select {
  border: 2px solid #aaa;
  background: white;
  line-height: 1.2;
  height: 34px;
  padding: 0 18px 0 5px;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50%;
  background-size: 16px 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: 0;
}
select:focus {
  background-color: white;
}
select::-ms-expand {
  display: none;
}
.form-row {
  margin-bottom: 10px;
}
.eo-fullcalendar .fc-toolbar h2 {
  font-weight: 600;
  font-size: 20px;
}
.eo-fullcalendar .fc-toolbar button {
  border: 2px solid #aaa;
  margin: 0 2px -1px !important;
  background: white;
}
.eo-fullcalendar .fc-toolbar button.fc-next-button,
.eo-fullcalendar .fc-toolbar button.fc-prev-button {
  height: 34px;
}
.eo-fullcalendar .fc-toolbar .fc-icon-right-single-arrow {
  min-width: 6px;
}
.eo-fullcalendar .fc-toolbar .fc-icon-right-single-arrow:after {
  position: absolute;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 10px;
  line-height: 20px;
  font-size: 14px;
}
.eo-fullcalendar .fc-toolbar .fc-icon-left-single-arrow {
  min-width: 6px;
}
.eo-fullcalendar .fc-toolbar .fc-icon-left-single-arrow:after {
  position: absolute;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  top: 50%;
  left: 0px;
  margin-top: -4px;
  transform: rotate(-135deg);
  vertical-align: top;
  width: 10px;
  line-height: 20px;
  font-size: 14px;
}
.fc-view.fc-month-view .fc-widget-header {
  background-color: #666;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
.fc-view.fc-month-view .fc-day-number {
  padding: 5px !important;
}
.eo-fullcalendar .fc-month-view .fc-row .fc-content-skeleton table {
  height: 145px;
}
.eo-event-toolip .qtip-titlebar,
.eo-event-toolip .qtip-content {
  font-size: 13px;
  line-height: 18px;
}
body.single-event .event-details-side .eo-event-meta {
  width: 100%;
  float: none;
  margin-left: 0;
}
body.single-event .event-details-side .eo-event-venue-map {
  width: 100%;
  float: none;
}
@media (min-width: 992px) {
  .event-details-side {
    float: right;
  }
  .eventorganiser-event-meta {
    padding-left: 30px;
    border-left: 1px solid #eee;
  }
}
h2.eo-event-title a {
  color: inherit;
}
.kt-event-date {
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 1px;
  color: #aaa;
  margin-bottom: 10px;
}
.podcast_player {
  margin: 10px 0;
}
.podcast_meta {
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
form.search-form {
  position: relative;
}
form.search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  padding: 0;
  text-align: center;
  background: transparent;
  color: #999;
  text-shadow: none;
}
form.search-form input[type="search"].search-field {
  padding-right: 50px;
  border-radius: 0;
}
.sidebar .widget-title,
.above-footer-widgets .widget-title,
.elementor-widget-sidebar .widget-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.sidebar .widget,
.elementor-widget-sidebar .widget {
  margin-top: 40px;
}
.sidebar .widget:first-child,
.elementor-widget-sidebar .widget:first-child {
  margin-top: 0px;
}
.kadence_recent_posts {
  max-width: 420px;
  margin: 0 auto;
}
.kadence_recent_posts ul {
  list-style: none;
  padding: 0;
}
.kadence_recent_posts ul li {
  margin-bottom: 10px;
}
.kadence_recent_posts .recentpost_featimg {
  float: left;
  display: block;
  margin-right: 10px;
}
.kadence_recent_posts .kt-top-featured .recentpost_featimg {
  float: none;
  display: block;
  margin-right: 0;
}
.kadence_recent_posts .recentpost_date {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 1px;
}
.kadence_recent_posts .recent_posts_widget_content {
  min-height: 60px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.kadence_recent_posts .rpw_readmore_container {
  text-align: center;
}
.kadence_recent_posts a.posts_widget_readmore {
  padding: 5px;
  background: transparent;
  color: #444;
  text-shadow: none;
  border: 0;
  width: 100%;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.kadence_recent_posts a.posts_widget_readmore:before {
  position: absolute;
  content: '';
  background: #eee;
  height: 2px;
  top: 50%;
  width: 80%;
  margin-top: -1px;
  left: 50%;
  margin-left: -40%;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.kadence_recent_posts a.posts_widget_readmore:hover:before {
  background: #16A085;
}
.kadence_recent_posts a.posts_widget_readmore span {
  background: white;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 6px;
}
.imagegrid-widget {
  text-align: center;
}
.imagegrid-widget a {
  display: inline-block;
  margin: 0 2px 4px 2px;
}
.sidebar .kadence_social_widget a:not(.button):hover {
  color: #fff;
}
.kadence_social_widget a {
  display: inline-block;
  width: 38px;
  line-height: 38px;
  color: #555;
  height: 38px;
  padding: 0;
  border: 2px solid rgba(0, 0, 0, 0.35);
  font-size: 16px;
  text-align: center;
  margin: 0 2px 4px 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.kadence_social_widget a:hover {
  border-color: rgba(0, 0, 0, 0.1);
  color: white;
  background: #16A085;
}
.kadence_social_widget .facebook_link:hover {
  background-color: #3b5998;
}
.kadence_social_widget .twitter_link:hover {
  background-color: #9AE4E8;
}
.kadence_social_widget .instagram_link:hover {
  background-color: #517fa4;
}
.kadence_social_widget .googleplus_link:hover {
  background-color: #DD4B39;
}
.kadence_social_widget .flickr_link:hover {
  background-color: #FE0883;
}
.kadence_social_widget .vimeo_link:hover {
  background-color: #4EBBFF;
}
.kadence_social_widget .youtube_link:hover {
  background-color: #FF3333;
}
.kadence_social_widget .pinterest_link:hover {
  background-color: #C92228;
}
.kadence_social_widget .dribbble_link:hover {
  background-color: #EA4C89;
}
.kadence_social_widget .linkedin_link:hover {
  background-color: #4875B4;
}
.kadence_social_widget .tumblr_link:hover {
  background-color: #32506d;
}
.kadence_social_widget .stumbleupon_link:hover {
  background-color: #f74425;
}
.kadence_social_widget .vk_link:hover {
  background-color: #45668e;
}
.kadence_social_widget .viadeo_link:hover {
  background-color: #F4982B;
}
.kadence_social_widget .xing_link:hover {
  background-color: #006567;
}
.kadence_social_widget .soundcloud_link:hover {
  background-color: #ff7700;
}
.kadence_social_widget .spotify_link:hover {
  background-color: #1DB954;
}
.kadence_social_widget .yelp_link:hover {
  background-color: #c41200;
}
.kadence_social_widget .snapchat_link:hover {
  background-color: #fffc00;
}
.kadence_social_widget .periscope_link:hover {
  background-color: #3aa4c6;
}
.kadence_social_widget .behance_link:hover {
  background-color: #1769ff;
}
.kadence_social_widget .reddit_link:hover {
  background-color: #ff4500;
}
.kadence_social_widget .rss_link:hover {
  background-color: #FF6200;
}
.kadence_social_widget.kt-text-beside a {
  width: auto;
  padding: 0 8px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.kt-social-title {
  text-transform: uppercase;
  padding-left: 6px;
}
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_pages ul,
.widget_categories ul,
.widget_meta ul,
.widget_product_categories ul {
  list-style: none;
  padding: 0;
}
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_product_categories ul li {
  position: relative;
  margin: 5px 0;
}
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_product_categories ul li a {
  padding: 5px 5px 0;
  margin-bottom: 5px;
  display: block;
  line-height: 24px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget_recent_entries ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover,
.widget_meta ul li a:hover,
.widget_product_categories ul li a:hover {
  border-color: #16A085;
}
.widget_recent_entries ul li a:hover ~ .count,
.widget_recent_comments ul li a:hover ~ .count,
.widget_archive ul li a:hover ~ .count,
.widget_pages ul li a:hover ~ .count,
.widget_categories ul li a:hover ~ .count,
.widget_meta ul li a:hover ~ .count,
.widget_product_categories ul li a:hover ~ .count {
  color: white;
  background: #16A085;
}
.widget_recent_entries ul li a:hover ~ .kt-toggle-sub,
.widget_recent_comments ul li a:hover ~ .kt-toggle-sub,
.widget_archive ul li a:hover ~ .kt-toggle-sub,
.widget_pages ul li a:hover ~ .kt-toggle-sub,
.widget_categories ul li a:hover ~ .kt-toggle-sub,
.widget_meta ul li a:hover ~ .kt-toggle-sub,
.widget_product_categories ul li a:hover ~ .kt-toggle-sub {
  border-color: #16A085;
}
.widget_pages ul:not(.children) > li > .kt-toggle-sub,
.widget_categories ul:not(.children) > li > .kt-toggle-sub,
.widget_product_categories ul:not(.children) > li > .kt-toggle-sub {
  display: block;
  width: 30px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 7px;
  line-height: 24px;
  font-size: 16px;
  color: #555;
  border-bottom: 2px solid transparent;
  height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.widget_pages ul:not(.children) > li > .kt-toggle-sub:before,
.widget_categories ul:not(.children) > li > .kt-toggle-sub:before,
.widget_product_categories ul:not(.children) > li > .kt-toggle-sub:before {
  display: block;
  content: "\f107";
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 8px;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  transform: rotate(135deg);
  vertical-align: top;
  width: 8px;
  position: absolute;
}
.widget_pages ul:not(.children) > li.kt-toggle-has-count > .kt-toggle-sub,
.widget_categories ul:not(.children) > li.kt-toggle-has-count > .kt-toggle-sub,
.widget_product_categories ul:not(.children) > li.kt-toggle-has-count > .kt-toggle-sub {
  right: 32px;
}
.widget_pages ul li .count,
.widget_categories ul li .count,
.widget_product_categories ul li .count {
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 12px;
  line-height: 24px;
  width: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget_pages ul li.current-cat > a,
.widget_categories ul li.current-cat > a,
.widget_product_categories ul li.current-cat > a {
  border-color: #16A085;
}
.widget_pages ul li.current-cat > .count,
.widget_categories ul li.current-cat > .count,
.widget_product_categories ul li.current-cat > .count {
  color: white;
  background: #16A085;
}
.widget_pages ul li ul,
.widget_categories ul li ul,
.widget_product_categories ul li ul {
  padding-left: 14px;
  display: none;
}
.widget_pages ul li ul li.current-cat > a:before,
.widget_categories ul li ul li.current-cat > a:before,
.widget_product_categories ul li ul li.current-cat > a:before {
  background: #16A085;
}
.widget_pages ul li ul li a,
.widget_categories ul li ul li a,
.widget_product_categories ul li ul li a {
  padding-left: 11px;
}
.widget_pages ul li ul li a:before,
.widget_categories ul li ul li a:before,
.widget_product_categories ul li ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #eee;
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  margin-top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget_pages ul li ul li a:hover:before,
.widget_categories ul li ul li a:hover:before,
.widget_product_categories ul li ul li a:hover:before {
  background: #16A085;
}
.widget_pages ul li.kt-drop-toggle > .kt-toggle-sub,
.widget_categories ul li.kt-drop-toggle > .kt-toggle-sub,
.widget_product_categories ul li.kt-drop-toggle > .kt-toggle-sub {
  background: #eee;
  border-bottom-color: #16A085;
}
.widget_pages ul li.kt-drop-toggle > .kt-toggle-sub:before,
.widget_categories ul li.kt-drop-toggle > .kt-toggle-sub:before,
.widget_product_categories ul li.kt-drop-toggle > .kt-toggle-sub:before {
  margin-top: -1px;
  transform: rotate(-45deg);
  margin-left: -3px;
}
.widget_pages ul li.kt-drop-toggle ul.children,
.widget_categories ul li.kt-drop-toggle ul.children,
.widget_product_categories ul li.kt-drop-toggle ul.children {
  display: block;
}
.kt-image-shadow-small {
  display: inline-block;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
}
.kt-image-shadow-medium {
  display: inline-block;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
}
.kt-image-shadow-large {
  display: inline-block;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.55);
}
.kt-image-shadow-small_below {
  display: inline-block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.kt-image-shadow-medium_below {
  display: inline-block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.kt-image-shadow-large_below {
  display: inline-block;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.kt-image-shape-circle,
.kt-image-shape-square,
.kt-image-shape-diamond,
.kt-image-shape-hexagon,
.kt-image-shape-octogon {
  padding-bottom: 100%;
  height: 0;
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
}
.kt-image-shape-circle img,
.kt-image-shape-square img,
.kt-image-shape-diamond img,
.kt-image-shape-hexagon img,
.kt-image-shape-octogon img {
  position: absolute;
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: none;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.kt-image-shape-hexagon {
  padding-bottom: 115%;
}
.kt-image-shape-diamond {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.kt-image-shape-octogon {
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.kt-image-shape-hexagon {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.kt-image-shape-circle {
  border-radius: 50%;
}
.kt-image-align-center {
  text-align: center;
}
.kt-image-align-left {
  text-align: left;
}
.kt-image-align-right {
  text-align: right;
}
.kadence_image_widget_caption {
  text-align: center;
  padding: 10px 0;
}
.vcard-company {
  font-size: 18px;
  line-height: 24px;
}
.vcard i {
  padding-right: 5px;
}
.kt-ctaw .kt-call-to-action-title {
  margin: 0 0 20px;
}
.kt-ctaw .kt-call-to-action-abovetitle {
  margin-bottom: 20px;
}
.kt-ctaw .kt-call-to-action-subtitle {
  margin: 0 0 20px;
}
.sf-menu .widget_polylang ul {
  display: block;
  position: static;
  border: 0;
  min-width: 0;
}
.sf-menu .widget_polylang ul li.lang-item {
  display: inline-block;
}
.siteorigin-panels-stretch .kadence_split_content_widget {
  overflow: hidden;
}
.page-header {
  margin: 0;
  height: 240px;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.page-header .page-header-inner {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.titleclass h1,
.titleclass .h1class {
  margin: 0;
  color: #fff;
  font-size: 70px;
  line-height: 1;
}
.titleclass .subtitle {
  color: #fff;
  font-size: 40px;
  line-height: 1;
  display: block;
  margin-top: 20px;
}
.kt_bc_active .page-header {
  padding-bottom: 32px;
}
.titleclass {
  background: #444;
  position: relative;
}
.titleclass #kadbreadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
}
#kadbreadcrumbs {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  color: #eee;
  background: rgba(0, 0, 0, 0.2);
  padding: 6px 0;
  width: 100%;
}
#kadbreadcrumbs a {
  border-bottom: 2px solid #eee;
  color: #eee;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#kadbreadcrumbs a:hover {
  color: #16A085;
  border-color: #16A085;
}
.titleclass .page-header-inner #kadbreadcrumbs {
  position: static;
  background: transparent;
}
.titleclass span.entry-title {
  display: block;
  line-height: 1;
}
.kt_bc_nomargin #kadbreadcrumbs {
  color: #777;
  background: rgba(0, 0, 0, 0.1);
}
.kt_bc_nomargin #kadbreadcrumbs a {
  color: #777;
  border-bottom-color: #bbb;
}
.kt_bc_nomargin #kadbreadcrumbs a:hover {
  color: #16A085;
  border-color: #16A085;
}
.kad-ascend-parallax,
.kt-parallax-stellar {
  background-attachment: fixed !important;
  -moz-background-size: cover!important;
  -webkit-background-size: cover!important;
  background-size: cover!important;
}
.footerclass {
  background: #333;
  color: #eee;
  padding-top: 30px;
  font-size: 14px;
}
.footerclass a {
  color: #f2f2f2;
}
.footerclass a:hover {
  color: #16A085;
}
.footerclass .widget {
  margin-top: 30px;
}
.footerclass .widget.so-panel {
  margin-top: 0px;
}
.footerclass .widget-first {
  margin-top: 0px;
}
.footerclass .footer-widget-title {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footerclass .footer-widget-title:before {
  background: rgba(255, 255, 255, 0.3);
}
.footerclass .footer-widget-title span {
  background: #333;
}
.footerclass .menu {
  padding: 0;
}
.footerclass .menu li {
  list-style: none;
}
.footerclass .menu li a {
  padding: 5px 5px 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footerclass .menu li a:hover {
  border-color: #16A085;
}
.footerclass .kadence_social_widget {
  text-align: left;
}
.footerclass .kadence_social_widget a {
  border-color: rgba(255, 255, 255, 0.3);
}
.footerclass .kadence_social_widget a:hover {
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.footerclass .col-md-12 .kadence_social_widget {
  text-align: center;
}
body.body-style-bubbled .footerclass .footer-widget-title span {
  background: #333;
}
.footercredits {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
  text-align: center;
}
.footerbase {
  background: rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}
.footermenu {
  list-style: none;
  padding: 0;
  margin: 5px 0;
  text-align: center;
}
.footermenu li {
  display: inline-block;
}
.footermenu li ul {
  padding: 0;
  list-style: none;
}
.footermenu li a {
  padding: 4px 6px;
  margin: 0 3px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  position: relative;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.kt-slickslider .slick-prev,
.kt-slickslider .slick-next,
.kt-slickslider-thumbs .slick-prev,
.kt-slickslider-thumbs .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 30px;
  z-index: 120;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.kt-slickslider .slick-prev:before,
.kt-slickslider .slick-next:before,
.kt-slickslider-thumbs .slick-prev:before,
.kt-slickslider-thumbs .slick-next:before {
  font-size: 24px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.kt-slickslider .slick-prev:hover,
.kt-slickslider .slick-next:hover,
.kt-slickslider-thumbs .slick-prev:hover,
.kt-slickslider-thumbs .slick-next:hover,
.kt-slickslider .slick-prev:focus,
.kt-slickslider .slick-next:focus,
.kt-slickslider-thumbs .slick-prev:focus,
.kt-slickslider-thumbs .slick-next:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.4);
  border-color: #ffffff;
  color: transparent;
}
.kt-slickslider .slick-prev:hover:before,
.kt-slickslider .slick-next:hover:before,
.kt-slickslider-thumbs .slick-prev:hover:before,
.kt-slickslider-thumbs .slick-next:hover:before,
.kt-slickslider .slick-prev:focus:before,
.kt-slickslider .slick-next:focus:before,
.kt-slickslider-thumbs .slick-prev:focus:before,
.kt-slickslider-thumbs .slick-next:focus:before {
  color: #ffffff;
}
.kt-slickslider .slick-prev.slick-disabled:before,
.kt-slickslider .slick-next.slick-disabled:before,
.kt-slickslider-thumbs .slick-prev.slick-disabled:before,
.kt-slickslider-thumbs .slick-next.slick-disabled:before {
  opacity: 0;
}
.kt-slickslider .slick-prev,
.kt-slickslider-thumbs .slick-prev {
  left: 6px;
}
.kt-slickslider .slick-prev[dir="rtl"],
.kt-slickslider-thumbs .slick-prev[dir="rtl"] {
  left: auto;
  right: 0px;
}
.kt-slickslider .slick-prev:before,
.kt-slickslider-thumbs .slick-prev:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  position: relative;
  top: 0px;
  left: 2px;
  transform: rotate(-135deg);
  vertical-align: top;
  width: 10px;
}
.kt-slickslider .slick-prev:before[dir="rtl"],
.kt-slickslider-thumbs .slick-prev:before[dir="rtl"] {
  left: -2px;
  transform: rotate(45deg);
}
.kt-slickslider .slick-next,
.kt-slickslider-thumbs .slick-next {
  right: 6px;
}
.kt-slickslider .slick-next[dir="rtl"],
.kt-slickslider-thumbs .slick-next[dir="rtl"] {
  left: 0;
  right: auto;
}
.kt-slickslider .slick-next:before,
.kt-slickslider-thumbs .slick-next:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  position: relative;
  top: 0px;
  left: -2px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 10px;
}
.kt-slickslider .slick-next:before[dir="rtl"],
.kt-slickslider-thumbs .slick-next:before[dir="rtl"] {
  left: 2px;
  transform: rotate(-135deg);
}
.kt-slickslider-thumbs .slick-prev,
.kt-slickslider-thumbs .slick-next {
  height: 24px;
  width: 24px;
}
.kt-slickslider-thumbs .slick-prev:before,
.kt-slickslider-thumbs .slick-next:before {
  font-size: 14px;
  line-height: 20px;
}
.kt-slickslider-thumbs .slick-prev {
  left: 4px;
}
.kt-slickslider-thumbs .slick-next {
  right: 4px;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: '';
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  outline: none;
  border-radius: 50%;
  background-color: black;
  opacity: 0.4;
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  box-shadow: inset 0 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.slick-dots li.slick-active button:before {
  background-color: black;
  opacity: 0.8;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.kt-image-carousel.slick-dotted .slick-dots {
  bottom: -5px;
}
.kt-image-carousel.slick-dotted {
  padding-bottom: 15px;
}
.kt-image-carousel.kad-wp-gallery.slick-dotted .slick-dots {
  bottom: 0;
}
.kt-image-carousel.kad-wp-gallery.slick-dotted {
  padding-bottom: 0px;
}
/* Theme */
.slick-slider.loading > div.kt-slick-slide,
.slick-slider > div.kt-slick-thumb {
  display: none;
}
.slick-slider.loading > div.kt-slick-slide:first-child,
.slick-slider > div.kt-slick-thumb:first-child {
  display: block;
}
.kt-slick-slide {
  text-align: center;
}
.kt-slickslider {
  margin-left: auto;
  margin-right: auto;
}
.kt-image-carousel .kt-slick-slide {
  margin: 0 3px;
}
@media (max-width: 768px) {
  .kt-image-carousel .kt-slick-slide {
    max-width: 668px;
  }
}
@media (max-width: 544px) {
  .kt-image-carousel .kt-slick-slide {
    max-height: 240px;
  }
  .kt-image-carousel .kt-slick-slide img {
    max-height: 240px;
    width: auto;
  }
}
@media (max-width: 400px) {
  .kt-image-carousel .kt-slick-slide {
    max-height: 200px;
  }
  .kt-image-carousel .kt-slick-slide img {
    max-height: 200px;
    width: auto;
  }
}
.kt-slickslider-thumbs {
  margin: 4px -2px 0;
}
.kt-slickslider-thumbs .kt-slick-thumb {
  margin: 0 2px;
  outline: 0;
  position: relative;
}
.kt-slickslider-thumbs .kt-slick-thumb .thumb-highlight {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.kt-slickslider-thumbs .kt-slick-thumb.slick-current {
  outline: 0;
}
.kt-slickslider-thumbs .kt-slick-thumb.slick-current .thumb-highlight {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.kt-image-carousel-center-fade .kt-slick-slide.slick-slide {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.kt-image-carousel-center-fade .kt-slick-slide.slick-center {
  opacity: 1;
}
.kt-basic-fullslide {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kt-slickslider.titleclass {
  background: transparent;
  padding-top: 0 !important;
}
.basic-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-caption-case {
  padding: 2% 46px;
  text-align: center;
  width: 100%;
}
.kt-h-basic-carousel .slick-slide {
  position: relative;
}
.kt-slick-slide.blog_photo_item {
  margin: 0 3px 20px;
}
.kt_post_category .price ins {
  float: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  font-size: 50px;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before {
  position: absolute;
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: '';
  display: inline-block;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -12px;
  transform: rotate(-135deg);
  vertical-align: top;
  width: 20px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:before {
  position: absolute;
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: '';
  display: inline-block;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -12px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 20px;
}
.mfp-zoom-in .mfp-arrow:before,
.mfp-zoom-in .mfp-arrow:after {
  opacity: 1;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-zoom-in {
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mag-pop-modal {
  background: white;
  position: relative;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}
.mag-pop-modal .mfp-close {
  top: -44px;
  color: #eee;
}
.kt-ajax-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.kt-ajax-bubbling {
  text-align: center;
  width: 100%;
  height: 49px;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.kt-ajax-bubbling span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 24px auto;
  background: #000000;
  border-radius: 49px;
  -o-border-radius: 49px;
  -ms-border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  animation: ktajaxbubbling 1.5s infinite alternate;
  -o-animation: ktajaxbubbling 1.5s infinite alternate;
  -ms-animation: ktajaxbubbling 1.5s infinite alternate;
  -webkit-animation: ktajaxbubbling 1.5s infinite alternate;
  -moz-animation: ktajaxbubbling 1.5s infinite alternate;
}
#kt-ajax-bubbling_1 {
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
}
#kt-ajax-bubbling_2 {
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}
#kt-ajax-bubbling_3 {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}
@keyframes ktajaxbubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    transform: translatY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    transform: translateY(-20px);
  }
}
@-o-keyframes ktajaxbubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    -o-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    -o-transform: translateY(-20px);
  }
}
@-ms-keyframes ktajaxbubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    -ms-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    -ms-transform: translateY(-20px);
  }
}
@-webkit-keyframes ktajaxbubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes ktajaxbubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    -moz-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    -moz-transform: translateY(-20px);
  }
}
/* loader-ellips
------------------------- */
.scroller-status {
  padding: 20px 0;
  display: none;
}
/* loader-ellips
------------------------- */
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
  left: 3em;
}
@keyframes ktreveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes ktslide {
  to {
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: ktreveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: ktslide;
}
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.g_item {
  padding-bottom: 10px;
}
.kad-wp-gallery {
  clear: both;
  width: 100%;
}
.gallery_item {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.gallery_item img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: perspective(1000px);
  -webkit-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery_item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.gallery_item .photo-caption-bg {
  position: absolute;
  opacity: 0.5;
  top: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
}
.gallery_item:hover .photo-caption-bg {
  opacity: 1;
}
.gallery_item .kad_caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery_item .kad_caption .kad_caption_inner {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 10px;
  z-index: 100;
}
.kt-intrinsic {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  display: block;
}
.kt-intrinsic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.kad-mosaic-gallery-wrapper {
  margin: 0 -3px;
}
.kad-mosaic-gallery-wrapper .g_item {
  padding-bottom: 0px;
}
.kad-mosaic-gallery-wrapper .g_mosiac_item_image_case {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding-bottom: 0;
}
.kad-mosaic-gallery-wrapper .g_mosiac_item_inner {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.kad-mosaic-gallery-wrapper .g_mosiac_item {
  overflow: visible;
  position: relative;
  height: 0;
}
.kt-slickslider .gallery_item .kt-intrinsic img {
  -webkit-backface-visibility: inherit;
  -webkit-transform: inherit;
}
.kt-slick-slide .gallery_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1800px) {
  .kt-width-xlarge .mosaic-large-grid-size .grid_mosiac_item {
    padding-bottom: 200%  !important;
  }
  .kt-width-xlarge .mosaic-large-grid-size .grid_mosiac_item .kt-intrinsic img {
    width: auto;
    height: auto;
    min-height: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  .kt-width-xlarge .mosaic-large-grid-size .grid_mosiac_item:hover .kt-intrinsic img {
    -webkit-transform: scale(1.02) translate(-50%, -50%);
    -ms-transform: scale(1.02) translate(-50%, -50%);
    -o-transform: scale(1.02) translate(-50%, -50%);
    transform: scale(1.02) translate(-50%, -50%);
  }
  .kt-width-xlarge .mosaic-large-wide-grid-size .grid_mosiac_item {
    padding-bottom: 50%  !important;
  }
  .kt-width-xlarge .mosaic-large-wide-grid-size .grid_mosiac_item .kt-intrinsic img {
    width: auto;
    height: auto;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  .kt-width-xlarge .mosaic-large-wide-grid-size .grid_mosiac_item:hover .kt-intrinsic img {
    -webkit-transform: scale(1.02) translate(-50%, -50%);
    -ms-transform: scale(1.02) translate(-50%, -50%);
    -o-transform: scale(1.02) translate(-50%, -50%);
    transform: scale(1.02) translate(-50%, -50%);
  }
  .kt-width-xlarge .mosaic-large-square-grid-size .grid_mosiac_item {
    padding-bottom: 100%  !important;
  }
  .kt-width-xlarge .mosaic-large-square-grid-size .grid_mosiac_item .kt-intrinsic img {
    width: auto;
    height: auto;
    min-height: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  .kt-width-xlarge .mosaic-large-square-grid-size .grid_mosiac_item:hover .kt-intrinsic img {
    -webkit-transform: scale(1.02) translate(-50%, -50%);
    -ms-transform: scale(1.02) translate(-50%, -50%);
    -o-transform: scale(1.02) translate(-50%, -50%);
    transform: scale(1.02) translate(-50%, -50%);
  }
  .kt-width-xlarge .mosaic-tall-grid-size .grid_mosiac_item {
    padding-bottom: 100%  !important;
  }
  .kt-width-xlarge .mosaic-tall-grid-size .grid_mosiac_item .kt-intrinsic img {
    width: auto;
    height: auto;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  .kt-width-xlarge .mosaic-tall-grid-size .grid_mosiac_item:hover .kt-intrinsic img {
    -webkit-transform: scale(1.02) translate(-50%, -50%);
    -ms-transform: scale(1.02) translate(-50%, -50%);
    -o-transform: scale(1.02) translate(-50%, -50%);
    transform: scale(1.02) translate(-50%, -50%);
  }
}
@media (max-width: 992px) {
  .mosaic-sm-wide-grid-size .grid_mosiac_item {
    padding-bottom: 50%  !important;
  }
  .mosaic-sm-wide-grid-size .grid_mosiac_item .kt-intrinsic img {
    width: auto;
    height: auto;
    margin-top: -25%;
    min-width: 100%;
  }
  .mosaic-sm-wide-grid-size .grid_mosiac_item.kt-intrinsic img {
    width: auto;
    height: auto;
    margin-top: -25%;
    min-width: 100%;
  }
  .mosaic-sm-square-grid-size .grid_mosiac_item {
    padding-bottom: 100%  !important;
  }
  .mosaic-sm-square-grid-size .grid_mosiac_item .kt-intrinsic img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: none;
  }
  .mosaic-sm-square-grid-size .grid_mosiac_item.kt-intrinsic img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: none;
  }
  .mosaic-tall-sm-square-grid-size .grid_mosiac_item {
    padding-bottom: 100%  !important;
  }
  .mosaic-tall-sm-square-grid-size .grid_mosiac_item .kt-intrinsic img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .mosaic-tall-sm-square-grid-size .grid_mosiac_item.kt-intrinsic img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .mosaic-ss-inherit-wide .grid_mosiac_item {
    padding-bottom: 50%  !important;
  }
  .mosaic-ss-inherit-wide .grid_mosiac_item .kt-intrinsic img {
    width: 100%;
    height: 100%;
    min-width: 100%;
  }
  .mosaic-ss-inherit-wide .grid_mosiac_item.kt-intrinsic img {
    width: 100%;
    height: 100%;
    min-width: 100%;
  }
  .mosaic-ss-tall-grid-size .grid_mosiac_item {
    padding-bottom: 200%  !important;
  }
  .mosaic-ss-tall-grid-size .grid_mosiac_item .kt-intrinsic img {
    width: auto;
    height: auto;
    min-height: 100%;
    max-width: none;
  }
  .mosaic-ss-tall-grid-size .grid_mosiac_item.kt-intrinsic img {
    width: auto;
    height: auto;
    min-height: 100%;
    max-width: none;
  }
}
.kt-gallery-tiles {
  position: relative;
}
.kt-gallery-tiles.justified-gallery .g_item {
  position: absolute;
  opacity: 1;
}
.kt-gallery-tiles .g_item {
  float: left;
  padding-bottom: 0;
  opacity: 0;
  display: inline-block;
  overflow: hidden;
}
.kt-gallery-tiles .g_item .gallery_item {
  outline: none;
}
.kt-gallery-tiles .g_item .gallery_item img {
  width: 100%;
}
#content .gallery {
  margin-right: -10px;
  margin-left: -10px;
}
#content .gallery:before,
#content .gallery:after {
  content: " ";
  display: table;
}
#content .gallery:after {
  clear: both;
}
.gallery .gallery-item {
  float: left;
  margin: 0 0 20px;
  text-align: center;
}
.gallery .gallery-item .gallery-icon {
  padding: 0 10px;
}
.gallery-columns-1 .gallery-item {
  float: none;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+3) {
  clear: both;
}
.gallery-columns-3 .gallery-item {
  width: 33.333333%;
}
.gallery-columns-3 .gallery-item:nth-child(3n+4) {
  clear: both;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-4 .gallery-item:nth-child(4n+5) {
  clear: both;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-5 .gallery-item:nth-child(5n+6) {
  clear: both;
}
.gallery-columns-6 .gallery-item {
  width: 16.67%;
}
.gallery-columns-6 .gallery-item:nth-child(6n+7) {
  clear: both;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-7 .gallery-item:nth-child(7n+8) {
  clear: both;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-8 .gallery-item:nth-child(8n+9) {
  clear: both;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery-columns-9 .gallery-item:nth-child(9n+10) {
  clear: both;
}
.kt_typed_element {
  min-height: 1px;
  min-width: 1px;
  display: inline-block;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: kt_type_blink 0.7s infinite;
  -moz-animation: kt_type_blink 0.7s infinite;
  animation: kt_type_blink 0.7s infinite;
}
@keyframes kt_type_blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kt_type_blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes kt_type_blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kt-accordion > .panel {
  border: 2px solid #ddd;
  padding: 10px;
  margin-bottom: 4px;
}
.kt-accordion > .panel h5 {
  line-height: 24px;
  margin: 0px 0;
  float: left;
  margin-left: 15px;
}
.kt-accordion > .panel h5:after {
  content: '';
  height: 2px;
  width: 100%;
  background: #16A085;
  display: block;
  -webkit-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.kt-accordion > .panel h5 i {
  font-size: 10px;
  position: absolute;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  text-align: center;
}
.kt-accordion > .panel h5 .kt-icon-minus {
  display: block;
}
.kt-accordion > .panel h5 .kt-icon-plus {
  display: none;
}
.kt-accordion > .panel .collapsed h5:after {
  width: 0;
}
.kt-accordion > .panel .collapsed h5 .kt-icon-minus {
  display: none;
}
.kt-accordion > .panel .collapsed h5 .kt-icon-plus {
  display: block;
}
.kt-accordion .panel-body {
  padding-top: 15px;
}
.kt-accordion .panel-body p:last-child {
  margin-bottom: 10px;
}
.kt-accordion .panel-body table p:last-child {
  margin-bottom: 0;
}
.kt-accordion a.accordion-toggle {
  display: block;
  border: 0 !important;
  position: relative;
}
.kt-accordion a.accordion-toggle:after {
  clear: both;
  display: table;
  content: '';
}
.image_menu_item_link .image_menu_message {
  top: 10px;
  position: absolute;
  left: 10px;
  right: 10px;
  padding: 10px;
  text-align: center;
  bottom: 10px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.image_menu_item_link .image_menu_message h4,
.image_menu_item_link .image_menu_message h5 {
  color: white;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translate3d(0, 24px, 0);
  transform: translate3d(0, 24px, 0);
}
.image_menu_item_link .image_menu_message h4 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.image_menu_item_link .image_menu_message h5 {
  opacity: 0;
  line-height: 24px;
  font-size: 18px;
  height: 24px;
  margin: 0;
  overflow: visible;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.image_menu_item_link:hover .image_menu_message h4,
.image_menu_item_link:hover .image_menu_message h5 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.image_menu_message.imt-align-left {
  text-align: left;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.image_menu_message.imt-align-right {
  text-align: right;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.image_menu_message.imt-valign-top {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.image_menu_message.imt-valign-bottom {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.image_menu_message.imt-valign-bottom h5 {
  height: auto;
}
.image_menu_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #16A085;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 0;
}
.image_menu_item_link {
  position: relative;
  display: block;
  overflow: hidden;
  border: 0 !important;
}
.image_menu_item_link img,
.image_menu_item_link .image_menu-bg-item {
  -webkit-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  -webkit-transform: perspective(1000px);
}
.image_menu_item_link:hover img,
.image_menu_item_link:hover .image_menu-bg-item {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.image_menu_item_link:hover .image_menu_overlay {
  opacity: 0.6;
}
.blockquote,
blockquote {
  border-left: 5px solid #aaa;
  font-size: 18px;
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  position: relative;
}
.blockquote p,
blockquote p {
  font-weight: 300;
}
.entry-content .blockquote p,
.entry-content blockquote p {
  margin-bottom: 0;
}
.blockquote-right {
  padding: 0 15px 0 0px;
  border-left: 0;
  border-right: 5px solid #aaa;
  text-align: right;
}
.pullquote {
  padding: 0;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
}
.pullquote p {
  font-weight: 300;
}
.entry-content .pullquote p {
  margin-bottom: 0;
}
.pullquote-right {
  padding: 0px 45px 0px 0px;
  text-align: right;
}
.pullquote-right:after {
  font-size: 34px;
  font-family: "Helvetica Neue", sans-serif;
  content: close-quote;
  color: #aaa;
  position: absolute;
  right: 15px;
  bottom: 0px;
}
.pullquote-left {
  padding: 0px 0px 0px 45px;
}
.pullquote-left:before {
  color: #aaa;
  position: absolute;
  left: 15px;
  font-size: 34px;
  font-family: "Helvetica Neue", sans-serif;
  content: open-quote;
  top: 0px;
}
.pullquote-center {
  padding: 0px 45px 0px 45px;
  text-align: center;
}
.pullquote-center:before {
  color: #aaa;
  position: absolute;
  left: 15px;
  font-size: 34px;
  font-family: "Helvetica Neue", sans-serif;
  content: open-quote;
  top: 0px;
}
.pullquote-center:after {
  color: #aaa;
  position: absolute;
  right: 15px;
  font-size: 34px;
  font-family: "Helvetica Neue", sans-serif;
  content: close-quote;
  bottom: 0px;
}
.hrule {
  position: relative;
  margin: 30px auto;
  height: 1px;
  width: 95%;
  background: #E5E5E5;
  background: rgba(0, 0, 0, 0.05);
}
.hrule_dots {
  position: relative;
  margin: 30px auto;
  height: 1px;
  width: 95%;
  border-top: 1px dotted #E5E5E5;
  background: transparent;
  border-color: rgba(0, 0, 0, 0.05);
}
.hrule_gradient {
  border: 0;
  height: 1px;
  position: relative;
  margin: 30px auto;
}
.hrule_gradient:before {
  top: -0.5em;
  height: 1em;
  position: absolute;
  width: 100%;
  content: '';
}
.hrule_gradient:after {
  content: '';
  height: 0.5em;
  top: 1px;
  position: absolute;
  width: 100%;
  background: #fff;
}
.kad_popover {
  cursor: pointer;
}
.hrule_gradient,
.hrule_gradient:before {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 75%);
  background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(75%, rgba(0, 0, 0, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 75%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 75%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 75%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 75%);
}
.kt-simple-box.kt-valign-center {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.kt-simple-box.kt-valign-center .kt-simple-box-inner {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.kt-label-error {
  color: red;
  font-weight: normal;
  font-style: italic;
  margin-left: 5px;
}
input.kt-error {
  border: 1px solid red;
}
.kt-hide {
  display: none;
}
.kt-contact-form-info {
  font-weight: bold;
  font-size: 120%;
}
.kt-contact-form label {
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
.kt-contact-form .contact_consent_label,
.kt-feedback-consent-label {
  margin-left: 4px;
}
span.contactRequiredIcon {
  color: red;
}
.kt-contact-form.kt-formstyle-light label {
  font-weight: 300;
}
.kt-formstyle-light input[type=text],
.kt-formstyle-light input[type=email],
.kt-formstyle-light textarea {
  border: 1px solid #bbb;
  background: transparent;
}
.kt-formstyle-light p:nth-child(1),
.kt-formstyle-light p:nth-child(2),
.kt-formstyle-light p:nth-child(3) {
  width: 33.33%;
  float: left;
  padding-right: 15px;
}
.kt-formstyle-light p:nth-child(3) {
  padding-right: 0px;
}
.kt-formstyle-light p:nth-child(4) {
  clear: both;
}
.kt-formstyle-light p.cmath-section {
  max-width: 200px;
}
.kt-formstyle-light p.cmath-section input {
  max-width: 50%;
}
.kt-formstyle-light p.csubmit-section input {
  border: 1px solid #bbb;
  background: transparent;
  color: #444;
  text-shadow: none;
  font-weight: 300;
}
.kt-formstyle-light p.csubmit-section input:hover {
  border-color: #444;
}
.kt-map iframe {
  width: 100%;
  pointer-events: none;
  border: 0;
}
.kt-si-table-box {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.kt-si-cell-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.img-ktsi-right {
  float: right;
}
.content-ktsi-right {
  text-align: right;
}
.kt-si-imagecol.img-ktsi-left {
  text-align: right;
}
@media (min-width: 992px) {
  .content-ktsi-right {
    padding-right: 40px;
  }
  .content-ktsi-right .kt-si-inner-content {
    margin-right: 0;
    margin-left: auto;
  }
  .content-ktsi-left {
    padding-left: 40px;
  }
}
.kt_imgsplit_content {
  padding: 5px 0 15px;
}
.kt-si-image.kt-si-cover-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .kt-si-table-box {
    display: block;
    height: auto !important;
  }
  .kt-image-slit .kt-si-imagecol {
    float: none;
    width: 100%;
  }
  .kt-si-inner-content {
    margin: 0 auto;
  }
  .kt-si-table-box .kt-si-cell-box {
    display: block;
    text-align: center;
  }
  .img-ktsi-right {
    float: none;
  }
}
.kt-flip-box-contain {
  position: relative;
  display: block;
  text-align: center;
  height: 260px;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}
.kt-flip-box-front,
.kt-flip-box-back {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.kt-flip-box-flipper {
  position: relative;
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
  -webkit-perspective: 2000;
  -moz-perspective: 2000;
  perspective: 2000;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.kt-flip-box-front-inner,
.kt-flip-box-back-inner {
  position: relative;
}
.kt-flip-box-back-inner a.kt-flip-btn {
  margin-top: 15px;
  border: 2px solid #fff;
}
.kt-flip-box-back-inner a.kt-flip-btn:hover {
  opacity: 0.9;
}
.kt-flip-box-front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.kt-flip-box-back {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.kt-flip-box-contain:hover .kt-flip-box-front,
.kt-flip-box-contain .kt-mobile-hover .kt-flip-box-front {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.kt-flip-box-contain:hover .kt-flip-box-back,
.kt-flip-box-contain .kt-mobile-hover .kt-flip-box-back {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
@media (min-width: 767px) {
  .ie8 .kt-flip-box-contain .kt-flip-box-back,
  .ie9 .kt-flip-box-contain .kt-flip-box-back,
  .ie7 .kt-flip-box-contain .kt-flip-box-back {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter: alpha(opacity=00);
    opacity: 0;
  }
  .ie8 .kt-flip-box-contain:hover .kt-flip-box-back,
  .ie9 .kt-flip-box-contain:hover .kt-flip-box-back,
  .ie7 .kt-flip-box-contain:hover .kt-flip-box-back {
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
a.kadinfolink {
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.17, 0.67, 0.35, 0.95);
  -o-transition: box-shadow 0.2s cubic-bezier(0.17, 0.67, 0.35, 0.95);
  transition: box-shadow 0.2s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}
a.kadinfolink:hover {
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
a.kadinfolink .kad-info-box {
  cursor: pointer;
}
.kad-info-box {
  padding: 15px;
  border-radius: 6px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.kad-info-box i.kt-none {
  background: transparent !important;
}
.kad-info-box .kt-info-icon-case {
  text-align: left;
  padding: 0;
}
.kad-info-box .kt-info-content-case {
  padding: 0 0 0 15px;
}
.kad-info-box h4,
.kad-info-box h3,
.kad-info-box h5 {
  margin: 0;
  line-height: 1;
}
.kad-info-box i,
.kad-info-box img {
  display: block;
  text-align: center;
}
.kad-info-box.infoicon-side-right {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
.kad-info-box.infoicon-side-right .kt-info-content-case {
  padding: 0 15px 0 0;
}
.infoicon-side-above.kad-info-box {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.infoicon-side-above.kad-info-box .kt-info-content-case {
  padding: 15px 0 0 0;
  width: 100%;
}
.inner-info-icon-case.kad-circle-iconclass,
.inner-info-icon-case.kad-square-iconclass {
  box-sizing: content-box;
}
.kt-map {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.kt-map-overlay {
  position: absolute;
  bottom: 45px;
  right: 45px;
  text-align: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
}
.kt-map-overlay h4 {
  margin: 0;
}
.payment-method-icon {
  display: inline-block;
  padding: 2px 4px;
  margin: 2px 2px 2px 0px;
  font-size: 34px;
}
.inner-icon-case {
  box-sizing: content-box;
  text-align: center;
}
.inner-icon-case i {
  display: block;
}
.modal-open .kt-pb-animation {
  animation-fill-mode: inherit !important;
  opacity: 1;
}
.kt-filter-options {
  margin: 0 0 15px;
}
.filter-set {
  list-style: none;
  margin: 0px;
  padding: 0;
  width: auto;
  text-align: center;
}
.filter-set li {
  display: inline-block;
  margin: 5px 8px;
}
.filter-set li a {
  display: block;
  position: relative;
}
.filter-set li a .arrow-up {
  position: absolute;
  left: 50%;
  top: 100%;
  border-top: 6px solid transparent;
  display: block;
  margin-left: -6px;
  height: 0;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.filter-set li a.selected {
  border-bottom: 2px solid;
}
.filter-set li a.selected .arrow-up {
  border-top-color: inherit;
}
.filter-set li a h5 {
  margin: 0;
}
.filter-trigger {
  display: none;
}
@media (max-width: 767px) {
  .filter-trigger {
    cursor: pointer;
    display: block;
    padding: 4px 0;
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid #aaa;
    letter-spacing: 3px;
    background: transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .filter-set {
    overflow: hidden;
    padding: 0 15px;
    margin: 0;
    float: none;
    height: 0;
  }
  .filter-set li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    display: block;
  }
  .filter-set li a {
    padding: 5px 0 8px;
  }
  .filter-set li a.selected {
    border-bottom: 0px;
    background: #16A085;
  }
  .filter-set li a.selected h5 {
    color: #fff;
  }
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.init-mosaic-isotope,
.init-isotope,
.init-isotope-intrinsic {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.init-mosaic-isotope,
.init-isotope,
.init-isotope-intrinsic {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
@media (max-width: 1200px) {
  article.kad_blog_item {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .kt-header-position-above {
    display: none;
  }
  #kad-header-menu-sticky-wrapper {
    height: 0 !important;
    display: none;
  }
  .second-nav-container {
    display: none;
  }
  #kad-mobile-banner {
    display: block;
    height: auto;
  }
}
@media only screen and (max-device-width: 1024px) {
  .kt-header-position-above {
    display: none;
  }
  .second-nav-container {
    display: none;
  }
  #kad-mobile-banner {
    display: block;
    height: auto;
  }
  #kad-header-menu-sticky-wrapper {
    height: 0 !important;
    display: none;
  }
  body.kad-header-position-left #wrapper {
    padding-left: 0px;
  }
  body.kad-header-position-right #wrapper {
    padding-right: 0px;
  }
  #kad-vertical-menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .blog_photo_item .photo-postcontent .photo-postcontent-inner .entry-title {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  .blog_photo_item .photo-postcontent .photo-postcontent-inner .kt-post-photo-added-content {
    display: none;
  }
}
@media (max-width: 800px) {
  .siteorigin-panels-stretch .carouselcontainer.row {
    margin: 0;
  }
  .siteorigin-panels-stretch .testimonial-widget-carousel-outer {
    margin: 0;
  }
}
@media (max-width: 544px) {
  .blog_mosaic_item {
    width: 100%;
  }
  .p-outer-mosaic .p_item {
    width: 100%;
  }
  .kt-quote-post {
    padding: 20px 40px;
  }
  .kt-quote-post:before {
    left: 10px;
    top: 10px;
    font-size: 24px;
  }
  .kt-quote-post:after {
    right: 10px;
    bottom: 10px;
    font-size: 24px;
  }
  .kt-image-quote {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .kad-ascend-parallax,
  .kt-parallax-stellar {
    background-attachment: scroll !important;
    background-position: center !important;
  }
}
@media only screen and (max-device-width: 1024px) {
  .kad-ascend-parallax,
  .kt-parallax-stellar {
    background-attachment: scroll !important;
    background-position: center !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .kad-ascend-parallax,
  .kt-parallax-stellar {
    background-attachment: scroll!important;
    background-position: center!important;
  }
}
/* Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .kad-ascend-parallax,
  .kt-parallax-stellar {
    background-attachment: scroll!important;
    background-position: center!important;
  }
}
