/* General Styles */
/* * 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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.google_map img {
  max-width: none !important;
}
.theme-content img,
#mk-sidebar img,
#mk-footer img,
.mk-page-section img,
.mk-edge-slider img,
.ajax_project img,
.vc_row-fluid img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: middle;
  font-size: 100%;
}
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"] {
  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 {
  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: bold;
}
cite,
em,
dfn {
  font-style: italic;
}
code,
pre {
  margin: 10px 0 20px 0;
  display: block;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #e8e8e8;
  padding: 20px 10px;
  background: #ffffff;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  overflow: auto;
  background: url("../images/pre_code.gif") repeat scroll 0 0 #f2f3f5;
}
del {
  color: #666;
  text-decoration: line-through;
}
/*ins,
dfn {
  border-bottom: 1px solid #ccc;
}*/
small,
sup,
sub {
  font-size: 85%;
}
abbr,
acronym {
  text-transform: uppercase;
  letter-spacing: .1em;
}
a abbr,
a acronym {
  border: none;
}
abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
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 {
  outline: 0 none;
  text-decoration: 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;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.clearboth {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}
.clearboth:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: ' ';
  font-size: 0;
  line-height: 0;
}
* html .clearboth {
  height: 1%;
}
.clearfix {
  display: block;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
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-weight: bold;
  font-size: 110%;
  margin-bottom: 0.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: 1px solid #dddddd;
}
legend {
  padding: 0 .8em;
  font-weight: bold;
  font-size: 1.2em;
}
textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=emailModern],
select {
  outline: none;
  border: none;
  font-size: inherit;
}
input,
select {
  cursor: pointer;
}
input[type=text],
input[type=password],
input[type=emailModern],
input[type=email] {
  cursor: text;
}
textarea {
  overflow: auto;
}
textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=emailModern],
input[type=password],
input[type=search] {
  font-size: 13px;
  color: #767676;
  padding: 10px 12px;
  background-color: #fdfdfd;
  border: 1px solid #e3e3e3;
  outline: none;
  margin-bottom: 4px;
}
textarea:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=emailModern]:focus,
input[type=password]:focus,
input[type=search]:focus {
  background-color: #fff;
  border: 1px solid #dcdcdc;
}
#theme-page select,
.woocommerce select {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  background: url('../images/selectbox-arrow.png') right center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 14px 12px 20px;
  font-size: 12px;
  line-height: 14px;
  color: #252525;
  border-radius: 0 !important;
  font-weight: bold;
  min-width: 240px;
  max-width: 100%;
  display: block;
}
option {
  padding: 0 4px;
}
/* HEADEING STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.8em;
  font-weight: normal;
  line-height: 1.3em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-transform: none;
}
h1 {
  font-size: 36px;
  margin-bottom: 16px;
}
h2 {
  font-size: 30px;
  margin-bottom: 14px;
}
h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
h4 {
  font-size: 24px;
  margin-bottom: 9px;
}
h5 {
  font-size: 18px;
  margin-bottom: 8px;
}
h6 {
  font-size: 14px;
  margin-bottom: 8px;
}
.visuallyhidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  left: -100000px;
  top: -100000px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.mk-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.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,
.mk-background-stretch .parallax-layer {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
.mk_rev_slider_wrapper {
  overflow: hidden;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex-items-center {
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
.flex-items-baseline {
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
              -ms-grid-row-align: baseline;
          align-items: baseline;
}
.flex-items-start {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
}
.flex-items-end {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
}
.flex-items-stretch {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
              -ms-grid-row-align: stretch;
          align-items: stretch;
}
.flex-self-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flex-self-baseline {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}
.flex-self-start {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.flex-self-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.flex-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.flex-justify {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-auto {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex-grow {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.flex-none {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.flex-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.flex-last {
  -webkit-order: 99999;
      -ms-flex-order: 99999;
          order: 99999;
}
.width-50 {
  width: 50px;
}
.width-full {
  width: 100%;
}
.width-x2 {
  width: 200%;
}
.height-50 {
  height: 50px;
}
.height-full {
  height: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.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 {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
.no-backface {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.perspective {
  -webkit-transform: perspective(1000px);
          transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.origin-center {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.fold-back-horizontal {
  -webkit-transform: translateX(-100%) rotateY(-180deg);
          transform: translateX(-100%) rotateY(-180deg);
}
.fold-back-vertical {
  -webkit-transform: translateX(-100%) rotateX(-180deg);
          transform: translateX(-100%) rotateX(-180deg);
}
.bezier-1 {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* 
    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;
}
/**********************************************
blog-classic.less
**********************************************/
.mk-blog-classic-item .blog-social-share {
  z-index: 30;
}
.post-type-badge {
  z-index: 10;
}
/**********************************************
blog-comments.less
**********************************************/
.mk-commentlist li .comment-content {
  z-index: 10;
}
/**********************************************
blog-grid.less
**********************************************/
.mk-blog-grid-item .blog-grid-hover-icon {
  z-index: 10;
}
/**********************************************
blog-modern.less
**********************************************/
.mk-blog-modern-item .blog-social-share {
  z-index: 10;
}
/**********************************************
edge-one-pager.less
**********************************************/
.mk-edge-one-pager .mk-grid {
  z-index: 14;
}
.fullPage-slidesNav {
  z-index: 4;
}
#fullPage-nav {
  z-index: 300;
}
/**********************************************
edge-slider.less
**********************************************/
.mk-edge-slider .mk-grid {
  z-index: 14;
}
.mk-edge-slider .edge-slider-holder {
  z-index: 10;
}
.mk-edge-slider .edge-slider-loading {
  z-index: 20;
}
.mk-edge-slider .edge-skip-slider {
  z-index: 10;
}
.mk-swiper-container {
  z-index: 1;
}
.swiper-pagination {
  z-index: 10;
}
.mk-edge-nav a {
  z-index: 1000;
}
/**********************************************
flexslider-base.less
**********************************************/
.flex-direction-nav a {
  z-index: 10;
}
/**********************************************
footer.less
**********************************************/
#mk-footer {
  z-index: 10;
}
#mk-footer.mk-footer-unfold {
  z-index: 9;
}
/**********************************************
header-toolbar.less
**********************************************/
.mk-header-toolbar {
  z-index: 310;
}
.mk-language-nav-sub-wrapper {
  z-index: 20;
}
.mk-fullscreen-search-overlay {
  z-index: 999;
}
.mk-toolbar-resposnive-icon {
  z-index: 80;
}
@media handheld, only screen and (max-width: 780px) {
  .mk-login-register,
  .mk-header-subscribe {
    z-index: 50;
  }
}
/**********************************************
header.less
**********************************************/
.mk-header {
  z-index: 301;
}
.mk-header .mk-header-bg,
.mk-header .mk-classic-nav-bg {
  z-index: 1;
}
.mk-header .fit-logo-img a {
  z-index: 30;
}
.mk-header .mk-header-inner {
  z-index: 300;
}
.mk-header-holder {
  z-index: 200;
}
.header-style-2.a-sticky .mk-header-nav-container {
  z-index: 210;
}
.mk-header-right {
  z-index: 20;
}
.mk-header-nav-container {
  z-index: 30;
}
.header-style-2.header-align-center .header-logo {
  z-index: 2;
}
.header-style-2.header-align-center .mk-dashboard-trigger {
  z-index: 3;
}
.header-style-3 .mk-dashboard-trigger {
  z-index: 11;
}
.header-style-4 {
  z-index: auto !important;
}
.header-style-4 .mk-header-inner {
  z-index: 300 !important;
}
/**********************************************
jplayer.less
**********************************************/
div.jp-volume-bar {
  z-index: 20;
}
/**********************************************
layout.less
**********************************************/
.mk-go-top {
  z-index: 300;
}
.mk-zindex-fix {
  z-index: 60;
}
#theme-page {
  z-index: 11;
}
/**********************************************
lightbox.less
**********************************************/
.fancybox-wrap {
  z-index: 8020;
}
.fancybox-opened {
  z-index: 8030;
}
#fancybox-loading {
  z-index: 8060;
}
.fancybox-close {
  z-index: 8040;
}
.fancybox-nav {
  z-index: 8040;
}
.fancybox-nav span {
  z-index: 8040;
}
.fancybox-overlay {
  z-index: 8010;
}
.fancybox-title {
  z-index: 8050;
}
.fancybox-title-float-wrap {
  z-index: 8050;
}
/**********************************************
nav.less
**********************************************/
.mk-classic-menu-wrapper {
  z-index: 99;
}
.main-navigation-ul > li.menu-item ul.sub-menu:after {
  z-index: 10;
}
.main-navigation-ul:not(.dropdownJavascript) li.menu-item:hover > ul.sub-menu {
  z-index: 10;
}
.dropdownJavascript li.dropdownOpen > ul.sub-menu {
  z-index: 10;
}
.has-mega-menu > ul.sub-menu > ul.sub-menu {
  z-index: auto;
}
.mk-nav-responsive-link {
  z-index: 12;
}
.mk-responsive-nav {
  z-index: 20;
}
/**********************************************
page-introduce.less
**********************************************/
#mk-page-introduce {
  z-index: 8;
}
/**********************************************
pagination.less
**********************************************/
.mk-post-nav {
  z-index: 200;
}
.mk-post-nav.post-nav-backward {
  z-index: 199;
}
.pagnav-wrapper .pagenav-top {
  z-index: 201;
}
/**********************************************
portfolio-ajax.less
**********************************************/
.portfolio-loader {
  z-index: 10000;
}
.portfolio-loader > div {
  z-index: 10000;
}
/**********************************************
portfolio-classic.less
**********************************************/
.mk-portfolio-classic-item .featured-image img {
  z-index: 10;
}
.mk-portfolio-classic-item .featured-image .image-hover-overlay {
  z-index: 11;
}
.mk-portfolio-classic-item .hover-icon {
  z-index: 20;
}
/**********************************************
portfolio-hovers.less
**********************************************/
.mk-portfolio-item.fadebox-hover .portfolio-meta {
  z-index: 20;
}
.mk-portfolio-item.fadebox-hover .featured-image:after {
  z-index: 10;
}
.mk-portfolio-item.fadebox-hover .featured-image .icons-holder {
  z-index: 13;
}
.mk-portfolio-item.slidebox-hover .portfolio-meta {
  z-index: 20;
}
.mk-portfolio-item.slidebox-hover .icons-holder {
  z-index: 21;
}
.mk-portfolio-item.slidebox-hover .image-hover-overlay {
  z-index: 12;
}
.mk-portfolio-item.zoomin-hover .portfolio-meta {
  z-index: 20;
}
.mk-portfolio-item.zoomin-hover .icons-holder {
  z-index: 13;
}
.mk-portfolio-item.zoomin-hover .image-hover-overlay {
  z-index: 11;
}
.mk-portfolio-item.zoomout-hover .icons-holder {
  z-index: 10;
}
.mk-portfolio-item.zoomout-hover .portfolio-meta {
  z-index: 10;
}
.mk-portfolio-item.zoomout-hover .icons-holder {
  z-index: 10;
}
.mk-portfolio-item.zoomout-hover .featured-image img {
  z-index: 11;
}
.mk-portfolio-item.zoomout-hover .image-hover-overlay {
  z-index: 4;
}
.mk-portfolio-item.zoomout-hover .featured-image:hover .portfolio-meta {
  z-index: 12;
}
.mk-portfolio-item.zoomout-hover .featured-image:hover .icons-holder {
  z-index: 13;
}
.mk-portfolio-item.cube-hover .portfolio-meta {
  z-index: 10;
}
.mk-portfolio-item.cube-hover .icons-holder {
  z-index: 10;
}
.mk-portfolio-item.cube-hover .featured-image img {
  z-index: 11;
}
.mk-portfolio-item.cube-hover .image-hover-overlay {
  z-index: 4;
}
.mk-portfolio-item.cube-hover .featured-image:hover .portfolio-meta {
  z-index: 12;
}
.mk-portfolio-item.cube-hover .featured-image:hover .icons-holder {
  z-index: 13;
}
.mk-portfolio-item.light-zoomin-hover .portfolio-meta {
  z-index: 20;
}
.mk-portfolio-item.light-zoomin-hover .icons-holder {
  z-index: 13;
}
.mk-portfolio-item.light-zoomin-hover .image-hover-overlay {
  z-index: 11;
}
.mk-portfolio-item .featured-image img {
  z-index: 10;
}
.mk-portfolio-item .featured-image .hover-overlay {
  z-index: 11;
}
/**********************************************
portfolio-single.less
**********************************************/
.portfolio-similar-posts-image img {
  z-index: 10;
}
.portfolio-similar-posts-image .image-hover-overlay {
  z-index: 11;
}
.portfolio-similar-meta {
  z-index: 20;
}
/**********************************************
preloader.less
**********************************************/
.mk-body-loader-overlay {
  z-index: 2351;
}
/**********************************************
pricing-tables.less
**********************************************/
.pricing-cols li.pricing-col {
  z-index: 10;
}
.pricing-cols li.featured-plan {
  z-index: 20;
}
.pricing-cols .pricing-price span {
  z-index: 20;
}
.pricing-cols .pricing-features ul {
  z-index: 20;
}
.pricing-cols .pricing-button a {
  z-index: 20;
}
/**********************************************
reset.less
**********************************************/
.ls-jupiter .ls-nav-prev,
.ls-jupiter .ls-nav-next {
  z-index: 10 !important;
}
/**********************************************
section-transition.less
**********************************************/
.intro-effect-fade,
.intro-effect-zoom_out {
  z-index: 999;
}
.intro-effect-shuffle {
  z-index: 999;
}
/**********************************************
shortcodes-blog-showcase.less
**********************************************/
.showcase-blog-overlay {
  z-index: 30;
}
.mk-blog-showcase-thumb {
  z-index: 20;
}
.mk-blog-showcase-thumb a {
  z-index: 40;
}
.blog-showcase-extra-info {
  z-index: 10;
}
/**********************************************
shortcodes-button.less
**********************************************/
.mk-button.savvy-dimension span {
  z-index: 2;
}
.mk-button.savvy-dimension:after {
  z-index: 1;
}
/**********************************************
shortcodes-chart.less
**********************************************/
.mk-chart canvas {
  z-index: 1;
}
.mk-chart .chart-percent {
  z-index: 10;
}
/**********************************************
shortcodes-contact-form.less
**********************************************/
.mk-contact-form-wrapper.classic-style .mk-form-row i {
  z-index: 12;
}
.mk-contact-form-wrapper .mk-invalid {
  z-index: 10 !important;
}
.mk-progress-button[data-style="move-up"] .mk-progress-button-content {
  z-index: 10;
}
/**********************************************
shortcodes-contact-seven.less
**********************************************/
span.wpcf7-not-valid-tip {
  z-index: 30;
}
/**********************************************
shortcodes-divider.less
**********************************************/
.mk-divider[class*='go_top'] .divider-inner:before {
  z-index: 3;
}
.mk-divider[class*='go_top'] .divider-inner .divider-go-top {
  z-index: 4;
}
/**********************************************
shortcodes-edge-slideshow.less
**********************************************/
.mk-swipe-slideshow .swiper-arrows {
  z-index: 10;
}
/**********************************************
shortcodes-employees.less
**********************************************/
.mk-employees.classic-style .mk-employeee-networks {
  z-index: 1;
}
/**********************************************
shortcodes-gallery.less
**********************************************/
.mk-gallery article .image-hover-overlay {
  z-index: 10;
}
.mk-gallery article .gallery-title {
  z-index: 10;
}
.mk-gallery article.hover-overlay_layer .gallery-desc {
  z-index: 10;
}
/**********************************************
shortcodes-icon-box.less
**********************************************/
.mk-box-icon.boxed-style .icon-box-boxed {
  z-index: 10;
}
.mk-box-icon.boxed-style .mk-main-ico {
  z-index: 20;
}
/**********************************************
shortcodes-image.less
**********************************************/
.mk-image.inside-image .mk-image-caption {
  z-index: 10;
}
.mk-image-overlay {
  z-index: 10;
}
.mk-image-lightbox {
  z-index: 30;
}
/**********************************************
shortcodes-laptop-slideshow.less
**********************************************/
.mk-laptop-slideshow-shortcode .flex-direction-nav a {
  z-index: 60;
}
.mk-laptop-image {
  z-index: 50;
}
/**********************************************
shortcodes-lcd-slideshow.less
**********************************************/
.mk-lcd-slideshow .flex-direction-nav a {
  z-index: 60;
}
.mk-lcd-image {
  z-index: 50;
}
/**********************************************
shortcodes-page-section.less
**********************************************/
.mk-page-section .vc_row-fluid {
  z-index: 10;
}
.mk-video-mask,
.mk-video-color-mask {
  z-index: 3;
}
.mk-video-preload {
  z-index: 2;
}
.mk-section-video {
  z-index: 1;
}
.mk-section-video video {
  z-index: 1;
}
.mk-section-image {
  z-index: 1;
}
.mk-half-layout-container {
  z-index: 5;
}
.mk-video-section-touch {
  z-index: 2;
}
.mk-page-section-loader {
  z-index: 20;
}
/**********************************************
shortcodes-page-title-box.less
**********************************************/
.mk-page-title-box .mk-page-title-box-content {
  z-index: 10;
}
/**********************************************
shortcodes-portfolio-carousel.less
**********************************************/
.mk-portfolio-carousel .flex-viewport ul li:hover .item-conten {
  z-index: 30;
}
.portfolio-carousel .item-content {
  z-index: 8;
}
.mk-portfolio-carousel-modern .mk-portfolio-modern-image img {
  z-index: 10;
}
.mk-portfolio-carousel-modern .image-hover-overlay {
  z-index: 11;
}
.mk-portfolio-carousel-modern .portfolio-meta {
  z-index: 20;
}
.mk-portfolio-carousel-modern .flex-direction-nav a {
  z-index: 20;
}
/**********************************************
shortcodes-skill-meter.less
**********************************************/
.mk-skill-meter .mk-progress-bar .progress-inner {
  z-index: 1;
}
/**********************************************
shortcodes-slideshow.less
**********************************************/
.mk-slideshow .mk-flex-caption span {
  z-index: 10;
}
.mk-slideshow .color-mask {
  z-index: 5;
}
.theatre-slider-container .laptop-theatre-slider img,
.theatre-slider-container .desktop-theatre-slider img {
  z-index: 3;
}
.no-csstransforms .theatre-slider-container .laptop-theatre-slider img,
.no-csstransforms .theatre-slider-container .desktop-theatre-slider img {
  z-index: 1;
}
.theatre-slider-container .laptop-theatre-slider .player-container,
.theatre-slider-container .desktop-theatre-slider .player-container {
  z-index: 2;
}
/**********************************************
shortcodes-tab-slider.less
**********************************************/
.mk-tab-slider {
  z-index: 1;
}
.mk-tab-slider-nav a {
  z-index: 2;
}
/**********************************************
shortcodes-testimonial-slider.less
**********************************************/
.mk-testimonial.modern-style .flex-control-nav {
  z-index: 10;
}
/**********************************************
shortcodes-tooltip.less
**********************************************/
.mk-tooltip {
  z-index: 30;
}
/**********************************************
side-dashboard.less
**********************************************/
#mk-theme-container {
  z-index: 200;
}
.mk-side-dashboard {
  z-index: 1;
}
.dashboard-opened .mk-side-dashboard {
  z-index: 300;
}
.sidedash-navigation-ul {
  z-index: 20;
}
.sidedash-navigation-ul li a {
  z-index: 5;
}
.sidedash-navigation-ul .mk-nav-arrow {
  z-index: 10;
}
/**********************************************
transitions.less
**********************************************/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**********************************************
vertical-menu.less
**********************************************/
.mk-vm-menuwrapper {
  z-index: 30;
}
.mk-vm-menuwrapper .mk-vm-menu {
  z-index: 30;
}
/**********************************************
vertical-menu.less
**********************************************/
.mk-instagram-feeds .featured-image img {
  z-index: 6;
}
.mk-instagram-feeds .image-hover-overlay {
  z-index: 20;
}
.widget_recent_portfolio ul li:hover .portfolio-widget-info {
  z-index: 20;
}
.portfolio-widget-thumb {
  z-index: 10;
}
.widget-portfolio-overlay {
  z-index: 10;
}
.portfolio-widget-lightbox,
.portfolio-widget-permalink {
  z-index: 15;
}
.portfolio-widget-info {
  z-index: 8;
}
.mk-quick-contact-wrapper {
  z-index: 400;
}
#mk-quick-contact {
  z-index: 100;
}
.portfolio-widget-thumb {
  z-index: 10;
}
.widget-portfolio-overlay {
  z-index: 10;
}
/**********************************************
woocommerce-layout.less
**********************************************/
.woocommerce .mk-product-holder,
.woocommerce-page .mk-product-holder {
  z-index: 10;
}
.woocommerce .mk-product-holder .product-loop-image,
.woocommerce-page .mk-product-holder .product-loop-image {
  z-index: 3;
}
.woocommerce .mk-product-holder .product-hover-image,
.woocommerce-page .mk-product-holder .product-hover-image {
  z-index: 4;
}
.woocommerce .mk-product-holder .product-item-footer,
.woocommerce-page .mk-product-holder .product-item-footer {
  z-index: 6;
}
.woocommerce .mk-product-holder .product-loading-icon,
.woocommerce-page .mk-product-holder .product-loading-icon {
  z-index: 5;
}
/**********************************************
woocommerce.less
**********************************************/
p.demo_store {
  z-index: 99998;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
  z-index: 10;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  z-index: 2;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  z-index: 1;
}
.mk-onsale,
.mk-out-stock,
.out-of-stock {
  z-index: 30;
}
.mk-woocommerce-carousel.modern-style .mk-lightbox i {
  z-index: 14;
}
.mk-skip-to-next {
  position: absolute;
  display: table;
  left: 50%;
  cursor: pointer;
  bottom: 0;
  margin: -26px 0 26px -26px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  opacity: 0.9;
  transition: all 0.2s ease-out;
}
.mk-skip-to-next svg {
  height: 16px;
  width: 16px;
  display: table-cell;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
}
.mk-skip-to-next:hover {
  opacity: 1;
}
.mk-skip-to-next:hover svg {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.mk-skip-to-next[data-skin="dark"] {
  border: 2px solid #333333;
}
.mk-skip-to-next[data-skin="dark"] svg {
  fill: #333333;
}
.mk-skip-to-next[data-skin="light"] {
  border: 2px solid #ffffff;
}
.mk-skip-to-next[data-skin="light"] svg {
  fill: #ffffff;
}
.mk-swipe-slideshow .mk-swiper-wrapper {
  height: 0;
  overflow: hidden;
}
.mk-blog-container .mk-slider-holder-img {
  width: 100%;
}
.mk-section-video {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  z-index: 2;
  -webkit-transform-style: preserve-3d;
}
.mk-section-video .video-social-hosted {
  display: inline-block;
  /* let it be styled thusly */
  padding: 0;
  /* get rid of pre-styling */
  margin: 0;
  width: 100%;
  padding-top: 56.25%;
  /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
  height: 0px;
  /* don't want it to expand beyond padding */
  position: relative;
}
.mk-section-video video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.mk-section-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.mk-video-mask,
.mk-video-color-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mk-video-color-mask {
  opacity: .7;
}
.mk-video-preload {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mk-section-image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  min-width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-position: center;
  background-size: cover;
}
.post-type-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  opacity: 0;
  margin: -24px 0 0 -24px;
}
.post-type-badge svg {
  height: 48px;
  fill: #ffffff;
}
.mk-blog-container .featured-image:hover .post-type-badge {
  opacity: 1;
}
/*Other Button Styling*/
.button,
.shop-flat-btn,
.mk-flat-button,
#review_form_wrapper input[type=submit],
.woocommerce-product-search input[type=submit],
.post-password-form input[type=submit] {
  border: none !important;
  outline: none !important;
  color: #ffffff !important;
  font-size: 13px;
  line-height: 13px !important;
  padding: 12px 15px !important;
  text-transform: uppercase;
  vertical-align: top;
  letter-spacing: 1px;
  display: inline-block;
}
.single_add_to_cart_button {
  padding: 10px 15px 14px !important;
}
/*
* TODO: Remove after using svg for all forms.
*/
.button i,
.shop-flat-btn i,
.mk-flat-button i,
#review_form_wrapper input[type=submit] i,
.woocommerce-product-search input[type=submit] i {
  color: #ffffff !important;
  font-size: 16px;
  line-height: 16px !important;
  margin-right: 10px;
}
.shop-flat-btn svg {
  fill: #ffffff;
  height: 16px;
  margin-right: 10px;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.button.alt,
.shop-flat-btn.alt,
.mk-flat-button.alt,
#review_form_wrapper input[type=submit].alt,
.woocommerce-product-search input[type=submit].alt {
  text-shadow: none !important;
}
.button.alt:hover,
.shop-flat-btn.alt:hover,
.mk-flat-button.alt:hover,
#review_form_wrapper input[type=submit].alt:hover,
.woocommerce-product-search input[type=submit].alt:hover {
  background-color: #252525 !important;
}
.button.shop-black-btn,
.shop-flat-btn.shop-black-btn,
.mk-flat-button.shop-black-btn,
#review_form_wrapper input[type=submit].shop-black-btn,
.woocommerce-product-search input[type=submit].shop-black-btn,
.post-password-form input[type=submit] {
  background-color: #252525;
}
.button.shop-black-btn:hover,
.shop-flat-btn.shop-black-btn:hover,
.mk-flat-button.shop-black-btn:hover,
#review_form_wrapper input[type=submit].shop-black-btn:hover,
.woocommerce-product-search input[type=submit].shop-black-btn:hover {
  background-color: #707070;
}
.button:hover,
.shop-flat-btn:hover,
.mk-flat-button:hover,
#review_form_wrapper input[type=submit]:hover,
.woocommerce-product-search input[type=submit]:hover,
.post-password-form input[type=submit]:hover {
  background-color: #323232 !important;
}
#review_form_wrapper input[type=submit]:hover {
  background-color: #252525 !important;
}
a.shop-flat-btn,
a.mk-flat-button {
  font-weight: bold;
  display: inline-block;
}
a.shop-flat-btn:hover,
a.mk-flat-button:hover {
  color: #ffffff;
}
.wp-core-ui .button,
.wp-core-ui .button-secondary {
  color: #555555 !important;
  border-color: #cccccc !important;
  height: 24px !important;
  line-height: 22px !important;
  padding: 0 8px 1px !important;
  font-size: 11px !important;
  border: 1px solid #cccccc!important;
  background: #f7f7f7!important;
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 rgba(0, 0, 0, 0.08) !important;
}
.wp-core-ui .button:hover,
.wp-core-ui .button-secondary:hover {
  background: #eeeeee!important;
}
.IE9 .mk-button.savvy-dimension:after {
  top: 0;
  left: 0;
}
.contact-form-message {
  padding: 20px 0;
  font-size: 13px;
  color: #cd1313;
}
.mk-employeee-networks li {
  display: inline-block;
}
.mk-employeee-networks a {
  margin: 10px 9px 0 0;
}
.mk-employeee-networks svg {
  fill: #aaaaaa;
  vertical-align: middle;
}
.mk-employeee-networks a:hover svg {
  transition: all 0.2s;
  fill: #797979;
}
.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
/**
 * Objects
 */
