@import url(//hello.myfonts.net/count/3c3f6e);/* General Styles */
.qLlogo img {
  transform: translateX(-50%);
}
/* * RESET CSS */
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
a:hover,
a:active {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
#theme-page img,
#mk-footer img,
.mk-page-section img,
.mk-inner-grid img,
.mk-header-logo img,
.mk-side-dashboard img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.mk-header-logo img {
  max-height: 100%;
}
.mk-gmaps img {
  max-width: none !important;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  color: #777;
}
p {
  font-size: 13px;
  line-height: 1.66em;
  margin-bottom: 30px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
strong,
th,
thead td {
  font-weight: 600;
}
cite,
em,
dfn {
  font-style: italic;
}
code,
pre {
  font-size: 12px;
  line-height: 20px;
  display: block;
  overflow: auto;
  margin: 10px 0 20px 0;
  padding: 20px 10px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  border: 2px solid #e8e8e8;
  background: #fff;
  background: url(../../../themes/ken/images/pre_code.gif) repeat scroll 0 0 #f2f3f5;
}
del {
  text-decoration: line-through;
}
small,
sup,
sub {
  font-size: 85%;
}
abbr,
acronym {
  letter-spacing: .1em;
  text-transform: uppercase;
}
a abbr,
a acronym {
  border: none;
}
abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
p,
ul,
ol,
dl,
table,
fieldset,
blockquote,
pre,
code {
  margin-bottom: 20px;
}
a {
  text-decoration: none;
}
p,
a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0 none;
}
.floatleft,
.alignleft {
  float: left;
  text-align: left;
}
.floatright,
.alignright {
  float: right;
  text-align: right;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.clearboth {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}
.clearboth:after {
  font-size: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: ' ';
}
* html .clearboth {
  height: 1%;
}
ul {
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
}
ul li {
  margin-left: .85em;
}
ul ul {
  list-style-type: square;
}
ul ul ul {
  list-style-type: circle;
}
ol {
  margin-bottom: 1em;
  margin-left: 2.35em;
  list-style-position: outside;
  list-style-type: decimal;
}
dt {
  font-size: 110%;
  font-weight: 600;
  margin-bottom: .2em;
}
dd {
  margin: 0;
  padding: 0 0 1em 15px;
}
ol ol,
ul ol {
  margin-left: 2.5em;
}
ul ol,
ol ul,
ol ol,
ul ul {
  margin-bottom: 0;
}
fieldset {
  padding: 1em;
  border: 2px solid #ddd;
}
legend {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0 .8em;
}
textarea,
input[type=text],
input[type=password],
input[type=email],
select {
  font-size: inherit;
  border: none;
  outline: none;
}
input,
select {
  cursor: pointer;
}
input[type=text],
input[type=password],
input[type=email] {
  cursor: text;
}
textarea {
  overflow: auto;
}
textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  font-size: 13px;
  padding: 12px 16px;
  letter-spacing: 1px;
  color: #666;
  border: 2px solid #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
}
input[type=submit] {
  padding: 12px 20px;
  border: 2px solid #ccc;
  background-color: #fff;
}
input[type=text]::-ms-clear {
  display: none;
}
#theme-page select {
  font-size: 12px;
  line-height: 14px;
  display: block;
  min-width: 240px;
  max-width: 100%;
  padding: 15px 14px 14px 14px;
  color: #4e4e4e;
  border: 2px solid #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url(../../../themes/ken/images/selectbox-arrow.png) right center no-repeat;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#theme-page select option {
  padding: 0 4px;
}
select[multiple=multiple] {
  background: none !important;
  padding: 0px !important;
}
/* HEADEING STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 .8em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 {
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 36px;
}
h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 38px;
}
h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
h4 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}
h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}
.visuallyhidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* *** Isotope Filtering *** */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
}
/* *** Isotope CSS3 transitions *** */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/* *** disabling Isotope CSS3 transitions *** */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.mk-video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
}
.mk-video-container iframe,
.mk-video-container object,
.mk-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mk-video-wrapper {
  max-width: 100%;
}
.mk-background-stretch {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mk-relative {
  position: relative;
}
.no-margin-top {
  padding-top: 10px !important;
}
.font-weight-l {
  font-weight: lighter;
}
.font-weight-n {
  font-weight: normal;
}
.font-weight-b {
  font-weight: bold;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}
.letter-spacing-3 {
  letter-spacing: 3px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-flow: row;
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-flow: row;
  flex-wrap: wrap;
}
.flex-items-center {
  align-items: center;
}
.flex-items-baseline {
  align-items: baseline;
}
.flex-items-start {
  align-items: flex-start;
}
.flex-items-end {
  align-items: flex-end;
}
.flex-items-stretch {
  align-items: stretch;
}
.flex-self-center {
  align-self: center;
}
.flex-self-baseline {
  align-self: baseline;
}
.flex-self-start {
  align-self: flex-start;
}
.flex-self-end {
  align-self: flex-end;
}
.flex-self-stretch {
  align-self: stretch;
}
.flex-justify {
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-grow {
  flex: 1 0 auto;
}
.flex-none {
  flex: none;
}
.flex-first {
  order: -1;
}
.flex-last {
  order: 99999;
}
.width-50 {
  width: 50px;
}
.width-full {
  width: 100%;
}
.width-x2 {
  width: 200%;
}
.height-50 {
  height: 50px;
}
.height-full {
  height: 100%;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.z4 {
  z-index: 4;
}
.z5 {
  z-index: 5;
}
.z999 {
  z-index: 999;
}
.pointer {
  pointer-events: auto;
}
.no-pointer {
  pointer-events: none;
}
.overflow-auto {
  overflow: auto;
}
.no-overflow {
  overflow: hidden;
}
.no-overflow-x {
  overflow-x: hidden;
}
.no-overflow-y {
  overflow-y: hidden;
}
.backface {
  backface-visibility: visible;
}
.no-backface {
  backface-visibility: hidden;
}
.perspective {
  transform: perspective(1000px);
  transform-style: preserve-3d;
}
.origin-center {
  transform-origin: center;
}
.fold-back-horizontal {
  transform: translateX(-100%) rotateY(-180deg);
}
.fold-back-vertical {
  transform: translateX(-100%) rotateX(-180deg);
}
.bezier-1 {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.IE .bezier-1 {
  transition: none;
}
/* 
    Try not to get crazy here and kepp as little class names as possible.
    However don't try to move this logic into contextual classes.
    If you see values close to each other prefer this which was already defined.
    Also idea of "px perfect" class names is not good - perfect solution would describe
    levels that could be manipulated from here when needed. Binding to pixels makes it less
    future proof, but this comes from underlying problems of procedural programming through out the product.
*/
.left-0 {
  left: 0px;
}
.left-5 {
  left: 5px;
}
.left-10 {
  left: 10px;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 5px;
}
.right-10 {
  right: 10px;
}
.top-0 {
  top: 0px;
}
.top-5 {
  top: 5px;
}
.top-10 {
  top: 10px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-5 {
  bottom: 5px;
}
.bottom-10 {
  bottom: 10px;
}
.padding-10-pr {
  padding: 10%;
}
.padding-x-10-pr {
  padding-left: 10%;
  padding-right: 10%;
}
.padding-10 {
  padding: 10px;
}
.padding-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-r-10 {
  margin-top: 10px;
}
.is-hidden {
  display: none;
  visibility: hidden;
}
.is-visibility-hidden {
  visibility: hidden;
}
.margin-auto {
  margin: 0 auto;
}
/* Makes the site print friendly... */
@media print {
  * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    /* Images, vectors and such */
    -webkit-filter: grayscale(100%);
    /* Chrome + Safari 6 */
    -moz-filter: grayscale(100%);
    /* Future proof */
    -ms-filter: grayscale(100%);
    /* Future proof */
    -o-filter: grayscale(100%);
    /* Future proof */
  }
  a {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href="#"],
  a[href="javascript:"] {
    content: "";
  }
  #mk-header,
  #mk-sidebar,
  #mk-footer,
  .mk-go-top {
    display: none !important;
  }
  .theme-page-wrapper {
    width: 100% !important;
  }
}
.mk-loader {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #0cf;
  border-radius: 50%;
  border-top-color: transparent !important;
  -webkit-animation: spin 0.65s infinite linear;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.mk-loader::before,
.mk-loader::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}
.loader::after {
  display: block;
  left: -2px;
  top: -2px;
  border: inherit;
  transform: rotate(65deg);
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
input[type="text"],
input[type="email"],
textarea,
.mk-grid div,
#mk-header,
#mk-header div,
.mk-secondary-header,
.mk-secondary-header div,
[class*='mk-col-'],
*:after,
*:before,
.text-input,
.theme-page-wrapper,
.blog-masonry-inner,
#mk-page-introduce,
.mk-header-toolbar,
.mk-news-item,
.mk-employee-item,
#mk-notification-bar,
.blog-grid-entry,
.blog-masonry-entry,
.mk-fullwidth-boxed,
.mk-image-caption,
.mk-gallery-shortcode .gallery-inner,
.mk-grid-portfolio-item,
.shop_table_form,
.cart-collaterals,
.mk-checkout-payement,
.mk-side-dashboard,
#mk-sidebar,
.page-section-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='mk-col-'] {
  float: left;
  padding-right: 25px;
  min-height: 1px;
}
[class*='mk-col-']:last-of-type {
  padding-right: 0px;
}
.mk-grid {
  width: 100%;
  /* min-width: 755px; */
  margin: 0 auto;
}
.mk-inner-grid {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mk-inner-grid:after {
  content: "";
  display: table;
  clear: both;
}
.mk-grid:after {
  content: "";
  display: table;
  clear: both;
}
.mk-grid-pad {
  padding: 20px 0 0px 20px;
}
.mk-grid-pad > [class*='mk-col-']:last-of-type {
  padding-right: 20px;
}
.mk-push-right {
  float: right;
}
/* Content Columns */
.mk-col-1-1 {
  width: 100%;
}
.mk-col-2-3,
.mk-col-8-12 {
  width: 66.66%;
}
.mk-col-1-2,
.mk-col-6-12 {
  width: 50%;
}
.mk-col-1-3,
.mk-col-4-12 {
  width: 33.33%;
}
.mk-col-1-4,
.mk-col-3-12 {
  width: 25%;
}
.mk-col-1-5 {
  width: 20%;
}
.mk-col-1-6,
.mk-col-2-12 {
  width: 16.667%;
}
.mk-col-1-7 {
  width: 14.28%;
}
.mk-col-1-8 {
  width: 12.5%;
}
.mk-col-1-9 {
  width: 11.1%;
}
.mk-col-1-10 {
  width: 10%;
}
.mk-col-1-11 {
  width: 9.09%;
}
.mk-col-1-12 {
  width: 8.33%;
}
/* Layout Columns */
.mk-col-11-12 {
  width: 91.66%;
}
.mk-col-10-12 {
  width: 83.333%;
}
.mk-col-9-12 {
  width: 75%;
}
.mk-col-5-12 {
  width: 41.66%;
}
.mk-col-7-12 {
  width: 58.33%;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-grid {
    width: 100%;
  }
  .mk-padding-wrapper {
    padding: 0 15px;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-grid {
    width: 100%;
    min-width: 0;
  }
  [class*='mk-col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wpb_row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.attched-true.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mk-fullwidth-true.vc_row .vc_col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mk-fullwidth-true.vc_row {
  margin-left: 0px;
  margin-right: 0px;
}
.add-padding-0 > [class*="vc_col"] {
  padding: 0%;
}
.add-padding-1 > [class*="vc_col"] {
  padding: 1%;
}
.add-padding-2 > [class*="vc_col"] {
  padding: 2%;
}
.add-padding-3 > [class*="vc_col"] {
  padding: 3%;
}
.add-padding-4 > [class*="vc_col"] {
  padding: 4%;
}
.add-padding-5 > [class*="vc_col"] {
  padding: 5%;
}
@media handheld, only screen and (max-width: 767px) {
  .vc_row-fluid [class*="vc_span"] {
    width: auto;
    float: none;
    margin-left: 0 !important;
  }
  .wpb_row.attched-true > [class*="vc_span"] {
    width: auto;
  }
  .vc_row.vc_row-flex,
  .vc_row.vc_row-flex > .vc_column_container {
    display: block !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  [class*="vc_custom_"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.widget .mk-searchform .search-button,
.mk-lightbox,
.mk-pagination .mk-pagination-next a,
.mk-pagination .mk-pagination-previous a,
.mk-clients-shortcode .client-logo,
.mk-pricing-cols .mk-pricing-button a,
.widget_social_networks a,
.widget-sub-navigation ul li a,
.mk-social-network a,
.portfolio-similar-posts img,
.single-post-tags a,
a.jp-play,
a.jp-pause,
.mk-employeee-networks,
.image-overlay,
.process-detail,
.mk-font-icons a i,
.entry-meta a,
.single-share-trigger,
.blog-title a,
.blog-meta a,
.comment-reply a,
.thread-reply-toggle,
.swiper-arrows,
.slideshow-swiper-arrows,
.swiper-pagination,
.team-member-name,
.team-member-position,
.mk-gallery.grid-style .the-title,
.mk-loadmore-button,
.mk-love-holder i,
.blog-comments i,
.comment-count i,
.next-prev-top a,
.blog-similar-posts a,
.portfolio-widget-title,
.author-social li a,
.mk-isotop-filter a,
.ajax-controls a,
.mk-image-caption,
.mk-image-hover i,
.mk-employeee-networks li a,
.portfolio-meta,
.text-input,
.mk-textarea,
.mk-contact-form-wrapper .mk-form-row i,
.mk-flickr-feeds a:after,
.hover-plus-icon,
.post-type-icon,
.single-social-share a,
.mk-next-prev a,
.post-hover-icon,
.similar-post-type,
.portfolio-plus-icon i,
.portfolio-permalink,
.gallery-meta,
.gallery-meta i,
.mk-searchform .mk-icon-search,
.widget_tag_cloud li a,
.widget_categories li a,
.hover-plus-icon-small,
.comment-textarea textarea,
.comment-form-row i,
#mk-breadcrumbs a,
.header-searchform-input .ui-autocomplete li,
.header-searchform-input .ui-autocomplete .search-title,
.header-searchform-input .ui-autocomplete .search-date,
.product_loop_button,
.product-hover-items,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page table.cart .remove,
.button-icon-holder,
.woocommerce-pagination a,
.widget_tag_cloud a:hover,
.widget_categories a:hover,
.mini-cart-button,
.mini-cart-button i,
.product-category h4,
.product-category h4 span,
.header-searchform-input li i,
.header-searchform-input li img,
.mk-login-form input,
.mk-footer-social a,
.mk-edge-nav,
.mk-edge-nav i,
.res-nav-close,
.widget_product_tag_cloud a,
.product-single-lightbox,
.gform_wrapper .button,
.mk-login-form .form-row i,
.mk-box-text i,
.portfolio-entry-logo,
.gallery-thumb-lightbox,
.fancybox-nav span,
.fancybox-close,
.blog-scroller-arrows,
.blog-modern-entry .blog-modern-button,
.blog-modern-entry .blog-title,
.blog-teaser-side-item .blog-title,
.mini-cart-remove,
.mk-subfooter-logos a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-perspective: 1000;
}
.hover-overlay {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-perspective: 1000;
}
/* Viewport Animations */
.mk-animate-element {
  opacity: 0;
  -webkit-perspective: 1000;
}
.no-transform .mk-animate-element {
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.fade-in {
  -webkit-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.forthy-five-rotate {
  -webkit-animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.scale-up {
  -webkit-animation: mk_scale_up 0.5s ease;
  -moz-animation: mk_scale_up 0.5s ease;
  -o-animation: mk_scale_up 0.5s ease;
  animation: mk_scale_up 0.5s ease;
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.scale-down {
  -webkit-animation: mk_scale_down 0.5s 1 ease;
  -moz-animation: mk_scale_down 0.5s 1 ease;
  -o-animation: mk_scale_down 0.5s 1 ease;
  animation: mk_scale_down 0.5s 1 ease;
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.scale-half-up {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-animation: mk_half_scale 0.4s ease forwards;
  -moz-animation: mk_half_scale 0.4s ease forwards;
  animation: mk_half_scale 0.4s ease forwards;
}
.mk-animate-element.mk-in-viewport.right-to-left {
  -webkit-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.left-to-right {
  -webkit-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.top-to-bottom {
  -webkit-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.bottom-to-top {
  -webkit-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.flip-x {
  -webkit-animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.flip-y {
  -webkit-animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-float-vertical {
  -webkit-animation: mk_float 2s infinite linear;
  -moz-animation: mk_float 2s infinite linear;
  -ms-animation: mk_float 2s infinite linear;
  -o-animation: mk_float 2s infinite linear;
  position: relative;
}
.mk-float-horizontal {
  -webkit-animation: mk_floatx 2s infinite linear;
  -moz-animation: mk_floatx 2s infinite linear;
  -ms-animation: mk_floatx 2s infinite linear;
  -o-animation: mk_floatx 2s infinite linear;
  position: relative;
}
.mk-pulse {
  -webkit-animation: mk_pulse 2s infinite linear;
  -moz-animation: mk_pulse 2s infinite linear;
  -ms-animation: mk_pulse 2s infinite linear;
  -o-animation: mk_pulse 2s infinite linear;
}
.mk-tossing {
  -webkit-animation: mk_tossing 2s infinite linear;
  -moz-animation: mk_tossing 2s infinite linear;
  -ms-animation: mk_tossing 2s infinite linear;
  -o-animation: mk_tossing 2s infinite linear;
}
.mk-spin {
  -moz-animation: spin 4s infinite linear;
  -o-animation: spin 4s infinite linear;
  -webkit-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
}
.mk-flip-horizontal {
  -webkit-animation: mk_flip_horizontal 3s infinite linear;
  animation: mk_flip_horizontal 3s infinite linear;
  display: inline-block;
}
@keyframes mk_flip_horizontal {
  0% {
    transform: perspective(800px) rotateY(0deg);
  }
  100% {
    transform: perspective(800px) rotateY(360deg);
  }
}
@-webkit-keyframes mk_flip_horizontal {
  0% {
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(360deg);
  }
}
/* Floating */
@-webkit-keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-moz-keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-o-keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-moz-keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-o-keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes mk_tossing {
  0% {
    -webkit-transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
  }
}
@-moz-keyframes mk_tossing {
  0% {
    -moz-transform: rotate(-6deg);
  }
  50% {
    -moz-transform: rotate(6deg);
  }
  100% {
    -moz-transform: rotate(-6deg);
  }
}
@-o-keyframes mk_tossing {
  0% {
    -o-transform: rotate(-6deg);
  }
  50% {
    -o-transform: rotate(6deg);
  }
  100% {
    -o-transform: rotate(-6deg);
  }
}
@keyframes mk_tossing {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
@-webkit-keyframes mk_pulse {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
}
@-moz-keyframes mk_pulse {
  0% {
    -moz-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.9);
    opacity: 0.7;
  }
}
@-o-keyframes mk_pulse {
  0% {
    -o-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    -o-transform: scale(0.9);
    opacity: 0.7;
  }
}
@keyframes mk_pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
/* Fade In animation */
@-webkit-keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/* Rotate animation */
@-webkit-keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-moz-keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-o-keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
/* Scale Up animation */
@-webkit-keyframes mk_scale_up {
  0% {
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mk_scale_up {
  0% {
    -moz-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mk_scale_up {
  0% {
    -o-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_scale_up {
  0% {
    transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Scale Up animation */
@-webkit-keyframes mk_scale_down {
  0% {
    -webkit-transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mk_scale_down {
  0% {
    -moz-transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mk_scale_down {
  0% {
    -o-transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_scale_down {
  0% {
    transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Scale Up animation */
@-webkit-keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
/* Left to Right animation */
@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_left_to_right {
  0% {
    -moz-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_left_to_right {
  0% {
    -o-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Right To Left animation */
@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_right_to_left {
  0% {
    -moz-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_right_to_left {
  0% {
    -o-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Bottom to Top animation */
@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_bottom_to_top {
  0% {
    -moz-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_bottom_to_top {
  0% {
    -o-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Top to Bottom animation */
@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_top_to_bottom {
  0% {
    -moz-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_top_to_bottom {
  0% {
    -o-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Flip Horizontally */
@-webkit-keyframes mk_flip_x {
  0% {
    -webkit-transform: perspective(400px) rotateX(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes mk_flip_x {
  0% {
    -moz-transform: perspective(400px) rotateX(45deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes mk_flip_x {
  0% {
    -o-transform: perspective(400px) rotateX(45deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes mk_flip_x {
  0% {
    transform: perspective(400px) rotateX(45deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
/* Flip Vertically */
@-webkit-keyframes mk_flip_y {
  0% {
    -webkit-transform: perspective(400px) rotateY(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes mk_flip_y {
  0% {
    -moz-transform: perspective(400px) rotateY(45deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes mk_flip_y {
  0% {
    -o-transform: perspective(400px) rotateY(45deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes mk_flip_y {
  0% {
    transform: perspective(400px) rotateY(45deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
/* Woocommerce add to card animation */
@-webkit-keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@-moz-keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@-o-keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
.mk-animate-element,
.mk-portfolio-item .portfolio-meta .portfolio-plus-icon i {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, 0.6);
}
.hover-plus-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 48px;
  margin: -24px 0 0 -24px;
  z-index: 12;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  display: block;
  width: 48px;
  height: 48px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}
.hover-plus-icon-small {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 32px;
  margin: -16px 0 0 -16px;
  z-index: 10;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.hover-plus-icon-xsmall {
  position: absolute;
  left: 50%;
  top: 60%;
  color: #fff;
  font-size: 16px;
  margin: -16px 0 0 -16px;
  margin-bottom: 0;
  z-index: 10;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  text-align: center;
  line-height: 27px !important;
  display: block;
  width: 27px;
  height: 27px;
  -webkit-backface-visibility: hidden;
  border: 3px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.hover-plus-icon-xsmall:hover {
  background-color: #fff;
  color: #000;
}
.mk-love-holder {
  cursor: pointer;
}
.featured-image {
  position: relative;
  overflow: hidden;
}
.featured-image .item-featured-image {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.featured-image .mk-lightbox {
  line-height: 4px;
}
.featured-image:hover .hover-overlay {
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.featured-image:hover .item-featured-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.featured-image:hover .hover-plus-icon,
.featured-image:hover .hover-plus-icon-small {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.featured-image:hover .hover-plus-icon-xsmall {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  top: 50%;
}
.mk-image-slideshow img {
  width: 100%;
}
.mk-preloader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  width: 101%;
  height: 100%;
  background-color: #fff;
}
.abb-skip-to-next {
  position: absolute;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
  margin: -24px 0 0 -24px;
}
.abb-skip-to-next i {
  color: #fff;
  font-size: 48px;
}
.full-cover-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 14;
  left: 0;
  top: 0;
}
#mk-header {
  position: relative;
  z-index: 60;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  *zoom: 1;
}
#mk-header.sticky-header,
#mk-header.transparent-header-sticky {
  position: fixed !important;
}
#mk-header .mk-grid {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#mk-header.header-search-triggered > .mk-grid > #mk-main-navigation > ul > li,
#mk-header.header-search-triggered .mk-margin-header-burger {
  opacity: 0;
}
#mk-header.header-search-triggered > #mk-main-navigation > ul > li,
#mk-header.header-search-triggered .mk-margin-header-burger {
  opacity: 0;
}
#mk-header .mk-light-logo {
  display: none;
}
#mk-header .mk-mobile-logo {
  display: none;
}
#mk-header:before,
#mk-header:after {
  content: " ";
  display: table;
}
#mk-header:after {
  clear: both;
}
.mk-header.header-structure-margin {
  width: auto;
}
.add-corner-margin .mk-boxed-enabled #mk-header.sticky-header,
.add-corner-margin .mk-boxed-enabled #mk-header.transparent-header-sticky {
  left: inherit !important;
  right: inherit !important;
  width: 100% !important;
}
#mk-header:not(.header-structure-vertical).theme-main-header.put-header-top.header-offset-passed {
  top: -300px;
}
#mk-header:not(.header-structure-vertical).theme-main-header.put-header-top.sticky-trigger-header {
  top: 0;
}
.admin-bar #mk-header:not(.header-structure-vertical).theme-main-header.put-header-top.sticky-trigger-header {
  top: 32px;
}
#mk-header:not(.header-structure-vertical).put-header-bottom,
#mk-header:not(.header-structure-vertical).put-header-bottom.sticky-trigger-header,
#mk-header:not(.header-structure-vertical).put-header-bottom.header-offset-passed,
.admin-bar #mk-header:not(.header-structure-vertical).put-header-bottom.sticky-trigger-header {
  bottom: 0;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  position: fixed;
}
.add-corner-margin #mk-header:not(.header-structure-vertical).header-offset-passed {
  top: -300px;
}
.add-corner-margin #mk-header:not(.header-structure-vertical).sticky-trigger-header {
  top: 20px;
}
.admin-bar .add-corner-margin #mk-header:not(.header-structure-vertical).sticky-trigger-header {
  top: 52px;
}
.add-corner-margin #mk-header {
  border-top: none !important;
}
.add-corner-margin.dashboard-opened {
  margin-right: 0 !important;
}
#mk-header.full-header #mk-main-navigation {
  padding: 0 45px;
}
#mk-header.full-header .dashboard-trigger.desktop-mode {
  display: none !important;
}
#mk-header.full-header .dashboard-trigger.res-mode {
  display: block !important;
  margin-left: 15px;
}
.header-align-right .mk-header-logo {
  float: right !important;
}
.header-align-right #mk-main-navigation > ul > li.menu-item {
  float: left;
}
.header-align-right .main-navigation-ul li.has-mega-menu > ul.sub-menu {
  top: auto !important;
}
.header-align-right .mk-header-search,
.header-align-right .mk-shopping-cart {
  float: left;
}
.header-align-right .mk-shopping-box {
  top: auto;
}
.header-align-right .mk-header-social.inside-grid {
  float: left;
  margin-right: 20px;
}
.header-align-left .mk-header-logo {
  float: left !important;
}
.header-align-left .mk-header-social.inside-grid {
  float: right;
  margin-left: 30px;
}
.header-align-center:not(.header-structure-fullscreen) .mk-header-logo {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: none;
}
.header-align-center:not(.header-structure-fullscreen) .mk-header-logo-center {
  display: inline-block;
  margin: 0;
}
.header-align-center:not(.header-structure-fullscreen) .mk-header-logo-center a {
  display: inline-block;
}
.header-align-center:not(.header-structure-fullscreen) .mk-header-logo-center img {
  height: 100% !important;
}
.header-align-center:not(.header-structure-fullscreen) #mk-main-navigation > ul {
  text-align: center;
}
.header-align-center:not(.header-structure-fullscreen) .mk-header-social.inside-grid {
  float: right;
  margin-left: 30px;
}
.mk-header-social a {
  padding: 0 9px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.mk-header-social a:hover {
  opacity: 0.8;
}
.mk-header-social a i {
  font-size: 18px;
  vertical-align: middle;
}
#mk-header.full-header .mk-header-social.inside-grid {
  display: inline-block;
}
#mk-header.full-header .mk-header-social.outside-grid,
#mk-header.boxed-header .mk-header-social.outside-grid {
  display: none !important;
}
#mk-header.boxed-header .mk-header-social.outside-grid {
  display: inline-block;
  position: absolute;
  right: 80px;
  top: 0;
}
@media handheld, only screen and (max-width: 1560px) {
  .mk-header-social.outside-grid {
    display: none !important;
  }
  .mk-header-social.inside-grid {
    display: inline-block !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-header-social.inside-grid,
  .mk-header-social.outside-grid {
    display: none !important;
  }
  #mk-header.hide-on-mobile {
    display: none;
  }
}
.header-structure-margin #mk-main-navigation > ul > li.menu-item {
  opacity: 0;
}
.header-structure-margin #mk-main-navigation.show-menu > ul > li.menu-item {
  opacity: 1;
}
/* Burger Icon */
.mk-margin-header-burger {
  display: inline-block;
  float: left;
  position: relative;
  width: 30px;
  margin: 0 65px 0 40px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.responsive-nav-link {
  display: none;
  float: left;
  position: relative;
  width: 30px;
  margin: 0 10px 0 0;
}
.mk-burger-icon {
  width: 18px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -45%);
  -moz-transform: translate(0, -45%);
  -ms-transform: translate(0, -45%);
  -o-transform: translate(0, -45%);
  cursor: pointer;
}
.mk-burger-icon div {
  height: 3px;
  margin-bottom: 3px;
  display: block;
  position: relative;
}
.burger-icon-2 {
  transition: opacity 0.1s ease;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
}
.burger-icon-1,
.burger-icon-3 {
  transition: transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
}
.active-burger .burger-icon-2 {
  opacity: 0;
}
.active-burger .burger-icon-1 {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  top: 6px;
}
.active-burger .burger-icon-3 {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  top: -6px;
}
/* Secondary Header
-------------------------------------------------------------------- */
.mk-secondary-header {
  position: relative;
  z-index: 60;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.mk-secondary-header.show-logo-false .mk-header-logo {
  display: none !important;
}
.mk-secondary-header.show-dashboard-false .dashboard-trigger {
  display: none !important;
}
.mk-secondary-header.show-search-false .header-search-icon {
  display: none !important;
}
.mk-secondary-header.show-cart-false .mk-shopping-cart {
  display: none !important;
}
.mk-secondary-header.show-wpml-false .header-wpml-icon {
  display: none !important;
}
.mk-secondary-header.show-border-false {
  border-top: none !important;
}
.mk-secondary-header .mk-grid {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.mk-secondary-header.sticky-trigger-header {
  position: relative;
}
.mk-secondary-header .mk-light-logo {
  display: none !important;
}
.mk-secondary-header .mk-mobile-logo {
  display: none;
}
.secondary-header-space {
  display: none;
}
.secondary-header-space.secondary-space-sticky {
  display: block;
}
.secondary-header-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
}
@media handheld, only screen and (max-width: 650px) {
  .mobile-menu-exists .mk-light-logo,
  .mobile-menu-exists .mk-dark-logo {
    display: none !important;
  }
  .mobile-menu-exists .mk-mobile-logo {
    display: block !important;
  }
}
/* Main Navigation
-------------------------------------------------------------------- */
.main-navigation-ul > li > .sub-menu,
.main-navigation-ul > li .sub {
  display: none;
}
.main-navigation-ul > li:hover > .sub-menu {
  display: block;
}
#mk-main-navigation > ul > li.menu-item,
#mk-main-navigation > ul > li > a.menu-item-link,
#mk-main-navigation > ul > li.menu-item a.menu-item-link i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#mk-main-navigation > ul > li.mk-header-search,
#mk-main-navigation > ul > li.mk-header-search a.header-search-icon,
#mk-main-navigation > ul > li.mk-shopping-cart,
#mk-main-navigation > ul > li.mk-shopping-cart a.mk-cart-link,
#mk-main-navigation > ul > li.mk-header-logo,
#mk-main-navigation > ul > li.mk-header-logo a,
#mk-header.full-header .mk-header-social,
#mk-header .mk-header-social a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.main-navigation-ul > .menu-item > .menu-item-link {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.main-navigation-ul:hover > .menu-item > .menu-item-link {
  opacity: 0.7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.main-navigation-ul:hover > .menu-item > .menu-item-link:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
#mk-main-navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mk-main-navigation > ul li.menu-item a.menu-item-link i {
  font-size: 16px;
  text-transform: none !important;
  margin-right: 6px;
  color: #555;
}
#mk-main-navigation > ul {
  position: relative;
  display: block;
  text-align: right;
}
#mk-main-navigation > ul > li.menu-item {
  display: inline-block;
  margin: 0 1px 0 0;
  text-align: right;
}
#mk-main-navigation > ul > li.menu-item > a.menu-item-link {
  display: block;
}
.main-navigation-ul,
.main-navigation-ul ul.sub-menu,
.main-navigation-ul li.menu-item {
  margin: 0;
  padding: 0;
}
.main-navigation-ul li.no-mega-menu ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  padding: 25px 0;
  width: 230px;
}
.main-navigation-ul li.has-mega-menu > ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  padding: 0 !important;
}
#mk-header:not(.header-structure-vertical).put-header-top .main-navigation-ul li.has-mega-menu > ul.sub-menu,
#mk-header:not(.header-structure-vertical).put-header-top .main-navigation-ul li.no-mega-menu ul.sub-menu {
  top: 100%;
}
#mk-header:not(.header-structure-vertical).put-header-bottom .main-navigation-ul li.has-mega-menu > ul.sub-menu,
#mk-header:not(.header-structure-vertical).put-header-bottom .main-navigation-ul li.no-mega-menu > ul.sub-menu {
  bottom: 100%;
}
.main-navigation-ul > li.menu-item > a.menu-item-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-navigation-ul > li.menu-item .sub-menu a.menu-item-link {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.main-navigation-ul > li ul.sub-menu li.menu-item a.menu-item-link {
  position: relative;
  display: block;
  float: none;
  margin: 0;
  padding: 8px 25px;
  background-color: transparent !important;
  text-align: left;
  line-height: 18px;
}
.main-navigation-ul > li ul.sub-menu li.menu-item a.menu-item-link i {
  margin-right: 5px;
  font-size: 16px;
}
.main-navigation-ul > li.no-mega-menu > ul,
.main-navigation-ul > li.has-mega-menu > ul.sub-menu {
  margin-top: 1px;
}
.main-navigation-ul > li.menu-item ul.sub-menu:after {
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
}
.main-navigation-ul li.no-mega-menu ul.sub-menu ul.sub-menu {
  top: -25px !important;
  left: 100%;
  right: auto;
}
.main-navigation-ul li .dropdownRightToLeft > ul.sub-menu {
  left: auto !important;
  right: 100% !important;
}
.main-navigation-ul li.menu-item {
  position: relative;
  display: block;
  list-style-type: none;
}
.main-navigation-ul > li.menu-item {
  display: inline-block;
}
.main-navigation-ul a.menu-item-link {
  display: block;
  text-decoration: none;
  white-space: normal;
}
.main-navigation-ul:not(.dropdownJavascript) li.menu-item:hover > ul.sub-menu {
  display: block;
  z-index: 10;
}
.dropdownJavascript li.no-mega-menu:hover > ul.sub-menu,
.dropdownJavascript li.has-mega-menu:hover > ul.sub-menu {
  display: none;
}
.dropdownJavascript li.dropdownOpen > ul.sub-menu {
  display: block !important;
  z-index: 100;
}
.main-navigation-ul li.with-menu > a:before {
  font-family: 'ArtbeesWPTokens';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  vertical-align: middle;
  content: "\e63a";
  position: absolute;
  top: 50% !important;
  right: 8px;
  display: block !important;
  margin-top: -8px !important;
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
.main-navigation-ul li.menu-item.has-mega-menu {
  position: static;
}
.main-navigation-ul .has-mega-menu > ul.sub-menu {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 20px 0;
}
.main-navigation-ul .has-mega-menu > ul.sub-menu > ul.sub-menu {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  z-index: auto;
}
.main-navigation-ul .has-mega-menu > ul.sub-menu > li.menu-item {
  display: block;
  left: 0;
  position: relative;
  float: left;
  width: 23%;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.megamenu-title {
  margin: 0 0 8px 0;
  padding: 8px 25px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  color: #474747 !important;
}
.megamenu-title i {
  font-size: 16px;
  text-transform: none !important;
  opacity: 0.4;
  margin-right: 6px;
}
.main-navigation-ul .has-mega-menu > ul.sub-menu > li.menu-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.main-navigation-ul .has-mega-menu > ul.sub-menu > li.menu-item:last-child {
  border-right: none;
}
.main-navigation-ul .has-mega-menu > ul.sub-menu > li.mega_col_1 {
  width: 100%;
  height: 100%;
}
.main-navigation-ul .has-mega-menu > ul.sub-menu > li.mega_col_2 {
  width: 49.5%;
  height: 100%;
}
.main-navigation-ul .has-mega-menu > ul.sub-menu > li.mega_col_3 {
  width: 33.25%;
  height: 100%;
}
.main-navigation-ul .has-mega-menu > ul.sub-menu > li.mega_col_4 {
  width: 24.9%;
  height: 100%;
}
.main-navigation-ul .has-mega-menu > ul.sub-menu > li.mega_col_5 {
  width: 19.8%;
  height: 100%;
}
.main-navigation-ul .has-mega-menu > ul.sub-menu > li.mega_col_6 {
  width: 16.5%;
  height: 100%;
}
.main-navigation-ul .has-mega-menu > ul.sub-menu > li > ul.sub-menu {
  display: block;
}
.main-navigation-ul .has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item a.menu-item-link {
  display: block;
  position: relative;
  text-align: left;
  float: none;
  background-color: transparent !important;
  margin: 0;
  padding: 10px 25px;
  line-height: 18px;
}
.main-navigation-ul .has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item a.menu-item-link i {
  margin-right: 8px;
  font-size: 16px;
}
.vertical li.dropdownBottomToTop > ul.sub-menu {
  bottom: 0;
}
.vertical li.dropdownBottomToTop {
  position: static !important;
}
.vertical li.has-mega-menu {
  position: relative;
}
.vertical .has-mega-menu > ul.sub-menu {
  left: 100%;
  width: auto;
}
.vertical .has-mega-menu > ul.sub-menu li.menu-item {
  float: none;
  display: table-cell;
}
.megamenu-widgets-container {
  text-align: left;
  padding: 10px;
  line-height: 22px;
}
.megamenu-widgets-container ul {
  list-style: none;
  margin: 0;
}
.megamenu-widgets-container .widget {
  margin-bottom: 15px;
  overflow: visible;
}
/* Responsive Navigation
-------------------------------------------------------------------- */
.mk-opened-nav {
  overflow: hidden !important;
  overflow: -moz-scrollbars-none !important;
  -ms-overflow-style: none !important;
  height: 100%;
  width: 100%;
  position: fixed;
}
.mk-opened-nav::-webkit-scrollbar {
  width: 0 !important;
}
#mk-responsive-wrap {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
  z-index: 300;
}
#mk-responsive-wrap .mk-vertical-header-burger,
#mk-responsive-wrap .dashboard-trigger {
  display: none!important;
}
.mk-opened-nav #mk-responsive-wrap {
  /* has to be scroll, not auto */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.responsive-nav-container {
  display: none;
  width: 100%;
}
.mk-nav-responsive-link {
  display: none;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
  z-index: 12;
  line-height: 8px;
  cursor: pointer;
}
.mk-nav-responsive-link i {
  font-size: 16px;
}
.mk-responsive-nav > li > ul {
  display: none;
  border-top: 1px solid rgba(128, 128, 128, 0.2);
}
.mk-responsive-nav > li {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.mk-responsive-nav .mk-nav-arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  cursor: pointer;
  opacity: 0.7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  width: 70px;
  height: 100%;
  line-height: 50px;
}
.mk-responsive-nav .mk-nav-arrow:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.menu-html-content {
  line-height: 22px !important;
  text-align: left;
}
.mk-responsive-nav {
  position: relative;
  width: 100%;
  display: none;
  margin: 0;
  padding: 0;
  z-index: 20;
}
.mk-responsive-nav .mk-header-logo,
.mk-responsive-nav .responsive-nav-link,
.mk-responsive-nav .dashboard-trigger,
.mk-responsive-nav .mk-shopping-cart,
.mk-responsive-nav .mk-header-search {
  display: none !important;
}
.mk-responsive-nav li {
  display: block;
  margin: 0;
}
.mk-responsive-nav li a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  font-size: 14px;
  padding: 15px 20px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  position: relative;
}
.mk-responsive-nav li a > i {
  display: none;
}
.mk-responsive-nav li a .sub-menu {
  left: auto;
  position: relative;
  display: block;
}
.mk-responsive-nav li a .megamenu-title {
  background-color: rgba(0, 0, 0, 0.03);
  font-size: 14px;
  font-weight: 700;
}
.mk-responsive-nav li ul {
  margin: 0;
  padding: 0;
}
.mk-responsive-nav li ul .megamenu-widgets-container {
  display: none !important;
}
.mk-responsive-nav li ul li a,
.mk-responsive-nav li ul li .megamenu-title {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  padding: 12px 15px 12px 25px;
  text-align: left;
  text-transform: none;
  font-weight: normal;
}
.mk-responsive-nav li .megamenu-title {
  font-weight: bold !important;
  font-size: 14px !important;
}
.mk-responsive-nav .mk-header-social.inside-grid {
  display: none !important;
}
.mk-responsive-nav li ul ul {
  padding-left: 20px;
}
.mk-responsive-nav li ul ul li a {
  padding: 9px 13px 9px 25px;
}
/* Responsive Shopping Box
-------------------------------------------------------------------- */
.responsive-shopping-box {
  display: none;
  width: 100%;
  *zoom: 1;
}
.responsive-shopping-box:before,
.responsive-shopping-box:after {
  content: " ";
  display: table;
}
.responsive-shopping-box:after {
  clear: both;
}
/* Header Logo
-------------------------------------------------------------------- */
.mk-header-logo {
  margin: 0;
}
.mk-header-logo a {
  padding-left: 0 !important;
}
@media handheld, only screen and (max-width: 650px) {
  .mk-header-logo {
    float: none !important;
    text-align: center;
  }
}
#mk-header:not(.header-structure-vertical) .mk-header-logo img {
  height: 100% !important;
}
/* Header Search Form
-------------------------------------------------------------------- */
.mk-header-search {
  float: right;
  margin: 0;
}
.mk-header-search.align-left {
  float: left;
}
form.header-searchform-input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
form.header-searchform-input input[type=submit] {
  display: none;
}
form.header-searchform-input input[type=text] {
  padding-right: 70px;
  padding-left: 30px;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-weight: 300;
  font-size: 50px;
  transition: font-size 0.2s ease-in-out;
  -webkit-transition: font-size 0.2s ease-in-out;
  -moz-transition: font-size 0.2s ease-in-out;
  -ms-transition: font-size 0.2s ease-in-out;
  -o-transition: font-size 0.2s ease-in-out;
}
form.header-searchform-input .ui-autocomplete {
  overflow: auto;
  text-align: left;
  top: -2px !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
form.header-searchform-input .ui-autocomplete li {
  line-height: 16px;
  padding: 10px 25px;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}
form.header-searchform-input .ui-autocomplete li a {
  cursor: pointer;
}
form.header-searchform-input .ui-autocomplete li a:hover {
  color: #252525;
}
form.header-searchform-input .ui-autocomplete li .wp-post-image,
form.header-searchform-input .ui-autocomplete li i {
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  display: block;
  float: left;
  margin-right: 10px;
}
form.header-searchform-input .ui-autocomplete li i {
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  opacity: 0.45;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
form.header-searchform-input .ui-autocomplete li .search-date {
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  font-size: 12px;
  font-weight: 600;
}
form.header-searchform-input .ui-autocomplete li .search-title {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  display: block;
  margin-top: 5px;
  font-weight: bold;
}
.mk-header-wpml-ls {
  float: right;
  margin: 0;
  position: relative;
}
.mk-header-wpml-ls .header-wpml-icon {
  text-align: center;
  padding: 0 5px;
}
.mk-header-wpml-ls .header-wpml-icon i {
  font-size: 20px;
}
.mk-header-wpml-ls ul {
  position: absolute;
  right: 0;
  padding: 25px 0;
  width: 230px;
  margin: -1px 0 0 0;
  display: none;
}
.mk-header-wpml-ls ul li {
  list-style: none;
  height: auto !important;
  line-height: normal !important;
  display: block;
  margin-left: 0px;
}
.mk-header-wpml-ls ul li a {
  position: relative;
  display: block;
  float: none;
  margin: 0;
  padding: 8px 25px;
  background-color: transparent !important;
  text-align: left;
  height: auto !important;
  line-height: normal !important;
}
.sticky-trigger-header .header-searchform-input input[type=text] {
  font-size: 30px;
}
.header-search-close {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.header-search-close i {
  font-size: 16px;
}
.header-search-icon {
  display: block;
}
.header-search-icon i {
  margin-left: 15px;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
}
/* Vertical Header
-------------------------------------------------------------------- */
.header-structure-vertical {
  position: fixed !important;
  height: 100% !important;
}
.vertical-header-align-left #mk-header {
  left: 0;
}
.vertical-header-align-right #mk-header {
  right: 0;
}
@media handheld, only screen and (max-width: 768px) {
  .header-structure-vertical {
    height: auto !important;
  }
  #menu-main-navigation .mk-header-logo {
    margin-bottom: 40px;
  }
}
.vertical-header-align-left .sticky-header,
.vertical-header-align-left .transparent-header-sticky {
  -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: none;
}
.vertical-header-align-right .sticky-header,
.vertical-header-align-right .transparent-header-sticky {
  -webkit-box-shadow: -2px 0 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -2px 0 7px rgba(0, 0, 0, 0.05);
  box-shadow: -2px 0 7px rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: none;
}
.header-structure-vertical .header-align-right .mk-header-logo {
  float: none !important;
}
.header-structure-vertical .header-align-right .mk-header-search,
.header-structure-vertical .header-align-right .mk-shopping-cart {
  float: none !important;
}
.header-structure-vertical .header-align-right .mk-shopping-box {
  top: auto;
}
.header-structure-vertical .header-align-right .mk-header-social.inside-grid {
  float: none !important;
  margin-right: 0 !important;
}
.header-structure-vertical .mk-vertical-menu {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-structure-vertical .mk-vertical-menu > .menu-item {
  margin: 0;
}
.header-structure-vertical .mk-vertical-menu > .menu-item > .sub-menu {
  margin: 0;
  padding: 0 20px;
}
.header-structure-vertical .mk-vertical-menu > .menu-item > .sub-menu > li {
  margin: 0;
}
.header-structure-vertical .mk-vertical-menu > .menu-item > .sub-menu > li > .sub-menu {
  padding: 15px 10px;
  margin: 0;
}
.header-structure-vertical .mk-vertical-menu > .menu-item a {
  display: block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.header-structure-vertical .mk-vertical-menu > .menu-item a i {
  margin-right: 8px;
}
.header-structure-vertical .mk-vertical-menu .mk-header-logo {
  float: none;
  display: block;
  padding: 0 25px;
}
.header-structure-vertical .mk-vertical-menu .sub-menu {
  list-style: none;
  display: none;
}
.header-structure-vertical .mk-vertical-menu .sub-menu > .menu-item > .sub-menu > .menu-item {
  margin-left: 0;
}
.header-structure-vertical .mk-vertical-menu:hover > .menu-item a {
  opacity: 0.7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.header-structure-vertical .mk-vertical-menu:hover > .menu-item a:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.header-structure-vertical .mk-header-search,
.header-structure-vertical .mk-shopping-cart,
.header-structure-vertical .mk-header-wpml-ls {
  display: none !important;
}
.header-structure-vertical .mk-cart-link {
  padding-left: 12px !important;
}
.header-structure-vertical .mk-header-social.inside-grid {
  position: absolute;
  padding: 25px;
  text-align: center;
  margin-left: 0;
  width: 100%;
  bottom: 30px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vertical-condensed-state #theme-page > .mk-main-wrapper-holder,
.vertical-condensed-state #theme-page > .mk-page-section,
.vertical-condensed-state #theme-page > .wpb_row,
.vertical-condensed-state #mk-footer,
#mk-page-title {
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.vertical-header-align-right.vertical-condensed-state #theme-page > .mk-main-wrapper-holder,
.vertical-header-align-right.vertical-condensed-state #theme-page > .mk-page-section,
.vertical-header-align-right.vertical-condensed-state #theme-page > .wpb_row,
.vertical-header-align-right.vertical-condensed-state #mk-footer,
#mk-page-title {
  padding-right: 130px;
}
.vertical-header-align-left.vertical-condensed-state #theme-page > .mk-main-wrapper-holder,
.vertical-header-align-left.vertical-condensed-state #theme-page > .mk-page-section,
.vertical-header-align-left.vertical-condensed-state #theme-page > .wpb_row,
.vertical-header-align-left.vertical-condensed-state #mk-footer,
#mk-page-title {
  padding-left: 130px;
}
.theme-main-wrapper.vertical-condensed-state #mk-footer:not(.mk-footer-fixed) {
  width: auto !important;
}
.mk-vertical-header-burger {
  margin: 0px auto;
  -webkit-transform: translate(0, 60px);
  -moz-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  -o-transform: translate(0, 60px);
  text-align: center;
}
.mk-vertical-header-burger > div {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  margin: 0 auto;
}
@media handheld, only screen and (max-width: 768px) {
  .mk-vertical-header-burger {
    -webkit-transform: translate(0, -200px);
    -moz-transform: translate(0, -200px);
    -ms-transform: translate(0, -200px);
    -o-transform: translate(0, -200px);
  }
}
.vertical-condensed-state .header-structure-vertical {
  width: 130px !important;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.vertical-condensed-state .header-structure-vertical .mk-header-social.inside-grid {
  text-align: center;
}
.vertical-condensed-state .header-structure-vertical .mk-header-social.inside-grid a {
  margin-top: 10px;
}
.vertical-condensed-state .header-structure-vertical .mk-vertical-menu > li.mk-vertical-header-burger {
  margin: 0px;
  display: block;
  text-align: left;
  width: 65px;
  -webkit-transform: translate(0, 60px);
  -moz-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  -o-transform: translate(0, 60px);
  opacity: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.vertical-condensed-state .header-structure-vertical .mk-vertical-menu > li.mk-header-logo,
.vertical-condensed-state .header-structure-vertical .mk-vertical-menu > li.menu-item {
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
  -moz-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  -o-transform: translate(-100px, 0);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.vertical-condensed-state .header-structure-vertical:hover .mk-vertical-menu > li.mk-vertical-header-burger {
  opacity: 0;
}
.vertical-condensed-state .header-structure-vertical:hover .mk-vertical-menu > li.mk-header-logo,
.vertical-condensed-state .header-structure-vertical:hover .mk-vertical-menu > li.menu-item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
/* Page Toolbar
-------------------------------------------------------------------- */
.mk-header-toolbar {
  width: 100%;
  padding: 0 45px;
  height: 35px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  line-height: 35px;
  *zoom: 1;
}
.mk-header-toolbar:before,
.mk-header-toolbar:after {
  content: " ";
  display: table;
}
.mk-header-toolbar:after {
  clear: both;
}
.mk-header-toolbar .header-toolbar-contact {
  margin-right: 10px;
  line-height: 35px;
  display: inline-block;
  float: left;
}
.mk-header-toolbar .header-toolbar-contact i {
  margin-right: 5px;
  font-size: 16px;
  line-height: 35px;
  display: inline-block;
  float: left;
}
.mk-header-toolbar .header-toolbar-contact a {
  line-height: 35px;
  float: left;
}
.mk-header-toolbar .toolbar-nav {
  display: inline-block;
  float: right;
}
.mk-header-toolbar .toolbar-nav ul {
  display: block;
  *zoom: 1;
  list-style: none;
  margin: 0;
}
.mk-header-toolbar .toolbar-nav ul:before,
.mk-header-toolbar .toolbar-nav ul:after {
  content: " ";
  display: table;
}
.mk-header-toolbar .toolbar-nav ul:after {
  clear: both;
}
.mk-header-toolbar .toolbar-nav ul li {
  display: inline-block;
  float: left;
  margin-left: 0;
}
.mk-header-toolbar .toolbar-nav ul li .sub-menu {
  display: none;
}
.mk-header-toolbar .toolbar-nav ul li a {
  line-height: 35px;
  margin: 0 5px;
  display: block;
}
.mk-header-toolbar .mk-header-toolbar-social {
  display: inline-block;
  float: right;
  *zoom: 1;
  list-style: none;
  margin: 0 0 0 30px;
}
.mk-header-toolbar .mk-header-toolbar-social:before,
.mk-header-toolbar .mk-header-toolbar-social:after {
  content: " ";
  display: table;
}
.mk-header-toolbar .mk-header-toolbar-social:after {
  clear: both;
}
.mk-header-toolbar .mk-header-toolbar-social li {
  margin-left: 0;
  height: 35px;
}
.mk-header-toolbar .mk-header-toolbar-social li a {
  line-height: 35px;
  margin: 0 14px;
  display: inline-block;
  font-size: 16px;
}
.mk-header-toolbar .mk-header-toolbar-social li a:first-child {
  margin-left: 0;
}
.mk-header-toolbar .mk-header-toolbar-social li a:last-child {
  margin-right: 0;
}
.mk-responsive-header-toolbar {
  text-align: center;
  display: none;
}
.mk-responsive-header-toolbar a {
  display: inline-block;
}
@media handheld, only screen and (max-width: 780px) {
  .mk-header-toolbar {
    padding: 10px 20px;
    display: none;
    height: auto;
    line-height: auto;
    border-width: 0;
  }
  .mk-header-toolbar .mk-grid {
    padding: 0 !important;
  }
  .mk-toolbar-responsive-icon {
    display: block;
  }
  .header-toolbar-contact,
  .toolbar-nav,
  .mk-header-toolbar-social {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0;
  }
  .mk-responsive-header-toolbar {
    display: block;
  }
  .mk-responsive-header-toolbar .mk-toolbar-responsive-icon {
    font-size: 16px;
  }
  .mk-responsive-header-toolbar .mk-toolbar-responsive-icon.active-header-toolbar i:before {
    content: "\f077" !important;
  }
}
/* Page title
-------------------------------------------------------------------- */
#mk-page-title {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #mk-page-title {
    background-position: center !important;
    background-attachment: scroll !important;
    background-size: cover;
  }
}
#mk-page-title #mk-breadcrumbs {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
#mk-page-title #mk-breadcrumbs .dark-skin {
  color: #5e5e5e;
}
#mk-page-title #mk-breadcrumbs .dark-skin a {
  color: #808080;
  color: rgba(94, 94, 94, 0.5);
}
#mk-page-title #mk-breadcrumbs .light-skin {
  color: #fff;
}
#mk-page-title #mk-breadcrumbs .light-skin a {
  color: #bfbfbf;
  color: rgba(255, 255, 255, 0.5);
}
#mk-page-title.left-align .mk-page-heading {
  float: left;
  margin: 0 0 0 20px !important;
}
#mk-page-title.left-align #mk-breadcrumbs {
  float: right;
  margin-right: 20px;
}
#mk-page-title.center-align {
  text-align: center;
}
#mk-page-title.center-align .mk-page-heading {
  display: block;
  margin: 0 0 5px 0 !important;
}
#mk-page-title.center-align #mk-breadcrumbs {
  line-height: 16px !important;
}
#mk-page-title.right-align .mk-page-heading {
  float: right;
  margin: 0 20px 0 0 !important;
}
#mk-page-title.right-align #mk-breadcrumbs {
  float: left;
  margin-left: 20px;
}
/* Smaller than Tablets */
@media handheld, only screen and (max-width: 767px) {
  #mk-header .mk-grid,
  .mk-secondary-header .mk-grid {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sticky-header-padding,
  .secondary-header-space {
    display: none !important;
  }
  #mk-page-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Smaller than mobiles */
@media handheld, only screen and (max-width: 500px) {
  #mk-breadcrumbs {
    display: none;
  }
}
#wpadminbar {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
}
@media handheld, only screen and (max-width: 1140px) {
  .show-logo-false .mk-header-logo {
    display: none !important;
  }
}
#mk-main-navigation li {
  list-style-type: none;
}
.mk-fullscreen-header-burger {
  display: inline-block;
  float: right;
  width: 30px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}
.header-align-left .mk-fullscreen-header-burger,
.header-align-center .mk-fullscreen-header-burger {
  float: right;
}
.header-align-right .mk-fullscreen-header-burger {
  float: left;
}
.header-align-center.header-structure-fullscreen #mk-main-navigation {
  text-align: center;
}
.header-align-center.header-structure-fullscreen .mk-header-logo {
  float: right;
  width: 100%;
  text-align: center;
}
#mk-header.header-structure-fullscreen .mk-burger-icon {
  margin-top: 3px;
}
.fullscreen-menu-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(90, 12, 12, 0.72);
  clear: both;
}
.mk-fullscreen-wrapper {
  position: fixed !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.25s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.fullscreen-menu-opened {
  overflow: hidden;
}
body.fullscreen-menu-opened .mk-fullscreen-wrapper {
  opacity: 1;
  z-index: 140;
  visibility: visible;
  transition: all ease-in-out 0.25s;
}
body.fullscreen-menu-opened .mk-burger-icon {
  top: 50px;
}
body.fullscreen-menu-opened .mk-burger-icon div {
  background-color: #fff;
}
body.fullscreen-menu-opened .mk-dark-logo {
  display: none;
}
.mk-fullscreen-content .mk-fullscreen-menu {
  width: 100%;
  margin: 0;
}
.mk-fullscreen-content .mk-fullscreen-menu li {
  list-style-type: none;
  margin: 0;
  transition: all ease-in-out 0.15s;
}
.mk-fullscreen-content li {
  list-style-type: none;
}
.mk-fullscreen-overlay,
.mk-fullscreen-content {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mk-fullscreen-overlay .mk-fullscreen-menu li a,
.mk-fullscreen-content .mk-fullscreen-menu li a {
  max-width: 1140px;
  margin: 0 auto;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.mk-fullscreen-logo {
  display: none;
}
.mk-fullscreen-content .fullscreen-custom-logo-exists img {
  display: none;
}
.mk-fullscreen-content .fullscreen-custom-logo-exists .mk-fullscreen-logo {
  display: inline-block;
}
.mk-fullscreen-content.left-align .mk-fullscreen-menu .mk-header-logo {
  text-align: left;
}
.mk-fullscreen-content.left-align .fullscreen-menu-holder ul li {
  text-align: left;
}
.mk-fullscreen-content.right-align .mk-fullscreen-menu .mk-header-logo {
  text-align: right;
}
.mk-fullscreen-content.right-align .mk-header-logo {
  float: right !important;
}
.mk-fullscreen-content.right-align .mk-fullscreen-header-burger {
  float: left;
}
.mk-fullscreen-content.right-align .fullscreen-menu-holder ul li {
  text-align: right;
}
.mk-fullscreen-content.right-align .mk-fullscreen-menu li a {
  max-width: 1140px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.mk-fullscreen-content.center-align .mk-header-logo {
  text-align: center;
}
.mk-fullscreen-content.center-align .mk-header-logo img {
  margin: 0 auto;
}
.mk-fullscreen-content.center-align .fullscreen-menu-holder ul li {
  text-align: center;
}
body #mk-header.header-structure-fullscreen.sticky-trigger-header .mk-header-logo,
body #mk-header.header-structure-fullscreen.sticky-trigger-header .mk-header-logo a {
  margin-top: 11px;
  margin-bottom: 15px;
}
.fullscreen-menu-holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.fullscreen-header-holder {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 142;
}
.mk-fullscreen-menu li a {
  transition: all ease-in-out 0.15s;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-fullscreen-content.center-align .mk-fullscreen-header-burger,
  .mk-fullscreen-content.left-align .mk-fullscreen-header-burger {
    margin-right: 20px;
  }
  .mk-fullscreen-content.right-align .mk-fullscreen-header-burger {
    margin-left: 20px;
  }
  .mk-fullscreen-content.right-align .mk-header-logo {
    margin-right: 20px;
  }
  .mk-fullscreen-content.center-align .mk-header-logo {
    text-align: center;
    width: 100% !important;
  }
  .mk-fullscreen-content {
    padding: 0px 20px;
  }
  .fullscreen-menu-holder .mk-fullscreen-menu li a {
    padding: 0px 20px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .mk-fullscreen-content.center-align .fullscreen-header-holder .mk-header-logo {
    margin-left: 0px !important;
  }
  .header-align-center.header-structure-fullscreen .mk-header-logo {
    margin-left: 0px !important;
  }
}
.fixed-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.scroll-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.scroll-layer[css-attach="fixed"] {
  position: fixed;
}
.bg-layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
}
.clip {
  -webkit-clip-path: inset(0px 0px 0px 0px);
  clip-path: inset(0px 0px 0px 0px);
}
.theme-main-wrapper {
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 10;
  right: 0;
}
.theme-main-wrapper.dashboard-opened {
  right: 280px;
}
.mk-side-dashboard {
  position: fixed;
  top: 0px;
  right: -280px;
  padding: 30px 20px;
  width: 280px;
  height: 100%;
  z-index: 100;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-side-dashboard.dashboard-opened {
  right: 0;
}
.admin-bar .mk-side-dashboard {
  top: 32px !important;
}
.header-margin-style.mk-side-dashboard {
  width: 270px !important;
}
.header-margin-style.mk-side-dashboard.dashboard-opened {
  right: 20px !important;
}
@media handheld, only screen and (max-width: 767px) {
  .header-margin-style.mk-side-dashboard {
    width: 280px !important;
  }
}
.dashboard-trigger {
  position: relative;
  display: inline-block;
  float: right;
  width: 22px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.dashboard-trigger i {
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}
.dashboard-trigger.res-mode {
  display: none;
}
.dashboard-trigger.desktop-mode {
  position: absolute;
  right: 40px;
  top: 0;
  display: inline-block;
}
.mk-boxed-enabled .dashboard-trigger.desktop-mode {
  right: 20px !important;
}
.toolbar-is-active .dashboard-trigger.desktop-mode {
  top: 35px;
}
.mk-secondary-header .dashboard-trigger.desktop-mode {
  top: 0;
}
.mk-top-corner,
.mk-right-corner,
.mk-left-corner,
.mk-bottom-corner {
  position: fixed;
  background-color: #fff;
  z-index: 999;
}
.mk-top-corner,
.mk-bottom-corner {
  width: 100%;
  height: 20px;
  left: 0;
}
.mk-top-corner {
  top: 0;
}
.admin-bar .mk-top-corner {
  top: 32px;
}
.mk-bottom-corner {
  bottom: 0;
}
.mk-right-corner,
.mk-left-corner {
  width: 20px;
  height: 100%;
  top: 0;
}
.mk-right-corner {
  right: 0;
}
.mk-left-corner {
  left: 0;
}
.add-corner-margin {
  margin: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media handheld, only screen and (max-width: 767px) {
  .add-corner-margin {
    margin: 0 !important;
  }
  .mk-top-corner,
  .mk-right-corner,
  .mk-left-corner,
  .mk-bottom-corner {
    display: none;
  }
}
#theme-page {
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 200px;
  z-index: 10;
}
#theme-page .theme-page-wrapper {
  margin: 20px auto;
}
#theme-page .theme-page-wrapper.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}
#theme-page .theme-page-wrapper .theme-content {
  padding: 20px;
}
#theme-page .theme-page-wrapper .theme-content.no-padding {
  padding-bottom: 0;
  padding-top: 0;
}
#theme-page .theme-page-wrapper #mk-sidebar {
  position: relative;
}
#theme-page .theme-page-wrapper.right-layout #mk-sidebar {
  float: right;
}
#theme-page .theme-page-wrapper.left-layout #mk-sidebar {
  float: left;
}
#theme-page .theme-page-wrapper.right-layout .theme-content {
  float: left;
}
#theme-page .theme-page-wrapper.left-layout .theme-content {
  float: right;
}
#theme-page .theme-page-wrapper.right-layout .sidebar-wrapper {
  padding: 20px 10px 30px 30px;
}
#theme-page .theme-page-wrapper.left-layout .sidebar-wrapper {
  padding: 20px 30px 30px 10px;
}
.mk-boxed-enabled#mk-boxed-layout {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mk-boxed-enabled#mk-boxed-layout.shadow-enabled {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
}
.mk-boxed-enabled#mk-boxed-layout #mk-header.sticky-header {
  left: auto;
  right: auto;
}
* html #theme-page,
* html #mk-sidebar {
  display: inline;
}
.mk-body-loader-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2351;
  background-color: #fff;
}
.ie .mk-body-loader-overlay {
  display: none !important;
}
.qLlogo {
  text-align: center;
  position: relative;
  width: 100%;
  height: 50%;
  border-bottom: 100px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qLlogo img {
  max-width: 400px;
  max-height: 100%;
  position: absolute;
  bottom: 0;
}
@media handheld, only screen and (max-width: 767px) {
  #theme-page {
    padding: 0 !important;
  }
  .theme-page-wrapper {
    margin: 0 auto 0 !important;
  }
}
@media handheld, only screen and (max-width: 960px) {
  #mk-sidebar,
  .theme-content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sidebar-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .qLogo img {
    max-width: 400px;
  }
}
#mk-footer {
  width: 100%;
  position: relative;
  padding: 70px 0 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
#mk-footer .footer-wrapper {
  position: relative;
  margin-bottom: 20px;
}
#mk-footer .mk-padding-wrapper {
  padding: 0 20px;
}
#mk-footer.mk-footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 1;
}
@media handheld, only screen and (max-width: 767px) {
  #mk-footer [class*='mk-col-'] {
    width: 100% !important;
  }
  #mk-footer.mk-footer-fixed {
    position: relative;
  }
}
/* SUB FOOTER SECTION */
#sub-footer {
  padding: 30px 0;
}
.fullwidth-footer #sub-footer {
  padding: 30px 20px;
}
.mk-footer-copyright {
  font-size: 13px;
  line-height: 16px;
  float: left;
  width: 60%;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-footer-copyright {
    float: none !important;
    display: block;
    text-align: center;
    width: auto;
  }
}
.mk-footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 40%;
}
.mk-footer-social li {
  margin: 0;
  display: inline-block;
  float: right;
}
.mk-footer-social li a {
  display: block;
  margin: 0 10px;
  line-height: 16px;
}
.mk-footer-social li i {
  font-size: 16px;
  line-height: 16px;
  vertical-align: bottom;
  display: inline-block;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-footer-social {
    float: none !important;
    display: block;
    margin: 20px 0 0 !important;
    text-align: center;
    width: 100%;
  }
  .mk-footer-social li {
    float: none;
  }
}
.mk-subfooter-logos a {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 40%;
  opacity: 0.8;
}
.mk-subfooter-logos a:hover {
  opacity: 1;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-subfooter-logos a {
    float: none !important;
    display: block;
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
  }
}
.mk-go-top {
  background-color: rgba(0, 0, 0, 0.4);
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: block;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.mk-go-top.off {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mk-go-top.on {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.mk-go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.mk-go-top i {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  display: block;
}
/* Plugins Styles */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.mk-flexslider a:active,
.flex-container a:focus,
.mk-flexslider a:focus {
  outline: none;
}
.mk-flex-slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* mk-flexslider Necessary Styles
*********************************/
.mk-flexslider {
  margin: 0;
  padding: 0;
}
.mk-flexslider .mk-flex-slides > li,
.mk-flexslider .mk-banner-slides > li {
  display: none;
  margin: 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.mk-flexslider .mk-flex-slides img,
.mk-flexslider .mk-banner-slides img {
  display: block;
  width: 100%;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.mk-flex-slides:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
html[xmlns] .mk-flex-slides {
  display: block;
}
* html .mk-flex-slides {
  height: 1%;
}
.mk-flexslider .mk-banner-slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-flexslider .mk-banner-slides li {
  margin: 0;
}
/* flexslider Default Theme
*********************************/
.mk-flexslider {
  position: relative;
  margin: 0;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.loading .flex-viewport {
  max-height: 100px;
}
.mk-flexslider .mk-flex-slides,
.mk-flexslider .mk-banner-slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  position: absolute;
  z-index: 10;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-next:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.flex-direction-nav .flex-prev:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-flexslider:hover .flex-next:hover,
.mk-flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  display: block;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  cursor: default;
}
div.jp-audio {
  width: 100%;
}
div.jp-interface {
  position: relative;
  width: 100%;
  padding: 20px 110px 20px 70px;
  border: 2px solid #eeeeee;
  background-color: #fff;
}
div.jp-controls-holder {
  clear: both;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
div.jp-interface ul.jp-controls li {
  margin: 0;
}
div.jp-audio ul.jp-controls {
  position: absolute;
  left: 20px;
  top: 23px;
}
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}
div.jp-interface ul.jp-controls a {
  display: block;
}
a.jp-play,
a.jp-pause {
  width: 25px;
  height: 25px;
  display: block;
  background-color: #fff;
  border: 3px solid #eee;
  line-height: 14px;
  color: #737373;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
a.jp-play i,
a.jp-pause i {
  font-size: 16px;
  line-height: 25px;
  color: #737373;
}
div.jp-progress {
  background-color: #eee;
  position: relative;
  top: 3px;
}
div.jp-audio div.jp-progress {
  height: 31px;
  float: left;
  margin: 0;
}
div.jp-audio div.jp-type-single div.jp-progress {
  width: 100%;
}
div.jp-seek-bar {
  width: 0px;
  height: 100%;
  cursor: pointer;
}
div.jp-play-bar {
  width: 0px;
  height: 100%;
  position: relative;
}
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 18px;
  height: 15px;
  margin-top: 0px;
}
.js-volume-wrapper {
  padding: 11px 7px 6px;
  margin-top: 7px;
  border: 3px solid #eee;
  display: inline-block;
  width: 70px;
  position: absolute;
  right: 20px;
  top: 15px;
}
div.jp-volume-bar {
  z-index: 20;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.inner-value-adjust {
  background-color: #737373;
  width: 100%;
  height: 3px;
}
div.jp-volume-bar-value {
  width: 0px;
  height: 3px;
  transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  position: relative;
}
div.jp-volume-bar-value:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -5px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fafafa;
  border: 3px solid #737373;
}
@media handheld, only screen and (max-width: 600px) {
  .js-volume-wrapper {
    display: none !important;
  }
  div.jp-interface {
    padding-right: 22px !important;
  }
}
/* @end */
/* @group current time and duration */
div.jp-current-time,
div.jp-duration {
  display: inline-block;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  background-image: url(../../../themes/ken/images/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../../../themes/ken/images/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  border: 3px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.fancybox-close i {
  font-size: 16px;
  line-height: 30px;
}
.fancybox-close:hover {
  color: #fff;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../../../themes/ken/images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -16px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  border: 3px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.fancybox-nav span i {
  font-size: 16px;
  line-height: 30px;
}
.fancybox-nav span:hover {
  color: #fff;
}
.fancybox-prev span {
  left: 20px;
}
.fancybox-next span {
  right: 20px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../../../themes/ken/images/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  z-index: 8050;
  margin-right: 45px;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  z-index: 8050;
  margin-top: 10px;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #444;
  line-height: 24px;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/* * Swiper - Mobile Touch Slider CSS
* http://www.idangero.us/sliders/swiper
*
* Vladimir Kharlampidi,
The iDangero.us
* http://www.idangero.us/
*
* Copyright 2012-2013,
Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us
*
* Licensed under GPL & MIT
* */
/* ===============================================================
Basic Swiper Styles
================================================================ */
.mk-swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  direction: ltr;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mk-swiper-container {
    overflow: auto;
    -ms-overflow-style: none;
  }
}
.mk-swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.swiper-free-mode > .mk-swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles,
here you need to specify container's and slide's
sizes,
pagination,
etc.
================================================================ */
.mk-swiper-container {
  /* Specify Swiper's Size:  */
  /* width:200px;
	height: 100px;
	*/
}
.swiper-slide {
  /* Specify Slides's Size:  */
  /* width:100%;
	height: 100%;
	*/
}
.swiper-slide-active {
  /* Specific active slide styling:  */
}
.swiper-slide-visible {
  /* Specific visible slide styling:  */
}
/* ===============================================================
Pagination Styles
================================================================ */
.swiper-pagination-switch {
  /* Stylize pagination button:  */
}
.swiper-active-switch {
  /* Specific active button style:  */
}
.swiper-visible-switch {
  /* Specific visible button style:  */
}
.mk-edge-slider,
.mk-tab-slider {
  position: relative;
}
.mk-edge-slider .mk-grid,
.mk-tab-slider .mk-grid {
  position: relative;
  z-index: 14;
}
.mk-edge-slider .swiper-slide,
.mk-tab-slider .swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mk-edge-slider .swiper-slide .edge-content-holder,
.mk-tab-slider .swiper-slide .edge-content-holder {
  margin-top: 100px;
}
.mk-edge-slider .swiper-slide.left_top .edge-content-holder,
.mk-tab-slider .swiper-slide.left_top .edge-content-holder,
.mk-edge-slider .swiper-slide.center_top .edge-content-holder,
.mk-tab-slider .swiper-slide.center_top .edge-content-holder,
.mk-edge-slider .swiper-slide.right_top .edge-content-holder,
.mk-tab-slider .swiper-slide.right_top .edge-content-holder {
  margin-top: 80px;
}
.mk-edge-slider .swiper-slide.center_top .mk-edge-title,
.mk-tab-slider .swiper-slide.center_top .mk-edge-title,
.mk-edge-slider .swiper-slide.center_center .mk-edge-title,
.mk-tab-slider .swiper-slide.center_center .mk-edge-title,
.mk-edge-slider .swiper-slide.center_bottom .mk-edge-title,
.mk-tab-slider .swiper-slide.center_bottom .mk-edge-title,
.mk-edge-slider .swiper-slide.center_top .mk-edge-desc,
.mk-tab-slider .swiper-slide.center_top .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_center .mk-edge-desc,
.mk-tab-slider .swiper-slide.center_center .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_bottom .mk-edge-desc,
.mk-tab-slider .swiper-slide.center_bottom .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_top .edge-buttons,
.mk-tab-slider .swiper-slide.center_top .edge-buttons,
.mk-edge-slider .swiper-slide.center_center .edge-buttons,
.mk-tab-slider .swiper-slide.center_center .edge-buttons,
.mk-edge-slider .swiper-slide.center_bottom .edge-buttons,
.mk-tab-slider .swiper-slide.center_bottom .edge-buttons {
  text-align: center;
}
.mk-edge-slider .swiper-slide.center_top .edge-slide-content,
.mk-tab-slider .swiper-slide.center_top .edge-slide-content,
.mk-edge-slider .swiper-slide.center_center .edge-slide-content,
.mk-tab-slider .swiper-slide.center_center .edge-slide-content,
.mk-edge-slider .swiper-slide.center_bottom .edge-slide-content,
.mk-tab-slider .swiper-slide.center_bottom .edge-slide-content {
  margin-right: auto;
  margin-left: auto;
}
.mk-edge-slider .swiper-slide.right_top,
.mk-tab-slider .swiper-slide.right_top,
.mk-edge-slider .swiper-slide.right_center,
.mk-tab-slider .swiper-slide.right_center,
.mk-edge-slider .swiper-slide.right_bottom,
.mk-tab-slider .swiper-slide.right_bottom {
  text-align: right;
}
.mk-edge-slider .swiper-slide.right_top .edge-slide-content,
.mk-tab-slider .swiper-slide.right_top .edge-slide-content,
.mk-edge-slider .swiper-slide.right_center .edge-slide-content,
.mk-tab-slider .swiper-slide.right_center .edge-slide-content,
.mk-edge-slider .swiper-slide.right_bottom .edge-slide-content,
.mk-tab-slider .swiper-slide.right_bottom .edge-slide-content {
  float: right;
}
.mk-edge-slider .edge-slide-content.caption-light .mk-edge-title,
.mk-tab-slider .edge-slide-content.caption-light .mk-edge-title,
.mk-edge-slider .edge-slide-content.caption-light .mk-edge-desc,
.mk-tab-slider .edge-slide-content.caption-light .mk-edge-desc {
  color: #fff !important;
}
.mk-edge-slider .edge-slide-content.caption-dark .mk-edge-title,
.mk-tab-slider .edge-slide-content.caption-dark .mk-edge-title,
.mk-edge-slider .edge-slide-content.caption-dark .mk-edge-desc,
.mk-tab-slider .edge-slide-content.caption-dark .mk-edge-desc {
  color: #222 !important;
}
.mk-edge-slider .edge-fade-in,
.mk-tab-slider .edge-fade-in,
.mk-edge-slider .edge-slide-top,
.mk-tab-slider .edge-slide-top,
.mk-edge-slider .edge-slide-left,
.mk-tab-slider .edge-slide-left,
.mk-edge-slider .edge-slide-bottom,
.mk-tab-slider .edge-slide-bottom,
.mk-edge-slider .edge-slide-right,
.mk-tab-slider .edge-slide-right,
.mk-edge-slider .edge-scale-down,
.mk-tab-slider .edge-scale-down {
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -ms-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-edge-slider .mk-edge-title,
.mk-tab-slider .mk-edge-title {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 50px;
  line-height: 110%;
}
.mk-edge-slider .mk-edge-desc,
.mk-tab-slider .mk-edge-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}
.mk-edge-slider .edge-buttons,
.mk-tab-slider .edge-buttons {
  margin-top: 30px;
}
.mk-edge-slider .swiper-slide-active .edge-fade-in,
.mk-tab-slider .swiper-slide-active .edge-fade-in {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-edge-slider .edge-slide-top,
.mk-tab-slider .edge-slide-top {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.mk-edge-slider .swiper-slide-active .edge-slide-top,
.mk-tab-slider .swiper-slide-active .edge-slide-top {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-edge-slider .edge-slide-left,
.mk-tab-slider .edge-slide-left {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.mk-edge-slider .swiper-slide-active .edge-slide-left,
.mk-tab-slider .swiper-slide-active .edge-slide-left {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-edge-slider .edge-slide-bottom,
.mk-tab-slider .edge-slide-bottom {
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
}
.mk-edge-slider .swiper-slide-active .edge-slide-bottom,
.mk-tab-slider .swiper-slide-active .edge-slide-bottom {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-edge-slider .edge-slide-right,
.mk-tab-slider .edge-slide-right {
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
}
.mk-edge-slider .swiper-slide-active .edge-slide-right,
.mk-tab-slider .swiper-slide-active .edge-slide-right {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-edge-slider .edge-scale-down,
.mk-tab-slider .edge-scale-down {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.mk-edge-slider .swiper-slide-active .edge-scale-down,
.mk-tab-slider .swiper-slide-active .edge-scale-down {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-edge-slider .edge-flip-x,
.mk-tab-slider .edge-flip-x,
.mk-edge-slider .edge-flip-y,
.mk-tab-slider .edge-flip-y {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-perspective: 1000;
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.mk-edge-slider .swiper-slide-active .edge-flip-x,
.mk-tab-slider .swiper-slide-active .edge-flip-x {
  -webkit-animation-name: mk_flip_x;
  -moz-animation-name: mk_flip_x;
  -o-animation-name: mk_flip_x;
  animation-name: mk_flip_x;
  opacity: 1;
}
.mk-edge-slider .swiper-slide-active .edge-flip-y,
.mk-tab-slider .swiper-slide-active .edge-flip-y {
  -webkit-animation-name: mk_flip_y;
  -moz-animation-name: mk_flip_y;
  -o-animation-name: mk_flip_y;
  animation-name: mk_flip_y;
  opacity: 1;
}
.mk-edge-slider .edge-skip-slider,
.mk-tab-slider .edge-skip-slider {
  position: absolute;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
  margin: -24px 0 0 -24px;
}
.mk-edge-slider .edge-skip-slider i,
.mk-tab-slider .edge-skip-slider i {
  color: #fff;
  font-size: 48px;
}
.mk-edge-slider[data-animation="horizontal_curtain"] .mk-swiper-wrapper,
.mk-tab-slider[data-animation="horizontal_curtain"] .mk-swiper-wrapper {
  transition-timing-function: ease;
}
.mk-edge-slider[data-animation="perspective_flip"],
.mk-tab-slider[data-animation="perspective_flip"] {
  perspective: 1000px;
}
.mk-edge-slider[data-animation="perspective_flip"] .edge-slider-holder,
.mk-tab-slider[data-animation="perspective_flip"] .edge-slider-holder {
  transform-style: preserve-3d;
}
.mk-edge-slider[data-animation="perspective_flip"] .swiper-slide,
.mk-tab-slider[data-animation="perspective_flip"] .swiper-slide {
  transform-origin: top center;
  bacface-visiblity: hidden;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-edge-slider .mk-grid,
  .mk-tab-slider .mk-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .mk-edge-slider .mk-edge-title,
  .mk-tab-slider .mk-edge-title {
    font-weight: 600;
    font-size: 40px;
  }
  .mk-edge-slider .mk-edge-desc,
  .mk-tab-slider .mk-edge-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
  }
  .mk-edge-slider .edge-slide-content,
  .mk-tab-slider .edge-slide-content {
    width: 80%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-edge-slider .mk-grid,
  .mk-tab-slider .mk-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .mk-edge-slider .mk-edge-next,
  .mk-tab-slider .mk-edge-next,
  .mk-edge-slider .mk-edge-prev,
  .mk-tab-slider .mk-edge-prev {
    display: none;
  }
  .mk-edge-slider .mk-edge-title,
  .mk-tab-slider .mk-edge-title {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 130% !important;
  }
  .mk-edge-slider .mk-edge-desc,
  .mk-tab-slider .mk-edge-desc {
    font-size: 14px;
    line-height: 22px !important;
  }
  .mk-edge-slider .edge-buttons .mk-button,
  .mk-tab-slider .edge-buttons .mk-button {
    padding: 10px 12px !important;
    font-size: 10px !important;
    margin-right: 15px !important;
  }
  .mk-edge-slider .mk-button-align.left,
  .mk-tab-slider .mk-button-align.left,
  .mk-edge-slider .mk-button-align.center,
  .mk-tab-slider .mk-button-align.center,
  .mk-edge-slider .mk-button-align.right,
  .mk-tab-slider .mk-button-align.right {
    width: auto !important;
    margin-bottom: 6px;
  }
  .mk-edge-slider .edge-slide-content,
  .mk-tab-slider .edge-slide-content {
    width: 100% !important;
  }
}
.edge-slider-holder {
  z-index: 10;
}
.edge-slider-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  left: 0;
  top: 0;
}
.mk-parallax {
  overflow: hidden;
}
/* ===============================================================
Navigation Styles
================================================================ */
.mk-edge-slider .mk-edge-next,
.mk-edge-slider .mk-edge-prev {
  opacity: 0;
}
.mk-edge-slider:hover .mk-edge-next,
.mk-edge-slider:hover .mk-edge-prev {
  opacity: 1;
}
.mk-edge-nav a {
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
}
.mk-edge-nav a .slides-count {
  display: none;
}
.mk-edge-nav a.mk-edge-prev {
  left: 0;
}
.mk-edge-nav a.mk-edge-next {
  right: 0;
}
.mk-edge-prev i,
.mk-edge-next i {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
}
.nav-item-caption {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
/* -------------------- */
/* Bar */
/* -------------------- */
.nav-bar a {
  margin: 0;
  width: 150px;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  overflow: hidden;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  padding: 0;
}
.nav-bar i,
.nav-bar .nav-item-caption {
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}
.nav-bar .mk-edge-icon-wrap {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 100px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.nav-bar .mk-edge-nav {
  position: absolute;
  top: 50%;
  margin: -50px 25px 0 25px;
  display: block;
}
.nav-bar .edge-nav-bg {
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.nav-bar a.mk-edge-prev {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.nav-bar a.mk-edge-prev .mk-edge-icon-wrap {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  left: 0;
}
.nav-bar a.mk-edge-prev .edge-nav-bg {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  left: 0;
}
.nav-bar a.mk-edge-prev:hover {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.nav-bar a.mk-edge-prev:hover .mk-edge-icon-wrap {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}
.nav-bar a.mk-edge-prev:hover .edge-nav-bg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.nav-bar a.mk-edge-next {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
}
.nav-bar a.mk-edge-next .mk-edge-icon-wrap {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  right: 0;
}
.nav-bar a.mk-edge-next .edge-nav-bg {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  left: 0;
}
.nav-bar a.mk-edge-next:hover {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.nav-bar a.mk-edge-next:hover .mk-edge-icon-wrap {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  opacity: 0;
}
.nav-bar a.mk-edge-next:hover .edge-nav-bg {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
}
.nav-bar .nav-item-caption {
  font-weight: bold;
  font-size: 12px;
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px 0;
  opacity: 0;
  line-height: 14px;
  word-wrap: break-word;
  white-space: normal;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-bar a.mk-edge-prev .nav-item-caption {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  text-align: right;
}
.nav-bar a.mk-edge-next .nav-item-caption {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  text-align: left;
}
.nav-bar a:hover {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-bar a:hover .nav-item-caption {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.nav-bar a[data-skin="dark"] {
  background: rgba(0, 0, 0, 0);
}
.nav-bar a[data-skin="dark"] i,
.nav-bar a[data-skin="dark"] .nav-item-caption {
  color: #fff;
}
.nav-bar a[data-skin="dark"]:hover {
  background: rgba(0, 0, 0, 0.2);
}
.nav-bar a[data-skin="light"] {
  background: rgba(255, 255, 255, 0);
}
.nav-bar a[data-skin="light"] i,
.nav-bar a[data-skin="light"] .nav-item-caption {
  color: #333;
}
.nav-bar a[data-skin="light"]:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* -------------------- */
/* Rounded slide */
/* -------------------- */
.nav-round a {
  margin: 0 20px;
  width: 67px;
  height: 67px;
  border-radius: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.nav-round i,
.nav-round .nav-item-caption {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nav-round .mk-edge-icon-wrap {
  position: absolute;
  padding: 26px 27px;
}
.nav-round a.mk-edge-prev .mk-edge-icon-wrap {
  left: 0;
}
.nav-round a.mk-edge-next .mk-edge-icon-wrap {
  right: 0;
}
.nav-round .nav-item-caption {
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  padding: 25px 10px;
  width: 130px;
  top: 0;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-round a.mk-edge-prev .nav-item-caption {
  right: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.nav-round a.mk-edge-next .nav-item-caption {
  left: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.nav-round a:hover {
  width: 200px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-round a:hover .nav-item-caption {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.nav-round a[data-skin="light"] {
  background: rgba(0, 0, 0, 0.1);
}
.nav-round a[data-skin="light"] i,
.nav-round a[data-skin="light"] .nav-item-caption {
  color: #fff;
}
.nav-round a[data-skin="light"]:hover {
  background: rgba(0, 0, 0, 0.4);
}
.nav-round a[data-skin="dark"] {
  background: rgba(255, 255, 255, 0.1);
}
.nav-round a[data-skin="dark"] i,
.nav-round a[data-skin="dark"] .nav-item-caption {
  color: #333;
}
.nav-round a[data-skin="dark"]:hover {
  background: rgba(255, 255, 255, 0.4);
}
/* -------------------- */
/* Thumb flip */
/* -------------------- */
.nav-flip a {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.nav-flip .slides-count {
  display: block!important;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.nav-flip .slide-next-nr,
.nav-flip .slide-prev-nr {
  position: relative;
  top: -14px;
  font-size: 12px;
  text-align: right;
}
.nav-flip .slide-next-nr:after,
.nav-flip .slide-prev-nr:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 25px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  right: -13px;
}
.nav-flip .slides-all {
  text-align: left;
}
.nav-flip .slides-all,
.nav-flip .slide-next-nr,
.nav-flip .slide-prev-nr {
  display: block;
  width: 20px;
  float: left;
  padding: 0 2.5px;
}
.nav-flip .nav-item-caption {
  display: none !important;
}
.nav-flip a.mk-edge-prev {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.nav-flip a.mk-edge-next {
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.nav-flip i {
  line-height: 130px;
  color: #fff;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all .3s ease;
}
.nav-flip a:hover .slides-count {
  opacity: 1;
}
.nav-flip .mk-edge-nav {
  position: absolute;
  top: 0;
  display: block;
}
.nav-flip .edge-nav-bg {
  position: absolute;
  width: 130px;
  height: 130px;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}
.nav-flip a.mk-edge-prev .edge-nav-bg {
  left: 50px;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.nav-flip a.mk-edge-next .edge-nav-bg {
  right: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.nav-flip a:hover .edge-nav-bg {
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
.nav-flip a.mk-edge-prev:hover i,
.nav-flip a.mk-edge-next:hover i {
  opacity: 0;
}
.nav-flip .mk-edge-icon-wrap {
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  display: block;
  width: 50px;
  height: 130px;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.nav-flip a[data-skin="dark"] .mk-edge-icon-wrap,
.nav-flip a[data-skin="dark"] div {
  background: rgba(255, 255, 255, 0.3);
}
.nav-flip a[data-skin="dark"] i,
.nav-flip a[data-skin="dark"] .slides-count {
  color: #000;
}
.nav-flip a[data-skin="dark"] .slide-next-nr:after,
.nav-flip a[data-skin="dark"] .slide-prev-nr:after {
  background: #000;
}
.nav-flip a[data-skin="dark"]:hover .mk-edge-icon-wrap {
  background: #ffffff;
}
.nav-flip a[data-skin="light"] .mk-edge-icon-wrap,
.nav-flip a[data-skin="light"] div {
  background: rgba(51, 51, 51, 0.3);
}
.nav-flip a[data-skin="light"] i,
.nav-flip a[data-skin="light"] .slides-count,
.nav-flip a[data-skin="light"] .slide-next-nr:after {
  color: #fff;
}
.nav-flip a[data-skin="light"] .slide-next-nr:after,
.nav-flip a[data-skin="light"] .slide-prev-nr:after {
  background: #fff;
}
.nav-flip a[data-skin="light"]:hover .mk-edge-icon-wrap {
  background: #333333;
}
/* -------------------- */
/* Classic retouched */
/* -------------------- */
.nav-classic .edge-nav-bg {
  position: absolute;
  width: 80px;
  height: 100px;
  top: 0;
  display: block;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.5s;
  -moz-transition: -moz-transform 0.3s ease-in-out 0.5s;
  -ms-transition: -moz-transform 0.3s ease-in-out 0.5s;
  -o-transition: -o-transform 0.3s ease-in-out 0.5s;
  transition: transform 0.3s ease-in-out 0.3s;
  background-image: none!important;
}
.nav-classic .mk-edge-next {
  right: 0px;
}
.nav-classic .mk-edge-next .edge-nav-bg {
  right: 0;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -moz-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -ms-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -o-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  transform: perspective(300px) rotateY(-120deg) translateZ(1px);
}
.nav-classic .mk-edge-prev {
  left: 0px;
}
.nav-classic .mk-edge-prev .edge-nav-bg {
  left: 0;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  -moz-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  -ms-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  -o-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  transform: perspective(300px) rotateY(120deg) translateZ(1px);
}
.nav-classic .prev-item-caption,
.nav-classic .next-item-caption {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 20px;
  white-space: nowrap;
  display: block;
  height: 100px;
  line-height: 100px;
  position: relative;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.nav-classic .prev-item-caption {
  float: right;
  right: 300%;
}
.nav-classic .next-item-caption {
  float: left;
  left: 300%;
}
.nav-classic .prev-item-caption,
.nav-classic .next-item-caption {
  background-color: rgba(0, 0, 0, 0.8);
}
.nav-classic .mk-edge-next,
.nav-classic .mk-edge-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 100px;
  margin-top: -50px;
  text-align: center;
  cursor: pointer;
}
.nav-classic .mk-edge-next i,
.nav-classic .mk-edge-prev i {
  font-size: 16px;
  line-height: 100px;
  width: 80px;
  display: inline-block;
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-classic .mk-edge-next:hover,
.nav-classic .mk-edge-prev:hover {
  color: #000 !important;
}
.nav-classic .mk-edge-next:hover .prev-item-caption,
.nav-classic .mk-edge-prev:hover .prev-item-caption {
  right: 0;
}
.nav-classic .mk-edge-next:hover .next-item-caption,
.nav-classic .mk-edge-prev:hover .next-item-caption {
  left: 0;
}
.nav-classic .mk-edge-next:hover .edge-nav-bg {
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transform: perspective(300px) rotateY(0deg);
  -moz-transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -o-transform: perspective(300px) rotateY(0deg);
  transform: rotateY(0deg);
}
.nav-classic .mk-edge-prev:hover .edge-nav-bg {
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transform: perspective(300px) rotateY(0deg);
  -moz-transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -o-transform: perspective(300px) rotateY(0deg);
  transform: rotateY(0deg);
}
.mk-fullwidth-false .mk-edge-slider .swiper-slide.left_top .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.left_bottom .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.left_center .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.right_top .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.right_center .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.right_bottom .edge-slide-content {
  margin-left: 25px;
  margin-right: 25px;
}
/* ===============================================================
Pagination Styles
================================================================ */
.swiper-pagination {
  position: absolute;
  margin: 0;
  padding: 0;
  cursor: default;
  width: 100%;
  bottom: 6%;
  z-index: 10;
  text-align: center;
  left: 5px;
}
.swiper-pagination span,
.fullPage-nav span {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.swiper-pagination span a,
.fullPage-nav span a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  /* make the text accessible to screen readers */
  position: absolute;
}
.swiper-pagination[data-skin="dark"] a,
.fullPage-nav[data-skin="dark"] a {
  background-color: #000000;
}
.swiper-pagination[data-skin="light"] a,
.fullPage-nav[data-skin="light"] a {
  background-color: #ffffff;
}
/* Small Stroke */
.pagination-small_stroke span {
  width: 9px;
  height: 9px;
  margin: 0 5.5px;
}
.pagination-small_stroke span a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pagination-small_stroke span a:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pagination-small_stroke[data-skin="dark"] a {
  box-shadow: none;
  border: 0px solid #000000;
  border: 0px solid rgba(0, 0, 0, 0);
}
.pagination-small_stroke[data-skin="dark"] span a:hover,
.pagination-small_stroke[data-skin="dark"] span a:focus {
  background-color: #333;
}
.pagination-small_stroke[data-skin="dark"] span.swiper-active-switch a {
  background-color: transparent;
  border: 2px solid #000000;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pagination-small_stroke[data-skin="light"] a {
  box-shadow: none;
  border: 0px solid #ffffff;
  border: 0px solid rgba(255, 255, 255, 0);
}
.pagination-small_stroke[data-skin="light"] span a:hover,
.pagination-small_stroke[data-skin="light"] span a:focus {
  background-color: white;
}
.pagination-small_stroke[data-skin="light"] span.swiper-active-switch a {
  background-color: transparent;
  border: 2px solid #ffffff;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
/* Rounded Underline */
.pagination-rounded span {
  width: 18px;
  height: 7px;
  margin: 0 4px;
}
.pagination-rounded span a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 3.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pagination-rounded span a:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pagination-rounded[data-skin="dark"] a {
  box-shadow: none;
  border: 0px solid #000000;
  border: 0px solid rgba(0, 0, 0, 0);
}
.pagination-rounded[data-skin="dark"] span a:hover,
.pagination-rounded[data-skin="dark"] span a:focus {
  background-color: #333;
}
.pagination-rounded[data-skin="dark"] span.swiper-active-switch a {
  background-color: transparent;
  border: 2px solid #000000;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pagination-rounded[data-skin="light"] a {
  box-shadow: none;
  border: 0px solid #ffffff;
  border: 0px solid rgba(255, 255, 255, 0);
}
.pagination-rounded[data-skin="light"] span a:hover,
.pagination-rounded[data-skin="light"] span a:focus {
  background-color: white;
}
.pagination-rounded[data-skin="light"] span.swiper-active-switch a {
  background-color: transparent;
  border: 2px solid #ffffff;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
/* Underline */
.pagination-underline span {
  width: 55px;
  height: 2px;
  margin: 0 3.5px;
}
.pagination-underline span a {
  border-radius: 0;
  background-clip: content-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  border-width: 5px 0;
  border-color: transparent;
  border-style: solid;
}
.pagination-underline span a:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pagination-underline[data-skin="dark"] a {
  box-shadow: none;
}
.pagination-underline[data-skin="dark"] span a:hover,
.pagination-underline[data-skin="dark"] span a:focus {
  background-color: #333;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pagination-underline[data-skin="dark"] span.swiper-active-switch a {
  background-color: #333;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pagination-underline[data-skin="light"] a {
  box-shadow: none;
}
.pagination-underline[data-skin="light"] span a:hover,
.pagination-underline[data-skin="light"] span a:focus {
  background-color: white;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pagination-underline[data-skin="light"] span.swiper-active-switch a {
  background-color: white;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
/* Square */
.pagination-square span {
  margin: 0 5.5px;
  width: 9px;
  height: 9px;
}
.pagination-square span a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  border-radius: 0;
  transition: all 0.3s ease;
  opacity: 0.3;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pagination-square span a:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pagination-square[data-skin="dark"] a {
  box-shadow: none;
  border: 0px solid #000000;
  border: 0px solid rgba(0, 0, 0, 0);
}
.pagination-square[data-skin="dark"] span a:hover,
.pagination-square[data-skin="dark"] span a:focus {
  background-color: #333;
}
.pagination-square[data-skin="dark"] span.swiper-active-switch a {
  background-color: transparent;
  border: 2px solid #000000;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pagination-square[data-skin="light"] a {
  box-shadow: none;
  border: 0px solid #ffffff;
  border: 0px solid rgba(255, 255, 255, 0);
}
.pagination-square[data-skin="light"] span a:hover,
.pagination-square[data-skin="light"] span a:focus {
  background-color: white;
}
.pagination-square[data-skin="light"] span.swiper-active-switch a {
  background-color: transparent;
  border: 2px solid #ffffff;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-tab-slider .mk-video-holder {
  height: 100%;
  width: 100%;
  position: absolute;
}
.mk-tab-slider .mk-half-layout {
  position: relative;
  float: left;
}
.mk-tab-slider .mk-tab-slider-content {
  padding: 0 50px;
  height: 100%;
}
.mk-tab-slider .mk-tab-slider-content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.mk-tab-slider .mk-tab-slider-content .mk-grid {
  width: calc(100% - 100px);
  min-width: 0;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mk-tab-slider .mk-tab-slider-pagination {
  position: absolute;
  width: 50%;
  bottom: 90px;
  left: 0;
  z-index: 10;
  text-align: center;
}
.mk-tab-slider .mk-tab-slider-pagination .swiper-pagination {
  text-align: center;
  display: inline;
}
.mk-tab-slider .mk-tab-slider-pagination .swiper-pagination[data-skin="light"] a {
  background-color: #ffffff;
}
.mk-tab-slider .mk-tab-slider-pagination .swiper-pagination[data-skin="dark"] a {
  background-color: #000000;
}
.mk-tab-slider .mk-tab-slider-pagination i {
  margin-right: 20px;
  position: relative;
  top: -1px;
  font-size: 20px;
}
.mk-tab-slider .swiper-slide {
  height: 100%;
}
@media handheld, only screen and (max-width: 1200px) {
  .mk-tab-slider .wpb_row > div,
  .mk-tab-slider .mk-tab-slider-content {
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 960px) {
  .mk-tab-slider .mk-half-layout {
    width: 100%;
    height: 500px;
  }
  .mk-tab-slider .mk-half-layout-right {
    height: auto;
  }
  .mk-tab-slider .mk-tab-slider-content .mk-grid {
    padding: 80px 15px 30px 15px ;
  }
  .mk-tab-slider .mk-tab-slider-content .mk-grid .mk-grid {
    width: 100%;
  }
  .mk-tab-slider .mk-tab-slider-pagination {
    bottom: auto;
    top: 400px;
    margin-bottom: 90px;
    width: 100%;
  }
}
.mk-tab-slider.force-responsive .mk-half-layout {
  width: 100%;
  height: 500px;
}
.mk-tab-slider.force-responsive .mk-half-layout-right {
  height: auto;
}
.mk-tab-slider.force-responsive .mk-tab-slider-content {
  padding: 80px 15px 30px 15px ;
}
.mk-tab-slider.force-responsive .mk-tab-slider-pagination {
  bottom: auto;
  top: 400px;
  margin-bottom: 90px;
  width: 100%;
}
@media handheld, only screen and (max-width: 1200px) {
  .add-corner-margin .ls-slide > *:not(img) {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}
@media handheld, only screen and (max-width: 750px) {
  .add-corner-margin .ls-slide > *:not(img) {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
.mk-edge-one-pager .mk-grid {
  position: relative;
  z-index: 14;
}
.mk-edge-one-pager .section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mk-edge-one-pager .section .edge-slide-content {
  margin-top: 100px;
}
.mk-edge-one-pager .section .mk-isotop-item {
  float: left;
}
.mk-edge-one-pager .section.left_top .edge-slide-content,
.mk-edge-one-pager .section.center_top .edge-slide-content,
.mk-edge-one-pager .section.right_top .edge-slide-content {
  margin-top: 120px;
}
.mk-edge-one-pager .section.center_top .mk-edge-title,
.mk-edge-one-pager .section.center_center .mk-edge-title,
.mk-edge-one-pager .section.center_bottom .mk-edge-title,
.mk-edge-one-pager .section.center_top .mk-edge-desc,
.mk-edge-one-pager .section.center_center .mk-edge-desc,
.mk-edge-one-pager .section.center_bottom .mk-edge-desc,
.mk-edge-one-pager .section.center_top .edge-buttons,
.mk-edge-one-pager .section.center_center .edge-buttons,
.mk-edge-one-pager .section.center_bottom .edge-buttons {
  text-align: center;
}
.mk-edge-one-pager .section.center_top .edge-slide-content,
.mk-edge-one-pager .section.center_center .edge-slide-content,
.mk-edge-one-pager .section.center_bottom .edge-slide-content {
  margin-right: auto;
  margin-left: auto;
}
.mk-edge-one-pager .section.right_top,
.mk-edge-one-pager .section.right_center,
.mk-edge-one-pager .section.right_bottom {
  text-align: right;
}
.mk-edge-one-pager .section.right_top .edge-slide-content,
.mk-edge-one-pager .section.right_center .edge-slide-content,
.mk-edge-one-pager .section.right_bottom .edge-slide-content {
  float: right;
}
.mk-edge-one-pager .edge-slide-content.caption-light .mk-edge-title,
.mk-edge-one-pager .edge-slide-content.caption-light .mk-edge-desc {
  color: #fff !important;
}
.mk-edge-one-pager .edge-slide-content.caption-dark .mk-edge-title,
.mk-edge-one-pager .edge-slide-content.caption-dark .mk-edge-desc {
  color: #222 !important;
}
.mk-edge-one-pager .edge-fade-in,
.mk-edge-one-pager .edge-slide-top,
.mk-edge-one-pager .edge-slide-left,
.mk-edge-one-pager .edge-slide-bottom,
.mk-edge-one-pager .edge-slide-right,
.mk-edge-one-pager .edge-scale-down {
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -ms-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-edge-one-pager .mk-edge-title {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 50px;
  line-height: 110%;
}
.mk-edge-one-pager .mk-edge-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}
.mk-edge-one-pager .edge-buttons {
  margin-top: 30px;
}
.mk-edge-one-pager .active .edge-fade-in {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-edge-one-pager .edge-slide-top {
  -webkit-transform: translate(0, -300%);
  -moz-transform: translate(0, -300%);
  -ms-transform: translate(0, -300%);
  -o-transform: translate(0, -300%);
}
.mk-edge-one-pager .active .edge-slide-top {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-edge-one-pager .edge-slide-left {
  -webkit-transform: translate(-300%, 0);
  -moz-transform: translate(-300%, 0);
  -ms-transform: translate(-300%, 0);
  -o-transform: translate(-300%, 0);
}
.mk-edge-one-pager .active .edge-slide-left {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-edge-one-pager .edge-slide-bottom {
  -webkit-transform: translate(0, 300%);
  -moz-transform: translate(0, 300%);
  -ms-transform: translate(0, 300%);
  -o-transform: translate(0, 300%);
}
.mk-edge-one-pager .active .edge-slide-bottom {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-edge-one-pager .edge-slide-right {
  -webkit-transform: translate(300%, 0);
  -moz-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  -o-transform: translate(300%, 0);
}
.mk-edge-one-pager .active .edge-slide-right {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-edge-one-pager .edge-scale-down {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.mk-edge-one-pager .active .edge-scale-down {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-edge-one-pager .edge-flip-x,
.mk-edge-one-pager .edge-flip-y {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-perspective: 1000;
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.mk-edge-one-pager .active .edge-flip-x {
  -webkit-animation-name: mk_flip_x;
  -moz-animation-name: mk_flip_x;
  -o-animation-name: mk_flip_x;
  animation-name: mk_flip_x;
  opacity: 1;
}
.mk-edge-one-pager .active .edge-flip-y {
  -webkit-animation-name: mk_flip_y;
  -moz-animation-name: mk_flip_y;
  -o-animation-name: mk_flip_y;
  animation-name: mk_flip_y;
  opacity: 1;
}
.mk-edge-one-pager .edge-skip-slider {
  position: absolute;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
  margin: -24px 0 0 -24px;
}
.mk-edge-one-pager .edge-skip-slider i {
  color: #fff;
  font-size: 48px;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-edge-one-pager .mk-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .mk-edge-one-pager .mk-edge-title {
    font-weight: 600;
    font-size: 40px;
  }
  .mk-edge-one-pager .mk-edge-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
  }
  .mk-edge-one-pager .edge-slide-content {
    width: 80%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-edge-one-pager .mk-grid {
    padding: 0 15px;
  }
  .mk-edge-one-pager .mk-edge-title {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 130% !important;
  }
  .mk-edge-one-pager .mk-edge-desc {
    font-size: 14px;
    line-height: 22px !important;
  }
  .mk-edge-one-pager .edge-buttons .mk-button {
    padding: 10px 12px !important;
    font-size: 10px !important;
    margin-right: 15px !important;
  }
  .mk-edge-one-pager .mk-button-align.left,
  .mk-edge-one-pager .mk-button-align.center,
  .mk-edge-one-pager .mk-button-align.right {
    width: auto !important;
    margin-bottom: 6px;
  }
  .mk-edge-one-pager .edge-slide-content {
    width: 100% !important;
  }
}
/*
html, body {
    margin: 0;
    padding: 0;
	overflow:hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}*/
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slide,
.slidesContainer {
  height: 100%;
  display: block;
}
.slides {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section.table,
.slide.table {
  display: table;
  width: 100%;
}
.tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.slidesContainer {
  float: left;
  position: relative;
}
.controlArrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}
.controlArrow.prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.scrollable {
  overflow: scroll;
}
.easing {
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
#fullPage-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#fullPage-nav.right {
  right: 17px;
  -webkit-transform: translateX(50%) rotate(90deg);
  -moz-transform: translateX(50%) rotate(90deg);
  -ms-transform: translateX(50%) rotate(90deg);
  -o-transform: translateX(50%) rotate(90deg);
  transform: translateX(50%) rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
}
#fullPage-nav.left {
  left: 17px;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -o-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
}
.fullPage-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fullPage-slidesNav.bottom {
  bottom: 17px;
}
.fullPage-slidesNav.top {
  top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
.fullPage-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fullPage-slidesNav li {
  display: inline-block;
}
.fullPage-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
.fullPage-slidesNav.light-skin .active span {
  background: #fff;
}
.fullPage-slidesNav.dark-skin .active span {
  background: #444;
}
.fullPage-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: 1;
}
.fullPage-slidesNav.light-skin span {
  border: 1px solid #fff;
}
.fullPage-slidesNav.dark-skin span {
  border: 1px solid #444;
}
.fullPage-tooltip {
  display: none !important;
}
.fullPage-tooltip.right {
  right: 20px;
}
.fullPage-tooltip.left {
  left: 20px;
}
/* Blog Styles */
/* *
*
*
*********************************************
Blog Classic Style
********************************************* */
.blog-classic-entry {
  display: block;
  overflow: hidden;
  margin-bottom: 90px;
  width: 100%;
  opacity: 0;
}
.blog-classic-entry .hover-overlay {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-color: transparent !important;
  transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  -ms-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
}
.blog-classic-entry .hover-plus-icon {
  width: 27px;
  height: 27px;
  display: block;
  line-height: 27px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  font-size: 16px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  pointer-events: none;
}
.blog-classic-entry .hover-plus-icon:hover {
  background-color: #fff;
  color: #000;
}
.blog-classic-entry .featured-image:hover .hover-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.blog-classic-entry .featured-image:hover .item-featured-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: grayscale(0) !important;
  -moz-filter: grayscale(0) !important;
  -ms-filter: grayscale(0) !important;
  -o-filter: grayscale(0) !important;
  -webkit-filter: grayscale(0) !important;
}
.blog-classic-entry .featured-image:hover .hover-plus-icon {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  pointer-events: auto;
}
.blog-classic-entry .blog-entry-heading {
  position: relative;
  margin-bottom: 4px;
  padding: 0 6px;
  *zoom: 1;
}
.blog-classic-entry .blog-entry-heading:before,
.blog-classic-entry .blog-entry-heading:after {
  content: " ";
  display: table;
}
.blog-classic-entry .blog-entry-heading:after {
  clear: both;
}
.blog-classic-entry .blog-entry-heading .post-type-icon {
  font-size: 16px;
  float: left;
  line-height: 28px;
  margin-right: 20px;
}
.blog-classic-entry .blog-entry-heading .blog-title {
  margin: 0;
  padding-right: 100px;
  font-size: 20px !important;
  line-height: 28px;
  display: inline-block;
  float: left;
}
.blog-classic-entry .blog-entry-heading .blog-comments,
.blog-classic-entry .blog-entry-heading .mk-love-holder {
  display: inline-block;
  float: right;
  color: #d5d5d5;
  font-size: 12px;
  font-weight: bold;
  padding-left: 8px;
  line-height: 14px;
  margin-top: 6px;
}
.blog-classic-entry .blog-entry-heading .blog-comments .mk-love-count,
.blog-classic-entry .blog-entry-heading .mk-love-holder .mk-love-count {
  color: #d5d5d5;
  font-size: 12px;
  font-weight: bold;
}
.blog-classic-entry .blog-entry-heading .blog-comments i,
.blog-classic-entry .blog-entry-heading .mk-love-holder i {
  font-size: 16px;
  padding-right: 3px;
  color: #d7d7d7;
}
.blog-classic-entry .blog-entry-heading .mk-love-holder {
  padding-right: 8px;
  border-right: 2px solid #eee;
}
.blog-classic-entry .blog-gallery-type .mk-slideshow-shortcode {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.blog-classic-entry .mk-video-wrapper,
.blog-classic-entry .featured-image,
.blog-classic-entry .mk-audio,
.blog-classic-entry .blog-gallery-type {
  margin-bottom: 20px;
}
.blog-classic-entry .blog-excerpt {
  padding: 0 6px;
  line-height: 26px;
}
.blog-classic-entry .audio-iframe {
  margin-bottom: 15px;
}
@media handheld, only screen and (max-width: 600px) {
  .blog-classic-entry {
    margin-bottom: 30px !important;
  }
  .blog-classic-entry .blog-title {
    display: block !important;
    margin-bottom: 10px !important;
    float: none !important;
    padding-right: 0 !important;
  }
  .blog-classic-entry .blog-comments,
  .blog-classic-entry .mk-love-holder {
    float: left !important;
    border: none !important;
    margin: 20px 5px 15px 0;
    font-size: 14px !important;
    line-height: 30px;
  }
  .blog-classic-entry .blog-meta {
    display: block;
    clear: both;
  }
}
.blog-meta {
  line-height: 12px;
  margin-bottom: 15px;
  padding: 0 8px;
}
.blog-meta time,
.blog-meta .blog-categories {
  float: left;
}
.blog-meta time {
  margin-right: 6px;
}
.blog-meta a {
  color: #999999;
  font-size: 12px;
}
/* *
*
*
*********************************************
Blog Masonry Style
********************************************* */
.blog-masonry-entry {
  overflow: hidden;
  display: block;
  opacity: 0;
  float: left;
  position: relative;
}
.blog-masonry-entry .item-holder {
  margin: 0 15px 30px 30px;
  background-color: #fdfdfd;
  border: 2px solid #eee;
  padding-bottom: 10px;
}
.blog-masonry-entry .item-holder .featured-image .hover-overlay {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-color: transparent !important;
}
.blog-masonry-entry .post-type-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #eee;
  background-color: #eee;
  border-right: none;
  display: block;
  color: #5b5b5b;
}
.blog-masonry-entry .post-type-icon:hover {
  color: #666;
  background-color: #eee !important;
}
.blog-masonry-entry .post-type-icon i {
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.blog-masonry-entry .blog-meta {
  display: block;
  clear: both;
  margin: 0;
  padding: 10px 25px;
}
.blog-masonry-entry .blog-meta time {
  padding-bottom: 5px;
}
.blog-masonry-entry .blog-entry-heading {
  position: relative;
  margin-bottom: 4px;
  padding: 15px 25px;
  background-color: #f7f7f7;
  *zoom: 1;
}
.blog-masonry-entry .blog-entry-heading:before,
.blog-masonry-entry .blog-entry-heading:after {
  content: " ";
  display: table;
}
.blog-masonry-entry .blog-entry-heading:after {
  clear: both;
}
.blog-masonry-entry .blog-entry-heading .blog-title {
  margin: 0;
  padding: 0;
  line-height: 22px;
  display: inline-block;
}
.blog-masonry-entry .blog-entry-heading .blog-title a {
  color: #666666;
}
.blog-masonry-entry .blog-entry-heading .blog-comments,
.blog-masonry-entry .blog-entry-heading .mk-love-holder {
  display: inline-block;
  color: #d5d5d5;
  font-size: 12px;
  padding-left: 8px;
  line-height: 14px;
  float: right;
}
.blog-masonry-entry .blog-entry-heading .blog-comments .mk-love-count,
.blog-masonry-entry .blog-entry-heading .mk-love-holder .mk-love-count {
  color: #d5d5d5;
  font-size: 12px;
}
.blog-masonry-entry .blog-entry-heading .blog-comments i,
.blog-masonry-entry .blog-entry-heading .mk-love-holder i {
  font-size: 16px;
  padding-right: 3px;
  color: #d7d7d7;
}
.blog-masonry-entry .blog-entry-heading .mk-love-holder {
  padding-right: 8px;
  border-right: 2px solid #eee;
}
.blog-masonry-entry .blog-entry-heading .mk-love-holder .mk-icon-heart {
  position: relative;
  top: 1px;
}
.blog-masonry-entry .mk-video-wrapper,
.blog-masonry-entry .featured-image,
.blog-masonry-entry .mk-audio,
.blog-masonry-entry .blog-gallery-type .mk-image-slideshow {
  margin-bottom: 0;
}
.blog-masonry-entry .blog-excerpt {
  padding: 0 25px 15px;
  line-height: 26px;
}
.blog-masonry-entry .audio-iframe {
  padding: 25px 25px 15px;
}
.blog-masonry-entry .jp-interface {
  border: none !important;
  background-color: transparent !important;
  padding: 0px 90px 0px 50px !important;
}
.blog-masonry-entry .jp-interface .jp-controls {
  left: 10px;
  top: 0px;
}
.blog-masonry-entry .jp-interface .js-volume-wrapper {
  right: 10px;
  top: 0px;
  margin-top: 0;
}
.blog-masonry-entry.one-column {
  width: 100%;
}
.blog-masonry-entry.one-column .blog-title {
  font-size: 16px !important;
  font-weight: normal !important;
}
.blog-masonry-entry.one-column .jp-interface {
  padding: 10px 90px 10px 50px !important;
}
.blog-masonry-entry.one-column .jp-interface .jp-controls {
  top: 10px !important;
}
.blog-masonry-entry.one-column .jp-interface .jp-progress {
  top: 0 !important;
}
.blog-masonry-entry.one-column .jp-interface .js-volume-wrapper {
  top: 10px !important;
}
.blog-masonry-entry.two-column {
  width: 49.8%;
}
.blog-masonry-entry.two-column .blog-title {
  font-size: 16px !important;
  font-weight: normal !important;
}
.blog-masonry-entry.two-column .blog-gallery-type {
  border: 0 !important;
}
.blog-masonry-entry.two-column .blog-entry-heading {
  border: 0 !important;
}
.blog-masonry-entry.two-column .jp-interface {
  padding: 10px 90px 10px 50px !important;
}
.blog-masonry-entry.two-column .jp-interface .jp-controls {
  top: 10px !important;
}
.blog-masonry-entry.two-column .jp-interface .jp-progress {
  top: 0 !important;
}
.blog-masonry-entry.two-column .jp-interface .js-volume-wrapper {
  top: 10px !important;
}
.blog-masonry-entry.three-column {
  width: 33.1%;
}
.blog-masonry-entry.three-column .blog-title {
  font-size: 13px !important;
  line-height: 18px;
  font-weight: normal !important;
}
.blog-masonry-entry.three-column .jp-interface {
  padding: 10px 90px 10px 50px !important;
}
.blog-masonry-entry.three-column .jp-interface .jp-controls {
  top: 10px !important;
}
.blog-masonry-entry.three-column .jp-interface .jp-progress {
  top: 0 !important;
}
.blog-masonry-entry.three-column .jp-interface .js-volume-wrapper {
  top: 10px !important;
}
.blog-masonry-entry.three-column .blog-comments {
  display: none;
}
.blog-masonry-entry.three-column .mk-love-holder {
  border-right: 0;
  position: relative;
  top: 2px;
}
.blog-masonry-entry.four-column {
  width: 24.8%;
}
.blog-masonry-entry.four-column .item-holder {
  padding-bottom: 15px;
}
.blog-masonry-entry.four-column .blog-meta {
  padding-right: 15px;
  padding-left: 15px;
}
.blog-masonry-entry.four-column .blog-excerpt {
  padding: 0 15px;
}
.blog-masonry-entry.four-column .blog-entry-heading {
  padding: 10px 10px 10px 8px;
}
.blog-masonry-entry.four-column .blog-title {
  margin: 0;
  padding: 0 10px 0 8px;
  font-size: 12px !important;
  line-height: 18px;
  font-weight: normal;
  display: block;
}
.blog-masonry-entry.four-column .blog-title a {
  color: #666666;
}
.blog-masonry-entry.four-column .jp-interface {
  padding: 0 10px 40px !important;
}
.blog-masonry-entry.four-column .jp-controls {
  top: 38px;
  left: 10px;
}
.blog-masonry-entry.four-column .js-volume-wrapper {
  top: 38px;
  left: 50px;
}
.blog-masonry-entry.four-column .blog-comments {
  display: none;
}
.blog-masonry-entry.four-column .mk-love-holder {
  border-right: 0;
}
@media handheld, only screen and (max-width: 960px) {
  .blog-masonry-entry.three-column,
  .blog-masonry-entry.four-column {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 650px) {
  .blog-masonry-entry.three-column,
  .blog-masonry-entry.four-column,
  .blog-masonry-entry.two-column,
  .blog-masonry-entry.one-column {
    width: 100% !important;
  }
}
/* *
*
*
*********************************************
Blog List Style
********************************************* */
.blog-list-entry {
  padding-bottom: 30px;
  width: 100%;
  *zoom: 1;
}
.blog-list-entry:before,
.blog-list-entry:after {
  content: " ";
  display: table;
}
.blog-list-entry:after {
  clear: both;
}
.blog-list-entry .the-title {
  font-size: 13px !important;
  font-weight: normal !important;
  padding: 5px 0;
  margin: 5px 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.blog-list-entry .listtype-meta time a {
  color: #444;
}
.blog-list-entry .listtype-meta time,
.blog-list-entry .listtype-meta a,
.blog-list-entry .listtype-meta span {
  font-size: 11px;
}
.blog-list-entry .listtype-meta span a {
  color: #9f9f9f;
}
.blog-list-entry .post-type-icon {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  border: 2px solid #999999;
  color: #999999;
  margin: 5px 0 10px;
}
.blog-list-entry .post-type-icon i {
  font-size: 16px;
  line-height: 40px;
  display: block;
}
.blog-list-entry .post-type-icon:hover {
  color: #fff;
}
.blog-list-entry .mk-pagination {
  padding-top: 40px;
  margin-top: 50px;
  border-top: 1px solid #eee;
}
.blog-list-entry .list-posttype-col {
  width: 70px;
  float: left;
}
.blog-list-entry .list-content-col {
  float: left;
  display: block;
  width: 80%;
  *zoom: 1;
}
.blog-list-entry .list-content-col:before,
.blog-list-entry .list-content-col:after {
  content: " ";
  display: table;
}
.blog-list-entry .list-content-col:after {
  clear: both;
}
@media handheld, only screen and (max-width: 600px) {
  .blog-list-entry .list-posttype-col {
    display: none;
  }
  .blog-list-entry .list-content-col {
    width: 100%;
  }
}
/* *
*
*
*********************************************
Blog Thumb Style
********************************************* */
.blog-thumb-entry {
  padding-bottom: 30px;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid #eee;
  *zoom: 1;
}
.blog-thumb-entry:before,
.blog-thumb-entry:after {
  content: " ";
  display: table;
}
.blog-thumb-entry:after {
  clear: both;
}
.blog-thumb-entry .featured-image {
  width: 15%;
  float: left;
}
.blog-thumb-entry .featured-image img {
  width: 100%;
}
.blog-thumb-entry .blog-thumb-content {
  width: 85%;
  float: left;
  padding: 0 5px 0 15px;
}
.blog-thumb-entry .blog-title {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600 !important;
}
.blog-thumb-entry time a {
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  line-height: 14px;
}
.blog-thumb-entry time a {
  color: #999999;
}
@media handheld, only screen and (max-width: 550px) {
  .blog-thumb-entry .blog-thumb-content {
    width: 100%;
    float: none;
    padding: 5px 0 15px;
  }
  .blog-thumb-entry .featured-image {
    width: 100%;
    float: none;
  }
  .blog-thumb-entry .featured-image img {
    width: 100%;
  }
}
/* *
*
*
*********************************************
Blog Scroller Style
********************************************* */
.blog-scroller-entry {
  position: relative;
  overflow: hidden;
}
.blog-scroller-entry .blog-title {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold !important;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}
.blog-scroller-entry .blog-title a {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.blog-scroller-entry .blog-title {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.blog-scroller-entry:hover .blog-title {
  bottom: -200px;
}
.blog-scroller-arrows {
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
}
.blog-scroller-arrows i {
  color: #fff;
  line-height: 32px;
  font-size: 16px;
}
.blog-scroller-arrows.mk-swiper-prev {
  left: 15px;
}
.blog-scroller-arrows.mk-swiper-next {
  right: 15px;
}
.blog-scroller-arrows:hover {
  background-color: #fff !important;
}
.blog-scroller-arrows:hover i {
  color: #000 !important;
}
.mk-scroller-wrapper .thumb-featured-image img {
  width: 100%;
}
/* *
*
*
*********************************************
Blog Magazine Style
********************************************* */
.blog-magazine-entry {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mk-magazine-wrapper {
  margin-bottom: 20px;
  *zoom: 1;
}
.mk-magazine-wrapper:before,
.mk-magazine-wrapper:after {
  content: " ";
  display: table;
}
.mk-magazine-wrapper:after {
  clear: both;
}
.magazine-featured-post .magazine-posttype-icon {
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 16px;
}
.magazine-featured-post .blog-title {
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0;
  z-index: 15;
}
.magazine-featured-post .blog-title a {
  color: #fff;
}
.magazine-featured-post .blog-meta {
  background-color: #fafafa;
  padding: 12px;
}
.magazine-featured-post time a {
  color: #999999;
  font-size: 12px;
}
.magazine-featured-post time {
  display: inline-block;
  margin-top: 3px;
}
.magazine-featured-post .blog-excerpt {
  line-height: 26px;
}
.magazine-featured-post .blog-categories {
  margin: 3px 10px 0 0;
}
.magazine-featured-post .mk-love-holder,
.magazine-featured-post .blog-comments {
  display: inline-block;
  float: right;
  margin: 4px 0 4px 4px;
}
.magazine-featured-post .mk-love-holder i,
.magazine-featured-post .blog-comments i {
  font-size: 16px;
  color: #d7d7d7;
}
.magazine-featured-post .blog-comments {
  padding-left: 8px;
  border-left: 2px solid #eee;
}
.magazine-featured-post .blog-comments i {
  margin-right: 4px;
  font-size: 16px;
}
.magazine-thumb-post {
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 2px solid #eee;
  *zoom: 1;
}
.magazine-thumb-post:before,
.magazine-thumb-post:after {
  content: " ";
  display: table;
}
.magazine-thumb-post:after {
  clear: both;
}
.magazine-thumb-post .blog-title {
  font-size: 13px;
  font-weight: 400 !important;
  margin: 5px 0;
}
.magazine-thumb-post time a,
.magazine-thumb-post .blog-cat a {
  font-size: 11px;
  display: inline-block;
  line-height: 14px;
}
.magazine-thumb-post time a {
  color: #444;
}
.magazine-thumb-post .blog-cat {
  padding-left: 5px;
}
.magazine-thumb-post .blog-cat a {
  color: #9f9f9f;
}
.magazine-thumb-post .featured-image {
  width: 12%;
  float: left;
}
.magazine-thumb-post .blog-thumb-content {
  width: 88%;
  float: left;
  padding: 5px 5px 0 20px;
}
.mag-one-column .magazine-featured-post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #eee;
}
.mag-two-column-right .magazine-featured-post,
.mag-two-column-left .magazine-featured-post {
  width: 50%;
  float: right;
  position: relative;
}
.mag-two-column-right .magazine-featured-post:before,
.mag-two-column-left .magazine-featured-post:before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #eee;
}
.mag-two-column-right .magazine-thumb-post,
.mag-two-column-left .magazine-thumb-post {
  width: 50%;
}
.mag-two-column-right .magazine-featured-post {
  float: right;
  padding-left: 80px;
}
.mag-two-column-right .magazine-featured-post:before {
  left: 40px;
}
.mag-two-column-right .magazine-thumb-post {
  float: left;
}
.mag-two-column-left .magazine-featured-post {
  float: left;
  padding-right: 80px;
}
.mag-two-column-left .magazine-featured-post:before {
  right: 40px;
}
.mag-two-column-left .magazine-thumb-post {
  float: right;
}
@media handheld, only screen and (max-width: 680px) {
  .mag-two-column-right .magazine-featured-post,
  .mag-two-column-left .magazine-featured-post {
    width: 100%;
    float: none;
    padding: 0 0 30px;
  }
  .mag-two-column-right .magazine-featured-post:before,
  .mag-two-column-left .magazine-featured-post:before {
    display: none;
  }
  .mag-two-column-right .magazine-thumb-post,
  .mag-two-column-left .magazine-thumb-post {
    width: 100%;
  }
}
/* *
*
*
*********************************************
Blog Tile Style
********************************************* */
.blog-tile-entry {
  overflow: hidden;
  display: block;
  opacity: 0;
  float: left;
}
.blog-tile-entry .item-holder {
  margin: 0 15px 50px 15px;
}
.blog-tile-entry .blog-meta {
  text-align: center;
  line-height: 13px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  color: #999;
}
.blog-tile-entry .blog-meta time,
.blog-tile-entry .blog-meta .blog-categories,
.blog-tile-entry .blog-meta .blog-comments,
.blog-tile-entry .blog-meta .mk-love-holder {
  float: none;
  display: inline-block;
  border-right: 2px solid #d2d2d2;
  padding: 0 6px;
  margin: 0;
}
.blog-tile-entry .blog-meta .blog-categories a {
  color: #999;
}
.blog-tile-entry .blog-meta .mk-love-holder {
  margin-right: 7px;
  border: none;
}
.blog-tile-entry .blog-meta .mk-love-holder span {
  display: inline-block;
  font-size: 12px;
}
.blog-tile-entry .blog-meta .blog-comments,
.blog-tile-entry .blog-meta .mk-love-holder {
  color: #999;
}
.blog-tile-entry .blog-meta .blog-comments i,
.blog-tile-entry .blog-meta .mk-love-holder i {
  font-size: 16px;
  color: #999;
}
.blog-tile-entry .blog-gallery-type {
  position: relative;
  padding: 12px;
  border: 2px solid #efefef;
}
.blog-tile-entry .featured-image {
  position: relative;
  padding: 12px;
  border: 2px solid #efefef;
  z-index: 2;
  background-color: #fdfdfd;
}
.blog-tile-entry .featured-image img {
  width: 100%;
}
.blog-tile-entry .featured-image:hover .image-hover-overlay {
  opacity: 0.4;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.blog-tile-entry .grid-image-inner {
  position: relative;
  overflow: hidden;
}
.blog-tile-entry .blog-avatar {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
.blog-tile-entry .avatar {
  padding: 5px;
  border: 2px solid #efefef;
  margin: 0 auto;
  background-color: #fff;
}
.blog-tile-entry.image-post-type .blog-avatar,
.blog-tile-entry.portfolio-post-type .blog-avatar,
.blog-tile-entry.video-post-type .blog-avatar,
.blog-tile-entry.gallery-post-type .blog-avatar {
  margin-top: -55px;
}
.blog-tile-entry .mk-image-slideshow {
  margin-bottom: 0;
}
.blog-tile-entry .text-post-wrapper {
  padding: 15px;
  border: 2px solid #efefef;
  background: #fafafa;
}
.blog-tile-entry .mk-video-wrapper,
.blog-tile-entry .featured-image,
.blog-tile-entry .mk-audio,
.blog-tile-entry .blog-gallery-type {
  margin: 0 0 15px;
}
.blog-tile-entry .blog-gallery-type {
  background-color: #fdfdfd;
}
.blog-tile-entry .mk-video-wrapper {
  background-color: #fdfdfd;
  padding: 12px;
  border: 2px solid #efefef;
}
.blog-tile-entry .jp-audio {
  width: auto !important;
}
.blog-tile-entry.audio-post-type .blog-avatar {
  display: none;
}
.blog-tile-entry .blog-entry-heading {
  border: 2px solid #efefef;
  border-left: none;
  border-right: none;
  position: relative;
  padding: 6px 0 6px 15px;
  margin-bottom: 11px;
}
.blog-tile-entry .blog-entry-heading .blog-title {
  font-weight: 600 !important;
  line-height: 22px;
  padding-right: 40px;
  margin: 0;
}
.blog-tile-entry .blog-entry-heading i {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #d7d7d7;
  margin-top: -8px;
  text-align: center;
  font-size: 16px;
}
.blog-tile-entry .blog-excerpt {
  margin: 0 15px;
  line-height: 26px;
}
.blog-tile-entry.one-column {
  width: 100%;
  margin: 0 0 30px;
}
.blog-tile-entry.one-column .blog-title {
  font-size: 18px !important;
}
.blog-tile-entry.two-column {
  width: 49.6%;
}
.blog-tile-entry.two-column .blog-title {
  font-size: 18px !important;
}
.blog-tile-entry.three-column {
  width: 33%;
}
.blog-tile-entry.three-column .blog-title {
  font-size: 15px !important;
}
.blog-tile-entry.four-column {
  width: 24.8%;
}
.blog-tile-entry.four-column .blog-title {
  font-size: 13px !important;
}
.blog-tile-entry.four-column .blog-categories {
  border-right: none;
}
.blog-tile-entry.four-column .blog-avatar,
.blog-tile-entry.four-column .blog-comments,
.blog-tile-entry.four-column .mk-love-holder {
  display: none;
}
@media handheld, only screen and (max-width: 960px) {
  .blog-tile-entry.three-column,
  .blog-tile-entry.four-column {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 650px) {
  .blog-tile-entry.three-column,
  .blog-tile-entry.four-column,
  .blog-tile-entry.two-column,
  .blog-tile-entry.one-column {
    width: 100% !important;
  }
}
/* *
*
*
*********************************************
Blog Modern Style
********************************************* */
.blog-modern-entry {
  position: relative;
  margin-bottom: 40px;
  opacity: 0;
  width: 100%;
}
.blog-modern-entry .hover-overlay {
  background-color: #000;
  opacity: 0.6;
}
.blog-modern-entry:hover .hover-overlay {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  bottom: -100%;
}
.blog-modern-entry:hover .blog-title {
  margin-top: -30px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.blog-modern-entry:hover .blog-meta {
  margin-bottom: -30px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.blog-modern-entry:hover .blog-modern-button {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  visibility: visible;
  pointer-events: inherit;
}
.blog-modern-entry:hover .modern-featured-image img,
.blog-modern-entry:hover .blog-gallery-type img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.blog-modern-entry .blog-entry-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 10;
}
.blog-modern-entry .blog-title {
  font-size: 30px;
  font-weight: 300 !important;
  line-height: 36px;
  margin-bottom: 30px;
  display: block;
}
.blog-modern-entry .blog-title a {
  color: #fff;
}
.blog-modern-entry .blog-modern-button {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  line-height: 12px;
  padding: 14px 20px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.blog-modern-entry .blog-modern-button:hover {
  color: #000;
  background-color: #fff;
}
.blog-modern-entry .blog-gallery-type .mk-image-slideshow {
  margin-bottom: 0;
  width: 100% !important;
  position: relative;
  z-index: 10;
}
.blog-modern-entry .slideshow-swiper-arrows {
  z-index: 15;
}
.blog-modern-entry .modern-featured-image {
  overflow: hidden;
}
.blog-modern-entry .modern-featured-image img,
.blog-modern-entry .blog-gallery-type img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.blog-modern-entry .blog-gallery-type .swiper-slide {
  overflow: hidden;
}
.blog-modern-entry .blog-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 30px;
  z-index: 14;
  margin: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}
@media handheld, only screen and (max-width: 767px) {
  .blog-modern-entry:hover .blog-title {
    margin-top: 0 !important;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  }
  .blog-modern-entry:hover .blog-meta {
    margin-bottom: 0 !important;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  }
  .blog-modern-entry:hover .blog-modern-button {
    display: none !important;
  }
  .blog-modern-entry .hover-overlay {
    display: none !important;
  }
  .blog-modern-entry .blog-entry-heading {
    position: relative !important;
    width: 100% !important;
    text-align: left !important;
    margin-top: 10px !important;
    margin-left: 0 !important;
    padding: 0 10px;
    left: 0 !important;
    color: #393836;
  }
  .blog-modern-entry .blog-entry-heading .blog-title a {
    color: #393836 !important;
  }
  .blog-modern-entry .blog-meta {
    position: relative;
    margin-top: 10px;
    color: #eee;
  }
  .blog-modern-entry .blog-meta a,
  .blog-modern-entry .blog-meta .blog-categories,
  .blog-modern-entry .blog-meta .post-type-icon,
  .blog-modern-entry .blog-meta .mk-love-this {
    color: #696969;
  }
  .blog-modern-entry .blog-meta .blog-comments,
  .blog-modern-entry .blog-meta .mk-love-holder {
    margin-top: 5px;
  }
}
.blog-modern-entry time,
.blog-modern-entry .blog-categories,
.blog-modern-entry .post-type-icon {
  display: inline-block;
  float: left;
  font-weight: bold;
}
.blog-modern-entry .post-type-icon {
  font-size: 16px;
  color: #fff;
  padding-right: 7px;
}
.blog-modern-entry time a {
  color: #fff;
}
.blog-modern-entry .blog-comments,
.blog-modern-entry .mk-love-holder {
  float: right;
  color: #fff;
  display: inline-block;
  padding-left: 6px;
  font-weight: bold;
  font-size: 12px;
}
.blog-modern-entry .blog-comments i,
.blog-modern-entry .mk-love-holder i {
  font-size: 16px;
}
@media handheld, only screen and (max-width: 767px) {
  .blog-modern-entry .blog-title {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .blog-modern-entry .blog-modern-button {
    display: none;
  }
  .blog-modern-entry .blog-meta {
    padding: 0 10px 10px;
  }
}
.IE .blog-modern-entry:hover .modern-featured-image img,
.IE .blog-modern-entry:hover .blog-gallery-type img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* *
*
*
*********************************************
Blog Slideshow Style
********************************************* */
.blog-slideshow-entry {
  position: relative;
}
.blog-slideshow-entry .blog-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}
.blog-slideshow-entry .post-type-icon,
.blog-slideshow-entry .blog-title {
  display: inline-block;
  float: left;
  font-weight: bold;
}
.blog-slideshow-entry .blog-title {
  margin: 0;
  font-size: 14px;
  font-weight: bold !important;
}
.blog-slideshow-entry .blog-title a {
  color: #fff;
}
.blog-slideshow-entry .mk-love-holder {
  float: right;
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 2px solid #eee;
  font-weight: bold;
  font-size: 12px;
}
.blog-slideshow-entry .mk-love-holder i {
  font-size: 16px;
}
.blog-slideshow-entry .post-type-icon {
  font-size: 16px;
  color: #fff;
  padding-right: 7px;
}
.blog-slideshow-entry time,
.blog-slideshow-entry .blog-categories {
  display: inline-block;
  float: right;
}
.blog-slideshow-entry time a {
  color: #fff;
}
@media handheld, only screen and (max-width: 767px) {
  .blog-slideshow-entry .blog-meta {
    display: none;
  }
}
/* *
*
*
*********************************************
Blog Teaser Style
********************************************* */
.mk-blog-teaser .blog-slider-item {
  width: 66.667%;
  float: left;
}
.mk-blog-teaser .blog-teaser-side-item {
  overflow: hidden;
  float: left;
  position: relative;
}
.mk-blog-teaser .blog-teaser-side-item .item-holder {
  margin-left: 1px;
}
.mk-blog-teaser .blog-teaser-side-item.full-item {
  width: 33.33%;
}
.mk-blog-teaser .blog-teaser-side-item.half-item {
  width: 16.665%;
}
.mk-blog-teaser .blog-teaser-side-item.half-item .item-holder {
  margin-top: 1px;
}
.mk-blog-teaser .blog-teaser-side-item:hover .blog-title {
  bottom: -50px;
}
.mk-blog-teaser .blog-teaser-side-item .blog-title {
  position: absolute;
  left: 1px;
  bottom: 0;
  font-size: 13px;
  white-space: nowrap;
  margin: 0;
  padding: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.mk-blog-teaser .blog-teaser-side-item .blog-title a {
  color: #fff;
  font-weight: bold !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 98%;
  display: block;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-blog-teaser .blog-slider-item {
    width: 100%;
    float: none;
  }
  .mk-blog-teaser .blog-teaser-side-item .item-holder {
    margin-top: 1px;
  }
  .mk-blog-teaser .blog-teaser-side-item .item-featured-image {
    width: 100%;
  }
  .mk-blog-teaser .blog-teaser-side-item.full-item {
    width: 50%;
  }
  .mk-blog-teaser .blog-teaser-side-item.half-item {
    width: 25%;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-blog-teaser .blog-teaser-side-item.full-item {
    width: 100%;
    float: none;
  }
  .mk-blog-teaser .blog-teaser-side-item.half-item {
    width: 50%;
  }
}
/* *
*
*
*********************************************
General Settings
********************************************* */
.blog-gallery-type .mk-image-slideshow .mk-swiper-container:hover .slideshow-swiper-arrows {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.blog-gallery-type .mk-image-slideshow .mk-swiper-container:hover .slideshow-swiper-arrows:hover {
  background-color: #fff !important;
}
.blog-gallery-type .mk-image-slideshow .mk-swiper-container:hover .slideshow-swiper-arrows:hover i {
  color: #000 !important;
}
/* * Pageination */
.mk-pagination {
  margin: 40px 0 0;
  text-align: left;
  position: relative;
  *zoom: 1;
}
.mk-pagination:before,
.mk-pagination:after {
  content: " ";
  display: table;
}
.mk-pagination:after {
  clear: both;
}
.mk-pagination ul {
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  float: left;
}
.mk-pagination ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.mk-pagination .page-number,
.mk-pagination .current-page {
  display: inline-block;
  text-align: left;
  font-size: 13px;
  margin: 0 2px;
  padding: 0 13px;
  color: #777;
  font-weight: bold;
  line-height: 34px;
}
.mk-pagination .page-number:hover,
.mk-pagination .current-page:hover {
  background-color: #777777;
  color: #fff;
}
.mk-pagination .current-page {
  background-color: #777777;
  color: #fff;
}
.mk-pagination .mk-pagination-next,
.mk-pagination .mk-pagination-previous {
  display: inline-block;
  float: left;
  margin: 0 10px;
}
.mk-pagination .mk-pagination-previous {
  margin-right: -1px;
}
.mk-pagination .mk-pagination-next a,
.mk-pagination .mk-pagination-previous a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 3px solid #777777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  margin: 0;
  color: #777777;
  display: inline-block;
  position: relative;
}
.mk-pagination .mk-pagination-next a:before,
.mk-pagination .mk-pagination-previous a:before {
  font-size: 16px;
  display: block;
  line-height: 28px;
}
.mk-pagination .mk-pagination-next a:hover,
.mk-pagination .mk-pagination-previous a:hover {
  background-color: #777777;
  color: #fff;
}
.mk-pagination .mk-pagination-next a:before {
  content: "\e674";
}
.mk-pagination .mk-pagination-previous a:before {
  content: "\e675";
}
.mk-page-links {
  margin: 10px 30px 20px 30px;
  color: #777;
  font-weight: bold;
}
.mk-page-links a {
  text-align: left;
  font-size: 13px;
  margin: 0 2px;
}
.mk-loadmore-button {
  margin: 40px auto;
  text-align: center;
  width: 175px;
  height: 30px;
  border: 3px solid #eee;
  position: relative;
  color: #777777;
  line-height: 30px;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mk-loadmore-button i {
  line-height: 30px;
}
.mk-loadmore-button:hover {
  background-color: #777777;
  border-color: #777777;
  color: #fff;
}
.mk-loadmore-button:hover i {
  color: #fff !important;
}
.mk-loadmore-button .mk-icon-circle-o-notch {
  font-size: 16px;
  color: #b8b8b8;
  display: none;
  -moz-animation: fa-spin 1.2s infinite linear;
  -o-animation: fa-spin 1.2s infinite linear;
  -webkit-animation: fa-spin 1.2s infinite linear;
  animation: fa-spin 1.2s infinite linear;
}
.mk-loadmore-button .mk-icon-chevron-down {
  font-size: 16px;
  display: block;
}
.mk-loadmore-button.pagination-loading .mk-icon-circle-o-notch {
  display: block;
  margin: 0 auto;
}
.mk-loadmore-button.pagination-loading .mk-icon-chevron-down {
  display: none;
}
.mk-loadmore-button #infscr-loading {
  display: none !important;
}
.mk-loadmore-button.disable-pagination {
  cursor: default;
}
.mk-loadmore-button.disable-pagination .mk-icon-circle-o-notch,
.mk-loadmore-button.disable-pagination .mk-icon-chevron-down {
  display: none;
}
.small-preview,
.mk-post-nav .entry-info-wrap,
.mk-post-nav {
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mk-post-nav {
  position: fixed;
  top: 50%;
  margin-top: -115px;
  text-decoration: none;
  z-index: 200;
  width: 60px;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media handheld, only screen and (max-width: 767px) {
  .mk-post-nav {
    display: none;
  }
}
.pagnav-wrapper .pagenav-top {
  height: 130px;
  display: block;
  position: relative;
  z-index: 201;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.pagnav-wrapper .pagenav-top .pagenav-image {
  position: absolute;
  display: block;
  height: 130px;
  opacity: 0;
  transition: all 0.15s ease-out 0.2s;
  -webkit-transition: all 0.15s ease-out 0.2s;
  -moz-transition: all 0.15s ease-out 0.2s;
  -ms-transition: all 0.15s ease-out 0.2s;
  -o-transition: all 0.15s ease-out 0.2s;
}
.pagnav-wrapper .pagenav-top .pagenav-image img {
  height: 130px;
  width: 125px;
  line-height: 4px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pagnav-wrapper .pagenav-top .mk-pavnav-icon {
  position: absolute;
  width: 60px;
  height: 130px;
  display: table;
  text-align: center;
  background-color: #dfdfdf;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
}
.pagnav-wrapper .pagenav-top .mk-pavnav-icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.pagnav-wrapper .nav-info-container {
  position: absolute;
  width: 185px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.pagnav-wrapper .pagenav-bottom {
  display: block;
  height: inherit;
  background-color: #16a085;
  width: inherit;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
  -webkit-transform: rotateX(-100deg);
  transform: rotateX(-100deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 20px 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pagnav-wrapper .pagenav-title {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
}
.pagnav-wrapper .pagenav-category {
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mk-post-next {
  right: 0px;
}
.mk-post-next .pagenav-image {
  right: 60px;
  -webkit-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.mk-post-next .mk-pavnav-icon {
  left: 0;
}
.mk-post-next .pagenav-bottom {
  transition: all 0.2s ease-out 0;
  -webkit-transition: all 0.2s ease-out 0;
  -moz-transition: all 0.2s ease-out 0;
  -ms-transition: all 0.2s ease-out 0;
  -o-transition: all 0.2s ease-out 0;
}
.mk-post-next .nav-info-container {
  right: 0;
}
.mk-post-prev {
  left: 0px;
}
.mk-post-prev .pagenav-image {
  left: 60px;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.mk-post-prev .mk-pavnav-icon {
  right: 0;
}
.mk-post-prev .pagenav-bottom {
  transition: all 0.2s ease-in 0;
  -webkit-transition: all 0.2s ease-in 0;
  -moz-transition: all 0.2s ease-in 0;
  -ms-transition: all 0.2s ease-in 0;
  -o-transition: all 0.2s ease-in 0;
}
.mk-post-prev .nav-info-container {
  left: 0;
}
.mk-post-nav:hover .mk-pavnav-icon {
  background-color: #252525;
}
.mk-post-nav:hover .pagenav-image {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
.mk-post-nav:hover .pagenav-bottom {
  transition: all 0.15s ease-in 0.15s;
  -webkit-transition: all 0.15s ease-in 0.15s;
  -moz-transition: all 0.15s ease-in 0.15s;
  -ms-transition: all 0.15s ease-in 0.15s;
  -o-transition: all 0.15s ease-in 0.15s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.mk-blog-single .mk-video-wrapper,
.mk-blog-single .featured-image,
.mk-blog-single .mk-audio,
.single-blog-gallery-type .mk-image-slideshow,
.mk-blog-single .audio-iframe {
  margin: 1px 30px 0;
}
.mk-blog-single .post .audio-iframe {
  margin-bottom: -5px;
}
.single-content {
  padding: 25px 40px 25px;
  *zoom: 1;
}
.single-content:before,
.single-content:after {
  content: " ";
  display: table;
}
.single-content:after {
  clear: both;
}
.single-content .mk-text-block {
  line-height: 26px;
}
@media only screen and (max-width: 960px) {
  .single-content {
    padding: 15px 0px 20px;
  }
}
.entry-meta {
  position: relative;
}
.entry-meta .item-holder {
  margin: 0 30px;
  padding: 15px 20px;
}
.entry-meta:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.06);
}
.entry-meta time,
.entry-meta .blog-categories {
  float: left;
}
.entry-meta time {
  margin-right: 6px;
}
.entry-meta a {
  color: #999999;
  font-size: 12px;
}
.entry-meta .blog-comments,
.entry-meta .mk-love-holder {
  float: right;
  margin-left: 8px;
  color: #999999;
}
.entry-meta .blog-comments i,
.entry-meta .mk-love-holder i {
  font-size: 16px;
}
.entry-meta .single-type-icon {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -16px;
  text-align: center;
}
.entry-meta .single-type-icon i {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.mk-next-prev {
  float: right;
  margin-right: 40px;
  margin-bottom: -1px;
  *zoom: 1;
}
.mk-next-prev:before,
.mk-next-prev:after {
  content: " ";
  display: table;
}
.mk-next-prev:after {
  clear: both;
}
.mk-next-prev a {
  display: inline-block;
  width: 27px;
  height: 27px;
  text-align: center;
  color: #777777;
  float: left;
}
.mk-next-prev a i {
  font-size: 16px;
  line-height: 27px;
}
.mk-next-prev a[rel=prev] {
  border: 2px solid #eee;
  border-bottom: 0;
}
.mk-next-prev a[rel=next] {
  border: 2px solid #eee;
  border-bottom: 0;
  margin-left: 10px;
}
.mk-next-prev a:hover {
  color: #fff;
  background-color: #777777;
  border-color: #777;
}
@media only screen and (max-width: 700px) {
  .mk-next-prev {
    float: none;
    margin: 15px auto;
    text-align: center;
  }
  .mk-next-prev a {
    border: 1px solid #eee;
  }
}
.single-post-tags {
  float: right;
  padding: 6px 15px 0 0;
}
.single-post-tags a {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  padding: 0 3px;
}
@media only screen and (max-width: 700px) {
  .single-post-tags {
    float: none;
    padding: 0 0 20px;
    text-align: center;
  }
}
.single-social-share {
  float: left;
  padding: 0;
  margin: 0 0 0 40px;
}
.single-social-share li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0 8px;
  border-left: 2px solid #eee;
}
.single-social-share li:first-child {
  border: none;
}
.single-social-share li a {
  color: #d7d7d7;
  line-height: 12px;
}
.single-social-share li a i {
  font-size: 16px;
}
.single-social-share li a:hover {
  color: #545454;
}
.single-social-share li .mk-love-holder span {
  color: #d7d7d7;
}
@media only screen and (max-width: 700px) {
  .single-social-share {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
  .single-social-share a {
    margin-bottom: 10px !important;
  }
}
.about-author-wrapper {
  border: 2px solid #eee;
  border-left: none;
  border-right: none;
  margin-bottom: 40px;
}
.about-author-wrapper .item-holder {
  background-color: #fafafa;
  margin: 0 30px;
}
.about-author-wrapper .avatar-box {
  float: left;
}
.about-author-wrapper .about-author-inner {
  margin-left: 160px;
  padding: 20px;
}
.about-author-wrapper .author-name {
  font-size: 13px;
  color: #555555;
}
.about-author-wrapper .author-desc {
  margin-top: 10px;
}
@media only screen and (max-width: 700px) {
  .about-author-wrapper {
    text-align: center;
  }
  .about-author-wrapper .avatar-box {
    float: none;
    margin: 0 auto;
  }
  .about-author-wrapper .about-author-inner {
    margin: 0;
    padding: 20px;
  }
}
/* Blog Similar posts */
.blog-similar-posts {
  margin-bottom: 70px;
}
.blog-similar-posts ul {
  margin: 0 30px;
  list-style: none;
  padding: 0;
}
.blog-similar-posts ul li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.blog-similar-posts ul li .item-holder {
  background-color: #fdfdfd;
  background-color: rgba(0, 0, 0, 0.03);
  border: 2px solid #eee;
  border: 2px solid rgba(0, 0, 0, 0.04);
}
.blog-similar-posts ul li:last-child .item-holder {
  border: 2px solid #eee;
  border: 2px solid rgba(0, 0, 0, 0.04);
}
.blog-similar-posts ul.three-column li {
  width: 33.33%;
}
.blog-similar-posts ul.four-column li {
  width: 25%;
}
@media only screen and (max-width: 960px) {
  .blog-similar-posts ul li {
    width: 50% !important;
  }
}
@media only screen and (max-width: 600px) {
  .blog-similar-posts ul li {
    width: 100% !important;
  }
}
.blog-similar-posts .mk-similiar-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-similar-posts .mk-similiar-thumbnail img {
  width: 100%;
}
.blog-similar-posts .mk-similiar-thumbnail .hover-overlay {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-color: transparent !important;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
}
.blog-similar-posts .mk-similiar-thumbnail .similar-post-type,
.blog-similar-posts .mk-similiar-thumbnail .post-hover-icon {
  z-index: 12;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
}
.blog-similar-posts .mk-similiar-thumbnail .post-hover-icon {
  margin: -16px 0 0 -16px;
  font-size: 32px;
  opacity: 0;
}
.blog-similar-posts .mk-similiar-thumbnail .similar-post-type {
  margin: -8px 0 0 -8px;
  font-size: 16px;
}
.blog-similar-posts .mk-similiar-thumbnail:hover .hover-overlay {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.blog-similar-posts .mk-similiar-thumbnail:hover .post-hover-icon {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.blog-similar-posts .mk-similiar-thumbnail:hover .similar-post-type {
  opacity: 0;
}
.mk-similiar-title {
  padding: 14px 25px;
  line-height: 18px;
  font-size: 13px;
  color: #626262;
  display: block;
  text-align: left;
}
.single-post-fancy-title {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin: 50px 30px 40px;
  position: relative;
}
.single-post-fancy-title span {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding-right: 10px;
}
.single-post-fancy-title:after {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  background-color: #eeeeee;
}
@media only screen and (max-width: 767px) {
  .single-post-fancy-title {
    display: block;
    text-align: center;
    margin: 30px 0 30px;
  }
  .single-post-fancy-title:after {
    display: none;
  }
}
.mk-commentlist {
  margin: 0 40px 40px 60px;
}
.mk-commentlist li {
  margin: 0 0 15px 40px;
  list-style: none;
}
.mk-commentlist li .mk-single-comment {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 70px 5px 20px;
  min-height: 60px;
  border: 2px solid #eee;
  background-color: #fafafa;
}
.mk-commentlist li .mk-single-comment:before {
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border: 2px solid #eee;
  border-right: none;
  border-top: none;
  background-color: #fafafa;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.mk-commentlist li .gravatar {
  position: absolute;
  top: 50%;
  left: -65px;
  display: inline-block;
  margin-top: -22px;
}
.mk-commentlist li .comment-meta {
  display: block;
  margin-bottom: 10px;
}
.mk-commentlist li .comment-author {
  float: left;
  margin: 6px 8px 0 0;
  color: #4c4c4c;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 13px;
}
.mk-commentlist li .comment-content {
  padding-top: 5px;
}
.mk-commentlist li .comment-time {
  display: inline-block;
  float: left;
  margin: 6px 16px 0 0;
  color: #9e9e9e;
  font-style: italic;
  font-size: 12px;
}
.mk-commentlist li .comment-reply a {
  right: 25px;
}
.mk-commentlist li .comment-reply a {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -16px;
  width: 30px;
  height: 30px;
  border: 2px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #bdbdbd;
  text-align: center;
  cursor: pointer;
}
.mk-commentlist li .comment-reply a i {
  line-height: 28px;
}
.mk-commentlist li .comment-reply a:hover {
  border-color: #505050;
  background-color: #505050;
  color: #fff;
}
.mk-commentlist li .children {
  margin-bottom: 50px;
  margin-left: 80px;
}
.mk-commentlist #respond {
  margin: 0 0 30px 0 !important;
}
.mk-commentlist #respond .single-post-fancy-title {
  display: none;
}
#comments {
  padding-top: 10px;
}
.mk-commentlist li.pingback {
  position: relative;
  margin-bottom: 20px;
  padding: 15px !important;
  border: 1px solid #eee;
  background-color: #fafafa;
}
#cancel-comment-reply-link,
.logged-in-as {
  margin: 5px 0 !important;
  font-weight: 600 !important;
  font-style: italic !important;
  font-size: 12px !important;
}
#respond {
  margin: 0 30px 40px;
}
#respond .single-post-fancy-title {
  margin-right: 0;
  margin-left: 0;
}
form#commentform {
  *zoom: 1;
}
form#commentform:before,
form#commentform:after {
  content: " ";
  display: table;
}
form#commentform:after {
  clear: both;
}
form#commentform .comment-textarea {
  margin-bottom: 15px;
}
form#commentform .comment-textarea textarea {
  width: 100%;
  padding: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form#commentform .text-input,
form#commentform textarea {
  border: 2px solid #eee;
  font-size: 12px !important;
}
form#commentform .text-input::-webkit-input-placeholder,
form#commentform textarea::-webkit-input-placeholder {
  color: #666666;
}
form#commentform .text-input:-moz-placeholder,
form#commentform textarea:-moz-placeholder {
  color: #666666;
}
form#commentform .text-input::-moz-placeholder,
form#commentform textarea::-moz-placeholder {
  color: #666666;
}
form#commentform .text-input:-ms-input-placeholder,
form#commentform textarea:-ms-input-placeholder {
  color: #666666;
}
.form-submit #submit {
  border: 2px solid #eee;
  color: #444;
  font-size: 12px !important;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-submit #submit:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}
.comment-form-row {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding-right: 15px;
  width: 33.3%;
  position: relative;
}
.comment-form-row i {
  float: left;
  width: 43px !important;
  height: 43px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  z-index: 3;
  border-right: 2px solid #eee;
  color: #666666;
}
.comment-form-row i.input-focused {
  color: #fff;
}
.comment-form-row input {
  padding: 12px 12px 12px 58px;
  width: 100%;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.comment-form-website,
.comment-form-email,
.comment-form-name {
  float: left;
}
.comment-form-website {
  padding-right: 0;
}
@media only screen and (max-width: 960px) {
  .comment-form-row {
    margin-bottom: 7px;
    width: 100%;
  }
  form#commentform .comment-textarea textarea {
    margin-bottom: 6px;
    width: 100% !important;
  }
}
.bypostauthor {
  background-color: #fff;
}
.comment-reply-title {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 700px) {
  .mk-commentlist {
    margin: 0 20px;
  }
  .mk-commentlist .children {
    margin: 0 0 20px 0 !important;
  }
  .mk-commentlist .children .comment {
    margin-left: 0;
  }
  #respond {
    margin: 0 0 30px;
  }
}
/* Portfolio Styles */
.mk-portfolio-item {
  overflow: hidden;
}
.mk-portfolio-item .item-holder {
  margin: 0;
}
.mk-portfolio-item .portfolio-meta {
  z-index: 10;
  text-align: center;
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.mk-portfolio-item .the-title {
  color: #fff;
  font-size: 23px;
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
}
.mk-portfolio-item .the-title a {
  color: #fff;
}
.mk-portfolio-item .the-title span {
  display: block;
  text-transform: uppercase;
}
.mk-portfolio-item .portfolio-button {
  text-align: center;
  *zoom: 1;
  display: block;
}
.mk-portfolio-item .portfolio-button:before,
.mk-portfolio-item .portfolio-button:after {
  content: " ";
  display: table;
}
.mk-portfolio-item .portfolio-button:after {
  clear: both;
}
.mk-portfolio-item .portfolio-cats {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: initial;
}
.mk-portfolio-item .portfolio-permalink,
.mk-portfolio-item .portfolio-plus-icon {
  text-align: center;
  display: inline-block;
  color: #fff;
  -webkit-backface-visibility: hidden;
  width: 27px;
  height: 27px;
  border: 3px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 5px;
  pointer-events: none;
}
.mk-portfolio-item .portfolio-permalink:hover,
.mk-portfolio-item .portfolio-plus-icon:hover {
  background: #fff;
  color: #000;
}
.mk-portfolio-item .portfolio-permalink:hover i,
.mk-portfolio-item .portfolio-plus-icon:hover i {
  color: #000 !important;
}
.mk-portfolio-item .portfolio-permalink i,
.mk-portfolio-item .portfolio-plus-icon i {
  font-size: 16px;
  line-height: 27px;
  display: inline-block;
  color: #fff;
}
.mk-portfolio-item .portfolio-plus-icon {
  margin-bottom: 15px !important;
}
.mk-portfolio-item .portfolio-permalink:hover i {
  color: #fff;
}
.mk-portfolio-item .featured-image {
  *zoom: 1;
}
.mk-portfolio-item .featured-image:before,
.mk-portfolio-item .featured-image:after {
  content: " ";
  display: table;
}
.mk-portfolio-item .featured-image:after {
  clear: both;
}
.mk-portfolio-item .featured-image:hover .portfolio-permalink,
.mk-portfolio-item .featured-image:hover .portfolio-plus-icon {
  pointer-events: auto;
}
.mk-portfolio-item.classic-hover .portfolio-meta {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-portfolio-item.classic-hover .the-title a,
.mk-portfolio-item.classic-hover .the-title span {
  font-size: 13px;
  line-height: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mk-portfolio-item.classic-hover .portfolio-cats {
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-portfolio-item.classic-hover .portfolio-permalink,
.mk-portfolio-item.classic-hover .portfolio-plus-icon {
  display: block;
  margin: 30px auto 0;
}
.mk-portfolio-item.classic-hover .portfolio-permalink:hover,
.mk-portfolio-item.classic-hover .portfolio-plus-icon:hover {
  background-color: #fff;
}
.mk-portfolio-item.classic-hover .portfolio-permalink:hover i,
.mk-portfolio-item.classic-hover .portfolio-plus-icon:hover i {
  color: #000 !important;
}
.mk-portfolio-item.classic-hover .portfolio-permalink i,
.mk-portfolio-item.classic-hover .portfolio-plus-icon i {
  font-size: 16px;
  line-height: 29px;
  display: block;
}
.mk-portfolio-item.classic-hover .featured-image:hover .portfolio-meta {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-portfolio-item.classic-hover .featured-image:hover .portfolio-plus-icon i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.mk-portfolio-item.classic-hover .featured-image:hover .portfolio-entry-logo {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  opacity: 0;
}
.mk-portfolio-item.classic-hover .featured-image:hover .hover-overlay {
  opacity: 0.7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-portfolio-item.classic-hover .featured-image:hover .item-featured-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}
.mk-portfolio-item.gradient-hover .featured-image {
  position: relative;
}
.mk-portfolio-item.gradient-hover .featured-image .item-featured-image {
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  -moz-transform: scale(1.1) translate3d(0, 0, 0);
  -ms-transform: scale(1.1) translate3d(0, 0, 0);
  -o-transform: scale(1.1) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.5s;
  filter: grayscale(0);
  /* Current draft standard */
  /* New WebKit */
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  /* Not yet supported in Gecko, Opera or IE */
  filter: none;
  /* IE */
  -webkit-filter: grayscale(0);
  /* Old WebKit */
}
.mk-portfolio-item.gradient-hover .featured-image .hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-color: transparent !important;
}
.mk-portfolio-item.gradient-hover .featured-image .the-title {
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  opacity: 0;
  margin-bottom: 2px;
  font-size: 20px;
}
.mk-portfolio-item.gradient-hover .featured-image .portfolio-cats {
  margin-bottom: 25px;
  transition: opacity 0.45s, transform 0.45s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  opacity: 0;
  font-size: 11px;
}
.mk-portfolio-item.gradient-hover .featured-image .portfolio-plus-icon,
.mk-portfolio-item.gradient-hover .featured-image .portfolio-permalink {
  transition: opacity .5s, transform .5s;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  opacity: 0;
}
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-meta {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-portfolio-item.gradient-hover .featured-image:hover .hover-overlay {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-entry-logo {
  -webkit-transform: translate3d(0, -20%, 0);
  -moz-transform: translate3d(0, -20%, 0);
  -ms-transform: translate3d(0, -20%, 0);
  -o-transform: translate3d(0, -20%, 0);
  opacity: 0;
}
.mk-portfolio-item.gradient-hover .featured-image:hover .the-title,
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-cats {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.mk-portfolio-item.gradient-hover .featured-image:hover .the-title {
  opacity: 1;
}
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-cats {
  opacity: .6;
}
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-plus-icon,
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-permalink {
  opacity: .6;
}
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-plus-icon:hover,
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-permalink:hover {
  opacity: 1;
}
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-plus-icon {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-permalink {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.mk-portfolio-item.gradient-hover .featured-image:hover .item-featured-image {
  -webkit-transform: scale(1.1) translate3d(0, -3%, 0);
  -moz-transform: scale(1.1) translate3d(0, -3%, 0);
  -ms-transform: scale(1.1) translate3d(0, -3%, 0);
  -o-transform: scale(1.1) translate3d(0, -3%, 0);
}
.mk-portfolio-item.zoom-in-hover .featured-image {
  position: relative;
}
.mk-portfolio-item.zoom-in-hover .featured-image .hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  background-color: transparent !important;
}
.mk-portfolio-item.zoom-in-hover .featured-image .the-title {
  margin-bottom: 5px;
}
.mk-portfolio-item.zoom-in-hover .featured-image .the-title,
.mk-portfolio-item.zoom-in-hover .featured-image .portfolio-cats {
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
}
.mk-portfolio-item.zoom-in-hover .featured-image .portfolio-cats {
  margin-bottom: 45px;
}
.mk-portfolio-item.zoom-in-hover .featured-image .portfolio-plus-icon,
.mk-portfolio-item.zoom-in-hover .featured-image .portfolio-permalink {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
}
.mk-portfolio-item.zoom-in-hover .featured-image .portfolio-permalink,
.mk-portfolio-item.zoom-in-hover .featured-image .portfolio-plus-icon {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.mk-portfolio-item.zoom-in-hover .featured-image .item-featured-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-meta {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .hover-overlay {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-entry-logo {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 0;
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .the-title,
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-cats {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .the-title {
  opacity: 1;
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-cats {
  opacity: .6;
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-plus-icon,
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-permalink {
  opacity: .6;
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-plus-icon:hover,
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-permalink:hover {
  opacity: 1;
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-permalink,
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-plus-icon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .item-featured-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mk-portfolio-item.zoom-out-hover .portfolio-meta {
  width: auto;
  left: 50% !important;
}
.mk-portfolio-item.zoom-out-hover .featured-image {
  position: relative;
}
.mk-portfolio-item.zoom-out-hover .featured-image .hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.mk-portfolio-item.zoom-out-hover .featured-image .the-title {
  margin-bottom: 20px;
}
.mk-portfolio-item.zoom-out-hover .featured-image .the-title:after {
  height: 4px;
  width: 0;
  background: #fff;
  margin: 0 auto;
  display: block;
  position: relative;
  bottom: -10px;
  content: '';
  opacity: 0;
  -webkit-transition: width 0.35s, opacity 0.35s;
  transition: width 0.35s, opacity 0.35s;
}
.mk-portfolio-item.zoom-out-hover .featured-image .the-title,
.mk-portfolio-item.zoom-out-hover .featured-image .portfolio-cats {
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
}
.mk-portfolio-item.zoom-out-hover .featured-image .portfolio-cats {
  margin-bottom: 45px;
}
.mk-portfolio-item.zoom-out-hover .featured-image .portfolio-plus-icon,
.mk-portfolio-item.zoom-out-hover .featured-image .portfolio-permalink {
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mk-portfolio-item.zoom-out-hover .featured-image .item-featured-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-meta {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .hover-overlay {
  opacity: .6;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-entry-logo {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  opacity: 0;
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .the-title,
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-cats {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .the-title {
  opacity: 1;
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-cats {
  opacity: .6;
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .the-title:after {
  width: 100%;
  opacity: 1;
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-plus-icon,
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-permalink {
  opacity: .6;
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-plus-icon:hover,
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-permalink:hover {
  opacity: 1;
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-permalink,
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-plus-icon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .item-featured-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-portfolio-item.stroke-hover.standard-portfolio-item .featured-image .portfolio-plus-icon,
.mk-portfolio-item.stroke-hover.standard-portfolio-item .featured-image .portfolio-permalink {
  display: inline-block;
  transition: opacity .25s, transform .25s;
  opacity: 0;
}
.mk-portfolio-item.stroke-hover.standard-portfolio-item .featured-image:hover .portfolio-plus-icon,
.mk-portfolio-item.stroke-hover.standard-portfolio-item .featured-image:hover .portfolio-permalink {
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.mk-portfolio-item.stroke-hover.standard-portfolio-item .featured-image:hover .portfolio-plus-icon:hover,
.mk-portfolio-item.stroke-hover.standard-portfolio-item .featured-image:hover .portfolio-permalink:hover {
  opacity: 1;
}
.mk-portfolio-item.stroke-hover .featured-image {
  position: relative;
}
.mk-portfolio-item.stroke-hover .featured-image .portfolio-meta {
  opacity: .5;
  width: auto;
  display: inline-block;
}
.mk-portfolio-item.stroke-hover .featured-image .hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.mk-portfolio-item.stroke-hover .featured-image .the-title {
  margin-bottom: 10px;
  opacity: 0.7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  position: relative;
  transition: opacity 0.35s;
  padding: 14px 12px;
  font-weight: 700;
}
.mk-portfolio-item.stroke-hover .featured-image .the-title:before {
  position: absolute;
  width: 0;
  height: 0;
  transition: height 0.5s, width 0.5s, opacity 0.5s;
  left: 0;
  top: 0;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  content: '';
  border-radius: 3px;
  opacity: 0;
}
.mk-portfolio-item.stroke-hover .featured-image .the-title:after {
  position: absolute;
  width: 0;
  height: 0;
  transition: height 0.25s, width 0.25s, opacity 0.25s;
  right: 0;
  bottom: 0;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  content: '';
  border-radius: 3px;
  opacity: 0;
}
.mk-portfolio-item.stroke-hover .featured-image .portfolio-cats {
  opacity: 0;
  transition: opacity 0.35s;
}
.mk-portfolio-item.stroke-hover .featured-image .portfolio-plus-icon,
.mk-portfolio-item.stroke-hover .featured-image .portfolio-permalink {
  display: none;
}
.mk-portfolio-item.stroke-hover .featured-image .item-featured-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
}
.mk-portfolio-item.stroke-hover .featured-image:hover .portfolio-meta {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-portfolio-item.stroke-hover .featured-image:hover .hover-overlay {
  opacity: .6;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-portfolio-item.stroke-hover .featured-image:hover .portfolio-entry-logo {
  opacity: 0;
}
.mk-portfolio-item.stroke-hover .featured-image:hover .the-title {
  opacity: 1;
}
.mk-portfolio-item.stroke-hover .featured-image:hover .the-title:before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.mk-portfolio-item.stroke-hover .featured-image:hover .the-title:after {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.mk-portfolio-item.stroke-hover .featured-image:hover .portfolio-cats {
  opacity: 1;
}
.mk-portfolio-item.stroke-hover .featured-image:hover .item-featured-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-portfolio-item.parallax-hover {
  position: relative;
  overflow: hidden;
}
.mk-portfolio-item.parallax-hover .featured-image {
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-portfolio-item.parallax-hover .featured-image .item-featured-image {
  transition: none;
}
.mk-portfolio-item.parallax-hover .featured-image .portfolio-meta {
  opacity: 0;
}
.mk-portfolio-item.parallax-hover .featured-image .hover-overlay {
  display: none;
}
.mk-portfolio-item.parallax-hover .featured-image .the-title {
  display: none;
}
.mk-portfolio-item.parallax-hover .featured-image .portfolio-entry-logo {
  opacity: 0;
}
.mk-portfolio-item.parallax-hover .featured-image .portfolio-cats {
  display: none;
}
.mk-portfolio-item.parallax-hover .featured-image .portfolio-plus-icon,
.mk-portfolio-item.parallax-hover .featured-image .portfolio-permalink {
  transition: opacity 0.25s;
  opacity: .5;
}
.mk-portfolio-item.parallax-hover .featured-image:hover .portfolio-meta {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-portfolio-item.parallax-hover .featured-image:hover .portfolio-entry-logo {
  opacity: 0;
}
.mk-portfolio-item.parallax-hover .featured-image:hover .portfolio-permalink,
.mk-portfolio-item.parallax-hover .featured-image:hover .portfolio-plus-icon {
  opacity: 1;
}
.mk-portfolio-item.parallax-hover .featured-image:hover .portfolio-plus-icon:hover {
  background-color: #fff;
}
.mk-portfolio-item.parallax-hover .featured-image:hover .portfolio-plus-icon:hover i {
  color: #000 !important;
}
.mk-portfolio-item.parallax-hover .featured-image:hover .item-featured-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-portfolio-item.nudge-hover .item-featured-image {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  max-width: none !important;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
}
.mk-portfolio-item.nudge-hover .the-title {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  z-index: 11;
  letter-spacing: 1px;
}
.mk-portfolio-item.nudge-hover .portfolio-meta {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  bottom: 0;
  display: block;
  /*left: 15%;*/
  /*margin-left: 0 !important;*/
  position: absolute;
  /*text-align: left;*/
  top: initial;
  width: 100%;
  z-index: 10;
}
.mk-portfolio-item.nudge-hover .portfolio-cats {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  opacity: 0;
  padding-top: 3px;
  transition: opacity 0.2s, transform 0.35s;
  letter-spacing: 2px;
}
.mk-portfolio-item.nudge-hover .portfolio-hover-icon,
.mk-portfolio-item.nudge-hover .portfolio-plus-icon,
.mk-portfolio-item.nudge-hover .portfolio-permalink {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  margin-top: 19px;
  opacity: 0;
  transition: opacity 0.2s, transform 0.35s;
}
.mk-portfolio-item.nudge-hover .portfolio-plus-icon {
  margin-left: 0px;
}
.mk-portfolio-item.nudge-hover:hover .item-featured-image {
  -webkit-transform: translate3d(-40px, 0, 0);
  opacity: 1;
  transform: translate3d(-40px, 0, 0);
}
.mk-portfolio-item.nudge-hover:hover .the-title {
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}
.mk-portfolio-item.nudge-hover:hover .portfolio-cats {
  -webkit-transform: translate3d(0, -40px, 0);
  -webkit-transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  opacity: 1;
  transform: translate3d(0, -40px, 0);
  transition-delay: 0.05s;
  transition-duration: 0.35s;
}
.mk-portfolio-item.nudge-hover:hover .portfolio-hover-icon,
.mk-portfolio-item.nudge-hover:hover .portfolio-plus-icon,
.mk-portfolio-item.nudge-hover:hover .portfolio-permalink {
  -webkit-transform: translate3d(0, -40px, 0);
  -webkit-transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  opacity: 1;
  transform: translate3d(0, -40px, 0);
  transition-delay: 0.05s;
  transition-duration: 0.35s;
}
.mk-portfolio-item.gradient-hover:hover .item-featured-image,
.mk-portfolio-item.zoom-in-hover:hover .item-featured-image,
.mk-portfolio-item.zoom-out-hover:hover .item-featured-image,
.mk-portfolio-item.stroke-hover:hover .item-featured-image,
.mk-portfolio-item.parallax-hover:hover .item-featured-image,
.mk-portfolio-item.nudge-hover:hover .item-featured-image {
  filter: grayscale(0);
  /* Current draft standard */
  /* New WebKit */
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  /* Not yet supported in Gecko, Opera or IE */
  filter: none;
  /* IE */
  -webkit-filter: grayscale(0);
  /* Old WebKit */
}
.mk-portfolio-item .portfolio-entry-logo {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
}
.mk-portfolio-item .masonry-border {
  position: absolute;
  z-index: 20;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.mk-portfolio-item .border-tb {
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
}
.mk-portfolio-item .border-tr {
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
}
.mk-portfolio-item .border-bt {
  width: 2px;
  height: 100%;
  bottom: 0;
  right: 0;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
}
.mk-portfolio-item .border-bl {
  height: 2px;
  width: 100%;
  bottom: 0;
  right: 0;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
.mk-portfolio-item.one-column {
  width: 100%;
}
.mk-portfolio-item.two-column {
  width: 49.9%;
}
.mk-portfolio-item.three-column {
  width: 33.3%;
}
.mk-portfolio-item.four-column {
  width: 24.9%;
}
.mk-portfolio-item.five-column {
  width: 19.9%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-portfolio-item.three-column,
  .mk-portfolio-item.four-column,
  .mk-portfolio-item.five-column {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 740px) {
  .mk-portfolio-item.three-column,
  .mk-portfolio-item.four-column,
  .mk-portfolio-item.two-column,
  .mk-portfolio-item.five-column {
    width: 100% !important;
  }
}
.masonry-portfolio-item {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  width: 12.44%;
  position: relative;
}
.masonry-portfolio-item.size_two_x_x,
.masonry-portfolio-item.size_two_x_two_x,
.masonry-portfolio-item.size_two_x_four_x {
  width: 24.88%;
}
.masonry-portfolio-item.size_three_x_x,
.masonry-portfolio-item.size_three_x_two_x {
  width: 37.32%;
}
.masonry-portfolio-item.size_four_x_x,
.masonry-portfolio-item.size_four_x_two_x,
.masonry-portfolio-item.size_four_x_four_x {
  width: 49.76%;
}
.masonry-portfolio-item .item-holder {
  margin: 0;
}
@media handheld, only screen and (max-width: 1280px) {
  .masonry-portfolio-item.size_x_x,
  .masonry-portfolio-item.size_x_two_x,
  .masonry-portfolio-item.size_three_x_x,
  .masonry-portfolio-item.size_three_x_two_x {
    width: 24.88%;
  }
  .masonry-portfolio-item.size_two_x_x,
  .masonry-portfolio-item.size_two_x_two_x {
    width: 24.88%;
  }
  .masonry-portfolio-item.size_four_x_x,
  .masonry-portfolio-item.size_four_x_two_x,
  .masonry-portfolio-item.size_two_x_x,
  .masonry-portfolio-item.size_two_x_two_x,
  .masonry-portfolio-item.size_four_x_four_x,
  .masonry-portfolio-item.size_two_x_four_x {
    width: 49.76%;
  }
}
@media handheld, only screen and (max-width: 1140px) {
  .masonry-portfolio-item.size_x_x,
  .masonry-portfolio-item.size_x_two_x,
  .masonry-portfolio-item.size_two_x_x,
  .masonry-portfolio-item.size_two_x_two_x,
  .masonry-portfolio-item.size_three_x_x,
  .masonry-portfolio-item.size_three_x_two_x {
    width: 49.76%;
  }
  .masonry-portfolio-item.size_two_x_x,
  .masonry-portfolio-item.size_two_x_two_x {
    width: 49.76%;
  }
  .masonry-portfolio-item.size_four_x_x,
  .masonry-portfolio-item.size_four_x_two_x,
  .masonry-portfolio-item.size_four_x_four_x,
  .masonry-portfolio-item.size_two_x_four_x {
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 850px) {
  .masonry-portfolio-item.size_x_x,
  .masonry-portfolio-item.size_x_two_x {
    width: 50%;
  }
  .masonry-portfolio-item.size_two_x_x,
  .masonry-portfolio-item.size_two_x_two_x {
    width: 100%;
  }
  .masonry-portfolio-item.size_three_x_x,
  .masonry-portfolio-item.size_three_x_two_x {
    width: 100%;
  }
  .masonry-portfolio-item.size_four_x_x,
  .masonry-portfolio-item.size_four_x_two_x {
    width: 100%;
  }
}
.masonry-portfolio-item.regular-entry,
.masonry-portfolio-item.tall-entry {
  width: 24.9%;
}
.masonry-portfolio-item.wide-entry,
.masonry-portfolio-item.wide-tall-entry {
  width: 49.8%;
}
.masonry-portfolio-item .item-holder {
  margin: 0;
}
@media handheld, only screen and (max-width: 1300px) {
  .masonry-portfolio-item.wide-entry,
  .masonry-portfolio-item.wide-tall-entry {
    width: 100%;
  }
  .masonry-portfolio-item.regular-entry,
  .masonry-portfolio-item.tall-entry {
    width: 49.8%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .masonry-portfolio-item {
    width: 100% !important;
  }
}
.masonry-portfolio-item .featured-image {
  line-height: 4px;
  position: relative;
}
.masonry-portfolio-item .featured-image .item-featured-image {
  width: 100.7%;
  max-width: 100.7%;
}
.grid-portfolio-item {
  float: left;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.standard-portfolio-item {
  float: left;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.standard-portfolio-item .item-holder {
  margin: 0 8px 20px 8px;
  background-color: #fafafa;
  border: 1px solid #eee;
  padding-bottom: 15px;
}
.standard-portfolio-item .the-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #444;
  line-height: 20px;
  margin: 15px 15px 5px;
}
.standard-portfolio-item .portfolio-cats {
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  color: #666;
  margin: 0 15px;
}
.mk-isotop-filter {
  margin: 0 40px 40px;
}
.mk-isotop-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-isotop-filter ul.align-left {
  text-align: left;
}
.mk-isotop-filter ul.align-center {
  text-align: center;
}
.mk-isotop-filter ul.align-right {
  text-align: right;
}
.mk-isotop-filter ul li {
  display: inline-block;
  margin: 0 5px 10px;
}
.mk-isotop-filter ul li a {
  padding: 14px 20px;
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  color: #808080;
  background-color: #f2f2f2;
}
.mk-isotop-filter ul li a.current,
.mk-isotop-filter ul li a:hover {
  color: #fff;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-isotop-filter li {
    display: block !important;
  }
}
.ajax-container {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.ajax-container .portfolio-ajax-gallery .mk-image-slideshow {
  padding: 0;
  margin: 0;
}
.portfolio-ajax-holder {
  margin: 36px 0 20px;
  border: 2px solid #eee;
  background-color: #fff;
  position: relative;
  *zoom: 1;
}
.portfolio-ajax-holder:before,
.portfolio-ajax-holder:after {
  content: " ";
  display: table;
}
.portfolio-ajax-holder:after {
  clear: both;
}
.portfolio-ajax-holder .alt-title span {
  background-color: #fff !important;
}
.ajax_project {
  padding: 30px;
  overflow: hidden;
}
.ajax-controls {
  position: absolute;
  right: -1px;
  top: -34px;
  text-align: center;
  color: #c9c9c9;
}
.ajax-controls i {
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
}
.ajax-controls a {
  display: inline-block;
  margin: 0 -1px;
  width: 30px;
  height: 30px;
  border: 2px solid #eee;
  text-align: center;
}
.ajax-controls a.close-ajax {
  background-color: #eeeeee;
  color: #909090;
}
.ajax-controls a.next-ajax {
  border-left: none;
  border-right: none;
  width: 32px;
}
.ajax-controls a.next-ajax:hover,
.ajax-controls a.prev-ajax:hover {
  background-color: transparent;
  border-color: #eee;
  color: #333;
}
.ajax-controls a:hover {
  background-color: #909090;
  color: #fff;
  border-color: #909090;
}
.ajax-controls a:hover.prev-ajax {
  border-right-color: #eee;
}
.project_content_section {
  width: 33%;
  float: right;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.project_preview_section {
  width: 66%;
  float: left;
}
.project_preview_section.no-ajax-content {
  width: 100% !important;
}
@media handheld, only screen and (max-width: 767px) {
  .project_content_section,
  .project_preview_section {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }
}
.portfolio-loader {
  position: absolute;
  z-index: 10000;
  top: 30%;
  left: 50%;
  margin: -40px 0 0 -40px;
  display: none;
  width: 80px;
  line-height: 80px;
  text-align: center;
  height: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}
.portfolio-loader div {
  position: relative;
  left: auto;
  top: auto;
  margin: 18px 0 0;
}
.ajax-portfolio-social-share {
  float: none;
  padding: 0;
  margin: 0 0 10px -5px;
  text-align: left;
}
.ajax-portfolio-social-share li {
  border-width: 2px !important;
}
.flip-portfolio-item {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-portfolio-item:hover figure.back {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  ms-transform: rotateX(0deg);
}
.flip-portfolio-item:hover figure.front {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  ms-transform: rotateX(-180deg);
}
.flip-portfolio-item .flip-wrapper {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100%;
}
.flip-portfolio-item figure {
  display: block;
  line-height: 4px;
  height: 100%;
  width: 100%;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.flip-portfolio-item figure img {
  width: 100%;
}
.flip-portfolio-item figure.front {
  position: absolute;
  z-index: 2;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  ms-transform: rotateX(0deg);
}
.flip-portfolio-item figure.back {
  position: relative;
  z-index: 1;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  ms-transform: rotateX(180deg);
}
.flip-portfolio-item .flip-overlay {
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  background-color: #000 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.flip-portfolio-item .portfolio-meta {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  opacity: 1;
}
.flip-portfolio-item .the-title {
  font-size: 25px;
  font-weight: 300;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  line-height: 28px;
  margin-bottom: 10px;
  display: inline-block;
}
.flip-portfolio-item .cats {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
}
.flip-portfolio-item.portfolio-four-column .the-title,
.flip-portfolio-item.portfolio-five-column .the-title {
  font-size: 20px;
}
@media handheld, only screen and (max-width: 1100px) {
  .flip-portfolio-item {
    width: 49.98%;
  }
}
.loop-main-wrapper {
  position: relative;
}
.mk-gallery-shortcode,
.mk-portfolio-grid,
.mk-portfolio-masonry,
.mk-spotlight-wrapper {
  width: 100.5%;
}
.mk-portfolio-scroller.scroller-disabled .mk-portfolio-item {
  max-width: 50%;
}
.mk-portfolio-item.standard-portfolio-item.nudge-hover:hover .the-title,
.mk-portfolio-item.standard-portfolio-item.nudge-hover:hover .portfolio-cats {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.mk-portfolio-item.standard-portfolio-item.nudge-hover .title {
  opacity: 1 !important;
  letter-spacing: 0 !important;
}
.mk-portfolio-item.standard-portfolio-item.nudge-hover .portfolio-cats {
  opacity: 1 !important;
  letter-spacing: 0 !important;
}
.mk-portfolio-item.masonry-portfolio-item.nudge-hover:hover .item-featured-image {
  -webkit-transform: translate3d(0, 0, 0) !important;
}
.portfolio-single-content {
  margin: 40px 30px;
}
.portfolio-single-content .mk-text-block {
  line-height: 26px !important;
}
.portfolio-single-content.no-padding {
  margin-bottom: 0;
  margin-top: 0;
}
.single-portfolio-slideshow .mk-slideshow-shortcode,
.portfolio-featured-image {
  margin-bottom: 24px;
}
.portfolio-social-share {
  float: right;
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 4;
}
@media handheld, only screen and (max-width: 600px) {
  .portfolio-social-share {
    float: none;
    display: block;
    margin: 40px auto 20px;
  }
}
.portfolio-similar-posts {
  margin-bottom: 40px;
}
.portfolio-similar-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.portfolio-similar-posts ul.three-column li {
  width: 33.33%;
}
.portfolio-similar-posts ul.four-column li {
  width: 25%;
}
.portfolio-similar-posts ul li {
  vertical-align: top;
  display: inline-block;
  margin: 0;
}
.portfolio-similar-posts ul li .featured-image:hover .portfolio-meta {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.portfolio-similar-posts ul li .featured-image:hover .portfolio-meta .portfolio-permalink,
.portfolio-similar-posts ul li .featured-image:hover .portfolio-meta .mk-lightbox {
  pointer-events: auto;
}
.portfolio-similar-posts ul li .featured-image .portfolio-meta .portfolio-permalink,
.portfolio-similar-posts ul li .featured-image .portfolio-meta .mk-lightbox {
  pointer-events: none;
}
@media handheld, only screen and (max-width: 1000px) {
  .portfolio-similar-posts ul li {
    width: 50% !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .portfolio-similar-posts ul li {
    width: 100% !important;
  }
}
.portfolio-similar-posts .portfolio-meta {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.portfolio-similar-posts .portfolio-meta .portfolio-plus-icon {
  border-width: 0 !important;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 16px;
}
.portfolio-similar-posts .portfolio-meta .portfolio-cats {
  display: none;
}
.portfolio-similar-posts .portfolio-meta .the-title {
  margin-bottom: 30px;
  font-size: 11px;
}
.portfolio-similar-posts .portfolio-meta .portfolio-permalink:hover {
  background-color: #fff;
  color: #000 !important;
}
.portfolio-similar-posts .portfolio-meta .portfolio-permalink:hover i {
  color: #000 !important;
}
/* Modules */
/* * Shortcodes */
/* Shortcode:Drop Caps
-------------------------------------------------------------------- */
.mk-dropcaps {
  display: inline-block;
  float: left;
  margin: 5px 8px 0 0;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.mk-dropcaps.square-custom,
.mk-dropcaps.circle-custom {
  color: #fff !important;
}
.mk-dropcaps.circle-custom,
.mk-dropcaps.circle-default {
  margin-top: 3px;
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.mk-dropcaps.circle-default,
.mk-dropcaps.square-default {
  border: 2px solid #eee;
  background-color: #fafafa;
}
/* Shortcode:Highlight
-------------------------------------------------------------------- */
.mk-highlight {
  display: inline-block;
  margin: 1px 2px;
}
.mk-highlight.default-highlight {
  padding: 5px 10px;
  background-color: #ededed;
}
.mk-highlight.custom-highlight {
  color: #fff;
  padding: 5px;
}
/* Shortcode: Skill Meter
-------------------------------------------------------------------- */
.mk-skill-meter {
  margin-bottom: 18px;
}
.mk-skill-meter .mk-skill-meter-title {
  display: block;
  margin-bottom: 10px;
  color: #777;
  line-height: 13px;
  font-weight: bold;
}
.mk-skill-meter .mk-progress-bar {
  position: relative;
  display: block;
  background-color: #eee;
  width: 100%;
  border-color: #eee;
  border-style: solid;
}
.mk-skill-meter .mk-progress-bar .progress-outer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/* Shortcode : Animated Columns
-------------------------------------------------------------------- */
.mk-animated-columns {
  *zoom: 1;
  overflow: hidden;
}
.mk-animated-columns:before,
.mk-animated-columns:after {
  content: " ";
  display: table;
}
.mk-animated-columns:after {
  clear: both;
}
.mk-animated-columns.one-column .animated-column-item-wrap {
  width: 100%;
}
.mk-animated-columns.two-column .animated-column-item-wrap {
  width: 50%;
}
.mk-animated-columns.three-column .animated-column-item-wrap {
  width: 33.33%;
}
.mk-animated-columns.four-column .animated-column-item-wrap {
  width: 25%;
}
.mk-animated-columns.five-column .animated-column-item-wrap {
  width: 20%;
}
.mk-animated-columns.six-column .animated-column-item-wrap {
  width: 16.66%;
}
.mk-animated-columns.seven-column .animated-column-item-wrap {
  width: 14.28%;
}
.mk-animated-columns.eight-column .animated-column-item-wrap {
  width: 12.5%;
}
.mk-animated-columns.one-column .animated-column-item {
  border-right-width: 1px;
}
.mk-animated-columns.two-column .animated-column-item:nth-of-type(2n) {
  border-right-width: 1px;
}
.mk-animated-columns.three-column .animated-column-item:nth-of-type(3n) {
  border-right-width: 1px;
}
.mk-animated-columns.four-column .animated-column-item:nth-of-type(4n) {
  border-right-width: 1px;
}
.mk-animated-columns.five-column .animated-column-item:nth-of-type(5n) {
  border-right-width: 1px;
}
.mk-animated-columns.six-column .animated-column-item:nth-of-type(6n) {
  border-right-width: 1px;
}
.mk-animated-columns.seven-column .animated-column-item:nth-of-type(7n) {
  border-right-width: 1px;
}
.mk-animated-columns.eight-column .animated-column-item:nth-of-type(8n) {
  border-right-width: 1px;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-animated-columns.four-column .animated-column-item-wrap,
  .mk-animated-columns.five-column .animated-column-item-wrap,
  .mk-animated-columns.six-column .animated-column-item-wrap,
  .mk-animated-columns.seven-column .animated-column-item-wrap,
  .mk-animated-columns.eight-column .animated-column-item-wrap {
    width: 33.33% !important;
  }
  .mk-animated-columns.four-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.five-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.six-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.seven-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.eight-column .animated-column-item:nth-of-type(3n) {
    border-right-width: 1px;
  }
  .mk-animated-columns.four-column .animated-column-item:nth-of-type(4n),
  .mk-animated-columns.five-column .animated-column-item:nth-of-type(5n),
  .mk-animated-columns.six-column .animated-column-item:nth-of-type(6n),
  .mk-animated-columns.seven-column .animated-column-item:nth-of-type(7n),
  .mk-animated-columns.eight-column .animated-column-item:nth-of-type(8n) {
    border-right-width: 0;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-animated-columns.four-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.five-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.six-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.seven-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.eight-column .animated-column-item:nth-of-type(3n) {
    border-right-width: 0;
  }
  .mk-animated-columns.three-column .animated-column-item-wrap,
  .mk-animated-columns.four-column .animated-column-item-wrap,
  .mk-animated-columns.five-column .animated-column-item-wrap,
  .mk-animated-columns.six-column .animated-column-item-wrap,
  .mk-animated-columns.seven-column .animated-column-item-wrap,
  .mk-animated-columns.eight-column .animated-column-item-wrap {
    width: 100% !important;
    border-right-width: 1px !important;
  }
  .mk-animated-columns.three-column .animated-column-item-wrap,
  .mk-animated-columns.four-column .animated-column-item-wrap,
  .mk-animated-columns.five-column .animated-column-item-wrap,
  .mk-animated-columns.six-column .animated-column-item-wrap,
  .mk-animated-columns.seven-column .animated-column-item-wrap,
  .mk-animated-columns.eight-column .animated-column-item-wrap {
    border-right-width: 1px !important;
  }
}
.mk-animated-columns .simple-style a {
  display: block;
  width: 100%;
  height: 100%;
}
.animated-column-item-wrap {
  float: left;
  overflow: hidden;
  text-align: center;
}
.animated-column-item {
  position: relative;
  -webkit-transition: background 0.2s ease-out 0;
  -moz-transition: background 0.2s ease-out 0s;
  -o-transition: background 0.2s ease-out 0;
  transition: background 0.2s ease-out 0;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animated-column-holder {
  top: 0px;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.full-style .animated-column-icon {
  padding-bottom: 30px;
  display: block;
}
.simple-style .animated-column-icon,
.simple_text-style .animated-column-icon {
  display: block;
}
.simple-style .animated-column-title,
.simple_text-style .animated-column-title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: -100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.simple-style .animated-column-title span,
.simple_text-style .animated-column-title span {
  display: block;
}
.animated-column-title {
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.full-style .animated-column-title {
  padding-bottom: 10px;
}
.animated-column-simple-title {
  padding-right: 15px;
  padding-left: 15px;
}
.animated-column-desc {
  line-height: 26px;
  font-size: 12px;
  position: relative;
  padding: 20px 30px 50px 30px;
  top: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animated-column-btn {
  position: relative;
  top: 100%;
  text-align: center;
  width: 100%;
  z-index: 15;
}
.animated-column-btn .mk-button {
  margin: 0 auto;
}
.vc_row .vc_col-sm-12 .animated-column-item {
  border-right-width: 1px !important;
}
/* Shortcode:Milestone
-------------------------------------------------------------------- */
.mk-milestone {
  margin-bottom: 20px;
  text-align: center;
}
.mk-milestone.classic-style .milestone-number {
  padding: 0 10px 15px;
  display: inline-block;
}
.mk-milestone.classic-style .milestone-number.content-none {
  border: none;
}
.mk-milestone.classic-style i {
  text-align: center;
  border-top: none;
  margin: 0 auto;
  display: block;
}
.mk-milestone.modern-style .milestone-number {
  margin: 10px 0;
  padding: 0 10px 0;
  display: inline-block;
}
.mk-milestone.modern-style i {
  font-size: 48px;
  text-align: center;
  border-top: none;
  margin: 0 auto;
  display: block;
}
.mk-milestone .milestone-text {
  padding-top: 10px;
}
/* Charts
-------------------------------------------------------------------- */
.mk-chart {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.mk-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mk-chart i,
.mk-chart .chart-custom-text,
.mk-chart .chart-percent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  color: #444;
  text-align: center;
}
.mk-chart i {
  font-size: 48px;
}
.mk-chart .chart-custom-text {
  font-size: 18px;
}
.mk-chart .chart-percent {
  font-weight: 600;
  font-size: 16px;
}
.mk-chart-desc {
  display: block;
  text-align: center;
  font-size: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-chart {
    margin: 0 auto;
  }
}
/* Shortcode:Image
-------------------------------------------------------------------- */
.mk-image {
  position: relative;
  overflow: hidden;
  line-height: 4px;
}
.mk-image a {
  display: block;
}
.mk-image.circular-true {
  border-radius: 50%;
}
.mk-image.circular-true img {
  border-radius: 50%;
}
.mk-image.circular-true .hover-overlay {
  border-radius: 50%;
}
.mk-image.align-left {
  text-align: left;
}
.mk-image.align-right {
  float: right;
}
.mk-image.align-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mk-image img {
  position: relative;
  z-index: 6;
  line-height: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-image.style1-image .hover-overlay {
  background-color: #000 !important;
}
.mk-image.style1-image:hover .hover-overlay {
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-image.style1-image:hover .mk-image-hover i,
.mk-image.style1-image:hover .mk-image-caption {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-image.style2-image .hover-overlay {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-color: inherit !important;
}
.mk-image.style2-image:hover .hover-overlay {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-image.style2-image:hover .mk-image-hover i,
.mk-image.style2-image:hover .mk-image-caption {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-image.style2-image:hover .mk-image-hover {
  pointer-events: auto;
}
.mk-image .mk-image-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 12;
  text-align: center;
  display: block;
}
.mk-image .mk-image-hover i {
  font-size: 16px;
  color: #fff;
  position: relative;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  width: 27px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  border: 3px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mk-image .mk-image-hover i:hover {
  background-color: #fff;
  color: #000;
}
.mk-image .mk-image-caption {
  line-height: 24px;
  font-size: 13px;
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important;
  position: relative;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
/* Shortcode:Tables
-------------------------------------------------------------------- */
.mk-fancy-table {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px;
  border: 2px solid #eee;
}
.mk-fancy-table table {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.mk-fancy-table th {
  padding: 18px 12px;
  background-color: #f7f7f7;
  color: #4b4b4b;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
.mk-fancy-table tfoot td {
  padding: 8px;
}
.mk-fancy-table tfoot {
  background-color: #f3f3f3;
}
.mk-fancy-table tr:nth-child(even) {
  background-color: #f7f7f7;
}
.mk-fancy-table td {
  padding: 15px 12px;
  font-size: 13px;
  color: #4b4b4b;
  text-align: center;
}
/* Shortcode:List Styles
-------------------------------------------------------------------- */
.mk-list-styles ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 32px;
}
.mk-list-styles ul li {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px 0;
  padding: 0 0 0 30px;
  font-size: 14px;
  color: #666;
}
.mk-list-styles ul li:before,
.mk-list-styles ul li i {
  position: absolute;
  top: 0px;
  left: 5px;
  font-size: 16px;
}
/* Shortcode:List Styles
-------------------------------------------------------------------- */
.mk-image-box {
  overflow: hidden;
}
.mk-image-box.rounded-true {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.mk-image-box.rounded-true .mk-image-box-media {
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  background-clip: padding-box;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff, #000000);
}
.mk-image-box.rounded-true .featured-image {
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  background-clip: padding-box;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  position: relative;
  z-index: 1;
}
.mk-image-box.rounded-true .featured-image img {
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  background-clip: padding-box;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  vertical-align: middle;
}
.mk-image-box.align-left .item-holder {
  text-align: left;
}
.mk-image-box.align-center .item-holder {
  text-align: center;
}
.mk-image-box.align-right .item-holder {
  text-align: right;
}
.mk-image-box .gallery-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
  min-width: 32px;
  margin: -17px 0 0 -17px;
}
.mk-image-box .gallery-meta i {
  font-size: 16px;
  width: 27px;
  height: 27px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: 3px solid #fff;
  display: inline-block;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
}
.mk-image-box .gallery-meta i:before {
  height: 28px;
  line-height: 28px;
}
.mk-image-box .gallery-meta i:hover {
  background-color: #fff;
  color: #000;
}
.mk-image-box .image-box-title {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.mk-image-box .image-box-desc {
  font-size: 14px;
  line-height: 24px;
}
.mk-image-box .item-holder {
  padding: 30px;
}
.mk-image-box .featured-image {
  display: block;
  overflow: hidden;
}
.mk-image-box .featured-image img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.mk-image-box .featured-image i {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.25s ease-in-out, visibility 0.25s, background-color 0.25s, color 0.25s;
  transition: opacity 0.25s, transform 0.25s ease-in-out, visibility 0.25s, background-color 0.25s, color 0.25s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mk-image-box .featured-image i:hover {
  background-color: #fff;
  color: #000;
}
.mk-image-box .featured-image:hover img {
  -webkit-transform: translate3d(0, -2.5%, 0) scale(1.05);
  transform: translate3d(0, -2.5%, 0) scale(1.05);
}
.mk-image-box .featured-image:hover i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mk-image-box .mk-image-box-media {
  overflow: hidden;
  position: relative;
}
.mk-image-box .mk-imagebox-video-preview {
  display: none;
}
.mk-image-box .mk-video-container {
  padding-top: 0;
}
.mk-image-box .mk-imagebox-video {
  display: block;
  width: 100%;
}
.mk-image-box .mk-imagebox-video video {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-image-box .mk-imagebox-video.video-self-hosted {
    display: none!important;
  }
  .mk-image-box .mk-imagebox-video-preview {
    display: block;
  }
}
/* Shortcode:Message Boxes
-------------------------------------------------------------------- */
.mk-message-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}
.mk-message-box.rounded-style {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mk-message-box .mk-inner-grid {
  padding: 15px;
}
.mk-message-box .messagebox-content {
  display: block;
  margin: 16px 15px 16px 95px;
  padding: 12px 0 12px 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 15px;
}
.mk-message-box .messagebox-content p {
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
}
.mk-message-box .messagebox-icon {
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 40px;
}
.mk-message-box .box-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #fff;
  z-index: 5;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.6;
}
.mk-message-box .box-close-btn:hover {
  opacity: 1;
}
.mk-message-box.confirm-box {
  background-color: #a5de37;
}
.mk-message-box.love-box {
  background-color: #ff667a;
}
.mk-message-box.hint-box {
  background-color: #28cdfb;
}
.mk-message-box.solution-box {
  background-color: #f668ca;
}
.mk-message-box.alert-box {
  background-color: #ff4351;
}
.mk-message-box.warning-box {
  background-color: #fc880f;
}
.mk-message-box.star-box {
  background-color: #7b72e9;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-message-box .messagebox-content {
    padding: 60px 10px 10px 10px !important;
    margin: 0 !important;
    border: 0 !important;
    text-align: center !important;
  }
  .mk-message-box .messagebox-icon {
    top: 15px !important;
    left: 50% !important;
    margin-top: 0 !important;
    margin-left: -20px !important;
  }
}
/* Shortcode:Button
-------------------------------------------------------------------- */
button.mk-button {
  outline: none;
  border: none;
  background: none;
  line-height: 100%;
}
.mk-button {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  zoom: 1;
  font-weight: bold;
  font-size: 12px;
  -webkit-transform: translateZ(0);
  /* Corner Styles
	   ========================================================================== */
  /* Button Styles
	   ========================================================================== */
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.mk-button[type=submit],
.mk-button[type=button] {
  outline: none;
  border: none;
  font-weight: 600;
}
.mk-button span {
  display: inline-block;
}
.mk-button.full_rounded {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.mk-button.rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mk-button.pointed {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.mk-button.nudge-button.rounded:after {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mk-button.nudge-button.full_rounded:after {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.mk-button.three-dimension-button:active {
  top: 2px !important;
}
.mk-button.outline-button {
  border-color: #444;
  border-style: solid;
  color: #444;
}
.mk-button.outline-button:hover {
  background-color: #444;
  color: #fff;
}
.mk-button.outline-button.light {
  border-color: #fff;
  border-style: solid;
  color: #fff;
}
.mk-button.outline-button.light:hover {
  background-color: #fff;
  color: #444;
}
.mk-button.line-button:after,
.mk-button.line-button:before {
  width: 2px;
  height: 100%;
  background: #444;
  position: absolute;
  top: 0;
  content: '';
}
.mk-button.line-button:after {
  left: -3px;
  transition: all 0.2s ease-out;
}
.mk-button.line-button:before {
  right: -3px;
  transition: all 0.2s ease-out;
}
.mk-button.line-button:hover:after {
  left: 0;
}
.mk-button.line-button:hover:before {
  right: 0;
}
.mk-button.fill-button {
  position: relative;
  overflow: hidden;
}
.mk-button.fill-button.rounded,
.mk-button.fill-button.full_rounded {
  overflow: auto !important;
}
.mk-button.fill-button span {
  position: relative;
  /*&.fill-bg{
				width: 0;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 0;
				content: '';
				transition: all .3s ease;
			}*/
}
.mk-button.fill-button:before {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  transition: width 0.25s ease-out;
}
.mk-button.fill-button i {
  position: relative;
  z-index: 2;
}
.mk-button.fill-button:hover:before {
  width: 100%;
}
.mk-button.nudge-button:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  transition: width 0.25s ease-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -o-transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
}
.mk-button.nudge-button:hover:after {
  -webkit-transform: translateX(4%);
  -moz-transform: translateX(4%);
  -ms-transform: translateX(4%);
  -o-transform: translateX(4%);
}
.mk-button.radius-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.mk-button.radius-button.xxlarge:hover {
  border-radius: 60px;
}
.mk-button.radius-button.xlarge:hover {
  border-radius: 50px;
}
.mk-button.radius-button.large:hover {
  border-radius: 40px;
}
.mk-button.radius-button.medium:hover,
.mk-button.radius-button.small:hover {
  border-radius: 30px;
}
.mk-button.fancy_link-button {
  border-radius: 0;
  position: relative;
  text-align: left;
}
.mk-button.fancy_link-button .line {
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  transition: all .3s ease;
  width: 0;
}
.mk-button.fancy_link-button:before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.mk-button.fancy_link-button:before {
  width: 100%;
}
.mk-button.fancy_link-button i {
  margin-left: 0;
}
.mk-button.fancy_link-button:before {
  opacity: .3;
}
.mk-button.fancy_link-button.xxlarge {
  padding: 32px 0;
  line-height: 100%;
  font-size: 30px;
}
.mk-button.fancy_link-button.xlarge {
  padding: 26px 0;
  line-height: 100%;
  font-size: 25px;
}
.mk-button.fancy_link-button.large {
  padding: 22px 0;
  line-height: 100%;
  font-size: 20px;
}
.mk-button.fancy_link-button.medium {
  padding: 16px 0;
  line-height: 100%;
  font-size: 15px;
}
.mk-button.fancy_link-button.small {
  padding: 12px 0;
  line-height: 100%;
  font-size: 12px;
}
.mk-button.fancy_link-button:hover:after {
  transition: all .5s ease;
}
.mk-button i {
  margin: 0px 5px 0 -10px;
  vertical-align: middle;
  padding-right: 10px;
  line-height: 16px;
}
.mk-button.xxlarge {
  padding: 32px 60px;
  line-height: 100%;
  font-size: 15px;
}
.mk-button.xxlarge i {
  font-size: 16px;
}
.mk-button.xlarge {
  padding: 26px 50px;
  line-height: 100%;
  font-size: 13px;
}
.mk-button.xlarge i {
  font-size: 16px;
}
.mk-button.large {
  padding: 22px 42px;
  line-height: 100%;
}
.mk-button.large i {
  font-size: 16px;
}
.mk-button.medium {
  padding: 16px 25px;
  line-height: 100%;
}
.mk-button.medium i {
  font-size: 16px;
}
.mk-button.small {
  padding: 12px 22px;
  line-height: 100%;
}
.mk-button.small i {
  margin-top: -3px;
  font-size: 16px;
}
button.mk-button::-moz-focus-inner {
  border: none;
}
.mk-button-align {
  display: inline-block;
}
.mk-button-align.right {
  float: right;
}
.mk-button-align.center {
  display: block !important;
  text-align: center;
}
.mk-button-align.center .mk-button {
  margin-right: 0;
}
.mk-button-align.left {
  text-align: left;
  float: none !important;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-button-align.left,
  .mk-button-align.center,
  .mk-button-align.right {
    width: 100%;
    text-align: center !important;
  }
}
/* Shortcode:Dividers
-------------------------------------------------------------------- */
.mk-divider {
  display: block;
  text-align: center;
}
.mk-divider.divider_one_half .divider-inner,
.mk-divider.divider_one_third .divider-inner,
.mk-divider.divider_one_fourth .divider-inner {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mk-divider.divider_one_half .divider-inner {
  width: 50%;
}
.mk-divider.divider_one_third .divider-inner {
  width: 33.33%;
}
.mk-divider.divider_one_fourth .divider-inner {
  width: 25%;
}
.mk-divider.divider-single .divider-inner {
  height: 1px;
  border-bottom: 1px solid #dbdbdb;
}
.mk-divider.divider-dashed .divider-inner {
  height: 2px;
  border-bottom: 2px dashed #dbdbdb;
}
.mk-divider.divider-dotted .divider-inner {
  height: 1px;
  border-bottom: 1px dotted #dbdbdb;
}
.mk-divider.divider-thick .divider-inner {
  height: 5px;
  border-top: 3px solid #e4e4e4;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-divider .divider-inner {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
.mk-divider-vertical {
  width: 100%;
  border-top: none;
  border-bottom: none;
}
.mk-divider-vertical .divider-inner {
  border-top: none !important;
  border-bottom: none !important;
}
.mk-divider-vertical.divider-single .divider-inner {
  width: 1px;
  border-right: 1px solid #dbdbdb;
}
.mk-divider-vertical.divider-dashed .divider-inner {
  width: 2px;
  border-right: 2px dashed #dbdbdb;
}
.mk-divider-vertical.divider-dotted .divider-inner {
  width: 1px;
  border-right: 1px dotted #dbdbdb;
}
.mk-divider-vertical.divider-thick .divider-inner {
  width: 5px;
  border-right: 3px solid #e4e4e4;
}
/* Shortcode:Full Width Box
-------------------------------------------------------------------- */
.mk-fullwidth-boxed {
  position: relative;
  display: block;
  padding: 30px;
}
/* Shortcode:Slideshow
-------------------------------------------------------------------- */
.mk-image-slideshow {
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
}
.mk-image-slideshow img {
  margin: 0 auto;
}
.mk-image-slideshow .swiper-pagination {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-image-slideshow .swiper-pagination-switch {
  display: inline-block;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border: 2px solid #eee;
  cursor: pointer;
}
.mk-image-slideshow .swiper-active-switch {
  background-color: #eee;
}
.mk-image-slideshow .swiper-slide > a {
  display: block;
}
.mk-swiper-container:hover .slideshow-swiper-arrows,
.mk-swiper-container:hover .swiper-pagination {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-swiper-container:hover .slideshow-swiper-arrows:hover {
  background-color: #fff !important;
}
.mk-swiper-container:hover .slideshow-swiper-arrows:hover i {
  color: #000 !important;
}
.mk-swiper-container:hover .mk-swiper-next {
  right: 40px;
}
.mk-swiper-container:hover .mk-swiper-prev {
  left: 40px;
}
.slideshow-swiper-arrows {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -15px;
  width: 28px;
  height: 28px;
  border: 3px solid #fff;
  text-align: center;
  cursor: pointer;
  z-index: 15;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.slideshow-swiper-arrows i {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  display: block;
}
.slideshow-swiper-arrows.mk-swiper-next {
  right: 50px;
}
.slideshow-swiper-arrows.mk-swiper-prev {
  left: 50px;
}
@media handheld, only screen and (max-width: 768px) {
  .slideshow-swiper-arrows,
  .swiper-pagination {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  }
  .mk-swiper-next {
    right: 15px;
  }
  .mk-swiper-prev {
    left: 15px;
  }
}
/* Shortcode:Content Slideshow
-------------------------------------------------------------------- */
/* Shortcode:Blockquotes
-------------------------------------------------------------------- */
blockquote {
  position: relative;
  margin: 15px 0;
  line-height: 24px;
  padding: 20px;
  background-color: #fafafa;
  border: 2px solid #eeeeee;
  font-style: italic;
}
.mk-blockquote {
  position: relative;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6em;
}
.mk-blockquote .mk-blockquote-content {
  padding: 30px 45px;
  background-color: #fafafa;
  border: 2px solid #eeeeee;
}
.mk-blockquote.classic-style {
  font-style: italic;
}
.mk-blockquote.classic-style .mk-blockquote-content {
  padding: 30px 45px;
}
.mk-blockquote.classic-style .mk-quote-left,
.mk-blockquote.classic-style .mk-quote-right {
  position: absolute;
  font-size: 24px;
  color: #eee;
}
.mk-blockquote.classic-style .mk-quote-left {
  top: 10px;
  left: 10px;
}
.mk-blockquote.classic-style .mk-quote-right {
  bottom: 10px;
  right: 10px;
}
.mk-blockquote.modern-style {
  color: #666;
  font-style: normal;
}
.mk-blockquote.modern-style .mk-blockquote-content {
  padding: 25px 40px;
}
.mk-blockquote.modern-style:before {
  width: 7px;
  display: block;
  position: absolute;
  background-color: #919191;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
}
.mk-blockquote.modern-style .mk-quote-left,
.mk-blockquote.modern-style .mk-quote-right {
  display: none;
}
.mk-blockquote p {
  margin-bottom: 15px;
}
.mk-blockquote.align-left {
  text-align: left;
}
.mk-blockquote.align-right {
  text-align: right;
}
.mk-blockquote.align-center {
  text-align: center;
}
/* Shortcode:Testimanial Slider
-------------------------------------------------------------------- */
.mk-testimonial {
  margin: 3px 3px 20px;
}
.mk-testimonial .testimonial-author {
  display: block;
  color: #777;
}
.mk-testimonial .swiper-slide {
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
}
.mk-testimonial .swiper-pagination {
  display: block;
  width: 100%;
  text-align: center;
}
.mk-testimonial .swiper-pagination-switch {
  display: inline-block;
  margin: 0 3px 6px;
  width: 5px;
  height: 5px;
  border: 2px solid #eeeeee;
  cursor: pointer;
}
.mk-testimonial .swiper-active-switch {
  background-color: #777;
  border-color: #777;
}
.mk-testimonial .testimonial-company,
.mk-testimonial .testimonial-author {
  font-size: 13px;
  line-height: 1.3em;
}
.mk-testimonial .testimonial-image {
  border-radius: 50%;
}
.mk-testimonial .testimonial-quote {
  line-height: 1.6em;
}
.mk-testimonial.boxed-style .mk-swiper-wrapper {
  padding-top: 20px;
}
.mk-testimonial.boxed-style .swiper-slide {
  position: relative;
}
.mk-testimonial.boxed-style .testimonial-content {
  margin-left: 100px;
}
.mk-testimonial.boxed-style .testimonial-quote {
  margin-bottom: 8px;
  padding: 20px 25px;
  background-color: #fafafa;
  border: 2px solid #eee;
  position: relative;
}
.mk-testimonial.boxed-style .testimonial-quote:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: -7px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #fafafa;
  border-left: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.mk-testimonial.boxed-style .testimonial-image {
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -35px;
}
.mk-testimonial.boxed-style .testimonial-author {
  margin-left: 25px;
}
.mk-testimonial.boxed-style .testimonial-company {
  margin-left: 25px;
}
.mk-testimonial.boxed-style .swiper-pagination {
  text-align: left !important;
  padding-left: 138px;
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
}
.mk-testimonial.quote-style {
  text-align: center;
}
.mk-testimonial.quote-style .testimonial-quote {
  position: relative;
  display: block;
  padding: 20px 25px;
  border: 2px solid #eeeeee;
  margin-bottom: 12px;
}
.mk-testimonial.quote-style .testimonial-quote:before {
  position: absolute;
  bottom: -16px;
  margin-left: -16px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #eee;
}
.mk-testimonial.quote-style .testimonial-footer-note {
  display: inline-block;
  padding: 5px 0;
  text-align: center;
}
.mk-testimonial.quote-style .mk-swiper-wrapper {
  padding-top: 20px;
}
.mk-testimonial.quote-style .swiper-pagination {
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
}
.mk-testimonial.modern-style .mk-swiper-wrapper {
  padding-top: 20px;
}
.mk-testimonial.modern-style .testimonial-content {
  text-align: center;
}
.mk-testimonial.modern-style .swiper-pagination {
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
}
.mk-testimonial.modern-style .testimonial-quote {
  padding-top: 25px !important;
}
.mk-testimonial.modern-style .testimonial-footer-note {
  text-align: center !important;
}
.mk-testimonial.modern-style .testimonial-image {
  display: block;
  margin: 35px auto 25px;
}
.mk-testimonial.light-skin.quote-style .testimonial-quote {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.mk-testimonial.light-skin.quote-style .testimonial-quote:before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.mk-testimonial.light-skin.quote-style .testimonial-author {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.mk-testimonial.light-skin.quote-style .swiper-pagination-switch {
  border-color: rgba(255, 255, 255, 0.2);
}
.mk-testimonial.light-skin.quote-style .swiper-active-switch {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.1);
}
@media handheld, only screen and (max-width: 767px) {
  .mk-testimonial {
    text-align: center;
  }
  .mk-testimonial.boxed-style .testimonial-content {
    margin: 75px 0 0 !important;
    padding-bottom: 30px;
  }
  .mk-testimonial.boxed-style .swiper-pagination {
    padding-left: 0 !important;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  .mk-testimonial.boxed-style .testimonial-image {
    left: 50% !important;
    top: -85px !important;
    margin: 0 0 0 -35px !important;
  }
  .mk-testimonial.boxed-style .testimonial-quote:before {
    top: -7px !important;
    margin: 0 0 0 -7px !important;
    left: 50% !important;
    border: 1px solid #eee !important;
    border-right: none !important;
    border-bottom: none !important;
  }
  .mk-testimonial .testimonial-company,
  .mk-testimonial .testimonial-author {
    margin: 0 !important;
  }
}
/* Shortcode: Fade Text Box
-------------------------------------------------------------------- */
.mk-fade-txt-box .swiper-slide {
  line-height: 1;
  text-align: center;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-fade-txt-box .mk-force-responsive {
    font-size: 36px !important;
  }
}
/* Shortcode: Tabs
-------------------------------------------------------------------- */
.mk-tabs {
  margin-bottom: 20px;
}
.mk-tabs .mk-tabs-tabs {
  position: relative;
  z-index: 10;
  padding: 0;
  list-style: none;
}
.mk-tabs .mk-tabs-tabs li {
  margin: 0;
  position: relative;
  border-top: 0;
  border-bottom: 0;
}
.mk-tabs .mk-tabs-tabs li.ui-state-active > a {
  cursor: default;
}
.mk-tabs .mk-tabs-tabs li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #919191;
  display: block;
  line-height: 100%;
  font-size: 12px !important;
}
.mk-tabs .mk-tabs-tabs li a i {
  font-size: 16px;
  padding-right: 5px;
}
.mk-tabs .mk-tabs-panes {
  position: relative;
  z-index: 1;
  margin: 0;
}
.mk-tabs .mk-tabs-panes .title-mobile {
  display: none;
  color: #444444;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
.mk-tabs .mk-tabs-panes .title-mobile i {
  margin-right: 7px;
}
.mk-tabs .mk-tabs-panes .mk-tabs-pane .inner-box {
  padding: 30px;
  display: block;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-tabs.mobile-true .mk-tabs-tabs {
    display: none !important;
  }
  .mk-tabs.mobile-true .title-mobile {
    display: block;
  }
  .mk-tabs.mobile-true .mk-tabs-pane .inner-box {
    padding: 15px !important;
  }
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs {
  margin: 0 0 -1px 0;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li {
  display: inline-block;
  border-left: 2px solid #efefef;
  white-space: nowrap;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:last-child {
  border-right: 2px solid #efefef;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li a {
  padding: 14px 20px 15px;
  margin-top: 15px;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.tab-with-icon > a {
  padding: 14px 20px 12px;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.ui-state-active a {
  position: relative;
  bottom: -2px;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-panes {
  border: 2px solid #efefef;
  border-bottom: none;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-panes .mk-tabs-pane {
  padding-bottom: 20px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-tabs.style1-tabs.horizontal-style.mobile-true .mk-tabs-panes {
    border: none;
  }
  .mk-tabs.style1-tabs.horizontal-style.mobile-true .mk-tabs-pane {
    padding-bottom: 0 !important;
  }
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs {
  padding: 40px 0;
  margin: 0;
  width: 231px;
  display: block;
  float: left;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li {
  display: block;
  border-top: 2px solid #efefef;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li:last-child {
  border-bottom: 2px solid #efefef;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li a {
  padding: 15px 10px 15px 20px;
  margin-left: 15px;
  line-height: 18px;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li.ui-state-active a {
  position: relative;
  right: -2px;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-panes {
  margin-left: 231px;
  display: block;
  border: 2px solid #efefef;
  border-right: none;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
  padding: 0 20px 0 0;
  float: left;
  width: 100%;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-tabs.style1-tabs.vertical-style.mobile-true .mk-tabs-panes {
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
  }
  .mk-tabs.style1-tabs.vertical-style.mobile-true .mk-tabs-pane {
    padding: 0 !important;
  }
}
.mk-tabs.style1-tabs .inner-box .mk-text-block {
  font-size: 14px;
  line-height: 26px;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs {
  margin: 0 ;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li {
  display: inline-block;
  border-left: 2px solid #efefef;
  border-top: 2px solid #efefef;
  white-space: nowrap;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:last-child {
  border-right: 2px solid #efefef;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li a {
  background-color: #fafafa;
  padding: 20px 15px 18px;
  font-size: 12px;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li.tab-with-icon > a {
  padding: 19px 11px 16px;
  font-size: 12px;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li.ui-state-active a {
  position: relative;
  bottom: -2px;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-panes {
  border: 2px solid #efefef;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-tabs.style2-tabs.horizontal-style.mobile-true .mk-tabs-panes {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs {
  padding: 0;
  margin: 0;
  width: 231px;
  display: block;
  float: left;
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li {
  display: block;
  border-top: 2px solid #efefef;
  border-left: 2px solid #efefef;
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li:last-child {
  border-bottom: 2px solid #efefef;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li a {
  padding: 18px 10px 18px 25px;
  line-height: 18px;
  background-color: #fafafa;
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li.ui-state-active a {
  position: relative;
  right: -2px;
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-panes {
  margin-left: 231px;
  display: block;
  border: 2px solid #efefef;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
  padding: 0;
  float: left;
  width: 100%;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-tabs.style2-tabs.vertical-style.mobile-true .mk-tabs-panes {
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
  }
}
.mk-tabs.style3-tabs {
  text-align: center;
}
.mk-tabs.style3-tabs .mk-tabs-tabs {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  border: 2px solid #e3e3e3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li {
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li:first-child {
  border-left-width: 0;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li:last-child {
  border-right-width: 0;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active {
  border-left: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  background-color: #fafafa;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active:last-child {
  border-right: none;
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active:first-child {
  border-left: none;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li a {
  height: 100%;
  padding: 25px;
  font-weight: normal !important;
  color: #3f3f3f;
  font-size: 13px;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li a i[class*='mk-li-'] {
  margin-top: -1px;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.tab-with-icon > a {
  padding: 25px 20px;
}
.mk-tabs.style3-tabs .mk-tabs-panes {
  padding: 0;
  text-align: left;
}
.mk-tabs.style3-tabs .mk-tabs-panes .inner-box {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 26px !important;
  padding: 30px 0;
}
.mk-tabs.style1-tabs .mk-tabs-panes .inner-box,
.mk-tabs.style2-tabs .mk-tabs-panes .inner-box,
.mk-tabs.style3-tabs .mk-tabs-panes .inner-box {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 26px !important;
}
@media handheld, only screen and (max-width: 650px) {
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs {
    border-right: 2px solid #efefef;
    margin-bottom: -2px;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li {
    display: block;
    float: none;
    border-bottom: 2px solid #efefef;
    border-right: none !important;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:first-child {
    border-top: 2px solid #efefef;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:last-child {
    border-bottom: none;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.ui-state-active {
    border-bottom: 2px solid #efefef;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li a {
    margin-top: 0;
    bottom: 0 !important;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:first-child a {
    border-left: none !important;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs {
    width: 100%;
    float: none;
    padding: 5px 0 15px;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li a {
    margin: 0 10px;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-panes {
    margin-left: 0;
    border: 2px solid #efefef !important;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
    padding: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: -2px;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li {
    display: block;
    float: none;
    border-right: none !important;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none !important;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:last-child {
    border-bottom: none;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li a {
    margin-top: 0;
    bottom: 0 !important;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:first-child a {
    border-left: none !important;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs {
    width: 100%;
    float: none;
    padding: 0;
    margin-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li a {
    margin: 0;
    right: 0 !important;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-panes {
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: none !important;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
    padding: 0 0 20px 0;
    float: none;
    width: 100%;
  }
}
/* Shortcode:Accordion
-------------------------------------------------------------------- */
.mk-accordion {
  margin-bottom: 20px;
}
.mk-accordion .mk-accordion-pane {
  display: none;
}
.mk-accordion.boxed-style .mk-accordion-single {
  overflow: hidden;
  background-color: #fafafa;
}
.mk-accordion.boxed-style .mk-accordion-single:last-of-type .mk-accordion-tab {
  border-bottom: 2px solid #eee;
}
.mk-accordion.boxed-style .mk-accordion-single.current-item .mk-accordion-tab {
  border-bottom: 2px solid #eee;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.mk-accordion.boxed-style .mk-accordion-single.current-item .mk-accordion-tab:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.mk-accordion.boxed-style .mk-accordion-tab {
  position: relative;
  padding: 11px 30px 11px 22px;
  border: 2px solid #eee;
  border-bottom: none;
  background-color: #fafafa;
  color: #222;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.mk-accordion.boxed-style .mk-accordion-tab i {
  margin-right: 10px;
  color: #686868;
  vertical-align: middle;
  font-size: 16px;
}
.mk-accordion.boxed-style .mk-accordion-pane .inner-box {
  padding: 25px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-accordion.boxed-style.mobile-true .mk-accordion-tab {
    border-bottom: 2px solid #eee;
  }
}
.mk-accordion.simple-style .mk-accordion-tab {
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 12px 20px;
  color: #777777;
  cursor: pointer;
  border-bottom: 2px solid #eee;
}
.mk-accordion.simple-style .mk-accordion-tab i {
  font-size: 16px;
  color: #777777;
  margin: 0 8px 0 4px;
}
.mk-accordion.simple-style .mk-accordion-pane {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.mk-accordion.simple-style .mk-accordion-pane .inner-box {
  padding: 25px;
  margin: 0 20px;
}
.mk-accordion.simple-style .current-item .mk-accordion-pane {
  border-top: none;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-accordion.simple-style.mobile-true .mk-accordion-pane {
    border-top: none;
    border-bottom: none;
  }
}
.mk-accordion.simple-style .mk-accordion-pane,
.mk-accordion.boxed-style .mk-accordion-pane {
  font-size: 14px;
  color: #666;
  position: relative;
  line-height: 26px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-accordion.simple-style.mobile-true .mk-accordion-single,
  .mk-accordion.boxed-style.mobile-true .mk-accordion-single {
    margin-bottom: 15px;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-accordion.mobile-true .mk-accordion-tab {
    cursor: default;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mobile-false .mk-accordion-pane {
    display: block !important;
  }
}
/* Shortcode:Accordion
-------------------------------------------------------------------- */
.mk-toggle {
  margin-bottom: 10px;
}
.mk-toggle .mk-toggle-title {
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 12px 20px;
  color: #777777;
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.mk-toggle .mk-toggle-title.active-toggle {
  border-bottom: none;
}
.mk-toggle .mk-toggle-title i {
  font-size: 16px;
  color: #777777;
  margin: 0 8px 0 4px;
}
.mk-toggle .mk-toggle-pane {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #666;
  position: relative;
  line-height: 26px;
  display: none;
}
.mk-toggle .mk-toggle-pane .inner-box {
  padding: 25px;
  margin: 0 20px;
}
.wpb_content_element {
  margin-bottom: 20px;
}
/* Shortcode:Video Player
-------------------------------------------------------------------- */
.mk-video-player {
  padding: 12px;
  border: 2px solid #eee;
}
.mk-video-player .mk-video-title {
  margin-bottom: 12px;
  font-size: 14px;
}
.mk-video-player .video-container {
  margin-bottom: 0 !important;
}
.video-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Shortcode:Flickr Feeds
-------------------------------------------------------------------- */
.mk-flickr-feeds {
  margin-bottom: 20px;
}
.mk-flickr-feeds.one-column .featured-image {
  width: 100%;
}
.mk-flickr-feeds.two-column .featured-image {
  width: 49.9%;
}
.mk-flickr-feeds.three-column .featured-image {
  width: 33.2%;
}
.mk-flickr-feeds.four-column .featured-image {
  width: 24.9%;
}
.mk-flickr-feeds.five-column .featured-image {
  width: 19.8%;
}
.mk-flickr-feeds.six-column .featured-image {
  width: 16.5%;
}
.mk-flickr-feeds.seven-column .featured-image {
  width: 14.1%;
}
.mk-flickr-feeds.eight-column .featured-image {
  width: 12.4%;
}
.mk-flickr-feeds .featured-image {
  position: relative;
  display: inline-block !important;
  margin: 0 1px 1px 0;
  float: left;
}
.mk-flickr-feeds .featured-image img {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-flickr-feeds.five-column .featured-image,
  .mk-flickr-feeds.four-column .featured-image,
  .mk-flickr-feeds.six-column .featured-image,
  .mk-flickr-feeds.seven-column .featured-image,
  .mk-flickr-feeds.eight-column .featured-image {
    width: 33% !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-flickr-feeds.five-column .featured-image,
  .mk-flickr-feeds.four-column .featured-image,
  .mk-flickr-feeds.six-column .featured-image,
  .mk-flickr-feeds.seven-column .featured-image,
  .mk-flickr-feeds.eight-column .featured-image {
    width: 49% !important;
  }
}
/* Shortcode:Contact Form
-------------------------------------------------------------------- */
.contact-captcha-invalid::-webkit-input-placeholder {
  color: red !important;
  letter-spacing: 0 !important;
}
.contact-captcha-invalid:-moz-placeholder {
  /* Firefox 18- */
  color: red !important;
  letter-spacing: 0 !important;
}
.contact-captcha-invalid::-moz-placeholder {
  /* Firefox 19+ */
  color: red !important;
  letter-spacing: 0 !important;
}
.contact-captcha-invalid:-ms-input-placeholder {
  color: red !important;
  letter-spacing: 0 !important;
}
.contact-captcha-valid::-webkit-input-placeholder {
  color: #008200 !important;
  letter-spacing: 0 !important;
}
.contact-captcha-valid:-moz-placeholder {
  /* Firefox 18- */
  color: #008200 !important;
  letter-spacing: 0 !important;
}
.contact-captcha-valid::-moz-placeholder {
  /* Firefox 19+ */
  color: #008200 !important;
  letter-spacing: 0 !important;
}
.contact-captcha-valid:-ms-input-placeholder {
  color: #008200 !important;
  letter-spacing: 0 !important;
}
.mk-contact-form-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.mk-contact-form-wrapper .captcha-image {
  max-width: 50% !important;
}
.mk-contact-form-wrapper.classic-style .captcha-image {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 45px;
}
.mk-contact-form-wrapper.classic-style .captcha-change-image {
  display: block;
  text-align: center;
  margin: 10px auto;
  font-size: 10px;
}
.mk-contact-form-wrapper.classic-style.dark-skin .captcha-change-image {
  color: #444444;
}
.mk-contact-form-wrapper.classic-style.dark-skin .text-input,
.mk-contact-form-wrapper.classic-style.dark-skin .mk-textarea {
  border: 3px solid rgba(0, 0, 0, 0.1);
  color: #444444;
  background-color: transparent !important;
}
.mk-contact-form-wrapper.classic-style.dark-skin .mk-form-row i {
  border-right: 3px solid rgba(0, 0, 0, 0.1);
  color: #666666;
  z-index: 6;
}
.mk-contact-form-wrapper.classic-style.dark-skin .mk-button {
  border: 3px solid rgba(0, 0, 0, 0.1);
  color: #444;
}
.mk-contact-form-wrapper.classic-style.dark-skin .mk-button:hover {
  background-color: #444;
  color: #fff;
}
.mk-contact-form-wrapper.classic-style.dark-skin .text-input::-webkit-input-placeholder,
.mk-contact-form-wrapper.classic-style.dark-skin .mk-textarea::-webkit-input-placeholder {
  color: #919191;
}
.mk-contact-form-wrapper.classic-style.dark-skin .text-input:-moz-placeholder,
.mk-contact-form-wrapper.classic-style.dark-skin .mk-textarea:-moz-placeholder {
  color: #919191;
}
.mk-contact-form-wrapper.classic-style.dark-skin .text-input::-moz-placeholder,
.mk-contact-form-wrapper.classic-style.dark-skin .mk-textarea::-moz-placeholder {
  color: #919191;
}
.mk-contact-form-wrapper.classic-style.dark-skin .text-input:-ms-input-placeholder,
.mk-contact-form-wrapper.classic-style.dark-skin .mk-textarea:-ms-input-placeholder {
  color: #919191;
}
.mk-contact-form-wrapper.classic-style.light-skin .captcha-change-image {
  color: #fff;
}
.mk-contact-form-wrapper.classic-style.light-skin .text-input,
.mk-contact-form-wrapper.classic-style.light-skin .mk-textarea {
  border: 3px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.mk-contact-form-wrapper.classic-style.light-skin .mk-form-row i {
  border-right: 3px solid #fff;
  color: #fff;
  z-index: 6;
}
.mk-contact-form-wrapper.classic-style.light-skin .mk-button {
  border: 3px solid #fff;
  color: #fff;
}
.mk-contact-form-wrapper.classic-style.light-skin .mk-button:hover {
  background-color: #fff;
  color: #444;
}
.mk-contact-form-wrapper.classic-style.light-skin .text-input::-webkit-input-placeholder,
.mk-contact-form-wrapper.classic-style.light-skin .mk-textarea::-webkit-input-placeholder {
  color: #fafafa;
}
.mk-contact-form-wrapper.classic-style.light-skin .text-input:-moz-placeholder,
.mk-contact-form-wrapper.classic-style.light-skin .mk-textarea:-moz-placeholder {
  color: #fafafa;
}
.mk-contact-form-wrapper.classic-style.light-skin .text-input::-moz-placeholder,
.mk-contact-form-wrapper.classic-style.light-skin .mk-textarea::-moz-placeholder {
  color: #fafafa;
}
.mk-contact-form-wrapper.classic-style.light-skin .text-input:-ms-input-placeholder,
.mk-contact-form-wrapper.classic-style.light-skin .mk-textarea:-ms-input-placeholder {
  color: #fafafa;
}
.mk-contact-form-wrapper.classic-style .mk-invalid {
  border: 3px solid #ff0000 !important;
}
.mk-contact-form-wrapper.modern-style .text-input,
.mk-contact-form-wrapper.modern-style .mk-textarea,
.mk-contact-form-wrapper.modern-style .mk-button {
  font-size: 15px !important;
  font-weight: normal !important;
}
.mk-contact-form-wrapper.modern-style .captcha-image {
  position: absolute;
  right: 0;
  top: -20px;
}
.mk-contact-form-wrapper.modern-style .captcha-change-image {
  display: block;
  text-align: center;
  margin: 10px auto;
  font-size: 10px;
}
.mk-contact-form-wrapper.modern-style.dark-skin .text-input,
.mk-contact-form-wrapper.modern-style.dark-skin .mk-textarea {
  border: 0;
  color: #000;
  background-color: transparent;
}
.mk-contact-form-wrapper.modern-style.dark-skin .text-input::-webkit-input-placeholder,
.mk-contact-form-wrapper.modern-style.dark-skin .mk-textarea::-webkit-input-placeholder {
  color: #000;
}
.mk-contact-form-wrapper.modern-style.dark-skin .text-input:-moz-placeholder,
.mk-contact-form-wrapper.modern-style.dark-skin .mk-textarea:-moz-placeholder {
  color: #000;
}
.mk-contact-form-wrapper.modern-style.dark-skin .text-input::-moz-placeholder,
.mk-contact-form-wrapper.modern-style.dark-skin .mk-textarea::-moz-placeholder {
  color: #000;
}
.mk-contact-form-wrapper.modern-style.dark-skin .text-input:-ms-input-placeholder,
.mk-contact-form-wrapper.modern-style.dark-skin .mk-textarea:-ms-input-placeholder {
  color: #000;
}
.mk-contact-form-wrapper.modern-style.dark-skin .text-input {
  border-bottom: 3px solid #000;
}
.mk-contact-form-wrapper.modern-style.dark-skin .mk-textarea {
  border: 3px solid #000;
}
.mk-contact-form-wrapper.modern-style.dark-skin .mk-button {
  border: 3px solid #000;
  color: #000;
}
.mk-contact-form-wrapper.modern-style.dark-skin .mk-button:hover {
  background-color: #000;
  color: #fff;
}
.mk-contact-form-wrapper.modern-style.light-skin .text-input,
.mk-contact-form-wrapper.modern-style.light-skin .mk-textarea {
  border: 0;
  color: #fff;
  background-color: transparent;
}
.mk-contact-form-wrapper.modern-style.light-skin .text-input::-webkit-input-placeholder,
.mk-contact-form-wrapper.modern-style.light-skin .mk-textarea::-webkit-input-placeholder {
  color: #fff;
}
.mk-contact-form-wrapper.modern-style.light-skin .text-input:-moz-placeholder,
.mk-contact-form-wrapper.modern-style.light-skin .mk-textarea:-moz-placeholder {
  color: #fff;
}
.mk-contact-form-wrapper.modern-style.light-skin .text-input::-moz-placeholder,
.mk-contact-form-wrapper.modern-style.light-skin .mk-textarea::-moz-placeholder {
  color: #fff;
}
.mk-contact-form-wrapper.modern-style.light-skin .text-input:-ms-input-placeholder,
.mk-contact-form-wrapper.modern-style.light-skin .mk-textarea:-ms-input-placeholder {
  color: #fff;
}
.mk-contact-form-wrapper.modern-style.light-skin .text-input {
  border-bottom: 3px solid #fff;
}
.mk-contact-form-wrapper.modern-style.light-skin .mk-textarea {
  border: 3px solid #fff;
}
.mk-contact-form-wrapper.modern-style.light-skin .mk-button {
  border: 3px solid #fff;
  color: #fff;
}
.mk-contact-form-wrapper.modern-style.light-skin .mk-button:hover {
  background-color: #fff;
  color: #000;
}
.mk-contact-form-wrapper.modern-style .text-input {
  padding-left: 12px;
  border: none;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  background-color: transparent;
}
.mk-contact-form-wrapper.modern-style .text-input.mk-invalid {
  border: 0 !important;
  border-bottom: 3px solid #ff0000 !important;
}
.mk-contact-form-wrapper.modern-style .mk-textarea {
  margin-top: 28px;
  margin-bottom: 45px !important;
  border-width: 3px;
  border-style: solid;
  background-color: transparent;
}
.mk-contact-form-wrapper.modern-style .mk-textarea.mk-invalid {
  border: 3px solid #ff0000 !important;
}
.mk-contact-form-wrapper.modern-style .mk-form-row {
  margin-bottom: 25px !important;
}
.mk-contact-form-wrapper.modern-style .text-input,
.mk-contact-form-wrapper.modern-style .mk-textarea,
.mk-contact-form-wrapper.modern-style .mk-button {
  font-weight: normal !important;
}
.mk-contact-form-wrapper.modern-style .mk-button {
  margin-bottom: 45px !important;
  border-width: 3px;
}
.mk-contact-form-wrapper.modern-style .mk-button:hover {
  color: #fff;
}
.mk-contact-form-wrapper .mk-form-row {
  margin-bottom: 10px;
  position: relative;
}
.mk-contact-form-wrapper .mk-form-row i {
  float: left;
  width: 39px !important;
  height: 41px;
  line-height: 41px;
  text-align: center;
  position: absolute;
  left: 3px;
  top: 3px;
  font-size: 16px;
}
.mk-contact-form-wrapper .mk-form-row i.input-focused {
  color: #fff !important;
  border-right-width: 1px;
  border-right-style: solid;
}
.mk-contact-form-wrapper .text-input,
.mk-contact-form-wrapper .mk-textarea {
  width: 100%;
  font-size: 12px;
  font-weight: 400 !important;
}
.mk-contact-form-wrapper .text-input {
  padding: 12px;
  width: 100%;
  padding-left: 58px;
}
.mk-contact-form-wrapper .mk-textarea {
  padding: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
}
.mk-contact-form-wrapper .button-row {
  text-align: center;
}
.mk-contact-form-wrapper .mk-button {
  margin: 0 auto;
}
.widget .mk-contact-form-wrapper .captcha-image {
  max-width: 100% !important;
}
.widget .mk-contact-form-wrapper.light-skin .text-input,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea {
  border: 2px solid #eee;
  background-color: rgba(238, 238, 238, 0.1);
}
.widget .mk-contact-form-wrapper.light-skin .mk-form-row i {
  top: 2px;
  left: 2px;
  border-right: 2px solid #eee;
  color: #666;
}
.widget .mk-contact-form-wrapper.light-skin .mk-form-row i.input-focused {
  color: #fff;
  border-right: 0;
}
.widget .mk-contact-form-wrapper.light-skin .mk-button {
  border: 2px solid #eee;
  color: #444;
}
.widget .mk-contact-form-wrapper.light-skin .mk-button:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}
.widget .mk-contact-form-wrapper.light-skin .text-input::-webkit-input-placeholder,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea::-webkit-input-placeholder {
  color: #666;
}
.widget .mk-contact-form-wrapper.light-skin .text-input:-moz-placeholder,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea:-moz-placeholder {
  color: #666;
}
.widget .mk-contact-form-wrapper.light-skin .text-input::-moz-placeholder,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea::-moz-placeholder {
  color: #666;
}
.widget .mk-contact-form-wrapper.light-skin .text-input:-ms-input-placeholder,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea:-ms-input-placeholder {
  color: #666;
}
.widget .mk-contact-form-wrapper.dark-skin .text-input,
.widget .mk-contact-form-wrapper.dark-skin .mk-textarea {
  border: 2px solid rgba(128, 128, 128, 0.5);
  background-color: rgba(128, 128, 128, 0.1);
}
.widget .mk-contact-form-wrapper.dark-skin .mk-form-row i {
  top: 2px;
  left: 2px;
  border-right: 2px solid rgba(128, 128, 128, 0.5);
  color: #666;
}
.widget .mk-contact-form-wrapper.dark-skin .mk-form-row i.input-focused {
  color: #fff;
  border-right: 0;
}
.widget .mk-contact-form-wrapper.dark-skin .mk-button {
  border: 2px solid rgba(128, 128, 128, 0.5);
  color: rgba(128, 128, 128, 0.5);
}
.widget .mk-contact-form-wrapper.dark-skin .mk-button:hover {
  background-color: #eee;
  border-color: #eee;
  color: #444;
}
.widget .mk-contact-form-wrapper.dark-skin .text-input::-webkit-input-placeholder,
.widget .mk-contact-form-wrapper.dark-skin .mk-textarea::-webkit-input-placeholder {
  color: #666;
}
.widget .mk-contact-form-wrapper.dark-skin .text-input:-moz-placeholder,
.widget .mk-contact-form-wrapper.dark-skin .mk-textarea:-moz-placeholder {
  color: #666;
}
.widget .mk-contact-form-wrapper.dark-skin .text-input::-moz-placeholder,
.widget .mk-contact-form-wrapper.dark-skin .mk-textarea::-moz-placeholder {
  color: #666;
}
.widget .mk-contact-form-wrapper.dark-skin .text-input:-ms-input-placeholder,
.widget .mk-contact-form-wrapper.dark-skin .mk-textarea:-ms-input-placeholder {
  color: #666;
}
.mk-contact-loading {
  position: absolute;
  right: 15px;
  bottom: 20px;
  display: none;
  line-height: 1;
  color: rgba(128, 128, 128, 0.2);
  font-size: 16px;
  -moz-animation: spin 0.7s infinite linear;
  -o-animation: spin 0.7s infinite linear;
  -webkit-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
}
.mk-contact-success {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: none;
  color: #90b64d;
  font-size: 32px;
}
/* Quick Contact Form
-------------------------------------------------------------------- */
.quick-button-container {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.quick-button-container.go-right {
  right: 25px;
}
.quick-button-container.go-left {
  right: 70px;
}
.quick-button-container .mk-quick-contact-link {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #cccccc;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
}
.quick-button-container .mk-quick-contact-link i {
  color: #fff;
  font-size: 24px;
  line-height: 42px;
}
.quick-button-container .mk-quick-contact-link:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
@media handheld, only screen and (max-width: 767px) {
  .quick-button-container .mk-quick-contact-link {
    display: none;
  }
}
.mk-quick-contact-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.mk-quick-contact-overlay.light-skin {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.mk-quick-contact-overlay.light-skin .mk-quick-contact-close {
  color: #000;
}
.mk-quick-contact-overlay.dark-skin {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.mk-quick-contact-overlay.dark-skin .mk-quick-contact-close {
  color: #fff;
}
.mk-quick-contact-overlay .mk-quick-contact-wrapper {
  -webkit-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.mk-quick-contact-overlay .mk-quick-contact-wrapper .captcha-change-image {
  color: #969696;
}
.mk-quick-contact-overlay .mk-quick-contact-inset {
  width: 800px;
  margin: 0 auto;
  opacity: 0.4;
  -webkit-transform: translateY(25%) rotateX(-35deg);
  -ms-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s;
}
.mk-quick-contact-overlay .mk-quick-contact-close {
  position: absolute;
  top: 50px;
  right: 50px;
}
.mk-quick-contact-overlay .mk-quick-contact-close i {
  line-height: 25px;
  font-size: 32px;
  display: inline-block;
  transition: transform 0.25s ease-in-out;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.mk-quick-contact-overlay .mk-quick-contact-close:hover i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.mk-quick-contact-overlay.mk-quick-contact-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mk-quick-contact-overlay.mk-quick-contact-visible .mk-quick-contact-inset {
  opacity: 1;
  -webkit-transform: translateY(0) rotateX(0deg);
  -ms-transform: translateY(0) rotateX(0deg);
  transform: translateY(0) rotateX(0deg);
}
.mk-progress-button {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.mk-progress-button i {
  border-right: none!important;
}
.mk-progress-button[disabled],
.mk-progress-button[disabled].state-loading {
  cursor: default;
}
.mk-progress-button .mk-progress-button-content {
  position: relative;
  display: block;
}
.mk-progress-button .state-success,
.mk-progress-button .state-error {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.mk-progress-button.medium .state-success,
.mk-progress-button.medium .state-error {
  font-size: 14px;
}
.notransition {
  transition: none !important;
}
.mk-progress-button .mk-progress-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0;
  transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
}
.mk-contact-form-wrapper.dark-skin .outline-button .mk-progress-inner,
.mk-contact-form-wrapper.light-skin .outline-button:hover .mk-progress-inner {
  background: rgba(0, 0, 0, 0.5);
}
.mk-contact-form-wrapper.light-skin .outline-button .mk-progress-inner,
.mk-contact-form-wrapper.dark-skin .outline-button:hover .mk-progress-inner {
  background: rgba(255, 255, 255, 0.5);
}
.mk-progress-button[data-horizontal] .mk-progress-inner {
  bottom: 0;
  width: 0;
  height: 5px;
  transition: width 0.3s, opacity 0.3s;
  transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
}
.mk-progress-button[data-vertical] .mk-progress-inner {
  bottom: 0;
  width: 100%;
  height: 0;
  transition: height 0.3s, opacity 0.3s;
}
/* move-up */
/* ====================== */
.mk-progress-button[data-style="move-up"] {
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mk-progress-button[data-style="move-up"] .mk-progress-button-content {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.mk-progress-button[data-style="move-up"] .mk-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mk-progress-button[data-style="move-up"].state-loading .mk-progress-button-content {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* Shortcode:Contact Info
-------------------------------------------------------------------- */
.mk-contactinfo-shortcode {
  margin-bottom: 20px;
}
/* Shortcode:Social Networks
-------------------------------------------------------------------- */
.mk-social-network {
  margin: 10px 0;
  padding: 0;
}
.mk-social-network.social-align-right {
  text-align: right;
}
.mk-social-network.social-align-center {
  text-align: center;
}
.mk-social-network.social-align-left {
  text-align: left;
}
.mk-social-network ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-social-network ul li {
  display: inline-block;
  margin: 0;
}
.mk-social-network ul li a {
  position: relative;
  display: inline-block;
  float: left;
  margin: 4px;
  font-size: 16px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.mk-social-network ul li a.dark {
  border-color: #737373;
  color: #737373;
}
.mk-social-network ul li a.dark:hover {
  color: #fff ;
  background-color: #737373;
}
.mk-social-network ul li a.light {
  border-color: #fff;
  color: #fff;
}
.mk-social-network ul li a.light:hover {
  background-color: #fff ;
  color: #000 ;
}
.mk-social-network ul li a i {
  vertical-align: middle;
  line-height: 32px;
}
.mk-social-network.square-style a,
.mk-social-network.circle-style a {
  border-style: solid;
  border-width: 3px;
}
.mk-social-network.square-style a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mk-social-network.circle-style a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mk-social-network.simple-style a {
  border-color: transparent !important;
}
.mk-social-network.simple-style a i {
  transition: color .3s ease;
}
.mk-social-network.simple-style a:hover,
.mk-social-network.simple-style a.custom {
  background-color: transparent !important;
}
.mk-social-network.simple-style a.dark:hover {
  color: inherit !important;
}
.mk-social-network.simple-style a.light:hover {
  color: #fff !important;
}
@media handheld, only screen and (max-width: 650px) {
  .mk-social-network.social-align-right,
  .mk-social-network.social-align-left {
    text-align: center;
  }
}
/* Shortcode:Fancy Title
-------------------------------------------------------------------- */
.mk-fancy-title.stroke-title span {
  padding: 7px 11px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-fancy-title.stroke-title .fancy-title-span {
    border: none !important;
  }
}
.mk-fancy-title.standard-title:after,
.mk-fancy-title.standard-title:before {
  display: inline-block;
  content: "";
  width: 70px;
  height: 3px;
  margin-top: -2px;
  vertical-align: middle;
  background-color: #444;
}
.mk-fancy-title.standard-title .fancy-title-span {
  display: inline-block;
}
.mk-fancy-title.standard-title.center-align .fancy-title-span {
  padding: 0 15px;
  border: 3px solid #444;
  border-top: none;
  border-bottom: none;
}
.mk-fancy-title.standard-title.left-align:before {
  display: none;
}
.mk-fancy-title.standard-title.left-align .fancy-title-span {
  padding-right: 15px;
  border-right: 3px solid #444;
}
.mk-fancy-title.standard-title.right-align:after {
  display: none;
}
.mk-fancy-title.standard-title.right-align .fancy-title-span {
  padding-left: 15px;
  border-left: 3px solid #444;
}
.mk-fancy-title.avantgarde-title:after,
.mk-fancy-title.avantgarde-title:before {
  display: inline-block;
  content: "";
  width: 70px;
  height: 3px;
  margin-top: -2px;
  vertical-align: middle;
  background-color: #444;
}
.mk-fancy-title.avantgarde-title .fancy-title-span {
  display: inline-block;
}
.mk-fancy-title.avantgarde-title.center-align .fancy-title-span {
  padding: 0 15px;
}
.mk-fancy-title.avantgarde-title.left-align:before {
  display: none;
}
.mk-fancy-title.avantgarde-title.left-align .fancy-title-span {
  padding-right: 15px;
}
.mk-fancy-title.avantgarde-title.right-align:after {
  display: none;
}
.mk-fancy-title.avantgarde-title.right-align .fancy-title-span {
  padding-left: 15px;
}
.mk-fancy-title.alt-title {
  position: relative;
}
.mk-fancy-title.alt-title .fancy-title-span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.mk-fancy-title.alt-title:after {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.mk-fancy-title.alt-title.center-align .fancy-title-span {
  padding: 0 10px;
}
.mk-fancy-title.alt-title.left-align .fancy-title-span {
  padding-right: 10px;
}
.mk-fancy-title.alt-title.right-align .fancy-title-span {
  padding-left: 10px;
}
.mk-fancy-title.underline-title span {
  display: inline-block;
}
.mk-fancy-title.underline-title span:after {
  content: '';
  display: block;
  width: 100%;
}
.mk-fancy-title p {
  margin-bottom: 0 !important;
}
.mk-fancy-title.color-gradient span i {
  display: table;
  font-style: normal;
}
@media handheld, only screen and (max-width: 960px) {
  .vc_span6 .mk-fancy-title,
  .vc_span8 .mk-fancy-title,
  .vc_span3 .mk-fancy-title,
  .vc_span4 .mk-fancy-title {
    text-align: center !important;
  }
  .vc_span6 .mk-fancy-title .fancy-title-span,
  .vc_span8 .mk-fancy-title .fancy-title-span,
  .vc_span3 .mk-fancy-title .fancy-title-span,
  .vc_span4 .mk-fancy-title .fancy-title-span {
    border: none !important;
    padding: 0 !important;
  }
  .vc_span6 .mk-fancy-title:after,
  .vc_span6 .mk-fancy-title:before,
  .vc_span8 .mk-fancy-title:after,
  .vc_span8 .mk-fancy-title:before,
  .vc_span3 .mk-fancy-title:after,
  .vc_span3 .mk-fancy-title:before,
  .vc_span4 .mk-fancy-title:after,
  .vc_span4 .mk-fancy-title:before {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-fancy-title .fancy-title-span {
    border: none !important;
    padding: 0 !important;
  }
  .mk-fancy-title:after,
  .mk-fancy-title:before {
    display: none !important;
  }
  .fancy-title-responsive-title {
    font-size: 36px !important;
  }
}
.mk-fancy-text {
  display: block;
  line-height: 100%;
}
.mk-fancy-text.title-box-right {
  float: right;
  text-align: right;
}
.mk-fancy-text.title-box-left {
  float: left;
}
.mk-fancy-text.title-box-justify {
  text-align: justify;
}
.mk-fancy-text.title-box-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mk-fancy-text p {
  margin: 0;
}
.mk-fancy-text span {
  padding: 4px 0;
  box-decoration-break: clone;
}
/* Shortcode:Font Icons
-------------------------------------------------------------------- */
.mk-font-icons {
  display: inline-block;
}
.mk-font-icons.icon-align-right {
  float: right;
}
.mk-font-icons.icon-align-center {
  display: block;
  text-align: center;
}
.mk-font-icons.icon-align-left {
  float: left;
}
.mk-font-icons a:hover .default-font-icon {
  color: #fff !important;
}
.mk-font-icons .default-font-icon {
  border: 3px solid #777;
}
.mk-font-icons .filled-font-icon {
  color: #fff;
}
.mk-font-icons .custom-font-icon {
  border-width: 3px;
  border-style: solid;
}
.mk-font-icons i {
  display: inline-block;
  text-align: center;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-border-radius: 600px;
  -moz-border-radius: 600px;
  border-radius: 600px;
}
.mk-font-icons i.mk-size-small {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
.mk-font-icons i.mk-size-medium {
  width: 100px;
  height: 100px;
  font-size: 32px;
  line-height: 100px;
}
.mk-font-icons i.mk-size-large {
  width: 150px;
  height: 150px;
  font-size: 48px;
  line-height: 150px;
}
.mk-font-icons i.mk-size-x-large {
  width: 186px;
  height: 186px;
  font-size: 64px;
  line-height: 186px;
}
.mk-font-icons i.mk-size-xx-large {
  width: 296px;
  height: 296px;
  font-size: 128px;
  line-height: 296px;
}
.mk-font-icons i.mk-size-xxx-large {
  width: 520px;
  height: 520px;
  font-size: 256px;
  line-height: 520px;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-font-icons i.mk-size-xxx-large {
    width: 296px;
    height: 296px;
    font-size: 128px;
    line-height: 296px;
  }
}
.mk-font-icons.remove-frame i {
  width: auto !important;
  height: auto !important;
  border: none !important;
  background-color: transparent !important;
  line-height: 100% !important;
}
/* Shortcode:Icon Text
-------------------------------------------------------------------- */
.mk-box-text {
  text-align: center;
  padding: 20px 0;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-box-text i {
  line-height: 100%;
  display: block;
}
.mk-box-text.large i {
  margin-bottom: 30px;
}
.mk-box-text.medium i {
  margin-bottom: 20px;
}
.mk-box-text.small i {
  margin-bottom: 10px;
}
.mk-box-text .icon-txt-default {
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.mk-box-text .icon-txt-hover {
  opacity: 0;
  text-transform: uppercase;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-box-text.light-skin .icon-txt-default,
.mk-box-text.light-skin .icon-txt-hover,
.mk-box-text.light-skin i {
  color: #fff;
}
.mk-box-text.dark-skin .icon-txt-default,
.mk-box-text.dark-skin .icon-txt-hover,
.mk-box-text.dark-skin i {
  color: #444;
}
.mk-box-text:hover {
  padding: 10px 0 55px;
}
.mk-box-text:hover .icon-txt-default {
  opacity: 0;
}
.mk-box-text:hover .icon-txt-hover {
  opacity: 1;
  margin-top: -25px;
}
/* Shortcode:Clients Carousel
-------------------------------------------------------------------- */
.mk-clients-shortcode {
  position: relative;
}
.mk-clients-shortcode ul {
  *zoom: 1;
}
.mk-clients-shortcode ul:before,
.mk-clients-shortcode ul:after {
  content: " ";
  display: table;
}
.mk-clients-shortcode ul:after {
  clear: both;
}
.mk-clients-shortcode ul,
.mk-clients-shortcode li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-clients-shortcode.grid-style .client-item-wrapper {
  border: none !important;
  margin: 0 1px 1px;
}
@media handheld, only screen and (max-width: 500px) {
  .mk-clients-shortcode.grid-style .client-item {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
  }
}
.mk-clients-shortcode .client-item {
  float: left;
  position: relative;
}
.mk-clients-shortcode .client-item:hover .clients-info {
  opacity: 1;
}
.mk-clients-shortcode .client-item:last-of-type .client-item-wrapper {
  border-right-width: 5px;
}
.mk-clients-shortcode .client-item-wrapper {
  border-style: solid;
  border-right-width: 0;
  line-height: 4px;
  position: relative;
  z-index: 5;
}
.mk-clients-shortcode.column-style.one-column li {
  width: 100%;
}
.mk-clients-shortcode.column-style.two-column li {
  width: 50%;
}
.mk-clients-shortcode.column-style.three-column li {
  width: 33.33%;
}
.mk-clients-shortcode.column-style.four-column li {
  width: 25%;
}
.mk-clients-shortcode.column-style.five-column li {
  width: 20%;
}
.mk-clients-shortcode.column-style.six-column li {
  width: 16.66%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-clients-shortcode.column-style.three-column li,
  .mk-clients-shortcode.column-style.four-column li,
  .mk-clients-shortcode.column-style.five-column li,
  .mk-clients-shortcode.column-style.six-column li {
    width: 33.2% !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-clients-shortcode.column-style.three-column li,
  .mk-clients-shortcode.column-style.four-column li,
  .mk-clients-shortcode.column-style.five-column li,
  .mk-clients-shortcode.column-style.six-column li {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .mk-clients-shortcode.column-style.three-column li,
  .mk-clients-shortcode.column-style.four-column li,
  .mk-clients-shortcode.column-style.two-column li,
  .mk-clients-shortcode.column-style.five-column li,
  .mk-clients-shortcode.column-style.six-column li {
    width: 100% !important;
  }
}
.mk-clients-shortcode.column-style .client-logo {
  width: 100%;
}
.mk-clients-shortcode.column-style .client-item .client-item-wrapper {
  border-top: none !important;
  border-left: none !important;
}
.mk-clients-shortcode .client-logo {
  position: relative;
  display: inline-block;
  background-position: center center;
  background-position: center;
  background-repeat: no-repeat;
}
.mk-clients-shortcode.bg-cover-true .client-logo {
  background-size: cover;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.mk-clients-shortcode .clients-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100%;
  line-height: 20px;
  z-index: 14;
  display: table;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  background-color: #222222 !important;
}
.mk-clients-shortcode .clients-info-holder {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.mk-clients-shortcode .client-company {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  padding: 0 5%;
}
/* Shortcode:Icon Box
-------------------------------------------------------------------- */
.mk-box-icon {
  position: relative;
  margin-bottom: 40px;
  /* Style 1 */
  /* Style 2 */
  /* Style 3 */
}
.mk-box-icon .icon-box-title {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: normal !important;
  color: #696969;
}
.mk-box-icon .icon-box-desc {
  margin-bottom: 18px;
  line-height: 1.3em;
}
.mk-box-icon .icon-box-desc p {
  line-height: 1.3em;
  margin: 0;
  color: inherit;
}
.mk-box-icon .mk-button {
  margin: 0;
}
.mk-box-icon .box-ico,
.mk-box-icon .icon-box-container {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
.mk-box-icon .box-image {
  display: block;
  margin: 0 auto;
}
.mk-box-icon.style1-box {
  text-align: center;
}
.mk-box-icon.style1-box .box-ico {
  font-size: 32px;
  margin-bottom: 13px;
  display: block;
}
.mk-box-icon.style1-box .icon-box-title {
  text-align: center;
}
.mk-box-icon.style1-box .box-image {
  margin-bottom: 15px;
}
.mk-box-icon.style1-box .icon-box-title {
  font-weight: 600;
}
.mk-box-icon.style2-box {
  text-align: left;
}
.mk-box-icon.style2-box .icon-box-title {
  margin-bottom: 10px !important;
}
.mk-box-icon.style2-box.icon-left-align .icon-box-container {
  left: 0;
}
.mk-box-icon.style2-box.icon-left-align .icon-box-content {
  margin-left: 55px;
}
.mk-box-icon.style2-box.icon-left-align .icon-box-title {
  text-align: left;
}
.mk-box-icon.style2-box.icon-left-align.type-image .icon-box-content {
  margin-left: 100px;
}
.mk-box-icon.style2-box.icon-right-align {
  text-align: right;
}
.mk-box-icon.style2-box.icon-right-align .icon-box-container {
  right: 0;
}
.mk-box-icon.style2-box.icon-right-align .icon-box-content {
  margin-right: 45px;
}
.mk-box-icon.style2-box.icon-right-align .icon-box-title {
  text-align: right;
}
.mk-box-icon.style2-box.icon-right-align.type-image .icon-box-content {
  margin-right: 100px;
}
.mk-box-icon.style2-box .icon-box-container {
  position: absolute;
  top: 2px;
}
.mk-box-icon.style2-box .box-ico {
  font-size: 32px;
  display: block;
}
.mk-box-icon.style2-box .icon-box-title {
  color: #696969;
  padding-top: 5px;
}
.mk-box-icon.style3-box,
.mk-box-icon.style4-box,
.mk-box-icon.style5-box,
.mk-box-icon.style6-box {
  text-align: center;
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style4-box .icon-box-container,
.mk-box-icon.style5-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mk-box-icon.style3-box.icon-round-true .icon-box-container,
.mk-box-icon.style4-box.icon-round-true .icon-box-container,
.mk-box-icon.style5-box.icon-round-true .icon-box-container,
.mk-box-icon.style6-box.icon-round-true .icon-box-container {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.mk-box-icon.style3-box .box-ico,
.mk-box-icon.style4-box .box-ico,
.mk-box-icon.style5-box .box-ico,
.mk-box-icon.style6-box .box-ico {
  font-size: 32px;
  line-height: 82px;
}
.mk-box-icon.style3-box .box-image,
.mk-box-icon.style4-box .box-image,
.mk-box-icon.style5-box .box-image,
.mk-box-icon.style6-box .box-image {
  margin-bottom: 20px;
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style4-box .icon-box-container {
  margin-bottom: 15px;
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style5-box .icon-box-container {
  background-color: #fff;
  border: 2px solid #eee;
}
.mk-box-icon.style4-box .box-ico,
.mk-box-icon.style6-box .box-ico {
  color: #fff;
}
.mk-box-icon.style4-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
  border: 2px solid #eee;
}
.mk-box-icon.style5-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
  margin-bottom: -43px;
  z-index: 10;
  position: relative;
}
.mk-box-icon.style5-box .icon-box-content,
.mk-box-icon.style6-box .icon-box-content {
  background-color: #fff;
  border: 2px solid #eee;
  padding: 60px 42px 40px;
  position: relative;
  z-index: 2;
}
.mk-box-icon.style7-box {
  text-align: left;
}
.mk-box-icon.style7-box .icon-box-container {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.mk-box-icon.style7-box .icon-box-container.icon-type-holder {
  width: 130px;
  height: 130px;
  line-height: 130px;
}
.mk-box-icon.style7-box.icon-round-true .icon-box-container.icon-type-holder {
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.mk-box-icon.style7-box .box-ico {
  font-size: 64px;
  line-height: 130px;
  color: #fff;
  display: block;
}
.mk-box-icon.style7-box.icon-frame-false .box-ico {
  font-size: 128px;
  vertical-align: top;
}
.mk-box-icon.style7-box .icon-box-title {
  margin-bottom: 10px !important;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-box-icon.style7-box .icon-box-title {
    text-align: center !important;
  }
}
.mk-box-icon.style7-box.icon-left-align .icon-box-container {
  left: 0;
}
.mk-box-icon.style7-box.icon-left-align .icon-box-content {
  margin-left: 150px;
}
.mk-box-icon.style7-box.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 140px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.icon-left-align .icon-box-title {
  text-align: left;
}
.mk-box-icon.style7-box.icon-left-align .icon-box-container {
  position: absolute;
  top: 3px;
}
.mk-box-icon.style7-box.icon-right-align {
  text-align: right;
}
.mk-box-icon.style7-box.icon-right-align .icon-box-container {
  right: 0;
}
.mk-box-icon.style7-box.icon-right-align .icon-box-content {
  margin-right: 150px;
}
.mk-box-icon.style7-box.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 140px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.icon-right-align .icon-box-container {
  position: absolute;
  top: 3px;
}
.mk-box-icon.style7-box.icon-top-align {
  text-align: center;
}
.mk-box-icon.style7-box.icon-top-align .icon-box-container {
  margin-bottom: 10px;
}
.mk-box-icon.style7-box.icon-top-align .icon-box-title {
  text-align: center;
}
.mk-box-icon.style7-box.size-small .box-ico {
  font-size: 32px;
  line-height: 62px;
}
.mk-box-icon.style7-box.size-small.icon-frame-false .box-ico {
  font-size: 48px;
  vertical-align: top;
}
.mk-box-icon.style7-box.size-small .icon-box-container.icon-type-holder {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.mk-box-icon.style7-box.size-small.icon-left-align .icon-box-content {
  margin-left: 75px;
}
.mk-box-icon.style7-box.size-small.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 75px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.size-small.icon-right-align .icon-box-content {
  margin-right: 75px;
}
.mk-box-icon.style7-box.size-small.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 75px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.size-medium .box-ico {
  font-size: 48px;
  line-height: 92px;
}
.mk-box-icon.style7-box.size-medium.icon-frame-false .box-ico {
  font-size: 64px;
  vertical-align: top;
}
.mk-box-icon.style7-box.size-medium .icon-box-container.icon-type-holder {
  width: 90px;
  height: 90px;
  line-height: 90px;
}
.mk-box-icon.style7-box.size-medium.icon-left-align .icon-box-content {
  margin-left: 105px;
}
.mk-box-icon.style7-box.size-medium.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 105px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.size-medium.icon-right-align .icon-box-content {
  margin-right: 105px;
}
.mk-box-icon.style7-box.size-medium.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 105px;
  padding-top: 10px;
}
.mk-box-icon.style7-box .icon-box-title {
  color: #696969;
  padding-top: 5px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-box-icon.style7-box .icon-box-container {
    position: relative !important;
    margin-bottom: 10px;
  }
  .mk-box-icon.style7-box .icon-box-content {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
  }
}
/* Shortcode:Mini Callout Box
-------------------------------------------------------------------- */
.mk-call-to-action {
  overflow: hidden;
  padding: 60px 45px;
  border: 2px solid #eee;
  background-color: #fafafa;
}
.mk-call-to-action p {
  display: inline;
  margin-bottom: 0;
}
.mk-call-to-action .callout-desc {
  display: table;
  min-height: 43px;
}
.mk-call-to-action .callout-desc-holder {
  display: table-cell;
  padding: 0 20px 0 8px;
  vertical-align: middle;
}
.mk-call-to-action .callout-desc-holder h4 {
  margin-bottom: 0px;
}
.mk-call-to-action .callout-title {
  font-size: 20px;
  line-height: 130%;
}
.mk-call-to-action .mk-button {
  margin-right: 0;
}
@media handheld, only screen and (max-width: 700px) {
  .mk-call-to-action .callout-desc {
    display: block !important;
    text-align: center;
    width: 100%;
  }
  .mk-call-to-action .callout-desc-holder {
    display: block !important;
    padding: 0 !important;
  }
  .mk-call-to-action .mk-button {
    display: block !important;
    margin: 0 0 20px !important;
  }
}
@media handheld, only screen and (max-width: 770px) {
  .mk-call-to-action .callout-desc {
    width: 100%;
    text-align: center;
  }
  .mk-call-to-action .mk-inner-grid > .callout-desc {
    padding-bottom: 10px;
  }
}
/* Shortcode:Full Width Slideshow
-------------------------------------------------------------------- */
.mk-fullwidth-slideshow {
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
/* Shortcode:Gallery
-------------------------------------------------------------------- */
.mk-gallery {
  margin: 0 auto;
}
.mk-gallery img {
  width: 100%;
}
.mk-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-gallery ul li {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
  line-height: 4px;
  /*&:hover {
			.hover-overlay {
				.opacity(90);
			}
			.gallery-meta {
				.opacity(100);
			}
			.gallery-meta i {
				.rotate(0deg);
			}
		}*/
}
.mk-gallery.one-column li {
  width: 100%;
}
.mk-gallery.two-column li {
  width: 50%;
}
.mk-gallery.three-column li {
  width: 33.3%;
}
.mk-gallery.four-column li {
  width: 25%;
}
.mk-gallery.five-column li {
  width: 20%;
}
.mk-gallery.six-column li {
  width: 16.6%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-gallery.three-column li,
  .mk-gallery.four-column li,
  .mk-gallery.five-column li,
  .mk-gallery.six-column li {
    width: 33.2% !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-gallery.three-column li,
  .mk-gallery.four-column li,
  .mk-gallery.five-column li,
  .mk-gallery.six-column li {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .mk-gallery.three-column li,
  .mk-gallery.four-column li,
  .mk-gallery.two-column li,
  .mk-gallery.five-column li,
  .mk-gallery.six-column li {
    width: 100% !important;
  }
}
.mk-gallery.grid-style .item-holder {
  margin: 0 1px 1px 0;
  position: relative;
}
.mk-gallery.grid-style .item-holder img {
  width: 100%;
}
.mk-gallery.grid-style .mk-lightbox {
  min-width: 100px;
  min-height: 100px;
}
.mk-gallery.grid-style .the-title {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}
.mk-gallery.thumb-style {
  text-align: center;
}
.mk-gallery.thumb-style .gallery-thumb-large {
  margin-bottom: 1px;
}
.mk-gallery.thumb-style:hover .slideshow-swiper-arrows,
.mk-gallery.thumb-style:hover .gallery-thumb-lightbox {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-gallery.thumb-style:hover .mk-swiper-next {
  right: 20px;
}
.mk-gallery.thumb-style:hover .mk-swiper-prev {
  left: 20px;
}
.mk-gallery.thumb-style .gallery-thumb-lightbox {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 16px;
  line-height: 30px;
  margin: -16px 0 0 -16px;
  z-index: 10;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  border: 2px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mk-gallery.thumb-style .gallery-thumb-lightbox-full {
  left: 0;
  top: 0;
  color: transparent;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-width: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.mk-gallery.thumb-style .gallery-thumb-lightbox-full:hover {
  background-color: transparent !important;
}
.mk-gallery .gallery-thumbs-small {
  display: inline-block;
  margin: 0 auto;
}
.mk-gallery .gallery-thumbs-small a {
  display: inline-block;
  padding-right: 1px;
  padding-bottom: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mk-gallery .gallery-thumbs-small a img {
  opacity: 0.7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-gallery .gallery-thumbs-small a.active-item img {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-gallery.masonry-style .mk-gallery-item {
  width: 24.95%;
}
.mk-gallery.masonry-style .gallery-mansory-large {
  width: 49.95%;
}
.mk-gallery.masonry-style .mk-lightbox {
  min-width: 100px;
  min-height: 100px;
}
.mk-gallery.masonry-style .the-title {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
  text-transform: uppercase;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-gallery.masonry-style .mk-gallery-item {
    width: 24.9%;
  }
  .mk-gallery.masonry-style .gallery-mansory-large {
    width: 49.9%;
  }
}
@media handheld, only screen and (max-width: 960px) {
  .mk-gallery.masonry-style .mk-gallery-item,
  .mk-gallery.masonry-style .gallery-mansory-large {
    width: 49.9%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-gallery.masonry-style .mk-gallery-item,
  .mk-gallery.masonry-style .gallery-mansory-large {
    width: 100%;
  }
}
.mk-gallery.grid-style .featured-image.overlay-hover .hover-overlay,
.mk-gallery.masonry-style .featured-image.overlay-hover .hover-overlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.mk-gallery.grid-style .featured-image.overlay-hover img,
.mk-gallery.masonry-style .featured-image.overlay-hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.mk-gallery.grid-style .featured-image.overlay-hover i,
.mk-gallery.masonry-style .featured-image.overlay-hover i {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.25s ease-in-out, visibility 0.25s, background-color 0.25s, color 0.25s;
  transition: opacity 0.25s, transform 0.25s ease-in-out, visibility 0.25s, background-color 0.25s, color 0.25s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mk-gallery.grid-style .featured-image.overlay-hover i:hover,
.mk-gallery.masonry-style .featured-image.overlay-hover i:hover {
  background-color: #fff;
  color: #000;
}
.mk-gallery.grid-style .featured-image.overlay-hover .the-title,
.mk-gallery.masonry-style .featured-image.overlay-hover .the-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.25s ease-in-out, visibility 0.25s;
  transition: opacity 0.25s, transform 0.25s ease-in-out, visibility 0.25s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mk-gallery.grid-style .featured-image.overlay-hover .the-title a,
.mk-gallery.masonry-style .featured-image.overlay-hover .the-title a {
  color: #fff;
}
.mk-gallery.grid-style .featured-image.overlay-hover:hover img,
.mk-gallery.masonry-style .featured-image.overlay-hover:hover img {
  -webkit-transform: translate3d(0, -2.5%, 0) scale(1.05);
  transform: translate3d(0, -2.5%, 0) scale(1.05);
}
.mk-gallery.grid-style .featured-image.overlay-hover:hover i,
.mk-gallery.masonry-style .featured-image.overlay-hover:hover i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mk-gallery.grid-style .featured-image.overlay-hover:hover .the-title,
.mk-gallery.masonry-style .featured-image.overlay-hover:hover .the-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mk-gallery.grid-style .featured-image.gradient-hover .hover-overlay,
.mk-gallery.masonry-style .featured-image.gradient-hover .hover-overlay {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.mk-gallery.grid-style .featured-image.gradient-hover img,
.mk-gallery.masonry-style .featured-image.gradient-hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.mk-gallery.grid-style .featured-image.gradient-hover .the-title,
.mk-gallery.masonry-style .featured-image.gradient-hover .the-title,
.mk-gallery.grid-style .featured-image.gradient-hover i,
.mk-gallery.masonry-style .featured-image.gradient-hover i {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.25s ease-in-out, visibility 0.25s, background-color 0.25s, color 0.25s;
  transition: opacity 0.25s, transform 0.25s ease-in-out, visibility 0.25s, background-color 0.25s, color 0.25s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.mk-gallery.grid-style .featured-image.gradient-hover .the-title a,
.mk-gallery.masonry-style .featured-image.gradient-hover .the-title a {
  color: #fff;
}
.mk-gallery.grid-style .featured-image.gradient-hover i:hover,
.mk-gallery.masonry-style .featured-image.gradient-hover i:hover {
  background-color: #fff;
  color: #000;
}
.mk-gallery.grid-style .featured-image.gradient-hover:hover .hover-overlay,
.mk-gallery.masonry-style .featured-image.gradient-hover:hover .hover-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mk-gallery.grid-style .featured-image.gradient-hover:hover img,
.mk-gallery.masonry-style .featured-image.gradient-hover:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mk-gallery.grid-style .featured-image.gradient-hover:hover .the-title,
.mk-gallery.masonry-style .featured-image.gradient-hover:hover .the-title,
.mk-gallery.grid-style .featured-image.gradient-hover:hover i,
.mk-gallery.masonry-style .featured-image.gradient-hover:hover i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mk-gallery.grid-style .featured-image.none-hover .hover-overlay,
.mk-gallery.masonry-style .featured-image.none-hover .hover-overlay {
  background-color: transparent ;
  display: none !important;
}
.mk-gallery.grid-style .featured-image.none-hover img,
.mk-gallery.masonry-style .featured-image.none-hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.mk-gallery.grid-style .featured-image.none-hover .the-title,
.mk-gallery.masonry-style .featured-image.none-hover .the-title,
.mk-gallery.grid-style .featured-image.none-hover i,
.mk-gallery.masonry-style .featured-image.none-hover i {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.25s ease-in-out, visibility 0.25s, background-color 0.25s, color 0.25s;
  transition: opacity 0.25s, transform 0.25s ease-in-out, visibility 0.25s, background-color 0.25s, color 0.25s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.mk-gallery.grid-style .featured-image.none-hover .the-title a,
.mk-gallery.masonry-style .featured-image.none-hover .the-title a {
  color: #fff;
}
.mk-gallery.grid-style .featured-image.none-hover i:hover,
.mk-gallery.masonry-style .featured-image.none-hover i:hover {
  background-color: #fff;
  color: #000;
}
.mk-gallery.grid-style .featured-image.none-hover:hover .hover-overlay,
.mk-gallery.masonry-style .featured-image.none-hover:hover .hover-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mk-gallery.grid-style .featured-image.none-hover:hover img,
.mk-gallery.masonry-style .featured-image.none-hover:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mk-gallery.grid-style .featured-image.none-hover:hover .the-title,
.mk-gallery.masonry-style .featured-image.none-hover:hover .the-title,
.mk-gallery.grid-style .featured-image.none-hover:hover i,
.mk-gallery.masonry-style .featured-image.none-hover:hover i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mk-gallery.grid-style .gallery-meta,
.mk-gallery.masonry-style .gallery-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
  text-align: center;
  min-width: 32px;
}
.mk-gallery.grid-style .gallery-meta i,
.mk-gallery.masonry-style .gallery-meta i {
  font-size: 16px;
  width: 27px;
  height: 27px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: 3px solid #fff;
  display: block;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
}
.mk-gallery.grid-style .gallery-meta i:before,
.mk-gallery.masonry-style .gallery-meta i:before {
  height: 27px;
  line-height: 27px;
}
/* Shortcode:Google Maps
-------------------------------------------------------------------- */
.wpb_map_wraper {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 4px;
}
.wpb_map_wraper.circle-map {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.mk-gmaps-parallax {
  overflow: hidden;
}
.mk-gmaps-parallax > div {
  margin-top: -100px;
}
/* Shortcode:Page Section
-------------------------------------------------------------------- */
.mk-page-section {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.mk-page-section .vc_row-fluid {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .mk-page-section {
    background-position: center !important;
    background-attachment: scroll !important;
    background-size: cover;
  }
}
.mk-page-section .page-section-fullwidth {
  width: 100%;
}
.mk-half-layout {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
}
.mk-half-layout.half_left_layout {
  left: 0;
}
.mk-half-layout.half_right_layout {
  right: 0;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-half-layout {
    width: 100%;
    height: 500px;
  }
}
.mk-section-mask,
.mk-section-color-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
.mk-section-color-mask {
  opacity: 0.7;
}
.mk-section-mask {
  background: url(../../../themes/ken/images/video-mask.png) center center repeat;
}
.mk-section-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
}
.mk-section-video video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.mk-custom-boxed,
.box-holder {
  transition: background 0.2s ease-in-out;
}
.height-full .mk-custom-boxed,
.height-full .box-holder {
  height: 100%;
  width: 100%;
}
.mk-custom-boxed .mk-custom-boxed--overlay {
  width: 100%;
  height: 100%;
  position: absolute !important;
  z-index: 2 !important;
  left: 0;
  top: 0;
  pointer-events: none;
}
.mk-custom-boxed .box-holder {
  position: relative;
}
.mk-custom-boxed .box-holder > .wpb_row:before,
.mk-custom-boxed .box-holder > .wpb_row:after {
  content: " ";
  display: table;
}
.mk-custom-boxed .box-holder > .wpb_row:after {
  clear: both;
}
.mk-custom-boxed .box-holder:after,
.mk-custom-boxed.hover-effect-image.image-effect-blur .box-holder:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
}
.mk-custom-boxed .box-holder > * {
  position: relative;
  z-index: 3;
}
.mk-custom-boxed.hover-effect-single_color .box-holder:after,
.mk-custom-boxed.hover-effect-gradient_color .box-holder:after {
  opacity: 0;
  transition: opacity .2s linear;
}
.mk-custom-boxed.hover-effect-single_color:hover .box-holder:after,
.mk-custom-boxed.hover-effect-gradient_color:hover .box-holder:after {
  opacity: 1;
  transition: opacity .2s;
}
.mk-custom-boxed.hover-effect-image,
.mk-custom-boxed.hover-effect-image.image-effect-blur .box-holder {
  overflow: hidden;
}
.mk-custom-boxed.hover-effect-image.image-effect-zoom-in .box-holder:after {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mk-custom-boxed.hover-effect-image.image-effect-zoom-in .box-holder:hover:after {
  -webkit-transform: scale(1.11);
  -ms-transform: scale(1.11);
  transform: scale(1.11);
  z-index: 1;
}
.mk-custom-boxed.hover-effect-image.image-effect-blur .box-holder:after,
.mk-custom-boxed.hover-effect-image.image-effect-blur .box-holder:before {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.mk-custom-boxed.hover-effect-image.image-effect-blur .box-holder:before {
  opacity: 0;
  transition: opacity .2s;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  z-index: 2;
}
.mk-custom-boxed.hover-effect-image.image-effect-blur .box-holder:hover:before {
  opacity: 1;
}
.mk-custom-boxed.hover-effect-image.image-effect-grayscale .box-holder:after {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter .2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  transition: -ms-filter 0.2s linear;
  transition: -o-filter 0.2s linear;
  transition: -moz-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
}
.mk-custom-boxed.hover-effect-image.image-effect-grayscale .box-holder:hover:after {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.mk-mouse-parallax {
  position: absolute;
  top: 0;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax-y-axis {
  width: 100%;
  height: 130%;
}
.parallax-x-axis {
  width: 130%;
  height: 100%;
}
.parallax-both-axis {
  width: 130%;
  height: 130%;
}
.mk-padding-wrapper,
.mk-half-layout-container {
  position: relative;
  z-index: 5;
  padding-left: 20px;
  padding-right: 20px;
}
.mk-half-layout-container {
  width: 40%;
  margin: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mk-half-layout-container.half_left_layout {
  float: right;
}
.mk-half-layout-container.half_right_layout {
  float: left;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-half-layout-container {
    width: auto !important;
    margin: 0;
    padding-top: 530px !important;
    padding-left: 20px;
    padding-right: 20px;
    float: none !important;
  }
}
.fullwidth-true .mk-padding-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.expandable-section-trigger {
  width: 100%;
  min-height: 100px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.expandable-section-trigger .align-left {
  text-align: left;
}
.expandable-section-trigger .align-center {
  text-align: center;
}
.expandable-section-trigger .align-right {
  text-align: right;
}
.expandable-section-trigger .mk-grid {
  position: relative;
  text-align: center;
}
.expandable-section-trigger.active-toggle {
  background-color: transparent;
}
.expandable-section-trigger .mk-expandable-wrapper {
  display: inline-block;
  margin: 25px auto;
  width: 100%;
}
.expandable-section-trigger span {
  position: relative;
}
.expandable-section-trigger span {
  font-size: 16px;
  display: block;
  line-height: 130%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  z-index: 2;
}
.expandable-section-trigger i,
.expandable-section-trigger .expandable-section-image {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
  display: inline-block;
  z-index: 1;
  top: 50%;
  position: absolute;
  left: 50%;
}
.expandable-section-trigger .expandable-section-image {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.mk-expandable-wrapper {
  position: relative;
  z-index: 5;
}
.section-expandable-true {
  cursor: pointer;
}
.section-expandable-true .mk-padding-wrapper {
  display: none;
}
.section-expandable-true.active-toggle {
  cursor: default;
}
.section-expandable-true.active-toggle .expandable-section-trigger {
  opacity: 0;
}
.section-expandable-true:hover .mk-expandable-wrapper span {
  opacity: 0;
}
.section-expandable-true:hover .mk-expandable-wrapper i,
.section-expandable-true:hover .mk-expandable-wrapper .expandable-section-image {
  opacity: 1;
}
.mk-video-section-touch {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mk-page-section.social-hosted .mk-video-section-touch {
  z-index: 1;
  display: block;
}
.mk-video-color-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.vertical-centered {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-device-width: 320px) and (max-width: 1024px) {
  .mk-page-section {
    background-position: center !important;
    background-attachment: scroll !important;
  }
  .mk-section-video {
    display: none !important;
  }
  .mk-video-section-touch {
    display: block !important;
  }
}
.mk-section-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.mk-section-video .video-social-hosted {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}
.mk-shape-divider {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 10;
}
.mk-shape-divider--stick-bottom {
  bottom: 0;
}
.mk-shape-divider--stick-top {
  top: 0;
}
.mk-shape-divider .shape__container {
  position: relative;
  overflow: hidden;
}
.mk-shape-divider .shape__container .shape {
  width: 100%;
}
.mk-shape-divider .shape__container .shape svg {
  display: block;
}
.mk-shape-divider.speech-bottom-style .shape__container .shape,
.mk-shape-divider.speech-top-style .shape__container .shape {
  width: 100%;
}
.mk-shape-divider.speech-bottom-style .shape__container .shape .speech-left,
.mk-shape-divider.speech-top-style .shape__container .shape .speech-left,
.mk-shape-divider.speech-bottom-style .shape__container .shape .speech-right,
.mk-shape-divider.speech-top-style .shape__container .shape .speech-right {
  width: 50%;
}
.mk-shape-divider.speech-bottom-style .shape__container .shape .speech-left,
.mk-shape-divider.speech-top-style .shape__container .shape .speech-left {
  float: left;
}
.mk-shape-divider.speech-bottom-style .shape__container .shape .speech-right,
.mk-shape-divider.speech-top-style .shape__container .shape .speech-right {
  float: right;
}
.mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-left,
.mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-left,
.mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-right,
.mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-right {
  height: 35px;
}
.mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-left,
.mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-left,
.mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-right,
.mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-right {
  height: 60px;
}
.mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-left {
  border-top-right-radius: 35px;
}
.mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-right {
  border-top-left-radius: 35px;
}
.mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-left {
  border-top-right-radius: 60px;
}
.mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-right {
  border-top-left-radius: 60px;
}
.mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-left {
  border-bottom-right-radius: 35px;
}
.mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-right {
  border-bottom-left-radius: 35px;
}
.mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-left {
  border-bottom-right-radius: 60px;
}
.mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-right {
  border-bottom-left-radius: 60px;
}
/* Shortcode:Twitter Feed
-------------------------------------------------------------------- */
.mk-tweet-shortcode {
  margin: 0;
}
.mk-tweet-shortcode li {
  list-style: none;
  margin: 0;
  padding: 14px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.mk-tweet-shortcode li .tweet-time {
  display: block;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.mk-tweet-shortcode li span a {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.mk-twitter-shortcode {
  margin-bottom: 20px;
}
/* Shortcode:Audio Player
-------------------------------------------------------------------- */
.mk-audio {
  margin-bottom: 10px;
  padding: 9px;
  position: relative;
}
.mk-audio.add-baloon .jp-interface:before {
  position: absolute;
  top: -8px;
  left: 50px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #fff;
  border-left: 2px solid #eee;
  border-top: 2px solid #eee;
}
.mk-audio .mk-audio-author {
  display: block;
  margin: 0 0 9px 30px;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 0;
}
.mk-audio.small-version-true .jp-interface {
  padding: 20px 20px 55px;
}
.mk-audio.small-version-true .jp-controls {
  top: 62px;
  left: 20px;
}
.mk-audio.small-version-true .js-volume-wrapper {
  top: 62px;
  right: 20px;
}
/* Shortcode:Moving Images
-------------------------------------------------------------------- */
.mk-moving-image img {
  display: inline-block !important;
  width: auto !important;
}
.mk-moving-image.align-center {
  text-align: center;
}
.mk-moving-image.align-center img {
  margin: 0 auto;
}
.mk-moving-image.align-right {
  text-align: right;
}
.mk-moving-image.align-left {
  text-align: left;
}
/* Shortcode:Process Steps
-------------------------------------------------------------------- */
.mk-process-steps {
  position: relative;
}
.mk-process-steps .step-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
}
.mk-process-steps .step-desc {
  font-size: 13px;
  font-weight: 600;
}
.mk-process-steps .step-icon {
  width: 95px;
  height: 95px;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  font-size: 32px;
  text-align: center;
  line-height: 95px;
  -webkit-backface-visibility: hidden;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  position: relative;
  z-index: 10;
}
.mk-process-steps .step-icon i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 95px;
  text-align: center;
  width: 95px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  color: #fff;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.mk-process-steps .step-holder {
  max-width: 100%;
}
.mk-process-steps.dark-skin .step-title {
  color: #444 !important;
}
.mk-process-steps.dark-skin .step-desc {
  color: #939393;
}
.mk-process-steps.dark-skin .step-icon {
  background-color: #fff;
  border: 2px solid #666;
}
.mk-process-steps.dark-skin .active-step-item .step-icon,
.mk-process-steps.dark-skin li:hover .step-icon,
.mk-process-steps.dark-skin .mk-step:hover .step-icon {
  color: #fff;
}
.mk-process-steps.dark-skin.vertical .step-items:before {
  border-left: 2px solid #666;
}
.mk-process-steps.dark-skin.vertical .mk-step:nth-child(odd) .step-holder:before {
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
}
.mk-process-steps.dark-skin.vertical .mk-step:nth-child(even) .step-holder:before {
  border-right: 2px solid #666;
  border-top: 2px solid #666;
}
.mk-process-steps.dark-skin.vertical .step-holder {
  background: #fff;
  border: 2px solid #666;
}
.mk-process-steps.dark-skin.vertical .step-holder:before {
  background-color: #fff;
}
.mk-process-steps.light-skin .step-title {
  color: #fff !important;
}
.mk-process-steps.light-skin .step-desc {
  color: #eee;
}
.mk-process-steps.light-skin .step-icon {
  border: 2px solid #eee;
  color: #eee;
}
.mk-process-steps.light-skin .active-step-item .step-icon,
.mk-process-steps.light-skin li:hover .step-icon,
.mk-process-steps.light-skin .mk-step:hover .step-icon {
  background-color: #fff;
}
.mk-process-steps.light-skin.vertical .step-items:before {
  border-left: 2px solid #eee;
}
.mk-process-steps.light-skin.vertical .mk-step:nth-child(odd) .step-holder:before {
  border-left: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.mk-process-steps.light-skin.vertical .mk-step:nth-child(even) .step-holder:before {
  border-right: 2px solid #eee;
  border-top: 2px solid #eee;
}
.mk-process-steps.light-skin.vertical .step-holder {
  background: #222;
  border: 2px solid #eee;
}
.mk-process-steps.light-skin.vertical .step-holder:before {
  background-color: #222;
}
.mk-process-steps.custom-skin.vertical .step-items:before {
  border-left-width: 2px;
  border-left-style: solid;
}
.mk-process-steps.custom-skin.vertical .mk-step:nth-child(odd) .step-holder:before {
  border-left-width: 2px;
  border-left-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.mk-process-steps.custom-skin.vertical .mk-step:nth-child(even) .step-holder:before {
  border-right-width: 2px;
  border-right-style: solid;
  border-top-width: 2px;
  border-top-style: solid;
}
.mk-process-steps.custom-skin.vertical .step-holder {
  border-width: 2px;
  border-style: solid;
}
.mk-process-steps.vertical {
  margin-bottom: 30px;
}
.mk-process-steps.vertical .step-items {
  padding-top: 50px;
}
.mk-process-steps.vertical .step-items:before {
  content: "";
  display: block;
  height: 100%;
  width: 0px;
  position: absolute;
  top: 0;
  left: 50%;
}
.mk-process-steps.vertical .mk-step {
  display: block;
  padding: 70px 0;
  position: relative;
  *zoom: 1;
}
.mk-process-steps.vertical .mk-step:before,
.mk-process-steps.vertical .mk-step:after {
  content: " ";
  display: table;
}
.mk-process-steps.vertical .mk-step:after {
  clear: both;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) {
  margin-left: 50%;
  text-align: left;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-icon {
  left: -49px;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder {
  margin: 0 30px 0 80px;
  right: -30px;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder:before {
  left: -9px;
}
.mk-process-steps.vertical .mk-step:nth-child(odd):hover .step-holder {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  right: 0px;
}
.mk-process-steps.vertical .mk-step:nth-child(even) {
  margin-right: 50%;
  text-align: right;
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-icon {
  right: -49px;
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-holder {
  margin: 0 80px 0 30px;
  left: -30px;
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-holder:before {
  right: -9px;
}
.mk-process-steps.vertical .mk-step:nth-child(even):hover .step-holder {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  left: 0;
}
.mk-process-steps.vertical .step-icon {
  position: absolute;
  top: 50%;
  margin-top: -47px;
}
.mk-process-steps.vertical .step-holder {
  position: relative;
  display: inline-block;
  padding: 16px 20px;
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-process-steps.vertical .step-holder:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.mk-process-steps.vertical .step-holder .step-desc-responsive {
  display: none;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-process-steps.vertical .mk-step:nth-child(odd),
  .mk-process-steps.vertical .mk-step:nth-child(even) {
    margin: 0;
    text-align: center;
  }
  .mk-process-steps.vertical .mk-step:nth-child(odd) .step-icon,
  .mk-process-steps.vertical .mk-step:nth-child(even) .step-icon {
    left: 50%;
    margin-left: -50px;
    right: 0;
    bottom: 30px;
    position: relative;
  }
  .mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder,
  .mk-process-steps.vertical .mk-step:nth-child(even) .step-holder {
    position: relative;
    margin: 0 !important;
    right: 0 !important;
    left: 0 !important;
    opacity: 1 !important;
  }
  .mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder:before,
  .mk-process-steps.vertical .mk-step:nth-child(even) .step-holder:before {
    position: absolute;
    top: -1px;
    right: auto;
    left: 50%;
    margin-left: -6px;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
  }
  .mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  .mk-process-steps.vertical .mk-step:nth-child(even) .step-holder:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}
.mk-process-steps.horizontal .step-panes .step-icon {
  display: none;
}
.mk-process-steps.horizontal .step-items {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 765px) {
  .mk-process-steps.horizontal .step-items {
    display: none;
  }
}
.mk-process-steps.horizontal .step-items li {
  margin: 0 30px;
  display: inline-block;
}
.mk-process-steps.horizontal .step-panes {
  min-height: 50px;
  padding-bottom: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 765px) {
  .mk-process-steps.horizontal .step-panes {
    display: none;
  }
}
.mk-process-steps.horizontal .step-panes .mk-step {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  top: 30px;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
}
.mk-process-steps.horizontal .step-panes .mk-step.active-step {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  top: 0;
}
.mk-process-steps.horizontal .step-desc-responsive {
  display: none;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-process-steps.horizontal .step-items {
    text-align: center;
  }
  .mk-process-steps.horizontal .step-items:before {
    display: none;
  }
  .mk-process-steps.horizontal .step-items li {
    margin: 15px;
  }
  .mk-process-steps.horizontal .step-desc-responsive {
    display: block;
    text-align: center;
  }
}
.mk-process-steps.horizontal .step-panes-responsive {
  display: none;
}
@media handheld, only screen and (max-width: 765px) {
  .mk-process-steps.horizontal .step-panes-responsive {
    display: block;
  }
}
.mk-process-steps.horizontal .step-panes-responsive .mk-step {
  margin-bottom: 30px;
}
.mk-process-steps.horizontal .step-panes-responsive .mk-step .step-icon {
  margin: 0 auto 15px auto;
  display: block;
}
.mk-process-steps.horizontal .step-panes-responsive .mk-step .step-title {
  text-align: center;
}
.mk-process-steps.horizontal .step-panes-responsive .mk-step .step-desc {
  display: none;
}
.mk-process-steps.horizontal .step-panes-responsive .mk-step .step-desc-responsive {
  font-size: inherit !important;
  font-weight: normal !important;
}
.mk-advanced-gmaps img {
  max-width: none !important;
}
/* Shortcode:-------------------------------------------------------------------- */
.mk-window-scroller {
  margin: 0 0 20px 14px;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  cursor: ns-resize;
}
.mk-window-scroller .window-top-bar {
  position: relative;
  background-color: #eeeeee;
  border-bottom: 1px solid #fff;
  height: 30px;
}
.mk-window-scroller .window-top-bar:before,
.mk-window-scroller .window-top-bar:after,
.mk-window-scroller .window-top-bar span {
  display: block;
  height: 10px;
  width: 10px;
  content: "";
  position: absolute;
  top: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.mk-window-scroller .window-top-bar:before {
  background-color: #ff4351;
  left: 12px;
}
.mk-window-scroller .window-top-bar:after {
  background-color: #ffc600;
  left: 27px;
}
.mk-window-scroller .window-top-bar span {
  background-color: #71b93f;
  left: 43px;
}
.mk-window-scroller .image-holder {
  overflow: hidden;
  position: relative;
}
.mk-window-scroller .image-holder img {
  position: absolute;
  top: 0;
}
/* Shortcode:Count Down
-------------------------------------------------------------- */
.mk-event-countdown {
  margin-bottom: 30px;
}
.mk-event-countdown ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.mk-event-countdown ul li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 35px 0 30px 0;
  width: 110px;
  border: 2px solid #e3e3e3;
}
.mk-event-countdown ul li:first-child {
  margin-left: 0;
}
.mk-event-countdown ul li:first-child:before {
  display: none !important;
}
.mk-event-countdown ul li:before {
  position: absolute;
  top: 50%;
  left: -17px;
  display: block;
  width: 15px;
  height: 2px;
  content: "";
}
.mk-event-countdown ul .countdown-timer {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40px;
}
.mk-event-countdown ul .countdown-text {
  display: block;
  color: #545454;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 13px;
  opacity: 0.5;
}
.mk-event-countdown.dark-skin li:before {
  background-color: #e3e3e3;
}
.mk-event-countdown.dark-skin li {
  border-color: #e3e3e3;
}
.mk-event-countdown.light-skin li:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.mk-event-countdown.light-skin li {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}
.mk-event-countdown.light-skin .countdown-text {
  color: #fff;
}
.mk-event-countdown.light-skin .countdown-timer {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .mk-event-countdown li {
    width: 40px !important;
    padding: 10px 0 10px 0 !important;
  }
  .mk-event-countdown li .countdown-timer {
    font-size: 14px !important;
  }
  .mk-event-countdown li .countdown-text {
    display: none;
  }
}
/* Shortcode:Laptop Slideshow
-------------------------------------------------------------------- */
.mk-tablet-slideshow {
  margin: 0 auto 40px;
  width: 100%;
  text-align: center;
}
.mk-tablet-slideshow .mk-flex-slides {
  margin: 0 auto !important;
}
.mk-tablet-slideshow .flex-direction-nav a {
  margin-top: -16px;
}
.mk-tablet-slideshow .flex-direction-nav a .mk-theme-icon-prev-big:before,
.mk-tablet-slideshow .flex-direction-nav a .mk-theme-icon-next-big:before {
  font-size: 16px;
}
.mk-tablet-slideshow .flex-direction-nav a:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-tablet-slideshow:hover .flex-direction-nav a {
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-tablet-slideshow:hover .flex-prev {
  left: 60px;
}
.mk-tablet-slideshow:hover .flex-next {
  right: 60px;
}
.mk-tablet-slideshow .mk-flex-slides {
  text-align: center;
}
.mk-tablet-slideshow .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 60;
  margin-top: -16px;
  width: 33px;
  height: 33px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-tablet-slideshow .flex-direction-nav a i {
  color: #fff;
  font-size: 16px;
  line-height: 33px;
}
.mk-tablet-slideshow .flex-prev {
  left: 30px;
}
.mk-tablet-slideshow .flex-next {
  right: 30px;
}
.mk-tablet-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
.vc_col-sm-4 > .mk-tablet-slideshow:hover .flex-prev {
  left: 40px;
}
.vc_col-sm-4 > .mk-tablet-slideshow:hover .flex-next {
  right: 40px;
}
.vc_col-sm-3 > .mk-tablet-slideshow .flex-prev,
.vc_col-sm-3 > .mk-tablet-slideshow .flex-next {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.vc_col-sm-3 > .mk-tablet-slideshow:hover .flex-prev {
  left: 30px;
}
.vc_col-sm-3 > .mk-tablet-slideshow:hover .flex-next {
  right: 30px;
}
.vc_col-sm-2 > .mk-tablet-slideshow .flex-prev,
.vc_col-sm-2 > .mk-tablet-slideshow .flex-next {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.vc_col-sm-2 > .mk-tablet-slideshow:hover .flex-prev {
  left: 20px;
}
.vc_col-sm-2 > .mk-tablet-slideshow:hover .flex-next {
  right: 20px;
}
/* Shortcode:Mobile Slideshow
-------------------------------------------------------------------- */
.mk-mobile-slideshow {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.mk-mobile-slideshow:hover .flex-direction-nav a {
  opacity: 0.7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-mobile-slideshow.landscape-style .mk-flex-slides {
  margin: 0 auto !important;
}
.mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 155px;
}
.mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 140px;
}
@media handheld, only screen and (max-width: 700px) {
  .mk-mobile-slideshow.landscape-style:hover .flex-prev {
    left: 105px !important;
  }
  .mk-mobile-slideshow.landscape-style:hover .flex-next {
    right: 95px !important;
  }
}
.mk-mobile-slideshow.portrait-style .mk-flex-slides {
  margin: 0 auto !important;
  /*padding: 75px  20px 80px 20px;
			@media handheld, only screen and (max-width:400px) {
				padding: 90px  10px 60px 10px !important;
			}*/
}
.mk-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 50px;
}
.mk-mobile-slideshow.portrait-style:hover .flex-next {
  right: 50px;
}
.mk-mobile-slideshow .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 60;
  margin-top: -16px;
  width: 33px;
  height: 33px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-mobile-slideshow .flex-direction-nav a i {
  color: #fff;
  font-size: 16px;
  line-height: 33px;
}
.mk-mobile-slideshow .flex-prev {
  left: 30px;
}
.mk-mobile-slideshow .flex-next {
  right: 30px;
}
.mk-mobile-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.vc_col-sm-4 > .mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 70px;
}
.vc_col-sm-4 > .mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 70px;
}
.vc_col-sm-3 > .mk-mobile-slideshow.landscape-style .flex-prev,
.vc_col-sm-3 > .mk-mobile-slideshow.landscape-style .flex-next {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.vc_col-sm-3 > .mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 40px;
}
.vc_col-sm-3 > .mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 40px;
}
.vc_col-sm-2 > .mk-mobile-slideshow.portrait-style .flex-prev,
.vc_col-sm-2 > .mk-mobile-slideshow.portrait-style .flex-next {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.vc_col-sm-2 > .mk-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 30px;
}
.vc_col-sm-2 > .mk-mobile-slideshow.portrait-style:hover .flex-next {
  right: 30px;
}
.vc_col-sm-2 > .mk-mobile-slideshow.portrait-style .flex-prev,
.vc_col-sm-2 > .mk-mobile-slideshow.portrait-style .flex-next {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}
.vc_col-sm-2 > .mk-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 20px;
}
.vc_col-sm-2 > .mk-mobile-slideshow.portrait-style:hover .flex-next {
  right: 20px;
}
.vc_col-sm-2 > .mk-mobile-slideshow.landscape-style .flex-prev,
.vc_col-sm-2 > .mk-mobile-slideshow.landscape-style .flex-next {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.vc_col-sm-2 > .mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 20px;
}
.vc_col-sm-2 > .mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 20px;
}
/* Theatre Slider
-------------------------------------------------------------- */
.theatre-slider-container {
  width: 100%;
}
.theatre-slider-container.center-align .computer-theatre-slider,
.theatre-slider-container.center-align .laptop-theatre-slider {
  margin: 0 auto;
}
.theatre-slider-container.right-align .computer-theatre-slider,
.theatre-slider-container.right-align .laptop-theatre-slider {
  margin: 0 0 0 auto;
}
.theatre-slider-container .computer-theatre-slider {
  width: 100%;
  max-width: 920px;
  position: relative;
}
.theatre-slider-container .laptop-theatre-slider {
  width: 100%;
  max-width: 920px;
  position: relative;
}
.theatre-slider-container .laptop-theatre-slider img,
.theatre-slider-container .computer-theatre-slider img {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.no-csstransforms .theatre-slider-container .laptop-theatre-slider img,
.no-csstransforms .theatre-slider-container .computer-theatre-slider img {
  z-index: 1;
}
.theatre-slider-container .laptop-theatre-slider .player,
.theatre-slider-container .computer-theatre-slider .player {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  background-color: #000;
  height: 0;
}
.theatre-slider-container .laptop-theatre-slider .player video,
.theatre-slider-container .computer-theatre-slider .player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theatre-slider-container .laptop-theatre-slider .player iframe,
.theatre-slider-container .computer-theatre-slider .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theatre-slider-container .laptop-theatre-slider .player .mk-theatre-video,
.theatre-slider-container .computer-theatre-slider .player .mk-theatre-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (min-device-width: 320px) and (max-width: 1024px) {
  .theatre-slider-container .laptop-theatre-slider .player .mk-theatre-video,
  .theatre-slider-container .computer-theatre-slider .player .mk-theatre-video {
    display: none !important;
  }
}
.theatre-slider-container .laptop-theatre-slider .player-container {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  left: 0;
  top: 0;
  z-index: 2;
}
.theatre-slider-container .laptop-theatre-slider .player-container .player {
  padding-bottom: 63%;
  /* 16:10 */
}
.theatre-slider-container .computer-theatre-slider .player-container {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  left: 0;
  top: 0;
  z-index: 2;
}
.theatre-slider-container .computer-theatre-slider .player-container .player {
  padding-top: 2px;
  padding-bottom: 56.25%;
  /* 16:9 */
}
/* Text Block shortcode
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .responsive-align-center,
  .responsive-align-center p,
  .responsive-align-center h1,
  .responsive-align-center h2,
  .responsive-align-center h3,
  .responsive-align-center h4,
  .responsive-align-center h5,
  .responsive-align-center h6 {
    text-align: center !important;
  }
  .responsive-align-left,
  .responsive-align-left p,
  .responsive-align-left h1,
  .responsive-align-left h2,
  .responsive-align-left h3,
  .responsive-align-left h4,
  .responsive-align-left h5,
  .responsive-align-left h6 {
    text-align: left!important;
  }
  .responsive-align-right,
  .responsive-align-right p,
  .responsive-align-right h1,
  .responsive-align-right h2,
  .responsive-align-right h3,
  .responsive-align-right h4,
  .responsive-align-right h5,
  .responsive-align-right h6 {
    text-align: right!important;
  }
}
/* Gravity forms Styling
-------------------------------------------------------------- */
.gform_wrapper select {
  padding: 12px 14px 12px 20px !important;
}
.gform_wrapper select[multiple=multiple] {
  padding: 8px !important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
  font-size: 13px !important;
  color: #767676 !important;
  padding: 10px !important;
}
.gform_wrapper .button {
  margin-right: 10px !important;
  border: 1px solid #eee !important;
  outline: none !important;
  color: #666 !important;
  font-size: 13px;
  line-height: 13px !important;
  padding: 12px 25px !important;
  vertical-align: top;
  background-image: none !important;
  letter-spacing: 1px;
  display: inline-block;
  background-color: transparent;
}
.gform_wrapper .button:hover {
  color: #fff !important;
}
.gform_wrapper .gf_progressbar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
}
.gform_wrapper .percentbar_blue {
  background-image: none !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-left: 2px;
}
.gform_wrapper li,
.gform_wrapper form li {
  padding-bottom: 10px;
}
.gform_wrapper .top_label .gfield_label {
  margin-bottom: 6px !important;
}
@media only screen and (max-width: 550px) {
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half,
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right,
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 99% !important;
    margin-top: 10px;
    float: none !important;
  }
}
/* Shortcode:Flibox
-------------------------------------------------------------------- */
.mk-flipbox-container {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  width: 100%;
  text-align: center;
}
.mk-flipbox-container.flip-horizontal .mk-flipbox-front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  ms-transform: rotateY(0deg);
}
.mk-flipbox-container.flip-horizontal .mk-flipbox-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  ms-transform: rotateY(-180deg);
}
.mk-flipbox-container.flip-horizontal:hover .mk-flipbox-back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  ms-transform: rotateY(0deg);
}
.mk-flipbox-container.flip-horizontal:hover .mk-flipbox-front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  ms-transform: rotateY(180deg);
  visibility: hidden;
}
.mk-flipbox-container.flip-vertical .mk-flipbox-front {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  ms-transform: rotateX(0deg);
}
.mk-flipbox-container.flip-vertical .mk-flipbox-back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  ms-transform: rotateX(180deg);
}
.mk-flipbox-container.flip-vertical .mk-flipbox-flipper {
  -webkit-transform-origin: 100% 213.5px;
  -moz-transform-origin: 100% 213.5px;
  -ms-transform-origin: 100% 213.5px;
  -o-transform-origin: 100% 213.5px;
}
.mk-flipbox-container.flip-vertical:hover .mk-flipbox-back {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  ms-transform: rotateX(0deg);
}
.mk-flipbox-container.flip-vertical:hover .mk-flipbox-front {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  ms-transform: rotateX(-180deg);
  visibility: hidden;
}
.mk-flipbox-flipper {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
  position: relative;
}
.mk-flipbox-front,
.mk-flipbox-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.mk-flipbox-front.border-radius-true,
.mk-flipbox-back.border-radius-true {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mk-flipbox-content {
  display: table-cell;
}
.mk-flipbox-content .back-button {
  display: inline-block;
  margin-top: 20px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  overflow: visible;
}
.mk-flipbox-content .back-button.rounded {
  overflow: inherit !important;
}
.mk-flipbox-content .front-title,
.mk-flipbox-content .back-title {
  padding: 20px 0;
}
@-moz-document url-prefix() {
  
}
.mk-flipbox-front.va-top .mk-flipbox-content,
.mk-flipbox-back.va-top .mk-flipbox-content {
  vertical-align: top;
  padding-top: 20px;
}
.mk-flipbox-front.va-middle .mk-flipbox-content,
.mk-flipbox-back.va-middle .mk-flipbox-content {
  vertical-align: middle;
}
.mk-flipbox-front.va-bottom .mk-flipbox-content,
.mk-flipbox-back.va-bottom .mk-flipbox-content {
  vertical-align: bottom;
  padding-bottom: 20px;
}
/* Shortcode:Woocommerce Loops
-------------------------------------------------------------------- */
.woocommerce .products {
  *zoom: 1;
}
.woocommerce .products:before,
.woocommerce .products:after {
  content: " ";
  display: table;
}
.woocommerce .products:after {
  clear: both;
}
.woocommerce .products li {
  float: left;
}
/* Shortcode:Woocommerce Categories Loops
-------------------------------------------------------------------- */
.mk-product-categories .mk-product-categories-list {
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.mk-product-categories .mk-product-categories-list:before,
.mk-product-categories .mk-product-categories-list:after {
  content: " ";
  display: table;
}
.mk-product-categories .mk-product-categories-list:after {
  clear: both;
}
.mk-product-categories .mk-product-categories-list .product-item {
  margin-left: 0;
  display: inline-block;
  float: left;
}
.mk-product-categories .mk-product-categories-list .product-item .category-img {
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -ms-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
}
.mk-product-categories .mk-product-categories-list .product-item .item-holder {
  overflow: hidden;
  position: relative;
  margin: 0 15px 30px 15px;
}
.mk-product-categories .mk-product-categories-list .product-item .item-holder h4 {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}
.mk-product-categories .mk-product-categories-list .product-item .item-holder h4 span {
  display: block;
  text-align: center;
  width: 55%;
  margin: 0 auto;
  background-color: #222222;
  line-height: 1;
}
.mk-product-categories .mk-product-categories-list .product-item .item-holder h4 span.category-name {
  font-size: 13px;
  color: #fff;
  padding: 20px 20px 5px 20px;
  font-weight: bold;
}
.mk-product-categories .mk-product-categories-list .product-item .item-holder h4 span.item-count {
  font-size: 12px;
  color: #a9a9a9;
  padding: 5px 20px 20px 20px;
  text-transform: uppercase;
}
.mk-product-categories .mk-product-categories-list .product-item:hover .category-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.mk-product-categories .mk-product-categories-list.columns-4 .product-item {
  width: 24.9%;
}
.mk-product-categories .mk-product-categories-list.columns-3 .product-item {
  width: 33.3%;
}
.mk-product-categories .mk-product-categories-list.columns-2 .product-item {
  width: 49.9%;
}
.mk-product-categories .mk-product-categories-list.columns-1 .product-item {
  width: 100%;
}
.mk-product-categories .mk-product-categories-list.columns-1 .product-item .item-holder {
  margin-left: 0;
  margin-right: 0;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-product-categories .mk-product-categories-list.columns-3 .product-item,
  .mk-product-categories .mk-product-categories-list.columns-4 .product-item {
    width: 49.9% !important;
  }
  .mk-product-categories .mk-product-categories-list.columns-3 .product-item .item-holder,
  .mk-product-categories .mk-product-categories-list.columns-4 .product-item .item-holder {
    margin: 0 15px 30px 15px !important;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .mk-product-categories .mk-product-categories-list.columns-2 .product-item,
  .mk-product-categories .mk-product-categories-list.columns-3 .product-item,
  .mk-product-categories .mk-product-categories-list.columns-4 .product-item {
    width: 100% !important;
  }
  .mk-product-categories .mk-product-categories-list.columns-2 .product-item .item-holder,
  .mk-product-categories .mk-product-categories-list.columns-3 .product-item .item-holder,
  .mk-product-categories .mk-product-categories-list.columns-4 .product-item .item-holder {
    margin-left: 0;
  }
}
/* Device visbility media queries
-------------------------------------------------------------------- */
.visible-sm,
.visible-tl,
.visible-dt,
.visible-nb,
.visible-tl-v2,
.visible-dt-v2 {
  display: none;
}
/* Only mobiles */
@media only screen and (max-width: 765px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  .visible-sm.center-y {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* netbooks */
@media only screen and (max-width: 1024px) {
  .hidden-nb {
    display: none !important;
  }
  .visible-nb {
    display: block !important;
  }
  .visible-nb.center-y {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* only tables */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-tl {
    display: none !important;
  }
  .visible-tl {
    display: block !important;
  }
  .visible-tl.center-y {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .hidden-tl-v2 {
    display: none !important;
  }
  .visible-tl-v2 {
    display: block !important;
  }
  .visible-tl-v2.center-y {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* Only Desktops */
@media only screen and (min-width: 1224px) {
  .hidden-dt {
    display: none !important;
  }
  .visible-dt {
    display: block !important;
  }
  .visible-dt.center-y {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 1290px) {
  .hidden-dt-v2 {
    display: none !important;
  }
  .visible-dt-v2 {
    display: block !important;
  }
  .visible-dt-v2.center-y {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .no-smartphone {
    display: none !important;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .no-ipad {
    display: none !important;
  }
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-iphone {
    display: none !important;
  }
}
/* Inherit P tags inside shortcodes */
.mk-fancy-title p,
.mk-blockquote p,
.pricing-offer-grid p,
.mk-title-box p {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
/* Shortcode: Mailchimp Subscribe Form
-------------------------------------------------------------------- */
.mk-subscribe {
  margin-bottom: 30px;
}
.mk-subscribe > form {
  table-layout: auto;
}
.mk-subscribe--message {
  padding: 0 15px 15px 15px;
  font-size: 14px;
}
.mk-subscribe--message.error {
  color: #ff0000;
}
.mk-subscribe--message.success {
  color: #00a651;
}
.mk-subscribe .mk-subscribe--form-column {
  padding: 0;
  margin: 0;
}
.mk-subscribe .mk-subscribe--form-column:last-child {
  padding-right: 0 !important;
}
.mk-subscribe .mk-subscribe--email,
.mk-subscribe .mk-subscribe--button {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #333333;
  transition: background-color 0.15s linear, color 0.15s linear, border-color 0.15s linear;
  background-color: transparent;
  color: transparent;
  box-sizing: border-box;
}
.mk-subscribe .mk-subscribe--email {
  padding: 0 2%;
}
.mk-subscribe .mk-subscribe--button {
  outline: none;
}
.mk-subscribe.medium-size .mk-subscribe--email {
  font-size: 16px;
  height: 45px;
  line-height: 45px;
}
.mk-subscribe.medium-size .mk-subscribe--button {
  font-size: 14px;
  height: 45px;
  min-width: 115px;
}
.mk-subscribe.large-size .mk-subscribe--email,
.mk-subscribe.large-size .mk-subscribe--button {
  height: 60px;
  font-size: 20px;
}
.mk-subscribe.large-size .mk-subscribe--email {
  line-height: 60px;
}
.mk-subscribe.large-size .mk-subscribe--button {
  min-width: 140px;
}
.mk-employees > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-employees.column_rounded-style .mk-employee-item {
  float: left;
  margin: 0;
  text-align: center;
}
.mk-employees.column_rounded-style .team-member-name {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 6px;
}
.mk-employees.column_rounded-style .team-member-position {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
}
.mk-employees.column_rounded-style .team-member-desc {
  display: block;
  padding: 0 0 10px;
}
.mk-employees.column_rounded-style .team-thumbnail,
.mk-employees.column_rounded-style .team-thumbnail img,
.mk-employees.column_rounded-style .hover-overlay {
  -webkit-border-radius: 1500px;
  -moz-border-radius: 1500px;
  border-radius: 1500px;
}
.mk-employees.column_rounded-style .team-thumbnail {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.mk-employees.column_rounded-style .team-thumbnail img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.mk-employees.column_rounded-style .team-thumbnail:hover .mk-employeee-networks {
  pointer-events: auto;
}
.mk-employees.column_rounded-style .team-thumbnail:hover .mk-employeee-networks a {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mk-employees.column_rounded-style .team-thumbnail:hover .hover-overlay {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
}
.mk-employees.column_rounded-style .hover-overlay {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
}
.mk-employees.column_rounded-style.one-column .mk-employee-item {
  padding: 0 0 50px;
  width: 100%;
}
.mk-employees.column_rounded-style.one-column .mk-employee-item .team-thumbnail {
  float: left;
  width: 50%;
}
.mk-employees.column_rounded-style.one-column .mk-employee-item .team-info-wrapper {
  float: left;
  padding: 10px 30px;
  width: 50%;
}
.mk-employees.column_rounded-style.two-column .mk-employee-item {
  padding: 0 20px 50px;
  width: 49.8%;
}
.mk-employees.column_rounded-style.three-column .mk-employee-item {
  padding: 0 20px 40px;
  width: 33.3%;
}
.mk-employees.column_rounded-style.four-column .mk-employee-item {
  padding: 0 10px 30px;
  width: 24.8%;
}
.mk-employees.column_rounded-style.five-column .mk-employee-item {
  padding: 0 10px 20px;
  width: 19.8%;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-employees.column_rounded-style.three-column .mk-employee-item,
  .mk-employees.column_rounded-style.four-column .mk-employee-item,
  .mk-employees.column_rounded-style.five-column .mk-employee-item {
    padding: 0 20px 50px;
    width: 50%;
  }
  .mk-employees.column_rounded-style .clearboth {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-employees.column_rounded-style .mk-employee-item {
    padding: 0 0 40px !important;
    width: 100% !important;
  }
}
.mk-employees.column-style .mk-employee-item {
  float: left;
  margin: 0;
}
.mk-employees.column-style .team-member-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.mk-employees.column-style .team-member-position {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 12px;
}
.mk-employees.column-style .team-member-desc {
  display: block;
  padding: 0 0 10px;
}
.mk-employees.column-style .team-thumbnail {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.mk-employees.column-style .team-thumbnail img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.mk-employees.column-style .team-thumbnail:hover .mk-employeee-networks {
  pointer-events: auto;
}
.mk-employees.column-style .team-thumbnail:hover .mk-employeee-networks a {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mk-employees.column-style .team-thumbnail:hover .hover-overlay {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mk-employees.column-style.one-column .mk-employee-item {
  padding: 0 0 50px;
  width: 100%;
}
.mk-employees.column-style.one-column .mk-employee-item .team-thumbnail {
  float: left;
  width: 50%;
}
.mk-employees.column-style.one-column .mk-employee-item .team-info-wrapper {
  float: left;
  padding: 10px 30px;
  width: 50%;
}
.mk-employees.column-style.two-column .mk-employee-item {
  padding: 0 20px 50px;
  width: 49.8%;
}
.mk-employees.column-style.three-column .mk-employee-item {
  padding: 0 20px 30px;
  width: 33.3%;
}
.mk-employees.column-style.four-column .mk-employee-item {
  padding: 0 10px 20px;
  width: 24.8%;
}
.mk-employees.column-style.five-column .mk-employee-item {
  padding: 0 10px 12px;
  width: 19.8%;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-employees.column-style.three-column .mk-employee-item,
  .mk-employees.column-style.four-column .mk-employee-item,
  .mk-employees.column-style.five-column .mk-employee-item {
    padding: 0 20px 50px;
    width: 50%;
  }
  .mk-employees.column-style .clearboth {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-employees.column-style .mk-employee-item {
    padding: 0 0 40px !important;
    width: 100% !important;
  }
}
.mk-employees.column_shadowed-style .mk-employee-item {
  float: left;
  margin: 35px;
  text-align: center;
  padding: 45px;
}
.mk-employees.column_shadowed-style .team-member-name {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
.mk-employees.column_shadowed-style .team-member-position {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 14px;
}
.mk-employees.column_shadowed-style .team-member-desc,
.mk-employees.column_shadowed-style .team-member-desc p {
  display: block;
  padding: 0 0 10px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 25px;
}
.mk-employees.column_shadowed-style .team-thumbnail {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.mk-employees.column_shadowed-style .team-thumbnail img {
  position: relative;
  z-index: 1;
  width: 120px;
  border-radius: 50%;
}
.mk-employees.column_shadowed-style .team-thumbnail:hover .mk-employeee-networks {
  pointer-events: auto;
}
.mk-employees.column_shadowed-style .team-thumbnail:hover .mk-employeee-networks a {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mk-employees.column_shadowed-style .team-thumbnail:hover .hover-overlay {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mk-employees.column_shadowed-style.one-column .mk-employee-item {
  padding: 45px;
  width: calc(100% - 70px);
}
.mk-employees.column_shadowed-style.one-column .mk-employee-item .team-thumbnail {
  float: left;
  width: 50%;
}
.mk-employees.column_shadowed-style.one-column .mk-employee-item .team-info-wrapper {
  float: left;
  padding: 10px 30px;
  width: 50%;
}
.mk-employees.column_shadowed-style.two-column .mk-employee-item {
  padding: 45px;
  width: calc(49.8% - 70px);
}
.mk-employees.column_shadowed-style.three-column .mk-employee-item {
  padding: 45px;
  width: calc(33.3% - 70px);
}
.mk-employees.column_shadowed-style.four-column .mk-employee-item {
  padding: 25px;
  width: calc(24.8% - 50px);
  margin: 25px 25px;
}
.mk-employees.column_shadowed-style.five-column .mk-employee-item {
  padding: 15px;
  width: calc(19.8% - 30px);
  margin: 10px 15px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-employees.column_shadowed-style.three-column .mk-employee-item,
  .mk-employees.column_shadowed-style.four-column .mk-employee-item,
  .mk-employees.column_shadowed-style.five-column .mk-employee-item {
    padding: 45px;
    width: calc(50% - 100px);
  }
  .mk-employees.column_shadowed-style .clearboth {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-employees.column_shadowed-style .mk-employee-item {
    padding: 45px !important;
    width: calc(100% - 100px) !important;
  }
}
.mk-employees.grid-style {
  text-align: center;
  margin: 0 auto;
}
.mk-employees.grid-style .mk-employee-item {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
  border-right: none;
  line-height: 4px;
  display: inline-block;
  border: 1px solid transparent;
  border-top: none;
  border-left: none;
  overflow: hidden;
  float: left;
}
.mk-employees.grid-style .mk-employee-item:hover .mk-employeee-networks {
  pointer-events: auto;
}
.mk-employees.grid-style .mk-employee-item:hover .mk-employeee-networks a {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  -o-transform: translateY(0%) rotateX(0deg);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mk-employees.grid-style .mk-employee-item:hover .mk-employeee-networks a:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-employees.grid-style .mk-employee-item:hover .hover-overlay {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mk-employees.grid-style .mk-employee-item:hover .team-member-name,
.mk-employees.grid-style .mk-employee-item:hover .team-member-position {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
@media handheld, only screen and (max-width: 600px) {
  .mk-employees.grid-style .mk-employee-item img {
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-employees.grid-style .mk-employee-item {
    width: 33.3%;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-employees.grid-style .mk-employee-item {
    width: 50%;
  }
}
@media handheld, only screen and (max-width: 400px) {
  .mk-employees.grid-style .mk-employee-item {
    width: 100%;
  }
  .mk-employees.grid-style .mk-employee-item img {
    width: 100%;
  }
}
.mk-employees.grid-style .team-info-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 215px;
  width: 100%;
  z-index: 8;
  line-height: 20px;
}
.mk-employees.grid-style .team-info-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.mk-employees.grid-style .team-info-holder {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
}
.mk-employees.grid-style .team-member-name {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: bold;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-employees.grid-style .team-member-position {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: block;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.mk-employees.grid-style .mk-employeee-networks {
  position: relative !important;
  margin: 10px 0 0 !important;
  top: auto !important;
  left: auto !important;
}
.mk-employees .hover-overlay {
  z-index: 8;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background-color: rgba(0, 0, 0, 0.6);
}
.mk-employeee-networks {
  position: absolute;
  top: 70%;
  left: 0;
  margin: -25px 0 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}
.mk-employeee-networks li {
  display: inline-block;
  float: none !important;
  margin: 0;
}
.mk-employeee-networks li a {
  display: block;
  margin: 3px;
  width: 28px;
  height: 28px;
  border: 3px solid #fff;
  color: #fff;
  text-align: center;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: all 0.2s, opacity;
  transition: all 0.2s, opacity;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-backface-visibility: hidden;
}
.mk-employeee-networks li a i {
  line-height: 28px;
  font-size: 16px;
  vertical-align: middle;
}
.mk-employeee-networks li a:hover {
  background-color: #fff;
}
.column_shadowed-style .mk-employeee-networks {
  position: static;
  top: initial;
  left: initial;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  pointer-events: all;
}
.column_shadowed-style .mk-employeee-networks li a {
  color: #2540e4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 3px solid #2540e4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.column_shadowed-style .mk-employeee-networks li a:hover {
  color: #2540e4;
}
.column_shadowed-style .mk-employeee-networks.rounded a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.column_shadowed-style .mk-employeee-networks.circle a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mk-pricing-table {
  margin-bottom: 30px;
  text-align: left;
  /* Pricing Columns */
}
.mk-pricing-table .mk-pricing-offer-grid {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-top: 188px;
  padding-right: 1px;
}
.mk-pricing-table .mk-pricing-offer-grid .mk-offers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mk-pricing-table .mk-pricing-offer-grid .mk-offers ul li {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  padding: 15px 0;
  display: block;
  width: auto;
  font-weight: bold;
}
.mk-pricing-table .mk-pricing-cols {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.mk-pricing-table .mk-pricing-cols li {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  max-width: 265px;
  position: relative;
  z-index: 10;
}
.mk-pricing-table .mk-pricing-cols li.four-table {
  width: 25%;
}
.mk-pricing-table .mk-pricing-cols li.three-table {
  width: 33.3333333%;
}
.mk-pricing-table .mk-pricing-cols li.two-table {
  width: 50%;
}
.mk-pricing-table .mk-pricing-cols li.one-table {
  width: 100%;
}
.mk-pricing-table .mk-pricing-cols > li {
  margin-top: 30px;
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-plan {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 7px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-price {
  height: 130px;
  width: 100%;
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-price span {
  font-size: 50px;
  line-height: 130px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 10;
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features ul li {
  font-size: 13px;
  line-height: 16px;
  padding: 15px 0;
  display: block;
  width: auto;
  background-color: rgba(0, 0, 0, 0.005);
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features i {
  font-size: 16px;
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features .mk-icon-check {
  color: #00c360;
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features .mk-icon-times {
  color: #ff0048;
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features .mk-icon-star {
  margin-left: 3px;
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features .mk-icon-star.empty {
  color: #b0b0b0;
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-button {
  padding: 20px 0 30px;
  background-color: rgba(0, 0, 0, 0.01);
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-button a {
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}
.mk-pricing-table .featured-plan {
  margin: 1px -1px 0 -1px !important;
  border: 1px solid rgba(0, 0, 0, 0.6);
  z-index: 30 !important;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.24);
}
.mk-pricing-table .featured-plan .mk-pricing-price {
  height: 158px;
}
.mk-pricing-table .featured-plan .mk-pricing-button {
  padding: 30px 0 50px;
}
.mk-pricing-table.has-pricing-offer .mk-pricing-cols {
  width: 80% !important;
  text-align: left;
}
.mk-pricing-table.classic-style {
  /* Light Skin */
  /* Dark Skin */
}
.mk-pricing-table.classic-style li .mk-pricing-cols:nth-child(odd) .mk-pricing-plan {
  background-color: rgba(0, 0, 0, 0.6);
}
.mk-pricing-table.classic-style li .mk-pricing-cols:nth-child(odd) .mk-pricing-price,
.mk-pricing-table.classic-style li .mk-pricing-cols:nth-child(odd) .mk-pricing-features,
.mk-pricing-table.classic-style li .mk-pricing-cols:nth-child(odd) .mk-pricing-button {
  position: relative;
}
.mk-pricing-table.classic-style li .mk-pricing-cols:nth-child(odd) .mk-pricing-price:before,
.mk-pricing-table.classic-style li .mk-pricing-cols:nth-child(odd) .mk-pricing-features:before,
.mk-pricing-table.classic-style li .mk-pricing-cols:nth-child(odd) .mk-pricing-button:before {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.04);
  content: "";
  z-index: 1;
}
.mk-pricing-table.classic-style.light .mk-pricing-features li {
  border-bottom: 1px solid #e8e8e8;
}
.mk-pricing-table.classic-style.light .mk-offers ul li {
  background-color: rgba(0, 0, 0, 0.005);
  border-bottom: 1px solid #e8e8e8;
}
.mk-pricing-table.classic-style.light .mk-offers ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.01);
}
.mk-pricing-table.classic-style.dark {
  color: #fff;
}
.mk-pricing-table.classic-style.dark .mk-offers ul li {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-pricing-table.classic-style.dark .mk-offers ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.45);
}
.mk-pricing-table.classic-style.dark .mk-pricing-features ul li {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-pricing-table.classic-style.dark .mk-pricing-features ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.45);
}
.mk-pricing-table.classic-style.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-plan {
  background-color: rgba(0, 0, 0, 0.6);
}
.mk-pricing-table.classic-style.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-price:before,
.mk-pricing-table.classic-style.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-features:before,
.mk-pricing-table.classic-style.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-button:before {
  background-color: rgba(0, 0, 0, 0.15);
}
.mk-pricing-table.classic-style.dark .mk-pricing-button {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-pricing-table.modern-style .mk-pricing-col {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.mk-pricing-table.modern-style .mk-pricing-col.featured-plan .mk-pricing-price {
  border: 0 !important;
  height: 159px;
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features,
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-button {
  border-left: 3px solid #f6f6f6;
  border-right: 3px solid #f6f6f6;
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-plan {
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  background-clip: padding-box;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-color: #222;
  font-size: 14px;
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-button {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-bottom: 3px solid #f6f6f6;
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features ul {
  padding: 25px 40px 10px;
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features ul li {
  background-color: transparent !important;
  border-bottom: 2px solid #f8f8f8;
  text-align: left;
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features ul li:last-child {
  border-bottom: none;
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-price,
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features,
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-button {
  background-color: transparent;
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-price:before,
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features:before,
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-button:before {
  background-color: transparent;
}
.mk-pricing-table.modern-style .mk-pricing-col.featured-plan {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mk-pricing-table.modern-style .featured-plan .mk-pricing-price {
  height: 158px;
}
.mk-pricing-table.modern-style .featured-plan .mk-pricing-button {
  padding: 20px 0 30px;
}
.mk-pricing-table.modern-style.light .mk-pricing-col {
  background-color: rgba(255, 255, 255, 0.2);
}
.mk-pricing-table.modern-style.dark {
  color: #fff;
}
.mk-pricing-table.modern-style.dark .mk-offers ul li {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.mk-pricing-table.modern-style.dark .mk-offers ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.45) !important;
}
.mk-pricing-table.modern-style.dark .mk-pricing-col {
  background-color: rgba(0, 0, 0, 0.4);
}
@media handheld, only screen and (max-width: 960px) {
  .mk-pricing-offer-grid {
    display: none;
  }
  .mk-pricing-cols,
  .has-pricing-offer .mk-pricing-cols {
    width: 100% !important;
    text-align: center;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-pricing-cols .mk-pricing-col {
    width: 100% !important;
    margin-bottom: 30px;
    display: block;
    max-width: none !important;
  }
  .mk-pricing-cols .mk-pricing-col li {
    max-width: none !important;
  }
}
/* *
*
-------------------------- WIDGETS SECTION -----------------------------
*
* */
.widget {
  overflow: hidden;
  margin-bottom: 35px;
}
.widgettitle {
  position: relative;
  display: block;
  margin-bottom: 15px;
  line-height: 100%;
  font-size: 13px;
  text-transform: uppercase;
}
.widgettitle:after {
  display: block;
  content: "";
  width: 70px;
  height: 5px;
  background-color: rgba(128, 128, 128, 0.2);
  margin: 10px 0;
}
.mk-side-dashboard .widgettitle {
  margin-bottom: 10px;
}
.mk-side-dashboard .widget {
  margin-bottom: 20px;
}
.mk-side-dashboard .widget-social-container {
  padding: 0 !important;
}
#mk-sidebar ul,
#mk-footer ul,
.mk-side-dashboard ul {
  margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_authors li,
.widget_contact_info li,
.widget_popular_posts li,
.widget_text li,
.widget_recent_posts li,
.widget_twitter li,
.widget_pages li,
.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li,
.widget_product_categories li,
.widget_display_topics li,
.widget_display_forums li,
.widget_display_views li {
  margin: 0;
  list-style: none;
}
.widget_archive li a,
.widget_recent_comments .recentcomments,
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_contact_info li a,
.widget_pages li a,
.widget_text li a,
.widget_recent_entries li a,
.widget_product_categories li a,
.widget_display_topics li a,
.widget_display_forums li a,
.widget_display_views li a {
  display: inline-block;
  margin: 0 0 12px 0;
  text-decoration: none;
  line-height: 18px;
}
.widget_archive li a,
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_product_categories li a,
.widget_display_topics li a,
.widget_display_forums li a,
.widget_display_views li a {
  border-bottom: 2px solid rgba(128, 128, 128, 0.1);
  display: block;
  padding-bottom: 12px;
}
.widget_pages {
  padding: 0 10px;
}
.widget_pages li {
  margin: 0;
  padding: 0;
}
.widget_pages li a {
  padding: 10px 10px;
  margin: 0;
  display: block;
  color: #808080 !important;
}
.widget_pages li a:hover {
  background-color: rgba(128, 128, 128, 0.1);
}
.widget_pages .page_item_has_children li:nth-child(odd) a {
  padding: 5px 10px 5px 20px;
}
/* Widgets:Recent Comments
-------------------------------------------------------------------- */
.widget_recent_comments .mk-recent-comments {
  padding: 0 10px;
}
.widget_recent_comments .mk-recent-comments .recentcomments {
  position: relative;
  padding-left: 68px;
  margin-bottom: 16px;
  display: block;
}
.widget_recent_comments .mk-recent-comments .recentcomments .comment-detail {
  position: relative;
  min-height: 60px;
  padding: 16px;
  background-color: rgba(128, 128, 128, 0.1);
  display: block;
}
.widget_recent_comments .mk-recent-comments .recentcomments .comment-detail p {
  margin: 0;
  line-height: 18px;
}
.widget_recent_comments .mk-recent-comments .recentcomments .comment-detail:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid rgba(128, 128, 128, 0.1);
  left: -8px;
  top: 50%;
  margin-top: -4px;
}
.widget_recent_comments .mk-recent-comments .comment-avatar {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 45px;
  heights: 45px;
}
.widget_recent_comments .mk-recent-comments .comment-author {
  margin-bottom: 2px;
  color: #444;
}
.widget_recent_comments .mk-recent-comments .comment-content {
  color: #666;
  font-size: 12px;
  line-height: 15px;
}
/* Widget:RSS
-------------------------------------------------------------------- */
.widget_rss li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.widget_rss .rsswidget {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
}
.widget_rss .rss-date {
  display: block;
  padding-top: 5px;
  font-size: 11px;
}
.widget_rss cite {
  font-size: 11px;
}
.widget_rss .rssSummary {
  padding: 6px 0;
}
/* Widget:Sub Navigation
-------------------------------------------------------------------- */
.widget-sub-navigation ul,
.woocommerce-MyAccount-navigation ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-sub-navigation ul li,
.woocommerce-MyAccount-navigation ul li {
  margin: 0;
}
.widget-sub-navigation ul li:last-child a,
.woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: none !important;
  padding-bottom: 16px !important;
}
.widget-sub-navigation ul li:first-child a,
.woocommerce-MyAccount-navigation ul li:first-child a {
  padding-top: 16px !important;
}
.widget-sub-navigation ul li a,
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(128, 128, 128, 0.1);
  padding: 8px 25px 8px 0;
  color: #808080 !important;
}
.widget-sub-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #444 !important;
}
.widget-sub-navigation ul li.current_page_item,
.woocommerce-MyAccount-navigation ul li.current_page_item {
  font-weight: 600;
}
.widget-sub-navigation ul li.current_page_item a,
.woocommerce-MyAccount-navigation ul li.current_page_item a {
  color: #444 !important;
}
.widget_tag_cloud li,
.widget_categories li,
.widget_product_tag_cloud li {
  display: inline-block;
}
.widget_tag_cloud a,
.widget_categories a,
.widget_product_tag_cloud a {
  display: inline-block;
  margin: 8px 3px 0 0;
  padding: 8px 10px;
  text-transform: capitalize;
  font-size: 12px !important;
  line-height: 100%;
  color: #808080 !important;
  background-color: rgba(128, 128, 128, 0.1);
}
.widget_tag_cloud a:hover,
.widget_categories a:hover,
.widget_product_tag_cloud a:hover {
  color: #fff !important;
}
.widget_tag_cloud .tagcloud {
  padding: 0 10px;
}
/* Widgets:CONTACT FORM
-------------------------------------------------------------------- */
.widget_contact_form .mk-contact-form-wrapper {
  padding: 0 10px;
}
.widget_contact_form .captcha-change-image {
  display: inline-block;
  margin: 10px auto;
  font-size: 10px;
}
/* Widgets:CONTACT INFO
-------------------------------------------------------------------- */
.widget_contact_info ul {
  padding: 0;
  padding: 0 15px;
}
.widget_contact_info ul li {
  position: relative;
  display: block;
  margin: 0 0 9px 0;
  padding: 0 0 0 40px;
  line-height: 30px;
  color: #808080 !important;
}
.widget_contact_info ul li span {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  font-size: 12px;
}
.widget_contact_info ul li a {
  margin: 0;
  color: #808080 !important;
}
.widget_contact_info ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 28px;
  font-size: 16px;
  height: 28px;
  width: 16px;
  padding-right: 10px;
  text-align: center;
  display: block;
  text-align: left;
  border-right: 2px solid rgba(128, 128, 128, 0.2);
}
.widget_contact_info.dark-skin li i {
  border-right: 2px solid #eee;
  color: #737373;
}
.widget_contact_info.light-skin li span,
.widget_contact_info.light-skin li a {
  color: #fff;
}
.widget_contact_info.light-skin li i {
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
/* Widgets:Video
-------------------------------------------------------------------- */
.widget_video .mk-frame {
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(128, 128, 128, 0.05);
  padding: 25px 12px 12px;
  margin: 30px 3px 3px 0;
}
.widget_video .mk-frame .video-title {
  font-weight: 600;
  padding: 0 10px;
  font-size: 14px;
  margin-top: 14px;
}
.widget_video .mk-frame .video-desc {
  padding: 0 10px;
}
/* Widgets:INSTAGRAM FEEDS
-------------------------------------------------------------------- */
.mk-instagram-feeds {
  width: 100%;
  overflow: hidden;
}
.mk-instagram-feeds .item-holder {
  position: relative;
}
.mk-instagram-feeds .hover-overlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.mk-instagram-feeds a {
  line-height: 4px;
  float: left;
  display: inline-block;
  margin: 0 1px 1px 0;
}
.mk-instagram-feeds a img {
  width: 100%;
}
.mk-instagram-feeds .one-columns {
  width: 100%;
}
.mk-instagram-feeds .two-columns {
  width: 49.8%;
}
.mk-instagram-feeds .three-columns {
  width: 33.2%;
}
.mk-instagram-feeds .four-columns {
  width: 24.7%;
}
.mk-instagram-feeds .five-columns {
  width: 19.6%;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-instagram-feeds .five-columns,
  .mk-instagram-feeds .four-columns,
  .mk-instagram-feeds .three-columns {
    width: 49% !important;
  }
  .mk-instagram-feeds a img {
    width: 100%;
  }
}
/* Widgets:POPULAR POSTS, Recent Posts, Related Posts
-------------------------------------------------------------------- */
.widget_posts_lists ul li {
  overflow: hidden;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.widget_posts_lists ul li .featured-image {
  float: left;
  overflow: hidden;
  margin: 0;
  display: block;
}
.widget_posts_lists ul li .post-list-info {
  margin: 0 0 0 100px;
}
.widget_posts_lists ul li .post-list-info.posts-no-thumb {
  margin-left: 0;
}
.widget_posts_lists ul li .post-list-title {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
}
.widget_posts_lists ul li .post-list-title:after {
  margin-top: 8px;
  display: block;
  width: 70px;
  height: 1px;
  content: "";
  background-color: rgba(128, 128, 128, 0.2);
}
.widget_posts_lists ul li .post-list-meta {
  display: block;
}
.widget_posts_lists ul li .post-list-meta time {
  color: #999999;
}
.widget_posts_lists ul li .post-list-meta time,
.widget_posts_lists ul li .post-list-meta a {
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  font-style: italic;
}
/* Widgets:Blog Posts Tabs:Popular + Recent + comments
-------------------------------------------------------------------- */
.widget_posts_tabs .mk-tabs-pane li {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 0 20px;
  list-style: none;
  border-bottom: 2px solid #eee;
}
.widget_posts_tabs .mk-tabs-pane li .featured-image {
  float: left;
  overflow: hidden;
  margin: 0 10px 0 0;
  display: block;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-info {
  margin: 0 0 0 80px;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-info.posts-no-thumb {
  margin-left: 0;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-title {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta {
  display: block;
  line-height: 18px;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta time,
.widget_posts_tabs .mk-tabs-pane li .post-list-meta .cats {
  display: inline-block;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta time {
  font-size: 11px;
  font-weight: bold;
  color: #444444;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta .cats a {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.widget_posts_tabs .mk-tabs-pane li .blog-comments,
.widget_posts_tabs .mk-tabs-pane li .mk-love-holder {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #999999 !important;
  padding-right: 8px;
}
.widget_posts_tabs .mk-tabs-pane li .blog-comments i,
.widget_posts_tabs .mk-tabs-pane li .mk-love-holder i {
  color: #eeeeee;
  font-size: 16px;
}
.widget_posts_tabs .mk-tabs-tabs {
  border-bottom: 3px solid #eeeeee;
}
.widget_posts_tabs .mk-tabs-tabs li {
  display: inline-block;
  padding: 10px 12px 6px;
}
.widget_posts_tabs .mk-tabs-tabs li a {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  color: #999999 !important;
}
.widget_posts_tabs .mk-tabs-tabs li.ui-state-active {
  background-color: #eeeeee;
}
.widget_posts_tabs .mk-tabs-tabs li.ui-state-active a {
  color: #454545 !important;
}
.widget_posts_tabs .mk-tabs-panes {
  padding-top: 20px;
}
/* Widgets:SOCIAL NETWORKS
-------------------------------------------------------------------- */
.widget_social_networks .social-title.center {
  text-align: center;
}
.widget_social_networks .social-title.center:after {
  margin-left: auto !important;
  margin-right: auto !important;
}
.widget_social_networks .social-title.right {
  text-align: right;
}
.widget_social_networks a {
  position: relative;
  display: inline-block;
  float: left;
  margin: 4px;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.widget_social_networks a.dark {
  color: #737373 !important;
}
.widget_social_networks a.dark:hover {
  color: #fff !important;
}
.widget_social_networks a.light {
  color: #fff !important;
}
.widget_social_networks a.light i {
  color: #fff !important;
}
.widget_social_networks .widget-social-container {
  *zoom: 1;
  padding: 0 10px;
}
.widget_social_networks .widget-social-container:before,
.widget_social_networks .widget-social-container:after {
  content: " ";
  display: table;
}
.widget_social_networks .widget-social-container:after {
  clear: both;
}
.widget_social_networks .widget-social-container.align-right {
  text-align: right;
}
.widget_social_networks .widget-social-container.align-right a {
  float: none;
}
.widget_social_networks .widget-social-container.align-center {
  text-align: center;
}
.widget_social_networks .widget-social-container.align-center a {
  float: none;
}
.widget_social_networks .circle-style a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.widget_social_networks .circle-style a.dark {
  border: 3px solid #737373;
}
.widget_social_networks .circle-style a.dark:hover {
  color: #fff !important;
  background-color: #737373;
}
.widget_social_networks .circle-style a.light {
  border: 3px solid #fff !important;
}
.widget_social_networks .circle-style a.light:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.widget_social_networks .circle-style a.light:hover i {
  color: #000 !important;
}
.widget_social_networks .circle-style a.custom {
  border: 3px solid #737373;
}
.widget_social_networks .simple-style {
  padding: 0;
}
.widget_social_networks .simple-style a {
  font-size: 24px;
  margin: 8px 16px 8px 0;
  border-color: transparent !important;
}
.widget_social_networks .simple-style a i {
  transition: color .3s ease;
}
.widget_social_networks .simple-style a:hover {
  background-color: transparent !important;
}
.widget_social_networks .simple-style a.custom {
  background-color: transparent !important;
}
.widget_social_networks .simple-style a.dark:hover {
  color: inherit !important;
}
.widget_social_networks .simple-style a.light:hover {
  color: inherit !important;
}
@media handheld, only screen and (max-width: 650px) {
  .widget_social_networks .widget-social-container.align-right,
  .widget_social_networks .widget-social-container.align-left {
    text-align: center;
  }
  .widget_social_networks .widget-social-container.align-right a,
  .widget_social_networks .widget-social-container.align-left a {
    float: none;
  }
}
/* Widgets:TESTIMONIAL SLIDER
-------------------------------------------------------------------- */
.widget_testimonials .testimonial-slider {
  position: relative;
  padding: 0 10px !important;
}
.widget_testimonials .testimonial-slider li {
  margin: 0;
}
.widget_testimonials .testimonial-slider .testimonial-quote {
  position: relative;
  padding: 15px 20px;
  background-color: rgba(128, 128, 128, 0.1);
  font-size: 14px;
  line-height: 22px;
  color: #808080;
}
.widget_testimonials .testimonial-slider .testimonial-quote:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(128, 128, 128, 0.1);
  left: 50%;
  bottom: -8px;
  margin-left: -4px;
}
.widget_testimonials .testimonial-slider .testimonial-details {
  margin-top: 15px;
  text-align: center;
}
.widget_testimonials .testimonial-slider .testimonial-author {
  margin: 0;
  font-size: 13px;
  color: #808080 !important;
  line-height: 18px;
}
.widget_testimonials .testimonial-slider .testimonial-position {
  display: block;
  font-size: 12px;
  line-height: 12px;
}
/* Widgets:RECENT PORTFOLIOS
-------------------------------------------------------------------- */
.widget_recent_portfolio {
  overflow: visible;
}
.widget_recent_portfolio ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.widget_recent_portfolio ul li {
  position: relative;
  margin: 0;
  float: left;
  padding: 0;
  display: block;
  width: 50%;
}
.widget_recent_portfolio .item-holder {
  margin: 0 1px 1px 0;
}
.widget_recent_portfolio .portfolio-permalink {
  width: 27px;
  height: 27px;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  border: 3px solid #fff;
}
.widget_recent_portfolio .portfolio-permalink:hover {
  background-color: #fff;
  color: #000;
}
.widget_recent_portfolio .portfolio-permalink:hover i {
  color: #000;
}
.widget_recent_portfolio .portfolio-permalink i {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  display: block;
}
.widget_recent_portfolio .portfolio-meta {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}
.widget_recent_portfolio .portfolio-meta .portfolio-plus-icon i {
  font-size: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  color: #fff;
  display: block;
}
.widget_recent_portfolio .featured-image {
  line-height: 4px;
}
.widget_recent_portfolio .featured-image:hover .portfolio-meta {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.widget_recent_portfolio .featured-image:hover .portfolio-plus-icon i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
@media handheld, only screen and (max-width: 767px) {
  .widget_recent_portfolio .featured-image img {
    width: 100%;
  }
}
/* Widgets:TWITTER FEEDS
-------------------------------------------------------------------- */
.mk-tweet-list {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  padding: 0 15px;
}
.mk-tweet-list li {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 2px solid #e6e6e6;
}
.mk-tweet-list li .tweet-text {
  display: block;
  line-height: 18px;
  color: #808080;
}
.mk-tweet-list li .tweet-text a {
  color: #22b7df !important;
  font-weight: bold;
}
.mk-tweet-list li .tweet-time {
  display: block;
  text-transform: uppercase;
}
/* Widgets:SEARCH FORM
-------------------------------------------------------------------- */
.mk-searchform {
  position: relative;
  max-width: 320px;
}
.mk-searchform .text-input {
  margin: 0 3px 3px 0;
  padding: 12px 28px 12px 12px;
  width: 100%;
  color: #808080;
  border: 2px solid rgba(128, 128, 128, 0.2);
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
}
.mk-searchform .text-input::-webkit-input-placeholder,
.mk-searchform .mk-textarea::-webkit-input-placeholder {
  color: #808080;
}
.mk-searchform .text-input:-moz-placeholder,
.mk-searchform .mk-textarea:-moz-placeholder {
  color: #808080;
}
.mk-searchform .text-input::-moz-placeholder,
.mk-searchform .mk-textarea::-moz-placeholder {
  color: #808080;
}
.mk-searchform .text-input:-ms-input-placeholder,
.mk-searchform .mk-textarea:-ms-input-placeholder {
  color: #808080;
}
.mk-searchform .mk-icon-search {
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -23px;
  font-size: 16px;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 42px;
  text-align: center;
  color: rgba(128, 128, 128, 0.6);
  border-left: 2px solid rgba(128, 128, 128, 0.2);
}
.mk-searchform .mk-icon-search:hover {
  background-color: rgba(128, 128, 128, 0.1);
}
.mk-searchform .search-button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: none;
}
.tiny_slider_widget .mk-image-slideshow {
  margin: 0 auto;
}
/* Widgets:CALENDAR
-------------------------------------------------------------------- */
#calendar_wrap {
  position: relative;
  margin: 0 10px;
  padding: 0;
  background: rgba(128, 128, 128, 0.1);
  text-align: center;
}
#wp-calendar {
  margin: 0 !important;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: none;
  overflow: visible;
}
#wp-calendar thead {
  background-color: #5c5c5c;
  border: none;
}
#wp-calendar thead th {
  color: #fff !important;
  font-size: 12px;
}
#wp-calendar caption {
  padding: 12px;
  background-color: rgba(128, 128, 128, 0.2);
  color: #4e4e4e;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  border-bottom: none;
}
#wp-calendar th,
#wp-calendar th {
  padding: 10px 5px;
  color: #787573;
}
#wp-calendar tbody td {
  padding: 12px 2px;
  background-color: rgba(128, 128, 128, 0.1);
  color: #939393;
  border: 1px solid rgba(128, 128, 128, 0.12);
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
}
#wp-calendar td#today {
  color: #fff;
}
#wp-calendar a {
  color: #666666;
}
#wp-calendar #next,
#wp-calendar #prev {
  position: absolute;
  top: 8px;
  display: block;
  margin: 0;
  padding: 0;
  background: 0;
}
#wp-calendar #next a,
#wp-calendar #prev a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -9999px;
}
#wp-calendar #prev {
  left: 5px;
  width: 18px;
  height: 18px;
  border: 0;
}
#wp-calendar #prev:before {
  content: "\f053";
  font-size: 16px;
}
#wp-calendar #next {
  right: 5px;
  width: 18px;
  height: 18px;
  border: 0;
}
#wp-calendar #next:before {
  content: "\f054";
  font-size: 16px;
}
#wp-calendar tfoot .pad {
  display: none;
}
@media handheld, only screen and (max-width: 960px) {
  #calendar_wrap {
    width: 300px;
  }
}
/* Widgets:Login Form
-------------------------------------------------------------------- */
.widget_login_form .mk-login-form {
  margin: 0 10px;
}
.widget_login_form .mk-login-form .form-row {
  position: relative;
  margin-bottom: 6px;
}
.widget_login_form .mk-login-form .form-row i {
  float: left;
  width: 42px !important;
  height: 42px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 16px;
  border-right: 2px solid #e7e7e7;
}
.widget_login_form .mk-login-form .form-row i.input-focused {
  color: #fff;
}
.widget_login_form .mk-login-form .form-row input {
  padding: 12px 12px 12px 58px !important;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  border: 2px solid #e7e7e7;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_login_form .mk-login-form .submit_button {
  padding: 12px 30px;
  text-transform: uppercase;
  outline: none;
}
.widget_login_form .mk-login-form .mk-login-status {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.widget_login_form .mk-login-form.dark-skin .form-row i {
  color: #fff;
}
.widget_login_form .mk-login-form.dark-skin .form-row i.input-focused {
  color: #fff;
}
.widget_login_form .mk-login-form.dark-skin .form-row input {
  color: #fff;
  background: transparent;
}
.widget_login_form .mk-login-form.dark-skin .form-row input::-webkit-input-placeholder {
  color: #fff;
}
.widget_login_form .mk-login-form.dark-skin .form-row input:-moz-placeholder {
  color: #fff;
}
.widget_login_form .mk-login-form.dark-skin .form-row input::-moz-placeholder {
  color: #fff;
}
.widget_login_form .mk-login-form.dark-skin .form-row input:-ms-input-placeholder {
  color: #fff;
}
.widget_login_form .mk-login-form.dark-skin .submit_button {
  border: 2px solid #e7e7e7;
  color: #e7e7e7;
}
.widget_login_form .mk-login-form.dark-skin .submit_button:hover {
  color: #666e;
  background: #e7e7e7;
}
.widget_login_form .mk-login-form.light-skin .form-row i {
  color: #666666;
}
.widget_login_form .mk-login-form.light-skin .form-row i.input-focused {
  color: #fff;
}
.widget_login_form .mk-login-form.light-skin .form-row input {
  color: #666666;
  background: transparent;
}
.widget_login_form .mk-login-form.light-skin .form-row input::-webkit-input-placeholder {
  color: #666666;
}
.widget_login_form .mk-login-form.light-skin .form-row input:-moz-placeholder {
  color: #666666;
}
.widget_login_form .mk-login-form.light-skin .form-row input::-moz-placeholder {
  color: #666666;
}
.widget_login_form .mk-login-form.light-skin .form-row input:-ms-input-placeholder {
  color: #666666;
}
.widget_login_form .mk-login-form.light-skin .submit_button {
  color: #292929;
  border: 2px solid #2e2e2e;
  background: transparent;
}
.widget_login_form .mk-login-form.light-skin .submit_button:hover {
  background: #2e2e2e;
  color: #fff;
}
.widget_login_form .user-login {
  *zoom: 1;
}
.widget_login_form .user-login:before,
.widget_login_form .user-login:after {
  content: " ";
  display: table;
}
.widget_login_form .user-login:after {
  clear: both;
}
.widget_login_form .user-login .avatar {
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.widget_login_form .user-login ul {
  float: left;
  display: inline-block;
}
.widget_login_form .user-login ul li {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #888;
}
.widget_login_form .user-login ul li:last-child {
  margin-bottom: 0;
}
.widget_login_form .user-login ul li .username {
  text-transform: uppercase;
}
.widget_login_form .user-login ul li a {
  font-weight: normal !important;
  color: #888 !important;
}
.widget_login_form .user-login ul li a.logout {
  text-decoration: underline;
}
.widget_login_form .user-login ul li a.logout:hover {
  text-decoration: none;
}
/* Widgets:Archives
-------------------------------------------------------------------- */
.widget_archive ul {
  *zoom: 1;
}
.widget_archive ul:before,
.widget_archive ul:after {
  content: " ";
  display: table;
}
.widget_archive ul:after {
  clear: both;
}
.widget_archive ul li {
  width: 50%;
  float: left;
}
.widget_archive ul li:hover {
  background-color: rgba(128, 128, 128, 0.1);
}
.widget_archive ul li a {
  border-bottom: 0;
  display: inline-block;
  padding: 10px;
  margin: 0;
  color: #808080 !important;
}
/* Widgets:Archives
-------------------------------------------------------------------- */
.mk-custom-menu.align-center {
  text-align: center;
}
.mk-custom-menu.align-center .widgettitle:after {
  margin: 10px auto;
}
.mk-custom-menu.align-right {
  text-align: right;
}
.mk-custom-menu.align-right .widgettitle:after {
  margin: 10px 0 10px auto;
}
.mk-custom-menu .menu {
  list-style: none;
}
.mk-custom-menu .menu li {
  margin: 0;
}
.mk-custom-menu .menu li a {
  display: block;
  padding: 3px 5px;
}
/* Widgets: Subscription form
-------------------------------------------------------------------- */
.mk-subscription-form-wrapper {
  width: 100%;
  *zoom: 1;
}
.mk-subscription-form-wrapper:before,
.mk-subscription-form-wrapper:after {
  content: " ";
  display: table;
}
.mk-subscription-form-wrapper:after {
  clear: both;
}
.mk-subscription-form-wrapper .text-input {
  float: left;
  width: 70%;
  height: 40px;
  vertical-align: top;
}
.mk-subscription-form-wrapper .mk-subscription-button {
  width: 27%;
  float: right;
  font-size: 10px;
  height: 40px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.mk-subscription-form-wrapper.light-skin .text-input {
  border: 2px solid #eee;
  background-color: #fff;
  color: #666;
}
.mk-subscription-form-wrapper.light-skin .mk-subscription-button {
  background-color: #eee;
  color: #000;
  border: none;
}
.mk-subscription-form-wrapper.light-skin .mk-subscription-button:hover {
  background-color: #666;
  color: #eee;
}
.mk-subscription-form-wrapper.dark-skin .text-input {
  border: 2px solid #000;
  background-color: #fff;
  color: #666;
}
.mk-subscription-form-wrapper.dark-skin .mk-subscription-button {
  background-color: #000;
  color: #fff;
  border: none;
}
.mk-subscription-form-wrapper.dark-skin .mk-subscription-button:hover {
  background-color: #d7d7d7;
  color: #000;
}
#mk-page-title {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#mk-page-title .mk-page-title-bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
}
#mk-page-title .mk-effect-gradient-layer {
  position: absolute;
  z-index: 0;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-color: rgba(255, 255, 255, 0);
}
#mk-page-title .mk-grid {
  position: relative;
  z-index: 5;
}
.intro-effect-fade,
.intro-effect-zoom_out {
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100% !important;
}
/* -------------------------- */
/*          Fade Effect       */
/* -------------------------- */
/* -------------------------- */
/*          Curtain Effect    */
/* -------------------------- */
.intro-effect-shuffle {
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  background-attachment: fixed!important;
}
.intro-effect-shuffle .page-section-content {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.intro-effect-shuffle.mk-intro-triggered .page-section-content {
  opacity: 0;
}
/* -------------------------- */
/*          Expose Effect     */
/* -------------------------- */
/* --------------------------------------------------------------
   
Basic WordPress Blog Styles
     
-------------------------------------------------------------- */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 10px;
}
.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}
.gallery {
  margin: 0 auto 20px;
  text-align: center;
}
.gallery .gallery-item {
  margin-top: 0;
  text-align: center;
  width: 33%;
  border: 1px solid #eee !important;
  background-color: #fafafa;
}
.gallery .gallery-item img {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 24.6% !important;
}
.gallery img {
  border: none !important;
}
.gallery img:hover {
  opacity: 0.7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  font-size: 13px;
  padding: 20px;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery br + br {
  display: none;
}
/* Tables
-------------------------------------------------------------- */
table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
table th {
  text-align: center;
  padding: 18px 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
table tfoot td {
  padding: 6px;
}
table td {
  text-align: center;
  padding: 12px;
}
/* WP3.8 temporary fix
-------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}[class^="mk-flaticon-"]:before,
[class^="mk-post-type-icon-"]:before,
[class*=" mk-flaticon-"]:before,
[class*=" mk-post-type-icon-"]:before {
  font-family: 'Flaticon';
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.mk-flaticon-amplified:before {
  content: "\e000";
}
.mk-flaticon-arrow434:before {
  content: "\e001";
}
.mk-flaticon-arrow435:before {
  content: "\e002";
}
.mk-flaticon-arrow436:before {
  content: "\e003";
}
.mk-flaticon-arrow437:before {
  content: "\e004";
}
.mk-flaticon-arrowhead4:before {
  content: "\e005";
}
.mk-flaticon-audio28:before {
  content: "\e006";
}
.mk-flaticon-battery74:before {
  content: "\e007";
}
.mk-flaticon-big80:before {
  content: "\e008";
}
.mk-flaticon-big81:before {
  content: "\e009";
}
.mk-flaticon-blank20:before {
  content: "\e00a";
}
.mk-flaticon-camera43:before {
  content: "\e00b";
}
.mk-flaticon-cassette7:before {
  content: "\e00c";
}
.mk-flaticon-cinema13:before {
  content: "\e00d";
}
.mk-flaticon-circular45:before {
  content: "\e00e";
}
.mk-flaticon-circular46:before {
  content: "\e00f";
}
.mk-flaticon-circular47:before {
  content: "\e010";
}
.mk-flaticon-circular48:before {
  content: "\e011";
}
.mk-flaticon-circular49:before {
  content: "\e012";
}
.mk-flaticon-circular50:before {
  content: "\e013";
}
.mk-flaticon-cloud102:before {
  content: "\e014";
}
.mk-flaticon-cloudy12:before {
  content: "\e015";
}
.mk-flaticon-coffee17:before {
  content: "\e016";
}
.mk-flaticon-cogwheel8:before {
  content: "\e017";
}
.mk-flaticon-compact8:before {
  content: "\e018";
}
.mk-flaticon-compass39:before {
  content: "\e019";
}
.mk-flaticon-connected8:before {
  content: "\e01a";
}
.mk-flaticon-crop2:before {
  content: "\e01b";
}
.mk-flaticon-cross39:before {
  content: "\e01c";
}
.mk-flaticon-curve19:before {
  content: "\e01d";
}
.mk-flaticon-diamond18:before {
  content: "\e01e";
}
.mk-flaticon-document58:before {
  content: "\e01f";
}
.mk-flaticon-dollar79:before {
  content: "\e020";
}
.mk-flaticon-door7:before {
  content: "\e021";
}
.mk-flaticon-double23:before,
.mk-post-type-icon-audio:before {
  content: "\e022";
}
.mk-flaticon-double24:before {
  content: "\e023";
}
.mk-flaticon-downloading3:before {
  content: "\e024";
}
.mk-flaticon-drawing4:before {
  content: "\e025";
}
.mk-flaticon-empty20:before {
  content: "\e026";
}
.mk-flaticon-eyes:before {
  content: "\e027";
}
.mk-flaticon-fast10:before {
  content: "\e028";
}
.mk-flaticon-fast11:before {
  content: "\e029";
}
.mk-flaticon-file24:before {
  content: "\e02a";
}
.mk-flaticon-film24:before {
  content: "\e02b";
}
.mk-flaticon-fire13:before {
  content: "\e02c";
}
.mk-flaticon-flag26:before {
  content: "\e02d";
}
.mk-flaticon-flat10:before {
  content: "\e02e";
}
.mk-flaticon-fluff1:before {
  content: "\e02f";
}
.mk-flaticon-four26:before {
  content: "\e030";
}
.mk-flaticon-full21:before {
  content: "\e031";
}
.mk-flaticon-grocery10:before {
  content: "\e032";
}
.mk-flaticon-half11:before {
  content: "\e033";
}
.mk-flaticon-heart66:before {
  content: "\e034";
}
.mk-flaticon-home62:before {
  content: "\e035";
}
.mk-flaticon-huge3:before {
  content: "\e036";
}
.mk-flaticon-increasing5:before {
  content: "\e037";
}
.mk-flaticon-kings:before {
  content: "\e038";
}
.mk-flaticon-letter11:before {
  content: "\e039";
}
.mk-flaticon-light44:before {
  content: "\e03a";
}
.mk-flaticon-lines:before {
  content: "\e03b";
}
.mk-flaticon-low20:before {
  content: "\e03c";
}
.mk-flaticon-magnification3:before {
  content: "\e03d";
}
.mk-flaticon-maps5:before {
  content: "\e03e";
}
.mk-flaticon-mathematical3:before {
  content: "\e03f";
}
.mk-flaticon-microphone26:before {
  content: "\e040";
}
.mk-flaticon-molecular:before {
  content: "\e041";
}
.mk-flaticon-multiple18:before {
  content: "\e042";
}
.mk-flaticon-music63:before {
  content: "\e043";
}
.mk-flaticon-mute7:before {
  content: "\e044";
}
.mk-flaticon-navigation8:before {
  content: "\e045";
}
.mk-flaticon-newspaper8:before {
  content: "\e046";
}
.mk-flaticon-no16:before {
  content: "\e047";
}
.mk-flaticon-open89:before {
  content: "\e048";
}
.mk-flaticon-open90:before {
  content: "\e049";
}
.mk-flaticon-padlock18:before {
  content: "\e04a";
}
.mk-flaticon-paint26:before {
  content: "\e04b";
}
.mk-flaticon-paper43:before {
  content: "\e04c";
}
.mk-flaticon-paper44:before {
  content: "\e04d";
}
.mk-flaticon-personal5:before {
  content: "\e04e";
}
.mk-flaticon-phone51:before {
  content: "\e04f";
}
.mk-flaticon-picture10:before,
.mk-post-type-icon-image:before {
  content: "\e050";
}
.mk-flaticon-plant10:before {
  content: "\e051";
}
.mk-flaticon-play35:before,
.mk-post-type-icon-video:before {
  content: "\e052";
}
.mk-flaticon-previous6:before {
  content: "\e053";
}
.mk-flaticon-profile7:before {
  content: "\e054";
}
.mk-flaticon-public5:before {
  content: "\e055";
}
.mk-flaticon-rainy5:before {
  content: "\e056";
}
.mk-flaticon-religion1:before {
  content: "\e057";
}
.mk-flaticon-rewind22:before {
  content: "\e058";
}
.mk-flaticon-rotating10:before {
  content: "\e059";
}
.mk-flaticon-rotating9:before {
  content: "\e05a";
}
.mk-flaticon-round30:before,
.mk-post-type-icon-gallery:before {
  content: "\e05b";
}
.mk-flaticon-round31:before {
  content: "\e05c";
}
.mk-flaticon-rounded25:before {
  content: "\e05d";
}
.mk-flaticon-rounded26:before {
  content: "\e05e";
}
.mk-flaticon-royalty:before {
  content: "\e05f";
}
.mk-flaticon-scissors14:before {
  content: "\e060";
}
.mk-flaticon-shopping63:before {
  content: "\e061";
}
.mk-flaticon-signal21:before {
  content: "\e062";
}
.mk-flaticon-simple47:before {
  content: "\e063";
}
.mk-flaticon-small139:before {
  content: "\e064";
}
.mk-flaticon-snowflake3:before {
  content: "\e065";
}
.mk-flaticon-speech54:before {
  content: "\e066";
}
.mk-flaticon-spring11:before {
  content: "\e067";
}
.mk-flaticon-square51:before {
  content: "\e068";
}
.mk-flaticon-square52:before {
  content: "\e069";
}
.mk-flaticon-square53:before {
  content: "\e06a";
}
.mk-flaticon-square54:before {
  content: "\e06b";
}
.mk-flaticon-square55:before {
  content: "\e06c";
}
.mk-flaticon-square56:before {
  content: "\e06d";
}
.mk-flaticon-square57:before {
  content: "\e06e";
}
.mk-flaticon-stop20:before {
  content: "\e06f";
}
.mk-flaticon-sun30:before {
  content: "\e070";
}
.mk-flaticon-syncing:before {
  content: "\e071";
}
.mk-flaticon-telephone63:before {
  content: "\e072";
}
.mk-flaticon-trash27:before {
  content: "\e073";
}
.mk-flaticon-triangle14:before {
  content: "\e074";
}
.mk-flaticon-tshirt14:before {
  content: "\e075";
}
.mk-flaticon-umbrella14:before {
  content: "\e076";
}
.mk-flaticon-user73:before {
  content: "\e077";
}
.mk-flaticon-wide6:before {
  content: "\e078";
}
.mk-flaticon-world29:before {
  content: "\e079";
}
[class^="mk-theme-icon"],
[class*=" mk-theme-icon"],
.mk-pagination-previous a:before,
.mk-pagination-next a:before {
  font-family: 'ArtbeesWPTokens';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  vertical-align: middle;
}
[class^="mk-theme-icon-"]:before,
[class*=" mk-theme-icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.mk-theme-icon-whatsapp:before {
  content: "\e000";
}
.mk-theme-icon-weibo:before {
  content: "\e001";
}
.mk-theme-icon-wechat:before {
  content: "\e002";
}
.mk-theme-icon-vk:before {
  content: "\e003";
}
.mk-theme-icon-tick2:before {
  content: "\e004";
}
.mk-theme-icon-renren:before {
  content: "\e005";
}
.mk-theme-icon-qzone:before {
  content: "\e006";
}
.mk-theme-icon-plus:before {
  content: "\e676";
}
.mk-theme-icon-play:before {
  content: "\e008";
}
.mk-theme-icon-pause:before {
  content: "\e009";
}
.mk-theme-icon-magnifier:before {
  content: "\e00a";
}
.mk-theme-icon-imdb:before {
  content: "\e00b";
}
.mk-theme-icon-dashboard2:before {
  content: "\e00c";
}
.mk-theme-icon-close:before {
  content: "\e00d";
}
.mk-theme-icon-cart2:before {
  content: "\e00e";
}
.mk-theme-icon-burgerwide:before {
  content: "\e00f";
}
.mk-theme-icon-burger:before {
  content: "\e010";
}
.mk-theme-icon-behance:before {
  content: "\e011";
}
.mk-theme-icon-topnav:before {
  content: "\e66e";
}
.mk-theme-icon-rightsidebar:before {
  content: "\e66f";
}
.mk-theme-icon-leftsidebar:before {
  content: "\e670";
}
.mk-theme-icon-dashboard-o:before {
  content: "\e671";
}
.mk-theme-icon-bottomnav:before {
  content: "\e672";
}
.mk-theme-icon-boxed:before {
  content: "\e66b";
}
.mk-theme-icon-wide:before {
  content: "\e66a";
}
.mk-theme-icon-singlepage:before {
  content: "\e66c";
}
.mk-theme-icon-multipage:before {
  content: "\e66d";
}
.mk-theme-icon-dashboard:before {
  content: "\e668";
}
.mk-theme-icon-responsive:before {
  content: "\e669";
}
.mk-theme-icon-woman-bag:before {
  content: "\e600";
}
.mk-theme-icon-voicemessage:before {
  content: "\e601";
}
.mk-theme-icon-trashcan:before {
  content: "\e602";
}
.mk-theme-icon-thermostat:before {
  content: "\e603";
}
.mk-theme-icon-tag:before {
  content: "\e604";
}
.mk-theme-icon-sitemap:before {
  content: "\e605";
}
.mk-theme-icon-shirt:before {
  content: "\e606";
}
.mk-theme-icon-printer:before {
  content: "\e607";
}
.mk-theme-icon-video:before {
  content: "\e608";
}
.mk-theme-icon-user:before {
  content: "\e609";
}
.mk-theme-icon-top-small:before {
  content: "\e60a";
}
.mk-theme-icon-top-bigger:before {
  content: "\e60b";
}
.mk-theme-icon-top-big:before {
  content: "\e60c";
}
.mk-theme-icon-tick:before {
  content: "\e60d";
}
.mk-theme-icon-text:before,
.mk-theme-icon-aside:before,
.mk-theme-icon-post:before,
.mk-theme-icon-status:before {
  content: "\e60e";
}
.mk-theme-icon-star:before {
  content: "\e60f";
}
.mk-theme-icon-audio:before {
  content: "\e610";
}
.mk-theme-icon-social-youtube:before {
  content: "\e611";
}
.mk-theme-icon-social-yelp:before {
  content: "\e612";
}
.mk-theme-icon-social-yahoo:before {
  content: "\e613";
}
.mk-theme-icon-social-wordpress:before {
  content: "\e614";
}
.mk-theme-icon-social-vimeo:before {
  content: "\e677";
}
.mk-theme-icon-social-spotify:before {
  content: "\e673";
}
.mk-theme-icon-social-twitter:before {
  content: "\e616";
}
.mk-theme-icon-social-tumblr:before {
  content: "\e617";
}
.mk-theme-icon-social-technorati:before {
  content: "\e618";
}
.mk-theme-icon-social-stumbleupon:before {
  content: "\e619";
}
.mk-theme-icon-social-skype:before {
  content: "\e61a";
}
.mk-theme-icon-social-rss:before {
  content: "\e61b";
}
.mk-theme-icon-social-reddit:before {
  content: "\e61c";
}
.mk-theme-icon-social-pinterest:before {
  content: "\e61d";
}
.mk-theme-icon-social-path:before {
  content: "\e61e";
}
.mk-theme-icon-social-myspace:before {
  content: "\e61f";
}
.mk-theme-icon-social-livejournal:before {
  content: "\e620";
}
.mk-theme-icon-social-linkedin:before {
  content: "\e621";
}
.mk-theme-icon-social-lastfm:before {
  content: "\e622";
}
.mk-theme-icon-social-instagram:before {
  content: "\e623";
}
.mk-theme-icon-social-googleplus:before {
  content: "\e624";
}
.mk-theme-icon-social-github:before {
  content: "\e625";
}
.mk-theme-icon-social-flickr:before {
  content: "\e626";
}
.mk-theme-icon-social-facebook:before {
  content: "\e627";
}
.mk-theme-icon-social-envato:before {
  content: "\e628";
}
.mk-theme-icon-social-dropbox:before {
  content: "\e629";
}
.mk-theme-icon-social-dribbble:before {
  content: "\e62a";
}
.mk-theme-icon-social-digg:before {
  content: "\e62b";
}
.mk-theme-icon-social-behance:before {
  content: "\e62c";
}
.mk-theme-icon-social-bebo:before {
  content: "\e62d";
}
.mk-theme-icon-social-apple:before {
  content: "\e62e";
}
.mk-theme-icon-social-aim:before {
  content: "\e62f";
}
.mk-theme-icon-search:before {
  content: "\e630";
}
.mk-theme-icon-quote:before {
  content: "\e631";
}
.mk-theme-icon-prev-small:before {
  content: "\e632";
}
.mk-theme-icon-prev-big:before {
  content: "\e675";
}
.mk-theme-icon-portfolio:before {
  content: "\e634";
}
.mk-theme-icon-phone:before {
  content: "\e636";
}
.mk-theme-icon-permalink:before,
.mk-theme-icon-link:before {
  content: "\e637";
}
.mk-theme-icon-pause:before {
  content: "\e638";
}
.mk-theme-icon-office:before {
  content: "\e639";
}
.mk-theme-icon-next-small:before {
  content: "\e63a";
}
.mk-theme-icon-next-bigger:before {
  content: "\e63b";
}
.mk-theme-icon-next-big:before {
  content: "\e674";
}
.mk-theme-icon-messagebox-warning:before {
  content: "\e63d";
}
.mk-theme-icon-messagebox-solution:before {
  content: "\e63e";
}
.mk-theme-icon-messagebox-love:before {
  content: "\e63f";
}
.mk-theme-icon-messagebox-hint:before {
  content: "\e640";
}
.mk-theme-icon-messagebox-feature:before {
  content: "\e641";
}
.mk-theme-icon-messagebox-custom:before {
  content: "\e642";
}
.mk-theme-icon-messagebox-alert:before {
  content: "\e643";
}
.mk-theme-icon-love:before {
  content: "\e644";
}
.mk-theme-icon-prev-bigger:before {
  content: "\e645";
}
.mk-theme-icon-image:before {
  content: "\e646";
}
.mk-theme-icon-home:before {
  content: "\e648";
}
.mk-theme-icon-gallery:before {
  content: "\e649";
}
.mk-theme-icon-fax:before {
  content: "\e64a";
}
.mk-theme-icon-email:before {
  content: "\e64b";
}
.mk-theme-icon-comment:before {
  content: "\e64c";
}
.mk-theme-icon-cellphone:before {
  content: "\e64d";
}
.mk-theme-icon-cart:before,
.mk-theme-icon-product:before {
  content: "\e64e";
}
.mk-theme-icon-cancel:before {
  content: "\e64f";
}
.mk-theme-icon-bottom-small:before {
  content: "\e650";
}
.mk-theme-icon-bottom-bigger:before {
  content: "\e651";
}
.mk-theme-icon-bottom-big:before {
  content: "\e652";
}
.mk-theme-icon-blog:before {
  content: "\e653";
}
.mk-theme-icon-blog-share:before {
  content: "\e654";
}
.mk-theme-icon-macbookair:before {
  content: "\e655";
}
.mk-theme-icon-macbook:before {
  content: "\e656";
}
.mk-theme-icon-layers:before {
  content: "\e657";
}
.mk-theme-icon-lab:before {
  content: "\e658";
}
.mk-theme-icon-ipad:before {
  content: "\e659";
}
.mk-theme-icon-hamburger:before {
  content: "\e65a";
}
.mk-theme-icon-folder-2:before {
  content: "\e65b";
}
.mk-theme-icon-file:before,
.mk-theme-icon-page:before {
  content: "\e65c";
}
.mk-theme-icon-crop:before {
  content: "\e65d";
}
.mk-theme-icon-commandconsole:before {
  content: "\e65e";
}
.mk-theme-icon-chergerfull:before {
  content: "\e65f";
}
.mk-theme-icon-chargerhalf:before {
  content: "\e660";
}
.mk-theme-icon-chargerblank:before {
  content: "\e661";
}
.mk-theme-icon-cassette:before {
  content: "\e662";
}
.mk-theme-icon-card:before {
  content: "\e663";
}
.mk-theme-icon-card-2:before {
  content: "\e664";
}
.mk-theme-icon-camera:before {
  content: "\e665";
}
.mk-theme-icon-calendar:before {
  content: "\e666";
}
.mk-theme-icon-accordion:before {
  content: "\e667";
}
/* Font Awesome styles
------------------------------------------------------- */
[class^="mk-icon-"],
[class*=" mk-icon-"],
.widget_archive li a:before,
.widget_categories li a:before,
.widget_nav_menu li a:before,
.widget_links li a:before,
.widget_pages li a:before,
.widget_meta li a:before,
.widget_authors li a:before,
.widget_popular_tags li a:before,
.widget_recent_comments li:before,
.widget_rss li a:before,
.widget_recent_entries li a:before,
.widget_product_categories li a:before,
.widget-sub-navigation li a:before,
#wp-calendar #prev:before,
#wp-calendar #next:before,
.adding-to-cart .product-loading-icon:before,
.added-to-cart .product-loading-icon:before,
.woocommerce .star-rating {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  /* sprites.less reset */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="mk-icon-"]:before,
[class*=" mk-icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="mk-icon-"],
a [class*=" mk-icon-"] {
  display: inline-block;
}
.mk-icon-glass:before {
  content: "\f000";
}
.mk-icon-music:before {
  content: "\f001";
}
.mk-icon-search:before {
  content: "\f002";
}
.mk-icon-envelope-o:before {
  content: "\f003";
}
.mk-icon-heart:before {
  content: "\f004";
}
.mk-icon-star:before {
  content: "\f005";
}
.mk-icon-star-o:before {
  content: "\f006";
}
.mk-icon-user:before {
  content: "\f007";
}
.mk-icon-film:before {
  content: "\f008";
}
.mk-icon-th-large:before {
  content: "\f009";
}
.mk-icon-th:before {
  content: "\f00a";
}
.mk-icon-th-list:before {
  content: "\f00b";
}
.mk-icon-check:before {
  content: "\f00c";
}
.mk-icon-remove:before,
.mk-icon-close:before,
.mk-icon-times:before {
  content: "\f00d";
}
.mk-icon-search-plus:before {
  content: "\f00e";
}
.mk-icon-search-minus:before {
  content: "\f010";
}
.mk-icon-power-off:before {
  content: "\f011";
}
.mk-icon-signal:before {
  content: "\f012";
}
.mk-icon-gear:before,
.mk-icon-cog:before {
  content: "\f013";
}
.mk-icon-trash-o:before {
  content: "\f014";
}
.mk-icon-home:before {
  content: "\f015";
}
.mk-icon-file-o:before {
  content: "\f016";
}
.mk-icon-clock-o:before {
  content: "\f017";
}
.mk-icon-road:before {
  content: "\f018";
}
.mk-icon-download:before {
  content: "\f019";
}
.mk-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.mk-icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.mk-icon-inbox:before {
  content: "\f01c";
}
.mk-icon-play-circle-o:before {
  content: "\f01d";
}
.mk-icon-rotate-right:before,
.mk-icon-repeat:before {
  content: "\f01e";
}
.mk-icon-refresh:before {
  content: "\f021";
}
.mk-icon-list-alt:before {
  content: "\f022";
}
.mk-icon-lock:before {
  content: "\f023";
}
.mk-icon-flag:before {
  content: "\f024";
}
.mk-icon-headphones:before {
  content: "\f025";
}
.mk-icon-volume-off:before {
  content: "\f026";
}
.mk-icon-volume-down:before {
  content: "\f027";
}
.mk-icon-volume-up:before {
  content: "\f028";
}
.mk-icon-qrcode:before {
  content: "\f029";
}
.mk-icon-barcode:before {
  content: "\f02a";
}
.mk-icon-tag:before {
  content: "\f02b";
}
.mk-icon-tags:before {
  content: "\f02c";
}
.mk-icon-book:before {
  content: "\f02d";
}
.mk-icon-bookmark:before {
  content: "\f02e";
}
.mk-icon-print:before {
  content: "\f02f";
}
.mk-icon-camera:before {
  content: "\f030";
}
.mk-icon-font:before {
  content: "\f031";
}
.mk-icon-bold:before {
  content: "\f032";
}
.mk-icon-italic:before {
  content: "\f033";
}
.mk-icon-text-height:before {
  content: "\f034";
}
.mk-icon-text-width:before {
  content: "\f035";
}
.mk-icon-align-left:before {
  content: "\f036";
}
.mk-icon-align-center:before {
  content: "\f037";
}
.mk-icon-align-right:before {
  content: "\f038";
}
.mk-icon-align-justify:before {
  content: "\f039";
}
.mk-icon-list:before {
  content: "\f03a";
}
.mk-icon-dedent:before,
.mk-icon-outdent:before {
  content: "\f03b";
}
.mk-icon-indent:before {
  content: "\f03c";
}
.mk-icon-video-camera:before {
  content: "\f03d";
}
.mk-icon-photo:before,
.mk-icon-image:before,
.mk-icon-picture-o:before {
  content: "\f03e";
}
.mk-icon-pencil:before {
  content: "\f040";
}
.mk-icon-map-marker:before {
  content: "\f041";
}
.mk-icon-adjust:before {
  content: "\f042";
}
.mk-icon-tint:before {
  content: "\f043";
}
.mk-icon-edit:before,
.mk-icon-pencil-square-o:before {
  content: "\f044";
}
.mk-icon-share-square-o:before {
  content: "\f045";
}
.mk-icon-check-square-o:before {
  content: "\f046";
}
.mk-icon-arrows:before {
  content: "\f047";
}
.mk-icon-step-backward:before {
  content: "\f048";
}
.mk-icon-fast-backward:before {
  content: "\f049";
}
.mk-icon-backward:before {
  content: "\f04a";
}
.mk-icon-play:before {
  content: "\f04b";
}
.mk-icon-pause:before {
  content: "\f04c";
}
.mk-icon-stop:before {
  content: "\f04d";
}
.mk-icon-forward:before {
  content: "\f04e";
}
.mk-icon-fast-forward:before {
  content: "\f050";
}
.mk-icon-step-forward:before {
  content: "\f051";
}
.mk-icon-eject:before {
  content: "\f052";
}
.mk-icon-chevron-left:before {
  content: "\f053";
}
.mk-icon-chevron-right:before {
  content: "\f054";
}
.mk-icon-plus-circle:before {
  content: "\f055";
}
.mk-icon-minus-circle:before {
  content: "\f056";
}
.mk-icon-times-circle:before {
  content: "\f057";
}
.mk-icon-check-circle:before {
  content: "\f058";
}
.mk-icon-question-circle:before {
  content: "\f059";
}
.mk-icon-info-circle:before {
  content: "\f05a";
}
.mk-icon-crosshairs:before {
  content: "\f05b";
}
.mk-icon-times-circle-o:before {
  content: "\f05c";
}
.mk-icon-check-circle-o:before {
  content: "\f05d";
}
.mk-icon-ban:before {
  content: "\f05e";
}
.mk-icon-arrow-left:before {
  content: "\f060";
}
.mk-icon-arrow-right:before {
  content: "\f061";
}
.mk-icon-arrow-up:before {
  content: "\f062";
}
.mk-icon-arrow-down:before {
  content: "\f063";
}
.mk-icon-mail-forward:before,
.mk-icon-share:before {
  content: "\f064";
}
.mk-icon-expand:before {
  content: "\f065";
}
.mk-icon-compress:before {
  content: "\f066";
}
.mk-icon-plus:before {
  content: "\f067";
}
.mk-icon-minus:before {
  content: "\f068";
}
.mk-icon-asterisk:before {
  content: "\f069";
}
.mk-icon-exclamation-circle:before {
  content: "\f06a";
}
.mk-icon-gift:before {
  content: "\f06b";
}
.mk-icon-leaf:before {
  content: "\f06c";
}
.mk-icon-fire:before {
  content: "\f06d";
}
.mk-icon-eye:before {
  content: "\f06e";
}
.mk-icon-eye-slash:before {
  content: "\f070";
}
.mk-icon-warning:before,
.mk-icon-exclamation-triangle:before {
  content: "\f071";
}
.mk-icon-plane:before {
  content: "\f072";
}
.mk-icon-calendar:before {
  content: "\f073";
}
.mk-icon-random:before {
  content: "\f074";
}
.mk-icon-comment:before {
  content: "\f075";
}
.mk-icon-magnet:before {
  content: "\f076";
}
.mk-icon-chevron-up:before {
  content: "\f077";
}
.mk-icon-chevron-down:before {
  content: "\f078";
}
.mk-icon-retweet:before {
  content: "\f079";
}
.mk-icon-shopping-cart:before {
  content: "\f07a";
}
.mk-icon-folder:before {
  content: "\f07b";
}
.mk-icon-folder-open:before {
  content: "\f07c";
}
.mk-icon-arrows-v:before {
  content: "\f07d";
}
.mk-icon-arrows-h:before {
  content: "\f07e";
}
.mk-icon-bar-chart-o:before,
.mk-icon-bar-chart:before {
  content: "\f080";
}
.mk-icon-twitter-square:before {
  content: "\f081";
}
.mk-icon-facebook-square:before {
  content: "\f082";
}
.mk-icon-camera-retro:before {
  content: "\f083";
}
.mk-icon-key:before {
  content: "\f084";
}
.mk-icon-gears:before,
.mk-icon-cogs:before {
  content: "\f085";
}
.mk-icon-comments:before {
  content: "\f086";
}
.mk-icon-thumbs-o-up:before {
  content: "\f087";
}
.mk-icon-thumbs-o-down:before {
  content: "\f088";
}
.mk-icon-star-half:before {
  content: "\f089";
}
.mk-icon-heart-o:before {
  content: "\f08a";
}
.mk-icon-sign-out:before {
  content: "\f08b";
}
.mk-icon-linkedin-square:before {
  content: "\f08c";
}
.mk-icon-thumb-tack:before {
  content: "\f08d";
}
.mk-icon-external-link:before {
  content: "\f08e";
}
.mk-icon-sign-in:before {
  content: "\f090";
}
.mk-icon-trophy:before {
  content: "\f091";
}
.mk-icon-github-square:before {
  content: "\f092";
}
.mk-icon-upload:before {
  content: "\f093";
}
.mk-icon-lemon-o:before {
  content: "\f094";
}
.mk-icon-phone:before {
  content: "\f095";
}
.mk-icon-square-o:before {
  content: "\f096";
}
.mk-icon-bookmark-o:before {
  content: "\f097";
}
.mk-icon-phone-square:before {
  content: "\f098";
}
.mk-icon-twitter:before {
  content: "\f099";
}
.mk-icon-facebook:before {
  content: "\f09a";
}
.mk-icon-github:before {
  content: "\f09b";
}
.mk-icon-unlock:before {
  content: "\f09c";
}
.mk-icon-credit-card:before {
  content: "\f09d";
}
.mk-icon-rss:before {
  content: "\f09e";
}
.mk-icon-hdd-o:before {
  content: "\f0a0";
}
.mk-icon-bullhorn:before {
  content: "\f0a1";
}
.mk-icon-bell:before {
  content: "\f0f3";
}
.mk-icon-certificate:before {
  content: "\f0a3";
}
.mk-icon-hand-o-right:before {
  content: "\f0a4";
}
.mk-icon-hand-o-left:before {
  content: "\f0a5";
}
.mk-icon-hand-o-up:before {
  content: "\f0a6";
}
.mk-icon-hand-o-down:before {
  content: "\f0a7";
}
.mk-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.mk-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.mk-icon-arrow-circle-up:before {
  content: "\f0aa";
}
.mk-icon-arrow-circle-down:before {
  content: "\f0ab";
}
.mk-icon-globe:before {
  content: "\f0ac";
}
.mk-icon-wrench:before {
  content: "\f0ad";
}
.mk-icon-tasks:before {
  content: "\f0ae";
}
.mk-icon-filter:before {
  content: "\f0b0";
}
.mk-icon-briefcase:before {
  content: "\f0b1";
}
.mk-icon-arrows-alt:before {
  content: "\f0b2";
}
.mk-icon-group:before,
.mk-icon-users:before {
  content: "\f0c0";
}
.mk-icon-chain:before,
.mk-icon-link:before {
  content: "\f0c1";
}
.mk-icon-cloud:before {
  content: "\f0c2";
}
.mk-icon-flask:before {
  content: "\f0c3";
}
.mk-icon-cut:before,
.mk-icon-scissors:before {
  content: "\f0c4";
}
.mk-icon-copy:before,
.mk-icon-files-o:before {
  content: "\f0c5";
}
.mk-icon-paperclip:before {
  content: "\f0c6";
}
.mk-icon-save:before,
.mk-icon-floppy-o:before {
  content: "\f0c7";
}
.mk-icon-square:before {
  content: "\f0c8";
}
.mk-icon-navicon:before,
.mk-icon-reorder:before,
.mk-icon-bars:before {
  content: "\f0c9";
}
.mk-icon-list-ul:before {
  content: "\f0ca";
}
.mk-icon-list-ol:before {
  content: "\f0cb";
}
.mk-icon-strikethrough:before {
  content: "\f0cc";
}
.mk-icon-underline:before {
  content: "\f0cd";
}
.mk-icon-table:before {
  content: "\f0ce";
}
.mk-icon-magic:before {
  content: "\f0d0";
}
.mk-icon-truck:before {
  content: "\f0d1";
}
.mk-icon-pinterest:before {
  content: "\f0d2";
}
.mk-icon-pinterest-square:before {
  content: "\f0d3";
}
.mk-icon-google-plus-square:before {
  content: "\f0d4";
}
.mk-icon-google-plus:before {
  content: "\f0d5";
}
.mk-icon-money:before {
  content: "\f0d6";
}
.mk-icon-caret-down:before {
  content: "\f0d7";
}
.mk-icon-caret-up:before {
  content: "\f0d8";
}
.mk-icon-caret-left:before {
  content: "\f0d9";
}
.mk-icon-caret-right:before {
  content: "\f0da";
}
.mk-icon-columns:before {
  content: "\f0db";
}
.mk-icon-unsorted:before,
.mk-icon-sort:before {
  content: "\f0dc";
}
.mk-icon-sort-down:before,
.mk-icon-sort-desc:before {
  content: "\f0dd";
}
.mk-icon-sort-up:before,
.mk-icon-sort-asc:before {
  content: "\f0de";
}
.mk-icon-envelope:before {
  content: "\f0e0";
}
.mk-icon-linkedin:before {
  content: "\f0e1";
}
.mk-icon-rotate-left:before,
.mk-icon-undo:before {
  content: "\f0e2";
}
.mk-icon-legal:before,
.mk-icon-gavel:before {
  content: "\f0e3";
}
.mk-icon-dashboard:before,
.mk-icon-tachometer:before {
  content: "\f0e4";
}
.mk-icon-comment-o:before {
  content: "\f0e5";
}
.mk-icon-comments-o:before {
  content: "\f0e6";
}
.mk-icon-flash:before,
.mk-icon-bolt:before {
  content: "\f0e7";
}
.mk-icon-sitemap:before {
  content: "\f0e8";
}
.mk-icon-umbrella:before {
  content: "\f0e9";
}
.mk-icon-paste:before,
.mk-icon-clipboard:before {
  content: "\f0ea";
}
.mk-icon-lightbulb-o:before {
  content: "\f0eb";
}
.mk-icon-exchange:before {
  content: "\f0ec";
}
.mk-icon-cloud-download:before {
  content: "\f0ed";
}
.mk-icon-cloud-upload:before {
  content: "\f0ee";
}
.mk-icon-user-md:before {
  content: "\f0f0";
}
.mk-icon-stethoscope:before {
  content: "\f0f1";
}
.mk-icon-suitcase:before {
  content: "\f0f2";
}
.mk-icon-bell-o:before {
  content: "\f0a2";
}
.mk-icon-coffee:before {
  content: "\f0f4";
}
.mk-icon-cutlery:before {
  content: "\f0f5";
}
.mk-icon-file-text-o:before {
  content: "\f0f6";
}
.mk-icon-building-o:before {
  content: "\f0f7";
}
.mk-icon-hospital-o:before {
  content: "\f0f8";
}
.mk-icon-ambulance:before {
  content: "\f0f9";
}
.mk-icon-medkit:before {
  content: "\f0fa";
}
.mk-icon-fighter-jet:before {
  content: "\f0fb";
}
.mk-icon-beer:before {
  content: "\f0fc";
}
.mk-icon-h-square:before {
  content: "\f0fd";
}
.mk-icon-plus-square:before {
  content: "\f0fe";
}
.mk-icon-angle-double-left:before {
  content: "\f100";
}
.mk-icon-angle-double-right:before {
  content: "\f101";
}
.mk-icon-angle-double-up:before {
  content: "\f102";
}
.mk-icon-angle-double-down:before {
  content: "\f103";
}
.mk-icon-angle-left:before {
  content: "\f104";
}
.mk-icon-angle-right:before {
  content: "\f105";
}
.mk-icon-angle-up:before {
  content: "\f106";
}
.mk-icon-angle-down:before {
  content: "\f107";
}
.mk-icon-desktop:before {
  content: "\f108";
}
.mk-icon-laptop:before {
  content: "\f109";
}
.mk-icon-tablet:before {
  content: "\f10a";
}
.mk-icon-mobile-phone:before,
.mk-icon-mobile:before {
  content: "\f10b";
}
.mk-icon-circle-o:before {
  content: "\f10c";
}
.mk-icon-quote-left:before {
  content: "\f10d";
}
.mk-icon-quote-right:before {
  content: "\f10e";
}
.mk-icon-spinner:before {
  content: "\f110";
}
.mk-icon-circle:before {
  content: "\f111";
}
.mk-icon-mail-reply:before,
.mk-icon-reply:before {
  content: "\f112";
}
.mk-icon-github-alt:before {
  content: "\f113";
}
.mk-icon-folder-o:before {
  content: "\f114";
}
.mk-icon-folder-open-o:before {
  content: "\f115";
}
.mk-icon-smile-o:before {
  content: "\f118";
}
.mk-icon-frown-o:before {
  content: "\f119";
}
.mk-icon-meh-o:before {
  content: "\f11a";
}
.mk-icon-gamepad:before {
  content: "\f11b";
}
.mk-icon-keyboard-o:before {
  content: "\f11c";
}
.mk-icon-flag-o:before {
  content: "\f11d";
}
.mk-icon-flag-checkered:before {
  content: "\f11e";
}
.mk-icon-terminal:before {
  content: "\f120";
}
.mk-icon-code:before {
  content: "\f121";
}
.mk-icon-mail-reply-all:before,
.mk-icon-reply-all:before {
  content: "\f122";
}
.mk-icon-star-half-empty:before,
.mk-icon-star-half-full:before,
.mk-icon-star-half-o:before {
  content: "\f123";
}
.mk-icon-location-arrow:before {
  content: "\f124";
}
.mk-icon-crop:before {
  content: "\f125";
}
.mk-icon-code-fork:before {
  content: "\f126";
}
.mk-icon-unlink:before,
.mk-icon-chain-broken:before {
  content: "\f127";
}
.mk-icon-question:before {
  content: "\f128";
}
.mk-icon-info:before {
  content: "\f129";
}
.mk-icon-exclamation:before {
  content: "\f12a";
}
.mk-icon-superscript:before {
  content: "\f12b";
}
.mk-icon-subscript:before {
  content: "\f12c";
}
.mk-icon-eraser:before {
  content: "\f12d";
}
.mk-icon-puzzle-piece:before {
  content: "\f12e";
}
.mk-icon-microphone:before {
  content: "\f130";
}
.mk-icon-microphone-slash:before {
  content: "\f131";
}
.mk-icon-shield:before {
  content: "\f132";
}
.mk-icon-calendar-o:before {
  content: "\f133";
}
.mk-icon-fire-extinguisher:before {
  content: "\f134";
}
.mk-icon-rocket:before {
  content: "\f135";
}
.mk-icon-maxcdn:before {
  content: "\f136";
}
.mk-icon-chevron-circle-left:before {
  content: "\f137";
}
.mk-icon-chevron-circle-right:before {
  content: "\f138";
}
.mk-icon-chevron-circle-up:before {
  content: "\f139";
}
.mk-icon-chevron-circle-down:before {
  content: "\f13a";
}
.mk-icon-html5:before {
  content: "\f13b";
}
.mk-icon-css3:before {
  content: "\f13c";
}
.mk-icon-anchor:before {
  content: "\f13d";
}
.mk-icon-unlock-alt:before {
  content: "\f13e";
}
.mk-icon-bullseye:before {
  content: "\f140";
}
.mk-icon-ellipsis-h:before {
  content: "\f141";
}
.mk-icon-ellipsis-v:before {
  content: "\f142";
}
.mk-icon-rss-square:before {
  content: "\f143";
}
.mk-icon-play-circle:before {
  content: "\f144";
}
.mk-icon-ticket:before {
  content: "\f145";
}
.mk-icon-minus-square:before {
  content: "\f146";
}
.mk-icon-minus-square-o:before {
  content: "\f147";
}
.mk-icon-level-up:before {
  content: "\f148";
}
.mk-icon-level-down:before {
  content: "\f149";
}
.mk-icon-check-square:before {
  content: "\f14a";
}
.mk-icon-pencil-square:before {
  content: "\f14b";
}
.mk-icon-external-link-square:before {
  content: "\f14c";
}
.mk-icon-share-square:before {
  content: "\f14d";
}
.mk-icon-compass:before {
  content: "\f14e";
}
.mk-icon-toggle-down:before,
.mk-icon-caret-square-o-down:before {
  content: "\f150";
}
.mk-icon-toggle-up:before,
.mk-icon-caret-square-o-up:before {
  content: "\f151";
}
.mk-icon-toggle-right:before,
.mk-icon-caret-square-o-right:before {
  content: "\f152";
}
.mk-icon-euro:before,
.mk-icon-eur:before {
  content: "\f153";
}
.mk-icon-gbp:before {
  content: "\f154";
}
.mk-icon-dollar:before,
.mk-icon-usd:before {
  content: "\f155";
}
.mk-icon-rupee:before,
.mk-icon-inr:before {
  content: "\f156";
}
.mk-icon-cny:before,
.mk-icon-rmb:before,
.mk-icon-yen:before,
.mk-icon-jpy:before {
  content: "\f157";
}
.mk-icon-ruble:before,
.mk-icon-rouble:before,
.mk-icon-rub:before {
  content: "\f158";
}
.mk-icon-won:before,
.mk-icon-krw:before {
  content: "\f159";
}
.mk-icon-bitcoin:before,
.mk-icon-btc:before {
  content: "\f15a";
}
.mk-icon-file:before {
  content: "\f15b";
}
.mk-icon-file-text:before {
  content: "\f15c";
}
.mk-icon-sort-alpha-asc:before {
  content: "\f15d";
}
.mk-icon-sort-alpha-desc:before {
  content: "\f15e";
}
.mk-icon-sort-amount-asc:before {
  content: "\f160";
}
.mk-icon-sort-amount-desc:before {
  content: "\f161";
}
.mk-icon-sort-numeric-asc:before {
  content: "\f162";
}
.mk-icon-sort-numeric-desc:before {
  content: "\f163";
}
.mk-icon-thumbs-up:before {
  content: "\f164";
}
.mk-icon-thumbs-down:before {
  content: "\f165";
}
.mk-icon-youtube-square:before {
  content: "\f166";
}
.mk-icon-youtube:before {
  content: "\f167";
}
.mk-icon-xing:before {
  content: "\f168";
}
.mk-icon-xing-square:before {
  content: "\f169";
}
.mk-icon-youtube-play:before {
  content: "\f16a";
}
.mk-icon-dropbox:before {
  content: "\f16b";
}
.mk-icon-stack-overflow:before {
  content: "\f16c";
}
.mk-icon-instagram:before {
  content: "\f16d";
}
.mk-icon-flickr:before {
  content: "\f16e";
}
.mk-icon-adn:before {
  content: "\f170";
}
.mk-icon-bitbucket:before {
  content: "\f171";
}
.mk-icon-bitbucket-square:before {
  content: "\f172";
}
.mk-icon-tumblr:before {
  content: "\f173";
}
.mk-icon-tumblr-square:before {
  content: "\f174";
}
.mk-icon-long-arrow-down:before {
  content: "\f175";
}
.mk-icon-long-arrow-up:before {
  content: "\f176";
}
.mk-icon-long-arrow-left:before {
  content: "\f177";
}
.mk-icon-long-arrow-right:before {
  content: "\f178";
}
.mk-icon-apple:before {
  content: "\f179";
}
.mk-icon-windows:before {
  content: "\f17a";
}
.mk-icon-android:before {
  content: "\f17b";
}
.mk-icon-linux:before {
  content: "\f17c";
}
.mk-icon-dribbble:before {
  content: "\f17d";
}
.mk-icon-skype:before {
  content: "\f17e";
}
.mk-icon-foursquare:before {
  content: "\f180";
}
.mk-icon-trello:before {
  content: "\f181";
}
.mk-icon-female:before {
  content: "\f182";
}
.mk-icon-male:before {
  content: "\f183";
}
.mk-icon-gittip:before {
  content: "\f184";
}
.mk-icon-sun-o:before {
  content: "\f185";
}
.mk-icon-moon-o:before {
  content: "\f186";
}
.mk-icon-archive:before {
  content: "\f187";
}
.mk-icon-bug:before {
  content: "\f188";
}
.mk-icon-vk:before {
  content: "\f189";
}
.mk-icon-weibo:before {
  content: "\f18a";
}
.mk-icon-renren:before {
  content: "\f18b";
}
.mk-icon-pagelines:before {
  content: "\f18c";
}
.mk-icon-stack-exchange:before {
  content: "\f18d";
}
.mk-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.mk-icon-arrow-circle-o-left:before {
  content: "\f190";
}
.mk-icon-toggle-left:before,
.mk-icon-caret-square-o-left:before {
  content: "\f191";
}
.mk-icon-dot-circle-o:before {
  content: "\f192";
}
.mk-icon-wheelchair:before {
  content: "\f193";
}
.mk-icon-vimeo-square:before {
  content: "\f194";
}
.mk-icon-turkish-lira:before,
.mk-icon-try:before {
  content: "\f195";
}
.mk-icon-plus-square-o:before {
  content: "\f196";
}
.mk-icon-space-shuttle:before {
  content: "\f197";
}
.mk-icon-slack:before {
  content: "\f198";
}
.mk-icon-envelope-square:before {
  content: "\f199";
}
.mk-icon-wordpress:before {
  content: "\f19a";
}
.mk-icon-openid:before {
  content: "\f19b";
}
.mk-icon-institution:before,
.mk-icon-bank:before,
.mk-icon-university:before {
  content: "\f19c";
}
.mk-icon-mortar-board:before,
.mk-icon-graduation-cap:before {
  content: "\f19d";
}
.mk-icon-yahoo:before {
  content: "\f19e";
}
.mk-icon-google:before {
  content: "\f1a0";
}
.mk-icon-reddit:before {
  content: "\f1a1";
}
.mk-icon-reddit-square:before {
  content: "\f1a2";
}
.mk-icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.mk-icon-stumbleupon:before {
  content: "\f1a4";
}
.mk-icon-delicious:before {
  content: "\f1a5";
}
.mk-icon-digg:before {
  content: "\f1a6";
}
.mk-icon-pied-piper:before {
  content: "\f1a7";
}
.mk-icon-pied-piper-alt:before {
  content: "\f1a8";
}
.mk-icon-drupal:before {
  content: "\f1a9";
}
.mk-icon-joomla:before {
  content: "\f1aa";
}
.mk-icon-language:before {
  content: "\f1ab";
}
.mk-icon-fax:before {
  content: "\f1ac";
}
.mk-icon-building:before {
  content: "\f1ad";
}
.mk-icon-child:before {
  content: "\f1ae";
}
.mk-icon-paw:before {
  content: "\f1b0";
}
.mk-icon-spoon:before {
  content: "\f1b1";
}
.mk-icon-cube:before {
  content: "\f1b2";
}
.mk-icon-cubes:before {
  content: "\f1b3";
}
.mk-icon-behance:before {
  content: "\f1b4";
}
.mk-icon-behance-square:before {
  content: "\f1b5";
}
.mk-icon-steam:before {
  content: "\f1b6";
}
.mk-icon-steam-square:before {
  content: "\f1b7";
}
.mk-icon-recycle:before {
  content: "\f1b8";
}
.mk-icon-automobile:before,
.mk-icon-car:before {
  content: "\f1b9";
}
.mk-icon-cab:before,
.mk-icon-taxi:before {
  content: "\f1ba";
}
.mk-icon-tree:before {
  content: "\f1bb";
}
.mk-icon-spotify:before {
  content: "\f1bc";
}
.mk-icon-deviantart:before {
  content: "\f1bd";
}
.mk-icon-soundcloud:before {
  content: "\f1be";
}
.mk-icon-database:before {
  content: "\f1c0";
}
.mk-icon-file-pdf-o:before {
  content: "\f1c1";
}
.mk-icon-file-word-o:before {
  content: "\f1c2";
}
.mk-icon-file-excel-o:before {
  content: "\f1c3";
}
.mk-icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.mk-icon-file-photo-o:before,
.mk-icon-file-picture-o:before,
.mk-icon-file-image-o:before {
  content: "\f1c5";
}
.mk-icon-file-zip-o:before,
.mk-icon-file-archive-o:before {
  content: "\f1c6";
}
.mk-icon-file-sound-o:before,
.mk-icon-file-audio-o:before {
  content: "\f1c7";
}
.mk-icon-file-movie-o:before,
.mk-icon-file-video-o:before {
  content: "\f1c8";
}
.mk-icon-file-code-o:before {
  content: "\f1c9";
}
.mk-icon-vine:before {
  content: "\f1ca";
}
.mk-icon-codepen:before {
  content: "\f1cb";
}
.mk-icon-jsfiddle:before {
  content: "\f1cc";
}
.mk-icon-life-bouy:before,
.mk-icon-life-buoy:before,
.mk-icon-life-saver:before,
.mk-icon-support:before,
.mk-icon-life-ring:before {
  content: "\f1cd";
}
.mk-icon-circle-o-notch:before {
  content: "\f1ce";
}
.mk-icon-ra:before,
.mk-icon-rebel:before {
  content: "\f1d0";
}
.mk-icon-ge:before,
.mk-icon-empire:before {
  content: "\f1d1";
}
.mk-icon-git-square:before {
  content: "\f1d2";
}
.mk-icon-git:before {
  content: "\f1d3";
}
.mk-icon-hacker-news:before {
  content: "\f1d4";
}
.mk-icon-tencent-weibo:before {
  content: "\f1d5";
}
.mk-icon-qq:before {
  content: "\f1d6";
}
.mk-icon-wechat:before,
.mk-icon-weixin:before {
  content: "\f1d7";
}
.mk-icon-send:before,
.mk-icon-paper-plane:before {
  content: "\f1d8";
}
.mk-icon-send-o:before,
.mk-icon-paper-plane-o:before {
  content: "\f1d9";
}
.mk-icon-history:before {
  content: "\f1da";
}
.mk-icon-circle-thin:before {
  content: "\f1db";
}
.mk-icon-header:before {
  content: "\f1dc";
}
.mk-icon-paragraph:before {
  content: "\f1dd";
}
.mk-icon-sliders:before {
  content: "\f1de";
}
.mk-icon-share-alt:before {
  content: "\f1e0";
}
.mk-icon-share-alt-square:before {
  content: "\f1e1";
}
.mk-icon-bomb:before {
  content: "\f1e2";
}
.mk-icon-soccer-ball-o:before,
.mk-icon-futbol-o:before {
  content: "\f1e3";
}
.mk-icon-tty:before {
  content: "\f1e4";
}
.mk-icon-binoculars:before {
  content: "\f1e5";
}
.mk-icon-plug:before {
  content: "\f1e6";
}
.mk-icon-slideshare:before {
  content: "\f1e7";
}
.mk-icon-twitch:before {
  content: "\f1e8";
}
.mk-icon-yelp:before {
  content: "\f1e9";
}
.mk-icon-newspaper-o:before {
  content: "\f1ea";
}
.mk-icon-wifi:before {
  content: "\f1eb";
}
.mk-icon-calculator:before {
  content: "\f1ec";
}
.mk-icon-paypal:before {
  content: "\f1ed";
}
.mk-icon-google-wallet:before {
  content: "\f1ee";
}
.mk-icon-cc-visa:before {
  content: "\f1f0";
}
.mk-icon-cc-mastercard:before {
  content: "\f1f1";
}
.mk-icon-cc-discover:before {
  content: "\f1f2";
}
.mk-icon-cc-amex:before {
  content: "\f1f3";
}
.mk-icon-cc-paypal:before {
  content: "\f1f4";
}
.mk-icon-cc-stripe:before {
  content: "\f1f5";
}
.mk-icon-bell-slash:before {
  content: "\f1f6";
}
.mk-icon-bell-slash-o:before {
  content: "\f1f7";
}
.mk-icon-trash:before {
  content: "\f1f8";
}
.mk-icon-copyright:before {
  content: "\f1f9";
}
.mk-icon-at:before {
  content: "\f1fa";
}
.mk-icon-eyedropper:before {
  content: "\f1fb";
}
.mk-icon-paint-brush:before {
  content: "\f1fc";
}
.mk-icon-birthday-cake:before {
  content: "\f1fd";
}
.mk-icon-area-chart:before {
  content: "\f1fe";
}
.mk-icon-pie-chart:before {
  content: "\f200";
}
.mk-icon-line-chart:before {
  content: "\f201";
}
.mk-icon-lastfm:before {
  content: "\f202";
}
.mk-icon-lastfm-square:before {
  content: "\f203";
}
.mk-icon-toggle-off:before {
  content: "\f204";
}
.mk-icon-toggle-on:before {
  content: "\f205";
}
.mk-icon-bicycle:before {
  content: "\f206";
}
.mk-icon-bus:before {
  content: "\f207";
}
.mk-icon-ioxhost:before {
  content: "\f208";
}
.mk-icon-angellist:before {
  content: "\f209";
}
.mk-icon-cc:before {
  content: "\f20a";
}
.mk-icon-shekel:before,
.mk-icon-sheqel:before,
.mk-icon-ils:before {
  content: "\f20b";
}
.mk-icon-meanpath:before {
  content: "\f20c";
}
.mk-icon-buysellads:before {
  content: "\f20d";
}
.mk-icon-connectdevelop:before {
  content: "\f20e";
}
.mk-icon-dashcube:before {
  content: "\f210";
}
.mk-icon-forumbee:before {
  content: "\f211";
}
.mk-icon-leanpub:before {
  content: "\f212";
}
.mk-icon-sellsy:before {
  content: "\f213";
}
.mk-icon-shirtsinbulk:before {
  content: "\f214";
}
.mk-icon-simplybuilt:before {
  content: "\f215";
}
.mk-icon-skyatlas:before {
  content: "\f216";
}
.mk-icon-cart-plus:before {
  content: "\f217";
}
.mk-icon-cart-arrow-down:before {
  content: "\f218";
}
.mk-icon-diamond:before {
  content: "\f219";
}
.mk-icon-ship:before {
  content: "\f21a";
}
.mk-icon-user-secret:before {
  content: "\f21b";
}
.mk-icon-motorcycle:before {
  content: "\f21c";
}
.mk-icon-street-view:before {
  content: "\f21d";
}
.mk-icon-heartbeat:before {
  content: "\f21e";
}
.mk-icon-venus:before {
  content: "\f221";
}
.mk-icon-mars:before {
  content: "\f222";
}
.mk-icon-mercury:before {
  content: "\f223";
}
.mk-icon-intersex:before,
.mk-icon-transgender:before {
  content: "\f224";
}
.mk-icon-transgender-alt:before {
  content: "\f225";
}
.mk-icon-venus-double:before {
  content: "\f226";
}
.mk-icon-mars-double:before {
  content: "\f227";
}
.mk-icon-venus-mars:before {
  content: "\f228";
}
.mk-icon-mars-stroke:before {
  content: "\f229";
}
.mk-icon-mars-stroke-v:before {
  content: "\f22a";
}
.mk-icon-mars-stroke-h:before {
  content: "\f22b";
}
.mk-icon-neuter:before {
  content: "\f22c";
}
.mk-icon-genderless:before {
  content: "\f22d";
}
.mk-icon-facebook-official:before {
  content: "\f230";
}
.mk-icon-pinterest-p:before {
  content: "\f231";
}
.mk-icon-whatsapp:before {
  content: "\f232";
}
.mk-icon-server:before {
  content: "\f233";
}
.mk-icon-user-plus:before {
  content: "\f234";
}
.mk-icon-user-times:before {
  content: "\f235";
}
.mk-icon-hotel:before,
.mk-icon-bed:before {
  content: "\f236";
}
.mk-icon-viacoin:before {
  content: "\f237";
}
.mk-icon-train:before {
  content: "\f238";
}
.mk-icon-subway:before {
  content: "\f239";
}
.mk-icon-medium:before {
  content: "\f23a";
}
.mk-icon-yc:before,
.mk-icon-y-combinator:before {
  content: "\f23b";
}
.mk-icon-optin-monster:before {
  content: "\f23c";
}
.mk-icon-opencart:before {
  content: "\f23d";
}
.mk-icon-expeditedssl:before {
  content: "\f23e";
}
.mk-icon-battery-4:before,
.mk-icon-battery:before,
.mk-icon-battery-full:before {
  content: "\f240";
}
.mk-icon-battery-3:before,
.mk-icon-battery-three-quarters:before {
  content: "\f241";
}
.mk-icon-battery-2:before,
.mk-icon-battery-half:before {
  content: "\f242";
}
.mk-icon-battery-1:before,
.mk-icon-battery-quarter:before {
  content: "\f243";
}
.mk-icon-battery-0:before,
.mk-icon-battery-empty:before {
  content: "\f244";
}
.mk-icon-mouse-pointer:before {
  content: "\f245";
}
.mk-icon-i-cursor:before {
  content: "\f246";
}
.mk-icon-object-group:before {
  content: "\f247";
}
.mk-icon-object-ungroup:before {
  content: "\f248";
}
.mk-icon-sticky-note:before {
  content: "\f249";
}
.mk-icon-sticky-note-o:before {
  content: "\f24a";
}
.mk-icon-cc-jcb:before {
  content: "\f24b";
}
.mk-icon-cc-diners-club:before {
  content: "\f24c";
}
.mk-icon-clone:before {
  content: "\f24d";
}
.mk-icon-balance-scale:before {
  content: "\f24e";
}
.mk-icon-hourglass-o:before {
  content: "\f250";
}
.mk-icon-hourglass-1:before,
.mk-icon-hourglass-start:before {
  content: "\f251";
}
.mk-icon-hourglass-2:before,
.mk-icon-hourglass-half:before {
  content: "\f252";
}
.mk-icon-hourglass-3:before,
.mk-icon-hourglass-end:before {
  content: "\f253";
}
.mk-icon-hourglass:before {
  content: "\f254";
}
.mk-icon-hand-grab-o:before,
.mk-icon-hand-rock-o:before {
  content: "\f255";
}
.mk-icon-hand-stop-o:before,
.mk-icon-hand-paper-o:before {
  content: "\f256";
}
.mk-icon-hand-scissors-o:before {
  content: "\f257";
}
.mk-icon-hand-lizard-o:before {
  content: "\f258";
}
.mk-icon-hand-spock-o:before {
  content: "\f259";
}
.mk-icon-hand-pointer-o:before {
  content: "\f25a";
}
.mk-icon-hand-peace-o:before {
  content: "\f25b";
}
.mk-icon-trademark:before {
  content: "\f25c";
}
.mk-icon-registered:before {
  content: "\f25d";
}
.mk-icon-creative-commons:before {
  content: "\f25e";
}
.mk-icon-gg:before {
  content: "\f260";
}
.mk-icon-gg-circle:before {
  content: "\f261";
}
.mk-icon-tripadvisor:before {
  content: "\f262";
}
.mk-icon-odnoklassniki:before {
  content: "\f263";
}
.mk-icon-odnoklassniki-square:before {
  content: "\f264";
}
.mk-icon-get-pocket:before {
  content: "\f265";
}
.mk-icon-wikipedia-w:before {
  content: "\f266";
}
.mk-icon-safari:before {
  content: "\f267";
}
.mk-icon-chrome:before {
  content: "\f268";
}
.mk-icon-firefox:before {
  content: "\f269";
}
.mk-icon-opera:before {
  content: "\f26a";
}
.mk-icon-internet-explorer:before {
  content: "\f26b";
}
.mk-icon-tv:before,
.mk-icon-television:before {
  content: "\f26c";
}
.mk-icon-contao:before {
  content: "\f26d";
}
.mk-icon-500px:before {
  content: "\f26e";
}
.mk-icon-amazon:before {
  content: "\f270";
}
.mk-icon-calendar-plus-o:before {
  content: "\f271";
}
.mk-icon-calendar-minus-o:before {
  content: "\f272";
}
.mk-icon-calendar-times-o:before {
  content: "\f273";
}
.mk-icon-calendar-check-o:before {
  content: "\f274";
}
.mk-icon-industry:before {
  content: "\f275";
}
.mk-icon-map-pin:before {
  content: "\f276";
}
.mk-icon-map-signs:before {
  content: "\f277";
}
.mk-icon-map-o:before {
  content: "\f278";
}
.mk-icon-map:before {
  content: "\f279";
}
.mk-icon-commenting:before {
  content: "\f27a";
}
.mk-icon-commenting-o:before {
  content: "\f27b";
}
.mk-icon-houzz:before {
  content: "\f27c";
}
.mk-icon-vimeo:before {
  content: "\f27d";
}
.mk-icon-black-tie:before {
  content: "\f27e";
}
.mk-icon-fonticons:before {
  content: "\f280";
}
.mk-icon-reddit-alien:before {
  content: "\f281";
}
.mk-icon-edge:before {
  content: "\f282";
}
.mk-icon-credit-card-alt:before {
  content: "\f283";
}
.mk-icon-codiepie:before {
  content: "\f284";
}
.mk-icon-modx:before {
  content: "\f285";
}
.mk-icon-fort-awesome:before {
  content: "\f286";
}
.mk-icon-usb:before {
  content: "\f287";
}
.mk-icon-product-hunt:before {
  content: "\f288";
}
.mk-icon-mixcloud:before {
  content: "\f289";
}
.mk-icon-scribd:before {
  content: "\f28a";
}
.mk-icon-pause-circle:before {
  content: "\f28b";
}
.mk-icon-pause-circle-o:before {
  content: "\f28c";
}
.mk-icon-stop-circle:before {
  content: "\f28d";
}
.mk-icon-stop-circle-o:before {
  content: "\f28e";
}
.mk-icon-shopping-bag:before {
  content: "\f290";
}
.mk-icon-shopping-basket:before {
  content: "\f291";
}
.mk-icon-hashtag:before {
  content: "\f292";
}
.mk-icon-bluetooth:before {
  content: "\f293";
}
.mk-icon-bluetooth-b:before {
  content: "\f294";
}
.mk-icon-percent:before {
  content: "\f295";
}
.mk-icon-gitlab:before {
  content: "\f296";
}
.mk-icon-wpbeginner:before {
  content: "\f297";
}
.mk-icon-wpforms:before {
  content: "\f298";
}
.mk-icon-envira:before {
  content: "\f299";
}
.mk-icon-universal-access:before {
  content: "\f29a";
}
.mk-icon-wheelchair-alt:before {
  content: "\f29b";
}
.mk-icon-question-circle-o:before {
  content: "\f29c";
}
.mk-icon-blind:before {
  content: "\f29d";
}
.mk-icon-audio-description:before {
  content: "\f29e";
}
.mk-icon-volume-control-phone:before {
  content: "\f2a0";
}
.mk-icon-braille:before {
  content: "\f2a1";
}
.mk-icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.mk-icon-asl-interpreting:before,
.mk-icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.mk-icon-deafness:before,
.mk-icon-hard-of-hearing:before,
.mk-icon-deaf:before {
  content: "\f2a4";
}
.mk-icon-glide:before {
  content: "\f2a5";
}
.mk-icon-glide-g:before {
  content: "\f2a6";
}
.mk-icon-signing:before,
.mk-icon-sign-language:before {
  content: "\f2a7";
}
.mk-icon-low-vision:before {
  content: "\f2a8";
}
.mk-icon-viadeo:before {
  content: "\f2a9";
}
.mk-icon-viadeo-square:before {
  content: "\f2aa";
}
.mk-icon-snapchat:before {
  content: "\f2ab";
}
.mk-icon-snapchat-ghost:before {
  content: "\f2ac";
}
.mk-icon-snapchat-square:before {
  content: "\f2ad";
}
.mk-icon-pied-piper:before {
  content: "\f2ae";
}
.mk-icon-first-order:before {
  content: "\f2b0";
}
.mk-icon-yoast:before {
  content: "\f2b1";
}
.mk-icon-themeisle:before {
  content: "\f2b2";
}
.mk-icon-google-plus-circle:before,
.mk-icon-google-plus-official:before {
  content: "\f2b3";
}
.mk-icon-fa:before,
.mk-icon-font-awesome:before {
  content: "\f2b4";
}
.mk-icon-handshake-o:before {
  content: "\f2b5";
}
.mk-icon-envelope-open:before {
  content: "\f2b6";
}
.mk-icon-envelope-open-o:before {
  content: "\f2b7";
}
.mk-icon-linode:before {
  content: "\f2b8";
}
.mk-icon-address-book:before {
  content: "\f2b9";
}
.mk-icon-address-book-o:before {
  content: "\f2ba";
}
.mk-icon-vcard:before,
.mk-icon-address-card:before {
  content: "\f2bb";
}
.mk-icon-vcard-o:before,
.mk-icon-address-card-o:before {
  content: "\f2bc";
}
.mk-icon-user-circle:before {
  content: "\f2bd";
}
.mk-icon-user-circle-o:before {
  content: "\f2be";
}
.mk-icon-user-o:before {
  content: "\f2c0";
}
.mk-icon-id-badge:before {
  content: "\f2c1";
}
.mk-icon-drivers-license:before,
.mk-icon-id-card:before {
  content: "\f2c2";
}
.mk-icon-drivers-license-o:before,
.mk-icon-id-card-o:before {
  content: "\f2c3";
}
.mk-icon-quora:before {
  content: "\f2c4";
}
.mk-icon-free-code-camp:before {
  content: "\f2c5";
}
.mk-icon-telegram:before {
  content: "\f2c6";
}
.mk-icon-thermometer-4:before,
.mk-icon-thermometer:before,
.mk-icon-thermometer-full:before {
  content: "\f2c7";
}
.mk-icon-thermometer-3:before,
.mk-icon-thermometer-three-quarters:before {
  content: "\f2c8";
}
.mk-icon-thermometer-2:before,
.mk-icon-thermometer-half:before {
  content: "\f2c9";
}
.mk-icon-thermometer-1:before,
.mk-icon-thermometer-quarter:before {
  content: "\f2ca";
}
.mk-icon-thermometer-0:before,
.mk-icon-thermometer-empty:before {
  content: "\f2cb";
}
.mk-icon-shower:before {
  content: "\f2cc";
}
.mk-icon-bathtub:before,
.mk-icon-s15:before,
.mk-icon-bath:before {
  content: "\f2cd";
}
.mk-icon-podcast:before {
  content: "\f2ce";
}
.mk-icon-window-maximize:before {
  content: "\f2d0";
}
.mk-icon-window-minimize:before {
  content: "\f2d1";
}
.mk-icon-window-restore:before {
  content: "\f2d2";
}
.mk-icon-times-rectangle:before,
.mk-icon-window-close:before {
  content: "\f2d3";
}
.mk-icon-times-rectangle-o:before,
.mk-icon-window-close-o:before {
  content: "\f2d4";
}
.mk-icon-bandcamp:before {
  content: "\f2d5";
}
.mk-icon-grav:before {
  content: "\f2d6";
}
.mk-icon-etsy:before {
  content: "\f2d7";
}
.mk-icon-imdb:before {
  content: "\f2d8";
}
.mk-icon-ravelry:before {
  content: "\f2d9";
}
.mk-icon-eercast:before {
  content: "\f2da";
}
.mk-icon-microchip:before {
  content: "\f2db";
}
.mk-icon-snowflake-o:before {
  content: "\f2dc";
}
.mk-icon-superpowers:before {
  content: "\f2dd";
}
.mk-icon-wpexplorer:before {
  content: "\f2de";
}
.mk-icon-meetup:before {
  content: "\f2e0";
}
[class^="mk-li-"],
[class*=" mk-li-"] {
  display: inline-block;
  font-family: 'Pe-icon-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mk-li-web:before {
  content: "\e600";
}
.mk-li-volume:before {
  content: "\e601";
}
.mk-li-vinyl-disk:before {
  content: "\e602";
}
.mk-li-view:before {
  content: "\e603";
}
.mk-li-video:before {
  content: "\e604";
}
.mk-li-users:before {
  content: "\e605";
}
.mk-li-user:before {
  content: "\e606";
}
.mk-li-unlock:before {
  content: "\e607";
}
.mk-li-umbrella:before {
  content: "\e608";
}
.mk-li-tshirt:before {
  content: "\e609";
}
.mk-li-truck:before {
  content: "\e60a";
}
.mk-li-tool:before {
  content: "\e60b";
}
.mk-li-toilet-paper:before {
  content: "\e60c";
}
.mk-li-ticket:before {
  content: "\e60d";
}
.mk-li-target:before {
  content: "\e60e";
}
.mk-li-tablet:before {
  content: "\e60f";
}
.mk-li-sun:before {
  content: "\e610";
}
.mk-li-star:before {
  content: "\e611";
}
.mk-li-smile:before {
  content: "\e612";
}
.mk-li-shop:before {
  content: "\e613";
}
.mk-li-shield:before {
  content: "\e614";
}
.mk-li-settings:before {
  content: "\e615";
}
.mk-li-scissor:before {
  content: "\e616";
}
.mk-li-safe:before {
  content: "\e617";
}
.mk-li-rocket:before {
  content: "\e618";
}
.mk-li-refresh:before {
  content: "\e619";
}
.mk-li-posion:before {
  content: "\e61a";
}
.mk-li-portfolio:before {
  content: "\e61b";
}
.mk-li-pinmap:before {
  content: "\e61c";
}
.mk-li-pill:before {
  content: "\e61d";
}
.mk-li-photo:before,
.mk-li-image:before {
  content: "\e61e";
}
.mk-li-phone:before {
  content: "\e61f";
}
.mk-li-pencil:before {
  content: "\e620";
}
.mk-li-paper-plane:before {
  content: "\e621";
}
.mk-li-notepad:before {
  content: "\e622";
}
.mk-li-notebook:before {
  content: "\e623";
}
.mk-li-news:before {
  content: "\e624";
}
.mk-li-net:before {
  content: "\e625";
}
.mk-li-music:before {
  content: "\e626";
}
.mk-li-mortarboard:before {
  content: "\e627";
}
.mk-li-monitor:before {
  content: "\e628";
}
.mk-li-money:before {
  content: "\e629";
}
.mk-li-micro:before {
  content: "\e62a";
}
.mk-li-message:before {
  content: "\e62b";
}
.mk-li-map:before {
  content: "\e62c";
}
.mk-li-mail:before {
  content: "\e62d";
}
.mk-li-magnet:before {
  content: "\e62e";
}
.mk-li-love:before {
  content: "\e62f";
}
.mk-li-loupe:before {
  content: "\e630";
}
.mk-li-lock:before {
  content: "\e631";
}
.mk-li-link:before {
  content: "\e632";
}
.mk-li-like:before {
  content: "\e633";
}
.mk-li-light:before {
  content: "\e634";
}
.mk-li-leaf:before {
  content: "\e635";
}
.mk-li-lamp:before {
  content: "\e636";
}
.mk-li-lab:before {
  content: "\e637";
}
.mk-li-key:before {
  content: "\e638";
}
.mk-li-joy:before {
  content: "\e639";
}
.mk-li-inbox:before {
  content: "\e63a";
}
.mk-li-ice:before {
  content: "\e63b";
}
.mk-li-host:before {
  content: "\e63c";
}
.mk-li-help:before {
  content: "\e63d";
}
.mk-li-headphones:before {
  content: "\e63e";
}
.mk-li-graph:before {
  content: "\e63f";
}
.mk-li-garbage:before {
  content: "\e640";
}
.mk-li-game-pad:before {
  content: "\e641";
}
.mk-li-food:before {
  content: "\e642";
}
.mk-li-flag:before {
  content: "\e643";
}
.mk-li-file:before {
  content: "\e644";
}
.mk-li-expand:before {
  content: "\e645";
}
.mk-li-drop:before {
  content: "\e646";
}
.mk-li-cup:before {
  content: "\e647";
}
.mk-li-copy:before {
  content: "\e648";
}
.mk-li-config:before {
  content: "\e649";
}
.mk-li-compass:before {
  content: "\e64a";
}
.mk-li-comments:before {
  content: "\e64b";
}
.mk-li-coffee:before {
  content: "\e64c";
}
.mk-li-cloud:before {
  content: "\e64d";
}
.mk-li-clock:before {
  content: "\e64e";
}
.mk-li-clip:before {
  content: "\e64f";
}
.mk-li-cinema:before {
  content: "\e650";
}
.mk-li-check:before {
  content: "\e651";
}
.mk-li-cd:before {
  content: "\e652";
}
.mk-li-cassette:before {
  content: "\e653";
}
.mk-li-cart:before {
  content: "\e654";
}
.mk-li-camera:before {
  content: "\e655";
}
.mk-li-call:before {
  content: "\e656";
}
.mk-li-calendar:before {
  content: "\e657";
}
.mk-li-calculator:before {
  content: "\e658";
}
.mk-li-brush:before {
  content: "\e659";
}
.mk-li-browser:before {
  content: "\e65a";
}
.mk-li-book:before {
  content: "\e65b";
}
.mk-li-bicycle:before {
  content: "\e65c";
}
.mk-li-bell:before {
  content: "\e65d";
}
.mk-li-battery:before {
  content: "\e65e";
}
.mk-li-bag:before {
  content: "\e65f";
}
.mk-li-attention:before {
  content: "\e660";
}
.mk-li-atom:before {
  content: "\e661";
}
.mk-li-apeaker:before {
  content: "\e662";
}
.mk-li-alarm:before {
  content: "\e663";
}
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:28px;box-shadow:none;cursor:pointer;display:inline-block;font-size:18px;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline .wp-block-button__link,.wp-block-button__link.is-style-outline{color:#32373c;background-color:transparent;border:2px solid}.wp-block-buttons .wp-block-button{display:inline-block;margin-right:8px;margin-bottom:8px}.wp-block-buttons .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:8px}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:8px}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-button.aligncenter,.wp-block-buttons.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#007cba;color:var(--wp-admin-theme-color)}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;margin-bottom:28px;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:20px 38px}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column{flex-basis:calc(50% - 16px)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:16px}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim,.wp-block-cover.has-background-dim{background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:290px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:580px;padding:14px;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type^=core-embed],.wp-block[data-align=right]>[data-type^=core-embed]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type^=core-embed] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type^=core-embed] .wp-block-embed__wrapper{min-width:280px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc(50% - 16px)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - 10.66667px);margin-right:16px}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - 12px);margin-right:16px}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - 12.8px);margin-right:16px}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - 13.33333px);margin-right:16px}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - 13.71429px);margin-right:16px}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - 14px);margin-right:16px}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:290px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:20px 38px}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img,.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 20px 20px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 20px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 20px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 20px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 20px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 20px)}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-latest-posts__post-excerpt{margin-top:8px;margin-bottom:16px}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.edit-post-visual-editor .wp-block-latest-posts.is-grid li{margin-bottom:20px}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}}.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color),.wp-block-navigation .wp-block-navigation-link:not(.has-text-color){color:#1e1e1e}.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container,.wp-block-navigation:not(.has-background) .wp-block-navigation__container{background-color:#fff}.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color){color:#fff}.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container{background-color:#1e1e1e}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:fit-content;z-index:1;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:8px}@media (min-width:782px){.has-child .wp-block-navigation__container{left:24px}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:8px;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation-link__content{text-decoration:none;padding:8px 16px}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:6px 16px}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:20px 38px}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap;line-height:1.5}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:16px}.wp-block-post-author__bio{margin-bottom:8px;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:290px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;max-width:360px}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-social-links{display:flex;justify-content:flex-start;padding-left:0;padding-right:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-social-link{display:block;width:36px;height:36px;border-radius:36px;margin-right:8px;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{padding:6px;display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root .editor-styles-wrapper .has-pale-pink-background-color,:root .has-pale-pink-background-color{background-color:#f78da7}:root .editor-styles-wrapper .has-vivid-red-background-color,:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .editor-styles-wrapper .has-light-green-cyan-background-color,:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .editor-styles-wrapper .has-vivid-purple-background-color,:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .editor-styles-wrapper .has-white-background-color,:root .has-white-background-color{background-color:#fff}:root .editor-styles-wrapper .has-very-light-gray-background-color,:root .has-very-light-gray-background-color{background-color:#eee}:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .editor-styles-wrapper .has-very-dark-gray-background-color,:root .has-very-dark-gray-background-color{background-color:#313131}:root .editor-styles-wrapper .has-black-background-color,:root .has-black-background-color{background-color:#000}:root .editor-styles-wrapper .has-pale-pink-color,:root .has-pale-pink-color{color:#f78da7}:root .editor-styles-wrapper .has-vivid-red-color,:root .has-vivid-red-color{color:#cf2e2e}:root .editor-styles-wrapper .has-luminous-vivid-orange-color,:root .has-luminous-vivid-orange-color{color:#ff6900}:root .editor-styles-wrapper .has-luminous-vivid-amber-color,:root .has-luminous-vivid-amber-color{color:#fcb900}:root .editor-styles-wrapper .has-light-green-cyan-color,:root .has-light-green-cyan-color{color:#7bdcb5}:root .editor-styles-wrapper .has-vivid-green-cyan-color,:root .has-vivid-green-cyan-color{color:#00d084}:root .editor-styles-wrapper .has-pale-cyan-blue-color,:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .editor-styles-wrapper .has-vivid-cyan-blue-color,:root .has-vivid-cyan-blue-color{color:#0693e3}:root .editor-styles-wrapper .has-vivid-purple-color,:root .has-vivid-purple-color{color:#9b51e0}:root .editor-styles-wrapper .has-white-color,:root .has-white-color{color:#fff}:root .editor-styles-wrapper .has-very-light-gray-color,:root .has-very-light-gray-color{color:#eee}:root .editor-styles-wrapper .has-cyan-bluish-gray-color,:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .editor-styles-wrapper .has-very-dark-gray-color,:root .has-very-dark-gray-color{color:#313131}:root .editor-styles-wrapper .has-black-color,:root .has-black-color{color:#000}:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background,:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background,:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background,:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background,:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background,:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background,:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background,:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .editor-styles-wrapper .has-blush-light-purple-gradient-background,:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background,:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .editor-styles-wrapper .has-purple-crush-gradient-background,:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .editor-styles-wrapper .has-luminous-dusk-gradient-background,:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .editor-styles-wrapper .has-hazy-dawn-gradient-background,:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .editor-styles-wrapper .has-pale-ocean-gradient-background,:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .editor-styles-wrapper .has-electric-grass-gradient-background,:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .editor-styles-wrapper .has-subdued-olive-gradient-background,:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .editor-styles-wrapper .has-atomic-cream-gradient-background,:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .editor-styles-wrapper .has-nightshade-gradient-background,:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .editor-styles-wrapper .has-midnight-gradient-background,:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .editor-styles-wrapper .has-link-color a,:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.editor-styles-wrapper .has-small-font-size,.has-small-font-size{font-size:13px}.editor-styles-wrapper .has-normal-font-size,.editor-styles-wrapper .has-regular-font-size,.has-normal-font-size,.has-regular-font-size{font-size:16px}.editor-styles-wrapper .has-medium-font-size,.has-medium-font-size{font-size:20px}.editor-styles-wrapper .has-large-font-size,.has-large-font-size{font-size:36px}.editor-styles-wrapper .has-huge-font-size,.editor-styles-wrapper .has-larger-font-size,.has-huge-font-size,.has-larger-font-size{font-size:42px}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.components-custom-select-control{color:#555d66;position:relative}.components-custom-select-control__label{display:block;margin-bottom:5px}.components-custom-select-control__button{border:1px solid #7e8993;border-radius:4px;color:#555d66;display:inline;min-height:30px;min-width:130px;position:relative;text-align:left}.components-custom-select-control__button:focus{border-color:#00a0d2}.components-custom-select-control__button-icon{height:100%;padding:0 4px;position:absolute;right:0;top:0}.components-custom-select-control__menu{background:#fff;padding:0;position:absolute;width:100%;z-index:1000000}.components-custom-select-control__item{align-items:center;display:flex;list-style-type:none;padding:10px 5px 10px 25px}.components-custom-select-control__item.is-highlighted{background:#e2e4e7}.components-custom-select-control__item-icon{margin-left:-20px;margin-right:0}.components-spinner{display:inline-block;background-color:#7e8993;width:18px;height:18px;opacity:.7;float:right;margin:5px 11px 0;border-radius:100%;position:relative}.components-spinner:before{content:"";position:absolute;background-color:#fff;top:3px;left:3px;width:4px;height:4px;border-radius:100%;transform-origin:6px 6px;-webkit-animation:components-spinner__animation 1s linear infinite;animation:components-spinner__animation 1s linear infinite}@-webkit-keyframes components-spinner__animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes components-spinner__animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.components-snackbar{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;background-color:#32373c;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.3);color:#fff;padding:16px 24px;width:100%;max-width:600px;box-sizing:border-box;cursor:pointer}@media (min-width:600px){.components-snackbar{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.components-snackbar:hover{background-color:#191e23}.components-snackbar:focus{background-color:#191e23;box-shadow:0 0 0 1px #fff,0 0 0 3px #007cba}.components-snackbar__action.components-button{margin-left:32px;color:#fff;height:auto;flex-shrink:0;line-height:1.4;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default){text-decoration:underline;background-color:transparent}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default):focus{color:#fff;box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover{color:#33b3db}.components-snackbar__content{display:flex;align-items:baseline;justify-content:space-between;line-height:1.4}.components-snackbar-list{position:absolute;z-index:100000;width:100%;box-sizing:border-box}.components-snackbar-list__notice-container{position:relative;padding-top:8px}.wc-block-link-button{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;box-shadow:none;display:inline;text-decoration:underline}.wc-block-link-button,.wc-block-link-button:active,.wc-block-link-button:focus,.wc-block-link-button:hover{background:transparent}.wc-block-suspense-placeholder{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.wc-block-suspense-placeholder>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-suspense-placeholder{-webkit-animation:none;animation:none}}.wc-block-suspense-placeholder:after{content:"\00a0"}.wc-block-grid__products .wc-block-grid__product-image{text-decoration:none;display:block;position:relative}.wc-block-grid__products .wc-block-grid__product-image a{text-decoration:none;border:0;outline:0;box-shadow:none}.wc-block-grid__products .wc-block-grid__product-image img{width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{font-family:inherit;line-height:1.2em;font-weight:700;padding:0;color:inherit;font-size:inherit;display:block}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart{word-break:break-word;white-space:normal}.wc-block-grid__product-add-to-cart a,.wc-block-grid__product-add-to-cart button{word-break:break-word;white-space:normal;margin:0 auto!important;display:inline-flex;justify-content:center}.wc-block-grid__product-add-to-cart a.loading,.wc-block-grid__product-add-to-cart button.loading{opacity:.25}.wc-block-grid__product-add-to-cart a:after,.wc-block-grid__product-add-to-cart button:after{margin-left:.5em;display:inline-block}.wc-block-grid__product-add-to-cart a.added:after,.wc-block-grid__product-add-to-cart button.added:after{font-family:WooCommerce;content:"\e017"}.wc-block-grid__product-add-to-cart a.loading:after,.wc-block-grid__product-add-to-cart button.loading:after{font-family:WooCommerce;content:"\e031";-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wc-block-grid__product-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{overflow:hidden;position:relative;width:5.3em;height:1.618em;line-height:1.618;font-size:1em;font-family:star;font-weight:400;margin:0 auto;text-align:left}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"\53\53\53\53\53";top:0;left:0;right:0;position:absolute;opacity:.5;color:#aaa;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{overflow:hidden;top:0;left:0;right:0;position:absolute;padding-top:1.5em}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{content:"\53\53\53\53\53";top:0;left:0;right:0;position:absolute;color:#000;white-space:nowrap}.wc-block-grid__product-onsale{font-size:.875em;padding:.25em .75em;display:inline-block;width:auto;border:1px solid #43454b;border-radius:3px;color:#43454b;background:#fff;text-align:center;text-transform:uppercase;font-weight:600;z-index:9;position:relative}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;color:#000;font-size:1.2em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.wc-block-components-product-add-to-cart-attribute-picker{margin:0;flex-basis:100%}.wc-block-components-product-add-to-cart-attribute-picker label{display:block;font-size:1em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select{margin:0 0 .75em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select{min-width:60%;min-height:1.75em}.wc-block-components-product-add-to-cart{margin:0;display:flex;flex-wrap:wrap}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button{margin:0 0 .75em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text{display:block}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg{fill:currentColor;vertical-align:top;width:1.5em;height:1.5em;margin:-.25em 0 -.25em .5em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity{margin:0 1em .75em 0;width:5em;padding:.618em;background:#fff;border:1px solid #ccc;border-radius:2px;color:#43454b;box-shadow:inset 0 1px 1px rgba(0,0,0,.125);text-align:center}.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{-webkit-animation:none;animation:none}}.wc-block-grid .wc-block-components-product-add-to-cart{justify-content:center}.wp-block-button.wc-block-components-product-button{word-break:break-word;white-space:normal;margin-top:0;margin-bottom:12px}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{word-break:break-word;white-space:normal;margin:0 auto;display:inline-flex;justify-content:center}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;min-width:8em;min-height:3em}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;min-width:8em;min-height:3em}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{-webkit-animation:none;animation:none}}.wc-block-components-product-category-list{margin-top:0;margin-bottom:.75em}.wc-block-components-product-category-list ul{margin:0;padding:0;display:inline}.wc-block-components-product-category-list ul li{display:inline;list-style:none}.wc-block-components-product-category-list ul li:after{content:", "}.wc-block-components-product-category-list ul li:last-child:after{content:""}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,.wc-block-components-product-image{margin-top:0;margin-bottom:12px;text-decoration:none;display:block;position:relative}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,.wc-block-components-product-image a{text-decoration:none;border:0;outline:0;box-shadow:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,.wc-block-components-product-image img{vertical-align:middle;width:100%}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],.wc-block-components-product-image img[hidden]{display:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--alignleft,.wc-block-components-product-image .wc-block-components-product-sale-badge--alignleft{position:absolute;left:4px;top:4px;right:auto;margin:0}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--aligncenter,.wc-block-components-product-image .wc-block-components-product-sale-badge--aligncenter{position:absolute;top:4px;left:50%;right:auto;transform:translateX(-50%);margin:0}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--alignright,.wc-block-components-product-image .wc-block-components-product-sale-badge--alignright{position:absolute;right:4px;top:4px;left:auto;margin:0}.is-loading .wc-block-components-product-image{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.is-loading .wc-block-components-product-image>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-image{-webkit-animation:none;animation:none}}.wc-block-components-product-price{margin-top:0;margin-bottom:12px;display:block}.wc-block-components-product-price__regular{margin-right:.5em}.is-loading .wc-block-components-product-price:before{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;content:".";display:inline-block;width:5em}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-product-price__align-left{text-align:left}.is-loading .wc-block-components-product-price__align-center{text-align:center}.is-loading .wc-block-components-product-price__align-right{text-align:right}.wc-block-components-product-rating{display:block;margin-top:0;margin-bottom:12px}.wc-block-components-product-rating__stars{overflow:hidden;position:relative;width:5.3em;height:1.618em;line-height:1.618;font-size:1em;font-family:star;font-weight:400;margin:0 auto;text-align:left}.wc-block-components-product-rating__stars:before{content:"\53\53\53\53\53";top:0;left:0;right:0;position:absolute;opacity:.5;color:#aaa;white-space:nowrap}.wc-block-components-product-rating__stars span{overflow:hidden;top:0;left:0;right:0;position:absolute;padding-top:1.5em}.wc-block-components-product-rating__stars span:before{content:"\53\53\53\53\53";top:0;left:0;right:0;position:absolute;color:#000;white-space:nowrap}.wc-block-single-product .wc-block-components-product-rating__stars{margin:0}.wc-block-components-product-sale-badge{margin:0 auto 12px;font-size:.875em;padding:.25em .75em;display:inline-block;width:auto;border:1px solid #43454b;border-radius:3px;color:#43454b;background:#fff;text-align:center;text-transform:uppercase;font-weight:600;z-index:9;position:static}.wc-block-components-product-sku{margin-top:0;margin-bottom:12px;display:block;text-transform:uppercase;font-size:.875em}.wc-block-components-product-stock-indicator{margin-top:0;margin-bottom:.75em;display:block;font-size:.875em}.wc-block-components-product-stock-indicator--in-stock{color:#4ab866}.wc-block-components-product-stock-indicator--out-of-stock{color:#d94f4f}.wc-block-components-product-stock-indicator--available-on-backorder,.wc-block-components-product-stock-indicator--low-stock{color:#ffb900}.wc-block-components-product-summary{margin-top:0;margin-bottom:12px}.is-loading .wc-block-components-product-summary:before{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;content:".";display:block;width:100%;height:6em}.is-loading .wc-block-components-product-summary:before>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-summary:before{-webkit-animation:none;animation:none}}.wc-block-components-product-tag-list{margin-top:0;margin-bottom:.75em}.wc-block-components-product-tag-list ul{margin:0;padding:0;display:inline}.wc-block-components-product-tag-list ul li{display:inline;list-style:none}.wc-block-components-product-tag-list ul li:after{content:", "}.wc-block-components-product-tag-list ul li:last-child:after{content:""}.wc-block-components-product-title{margin-top:0;margin-bottom:12px}.wc-block-grid .wc-block-components-product-title{line-height:1.5;font-weight:700;padding:0;color:inherit;font-size:inherit;display:block}.is-loading .wc-block-components-product-title:before{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;content:".";display:inline-block;width:7em}.is-loading .wc-block-components-product-title:before>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-title:before{-webkit-animation:none;animation:none}}.is-loading .wc-block-grid .wc-block-components-product-title:before{width:10em}.wc-block-components-product-title--align-left{text-align:left}.wc-block-components-product-title--align-center{text-align:center}.wc-block-components-product-title--align-right{text-align:right}.wc-block-components-error{display:flex;background-color:#f3f3f4;border-left:4px solid #6d6d6d;padding:36px 16px;align-items:center;justify-content:center;flex-direction:column}.wc-block-components-error__header{font-size:2em;font-weight:700;margin:0}.wc-block-components-error__image{max-width:25%}.wc-block-components-error__text{margin:0}.wc-block-components-error__message{margin:1em 0 0;font-style:italic}@media (min-width:481px){.wc-block-components-error{flex-direction:row}.wc-block-components-error__image+.wc-block-components-error__content{margin-left:24px}}.wc-block-components-button:not(.is-link){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;align-items:center;background-color:#24292d;color:#fff;display:inline-flex;font-weight:700;min-height:3em;justify-content:center;line-height:1;padding:0 1em;text-align:center;text-decoration:none;text-transform:none;position:relative}.wc-block-components-button:not(.is-link):active,.wc-block-components-button:not(.is-link):disabled,.wc-block-components-button:not(.is-link):focus,.wc-block-components-button:not(.is-link):hover{background-color:#24292d;color:#fff}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner{width:1em;height:1em;position:absolute;top:50%;left:0;width:100%;height:100%;margin-top:-.5em;color:inherit;box-sizing:content-box}.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner:after{content:" ";display:inline-block;margin:0 auto;width:1em;height:1em;box-sizing:border-box;transform-origin:50% 50%;transform:translateZ(0) scale(.5);-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:50%;border:.2em solid;border-left:.2em solid transparent;-webkit-animation:wc-block-components-button__spinner__animation 1s linear infinite;animation:wc-block-components-button__spinner__animation 1s linear infinite}.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner+.wc-block-components-button__text{visibility:hidden}@-webkit-keyframes wc-block-components-button__spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes wc-block-components-button__spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}.wc-block-components-checkout-form{counter-reset:checkout-step}.wc-block-components-checkout-form fieldset.wc-block-components-checkout-step{position:relative;border:none;padding:0 0 0 36px;background:none;margin:0}.is-large .wc-block-components-checkout-form fieldset.wc-block-components-checkout-step{padding-right:24px}.wc-block-components-checkout-step__container{position:relative}.wc-block-components-checkout-step__content{padding-bottom:1.5em}.wc-block-components-checkout-form fieldset.wc-block-components-checkout-step:disabled{opacity:.6}.wc-block-components-checkout-step__heading{display:flex;justify-content:space-between;align-content:center;flex-wrap:wrap;margin:.75em 0 1em;position:relative}.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading{margin-top:0}.wc-block-components-checkout-step__title{margin:0 12px 0 0}.wc-block-components-checkout-step__heading-content{font-size:.75em;position:absolute;right:0}.wc-block-components-checkout-step__heading-content a{font-weight:700;color:inherit}.wc-block-components-checkout-step__description{font-size:.875em;line-height:1.25;margin-bottom:16px}.wc-block-components-checkout-step__title:before{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;background:transparent;counter-increment:checkout-step;content:" " counter(checkout-step) ".";content:" " counter(checkout-step) "."/"";position:absolute;width:36px;left:-18px;top:0;text-align:center;transform:translateX(-50%)}.wc-block-components-checkout-step__container:after{content:"";height:100%;border-left:1px solid;opacity:.3;position:absolute;left:-18px;top:0}.wc-block-components-checkout-step:last-child .wc-block-components-checkout-step__container:after{content:none}.wc-block-components-checkout-form{margin:0;max-width:100%}.wc-block-components-order-summary .wc-blocks-components-panel__button{margin-top:0;padding-top:0}.wc-block-components-order-summary__content{display:table;width:100%}.wc-block-components-order-summary-item{position:relative;display:table-row;padding-bottom:1px;width:100%}.wc-block-components-order-summary-item:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-order-summary-item:last-child>div{padding-bottom:0}.wc-block-components-order-summary-item:last-child:after{display:none}.wc-block-components-order-summary-item__description,.wc-block-components-order-summary-item__image{display:table-cell;vertical-align:top}.wc-block-components-order-summary-item__image{width:48px;padding-top:16px;padding-bottom:16px;position:relative}.wc-block-components-order-summary-item__image>img{width:48px;max-width:48px}.wc-block-components-order-summary-item__quantity{font-size:.75em;align-items:center;background:#fff;border:2px solid;border-radius:1em;box-shadow:0 0 0 2px #fff;color:#000;display:flex;line-height:1;min-height:20px;padding:0 .4em;position:absolute;justify-content:center;min-width:20px;right:0;top:16px;transform:translate(50%,-50%);white-space:nowrap;z-index:1}.wc-block-components-order-summary-item__description{padding-left:24px;padding-top:16px;padding-bottom:16px;line-height:1.375}.wc-block-components-order-summary-item__description .wc-block-components-product-metadata,.wc-block-components-order-summary-item__description p{line-height:1.375;margin-top:4px}.wc-block-components-order-summary-item__header{display:flex;flex-wrap:wrap;justify-content:space-between}.wc-block-components-payment-method-icons{display:block;text-align:center;margin:0 0 14px}.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{display:inline-block;margin:0 4px 2px;padding:0;width:auto;height:24px;vertical-align:middle}.wc-block-components-payment-method-icons--align-left{text-align:left}.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon{margin-left:0;margin-right:8px}.wc-block-components-payment-method-icons--align-right{text-align:right}.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon{margin-right:0;margin-left:8px}.wc-block-components-payment-method-icons:last-child{margin-bottom:0}.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:16px}.wc-block-components-payment-method-label--with-icon{display:inline-block;vertical-align:middle}.wc-block-components-payment-method-label--with-icon>img,.wc-block-components-payment-method-label--with-icon>svg{vertical-align:middle;margin:-2px 4px 0 0}.is-mobile .wc-block-components-payment-method-label--with-icon>img,.is-mobile .wc-block-components-payment-method-label--with-icon>svg,.is-small .wc-block-components-payment-method-label--with-icon>img,.is-small .wc-block-components-payment-method-label--with-icon>svg{display:none}.editor-styles-wrapper .wc-block-components-checkout-policies,.wc-block-components-checkout-policies{font-size:.75em;text-align:center;list-style:none outside;line-height:1;margin:24px 0}.wc-block-components-checkout-policies__item{list-style:none outside;display:inline-block;padding:0 .25em;margin:0}.wc-block-components-checkout-policies__item:not(:first-child){border-left:1px solid #c3c4c7}.wc-block-components-checkout-policies__item>a{color:inherit;padding:0 .25em}.wc-block-components-product-badge{font-size:.75em;border-radius:2px;border:1px solid;display:inline-block;font-weight:600;padding:0 .66em;text-transform:uppercase;white-space:nowrap}.wc-block-components-product-metadata{font-size:.75em}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{margin:.25em 0 0}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all;display:block;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.wc-block-components-checkout-return-to-cart-button{box-shadow:none;color:inherit;padding-left:calc(24px + .25em);position:relative;text-decoration:none}.wc-block-components-checkout-return-to-cart-button svg{left:0;position:absolute;transform:translateY(-50%);top:50%}.wc-block-components-shipping-calculator-address{margin-bottom:0}.wc-block-components-shipping-calculator-address__button{width:100%}.wc-block-components-shipping-calculator{padding:.5em 0 .75em}.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package-title{margin:0}.wc-block-components-shipping-rates-control__package-items{font-size:.875em;display:block;list-style:none;margin:0;padding:0}.wc-block-components-shipping-rates-control__package-item{overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all;display:inline-block;margin:0;padding:0}.wc-block-components-shipping-rates-control__package-item:not(:last-child):after{content:", ";white-space:pre}.components-notice.wc-block-components-shipping-rates-control__no-results-notice{margin-bottom:0}.wc-block-components-shipping-rates-control .wc-blocks-components-panel__content{padding-bottom:0}.wc-block-components-totals-coupon__form{display:flex;margin-bottom:0;width:100%}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input{margin-bottom:0;margin-top:0;flex-grow:1}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{height:48px;flex-shrink:0;margin-left:8px;padding-left:24px;padding-right:24px;white-space:nowrap}.wc-block-components-totals-coupon__content{flex-direction:column;position:relative}.wc-block-components-totals-coupon__content .wc-block-components-validation-error{margin-top:8px;position:relative;width:100%}.wc-block-components-totals-discount__coupon-list{list-style:none;margin:0;padding:0}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:1.25em}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{font-weight:400}.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax{margin-bottom:0}.wc-block-components-totals-item{display:flex;flex-wrap:wrap;padding:.75em 0;width:100%}.wc-block-components-totals-item__label{flex-grow:1;font-weight:700}.wc-block-components-totals-item__value{white-space:nowrap}.wc-block-components-totals-item__description{font-size:.875em;width:100%}.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset{background-color:transparent;margin:0;padding:0;border:0}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label{flex-basis:100%;text-align:left}.wc-block-components-totals-shipping .wc-block-components-radio-control__option-layout:last-child:after,.wc-block-components-totals-shipping .wc-block-components-radio-control__option:last-child:after{display:none}.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice{margin-bottom:.75em}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;background:transparent;box-shadow:none;display:inline;text-decoration:underline}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover{background:transparent;opacity:.8}.wc-block-components-totals-shipping .wc-blocks-components-panel:last-child:after{border-bottom-width:0}.wc-block-components-totals-taxes{position:relative}.wc-block-components-totals-taxes:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-checkbox{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;display:block;position:relative}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid;height:1rem;margin:0;min-height:16px;min-width:16px;overflow:hidden;position:static;vertical-align:middle;width:1rem}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:currentColor;border-color:currentColor}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked:before{color:#fff;content:"\2713";display:block;height:calc(1rem - 2px);min-height:14px;min-width:14px;margin:0;line-height:100%;text-align:center;width:calc(1rem - 2px)}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]+.wc-block-components-checkbox__label{padding-left:8px;vertical-align:middle}.editor-styles-wrapper .wc-block-components-checkbox-list,.wc-block-components-checkbox-list{margin:0;padding:0;list-style:none outside}.editor-styles-wrapper .wc-block-components-checkbox-list li,.wc-block-components-checkbox-list li{margin:0 0 4px;padding:0;list-style:none outside}.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button{background:none;border:none;padding:0;text-decoration:underline;cursor:pointer}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.wc-block-components-checkbox-list.is-loading li>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{-webkit-animation:none;animation:none}}.wc-block-components-chip{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;align-items:center;border:0;display:inline-flex;padding:.125em .5em .25em;margin:0 .365em .365em 0;border-radius:0;line-height:1;max-width:100%}.wc-block-components-chip,.wc-block-components-chip:active,.wc-block-components-chip:focus,.wc-block-components-chip:hover{background:#e2e4e7;color:#23282d}.wc-block-components-chip.wc-block-components-chip--radius-small{border-radius:3px}.wc-block-components-chip.wc-block-components-chip--radius-medium{border-radius:.433em}.wc-block-components-chip.wc-block-components-chip--radius-large{border-radius:2em;padding-left:.75em;padding-right:.75em}.wc-block-components-chip .wc-block-components-chip__text{flex-grow:1}.wc-block-components-chip.is-removable{padding-right:.5em}.wc-block-components-chip.is-removable .wc-block-components-chip__text{padding-right:.25em}.wc-block-components-chip .wc-block-components-chip__remove{font-size:.75em;background:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.wc-block-components-chip .wc-block-components-chip__remove-icon{vertical-align:middle}.wc-block-components-chip__remove:focus,.wc-block-components-chip__remove:hover,button.wc-block-components-chip:focus>.wc-block-components-chip__remove,button.wc-block-components-chip:hover>.wc-block-components-chip__remove{fill:#d94f4f}.wc-block-components-chip__remove:disabled,button.wc-block-components-chip:disabled>.wc-block-components-chip__remove{fill:#86909b;cursor:not-allowed}.wc-block-components-dropdown-selector{max-width:300px;position:relative;width:100%}.wc-block-components-dropdown-selector__input-wrapper{background:#fff;border:1px solid #8d96a0;color:#2b2d2f;align-items:center;border-radius:4px;cursor:text;display:flex;flex-wrap:wrap;padding:2px 8px}.is-disabled .wc-block-components-dropdown-selector__input-wrapper{background-color:#e2e4e7}.is-multiple.has-checked>.wc-block-components-dropdown-selector__input-wrapper{padding:2px 4px}.is-open>.wc-block-components-dropdown-selector__input-wrapper{border-radius:4px 4px 0 0}.wc-block-components-dropdown-selector__input{font-size:.875em;line-height:1.28571;margin:.1875em 0;min-width:0;padding:.1875em 0}.is-single .wc-block-components-dropdown-selector__input{width:100%}.is-single .wc-block-components-dropdown-selector__input:active,.is-single .wc-block-components-dropdown-selector__input:focus,.is-single .wc-block-components-dropdown-selector__input:hover{outline:0}.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input{margin-bottom:1.5px;margin-top:1.5px}.is-single.has-checked:not(.is-open) .wc-block-components-dropdown-selector__input{clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;word-wrap:normal!important;position:absolute}.is-multiple .wc-block-components-dropdown-selector__input{flex:1;min-width:0}.is-multiple .wc-block-components-dropdown-selector__input,.is-single .wc-block-components-dropdown-selector__input:first-child{background:transparent;border:0}.is-multiple .wc-block-components-dropdown-selector__input:active,.is-multiple .wc-block-components-dropdown-selector__input:focus,.is-multiple .wc-block-components-dropdown-selector__input:hover,.is-single .wc-block-components-dropdown-selector__input:first-child:active,.is-single .wc-block-components-dropdown-selector__input:first-child:focus,.is-single .wc-block-components-dropdown-selector__input:first-child:hover{outline:0}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove{background-color:transparent;border:0;color:inherit;font-size:inherit;font-weight:inherit;text-transform:none}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover{background-color:transparent;text-decoration:none}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value{font-size:.875em;align-items:center;color:#40464d;display:inline-flex;margin:.1875em 0;padding:.1875em 0;width:100%}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label{flex-grow:1;line-height:1.28571;padding:0;text-align:left}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove{background-color:transparent;border:0;display:inline-block;line-height:1;padding:0 0 0 .3em}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove>svg{display:block}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip{font-size:.875em;margin-top:.1875em;margin-bottom:.1875em;line-height:1.28571}.wc-block-components-dropdown-selector__list{background-color:#fff;margin:-1px 0 0;padding:0;position:absolute;left:0;right:0;top:100%;max-height:300px;overflow-y:auto;z-index:1}.wc-block-components-dropdown-selector__list:not(:empty){border:1px solid #9f9f9f}.wc-block-components-dropdown-selector__list-item{font-size:.875em;color:#40464d;cursor:default;list-style:none;margin:0;padding:0 4px}.wc-block-components-dropdown-selector__list-item.is-selected{background-color:#d7dade}.wc-block-components-dropdown-selector__list-item.is-highlighted,.wc-block-components-dropdown-selector__list-item:active,.wc-block-components-dropdown-selector__list-item:focus,.wc-block-components-dropdown-selector__list-item:hover{background-color:#00669e;color:#fff}.wc-block-components-filter-submit-button{display:block;margin-left:auto;white-space:nowrap}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-load-more{text-align:center;width:100%}.wc-block-components-loading-mask{position:relative;min-height:34px}.wc-block-components-loading-mask .components-spinner{position:absolute;margin:0;top:50%;left:50%;transform:translate(-50%,-50%)}.wc-block-components-loading-mask__children{opacity:.5}.wc-block-components-pagination{margin:0 auto 16px}.wc-block-components-pagination__ellipsis,.wc-block-components-pagination__page{font-size:1em;color:#333;display:inline-block;font-weight:400}.wc-block-components-pagination__page{border-color:transparent;padding:.3em .6em;min-width:2.2em}@media (max-width:782px){.wc-block-components-pagination__page{padding:.1em .2em;min-width:1.6em}}.wc-block-components-pagination__page:not(.toggle){background-color:transparent}.wc-block-components-pagination__ellipsis{padding:.3em}@media (max-width:782px){.wc-block-components-pagination__ellipsis{padding:.1em}}.wc-block-components-pagination__page--active[disabled]{color:#333;font-weight:700;opacity:1!important}.wc-block-components-pagination__page--active[disabled]:focus,.wc-block-components-pagination__page--active[disabled]:hover{background-color:inherit;color:#333;opacity:1!important}.wc-blocks-components-panel.has-border{position:relative}.wc-blocks-components-panel.has-border:after{border-style:solid;border-width:1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-blocks-components-panel.has-border+.wc-blocks-components-panel.has-border:after{border-top-width:0}.wc-blocks-components-panel__button{border:0;border-radius:0;vertical-align:baseline;height:auto;line-height:1;margin:.375em 0;padding:.375em 32px .375em 0;position:relative;text-align:left;width:100%}.wc-blocks-components-panel__button,.wc-blocks-components-panel__button:active,.wc-blocks-components-panel__button:focus,.wc-blocks-components-panel__button:hover{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;background:transparent;box-shadow:none}.wc-blocks-components-panel__button>.wc-blocks-components-panel__button-icon{fill:currentColor;position:absolute;right:0;top:50%;transform:translateY(-50%);width:auto}.wc-blocks-components-panel__content{padding-bottom:1em;overflow:auto}.theme-twentytwenty .wc-blocks-components-panel__button{background:transparent}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder{margin-bottom:16px}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder *{pointer-events:all}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset{display:block}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button{background-color:#24292d;color:#fff}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description{display:block;margin:.25em 0 1em}.components-notice.wc-block-checkout__no-payment-methods-notice{margin-bottom:16px}.wc-block-components-express-checkout{margin:auto;position:relative}.wc-block-components-express-checkout .wc-block-components-express-checkout__title-container{display:flex;flex-direction:row;left:0;position:absolute;right:0;top:-5px;vertical-align:middle}.wc-block-components-express-checkout .wc-block-components-express-checkout__title-container:before{border-left:1px solid;border-top:1px solid;border-radius:5px 0 0 0;content:"";display:block;height:4px;margin-right:12px;opacity:.3;pointer-events:none;width:22px}.wc-block-components-express-checkout .wc-block-components-express-checkout__title-container:after{border-right:1px solid;border-top:1px solid;border-radius:0 5px 0 0;content:"";display:block;height:4px;margin-left:12px;opacity:.3;pointer-events:none;flex-grow:1}.wc-block-components-express-checkout .wc-block-components-express-checkout__title{flex-grow:0;transform:translateY(-50%)}.wc-block-components-express-checkout .wc-block-components-express-checkout__content{position:relative;margin-top:calc(.75em + 5px);padding:1.5em 35px 1em}.wc-block-components-express-checkout .wc-block-components-express-checkout__content:after{border-style:solid;border-width:0 1px 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0;border-radius:0 0 5px 5px}.wc-block-components-express-checkout .wc-block-components-express-checkout__content>p{margin-bottom:1em}.wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons{list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;padding:0;margin:0;overflow:hidden}.wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons>li{display:inline-block;margin:0;width:50%}.wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons>li>img{width:100%;height:48px}.wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons>li:nth-child(2n){padding-left:8px}.wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons>li:nth-child(odd){padding-right:8px}.wc-block-card-elements{display:flex;width:100%}.wc-block-gateway-container{position:relative;margin-bottom:1.5em;white-space:nowrap}.wc-block-gateway-container.wc-card-number-element{flex-basis:15em;flex-grow:1;min-width:min(15em,60%)}.wc-block-gateway-container.wc-card-expiry-element{flex-basis:7em;margin-left:12px;min-width:min(7em,calc(24% - 12px))}.wc-block-gateway-container.wc-card-cvc-element{flex-basis:7em;margin-left:12px;min-width:min(5em,calc(16% - 12px))}.wc-block-gateway-container .wc-block-gateway-input{font-size:1em;line-height:1.375;background-color:#fff;padding:.75em 0 .75em 16px;border-radius:4px;border:1px solid #8d96a0;width:100%;font-family:inherit;margin:0;box-sizing:border-box;height:3em;color:#2b2d2f;cursor:text}.wc-block-gateway-container .wc-block-gateway-input:focus,.wc-block-gateway-container:focus{background-color:#fff}.wc-block-gateway-container label{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;font-size:1em;line-height:1.375;position:absolute;transform:translateY(.75em);left:0;top:0;transform-origin:top left;color:#646970;transition:transform .2s ease;margin:0 0 0 17px;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 24px);cursor:text}@media screen and (prefers-reduced-motion:reduce){.wc-block-gateway-container label{transition:none}}.wc-block-gateway-container.wc-inline-card-element label{margin-left:calc(24px + 1.5em)}.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label{margin-left:16px;transform:translateY(4px) scale(.75)}.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error{position:static;margin-top:-24px}.wc-block-gateway-container .wc-block-gateway-input.focused.empty,.wc-block-gateway-container .wc-block-gateway-input:not(.empty){padding:1.5em 0 .25em 16px}.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label{transform:translateY(4px) scale(.75)}.wc-block-gateway-container .wc-block-gateway-input.has-error{border-color:#d94f4f}.wc-block-gateway-container .wc-block-gateway-input.has-error:focus{outline-color:#d94f4f}.wc-block-gateway-container .wc-block-gateway-input.has-error+label{color:#d94f4f}.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p{line-height:16px;padding-top:4px}.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,.is-small .wc-card-expiry-element .wc-block-components-validation-error>p{min-height:28px}.wc-blocks-credit-card-images{padding-top:12px;display:flex}.wc-blocks-credit-card-images .wc-blocks-credit-cart-icon{height:18px;width:auto;margin-right:12px}.wc-blocks-credit-card-images .wc-blocks-credit-cart-icon:last-child{margin-right:0}.wc-block-components-checkout-payment-methods *{pointer-events:all}.is-mobile .wc-block-card-elements,.is-small .wc-block-card-elements{flex-wrap:wrap}.is-mobile .wc-block-gateway-container.wc-card-number-element,.is-small .wc-block-gateway-container.wc-card-number-element{flex-basis:100%}.is-mobile .wc-block-gateway-container.wc-card-expiry-element,.is-small .wc-block-gateway-container.wc-card-expiry-element{flex-basis:calc(50% - 8px);margin-left:0;margin-right:8px}.is-mobile .wc-block-gateway-container.wc-card-cvc-element,.is-small .wc-block-gateway-container.wc-card-cvc-element{flex-basis:calc(50% - 8px);margin-left:8px}.theme-twentynineteen .wc-block-components-express-checkout__title:before{display:none}.theme-twentytwenty .wc-block-components-express-checkout .wc-block-components-express-checkout__title{padding-left:12px;padding-right:12px}.wc-block-components-price-slider{margin-bottom:24px}.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper{padding:0;border:0;outline:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:9px;clear:both;position:relative;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);background:#e1e1e1;margin:15px 0}.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress{height:9px;width:100%;position:absolute;left:0;top:0;--track-background:linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;--range-color:#a8739d;background:var(--track-background)}.wc-block-components-price-slider .wc-block-components-price-slider__controls{display:flex}.wc-block-components-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{margin:0;border-radius:4px;width:auto;max-width:100px;min-width:0}.wc-block-components-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min{margin-right:10px}.wc-block-components-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max{margin-left:auto}.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls{justify-content:flex-end}.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max{margin-left:0;margin-right:10px}.wc-block-components-price-slider .wc-block-components-price-slider__range-input{margin:0;padding:0;border:0;outline:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:0;display:block;position:relative;pointer-events:none;outline:none!important}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-runnable-track{cursor:default;height:1px;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb{background-color:transparent;background-position:0 0;width:26px;height:21px;border:0;padding:0;vertical-align:top;cursor:pointer;z-index:20;pointer-events:auto;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");-webkit-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-6px 0 0}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover{background-position-y:-21px;-webkit-filter:drop-shadow(3px 0 0 hsla(0,0%,100%,.75)) drop-shadow(-3px 0 0 hsla(0,0%,100%,.75));filter:drop-shadow(3px 0 0 rgba(255,255,255,.75)) drop-shadow(-3px 0 0 rgba(255,255,255,.75));transform:scale(1.1)}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-progress{margin:0;padding:0;border:0;outline:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-focus-outer{border:0}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-track{cursor:default;height:1px;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-progress{margin:0;padding:0;border:0;outline:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb{background-color:transparent;background-position:0 0;width:26px;height:21px;border:0;padding:0;margin:0;vertical-align:top;cursor:pointer;z-index:20;pointer-events:auto;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");-moz-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb:hover{background-position-y:-21px;filter:drop-shadow(3px 0 0 rgba(255,255,255,.75)) drop-shadow(-3px 0 0 rgba(255,255,255,.75));transform:scale(1.1)}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb{background-color:transparent;background-position:0 0;width:26px;height:21px;border:0;padding:0;margin:0;vertical-align:top;cursor:pointer;z-index:20;pointer-events:auto;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");-ms-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb:hover{background-position-y:-21px;filter:drop-shadow(3px 0 0 rgba(255,255,255,.75)) drop-shadow(-3px 0 0 rgba(255,255,255,.75));transform:scale(1.1)}.wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb{background-position-y:-21px;-webkit-filter:drop-shadow(3px 0 0 hsla(0,0%,100%,.75)) drop-shadow(-3px 0 0 hsla(0,0%,100%,.75));filter:drop-shadow(3px 0 0 rgba(255,255,255,.75)) drop-shadow(-3px 0 0 rgba(255,255,255,.75))}.wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-moz-range-thumb{background-position-y:-21px;filter:drop-shadow(3px 0 0 rgba(255,255,255,.75)) drop-shadow(-3px 0 0 rgba(255,255,255,.75))}.wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-ms-thumb{background-position-y:-21px;filter:drop-shadow(3px 0 0 rgba(255,255,255,.75)) drop-shadow(-3px 0 0 rgba(255,255,255,.75))}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min{z-index:21}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb{margin-left:-2px;background-position-x:left}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb{background-position-x:left;transform:translate(-2px,4px)}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb{background-position-x:left}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max{z-index:20}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb{background-position-x:right;margin-left:2px}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb{background-position-x:right;transform:translate(2px,4px)}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb{background-position-x:right}.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;pointer-events:none;box-shadow:none}.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount>*,.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button>*,.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper>*,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount>*,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button>*,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}.rtl .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress{--track-background:linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;--range-color:#a8739d;background:var(--track-background)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper{background:transparent;box-shadow:none;height:24px}.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress{background:#a8739d;box-shadow:inset 0 0 0 1px #95588a;width:100%;top:7px}.wc-block-components-price-slider .wc-block-components-price-slider__range-input{height:24px;pointer-events:auto;position:absolute;left:0;top:0}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-track{background:transparent;border-color:transparent;border-width:7px 0;color:transparent}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-fill-lower{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-fill-upper{background:transparent}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-tooltip{display:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb{transform:translate(1px);pointer-events:auto}.wc-block-components-price-slider .wc-block-components-price-slider__range-input--max::-ms-fill-upper{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider .wc-block-components-price-slider__range-input--max::-ms-fill-lower{background:transparent}.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;pointer-events:none;box-shadow:none}.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper>*,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}}@media screen and (-ms-high-contrast:active) and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@supports (-ms-ime-align:auto){.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper{background:transparent;box-shadow:none;height:24px}.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress{background:#a8739d;box-shadow:inset 0 0 0 1px #95588a;width:100%;top:7px}.wc-block-components-price-slider .wc-block-components-price-slider__range-input{height:24px;pointer-events:auto;position:absolute;left:0;top:0}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-track{background:transparent;border-color:transparent;border-width:7px 0;color:transparent}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-fill-lower{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-fill-upper{background:transparent}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-tooltip{display:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb{transform:translate(1px);pointer-events:auto}.wc-block-components-price-slider .wc-block-components-price-slider__range-input--max::-ms-fill-upper{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider .wc-block-components-price-slider__range-input--max::-ms-fill-lower{background:transparent}.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;pointer-events:none;box-shadow:none}.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper>*,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wc-block-grid{text-align:center}.wc-block-grid__no-products{padding:40px;text-align:center;width:100%}.wc-block-grid__no-products .wc-block-grid__no-products-image{max-width:150px;margin:0 auto 1em;display:block;color:inherit}.wc-block-grid__no-products .wc-block-grid__no-products-title{display:block;margin:0;font-weight:700}.wc-block-grid__no-products .wc-block-grid__no-products-description{display:block;margin:.25em 0 1em}.wc-block-grid__products{display:flex;flex-wrap:wrap;padding:0;margin:0 -8px 16px;background-clip:padding-box}.wc-block-grid__product{box-sizing:border-box;padding:0;margin:0;float:none;width:auto;position:relative;text-align:center;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:16px solid transparent;list-style:none}.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,.wc-block-grid.has-aligned-buttons .wc-block-grid__product{display:flex;flex-direction:column}.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child{margin-top:auto;margin-bottom:0;padding-bottom:12px}.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,.wc-block-grid.has-1-columns .wc-block-grid__product{flex:1 0 100%;max-width:100%}.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%}.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 33.33333%;max-width:33.33333%}.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 25%;max-width:25%}.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 20%;max-width:20%}.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 16.66667%;max-width:16.66667%}.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 14.28571%;max-width:14.28571%}.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 12.5%;max-width:12.5%}.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product,.wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product,.wc-block-grid.has-7-columns .wc-block-grid__product,.wc-block-grid.has-8-columns .wc-block-grid__product{font-size:.8em}@media (max-width:480px){.wc-block-grid.has-2-columns .wc-block-grid__products{display:block}.wc-block-grid.has-2-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-3-columns .wc-block-grid__products{display:block}.wc-block-grid.has-3-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-4-columns .wc-block-grid__products{display:block}.wc-block-grid.has-4-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-5-columns .wc-block-grid__products{display:block}.wc-block-grid.has-5-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-6-columns .wc-block-grid__products{display:block}.wc-block-grid.has-6-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-7-columns .wc-block-grid__products{display:block}.wc-block-grid.has-7-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-8-columns .wc-block-grid__products{display:block}.wc-block-grid.has-8-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}}@media (min-width:481px) and (max-width:600px){.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale{left:8px}.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale{left:8px}.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale{left:8px}.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale{left:8px}.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale{left:8px}.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale{left:8px}.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale{left:8px}}.wc-block-components-product-sort-select{margin-bottom:24px;text-align:left}.wc-block-components-quantity-selector{display:flex;min-width:100px;border:1px solid #d7dade;background:#fff;border-radius:4px}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{font-size:1em;order:2;min-width:40px;flex:1 1 auto;border:0;padding:.4em 0;margin:0;text-align:center;background:transparent;box-shadow:none;color:#000;line-height:1;vertical-align:middle;-moz-appearance:textfield}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus{background:#f3f4f5;outline:1px solid #d7dade}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled{color:#86909b}.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{border:0;padding:0;margin:0;background:none transparent;box-shadow:none;font-size:1em;min-width:30px;cursor:pointer;color:#32373c;font-style:normal;text-align:center}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{outline:2px solid #d7dade}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{border:0;padding:0;margin:0;background:none transparent;box-shadow:none;color:#191e23}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:focus{outline:2px solid #d7dade}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled{color:#86909b;cursor:default;border:0;padding:0;margin:0;background:none transparent;box-shadow:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled:focus{outline:2px solid #d7dade}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus{order:1}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus{order:3}.wc-block-components-radio-control__option{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;position:relative;display:block;padding:12px 12px 0 72px}.wc-block-components-radio-control__option:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-radio-control__option-layout{position:relative;display:table;width:100%;padding-bottom:12px}.wc-block-components-radio-control__option-layout:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after{display:none}.wc-block-components-radio-control__input{left:24px;position:absolute;top:12px}.wc-block-components-radio-control__description-group,.wc-block-components-radio-control__label-group{display:table-row}.wc-block-components-radio-control__description-group>span,.wc-block-components-radio-control__label-group>span{display:table-cell}.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label{text-align:right;min-width:50%}.wc-block-components-radio-control__label,.wc-block-components-radio-control__secondary-label{line-height:20px;line-height:max(1rem,20px)}.wc-block-components-radio-control__description,.wc-block-components-radio-control__secondary-description{font-size:.875em;line-height:20px}.wc-block-components-radio-control .wc-block-components-radio-control__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid;border-radius:50%;display:inline-block;height:1.25rem;min-height:20px;min-width:20px;width:1.25rem}.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:currentColor;border-radius:50%;content:"";display:block;height:.625em;left:50%;margin:0;min-height:10px;min-width:10px;position:absolute;top:50%;transform:translate(-50%,-50%);width:.625em}@media (min-width:783px){.wc-block-components-radio-control .wc-block-components-radio-control__input{height:1rem;margin-top:2px;min-height:16px;min-width:16px;width:1rem}.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{height:.5em;min-height:8px;min-width:8px;width:.5em}}.is-loading .wc-block-components-review-list-item__text{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;display:block;width:60%}.is-loading .wc-block-components-review-list-item__text>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__text{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__text:after{content:"\00a0"}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after{content:"\00a0"}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;font-size:1em;width:80px}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after{content:"\00a0"}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span{display:none}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;height:1em;width:120px}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after{content:"\00a0"}.editor-styles-wrapper .wc-block-components-review-list-item__item,.wc-block-components-review-list-item__item{margin:0 0 48px;list-style:none}.wc-block-components-review-list-item__info{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;margin-bottom:24px}.wc-block-components-review-list-item__meta{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.has-image .wc-block-components-review-list-item__info{-ms-grid-columns:64px 1fr;grid-template-columns:64px 1fr}.has-image .wc-block-components-review-list-item__meta{-ms-grid-column:2;grid-column:2}.wc-block-components-review-list-item__image{align-items:center;display:flex;height:48px;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/3;justify-content:center;position:relative;width:48px}.wc-block-components-review-list-item__image>img{display:block;height:auto;max-height:100%;max-width:100%;width:auto}.wc-block-components-review-list-item__verified{width:21px;height:21px;text-indent:21px;margin:0;line-height:21px;overflow:hidden;position:absolute;right:-7px;bottom:-7px}.wc-block-components-review-list-item__verified:before{width:21px;height:21px;background:transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;display:block;content:""}.wc-block-components-review-list-item__meta{display:flex;align-items:center;flex-flow:row wrap}.wc-block-components-review-list-item__meta:after{order:3;content:"";flex-basis:100%}.wc-block-components-review-list-item__author,.wc-block-components-review-list-item__product{display:block;font-weight:700;order:1;margin-right:8px}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author{font-weight:400;color:grey;order:4}.wc-block-components-review-list-item__published-date{color:grey;order:5}.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{content:"";display:inline-block;margin-right:8px;border-right:1px solid #ddd;height:1em;vertical-align:middle}.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{display:none}.wc-block-components-review-list-item__rating{order:2}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars{font-size:1em;display:inline-block;top:0;overflow:hidden;position:relative;height:1.618em;line-height:1.618;width:5.3em;font-family:star;font-weight:400;vertical-align:top}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before{content:"\53\53\53\53\53";opacity:.25;float:left;top:0;left:0;position:absolute}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0;color:#e6a237}.editor-styles .wc-block-components-review-list,.wc-block-components-review-list{margin:0}.wc-block-components-review-sort-select{text-align:right}.wc-block-components-select{height:3em;position:relative;margin-bottom:1.5em}.wc-block-components-select label{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;font-size:1em;line-height:1.375;position:absolute;transform:translateY(.75em);transform-origin:top left;transition:all .2s ease;color:#646970;z-index:1;margin:0 0 0 17px;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 32px);white-space:nowrap}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-select label{transition:none}}.wc-block-components-select.is-active label{transform:translateY(4px) scale(.75)}.wc-block-components-select.has-error .components-custom-select-control__button{border-color:#d94f4f}.wc-block-components-select.has-error label{color:#d94f4f}.wc-block-components-select .components-custom-select-control__button,.wc-block-components-select .components-custom-select-control__button:active,.wc-block-components-select .components-custom-select-control__button:focus,.wc-block-components-select .components-custom-select-control__button:hover{font-size:1em;background-color:#fff;box-shadow:none;color:#2b2d2f;font-family:inherit;font-weight:400;height:3em;letter-spacing:inherit;line-height:1;overflow:hidden;padding:1.5em 16px .25em;text-align:left;text-overflow:ellipsis;text-transform:none;white-space:nowrap;width:100%}.wc-block-components-select .components-custom-select-control__button-icon{right:12px}.wc-block-components-select .components-custom-select-control__menu{background-color:#fff;margin:0;max-height:300px;overflow:auto}.wc-block-components-select .components-custom-select-control__menu:empty{display:none}.wc-block-components-select .components-custom-select-control__item{font-size:1em;margin-left:0;padding-left:16px}.wc-block-components-select .components-custom-select-control__item-icon{display:none}.wc-block-components-sidebar-layout{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wc-block-components-sidebar-layout .wc-block-components-main{margin:0;padding-right:3.77358%;width:65%}.wc-block-components-sidebar{margin:0;padding-left:2.26415%;width:35%}.wc-block-components-sidebar .wc-blocks-components-panel>h2{font-size:1.25em;border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.is-medium.wc-block-components-sidebar-layout,.is-mobile.wc-block-components-sidebar-layout,.is-small.wc-block-components-sidebar-layout{flex-direction:column;margin:0 auto 16px}.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-small.wc-block-components-sidebar-layout .wc-block-components-main,.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar{padding:0;width:100%}.is-large .wc-block-components-sidebar .wc-block-components-totals-item,.is-large .wc-block-components-sidebar .wc-blocks-components-panel{padding-left:16px;padding-right:16px}.theme-twentytwenty .wc-block-components-sidebar .wc-blocks-components-panel>h2{font-size:1.25em;border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.wc-block-components-sort-select{margin-bottom:12px}.wc-block-components-sort-select__label{margin-right:12px;display:inline-block;font-weight:400}.wc-block-components-sort-select__select{width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-block-components-notices{display:block;margin-bottom:2em}.wc-block-components-notices .wc-block-components-notices__notice{margin:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content{display:inline-block}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss{background:transparent none;padding:0;margin:0;border:0;outline:0;color:#fff;float:right}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg{fill:#fff;vertical-align:text-top}.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice{margin-top:1em}.wc-block-components-notices__snackbar{position:fixed;bottom:20px;left:16px;width:auto}@media (max-width:782px){.wc-block-components-notices__snackbar{position:fixed;top:10px;left:0;bottom:auto}}@media (max-width:782px){.wc-block-components-notices__snackbar .components-snackbar-list__notice-container{margin-left:10px;margin-right:10px}}.wc-block-components-tabs .wc-block-components-tabs__list{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item{border:none;flex:auto;background:transparent;padding:12px 16px;color:inherit;outline-offset:-1px;text-align:center;transition:box-shadow .1s linear;box-shadow:inset 0 -1px currentColor}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item.is-active{box-shadow:inset 0 -3px currentColor;font-weight:600;position:relative}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:focus{outline-offset:-1px;outline:1px dotted currentColor}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content{font-size:1em;line-height:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:inline-block;font-weight:700}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>img,.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>svg{height:1.2em;vertical-align:middle;margin:.2em 0 -.2em}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons{margin:.2em 0 -.2em}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:1.2em;vertical-align:middle}.wc-block-components-tabs .wc-block-components-tabs__content{padding:16px 0;text-transform:none}.wc-block-components-text-input{position:relative;margin-bottom:1.5em;white-space:nowrap}.wc-block-components-text-input label{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;font-size:1em;position:absolute;transform:translateY(.75em);left:0;top:0;transform-origin:top left;line-height:1.375;color:#646970;transition:transform .2s ease;margin:0 0 0 17px;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 32px);cursor:text}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-text-input label{transition:none}}.wc-block-components-text-input input:-webkit-autofill+label{transform:translateY(4px) scale(.75)}.wc-block-components-text-input.is-active label{transform:translateY(4px) scale(.75)}.wc-block-components-text-input input[type=email],.wc-block-components-text-input input[type=tel],.wc-block-components-text-input input[type=text],.wc-block-components-text-input input[type=url]{font-size:1em;background-color:#fff;padding:.75em 16px;border-radius:4px;border:1px solid #8d96a0;width:100%;line-height:1.375;font-family:inherit;margin:0;box-sizing:border-box;height:3em;min-height:0;color:#2b2d2f}.wc-block-components-text-input input[type=email]:focus,.wc-block-components-text-input input[type=tel]:focus,.wc-block-components-text-input input[type=text]:focus,.wc-block-components-text-input input[type=url]:focus{background-color:#fff}.wc-block-components-text-input.is-active input[type=email],.wc-block-components-text-input.is-active input[type=tel],.wc-block-components-text-input.is-active input[type=text],.wc-block-components-text-input.is-active input[type=url]{padding:1.5em 0 .25em 16px}.wc-block-components-text-input.has-error input{border-color:#d94f4f}.wc-block-components-text-input.has-error input:focus{outline-color:#d94f4f}.wc-block-components-text-input.has-error label{color:#d94f4f}.wc-block-components-text-input:only-child{margin-bottom:0}.theme-twentytwenty .wc-block-components-title.wc-block-components-title,.wc-block-components-title.wc-block-components-title{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;font-size:1.25em}.wc-block-components-validation-error{font-size:.75em;color:#d94f4f;max-width:100%;position:absolute;top:calc(100% - 1px);white-space:normal}.wc-block-components-validation-error>p{align-items:center;display:flex;line-height:12px;margin:0;min-height:24px;padding:0}.wc-block-components-select+.wc-block-components-validation-error{margin-bottom:24px}.with-scroll-to-top__scroll-point{position:relative;top:-36px}.wc-block-cart__submit-button{width:100%;margin:0 0 16px}.wc-block-cart__submit-button:last-child{margin-bottom:0}.editor-styles-wrapper .wc-block-cart__empty-cart__title,.wc-block-cart__empty-cart__title{font-size:inherit}.wc-block-cart .wc-block-components-shipping-calculator{white-space:nowrap}.wc-block-cart .wc-block-components-product-name{color:inherit}table.wc-block-cart-items,table.wc-block-cart-items td,table.wc-block-cart-items th{background:none!important;border:0;margin:0}.editor-styles-wrapper table.wc-block-cart-items,table.wc-block-cart-items{table-layout:fixed;width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,table.wc-block-cart-items .wc-block-cart-items__header{font-size:.75em;text-transform:uppercase}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image{width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{visibility:hidden;min-width:300px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-quantity,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-quantity{width:116px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total{width:100px;text-align:right}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{width:100%;margin:0}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;background:transparent;box-shadow:none;display:inline;text-decoration:underline;font-size:.75em;text-transform:none;white-space:nowrap}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{background:transparent}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;background:transparent;box-shadow:none;display:inline;text-decoration:underline;fill:currentColor;position:absolute;top:16px;right:0;display:none}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:hover{background:transparent}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{font-size:1em;text-align:right;line-height:1.25}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__regular,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__regular,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value{display:block}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,table.wc-block-cart-items .wc-block-cart-items__row.is-disabled{opacity:.5;pointer-events:none;transition:opacity .2s ease}.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;min-width:84px;display:inline-block}.wc-block-cart--is-loading h2 span>*,.wc-block-cart--is-loading th span>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading h2 span:after,.wc-block-cart--is-loading th span:after{content:"\00a0"}.wc-block-cart--is-loading h2 span{min-width:33%}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*>*,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price>*,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata>*,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;min-width:84px;display:inline-block}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name:after{content:"\00a0"}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata{margin-top:.25em;min-width:8em}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-icon,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-link{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a{display:block}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total>div,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total>span{display:none}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price{display:block}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price:after{content:"\00a0"}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;min-height:460px}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after{content:"\00a0"}.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:none}.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:flex}.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title{display:none}.is-medium table.wc-block-cart-items td,.is-mobile table.wc-block-cart-items td,.is-small table.wc-block-cart-items td{padding:0}.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-medium table.wc-block-cart-items .wc-block-cart-items__header,.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-small table.wc-block-cart-items .wc-block-cart-items__header{display:none}.is-medium table.wc-block-cart-items .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,.is-small table.wc-block-cart-items .wc-block-cart-items__row{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:80px 132px;grid-template-columns:80px 132px;padding:16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row:after,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row:after,.is-small table.wc-block-cart-items .wc-block-cart-items__row:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{-ms-grid-column:1;grid-column-start:1;-ms-grid-row:1;grid-row-start:1;padding-right:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{-ms-grid-column:2;grid-column-start:2;-ms-grid-column-span:2;grid-column-end:4;-ms-grid-row:1;grid-row-start:1;-ms-grid-column-align:stretch;justify-self:stretch;margin-right:24px;padding-bottom:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{-ms-grid-column:2;grid-column-start:2;-ms-grid-row:2;grid-row-start:2;vertical-align:bottom;padding-right:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{display:none}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon{display:block}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{-ms-grid-column:3;grid-column-start:3;-ms-grid-row:2;grid-row-start:2;-ms-grid-row-align:center;align-self:center}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount{display:inline-block}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge{display:none}@media (max-width:782px){.wc-block-cart__submit-container{background:#fff;bottom:0;left:0;padding:16px;position:fixed;width:100%;z-index:9999}.wc-block-cart__submit-container:before{box-shadow:0 -10px 20px 10px currentColor;color:rgba(204,208,212,.5);content:"";height:100%;left:0;position:absolute;right:0;top:0}.wc-block-cart__submit-container-push{height:100px}}.is-large.wc-block-cart .wc-block-cart-items{position:relative}.is-large.wc-block-cart .wc-block-cart-items:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th{padding:.25rem 16px .25rem 0;white-space:nowrap}.is-large.wc-block-cart .wc-block-cart-items td{position:relative;padding:16px 16px 16px 0;vertical-align:top}.is-large.wc-block-cart .wc-block-cart-items td:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items td:last-child,.is-large.wc-block-cart .wc-block-cart-items th:last-child{padding-right:0}.is-large.wc-block-cart .wc-block-components-radio-control__option{padding-left:24px}.is-large.wc-block-cart .wc-block-components-radio-control__input{left:0}.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-blocks-components-panel),.is-large.wc-block-cart .wc-block-components-sidebar>.wc-block-cart__submit-container,.is-large.wc-block-cart .wc-block-components-sidebar>.wc-block-cart__totals-title{padding-left:16px;padding-right:16px}.wp-block-woocommerce-cart.is-loading{display:none}.wp-block-woocommerce-cart{margin-bottom:3em}.components-placeholder.wc-block-checkout__no-shipping-placeholder{margin-bottom:16px}.components-placeholder.wc-block-checkout__no-shipping-placeholder *{pointer-events:all}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset{display:block}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button{background-color:#24292d;color:#fff}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description{display:block;margin:.25em 0 1em}.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point{top:-96px}.wc-block-checkout__add-note,.wc-block-checkout__keep-updated{margin-top:16px}.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package:not(:first-of-type){margin-top:36px}.wc-block-checkout__sidebar .wc-block-components-product-name{color:inherit;padding-right:12px;flex-grow:1;flex-basis:0}.wc-block-components-express-checkout-continue-rule{display:flex;align-items:center;text-align:center;padding:0 36px;margin:24px 0}.wc-block-components-express-checkout-continue-rule:before{margin-right:10px}.wc-block-components-express-checkout-continue-rule:after{margin-left:10px}.wc-block-components-express-checkout-continue-rule:after,.wc-block-components-express-checkout-continue-rule:before{content:" ";flex:1;border-bottom:1px solid;opacity:.3}.wc-block-checkout__actions{display:flex;justify-content:space-between;align-items:center;margin:0 0 48px;padding:0 0 0 36px}.wc-block-checkout__actions .wc-block-components-checkout-place-order-button{width:50%;padding:1em;height:auto;margin-left:auto}.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text{line-height:24px}.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg{fill:#fff;vertical-align:top}.wc-block-checkout--is-loading .wc-block-checkout__actions button,.wc-block-checkout--is-loading .wc-block-components-express-checkout{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.wc-block-checkout--is-loading .wc-block-checkout__actions button>*,.wc-block-checkout--is-loading .wc-block-components-express-checkout>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-checkout__actions button,.wc-block-checkout--is-loading .wc-block-components-express-checkout{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-checkout__actions button:after,.wc-block-checkout--is-loading .wc-block-components-express-checkout:after{content:"\00a0"}.wc-block-checkout--is-loading .wc-block-components-express-checkout{min-height:150px}.wc-block-checkout--is-loading .wc-block-components-express-checkout-continue-rule>span{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;width:150px}.wc-block-checkout--is-loading .wc-block-components-express-checkout-continue-rule>span>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-components-express-checkout-continue-rule>span{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-components-express-checkout-continue-rule>span:after{content:"\00a0"}.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;display:block;width:10em}.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title:after{content:"\00a0"}.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title:before{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;border-radius:50%;display:block;height:100%;width:1.5em}.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title:before>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title:before{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title:before:after{content:"\00a0"}.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__container:after{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__container:after>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__container:after{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__content>span{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;display:block;min-height:100px}.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__content>span>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__content>span{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__content>span:after{content:"\00a0"}.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step:after,.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step:before{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step:after>*,.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step:before>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step:after,.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step:before{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;min-height:460px}.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card:after{content:"\00a0"}.wc-block-components-sidebar-layout.wc-block-checkout--skeleton{display:none}.is-loading+.wc-block-components-sidebar-layout.wc-block-checkout--skeleton{display:flex}.wc-block-checkout-empty,.wc-block-checkout-error{padding:40px;text-align:center;width:100%}.wc-block-checkout-empty .wc-block-checkout-empty__image,.wc-block-checkout-empty .wc-block-checkout-error__image,.wc-block-checkout-error .wc-block-checkout-empty__image,.wc-block-checkout-error .wc-block-checkout-error__image{max-width:150px;margin:0 auto 1em;display:block;color:inherit}.wc-block-checkout-empty .wc-block-checkout-empty__title,.wc-block-checkout-empty .wc-block-checkout-error__title,.wc-block-checkout-error .wc-block-checkout-empty__title,.wc-block-checkout-error .wc-block-checkout-error__title{display:block;margin:0;font-weight:700}.wc-block-checkout-empty .wc-block-checkout-empty__description,.wc-block-checkout-empty .wc-block-checkout-error__description,.wc-block-checkout-error .wc-block-checkout-empty__description,.wc-block-checkout-error .wc-block-checkout-error__description{display:block;margin:.25em 0 1em}.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button{display:none}.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button{width:100%}.is-medium .wc-block-checkout__main,.is-mobile .wc-block-checkout__main,.is-small .wc-block-checkout__main{order:1}.is-medium .wc-block-checkout__sidebar,.is-mobile .wc-block-checkout__sidebar,.is-small .wc-block-checkout__sidebar{margin-bottom:40px;order:0}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form{margin-left:-6px;margin-right:-6px}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after{content:"";clear:both;display:block}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input{float:left;margin-left:6px;margin-right:6px;position:relative;width:calc(50% - 12px)}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select{float:none;width:100%;margin-left:0;margin-right:0}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company{width:calc(100% - 12px)}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox{clear:both}.is-large .wc-block-checkout__actions{padding-right:36px}.is-large .wc-block-checkout__shipping-option .wc-block-components-radio-control__input{margin-left:-8px}.wc-block-product-categories{margin-bottom:1em}.wc-block-product-categories.is-dropdown{display:flex}.wc-block-product-categories select{margin-right:.5em}.wc-block-product-categories-list--has-images{list-style:none outside}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin:4px 0 4px 60px;list-style:none outside;clear:both}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul{margin:4px 0 0}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{max-width:50px;display:inline-block;padding:0;margin:0 .5em 0 -60px;position:relative;vertical-align:middle;border:1px solid #eee}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img{margin:0;padding:0}.wc-block-product-categories-list-item-count:before{content:" ("}.wc-block-product-categories-list-item-count:after{content:")"}.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder{display:inline-block;height:1em;width:50%;min-width:200px;background:currentColor;opacity:.2}.wc-block-product-categories__button{display:flex;align-items:center;text-decoration:none;margin:0;border:none;cursor:pointer;background:none;padding:0 .5em;color:#555d66;position:relative;overflow:hidden;border-radius:.25em}.wc-block-product-categories__button svg{fill:currentColor;outline:none}.rtl .wc-block-product-categories__button svg{transform:rotate(180deg)}.wc-block-product-categories__button:active{color:currentColor}.wc-block-product-categories__button:disabled,.wc-block-product-categories__button[aria-disabled=true]{cursor:default;opacity:.3}.wc-block-product-categories__button:focus:enabled{background-color:#fff;color:#191e23;box-shadow:inset 0 0 0 1px #6c7781,inset 0 0 0 2px #fff;outline:2px solid transparent;outline-offset:-2px}.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):hover{background-color:#fff;color:#191e23;box-shadow:inset 0 0 0 1px #e2e4e7,inset 0 0 0 2px #fff,0 1px 1px rgba(25,30,35,.2)}.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):active{outline:none;background-color:#fff;color:#191e23;box-shadow:inset 0 0 0 1px #ccd0d4,inset 0 0 0 2px #fff}.wc-block-product-categories__button:disabled:focus,.wc-block-product-categories__button[aria-disabled=true]:focus{box-shadow:none}.wc-block-featured-product{position:relative;background-color:#24292d;background-size:cover;background-position:50%;width:100%;margin:0 0 1.5em}.wc-block-featured-product,.wc-block-featured-product .wc-block-featured-product__wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center}.wc-block-featured-product .wc-block-featured-product__wrapper{overflow:hidden;height:100%}.wc-block-featured-product.has-left-content{justify-content:flex-start}.wc-block-featured-product.has-left-content .wc-block-featured-product__description,.wc-block-featured-product.has-left-content .wc-block-featured-product__price,.wc-block-featured-product.has-left-content .wc-block-featured-product__title,.wc-block-featured-product.has-left-content .wc-block-featured-product__variation{margin-left:0;text-align:left}.wc-block-featured-product.has-right-content{justify-content:flex-end}.wc-block-featured-product.has-right-content .wc-block-featured-product__description,.wc-block-featured-product.has-right-content .wc-block-featured-product__price,.wc-block-featured-product.has-right-content .wc-block-featured-product__title,.wc-block-featured-product.has-right-content .wc-block-featured-product__variation{margin-right:0;text-align:right}.wc-block-featured-product .wc-block-featured-product__description,.wc-block-featured-product .wc-block-featured-product__price,.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation{color:#fff;line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-product .wc-block-featured-product__description a,.wc-block-featured-product .wc-block-featured-product__description a:active,.wc-block-featured-product .wc-block-featured-product__description a:focus,.wc-block-featured-product .wc-block-featured-product__description a:hover,.wc-block-featured-product .wc-block-featured-product__price a,.wc-block-featured-product .wc-block-featured-product__price a:active,.wc-block-featured-product .wc-block-featured-product__price a:focus,.wc-block-featured-product .wc-block-featured-product__price a:hover,.wc-block-featured-product .wc-block-featured-product__title a,.wc-block-featured-product .wc-block-featured-product__title a:active,.wc-block-featured-product .wc-block-featured-product__title a:focus,.wc-block-featured-product .wc-block-featured-product__title a:hover,.wc-block-featured-product .wc-block-featured-product__variation a,.wc-block-featured-product .wc-block-featured-product__variation a:active,.wc-block-featured-product .wc-block-featured-product__variation a:focus,.wc-block-featured-product .wc-block-featured-product__variation a:hover{color:#fff}.wc-block-featured-product .wc-block-featured-product__description,.wc-block-featured-product .wc-block-featured-product__link,.wc-block-featured-product .wc-block-featured-product__price,.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation{width:100%;padding:16px 48px 0;z-index:1}.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation{margin-top:0;border:0}.wc-block-featured-product .wc-block-featured-product__title:before,.wc-block-featured-product .wc-block-featured-product__variation:before{display:none}.wc-block-featured-product .wc-block-featured-product__variation{font-style:italic;padding-top:0}.wc-block-featured-product .wc-block-featured-product__description p{margin:0;line-height:1.5em}.wc-block-featured-product.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wc-block-featured-product.has-background-dim.has-background-dim-10:before{opacity:.1}.wc-block-featured-product.has-background-dim.has-background-dim-20:before{opacity:.2}.wc-block-featured-product.has-background-dim.has-background-dim-30:before{opacity:.3}.wc-block-featured-product.has-background-dim.has-background-dim-40:before{opacity:.4}.wc-block-featured-product.has-background-dim.has-background-dim-50:before{opacity:.5}.wc-block-featured-product.has-background-dim.has-background-dim-60:before{opacity:.6}.wc-block-featured-product.has-background-dim.has-background-dim-70:before{opacity:.7}.wc-block-featured-product.has-background-dim.has-background-dim-80:before{opacity:.8}.wc-block-featured-product.has-background-dim.has-background-dim-90:before{opacity:.9}.wc-block-featured-product.has-background-dim.has-background-dim-100:before{opacity:1}.wc-block-featured-product.alignleft,.wc-block-featured-product.alignright{max-width:305px;width:100%}.wc-block-featured-product:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wc-block-featured-product:after{content:none}}.wc-block-featured-product.aligncenter,.wc-block-featured-product.alignleft,.wc-block-featured-product.alignright,.wc-block-product-search .wc-block-product-search__fields{display:flex}.wc-block-product-search .wc-block-product-search__field{padding:6px 8px;line-height:1.8;flex-grow:1}.wc-block-product-search .wc-block-product-search__button{display:flex;align-items:center;text-decoration:none;margin:0 0 0 6px;border:none;cursor:pointer;background:none;padding:0 .5em;color:#555d66;position:relative;overflow:hidden;border-radius:.25em}.wc-block-product-search .wc-block-product-search__button svg{fill:currentColor;outline:none}.rtl .wc-block-product-search .wc-block-product-search__button svg{transform:rotate(180deg)}.wc-block-product-search .wc-block-product-search__button:active{color:currentColor}.wc-block-product-search .wc-block-product-search__button:disabled,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]{cursor:default;opacity:.3}.wc-block-product-search .wc-block-product-search__button:focus:enabled{background-color:#fff;color:#191e23;box-shadow:inset 0 0 0 1px #6c7781,inset 0 0 0 2px #fff;outline:2px solid transparent;outline-offset:-2px}.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):hover{background-color:#fff;color:#191e23;box-shadow:inset 0 0 0 1px #e2e4e7,inset 0 0 0 2px #fff,0 1px 1px rgba(25,30,35,.2)}.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):active{outline:none;background-color:#fff;color:#191e23;box-shadow:inset 0 0 0 1px #ccd0d4,inset 0 0 0 2px #fff}.wc-block-product-search .wc-block-product-search__button:disabled:focus,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus{box-shadow:none}.wc-block-featured-category{position:relative;background-color:#24292d;background-size:cover;background-position:50%;width:100%;margin:0 0 1.5em;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center}.wc-block-featured-category .wc-block-featured-category__wrapper{overflow:hidden;height:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center}.wc-block-featured-category.has-left-content{justify-content:flex-start}.wc-block-featured-category.has-left-content .wc-block-featured-category__description,.wc-block-featured-category.has-left-content .wc-block-featured-category__price,.wc-block-featured-category.has-left-content .wc-block-featured-category__title{margin-left:0;text-align:left}.wc-block-featured-category.has-right-content{justify-content:flex-end}.wc-block-featured-category.has-right-content .wc-block-featured-category__description,.wc-block-featured-category.has-right-content .wc-block-featured-category__price,.wc-block-featured-category.has-right-content .wc-block-featured-category__title{margin-right:0;text-align:right}.wc-block-featured-category .wc-block-featured-category__description,.wc-block-featured-category .wc-block-featured-category__price,.wc-block-featured-category .wc-block-featured-category__title{color:#fff;line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-category .wc-block-featured-category__description a,.wc-block-featured-category .wc-block-featured-category__description a:active,.wc-block-featured-category .wc-block-featured-category__description a:focus,.wc-block-featured-category .wc-block-featured-category__description a:hover,.wc-block-featured-category .wc-block-featured-category__price a,.wc-block-featured-category .wc-block-featured-category__price a:active,.wc-block-featured-category .wc-block-featured-category__price a:focus,.wc-block-featured-category .wc-block-featured-category__price a:hover,.wc-block-featured-category .wc-block-featured-category__title a,.wc-block-featured-category .wc-block-featured-category__title a:active,.wc-block-featured-category .wc-block-featured-category__title a:focus,.wc-block-featured-category .wc-block-featured-category__title a:hover{color:#fff}.wc-block-featured-category .wc-block-featured-category__description,.wc-block-featured-category .wc-block-featured-category__link,.wc-block-featured-category .wc-block-featured-category__price,.wc-block-featured-category .wc-block-featured-category__title{width:100%;padding:0 48px 16px;z-index:1}.wc-block-featured-category .wc-block-featured-category__title{margin-top:0}.wc-block-featured-category .wc-block-featured-category__title:before{display:none}.wc-block-featured-category .wc-block-featured-category__description p{margin:0}.wc-block-featured-category.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wc-block-featured-category.has-background-dim.has-background-dim-10:before{opacity:.1}.wc-block-featured-category.has-background-dim.has-background-dim-20:before{opacity:.2}.wc-block-featured-category.has-background-dim.has-background-dim-30:before{opacity:.3}.wc-block-featured-category.has-background-dim.has-background-dim-40:before{opacity:.4}.wc-block-featured-category.has-background-dim.has-background-dim-50:before{opacity:.5}.wc-block-featured-category.has-background-dim.has-background-dim-60:before{opacity:.6}.wc-block-featured-category.has-background-dim.has-background-dim-70:before{opacity:.7}.wc-block-featured-category.has-background-dim.has-background-dim-80:before{opacity:.8}.wc-block-featured-category.has-background-dim.has-background-dim-90:before{opacity:.9}.wc-block-featured-category.has-background-dim.has-background-dim-100:before{opacity:1}.wc-block-featured-category.alignleft,.wc-block-featured-category.alignright{max-width:305px;width:100%}.wc-block-featured-category:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wc-block-featured-category:after{content:none}}.wc-block-featured-category.aligncenter,.wc-block-featured-category.alignleft,.wc-block-featured-category.alignright{display:flex}.wc-block-attribute-filter{margin-bottom:24px}.wc-block-attribute-filter .wc-block-attribute-filter-list-count:before{content:" ("}.wc-block-attribute-filter .wc-block-attribute-filter-list-count:after{content:")"}.wc-block-attribute-filter .wc-block-attribute-filter-list{margin:0}.wc-block-attribute-filter .wc-block-attribute-filter-list li{text-decoration:underline}.wc-block-attribute-filter .wc-block-attribute-filter-list li label{cursor:pointer}.wc-block-attribute-filter .wc-block-attribute-filter-list li input{cursor:pointer;display:inline-block}.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count{float:right}.wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count,.wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count{opacity:.6}.wc-block-attribute-filter .wc-block-attribute-filter__button{margin-top:8px}@-webkit-keyframes loading-fade{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}@keyframes loading-fade{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.wc-block-active-filters{margin-bottom:24px;overflow:hidden}.wc-block-active-filters .wc-block-active-filters__clear-all{font-size:1em;float:right;border:none;padding:0;text-decoration:underline;cursor:pointer}.wc-block-active-filters .wc-block-active-filters__clear-all,.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover{background:transparent;color:inherit}.wc-block-active-filters .wc-block-active-filters__list{margin:0 0 4px;list-style:none outside;clear:both}.wc-block-active-filters .wc-block-active-filters__list li{margin:0;padding:0;list-style:none outside;clear:both}.wc-block-active-filters .wc-block-active-filters__list li ul{margin:0;padding:0;list-style:none outside}.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type{margin:0}.wc-block-active-filters .wc-block-active-filters__list-item-type{font-size:.75em;text-transform:uppercase;letter-spacing:.1em;margin:16px 0 0;display:block}.wc-block-active-filters .wc-block-active-filters__list-item-operator{font-weight:400;font-style:italic}.wc-block-active-filters .wc-block-active-filters__list-item-name{font-weight:700;display:block;position:relative;padding:0 16px 0 0}.wc-block-active-filters .wc-block-active-filters__list-item-remove{background:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:0;padding:16px 0 0;width:16px;overflow:hidden;position:absolute;right:0;top:50%;margin:-8px 0 0}.wc-block-active-filters .wc-block-active-filters__list-item-remove:before{width:16px;height:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%2324292d'/%3E%3Cpath fill='%23fff' d='M4.5 6.887L6.887 4.5l7.033 7.034-2.386 2.386z'/%3E%3Cpath fill='%23fff' d='M11.533 4.5l2.387 2.386-7.034 7.034L4.5 11.533z'/%3E%3C/svg%3E") 50% no-repeat;display:block;content:"";position:absolute;top:0}.wc-block-active-filters .wc-block-active-filters__list--chips li,.wc-block-active-filters .wc-block-active-filters__list--chips ul{display:inline}.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type{display:none}.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip{font-size:.875em;margin-top:.1875em;margin-bottom:.1875em}/**
 * @license
 * MyFonts Webfont Build ID 3948398, 2020-09-16T13:27:00-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Gibson-LightIt by Canada Type
 * URL: https://www.myfonts.com/fonts/canadatype/gibson/light-italic/
 * 
 * Webfont: Gibson-BoldItalic by Canada Type
 * URL: https://www.myfonts.com/fonts/canadatype/gibson/bold-italic/
 * 
 * Webfont: Gibson-SemiboldIt by Canada Type
 * URL: https://www.myfonts.com/fonts/canadatype/gibson/semi-bold-italic/
 * 
 * Webfont: Gibson-Bold by Canada Type
 * URL: https://www.myfonts.com/fonts/canadatype/gibson/bold/
 * 
 * Webfont: Gibson-Regular by Canada Type
 * URL: https://www.myfonts.com/fonts/canadatype/gibson/regular/
 * 
 * Webfont: Gibson-SemiBold by Canada Type
 * URL: https://www.myfonts.com/fonts/canadatype/gibson/semi-bold/
 * 
 * Webfont: Gibson-Italic by Canada Type
 * URL: https://www.myfonts.com/fonts/canadatype/gibson/italic/
 * 
 * Webfont: Gibson-Light by Canada Type
 * URL: https://www.myfonts.com/fonts/canadatype/gibson/light/
 * 
 * 
 * Webfonts copyright: Copyright &amp;#x00A9; 2011 Rod McDonald. Published by Canada Type. All rights reserved.
 * 
 * © 2020 MyFonts Inc
*/
 @font-face{font-display:swap;font-family:'Gibson-Bold';src:url(../../../plugins/bydesign-fonts/webFonts/Gibson-Bold/font.woff2) format('woff2'),url(../../../plugins/bydesign-fonts/webFonts/Gibson-Bold/font.woff) format('woff')}@font-face{font-display:swap;font-family:'Gibson-SemiboldIt';src:url(../../../plugins/bydesign-fonts/webFonts/Gibson-SemiboldIt/font.woff2) format('woff2'),url(../../../plugins/bydesign-fonts/webFonts/Gibson-SemiboldIt/font.woff) format('woff')}@font-face{font-display:swap;font-family:'Gibson-LightIt';src:url(../../../plugins/bydesign-fonts/webFonts/Gibson-LightIt/font.woff2) format('woff2'),url(../../../plugins/bydesign-fonts/webFonts/Gibson-LightIt/font.woff) format('woff')}@font-face{font-display:swap;font-family:'Gibson-Regular';src:url(../../../plugins/bydesign-fonts/webFonts/Gibson-Regular/font.woff2) format('woff2'),url(../../../plugins/bydesign-fonts/webFonts/Gibson-Regular/font.woff) format('woff')}@font-face{font-display:swap;font-family:'Gibson-Light';src:url(../../../plugins/bydesign-fonts/webFonts/Gibson-Light/font.woff2) format('woff2'),url(../../../plugins/bydesign-fonts/webFonts/Gibson-Light/font.woff) format('woff')}@font-face{font-display:swap;font-family:'Gibson-BoldItalic';src:url(../../../plugins/bydesign-fonts/webFonts/Gibson-BoldItalic/font.woff2) format('woff2'),url(../../../plugins/bydesign-fonts/webFonts/Gibson-BoldItalic/font.woff) format('woff')}@font-face{font-display:swap;font-family:'Gibson-Italic';src:url(../../../plugins/bydesign-fonts/webFonts/Gibson-Italic/font.woff2) format('woff2'),url(../../../plugins/bydesign-fonts/webFonts/Gibson-Italic/font.woff) format('woff')}@font-face{font-display:swap;font-family:'Gibson-SemiBold';src:url(../../../plugins/bydesign-fonts/webFonts/Gibson-SemiBold/font.woff2) format('woff2'),url(../../../plugins/bydesign-fonts/webFonts/Gibson-SemiBold/font.woff) format('woff')}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);height:100%;line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:calc(10px * 2);padding:calc(var(--plyr-control-spacing,10px) * 2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(calc(10px * -4));transform:translateY(calc(var(--plyr-control-spacing,10px) * -4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:calc(10px * .7);padding:calc(var(--plyr-control-spacing,10px) * .7);position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:calc(10px / 4);margin-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:calc(10px / 4);padding-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(10px / 2);padding:0 calc(var(--plyr-control-spacing,10px)/ 2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls:empty{display:none}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);background:var(--plyr-menu-background,rgba(255,255,255,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:rgba(255,255,255,.9);border-top-color:var(--plyr-menu-background,rgba(255,255,255,.9));content:'';height:0;position:absolute;right:calc(((18px / 2) +)calc(10px * .7)) - (4px / 2));right:calc(((var(--plyr-control-icon-size,18px)/ 2) +)calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(10px * .7);padding:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding-bottom:calc(calc(10px * .7)/ 1.5);padding-bottom:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);padding-left:calc(calc(10px * .7) * 1.5);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);padding-right:calc(calc(10px * .7) * 1.5);padding-right:calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);padding-top:calc(calc(10px * .7)/ 1.5);padding-top:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(calc(10px * .7) * 4);padding-right:calc(calc(var(--plyr-control-spacing,10px) * .7) * 4)}.plyr__menu__container .plyr__control--forward::after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:calc()calc(10px * .7) * 1.5) - 4px);right:calc()calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:calc(10px * .7);margin:calc(var(--plyr-control-spacing,10px) * .7);margin-bottom:calc(calc(10px * .7)/ 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);padding-left:calc(calc(10px * .7) * 4);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);position:relative;width:calc(100% -)calc(10px * .7) * 2));width:calc(100% -)calc(var(--plyr-control-spacing,10px) * .7) * 2))}.plyr__menu__container .plyr__control--back::after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:calc()calc(10px * .7) * 1.5) - 4px);left:calc()calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back::before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:'';height:1px;left:0;margin-top:calc(calc(10px * .7)/ 2);margin-top:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(10px * .7);padding-left:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc()calc(10px * .7) - 2) * -1);margin-right:calc()calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);overflow:hidden;padding-left:calc(calc(10px * .7) * 3.5);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:calc(13px * 2);border-radius:calc(var(--plyr-range-thumb-height,13px) * 2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:calc((3px * 2) + 13px);height:calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px);-webkit-appearance:none;margin-top:calc(((13px - 5px)/ 2) * -1);margin-top:calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px);margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:calc(768px - 1)){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:rgba(255,255,255,.9);background:var(--plyr-tooltip-background,rgba(255,255,255,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:calc(calc(10px / 2) * 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);opacity:0;padding:calc(10px / 2) calc(calc(10px / 2) * 1.5);padding:calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid rgba(255,255,255,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,rgba(255,255,255,.9));bottom:calc(4px * -1);bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:calc((18px / 2) +)calc(10px * .7));left:calc((var(--plyr-control-icon-size,18px)/ 2) +)calc(var(--plyr-control-spacing,10px) * .7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:calc((18px / 2) +)calc(10px * .7));right:calc((var(--plyr-control-icon-size,18px)/ 2) +)calc(var(--plyr-control-spacing,10px) * .7));transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr__progress{left:calc(13px * .5);left:calc(var(--plyr-range-thumb-height,13px) * .5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(13px * -.5);margin-left:calc(var(--plyr-range-thumb-height,13px) * -.5);margin-right:calc(13px * -.5);margin-right:calc(var(--plyr-range-thumb-height,13px) * -.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:calc((5px / 2) * -1);margin-top:calc((var(--plyr-range-track-height,5px)/ 2) * -1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,40,47,.6) 50%,rgba(35,40,47,.6) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:calc(10px / 2);margin-left:calc(var(--plyr-control-spacing,10px)/ 2);margin-right:calc(10px / 2);margin-right:calc(var(--plyr-control-spacing,10px)/ 2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;left:0;position:absolute;top:0}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:calc(10px / 2);padding:calc(var(--plyr-control-spacing,10px)/ 2);padding-top:calc(10px * 2);padding-top:calc(var(--plyr-control-spacing,10px) * 2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:calc(10px * 3.5);padding-top:calc(var(--plyr-control-spacing,10px) * 3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:calc(10px * 1.5);padding:calc(var(--plyr-control-spacing,10px) * 1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,.5))}.plyr--video .plyr__progress__buffer{color:rgba(255,255,255,.25);color:var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin:-var(--plyr-range-track-height,5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);background-color:var(--plyr-tooltip-background,rgba(255,255,255,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:calc(calc(10px / 2) * 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid rgba(255,255,255,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,rgba(255,255,255,.9));bottom:calc(4px * -1);bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:calc(3px - 1px);border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:calc(3px - 1px);border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(../../../plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(../../../plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(../../../plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(../../../plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}.clear{clear:both}.nobr{white-space:nowrap}.table-cell{display:table-cell}.table{display:table}.width-full{width:100%}p.demo_store{position:fixed;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:.5em 0;text-align:center;color:#fff;z-index:99998}.admin-bar p.demo_store{top:28px}.wc-forward:after,.wc-forward a:after{font-family:'WooCommerce';speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:7px;content:"\e029"}.wc-backward:before,.wc-backward a:before{font-family:'WooCommerce';speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:7px;content:"\e02f";font-size:.75em}.woocommerce-page .col2-set,.woocommerce .col2-set{*zoom:1;width:100%}.woocommerce-page .col2-set:before,.woocommerce .col2-set:before,.woocommerce-page .col2-set:after,.woocommerce .col2-set:after{content:" ";display:table}.woocommerce-page .col2-set:after,.woocommerce .col2-set:after{clear:both}.woocommerce-page .col2-set:before,.woocommerce .col2-set:before,.woocommerce-page .col2-set:after,.woocommerce .col2-set:after{content:" ";display:table}.woocommerce-page .col2-set:after,.woocommerce .col2-set:after{clear:both}.woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-1{float:left;width:48.5%}.woocommerce-page .col2-set .col-2,.woocommerce .col2-set .col-2{float:right;width:48.5%}@media handheld,only screen and (max-width:767px){.woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-2,.woocommerce .col2-set .col-2{float:none;width:100%}}.woocommerce-page div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce #content div.product div.images{float:left;width:50%}.woocommerce-page div.product .gallery-thumb-large,.woocommerce div.product .gallery-thumb-large,.woocommerce-page #content div.product .gallery-thumb-large,.woocommerce #content div.product .gallery-thumb-large{border:2px solid #f7f7f7;margin:0}.woocommerce-page div.product .gallery-thumb-large #mk-single-product-swiper .slideshow-swiper-arrows,.woocommerce div.product .gallery-thumb-large #mk-single-product-swiper .slideshow-swiper-arrows,.woocommerce-page #content div.product .gallery-thumb-large #mk-single-product-swiper .slideshow-swiper-arrows,.woocommerce #content div.product .gallery-thumb-large #mk-single-product-swiper .slideshow-swiper-arrows{color:#eee!important;border-color:#eee!important}.woocommerce-page div.product .gallery-thumb-large #mk-single-product-swiper .slideshow-swiper-arrows i,.woocommerce div.product .gallery-thumb-large #mk-single-product-swiper .slideshow-swiper-arrows i,.woocommerce-page #content div.product .gallery-thumb-large #mk-single-product-swiper .slideshow-swiper-arrows i,.woocommerce #content div.product .gallery-thumb-large #mk-single-product-swiper .slideshow-swiper-arrows i{color:#eee!important}.woocommerce-page div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce #content div.product div.summary{float:right;width:50%;padding-left:50px}.woocommerce-page div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs{clear:both}@media handheld,only screen and (max-width:767px){.woocommerce-page div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs{padding:10px}}.woocommerce-page div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs{*zoom:1}.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:after{content:" ";display:table}.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:after{clear:both}.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:after{content:" ";display:table}.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:after{clear:both}.woocommerce-page div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li{display:inline}.woocommerce-page div.product #reviews .comment,.woocommerce div.product #reviews .comment,.woocommerce-page #content div.product #reviews .comment,.woocommerce #content div.product #reviews .comment{*zoom:1}.woocommerce-page div.product #reviews .comment:before,.woocommerce div.product #reviews .comment:before,.woocommerce-page #content div.product #reviews .comment:before,.woocommerce #content div.product #reviews .comment:before,.woocommerce-page div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce #content div.product #reviews .comment:after{content:" ";display:table}.woocommerce-page div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce #content div.product #reviews .comment:after{clear:both}.woocommerce-page div.product #reviews .comment:before,.woocommerce div.product #reviews .comment:before,.woocommerce-page #content div.product #reviews .comment:before,.woocommerce #content div.product #reviews .comment:before,.woocommerce-page div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce #content div.product #reviews .comment:after{content:" ";display:table}.woocommerce-page div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce #content div.product #reviews .comment:after{clear:both}.woocommerce-page div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce #content div.product #reviews .comment img{float:right;height:auto}.woocommerce-page div.product .product_meta,.woocommerce div.product .product_meta,.woocommerce-page #content div.product .product_meta,.woocommerce #content div.product .product_meta{font-size:13px!important;color:#696969;margin-bottom:15px}.woocommerce-page div.product .tagged_as,.woocommerce div.product .tagged_as,.woocommerce-page #content div.product .tagged_as,.woocommerce #content div.product .tagged_as{display:block}.woocommerce-page div.product .sku_wrapper,.woocommerce div.product .sku_wrapper,.woocommerce-page #content div.product .sku_wrapper,.woocommerce #content div.product .sku_wrapper{display:block}@media handheld,only screen and (max-width:767px){.woocommerce-page div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce #content div.product div.images{width:100%;float:none;padding-right:0;padding-left:0}.woocommerce-page div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce #content div.product div.images{margin-top:20px}}.woocommerce-page #quantity input::-webkit-outer-spin-button,.woocommerce #quantity input::-webkit-outer-spin-button,.woocommerce-page #content .quantity input::-webkit-outer-spin-button,.woocommerce #content .quantity input::-webkit-outer-spin-button,.woocommerce-page #quantity input::-webkit-inner-spin-button,.woocommerce #quantity input::-webkit-inner-spin-button,.woocommerce-page #content .quantity input::-webkit-inner-spin-button,.woocommerce #content .quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woocommerce-page .related,.woocommerce .related,.woocommerce-page .upsells.products,.woocommerce .upsells.products{*zoom:1;width:100%;float:left}.woocommerce-page .related:before,.woocommerce .related:before,.woocommerce-page .upsells.products:before,.woocommerce .upsells.products:before,.woocommerce-page .related:after,.woocommerce .related:after,.woocommerce-page .upsells.products:after,.woocommerce .upsells.products:after{content:" ";display:table}.woocommerce-page .related:after,.woocommerce .related:after,.woocommerce-page .upsells.products:after,.woocommerce .upsells.products:after{clear:both}.woocommerce-page .related:before,.woocommerce .related:before,.woocommerce-page .upsells.products:before,.woocommerce .upsells.products:before,.woocommerce-page .related:after,.woocommerce .related:after,.woocommerce-page .upsells.products:after,.woocommerce .upsells.products:after{content:" ";display:table}.woocommerce-page .related:after,.woocommerce .related:after,.woocommerce-page .upsells.products:after,.woocommerce .upsells.products:after{clear:both}.woocommerce-page .related ul.products,.woocommerce .related ul.products,.woocommerce-page .upsells.products ul.products,.woocommerce .upsells.products ul.products,.woocommerce-page .related ul,.woocommerce .related ul,.woocommerce-page .upsells.products ul,.woocommerce .upsells.products ul{float:none}.woocommerce-page .related ul.products li.product,.woocommerce .related ul.products li.product,.woocommerce-page .upsells.products ul.products li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce-page .related ul li.product,.woocommerce .related ul li.product,.woocommerce-page .upsells.products ul li.product,.woocommerce .upsells.products ul li.product{width:49.8%}.woocommerce-page .related ul.products li.product img,.woocommerce .related ul.products li.product img,.woocommerce-page .upsells.products ul.products li.product img,.woocommerce .upsells.products ul.products li.product img,.woocommerce-page .related ul li.product img,.woocommerce .related ul li.product img,.woocommerce-page .upsells.products ul li.product img,.woocommerce .upsells.products ul li.product img{width:100%;height:auto}.woocommerce-page ul.products,.woocommerce ul.products{clear:both;*zoom:1}.woocommerce-page ul.products:before,.woocommerce ul.products:before,.woocommerce-page ul.products:after,.woocommerce ul.products:after{content:" ";display:table}.woocommerce-page ul.products:after,.woocommerce ul.products:after{clear:both}.woocommerce-page ul.products:before,.woocommerce ul.products:before,.woocommerce-page ul.products:after,.woocommerce ul.products:after{content:" ";display:table}.woocommerce-page ul.products:after,.woocommerce ul.products:after{clear:both}.woocommerce-page ul.products li.product,.woocommerce ul.products li.product{float:left;margin:0;padding:0;position:relative;width:33.3%}.woocommerce-page ul.products li.product img,.woocommerce ul.products li.product img{width:100%}.woocommerce-page ul.products li.product.one-column,.woocommerce ul.products li.product.one-column{width:100%}.woocommerce-page ul.products li.product.two-column,.woocommerce ul.products li.product.two-column{width:49.8%}.woocommerce-page ul.products li.product.three-column,.woocommerce ul.products li.product.three-column{width:33.2%}.woocommerce-page ul.products li.product.four-column,.woocommerce ul.products li.product.four-column{width:24.8%}.woocommerce-page ul.products li.product.four-column .product-hover-image,.woocommerce ul.products li.product.four-column .product-hover-image{left:-1px!important}@media handheld,only screen and (max-width:960px){.woocommerce-page ul.products li.product.three-column,.woocommerce ul.products li.product.three-column,.woocommerce-page ul.products li.product.four-column,.woocommerce ul.products li.product.four-column,.woocommerce-page ul.products li.product.five-column,.woocommerce ul.products li.product.five-column,.woocommerce-page ul.products li.product.six-column,.woocommerce ul.products li.product.six-column{width:49.8%!important;max-width:100%!important}}@media handheld,only screen and (max-width:550px){.woocommerce-page ul.products li.product.three-column,.woocommerce ul.products li.product.three-column,.woocommerce-page ul.products li.product.four-column,.woocommerce ul.products li.product.four-column,.woocommerce-page ul.products li.product.two-column,.woocommerce ul.products li.product.two-column{width:100%!important;max-width:100%!important}}.woocommerce-page ul.products .item-holder,.woocommerce ul.products .item-holder{margin:0 12px 24px 12px}.woocommerce-page ul.products .item-holder .product-loop-thumb,.woocommerce ul.products .item-holder .product-loop-thumb{display:block;position:relative;overflow:hidden}.woocommerce-page .product-category img,.woocommerce .product-category img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transition:transform 0.35s ease-in-out 0.2s;-moz-transition:transform 0.35s ease-in-out 0.2s;-o-transition:transform 0.35s ease-in-out 0.2s;transition:transform 0.35s ease-in-out 0.2s;transition:transform 0.35s;-webkit-transition:transform 0.35s;-moz-transition:transform 0.35s;-ms-transition:transform 0.35s;-o-transition:transform 0.35s}.woocommerce-page .product-category a,.woocommerce .product-category a{position:relative;display:block;overflow:hidden}.woocommerce-page .product-category h4,.woocommerce .product-category h4{text-align:center;width:55%;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);padding:0;background-color:#222}.woocommerce-page .product-category h4 span,.woocommerce .product-category h4 span{padding:20px;display:block;color:#fff;font-size:13px;line-height:18px;font-weight:600}.woocommerce-page .product-category h4 .count,.woocommerce .product-category h4 .count{display:block;color:#acacad;font-size:12px;padding:0}.woocommerce-page .product-category:hover h4,.woocommerce .product-category:hover h4{-webkit-transform:translate3d(-50%,50%,0);-moz-transform:translate3d(-50%,50%,0);-ms-transform:translate3d(-50%,50%,0);-o-transform:translate3d(-50%,50%,0)}.woocommerce-page .product-category:hover h4 span,.woocommerce .product-category:hover h4 span{color:#fff}.woocommerce-page .product-category:hover .count,.woocommerce .product-category:hover .count{color:#fff!important}.woocommerce-page .product-category:hover img,.woocommerce .product-category:hover img{transform:scale(1.15);-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15)}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:50%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:33.3%}.woocommerce-page.columns-4 ul.products li.product,.woocommerce.columns-4 ul.products li.product{width:24.95%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:20%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:16.5%}@media handheld,only screen and (max-width:960px){.woocommerce-page.columns-3 li.product,.woocommerce.columns-3 li.product,.woocommerce-page.columns-4 li.product,.woocommerce.columns-4 li.product,.woocommerce-page.columns-5 li.product,.woocommerce.columns-5 li.product,.woocommerce-page.columns-6 li.product,.woocommerce.columns-6 li.product{width:49.8%!important;max-width:100%!important}}@media handheld,only screen and (max-width:550px){.woocommerce-page.columns-2 li.product,.woocommerce.columns-2 li.product,.woocommerce-page.columns-3 li.product,.woocommerce.columns-3 li.product,.woocommerce-page.columns-4 li.product,.woocommerce.columns-4 li.product,.woocommerce-page.columns-5 li.product,.woocommerce.columns-5 li.product,.woocommerce-page.columns-6 li.product,.woocommerce.columns-6 li.product{width:100%!important;max-width:100%!important}}.woocommerce-page .woocommerce-result-count,.woocommerce .woocommerce-result-count{float:left}.woocommerce-page .woocommerce-ordering,.woocommerce .woocommerce-ordering{float:right}.woocommerce-page .woocommerce-pagination ul.page-numbers,.woocommerce .woocommerce-pagination ul.page-numbers{*zoom:1}.woocommerce-page .woocommerce-pagination ul.page-numbers:before,.woocommerce .woocommerce-pagination ul.page-numbers:before,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:after{content:" ";display:table}.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:after{clear:both}.woocommerce-page .woocommerce-pagination ul.page-numbers:before,.woocommerce .woocommerce-pagination ul.page-numbers:before,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:after{content:" ";display:table}.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:after{clear:both}.woocommerce-page .woocommerce-pagination ul.page-numbers li,.woocommerce .woocommerce-pagination ul.page-numbers li{display:inline}.woocommerce-page .entry-content h2,.woocommerce .entry-content h2,.woocommerce-page .products h2,.woocommerce .products h2,.woocommerce-page .reply-title,.woocommerce .reply-title,.woocommerce-page .comment-reply-title,.woocommerce .comment-reply-title,.woocommerce-page .mk-shipping-calculator-button,.woocommerce .mk-shipping-calculator-button,.woocommerce-page .cart_totals h2,.woocommerce .cart_totals h2,.woocommerce-page .cross-sells h2,.woocommerce .cross-sells h2,.woocommerce-page .woocommerce-billing-fields h3,.woocommerce .woocommerce-billing-fields h3,.woocommerce-page .woocommerce-additional-fields h3,.woocommerce .woocommerce-additional-fields h3,.woocommerce-page #order_review_heading,.woocommerce #order_review_heading,.woocommerce-page #ship-to-different-address,.woocommerce #ship-to-different-address,.woocommerce-page .addresses h3,.woocommerce .addresses h3,.woocommerce-page .mk-addresses-title,.woocommerce .mk-addresses-title,.woocommerce-page header>h2,.woocommerce header>h2,.woocommerce-page .mk-woocommerce-title,.woocommerce .mk-woocommerce-title,.woocommerce-page .woocommerce-order-details__title,.woocommerce .woocommerce-order-details__title,.woocommerce-page .woocommerce-customer-details h2,.woocommerce .woocommerce-customer-details h2,.woocommerce-page .woocommerce-customer-details h3,.woocommerce .woocommerce-customer-details h3{font-size:13px!important;font-weight:bold!important;text-transform:uppercase;color:#555555!important;display:block;margin-bottom:10px;padding-bottom:10px}.woocommerce-page .entry-content h2:after,.woocommerce .entry-content h2:after,.woocommerce-page .products h2:after,.woocommerce .products h2:after,.woocommerce-page .reply-title:after,.woocommerce .reply-title:after,.woocommerce-page .comment-reply-title:after,.woocommerce .comment-reply-title:after,.woocommerce-page .mk-shipping-calculator-button:after,.woocommerce .mk-shipping-calculator-button:after,.woocommerce-page .cart_totals h2:after,.woocommerce .cart_totals h2:after,.woocommerce-page .cross-sells h2:after,.woocommerce .cross-sells h2:after,.woocommerce-page .woocommerce-billing-fields h3:after,.woocommerce .woocommerce-billing-fields h3:after,.woocommerce-page .woocommerce-additional-fields h3:after,.woocommerce .woocommerce-additional-fields h3:after,.woocommerce-page #order_review_heading:after,.woocommerce #order_review_heading:after,.woocommerce-page #ship-to-different-address:after,.woocommerce #ship-to-different-address:after,.woocommerce-page .addresses h3:after,.woocommerce .addresses h3:after,.woocommerce-page .mk-addresses-title:after,.woocommerce .mk-addresses-title:after,.woocommerce-page header>h2:after,.woocommerce header>h2:after,.woocommerce-page .mk-woocommerce-title:after,.woocommerce .mk-woocommerce-title:after,.woocommerce-page .woocommerce-order-details__title:after,.woocommerce .woocommerce-order-details__title:after,.woocommerce-page .woocommerce-customer-details h2:after,.woocommerce .woocommerce-customer-details h2:after,.woocommerce-page .woocommerce-customer-details h3:after,.woocommerce .woocommerce-customer-details h3:after{width:70px;height:5px;display:block;margin-top:6px;content:"";background-color:#eee}.woocommerce-page .products h2,.woocommerce .products h2,.woocommerce-page .cross-sells h2,.woocommerce .cross-sells h2{margin-left:13px}.woocommerce-page .about_paypal,.woocommerce .about_paypal{margin-left:10px}.woocommerce-page table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce #content table.cart img{height:auto}.woocommerce-page table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce #content table.cart td.actions{text-align:right}.woocommerce-page table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce #content table.cart td.actions .input-text{width:80px}.woocommerce-page table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce #content table.cart td.actions .coupon{float:left}.woocommerce-page table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce #content table.cart td.actions .coupon label{display:none}.woocommerce-page .cart-collaterals,.woocommerce .cart-collaterals{*zoom:1;width:100%}.woocommerce-page .cart-collaterals:before,.woocommerce .cart-collaterals:before,.woocommerce-page .cart-collaterals:after,.woocommerce .cart-collaterals:after{content:" ";display:table}.woocommerce-page .cart-collaterals:after,.woocommerce .cart-collaterals:after{clear:both}.woocommerce-page .cart-collaterals:before,.woocommerce .cart-collaterals:before,.woocommerce-page .cart-collaterals:after,.woocommerce .cart-collaterals:after{content:" ";display:table}.woocommerce-page .cart-collaterals:after,.woocommerce .cart-collaterals:after{clear:both}.woocommerce-page .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .cross-sells{display:block}.woocommerce-page .cart-collaterals .cross-sells ul.products,.woocommerce .cart-collaterals .cross-sells ul.products{float:none}.woocommerce-page .cart-collaterals .cross-sells ul.products li,.woocommerce .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce-page .cart-collaterals .shipping_calculator,.woocommerce .cart-collaterals .shipping_calculator{*zoom:1}.woocommerce-page .cart-collaterals .shipping_calculator:before,.woocommerce .cart-collaterals .shipping_calculator:before,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:after{content:" ";display:table}.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:after{clear:both}.woocommerce-page .cart-collaterals .shipping_calculator:before,.woocommerce .cart-collaterals .shipping_calculator:before,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:after{content:" ";display:table}.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:after{clear:both}.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce-page form .form-row,.woocommerce form .form-row{*zoom:1}.woocommerce-page form .form-row:before,.woocommerce form .form-row:before,.woocommerce-page form .form-row:after,.woocommerce form .form-row:after{content:" ";display:table}.woocommerce-page form .form-row:after,.woocommerce form .form-row:after{clear:both}.woocommerce-page form .form-row:before,.woocommerce form .form-row:before,.woocommerce-page form .form-row:after,.woocommerce form .form-row:after{content:" ";display:table}.woocommerce-page form .form-row:after,.woocommerce form .form-row:after{clear:both}.woocommerce-page form .form-row label,.woocommerce form .form-row label{display:block}.woocommerce-page form .form-row label.checkbox,.woocommerce form .form-row label.checkbox{display:inline}.woocommerce-page form .form-row select,.woocommerce form .form-row select{width:100%}.woocommerce-page form .form-row .input-text,.woocommerce form .form-row .input-text{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.woocommerce-page form .form-row-first,.woocommerce form .form-row-first,.woocommerce-page form .form-row-last,.woocommerce form .form-row-last{float:left;width:47%;overflow:visible}.woocommerce-page form .form-row-last,.woocommerce form .form-row-last{float:right}.woocommerce-page form .form-row-wide,.woocommerce form .form-row-wide{clear:both}@media handheld,only screen and (max-width:767px){.woocommerce-page form .form-row-first,.woocommerce form .form-row-first,.woocommerce-page form .form-row-last,.woocommerce form .form-row-last{width:100%;float:none}}.woocommerce-page .woocommerce-message,.woocommerce .woocommerce-message,.woocommerce-page .woocommerce-error,.woocommerce .woocommerce-error,.woocommerce-page .woocommerce-info,.woocommerce .woocommerce-info{padding:20px!important;margin:0 0 2em!important;position:relative;font-size:14px;list-style:none outside!important;*zoom:1;width:auto}.woocommerce-page .woocommerce-message:before,.woocommerce .woocommerce-message:before,.woocommerce-page .woocommerce-error:before,.woocommerce .woocommerce-error:before,.woocommerce-page .woocommerce-info:before,.woocommerce .woocommerce-info:before,.woocommerce-page .woocommerce-message:after,.woocommerce .woocommerce-message:after,.woocommerce-page .woocommerce-error:after,.woocommerce .woocommerce-error:after,.woocommerce-page .woocommerce-info:after,.woocommerce .woocommerce-info:after{content:" ";display:table}.woocommerce-page .woocommerce-message:after,.woocommerce .woocommerce-message:after,.woocommerce-page .woocommerce-error:after,.woocommerce .woocommerce-error:after,.woocommerce-page .woocommerce-info:after,.woocommerce .woocommerce-info:after{clear:both}.woocommerce-page .woocommerce-message:before,.woocommerce .woocommerce-message:before,.woocommerce-page .woocommerce-error:before,.woocommerce .woocommerce-error:before,.woocommerce-page .woocommerce-info:before,.woocommerce .woocommerce-info:before,.woocommerce-page .woocommerce-message:after,.woocommerce .woocommerce-message:after,.woocommerce-page .woocommerce-error:after,.woocommerce .woocommerce-error:after,.woocommerce-page .woocommerce-info:after,.woocommerce .woocommerce-info:after{content:" ";display:table}.woocommerce-page .woocommerce-message:after,.woocommerce .woocommerce-message:after,.woocommerce-page .woocommerce-error:after,.woocommerce .woocommerce-error:after,.woocommerce-page .woocommerce-info:after,.woocommerce .woocommerce-info:after{clear:both}.woocommerce-page .woocommerce-message i,.woocommerce .woocommerce-message i,.woocommerce-page .woocommerce-error i,.woocommerce .woocommerce-error i,.woocommerce-page .woocommerce-info i,.woocommerce .woocommerce-info i{color:#00b297;font-size:32px;margin-right:20px}.woocommerce-page .woocommerce-message .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce .woocommerce-info .button{border:0;font-size:12px;background:transparent!important;padding:6px 0 4px 4px;float:right}.woocommerce-page .woocommerce-message li,.woocommerce .woocommerce-message li,.woocommerce-page .woocommerce-error li,.woocommerce .woocommerce-error li,.woocommerce-page .woocommerce-info li,.woocommerce .woocommerce-info li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.woocommerce-page .woocommerce-message,.woocommerce .woocommerce-message{background-color:#fafafa;border:2px solid #eee}.woocommerce-page .woocommerce-info,.woocommerce .woocommerce-info{background-color:#fafafa;border:1px solid #eee}.woocommerce-page .woocommerce-error,.woocommerce .woocommerce-error{border:1px solid #ff8c8c;background-color:#ffeded}.woocommerce-page small.note,.woocommerce small.note{display:block;color:#777;font-size:11px;line-height:21px;margin-top:10px}.woocommerce-page .woocommerce-breadcrumb,.woocommerce .woocommerce-breadcrumb{*zoom:1;margin:0 0 1em;padding:0;font-size:.92em;color:#777}.woocommerce-page .woocommerce-breadcrumb:before,.woocommerce .woocommerce-breadcrumb:before,.woocommerce-page .woocommerce-breadcrumb:after,.woocommerce .woocommerce-breadcrumb:after{content:" ";display:table}.woocommerce-page .woocommerce-breadcrumb:after,.woocommerce .woocommerce-breadcrumb:after{clear:both}.woocommerce-page .woocommerce-breadcrumb:before,.woocommerce .woocommerce-breadcrumb:before,.woocommerce-page .woocommerce-breadcrumb:after,.woocommerce .woocommerce-breadcrumb:after{content:" ";display:table}.woocommerce-page .woocommerce-breadcrumb:after,.woocommerce .woocommerce-breadcrumb:after{clear:both}.woocommerce-page div.product,.woocommerce div.product,.woocommerce-page #content div.product,.woocommerce #content div.product{margin-bottom:0;position:relative}.woocommerce-page div.product .product_title,.woocommerce div.product .product_title,.woocommerce-page #content div.product .product_title,.woocommerce #content div.product .product_title{clear:none;margin:6px 0;padding:0;font-size:20px;color:#555}.woocommerce-page div.product span.price,.woocommerce div.product span.price,.woocommerce-page #content div.product span.price,.woocommerce #content div.product span.price,.woocommerce-page div.product p.price,.woocommerce div.product p.price,.woocommerce-page #content div.product p.price,.woocommerce #content div.product p.price{color:#555;font-size:40px;line-height:42px;margin-bottom:0}.woocommerce-page div.product span.price ins,.woocommerce div.product span.price ins,.woocommerce-page #content div.product span.price ins,.woocommerce #content div.product span.price ins,.woocommerce-page div.product p.price ins,.woocommerce div.product p.price ins,.woocommerce-page #content div.product p.price ins,.woocommerce #content div.product p.price ins{text-decoration:none;font-size:40px}.woocommerce-page div.product span.price del,.woocommerce div.product span.price del,.woocommerce-page #content div.product span.price del,.woocommerce #content div.product span.price del,.woocommerce-page div.product p.price del,.woocommerce div.product p.price del,.woocommerce-page #content div.product p.price del,.woocommerce #content div.product p.price del{font-size:30px;color:#7a7a7a;font-weight:400}.woocommerce-page div.product .woocommerce-review-link,.woocommerce div.product .woocommerce-review-link,.woocommerce-page #content div.product .woocommerce-review-link,.woocommerce #content div.product .woocommerce-review-link{display:none}.woocommerce-page div.product .stock,.woocommerce div.product .stock,.woocommerce-page #content div.product .stock,.woocommerce #content div.product .stock{font-size:13px;font-weight:700;color:#666}.woocommerce-page div.product .entry-summary .out-of-stock,.woocommerce div.product .entry-summary .out-of-stock,.woocommerce-page #content div.product .entry-summary .out-of-stock,.woocommerce #content div.product .entry-summary .out-of-stock{color:#fff;display:inline-block;position:relative}.woocommerce-page div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce #content div.product div.images{margin-bottom:50px}.woocommerce-page div.product div.images img,.woocommerce div.product div.images img,.woocommerce-page #content div.product div.images img,.woocommerce #content div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce-page div.product div.images.woocommerce-product-gallery,.woocommerce div.product div.images.woocommerce-product-gallery,.woocommerce-page #content div.product div.images.woocommerce-product-gallery,.woocommerce #content div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper,.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,.woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper,.woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) 0.5s}.woocommerce-page div.product div.images .woocommerce-product-gallery__image:nth-child(n+2),.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2),.woocommerce-page #content div.product div.images .woocommerce-product-gallery__image:nth-child(n+2),.woocommerce #content div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:20%;display:inline-block}.woocommerce-page div.product div.images .woocommerce-product-gallery__trigger,.woocommerce div.product div.images .woocommerce-product-gallery__trigger,.woocommerce-page #content div.product div.images .woocommerce-product-gallery__trigger,.woocommerce #content div.product div.images .woocommerce-product-gallery__trigger{font-size:2em;z-index:9;text-indent:-9999px;box-sizing:content-box;width:32px;height:32px;line-height:30px;border:2px solid #fff;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#fff;display:block;position:absolute;left:20px;top:20px}.woocommerce-page div.product div.images .woocommerce-product-gallery__trigger:before,.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before,.woocommerce-page #content div.product div.images .woocommerce-product-gallery__trigger:before,.woocommerce #content div.product div.images .woocommerce-product-gallery__trigger:before{content:"";display:block;width:10px;height:10px;border:2px solid #fff;border-radius:100%;position:absolute;top:8px;left:8px;box-sizing:content-box}.woocommerce-page div.product div.images .woocommerce-product-gallery__trigger:after,.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after,.woocommerce-page #content div.product div.images .woocommerce-product-gallery__trigger:after,.woocommerce #content div.product div.images .woocommerce-product-gallery__trigger:after{content:"";display:block;width:2px;height:8px;background:#fff;border-radius:6px;position:absolute;top:18px;left:21px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:content-box}.woocommerce-page div.product div.images .flex-control-nav,.woocommerce div.product div.images .flex-control-nav,.woocommerce-page #content div.product div.images .flex-control-nav,.woocommerce #content div.product div.images .flex-control-nav{position:relative;bottom:auto;left:auto;width:100%}.woocommerce-page div.product div.images .flex-control-thumbs,.woocommerce div.product div.images .flex-control-thumbs,.woocommerce-page #content div.product div.images .flex-control-thumbs,.woocommerce #content div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce-page div.product div.images .flex-control-thumbs li,.woocommerce div.product div.images .flex-control-thumbs li,.woocommerce-page #content div.product div.images .flex-control-thumbs li,.woocommerce #content div.product div.images .flex-control-thumbs li{width:16.66%;height:auto!important;float:left;margin:0;list-style:none}.woocommerce-page div.product div.images .flex-control-thumbs li img,.woocommerce div.product div.images .flex-control-thumbs li img,.woocommerce-page #content div.product div.images .flex-control-thumbs li img,.woocommerce #content div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.8;margin:0}.woocommerce-page div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce-page #content div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce #content div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce-page div.product div.images .flex-control-thumbs li img:hover,.woocommerce div.product div.images .flex-control-thumbs li img:hover,.woocommerce-page #content div.product div.images .flex-control-thumbs li img:hover,.woocommerce #content div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce-page div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce #content div.product div.summary{margin-bottom:2em}.woocommerce-page div.product div.summary p,.woocommerce div.product div.summary p,.woocommerce-page #content div.product div.summary p,.woocommerce #content div.product div.summary p{font-size:14px;line-height:26px}.woocommerce-page div.product div.social,.woocommerce div.product div.social,.woocommerce-page #content div.product div.social,.woocommerce #content div.product div.social{text-align:right;margin:0 0 1em}.woocommerce-page div.product div.social span,.woocommerce div.product div.social span,.woocommerce-page #content div.product div.social span,.woocommerce #content div.product div.social span{margin:0 0 0 2px}.woocommerce-page div.product div.social span span,.woocommerce div.product div.social span span,.woocommerce-page #content div.product div.social span span,.woocommerce #content div.product div.social span span{margin:0}.woocommerce-page div.product div.social span .stButton .chicklets,.woocommerce div.product div.social span .stButton .chicklets,.woocommerce-page #content div.product div.social span .stButton .chicklets,.woocommerce #content div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce-page div.product div.social iframe,.woocommerce div.product div.social iframe,.woocommerce-page #content div.product div.social iframe,.woocommerce #content div.product div.social iframe{float:left;margin-top:3px}.woocommerce-page div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs{margin-bottom:60px;border:2px solid #e3e3e3}.woocommerce-page div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0;margin:0;position:relative;background-color:#fafafa}.woocommerce-page div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li{display:inline-block;white-space:nowrap;margin:0 -3px 0 0;padding:0;border-right:2px solid #e3e3e3}.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a{padding:14px 25px 15px;display:block;font-weight:700;font-size:13px;color:#777}.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a{background-color:#fff;border-bottom:2px solid #fff;margin-bottom:-2px}.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel,.woocommerce-page #content div.product .woocommerce-tabs .woocommerce-Tabs-panel,.woocommerce #content div.product .woocommerce-tabs .woocommerce-Tabs-panel{margin:0;padding:25px 25px 10px 25px;border-bottom:none;border-top:2px solid #e3e3e3}@media handheld,only screen and (max-width:600px){.woocommerce-page div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs{display:none!important}.woocommerce-page div.product .woocommerce-tabs .panel,.woocommerce div.product .woocommerce-tabs .panel,.woocommerce-page #content div.product .woocommerce-tabs .panel,.woocommerce #content div.product .woocommerce-tabs .panel{display:block!important;border:none!important}.woocommerce-page div.product .woocommerce-tabs .panel .inner-box,.woocommerce div.product .woocommerce-tabs .panel .inner-box,.woocommerce-page #content div.product .woocommerce-tabs .panel .inner-box,.woocommerce #content div.product .woocommerce-tabs .panel .inner-box{padding:0!important;background-color:transparent!important}}.woocommerce-page div.product p.cart,.woocommerce div.product p.cart,.woocommerce-page #content div.product p.cart,.woocommerce #content div.product p.cart{margin-bottom:2em;*zoom:1}.woocommerce-page div.product p.cart:before,.woocommerce div.product p.cart:before,.woocommerce-page #content div.product p.cart:before,.woocommerce #content div.product p.cart:before,.woocommerce-page div.product p.cart:after,.woocommerce div.product p.cart:after,.woocommerce-page #content div.product p.cart:after,.woocommerce #content div.product p.cart:after{content:" ";display:table}.woocommerce-page div.product p.cart:after,.woocommerce div.product p.cart:after,.woocommerce-page #content div.product p.cart:after,.woocommerce #content div.product p.cart:after{clear:both}.woocommerce-page div.product p.cart:before,.woocommerce div.product p.cart:before,.woocommerce-page #content div.product p.cart:before,.woocommerce #content div.product p.cart:before,.woocommerce-page div.product p.cart:after,.woocommerce div.product p.cart:after,.woocommerce-page #content div.product p.cart:after,.woocommerce #content div.product p.cart:after{content:" ";display:table}.woocommerce-page div.product p.cart:after,.woocommerce div.product p.cart:after,.woocommerce-page #content div.product p.cart:after,.woocommerce #content div.product p.cart:after{clear:both}.woocommerce-page div.product form.cart,.woocommerce div.product form.cart,.woocommerce-page #content div.product form.cart,.woocommerce #content div.product form.cart{margin-bottom:2em;*zoom:1}.woocommerce-page div.product form.cart:before,.woocommerce div.product form.cart:before,.woocommerce-page #content div.product form.cart:before,.woocommerce #content div.product form.cart:before,.woocommerce-page div.product form.cart:after,.woocommerce div.product form.cart:after,.woocommerce-page #content div.product form.cart:after,.woocommerce #content div.product form.cart:after{content:" ";display:table}.woocommerce-page div.product form.cart:after,.woocommerce div.product form.cart:after,.woocommerce-page #content div.product form.cart:after,.woocommerce #content div.product form.cart:after{clear:both}.woocommerce-page div.product form.cart:before,.woocommerce div.product form.cart:before,.woocommerce-page #content div.product form.cart:before,.woocommerce #content div.product form.cart:before,.woocommerce-page div.product form.cart:after,.woocommerce div.product form.cart:after,.woocommerce-page #content div.product form.cart:after,.woocommerce #content div.product form.cart:after{content:" ";display:table}.woocommerce-page div.product form.cart:after,.woocommerce div.product form.cart:after,.woocommerce-page #content div.product form.cart:after,.woocommerce #content div.product form.cart:after{clear:both}.woocommerce-page div.product form.cart div.quantity,.woocommerce div.product form.cart div.quantity,.woocommerce-page #content div.product form.cart div.quantity,.woocommerce #content div.product form.cart div.quantity{float:left;margin:0 10px 20px 0}.woocommerce-page div.product form.cart table td,.woocommerce div.product form.cart table td,.woocommerce-page #content div.product form.cart table td,.woocommerce #content div.product form.cart table td{padding-left:0}.woocommerce-page div.product form.cart table div.quantity,.woocommerce div.product form.cart table div.quantity,.woocommerce-page #content div.product form.cart table div.quantity,.woocommerce #content div.product form.cart table div.quantity{float:none;margin:0}.woocommerce-page div.product form.cart table small.stock,.woocommerce div.product form.cart table small.stock,.woocommerce-page #content div.product form.cart table small.stock,.woocommerce #content div.product form.cart table small.stock{display:block;float:none}.woocommerce-page div.product form.cart .variations,.woocommerce div.product form.cart .variations,.woocommerce-page #content div.product form.cart .variations,.woocommerce #content div.product form.cart .variations{margin-bottom:0}.woocommerce-page div.product form.cart .variations label,.woocommerce div.product form.cart .variations label,.woocommerce-page #content div.product form.cart .variations label,.woocommerce #content div.product form.cart .variations label{font-weight:700}.woocommerce-page div.product form.cart .variations td.label,.woocommerce div.product form.cart .variations td.label,.woocommerce-page #content div.product form.cart .variations td.label,.woocommerce #content div.product form.cart .variations td.label{display:block;width:100%;text-align:left;padding:0}.woocommerce-page div.product form.cart .variations td,.woocommerce div.product form.cart .variations td,.woocommerce-page #content div.product form.cart .variations td,.woocommerce #content div.product form.cart .variations td{display:block}.woocommerce-page div.product form.cart .button,.woocommerce div.product form.cart .button,.woocommerce-page #content div.product form.cart .button,.woocommerce #content div.product form.cart .button{vertical-align:middle;float:left}.woocommerce-page div.product form.cart .single_variation,.woocommerce div.product form.cart .single_variation,.woocommerce-page #content div.product form.cart .single_variation,.woocommerce #content div.product form.cart .single_variation{margin-bottom:15px}.woocommerce-page div.product form.cart .single_variation .price,.woocommerce div.product form.cart .single_variation .price,.woocommerce-page #content div.product form.cart .single_variation .price,.woocommerce #content div.product form.cart .single_variation .price{font-size:24px;height:35px}.woocommerce-page div.product form.cart .single_variation .price del,.woocommerce div.product form.cart .single_variation .price del,.woocommerce-page #content div.product form.cart .single_variation .price del,.woocommerce #content div.product form.cart .single_variation .price del{font-size:16px}.woocommerce-page div.product form.cart .group_table td.label,.woocommerce div.product form.cart .group_table td.label,.woocommerce-page #content div.product form.cart .group_table td.label,.woocommerce #content div.product form.cart .group_table td.label{padding-right:1em;padding-left:1em}.woocommerce-page div.product form.cart .group_table td,.woocommerce div.product form.cart .group_table td,.woocommerce-page #content div.product form.cart .group_table td,.woocommerce #content div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em}.woocommerce-page div.product .reset_variations,.woocommerce div.product .reset_variations,.woocommerce-page #content div.product .reset_variations,.woocommerce #content div.product .reset_variations{display:none!important}.woocommerce-page div.product .woocommerce-share,.woocommerce div.product .woocommerce-share,.woocommerce-page #content div.product .woocommerce-share,.woocommerce #content div.product .woocommerce-share{display:block;position:relative;text-align:right}.woocommerce-page div.product .woocommerce-share:after,.woocommerce div.product .woocommerce-share:after,.woocommerce-page #content div.product .woocommerce-share:after,.woocommerce #content div.product .woocommerce-share:after{display:block;content:"";width:100%;height:5px;margin-top:-1px;position:absolute;left:0;top:50%;z-index:1;background-color:#eee;z-index:2}@media handheld,only screen and (max-width:650px){.woocommerce-page div.product .woocommerce-share,.woocommerce div.product .woocommerce-share,.woocommerce-page #content div.product .woocommerce-share,.woocommerce #content div.product .woocommerce-share{text-align:left!important}.woocommerce-page div.product .woocommerce-share:after,.woocommerce div.product .woocommerce-share:after,.woocommerce-page #content div.product .woocommerce-share:after,.woocommerce #content div.product .woocommerce-share:after{display:none}.woocommerce-page div.product .woocommerce-share .single-social-share,.woocommerce div.product .woocommerce-share .single-social-share,.woocommerce-page #content div.product .woocommerce-share .single-social-share,.woocommerce #content div.product .woocommerce-share .single-social-share{float:none;margin:0!important}}.woocommerce-page div.product .single-social-share,.woocommerce div.product .single-social-share,.woocommerce-page #content div.product .single-social-share,.woocommerce #content div.product .single-social-share{display:inline-block;padding:0;margin:0 0 0 20px;float:right;position:relative;z-index:5}.woocommerce-page span.onsale,.woocommerce span.onsale,.woocommerce-page .out-of-stock,.woocommerce .out-of-stock{position:absolute;font-weight:700;padding:13px 11px;font-size:12px;border:2px solid #000;color:#000;z-index:5}.woocommerce-page .out-of-stock,.woocommerce .out-of-stock{color:#fff;background-color:#000}.woocommerce-page .products ul,.woocommerce .products ul,.woocommerce-page ul.products,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both;*zoom:1}.woocommerce-page .products ul:before,.woocommerce .products ul:before,.woocommerce-page ul.products:before,.woocommerce ul.products:before,.woocommerce-page .products ul:after,.woocommerce .products ul:after,.woocommerce-page ul.products:after,.woocommerce ul.products:after{content:" ";display:table}.woocommerce-page .products ul:after,.woocommerce .products ul:after,.woocommerce-page ul.products:after,.woocommerce ul.products:after{clear:both}.woocommerce-page .products ul:before,.woocommerce .products ul:before,.woocommerce-page ul.products:before,.woocommerce ul.products:before,.woocommerce-page .products ul:after,.woocommerce .products ul:after,.woocommerce-page ul.products:after,.woocommerce ul.products:after{content:" ";display:table}.woocommerce-page .products ul:after,.woocommerce .products ul:after,.woocommerce-page ul.products:after,.woocommerce ul.products:after{clear:both}.woocommerce-page .products ul li,.woocommerce .products ul li,.woocommerce-page ul.products li,.woocommerce ul.products li{list-style:none outside}.woocommerce-page ul.products li.product .product-loop-image,.woocommerce ul.products li.product .product-loop-image{position:relative;z-index:3}.woocommerce-page ul.products li.product .product-hover-image,.woocommerce ul.products li.product .product-hover-image{position:absolute;z-index:4;left:0;top:0;opacity:0;transition:opacity 0.3s ease-in-out 0.1s;-webkit-transition:opacity 0.3s ease-in-out 0.1s;-moz-transition:opacity 0.3s ease-in-out 0.1s;-ms-transition:opacity 0.3s ease-in-out 0.1s;-o-transition:opacity 0.3s ease-in-out 0.1s;-webkit-backface-visibility:hidden}.woocommerce-page ul.products li.product .product-loop-thumb:hover .product-hover-image,.woocommerce ul.products li.product .product-loop-thumb:hover .product-hover-image{opacity:1}.woocommerce-page ul.products li.product .product-loading-icon,.woocommerce ul.products li.product .product-loading-icon{width:60px;height:60px;line-height:60px;position:absolute;left:50%;top:50%;margin:-50px 0 0 -30px;color:#000;display:block;z-index:5;text-align:center;font-size:16px;-webkit-border-radius:100px;border-radius:100px;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);opacity:0;transition:all 0.4s cubic-bezier(.77,0,.175,1);-webkit-transition:all 0.4s cubic-bezier(.77,0,.175,1);-moz-transition:all 0.4s cubic-bezier(.77,0,.175,1);-ms-transition:all 0.4s cubic-bezier(.77,0,.175,1);-o-transition:all 0.4s cubic-bezier(.77,0,.175,1)}.woocommerce-page ul.products li.product.adding-to-cart .product-loading-icon,.woocommerce ul.products li.product.adding-to-cart .product-loading-icon{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);opacity:1}.woocommerce-page ul.products li.product.adding-to-cart .product-loading-icon:before,.woocommerce ul.products li.product.adding-to-cart .product-loading-icon:before{content:"\f021";-moz-animation:spin 0.8s infinite linear;-o-animation:spin 0.8s infinite linear;-webkit-animation:spin 0.8s infinite linear;animation:spin 0.8s infinite linear;display:block;transform-origin:49.6% 49.8%}.woocommerce-page ul.products li.product.added-to-cart .product-loading-icon,.woocommerce ul.products li.product.added-to-cart .product-loading-icon{-moz-animation:added_to_card_anim 0.4s 1 cubic-bezier(.77,0,.175,1);-o-animation:added_to_card_anim 0.4s 1 cubic-bezier(.77,0,.175,1);-webkit-animation:added_to_card_anim 0.4s 1 cubic-bezier(.77,0,.175,1);animation:added_to_card_anim 0.4s 1 cubic-bezier(.77,0,.175,1)}.woocommerce-page ul.products li.product.added-to-cart .product-loading-icon:before,.woocommerce ul.products li.product.added-to-cart .product-loading-icon:before{content:"\f00c"}.woocommerce-page ul.products li.product .added_to_cart,.woocommerce ul.products li.product .added_to_cart{position:absolute;left:-9999em;width:1px}.woocommerce-page ul.products li.product.added-to-cart .product_loop_button i:before,.woocommerce ul.products li.product.added-to-cart .product_loop_button i:before{content:"\e004"}.woocommerce-page ul.products li.product .price,.woocommerce ul.products li.product .price{font-size:15px;font-weight:700;text-decoration:none;display:block}.woocommerce-page ul.products li.product .price del,.woocommerce ul.products li.product .price del{font-size:12px;margin:-2px 0 0 0;opacity:.6;font-weight:400}.woocommerce-page ul.products li.product .price ins,.woocommerce ul.products li.product .price ins{text-decoration:none;font-size:15px!important}.woocommerce-page ul.products li.product .price .from,.woocommerce ul.products li.product .price .from{margin:-2px 0 0 0;text-transform:uppercase}.woocommerce-page ul.products.classic-style li.product .onsale,.woocommerce ul.products.classic-style li.product .onsale,.woocommerce-page ul.products.classic-style li.product .out-of-stock,.woocommerce ul.products.classic-style li.product .out-of-stock{left:0;top:45%;margin-top:-60px}.woocommerce-page ul.products.classic-style li.product h3,.woocommerce ul.products.classic-style li.product h3{font-size:12px;line-height:14px;display:block;margin:12px 60px 0 16px;opacity:.5;font-weight:400!important}.woocommerce-page ul.products.classic-style li.product a,.woocommerce ul.products.classic-style li.product a{text-decoration:none;color:#fff;font-weight:700;text-transform:uppercase}.woocommerce-page ul.products.classic-style li.product img,.woocommerce ul.products.classic-style li.product img{width:100%}.woocommerce-page ul.products.classic-style li.product .product-hover-items,.woocommerce ul.products.classic-style li.product .product-hover-items{background-color:#444;background-color:rgba(0,0,0,.5);height:50px;line-height:50px;position:absolute;bottom:6px;opacity:0;left:0;display:block;z-index:5;width:100%;*zoom:1;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.woocommerce-page ul.products.classic-style li.product .product-hover-items:before,.woocommerce ul.products.classic-style li.product .product-hover-items:before,.woocommerce-page ul.products.classic-style li.product .product-hover-items:after,.woocommerce ul.products.classic-style li.product .product-hover-items:after{content:" ";display:table}.woocommerce-page ul.products.classic-style li.product .product-hover-items:after,.woocommerce ul.products.classic-style li.product .product-hover-items:after{clear:both}.woocommerce-page ul.products.classic-style li.product .product-hover-items:before,.woocommerce ul.products.classic-style li.product .product-hover-items:before,.woocommerce-page ul.products.classic-style li.product .product-hover-items:after,.woocommerce ul.products.classic-style li.product .product-hover-items:after{content:" ";display:table}.woocommerce-page ul.products.classic-style li.product .product-hover-items:after,.woocommerce ul.products.classic-style li.product .product-hover-items:after{clear:both}.woocommerce-page ul.products.classic-style li.product:hover .product-hover-items,.woocommerce ul.products.classic-style li.product:hover .product-hover-items{bottom:0;opacity:1}.woocommerce-page ul.products.classic-style li.product .star-rating:before,.woocommerce ul.products.classic-style li.product .star-rating:before{color:rgba(255,255,255,.6)}.woocommerce-page ul.products.classic-style li.product .star-rating span:before,.woocommerce ul.products.classic-style li.product .star-rating span:before{color:#fff}.woocommerce-page ul.products.classic-style li.product .product-item-rating,.woocommerce ul.products.classic-style li.product .product-item-rating{float:left;margin:14px 0 0 15px;display:block}.woocommerce-page ul.products.classic-style li.product .mk-love-this,.woocommerce ul.products.classic-style li.product .mk-love-this{float:right;margin-right:15px}.woocommerce-page ul.products.classic-style li.product .product-item-details,.woocommerce ul.products.classic-style li.product .product-item-details{background-color:#2e2e2e;*zoom:1;position:relative;min-height:53px}.woocommerce-page ul.products.classic-style li.product .product-item-details:before,.woocommerce ul.products.classic-style li.product .product-item-details:before,.woocommerce-page ul.products.classic-style li.product .product-item-details:after,.woocommerce ul.products.classic-style li.product .product-item-details:after{content:" ";display:table}.woocommerce-page ul.products.classic-style li.product .product-item-details:after,.woocommerce ul.products.classic-style li.product .product-item-details:after{clear:both}.woocommerce-page ul.products.classic-style li.product .product-item-details:before,.woocommerce ul.products.classic-style li.product .product-item-details:before,.woocommerce-page ul.products.classic-style li.product .product-item-details:after,.woocommerce ul.products.classic-style li.product .product-item-details:after{content:" ";display:table}.woocommerce-page ul.products.classic-style li.product .product-item-details:after,.woocommerce ul.products.classic-style li.product .product-item-details:after{clear:both}.woocommerce-page ul.products.classic-style li.product .product_loop_button,.woocommerce ul.products.classic-style li.product .product_loop_button{width:53px;height:100%;line-height:100%;background-color:#000;font-size:16px;text-align:center;border:2px solid #000;display:block;position:absolute;right:0;bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.woocommerce-page ul.products.classic-style li.product .product_loop_button:before,.woocommerce ul.products.classic-style li.product .product_loop_button:before{content:'';display:inline-block}.woocommerce-page ul.products.classic-style li.product .product_loop_button i,.woocommerce ul.products.classic-style li.product .product_loop_button i{display:inline-block;vertical-align:middle;width:50px;height:100%}.woocommerce-page ul.products.classic-style li.product .product_loop_button:hover i,.woocommerce ul.products.classic-style li.product .product_loop_button:hover i{color:#000}.woocommerce-page ul.products.classic-style li.product .price,.woocommerce ul.products.classic-style li.product .price{color:#fff;float:left;padding:0 0 5px 16px;line-height:15px}.woocommerce-page ul.products.modern-style li.product .item-holder,.woocommerce ul.products.modern-style li.product .item-holder{border:2px solid #f7f7f7}.woocommerce-page ul.products.modern-style li.product .item-holder:hover .product-hover-image,.woocommerce ul.products.modern-style li.product .item-holder:hover .product-hover-image{opacity:1}.woocommerce-page ul.products.modern-style li.product .onsale,.woocommerce ul.products.modern-style li.product .onsale,.woocommerce-page ul.products.modern-style li.product .out-of-stock,.woocommerce ul.products.modern-style li.product .out-of-stock{left:50%;top:50%;transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out}.woocommerce-page ul.products.modern-style li.product .product_loop_button,.woocommerce ul.products.modern-style li.product .product_loop_button{font-size:12px;font-weight:700;text-align:center;border:2px solid #222;color:#222;position:absolute;background-color:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:20;top:50%;left:50%;padding:10px 15px}.woocommerce-page ul.products.modern-style li.product .product_loop_button:hover,.woocommerce ul.products.modern-style li.product .product_loop_button:hover{background-color:#222!important;color:#fff!important}.woocommerce-page ul.products.modern-style li.product span.onsale,.woocommerce ul.products.modern-style li.product span.onsale,.woocommerce-page ul.products.modern-style li.product span.out-of-stock,.woocommerce ul.products.modern-style li.product span.out-of-stock{border:none;font-weight:400;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0)}.woocommerce-page ul.products.modern-style li.product span.onsale,.woocommerce ul.products.modern-style li.product span.onsale{background-color:#ff576b;padding:13px 30px!important}.woocommerce-page ul.products.modern-style li.product span.out-of-stock,.woocommerce ul.products.modern-style li.product span.out-of-stock{color:#fff;background-color:#222;padding:13px 10px!important}.woocommerce-page ul.products.modern-style li.product h3,.woocommerce ul.products.modern-style li.product h3{font-size:13px;text-align:left;margin:0;font-weight:400;display:block!important}.woocommerce-page ul.products.modern-style li.product a,.woocommerce ul.products.modern-style li.product a{text-decoration:none;color:#666;text-transform:uppercase}.woocommerce-page ul.products.modern-style li.product img,.woocommerce ul.products.modern-style li.product img{width:100%}.woocommerce-page ul.products.modern-style li.product .modern-style-holder,.woocommerce ul.products.modern-style li.product .modern-style-holder{width:100%;height:100%;position:relative}.woocommerce-page ul.products.modern-style li.product .modern-style-holder:hover .modern-hover-holder,.woocommerce ul.products.modern-style li.product .modern-style-holder:hover .modern-hover-holder{background-color:rgba(255,255,255,.65)}.woocommerce-page ul.products.modern-style li.product .modern-style-holder .modern-hover-holder,.woocommerce ul.products.modern-style li.product .modern-style-holder .modern-hover-holder{width:101%;height:100%;position:absolute;left:0;top:0;z-index:20;transition:background-color 0.3s ease-in-out 0.1s;-webkit-transition:background-color 0.3s ease-in-out 0.1s;-moz-transition:background-color 0.3s ease-in-out 0.1s;-ms-transition:background-color 0.3s ease-in-out 0.1s;-o-transition:background-color 0.3s ease-in-out 0.1s}.woocommerce-page ul.products.modern-style li.product .modern-style-holder .modern-hover-holder .product_loop_button,.woocommerce ul.products.modern-style li.product .modern-style-holder .modern-hover-holder .product_loop_button{-webkit-transform:translate3d(-50%,-100%,0);-moz-transform:translate3d(-50%,-100%,0);-ms-transform:translate3d(-50%,-100%,0);-o-transform:translate3d(-50%,-100%,0);visibility:hidden;opacity:0}.woocommerce-page ul.products.modern-style li.product .modern-style-holder .modern-hover-holder span.onsale,.woocommerce ul.products.modern-style li.product .modern-style-holder .modern-hover-holder span.onsale,.woocommerce-page ul.products.modern-style li.product .modern-style-holder .modern-hover-holder span.out-of-stock,.woocommerce ul.products.modern-style li.product .modern-style-holder .modern-hover-holder span.out-of-stock{-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0)}.woocommerce-page ul.products.modern-style li.product .modern-style-holder .modern-hover-holder:hover .product_loop_button,.woocommerce ul.products.modern-style li.product .modern-style-holder .modern-hover-holder:hover .product_loop_button{visibility:visible;opacity:1;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0)}.woocommerce-page ul.products.modern-style li.product .modern-style-holder .modern-hover-holder:hover span.onsale,.woocommerce ul.products.modern-style li.product .modern-style-holder .modern-hover-holder:hover span.onsale,.woocommerce-page ul.products.modern-style li.product .modern-style-holder .modern-hover-holder:hover span.out-of-stock,.woocommerce ul.products.modern-style li.product .modern-style-holder .modern-hover-holder:hover span.out-of-stock{-webkit-transform:translate3d(-50%,70%,0);-moz-transform:translate3d(-50%,70%,0);-ms-transform:translate3d(-50%,70%,0);-o-transform:translate3d(-50%,70%,0)}.woocommerce-page ul.products.modern-style li.product .product-loading-icon,.woocommerce ul.products.modern-style li.product .product-loading-icon{top:20%;z-index:25}.woocommerce-page ul.products.modern-style li.product .product-hover-items,.woocommerce ul.products.modern-style li.product .product-hover-items{display:none}.woocommerce-page ul.products.modern-style li.product .mk-love-this,.woocommerce ul.products.modern-style li.product .mk-love-this{display:none}.woocommerce-page ul.products.modern-style li.product .product-item-details,.woocommerce ul.products.modern-style li.product .product-item-details{background-color:#f7f7f7;*zoom:1;position:relative;padding:35px 25px}.woocommerce-page ul.products.modern-style li.product .product-item-details:before,.woocommerce ul.products.modern-style li.product .product-item-details:before,.woocommerce-page ul.products.modern-style li.product .product-item-details:after,.woocommerce ul.products.modern-style li.product .product-item-details:after{content:" ";display:table}.woocommerce-page ul.products.modern-style li.product .product-item-details:after,.woocommerce ul.products.modern-style li.product .product-item-details:after{clear:both}.woocommerce-page ul.products.modern-style li.product .product-item-details:before,.woocommerce ul.products.modern-style li.product .product-item-details:before,.woocommerce-page ul.products.modern-style li.product .product-item-details:after,.woocommerce ul.products.modern-style li.product .product-item-details:after{content:" ";display:table}.woocommerce-page ul.products.modern-style li.product .product-item-details:after,.woocommerce ul.products.modern-style li.product .product-item-details:after{clear:both}.woocommerce-page ul.products.modern-style li.product .product-item-details h3,.woocommerce ul.products.modern-style li.product .product-item-details h3{width:70%;float:left;line-height:130%}.woocommerce-page ul.products.modern-style li.product .product-item-details .price,.woocommerce ul.products.modern-style li.product .product-item-details .price{width:30%;float:right;line-height:110%;color:#666;text-align:right}.woocommerce-page ul.products.modern-style li.product .product-item-details>.product_loop_button,.woocommerce ul.products.modern-style li.product .product-item-details>.product_loop_button{display:none}.woocommerce-page .woocommerce-result-count,.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce-page .woocommerce-ordering,.woocommerce .woocommerce-ordering{margin:0 12px 20px 0}.woocommerce-page .woocommerce-ordering select,.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce-page nav.woocommerce-pagination,.woocommerce nav.woocommerce-pagination,.woocommerce-page #content nav.woocommerce-pagination,.woocommerce #content nav.woocommerce-pagination{text-align:center;margin-top:40px}.woocommerce-page nav.woocommerce-pagination ul,.woocommerce nav.woocommerce-pagination ul,.woocommerce-page #content nav.woocommerce-pagination ul,.woocommerce #content nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;margin:0}.woocommerce-page nav.woocommerce-pagination ul li,.woocommerce nav.woocommerce-pagination ul li,.woocommerce-page #content nav.woocommerce-pagination ul li,.woocommerce #content nav.woocommerce-pagination ul li{padding:0;margin:0;float:left;display:inline-block}.woocommerce-page nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li a,.woocommerce-page #content nav.woocommerce-pagination ul li a,.woocommerce #content nav.woocommerce-pagination ul li a,.woocommerce-page nav.woocommerce-pagination ul li span,.woocommerce nav.woocommerce-pagination ul li span,.woocommerce-page #content nav.woocommerce-pagination ul li span,.woocommerce #content nav.woocommerce-pagination ul li span{display:inline-block;text-align:center;font-size:13px;margin:0 2px;padding:0 14px;color:#777;font-weight:bold!important;line-height:33px;display:block}.woocommerce-page nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,.woocommerce #content nav.woocommerce-pagination ul li a:hover,.woocommerce-page nav.woocommerce-pagination ul li span:hover,.woocommerce nav.woocommerce-pagination ul li span:hover,.woocommerce-page #content nav.woocommerce-pagination ul li span:hover,.woocommerce #content nav.woocommerce-pagination ul li span:hover{background-color:#777;color:#fff}.woocommerce-page nav.woocommerce-pagination ul li .next,.woocommerce nav.woocommerce-pagination ul li .next,.woocommerce-page #content nav.woocommerce-pagination ul li .next,.woocommerce #content nav.woocommerce-pagination ul li .next,.woocommerce-page nav.woocommerce-pagination ul li .prev,.woocommerce nav.woocommerce-pagination ul li .prev,.woocommerce-page #content nav.woocommerce-pagination ul li .prev,.woocommerce #content nav.woocommerce-pagination ul li .prev{width:27px;height:27px;line-height:28px;text-align:center;border:3px solid #777;font-size:16px;margin:0 10px;padding:0;color:#777;display:inline-block;position:relative;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.woocommerce-page nav.woocommerce-pagination ul li .next i,.woocommerce nav.woocommerce-pagination ul li .next i,.woocommerce-page #content nav.woocommerce-pagination ul li .next i,.woocommerce #content nav.woocommerce-pagination ul li .next i,.woocommerce-page nav.woocommerce-pagination ul li .prev i,.woocommerce nav.woocommerce-pagination ul li .prev i,.woocommerce-page #content nav.woocommerce-pagination ul li .prev i,.woocommerce #content nav.woocommerce-pagination ul li .prev i{font-size:16px;display:block;line-height:27px}.woocommerce-page nav.woocommerce-pagination ul li .next:hover,.woocommerce nav.woocommerce-pagination ul li .next:hover,.woocommerce-page #content nav.woocommerce-pagination ul li .next:hover,.woocommerce #content nav.woocommerce-pagination ul li .next:hover,.woocommerce-page nav.woocommerce-pagination ul li .prev:hover,.woocommerce nav.woocommerce-pagination ul li .prev:hover,.woocommerce-page #content nav.woocommerce-pagination ul li .prev:hover,.woocommerce #content nav.woocommerce-pagination ul li .prev:hover{background-color:#777;color:#fff}.woocommerce-page nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce-page #content nav.woocommerce-pagination ul li span.current,.woocommerce #content nav.woocommerce-pagination ul li span.current{background-color:#777;color:#fff}.woocommerce-page a.button,.woocommerce a.button,.woocommerce-page button.button,.woocommerce button.button,.woocommerce-page input.button,.woocommerce input.button,.woocommerce-page #respond input#submit,.woocommerce #respond input#submit,.woocommerce-page #content input.button,.woocommerce #content input.button{font-size:100%;margin:0 10px 0 0;line-height:1em;cursor:pointer;position:relative;font-family:inherit;overflow:visible;padding:15px 20px;text-decoration:none;font-weight:600;text-transform:uppercase;left:auto;color:#292929;border:2px solid #eee;border:2px solid rgba(128,128,128,.2);background-color:#fafafa;white-space:nowrap;display:inline-block;background-color:transparent;font-size:12px;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out}.woocommerce-page a.button.loading:before,.woocommerce a.button.loading:before,.woocommerce-page button.button.loading:before,.woocommerce button.button.loading:before,.woocommerce-page input.button.loading:before,.woocommerce input.button.loading:before,.woocommerce-page #respond input#submit.loading:before,.woocommerce #respond input#submit.loading:before,.woocommerce-page #content input.button.loading:before,.woocommerce #content input.button.loading:before{content:"";position:absolute;top:0;right:0;left:0;bottom:0;background:url(../../../themes/ken/images/woocommerce/ajax-loader.gif) center no-repeat}.woocommerce-page a.button:hover,.woocommerce a.button:hover,.woocommerce-page button.button:hover,.woocommerce button.button:hover,.woocommerce-page input.button:hover,.woocommerce input.button:hover,.woocommerce-page #respond input#submit:hover,.woocommerce #respond input#submit:hover,.woocommerce-page #content input.button:hover,.woocommerce #content input.button:hover{background-color:#2e2e2e;color:#fff}.woocommerce-page a.button.alt,.woocommerce a.button.alt,.woocommerce-page button.button.alt,.woocommerce button.button.alt,.woocommerce-page input.button.alt,.woocommerce input.button.alt,.woocommerce-page #respond input#submit.alt,.woocommerce #respond input#submit.alt,.woocommerce-page #content input.button.alt,.woocommerce #content input.button.alt{color:#292929;border:2px solid #2e2e2e}.woocommerce-page a.button.alt:hover,.woocommerce a.button.alt:hover,.woocommerce-page button.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce-page input.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce-page #respond input#submit.alt:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce-page #content input.button.alt:hover,.woocommerce #content input.button.alt:hover{background-color:#2e2e2e;color:#fff}.woocommerce-page a.button:disabled,.woocommerce a.button:disabled,.woocommerce-page button.button:disabled,.woocommerce button.button:disabled,.woocommerce-page input.button:disabled,.woocommerce input.button:disabled,.woocommerce-page #respond input#submit:disabled,.woocommerce #respond input#submit:disabled,.woocommerce-page #content input.button:disabled,.woocommerce #content input.button:disabled,.woocommerce-page a.button.disabled,.woocommerce a.button.disabled,.woocommerce-page button.button.disabled,.woocommerce button.button.disabled,.woocommerce-page input.button.disabled,.woocommerce input.button.disabled,.woocommerce-page #respond input#submit.disabled,.woocommerce #respond input#submit.disabled,.woocommerce-page #content input.button.disabled,.woocommerce #content input.button.disabled{background:#f7f6f7;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;cursor:not-allowed}.woocommerce-page .cart .button,.woocommerce .cart .button,.woocommerce-page .cart input.button,.woocommerce .cart input.button{float:none}.woocommerce-page .button.checkout,.woocommerce .button.checkout{border:1px solid #444}.woocommerce-page a.added_to_cart,.woocommerce a.added_to_cart{display:none}.woocommerce-page .button-icon-holder,.woocommerce .button-icon-holder{position:relative;color:#292929;border:2px solid #2e2e2e;display:inline-block}.woocommerce-page .button-icon-holder i,.woocommerce .button-icon-holder i{width:46px;height:100%;line-height:46px;text-align:center;font-size:16px;font-weight:normal!important;display:block;border-right:2px solid #2e2e2e;position:absolute;left:0;top:0;text-decoration:inherit;display:inline-block;speak:none}.woocommerce-page .button-icon-holder:hover,.woocommerce .button-icon-holder:hover{background-color:#2e2e2e}.woocommerce-page .button-icon-holder:hover input,.woocommerce .button-icon-holder:hover input,.woocommerce-page .button-icon-holder:hover a,.woocommerce .button-icon-holder:hover a{color:#fff}.woocommerce-page .button-icon-holder input,.woocommerce .button-icon-holder input,.woocommerce-page .button-icon-holder a,.woocommerce .button-icon-holder a{background:none;outline:none;width:100%;height:100%;border:none;font-size:100%;line-height:1em;text-transform:uppercase;color:#292929;padding:15px 18px 14px 60px!important;display:inline-block}.woocommerce-page .single_add_to_cart_button,.woocommerce .single_add_to_cart_button{padding:14px 18px 14px 60px!important;color:#2e2e2e;border:2px solid #2e2e2e!important}.woocommerce-page .single_add_to_cart_button:before,.woocommerce .single_add_to_cart_button:before{font-family:'ArtbeesWPTokens';font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:normal;vertical-align:middle;content:"\e00e";width:44px;height:100%;line-height:44px;text-align:center;font-size:16px;font-weight:normal!important;display:block;border-right:2px solid #2e2e2e;position:absolute;left:0;top:0;text-decoration:inherit;display:inline-block;speak:none;color:#292929!important}.woocommerce-page .quantity,.woocommerce .quantity,.woocommerce-page #content .quantity,.woocommerce #content .quantity{width:132px;position:relative;margin:0 auto;overflow:hidden;zoom:1}.woocommerce-page .quantity input.qty,.woocommerce .quantity input.qty,.woocommerce-page #content .quantity input.qty,.woocommerce #content .quantity input.qty{width:42px;height:40px;float:left;padding:0 1px;text-align:center;border:2px solid #eee;border-left:none;border-right:none;font-weight:700;margin:0 0 0 44px;-moz-appearance:textfield}.woocommerce-page .quantity input.qty::-webkit-inner-spin-button,.woocommerce .quantity input.qty::-webkit-inner-spin-button,.woocommerce-page #content .quantity input.qty::-webkit-inner-spin-button,.woocommerce #content .quantity input.qty::-webkit-inner-spin-button,.woocommerce-page .quantity input.qty::-webkit-outer-spin-button,.woocommerce .quantity input.qty::-webkit-outer-spin-button,.woocommerce-page #content .quantity input.qty::-webkit-outer-spin-button,.woocommerce #content .quantity input.qty::-webkit-outer-spin-button{-webkit-appearance:none}.woocommerce-page .quantity input.qty:focus,.woocommerce .quantity input.qty:focus,.woocommerce-page #content .quantity input.qty:focus,.woocommerce #content .quantity input.qty:focus{outline:none}.woocommerce-page .quantity .screen-reader-text,.woocommerce .quantity .screen-reader-text,.woocommerce-page #content .quantity .screen-reader-text,.woocommerce #content .quantity .screen-reader-text{display:none!important}.woocommerce-page .quantity noindex:-o-prefocus,.woocommerce .quantity noindex:-o-prefocus,.woocommerce-page #content .quantity noindex:-o-prefocus,.woocommerce #content .quantity noindex:-o-prefocus,.woocommerce-page .quantity input[type=number],.woocommerce .quantity input[type=number],.woocommerce-page #content .quantity input[type=number],.woocommerce #content .quantity input[type=number]{padding-right:1.2em}.woocommerce-page .quantity .plus,.woocommerce .quantity .plus,.woocommerce-page #content .quantity .plus,.woocommerce #content .quantity .plus,.woocommerce-page .quantity .minus,.woocommerce .quantity .minus,.woocommerce-page #content .quantity .minus,.woocommerce #content .quantity .minus{display:block;padding:0;position:absolute;text-align:center;vertical-align:text-top;width:44px;height:44px;overflow:visible;text-decoration:none;font-weight:700;cursor:pointer;line-height:44px;margin:0;background-color:#fff;font-size:24px;border:2px solid #eee;color:#999!important;font-weight:300}.woocommerce-page .quantity .plus:hover,.woocommerce .quantity .plus:hover,.woocommerce-page #content .quantity .plus:hover,.woocommerce #content .quantity .plus:hover,.woocommerce-page .quantity .minus:hover,.woocommerce .quantity .minus:hover,.woocommerce-page #content .quantity .minus:hover,.woocommerce #content .quantity .minus:hover{background-color:#999;border-color:#999;color:#fff!important}.woocommerce-page .quantity .plus:focus,.woocommerce .quantity .plus:focus,.woocommerce-page #content .quantity .plus:focus,.woocommerce #content .quantity .plus:focus,.woocommerce-page .quantity .minus:focus,.woocommerce .quantity .minus:focus,.woocommerce-page #content .quantity .minus:focus,.woocommerce #content .quantity .minus:focus{outline:none}.woocommerce-page .quantity .plus,.woocommerce .quantity .plus,.woocommerce-page #content .quantity .plus,.woocommerce #content .quantity .plus{top:0;right:0}.woocommerce-page .quantity .minus,.woocommerce .quantity .minus,.woocommerce-page #content .quantity .minus,.woocommerce #content .quantity .minus{bottom:0;left:0}.woocommerce-page #reviews h2 small,.woocommerce #reviews h2 small{float:right;color:#777;font-size:15px;line-height:21px;margin:10px 0 0 0}.woocommerce-page #reviews h2 small a,.woocommerce #reviews h2 small a{text-decoration:none;color:#777}.woocommerce-page #reviews h3,.woocommerce #reviews h3{margin:0}.woocommerce-page #reviews #respond,.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce-page #reviews #comment,.woocommerce #reviews #comment{height:75px}.woocommerce-page #reviews #comments .add_review,.woocommerce #reviews #comments .add_review{*zoom:1}.woocommerce-page #reviews #comments .add_review:before,.woocommerce #reviews #comments .add_review:before,.woocommerce-page #reviews #comments .add_review:after,.woocommerce #reviews #comments .add_review:after{content:" ";display:table}.woocommerce-page #reviews #comments .add_review:after,.woocommerce #reviews #comments .add_review:after{clear:both}.woocommerce-page #reviews #comments .add_review:before,.woocommerce #reviews #comments .add_review:before,.woocommerce-page #reviews #comments .add_review:after,.woocommerce #reviews #comments .add_review:after{content:" ";display:table}.woocommerce-page #reviews #comments .add_review:after,.woocommerce #reviews #comments .add_review:after{clear:both}.woocommerce-page #reviews #comments h2,.woocommerce #reviews #comments h2{clear:none}.woocommerce-page #reviews #comments ol.commentlist,.woocommerce #reviews #comments ol.commentlist{*zoom:1;margin:0;width:100%;background:none;list-style:none}.woocommerce-page #reviews #comments ol.commentlist:before,.woocommerce #reviews #comments ol.commentlist:before,.woocommerce-page #reviews #comments ol.commentlist:after,.woocommerce #reviews #comments ol.commentlist:after{content:" ";display:table}.woocommerce-page #reviews #comments ol.commentlist:after,.woocommerce #reviews #comments ol.commentlist:after{clear:both}.woocommerce-page #reviews #comments ol.commentlist:before,.woocommerce #reviews #comments ol.commentlist:before,.woocommerce-page #reviews #comments ol.commentlist:after,.woocommerce #reviews #comments ol.commentlist:after{content:" ";display:table}.woocommerce-page #reviews #comments ol.commentlist:after,.woocommerce #reviews #comments ol.commentlist:after{clear:both}.woocommerce-page #reviews #comments ol.commentlist .comment_container,.woocommerce #reviews #comments ol.commentlist .comment_container{position:relative}.woocommerce-page #reviews #comments ol.commentlist li,.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;background:0;border:0}.woocommerce-page #reviews #comments ol.commentlist li .meta,.woocommerce #reviews #comments ol.commentlist li .meta{margin:0!important}.woocommerce-page #reviews #comments ol.commentlist li .meta strong,.woocommerce #reviews #comments ol.commentlist li .meta strong{font-weight:700;color:#4c4c4c}.woocommerce-page #reviews #comments ol.commentlist li .meta time,.woocommerce #reviews #comments ol.commentlist li .meta time{font-size:12px;font-style:italic;color:#9e9e9e}.woocommerce-page #reviews #comments ol.commentlist li img.avatar,.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:50%;left:0;margin-top:-23px;width:46px;height:46px;line-height:1}.woocommerce-page #reviews #comments ol.commentlist li .comment-text,.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 65px;padding:18px 20px 0;border:2px solid #eee;background-color:#fff;position:relative;*zoom:1}.woocommerce-page #reviews #comments ol.commentlist li .comment-text:before,.woocommerce #reviews #comments ol.commentlist li .comment-text:before,.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:after{content:" ";display:table}.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:after{clear:both}.woocommerce-page #reviews #comments ol.commentlist li .comment-text:before,.woocommerce #reviews #comments ol.commentlist li .comment-text:before,.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:after{content:" ";display:table}.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:after{clear:both}.woocommerce-page #reviews #comments ol.commentlist li .comment-text .description,.woocommerce #reviews #comments ol.commentlist li .comment-text .description{margin:0 0 18px;font-size:15px;line-height:26px}.woocommerce-page #reviews #comments ol.commentlist li .comment-text:before,.woocommerce #reviews #comments ol.commentlist li .comment-text:before{position:absolute;top:50%;left:-8px;margin-top:-7px;width:14px;height:14px;border:2px solid #eee;border-right:none;border-top:none;background-color:#fff;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.woocommerce-page #reviews #comments ol.commentlist ul.children,.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating,.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce-page #reviews #comments ol.commentlist #respond,.woocommerce #reviews #comments ol.commentlist #respond{padding:1em 1em 0;margin:50px 0 0 50px}.woocommerce-page #reviews #comments .commentlist>li:before,.woocommerce #reviews #comments .commentlist>li:before{content:""}.woocommerce-page .star-rating,.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1em;font-size:1em;width:5.4em;font-size:16px}.woocommerce-page .star-rating:before,.woocommerce .star-rating:before{content:"\f005\f005\f005\f005\f005";float:left;letter-spacing:2px;top:0;left:0;position:absolute;color:#444}.woocommerce-page .star-rating span,.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce-page .star-rating span:before,.woocommerce .star-rating span:before{content:"\f005\f005\f005\f005\f005";top:0;letter-spacing:2px;position:absolute;left:0}.woocommerce-page .woocommerce-product-rating,.woocommerce .woocommerce-product-rating{line-height:2em;display:block;margin-bottom:25px;*zoom:1}.woocommerce-page .woocommerce-product-rating:before,.woocommerce .woocommerce-product-rating:before,.woocommerce-page .woocommerce-product-rating:after,.woocommerce .woocommerce-product-rating:after{content:" ";display:table}.woocommerce-page .woocommerce-product-rating:after,.woocommerce .woocommerce-product-rating:after{clear:both}.woocommerce-page .woocommerce-product-rating:before,.woocommerce .woocommerce-product-rating:before,.woocommerce-page .woocommerce-product-rating:after,.woocommerce .woocommerce-product-rating:after{content:" ";display:table}.woocommerce-page .woocommerce-product-rating:after,.woocommerce .woocommerce-product-rating:after{clear:both}.woocommerce-page .woocommerce-product-rating .star-rating,.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce-page .products .star-rating,.woocommerce .products .star-rating{display:block;float:none;margin-top:4px}.woocommerce-page .hreview-aggregate .star-rating,.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0 0}.woocommerce-page #review_form #respond,.woocommerce #review_form #respond{*zoom:1;position:static;margin:20px 0 0 0;width:auto;padding:0 0 0;background:transparent none;border:0}.woocommerce-page #review_form #respond:before,.woocommerce #review_form #respond:before,.woocommerce-page #review_form #respond:after,.woocommerce #review_form #respond:after{content:" ";display:table}.woocommerce-page #review_form #respond:after,.woocommerce #review_form #respond:after{clear:both}.woocommerce-page #review_form #respond:before,.woocommerce #review_form #respond:before,.woocommerce-page #review_form #respond:after,.woocommerce #review_form #respond:after{content:" ";display:table}.woocommerce-page #review_form #respond:after,.woocommerce #review_form #respond:after{clear:both}.woocommerce-page #review_form #respond p,.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce-page #review_form #respond p label,.woocommerce #review_form #respond p label{display:block;font-weight:700;margin-bottom:5px}.woocommerce-page #review_form #respond .comment-form-rating,.woocommerce #review_form #respond .comment-form-rating{margin-bottom:20px;clear:both}.woocommerce-page #review_form #respond .form-submit input,.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce-page #review_form #respond textarea,.woocommerce #review_form #respond textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}@media handheld,only screen and (max-width:767px){.woocommerce-page #review_form input,.woocommerce #review_form input,.woocommerce-page #review_form textarea,.woocommerce #review_form textarea{width:100%}}.woocommerce-page #review_form .comment-form-email,.woocommerce #review_form .comment-form-email{float:none!important}.woocommerce-page p.stars,.woocommerce p.stars{position:relative;font-size:1em}.woocommerce-page p.stars a,.woocommerce p.stars a{display:inline-block;font-weight:700;margin-right:1em;text-indent:-9999px;position:relative}.woocommerce-page p.stars a:last-child,.woocommerce p.stars a:last-child{border-right:0}.woocommerce-page p.stars a.star-1,.woocommerce p.stars a.star-1,.woocommerce-page p.stars a.star-2,.woocommerce p.stars a.star-2,.woocommerce-page p.stars a.star-3,.woocommerce p.stars a.star-3,.woocommerce-page p.stars a.star-4,.woocommerce p.stars a.star-4,.woocommerce-page p.stars a.star-5,.woocommerce p.stars a.star-5{border-right:1px solid #ccc}.woocommerce-page p.stars a.star-1:after,.woocommerce p.stars a.star-1:after,.woocommerce-page p.stars a.star-2:after,.woocommerce p.stars a.star-2:after,.woocommerce-page p.stars a.star-3:after,.woocommerce p.stars a.star-3:after,.woocommerce-page p.stars a.star-4:after,.woocommerce p.stars a.star-4:after,.woocommerce-page p.stars a.star-5:after,.woocommerce p.stars a.star-5:after{font-family:"WooCommerce";text-indent:0;position:absolute;top:0;left:0;padding-right:1em}@media handheld,only screen and (max-width:767px){.woocommerce-page p.stars a.star-1,.woocommerce p.stars a.star-1,.woocommerce-page p.stars a.star-2,.woocommerce p.stars a.star-2,.woocommerce-page p.stars a.star-3,.woocommerce p.stars a.star-3,.woocommerce-page p.stars a.star-4,.woocommerce p.stars a.star-4,.woocommerce-page p.stars a.star-5,.woocommerce p.stars a.star-5{border:none;display:block;margin-bottom:10px}}.woocommerce-page p.stars a.star-1,.woocommerce p.stars a.star-1{width:2em}.woocommerce-page p.stars a.star-1:after,.woocommerce p.stars a.star-1:after{content:"\e021"}.woocommerce-page p.stars a.star-1:hover:after,.woocommerce p.stars a.star-1:hover:after,.woocommerce-page p.stars a.star-1.active:after,.woocommerce p.stars a.star-1.active:after{content:"\e020"}.woocommerce-page p.stars a.star-2,.woocommerce p.stars a.star-2{width:3.5em}.woocommerce-page p.stars a.star-2:after,.woocommerce p.stars a.star-2:after{content:"\e021\e021"}.woocommerce-page p.stars a.star-2:hover:after,.woocommerce p.stars a.star-2:hover:after,.woocommerce-page p.stars a.star-2.active:after,.woocommerce p.stars a.star-2.active:after{content:"\e020\e020"}.woocommerce-page p.stars a.star-3,.woocommerce p.stars a.star-3{width:4.5em}.woocommerce-page p.stars a.star-3:after,.woocommerce p.stars a.star-3:after{content:"\e021\e021\e021"}.woocommerce-page p.stars a.star-3:hover:after,.woocommerce p.stars a.star-3:hover:after,.woocommerce-page p.stars a.star-3.active:after,.woocommerce p.stars a.star-3.active:after{content:"\e020\e020\e020"}.woocommerce-page p.stars a.star-4,.woocommerce p.stars a.star-4{width:5.5em}.woocommerce-page p.stars a.star-4:after,.woocommerce p.stars a.star-4:after{content:"\e021\e021\e021\e021"}.woocommerce-page p.stars a.star-4:hover:after,.woocommerce p.stars a.star-4:hover:after,.woocommerce-page p.stars a.star-4.active:after,.woocommerce p.stars a.star-4.active:after{content:"\e020\e020\e020\e020"}.woocommerce-page p.stars a.star-5,.woocommerce p.stars a.star-5{width:6.5em;border:0}.woocommerce-page p.stars a.star-5:after,.woocommerce p.stars a.star-5:after{content:"\e021\e021\e021\e021\e021"}.woocommerce-page p.stars a.star-5:hover:after,.woocommerce p.stars a.star-5:hover:after,.woocommerce-page p.stars a.star-5.active:after,.woocommerce p.stars a.star-5.active:after{content:"\e020\e020\e020\e020\e020"}.woocommerce-page table.shop_attributes,.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce-page table.shop_attributes th,.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5em}.woocommerce-page table.shop_attributes td,.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5em}.woocommerce-page table.shop_attributes td p,.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce-page table.shop_attributes .alt td,.woocommerce table.shop_attributes .alt td,.woocommerce-page table.shop_attributes .alt th,.woocommerce table.shop_attributes .alt th{background:rgba(0,0,0,.025)}.woocommerce-page .full-layout .shop_table_form,.woocommerce .full-layout .shop_table_form{width:74%;float:left;margin-bottom:40px;padding-right:30px;border-right:1px solid #eee}.woocommerce-page .left-layout .shop_table_form,.woocommerce .left-layout .shop_table_form,.woocommerce-page .right-layout .shop_table_form,.woocommerce .right-layout .shop_table_form{width:100%;margin-bottom:40px}@media handheld,only screen and (max-width:1100px){.woocommerce-page .shop_table_form,.woocommerce .shop_table_form{width:100%!important;padding:0!important;border:none!important}.woocommerce-page .cart_totals,.woocommerce .cart_totals{margin-bottom:30px}.woocommerce-page .left-layout .shop_table.cart .checkout-button-holder,.woocommerce .left-layout .shop_table.cart .checkout-button-holder,.woocommerce-page .right-layout .shop_table.cart .checkout-button-holder,.woocommerce .right-layout .shop_table.cart .checkout-button-holder{margin-top:15px}.woocommerce-page .left-layout .shop_table.cart input[name="update_cart"],.woocommerce .left-layout .shop_table.cart input[name="update_cart"],.woocommerce-page .right-layout .shop_table.cart input[name="update_cart"],.woocommerce .right-layout .shop_table.cart input[name="update_cart"]{margin-right:0}}@media handheld,only screen and (max-width:960px){.woocommerce-page .left-layout .shop_table.cart .checkout-button-holder,.woocommerce .left-layout .shop_table.cart .checkout-button-holder,.woocommerce-page .right-layout .shop_table.cart .checkout-button-holder,.woocommerce .right-layout .shop_table.cart .checkout-button-holder{margin:0}.woocommerce-page .left-layout .shop_table.cart input[name="update_cart"],.woocommerce .left-layout .shop_table.cart input[name="update_cart"],.woocommerce-page .right-layout .shop_table.cart input[name="update_cart"],.woocommerce .right-layout .shop_table.cart input[name="update_cart"]{margin-right:10px}}@media handheld,only screen and (max-width:767px){.woocommerce-page .shop_table_form .coupon,.woocommerce .shop_table_form .coupon{float:none!important}.woocommerce-page .shop_table_form .coupon .input-text,.woocommerce .shop_table_form .coupon .input-text{width:100%!important;margin-bottom:15px}.woocommerce-page .shop_table_form .button,.woocommerce .shop_table_form .button,.woocommerce-page .shop_table_form .button-icon-holder,.woocommerce .shop_table_form .button-icon-holder{display:block!important;width:100%;margin-bottom:15px}}.woocommerce-page table.shop_table,.woocommerce table.shop_table{border:none;margin:0 0 30px 0;text-align:left;border-collapse:separate}.woocommerce-page table.shop_table.order_details,.woocommerce table.shop_table.order_details{margin-bottom:30px}.woocommerce-page table.shop_table thead th,.woocommerce table.shop_table thead th{line-height:18px;padding:18px 12px;text-transform:uppercase;font-weight:700;background-color:#222;color:#fff}.woocommerce-page table.shop_table tr th,.woocommerce table.shop_table tr th{font-size:13px;text-transform:none}.woocommerce-page table.shop_table .cart_item:nth-child(even),.woocommerce table.shop_table .cart_item:nth-child(even),.woocommerce-page table.shop_table .order_item:nth-child(even),.woocommerce table.shop_table .order_item:nth-child(even){background:#fafafa}.woocommerce-page table.shop_table td,.woocommerce table.shop_table td{padding:10px 12px;vertical-align:middle;font-size:13px}.woocommerce-page table.shop_table td small,.woocommerce table.shop_table td small{font-weight:400}.woocommerce-page table.shop_table tfoot td,.woocommerce table.shop_table tfoot td,.woocommerce-page table.shop_table tfoot th,.woocommerce table.shop_table tfoot th{font-weight:700}.woocommerce-page table.shop_table .product-subtotal,.woocommerce table.shop_table .product-subtotal{font-weight:700}@media handheld,only screen and (max-width:767px){.woocommerce-page table.shop_table th,.woocommerce table.shop_table th{padding:14px 8px}.woocommerce-page table.shop_table td,.woocommerce table.shop_table td{padding:6px 8px}}.woocommerce-page #order_review tfoot td,.woocommerce #order_review tfoot td,.woocommerce-page #order_review tfoot th,.woocommerce #order_review tfoot th{font-weight:400;text-transform:none}.woocommerce-page #order_review tr:nth-child(even),.woocommerce #order_review tr:nth-child(even){background:#fafafa}.woocommerce-page table.my_account_orders,.woocommerce table.my_account_orders{margin-bottom:60px}.woocommerce-page table.my_account_orders tr:nth-child(even),.woocommerce table.my_account_orders tr:nth-child(even){background:#fafafa}.woocommerce-page table.my_account_orders th,.woocommerce table.my_account_orders th,.woocommerce-page table.my_account_orders td,.woocommerce table.my_account_orders td{padding:4px 8px;vertical-align:middle}.woocommerce-page table.my_account_orders .button,.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce-page table.my_account_orders .order-actions,.woocommerce table.my_account_orders .order-actions{text-align:right}.woocommerce-page table.my_account_orders .order-actions .button,.woocommerce table.my_account_orders .order-actions .button{margin:.125em 0 .125em .25em}.woocommerce-page td.product-name dl.variation,.woocommerce td.product-name dl.variation{margin:.25em 0;*zoom:1}.woocommerce-page td.product-name dl.variation:before,.woocommerce td.product-name dl.variation:before,.woocommerce-page td.product-name dl.variation:after,.woocommerce td.product-name dl.variation:after{content:" ";display:table}.woocommerce-page td.product-name dl.variation:after,.woocommerce td.product-name dl.variation:after{clear:both}.woocommerce-page td.product-name dl.variation:before,.woocommerce td.product-name dl.variation:before,.woocommerce-page td.product-name dl.variation:after,.woocommerce td.product-name dl.variation:after{content:" ";display:table}.woocommerce-page td.product-name dl.variation:after,.woocommerce td.product-name dl.variation:after{clear:both}.woocommerce-page td.product-name dl.variation dt,.woocommerce td.product-name dl.variation dt,.woocommerce-page td.product-name dl.variation dd,.woocommerce td.product-name dl.variation dd{display:inline-block;float:left;margin-bottom:1em}.woocommerce-page td.product-name dl.variation dt,.woocommerce td.product-name dl.variation dt{font-weight:700;padding:0 0 .25em 0;margin:0 4px 0 0;clear:left}.woocommerce-page td.product-name dl.variation dd,.woocommerce td.product-name dl.variation dd{padding:0 0 .25em 0}.woocommerce-page td.product-name dl.variation dd p:last-child,.woocommerce td.product-name dl.variation dd p:last-child{margin-bottom:0}.woocommerce-page td.product-name p.backorder_notification,.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce-page td.product-quantity,.woocommerce td.product-quantity{min-width:80px}.woocommerce-page table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce #content table.cart .product-thumbnail{min-width:50px}.woocommerce-page table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce #content table.cart img{width:50px}.woocommerce-page table.cart th,.woocommerce table.cart th,.woocommerce-page #content table.cart th,.woocommerce #content table.cart th,.woocommerce-page table.cart td,.woocommerce table.cart td,.woocommerce-page #content table.cart td,.woocommerce #content table.cart td{vertical-align:middle;text-align:left}.woocommerce-page table.cart a.remove,.woocommerce table.cart a.remove,.woocommerce-page #content table.cart a.remove,.woocommerce #content table.cart a.remove{display:block;font-size:28px;font-weight:700;text-align:center;color:#999}.woocommerce-page table.cart a.remove:hover,.woocommerce table.cart a.remove:hover,.woocommerce-page #content table.cart a.remove:hover,.woocommerce #content table.cart a.remove:hover{color:#000}.woocommerce-page table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce #content table.cart td.actions{padding:10px 0}.woocommerce-page table.cart td.actions input[name="update_cart"],.woocommerce table.cart td.actions input[name="update_cart"],.woocommerce-page #content table.cart td.actions input[name="update_cart"],.woocommerce #content table.cart td.actions input[name="update_cart"]{margin-right:0!important}.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon .input-text{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:13px;color:#666;padding:12px 16px;background-color:#fff;border:2px solid #eee;width:140px;margin-right:10px}.woocommerce-page table.cart td.actions .coupon .input-text:focus,.woocommerce table.cart td.actions .coupon .input-text:focus,.woocommerce-page #content table.cart td.actions .coupon .input-text:focus,.woocommerce #content table.cart td.actions .coupon .input-text:focus{outline:none}.woocommerce-page table.cart td.actions .coupon input[name="apply_coupon"],.woocommerce table.cart td.actions .coupon input[name="apply_coupon"],.woocommerce-page #content table.cart td.actions .coupon input[name="apply_coupon"],.woocommerce #content table.cart td.actions .coupon input[name="apply_coupon"]{line-height:0.9em!important}@media handheld,only screen and (max-width:650px){.woocommerce-page table.cart td.actions input[name="update_cart"],.woocommerce table.cart td.actions input[name="update_cart"],.woocommerce-page #content table.cart td.actions input[name="update_cart"],.woocommerce #content table.cart td.actions input[name="update_cart"]{display:block;margin-top:20px;width:100%}.woocommerce-page table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce #content table.cart td.actions .coupon{float:none}.woocommerce-page table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .button{margin-right:0}}.woocommerce-page table.cart .quantity,.woocommerce table.cart .quantity,.woocommerce-page #content table.cart .quantity,.woocommerce #content table.cart .quantity{width:80px}.woocommerce-page table.cart .quantity input.qty,.woocommerce table.cart .quantity input.qty,.woocommerce-page #content table.cart .quantity input.qty,.woocommerce #content table.cart .quantity input.qty{width:31px;height:24px;padding:0 8px 0 8px;margin:0 0 0 16px}.woocommerce-page table.cart .quantity .plus,.woocommerce table.cart .quantity .plus,.woocommerce-page #content table.cart .quantity .plus,.woocommerce #content table.cart .quantity .plus,.woocommerce-page table.cart .quantity .minus,.woocommerce table.cart .quantity .minus,.woocommerce-page #content table.cart .quantity .minus,.woocommerce #content table.cart .quantity .minus{width:28px;height:28px;line-height:26px;font-size:16px}.woocommerce-page ul.cart_list,.woocommerce ul.cart_list,.woocommerce-page ul.product_list_widget,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0 0 15px!important}.woocommerce-page ul.cart_list li,.woocommerce ul.cart_list li,.woocommerce-page ul.product_list_widget li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;*zoom:1;list-style:none}.woocommerce-page ul.cart_list li:before,.woocommerce ul.cart_list li:before,.woocommerce-page ul.product_list_widget li:before,.woocommerce ul.product_list_widget li:before,.woocommerce-page ul.cart_list li:after,.woocommerce ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:after{content:" ";display:table}.woocommerce-page ul.cart_list li:after,.woocommerce ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:after{clear:both}.woocommerce-page ul.cart_list li:before,.woocommerce ul.cart_list li:before,.woocommerce-page ul.product_list_widget li:before,.woocommerce ul.product_list_widget li:before,.woocommerce-page ul.cart_list li:after,.woocommerce ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:after{content:" ";display:table}.woocommerce-page ul.cart_list li:after,.woocommerce ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:after{clear:both}.woocommerce-page ul.cart_list li a,.woocommerce ul.cart_list li a,.woocommerce-page ul.product_list_widget li a,.woocommerce ul.product_list_widget li a{vertical-align:top;display:block;line-height:16px}.woocommerce-page ul.cart_list li .quantity,.woocommerce ul.cart_list li .quantity,.woocommerce-page ul.product_list_widget li .quantity,.woocommerce ul.product_list_widget li .quantity{width:auto!important;display:inline-block;font-weight:700;margin:12px 0 0;padding-top:5px;border-top:1px solid rgba(128,128,128,.1)}.woocommerce-page ul.cart_list li img,.woocommerce ul.cart_list li img,.woocommerce-page ul.product_list_widget li img,.woocommerce ul.product_list_widget li img{margin-right:15px;width:70px;height:auto;float:left}.woocommerce-page ul.cart_list li .amount,.woocommerce ul.cart_list li .amount,.woocommerce-page ul.product_list_widget li .amount,.woocommerce ul.product_list_widget li .amount{font-weight:700}.woocommerce-page ul.cart_list li dl,.woocommerce ul.cart_list li dl,.woocommerce-page ul.product_list_widget li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce-page ul.cart_list li dl dt,.woocommerce ul.cart_list li dl dt,.woocommerce-page ul.product_list_widget li dl dt,.woocommerce ul.product_list_widget li dl dt,.woocommerce-page ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dd,.woocommerce-page ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dd{display:inline-block;float:left;margin-botom:1em}.woocommerce-page ul.cart_list li dl dt,.woocommerce ul.cart_list li dl dt,.woocommerce-page ul.product_list_widget li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em 0;margin:0 4px 0 0;clear:left}.woocommerce-page ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dd,.woocommerce-page ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em 0}.woocommerce-page ul.cart_list li dl dd p:last-child,.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce-page ul.product_list_widget li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce-page ul.cart_list li .variation,.woocommerce ul.cart_list li .variation,.woocommerce-page ul.product_list_widget li .variation,.woocommerce ul.product_list_widget li .variation{display:none}.woocommerce-page ul.cart_list li .star-rating,.woocommerce ul.cart_list li .star-rating,.woocommerce-page ul.product_list_widget li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none;font-size:12px!important;margin:6px 0}.woocommerce-page .cart_list.product_list_widget li,.woocommerce .cart_list.product_list_widget li{position:relative;margin-left:20px}.woocommerce-page .cart_list.product_list_widget a.remove,.woocommerce .cart_list.product_list_widget a.remove{display:block;text-align:center;color:#999;position:absolute;left:-20px;top:50%;margin-top:-6px;font-size:16px}.woocommerce-page .cart_list.product_list_widget a.remove:hover,.woocommerce .cart_list.product_list_widget a.remove:hover{color:red}.woocommerce-page.widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total,.woocommerce-page .widget_shopping_cart .total,.woocommerce .widget_shopping_cart .total{padding:10px 0 0;font-weight:700}.woocommerce-page.widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong,.woocommerce-page .widget_shopping_cart .total strong,.woocommerce .widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce-page.widget_shopping_cart .buttons,.woocommerce.widget_shopping_cart .buttons,.woocommerce-page .widget_shopping_cart .buttons,.woocommerce .widget_shopping_cart .buttons{*zoom:1}.woocommerce-page.widget_shopping_cart .buttons:before,.woocommerce.widget_shopping_cart .buttons:before,.woocommerce-page .widget_shopping_cart .buttons:before,.woocommerce .widget_shopping_cart .buttons:before,.woocommerce-page.widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:after,.woocommerce-page .widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:after{content:" ";display:table}.woocommerce-page.widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:after,.woocommerce-page .widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:after{clear:both}.woocommerce-page.widget_shopping_cart .buttons:before,.woocommerce.widget_shopping_cart .buttons:before,.woocommerce-page .widget_shopping_cart .buttons:before,.woocommerce .widget_shopping_cart .buttons:before,.woocommerce-page.widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:after,.woocommerce-page .widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:after{content:" ";display:table}.woocommerce-page.widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:after,.woocommerce-page .widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:after{clear:both}.woocommerce-page.widget_shopping_cart .buttons .wc-forward:after,.woocommerce.widget_shopping_cart .buttons .wc-forward:after,.woocommerce-page .widget_shopping_cart .buttons .wc-forward:after,.woocommerce .widget_shopping_cart .buttons .wc-forward:after,.woocommerce-page.widget_shopping_cart .buttons .wc-forward:before,.woocommerce.widget_shopping_cart .buttons .wc-forward:before,.woocommerce-page .widget_shopping_cart .buttons .wc-forward:before,.woocommerce .widget_shopping_cart .buttons .wc-forward:before{display:none!important}.woocommerce-page .full-layout .cart-collaterals,.woocommerce .full-layout .cart-collaterals{width:26%;float:left;padding-left:30px}.woocommerce-page .right-layout .cart-collaterals,.woocommerce .right-layout .cart-collaterals,.woocommerce-page .left-layout .cart-collaterals,.woocommerce .left-layout .cart-collaterals{width:100%;float:none}.woocommerce-page .cart-collaterals .shipping_calculator,.woocommerce .cart-collaterals .shipping_calculator{margin:20px 0 30px}.woocommerce-page .cart-collaterals .shipping_calculator .form-row,.woocommerce .cart-collaterals .shipping_calculator .form-row{padding:0 0 10px}.woocommerce-page .cart-collaterals .shipping_calculator .button,.woocommerce .cart-collaterals .shipping_calculator .button{margin-top:10px;display:block}.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form,.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form{display:block!important}.woocommerce-page .cart-collaterals .cart_totals p,.woocommerce .cart-collaterals .cart_totals p{margin:0}.woocommerce-page .cart-collaterals .cart_totals table,.woocommerce .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}.woocommerce-page .cart-collaterals .cart_totals table tr:nth-child(odd),.woocommerce .cart-collaterals .cart_totals table tr:nth-child(odd){background-color:#fafafa}.woocommerce-page .cart-collaterals .cart_totals table th,.woocommerce .cart-collaterals .cart_totals table th{padding:10px 12px;width:55%;text-align:left;text-transform:none}.woocommerce-page .cart-collaterals .cart_totals table td,.woocommerce .cart-collaterals .cart_totals table td{padding:10px 0;text-align:left}.woocommerce-page .cart-collaterals .cart_totals table td,.woocommerce .cart-collaterals .cart_totals table td,.woocommerce-page .cart-collaterals .cart_totals table th,.woocommerce .cart-collaterals .cart_totals table th{vertical-align:top}.woocommerce-page .cart-collaterals .cart_totals table small,.woocommerce .cart-collaterals .cart_totals table small{display:block}.woocommerce-page .cart-collaterals .cart_totals table select,.woocommerce .cart-collaterals .cart_totals table select{width:100%}.woocommerce-page .cart-collaterals .cart_totals a.button.alt,.woocommerce .cart-collaterals .cart_totals a.button.alt{display:inline-block}.woocommerce-page .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .cross-sells{display:block;clear:both}.woocommerce-page .cart-collaterals .cross-sells ul.products li.product,.woocommerce .cart-collaterals .cross-sells ul.products li.product{margin-top:0}@media handheld,only screen and (max-width:1100px){.woocommerce-page .cart-collaterals,.woocommerce .cart-collaterals{clear:both!important;width:100%!important;float:none!important;padding:0!important}}.woocommerce-page .wc-proceed-to-checkout,.woocommerce .wc-proceed-to-checkout{margin-top:20px}.woocommerce-page form .form-row,.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder,.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity 0.5s 0.5s ease;-moz-transition:opacity 0.5s 0.5s ease;transition:opacity 0.5s 0.5s ease;opacity:0}.woocommerce-page form .form-row label,.woocommerce form .form-row label{line-height:2em}.woocommerce-page form .form-row label.hidden,.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce-page form .form-row label.inline,.woocommerce form .form-row label.inline{display:inline}.woocommerce-page form .form-row select,.woocommerce form .form-row select{cursor:pointer;margin:0}.woocommerce-page form .form-row .required,.woocommerce form .form-row .required{color:red;font-weight:700;border:0}.woocommerce-page form .form-row .input-checkbox,.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce-page form .form-row input.input-text,.woocommerce form .form-row input.input-text,.woocommerce-page form .form-row textarea,.woocommerce form .form-row textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0;outline:0;line-height:1em}.woocommerce-page form .form-row textarea,.woocommerce form .form-row textarea{height:4em;line-height:1.5em;display:block;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single,.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single,.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop,.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,.woocommerce-page form .form-row.validate-required.woocommerce-invalid select,.woocommerce form .form-row.validate-required.woocommerce-invalid select{border-color:#ff8c8c;background-color:#ffeded}.woocommerce-page form .form-row ::-webkit-input-placeholder,.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce-page form .form-row :-moz-placeholder,.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce-page form .form-row :-ms-input-placeholder,.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce-page form.login,.woocommerce form.login,.woocommerce-page form.checkout_coupon,.woocommerce form.checkout_coupon,.woocommerce-page form.register,.woocommerce form.register{padding:20px;margin:2em 0 2em 0;text-align:left;border:1px solid #eee;background-color:#fafafa}.woocommerce-page form.checkout_coupon .button,.woocommerce form.checkout_coupon .button{line-height:.9em}.woocommerce-page ul#shipping_method,.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce-page ul#shipping_method li,.woocommerce ul#shipping_method li{margin:0;padding:.25em 0 .25em 22px;text-indent:-22px;list-style:none outside}.woocommerce-page ul#shipping_method .amount,.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce-page p.woocommerce-shipping-contents,.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce-page #customer_details,.woocommerce #customer_details{margin-bottom:50px;width:60%;display:inline-block;vertical-align:top}.woocommerce-page .mk-checkout-payement,.woocommerce .mk-checkout-payement{display:inline-block;width:36%;margin-left:3.5%;border:2px solid #eee}.woocommerce-page .mk-checkout-payement h3,.woocommerce .mk-checkout-payement h3{font-size:14px;font-weight:bold!important;text-transform:uppercase;padding:17px;background-color:#2c2c2c}.woocommerce-page .mk-checkout-payement table,.woocommerce .mk-checkout-payement table{padding:20px 30px!important}.woocommerce-page .mk-checkout-payement th,.woocommerce .mk-checkout-payement th{padding:8px!important;text-transform:none;font-size:12px}.woocommerce-page .mk-checkout-payement thead th,.woocommerce .mk-checkout-payement thead th{background-color:transparent!important;color:#4e4e4e!important;border-bottom:1px solid #eee}@media handheld,only screen and (max-width:767px){.woocommerce-page #customer_details,.woocommerce #customer_details,.woocommerce-page .mk-checkout-payement,.woocommerce .mk-checkout-payement{float:none;width:100%;margin:0 0 30px;padding:0}}.woocommerce-page .woocommerce-additional-fields,.woocommerce .woocommerce-additional-fields{clear:both}.woocommerce-page .checkout .col-2 h3#ship-to-different-address,.woocommerce .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}.woocommerce-page .checkout .col-2 .notes,.woocommerce .checkout .col-2 .notes{clear:left}.woocommerce-page .checkout .col-2 .form-row-first,.woocommerce .checkout .col-2 .form-row-first{clear:left}.woocommerce-page .checkout .create-account small,.woocommerce .checkout .create-account small{font-size:11px;color:#777;line-height:13px;font-weight:400}.woocommerce-page .checkout div.shipping-address,.woocommerce .checkout div.shipping-address{padding:0;clear:left;width:100%}.woocommerce-page .checkout .shipping_address,.woocommerce .checkout .shipping_address{clear:both}.woocommerce-page #payment,.woocommerce #payment{background:#fafafa;border-radius:5px}.woocommerce-page #payment ul.payment_methods,.woocommerce #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #ebe9eb;margin:0;list-style:none outside}.woocommerce-page #payment ul.payment_methods li,.woocommerce #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}.woocommerce-page #payment ul.payment_methods li input,.woocommerce #payment ul.payment_methods li input{margin:0 1em 0 0}.woocommerce-page #payment ul.payment_methods li img,.woocommerce #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}.woocommerce-page #payment ul.payment_methods li img+img,.woocommerce #payment ul.payment_methods li img+img{margin-left:2px}.woocommerce-page #payment div.form-row,.woocommerce #payment div.form-row{padding:1em}.woocommerce-page #payment div.payment_box,.woocommerce #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;line-height:1.5;background-color:#ebe9eb;color:#515151}.woocommerce-page #payment div.payment_box input.input-text,.woocommerce #payment div.payment_box input.input-text,.woocommerce-page #payment div.payment_box textarea,.woocommerce #payment div.payment_box textarea{border-color:#bbb3b9 #c7c1c6 #c7c1c6}.woocommerce-page #payment div.payment_box ::-webkit-input-placeholder,.woocommerce #payment div.payment_box ::-webkit-input-placeholder{color:#bbb3b9}.woocommerce-page #payment div.payment_box :-moz-placeholder,.woocommerce #payment div.payment_box :-moz-placeholder{color:#bbb3b9}.woocommerce-page #payment div.payment_box :-ms-input-placeholder,.woocommerce #payment div.payment_box :-ms-input-placeholder{color:#bbb3b9}.woocommerce-page #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}.woocommerce-page #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-page #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new{margin:0 0 .5em}.woocommerce-page #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-page #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label{cursor:pointer}.woocommerce-page #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}.woocommerce-page #payment div.payment_box .wc-credit-card-form,.woocommerce #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa{background-image:url(../../../themes/ken/images/woocommerce/icons/credit-cards/visa.svg)}.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard{background-image:url(../../../themes/ken/images/woocommerce/icons/credit-cards/mastercard.svg)}.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser{background-image:url(../../../themes/ken/images/woocommerce/icons/credit-cards/laser.svg)}.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub{background-image:url(../../../themes/ken/images/woocommerce/icons/credit-cards/diners.svg)}.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro{background-image:url(../../../themes/ken/images/woocommerce/icons/credit-cards/maestro.svg)}.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb{background-image:url(../../../themes/ken/images/woocommerce/icons/credit-cards/jcb.svg)}.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex{background-image:url(../../../themes/ken/images/woocommerce/icons/credit-cards/amex.svg)}.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover{background-image:url(../../../themes/ken/images/woocommerce/icons/credit-cards/discover.svg)}.woocommerce-page #payment div.payment_box span.help,.woocommerce #payment div.payment_box span.help{font-size:.857em;color:$subtext;font-weight:400}.woocommerce-page #payment div.payment_box .form-row,.woocommerce #payment div.payment_box .form-row{margin:0 0 1em}.woocommerce-page #payment div.payment_box p:last-child,.woocommerce #payment div.payment_box p:last-child{margin-bottom:0}.woocommerce-page #payment div.payment_box::before,.woocommerce #payment div.payment_box::before{content:'';display:block;border:1em solid #ebe9eb;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}.woocommerce-page #payment .payment_method_paypal .about_paypal,.woocommerce #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}.woocommerce-page #payment .payment_method_paypal img,.woocommerce #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-page #payment #place_order,.woocommerce #payment #place_order{padding:14px 50px!important;float:right;margin-right:0}.woocommerce-page .order_details,.woocommerce .order_details{*zoom:1;margin:0 0 1.5em;list-style:none}.woocommerce-page .order_details:before,.woocommerce .order_details:before,.woocommerce-page .order_details:after,.woocommerce .order_details:after{content:" ";display:table}.woocommerce-page .order_details:after,.woocommerce .order_details:after{clear:both}.woocommerce-page .order_details:before,.woocommerce .order_details:before,.woocommerce-page .order_details:after,.woocommerce .order_details:after{content:" ";display:table}.woocommerce-page .order_details:after,.woocommerce .order_details:after{clear:both}.woocommerce-page .order_details li,.woocommerce .order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1em;border-right:1px solid #e0dadf;padding-right:2em}.woocommerce-page .order_details li strong,.woocommerce .order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5em}.woocommerce-page .order_details li:last-of-type,.woocommerce .order_details li:last-of-type{border:none}@media handheld,only screen and (max-width:767px){.woocommerce-page .order_details li,.woocommerce .order_details li{float:none;border-right:none;border-bottom:1px dashed #e0dadf;margin:0 0 2em}}.woocommerce-page .addresses .title,.woocommerce .addresses .title{*zoom:1}.woocommerce-page .addresses .title:before,.woocommerce .addresses .title:before,.woocommerce-page .addresses .title:after,.woocommerce .addresses .title:after{content:" ";display:table}.woocommerce-page .addresses .title:after,.woocommerce .addresses .title:after{clear:both}.woocommerce-page .addresses .title:before,.woocommerce .addresses .title:before,.woocommerce-page .addresses .title:after,.woocommerce .addresses .title:after{content:" ";display:table}.woocommerce-page .addresses .title:after,.woocommerce .addresses .title:after{clear:both}.woocommerce-page .addresses .title h3,.woocommerce .addresses .title h3{float:left}.woocommerce-page .addresses .title .edit,.woocommerce .addresses .title .edit{float:right}.woocommerce-page ol.commentlist.notes li.note p.meta,.woocommerce ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-page ol.commentlist.notes li.note .description p:last-child,.woocommerce ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-page ul.digital-downloads,.woocommerce ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-page ul.digital-downloads li,.woocommerce ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-page ul.digital-downloads li:before,.woocommerce ul.digital-downloads li:before{font-family:'WooCommerce';speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:7px;content:"\e00a"}.woocommerce-page ul.digital-downloads li .count,.woocommerce ul.digital-downloads li .count{float:right}.woocommerce-page .widget_layered_nav ul,.woocommerce .widget_layered_nav ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce-page .widget_layered_nav ul li,.woocommerce .widget_layered_nav ul li{*zoom:1;padding:0 0 1px;list-style:none}.woocommerce-page .widget_layered_nav ul li:before,.woocommerce .widget_layered_nav ul li:before,.woocommerce-page .widget_layered_nav ul li:after,.woocommerce .widget_layered_nav ul li:after{content:" ";display:table}.woocommerce-page .widget_layered_nav ul li:after,.woocommerce .widget_layered_nav ul li:after{clear:both}.woocommerce-page .widget_layered_nav ul li:before,.woocommerce .widget_layered_nav ul li:before,.woocommerce-page .widget_layered_nav ul li:after,.woocommerce .widget_layered_nav ul li:after{content:" ";display:table}.woocommerce-page .widget_layered_nav ul li:after,.woocommerce .widget_layered_nav ul li:after{clear:both}.woocommerce-page .widget_layered_nav ul li a,.woocommerce .widget_layered_nav ul li a,.woocommerce-page .widget_layered_nav ul li span,.woocommerce .widget_layered_nav ul li span{padding:1px 0;float:left}.woocommerce-page .widget_layered_nav ul li.chosen a,.woocommerce .widget_layered_nav ul li.chosen a{padding:0 6px;text-decoration:none;border:1px solid #ad74a2;background:#ad74a2;box-shadow:inset 0 1px 1px rgba(255,255,255,.5) #888;-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,.5) #888;color:#fff;-webkit-border-radius:3px;border-radius:3px}.woocommerce-page .widget_layered_nav ul li.chosen a:before,.woocommerce .widget_layered_nav ul li.chosen a:before{font-family:'WooCommerce';speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:7px;content:"\e013"}.woocommerce-page .widget_layered_nav ul small.count,.woocommerce .widget_layered_nav ul small.count{float:right;margin-left:6px;font-size:1em;padding:1px 0;color:#777}.woocommerce-page .widget_layered_nav_filters ul,.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce-page .widget_layered_nav_filters ul li,.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1px 1px 0;list-style:none}.woocommerce-page .widget_layered_nav_filters ul li a,.woocommerce .widget_layered_nav_filters ul li a{padding:0 6px;text-decoration:none;border:1px solid #ad74a2;background:#ad74a2;box-shadow:inset 0 1px 1px rgba(255,255,255,.5) #888;-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,.5) #888;color:#fff;-webkit-border-radius:3px;border-radius:3px;float:left}.woocommerce-page .widget_layered_nav_filters ul li a:before,.woocommerce .widget_layered_nav_filters ul li a:before{font-family:'WooCommerce';speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:7px;content:"\e013"}.woocommerce-page .widget_price_filter .price_slider,.woocommerce .widget_price_filter .price_slider{margin:5px 3px 15px 0}.woocommerce-page .widget_price_filter .price_slider_amount,.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4em;font-size:.8751em}.woocommerce-page .widget_price_filter .price_slider_amount .button,.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em}.woocommerce-page .widget_price_filter .price_slider_amount .button,.woocommerce .widget_price_filter .price_slider_amount .button{float:left}.woocommerce-page .widget_price_filter .ui-slider,.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left}.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:.9em;height:.9em;cursor:pointer;outline:none;top:-.3em;border:1px solid #505050;background-color:#fff}.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child,.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-1em}.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0}.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content,.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background:#505050}.woocommerce-page .widget_price_filter .ui-slider-horizontal,.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range,.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce-page .widget_price_filter .price_label,.woocommerce .widget_price_filter .price_label{text-align:left;margin-left:15px;line-height:40px;font-size:13px}.woocommerce-page .widget_price_filter .price_label .from,.woocommerce .widget_price_filter .price_label .from,.woocommerce-page .widget_price_filter .price_label .to,.woocommerce .widget_price_filter .price_label .to{font-weight:700}.woocommerce-page .widget_price_filter .button,.woocommerce .widget_price_filter .button{padding:13px 20px}.woocommerce-page mark,.woocommerce mark{background-color:transparent;font-weight:700}.woocommerce-page address,.woocommerce address{font-style:normal}.woocommerce-process-steps{width:100%;margin-bottom:75px;padding:0 30px;*zoom:1}@media handheld,only screen and (max-width:767px){.woocommerce-process-steps{display:none}}.woocommerce-process-steps:before,.woocommerce-process-steps:after{content:" ";display:table}.woocommerce-process-steps:after{clear:both}.woocommerce-process-steps:before,.woocommerce-process-steps:after{content:" ";display:table}.woocommerce-process-steps:after{clear:both}.woocommerce-process-steps ul{*zoom:1;list-style:none;position:relative;margin:0}.woocommerce-process-steps ul:before,.woocommerce-process-steps ul:after{content:" ";display:table}.woocommerce-process-steps ul:after{clear:both}.woocommerce-process-steps ul:before,.woocommerce-process-steps ul:after{content:" ";display:table}.woocommerce-process-steps ul:after{clear:both}.woocommerce-process-steps ul:after{width:99%;height:3px;background-color:#777;position:absolute;top:55px;left:0;z-index:0}.woocommerce-process-steps ul li{width:33.3%;text-align:center;float:left;margin:0}.woocommerce-process-steps ul li:first-child{text-align:left}.woocommerce-process-steps ul li:first-child span{left:-15%}@media handheld,only screen and (max-width:1024px){.woocommerce-process-steps ul li:first-child span{left:0}}.woocommerce-process-steps ul li:last-child{text-align:right}.woocommerce-process-steps ul li:last-child span{right:-15%}@media handheld,only screen and (max-width:1024px){.woocommerce-process-steps ul li:last-child span{right:0}}.woocommerce-process-steps ul li i{width:27px;height:27px;line-height:27px;border:3px solid #777;display:inline-block;text-align:center;position:relative;z-index:2;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff}.woocommerce-process-steps ul li span{display:block;font-size:14px;color:#444;margin-bottom:20px;line-height:20px;position:relative}.woocommerce-process-steps ul li.active i:before{content:'\f00c'!important}.widget_product_search .screen-reader-text{display:none!important}.widget_product_search input[type=text]{width:100%}.widget_product_search input[type=submit]{display:none}.mk-shopping-cart{float:right;margin:0;position:relative}.mk-shopping-cart{display:inline-block}.mk-cart-link{display:block;padding:0 5px 0 20px!important;transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out}.mk-cart-link i{font-size:16px}.mk-cart-link span{font-size:12px;font-weight:bolder;margin-left:5px}.mk-shopping-box{position:absolute;right:-5px;width:370px;text-align:left;display:none;transition:top 0.2s ease-in-out;-webkit-transition:top 0.2s ease-in-out;-moz-transition:top 0.2s ease-in-out;-ms-transition:top 0.2s ease-in-out;-o-transition:top 0.2s ease-in-out}.mk-shopping-box .empty{padding:0 25px;color:#777}.mk-shopping-box .mk-shopping-list{max-height:400px;overflow-y:scroll;padding:15px 0}.mk-responsive-shopping-box{width:100%;display:block;padding:20px;transition:top 0.2s ease-in-out;-webkit-transition:top 0.2s ease-in-out;-moz-transition:top 0.2s ease-in-out;-ms-transition:top 0.2s ease-in-out;-o-transition:top 0.2s ease-in-out}.mk-responsive-shopping-box .shopping-box-header{margin:0}.shopping-box-header{margin:20px 25px 20px 25px;position:relative}.shopping-box-header:after{content:"";display:block;width:100%;height:5px;background-color:#232323;position:absolute;left:0;top:50%;z-index:1;margin-top:-2.5px}.shopping-box-header i{font-size:16px;margin-right:5px}.shopping-box-header>span{position:relative;z-index:5;padding-right:10px;color:#777;font-weight:700;text-transform:uppercase;font-size:12px}.mini-cart-item{margin-bottom:20px;padding:0 25px;*zoom:1}.mini-cart-item:before,.mini-cart-item:after{content:" ";display:table}.mini-cart-item:after{clear:both}.mini-cart-item:before,.mini-cart-item:after{content:" ";display:table}.mini-cart-item:after{clear:both}.mini-cart-image{float:left;margin-right:15px;width:70px;height:70px}.mini-cart-image img{max-width:100%;height:auto}.mini-cart-title{font-size:12px;font-weight:600;color:#fff;text-transform:uppercase;margin:5px 0 2px;display:block}.mini-cart-quantity,.mini-cart-price{line-height:14px;font-size:12px;text-transform:uppercase;font-weight:600}.mini-cart-remove{border-width:1px;border-style:solid;width:18px;height:18px;font-size:16px;line-height:18px;display:inline-block;text-align:center;position:relative;margin-top:6px}.mini-cart-remove:hover{color:#000}.mini-cart-remove i{line-height:18px;position:absolute;left:0;top:0;font-size:10px;width:18px}.mini-cart-buttons{text-align:center;margin:0 auto 25px}.mini-cart-button{margin:0 5px;padding:15px 14px 15px 55px!important;border:1px solid;color:#fff;position:relative;text-transform:uppercase}.mini-cart-button i{width:46px;height:100%;line-height:46px;text-align:center;font-size:16px;display:block;border:none!important;position:absolute;left:0;top:0;margin:0!important;padding:0!important}.mini-cart-button:hover{color:#000}.mini-cart-button:hover i{color:#fff;background-color:#000!important}.product-categories li{position:relative}.product-categories li a{border-bottom:none;display:inline-block;padding:6px 6px 12px 0;margin-bottom:6px!important;display:block;border-bottom:2px solid rgba(128,128,128,.1)}.product-categories li a:hover{color:#444!important}.product-categories li .children{margin:0 0 10px 20px!important}.product-categories li .children li a{padding:4px 4px 8px 0;margin-bottom:4px!important}.product-categories li.cat-parent:before{content:"+";font-size:20px;display:block;position:absolute;top:6px;right:25px;font-weight:700;color:rgba(128,128,128,.5)}.product-categories li.cat-parent>ul{display:none}.product-categories li .count{font-weight:700;position:absolute;right:0;top:5px}.theme-page-wrapper.right-layout #customer_details,.theme-page-wrapper.left-layout #customer_details,.theme-page-wrapper.right-layout .mk-checkout-payement,.theme-page-wrapper.left-layout .mk-checkout-payement{width:100%!important;margin:0 0 30px 0!important}@media only screen and (max-width:767px){table.shop_table{margin-bottom:0}table.shop_table td.product-thumbnail,table.shop_table th.product-thumbnail,table.shop_table td.product-quantity,table.shop_table th.product-quantity{display:none}table.shop_table td.product-remove,table.shop_table th.product-remove{padding:6px 3px}}.single-product .onsale{top:-10px;left:48.5%;margin-left:-25px}.woocommerce-account .addresses .title:after,.woocommerce-account .addresses .title:before,.woocommerce-account .woocommerce:after,.woocommerce-account .woocommerce:before{content:" ";display:table}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit,.woocommerce-account ul.digital-downloads li .count{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li:before{font-weight:400;content:""}.header-searchform-input input[type=text]{background-color:#fff}.bottom-header-padding.none-sticky-header{padding-top:163px}.bottom-header-padding.none-sticky-header{padding-top:163px}.bottom-header-padding.sticky-header{padding-top:94px}#mk-header:not(.header-structure-vertical) #mk-main-navigation>ul>li.menu-item,#mk-header:not(.header-structure-vertical) #mk-main-navigation>ul>li.menu-item>a,#mk-header:not(.header-structure-vertical) .mk-header-search,#mk-header:not(.header-structure-vertical) .mk-header-search a,#mk-header:not(.header-structure-vertical) .mk-header-wpml-ls,#mk-header:not(.header-structure-vertical) .mk-header-wpml-ls>a,#mk-header:not(.header-structure-vertical) .mk-cart-link,#mk-header:not(.header-structure-vertical) .mk-responsive-cart-link,#mk-header:not(.header-structure-vertical) .dashboard-trigger,#mk-header:not(.header-structure-vertical) .responsive-nav-link,#mk-header:not(.header-structure-vertical) .mk-header-social a,#mk-header:not(.header-structure-vertical) .mk-margin-header-burger{height:163px;line-height:163px}@media handheld,only screen and (max-width:1140px){#mk-header .responsive-nav-link{height:163px;line-height:163px}}#mk-header:not(.header-structure-vertical).sticky-trigger-header #mk-main-navigation>ul>li.menu-item,#mk-header:not(.header-structure-vertical).sticky-trigger-header #mk-main-navigation>ul>li.menu-item>a,#mk-header:not(.header-structure-vertical).sticky-trigger-header .mk-header-search,#mk-header:not(.header-structure-vertical).sticky-trigger-header .mk-header-search a,#mk-header:not(.header-structure-vertical).sticky-trigger-header .mk-cart-link,#mk-header:not(.header-structure-vertical).sticky-trigger-header .mk-responsive-cart-link,#mk-header:not(.header-structure-vertical).sticky-trigger-header .dashboard-trigger,#mk-header:not(.header-structure-vertical).sticky-trigger-header .responsive-nav-link,#mk-header:not(.header-structure-vertical).sticky-trigger-header .mk-header-social a,#mk-header:not(.header-structure-vertical).sticky-trigger-header .mk-margin-header-burger,#mk-header:not(.header-structure-vertical).sticky-trigger-header .mk-header-wpml-ls,#mk-header:not(.header-structure-vertical).sticky-trigger-header .mk-header-wpml-ls>a{height:94px;line-height:94px}#mk-header:not(.header-structure-vertical).sticky-trigger-header #mk-main-navigation>ul>li.menu-item>a{padding-left:15px;padding-right:15px}.mk-header-logo,.mk-header-logo a{height:103px;line-height:103px}#mk-header:not(.header-structure-vertical).sticky-trigger-header .mk-header-logo,#mk-header:not(.header-structure-vertical).sticky-trigger-header .mk-header-logo a{height:69px;line-height:69px}.vertical-expanded-state #mk-header.header-structure-vertical,.vertical-condensed-state #mk-header.header-structure-vertical:hover{width:280px!important}#mk-header.header-structure-vertical{padding-left:30px!important;padding-right:30px!important}.vertical-condensed-state .mk-vertical-menu{width:220px}.vertical-header-align-left.vertical-expanded-state #theme-page>.mk-main-wrapper-holder,.vertical-header-align-left.vertical-expanded-state #theme-page>.mk-page-section,.vertical-header-align-left.vertical-expanded-state #theme-page>.wpb_row,.vertical-header-align-left.vertical-expanded-state #mk-page-title,.vertical-header-align-left.vertical-expanded-state #mk-footer{padding-left:280px}.vertical-header-align-right.vertical-expanded-state #theme-page>.mk-main-wrapper-holder,.vertical-header-align-right.vertical-expanded-state #theme-page>.mk-page-section,.vertical-header-align-right.vertical-expanded-state #theme-page>.wpb_row,.vertical-header-align-right.vertical-expanded-state #mk-page-title,.vertical-header-align-right.vertical-expanded-state #mk-footer{padding-right:280px}@media handheld,only screen and (max-width:1140px){.theme-main-wrapper.vertical-expanded-state #theme-page>.mk-main-wrapper-holder,.theme-main-wrapper.vertical-expanded-state #theme-page>.mk-page-section,.theme-main-wrapper.vertical-expanded-state #theme-page>.wpb_row,.theme-main-wrapper.vertical-expanded-state #mk-page-title,.theme-main-wrapper.vertical-expanded-state #mk-footer,.theme-main-wrapper.vertical-condensed-state #theme-page>.mk-main-wrapper-holder,.theme-main-wrapper.vertical-condensed-state #theme-page>.mk-page-section,.theme-main-wrapper.vertical-condensed-state #theme-page>.wpb_row,.theme-main-wrapper.vertical-condensed-state #mk-page-title,.theme-main-wrapper.vertical-condensed-state #mk-footer{padding-left:0;padding-right:0}}.theme-main-wrapper.vertical-header #mk-page-title,.theme-main-wrapper.vertical-header #mk-footer,.theme-main-wrapper.vertical-header #mk-header,.theme-main-wrapper.vertical-header #mk-header.header-structure-vertical .mk-vertical-menu{box-sizing:border-box}.mk-header-logo,.mk-header-logo a{margin-top:30px;margin-bottom:30px}#mk-header:not(.header-structure-vertical).sticky-trigger-header .mk-header-logo,#mk-header:not(.header-structure-vertical).sticky-trigger-header .mk-header-logo a{margin-top:11px;margin-bottom:11px}#mk-main-navigation>ul>li.menu-item>a{padding:0 17px;font-size:15px;text-transform:uppercase;font-weight:}.mk-header-logo.mk-header-logo-center{padding:0 17px}.mk-vertical-menu>li.menu-item>a{padding:0 17px;font-size:15px;text-transform:uppercase;font-weight:}.mk-vertical-menu li.menu-item>a,.mk-vertical-menu .mk-header-logo{text-align:left}.main-navigation-ul>li ul.sub-menu li.menu-item a.menu-item-link{font-size:12px;text-transform:uppercase;font-weight:400}.mk-vertical-menu>li ul.sub-menu li.menu-item a{font-size:12px;text-transform:uppercase;font-weight:400}#mk-main-navigation>ul>li.menu-item>a,.mk-vertical-menu li.menu-item>a{color:#666;background-color:}#mk-main-navigation>ul>li.current-menu-item>a,#mk-main-navigation>ul>li.current-menu-ancestor>a,#mk-main-navigation>ul>li.menu-item:hover>a{color:#00adcc;background-color:}.mk-vertical-menu>li.current-menu-item>a,.mk-vertical-menu>li.current-menu-ancestor>a,.mk-vertical-menu>li.menu-item:hover>a,.mk-vertical-menu ul li.menu-item:hover>a{color:#00adcc}#mk-main-navigation>ul>li.menu-item>a:hover{color:#00adcc;background-color:}.dashboard-trigger,.res-nav-active,.mk-header-social a,.mk-responsive-cart-link{color:#666}.dashboard-trigger:hover,.res-nav-active:hover{color:#00adcc}#mk-main-navigation ul li.no-mega-menu>ul,#mk-main-navigation ul li.has-mega-menu>ul,#mk-main-navigation ul li.mk-header-wpml-ls>ul{border-top:1px solid #00adcc}#mk-main-navigation ul li.no-mega-menu ul,#mk-main-navigation>ul>li.has-mega-menu>ul,.header-searchform-input .ui-autocomplete,.mk-shopping-box,.shopping-box-header>span,#mk-main-navigation ul li.mk-header-wpml-ls>ul{background-color:#191919}#mk-main-navigation ul ul.sub-menu a.menu-item-link,#mk-main-navigation ul li.mk-header-wpml-ls>ul li a{color:#fff}#mk-main-navigation ul ul li.current-menu-item>a.menu-item-link,#mk-main-navigation ul ul li.current-menu-ancestor>a.menu-item-link{color:#000;background-color:#00adcc!important}.header-searchform-input .ui-autocomplete .search-title,.header-searchform-input .ui-autocomplete .search-date,.header-searchform-input .ui-autocomplete i{color:#fff}.header-searchform-input .ui-autocomplete i,.header-searchform-input .ui-autocomplete img{border-color:#fff}.header-searchform-input .ui-autocomplete li:hover i,.header-searchform-input .ui-autocomplete li:hover img{border-color:#000}#mk-main-navigation .megamenu-title,.mk-mega-icon,.mk-shopping-box .mini-cart-title,.mk-shopping-box .mini-cart-button{color:#fff}#mk-main-navigation ul ul.sub-menu a.menu-item-link:hover,.header-searchform-input .ui-autocomplete li:hover,#mk-main-navigation ul li.mk-header-wpml-ls>ul li a:hover{color:#000;background-color:#00adcc!important}.header-searchform-input .ui-autocomplete li:hover .search-title,.header-searchform-input .ui-autocomplete li:hover .search-date,.header-searchform-input .ui-autocomplete li:hover i,#mk-main-navigation ul ul.sub-menu a.menu-item-link:hover i{color:#000}.header-searchform-input input[type=text],.dashboard-trigger,.header-search-icon,.header-search-close,.header-wpml-icon{color:#666}.header-search-icon{color:#666}.mk-burger-icon div{background-color:#666}.header-search-icon:hover{color:#666}.responsive-nav-container,.responsive-shopping-box{background-color:#191919}.mk-responsive-nav a,.mk-responsive-nav .has-mega-menu .megamenu-title{color:#fff;background-color:}.mk-responsive-nav li a:hover{color:#000;background-color:#00adcc}.mk-header-toolbar{border-color:transparent}.mk-header-toolbar span{color:#444}.mk-header-toolbar span i{color:#444}.mk-header-toolbar a{color:#444}.mk-header-toolbar a:hover{color:#d3b76c}.mk-header-toolbar a{color:#444}.mk-header-toolbar .mk-header-toolbar-social li a{color:#444}.mk-header-toolbar .mk-header-toolbar-social li a:hover{color:#d3b76c}.mk-divider .divider-inner i{background-color:#fff}.mk-loader{border:2px solid #00adcc}.alt-title span,.single-post-fancy-title span,.portfolio-social-share,.woocommerce-share ul{background-color:#fff}.mk-side-dashboard{background-color:#191919}#sub-footer{background-color:#262626}@media handheld,only screen and (max-width:1240px){.dashboard-trigger.res-mode{display:block!important}.dashboard-trigger.desktop-mode{display:none!important}}@media handheld,only screen and (max-width:1140px){#mk-header.sticky-header,.mk-secondary-header,.transparent-header-sticky{position:relative!important;left:auto!important;right:auto!important;top:auto!important}.add-corner-margin #mk-header.sticky-header,.add-corner-margin #mk-header.transparent-header-sticky{left:20px;right:20px;// Width auto was creating glitch in safari - if it is needed work it out somehow differently and watch out for safari! // width:auto!important}#mk-header:not(.header-structure-vertical).put-header-bottom,#mk-header:not(.header-structure-vertical).put-header-bottom.sticky-trigger-header,#mk-header:not(.header-structure-vertical).put-header-bottom.header-offset-passed,.admin-bar #mk-header:not(.header-structure-vertical).put-header-bottom.sticky-trigger-header{position:relative;bottom:auto}.mk-margin-header-burger{display:none}.main-navigation-ul li.menu-item,.mk-vertical-menu li.menu-item,.main-navigation-ul li.sub-menu,.sticky-header-padding,.secondary-header-space{display:none!important}.vertical-expanded-state #mk-header.header-structure-vertical,.vertical-condensed-state #mk-header.header-structure-vertical{width:100%!important;height:auto!important}.vertical-condensed-state #mk-header.header-structure-vertical:hover{width:100%!important}.header-structure-vertical .mk-vertical-menu{position:relative;padding:0;width:100%}.header-structure-vertical .mk-header-social.inside-grid{position:relative;padding:0;width:auto;bottom:inherit!important;height:163px;line-height:163px;float:right!important;top:0!important}.vertical-condensed-state .header-structure-vertical .mk-vertical-menu>li.mk-header-logo{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);opacity:1!important;position:relative!important;left:0!important}.vertical-condensed-state .header-structure-vertical .mk-vertical-header-burger{display:none!important}.mk-header-logo{padding:0!important}.mk-vertical-menu .responsive-nav-link{float:left!important}.mk-vertical-menu .responsive-nav-link i{height:163px;line-height:163px}.mk-vertical-menu .mk-header-logo{float:left!important}.header-search-icon i,.mk-cart-link i,.mk-responsive-cart-link i{padding:0!important;margin:0!important;border:none!important}.header-search-icon,.mk-cart-link,.mk-responsive-cart-link{margin:0 8px!important;padding:0!important}.mk-header-logo{margin-left:20px!important;display:inline-block!important}.main-navigation-ul{text-align:center!important}.responsive-nav-link{display:inline-block!important}.mk-shopping-box{display:none!important}}.theme-main-wrapper:not(.vertical-header) #mk-header.transparent-header{position:absolute;left:0}.mk-boxed-enabled #mk-header.transparent-header{left:inherit}.add-corner-margin .mk-boxed-enabled #mk-header.transparent-header{left:0}.transparent-header{transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out}.transparent-header.transparent-header-sticky{opacity:1;left:auto!important}.transparent-header #mk-main-navigation ul li .sub{border-top:none}.transparent-header .mk-cart-link:hover,.transparent-header .mk-responsive-cart-link:hover,.transparent-header .dashboard-trigger:hover,.transparent-header .res-nav-active:hover,.transparent-header .header-search-icon:hover{opacity:.7}.transparent-header .header-searchform-input input[type=text]{background-color:transparent}.transparent-header.light-header-skin .dashboard-trigger,.transparent-header.light-header-skin .dashboard-trigger:hover,.transparent-header.light-header-skin .res-nav-active,.transparent-header.light-header-skin #mk-main-navigation>ul>li.menu-item>a,.transparent-header.light-header-skin #mk-main-navigation>ul>li.menu-item>a>i,.transparent-header.light-header-skin #mk-main-navigation>ul>li.current-menu-item>a,.transparent-header.light-header-skin #mk-main-navigation>ul>li.current-menu-ancestor>a,.transparent-header.light-header-skin #mk-main-navigation>ul>li.menu-item:hover>a,.transparent-header.light-header-skin #mk-main-navigation>ul>li.menu-item>a:hover,.transparent-header.light-header-skin .res-nav-active:hover,.transparent-header.light-header-skin .header-searchform-input input[type=text],.transparent-header.light-header-skin .header-search-icon,.transparent-header.light-header-skin .header-search-close,.transparent-header.light-header-skin .header-search-icon:hover,.transparent-header.light-header-skin .mk-cart-link,.transparent-header.light-header-skin .mk-responsive-cart-link,.transparent-header.light-header-skin .mk-header-social a,.transparent-header.light-header-skin .mk-header-wpml-ls>a{color:#fff!important}.transparent-header.light-header-skin .mk-burger-icon div{background-color:#fff}.transparent-header.light-header-skin .mk-light-logo{display:inline-block!important}.transparent-header.light-header-skin .mk-dark-logo{display:none!important}.transparent-header.light-header-skin.transparent-header-sticky .mk-light-logo{display:none!important}.transparent-header.light-header-skin.transparent-header-sticky .mk-dark-logo{display:inline-block!important}.transparent-header.dark-header-skin .dashboard-trigger,.transparent-header.dark-header-skin .dashboard-trigger:hover,.transparent-header.dark-header-skin .res-nav-active,.transparent-header.dark-header-skin #mk-main-navigation>ul>li.menu-item>a,.transparent-header.dark-header-skin #mk-main-navigation>ul>li.menu-item>a>i,.transparent-header.dark-header-skin #mk-main-navigation>ul>li.current-menu-item>a,.transparent-header.dark-header-skin #mk-main-navigation>ul>li.current-menu-ancestor>a,.transparent-header.dark-header-skin #mk-main-navigation>ul>li.menu-item:hover>a,.transparent-header.dark-header-skin #mk-main-navigation>ul>li.menu-item>a:hover,.transparent-header.dark-header-skin .res-nav-active:hover,.transparent-header.dark-header-skin .header-searchform-input input[type=text],.transparent-header.dark-header-skin .header-search-icon,.transparent-header.dark-header-skin .header-search-close,.transparent-header.dark-header-skin .header-search-icon:hover,.transparent-header.dark-header-skin .mk-cart-link,.transparent-header.dark-header-skin .mk-responsive-cart-link,.transparent-header.dark-header-skin .mk-header-social a,.transparent-header.dark-header-skin .mk-header-wpml-ls>a{color:#444!important}.transparent-header.dark-header-skin .mk-burger-icon div{background-color:#444}@media handheld,only screen and (max-width:1140px){#mk-header .mk-burger-icon div{}.mk-responsive-nav li a{font-size:13px!important;line-height:1.6em}}.mk-skin-color,.blog-categories a,.blog-categories,.rating-star .rated,.widget_testimonials .testimonial-position,.testimonial-company,.portfolio-similar-meta .cats,.entry-meta .cats a,.search-meta span a,.search-meta span,.single-share-trigger:hover,.single-share-trigger.mk-toggle-active,.project_content_section .project_cats a,.mk-love-holder i:hover,.blog-comments i:hover,.comment-count i:hover,.widget_posts_lists li .cats a,.mk-employeee-networks li a:hover,.mk-tweet-shortcode span a,.classic-hover .portfolio-permalink:hover i,.mk-pricing-table .mk-icon-star,.mk-process-steps.dark-skin .step-icon,.mk-edge-next,.mk-edge-prev,.prev-item-caption,.next-item-caption,.mk-employees.column_rounded-style .team-member-position,.mk-employees.column-style .team-member-position,.mk-event-countdown.accent-skin .countdown-timer,.mk-event-countdown.accent-skin .countdown-text,.mk-box-text:hover i,.mk-process-steps.light-skin .mk-step:hover .step-icon,.mk-process-steps.light-skin .active-step-item .step-icon,.blog-modern-entry .blog-categories,.woocommerce-thanks-text{color:#00adcc}.mk-love-holder .item-loved i,.widget_posts_lists .cats a,#mk-breadcrumbs a:hover,.widget_social_networks a.light,.widget_posts_tabs .cats a{color:#00adcc!important}a:hover,.mk-tweet-shortcode span a:hover{color:#00adcc}#wp-calendar td#today,div.jp-play-bar,.mk-header-button:hover,.next-prev-top .go-to-top:hover,.wide-eye-portfolio-item .portfolio-meta .the-title,.mk-portfolio-carousel .portfolio-meta:before,.meta-image.frame-grid-portfolio-item .portfolio-meta .the-title,.masonry-border,.author-social li a:hover,.slideshow-swiper-arrows:hover,.mk-clients-shortcode .clients-info,.mk-contact-form-wrapper .mk-form-row i.input-focused,.mk-login-form .form-row i.input-focused,.comment-form-row i.input-focused,.widget_social_networks a:hover,.mk-social-network a:hover,.blog-masonry-entry .post-type-icon:hover,.list-posttype-col .post-type-icon:hover,.single-type-icon,.demo_store,.product_loop_button:hover,.mk-process-steps.dark-skin .mk-step:hover .step-icon,.mk-process-steps.dark-skin .active-step-item .step-icon,.mk-process-steps.light-skin .step-icon,.mk-social-network a.light:hover,.widget_tag_cloud a:hover,.widget_categories a:hover,.edge-nav-bg,.gform_wrapper .button:hover,.mk-event-countdown.accent-skin li:before,.masonry-border,.mk-gallery.thumb-style .gallery-thumb-lightbox:hover,.fancybox-close:hover,.fancybox-nav span:hover,.blog-scroller-arrows:hover,ul.user-login li a i,.mk-isotop-filter ul li a.current,.mk-isotop-filter ul li a:hover{background-color:#00adcc}.next-prev-top .go-to-top,.mk-contact-form-wrapper .text-input:focus,.mk-contact-form-wrapper .mk-textarea:focus,.widget .mk-contact-form-wrapper .text-input:focus,.widget .mk-contact-form-wrapper .mk-textarea:focus,.mk-contact-form-wrapper .mk-form-row i.input-focused,.comment-form-row .text-input:focus,.comment-textarea textarea:focus,.comment-form-row i.input-focused,.mk-login-form .form-row i.input-focused,.mk-login-form .form-row input:focus,.mk-event-countdown.accent-skin li{border-color:#00adcc!important}::-webkit-selection{background-color:#00adcc;color:#fff}::-moz-selection{background-color:#00adcc;color:#fff}::selection{background-color:#00adcc;color:#fff}#sub-footer{border-top:1px solid #00adcc}.theme-main-wrapper:not(.vertical-header) #mk-header,.theme-main-wrapper:not(.vertical-header) .mk-secondary-header{border-top:1px solid #00adcc}.mk-grid,.mk-inner-grid{max-width:1140px}.theme-page-wrapper.right-layout .theme-content,.theme-page-wrapper.left-layout .theme-content{width:70%}.theme-page-wrapper #mk-sidebar.mk-builtin{width:30%}.mk-boxed-enabled,.mk-boxed-enabled #mk-header.sticky-header,.mk-boxed-enabled #mk-header.transparent-header-sticky,.mk-boxed-enabled .mk-secondary-header{max-width:1200px}@media handheld,only screen and (max-width:1140px){#sub-footer .item-holder{margin:0 20px}}#mk-footer .mk-padding-wrapper{padding-top:30px;padding-bottom:30px}body{line-height:20px;font-family:Open Sans;font-size:18px;color:#696969}p{font-size:18px;color:#696969;line-height:26px}a{color:#333}a:hover{color:#00adcc}.page-master-holder h1,.page-master-holder h2,.page-master-holder h3,.page-master-holder h4,.page-master-holder h5,.page-master-holder h6{font-weight:;color:#393836}input,button,textarea{font-family:Open Sans}.widgettitle{font-size:13px}.mk-side-dashboard .widgettitle,.mk-side-dashboard .widgettitle a{color:#959595}.mk-side-dashboard,.mk-side-dashboard p{color:#6f6f6f}.mk-side-dashboard a{color:#afafaf}.mk-side-dashboard a:hover{color:#00adcc}#mk-sidebar .widgettitle,#mk-sidebar .widgettitle a{color:#555}#mk-sidebar,#mk-sidebar p{color:#666}#mk-sidebar a{color:#444}#mk-sidebar a:hover{color:#00adcc}#mk-footer .widgettitle,#mk-footer .widgettitle a{color:#959595}#mk-footer,#mk-footer p{color:#6f6f6f}#mk-footer a{color:#afafaf}#mk-footer a:hover{color:#00adcc}.mk-footer-copyright,.mk-footer-copyright a{color:#666666!important}.mk-footer-social a{color:#666666!important}.mk-footer-social a:hover{color:#00adcc!important}#mk-footer .widgettitle{font-size:13px;font-weight:Normal;letter-spacing:0}#mk-footer,#mk-footer p{font-size:13px}#mk-footer #sub-footer,#sub-footer .mk-footer-copyright{font-size:13px;letter-spacing:0}.woocommerce-page ul.products li.product .product_loop_button i,.woocommerce-page .entry-summary .star-rating,.woocommerce-page .quantity .plus,.woocommerce-page .quantity .minus,.product_meta a,.sku_wrapper span,.order-total,ul.cart_list .star-rating,ul.product_list_widget .star-rating,.mini-cart-remove,.product_loop_button i{color:#00adcc}.mk-checkout-payement h3,.woocommerce-message .button:hover,.woocommerce-error .button:hover,.woocommerce-info .button:hover,.woocommerce.widget_shopping_cart .amount,.widget_product_categories .current-cat,.widget_product_categories li a:hover{color:#00adcc!important}.button-icon-holder i,.mini-cart-button i,.single_add_to_cart_button:before,.product_loop_button:hover,.woocommerce-page ul.products li.product .product_loop_button:hover,.widget_price_filter .ui-slider .ui-slider-range,.mini-cart-remove:hover,.mini-cart-button:hover,.widget_product_tag_cloud a:hover,.product-single-lightbox:hover,span.onsale{background-color:#00adcc!important}.product-loading-icon{background-color:rgba(0,173,204,.9)}.mk-cart-link{color:#666}.mk-cart-link:hover{color:#00adcc}.mini-cart-remove,.mini-cart-button{border-color:#00adcc}