/* Makes the site print friendly... */
@media print {
  a {
    text-decoration: underline;
  }
  a[href="#"],
  a[href="javascript:"] {
    content: "";
  }
  .mk-header,
  #mk-sidebar,
  #mk-footer,
  .news-post-heading,
  .mk-quick-contact-wrapper,
  .mk-go-top,
  .mk-back-top,
  .mk-loop-next-prev,
  .single-social-section,
  .single-post-tags,
  .single-back-top,
  .mk-about-author-wrapper,
  .blog-similar-posts,
  #comments,
  .mk-post-nav {
    display: none !important;
  }
  .theme-page-wrapper,
  .theme-content {
    width: 100% !important;
    left: 0;
  }
  p,
  .mk-blockquote {
    page-break-after: avoid;
    page-break-inside: avoid;
    width: 95% !important;
  }
}
input[type="text"],
textarea,
.master-holder div,
[class*='mk-col-'],
*:after,
*:before,
.text-input,
.theme-page-wrapper,
.mk-blog-grid-item,
#mk-page-introduce,
.mk-header-toolbar,
.mk-news-item,
.mk-employee-item,
#mk-notification-bar,
.mk-blog-classic-item,
.mk-fullwidth-boxed,
.mk-image-caption,
.mk-gallery .gallery-inner,
.testimonial-column .testimonial-item,
.mk-blog-grid-item,
.page-section-content,
#mk-theme-container,
.mk-gallery .gallery-title,
.mk-gallery .gallery-caption,
.shopping-cart-header,
.portfolio-widget-info {
  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%;
  margin: 0 auto;
}
.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: 768px) {
  .mk-grid {
    width: 100%;
  }
  [class*='mk-col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #mk-footer [class*='mk-col-'] {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.attched-true.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.add-padding-0 > [class*="vc_col"],
.add-padding-0 > .mk-grid > [class*="vc_col"] {
  padding: 0%;
}
.add-padding-1 > [class*="vc_col"],
.add-padding-1 > .mk-grid > [class*="vc_col"] {
  padding: 1%;
}
.add-padding-2 > [class*="vc_col"],
.add-padding-2 > .mk-grid > [class*="vc_col"] {
  padding: 2%;
}
.add-padding-3 > [class*="vc_col"],
.add-padding-3 > .mk-grid > [class*="vc_col"] {
  padding: 3%;
}
.add-padding-4 > [class*="vc_col"],
.add-padding-4 > .mk-grid > [class*="vc_col"] {
  padding: 4%;
}
.add-padding-5 > [class*="vc_col"],
.add-padding-5 > .mk-grid > [class*="vc_col"] {
  padding: 5%;
}
.wpb_row.attched-true .vc_column_container > .vc_column-inner {
  padding-left: 0!important;
  padding-right: 0!important;
}
@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;
  }
}
/* Fix for X overflow when row is fullwidth */
.mk-fullwidth-true.vc_row,
.vc_inner.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;
}
/***********/
.grid--table .mk--row {
  display: table;
  table-layout: fixed;
}
.grid--table .mk--col {
  display: table-cell;
  vertical-align: top;
}
.grid--table .mk--col.mk--col--bottom {
  vertical-align: bottom;
}
.grid--table .mk--col.mk--col--center {
  vertical-align: middle;
  height: 100%;
}
.grid--float .mk--row {
  zoom: 1;
}
.grid--float .mk--row:before,
.grid--float .mk--row:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.grid--float .mk--row:after {
  clear: both;
}
.grid--float .mk--col {
  float: left;
}
.mk--row {
  width: 100%;
}
.mk--col {
  position: relative;
}
.mk--col--1-12 {
  width: 8.33%;
}
.mk--col--2-12 {
  width: 16.66%;
}
.mk--col--3-12 {
  width: 25%;
}
.mk--col--4-12 {
  width: 33.33%;
}
.mk--col--5-12 {
  width: 41.66%;
}
.mk--col--6-12,
.mk--col--1-2 {
  width: 50%;
}
.mk--col--7-12 {
  width: 58.33%;
}
.mk--col--8-12 {
  width: 66.66%;
}
.mk--col--9-12 {
  width: 75%;
}
.mk--col--10-12 {
  width: 83.33%;
}
.mk--col--11-12 {
  width: 91.66%;
}
.mk--col--12-12 {
  width: 100%;
}
.featured-image .post-type-badge,
.portfolio-social a,
.widget_contact_form .contact-widget-button,
.widget_instagram a,
.widget_posts_lists .post-type-thumb,
.widget .mk-searchform .search-button,
.mk-image-link,
.mk-process-steps p,
.widget-portfolio-overlay,
.portfolio-widget-info,
.portfolio-widget-lightbox,
.portfolio-widget-permalink,
.portfolio-carousel-overlay,
.portfolio-carousel .hover-icon,
.blog-showcase-overlay,
.mk-portfolio-carousel .flex-viewport img,
.mk-blog-showcase ul li img,
.featured-image img,
.hover-icon,
.gallery-lightbox,
.post-type-badge,
.mk-similiar-thumbnail img,
.mk-skype-call,
.mk-skype-call i:before,
.widget_posts_lists ul li img,
.portfolio-showcase-extra-info,
.blog-showcase-extra-info,
.mk-blog-showcase ul li,
.mk-blog-newspaper-item .newspaper-meta-wrapper,
.mk-pagination a,
.mk-woocommerce-pagination a,
.similar-posts-wrapper .overlay-pattern,
#mk-filter-portfolio a,
.portfolio-carousel .item-content,
.mk-clients .client-logo,
.mk-pricing-cols .mk-pricing-button a,
.widget_social_networks a,
.widget-sub-navigation ul li a,
.mk-social-network-shortcode a i,
.mk-quick-contact-link,
.portfolio-similar-posts img,
.single-post-tags a,
.showcase-blog-overlay,
.mk-nav-responsive-link,
.mk-responsive-close,
#mk-footer-navigation a,
.ls-jupiter .ls-nav-prev,
.ls-jupiter .ls-nav-next,
a.jp-play,
a.jp-pause,
.woo-hidden-section,
.mk-image-overlay,
.portfolio-meta,
.mk-loop-next-prev a,
.portfolio-similar-meta,
.text-input,
.mk-textarea,
#mk-nav-search-wrapper form i,
.blog-grid-hover-icon,
.shop-flat-btn,
#review_form_wrapper input[type=submit],
.mk-message-box .button,
.blog-modern-btn,
.the-title a,
.mk-readmore,
.blog-social-share a,
.blog-modern-comment,
.blog-modern-share,
.mk-loadmore-button,
.button,
.mk-edge-next,
.mk-edge-prev,
.swiper-arrows,
.black-hover-overlay,
.product-category .item-holder h4,
.about-author-social a,
.mk-accordion-tab,
.mk-accordion-tab i,
.mk-tabs-tabs li i,
.blog-teaser-side-item .blog-title,
.mk-breadcrumbs-inner a,
.woocommerce-product-search input[type=submit],
.mk-blog-showcase-thumb a,
.mk-accordion-tab:before,
.mk-toggle-title:before,
.mk-social-network-shortcode ul li a,
.mk-box-icon .icon-box-boxed .mk-main-ico,
.transition-all-2 {
  transition: all 0.15s ease-in-out;
  -webkit-perspective: 1000;
}
.image-hover-overlay,
.hover-overlay,
.swiper-zoom-icon,
.mk-image-lightbox {
  transition: opacity 0.25s ease-in-out;
}
.modern-style-nav .mk-header-inner .main-navigation-ul > li > a {
  transition: color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-perspective: 1000;
}
.mk-animate-element,
.mk-fullscreen-search-overlay,
.mk-effect-bg-layer {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.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);
  animation: mk_fade 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 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mk_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.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);
  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);
  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);
  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);
  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);
  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);
  animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-floating-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-floating-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-floating-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-floating-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-icon-spin {
  display: inline-block;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* Floating */
@-webkit-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;
  }
}
@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);
  }
}
@keyframes mk_tossing {
  0% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
            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;
  }
}
@keyframes mk_pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7;
  }
}
/* Flip Horizontally */
@-webkit-keyframes mk_flip_x {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes mk_flip_x {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
/* Flip Vertically */
@-webkit-keyframes mk_flip_y {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes mk_flip_y {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
/* Fade In animation */
@-webkit-keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/* Scale Up animation */
@-webkit-keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
            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;
  }
}
@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            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;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            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;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translate(0, 60%);
            transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            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;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.hover-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.center-y {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.full-cover-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 14;
  left: 0;
  top: 0;
}
/* Flickr Feed found in widgets and shortcodes */
.mk-flickr-feeds {
  margin-bottom: 20px;
}
.flickr-item {
  display: inline-block !important;
  padding: 0 4px 4px 0;
  float: left;
  box-sizing: border-box;
}
.flickr-item img {
  position: relative;
  width: 100%;
  border-radius: 3px;
}
.flickr-item:hover {
  opacity: .8;
}
@media handheld, only screen and (max-width: 960px) {
  .flickr-item {
    width: 33% !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .flickr-item {
    width: 49% !important;
  }
}
/*
Used in page section and edge slider
*/
.mk-section-image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  min-width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-position: center;
  background-size: cover;
}
.mk-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.mk-image-lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  width: 100px;
  height: 100px;
  opacity: 0;
}
.mk-image-lightbox:hover {
  color: #ffffff;
}
.mk-image-lightbox i {
  line-height: 100px;
  font-size: 48px;
}
.image-hover-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
/* Social Share */
.single-social-section {
  float: right;
}
.single-social-section .blog-modern-comment,
.single-social-section .blog-share-container,
.single-social-section .mk-love-holder,
.single-social-section .mk-blog-print {
  float: right;
  display: inline-block;
  margin-left: 20px;
}
.single-social-section .blog-modern-comment i,
.single-social-section .blog-share-container i,
.single-social-section .mk-love-holder i,
.single-social-section .mk-blog-print i {
  font-size: 16px;
}
.single-social-section .blog-modern-comment i,
.single-social-section .mk-blog-print i,
.single-social-section .blog-single-share i {
  color: #898989;
}
.single-social-section .blog-modern-comment span,
.single-social-section .mk-blog-print span,
.single-social-section .blog-single-share span {
  color: #898989;
  font-size: 11px;
  padding-left: 3px;
}
.single-social-section .blog-share-container {
  position: relative;
}
.single-social-section .blog-single-share {
  cursor: pointer;
}
.single-social-section .blog-single-share i {
  font-size: 16px;
}
@media handheld, only screen and (max-width: 960px) {
  .single-social-section {
    float: none !important;
    display: block;
    margin-bottom: 20px;
  }
  .single-social-section .blog-modern-comment,
  .single-social-section .blog-share-container,
  .single-social-section .mk-love-holder,
  .single-social-section .mk-blog-print {
    float: left;
    padding: 0 20px 0 0 !important;
    margin: 0 !important;
  }
  .single-social-section .single-share-box {
    right: -170px;
    left: auto !important;
  }
  .single-social-section .single-share-box:before {
    left: -5px;
    right: auto !important;
  }
}
.single-share-box {
  position: absolute;
  left: -220px;
  bottom: -11px;
  background-color: #252525;
  margin: 0;
  list-style: none;
  display: none;
  text-align: center;
  padding: 13px;
  text-transform: center;
}
.single-share-box:before {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #252525;
  content: "";
}
.single-share-box li {
  float: left;
  margin: 0;
}
.single-share-box li a {
  color: #a8a8a8;
  display: block;
  padding: 0 10px;
  transition: all 0.2s;
}
.single-share-box li a:hover {
  color: #ffffff;
}
.single-share-box li a i {
  font-size: 16px;
  vertical-align: top;
}
/* * HEADER SECTION */
.mk-header {
  width: 100%;
  position: relative;
}
.mk-header .mk-header-bg,
.mk-header .mk-classic-nav-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mk-header.sticky-style-false.transparent-header {
  position: absolute;
  background: transparent;
}
.mk-header.sticky-style-fixed .mk-header-bg {
  transition: opacity 0.2s ease-out;
}
.mk-header .mk-header-inner {
  position: relative;
  width: 100%;
}
.mk-header.sticky-style-fixed .header-logo.logo-has-sticky img {
  transition: opacity 0.2s ease;
}
.mk-header:not(.header-style-4) .header-logo {
  top: 0;
  position: absolute;
}
.header-logo {
  display: block;
  width: 100%;
}
.header-logo img {
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  ms-transform: translate(0, -50%) !important;
}
.header-logo .mk-resposnive-logo {
  display: none;
}
.logo-in-middle .header-logo {
  display: none;
}
.fit-logo-img a {
  display: inline-block;
  height: 100%;
  position: relative;
}
.fit-logo-img a img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: none;
}
@media handheld, only screen and (max-width: 780px) {
  .header-logo img {
    max-width: 200px !important;
  }
}
@media handheld, only screen and (max-width: 400px) {
  .header-logo img {
    max-width: 160px !important;
  }
}
.header-style-1.sticky-style-fixed .menu-hover-style-3 .main-navigation-ul > li,
.header-style-1.sticky-style-fixed .menu-hover-style-5 .main-navigation-ul > li,
.sticky-style-fixed .mk-header-inner .mk-header-search,
.mk-header.sticky-style-fixed .mk-header-inner .mk-header-start-tour,
.header-style-1.sticky-style-fixed .mk-header-inner,
.header-style-3.sticky-style-fixed .mk-header-inner,
.header-style-3.sticky-style-fixed .header-logo,
.header-style-1.sticky-style-fixed .header-logo,
.mk-header.header-style-1.sticky-style-fixed .mk-search-trigger i,
.mk-header.header-style-1.sticky-style-fixed .mk-search-trigger,
.sticky-style-fixed .shopping-cart-header,
.sticky-style-fixed .mk-dashboard-trigger {
  transition: height 0.25s ease, line-height 0.25s ease;
  -webkit-transition: height 0.25s ease, line-height 0.25s ease;
  -moz-transition: height 0.25s ease, line-height 0.25s ease;
  -ms-transition: height 0.25s ease, line-height 0.25s ease;
  -o-transition: height 0.25s ease, line-height 0.25s ease;
}
.mk-header-holder {
  width: 100%;
  position: absolute;
}
.mk-header-holder.fancybox-margin {
  right: -9px;
}
.a-sticky .mk-header-holder {
  transition: top 0.35s ease 0.1s;
}
.sticky-style-fixed.header-style-1 .mk-header-holder,
.sticky-style-fixed.header-style-3 .mk-header-holder {
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.sticky-style-fixed.header-style-1 .mk-header-holder.header--hidden,
.sticky-style-fixed.header-style-3 .mk-header-holder.header--hidden {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  ms-transform: translate(0, -100%);
}
.sticky-style-fixed.header-style-1.a-sticky .mk-header-holder,
.sticky-style-fixed.header-style-3.a-sticky .mk-header-holder {
  top: -32px;
}
.sticky-style-fixed.header-style-1.a-sticky.toolbar-false .mk-header-holder,
.sticky-style-fixed.header-style-3.a-sticky.toolbar-false .mk-header-holder {
  top: 0;
}
[data-sticky-style="lazy"] .mk-header-holder {
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.header-style-1 .logo-has-sticky .mk-sticky-logo,
.header-style-3 .logo-has-sticky .mk-sticky-logo {
  opacity: 0;
}
.header-style-1.a-sticky .logo-has-sticky .mk-desktop-logo,
.header-style-3.a-sticky .logo-has-sticky .mk-desktop-logo {
  opacity: 0;
}
.header-style-1.a-sticky .logo-has-sticky .mk-sticky-logo,
.header-style-3.a-sticky .logo-has-sticky .mk-sticky-logo {
  opacity: 1;
}
.logo-in-middle .logo-has-sticky .mk-sticky-logo {
  display: none;
}
.logo-in-middle.a-sticky .logo-has-sticky .mk-desktop-logo {
  display: none;
}
.logo-in-middle.a-sticky .logo-has-sticky .mk-sticky-logo {
  display: block;
}
.admin-bar .sticky-style-fixed.header-style-1 .mk-header-holder,
.admin-bar .sticky-style-fixed.header-style-3 .mk-header-holder {
  top: 32px;
}
.admin-bar .sticky-style-fixed.header-style-1.a-sticky .mk-header-holder,
.admin-bar .sticky-style-fixed.header-style-3.a-sticky .mk-header-holder {
  top: -3px;
}
.admin-bar .sticky-style-fixed.header-style-1.a-sticky.toolbar-false .mk-header-holder,
.admin-bar .sticky-style-fixed.header-style-3.a-sticky.toolbar-false .mk-header-holder {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .sticky-style-fixed.header-style-1 .mk-header-holder,
  .admin-bar .sticky-style-fixed.header-style-3 .mk-header-holder {
    top: 0;
  }
  .admin-bar .sticky-style-fixed.header-style-1.a-sticky .mk-header-holder,
  .admin-bar .sticky-style-fixed.header-style-3.a-sticky .mk-header-holder {
    top: 0;
  }
  .admin-bar .sticky-style-fixed.header-style-1.a-sticky.toolbar-false .mk-header-holder,
  .admin-bar .sticky-style-fixed.header-style-3.a-sticky.toolbar-false .mk-header-holder {
    top: 0;
  }
}
.sticky-style-slide .mk-header-padding-wrapper.enable-padding {
  display: block;
}
.sticky-style-slide.header-style-1.pre-sticky .mk-header-holder,
.sticky-style-slide.header-style-3.pre-sticky .mk-header-holder {
  position: fixed;
  top: -300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.sticky-style-slide.header-style-1.a-sticky .mk-header-holder,
.sticky-style-slide.header-style-3.a-sticky .mk-header-holder {
  top: -32px;
}
.sticky-style-slide.header-style-1.a-sticky.toolbar-false .mk-header-holder,
.sticky-style-slide.header-style-3.a-sticky.toolbar-false .mk-header-holder {
  top: 0px;
}
.admin-bar .sticky-style-slide.header-style-1.a-sticky .mk-header-holder,
.admin-bar .sticky-style-slide.header-style-3.a-sticky .mk-header-holder {
  top: -3px;
}
.admin-bar .sticky-style-slide.header-style-1.a-sticky.toolbar-false .mk-header-holder,
.admin-bar .sticky-style-slide.header-style-3.a-sticky.toolbar-false .mk-header-holder {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .sticky-style-slide.header-style-1.pre-sticky .mk-header-holder,
  .admin-bar .sticky-style-slide.header-style-3.pre-sticky .mk-header-holder {
    top: 0;
  }
  .admin-bar .sticky-style-slide.header-style-1.a-sticky .mk-header-holder,
  .admin-bar .sticky-style-slide.header-style-3.a-sticky .mk-header-holder {
    top: 0;
  }
  .admin-bar .sticky-style-slide.header-style-1.a-sticky.toolbar-false .mk-header-holder,
  .admin-bar .sticky-style-slide.header-style-3.a-sticky.toolbar-false .mk-header-holder {
    top: 0;
  }
}
.header-style-2.a-sticky .mk-header-nav-container {
  position: fixed !important;
  left: 0;
  border: none;
  top: 0;
}
.header-style-2.a-sticky .mk-header-padding-wrapper {
  display: block !important;
}
.header-style-2.a-sticky .mk-classic-nav-bg {
  opacity: 1;
}
.admin-bar .header-style-2.a-sticky .mk-header-nav-container {
  top: 32px;
}
.mk-desktop-logo.light-logo {
  display: none;
}
.mk-desktop-logo.dark-logo {
  display: block;
}
#mk-boxed-layout {
  position: relative;
  z-index: 0;
}
.mk-boxed-enabled #mk-boxed-layout {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.mk-boxed-enabled #mk-boxed-layout .a-sticky .mk-header-holder {
  right: auto !important;
}
.mk-boxed-enabled #mk-boxed-layout .header-style-1 .mk-header-holder,
.mk-boxed-enabled #mk-boxed-layout .header-style-3 .mk-header-holder {
  width: 100% !important;
  left: auto !important;
}
.mk-header-start-tour {
  font-weight: bold;
  float: right;
  transition: opacity 0.3s ease-out;
  visibility: visible;
  opacity: 1;
}
.mk-header-start-tour svg {
  padding-left: 8px;
  height: 20px;
  vertical-align: middle;
}
.mk-header-start-tour.show {
  visibility: visible;
  opacity: 1;
}
.mk-header-start-tour.hidden {
  visibility: hidden;
  opacity: 0;
}
.mk-header-right {
  position: absolute;
  right: 10px;
  top: 0;
}
.header-grid.mk-grid {
  position: relative;
}
.header-grid.mk-grid .header-logo.left-logo {
  left: 20px !important;
}
.header-grid.mk-grid .header-logo.right-logo {
  right: 20px !important;
}
.header-grid.mk-grid .header-logo.right-logo,
.header-grid.mk-grid .mk-header-right {
  right: 20px;
}
.mk-header-nav-container {
  line-height: 4px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-header .mk-header-nav-container {
    width: 100% !important;
  }
  .mk-header .mk-classic-menu-wrapper {
    width: 100% !important;
  }
}
.header-style-2 .mk-classic-nav-bg {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.header-style-2 .mk-header-nav-container {
  width: 100% !important;
  float: none !important;
}
.header-style-2 .main-navigation-ul > li.menu-item {
  line-height: 50px;
}
.header-style-2 .main-navigation-ul > li.menu-item > a.menu-item-link {
  padding: 14px 25px;
  line-height: 23px;
}
.header-style-2.menu-hover-3 .main-navigation-ul > li.menu-item > a.menu-item-link {
  line-height: 16px;
}
/* Header Style 1 */
.header-style-1.header-align-center .mk-header-nav-container {
  text-align: center;
}
.header-style-1.header-align-center .header-logo {
  float: left;
  left: 0;
}
.header-style-1.header-align-center .header-logo a {
  margin-left: 20px;
}
.header-style-1.header-align-left .mk-header-nav-container {
  text-align: right;
  float: right;
  margin-right: 30px;
}
.header-style-1.header-align-left .mk-header-right {
  display: none;
}
.header-style-1.header-align-left.full-header #mk-nav-search-wrapper {
  right: -20px;
}
.header-style-1.header-align-left .header-logo {
  float: left;
  left: 0;
}
.header-style-1.header-align-left .header-logo a {
  margin-left: 20px;
  float: left;
}
.header-style-1.header-align-left .mk-grid .mk-header-nav-container {
  margin-right: 0;
}
.header-style-1.header-align-left.boxed-header .mk-header-right {
  display: block;
}
.header-style-1.header-align-right .mk-header-nav-container {
  text-align: left;
  float: left;
  margin-left: 30px;
}
.header-style-1.header-align-right .mk-header-right {
  display: none;
}
.header-style-1.header-align-right .header-logo {
  float: right;
  width: auto !important;
  right: 0;
}
.header-style-1.header-align-right .header-logo a {
  margin-right: 20px;
}
.header-style-1.header-align-right .header-logo img {
  float: right;
  clear: both;
  right: 0 !important;
  left: auto!important;
}
.header-style-1.header-align-right.full-header #mk-nav-search-wrapper {
  right: auto;
  left: -20px;
}
.header-style-1.header-align-right .mk-shopping-cart-box {
  right: auto;
  left: 0;
}
.header-style-1.header-align-right .mk-shopping-cart-box:after {
  right: auto;
  left: 22px;
}
.header-style-1.header-align-right .main-nav-side-search,
.header-style-1.header-align-right .shopping-cart-header {
  float: left;
}
.header-style-1.header-align-right .main-navigation-ul > li.menu-item {
  float: right;
}
.header-style-1.header-align-right .mk-grid .header-logo {
  right: 0;
}
.header-style-1.header-align-right .mk-grid .mk-header-nav-container {
  margin-left: 0;
}
.header-style-1.header-align-right.boxed-header .mk-header-right {
  display: block;
  right: auto;
  left: 10px;
}
.header-style-2 .mk-search-trigger {
  padding: 16px 0;
}
.header-style-2 .shopping-cart-header {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
  position: relative;
  float: none;
  padding: 16px 0;
}
.header-style-2 .mk-shoping-cart-link {
  padding: 20px 10px;
  margin-top: -4px;
}
.header-style-2 .menu-hover-style-3 .mk-search-trigger,
.header-style-2 .menu-hover-style-3 .mk-shoping-cart-link {
  padding: 0;
  line-height: 80px;
}
.header-style-2 .mk-dashboard-trigger {
  position: absolute;
  z-index: 10;
}
.header-style-2 .header-logo {
  position: relative !important;
}
.header-style-2 .header-logo a img {
  position: relative !important;
  left: auto!important;
}
.header-style-2 .header-logo .mk-sticky-logo {
  display: none !important;
}
.header-style-2.header-align-center .mk-header-nav-container {
  text-align: center;
}
.header-style-2.header-align-center .header-logo {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.header-style-2.header-align-center .header-logo a {
  margin: 0 auto;
}
.header-style-2.header-align-center .mk-grid .header-logo {
  left: 0;
  position: relative;
}
.header-style-2.header-align-center .mk-dashboard-trigger {
  right: 0;
}
.header-style-2.header-align-left .mk-header-nav-container {
  text-align: left;
  float: left;
}
.header-style-2.header-align-left .header-logo {
  float: left;
}
.header-style-2.header-align-left .mk-grid .header-logo {
  left: 0;
}
.header-style-2.header-align-left .mk-grid .mk-header-nav-container {
  margin-right: 0;
}
.header-style-2.header-align-left .mk-dashboard-trigger {
  right: 0;
}
.header-style-2.header-align-right .mk-header-nav-container {
  text-align: right;
  float: right;
}
.header-style-2.header-align-right .header-logo {
  float: right;
  right: 0;
  text-align: right;
}
.header-style-2.header-align-right .header-logo a {
  margin-right: 20px;
}
.header-style-2.header-align-right .mk-header-right {
  left: 10px;
  right: auto;
}
.header-style-2.header-align-right .mk-header-right .mk-shopping-cart-box {
  position: absolute;
  left: -10px;
  right: auto;
  top: 80px;
}
.header-style-2.header-align-right .mk-header-right .mk-shopping-cart-box:after {
  left: 32px;
  right: auto;
}
.header-style-2.header-align-right .mk-grid .header-logo {
  right: 0;
}
.header-style-2.header-align-right .mk-grid .mk-header-nav-container {
  margin-left: 0;
}
.header-style-3 .header-logo .mk-sticky-logo {
  position: absolute !important;
}
.header-style-3.header-align-left .mk-header-right {
  float: right;
  margin-right: 30px;
}
.header-style-3.header-align-left .header-logo {
  float: left;
  left: 0;
}
.header-style-3.header-align-left .header-logo a {
  margin-left: 20px;
}
.header-style-3.header-align-left .header-logo img {
  float: left;
}
.header-style-3.header-align-left .mk-dashboard-trigger,
.header-style-3.header-align-left .shopping-cart-header {
  float: right;
}
.header-style-3.header-align-center .header-logo {
  text-align: center;
}
.header-style-3.header-align-center .header-logo img {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  ms-transform: translate(-50%, -50%) !important;
}
.header-style-3.header-align-center .mk-dashboard-trigger,
.header-style-3.header-align-center .shopping-cart-header {
  float: right;
}
.header-style-3.header-align-right .mk-header-right {
  float: left;
}
.header-style-3.header-align-right .header-logo {
  float: right;
  right: 0;
}
.header-style-3.header-align-right .header-logo a {
  margin-right: 20px;
}
.header-style-3.header-align-right .header-logo a {
  float: right;
  clear: both;
}
.header-style-3.header-align-right .header-logo img {
  float: right;
  right: 0;
}
.header-style-3.header-align-right .mk-grid .header-logo {
  float: right;
}
.header-style-3.header-align-right .mk-grid .mk-dashboard-trigger,
.header-style-3.header-align-right .mk-grid .shopping-cart-header {
  float: left;
}
.header-style-3 .shopping-cart-header {
  z-index: 11;
}
.mk-dashboard-trigger {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  margin: 0 10px;
  position: relative;
}
.mk-dashboard-trigger .mk-css-icon-menu {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.header-align-right .mk-dashboard-trigger {
  float: left;
}
.header-align-left .mk-dashboard-trigger,
.header-align-center .mk-dashboard-trigger {
  float: right;
}
.header-style-4 .mk-header-inner {
  width: 270px !important;
  height: 100% !important;
  position: fixed !important;
  top: 0;
  overflow: auto;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.header-style-4 .mk-header-right {
  position: fixed !important;
  top: auto;
  right: auto !important;
  margin: 0 20px;
  display: block;
  clear: both;
  *zoom: 1;
  min-height: 40px;
  width: 220px;
  box-sizing: border-box;
}
.header-style-4 .mk-header-right:before,
.header-style-4 .mk-header-right:after {
  content: " ";
  display: table;
}
.header-style-4 .mk-header-right:after {
  clear: both;
}
.header-style-4 .mk-header-right:before,
.header-style-4 .mk-header-right:after {
  content: " ";
  display: table;
}
.header-style-4 .mk-header-right:after {
  clear: both;
}
.header-style-4 .mk-header-right .mk-shoping-cart-link {
  padding-left: 0;
}
.header-style-4 .mk-header-holder {
  position: relative;
}
.header-style-4 .shopping-cart-header {
  z-index: 30;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 36px 0 9px;
}
.header-style-4 .mk-header-searchform,
.header-style-4 .mk-header-start-tour {
  display: none !important;
}
.header-style-4 .mk-header-bg {
  transition: opacity 0.3s ease-out;
}
.header-style-4 .vm-header-copyright {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 18px;
  margin-top: 20px;
}
.header-style-4 .header-logo {
  text-align: center;
}
.header-style-4 .header-logo a {
  width: 100% !important;
}
.header-style-4 .header-logo .mk-sticky-logo {
  display: none !important;
}
.header-style-4 .mk-shopping-cart-box {
  display: none !important;
}
.header-style-4 .mk-header-search {
  display: block;
  float: none;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.header-style-4 .mk-header-start-tour {
  float: none;
}
.header-style-4 .header-section.mk-header-social {
  float: none !important;
}
.header-style-4.header-align-left .mk-header-inner,
.header-style-4.header-align-center .mk-header-inner {
  left: 0;
}
.header-style-4.header-align-left .mk-header-right,
.header-style-4.header-align-center .mk-header-right {
  bottom: 30px;
}
.header-style-4.header-align-left .shopping-cart-header,
.header-style-4.header-align-center .shopping-cart-header {
  float: right;
}
.header-style-4.header-align-right .mk-header-inner {
  right: 0;
}
.header-style-4.header-align-right .mk-header-right {
  bottom: 100px;
}
.header-style-4.header-align-right .shopping-cart-header {
  float: right;
}
.mk-header-social.header-section.show {
  visibility: visible;
  opacity: 1;
}
.mk-header-social.header-section.hidden {
  visibility: hidden;
  opacity: 0;
}
.logo-align-center .header-style-4 .header-logo img {
  max-width: 100% !important;
  left: 50%!important;
  top: 0 !important;
  -webkit-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  ms-transform: translate(-50%, 0) !important;
}
.logo-align-left .header-style-4 .header-logo img {
  max-width: 100% !important;
  left: 20px!important;
}
.logo-align-right .header-style-4 .header-logo img {
  max-width: 100% !important;
  left: auto !important;
  right: 20px!important;
}
.vertical-header-enabled.vertical-header-left .trans-header #theme-page > .mk-main-wrapper-holder,
.vertical-header-enabled.vertical-header-center .trans-header #theme-page > .mk-main-wrapper-holder,
.vertical-header-enabled.vertical-header-left .trans-header #theme-page > .mk-page-section-wrapper .mk-page-section,
.vertical-header-enabled.vertical-header-center .trans-header #theme-page > .mk-page-section-wrapper .mk-page-section,
.vertical-header-enabled.vertical-header-left .trans-header #theme-page > .wpb_row,
.vertical-header-enabled.vertical-header-center .trans-header #theme-page > .wpb_row,
.vertical-header-enabled.vertical-header-left .trans-header #mk-footer,
.vertical-header-enabled.vertical-header-center .trans-header #mk-footer {
  padding-left: 270px;
}
.vertical-header-enabled.vertical-header-right .trans-header #theme-page > .mk-main-wrapper-holder,
.vertical-header-enabled.vertical-header-right .trans-header #theme-page > .mk-page-section-wrapper .mk-page-section,
.vertical-header-enabled.vertical-header-right .trans-header #theme-page > .wpb_row,
.vertical-header-enabled.vertical-header-right .trans-header #mk-footer {
  padding-right: 270px;
}
.vertical-header-enabled .trans-header #mk-footer:not(.mk-footer-unfold) {
  width: auto !important;
}
.vertical-header-enabled.vertical-header-left #mk-theme-container:not(.trans-header),
.vertical-header-enabled.vertical-header-center #mk-theme-container:not(.trans-header) {
  padding-left: 270px;
}
.vertical-header-enabled.vertical-header-right #mk-theme-container:not(.trans-header) {
  padding-right: 270px;
}
@media handheld, only screen and (max-width: 755px) {
  .header-align-center.header-style-3 .header-logo {
    text-align: left;
  }
  .header-align-center.header-style-3 .header-logo a {
    padding-left: 20px;
  }
  .header-align-center.header-style-3 .header-logo img {
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    ms-transform: translate(0, -50%) !important;
  }
  .vertical-header-enabled .mk-grid {
    min-width: 100% !important;
  }
}
.admin-bar .header-style-4 .mk-header-inner {
  top: 32px;
}
#mk-theme-container {
  position: relative;
  left: 0;
}
body:not(.mk-boxed-enabled) .sticky-style-fixed.header-style-1 .mk-header-holder,
body:not(.mk-boxed-enabled) .sticky-style-fixed.header-style-3 .mk-header-holder {
  right: 0;
}
body:not(.mk-boxed-enabled).dashboard-opened .sticky-style-fixed.header-style-1 .mk-header-holder {
  right: 300px;
}
.dashboard-opened #mk-theme-container {
  left: -300px;
}
@media handheld, only screen and (max-width: 767px) {
  .dashboard-opened #mk-theme-container {
    left: -280px;
  }
}
#mk-theme-container,
.mk-side-dashboard,
.sticky-style-fixed.header-style-1 .mk-header-holder,
.sticky-style-fixed.header-style-3 .mk-header-holder {
  transition: all 0.3s ease-in-out;
}
.mk-side-dashboard {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-side-dashboard {
    width: 280px;
    right: -280px;
  }
}
.dashboard-opened .mk-side-dashboard {
  right: 0;
}
.admin-bar .mk-side-dashboard {
  top: 32px;
}
.sidedash-navigation-ul {
  border-bottom: 2px solid rgba(128, 128, 128, 0.2);
  position: relative;
  margin: 20px 20px 40px;
  padding: 0;
}
.sidedash-navigation-ul > li {
  border-top: 2px solid rgba(128, 128, 128, 0.2);
}
.sidedash-navigation-ul li {
  display: block;
  margin: 0;
  position: relative;
}
.sidedash-navigation-ul li a {
  display: block;
  font-size: 14px;
  padding: 15px 20px 15px 0;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  letter-spacing: 1px;
  transition: all 0.15s;
}
.sidedash-navigation-ul li a svg {
  margin-right: 6px;
  height: 16px;
  vertical-align: middle;
}
.sidedash-navigation-ul li a .sub-menu {
  left: auto;
  position: relative;
}
.sidedash-navigation-ul li a .megamenu-title {
  background-color: rgba(0, 0, 0, 0.03);
  font-size: 14px;
  font-weight: 700;
}
.sidedash-navigation-ul li ul {
  margin: 0;
  padding: 0;
}
.sidedash-navigation-ul li ul {
  border-top: 2px solid rgba(128, 128, 128, 0.2);
}
.sidedash-navigation-ul li ul > li:after {
  width: 50px;
  height: 2px;
  background: rgba(128, 128, 128, 0.2);
  display: block;
  content: "";
}
.sidedash-navigation-ul li ul > li:last-child:after {
  display: none;
}
.sidedash-navigation-ul li ul li a,
.sidedash-navigation-ul li ul li .megamenu-title {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  padding: 15px 20px 15px 0;
  text-align: left;
  text-transform: none;
  font-weight: normal;
}
.sidedash-navigation-ul > li > ul {
  display: none;
}
.sidedash-navigation-ul .mk-nav-arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  cursor: pointer;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 70;
  -khtml-opacity: 70;
  opacity: 70;
  opacity: 0.7;
  width: 50px;
  height: 100%;
  line-height: 50px;
}
.sidedash-navigation-ul .mk-nav-arrow:hover {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  opacity: 1;
}
.sidedash-navigation-ul .mk-nav-arrow svg {
  height: 16px;
}
.sidedash-navigation-ul .menu-sub-level-arrow,
.sidedash-navigation-ul .mk-vm-back {
  display: none;
}
.side-dash-top-widgets,
.side-dash-bottom-widgets {
  padding: 40px;
}
/* Full Screen Menu Style
-------------------------------------------------------------------- */
.fullscreen-nav-opened {
  overflow: hidden;
}
.mk-fullscreen-inner {
  min-height: 100%;
}
.mk-fullscreen-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  z-index: 999;
  transition: all ease-in-out 0.25s;
}
.mk-fullscreen-nav ul {
  margin: 0;
}
.mk-fullscreen-nav.opened {
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}
.mk-fullscreen-nav.opened .mk-fullscreen-nav-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1);
}
.mk-fullscreen-nav:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mk-fullscreen-nav .mk-fullscreen-nav-close {
  position: fixed;
  right: 50px;
  top: 40px;
  opacity: .8;
  -webkit-transform: opacity .2s;
      -ms-transform: opacity .2s;
          transform: opacity .2s;
  z-index: 1001;
}
.mk-fullscreen-nav .mk-fullscreen-nav-close svg {
  width: 32px;
  height: 32px;
}
.mk-fullscreen-nav .mk-fullscreen-nav-close.light:link svg,
.mk-fullscreen-nav .mk-fullscreen-nav-close.light:visited svg {
  color: #ffffff;
}
.mk-fullscreen-nav .mk-fullscreen-nav-close.dark:link svg,
.mk-fullscreen-nav .mk-fullscreen-nav-close.dark:visited svg {
  color: #222222;
}
.mk-fullscreen-nav .mk-fullscreen-nav-close:hover {
  opacity: 1;
}
.mk-fullscreen-nav .mk-fullscreen-nav-wrapper {
  display: inline-block;
  width: 99.5%;
  vertical-align: middle;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all ease-in-out 0.3s;
}
.mk-fullscreen-nav .mk-fullscreen-nav-wrapper .fullscreen-menu {
  width: 100%;
}
.mk-fullscreen-nav .mk-fullscreen-nav-wrapper .fullscreen-menu .fullscreen-navigation-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mk-fullscreen-nav .mk-fullscreen-nav-wrapper .fullscreen-menu .fullscreen-navigation-ul .menu-item {
  display: block;
  padding: 0;
  margin-left: 0 ;
}
.mk-fullscreen-nav .mk-fullscreen-nav-wrapper .fullscreen-menu .fullscreen-navigation-ul .menu-item a {
  transition: all ease-in-out 0.15s;
  display: block;
}
.mk-fullscreen-nav .responsive-logo {
  display: none;
}
@media handheld, only screen and (max-width: 780px) {
  .mk-fullscreen-nav.logo-is-responsive .dark-logo,
  .mk-fullscreen-nav.logo-is-responsive .light-logo {
    display: none;
  }
  .mk-fullscreen-nav.logo-is-responsive .responsive-logo {
    display: inline-block;
  }
  .mk-fullscreen-nav .mk-fullscreen-nav-logo {
    max-width: 70%;
    margin-bottom: 50px;
    margin-top: 25px;
  }
}
.not-found-page .theme-page-wrapper,
.not-found-page .mk-tabbed-box {
  margin: 0 !important;
}
.not-found-page #theme-page {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.not-found-page .theme-content {
  padding: 0 !important;
}
.mk-go-top {
  background-color: #cccccc;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  bottom: 15px;
  width: 45px;
  height: 45px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  right: -60px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.mk-go-top.is-active {
  right: 15px;
  opacity: 1;
}
.mk-go-top:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.mk-go-top svg {
  position: absolute;
  top: 15px;
  left: 15px;
  fill: #ffffff;
  height: 16px;
  width: 16px;
}
@media handheld, only screen and (max-width: 768px) {
  .mk-go-top {
    display: none;
  }
}
.mk-relative {
  position: relative;
}
.no-margin-top {
  padding-top: 10px !important;
}
.mk-zindex-fix {
  position: relative;
}
.mk-love-this span {
  color: #898989;
}
.mk-love-this span {
  font-size: 11px;
  margin-left: 0;
  cursor: default;
}
.mk-love-this svg {
  height: 16px;
  fill: #898989;
  vertical-align: middle;
}
.mk-love-this.item-loved svg {
  cursor: default;
  -webkit-animation: heart_scale 0.4s 0 cubic-bezier(0, 1.8, 1, 1.8);
  animation: heart_scale 0.4s 0 cubic-bezier(0, 1.8, 1, 1.8);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -animation-fill-mode: forwards;
}
@-webkit-keyframes heart_scale {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    ms-transform: scale(1.1);
    color: #da4c26;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
    color: #da4c26;
  }
}
@keyframes heart_scale {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    ms-transform: scale(1.1);
    color: #da4c26;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
    color: #da4c26;
  }
}
/* ---------------------------- */
/* * Page SECTION */
#theme-page {
  padding: 0;
  margin: 0;
  min-height: 200px;
  height: auto;
  position: relative;
}
#theme-page .theme-page-wrapper {
  margin: 20px auto;
}
#theme-page .theme-page-wrapper.no-padding {
  margin-top: 0!important;
  margin-bottom: 0 !important;
}
#theme-page .theme-page-wrapper .theme-content {
  padding: 30px 20px;
}
#theme-page .theme-page-wrapper .theme-content.no-padding {
  padding-bottom: 0!important;
  padding-top: 0!important;
}
#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: 30px 20px 30px;
}
#theme-page .theme-page-wrapper.left-layout .sidebar-wrapper {
  padding: 30px 20px 30px;
}
* html #theme-page,
* html #mk-sidebar {
  display: inline;
}
/* ---------------------------- */
@media handheld, only screen and (max-width: 768px) {
  #theme-page {
    padding: 0 !important;
  }
  .theme-page-wrapper {
    margin: 0 auto 0 !important;
  }
}
.mk-header-toolbar {
  width: 100%;
  position: relative;
  height: 35px;
  line-height: 35px;
}
.mk-header-toolbar .mk-button {
  color: #ffffff !important;
}
.mk-toolbar-holder {
  padding: 0 20px;
}
.mk-header-login,
.header-toolbar-contact,
.mk-header-date,
.mk-language-nav > a,
.mk-header-toolbar .mk-header-searchform,
.mk-header-tagline,
.mk-header-signup {
  height: 35px;
  line-height: 35px;
}
.mk-header-tagline,
.header-toolbar-contact,
.mk-header-date {
  font-size: 13px;
  margin-right: 15px;
}
.mk-header-tagline svg,
.header-toolbar-contact svg,
.mk-header-date svg {
  padding-right: 6px;
  height: 16px;
  vertical-align: middle;
}
.mk-language-nav {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  line-height: 35px;
  height: 35px;
}
.mk-language-nav > a {
  font-size: 12px;
}
.mk-language-nav > a svg {
  padding-right: 5px;
  vertical-align: middle;
  height: 16px;
  margin-top: -1px;
}
.mk-language-nav:hover > .mk-language-nav-sub-wrapper {
  display: block;
}
.mk-language-nav-sub-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.mk-language-nav-sub {
  background-color: #ffffff;
  position: relative;
  border: 1px solid #d9d9d9;
}
.mk-language-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-language-navigation li {
  margin: 0;
}
.mk-language-navigation li a {
  display: block;
  margin: 5px 0;
  padding: 6px 12px 6px 0;
  min-width: 120px;
  color: #666666;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.mk-language-navigation li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mk-language-navigation li a .mk-lang-flag {
  margin-left: 8px;
  vertical-align: middle;
}
.mk-language-navigation li a .mk-lang-name {
  padding-left: 8px;
}
.mk-language-navigation li.current-menu-item > a {
  background-color: rgba(0, 0, 0, 0.05);
}
.mk-header-search {
  display: inline-block;
  float: right;
  margin-left: 6px;
}
.mk-header-inner .mk-header-searchform {
  float: right;
  display: inline-block;
  margin-right: 10px;
}
.mk-header-inner .mk-header-searchform .text-input {
  width: 200px;
  padding: 5px 15px 5px 30px !important;
  height: 30px;
  line-height: 20px;
}
.mk-header-inner .mk-header-searchform .mk-icon-search {
  left: 7px;
  top: 50%;
  margin-top: -8px;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 70;
  -khtml-opacity: 70;
  opacity: 70;
  opacity: 0.7;
}
.mk-header-searchform span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.mk-header-searchform span .text-input {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  width: 90px;
  height: 23px;
  padding: 3px 15px 3px 30px;
  line-height: 16px;
  margin: 0;
  border: none;
  border-radius: 40px;
  opacity: 0.7;
}
.mk-header-searchform span .text-input:focus {
  opacity: 1;
}
.mk-header-searchform span i {
  font-size: 16px;
  opacity: 0.7;
  position: absolute;
}
.mk-header-searchform span .mk-icon-search {
  left: 7px;
  top: 50%;
  margin-top: -8px;
}
.header-search-btn {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
}
.mk-header-social {
  display: inline-block;
  float: right;
  height: 30px;
}
.mk-header-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mk-header-social ul li {
  margin: 0;
  display: inline-block;
}
.mk-header-social ul li a {
  position: relative;
  display: block;
  margin: 0 5px;
}
.mk-header-social ul li a svg {
  height: 16px;
  vertical-align: middle;
}
.mk-header-social.header-section .mk-square-pointed,
.mk-header-social.header-section .mk-square-rounded,
.mk-header-social.header-section .mk-simple-rounded {
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 2px;
  line-height: 16px !important;
  text-align: center;
}
.mk-header-social.header-section .mk-square-pointed.small,
.mk-header-social.header-section .mk-square-rounded.small,
.mk-header-social.header-section .mk-simple-rounded.small {
  font-size: 16px;
  line-height: 16px !important;
  width: 16px;
  height: 16px;
  padding: 8px;
}
.mk-header-social.header-section .mk-square-pointed.small i:before,
.mk-header-social.header-section .mk-square-rounded.small i:before,
.mk-header-social.header-section .mk-simple-rounded.small i:before {
  font-size: 16px;
  line-height: 16px !important;
}
.mk-header-social.header-section .mk-square-pointed.medium,
.mk-header-social.header-section .mk-square-rounded.medium,
.mk-header-social.header-section .mk-simple-rounded.medium {
  font-size: 24px;
  line-height: 24px !important;
  width: 24px;
  height: 24px;
  padding: 12px;
}
.mk-header-social.header-section .mk-square-pointed.medium i:before,
.mk-header-social.header-section .mk-square-rounded.medium i:before,
.mk-header-social.header-section .mk-simple-rounded.medium i:before {
  font-size: 24px;
  line-height: 24px !important;
}
.mk-header-social.header-section .mk-square-pointed.large,
.mk-header-social.header-section .mk-square-rounded.large,
.mk-header-social.header-section .mk-simple-rounded.large {
  font-size: 32px;
  line-height: 32px !important;
  width: 32px;
  height: 32px;
  padding: 16px;
}
.mk-header-social.header-section .mk-square-pointed.large i:before,
.mk-header-social.header-section .mk-square-rounded.large i:before,
.mk-header-social.header-section .mk-simple-rounded.large i:before {
  font-size: 32px;
  line-height: 32px !important;
}
.mk-header-social.header-section .mk-square-rounded {
  border-radius: 25%;
}
.mk-header-social.header-section .mk-simple-rounded {
  border-radius: 50%;
}
.mk-header-right .mk-header-social {
  height: auto;
  padding: 0 10px;
}
.mk-header-right .mk-header-social ul {
  margin: 0;
}
.mk-header-login {
  float: right;
  display: inline-block;
  margin: 0 20px 0 0;
  position: relative;
}
.mk-header-login .mk-login-link svg {
  margin-right: 4px;
  vertical-align: text-bottom;
  height: 16px;
}
.mk-login-status {
  display: block;
  font-size: 12px;
  padding: 0;
  margin: 8px 0 0;
  color: #666666;
}
.mk-login-register,
.mk-header-subscribe {
  position: absolute;
  right: 0;
  width: 250px;
  top: 100%;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 15px;
  display: none;
}
.mk-login-register .form-section,
.mk-header-subscribe .form-section {
  margin-bottom: 8px;
  display: block;
}
.mk-login-register .form-section .text-input,
.mk-header-subscribe .form-section .text-input {
  width: 100%;
  background-color: #ffffff;
}
.mk-login-register .register-login-links,
.mk-header-subscribe .register-login-links {
  display: inline-block;
  float: left;
  padding-top: 5px;
}
.mk-login-register .register-login-links a,
.mk-header-subscribe .register-login-links a {
  color: #888888;
  line-height: 12px;
  display: inline-block;
}
.mk-login-register .register-login-links .mk-create-account,
.mk-header-subscribe .register-login-links .mk-create-account {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 2px solid #b6b6b6;
}
.mk-login-register .mk-login-remember,
.mk-header-subscribe .mk-login-remember {
  display: block;
  margin: 5px 0 10px;
}
.mk-login-register .shop-flat-btn,
.mk-header-subscribe .shop-flat-btn {
  float: right;
}
.mk-login-register .mk-login-title,
.mk-header-subscribe .mk-login-title {
  font-size: 16px;
}
#mk-register-panel {
  display: none;
}
#mk-register-panel .register-login-links {
  float: right;
  display: block;
  margin: 5px 0;
}
.mk-forget-panel {
  display: none;
}
.mk-forget-panel .register-login-links {
  float: right;
  display: block;
  margin: 5px 0;
}
.user-profile-box img {
  float: left;
}
.user-profile-box a {
  margin: 0 0 0px 60px;
  display: block;
  color: #747474;
  line-height: 24px;
}
.mk-header-signup {
  float: right;
  display: inline-block;
  margin: 0 10px 0 0;
}
.mk-header-signup .mk-subscribe-link svg {
  margin-right: 4px;
  height: 16px;
  vertical-align: middle;
}
.mk-header-signup {
  position: relative;
}
.mk-header-subscribe label {
  margin-bottom: 8px;
  display: block;
}
.mk-header-subscribe .text-input {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 10px;
}
.mk-toolbar-navigation {
  display: inline-block;
  margin-right: 10px;
  height: 30px;
}
.mk-toolbar-navigation ul {
  padding: 0;
  margin: 0;
}
.mk-toolbar-navigation ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 26px;
}
.mk-toolbar-navigation ul li:last-child > a {
  border: none !important;
}
.mk-toolbar-navigation ul li a {
  line-height: 10px;
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid rgba(128, 128, 128, 0.2);
}
.mk-toolbar-navigation ul li ul {
  display: none;
}
.mk-toolbar-navigation a,
.mk-language-nav > a,
.mk-header-login .mk-login-link,
.mk-subscribe-link,
.mk-checkout-btn,
.mk-header-tagline a {
  font-size: 12px;
}
.mk-toolbar-navigation a:hover,
.mk-language-nav > a:hover,
.mk-header-login .mk-login-link:hover,
.mk-subscribe-link:hover,
.mk-checkout-btn:hover,
.mk-header-tagline a:hover {
  opacity: 0.8;
}
.main-nav-side-search {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
  position: relative;
}
.mk-search-trigger {
  display: block;
  font-size: 16px;
}
.classic-style-nav .mk-search-trigger {
  padding: 16px 0;
}
.mk-fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.94);
  text-align: center;
  transition: all ease-in-out 0.25s;
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show .mk-fullscreen-search-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1);
}
.mk-fullscreen-search-overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.mk-fullscreen-search-overlay .mk-fullscreen-close {
  position: absolute;
  right: 50px;
  top: 70px;
  transition: -webkit-transform ease-out 0.2s;
  transition: transform ease-out 0.2s;
  transition: transform ease-out 0.2s, -webkit-transform ease-out 0.2s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  height: 26px;
}
.mk-fullscreen-search-overlay .mk-fullscreen-close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mk-fullscreen-search-overlay .mk-fullscreen-close svg {
  height: 26px;
  fill: #fff;
}
.mk-fullscreen-search-overlay .mk-fullscreen-search-wrapper {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}
.mk-fullscreen-search-overlay .mk-fullscreen-search-wrapper p {
  font-size: 14px;
  margin-bottom: 40px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.mk-fullscreen-search-overlay .mk-fullscreen-search-wrapper #mk-fullscreen-searchform {
  position: relative;
}
.mk-fullscreen-search-overlay .mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: 800px;
  background-color: transparent;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
  border: 0;
  text-align: center;
  font-size: 35px;
  padding: 20px;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.mk-fullscreen-search-overlay .mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus {
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.2);
}
.mk-fullscreen-search-overlay .mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0;
}
.mk-fullscreen-search-overlay .mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 15px;
  top: 30px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease-out;
}
.mk-fullscreen-search-overlay .mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon:hover {
  color: rgba(255, 255, 255, 0.3);
}
#mk-nav-search-wrapper {
  position: absolute;
  right: -50px;
  width: 330px;
  height: 56px;
  background-color: #fff;
  display: none;
  margin-top: 3px;
}
#mk-nav-search-wrapper form {
  display: block;
  overflow: hidden;
}
#mk-nav-search-wrapper form.ajax-searching .nav-side-search-icon:before {
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
  display: inline-block;
  content: "\e2a2";
}
#mk-nav-search-wrapper input[type=text] {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  height: 100%;
  background-color: #fff;
  padding: 0 10px;
  width: 275px;
  line-height: 30px;
  border: 1px solid #e3e3e3;
  border-right: none;
}
#mk-nav-search-wrapper input[type=submit] {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
}
#mk-nav-search-wrapper .nav-side-search-icon {
  width: 56px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #bfbcbc;
}
#mk-nav-search-wrapper .nav-side-search-icon svg {
  height: 16px;
  fill: #fff;
}
#mk-nav-search-wrapper .ui-autocomplete {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-bottom: none;
  overflow: auto;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#mk-nav-search-wrapper .ui-autocomplete li {
  line-height: 16px;
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}
#mk-nav-search-wrapper .ui-autocomplete li a {
  cursor: pointer;
}
#mk-nav-search-wrapper .ui-autocomplete li a:hover {
  color: #252525;
}
#mk-nav-search-wrapper .ui-autocomplete li .search-date {
  color: #999999;
  font-size: 11px;
}
#mk-nav-search-wrapper .ui-autocomplete li .search-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #252525;
  line-height: 18px;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
#mk-nav-search-wrapper .ui-autocomplete li:hover {
  background-color: #fbfbfb;
}
#mk-nav-search-wrapper .ui-autocomplete li img,
#mk-nav-search-wrapper .ui-autocomplete li i {
  width: 32px;
  height: 32px;
  border-radius: 60px;
  border: 1px solid #d2d2d2;
  float: left;
  margin-right: 15px;
}
#mk-nav-search-wrapper .ui-autocomplete li i {
  background-color: #f3f3f3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mk-nav-search-wrapper .ui-autocomplete li i svg {
  height: 16px;
  fill: #636363;
}
.shopping-cart-header {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  position: relative;
}
.shopping-cart-header .widgettitle {
  display: none;
}
.mk-header .mk-shoping-cart-link {
  padding: 0 10px 0 20px;
  margin: 0;
}
.mk-header .mk-shoping-cart-link svg {
  position: relative;
  display: inline-block;
  height: 16px;
  margin-right: -4px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.mk-header .mk-header-cart-count {
  font-size: 13px;
  font-weight: bold;
  padding-left: 5px;
}
.mk-shopping-cart-box {
  position: absolute;
  right: 0px;
  top: 100%;
  width: 300px;
  padding: 0 10px;
  display: none;
  text-align: left;
}
#mk-header-checkout .widget,
.mk-shopping-cart-box .widget {
  margin: 0;
}
#mk-header-checkout .product_list_widget,
.mk-shopping-cart-box .product_list_widget {
  margin: 15px 0 !important;
}
#mk-header-checkout .product_list_widget li,
.mk-shopping-cart-box .product_list_widget li {
  margin: 0 !important;
  line-height: 22px !important;
  padding: 10px 0 !important;
}
#mk-header-checkout .product_list_widget li.empty,
.mk-shopping-cart-box .product_list_widget li.empty {
  padding-left: 20px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#mk-header-checkout .product_list_widget li a,
.mk-shopping-cart-box .product_list_widget li a {
  font-size: 12px;
  font-weight: normal !important;
  padding-left: 18px;
}
#mk-header-checkout .product_list_widget li .variation,
.mk-shopping-cart-box .product_list_widget li .variation {
  display: none !important;
}
#mk-header-checkout .product_list_widget li .quantity,
.mk-shopping-cart-box .product_list_widget li .quantity {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  text-align: left;
}
#mk-header-checkout .product_list_widget li:first-child,
.mk-shopping-cart-box .product_list_widget li:first-child {
  border-top: none;
}
#mk-header-checkout .product_list_widget li img,
.mk-shopping-cart-box .product_list_widget li img {
  padding: 0 !important;
}
#mk-header-checkout .total,
.mk-shopping-cart-box .total {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(128, 128, 128, 0.2) !important;
  padding-top: 15px !important;
}
#mk-header-checkout .buttons,
.mk-shopping-cart-box .buttons {
  margin-bottom: 20px;
  text-align: center;
}
@media handheld, only screen and (max-width: 780px) {
  .mk-header-right {
    display: none !important;
  }
}
.mk-toolbar-resposnive-icon {
  position: absolute;
  left: 50%;
  top: 0;
  line-height: 16px !important;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: none;
}
.mk-toolbar-resposnive-icon svg {
  height: 16px;
}
@media handheld, only screen and (max-width: 780px) {
  .mk-header-toolbar {
    padding: 10px 5px;
    display: none;
    height: auto;
    line-height: auto;
  }
  .mk-toolbar-resposnive-icon {
    display: block;
  }
  .mk-header-signup,
  .mk-header-login,
  .mk-header-social,
  .mk-header-tagline,
  .header-toolbar-contact,
  .header-toolbar-contact,
  .mk-header-date,
  #mk-toolbar-navigation,
  #mk-header-checkout {
    width: 100% !important;
    float: none !important;
    display: block !important;
    height: auto !important;
    line-height: 25px !important;
    margin: 0 10px 5px !important;
    padding: 0;
  }
  .mk-login-register,
  .mk-header-subscribe {
    right: auto;
    left: 0;
  }
  .mk-login-register:before,
  .mk-header-subscribe:before {
    right: auto;
    left: 10px;
  }
  .mk-header-social li svg {
    height: 24px !important;
  }
  .mk-toolbar-navigation li:first-child a {
    padding-left: 0;
  }
  #mk-header-checkout {
    right: auto;
    top: 30px;
  }
  #mk-header-checkout:before {
    right: auto;
    left: 30px;
  }
}
/* /* Navigation */
.mk-main-navigation {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.mk-classic-menu-wrapper {
  position: relative;
  margin: 0 auto;
}
.mk-classic-menu-wrapper .main-navigation-ul > li.menu-item > a.menu-item-link i {
  padding-right: 7px;
}
.header-style-2 .menu-hover-style-3 .main-navigation-ul > li.menu-item {
  line-height: 80px;
}
.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 {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 8px 0;
}
.main-navigation-ul:not(.dropdownJavascript) li.menu-item:hover > ul.sub-menu {
  display: block;
}
.IE .main-navigation-ul li > .sub-menu {
  top: -10000px !important;
  display: block;
}
.IE .main-navigation-ul > li:hover > .sub-menu {
  top: 100% !important;
  display: block;
}
.IE .main-navigation-ul .sub-menu li:hover > .sub-menu {
  top: 0 !important;
  display: block;
}
.main-navigation-ul li > .sub-menu {
  display: none;
}
.header-align-left .mk-grid .main-navigation-ul li.no-mega-menu > ul.sub-menu,
.header-align-center .mk-grid .main-navigation-ul li.no-mega-menu > ul.sub-menu,
.header-align-center .main-navigation-ul li.no-mega-menu > ul.sub-menu,
.header-style-2.header-align-center .main-navigation-ul li.no-mega-menu > ul.sub-menu,
.header-style-2.header-align-left .main-navigation-ul li.no-mega-menu > ul.sub-menu {
  left: 0;
  right: auto;
}
.header-align-right .main-navigation-ul li.no-mega-menu > ul.sub-menu {
  right: auto;
  left: 0;
}
.header-align-right .mk-grid .main-navigation-ul li.no-mega-menu > ul.sub-menu {
  right: 0;
  left: auto;
}
.main-navigation-ul li.has-mega-menu > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 17px 0;
}
.main-navigation-ul > li.menu-item {
  float: left;
}
.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;
  box-sizing: border-box;
}
.sticky-style-fixed .main-navigation-ul > li.menu-item > a.menu-item-link {
  transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out, height 0.35s ease, line-height 0.35s ease;
  -webkit-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out, height 0.35s ease, line-height 0.35s ease;
  -moz-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out, height 0.35s ease, line-height 0.35s ease;
  -ms-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out, height 0.35s ease, line-height 0.35s ease;
  -o-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out, height 0.35s ease, line-height 0.35s ease;
}
.sticky-style-slide .main-navigation-ul > li.menu-item > a.menu-item-link {
  transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out;
  -webkit-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out;
  -moz-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out;
  -ms-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out;
  -o-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out;
}
.menu-hover-style-1 .main-navigation-ul > li.menu-item > a.menu-item-link {
  border-top: 3px solid transparent;
}
.menu-hover-style-4 .main-navigation-ul > li.menu-item > a.menu-item-link {
  margin-left: 1px;
}
.menu-hover-style-3 .main-navigation-ul > li.menu-item > a {
  border-radius: 5px;
  margin: 0 2px;
  border: 2px solid transparent;
}
.menu-hover-style-5 .main-navigation-ul > li.menu-item > a.menu-item-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -ms-transform-origin: left center;
      transform-origin: left center;
  -webkit-transform-origin: left center;
  transition: all 0.15s ease-out;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.IE9 .menu-hover-style-5 .main-navigation-ul > li.menu-item > a.menu-item-link:after {
  height: 0px;
}
.menu-hover-style-5 .main-navigation-ul > li.menu-item:hover > a.menu-item-link::after,
.menu-hover-style-5 .main-navigation-ul > li.current-menu-item > a.menu-item-link:after,
.menu-hover-style-5 .main-navigation-ul > li.current-menu-ancestor > a.menu-item-link:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  opacity: 1;
}
.IE9 .menu-hover-style-5 .main-navigation-ul > li.menu-item:hover > a.menu-item-link::after,
.IE9 .menu-hover-style-5 .main-navigation-ul > li.current-menu-item > a.menu-item-link:after,
.IE9 .menu-hover-style-5 .main-navigation-ul > li.current-menu-ancestor > a.menu-item-link:after {
  height: 2px;
}
.main-navigation-ul > li.menu-item a.menu-item-link svg {
  margin-right: 8px;
  height: 16px;
  vertical-align: middle;
}
.main-navigation-ul > li.menu-item .sub-menu a.menu-item-link {
  transition: all 0.2s ease-in-out;
}
.main-navigation-ul > li.no-mega-menu ul.sub-menu li.menu-item {
  line-height: 1;
}
.main-navigation-ul > li.no-mega-menu ul.sub-menu li.menu-item a.menu-item-link {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  float: none;
  margin: 0;
  padding: 10px 20px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 1px;
}
.main-navigation-ul > li.no-mega-menu ul.sub-menu li.menu-item a.menu-item-link svg {
  margin-right: 8px;
  height: 16px;
  vertical-align: middle;
}
/*.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;
}
.main-navigation-ul li.no-mega-menu ul.sub-menu ul.sub-menu {
  top: 0;
  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,
.main-navigation-ul span {
  display: block;
  text-decoration: none;
  white-space: normal;
}
.mk-main-navigation > .main-navigation-ul > .menu-item-language {
  visibility: hidden;
}
.main-navigation-ul .menu-item-language span {
  display: inline;
}
.vertical {
  display: inline-block;
}
.vertical > li.menu-item {
  display: block;
}
.vertical ul {
  top: 0;
  left: 100%;
}
.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;
}
.main-navigation-ul .menu-sub-level-arrow svg {
  height: 12px;
  vertical-align: middle;
  position: absolute;
}
.main-navigation-ul li.with-menu .menu-sub-level-arrow {
  position: absolute;
  right: 12px;
  top: 10px;
  height: 100%;
}
.main-navigation-ul li.menu-item.has-mega-menu {
  position: static;
}
.has-mega-menu > ul.sub-menu {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 20px 0;
}
.has-mega-menu > ul.sub-menu > ul.sub-menu {
  position: relative;
  display: block;
  top: auto;
  left: auto;
}
.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;
  padding-left: 10px;
}
.has-mega-menu .megamenu-title {
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  padding: 9px 10px 16px 10px;
  margin: 0 0 6px;
}
.has-mega-menu .megamenu-title:after {
  content: '';
  display: block;
  margin-top: 10px;
  width: 20px;
  height: 2px;
  opacity: 0.3;
}
.has-mega-menu .megamenu-title svg {
  margin-right: 8px;
  height: 16px;
  vertical-align: middle;
}
.has-mega-menu > ul.sub-menu > li.menu-item {
  box-sizing: border-box;
  padding: 0 20px;
}
.has-mega-menu > ul.sub-menu > li.menu-item:first-child {
  border-left: none;
}
.has-mega-menu > ul.sub-menu > li.mega_col_1 {
  width: 100%;
}
.has-mega-menu > ul.sub-menu > li.mega_col_2 {
  width: 49.5%;
}
.has-mega-menu > ul.sub-menu > li.mega_col_3 {
  width: 33.25%;
}
.has-mega-menu > ul.sub-menu > li.mega_col_4 {
  width: 24.9%;
}
.has-mega-menu > ul.sub-menu > li.mega_col_5 {
  width: 19.8%;
}
.has-mega-menu > ul.sub-menu > li.mega_col_6 {
  width: 16.5%;
}
.has-mega-menu > ul.sub-menu > li > ul.sub-menu {
  display: block;
}
.has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item {
  line-height: 1;
}
.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;
  margin: 0;
  padding: 10px 10px;
  line-height: 18px;
}
.has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item a.menu-item-link svg {
  margin-right: 8px;
  height: 16px;
  vertical-align: middle;
}
.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;
}
.mk-nav-responsive-link {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  line-height: 8px;
  cursor: pointer;
  padding: 10px;
}
.mobile-align-left .mk-nav-responsive-link {
  left: 20px;
}
.mobile-align-right .mk-nav-responsive-link {
  right: 20px;
}
.mk-nav-responsive-link svg {
  height: 16px;
  vertical-align: middle;
}
.mk-responsive-nav {
  width: 100%;
}
.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;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 70;
  -khtml-opacity: 70;
  opacity: 70;
  opacity: 0.7;
  width: 70px;
  height: 100%;
  line-height: 50px;
}
.mk-responsive-nav .mk-nav-arrow:hover {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  opacity: 1;
}
.mk-responsive-nav .mk-nav-arrow svg {
  height: 16px;
}
.menu-html-content {
  line-height: 22px !important;
  text-align: left;
}
.mk-responsive-wrap {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  position: absolute;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: none;
  z-index: 20;
  /* double the footer value just in case if header wrapper z-index of 300 gets discarded */
}
.mk-responsive-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mk-responsive-nav li {
  display: block;
  margin: 0;
  position: relative;
}
.mk-responsive-nav li a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  padding: 15px 20px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
}
.mk-responsive-nav li a > svg {
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}
.mk-responsive-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.mk-responsive-nav li a .sub-menu {
  left: auto;
  position: relative;
}
.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 0 0 5px;
}
.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 15px;
  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 > .responsive-searchform {
  display: block !important;
}
.responsive-searchform {
  margin: 10px;
  position: relative;
  line-height: 24px;
}
.responsive-searchform .text-input {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.02);
  box-shadow: none !important;
  border-radius: 0;
  color: #9e9e9e !important;
}
.responsive-searchform i {
  position: absolute;
  right: 15px;
  bottom: 14px;
}
.responsive-searchform i input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
}
.responsive-searchform i svg {
  fill: #cccccc;
  fill: rgba(0, 0, 0, 0.3);
  height: 20px;
  vertical-align: middle;
}
.mk-opened-nav {
  overflow: hidden !important;
  overflow: -moz-scrollbars-none !important;
  -ms-overflow-style: none !important;
}
.mk-opened-nav::-webkit-scrollbar {
  width: 0 !important;
}
/* * CSS ICONS
*
********************************************* */
.mk-css-icon-menu,
.mk-css-icon-close {
  width: 18px;
  height: 18px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.mk-css-icon-menu.icon-size-big,
.mk-css-icon-close.icon-size-big {
  width: 24px;
  height: 24px;
}
.mk-css-icon-menu.icon-size-big div,
.mk-css-icon-close.icon-size-big div {
  height: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
}
.mk-css-icon-menu div,
.mk-css-icon-close div {
  height: 3px;
  margin-bottom: 3px;
  border-radius: 3px;
  display: block;
  position: relative;
}
.mk-css-icon-menu-line-2 {
  transition: opacity 0.1s ease;
}
.mk-css-icon-menu-line-1,
.mk-css-icon-menu-line-3 {
  transition: all 0.2s ease;
}
.dashboard-active .mk-css-icon-menu-line-2,
.is-active .mk-css-icon-menu-line-2 {
  opacity: 0;
}
.dashboard-active .mk-css-icon-menu-line-1,
.is-active .mk-css-icon-menu-line-1 {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 6px;
}
.dashboard-active .mk-css-icon-menu-line-3,
.is-active .mk-css-icon-menu-line-3 {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -6px;
}
.dashboard-active .icon-size-big .mk-css-icon-menu-line-1,
.is-active .icon-size-big .mk-css-icon-menu-line-1 {
  top: 8px;
}
.dashboard-active .icon-size-big .mk-css-icon-menu-line-3,
.is-active .icon-size-big .mk-css-icon-menu-line-3 {
  top: -8px;
}
#wpadminbar {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.shopping-cart-header .mk-svg-icon {
  width: 16px;
}
/* Common styles of menus */
.mk-vm-menuwrapper {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.mk-vm-menuwrapper button {
  background: #cccccc;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}
.mk-vm-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  top: 10px;
  left: 16%;
}
.mk-vm-menuwrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mk-vm-menuwrapper li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mk-vm-menuwrapper li a {
  display: block;
  position: relative;
  padding: 14px 26px;
  line-height: 130%;
  outline: none;
  transition: all 0.1s ease-out;
}
.mk-vm-menuwrapper li a i {
  margin-right: 6px;
  font-size: 16px;
}
.menu-hover-style-3.mk-vm-menuwrapper {
  margin: 4px 4px 30px;
}
.menu-hover-style-3.mk-vm-menuwrapper li > a {
  padding: 10px 45px 10px 22px;
  border: 2px solid transparent;
  border-radius: 5px;
}
.mk-vm-menuwrapper li.mk-vm-back > a {
  padding-left: 35px;
}
.mk-vm-menuwrapper li.mk-vm-back:before,
.mk-vm-menuwrapper li > a:not(:only-child):before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  ms-transform: translate(0, -50%);
  line-height: 100%;
  font-family: 'themeIcons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e68e";
  font-size: 10px;
  display: none;
}
.mk-vm-menuwrapper li.mk-vm-back .mk-svg-icon,
.mk-vm-menuwrapper li .menu-sub-level-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
  ms-transform: translate(0, -40%);
}
.mk-vm-menuwrapper .menu-sub-level-arrow svg,
.mk-vm-menuwrapper .menu-item-icon svg {
  height: 16px;
}
.mk-vm-menuwrapper .menu-item-icon svg {
  margin: -3px 5px 0 0;
  vertical-align: middle;
}
.mk-vm-menuwrapper li > .menu-sub-level-arrow {
  right: 15px;
  opacity: 0.7;
  transition: all 0.1s ease-out;
}
.menu-hover-style-1.mk-vm-menuwrapper li a {
  border-left: 3px solid transparent;
}
.mk-vm-menuwrapper li.mk-vm-back .mk-svg-icon {
  left: 15px;
  margin-top: -2px;
  height: 16px;
  vertical-align: middle;
}
.menu-hover-style-4.mk-vm-menuwrapper li.mk-vm-back:hover::before {
  color: #ffffff;
}
.mk-vm-menuwrapper .mk-vm-menu {
  margin: 0;
  width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mk-vm-menuwrapper .mk-vm-menu.mk-vm-menu-toggle {
  transition: all 0.3s ease;
}
.mk-vm-menuwrapper .mk-vm-menu.mk-vm-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}
.mk-vm-menuwrapper li .sub-menu {
  display: none;
}
.mk-vm-menu.mk-vm-subview li,
.mk-vm-menu.mk-vm-subview li.mk-vm-subviewopen > a,
.mk-vm-menu.mk-vm-subview li.mk-vm-subview > a,
.mk-vm-subviewopen > .menu-sub-level-arrow,
.mk-vm-subview > .menu-sub-level-arrow {
  display: none;
}
.mk-vm-menu.mk-vm-subview li.mk-vm-subview,
.mk-vm-menu.mk-vm-subview li.mk-vm-subview .sub-menu,
.mk-vm-menu.mk-vm-subview li.mk-vm-subviewopen,
.mk-vm-menu.mk-vm-subview li.mk-vm-subviewopen > .sub-menu,
.mk-vm-menu.mk-vm-subview li.mk-vm-subviewopen > .sub-menu > li {
  display: block;
}
.mk-vm-menuwrapper > .sub-menu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
/* Animation classes for moving out and in */
.mk-vm-menu.mk-vm-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.3s ease-in-out;
  animation: MenuAnimOut1 0.3s ease-in-out;
}
.mk-vm-menu.mk-vm-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.4s ease;
  animation: MenuAnimOut2 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
.mk-vm-menu.mk-vm-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s ease-in-out;
  animation: MenuAnimIn1 0.3s ease-in-out;
}
.mk-vm-menu.mk-vm-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.4s ease;
  animation: MenuAnimIn2 0.4s ease;
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
.mk-vm-menuwrapper > .sub-menu.mk-vm-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.3s ease-in-out;
  animation: SubMenuAnimIn1 0.3s ease-in-out;
}
.mk-vm-menuwrapper > .sub-menu.mk-vm-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.4s ease;
  animation: SubMenuAnimIn2 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
.mk-vm-menuwrapper > .sub-menu.mk-vm-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.3s ease-in-out;
  animation: SubMenuAnimOut1 0.3s ease-in-out;
}
.mk-vm-menuwrapper > .sub-menu.mk-vm-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.4s ease;
  animation: SubMenuAnimOut2 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .mk-vm-menuwrapper .mk-vm-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}
.no-js .mk-vm-menuwrapper li .sub-menu {
  display: block;
}
.no-js .mk-vm-menuwrapper li.mk-vm-back {
  display: none;
}
.no-js .mk-vm-menuwrapper li > a:not(:only-child):before {
  content: '';
}
#mk-footer {
  width: 100%;
  position: relative;
  padding: 20px 0 0;
}
#mk-footer.mk-footer-unfold {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  z-index: 1;
}
@media handheld, only screen and (max-width: 767px) {
  #mk-footer.mk-footer-unfold {
    position: relative;
  }
  #mk-footer.disable-on-mobile {
    display: none;
  }
}
#mk-footer.mk-footer-disable {
  padding-top: 0;
}
#mk-footer .footer-wrapper {
  position: relative;
}
#mk-footer .mk-padding-wrapper {
  padding: 0 20px;
}
@media handheld, only screen and (max-width: 767px) {
  #mk-footer [class*='mk-col-'] {
    width: 100% !important;
  }
}
/* SUB FOOTER SECTION */
.mk-footer-copyright {
  line-height: 16px;
  float: left;
  padding: 25px 0 20px;
  font-size: bold;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  opacity: 80;
  opacity: 0.8;
}
.mk-footer-logo {
  float: left;
  display: inline-block;
  padding: 8px 20px 8px 0;
}
#mk-footer-navigation {
  float: right;
}
#mk-footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#mk-footer-navigation ul li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
#mk-footer-navigation ul li a {
  margin: 25px 12px 20px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  opacity: 80;
  opacity: 0.8;
}
#mk-footer-navigation ul li a:hover {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  opacity: 1;
}
#mk-footer-navigation ul li ul {
  display: none;
}
.fullwidth-footer .mk-footer-copyright {
  padding-left: 20px;
}
.fullwidth-footer #mk-footer-navigation {
  margin-right: 20px;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-footer-copyright {
    padding-left: 20px !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  #mk-footer-navigation {
    float: none;
    width: auto;
    text-align: center;
  }
  #mk-footer-navigation ul li {
    display: block !important;
  }
  .mk-footer-copyright {
    display: block;
    float: none !important;
    text-align: left;
    clear: both;
    padding: 10px 10px 5px !important;
  }
  #mk-footer-navigation ul li {
    float: none !important;
    width: 100% !important;
  }
  #mk-footer-navigation ul li a {
    margin: 5px auto;
  }
  .mk-footer-copyright {
    text-align: center;
  }
}
.mk-footer-tweets {
  padding: 40px 0 20px;
  text-align: center;
}
.mk-footer-tweets ul {
  padding: 0;
  margin: 0 auto;
  width: 50%;
}
.mk-footer-tweets ul li .tweet-text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
}
.mk-footer-tweets ul li .tweet-username {
  font-size: 38px;
  display: block;
  margin-bottom: 30px;
  line-height: 32px;
}
.mk-footer-tweets ul li .tweet-time {
  font-size: 14px;
  margin-bottom: 30px;
  display: block;
  color: #999999;
}
.mk-footer-tweets.mk-light-skin .tweet-text {
  color: #444444;
}
.mk-footer-tweets.mk-light-skin .tweet-text a {
  color: #444444;
}
.mk-footer-tweets.mk-dark-skin .tweet-text {
  color: #ffffff;
}
.mk-footer-tweets.mk-dark-skin .tweet-text a {
  color: #ffffff;
}
.mk-footer-tweets.mk-dark-skin .tweet-time {
  color: #999999;
}
#mk-page-introduce {
  position: relative;
  padding: 15px 0;
}
#mk-page-introduce.intro-left {
  text-align: left;
}
#mk-page-introduce.intro-right {
  text-align: right;
}
#mk-page-introduce.intro-center {
  text-align: center;
}
.page-title {
  margin: 25px 20px 15px;
  line-height: 120%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.page-title.mk-drop-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.page-subtitle {
  display: inline-block;
  line-height: 100%;
  margin: 0px 20px 15px 23px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#mk-breadcrumbs .mk-breadcrumbs-inner {
  float: right;
  display: inline-block;
  margin: 0 20px -10px 0;
  line-height: 11px;
  padding: 10px 12px 8px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin {
  color: #ffffff;
}
#mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin a,
#mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin .separator {
  color: #d1d1d1;
  color: rgba(255, 255, 255, 0.5);
}
#mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin a:hover {
  color: #ffffff;
}
#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin {
  color: #919191;
}
#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin a,
#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin .separator {
  color: #afafaf;
}
#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin a:hover {
  color: #797979;
}
@media handheld, only screen and (max-width: 700px) {
  #mk-breadcrumbs .mk-breadcrumbs-inner {
    margin: 15px 0 -15px !important;
    float: none !important;
    display: block !important;
    text-align: center;
  }
}
#mk-breadcrumbs .separator {
  padding: 0 3px;
}
.breadcrumb-categoris-holder span:last-of-type {
  display: none;
}
@media handheld, only screen and (max-width: 1140px) {
  .page-title {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
@media handheld, only screen and (max-width: 760px) {
  #mk-page-introduce .introduce-fancy-title {
    font-size: 20px !important;
    line-height: 35px !important;
  }
  #mk-page-introduce .introduce-fancy-title span {
    padding: 8px 20px;
    font-size: 20px !important;
  }
}
/* ==========================================================================
general
========================================================================== */
.mk-single-employee ul,
.mk-single-employee li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-single-employee .employees_meta .mk-employeee-networks {
  text-align: center;
  margin-top: 15px;
}
.mk-single-employee .employees_meta .mk-employeee-networks li {
  display: inline-block;
}
.mk-single-employee .employees_meta .mk-employeee-networks a {
  border: 1px solid #b2b2b2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.mk-single-employee .employees_meta .mk-employeee-networks svg {
  fill: #222222;
  transition: color .2s ease;
}
.mk-single-employee .employees_meta .mk-employeee-networks a:hover {
  background-color: #222222;
  border-color: #222222;
}
.mk-single-employee .employees_meta .mk-employeee-networks a:hover svg {
  fill: #ffffff;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-single-employee .employees-featured-image {
    text-align: center;
  }
}
.mk-single-employee .single-employee-sidebar {
  width: 275px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-single-employee .single-employee-sidebar {
    width: 100%;
    margin-bottom: 50px;
  }
}
.mk-single-employee .single-employee-content {
  padding-left: 345px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-single-employee .single-employee-content {
    padding-left: 0;
  }
}
/* Style1 */
.mk-single-employee.layout-style1 .employees-featured-image img {
  border-radius: 50%;
}
/*  Style2  */
@media handheld, only screen and (min-width: 767px) {
  .mk-single-employee.layout-style2 .s_meta {
    text-align: left;
  }
}
.mk-single-employee.layout-style2 .team-member-name {
  margin-top: 10px;
}
.mk-single-employee.layout-style2 .mk-employeee-networks {
  margin-bottom: 65px;
}
.mk-single-employee.layout-style2 .mk-employeee-networks a {
  text-align: center;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-single-employee.layout-style2 .mk-employeee-networks {
    margin-bottom: 50px;
  }
}
.theme-page-wrapper.mk-single-employee.layout-style3 > .theme-content {
  padding: 0!important;
}
/*  Style3  */
.mk-single-employee.layout-style3 {
  margin: 0 !important;
  /*  light skin  */
  /*  dark skin  */
}
.mk-single-employee.layout-style3 .single-employee-hero-title {
  padding: 85px 0;
}
.mk-single-employee.layout-style3 .employees-featured-image img {
  border-radius: 50%;
}
.mk-single-employee.layout-style3 .skin-light .team-member {
  color: #ffffff;
}
.mk-single-employee.layout-style3 .skin-light .mk-employeee-networks a {
  border: 1px solid #ffffff;
}
.mk-single-employee.layout-style3 .skin-light .mk-employeee-networks svg {
  fill: #ffffff;
}
.mk-single-employee.layout-style3 .skin-light .mk-employeee-networks a:hover {
  background-color: #ffffff;
}
.mk-single-employee.layout-style3 .skin-light .mk-employeee-networks a:hover svg {
  fill: #222222;
}
.mk-single-employee.layout-style3 .skin-dark .team-member {
  color: #222222;
}
.mk-single-employee.layout-style3 .skin-dark .mk-employeee-networks a {
  border: 1px solid #222222;
}
.mk-single-employee.layout-style3 .skin-dark .mk-employeee-networks svg {
  fill: #222222;
}
.mk-single-employee.layout-style3 .skin-dark .mk-employeee-networks a:hover {
  background-color: #222222;
}
.mk-single-employee.layout-style3 .skin-dark .mk-employeee-networks a:hover svg {
  fill: #ffffff;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-single-employee.layout-style3 .single-employee-hero-title {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.mk-single-employee.layout-style3 .single-employee-content {
  padding: 30px 20px 30px 0;
}
.mk-blog-single .the-title {
  margin-bottom: 10px;
}
.mk-blog-single .the-title a {
  font-size: 28px;
}
.mk-blog-single .featured-image {
  position: relative;
  margin-bottom: 20px;
}
.mk-blog-single .blog-single-meta {
  margin-bottom: 20px;
  float: left;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-blog-single .blog-single-meta {
    float: none !important;
    display: block;
  }
}
.mk-blog-single .mk-blog-author,
.mk-blog-single .mk-post-date,
.mk-blog-single .mk-post-cat {
  color: #999999;
  font-style: italic;
  font-size: 14px;
  display: inline-block;
}
.mk-blog-single article {
  position: relative;
}
.mk-blog-single .mk-audio-section {
  height: 170px;
  margin-bottom: 20px;
}
.mk-blog-single .mk-audio-section .jp-audio.audio-has-img {
  margin-left: 170px;
}
.mk-blog-single .mk-audio-section .jp-audio div.jp-interface {
  min-height: 160px !important;
}
@media handheld, only screen and (max-width: 780px) {
  .mk-blog-single .mk-audio-section .audio-has-img {
    margin: 0 !important;
  }
  .mk-blog-single .mk-audio-section .audio-thumb {
    display: none;
  }
}
.mk-blog-single .audio-iframe {
  margin-bottom: 25px;
}
.mk-blog-single.blog-style-bold {
  padding: 40px 0;
}
.mk-blog-single.blog-style-bold .mk-single-content {
  margin-bottom: 45px;
}
.mk-blog-single.blog-style-bold .mk-single-content,
.mk-blog-single.blog-style-bold .single-post-tags,
.mk-blog-single.blog-style-bold .mk-about-author-wrapper,
.mk-blog-single.blog-style-bold #comments {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.mk-blog-single.blog-style-bold .single-post-tags {
  margin-bottom: 70px;
}
.mk-blog-single.blog-style-bold .single-post-tags a {
  padding: 10px 15px;
  background-color: #f5f5f5;
  color: #222222;
  font-size: 14px;
  border-radius: 3px;
}
.mk-blog-single.blog-style-bold .mk-social-share {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 60px;
  position: relative;
}
.mk-blog-single.blog-style-bold .mk-social-share:after {
  width: 60px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 1px;
  content: '';
  background-color: #222222;
}
.mk-blog-single.blog-style-bold .mk-social-share ul {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.mk-blog-single.blog-style-bold .mk-social-share ul li {
  float: left;
  margin: 0 20px;
}
.mk-blog-single.blog-style-bold .mk-about-author-wrapper {
  background-color: #f7f7f7;
  border: none;
  text-align: center;
  padding: 40px 50px;
  border-radius: 3px;
}
.mk-blog-single.blog-style-bold .mk-about-author-wrapper .mk-about-author-meta {
  margin: 0;
}
.mk-blog-single.blog-style-bold .mk-about-author-wrapper .mk-about-author-meta .about-author-title,
.mk-blog-single.blog-style-bold .mk-about-author-wrapper .mk-about-author-meta .about-author-name {
  font-size: 16px;
  color: #222222;
  font-family: Georgia, serif;
  font-style: italic;
}
.mk-blog-single.blog-style-bold .mk-about-author-wrapper .mk-about-author-meta .about-author-title {
  margin-bottom: 15px;
  text-transform: capitalize !important;
}
.mk-blog-single.blog-style-bold .mk-about-author-wrapper .mk-about-author-meta .about-author-name {
  margin-bottom: 25px;
}
.mk-blog-single.blog-style-bold .mk-about-author-wrapper .mk-about-author-meta .about-author-desc {
  font-size: 16px;
  line-height: 28px;
  color: #222222;
}
.mk-blog-single.blog-style-bold .mk-about-author-wrapper .mk-about-author-meta .about-author-social a {
  color: #222222;
}
.mk-blog-hero.bold-style {
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
  z-index: 10;
}
.mk-blog-hero.bold-style:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .4;
  content: '';
  z-index: 1;
}
.mk-blog-hero.bold-style .content-holder {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.mk-blog-hero.bold-style .the-title,
.mk-blog-hero.bold-style .mk-author-avatar,
.mk-blog-hero.bold-style .mk-author-name,
.mk-blog-hero.bold-style .mk-publish-date {
  color: #ffffff;
}
.mk-blog-hero.bold-style .the-title {
  color: #ffffff;
  max-width: 725px;
  margin: 0 auto;
  font-size: 56px;
  font-weight: bold;
}
.mk-blog-hero.bold-style .mk-author-name,
.mk-blog-hero.bold-style .mk-publish-date {
  font-size: 14px;
  font-style: italic;
}
.mk-blog-hero.bold-style .mk-author-name a,
.mk-blog-hero.bold-style .mk-publish-date a {
  color: #ffffff;
}
.mk-blog-hero.bold-style .mk-author-avatar {
  margin-top: 75px;
}
.mk-blog-hero.bold-style .mk-author-avatar img {
  border: 4px solid #ffffff;
  border-radius: 50%;
}
.mk-blog-hero.bold-style .mk-author-name a {
  font-weight: bold;
}
.single-social-section {
  float: right;
  min-width: 180px;
}
.single-social-section .blog-modern-comment,
.single-social-section .blog-share-container,
.single-social-section .mk-love-holder,
.single-social-section .mk-blog-print {
  float: right;
  display: inline-block;
  margin-left: 20px;
}
.single-social-section .blog-modern-comment svg,
.single-social-section .blog-share-container svg,
.single-social-section .mk-love-holder svg,
.single-social-section .mk-blog-print svg {
  height: 16px;
  vertical-align: middle;
}
.single-social-section .blog-modern-comment svg,
.single-social-section .mk-blog-print svg,
.single-social-section .blog-single-share svg {
  fill: #898989;
}
.single-social-section .blog-modern-comment span,
.single-social-section .mk-blog-print span,
.single-social-section .blog-single-share span {
  color: #898989;
  font-size: 11px;
  padding-left: 3px;
}
.single-social-section .blog-share-container {
  position: relative;
}
.single-social-section .blog-single-share {
  cursor: pointer;
}
.single-social-section .blog-single-share svg {
  height: 16px;
}
@media handheld, only screen and (max-width: 960px) {
  .single-social-section {
    float: none !important;
    display: block;
    margin-bottom: 20px;
  }
  .single-social-section .blog-modern-comment,
  .single-social-section .blog-share-container,
  .single-social-section .mk-love-holder,
  .single-social-section .mk-blog-print {
    float: left;
    padding: 0 20px 0 0 !important;
    margin: 0 !important;
  }
  .single-social-section .single-share-box {
    right: -170px;
    left: auto !important;
  }
  .single-social-section .single-share-box:before {
    left: -5px;
    right: auto !important;
  }
}
.mk-blog-next-prev {
  display: block;
  margin-bottom: -10px;
}
.mk-blog-next-prev a {
  float: left !important;
}
.mk-single-content {
  margin: 10px 0 60px;
}
.single-post-tags {
  margin-bottom: 20px;
  font-size: 12px;
  color: #999999;
}
.single-post-tags a {
  display: inline-block;
  line-height: 13px;
  font-size: 13px;
  color: #999999;
  text-transform: capitalize;
}
/*.single-back-top {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #252525;
  a {
    float: right;
    margin-top: -15px;
    font-size: 13px;
    color: #999999;
    &:hover {
      color: #afafaf;
    }
    svg {
      padding-right: 5px;
    }
  }
  @media handheld, only screen and (max-width:767px) {
    display: none !important;
  }
}*/
.mk-about-author-wrapper {
  border-bottom: 2px solid #dddddd;
  border-top: 2px solid #dddddd;
  padding: 20px 0;
  margin-bottom: 40px;
}
.mk-about-author-wrapper .avatar {
  border-radius: 50%;
  display: block;
  margin: 8px 0 0 0;
  border: 1px solid #eee;
}
.mk-about-author-wrapper .avatar-wrapper {
  display: block;
  width: 80px;
  float: left;
}
.mk-about-author-wrapper .mk-about-author-meta {
  display: block;
}
.blog-style-compact .about-author-name,
.blog-style-compact .about-author-desc,
.blog-style-compact .about-author-social {
  padding-left: 80px;
}
.mk-about-author-wrapper .about-author-name {
  display: block;
  font-weight: bold;
}
.mk-about-author-wrapper .about-author-desc {
  display: block;
}
.mk-about-author-wrapper .about-author-social {
  list-style: none;
  margin: 10px 0 0;
}
.mk-about-author-wrapper .about-author-social li {
  display: inline-block;
  margin: 0;
}
.mk-about-author-wrapper .about-author-social li a {
  margin: 0 4px;
  color: #999;
}
.mk-about-author-wrapper .about-author-social li a svg {
  height: 16px;
}
.mk-about-author-wrapper .about-author-social li a:hover {
  color: #797979;
}
.similar-post-title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-similar-posts {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #dddddd;
}
.blog-similar-posts .similar-post-holder {
  border: 1px solid #efefef;
  overflow: hidden;
  margin: 0 10px 20px;
}
.blog-similar-posts ul {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
}
.blog-similar-posts ul.three-cols li {
  width: 33.3%;
}
.blog-similar-posts ul.four-cols li {
  width: 24.9%;
}
.blog-similar-posts ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.blog-similar-posts ul li img {
  position: relative;
}
@media handheld, only screen and (max-width: 960px) {
  .blog-similar-posts li {
    width: 50% !important;
  }
  .blog-similar-posts li img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .blog-similar-posts li {
    width: 100% !important;
  }
}
.mk-similiar-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.mk-similiar-thumbnail .image-hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.mk-similiar-thumbnail:hover .image-hover-overlay {
  opacity: .8;
}
.mk-similiar-title {
  padding: 15px 10px;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mk-blog-single .blog-blockquote-content {
  font-size: 26px;
  line-height: 40px;
  color: #222222;
  position: relative;
  background-color: #f5f5f5;
  padding: 70px 70px 70px 100px;
  margin-bottom: 30px;
}
.mk-blog-single .blog-blockquote-content:before {
  position: absolute;
  top: 77px;
  left: 30px;
  display: block;
  color: #dddddd;
  color: rgba(0, 0, 0, 0.1);
  content: "\f10d";
  font-size: 48px;
}
.mk-blog-single .blog-blockquote-content footer {
  text-align: right;
  color: #999999;
  font-style: italic;
  font-size: 20px;
}
.mk-blog-single.blog-post-type-blockquote .blog-single-title {
  display: none;
}
.mk-blog-single.blog-style-compact.blog-post-type-instagram .mk-blog--instagram-wrapper {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.mk-blog-single.blog-style-compact.blog-post-type-instagram .mk-blog--instagram-container {
  display: inline-block;
  position: relative;
}
.mk-blog-single.blog-style-compact.blog-post-type-instagram .mk-blog--instagram-container .instagram-title {
  padding: 15px 25px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  box-sizing: border-box;
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
  width: 100%;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: bold;
  text-transform: initial;
  line-height: 20px;
}
.mk-blog-single.blog-style-compact.blog-post-type-instagram .mk-blog--instagram-container .instagram-title span {
  padding-left: 30px;
  display: block;
  color: #ffffff;
  text-align: left;
}
.mk-blog-single.blog-style-compact.blog-post-type-instagram .mk-blog--instagram-container .instagram-title span a {
  color: #55acee;
  display: block;
}
.mk-blog-single.blog-style-compact.blog-post-type-instagram .mk-blog--instagram-container .instagram-title svg {
  position: absolute;
  left: 25px;
  top: 18px;
  height: 20px;
}
.mk-blog-single.blog-style-compact.blog-post-type-instagram .blog-single-title {
  display: none;
}
.mk-blog-single.blog-post-type-twitter .blog-twitter-content {
  font-size: 22px;
  line-height: 40px;
  color: #222222;
  position: relative;
  background-color: #f5f5f5;
  padding: 45px 45px 45px 130px;
  margin-bottom: 30px;
}
.mk-blog-single.blog-post-type-twitter .blog-twitter-content:before {
  position: absolute;
  top: 45px;
  left: 45px;
  width: 55px;
  height: 45px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  background-image: url(../../images/social-icons/twitter-blue.svg);
  content: '';
}
.mk-blog-single.blog-post-type-twitter .blog-twitter-content footer {
  text-align: right;
  color: #999999;
  font-style: italic;
  font-size: 20px;
  line-height: normal;
  margin-top: 35px;
}
.mk-blog-single.blog-post-type-twitter .blog-twitter-content footer a,
.mk-blog-single.blog-post-type-twitter .blog-twitter-content footer span {
  display: block;
}
.mk-blog-single.blog-post-type-twitter .blog-twitter-content footer span {
  font-weight: bold;
  font-size: 14px;
  color: #222;
}
.mk-blog-single.blog-post-type-twitter .blog-twitter-content footer a {
  color: #55acee;
  font-size: 12px;
}
.mk-blog-single.blog-post-type-twitter .blog-single-title {
  display: none;
}
.news-post-heading {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 3px solid #dddddd;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.news-single-social {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 5px;
  display: inline-block;
}
.news-single-social li {
  display: inline-block;
  margin: 0;
  padding: 0 7px 0 5px;
  border-right: 1px solid #bcbcbc;
  line-height: 14px;
}
.news-single-social li.mk-news-share {
  position: relative;
}
.news-single-social li.mk-news-share .news-share-buttons {
  position: absolute;
  background-color: #e9e9e9;
  border: 1px solid #cccccc;
  padding: 10px 6px;
  width: 216px;
  top: 30px;
  right: 0;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: none;
}
.news-single-social li.mk-news-share .news-share-buttons:after {
  position: absolute;
  display: block;
  content: "";
  top: -6px;
  right: 43px;
  width: 12px;
  height: 12px;
  background-color: #e9e9e9;
  border: 1px solid #cccccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  ms-transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
}
.news-single-social li.mk-news-share .news-share-buttons .share-button {
  display: inline-block;
  float: left;
  padding-left: 10px;
}
.news-single-social li:last-child {
  border: none !important;
}
.news-single-social li a {
  line-height: 16px;
  display: block;
}
.news-single-date {
  display: inline-block;
}
.news-single-date a {
  font-size: 11px;
  color: #999999;
}
.news-single-categories {
  font-size: 12px;
  padding-right: 10px;
  font-weight: bold;
  color: #999999;
  display: inline-block;
  text-transform: uppercase;
}
.single-news-meta {
  line-height: 13px;
}
.news-featured-image {
  margin: 10px 0 50px;
}
.news-post-content {
  margin-bottom: 50px;
}
.not-found-wrapper {
  text-align: center;
  padding: 30px 0 100px 0;
}
.not-found-title {
  font-size: 28px;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
.not-found-subtitle {
  font-size: 220px;
  line-height: 100%;
  display: block;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* 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;
  direction: ltr;
}
.mk-flexslider .mk-flex-slides > li,
.mk-flexslider .mk-banner-slides > li {
  display: none;
  margin: 0;
  -webkit-perspective: 1000;
  -webkit-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 {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.mk-flex-slides:after,
.mk-banner-slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  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 {
  margin: 0;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
  -webkit-perspective: 1000;
  -webkit-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 {
  display: block;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-next {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 70;
  -khtml-opacity: 70;
  opacity: 70;
  opacity: 0.7;
}
.flex-direction-nav .flex-prev {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 70;
  -khtml-opacity: 70;
  opacity: 70;
  opacity: 0.7;
}
.flex-direction-nav .flex-next:hover {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  opacity: 1;
}
.flex-direction-nav .flex-prev:hover {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  opacity: 1;
}
.mk-flexslider:hover .flex-next:hover,
.mk-flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  display: block;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  cursor: default;
}
.flex-control-thumbs {
  margin: 20px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 100px;
  height: 60px;
  margin: 0 20px 0 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
#mk_banner_builder {
  padding: 0 75px;
}
#mk_banner_builder .flex-viewport {
  margin: 0 auto !important;
}
#mk_banner_builder > .flex-direction-nav a {
  width: 42px;
  height: 42px;
  top: 50%;
  margin-top: -21px;
  text-align: center;
  line-height: 42px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
#mk_banner_builder > .flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
#mk_banner_builder > .flex-direction-nav a i {
  line-height: 42px;
  font-size: 16px;
  color: #ffffff;
}
#mk_banner_builder > .flex-direction-nav .flex-next {
  right: 5px;
}
#mk_banner_builder > .flex-direction-nav .flex-prev {
  left: 5px;
}
#mk_banner_builder:hover .flex-direction-nav .flex-next {
  right: 20px;
}
#mk_banner_builder:hover .flex-direction-nav .flex-prev {
  left: 20px;
}
.intro-effect-fade,
.intro-effect-zoom_out {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}
/* -------------------------- */
/*          Fade Effect       */
/* -------------------------- */
/* -------------------------- */
/*          Curtain Effect    */
/* -------------------------- */
.intro-effect-shuffle {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  background-attachment: fixed!important;
}
.intro-effect-shuffle .page-section-content {
  transition: all 0.6s ease-in-out;
}
.intro-effect-shuffle.mk-intro-triggered .page-section-content {
  opacity: 0;
}
/* -------------------------- */
/*          Expose Effect     */
/* -------------------------- */
.mk-commentlist {
  margin: 0 0 40px;
}
.mk-commentlist li {
  list-style: none;
  margin: 0 0 15px;
}
.mk-commentlist li .mk-single-comment {
  margin-bottom: 20px;
}
.mk-commentlist li .gravatar {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  overflow: hidden;
  float: left;
  margin: 0 10px;
  width: 45px;
  height: 45px;
}
.mk-commentlist li .comment-author {
  font-weight: bold;
  color: #666666;
  float: left;
  margin: 6px 16px 0 0;
}
.mk-commentlist li .comment-time {
  display: inline-block;
  float: left;
  color: #999999;
  margin: 6px 16px 0 0;
  font-size: 11px;
}
.mk-commentlist li .comment-reply {
  float: left;
  display: inline-block;
  margin-top: 6px;
}
.mk-commentlist li .comment-content {
  display: block;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 15px;
  margin-top: 17px;
  border-radius: 3px;
  position: relative;
}
.mk-commentlist li .comment-content p {
  margin: 0;
}
.mk-commentlist li .comment-content:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 24px;
  top: -8px;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
}
.mk-commentlist li .children {
  margin-left: 30px;
}
.blog-comment-title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.comment-form-info {
  font-size: 11px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #9a9a9a;
}
#cancel-comment-reply-link {
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
  font-weight: normal;
  color: #666666;
}
form#commentform {
  margin-bottom: 40px;
}
form#commentform .comment-textarea {
  margin-bottom: 4px;
}
form#commentform .comment-textarea textarea {
  width: 100%;
}
.bypostauthor .comment-content {
  background-color: rgba(0, 0, 0, 0.03);
}
#respond {
  margin-top: 50px;
  position: relative;
}
#respond .respond-heading {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#respond #submit {
  margin: 10px 0 0 0 !important;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  zoom: 1;
  border: none;
  outline: none;
  padding: 12px 26px;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  border-radius: 2px;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  color: #ffffff !important;
}
#respond #submit:hover {
  background-color: #252525 !important;
  color: #ffffff !important;
}
.comment-form-row {
  width: 33.33%;
  display: inline-block;
  margin-bottom: 7px;
  padding-right: 10px;
  float: left;
}
.comment-form-row input {
  width: 100%;
}
.mk-commentlist .respond-heading {
  margin-bottom: 0px !important;
}
.comment-form-website {
  padding-right: 0;
}
@media only screen and (max-width: 960px) {
  .comment-form-row {
    width: 100%;
    margin-bottom: 7px;
    padding-right: 0;
  }
  form#commentform .comment-textarea textarea {
    width: 100% !important;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 960px) {
  #respond #submit {
    display: block;
    width: 100%;
  }
}
.search-result-item {
  margin-top: 20px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.search-result-item .search-loop-meta {
  display: block;
  margin-bottom: 6px;
  color: #999999;
}
.mk-search-loop .widget_search {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.mk-search-loop .widget_search .mk-searchform {
  margin: 0 auto;
}
.mk-search-loop .widget_search p {
  margin-bottom: 20px;
}
/* Modules */
/* *
*
-------------------------- WIDGETS SECTION -----------------------------
*
* */
.widget {
  margin-bottom: 40px;
}
.mk-side-dashboard .widget {
  margin-bottom: 20px;
}
.widgettitle {
  position: relative;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
#mk-sidebar ul,
#mk-footer ul,
.mk-side-dashboard .widget ul {
  margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_authors li,
.widget_contact_info li,
.widget_popular_posts li,
.widget_text li,
.widget_popular_tags 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 {
  margin: 0;
  list-style: none;
}
.widget_archive li a,
.widget_recent_comments .recentcomments,
.widget_categories li a,
.widget_links li a,
.widget_meta li a,
.widget_contact_info li a,
.widget_popular_tags li a,
.widget_pages li a,
.widget_text li a,
.widget_recent_entries li a {
  display: inline-block;
  margin: 0 0 8px 0;
  text-decoration: none;
  line-height: 18px;
}
.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_rss li a:before,
.tw_list .tweet_list li a:before,
.widget_product_categories li a:before {
  margin-right: 7px;
  content: "\f105";
  font-size: 12px;
}
.widget_archive li a .mk-svg-icon,
.widget_categories li a .mk-svg-icon,
.widget_nav_menu li a .mk-svg-icon,
.widget_links li a .mk-svg-icon,
.widget_pages li a .mk-svg-icon,
.widget_meta li a .mk-svg-icon,
.widget_authors li a .mk-svg-icon,
.widget_popular_tags li a .mk-svg-icon,
.widget_rss li a .mk-svg-icon,
.tw_list .tweet_list li a .mk-svg-icon,
.widget_product_categories li a .mk-svg-icon {
  margin-right: 7px;
  height: 12px;
  width: 12px;
}
.widget_recent_entries li a {
  margin-left: 0 !important;
}
/* Widgets:List Widgets with divider
-------------------------------------------------------------------- */
.widget.widget_recent_entries li a,
.widget.widget_meta li a,
.widget.widget_links li a,
.widget.widget_categories li a,
.widget.widget_archive li a,
.widget.widget_pages li a {
  margin: 5px 0px;
}
.widget.widget_recent_entries .sub-menu li,
.widget.widget_meta .sub-menu li,
.widget.widget_links .sub-menu li,
.widget.widget_categories .sub-menu li,
.widget.widget_archive .sub-menu li,
.widget.widget_pages .sub-menu li {
  margin-left: 0;
  border-top: 1px solid rgba(128, 128, 128, 0.1);
}
/* Widget:Sub Navigation
-------------------------------------------------------------------- */
.widget-sub-navigation,
.widget_nav_menu,
.widget_product_categories,
.woocommerce-MyAccount-navigation {
  padding: 4px;
}
.widget-sub-navigation > ul,
.widget_nav_menu > ul,
.widget_product_categories > ul,
.woocommerce-MyAccount-navigation > ul {
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.widget-sub-navigation ul.menu,
.widget_nav_menu ul.menu,
.widget_product_categories ul.menu,
.woocommerce-MyAccount-navigation ul.menu {
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.widget-sub-navigation ul,
.widget_nav_menu ul,
.widget_product_categories ul,
.woocommerce-MyAccount-navigation ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-sub-navigation ul li,
.widget_nav_menu ul li,
.widget_product_categories ul li,
.woocommerce-MyAccount-navigation ul li {
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}
.widget-sub-navigation ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_product_categories ul li:last-child,
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none !important;
}
.widget-sub-navigation ul li a,
.widget_nav_menu ul li a,
.widget_product_categories ul li a,
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 6px 10px;
}
.widget-sub-navigation ul li.current_page_item a,
.widget_nav_menu ul li.current_page_item a,
.widget_product_categories ul li.current_page_item a,
.woocommerce-MyAccount-navigation ul li.current_page_item a {
  background-color: rgba(0, 0, 0, 0.03);
  font-weight: bold;
}
.widget-sub-navigation ul .page_item_has_children,
.widget_nav_menu ul .page_item_has_children,
.widget_product_categories ul .page_item_has_children,
.woocommerce-MyAccount-navigation ul .page_item_has_children,
.widget-sub-navigation ul.menu > .menu-item-has-children,
.widget_nav_menu ul.menu > .menu-item-has-children,
.widget_product_categories ul.menu > .menu-item-has-children,
.woocommerce-MyAccount-navigation ul.menu > .menu-item-has-children,
.widget-sub-navigation ul .cat-parent,
.widget_nav_menu ul .cat-parent,
.widget_product_categories ul .cat-parent,
.woocommerce-MyAccount-navigation ul .cat-parent {
  position: relative;
}
.widget-sub-navigation ul .page_item_has_children:before,
.widget_nav_menu ul .page_item_has_children:before,
.widget_product_categories ul .page_item_has_children:before,
.woocommerce-MyAccount-navigation ul .page_item_has_children:before,
.widget-sub-navigation ul.menu > .menu-item-has-children:before,
.widget_nav_menu ul.menu > .menu-item-has-children:before,
.widget_product_categories ul.menu > .menu-item-has-children:before,
.woocommerce-MyAccount-navigation ul.menu > .menu-item-has-children:before,
.widget-sub-navigation ul .cat-parent:before,
.widget_nav_menu ul .cat-parent:before,
.widget_product_categories ul .cat-parent:before,
.woocommerce-MyAccount-navigation ul .cat-parent:before {
  content: "+";
  font-size: 16px;
  display: block;
  position: absolute;
  top: 6px;
  right: 9px;
  font-weight: bold;
  color: rgba(128, 128, 128, 0.5);
}
.widget-sub-navigation ul .page_item_has_children > ul,
.widget_nav_menu ul .page_item_has_children > ul,
.widget_product_categories ul .page_item_has_children > ul,
.woocommerce-MyAccount-navigation ul .page_item_has_children > ul,
.widget-sub-navigation ul.menu > .menu-item-has-children > ul,
.widget_nav_menu ul.menu > .menu-item-has-children > ul,
.widget_product_categories ul.menu > .menu-item-has-children > ul,
.woocommerce-MyAccount-navigation ul.menu > .menu-item-has-children > ul,
.widget-sub-navigation ul .cat-parent > ul,
.widget_nav_menu ul .cat-parent > ul,
.widget_product_categories ul .cat-parent > ul,
.woocommerce-MyAccount-navigation ul .cat-parent > ul {
  border-top: 1px solid #ebebeb;
  display: none;
}
.widget-sub-navigation ul .page_item_has_children > ul .sub-menu > li,
.widget_nav_menu ul .page_item_has_children > ul .sub-menu > li,
.widget_product_categories ul .page_item_has_children > ul .sub-menu > li,
.woocommerce-MyAccount-navigation ul .page_item_has_children > ul .sub-menu > li,
.widget-sub-navigation ul.menu > .menu-item-has-children > ul .sub-menu > li,
.widget_nav_menu ul.menu > .menu-item-has-children > ul .sub-menu > li,
.widget_product_categories ul.menu > .menu-item-has-children > ul .sub-menu > li,
.woocommerce-MyAccount-navigation ul.menu > .menu-item-has-children > ul .sub-menu > li,
.widget-sub-navigation ul .cat-parent > ul .sub-menu > li,
.widget_nav_menu ul .cat-parent > ul .sub-menu > li,
.widget_product_categories ul .cat-parent > ul .sub-menu > li,
.woocommerce-MyAccount-navigation ul .cat-parent > ul .sub-menu > li {
  padding-left: 20px;
}
.widget-sub-navigation ul .page_item_has_children > ul ul,
.widget_nav_menu ul .page_item_has_children > ul ul,
.widget_product_categories ul .page_item_has_children > ul ul,
.woocommerce-MyAccount-navigation ul .page_item_has_children > ul ul,
.widget-sub-navigation ul.menu > .menu-item-has-children > ul ul,
.widget_nav_menu ul.menu > .menu-item-has-children > ul ul,
.widget_product_categories ul.menu > .menu-item-has-children > ul ul,
.woocommerce-MyAccount-navigation ul.menu > .menu-item-has-children > ul ul,
.widget-sub-navigation ul .cat-parent > ul ul,
.widget_nav_menu ul .cat-parent > ul ul,
.widget_product_categories ul .cat-parent > ul ul,
.woocommerce-MyAccount-navigation ul .cat-parent > ul ul {
  border-top: 1px solid #ebebeb;
}
.widget-sub-navigation ul .page_item_has_children > ul > li a,
.widget_nav_menu ul .page_item_has_children > ul > li a,
.widget_product_categories ul .page_item_has_children > ul > li a,
.woocommerce-MyAccount-navigation ul .page_item_has_children > ul > li a,
.widget-sub-navigation ul.menu > .menu-item-has-children > ul > li a,
.widget_nav_menu ul.menu > .menu-item-has-children > ul > li a,
.widget_product_categories ul.menu > .menu-item-has-children > ul > li a,
.woocommerce-MyAccount-navigation ul.menu > .menu-item-has-children > ul > li a,
.widget-sub-navigation ul .cat-parent > ul > li a,
.widget_nav_menu ul .cat-parent > ul > li a,
.widget_product_categories ul .cat-parent > ul > li a,
.woocommerce-MyAccount-navigation ul .cat-parent > ul > li a {
  padding-left: 10px;
}
.widget_product_categories ul li a {
  display: inline-block !important;
}
.widget_nav_menu .mk-svg-icon,
.widget_recent_comments .mk-svg-icon,
.widget_meta .mk-svg-icon {
  position: relative;
  top: 2px;
}
#mk-footer .widget-sub-navigation ul,
#mk-footer .widget_nav_menu ul {
  border: none !important;
}
#mk-footer .widget-sub-navigation ul li,
#mk-footer .widget_nav_menu ul li {
  border: none !important;
}
#mk-footer .widget-sub-navigation ul li a,
#mk-footer .widget_nav_menu ul li a {
  padding: 5px 0;
}
#mk-footer .widget-sub-navigation ul li a:before,
#mk-footer .widget_nav_menu ul li a:before {
  display: none;
}
.widget_tag_cloud a {
  display: inline-block;
  margin: 8px 3px 0 0;
  padding: 8px 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  font-size: 12px !important;
  line-height: 100%;
}
/* Widgets:CONTACT FORM
-------------------------------------------------------------------- */
.widget_contact_form {
  padding-bottom: 5px;
}
.widget_contact_form .text-input {
  margin-bottom: 6px;
  width: 80%;
}
.widget_contact_form .textarea {
  margin-bottom: 10px;
  width: 100%;
  height: 120px;
}
.widget_contact_form .mk-form-row-widget {
  position: relative;
}
.widget_contact_form .mk-button {
  border: 0;
}
.widget_contact_form .captcha-change-image {
  display: block;
  font-size: 10px;
}
.widget_contact_form .captcha-image {
  max-height: 50px;
}
.mk-invalid {
  border: 1px solid #fd5e5e !important;
}
#mk-footer .widget_contact_form .text-input,
#mk-footer .widget_contact_form .textarea {
  border-color: rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.03);
}
/* Widgets:CONTACT INFO
-------------------------------------------------------------------- */
.widget_contact_info ul {
  margin: 0;
  padding: 0;
}
.widget_contact_info ul li {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  line-height: 20px;
}
.widget_contact_info ul li a {
  margin: 0;
}
.widget_contact_info ul li svg {
  position: absolute;
  top: 2px;
  left: 0;
  fill: #b2b2b2;
  height: 16px;
  vertical-align: middle;
}
.widget .mk-contact-form {
  position: relative;
}
.widget .mk-contact-form .mk-contact-loading,
.widget .mk-contact-form .mk-contact-success {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
/* Widgets:INSTAGRAM FEEDS
-------------------------------------------------------------------- */
.mk-instagram-feeds .item-holder {
  margin: 0 2px 2px 0;
  position: relative;
}
.mk-instagram-feeds a {
  line-height: 4px;
  float: left;
}
.mk-instagram-feeds .featured-image {
  line-height: 4px;
}
.mk-instagram-feeds .featured-image img {
  position: relative;
}
.mk-instagram-feeds .one-columns {
  width: 100%;
}
.mk-instagram-feeds .two-columns {
  width: 49.9%;
}
.mk-instagram-feeds .three-columns {
  width: 33.2%;
}
.mk-instagram-feeds .four-columns {
  width: 24.9%;
}
.mk-instagram-feeds .five-columns {
  width: 19.9%;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-instagram-feeds .five-columns,
  .mk-instagram-feeds .four-columns,
  .mk-instagram-feeds .three-columns {
    width: 50% !important;
  }
}
/* Widgets:POPULAR POSTS,
Recent Posts,
Related Posts
-------------------------------------------------------------------- */
.widget_posts_lists ul li {
  overflow: hidden;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
.widget_posts_lists ul li .post-list-thumb {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 7px 0 0;
  width: 80px;
}
.widget_posts_lists ul li .post-list-info {
  margin: 0 10px 5px 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;
}
.widget_posts_lists ul li .post-list-meta {
  display: block;
  padding-top: 4px;
  font-size: 11px;
  line-height: 16px;
  font-style: italic;
}
.widget_posts_lists ul li .post-list-meta time {
  color: #999999;
}
/* Widgets:SOCIAL NETWORKS
-------------------------------------------------------------------- */
.widget_social_networks .align-left {
  text-align: left;
}
.widget_social_networks .align-center {
  text-align: center;
}
.widget_social_networks .align-right {
  text-align: right;
}
.widget_social_networks a {
  position: relative;
  display: inline-block;
  margin: 5px 15px 5px 0;
  line-height: 100%;
  opacity: .5;
  transition: all .2s ease;
}
.widget_social_networks a:hover {
  opacity: 1;
}
.widget_social_networks a.mk-square-pointed,
.widget_social_networks a.mk-square-rounded,
.widget_social_networks a.mk-circle-frame {
  background-color: #ffffff;
  background-color: rgba(50, 50, 50, 0);
}
.widget_social_networks a.mk-square-pointed svg,
.widget_social_networks a.mk-square-rounded svg,
.widget_social_networks a.mk-circle-frame svg {
  vertical-align: middle;
}
.widget_social_networks a.mk-square-pointed.small svg,
.widget_social_networks a.mk-square-rounded.small svg,
.widget_social_networks a.mk-circle-frame.small svg {
  padding: 10px;
}
.widget_social_networks a.mk-square-pointed.medium svg,
.widget_social_networks a.mk-square-rounded.medium svg,
.widget_social_networks a.mk-circle-frame.medium svg {
  padding: 12px;
}
.widget_social_networks a.mk-square-pointed.large svg,
.widget_social_networks a.mk-square-rounded.large svg,
.widget_social_networks a.mk-circle-frame.large svg {
  padding: 16px;
}
.widget_social_networks a.mk-square-pointed.dark,
.widget_social_networks a.mk-square-rounded.dark,
.widget_social_networks a.mk-circle-frame.dark {
  border: 1px solid #828282;
}
.widget_social_networks a.mk-square-pointed.light,
.widget_social_networks a.mk-square-rounded.light,
.widget_social_networks a.mk-circle-frame.light {
  border: 1px solid #ebebeb;
}
.widget_social_networks a.mk-square-pointed.custom,
.widget_social_networks a.mk-square-rounded.custom,
.widget_social_networks a.mk-circle-frame.custom {
  border: 1px solid #828282;
}
.widget_social_networks a.mk-circle-frame {
  border-radius: 50%;
}
.widget_social_networks a.mk-square-rounded {
  border-radius: 15%;
}
.widget_social_networks a.dark,
.widget_social_networks a.dark:hover {
  color: #828282;
}
.widget_social_networks a.light,
.widget_social_networks a.light:hover {
  color: #ebebeb;
}
.widget_social_networks a.small svg {
  height: 16px;
  width: 16px;
}
.widget_social_networks a.medium svg {
  height: 24px;
  width: 24px;
}
.widget_social_networks a.large svg {
  height: 32px;
  width: 32px;
}
.mk-jupiter-icon-xing:before,
.mk-jupiter-icon-square-xing:before,
.mk-jupiter-icon-simple-xing:before {
  vertical-align: middle !important;
  line-height: 1 !important;
  position: relative;
  top: -3px;
}
/* Widgets:TESTIMONIAL SLIDER
-------------------------------------------------------------------- */
.widget_testimonials .widgettitle {
  margin-bottom: -17px;
}
.widget_testimonials .testimonial-slider li {
  margin: 0;
}
.widget_testimonials .testimonial-slider .testimonial-quote {
  position: relative;
  padding: 15px;
  border: 1px solid #ededed;
  background-color: #fafafa;
  color: #808080 !important;
  border-radius: 2px;
}
.widget_testimonials .testimonial-slider .testimonial-quote:after {
  position: absolute;
  bottom: -7px;
  left: 20px;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #ededed;
  border-top: none;
  border-left: none;
  background-color: #fafafa;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.widget_testimonials .testimonial-slider .testimonial-author {
  display: block;
  margin: 25px 0 7px 20px;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
}
.widget_testimonials .testimonial-slider .testimonial-position {
  display: block;
  margin-left: 20px;
  font-size: 11px;
  line-height: 12px;
}
.widget_testimonials .testimonial-slider .testimonial-author-image {
  display: inline-block;
  float: left;
  margin: 18px 10px 3px 5px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.testimonial-slider.mk-flexslider {
  padding: 35px 0 0 0px;
}
.testimonial-slider.mk-flexslider .flex-direction-nav {
  position: absolute;
  top: 0px;
  right: 5px;
}
.testimonial-slider.mk-flexslider .flex-direction-nav .mk-jupiter-icon-arrow-left:before,
.testimonial-slider.mk-flexslider .flex-direction-nav .mk-jupiter-icon-arrow-right:before {
  color: #aaaaaa;
}
.testimonial-slider.mk-flexslider .flex-direction-nav a {
  right: 0px !important;
  width: 10px;
  height: 11px;
}
.testimonial-slider.mk-flexslider .flex-direction-nav .flex-prev {
  margin-right: 15px;
}
/* Widgets:MINI SLIDESHOW
-------------------------------------------------------------------- */
.mk-widget-mini-slideshow li img {
  border-radius: 2px;
}
.mk-widget-mini-slideshow .flex-direction-nav a {
  top: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  position: absolute;
  padding: 10px;
  border-radius: 2px;
  cursor: pointer;
  color: #ffffff;
  opacity: 0;
}
.mk-widget-mini-slideshow .flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.mk-widget-mini-slideshow .flex-direction-nav a svg {
  fill: #ffffff !important;
  margin: 0;
}
.mk-widget-mini-slideshow .flex-prev {
  left: 10px;
}
.mk-widget-mini-slideshow .flex-next {
  right: 10px;
}
.mk-widget-mini-slideshow:hover .flex-direction-nav a {
  opacity: 1;
}
/* Widgets:NEWS FEED
-------------------------------------------------------------------- */
.widget_news_feed {
  padding-bottom: 5px;
}
.widget_news_feed .widgettitle {
  margin-bottom: -18px;
}
.widget_news_feed .mk-flexslider {
  padding-top: 30px;
}
.widget_news_feed .flex-direction-nav {
  position: absolute;
  top: 0px;
  right: 5px;
}
.widget_news_feed .flex-direction-nav .mk-svg-icon {
  fill: #aaaaaa !important;
}
.widget_news_feed .flex-direction-nav a {
  right: 0px !important;
  width: 10px;
  height: 11px;
}
.widget_news_feed .flex-direction-nav .flex-prev {
  margin-right: 18px;
}
.widget_news_feed .mk-button {
  float: right;
  margin-top: 8px;
  color: #ffffff !important;
}
.news-widget-thumbnail {
  display: block;
  margin-bottom: 10px;
}
.news-widget-thumbnail img {
  border-radius: 2px;
}
.news-widget-title {
  margin-bottom: 5px;
}
.news-widget-title a {
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}
.news-widget-excerpt p {
  margin: 0;
  line-height: 18px;
}
/* Widgets:RECENT PORTFOLIOS
-------------------------------------------------------------------- */
.widget_recent_portfolio {
  overflow: visible;
}
.widget_recent_portfolio ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_recent_portfolio ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}
.widget_recent_portfolio ul li:hover .widget-portfolio-overlay {
  opacity: .5;
}
.widget_recent_portfolio ul li:hover .portfolio-widget-lightbox {
  right: 25px;
  opacity: 1;
}
.widget_recent_portfolio ul li:hover .portfolio-widget-permalink {
  left: 25px;
  opacity: 1;
}
.portfolio-widget-thumb {
  position: relative;
  display: block;
}
.portfolio-widget-thumb img {
  width: 100%;
}
.widget-portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.portfolio-widget-lightbox,
.portfolio-widget-permalink {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  opacity: 0;
}
.portfolio-widget-lightbox i,
.portfolio-widget-permalink i {
  color: #ffffff;
  font-size: 18px;
}
.portfolio-widget-lightbox:hover,
.portfolio-widget-permalink:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.portfolio-widget-lightbox {
  right: 0px;
}
.portfolio-widget-permalink {
  left: 0px;
}
.portfolio-widget-info {
  position: absolute;
  top: 120px;
  left: 0;
  padding: 10px;
  width: 100%;
  background-color: #333333;
  text-align: center;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  opacity: 0;
}
.portfolio-widget-title {
  display: inline-block;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px !important;
}
.portfolio-widget-cats {
  display: block;
  line-height: 16px;
}
/* Widgets:TWITTER FEEDS 
-------------------------------------------------------------------- */
.mk-tweet-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-tweet-list li {
  position: relative;
  padding: 10px;
}
.mk-tweet-list li .mk-svg-icon {
  position: absolute;
  height: 16px;
}
.mk-tweet-list li .tweet-text {
  display: block;
}
.mk-tweet-list li .tweet-time {
  display: block;
}
.mk-tweet-list.light li {
  margin: 0 0 10px 35px;
  border: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  border-radius: 2px;
}
.mk-tweet-list.light li:after {
  position: absolute;
  top: 15px;
  left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-bottom: none;
  background-color: #f9f9f9;
  content: "";
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mk-tweet-list.light li .mk-svg-icon {
  top: 12px;
  left: -35px;
  background: -webkit-linear-gradient(#0ed4fd, #14cdf2);
  fill: #14cef4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mk-tweet-list.dark li {
  margin: 0 0 10px 35px;
  padding: 0 0 15px;
  color: #ffffff;
}
.mk-tweet-list.dark li a {
  color: #ffffff;
}
.mk-tweet-list.dark li .mk-svg-icon {
  top: 12px;
  left: -35px;
  fill: rgba(128, 128, 128, 0.3);
}
/* Widgets:SEARCH FORM
-------------------------------------------------------------------- */
.widget .mk-searchform {
  position: relative;
}
.widget .mk-searchform .text-input {
  margin: 0;
  padding: 12px 28px 12px 15px;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.12);
}
.widget .mk-searchform .text-input:focus {
  border-color: rgba(0, 0, 0, 0.25);
}
.widget .mk-searchform i {
  position: absolute;
  top: 13px;
  right: 14px;
  opacity: .4;
}
.widget .mk-searchform i:hover {
  opacity: 1;
}
.widget .mk-searchform i svg {
  height: 16px;
}
.widget .mk-searchform i .search-button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background-color: transparent;
}
#mk-footer .mk-searchform .search-button {
  color: #ffffff;
}
#mk-footer .mk-searchform .mk-icon-search {
  color: rgba(255, 255, 255, 0.3);
}
#mk-footer .mk-searchform .text-input {
  border-color: rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.03);
}
#mk-footer .mk-searchform .text-input:focus {
  border-color: rgba(255, 255, 255, 0.08);
}
/* Widgets:CALENDAR
-------------------------------------------------------------------- */
.calendar_wrap {
  position: relative;
  margin: 5px;
  padding: 0;
  border: 1px solid #dbdbdb;
  background: #f6f6f6;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
}
.calendar_wrap .mk-svg-icon {
  position: relative;
  top: 3px;
}
#wp-calendar {
  margin: 0 !important;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
#wp-calendar thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #666666;
  font-size: 12px;
}
#wp-calendar caption {
  padding: 12px;
  background-color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.05);
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
}
#wp-calendar th,
#wp-calendar th {
  padding: 10px 5px;
  color: #787573;
}
#wp-calendar tbody td {
  padding: 12px 2px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  color: #333333;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
}
#wp-calendar td#today {
  color: #ffffff;
}
#wp-calendar a {
  color: #666666;
}
#wp-calendar #next,
#wp-calendar #prev {
  position: absolute;
  top: 4px;
  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";
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
}
#wp-calendar #next {
  right: 5px;
  width: 18px;
  height: 18px;
  border: 0;
}
#wp-calendar #next:before {
  content: "\f054";
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
}
#wp-calendar tfoot .pad {
  display: none;
}
@media handheld, only screen and (max-width: 960px) {
  #calendar_wrap {
    width: 300px;
  }
}
/* Widgets:RECENT COMMENTS
-------------------------------------------------------------------- */
.widget_recent_comments li {
  display: block;
  margin: 0 !important;
  padding: 10px 0 !important;
  width: 100%;
  border-top: 1px solid rgba(128, 128, 128, 0.1);
}
.widget_recent_comments li:first-child {
  border-top: none;
}
.widget_recent_comments li:before {
  margin-right: 7px;
  color: #b2b2b2;
  content: "\f0e5";
  font-size: 16px;
}
.widget_recent_comments li .mk-svg-icon {
  margin-right: 7px;
  fill: #b2b2b2;
  height: 16px!important;
  width: 16px!important;
}
/* Widgets:Quick Contact Form
-------------------------------------------------------------------- */
.mk-quick-contact-wrapper {
  position: fixed;
  right: 10px;
  bottom: 15px;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  transition: all 0.2s ease-in-out;
}
.mk-quick-contact-wrapper.is-active {
  right: 70px;
}
.mk-quick-contact-wrapper .mk-quick-contact-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 13px;
}
.mk-quick-contact-wrapper p {
  color: #888888;
}
.mk-quick-contact-wrapper .mk-contact-form {
  position: relative;
}
.mk-quick-contact-wrapper .mk-contact-form .text-input,
.mk-quick-contact-wrapper .mk-contact-form .textarea {
  padding: 11px;
  width: 240px;
  border: 0;
  margin-bottom: 7px;
  font-size: 14px;
  border: 1px solid transparent;
  background-color: #f7f7f7;
}
.mk-quick-contact-wrapper .mk-contact-form .text-input:focus,
.mk-quick-contact-wrapper .mk-contact-form .textarea:focus {
  background-color: #ffffff;
  color: #666666;
}
.mk-quick-contact-wrapper .mk-contact-form .text-input::-webkit-input-placeholder,
.mk-quick-contact-wrapper .mk-contact-form .textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #999999;
}
.mk-quick-contact-wrapper .mk-contact-form .text-input:-ms-input-placeholder,
.mk-quick-contact-wrapper .mk-contact-form .textarea:-ms-input-placeholder {
  font-size: 12px;
  color: #999999;
}
.mk-quick-contact-wrapper .mk-contact-form .text-input:-moz-placeholder,
.mk-quick-contact-wrapper .mk-contact-form .textarea:-moz-placeholder {
  font-size: 12px;
  color: #999999;
}
.mk-quick-contact-wrapper .mk-contact-form .textarea {
  height: 100px;
  margin-bottom: 10px;
}
.mk-quick-contact-wrapper .mk-contact-form .btn-cont {
  text-align: center;
}
.mk-quick-contact-wrapper .mk-contact-form .btn-cont .mk-button {
  margin: 10px auto;
}
.mk-quick-contact-wrapper .mk-contact-form .mk-contact-loading,
.mk-quick-contact-wrapper .mk-contact-form .mk-contact-success {
  right: 10px;
  bottom: 12px;
}
#mk-quick-contact {
  position: absolute;
  right: -3px;
  bottom: 60px;
  display: none;
  padding: 25px 12px;
  background-color: #e8e8e8;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
#mk-quick-contact .bottom-arrow {
  position: absolute;
  right: 20px;
  bottom: -4px;
  display: block;
  width: 14px;
  height: 14px;
  border-top: none;
  border-left: none;
  background-color: #e8e8e8;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.quick-contact-anim {
  -webkit-animation: contact_scale_up, 0.2s, 0, cubic-bezier(0.175, 0.885, 0.345, 1.57);
          animation: contact_scale_up, 0.2s, 0, cubic-bezier(0.175, 0.885, 0.345, 1.57);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes contact_scale_up {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes contact_scale_up {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.mk-quick-contact-link {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #cccccc;
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-quick-contact-link svg {
  position: absolute;
  top: 12px;
  left: 12px;
  fill: #ffffff;
  height: 20px;
  width: 20px;
}
@media handheld, only screen and (max-width: 768px) {
  .mk-quick-contact-link {
    display: none;
  }
}
/*@media handheld, only screen and (max-width:767px) {
	.widget_text {
		text-align: center !important;
	}
}*/
/* Widget:WPML Language Selector
-------------------------------------------------------------------- */
.widget #lang_sel_click {
  height: 34px;
}
.widget #lang_sel_click li {
  margin-left: 0;
}
.widget #lang_sel_click a {
  line-height: 32px;
}
.widget #lang_sel_click a.lang_sel_sel {
  background-position: 97% center !important;
}
.widget #lang_sel_click img.iclflag {
  top: 0;
}
.widget #lang_sel_click li {
  width: 100%;
}
.widget #lang_sel_click ul ul {
  top: 33px;
  width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
/* --------------------------------------------------------------
   
Basic WordPress Blog Styles
     
-------------------------------------------------------------- */
/* Images
-------------------------------------------------------------- */
.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 18px;
  text-align: center;
}
.gallery .gallery-item {
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img {
  border: 6px solid rgba(0, 0, 0, 0.1);
}
.gallery img:hover {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 70;
  -khtml-opacity: 70;
  opacity: 70;
  opacity: 0.7;
}
.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: 11px;
  padding: 6px 20px;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery br + br {
  display: none;
}
/* Pullquotes
-------------------------------------------------------------- */
blockquote {
  position: relative;
  background-color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px 15px 15px 70px;
}
blockquote:before {
  position: absolute;
  content: "\f10d";
  display: block;
  color: #dddddd;
  color: rgba(0, 0, 0, 0.1);
  left: 20px;
  top: 20px;
  font-size: 32px;
}
blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
/* 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: bold;
  text-transform: uppercase;
  font-size: 14px;
}
table tfoot td {
  padding: 6px;
}
table td {
  text-align: center;
  padding: 12px;
}
/* Gravity forms Styling
-------------------------------------------------------------- */
.gform_wrapper select {
  padding: 12px 14px 12px 20px !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] {
  font-size: 13px !important;
  color: #767676 !important;
  padding: 10px !important;
  background-color: #fafafa !important;
  border: 1px solid #e3e3e3 !important;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus {
  background-color: #ffffff !important;
}
.gform_wrapper .button {
  margin-right: 10px !important;
  border: none !important;
  outline: none !important;
  color: #ffffff !important;
  font-size: 13px;
  line-height: 13px !important;
  padding: 12px 15px !important;
  text-transform: uppercase;
  border-radius: 2px;
  vertical-align: top;
  background-image: none !important;
  letter-spacing: 1px;
  display: inline-block;
}
.gform_wrapper .button:hover {
  background-color: #252525 !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;
  }
}
/* WP3.8 temporary fix
-------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
/* Shortcodes */
/* Shortcode:Contact Form 7
-------------------------------------------------------------------- */
.wpcf7-form p {
  margin-bottom: 10px !important;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  box-sizing: border-box;
}
.wpcf7-form .wpcf7-textarea {
  width: 80%;
}
@media handheld, only screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-text,
  .wpcf7-form .wpcf7-email,
  .wpcf7-form .wpcf7-textarea {
    width: 100%;
  }
}
div.wpcf7-response-output {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 20px;
  border-radius: 4px;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #72dd9d;
  background-color: #b8f4d0;
}
div.wpcf7-mail-sent-ng {
  border: 2px solid #afe0ee;
  background-color: #d1eff8;
}
div.wpcf7-spam-blocked {
  border: 2px solid #fd8585;
  background-color: #fac6bf;
}
div.wpcf7-validation-errors {
  border: 2px solid #e0c069;
  background-color: #fbf1c8;
}
span.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  top: 7px;
  right: 14px;
  color: #ff0000;
  font-size: 12px;
}
span.wpcf7-not-valid-tip-no-ajax {
  display: block;
  color: #ff0000;
  font-size: 12px;
}
span.wpcf7-list-item {
  margin-left: 0.5em;
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 img.ajax-loader {
  margin-bottom: 15px;
  margin-left: 4px;
  border: none;
  vertical-align: middle;
}
div.wpcf7 .placeheld {
  color: #888888;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
}
.wpcf7-submit {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 13px 35px;
  letter-spacing: 1px;
  outline: none;
  color: #252525;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  cursor: pointer;
  zoom: 1;
  border: 1px solid #252525;
  background-color: transparent;
  border-radius: 2px;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.wpcf7-submit:hover {
  background-color: #252525;
  color: #ffffff;
}
/* Shortcode: Parallax
-------------------------------------------------------------------- */
.swiper-slide-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 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;
  }
}
/* netbooks */
@media only screen and (max-width: 1024px) {
  .hidden-nb {
    display: none !important;
  }
  .visible-nb {
    display: block !important;
  }
}
/* only tables */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-tl {
    display: none !important;
  }
  .visible-tl {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .hidden-tl-v2 {
    display: none !important;
  }
  .visible-tl-v2 {
    display: block !important;
  }
}
/* Only Desktops */
@media only screen and (min-width: 1224px) {
  .hidden-dt {
    display: none !important;
  }
  .visible-dt {
    display: block !important;
  }
}
@media only screen and (min-width: 1290px) {
  .hidden-dt-v2 {
    display: none !important;
  }
  .visible-dt-v2 {
    display: block !important;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .no-smartphone {
    display: none !important;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-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-mini-callout p,
.pricing-offer-grid p,
.mk-title-box p {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.mk-svg-icon {
  width: auto; 
  height: auto;
  fill: currentColor; /* now we can get rid of all color -> fill implementations */
}

.mk-svg-icon-wrapper {
  line-height: normal;
  vertical-align: middle;
}

/* Not applicable for icoMoon as they have transforms hardcoded in the tag */
[class^="mk-icon-"] .mk-svg-icon path, [class*=" mk-icon-"] .mk-svg-icon path,
[class^="mk-li-"] .mk-svg-icon path, [class*=" mk-li-"] .mk-svg-icon path,
[class^="mk-jupiter-icon-"] .mk-svg-icon path, [class*=" mk-jupiter-icon-"] .mk-svg-icon path {
  -webkit-transform: translateY(1%);
      -ms-transform: translateY(1%);
          transform: translateY(1%); 
}

.center-icon {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.center-icon .mk-svg-icon {
  margin: 0 auto;
}

.mk-svg-icon-wrapper {
	display: inline-block;
	width: 100%;
	position: relative; /* for svgs show on hover */
}
.mk-svg-icon-wrapper img,
.mk-svg-icon-wrapper svg {
	display: inline-block; 
}

[class^="mk-icon-"]:before, [class*=" mk-icon-"]:before,
[class^="mk-moon-"]:before, [class*=" mk-moon-"]:before,
[class^="mk-li-"]:before, [class*=" mk-li-"]:before,
[class^="mk-jupiter-icon-"]:before, [class*=" mk-jupiter-icon-"]:before,
.mk-accordion-tab:before,
.mk-toggle-title:before,
.mk-blockquote.quote-style:before,
blockquote:before,
.mk-main-navigation ul:before,
.sf-sub-indicator:before,
.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,
.tw_list .tweet_list li a:before,
#wp-calendar #prev:before,
#wp-calendar #next:before,
.mk-tweet-list li:before,
.mk-jupiter-icon-simple-xing:before,
.widget_product_categories li a:before,
.widget-sub-navigation li a:before,
.main-navigation-ul li.with-menu > a:before,
.blog-blockquote-content:before,
.mk-woocommerce-pagination .next:before,
.mk-woocommerce-pagination .prev:before,
.product-loading-icon:before,
.mk-jupiter-icon-xing:before,
.mk-jupiter-icon-square-xing:before,
.ls-jupiter .ls-nav-prev:before,
.ls-jupiter .ls-nav-next:before {
	display: none !important; 
}

/* 
	Non content styles from font families declaration goes here. 
	clean it later
*/
[class^="mk-icon-"],
[class*=" mk-icon-"],
.ls-nav-prev, /*todo: extend inside js */
.ls-nav-next, /*todo: extend inside js */
.ls-bottom-slidebuttons a, /*todo: extend inside js */

.mk-accordion-tab:before,
.mk-toggle-title:before,
.mk-blockquote.quote-style:before,
blockquote:before,
.mk-main-navigation ul:before,
.sf-sub-indicator:before,
.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,
.tw_list .tweet_list li a:before,
#wp-calendar #prev:before,
#wp-calendar #next:before,
.mk-tweet-list li:before,
.mk-jupiter-icon-simple-xing:before,
.widget_product_categories li a:before,
.widget-sub-navigation li a:before,
.main-navigation-ul li.with-menu > a:before, 
.blog-blockquote-content:before {
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: middle;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
[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-woocommerce-pagination .next:before,
.mk-woocommerce-pagination .prev:before,
.product-loading-icon:before,
.mk-jupiter-icon-xing:before,
.mk-jupiter-icon-square-xing:before,
[class^="mk-moon-"],
[class*=" mk-moon-"] {
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  vertical-align: middle;
  direction: ltr;
}
[class^="mk-moon-"],
[class*=" mk-moon-"] {
  display: inline-block;
  line-height: 1;
}
a [class^="mk-moon-"],
a [class*=" mk-moon-"] {
  display: inline-block;
}

.rtl #theme-page [class*=" mk-moon-"], .rtl #theme-page [class^="mk-moon-"]
{ font-family: "Icomoon" !important; }

[class^="mk-li-"],
[class*=" mk-li-"] {
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="mk-jupiter-icon-"],
[class*=" mk-jupiter-icon-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Some hot patches here for icon styles */

.ls-jupiter .ls-nav-prev,
.ls-jupiter .ls-nav-next { 
  background-repeat: no-repeat;
  background-position: center;
}
.ls-jupiter .ls-nav-prev {
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="11.43" height="16" class="mk-svg-icon" style="fill:#fff;" viewBox="0 0 1280 1792"><path d="M1171 301l-531 531 531 531q19 19 19 45t-19 45l-166 166q-19 19-45 19t-45-19l-742-742q-19-19-19-45t19-45l742-742q19-19 45-19t45 19l166 166q19 19 19 45t-19 45z"></path></svg>');
}
.ls-jupiter .ls-nav-next {
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="11.43" height="16" class="mk-svg-icon" style="fill:#fff;" viewBox="0 0 1280 1792"><path d="M1107 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45l166-166q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z"></path></svg>');
}
/*! 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;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}
.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(../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;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  text-align: center;
}
.fancybox-close i {
  font-size: 16px;
  line-height: 30px;
  display: block !important;
}
.fancybox-close .mk-svg-icon {
  height: 16px;
  fill: #fff;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
}
.fancybox-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.fancybox-nav {
  position: absolute;
  top: 25%;
  width: 40%;
  height: 50%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -25px;
  cursor: pointer;
  visibility: hidden;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  text-align: center;
}
@media handheld, only screen and (max-width: 768px) {
  .fancybox-nav span {
    visibility: visible !important;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .fancybox-nav span {
    visibility: visible !important;
  }
}
.fancybox-nav span i {
  font-size: 16px;
  line-height: 60px;
}
.fancybox-nav span .mk-svg-icon {
  height: 16px;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
}
@media handheld, only screen and (max-width: 768px) {
  .fancybox-nav span i {
    line-height: 30px;
  }
}
.fancybox-nav span:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.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;
  background: url(../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;
  margin-right: 45px;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  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);
}
.mk-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  transition: opacity .2s linear;
}
.mk-modal.vertical-center {
  text-align: center;
}
.mk-modal.vertical-center:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mk-modal.vertical-center .mk-modal-container {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
}
.mk-modal .mk-modal-container {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  transition: opacity .2s linear, -webkit-transform .2s linear;
  transition: opacity .2s linear, transform .2s linear;
  transition: opacity .2s linear, transform .2s linear, -webkit-transform .2s linear;
}
.mk-modal.is-active {
  opacity: 1;
}
.mk-modal.is-active .mk-modal-container {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mk-modal .mk-modal-header {
  text-align: right;
}
.mk-modal .mk-modal-header .modal-close svg {
  display: block;
}
.mk-modal.close-inside .mk-modal-container {
  position: relative;
}
.mk-modal.close-inside .mk-modal-header .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
}
.mk-modal.close-inside .mk-modal-header .modal-close svg line {
  stroke: #231F20;
}
.mk-modal.close-outside .mk-modal-container {
  position: relative;
}
.mk-modal.close-outside .mk-modal-header .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
}

/* ===============================================================
Navigation Styles
================================================================ */
.mk-edge-nav a {
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.mk-edge-nav a.mk-edge-prev {
  left: 0;
}
.mk-edge-nav a.mk-edge-next {
  right: 0;
}
.mk-edge-prev svg,
.mk-edge-next svg {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: 16px;
  vertical-align: middle;
}
.nav-item-caption {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
/* -------------------- */
/* Rounded slide */
/* -------------------- */
.nav-roundslide a {
  margin: 0 20px;
  width: 62px;
  height: 62px;
  border-radius: 40px;
  transition: all 0.3s;
  overflow: hidden;
  transition-delay: 0.1s;
}
.nav-roundslide .mk-svg-icon {
  transition-delay: 0.1s;
}
.nav-roundslide .nav-item-caption {
  transition: color 0.3s;
}
.nav-roundslide .mk-edge-icon-wrap {
  position: absolute;
  padding: 24px;
}
.nav-roundslide a.mk-edge-prev .mk-edge-icon-wrap {
  left: 0;
}
.nav-roundslide a.mk-edge-next .mk-edge-icon-wrap {
  right: 0;
}
.nav-roundslide .nav-item-caption {
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  padding: 20px 10px;
  width: 130px;
  top: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  transition-delay: 0s;
}
.nav-roundslide a.mk-edge-prev .nav-item-caption {
  right: 10px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.nav-roundslide a.mk-edge-next .nav-item-caption {
  left: 10px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.nav-roundslide a:hover {
  width: 200px;
  transition-delay: 0s;
}
.nav-roundslide a:hover .nav-item-caption {
  opacity: 1;
  transition-delay: 0.1s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.nav-roundslide a[data-skin="dark"] {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #333;
}
.nav-roundslide a[data-skin="dark"] .nav-item-caption {
  color: #333;
}
.nav-roundslide a[data-skin="dark"] .mk-svg-icon {
  fill: #333;
}
.nav-roundslide a[data-skin="dark"]:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-roundslide a[data-skin="light"] {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
}
.nav-roundslide a[data-skin="light"] .nav-item-caption {
  color: #fff;
}
.nav-roundslide a[data-skin="light"] .mk-svg-icon {
  fill: #fff;
}
.nav-roundslide a[data-skin="light"]:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* -------------------- */
/* Rounded  */
/* -------------------- */
.nav-round a {
  margin: 0 20px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  transition: all 0.5s;
  overflow: hidden;
}
.nav-round .nav-item-caption {
  display: none!important;
}
.nav-round .mk-edge-icon-wrap {
  position: absolute;
  padding: 24px;
}
.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 a[data-skin="dark"] {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #333;
}
.nav-round a[data-skin="dark"] .mk-svg-icon {
  fill: #333;
}
.nav-round a[data-skin="dark"]:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-round a[data-skin="light"] {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
}
.nav-round a[data-skin="light"] .mk-svg-icon {
  fill: #fff;
}
.nav-round a[data-skin="light"]:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* -------------------- */
/* Slit */
/* -------------------- */
.nav-slit .mk-edge-icon-wrap {
  position: relative;
  display: block;
  width: 40px;
  height: 125px;
  text-align: center;
}
.nav-slit svg {
  transition: -webkit-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
  fill: #fff;
  -webkit-transform:translateY(55px);
      -ms-transform:translateY(55px);
          transform:translateY(55px);
}
.nav-slit div {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  transition: -webkit-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.nav-slit a.mk-edge-prev div {
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.nav-slit a.mk-edge-next div {
  right: 0;
  text-align: left;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.nav-slit .nav-item-caption {
  position: absolute;
  top: 124px;
  margin: 0;
  padding: 0 20px;
  width: 160px;
  height: 38px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 0.75em;
  line-height: 38px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.004);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.nav-slit .edge-nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  width: 200px;
  height: 125px;
  background-size: cover;
}
.nav-slit a:hover svg {
  transition-delay: 0s;
}
.nav-slit a.mk-edge-prev:hover svg {
  -webkit-transform: translateX(-50%) translateY(46px);
      -ms-transform: translateX(-50%) translateY(46px);
          transform: translateX(-50%) translateY(46px);
}
.nav-slit a.mk-edge-next:hover svg {
  -webkit-transform: translateX(50%) translateY(46px);
      -ms-transform: translateX(50%) translateY(46px);
          transform: translateX(50%) translateY(46px);
}
.nav-slit a:hover div {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.nav-slit a:hover .nav-item-caption {
  transition-delay: 0.2s;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.nav-slit a[data-skin="dark"] .mk-edge-icon-wrap,
.nav-slit a[data-skin="light"] .mk-edge-icon-wrap {
  background-color: #333;
  background-color: rgba(50, 50, 50, 0.8);
  transition: background-color 0.3s;
}
.nav-slit a[data-skin="dark"] .nav-item-caption,
.nav-slit a[data-skin="light"] .nav-item-caption,
.nav-slit a[data-skin="dark"] div,
.nav-slit a[data-skin="light"] div {
  background-color: #333;
}
.nav-slit a[data-skin="dark"]:hover .mk-edge-icon-wrap,
.nav-slit a[data-skin="light"]:hover .mk-edge-icon-wrap {
  background-color: #323232;
}
/* -------------------- */
/* Thumb flip */
/* -------------------- */
.nav-thumbflip a {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.nav-thumbflip .nav-item-caption {
  display: none !important;
}
.nav-thumbflip a.mk-edge-prev {
  -webkit-perspective-origin: 100% 50%;
          perspective-origin: 100% 50%;
}
.nav-thumbflip a.mk-edge-next {
  -webkit-perspective-origin: 0% 50%;
          perspective-origin: 0% 50%;
}
.nav-thumbflip svg {
  -webkit-transform: translateY(38px);
      -ms-transform: translateY(38px);
          transform: translateY(38px);
  fill: #fff;
}
.nav-thumbflip .edge-nav-bg {
  position: absolute;
  top: 0;
  width: 95px;
  height: 95px;
  background-size: cover;
  background-position: center;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.nav-thumbflip a.mk-edge-prev .edge-nav-bg {
  left: 100%;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.nav-thumbflip a.mk-edge-next .edge-nav-bg {
  right: 100%;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.nav-thumbflip a:hover .edge-nav-bg {
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.nav-thumbflip .mk-edge-icon-wrap {
  transition: background-color 0.3s ease-out;
  display: block;
  width: 95px;
  height: 95px;
  text-align: center;
}
.nav-thumbflip a[data-skin="dark"] .mk-edge-icon-wrap,
.nav-thumbflip a[data-skin="dark"] div {
  background-color: rgba(50, 50, 50, 0.3);
}
.nav-thumbflip a[data-skin="dark"]:hover .mk-edge-icon-wrap {
  background-color: #323232;
}
.nav-thumbflip a[data-skin="light"] .mk-edge-icon-wrap {
  background-color: rgba(255, 255, 255, 0.3);
}
.nav-thumbflip a[data-skin="light"] div {
  background-color: rgba(255, 255, 255, 0.3);
}
.nav-thumbflip a[data-skin="light"]:hover .mk-edge-icon-wrap {
  background-color: #323232;
}

/* ===============================================================
Pagination Styles
================================================================ */
.swiper-pagination {
  position: absolute;
  margin: 0;
  padding: 0;
  cursor: default;
  width: 100%;
  bottom: 6%;
  text-align: center;
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.swiper-pagination a {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.swiper-pagination a span {
  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"] span {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination[data-skin="light"] span {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
/* Stroke */
.pagination-stroke span {
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.pagination-stroke[data-skin="dark"] span {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
}
.pagination-stroke[data-skin="dark"] a:hover span,
.pagination-stroke[data-skin="dark"] a:focus span {
  background-color: #333;
}
.pagination-stroke[data-skin="dark"] a.is-active span {
  background-color: transparent;
  box-shadow: 0 0 0 2px #333;
}
.pagination-stroke[data-skin="light"] span {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}
.pagination-stroke[data-skin="light"] a:hover span,
.pagination-stroke[data-skin="light"] a:focus span {
  background-color: #ffffff;
}
.pagination-stroke[data-skin="light"] a.is-active span {
  background-color: transparent;
  box-shadow: 0 0 0 2px #ffffff;
}
/* Small dot with stroke */
.pagination-small_dot_stroke a {
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
}
.pagination-small_dot_stroke a span {
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.pagination-small_dot_stroke a.is-active span {
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
}
.pagination-small_dot_stroke[data-skin="dark"] a {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
}
.pagination-small_dot_stroke[data-skin="dark"] a span {
  background-color: rgba(0, 0, 0, 0.7);
}
.pagination-small_dot_stroke[data-skin="dark"] a:hover span,
.pagination-small_dot_stroke[data-skin="dark"] a:focus span,
.pagination-small_dot_stroke[data-skin="dark"] a.is-active span {
  background-color: #333333;
}
.pagination-small_dot_stroke[data-skin="dark"] a.is-active {
  box-shadow: 0 0 0 2px #333;
}
.pagination-small_dot_stroke[data-skin="light"] a {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}
.pagination-small_dot_stroke[data-skin="light"] a span {
  background-color: rgba(255, 255, 255, 0.7);
}
.pagination-small_dot_stroke[data-skin="light"] a:hover span,
.pagination-small_dot_stroke[data-skin="light"] a:focus span,
.pagination-small_dot_stroke[data-skin="light"] a.is-active span {
  background-color: #ffffff;
}
.pagination-small_dot_stroke[data-skin="light"] a.is-active {
  box-shadow: 0 0 0 2px #ffffff;
}
/** Page Pagination **/
.mk-pagination {
  margin:0 auto;
  text-align: center;
  padding: 65px 0 40px;
  position: relative;
}
.mk-pagination .mk-pagination-inner {
  margin: 0 10px 0 0;
  float: left;
}
.mk-pagination .page-number,
.mk-pagination .current-page {
  display: block;
  padding: 10px 14px;
  line-height: 12px;
  font-size: 12px;
  margin: 0 6px;
  font-weight: bold;
  float: left;
  border: 2px solid transparent;
  color: #6b0000;
  color: rgba(0, 0, 0, 0.4);
}
.mk-pagination .page-number:hover,
.mk-pagination .current-page:hover {
  border: 2px solid rgba(0, 0, 0, 0.4);
}
.mk-pagination .current-page {
  border: 2px solid rgba(0, 0, 0, 0.4);
}
.mk-pagination .mk-total-pages {
  float: right;
  opacity: 0.6;
}
.mk-pagination .page-number,
.mk-pagination .current-page,
.mk-pagination .mk-pagination-next,
.mk-pagination .mk-pagination-previous {
  transition: all 0.2s ease;
}
.mk-pagination .mk-pagination-next,
.mk-pagination .mk-pagination-previous {
  display: block;
  height: 36px;
  width: 38px;
  float: left;
  color: #6b0000;
  color: rgba(0, 0, 0, 0.4);
  border: 2px solid transparent;
  position: relative;
  box-sizing: border-box;
}

.mk-pagination .mk-pagination-next a,
.mk-pagination .mk-pagination-previous a {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 14;
  left: 0;
  top:0;
} 

.mk-pagination .mk-pagination-next svg,
.mk-pagination .mk-pagination-previous svg {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
}
.mk-pagination .mk-pagination-next:hover,
.mk-pagination .mk-pagination-previous:hover {
  border: 2px solid rgba(0, 0, 0, 0.4);
}
@media handheld, only screen and (max-width: 767px) {
  .mk-pagination .mk-total-pages,
  .mk-pagination .mk-pagination-inner {
    float: none;
    margin: 40px auto 0;
    clear: both;
    padding-top: 0;
  }
  .mk-pagination .page-number,
  .mk-pagination .current-page {
    float: none;
    display: inline-block;
    margin-bottom: 6px;
  }
  .mk-pagination .pagination-arrows {
    box-sizing: border-box;
    position: absolute;
    top:20px;
    width: 45%;
    border: 2px solid rgba(0,0,0,0.2);
  }
  .mk-pagination .mk-pagination-next {
    right:0;
  }
  .mk-pagination .mk-pagination-previous {
    left:0;
  }
}


.mk-page-links {
  margin: 10px 0 20px 10px;
  font-weight: bold;
}
.mk-page-links a {
  display: inline-block;
  line-height: 14px;
  font-size: 12px;
  margin: 0;
}
.mk-loadmore-button {
  margin: 40px auto;
  background-color: #ffffff;
  color: #252525 !important;
  font-size: 13px;
  display: block;
  text-align: center;
  padding: 15px 0;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 2px;
  border: 2px solid #e2e2e2;
  width: 50%;
  max-height: 60px;
  position: relative;
}
.mk-loadmore-button:hover {
  background-color: #f5f5f5;
}
.mk-loadmore-button svg {
  height: 16px;
  margin-right: 10px;
  fill: #b5b5b5;
  vertical-align: middle;
}

.mk-loadmore-button.is-active svg {
  fill: #e6e6e6;
}
.mk-loadmore-button .mk-loading-indicator {
  opacity: 0;
}
.mk-loadmore-button.is-active .mk-loading-indicator{
  opacity: 1;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-loadmore-button {
    width: 100% !important;
  }
}
.mk-post-nav {
  position: fixed;
  top: 50%;
  margin-top: -115px;
  text-decoration: none;
  width: 260px;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-post-nav {
    display: none !important;
  }
}
.pagnav-wrapper .pagenav-top {
  height: 130px;
  display: block;
  position: relative;
}
.pagnav-wrapper .pagenav-top .pagenav-image {
  position: absolute;
  display: block;
  height: 130px;
}
.pagnav-wrapper .pagenav-top .pagenav-image img {
  height: 130px;
  width: 130px;
  line-height: 4px;
}
.pagnav-wrapper .pagenav-top .mk-pavnav-icon {
  position: absolute;
  width: 130px;
  height: 130px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dfdfdf;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  transition: background 0.3s ease-out;
}
.pagnav-wrapper .pagenav-top .mk-pavnav-icon svg {
  vertical-align: middle;
  height: 16px;
  transition: all 0.3s ease-in;
}
.pagnav-wrapper .nav-info-container {
  height: 90px;
  width: 260px;
  overflow: hidden;
}
.pagnav-wrapper .pagenav-bottom {
  display: block;
  height: inherit;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #f0f0f0;
  width: inherit;
  text-align: right;
  box-sizing: border-box;
}
.pagnav-wrapper .pagenav-title {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #252525;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 20px 20px 0;
}
.pagnav-wrapper .pagenav-category {
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  color: #888888;
  letter-spacing: 1px;
  padding: 5px 20px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mk-post-next {
  right: -200px;
}
.mk-post-next .pagenav-image {
  right: 0;
}
.mk-post-next .mk-pavnav-icon {
  left: 0;
}
.mk-post-next .mk-pavnav-icon svg {
  -webkit-transform: translate(-30px, 0);
      -ms-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.mk-post-next .pagenav-bottom {
  transition: all 0.3s ease-out 0.2s;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
  opacity: 0;
}
.mk-post-prev {
  left: -200px;
}
.mk-post-prev .pagenav-image {
  left: 0;
}
.mk-post-prev .mk-pavnav-icon {
  right: 0;
}
.mk-post-prev .mk-pavnav-icon svg {
  -webkit-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.mk-post-prev .pagenav-bottom {
  transition: all 0.3s ease-in 0.2s;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
  opacity: 0;
}
.mk-post-nav:hover {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mk-post-nav:hover.mk-post-prev {
  left: 0;
}
.mk-post-nav:hover.mk-post-next {
  right: 0;
}
.mk-post-nav:hover .mk-pavnav-icon {
  background-color: #252525;
}
.mk-post-nav:hover .mk-pavnav-icon svg {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mk-post-nav:hover .pagenav-bottom {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
}



.mk-portfolio-item {
  /* Global Styles */
  /*-----*/
  /* FadeBox hover style */
  /* ----- */
  /* Slidebox Hover style */
  /* ----- */
  /* Zooom In hover style */
  /* ----- */
  /* Zoom out Hover style */
  /* ----- */
  /* cube-hover style */
  /* ----- */
  /* Light Zooom In hover style */
  /* ----- */
}
.mk-portfolio-item.one-column {
  width: 100%;
}
.mk-portfolio-item.two-column {
  width: 50%;
}
.mk-portfolio-item.three-column {
  width: 33.3%;
}
.mk-portfolio-item.four-column {
  width: 24.96%;
}
.mk-portfolio-item.five-column {
  width: 20%;
}
.mk-portfolio-item.six-column {
  width: 16.66%;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-portfolio-item.four-column,
  .mk-portfolio-item.five-column,
  .mk-portfolio-item.six-column {
    width: 33.3% !important;
  }
}
@media handheld, only screen and (max-width: 960px) {
  .mk-portfolio-item.two-column,
  .mk-portfolio-item.three-column,
  .mk-portfolio-item.four-column,
  .mk-portfolio-item.five-column,
  .mk-portfolio-item.six-column {
    width: 49.96% !important;
  }
}
@media handheld, only screen and (max-width: 620px) {
  .mk-portfolio-item.two-column,
  .mk-portfolio-item.three-column,
  .mk-portfolio-item.four-column,
  .mk-portfolio-item.five-column,
  .mk-portfolio-item.six-column {
    width: 100% !important;
  }
}
.mk-portfolio-item .the-title {
  padding: 0 20px;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff !important;
}
/*.mk-portfolio-item .the-title a {
  color: #ffffff !important;
}*/
.mk-portfolio-item .portfolio-categories a,
.mk-portfolio-item .portfolio-categories,
.mk-portfolio-item .portfolio-date {
  line-height: 16px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #aaaaaa;
}

/*.mk-portfolio-item .portfolio-categories a,*/
.mk-portfolio-item .portfolio-date a {
  color: #aaaaaa;
}
.mk-portfolio-item .featured-image {
  position: relative;
  overflow: hidden;
  line-height: 4px;
}
.mk-portfolio-item .featured-image img {
  position: relative;
  width: 100%;
}
.mk-portfolio-item .featured-image .hover-overlay {
  background-color: #000000;
  -webkit-transform: translate(0, 80%);
      -ms-transform: translate(0, 80%);
          transform: translate(0, 80%);
  transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
}
.mk-portfolio-item.fadebox-hover .portfolio-meta {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mk-portfolio-item.fadebox-hover .portfolio-categories {
  letter-spacing: 1px;
  font-size: 11px;
  padding: 0 20px;
  line-height: 16px;
}
.mk-portfolio-item.fadebox-hover .portfolio-categories span,
.mk-portfolio-item.fadebox-hover .portfolio-date {
  color: #ffffff;
}
.mk-portfolio-item.fadebox-hover .add-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%) !important;
}
.mk-portfolio-item.fadebox-hover .featured-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-out 0.1s;
}
.mk-portfolio-item.fadebox-hover .featured-image .icons-holder {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mk-portfolio-item.fadebox-hover .featured-image .icons-holder a {
  display: inline-block;
  margin: 0 5px;
  width: 48px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  opacity: 0.7;
}
.mk-portfolio-item .icons-holder a svg {
  overflow: visible;
}
.mk-portfolio-item.fadebox-hover .featured-image .icons-holder a svg {
  height: 42px;
  vertical-align: middle;
}
.mk-portfolio-item.fadebox-hover .featured-image .icons-holder a:hover {
  opacity: 1;
}
.mk-portfolio-item.fadebox-hover .featured-image:hover:after {
  opacity: 1;
}
.mk-portfolio-item.fadebox-hover .featured-image:hover .portfolio-meta {
  opacity: 1;
  bottom: 30px;
}
.mk-portfolio-item.fadebox-hover .featured-image:hover .portfolio-categories {
  opacity: 1;
}
.mk-portfolio-item.fadebox-hover .featured-image:hover .hover-overlay {
  opacity: .85;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mk-portfolio-item.fadebox-hover .featured-image:hover .icons-holder {
  opacity: 1;
}
.mk-portfolio-item.slidebox-hover.six-column .portfolio-meta,
.mk-portfolio-item.slidebox-hover.five-column .portfolio-meta {
  padding: 15px 10px 20px;
}
.mk-portfolio-item.slidebox-hover.six-column .icons-holder,
.mk-portfolio-item.slidebox-hover.five-column .icons-holder {
  top: 20%;
}
.mk-portfolio-item.slidebox-hover.four-column .icons-holder {
  top: 25%;
}
.mk-portfolio-item.slidebox-hover .portfolio-meta {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 25px 10px 30px;
  transition: all 0.25s ease-out;
  background-color: #1a1a1a;
  min-height: 60px;
}
.mk-portfolio-item.slidebox-hover .icons-holder {
  position: absolute;
  top: 30%;
  left: 50%;
  left: 3px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.305, 1.42);
  transition-delay: 0.1s;
}
.mk-portfolio-item.slidebox-hover .icons-holder a {
  display: inline-block;
  margin: 0 5px;
  width: 48px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  transition: all .25s;
  opacity: 0.7;
  vertical-align: middle;
}
.mk-portfolio-item.slidebox-hover .icons-holder a svg {
  height: 42px;
  vertical-align: middle;
}
.mk-portfolio-item.slidebox-hover .icons-holder a:hover {
  opacity: 1;
}
.mk-portfolio-item.slidebox-hover .featured-image {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mk-portfolio-item.slidebox-hover .featured-image img {
  -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
          transform: scale(1.12);
  position: relative;
  transition: all 0.35s ease-out;
}
.mk-portfolio-item.slidebox-hover .image-hover-overlay {
  background-color: #000000 !important;
}
.mk-portfolio-item.slidebox-hover .featured-image:hover .portfolio-meta {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mk-portfolio-item.slidebox-hover .featured-image:hover .image-hover-overlay {
  opacity: .4;
}
.mk-portfolio-item.slidebox-hover .featured-image:hover img {
  -webkit-transform: scale(1) translate3d(0, -20px, 0);
          transform: scale(1) translate3d(0, -20px, 0);
}
.mk-portfolio-item.slidebox-hover .featured-image:hover .icons-holder {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mk-portfolio-item.zoomin-hover.six-column .image-hover-overlay:after,
.mk-portfolio-item.zoomin-hover.five-column .image-hover-overlay:after,
.mk-portfolio-item.zoomin-hover.four-column .image-hover-overlay:after,
.mk-portfolio-item.zoomin-hover.three-column .image-hover-overlay:after,
.mk-portfolio-item.zoomin-hover.six-column .image-hover-overlay:before,
.mk-portfolio-item.zoomin-hover.five-column .image-hover-overlay:before,
.mk-portfolio-item.zoomin-hover.four-column .image-hover-overlay:before,
.mk-portfolio-item.zoomin-hover.three-column .image-hover-overlay:before {
  top: 9%;
  left: 8%;
  right: 8%;
  bottom: 9%;
}
.mk-portfolio-item.zoomin-hover .image-hover-overlay:after,
.mk-portfolio-item.zoomin-hover .image-hover-overlay:before {
  position: absolute;
  top: 9%;
  left: 5%;
  right: 5%;
  bottom: 9%;
  content: '';
  opacity: 1;
  display: block;
  transition: all 0.35s ease-out;
}
.mk-portfolio-item.zoomin-hover .image-hover-overlay:before {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
  -webkit-transform: scaleY(0) !important;
  -ms-transform: scaleY(0) !important;
      transform: scaleY(0) !important;
}
.mk-portfolio-item.zoomin-hover .image-hover-overlay:after {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
      transform: scaleX(0) !important;
}
.mk-portfolio-item.zoomin-hover .portfolio-meta {
  position: absolute;
  bottom: 70%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mk-portfolio-item.zoomin-hover .icons-holder {
  position: absolute;
  top: 65%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mk-portfolio-item.zoomin-hover .icons-holder a {
  display: inline-block;
  margin: 0 5px;
  width: 48px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  opacity: 0.7;
  color: #ffffff;
}
.mk-portfolio-item.zoomin-hover .icons-holder a svg {
  height: 42px;
  vertical-align: middle;
}
.mk-portfolio-item.zoomin-hover .icons-holder a:hover {
  opacity: 1;
}
.mk-portfolio-item.zoomin-hover .portfolio-categories {
  line-height: initial;
}
.mk-portfolio-item.zoomin-hover .portfolio-categories span,
.mk-portfolio-item.zoomin-hover .portfolio-date {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}
.mk-portfolio-item.zoomin-hover .featured-image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mk-portfolio-item.zoomin-hover .featured-image.buttons-disabled:hover .portfolio-meta {
  bottom: 40%;
}
.mk-portfolio-item.zoomin-hover .featured-image img {
  position: relative;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 0.35s ease-in-out;
}
.mk-portfolio-item.zoomin-hover .image-hover-overlay {
  background-color: #000000 !important;
}
.mk-portfolio-item.zoomin-hover .featured-image:hover .portfolio-meta {
  opacity: 1;
  bottom: 60%;
}
.mk-portfolio-item.zoomin-hover .featured-image:hover .image-hover-overlay:before {
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
      transform: scaleY(1) !important;
}
.mk-portfolio-item.zoomin-hover .featured-image:hover .image-hover-overlay:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
      transform: scaleX(1) !important;
}
.mk-portfolio-item.zoomin-hover .featured-image:hover .image-hover-overlay {
  opacity: .5;
}
.mk-portfolio-item.zoomin-hover .featured-image:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.mk-portfolio-item.zoomin-hover .featured-image:hover .icons-holder {
  top: 60%;
  opacity: 1;
}
.mk-portfolio-item.zoomout-hover.three-column .portfolio-meta .the-title,
.mk-portfolio-item.zoomout-hover.five-column .portfolio-meta .the-title,
.mk-portfolio-item.zoomout-hover.four-column .portfolio-meta .the-title,
.mk-portfolio-item.zoomout-hover.six-column .portfolio-meta .the-title {
  font-size: 12px !important;
}
.mk-portfolio-item.zoomout-hover.three-column .icons-holder,
.mk-portfolio-item.zoomout-hover.five-column .icons-holder,
.mk-portfolio-item.zoomout-hover.four-column .icons-holder,
.mk-portfolio-item.zoomout-hover.six-column .icons-holder {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.mk-portfolio-item.zoomout-hover.three-column .icons-holder a,
.mk-portfolio-item.zoomout-hover.five-column .icons-holder a,
.mk-portfolio-item.zoomout-hover.four-column .icons-holder a,
.mk-portfolio-item.zoomout-hover.six-column .icons-holder a {
  margin: 0 3px;
}
.mk-portfolio-item.zoomout-hover.three-column .icons-holder a svg,
.mk-portfolio-item.zoomout-hover.five-column .icons-holder a svg,
.mk-portfolio-item.zoomout-hover.four-column .icons-holder a svg,
.mk-portfolio-item.zoomout-hover.six-column .icons-holder a svg {
  height: 24px;
}
.mk-portfolio-item.zoomout-hover .item-holder {
  background-color: #ffffff;
}
.mk-portfolio-item.zoomout-hover .portfolio-meta {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: left;
  opacity: 0;
  box-sizing: border-box;
  padding-right: 70px;
  transition: all 0.2s ease-out;
}
.mk-portfolio-item.zoomout-hover .icons-holder {
  position: absolute;
  bottom: 15px;
  right: 20px;
  margin: 0 0 0 -30px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.mk-portfolio-item.zoomout-hover .icons-holder a {
  display: inline-block;
  margin: 0 6px;
  text-align: center;
  color: #ffffff;
  opacity: 0.7;
}
.mk-portfolio-item.zoomout-hover .icons-holder a svg {
  height: 30px;
}
.mk-portfolio-item.zoomout-hover .icons-holder a:hover {
  opacity: 1;
}
.mk-portfolio-item.zoomout-hover .the-title {
  padding-right: 40px;
  margin-bottom: 3px;
}
.mk-portfolio-item.zoomout-hover .portfolio-categories,
.mk-portfolio-item.zoomout-hover .portfolio-date {
  padding: 4px 0 0 20px;
}
.mk-portfolio-item.zoomout-hover .featured-image img {
  position: relative;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mk-portfolio-item.zoomout-hover .image-hover-overlay {
  background-color: #000000 !important;
  opacity: 1 !important;
  transition: all 0.3s ease-in-out;
}
.mk-portfolio-item.zoomout-hover .featured-image:hover .image-hover-overlay {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 1 !important;
}
.mk-portfolio-item.zoomout-hover .featured-image:hover .portfolio-meta {
  opacity: 1;
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.mk-portfolio-item.zoomout-hover .featured-image:hover img {
  -webkit-transform: scale(0.5) translate(0, -30%);
      -ms-transform: scale(0.5) translate(0, -30%);
          transform: scale(0.5) translate(0, -30%);
}
.mk-portfolio-item.zoomout-hover .featured-image:hover .icons-holder {
  opacity: 1;
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.mk-portfolio-item.cube-hover.five-column .portfolio-meta,
.mk-portfolio-item.cube-hover.four-column .portfolio-meta,
.mk-portfolio-item.cube-hover.six-column .portfolio-meta {
  padding: 19px 10px;
}
.mk-portfolio-item.cube-hover.five-column .portfolio-meta .the-title,
.mk-portfolio-item.cube-hover.four-column .portfolio-meta .the-title,
.mk-portfolio-item.cube-hover.six-column .portfolio-meta .the-title {
  padding: 0 10px;
  text-align: left;
  font-size: 12px !important;
}
.mk-portfolio-item.cube-hover.five-column .portfolio-meta .portfolio-categories,
.mk-portfolio-item.cube-hover.four-column .portfolio-meta .portfolio-categories,
.mk-portfolio-item.cube-hover.six-column .portfolio-meta .portfolio-categories,
.mk-portfolio-item.cube-hover.five-column .portfolio-meta .portfolio-date,
.mk-portfolio-item.cube-hover.four-column .portfolio-meta .portfolio-date,
.mk-portfolio-item.cube-hover.six-column .portfolio-meta .portfolio-date {
  font-size: 10px;
  letter-spacing: 0;
  padding: 4px 0 0 10px;
  line-height: 16px;
}
.mk-portfolio-item.cube-hover.five-column .icons-holder,
.mk-portfolio-item.cube-hover.four-column .icons-holder,
.mk-portfolio-item.cube-hover.six-column .icons-holder {
  bottom: 15px;
  transition: all 0.2s ease-in-out;
}
.mk-portfolio-item.cube-hover.five-column .icons-holder a,
.mk-portfolio-item.cube-hover.four-column .icons-holder a,
.mk-portfolio-item.cube-hover.six-column .icons-holder a {
  margin: 0 5px;
}
.mk-portfolio-item.cube-hover.five-column .icons-holder a svg,
.mk-portfolio-item.cube-hover.four-column .icons-holder a svg,
.mk-portfolio-item.cube-hover.six-column .icons-holder a svg {
  height: 24px;
}
.mk-portfolio-item.cube-hover .item-holder {
  background-color: #000000;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.mk-portfolio-item.cube-hover .portfolio-meta {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  padding: 42px 10px;
  text-align: left;
  opacity: 0.8;
  background: #000000;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  transition: all 0.35s ease-out;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  z-index: 12;
}
.mk-portfolio-item.cube-hover .the-title {
  padding: 0 30px;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 20px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mk-portfolio-item.cube-hover .icons-holder {
  position: absolute;
  bottom: 30px;
  width: 50%;
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.mk-portfolio-item.cube-hover .icons-holder a {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  color: #ffffff;
  opacity: 0.7;
}
.mk-portfolio-item.cube-hover .icons-holder a svg {
  height: 32px;
}
.mk-portfolio-item.cube-hover .icons-holder a:hover {
  opacity: 1;
}
.mk-portfolio-item.cube-hover .portfolio-categories,
.mk-portfolio-item.cube-hover .portfolio-date {
  color: #ffffff;
  opacity: 0.7;
  line-height: 16px;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 4px 0 0 30px;
}
.mk-portfolio-item.cube-hover .featured-image {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mk-portfolio-item.cube-hover .featured-image.buttons-disabled .portfolio-meta:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.mk-portfolio-item.cube-hover .featured-image.buttons-disabled .portfolio-meta .add-middle-align {
  display: inline-block;
  vertical-align: middle;
  width: 99%;
}
.mk-portfolio-item.cube-hover .featured-image img {
  position: relative;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.mk-portfolio-item.cube-hover .image-hover-overlay {
  background-color: #000000 !important;
  opacity: 1 !important;
  transition: all 0.35s ease-out;
}
.mk-portfolio-item.cube-hover .featured-image:hover .portfolio-meta {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.mk-portfolio-item.cube-hover .featured-image:hover img {
  -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
          transform: translate(20%, 0);
}
.mk-portfolio-item.cube-hover .featured-image:hover .icons-holder {
  opacity: 1;
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.mk-portfolio-item.light-zoomin-hover.five-column .portfolio-meta .the-title,
.mk-portfolio-item.light-zoomin-hover.four-column .portfolio-meta .the-title,
.mk-portfolio-item.light-zoomin-hover.six-column .portfolio-meta .the-title {
  font-size: 12px !important;
}
.mk-portfolio-item.light-zoomin-hover .image-hover-overlay:after,
.mk-portfolio-item.light-zoomin-hover .image-hover-overlay:before {
  position: absolute;
  top: 9%;
  left: 5%;
  right: 5%;
  bottom: 9%;
  content: '';
  opacity: 1;
  display: block;
  transition: all 0.35s ease-out;
}
.mk-portfolio-item.light-zoomin-hover .portfolio-meta {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mk-portfolio-item.light-zoomin-hover .portfolio-meta .the-title {
  padding: 0 20px 8px 20px;
  position: relative;
  margin-bottom: 30px;
}
.mk-portfolio-item.light-zoomin-hover .portfolio-meta .the-title a {
  color: #333333 !important;
}
.mk-portfolio-item.light-zoomin-hover .the-title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  height: 2px;
  width: 12px;
  background-color: #000000;
}
.mk-portfolio-item.light-zoomin-hover .icons-holder {
  position: absolute;
  top: 65%;
  left: 3px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mk-portfolio-item.light-zoomin-hover .icons-holder a {
  display: inline-block;
  margin: 0 3px;
  width: 48px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  border: none;
  color: #000000;
  opacity: 0.5;
}
.mk-portfolio-item.light-zoomin-hover .icons-holder a svg {
  height: 42px;
  vertical-align: middle;
}
.mk-portfolio-item.light-zoomin-hover .icons-holder a:hover {
  opacity: 1;
}
.mk-portfolio-item.light-zoomin-hover .portfolio-categories,
.mk-portfolio-item.light-zoomin-hover .portfolio-date {
  color: #555555;
}
.mk-portfolio-item.light-zoomin-hover .portfolio-categories a,
.mk-portfolio-item.light-zoomin-hover .portfolio-date a {
  color: #555555;
}
.mk-portfolio-item.light-zoomin-hover .featured-image {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mk-portfolio-item.light-zoomin-hover .featured-image.buttons-disabled .portfolio-meta {
  bottom: 40%;
}
.mk-portfolio-item.light-zoomin-hover .featured-image img {
  position: relative;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 0.35s ease-in-out;
}
.mk-portfolio-item.light-zoomin-hover .image-hover-overlay {
  background-color: #ffffff !important;
}
.mk-portfolio-item.light-zoomin-hover .featured-image:hover .portfolio-meta {
  opacity: 1;
}
.mk-portfolio-item.light-zoomin-hover .featured-image:hover .image-hover-overlay:before {
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
      transform: scaleY(1) !important;
}
.mk-portfolio-item.light-zoomin-hover .featured-image:hover .image-hover-overlay:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
      transform: scaleX(1) !important;
}
.mk-portfolio-item.light-zoomin-hover .featured-image:hover .image-hover-overlay {
  opacity: .8;
}
.mk-portfolio-item.light-zoomin-hover .featured-image:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.mk-portfolio-item.light-zoomin-hover .featured-image:hover .icons-holder {
  opacity: 1;
}
.mk-section-preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 999;
}

.mk-section-preloader__icon {
  top: 50%;
}

.mk-section-preloader__icon {
  margin: 0 auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid transparent;
  position: relative;
  -webkit-animation: mk-section-preloader--spin 1s infinite linear;
          animation: mk-section-preloader--spin 1s infinite linear;
}
.mk-section-preloader__icon:before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  border-left: 3px solid #aaa;
  border-bottom: 3px solid transparent;
}

@-webkit-keyframes mk-section-preloader--spin {
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes mk-section-preloader--spin {
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.load-more-scroll {
  position: relative;
  height: 70px;
  width: 200px;
  margin: 0 auto;
}



.mk-loading-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.7);
  z-index: 999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-loading-indicator__inner {
  position: relative;
  height: 60%;
  max-height: 45px;
  display: inline-block;
  margin: 0 auto;
}

.mk-loading-indicator__icon {
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: mk-loading-indicator--spin 0.7s infinite linear;
          animation: mk-loading-indicator--spin 0.7s infinite linear; 
  -webkit-transform-origin: center; 
      -ms-transform-origin: center; 
          transform-origin: center;
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
}

.mk-loading-indicator__icon:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 2px solid rgba(0,0,0, 0.1);
  border-top: 2px solid #aaa;
  border-left: 2px solid #aaa;
  border-bottom: 2px solid rgba(0,0,0, 0.1);
}

@-webkit-keyframes mk-loading-indicator--spin {
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes mk-loading-indicator--spin {
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
/* Progress button
/**************************************************/
.mk-progress-button {
  position: relative;
  display: inline-block;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.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: 10px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0;
}

.mk-progress-button .state-success svg,
.mk-progress-button .state-error svg{
  height: 14px;
  right: 20px;
}
.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;
}
.outline-btn-dark .mk-progress-inner,
.flat-dimension .mk-progress-inner,
.outline-btn-light:hover .mk-progress-inner,
.contact-form-button .mk-progress-inner {
  background: rgba(0, 0, 0, 0.5);
}
.outline-btn-light .mk-progress-inner,
.outline-btn-dark:hover .mk-progress-inner,
.contact-form-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 {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-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);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}

/*Button Border*/
.s_contact.corporate-style .mk-progress-button,
.s_contact.classic-style .mk-progress-button {
  border: 0 ;
}
.mk-section-anchor {
  position: absolute;
  top: 0;
  height: 0;
  visibility: hidden;
}

/* Shortcode:Slideshow
-------------------------------------------------------------------- */
.mk-slideshow {
  position: relative;
  margin-bottom: 20px;
}
.mk-slideshow .mk-flex-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mk-slideshow .mk-flex-caption span {
  position: relative;
  display: block;
  padding: 15px 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.mk-slideshow:hover .flex-direction-nav .flex-next,
.mk-slideshow:hover .flex-direction-nav .flex-prev {
  opacity: .6;
}
.mk-slideshow .flex-direction-nav .flex-next,
.mk-slideshow .flex-direction-nav .flex-prev {
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  opacity: 0;
  line-height: 40px;
  border-radius: 2px;
}
.mk-slideshow .flex-direction-nav .flex-next:hover,
.mk-slideshow .flex-direction-nav .flex-prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1; 
}
.flex-direction-nav svg {
  fill: #fff;
  height: 16px;
  margin-top: 12px;
}
.mk-slideshow .flex-direction-nav .flex-next {
  right: 20px !important;
}
.mk-slideshow .flex-direction-nav .flex-prev {
  left: 20px !important;
}
.mk-slideshow .flex-control-nav {
  bottom: 10px;
  display: block;
}
.mk-slideshow .flex-control-nav li a {
  display: block;
  padding: 0;
  width: 6px;
  height: 14px;
}
.mk-slideshow .flex-control-nav li a i {
  color: #ffffff;
  font-size: 12px;
}
.mk-slideshow .flex-control-nav li a.flex-active i:before {
  content: "\f111" !important;
}
.mk-slideshow .color-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mk-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mk-slider-holder {
  width: 100%;
  height: 100%;
}
.mk-slider-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mk-slider-slide:first-of-type {
  display: block;
}
.mk-section-image {
  height: 100%;
}
/* IE10 Windows Phone 8 Fixes */

.mk-fancy-title {
  margin-bottom: 18px;
}

span.mk-fancy-title {
  display: block;
  line-height: 1.3em;
  word-wrap: break-word;
}

.mk-fancy-title.pattern-style {
  background: url(../images/fancy-title-pattern.png) left center repeat-x;
}
.mk-fancy-title.pattern-style.align-left span {
  padding: 0 6px 0 0;
}
.mk-fancy-title.pattern-style.align-right span {
  padding: 0 0 0 6px;
}
.mk-fancy-title.pattern-style.align-center span {
  padding: 0 6px;
}
.mk-fancy-title.pattern-style.color-gradient span {
  position: relative;
}
.mk-fancy-title.pattern-style.color-gradient span:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mk-fancy-title.pattern-style.color-gradient span i {
  position: relative;
  z-index: 2;
}
.mk-fancy-title.shortcode-heading {
  font-weight: bold;
  font-size: 14px;
  padding-top: 5px;
}
.mk-fancy-title.pattern-style p {
  display: inline;
}
.mk-fancy-title p {
  margin-bottom: 0 !important;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-fancy-title {
    text-align: center !important;
  }
  .mk-fancy-title.pattern-style span {
    padding: 0 8px !important;
  }
  .mk-fancy-title.mk-force-responsive {
    font-size: 36px !important;
  }
}
.mk-title-box {
  line-height: 100%;
}
.mk-title-box p {
  margin: 0;
}
.mk-title-box span {
  padding: 4px 0;
}

.mk-fancy-title {
  margin-bottom: 18px;
}
.mk-fancy-title.pattern-style {
  background: url(../images/fancy-title-pattern.png) left center repeat-x;
}
.mk-fancy-title.pattern-style.align-left span {
  padding: 0 6px 0 0;
}
.mk-fancy-title.pattern-style.align-right span {
  padding: 0 0 0 6px;
}
.mk-fancy-title.pattern-style.align-center span {
  padding: 0 6px;
}
.mk-fancy-title.color-gradient span i {
  display: table;
  font-style: normal;
}
.mk-fancy-title.pattern-style.color-gradient span {
  position: relative;
}
.mk-fancy-title.pattern-style.color-gradient span:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mk-fancy-title.color-gradient.align-left span i {
  margin: 0 auto 0 0;
}
.mk-fancy-title.color-gradient.align-center span i {
  margin: 0 auto 0;
}
.mk-fancy-title.color-gradient.align-right span i {
  margin: 0 0 0 auto;
}
.mk-fancy-title.color-gradient span i {
  position: relative;
  z-index: 2;
}
.mk-fancy-title.shortcode-heading {
  font-weight: bold;
  font-size: 14px;
}
.mk-fancy-title.pattern-style p {
  display: inline;
}
.mk-fancy-title p {
  margin-bottom: 0 !important;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-fancy-title {
    text-align: center !important;
  }
  .mk-fancy-title.pattern-style span {
    padding: 0 8px !important;
  }
  .mk-fancy-title.mk-force-responsive {
    font-size: 36px !important;
  }
}
.mk-title-box {
  line-height: 100%;
}
.mk-title-box p {
  margin: 0;
}
.mk-title-box span {
  padding: 4px 0;
}

.mk-product {
  position: relative;
}
.mk-product:before,
.mk-product:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.mk-product:after {
  clear: both;
}
.mk-product .mk-onsale,
.mk-product:not(.product-quick-view) .out-of-stock {
  position: absolute;
  right: 0;
  top: 0;
}
.mk-product .mk-product-image,
.mk-product .mk-product-details {
  position: relative;
}
.mk-product .mk-slider-holder {
  overflow: hidden;
  position: relative;
}
.mk-product .mk-woocommerce-main-image img {
  box-sizing: border-box;
}
.mk-product .mk-product-details:before,
.mk-product .mk-product-details:after {
  content: " ";
  display: table;
}
.mk-product .mk-product-details:after {
  clear: both;
}
.mk-product .title {
  margin: 0;
}
.mk-product .mk-price {
  margin: 0;
}
.mk-product .mk-single-price {
  float: none;
}
.mk-product .mk-single-price:before,
.mk-product .mk-single-price:after {
  content: " ";
  display: table;
}
.mk-product .mk-single-price:after {
  clear: both;
}
.mk-product .mk-single-price del {
  float: right;
}
.mk-product .mk-single-price ins {
  float: left;
  text-decoration: none;
}
.mk-product .mk-rating {
  margin: 0;
}
.mk-product .mk-rating:before,
.mk-product .mk-rating:after {
  content: " ";
  display: table;
}
.mk-product .mk-rating:after {
  clear: both;
}
.mk-product .star-rating {
  float: left;
  display: inline-block;
  margin-right: 5px;
}
.mk-product .description p {
  margin: 0;
}
.mk-product .selector:before,
.mk-product .selector:after {
  content: " ";
  display: table;
}
.mk-product .selector:after {
  clear: both;
}
.mk-product .quantity {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.mk-product .single_add_to_cart_button {
  float: left;
}
.mk-product .social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-product .social-share ul:before,
.mk-product .social-share ul:after {
  content: " ";
  display: table;
}
.mk-product .social-share ul:after {
  clear: both;
}
.mk-product .social-share ul li {
  margin-left: 0;
  float: left;
}
.mk-product.style-default .mk-onsale,
.mk-product.style-default .out-of-stock {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #fff !important;
  letter-spacing: 2px;
  display: inline-block;
}
.mk-product.style-default .mk-onsale {
  background-color: #da4c26;
}
.mk-product.style-default .out-of-stock {
  background-color: #707070;
}
.mk-product.style-default .mk-product-image {
  width: 43%;
  float: left;
}
.mk-product.style-default .mk-product-details {
  width: 53%;
  float: right;
}
.mk-product.style-default .thumbnails a {
  display: inline-block;
  margin:0 7px 7px 0!important;
  max-width: 75px;
  width: auto !important;
}
.mk-product.style-default .thumbnails a.is-selected {
  border-color: #da4c26;
}
.mk-product.style-default .mk-product-details {
  float: right;
}
.mk-product.style-default .title {
  font-size: 22px !important;
  font-weight: 700;
  margin-bottom: 25px;
}
.mk-product.style-default .mk-price {
  margin-bottom: 25px;
}
.mk-product.style-default .mk-single-price .amount {
  font-size: 32px;
  font-weight: 700;
  color: #da4c26;
}
.mk-product.style-default .mk-single-price del .amount {
  margin-left: 10px;
  font-size: 15px;
  color: #aaa;
}
.mk-product.style-default .mk-rating {
  margin-bottom: 15px;
}
.mk-product.style-default .description {
  margin-bottom: 30px;
}
.mk-product.style-default .variations {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.mk-product.style-default .variations tbody tr {
  display: table;
  width: 100%;
}
.mk-product.style-default .variations tbody tr td {
  display: table-row;
  width: 100%;
  padding: 0;
  text-align: left;
}
.mk-product.style-default .variations tbody tr td.label label {
  font-size: 14px;
  font-weight: 700;
  color: #777;
}
.mk-product.style-default .variations tbody tr td.value > select {
  margin: 15px 0 0;
}
.mk-product.style-default .variations tbody tr td.value a {
  font-size: 12px;
  padding: 5px 3px;
  font-style: italic;
  color: #999;
}
.mk-product.style-default .variations_button .single_add_to_cart_button {
  line-height: 40px !important;
  padding: 0 15px !important;
}
.mk-product.style-default .meta {
  padding: 20px 10px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin: 30px 0;
  font-size: 12px;
}
.mk-product.style-default .meta a {
  color: #252525; 
}
.mk-product.style-default .social-share ul li a {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #c3c3c3;
  border-radius: 50px;
  margin-right: 5px;
  display: block;
}
.mk-product.style-default .social-share svg{
  height: 16px;
  fill: #c3c3c3;
  vertical-align: middle; 
  -webkit-transform: translateY(2px); 
      -ms-transform: translateY(2px); 
          transform: translateY(2px);
}
.mk-product.style-default .social-share ul li a i .mk-svg-icon {
  -webkit-transform: translateY(11%)!important;
      -ms-transform: translateY(11%)!important;
          transform: translateY(11%)!important;
}
.mk-product.style-default .social-share a:hover svg {
  fill: #aaa;
}
/* Product Loops
-------------------------------------------------------------- */
.mk-product-loop .products,
.related .products,
.upsells .products {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.mk-product-loop .products {
  overflow: initial;
}
.mk-product-loop .products .item,
.related .products .item,
.upsells .products .item {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.mk-product-loop .mk-product-holder,
.related .mk-product-holder,
.upsells .mk-product-holder {
  padding: 0;
  position: relative;
}
.mk-product-loop .products .product-loop-thumb,
.related .products .product-loop-thumb,
.upsells .products .product-loop-thumb {
  position: relative;
}
.mk-product-loop .products .product-link,
.related .products .product-link,
.upsells .products .product-link {
  position: relative;
  display: block;
  overflow: hidden;
}
.mk-product-loop .products .product-loop-image,
.related .products .product-loop-image,
.upsells .products .product-loop-image,
.mk-product-loop .products .product-hover-image,
.related .products .product-hover-image,
.upsells .products .product-hover-image {
  width: 100%;
}
.mk-product-loop .products .product-hover-image,
.related .products .product-hover-image,
.upsells .products .product-hover-image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s 0 ease-out;
}
.mk-product-loop .products .product-loading-icon,
.related .products .product-loading-icon,
.upsells .products .product-loading-icon {
  display: block;
  text-align: center;
}
.mk-product-loop .products .product-item-footer,
.related .products .product-item-footer,
.upsells .products .product-item-footer {
  overflow: hidden;
}
.mk-product-loop .products .product-item-rating,
.related .products .product-item-rating,
.upsells .products .product-item-rating {
  text-align: center;
  position: relative;
}
.mk-product-loop .products .star-rating,
.related .products .star-rating,
.upsells .products .star-rating {
  display: block ;
  float: none ;
  overflow: hidden;
  position: relative;
  font-family: star;
  margin: 0;
}
.mk-product-loop .products .star-rating:before,
.related .products .star-rating:before,
.upsells .products .star-rating:before {
  content: "\53\53\53\53\53";
  font-size: 12px ;
}
.mk-product-loop .products .star-rating span,
.related .products .star-rating span,
.upsells .products .star-rating span {
  overflow: hidden;
  float: left;
  top: 1px;
  left: 1px;
  position: absolute;
}
.mk-product-loop .products .star-rating span:before,
.related .products .star-rating span:before,
.upsells .products .star-rating span:before {
  content: "\53\53\53\53\53" !important;
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 2px;
}
.mk-product-holder .product_loop_button{
  margin: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.mk-product-loop .products .mk-shop-item-detail,
.related .products .mk-shop-item-detail,
.upsells .products .mk-shop-item-detail {
  position: relative;
}
.mk-product-loop .products .mk-price,
.related .products .mk-price,
.upsells .products .mk-price {
  display: block;
}
.mk-product-loop .products .mk-price ins,
.related .products .mk-price ins,
.upsells .products .mk-price ins {
  border: none;
  text-decoration: none;
}
.mk-product-loop .products .item.added_to_cart,
.related .products .item.added_to_cart,
.upsells .products .item.added_to_cart {
  position: absolute;
  left: -9999em;
  width: 1px;
  visibility: hidden;
}
.mk-product-loop .products .item.adding-to-cart .mk-product-holder .product-loading-icon:before,
.related .products .item.adding-to-cart .mk-product-holder .product-loading-icon:before,
.upsells .products .item.adding-to-cart .mk-product-holder .product-loading-icon:before {
  display: block;
}
.mk-product-loop .products .item.added-to-cart .mk-product-holder .product-loading-icon:before,
.related .products .item.added-to-cart .mk-product-holder .product-loading-icon:before,
.upsells .products .item.added-to-cart .mk-product-holder .product-loading-icon:before {
  content: "\e26a";
}
.mk-product-loop .products .item.adding-to-cart:hover .mk-product-holder .product-loading-icon,
.related .products .item.adding-to-cart:hover .mk-product-holder .product-loading-icon,
.upsells .products .item.adding-to-cart:hover .mk-product-holder .product-loading-icon,
.mk-product-loop .products .item.added-to-cart:hover .mk-product-holder .product-loading-icon,
.related .products .item.added-to-cart:hover .mk-product-holder .product-loading-icon,
.upsells .products .item.added-to-cart:hover .mk-product-holder .product-loading-icon {
  opacity: 1;
}
.mk-product-loop.compact-layout,
.related.compact-layout,
.upsells.compact-layout {
  margin: 0 -8px;
}
.mk-product-loop.compact-layout .products,
.related.compact-layout .products,
.upsells.compact-layout .products {
  padding: 10px 0 30px ;
}
.mk-product-loop.compact-layout .products .item,
.related.compact-layout .products .item,
.upsells.compact-layout .products .item {
  padding: 0 8px 16px;
}
.mk-product-loop.compact-layout .products .item .mk-product-holder,
.related.compact-layout .products .item .mk-product-holder,
.upsells.compact-layout .products .item .mk-product-holder {
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
}
.mk-product-loop.compact-layout .products .mk-out-stock,
.related.compact-layout .products .mk-out-stock,
.upsells.compact-layout .products .mk-out-stock,
.mk-product-loop.compact-layout .products .mk-onsale,
.related.compact-layout .products .mk-onsale,
.upsells.compact-layout .products .mk-onsale {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px ;
  line-height: 11px;
  position: absolute;
  right: -6px;
  top: -6px;
  color: #ffffff ;
  letter-spacing: 2px;
}
.mk-product-loop.compact-layout .products .mk-onsale,
.related.compact-layout .products .mk-onsale,
.upsells.compact-layout .products .mk-onsale {
  background-color: #da4c26;
}
.mk-product-loop.compact-layout .products .mk-out-stock,
.related.compact-layout .products .mk-out-stock,
.upsells.compact-layout .products .mk-out-stock,
.mk-product-loop.compact-layout .products .out-of-stock,
.related.compact-layout .products .out-of-stock,
.upsells.compact-layout .products .out-of-stock {
  background-color: #707070;
}
.mk-product-loop.compact-layout .products .product-link,
.related.compact-layout .products .product-link,
.upsells.compact-layout .products .product-link {
  line-height: 4px;
}
.mk-product-loop.compact-layout .products .product-link:hover .product-hover-image,
.related.compact-layout .products .product-link:hover .product-hover-image,
.upsells.compact-layout .products .product-link:hover .product-hover-image {
  opacity: 1;
}
.mk-product-loop.compact-layout .products .product-hover-image,
.related.compact-layout .products .product-hover-image,
.upsells.compact-layout .products .product-hover-image {
  transition: opacity 0.4s 0.4s ease-out;
  opacity: 0;
}
.mk-product-loop.compact-layout .products .product-loading-icon,
.related.compact-layout .products .product-loading-icon,
.upsells.compact-layout .products .product-loading-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -35px;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  opacity: 0;
}
.mk-product-loop.compact-layout .products .product-loading-icon,
.related.compact-layout .products .product-loading-icon,
.upsells.compact-layout .products .product-loading-icon {
  line-height: 70px;
  font-size: 24px;
  color: #ffffff;
}
.mk-product-loop.compact-layout .products .product-loading-icon .mk-svg-icon,
.related.compact-layout .products .product-loading-icon .mk-svg-icon,
.upsells.compact-layout .products .product-loading-icon .mk-svg-icon {
  height: 24px;
  width: 24px;
  position:relative;
  top: 3px;
}
.mk-product-loop.compact-layout .products .product-item-footer,
.related.compact-layout .products .product-item-footer,
.upsells.compact-layout .products .product-item-footer {
  position: absolute;
  height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: table;
}
.mk-product-loop.compact-layout .products .product-item-rating,
.related.compact-layout .products .product-item-rating,
.upsells.compact-layout .products .product-item-rating {
  float: left;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  height: 50px;
  line-height: 50px;
  width: 40%;
  left: -20px;
  top: 20px;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: table-cell;
  vertical-align: middle;
  text-align: middle;
}
.mk-product-loop.compact-layout .products .product-item-rating .star-rating,
.related.compact-layout .products .product-item-rating .star-rating,
.upsells.compact-layout .products .product-item-rating .star-rating {
  color: #252525 ;
  height: 1em;
  line-height: 1em;
  font-size: 11px;
  width: 5.4em;
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
}
.mk-product-loop.compact-layout .products .product-item-rating .star-rating:before,
.related.compact-layout .products .product-item-rating .star-rating:before,
.upsells.compact-layout .products .product-item-rating .star-rating:before {
  color: #c2c2c2 !important;
}
.mk-product-loop.compact-layout .products .product-item-rating .star-rating span,
.related.compact-layout .products .product-item-rating .star-rating span,
.upsells.compact-layout .products .product-item-rating .star-rating span {
  padding-top: 1.5em;
}
.mk-product-loop.compact-layout .products .product-item-rating .star-rating span:before,
.related.compact-layout .products .product-item-rating .star-rating span:before,
.upsells.compact-layout .products .product-item-rating .star-rating span:before {
  color: #252524 !important;
  font-size: 12px;
  top: -1px;
  left: -1px;
}
.mk-product-holder .product_loop_button{
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  bottom: -25px;
  right: -25px;
  opacity: 0;
  width: 60%;
  height: 50px;
  background-color: #252525;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 50px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mk-product-holder .product_loop_button svg{
  height: 16px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  vertical-align: middle;
  padding-right: 8px;
}
.mk-product-holder .product_loop_button:hover{
  background-color: rgba(0, 0, 0, 0.9);
}
.mk-product-loop.compact-layout .products .added_to_cart,
.related.compact-layout .products .added_to_cart,
.upsells.compact-layout .products .added_to_cart {
  position: absolute;
  left: 18px;
  top: 13px;
  padding: 7px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  background-color: #333333;
  color: #ffffff;
}
.mk-product-loop.compact-layout .products .mk-love-holder,
.related.compact-layout .products .mk-love-holder,
.upsells.compact-layout .products .mk-love-holder {
  position: absolute;
  right: 12px;
  top: 12px;
  text-align: center;
}
.mk-product-loop.compact-layout .mk-love-this svg,
.related.compact-layout .mk-love-this svg,
.upsells.compact-layout .mk-love-this svg{
  vertical-align: middle;
}

.mk-product-loop.compact-layout .products .mk-love-holder .mk-love-count,
.related.compact-layout .products .mk-love-holder .mk-love-count,
.upsells.compact-layout .products .mk-love-holder .mk-love-count {
  font-size: 14px;
}
.mk-product-loop.compact-layout .products .product-title,
.related.compact-layout .products .product-title,
.upsells.compact-layout .products .product-title {
  font-size: 13px !important;
  line-height: 18px;
  padding: 15px 50px 0 15px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.mk-product-loop.compact-layout .products .product-title a,
.related.compact-layout .products .product-title a,
.upsells.compact-layout .products .product-title a ,
.mk-product-loop.compact-layout .products .mk-love-holder a span,
.related.compact-layout .products .mk-love-holder a span,
.upsells.compact-layout .products .mk-love-holder a span,
.related.compact-layout .products .mk-love-holder a i
{
  color: #5b5b5b ;
}

.mk-product-loop.compact-layout .products .item  .mk-love-holder svg,
.upsells.compact-layout .products .item .mk-love-holder svg,
.related.compact-layout .products .item .mk-love-holder svg {
  fill: #5b5b5b ; 
} 


.mk-product-loop.compact-layout .products .mk-price,
.related.compact-layout .products .mk-price,
.upsells.compact-layout .products .mk-price {
  padding: 0 15px 15px;
  font-weight: bold;
  font-size: 18px;
  color: #252525;
}
.mk-product-loop.compact-layout .products .mk-price .from,
.related.compact-layout .products .mk-price .from,
.upsells.compact-layout .products .mk-price .from {
  color: #aaaaaa;
  font-size: 14px;
}
.mk-product-loop.compact-layout .products .mk-price del,
.related.compact-layout .products .mk-price del,
.upsells.compact-layout .products .mk-price del {
  font-size: 14px;
  color: #aaaaaa;
}
.mk-product-loop.compact-layout .products .product-item-desc,
.related.compact-layout .products .product-item-desc,
.upsells.compact-layout .products .product-item-desc {
  padding: 0 15px;
}
.mk-product-loop.compact-layout .products .product-item-desc ul,
.related.compact-layout .products .product-item-desc ul,
.upsells.compact-layout .products .product-item-desc ul {
  margin-bottom: 15px;
}
.mk-product-loop.compact-layout .products .product-item-desc ul li,
.related.compact-layout .products .product-item-desc ul li,
.upsells.compact-layout .products .product-item-desc ul li {
  text-align: left;
}
.mk-product-loop.compact-layout .products .item.adding-to-cart .mk-product-holder .product-loading-icon .mk-svg-icon,
.related.compact-layout .products .item.adding-to-cart .mk-product-holder .product-loading-icon .mk-svg-icon,
.upsells.compact-layout .products .item.adding-to-cart .mk-product-holder .product-loading-icon .mk-svg-icon {
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
  /*content: "\e2a2";*/
}
.mk-product-loop.compact-layout .products .item:hover .product-item-rating,
.related.compact-layout .products .item:hover .product-item-rating,
.upsells.compact-layout .products .item:hover .product-item-rating {
  top: 0;
  left: 0;
  opacity: 1;
}
.mk-product-loop.compact-layout .products .item:hover .product_loop_button,
.related.compact-layout .products .item:hover .product_loop_button,
.upsells.compact-layout .products .item:hover .product_loop_button {
  bottom: 0;
  right: 0;
  opacity: 1;
}
.mk-product-loop.open-layout,
.related.open-layout,
.upsells.open-layout {
  margin: 60px -20px;
}
.mk-product-loop.open-layout .products .item,
.related.open-layout .products .item,
.upsells.open-layout .products .item {
  padding: 0 20px 40px;
}
.mk-product-loop.open-layout .products .item .mk-product-holder,
.related.open-layout .products .item .mk-product-holder,
.upsells.open-layout .products {
  position: relative;
}
.mk-product-loop.open-layout .products .mk-out-stock,
.related.open-layout .products .mk-out-stock,
.upsells.open-layout .products .mk-out-stock,
.mk-product-loop.open-layout .products .mk-onsale,
.related.open-layout .products .mk-onsale,
.upsells.open-layout .products .mk-onsale {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.mk-product-loop.open-layout .products .mk-out-stock > span,
.related.open-layout .products .mk-out-stock > span,
.upsells.open-layout .products .mk-out-stock > span,
.mk-product-loop.open-layout .products .mk-onsale > span,
.related.open-layout .products .mk-onsale > span,
.upsells.open-layout .products .mk-onsale > span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.mk-product-loop.open-layout .products .mk-out-stock,
.related.open-layout .products .mk-out-stock,
.upsells.open-layout .products .mk-out-stock {
  background-color: #808080;
  z-index: 2;
}
.mk-product-loop.open-layout .products .mk-onsale,
.related.open-layout .products .mk-onsale,
.upsells.open-layout .products .mk-onsale {
  background-color: #da4c26;
  z-index: 1;
}
.mk-product-loop.open-layout .products .product-link:hover .product-hover-image,
.related.open-layout .products .product-link:hover .product-hover-image,
.upsells.open-layout .products .product-link:hover .product-hover-image {
  opacity: 1;
}
.mk-product-loop.open-layout .products .product-hover-image,
.related.open-layout .products .product-hover-image,
.upsells.open-layout .products .product-hover-image {
  transition: opacity 0.4s 0.4s ease-out;
  opacity: 0;
}
.mk-product-loop.open-layout .products .quick-view-container,
.related.open-layout .products .quick-view-container,
.upsells.open-layout .products .quick-view-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center; 
}
.mk-product-loop.open-layout .products .quick-view-button,
.related.open-layout .products .quick-view-button,
.upsells.open-layout .products .quick-view-button {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.2s linear, opacity 0.2s linear, visibility 0.2s linear, -webkit-transform 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear, visibility 0.2s linear, transform 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear, visibility 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
  color: #ffffff;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3D(0, 10px, 0);
      -ms-transform: translate3D(0, 10px, 0);
          transform: translate3D(0, 10px, 0);
}
.mk-product-loop.open-layout .quick-view-button svg,
.related.open-layout .quick-view-button svg,
.upsells.open-layout .quick-view-button svg {
  margin-right: 10px;
  height: 14px; 
  fill:#ffffff;
  vertical-align: middle;
}
.mk-product-loop.open-layout .quick-view-button:hover,
.related.open-layout .quick-view-button:hover,
.upsells.open-layout .quick-view-button:hover {
  background-color: #000000;
}
.mk-product-loop.open-layout .products .product-loop-thumb:hover .quick-view-button,
.related.open-layout .products .product-loop-thumb:hover .quick-view-button,
.upsells.open-layout .products .product-loop-thumb:hover .quick-view-button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
.mk-product-loop.open-layout .products .mk-shop-item-detail,
.related.open-layout .products .mk-shop-item-detail,
.upsells.open-layout .products .mk-shop-item-detail {
  text-align: center;
}
.mk-product-loop.open-layout .mk-product-holder .mk-love-holder,
.related.open-layout .mk-product-holder .mk-love-holder,
.upsells.open-layout .mk-product-holder .mk-love-holder {
  position: absolute;
  left: 20px;
  top: 20px;
}

.mk-product-loop.open-layout .products .item .mk-love-this,
.related.open-layout .products .item .mk-love-this,
.upsells.open-layout .products .item .mk-love-this {
  border: 2px solid #c3c3c3;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  display: block;
  transition: border-color 0.2s, background-color 0.2s;
}
.mk-product-loop.open-layout .products .mk-love-holder .mk-love-this:hover,
.related.open-layout .products .mk-love-holder .mk-love-this:hover,
.upsells.open-layout .products .mk-love-holder .mk-love-this:hover,
.mk-product-loop.open-layout .products .mk-love-holder .mk-love-this.item-loved,
.related.open-layout .products .mk-love-holder .mk-love-this.item-loved,
.upsells.open-layout .products .mk-love-holder .mk-love-this.item-loved {
  border-color: #ffffff;
  background-color: #ffffff;
}
.mk-product-loop.open-layout .products .mk-love-holder .mk-love-this:hover .mk-icon-heart,
.related.open-layout .products .mk-love-holder .mk-love-this:hover .mk-icon-heart,
.upsells.open-layout .products .mk-love-holder .mk-love-this:hover .mk-icon-heart,
.mk-product-loop.open-layout .products .mk-love-holder .mk-love-this.item-loved .mk-icon-heart,
.related.open-layout .products .mk-love-holder .mk-love-this.item-loved .mk-icon-heart,
.upsells.open-layout .products .mk-love-holder .mk-love-this.item-loved .mk-icon-heart {
  color: #da4c26;
}
.mk-product-loop.open-layout .products .mk-love-holder .mk-icon-heart,
.related.open-layout .products .mk-love-holder .mk-icon-heart,
.upsells.open-layout .products .mk-love-holder .mk-icon-heart {
  height: 30px;
  line-height: 30px;
  color: #c3c3c3;
}

.mk-product-loop.open-layout .products .mk-love-holder .mk-love-count,
.related.open-layout .products .mk-love-holder .mk-love-count,
.upsells.open-layout .products .mk-love-holder .mk-love-count {
  display: none;
}
.mk-product-loop.open-layout .products .product-title,
.related.open-layout .products .product-title,
.upsells.open-layout .products .product-title {
  text-transform: capitalize !important;
  font-size: 16px !important;
  font-weight: bold;
  color: #222222;
  margin: 20px 0 10px;
}
.mk-product-loop.open-layout .products .product-categories,
.related.open-layout .products .product-categories,
.upsells.open-layout .products .product-categories {
  display: block;
  margin-bottom: 5px;
}
.mk-product-loop.open-layout .products .product-categories a,
.related.open-layout .products .product-categories a,
.upsells.open-layout .products .product-categories a {
  font-size: 16px;
  color: #999999;
}
.mk-product-loop.open-layout .products .product-item-rating,
.related.open-layout .products .product-item-rating,
.upsells.open-layout .products .product-item-rating {
  width: 40%;
}
.mk-product-loop.open-layout .products .product-item-rating .star-rating,
.related.open-layout .products .product-item-rating .star-rating,
.upsells.open-layout .products .product-item-rating .star-rating {
  color: #252525 ;
  height: 1em;
  line-height: 1em;
  font-size: 11px;
  width: 5.4em;
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
}
.mk-product-loop.open-layout .products .product-item-rating .star-rating:before,
.related.open-layout .products .product-item-rating .star-rating:before,
.upsells.open-layout .products .product-item-rating .star-rating:before {
  color: #c2c2c2 ;
}
.mk-product-loop.open-layout .products .product-item-rating .star-rating span,
.related.open-layout .products .product-item-rating .star-rating span,
.upsells.open-layout .products .product-item-rating .star-rating span {
  padding-top: 1.5em;
}
.mk-product-loop.open-layout .products .product-item-rating .star-rating span:before,
.related.open-layout .products .product-item-rating .star-rating span:before,
.upsells.open-layout .products .product-item-rating .star-rating span:before {
  color: #da4c26 ;
  font-size: 12px;
}
.mk-product-loop.open-layout .products .item .mk-price,
.related.open-layout .products .mk-price,
.upsells.open-layout .products .mk-price {
  font-size: 24px;
  margin-top: 5px;
}
.mk-product-loop.open-layout .products .mk-price .amount,
.related.open-layout .products .mk-price .amount,
.upsells.open-layout .products .mk-price .amount {
  color: #222222;
}
.mk-product-loop.open-layout .products .mk-price ins .amount,
.related.open-layout .products .mk-price ins .amount,
.upsells.open-layout .products .mk-price ins .amount {
  color: #da4c26;
  font-weight: bold;
}
.mk-product-loop.open-layout .products .mk-price del .amount,
.related.open-layout .products .mk-price del .amount,
.upsells.open-layout .products .mk-price del .amount {
  color: #999999;
}
/* Product Loops Responsive
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1100px) {
  .mk-product-loop .products .mk--col--3-12 { 
    width: 33%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-product-loop .products .mk--col--3-12,
  .mk-product-loop .products .mk--col--4-12 {
    width: 49% !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-product-loop .products .mk--col--3-12,
  .mk-product-loop .products .mk--col--4-12,
  .mk-product-loop .products .mk--col--1-2 {
    width: 100% !important;
    max-width: none !important;
  }
}
/* Product Quick View
-------------------------------------------------------------- */
.product-quick-view {
  background-color: #ffffff;
}
.product-quick-view .mk-product-image {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.product-quick-view .mk-product-image .product-gallery {
  white-space: nowrap;
}
.product-quick-view .mk-product-image .product-gallery:before,
.product-quick-view .mk-product-image .product-gallery:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-quick-view .mk-product-image .product-gallery:after {
  clear: both;
}
.product-quick-view .mk-product-image .product-gallery img {
  max-width: 100%;
  vertical-align: text-bottom;
}
.product-quick-view .mk-product-image .gallery-prev,
.product-quick-view .mk-product-image .gallery-next {
  background-color: #000000;
  top: 50%;
  position: absolute;
  padding: 30px 10px;
  margin-top: -36px;
}
.product-quick-view .mk-product-image .gallery-prev svg,
.product-quick-view .mk-product-image .gallery-next svg {
  display: block;
}
.product-quick-view .mk-product-image .gallery-prev {
  left: 0;
}
.product-quick-view .mk-product-image .gallery-next {
  right: 0;
}
.product-quick-view .mk-product-details {
  padding: 50px 50px 50px 0;
  box-sizing: border-box;
}

@media handheld, only screen and (max-width: 861px) {
  .product-quick-view {
    max-width: 450px !important;
  }
  .mk-product.style-default .mk-product-image,
  .mk-product.style-default .mk-product-details {
    width: 100% !important;
  }
  .product-quick-view .mk-product-details {
    padding: 50px;
  }
}
@media handheld, only screen and (max-width: 400px) {
  .product-quick-view .mk-product-details {
    padding: 25px;
  }
}
/*
 *  !!! WARNING
 *  
 *  Fattah atoms are below. However please stop developing this section until we properly rewrite library into php dictionary.
 *  Dictionary ide is to keep under php reference arrays that contain per atom [ full name, simplified name, full style definition ]
 *  The last one is not usable as for now, but can be very helpful in the future. Think about it as if you would need to stick styles
 *  to module and prevent from other classes / important overwrites. With this in one place it could be achieved easly
 */  

.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;
}
.block {
  display: block;
}
.inline {
  display: inline-block;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex-items-center {
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
.flex-items-baseline {
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
              -ms-grid-row-align: baseline;
          align-items: baseline;
}
.flex-items-start {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
}
.flex-items-end {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
}
.flex-items-stretch {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
              -ms-grid-row-align: stretch;
          align-items: stretch;
}
.flex-self-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flex-self-baseline {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}
.flex-self-start {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.flex-self-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.flex-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.flex-justify {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-auto {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex-grow {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.flex-none {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.flex-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.flex-last {
  -webkit-order: 99999;
      -ms-flex-order: 99999;
          order: 99999;
}
.width-50 {
  width: 50px;
}
.width-full {
  width: 100%;
}
.width-x2 {
  width: 200%;
}
.height-50 {
  height: 50px;
}
.height-full {
  height: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.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 {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
.no-backface {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.perspective {
  -webkit-transform: perspective(1000px);
          transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.origin-center {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.fold-back-horizontal {
  -webkit-transform: translateX(-100%) rotateY(-180deg);
          transform: translateX(-100%) rotateY(-180deg);
}
.fold-back-vertical {
  -webkit-transform: translateX(-100%) rotateX(-180deg);
          transform: translateX(-100%) rotateX(-180deg);
}
.bezier-1 {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* 
    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-auto {
  margin: 0 auto;
}

.is-hidden {
  display: none;
  visibility: hidden;
}
.is-vis-hidden {
  poonter-events: none;
  visibility: hidden;
}

/*
* General Atom Library
* V 1.0
* 2015-6-11
* created by : Machine2024@gmail.com
* for : Artbees.net
*/
/*===================================

> the idea : this file will have the general atomic classes based on the study of the most used html tags in Jupiter V4
> notes :
- atoms grouped by tag
- to go to the group for tag XXX search for "#XXX" (hashtag(#) then tag name)
- for each group there is explanation about the structure and example .
- atomes are sorted by the value [ min - max ]
- if you get ideas for other atomes DON'T edit this file add then to your file and sugested for study .
- to see the parts under development search for #TODO

===================================*/
/*
SAMPLE !!!!
+++++++++++++++++++++++++++++++++
 # tag name here
+++++++++++++++++++++++++++++++++
> structure : explain how Classes formated .
> example : explain one class of the atoms to get the idea .
> best practices : practices to follow before the need for atomic classes
> direction : in what direction the devlopment is headed .
> more info and #TODO( improve ):
>
*/
/*
+++++++++++++++++++++++++++++++++
 #width
+++++++++++++++++++++++++++++++++
> structure : [a_:name space][TAG][-][value(number)][-][unit(per:percent,auto,none(default):pixel)]
> example : width-100-per : will add width:100% for this element;
> best practices : try using % ( percentage values ) in your work and avoid px width
> direction : width classes will be use in minimum and we will try to find process where all structure is fluid #TODO( improve )
> more info and #TODO( improve ):
the cols system we will create . or improve the bootstrap one and stick to it plus add ( 5 and 10 columns )
px width will be deleted even the icons should be 100% responsive. #TODO( improve )
*/
.a_width-40 {
  width: 40px;
}
.a_width-100 {
  width: 100px;
}
.a_width-1000 {
  width: 1000px;
}
.a_width-100-per {
  width: 100%;
}
.a_width-auto {
  width: auto;
}
/* #TODO( more study width , height , position , top , bottom , before , after ...  ) */
/*
+++++++++++++++++++++++++++++++++
 #color
+++++++++++++++++++++++++++++++++
structure : [a_:name space][TAG][-][value(name:state or color)]
> example : .a_success : will add color:#20b66e (green) for this element;
> best practices : use HEX color : [ #XXXXXX ] dont use white , #fff , rgb(255,255,255)
> direction : we will have color pallet will be used in all style no new declaration .
> more info and #TODO( improve ):
for now we will have this colors and will keep them ... but in future will folow brand approach . start from brand defined primary and secondary colors
and also we will improve the set of colors so we will have our own color pallet as ( classes + less )  #TODO( improve )
*/
.a_color-success {
  color: #20b66e;
}
/*green*/
.a_color-warning {
  color: #be9a34;
}
/*yellow*/
.a_color-erorr {
  color: #de303a;
}
/*red*/
.a_color-white {
  color: #fff;
}
/*white*/
.a_color-333 {
  color: #333;
}
.a_color-777 {
  color: #777;
}
/*
+++++++++++++++++++++++++++++++++
 #position
+++++++++++++++++++++++++++++++++
structure : [a_:name space][TAG][-][prop]
> example : .a_position-absolute : will add position:absolute; for this element;
> best practices : try to not change position and let page flow .
> direction : we need to create modules for fulture
> more info and #TODO( improve ):
for now we will have this but for later we need to create modules , you will use absolute for .... icon , pop up ... cover .
ok we will have icon , pop up , cover modules . and will have also .relative , ,fixed for some special cases
#TODO( improve )
*/
.a_position-absolute {
  position: absolute;
}
.a_position-relative {
  position: relative;
}
/* #TODO( more study width , height , position , top , bottom , before , after ...  ) */
/*
+++++++++++++++++++++++++++++++++
 #display
+++++++++++++++++++++++++++++++++
structure : [a_:name space][TAG][-][prop]
> example : .a_display-inline-block : will add display: inline-block; for this element;
> best practices : try to use proper containers ( div for item with display block )( span for item with display inline ) ... #TODO( improve )
> direction : merge the uncommen display classes with modules #TODO( improve )
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_display-inline-block {
  display: inline-block;
}
.a_display-block {
  display: block;
}
.a_display-table {
  display: table;
}
/*
+++++++++++++++++++++++++++++++++
 #font-size
+++++++++++++++++++++++++++++++++
> structure : [a_:name space][font][-][value(number)]
> example : .a_font-10 : will add font-size: 10px; for this element;
> best practices : try using [ em , rem ] , and make all font size declared once at the start .
> direction : we will have standard font size for all the tags all by [ em , rem ] #TODO( improve )
> more info and #TODO( improve ):
 #TODO( improve )
*/
.a_font-10 {
  font-size: 10px;
}
.a_font-12 {
  font-size: 12px;
}
.a_font-14 {
  font-size: 14px;
}
.a_font-16 {
  font-size: 16px;
}
.a_font-22 {
  font-size: 22px;
}
.a_font-24 {
  font-size: 24px;
}
.a_font-32 {
  font-size: 32px;
}
.a_font-48 {
  font-size: 48px;
}
.a_font-64 {
  font-size: 64px;
}
/*
+++++++++++++++++++++++++++++++++
 #padding
+++++++++++++++++++++++++++++++++
> structure : [a_:name space][TAG][-][value/s in pixel(number)]
> example :
.a_padding-0 : will add padding: 0; for this element;
.a_padding-0-15 : will add padding: 0 15px;[ top bottom :0, left right:15 ] for this element;
> best practices : standaries your blocks and items with % ( percentage ) padding
> direction : padding will be part of the modules [ block , message , etc ] and will be % ( percentage ) padding  #TODO( improve ):
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_padding-0 {
  padding: 0;
}
.a_padding-10 {
  padding: 10px;
}
.a_padding-15 {
  padding: 15px;
}
.a_padding-20 {
  padding: 20px;
}
.a_padding-0-15 {
  padding: 0 15px;
}
.a_padding-0-20 {
  padding: 0 20px;
}
.a_padding-15-0 {
  padding: 15px 0;
}
.a_padding-20-0 {
  padding: 20px 0;
}
/*
+++++++++++++++++++++++++++++++++
 #line-height
+++++++++++++++++++++++++++++++++
> structure : [a_:name space][line][-][value in pixel(number)][-][unit(per:percent,none(default):pixel)]
> example : .a_line-12 : will add line-height:12px; for this element;
> best practices : use [em , rem]
> direction : standaries line height following the standard font size use [em,rem]  #TODO( improve ):
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_line-4 {
  line-height: 4px;
}
.a_line-12 {
  line-height: 12px;
}
.a_line-16 {
  line-height: 16px;
}
.a_line-18 {
  line-height: 18px;
}
.a_line-22 {
  line-height: 22px;
}
.a_line-25 {
  line-height: 25px;
}
.a_line-32 {
  line-height: 32px;
}
.a_line-40 {
  line-height: 40px;
}
.a_line-50 {
  line-height: 50px;
}
.a_line-90 {
  line-height: 90px;
}
.a_line-100-pr {
  line-height: 100%;
}
/*
+++++++++++++++++++++++++++++++++
 #margin
+++++++++++++++++++++++++++++++++
> structure : [a_:name space][TAG][-][value/s in pixel(number)]
> example :
.a_margin-0 : will add margin:0; for this element;
.a_margin-0-auto : will add line-height:0 auto; for this element;
> best practices : standaries your blocks and items with % ( percentage ) margin
> direction : margin will be part of the modules [ block , message , etc ] and will be % ( percentage ) margin  #TODO( improve ):
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_margin-0 {
  margin: 0;
}
.a_margin-10-0 {
  margin: 10px 0;
}
.a_margin-0-auto {
  margin: 0 auto;
}
/*
+++++++++++++++++++++++++++++++++
 #height
+++++++++++++++++++++++++++++++++
> structure : [a_:name space][TAG][-][value/s]
> example :
.a_height-100-per : will add height:100%; for this element;
.a_height-auto : will add height:0 auto; for this element;
> best practices : try not to set height and let the height of any element be based on its content
> direction :   #TODO( improve )
> more info and #TODO( improve )
#TODO( improve )
*/
.a_height-100-per {
  height: 100%;
}
.a_height-auto {
  height: auto;
}
/* #TODO( more study width , height , position , top , bottom , before , after ...  ) */
/*
+++++++++++++++++++++++++++++++++
 #text-align
+++++++++++++++++++++++++++++++++
structure : [a_:name space][align][-][prop]
> example : .a_align-center : will add text-align: center; for this element;
> best practices :  ... #TODO( improve )
> direction :  #TODO( improve )
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_align-center {
  text-align: center;
}
.a_align-right {
  text-align: right;
}
.a_align-left {
  text-align: left;
}
/*
+++++++++++++++++++++++++++++++++
 #opacity
+++++++++++++++++++++++++++++++++
structure : [a_:name space][align][-][number( 0-100 opacity percentage )]
> example : .a_opacity-70 : will add opacity: .7; for this element;
> best practices :  less use off opacity:1 achived by more careful use of opacity:[0-0.99]
> direction :  link opacity to effects , and styles
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_opacity-0 {
  opacity: 0;
}
.a_opacity-70 {
  opacity: .7;
}
.a_opacity-100 {
  opacity: 1;
}
/*
+++++++++++++++++++++++++++++++++
 #left
+++++++++++++++++++++++++++++++++
> structure : [a_:name space][TAG][-][value]
> example :
.a_left-50-per : will add left:50%; for this element;
> best practices : use it only when you really need it .
> direction :   #TODO( improve )
> more info and #TODO( improve )
#TODO( improve )
*/
.a_left-0 {
  left: 0;
}
.a_left-50-per {
  left: 50%;
}
/* #TODO( more study width , height , position , top , bottom , before , after , left , right  ...  ) */
/*
+++++++++++++++++++++++++++++++++
 #background-color
+++++++++++++++++++++++++++++++++
structure : [a_:name space][bg][-][value(name:state or color at the end of each class there is note of actual color)]
> example : .a_bg-gray222 : will add background-color: #222; for this element;
> best practices : use HEX color : [ #XXXXXX ] dont use white , #fff , rgb(255,255,255)
> direction : we will have color pallet will be used in all style no new declaration .
> more info and #TODO( improve ):
for now we will have this colors and will keep them ... but in future will follow brand approach . start from brand defined primary and secondary colors
and also we will improve the set of colors so we will have our own color pallet as ( classes + less )  #TODO( improve )
*/
.a_bg-black {
  background-color: #000;
}
.a_bg-gray222 {
  background-color: #222;
}
.a_bg-white {
  background-color: #fff;
}
/*
+++++++++++++++++++++++++++++++++
 #top
+++++++++++++++++++++++++++++++++
> structure : [a_:name space][TAG][-][value]
> example :
.a_top-50-per : will add top:50%; for this element;
> best practices : use it only when you really need it .
> direction :   #TODO( improve )
> more info and #TODO( improve )
#TODO( improve )
*/
.a_top-0 {
  top: 0;
}
.a_top-50-per {
  top: 50%;
}
.a_top-100-per {
  top: 100%;
}
/* #TODO( more study width , height , position , top , bottom , before , after , left , right  ...  ) */
/*
+++++++++++++++++++++++++++++++++
 #transform
+++++++++++++++++++++++++++++++++
structure : [a_:name space][TAG][-][transform-function][-][prop+values]
> example : .a_transform-rotate-45 : will add transform: rotate(45deg); for this element;
> best practices : #TODO( improve )
> direction : create a library  of animation #TODO( improve )
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_transform-rotate-45 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.a_transform-rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.a_transform-scale-1 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.a_transform-translate3d-0 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.a_transform-translate-00-opacity-1 {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
/*
+++++++++++++++++++++++++++++++++
 #margin-bottom
+++++++++++++++++++++++++++++++++
> structure : [a_:name space][TAG][-][value in pixel(number)]
> example :
.a_margin-0 : will add margin: 0; for this element;
.a_margin-0-15 : will add margin: 0 15px; for this element;
> best practices : standaries your blocks and items with % ( percentage ) margin
> direction : margin will be part of the modules [ block , message , etc ] and will be % ( percentage ) margin  #TODO( improve ):
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_margin-bottom-0 {
  margin-bottom: 0;
}
.a_margin-bottom-10 {
  margin-bottom: 10px;
}
.a_margin-bottom-15 {
  margin-bottom: 15px;
}
.a_margin-bottom-20 {
  margin-bottom: 20px;
}
.a_margin-bottom-30 {
  margin-bottom: 30px;
}
.a_margin-bottom-50 {
  margin-bottom: 50px;
}
/*TEMP !!! for V5 lunch */
/*
+++++++++++++++++++++++++++++++++
 #column
+++++++++++++++++++++++++++++++++
> structure : #TODO( improve )
> example : #TODO( improve )
> best practices : #TODO( improve )
> direction : #TODO( improve )
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_col-1of1,
.a_1col .a_colitem,
.one-column .a_colitem {
  width: 100%;
}
.a_col-1of2,
.a_2col .a_colitem,
.two-column .a_colitem {
  width: 50%;
}
.a_col-1of3,
.a_3col .a_colitem,
.three-column .a_colitem {
  width: 33.33%;
}
.a_col-1of4,
.a_4col .a_colitem,
.four-column .a_colitem {
  width: 25%;
}
.a_col-1of5,
.a_5col .a_colitem,
.five-column .a_colitem {
  width: 20%;
}
.a_col-1of6,
.a_6col .a_colitem,
.six-column .a_colitem {
  width: 16.66%;
}
.a_col-1of7,
.a_7col .a_colitem,
.seven-column .a_colitem {
  width: 14.28%;
}
.a_col-1of8,
.a_8col .a_colitem,
.eight-column .a_colitem {
  width: 12.5%;
}
.a_col-1of9,
.a_9col .a_colitem,
.nine-column .a_colitem {
  width: 11.1%;
}
.a_col-1of10,
.a_10col .a_colitem,
.ten-column .a_colitem {
  width: 10%;
}
.a_col-1of11,
.a_11col .a_colitem,
.eleven-column .a_colitem {
  width: 9.09%;
}
.a_col-1of12,
.a_12col .a_colitem,
.twelve-column .a_colitem {
  width: 8.33%;
}
/*
+++++++++++++++++++++++++++++++++
 #margin-TOP
+++++++++++++++++++++++++++++++++
> structure : [a_:name space][TAG][-][value in pixel(number)]
> example :
.a_padding-0 : will add padding: 0; for this element;
.a_padding-0-15 : will add padding: 0 15px; for this element;
> best practices : standaries your blocks and items with % ( percentage ) margin
> direction : margin will be part of the modules [ block , message , etc ] and will be % ( percentage ) margin  #TODO( improve ):
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_margin-top-0 {
  margin-top: 0;
}
.a_margin-top-10 {
  margin-top: 10px;
}
.a_margin-top-15 {
  margin-top: 15px;
}
.a_margin-top-20 {
  margin-top: 20px;
}
.a_margin-top-30 {
  margin-top: 30px;
}
.a_margin-top-40 {
  margin-top: 40px;
}
.a_margin-top-50 {
  margin-top: 50px;
}
/*
+++++++++++++++++++++++++++++++++
 #overflow
+++++++++++++++++++++++++++++++++
> structure : #TODO( improve )
> example : #TODO( improve )
> best practices : #TODO( improve )
> direction : #TODO( improve )
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_overflow-hidden {
  overflow: hidden;
}
/*
+++++++++++++++++++++++++++++++++
 #font-weight
+++++++++++++++++++++++++++++++++
> structure : #TODO( improve )
> example : #TODO( improve )
> best practices : #TODO( improve )
> direction : #TODO( improve )
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_font-weight-bold {
  font-weight: bold;
}
.a_font-weight-normal {
  font-weight: normal;
}
/*
+++++++++++++++++++++++++++++++++
 #text-transform
+++++++++++++++++++++++++++++++++
> structure : #TODO( improve )
> example : #TODO( improve )
> best practices : #TODO( improve )
> direction : #TODO( improve )
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_text-transform-up {
  text-transform: uppercase;
}
/*
+++++++++++++++++++++++++++++++++
 #letter-spacing
+++++++++++++++++++++++++++++++++
> structure : #TODO( improve )
> example : #TODO( improve )
> best practices : #TODO( improve )
> direction : #TODO( improve )
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_letter-spacing-1 {
  letter-spacing: 1px;
}
/*
+++++++++++++++++++++++++++++++++
 #float
+++++++++++++++++++++++++++++++++
> structure : #TODO( improve )
> example : #TODO( improve )
> best practices : #TODO( improve )
> direction : #TODO( improve )
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_float-left {
  float: left;
}
.a_float-right {
  float: right;
}
/*
+++++++++++++++++++++++++++++++++
 #box-sizing
+++++++++++++++++++++++++++++++++
> structure : #TODO( improve )
> example : #TODO( improve )
> best practices : #TODO( improve )
> direction : #TODO( improve )
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_box-border {
  box-sizing: border-box;
}
.a_box-content {
  box-sizing: content-box;
}
/*
+++++++++++++++++++++++++++++++++
 #padding-bottom
+++++++++++++++++++++++++++++++++
> structure : #TODO( improve )
> example : #TODO( improve )
> best practices : #TODO( improve )
> direction : #TODO( improve )
> more info and #TODO( improve ):
#TODO( improve )
*/
.a_padding-bottom-30 {
  padding-bottom: 30px;
}
/*
+++++++++++++++++++++++++++++++++
 #fly
+++++++++++++++++++++++++++++++++
> structure : #TODO( improve )
> example : #TODO( improve )
> best practices : #TODO( improve )
> direction : #TODO( improve )
> more info and #TODO( improve ):
this block is molecules that have position absolute + other ...
#TODO( improve )
*/
.a_m_fly-top-left {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*
+++++++++++++++++++++++++++++++++
 #list-reset
+++++++++++++++++++++++++++++++++
> structure : #TODO( improve )
> example : #TODO( improve )
> best practices : #TODO( improve )
> direction : #TODO( improve )
> more info and #TODO( improve ):
reset ul li
#TODO( improve )
*/
.a_m_list-reset ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.a_m_list-reset li {
  display: inline-block;
  margin: 0;
}
.IE .mk-body-loader-overlay, #sw-main-box {
  display: none !important;
}

.IE .mk-section-color-mask {
	display: none !important;
}

